@charset "utf-8";

/* CSS Document */

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
    margin: 0;
    padding: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

fieldset,
img {
    border: 0;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
    font-style: normal;
    font-weight: normal;
}

ol,
ul {
    list-style: none;
}

caption,
th {
    text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    font-weight: normal;
}

q:before,
q:after {
    content: '';
}

abbr,
acronym {
    border: 0;
}

fieldset {
    display: inline;
}

button {
    line-height: 1.2;
    vertical-align: middle;
    cursor: pointer;
}

strong {
    font-weight: 800;
}

.clear {
    height: 0px;
    width: 100%;
    clear: both;
    overflow: hidden;
}

.hide {
    display: none;
}

* {
    margin: 0px;
    padding: 0px;
    font-family: 'NSimSun';
    z-index: 0;
}

a:hover {
    text-decoration: none;
}


/***********/


/*解决select 控件在苹果设备上不正常*/

select {
    -webkit-appearance: none;
}


/*解决加载时显示 {{}}*/


/*[v-cloak] {
    display: none!important;
}*/

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    direction: rtl;
    text-indent: 3px;
    text-align: left;
    font-size: 12px;
    transform: scale(0.8);
}

input:-moz-placeholder,
textarea:-moz-placeholder {
    direction: rtl;
    text-indent: 3px;
    text-align: left;
    font-size: 12px;
    transform: scale(0.8);
}

input::-moz-placeholder,
textarea::-moz-placeholder {
    direction: rtl;
    text-indent: 3px;
    font-size: 12px;
    transform: scale(0.8);
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    direction: rtl;
    text-indent: 3px;
    text-align: left;
    font-size: 12px;
    transform: scale(0.8);
}

* {
    margin: 0px;
    padding: 0px;
    font-family: 'Microsoft YaHei';
    font-size: 12px;
    z-index: 0;
}

video {
    object-fit: cover;
}


/* index.html */

.head-bar {
    background-image: url(../img/bg1.jpg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    min-height: 170px;
    color: #FFF;
    position: relative;
}

.head-bar .txt {
    width: 65%;
    float: right;
    text-align: center;
    margin-top: 25px;
}

.head-bar .txt span {
    line-height: 32px;
    margin-top: 30px;
    letter-spacing: 1.4px;
    font-size: 14px;
}

.head-bar .txt span img {
    width: 32px;
    vertical-align: middle;
    margin-right: 6px;
}

.head-bar .txt .p1 {
    margin-top: 15px;
    font-size: 14px;
}

    .head-bar .txt .p1 a{
        color:#FFF;
        text-decoration:none;
    }

.head-bar .txt .p2 {
    width: 120%;
    margin-top: 0px;
    transform: scale(0.8);
    margin: 0 -10%;
}

.tab-bar {
    margin-top: 10px;
    text-align: center;
    clear: both;
    padding-bottom: 10px;
}

.tab-bar div {
    width: 30%;
    color: #60AAFF;
    padding-bottom: 5px;
    float: left;
}

.tab-bar .hover {
    border-bottom: 2px solid #005CE5;
    color: #005CE5;
    padding-right: 2px;
    padding-left: 2px;
    font-weight: bold;
    padding-bottom: 8px;
}

.head-bar .person {
    width: 100%;
    height: 30px;
    line-height: 30px;
    text-align: center;
    text-indent: 3px;
    transform: scale(0.8);
    color: #B8D3FF;
    position: absolute;
    bottom: 0;
}

.mview {
    padding: 10px 10px 10px 10px;
    clear: both;
}

.foot-font {
    display: block;
    color: #97B2BB;
    font-size: 10px;
    width: 95%;
    text-align: center;
    margin: 5px auto 15px auto;
    width: 100%;
    height: 1.48rem;
    line-height: 1.48rem;
    text-align: center;
    color: #AEADAD;
    font-size: .16rem;
}

.scale-font {
    -webkit-transform: scale(0.7);
    margin: 0 -20%;
}

.search-ipt {
    width: 100%;
    height: 24px;
    text-align: center;
    border: 0px;
    margin-top: 0px;
    clear: both;
}

.search-ipt .input {
    width: 94%;
    margin: 0 auto;
    height: 24px;
    line-height: 24px;
    border: 0px;
    border-radius: 5px;
    width: 100%;
    text-indent: 10px;
    background: url(../img/bginput.jpg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.foods {
    margin-top: 15px;
}

.food-item {
    width: 33.33%;
    border-radius: 5px;
    float: left;
    margin-bottom: 5px;
    overflow: hidden;
}

.food-item .view {
    width: 88%;
    position: relative;
}

.food-item .view img {
    width: 100%;
}

.food-item .view div {
    width: 100%;
    height: 20px;
    line-height: 20px;
    background-color: #000;
    text-align: center;
    opacity: 0.6;
    color: #FFF;
    position: absolute;
    bottom: 5px;
    clear: both;
}

.food-item .view div span {
    font-size: 12px;
    transform: scale(0.9);
}

.monitor {
    padding: 10px 0 10px 0;
    background: #E0F0FF;
    border-radius: 7px;
}

.monitor .tle {
    font-size: 12px;
    color: #2889FB;
    text-align: center;
}

.monitor ul {
    width: 98%;
    margin: 0 auto;
    clear: both;
    font-size: 12px;
    margin-top: 15px;
    padding-bottom: 10px;
}

.monitor ul li {
    float: left;
    list-style-type: none;
    height: 25px;
    line-height: 25px;
    margin-left: 10px;
    border-radius: 10px;
    margin-bottom: 5px;
    padding-left: 12px;
    padding-right: 12px;
    color: #7A7A7A;
    background: #FFFFFF
}

.monitor ul .hover {
    box-shadow: inset 0 0 0 1px hsla(0, 0%, 0%, .2), inset 0 2px 0 hsla(0, 0%, 100%, .1), inset 0 1.2em 0 hsla(0, 0%, 100%, .1), inset 0 0 0 3em hsla(0, 0%, 100%, .2), inset 0 .25em .5em hsla(0, 0%, 0%, .05), 0 -1px 1px hsla(0, 0%, 0%, .1), 0 1px 1px hsla(0, 0%, 100%, .25);
    color: #FFFFFF;
    background: #0079F8
}

.monitor ul .hover a {
    color: #FFF;
}

.monitor ul li a {
    text-decoration: none;
    color: #7A7A7A;
}

.monitor .view {
    width: 100%;
    text-align: center;
    clear: both;
    padding: 10px 0px 10px 0px;
}

.monitor .view video {
    width: 90%;
}

.help {
    width: 100%;
    height: 80px;
    text-indent: 30px;
    background: url(../img/help.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    color: #FFF;
    margin-top: 10px;
}

.help .tle {
    padding-top: 32px;
    font-size: 12px;
    clear: both;
}

.help .num {
    font-size: 16px;
    transform: scale(1, 1.2);
    letter-spacing: 1.6px;
}

.suggest .login {
    width: 50px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    font-size: 12px;
    border-radius: 7px;
    margin: 0 auto;
    color: #FC7777;
    border: 1px solid #FC7777
}

.suggest .login a {
    color: #FC7777
}

.suggest .user {
    width: 100%;
    height: 25px;
    line-height: 25px;
    text-align: center;
    font-size: 12px;
    border-radius: 7px;
    margin: 0 auto;
    color: #FC7777;
}

.suggest ul {
    width: 95%;
    margin: 0 auto;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 12px;
    line-height: 28px;
}

.suggest ul li {
    list-style: none;
    height: 28px;
    text-indent: 10px;
    border-radius: 7px;
    margin-bottom: 10px;
    border: 1px solid #D2E7FF;
    color: #A1A1A1
}

.suggest ul li img {
    width: 12px;
    height: 12px;
    vertical-align: middle;
    margin-top: -2px;
    margin-right: 5px;
}

.suggest .telphone {
    width: 100%;
    text-align: center;
    color: #2A88F8;
    font-size: 12px;
}

.suggest .telphone img {
    width: 15px;
    height: 15px;
    vertical-align: middle;
    margin-right: 3px;
}

.suggest .submit {
    width: 95%;
    height: 30px;
    line-height: 30px;
    border-radius: 10px;
    text-align: center;
    margin: 0 auto;
    color: #FFF;
    font-size: 12px;
    margin-top: 20px;
    background: url(../img/btnbg1.jpg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.food {
    padding: 0px 10px 0px 10px;
}

.food .item-tle {
    width: 35%;
    height: 30px;
    line-height: 30px;
    border-radius: 10px;
    text-align: center;
    margin: 0 auto;
    color: #FFF;
    font-size: 12px;
    margin-top: 10px;
    background: url(../img/btnbg1.jpg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.food .view1 {
    background: #E0F0FF;
    border-radius: 7px;
    margin-top: 10px;
    padding-top: 10px;
    clear: both;
}

.food .view1 .img1 {
    width: 90px;
    height: 90px;
    border-radius: 7px;
    margin-top: 5px;
    margin-left: 15px;
    float: left;
}

.food .view1 .img2 {
    width: 60px;
    height: 60px;
    position: absolute;
    top: 10px;
    right: 20px;
}

.food .view1 .txt {
    width: 68%;
    font-size: 14px;
    float: right;
    position: relative;
    line-height: 24px;
}

.food .view1 .txt .m1 {
    font-size: 12px;
    color: #707171;
}

.food .view1 .note {
    width: 92%;
    margin: 0 auto;
    line-height: 24px;
    font-size: 14px;
    padding-top: 7px;
    padding-bottom: 10px;
    clear: both;
}

.food .view1 .note .des {
    color: #6A6A6A;
    font-size: 12px;
    clear: both;
}

.food .view1 .tip {
    width: 92%;
    text-align: center;
    font-size: 12px;
    color: #FF5757;
    border-top: 1px solid #FFF;
    margin: 0 auto;
    padding-top: 5px;
    margin-top: 5px;
    padding-bottom: 10px;
    clear: both;
}

.food .view2 {
    width: 100%;
    background: #E0F0FF;
    border-radius: 7px;
    margin-top: 10px;
    color: #404041;
    font-size: 12px;
}

.food .view2 .innerView {
    padding: 10px;
    border-bottom: 1px solid #FFF;
    clear: both;
}

.food .view2 .innerView .group {
    float: left;
}

.food .view2 .innerView .group div {
    width: 80%;
    height: 30px;
    line-height: 30px;
    float: left;
    border-radius: 10px;
    text-align: center;
    margin: 0 auto;
    color: #FFF;
    font-size: 12px;
    background: url(../img/btnbg1.jpg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.food .view2 .innerView .group hr {
    width: 10px;
    margin-top: 14px;
    border: none;
    border-bottom: 2px solid #4F9FFC;
}

.food .view2 .innerView table {
    float: right;
    text-align: left;
    border: 0px;
    font-size: 12px;
    background: #E0F0FF;
}

.food .view2 .innerView table tr {
    border: 0px;
    height: 18px;
    line-height: 18px;
}

.food .view2 .innerView table tr td {
    border: 0px;
    vertical-align: top
}

.food .view2 .innerView table .btn {
    width: 70px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    font-size: 12px;
    border-radius: 7px;
    margin-top: 10px;
    color: #5FA8FC;
    border: 1px solid #5FA8FC;
    float: left;
}

.food .view2 .innerView table .btn a {
    text-decoration: none;
    color: #5FA8FC;
}

.enterprise {}

.enterprise .test {
    width: 94%;
    margin: 0 auto;
    background: #E0F0FF;
    border-radius: 7px;
    margin-top: 10px;
    padding-top: 10px;
    clear: both;
}

.enterprise .test .view {
    width: 92%;
    margin: 0 auto;
    line-height: 24px;
    font-size: 12px;
    padding-top: 7px;
    padding-bottom: 10px;
    position: relative;
    clear: both;
}

.enterprise .test .view img {
    width: 60px;
    height: 60px;
    position: absolute;
    top: 10px;
    right: 20px;
}

.enterprise .test .view p {
    color: #6A6A6A;
    font-size: 12px;
    clear: both;
}

.enterprise .test .view .tle {
    color: #000;
    clear: both;
    font-size: 14px;
    margin-bottom: 8px;
}

.enterprise .item-tle {
    width: 20%;
    height: 30px;
    line-height: 30px;
    border-radius: 10px;
    text-align: center;
    margin: 0 auto;
    color: #FFF;
    font-size: 12px;
    margin-top: 20px;
    background: url(../img/btnbg1.jpg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.enterprise .certificate {
    width: 100%;
    text-align: center;
    margin-top: 15px;
}

.enterprise .certificate img {
    width: 90%;
    border-radius: 15px;
    margin: 0 auto;
    margin-bottom: 15px;
    border: 1px solid #6B6B6B;
}

.enterprise-bar {
    background-image: url(../img/bg2.jpg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    min-height: 170px;
    color: #FFF;
}

.enterprise-bar .view {
    width: 88%;
    margin: 0 auto;
    padding-top: 25px;
    color: #333;
    font-size: 12px;
    line-height: 24px;
}

.enterprise-bar .view .tle {
    width: 100%;
    text-align: center;
    font-size: 14px;
    color: #000;
}

.enterprise-bar .view .model {
    margin-top: 20px;
}

.enterprise-bar .view .model .s1 {
    float: left;
}

.enterprise-bar .view .model .s2 {
    color: #0084FF;
    float: right;
    margin-right: 8%;
}

.enterprise-bar .view .model .s2 img {
    width: 15px;
    height: 15px;
    vertical-align: middle;
    margin-right: 2px;
    margin-top: -3px;
}

.enterprise-bar .view .txt {
    clear: both;
}