* {
    margin: 0;
    padding: 0;
}
html { 
    width: 100%; 
    height: 100%;
}
body {
    width: 100%; 
    height: 100%; 
    overflow: hidden;
    overflow-y: scroll;
    font-size: 14px;
    color: #666666;
    font-family: "Microsoft YaHei";
    background: #ffffff;
}
div:focus {
    outline: none;
}
ul li,ol li {
    list-style: none;
}
a {
    outline: none;
    color: #666666;
    text-decoration: none;
}
a:link,a:visited,a:hover,a:active {
    color: #666666;
    outline: none; 
    box-shadow: none;
    text-decoration: none;
    -webkit-tap-highlight-color: transparent;
}
p {
    color: #666666;
}
img {
    border: 0;
    margin: 0;
    padding: 0;
}
button,input,img {
	border: none;
	outline: none;
}

/* 公用 */
.pub-width {
    width: 1300px;
    margin: 0 auto;
}
.f {
    display: flex;
}
.f-center {
    justify-content: center;
}
.f-align-center {
    align-items: center;
}
.f-between {
    justify-content: space-between;
}
.f-end {
    justify-content: flex-end;
}
.f-align-end {
    align-items: flex-end;
}
.hide {
    display: none;
}

.head {
    position: fixed;
    top: 0;
    width: 100%;
    height: 100px;
    background: #ffffff;
    z-index: 99;
    box-shadow: 1px 2px 3px #e1e1e1;
}
.head .nav-wrap {
    margin-bottom: 0px;
}
.head .nav-wrap > li { position: relative; display: inline-block; height: 100%; line-height: 100px;}
.head .nav-wrap > li > a { position: relative; display: block; overflow: hidden; margin: 0 20px; color: #232323}
.head .nav-wrap > li> a span { position: relative; display: inline-block; font-size: 16px; transition: all ease-out .3s}
.head .nav-wrap > li > a span:after { position: absolute; left: 0; width: 100%; color: #25b475; content: attr(data-title); transform: translateY(100%); }
.browser-lt11 .head .nav-wrap>li>a span:after { top: 100% }
.head .nav-wrap > li> a i {font-weight: bold;}
.head .nav-wrap .subnav { position: absolute; top: 100px; left: 0; width: 120px; height: auto; border-top: 2px solid #25b475; background-color: #fff; box-shadow: 0 13px 42px 11px rgba(0, 0, 0, .05); z-index: 199; visibility: hidden; overflow: hidden; opacity: 0; transition: all .36s ease }
.head .nav-wrap .navitem:last-child a { margin-right: 0; }
/* .head .nav-wrap .navitem:last-child .subnav { width: 80px; left: -10px; }
.head .nav-wrap .navitem:last-child .subnav img { width: 60px; height: 60px; }
.head .nav-wrap .navitem:last-child i { font-size: 24px; } */
.head .nav-wrap .subnav li { width: 100%; text-align: center; }
.head .nav-wrap .subnav li a { display: block; padding: 5px 10px; color: #666; font-weight: 500; line-height: 30px; transition: all .2s ease-in-out }
.head .nav-wrap>li:hover .subnav { visibility: visible; opacity: 1 }
.head .nav-wrap>li a.active span,.head .nav-wrap>li:hover a span { transform: translateY(-100%); }
.head .nav-wrap>li a.active span::before {
    position: absolute;
    top: 175%;
    left: 0;
    width: 100%;
    content: "";
    border-bottom: #25b475 solid 2px;
}
.head .nav-wrap>li a.active i,.head .nav-wrap>li:hover a i { color: #25b475;}
.head .nav-wrap .subnav li a.active,.head .nav-wrap .subnav li a:hover { padding-left: 10px; background-color: #f9f9f9; color: #25b475; }

section {
    margin-top: 100px;
}

/* banner */
.index-banner {
    /* width: 100vw;
    height: 100vh; 
    height: calc(100vh - 80px); */
    width: 100%;
    height: 650px;
}
.swiper-container.index-banner .swiper-slide {
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
}
.swiper-cont {
    /* height: 100%; */
    margin-top: 200px;
    text-align: center;
}
.swiper-cont h1 {
    color: #222222;
    font-size: 60px;
    font-weight: normal;
    /* animation: bounceInLeft 1s 1s ease 1 0.8s both;
    -webkit-animation: bounceInLeft 1s ease 1 0.8s both;
    -ms-interpolation-mode: bicubic;
    -moz-interpolation-mode: bicubic;
    -webkit-interpolation-mode: bicubic;
    transition: all 0.6s ease;
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -ms-transition: all 0.6s ease; */
}
.swiper-cont h1 label {
    color: #25b475;
    font-weight: bold;
}
.swiper-cont p {
    color: #666666;
    margin-top: 20px;
    font-size: 28px;
    line-height: 50px;
    /* animation: bounceInRight 1s 1s ease 1 0.8s both;
    -webkit-animation: bounceInRight 1s ease 1 0.8s both;
    -ms-interpolation-mode: bicubic;
    -moz-interpolation-mode: bicubic;
    -webkit-interpolation-mode: bicubic;
    transition: all 0.6s ease;
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -ms-transition: all 0.6s ease; */
}

.swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    opacity: 1;
    background: #bababa;
}
.swiper-pagination-bullet-active {
    background: #25b475;
}
.swiper-button-next, .swiper-button-prev {
    width: 50px;
    height: 50px;
    background-size: 100%;
}
.swiper-button-prev {
    left: 8%;
    background-image: url(../img/prev.png);
}
.swiper-button-next {
    right: 8%;
    background-image: url(../img/next.png);
}

/* 正文 */
.pub-tit {
    color: #222222;
    text-align: center;
}
.pub-tit h1 {
    font-size: 36px;
    font-family: "Impact";
}
.pub-tit h3 {
    font-size: 24px;
}
.pub-top {
    margin-top: 100px;
}
/* 平台优势 */
.high-wrap {
    margin-top: 30px;
}
.high-main {
    width: 633px;
    height: 408px;
    padding: 0 10px;
    color: #222222;
    /* background-image: url(../img/high-bg.jpg); */
}
.high-main h2 {
    font-size: 24px;
    font-weight: normal;
}
.high-main p {
    color: #222222;
    margin-top: 25px;
    line-height: 25px;
    font-size: 14px;
    text-align: justify;
}
.high-main .high-item {
    position: relative;
    height: 100px;
    line-height: 100px;
    padding-left: 135px;
    margin-top: 38px;
    font-size: 16px;
    background: #F7F7F7;
}
.high-main .high-item:last-child {
    margin-top: 15px;
}
.high-main .high-item label {
    position: absolute;
    left: 0;
    top: 0;
    width: 120px;
    height: 100px;
    line-height: 100px;
    display: block;
    color: #ffffff;
    font-size: 20px;
    text-align: center;
    background: #0AD170;
}
.system-wrap {
    margin-top: 30px;
}
.system-wrap li {
    position: relative;
    width: 313.75px;
    height: 467px;
}
.system-wrap li img {
    width: 100%;
    height: auto;
    display: block;
}
.system-wrap li p {
    height: 100px;
    line-height: 100px;
    color: #343836;
    font-size: 20px;
    text-align: center;
    background: #f5f5f5;
}
.system-wrap li .cover {
    position: absolute;
    left: 0;
    top: 0;
    width: 80%;
    height: 100%;
    padding: 0 10%;
    color: #ffffff;
    text-align: center;
    background: rgba(37, 180, 117, .93);
    opacity: 0;
    transition: all .25s;
}
.system-wrap li .cover .cover-mask {
    opacity: 0;
    transition: all 0.3s ease 0s;
}
.system-wrap li .cover h5 {
    font-size: 22px;
    font-weight: normal;
    transition: all 0.2s ease 0s;
}
.system-wrap li .cover p {
    color: #ffffff;
    margin: 30px 0;
    line-height: 22px;
    font-size: 14px;
    background: none;
    text-align: justify;
    transition: all 0.2s ease 0s;
}
.system-wrap li .cover a {
    color: #ffffff;
    padding: 10px 20px;
    border: #ffffff solid 1px;
    border-radius: 50px;
    transition: all 0.2s ease 0s;
}
.system-wrap li .cover a i {
    font-size: 14px;
}
.system-wrap li:hover .cover {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1)
}
.system-wrap li:hover .cover-mask {
    opacity: 1;
    margin-top: -40px;
}
.brace-wrap {
    width: 100%;
    height: 600px;
    padding: 50px 0;
    margin-top: 40px;
    background-image: url(../img/brace-bg.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
}
.brace-main {
    color: #ffffff;
    text-align: center;
}
.brace-main h3 {
    font-size: 26px;
}
.brace-main .brace-lab {
    font-size: 0;
    margin-top: 5px;
}
.brace-main .brace-lab li {
    position: relative;
    margin: 0 10px;
    display: inline-block;
    vertical-align: top;
    font-size: 20px;
}
.brace-main .brace-lab li::after {
    position: absolute;
    top: 4px;
    right: -10px;
    content: "";
    width: 2px;
    height: 20px;
    background: #ffffff;
}
.brace-main .brace-lab li:last-child::after {
    background: none;
}
.brace-main .brace-item {
    margin-top: 20px;
}
.brace-main .brace-item li {
    width: 303px;
    padding: 50px 60px;
    background: #ffffff;
}
.brace-main .brace-item li h3 {
    position: relative;
    color: #222222;
    margin-top: 30px;
    font-size: 20px;
}
.brace-main .brace-item li h3::after {
    position: absolute;
    top: 45px;
    left: 136px;
    content: "";
    width: 30px;
    height: 3px;
    background: #25B475;
}
.brace-main .brace-item li p {
    color: #7f7f7f;
    margin-top: 30px;
    font-size: 14px;
    line-height: 25px;
}
.brace-tab {
    margin-top: 15px;
}
.brace-tab li {
    width: 248px;
    color: #222222;
    line-height: 100px;
    font-size: 20px;
    background: #ffffff;
}
.brace-tab li img {
    vertical-align: -15px;
}
.value-wrap {
    font-size: 0;
}
.value-wrap li {
    width: 330px;
    margin: 100px 155px 0 0;
    display: inline-block;
    vertical-align: top;
}
.value-wrap li:nth-child(3n) {
    margin-right: 0;
}
.value-wrap li img {
    width: 40px;
    margin-right: 5px;
    display: inline-block;
}
.value-wrap li span {
    width: 280px;
    display: inline-block;
    vertical-align: top;
}
.value-wrap li h5 {
    font-size: 22px;
    font-weight: normal;
}
.value-wrap li p {
    line-height: 22px;
    margin-top: 10px;
    font-size: 14px;
}
.customers-wrap {
    padding: 100px 0;
    background: #f7f7f7;
}
.customers-main {
    margin-top: 35px;
    font-size: 0;
}
.customers-main li {
    position: relative;
    width: 224px;
    height: 224px;
    margin: 45px 45px 0 0;
    display: inline-block;
    vertical-align: top;
    cursor: pointer;
}
.customers-main li a {
    width: 100%;
    height: 100%;
    display: block;
}
.customers-main li:nth-child(5n) {
    margin-right: 0;
}
/* .customers-main li img {
    transition: all 0.36s ease;
}
.customers-main li img:hover {
    transform: scale(1.1);
} */
.customers-main li .mask-cust {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: #ffffff;
    font-size: 16px;
    background:rgba(37, 180, 117, .95);
    opacity: 0;
    transition: all 0.3s ease 0s;
    transform: scale(1.1);
}
/* .mask-cust label {
    transition: all 0.3s ease 0s;
} */
.customers-main li:hover .mask-cust {
    opacity: 1;
    transform: scale(1);
}
/* .customers-main li:hover .mask-cust label {
    margin-top: -20px;
} */
.customers-more {
    margin-top: 50px;
    text-align: center;
}
.customers-more a {
    color: #ffffff;
    padding: 10px 40px;
    background: #25b475;
    transition: all 0.3s ease 0s;
    transform: scale(1.1);
}
.customers-more a:hover {
    transform: scale(1);
}

/* 道地药材页面 */
.drug-wrap {
    width: 100%;
    height: 560px;
    padding-top: 90px;
    background-image: url(../img/drug-bg.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
}
.drug-wrap .nhs {
    width: 800px;
}
.drug-wrap h3 {
    font-size: 36px;
    font-weight: normal;
}
.drug-wrap h1 {
    position: relative;
    color: #25B475;
    margin-top: 20px;
    font-size: 44px;
    font-weight: normal;
}
.drug-wrap h1::after {
    position: absolute;
    top: 80px;
    left: 0;
    content: "";
    width: 90px;
    height: 4px;
    background: #25B475;
}
.drug-wrap h1 label {
    font-weight: bold;
}
.drug-wrap p {
    margin-top: 45px;
    line-height: 30px;
    font-size: 18px;
}
.drug-main {
    margin-top: -250px;
    margin-bottom: 100px;
}
.ddsc-main {
    margin-top: -200px;
}
.drug-ask {
    color: #ffffff;
    padding: 30px 20px 0 20px;
    background: #25b475;
}
.ask-tit {
    position: relative;
    font-size: 20px;
    padding-left: 20px;
}
.ask-tit::after {
    position: absolute;
    top: 4px;
    left: 0;
    content: "";
    width: 15px;
    height: 20px;
    background: #39d28f;
}
.ask-view {
    color: #d5f6e8;
    margin-top: 10px;
}
.ask-view {
    font-size: 0;
}
.ask-view li {
    width: 600px;
    display: inline-block;
    vertical-align: top;
    line-height: 25px;
    margin: 5px 50px 5px 0;
    font-size: 16px;
}
.ask-view li:nth-child(2n) {
    margin-right: 0;
}
.ask-view li label {
    font-size: 20px;
}
.ask-desc {
    color: #d5f6e8;
    font-size: 16px;
    line-height: 25px;
    padding: 5px 0 30px 0;
}
.yx-wrap {
    width: 1280px;
    height: 238px;
    padding-right: 20px;
    text-align: right;
    background: url(../img/yx.jpg);
}
.yx-wrap h1 {
    font-size: 30px;
    font-weight: normal;
}
.yx-wrap h1 label {
    color: #25B475;
}
.yx-wrap h3 {
    margin-top: 20px;
    font-size: 26px;
    font-weight: normal;
}

.drug-title {
    position: relative;
    color: #333333;
    margin-top: 60px;
    font-size: 28px;
}
.drug-title::after {
    position: absolute;
    bottom: -25px;
    left: 0;
    content: "";
    width: 50px;
    height: 3px;
    background: #36c888;
}
.trace {
    position: relative;
    width: 550px;
    margin: 40px 100px 0 0;
}
.trace::after {
    position: absolute;
    top: 15%;
    left: 650px;
    content: "";
    width: 2px;
    height: 70%;
    background: linear-gradient(0deg, #fbfbfb, #e1e1e1 50%, #fbfbfb);
}
.trace-des {
    color: #666666;
    line-height: 25px;
}
.trace-cont {
    margin-top: 40px;
}
.trace-lab {
    width: 41px;
    margin-right: 20px;
}
.trace-lab li {
    position: relative;
    margin-bottom: 120px;
}
.trace-lab li::after {
    position: absolute;
    bottom: -118px;
    left: 20px;
    content: "";
    width: 2px;
    height: 122px;
    background: -moz-linear-gradient(top, #58d09a 0%, #e1f7ed 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#58d09a), color-stop(100%,#e1f7ed));
    background: -webkit-linear-gradient(top, #58d09a 0%,#e1f7ed 100%);
    background: -o-linear-gradient(top, #58d09a 0%,#e1f7ed 100%);
    background: -ms-linear-gradient(top, #58d09a 0%,#e1f7ed 100%);
    background: linear-gradient(to bottom, #58d09a 0%,#e1f7ed 100%);
}
.trace-lab li:nth-child(2)::after {
    background: -moz-linear-gradient(top, #feb148 0%, #ffebd0 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#feb148), color-stop(100%,#ffebd0));
    background: -webkit-linear-gradient(top, #feb148 0%,#ffebd0 100%);
    background: -o-linear-gradient(top, #feb148 0%,#ffebd0 100%);
    background: -ms-linear-gradient(top, #feb148 0%,#ffebd0 100%);
    background: linear-gradient(to bottom, #feb148 0%,#ffebd0 100%);
}
.trace-lab li:last-child::after {
    width: 0;
    background: none;
}
.trace-item {
    margin-bottom: 50px;
}
.trace-item:nth-child(1) {
    margin-bottom: 45px;
}
.trace-item:nth-child(2) {
    margin-bottom: 65px;
}
.trace-item h5 {
    color: #222222;
    line-height: 41px;
    font-size: 20px;
    font-weight: normal;
}
.trace-item p {
    color: #666666;
    margin-top: 5px;
    line-height: 25px;
}
.fake {
    width: 600px;
}
.fake h5 {
    color: #222222;
    margin-bottom: 20px;
    font-size: 20px;
    font-weight: normal;
}
.trace-fcw {
    padding: 90px 60px;
    background: #f7f7f7;
}
.fcw-list {
    width: 600px;
    font-size: 0;
}
.fcw-list li {
    padding: 20px 80px;
    margin: 0 20px 20px 0;
    display: inline-block;
    vertical-align: top;
    text-align: center;
    background: #ffffff;
}
.fcw-list li:nth-child(3),
.fcw-list li:nth-child(4) {
    margin-bottom: 0;
}
.fcw-list li p {
    color: #00A9FB;
    font-size: 16px;
    font-weight: bold;
}
.fcw-list li:nth-child(2) p,
.fcw-list li:nth-child(3) p {
    color: #06C361;
}
.fcw-list li:nth-child(4) p {
    color: #FE5512;
}
.fcw-warn {
    width: 550px;
}
.fcw-warn h3 {
    position: relative;
    font-size: 28px;
}
.fcw-warn h3::after {
    position: absolute;
    bottom: -20px;
    left: 0;
    content: "";
    width: 50px;
    height: 3px;
    background: #36c888;
}
.fcw-warn p {
    color: #7F7F7F;
    margin-top: 50px;
    line-height: 25px;
}
.sy-info-view {
    margin-top: 80px;
}
.sy-info-view .sy-info-item {
    position: relative;
    width: 642px;
    height: 550px;
    background: #25b475;
}
.sy-info-view .sy-info-item .info-label {
    position: absolute;
    top: 250px;
    left: 0;
    width: 160px;
    height: 50px;
    line-height: 50px;
    color: #ffffff;
    font-size: 24px;
    text-align: center;
    background: #3ACE8D;
    border-radius: 0 20px 20px 0;
}
.sy-info-view .sy-info-item .sy-img {
    position: absolute;
    top: 120px;
    left: 280px;
    width: 257px;
    height: 492px;
    background: url(../img/sy-img-bg.png) center no-repeat;
}
.sy-info-view .sy-info-item .sy-img2 {
    background: url(../img/sy-img-bg2.png) center no-repeat;
}
.sy-info-view .sy-info-item .sy-img3 {
    background: url(../img/sy-img-bg3.png) center no-repeat;
}
.sy-info-view .sy-info-item .sy-img4 {
    background: url(../img/sy-img-bg4.png) center no-repeat;
}
.sy-info-view .sy-info-item .sy-img .img {
    width: 229px;
    height: 389px;
    margin: 87px 14px 16px 14px;
    overflow: hidden;
    overflow-y: scroll;
    border-radius: 0 0 25px 25px;
}
.sy-info-view .sy-info-item .sy-img3 .img {
    margin-top: 60px;
}
.sy-info-view .sy-info-item .sy-img img {
    width: 100%;
    height: auto;
    display: block;
    cursor: pointer;
}
.sy-wk .sy-info-item {
    width: 424px;
    height: 525px;
}
.sy-wk .sy-info-item {
    width: 424px;
    height: 550px;
}
.sy-wk .sy-info-item .info-label {
    top: 40px;
}
.sy-wk .sy-info-item .sy-img3 {
    left: 84px;
    background: url(../img/sy-img-bg3.png) center no-repeat;
}
.sy-fae {
    margin-top: 100px;
}
.sy-fae-list {
    margin: 80px 50px 0 50px;
    font-size: 0;
}
.sy-fae-list li {
    display: inline-block;
    vertical-align: top;
    text-align: center;
}
.sy-fae-list li p {
    margin-top: 30px;
    font-size: 22px;
}

/* 食安资讯页面 */
.news-wrap {
    width: 100%;
    height: 650px;
    padding-top: 90px;
    background-image: url(../img/news-bg.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
}
.news-wrap .nhs h1 {
    color: #222222;
}
.news-wrap .nhs h1 label {
    color: #25B475;
}
.news-main {
    margin-top: -300px;
    background: #ffffff;
    border-left: #f5f5ff solid 1px;
    border-right: #f5f5ff solid 1px;
    box-shadow: 5px 0px 10px -5px #dddddd, -5px 0px 10px -5px #dddddd;
}
/* .case-tab {
    font-size: 0;
    border-bottom: #ededed solid 1px;
}
.case-tab li {
    display: inline-block;
    vertical-align: top;
    margin-right: 80px;
    padding-bottom: 20px;
    font-size: 20px;
    cursor: pointer;
}
.case-tab li.active {
    position: relative;
    color: #36C888;
}
.case-tab li.active::after {
    position: absolute;
    bottom: 0px;
    left: 0;
    content: "";
    width: 100%;
    height: 2px;
    background: #36C888;
}
.case-tabmain {
    margin-top: 20px;
    padding-bottom: 20px;
    border-bottom: #ededed solid 1px;
}
.news-item {
    font-size: 0;
}
.news-item li {
    width: 45%;
    line-height: 40px;
    margin-right: 5%;
    display: inline-block;
    vertical-align: top;
    font-size: 16px;
}
.news-item li a:hover {
    color: #36C888;
}
.news-item li a span {
    position: relative;
    max-width: 80%;
    padding-left: 30px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.news-item li a span::after {
    position: absolute;
    top: 15px;
    left: 5px;
    content: "";
    width: 10px;
    height: 10px;
    background: #b9b6b8;
    transform: rotate(-45deg);
}
.news-item li a:hover span::after {
    background: #36C888;
} */
.news-left {
    width: 200px;
    background: #fafafa;
    /* padding: 0 50px; */
}
.news-left li {
    color: #666666;
    text-align: center;
    cursor: pointer;
    font-size: 18px;
    border-bottom: #dbdbdb dashed 1px;
}
.news-left li a {
    width: 100%;
    height: 100%;
    display: block;
    padding: 40px 0;
}
.news-left li a.active {
    position: relative;
    color: #ffffff;
    background: #2aaf78;
}
.news-left li a:hover {
    color: #ffffff;
    background: #2aaf78;
}
.news-left li a:hover i {
    color: #ffffff;
}
.news-left li a i {
    color: #2aaf78;
    margin-right: 10px;
    font-size: 22px;
    vertical-align: -2px;
}
.news-left li a.active i {
    color: #ffffff;
}
/* .news-left li.active::after {
    position: absolute;
    left: -40px;
    top: 40%;
    content: "";
    width: 4px;
    height: 20px;
    background: #2aaf78;
} */
.news-right {
    width: 1060px;
    margin-top: 20px;
    padding-bottom: 20px;
    border-bottom: #ededed solid 1px;
}
.news-item {
    font-size: 0;
}
.news-item li {
    line-height: 40px;
    margin-right: 5%;
    font-size: 16px;
}
.news-item li a:hover {
    color: #36C888;
}
.news-item li a span {
    position: relative;
    max-width: 80%;
    padding-left: 30px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.news-item li a span::after {
    position: absolute;
    top: 15px;
    left: 5px;
    content: "";
    width: 10px;
    height: 10px;
    background: #b9b6b8;
    transform: rotate(-45deg);
}
.news-item li a:hover span::after {
    background: #36C888;
}

/* 食安资讯详情页面 */
.n-cont {
    width: 1260px;
    padding: 20px;
}
.n-cont-body {
    margin-top: 30px;
    padding-bottom: 20px;
    background: url(../img/n-title-bg.png) 0 100% repeat-x;
}
.n-cont-body .n-cont-title {
    margin-top: 30px;
    font-size: 26px;
    text-align: center;
}
.n-cont-body .n-cont-time {
    color: #666666;
    margin-top: 30px;
    font-size: 14px;
}
.n-cont-body .n-cont-time span {
    margin-right: 10px;
}
.n-cont-body .n-cont-time span:last-child {
    margin-right: 0;
}
.n-cont-body .n-cont-time span label {
    color: #25b475;
}
.n-cont-body .n-cont-time span a {
    color: #666666;
    margin-right: 5px;
    cursor: pointer;
}
.n-cont-body .n-cont-time span a.active {
    color: #25b475;
}
.n-cont-body .n-cont-time span i {
    color: #999999;
    margin-left: 5px;
    font-size: 24px;
    vertical-align: -5px;
    cursor: pointer;
}
.n-cont-made {
    padding: 20px 0;
    font-size: 16px;
}
.n-cont-made p img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
}
.n-cont-made p {
    line-height: 30px;
    text-indent: 35px;
}

/* 食安品牌页面 */
.brand-wrap {
    width: 100%;
    height: 650px;
    padding-top: 90px;
    background-image: url(../img/brand-bg.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
}
.brand-wrap .nhs h1 {
    color: #222222;
}
.brand-wrap .nhs h1 label {
    color: #25B475;
}
.brand-main {
    padding-bottom: 60px;
    margin-top: -300px;
    padding: 0 50px 50px 50px;
    background: #ffffff;
    /* text-align: center; */
}
.brand-item {
    position: relative;
    padding-top: 60px;
}
.brand-item h3 {
    width: 120px;
    margin: 0 auto;
    position: relative;
    font-size: 28px;
}
.brand-item h3::after {
    position: absolute;
    bottom: -20px;
    left: 45px;
    content: "";
    width: 30px;
    height: 3px;
    background: #36c888;
}
.brand-swiper-pn {
    /* position: absolute;
    top: 50%; */
}
.brand-view {
    margin-top: 30px;
}
.brand-view .swiper-slide {
    position: relative;
    margin: 20px 0 0 0;
    overflow: hidden;
}
.brand-view .swiper-slide a {
    width: 100%;
    height: 100%;
    display: block;
}
.brand-view .swiper-slide img {
    /* width: 100%; */
    height: 224px;
    border-radius: 3px;
    border: #f0f0f0 solid 1px;
}
.brand-view .swiper-slide .mask-cust {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 226px;
    color: #ffffff;
    font-size: 14px;
    background:rgba(37, 180, 117, .95);
    opacity: 0;
    transition: all 0.3s ease 0s;
    /* transform: scale(1.1); */
}
.brand-view .swiper-slide:hover .mask-cust {
    opacity: 1;
    /* transform: scale(1); */
}
.brand-main .swiper-button-prev {
    top: 68%;
    left: -25px;
    background-image: url(../img/brand-prev.png);
}
.brand-main .swiper-button-next {
    top: 68%;
    right: -25px;
    background-image: url(../img/brand-next.png);
}
.brand-main .swiper-button-next, 
.brand-main .swiper-button-prev {
    display: none;
}
.brand-item:hover .swiper-button-next, 
.brand-item:hover .swiper-button-prev {
    display: block;
}
/* .brand-view {
    margin-top: 30px;
    text-align: left;
}
.brand-view .swiper-slide {
    position: relative;
    height: 450px;
    margin: 20px 0 0 0;
    overflow: hidden;
}
.brand-main .swiper-button-next, 
.brand-main .swiper-button-prev {
    display: none;
}
.brand-main .swiper-button-prev {
    left: 0;
}
.brand-main .swiper-button-next {
    right: 0;
}
.brand-view .swiper-slide .com-img {
    width: 100%;
    height: 370px;
    background-position: center 803.125px;
    -webkit-transition: all 0.6s ease-out 0s;
    -moz-transition: all 0.6s ease-out 0s;
    -o-transition: all 0.6s ease-out 0s;
    transition: all 0.6s ease-out 0s;
}
.brand-view .swiper-slide:hover .com-img {
    -webkit-transform: scale(1.5); 
    -moz-transform: scale(1.5);
    transform: scale(1.5);
}
.brand-item:hover .swiper-button-next, 
.brand-item:hover .swiper-button-prev {
    display: block;
}
.brand-view .swiper-slide p {
    height: 80px;
    line-height: 80px;
    font-size: 20px;
    text-align: center;
    background: #f5f5f5;
}
.brand-view .swiper-slide .in-img {
    position: absolute;
    left: 0;
    bottom: -100%;
    width: 100%;
    height: 100%;
    background: rgba(37, 178, 116, .6);
    -webkit-transition: all 0.6s ease-out 0s;
    -moz-transition: all 0.6s ease-out 0s;
    -o-transition: all 0.6s ease-out 0s;
    transition: all 0.5s ease-out 0s;
}
.brand-view .swiper-slide:hover .in-img {
    bottom: 0;
} */
/* .brand-item a.more {
    width: 120px;
    margin: 0 auto;
    display: block;
    margin-top: 30px;
    padding: 10px 30px;
    color: #ffffff;
    font-size: 22px;
    text-align: center;
    background: #25B274;
} */
/* 食安品牌详情 */
.brands-wrap {
    height: 414px;
    padding-top: 0;
}
.brands-logo {
    width: 100%;
    height: 100%;
    text-align: center;
    background: rgba(0, 0, 0, .5);
}
.brands-logo img {
    width: 220px;
    height: 220px;
    margin-top: 60px;
    border: #ffffff solid 1px;
    border-radius: 50%;
}
.brands-main {
    width: 1200px;
    margin-top: 0;
    padding: 50px;
    text-align: center;
    box-shadow: 5px 0px 15px -5px #dddddd, -5px 0px 15px -5px #dddddd;
}
.brands-main img {
    max-width: 100%;
    height: auto;
}

.about-brand {
    width: 1200px;
    padding: 50px 50px 0 50px;
}
.about-left {
    width: 600px;
}
.pub-hos h1 {
    color: #f1f1f1;
    font-size: 60px;
    font-family: Arial Black;
}
.pub-hos h3 {
    color: #333333;
    font-size: 36px;
    font-weight: normal;
}
.about-desc {
    margin-top: 30px;
    line-height: 25px;
    font-size: 16px;
}
.about-desc p {
    margin-top: 10px;
}
.about-img img {
    width: 500px;
    height: 530px;
}
.brand-ds {
    margin-top: 80px;
    text-align: center;
}
.brand-ds h3 {
    margin-top: -50px;
}
.workshop {
    margin-top: 50px;
}
.workshop .swiper-slide {
    position: relative;
}
.workshop .swiper-slide img {
    width: 314px;
    height: 370px;
}
.workshop .swiper-slide h3 {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 60px;
    line-height: 60px;
    color: #25B274;
    font-size: 18px;
    text-align: center;
    background: rgba(255, 255, 255, .5);
}
.brand-dcont {
    margin-top: 50px;
}
.brand-dcont li {
    width: 220px;
    height: 290px;
}
.brand-dcont li img {
    width: 100%;
    height: auto;
    transition: all 0.3s ease 0s;
    transform: scale(1);
}
.brand-dcont li:hover img {
    transform: scale(1.1);
}

/* 溯源查询页面 */
.query-wrap {
    width: 100%;
    height: 650px;
    padding-top: 90px;
    background-image: url(../img/query-bg.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
}
.query-wrap .nhs {
    color: #ffffff;
}
.query-wrap .nhs h1,
.query-wrap .nhs p {
    color: #ffffff;
}
.query-wrap .nhs h1::after {
    background: #ffffff;
}
.query-main {
    width: 650px;
    margin-top: 120px;
}
.query-input input {
    width: 470px;
    height: 50px;
    line-height: 50px;
    padding-left: 20px;
    font-size: 16px;
    background: #ffffff;
}
.query-input button {
    width: 180px;
    height: 50px;
    color: #ffffff;
    font-size: 20px;
    line-height: 50px;
    background: #26d481;
    cursor: pointer;
}
.query-input button a {
    width: 100%;
    height: 100%;
    display: block;
    color: #ffffff;
}
.query-input button i {
    font-size: 24px;
    vertical-align: -3px;
}
.query-icon {
    width: 650px;
    margin-top: 55px;
}
.query-icon li {
    height: 46px;
    line-height: 46px;
    font-size: 0;
}
.query-icon li img {
    display: inline-block;
    vertical-align: top;
}
.query-icon li span {
    color: #ffffff;
    font-size: 18px;
    margin-left: 10px;
    display: inline-block;
    vertical-align: top;
}
/* 溯源查询弹框 */
.modal-wrap {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 999;
    display: none;
    background-color: rgba(0, 0, 0, 0.6);
}
/* .modal-wrap:target {
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
} */
.modal-wrap .modal-main {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 550px;
    padding: 20px;
    border-radius: 8px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: #ffffff;
}
.modal-header {
    padding-bottom: 10px;
    border-bottom: #f1f1f1 solid 1px;
}
.modal-header i {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 30px;
    cursor: pointer;
}
.modal-header h3 {
    font-weight: normal;
}
.modal-body {
    padding: 15px 0;
    border-bottom: #f1f1f1 solid 1px;
}
.modal-footer {
    margin-top: 10px;
    text-align: right;
}
.modal-footer .btn {
    padding: 8px 15px;
    color: #ffffff;
    margin-left: 10px;
    background: #2fd389;
    border-radius: 8px;
    cursor: pointer;
}
.modal-footer .btn-cancel {
    color: #666666;
    border: #a1a1a1 solid 1px;
    background: #ffffff;
}

/* 分页 */
.pagination {
    margin-top: 30px;
    text-align: center;
}
.pagination span {
    color: #333333;
    margin-right: 5px;
}
.pagination span.active {
    color: #ffffff;
    padding: 8px 16px;
    margin-right: 10px;
    border: #2fd389 solid 1px;
    border-radius: 3px;
    background: #2fd389;
}
.pagination a {
    padding: 8px 16px;
    margin-right: 10px;
    border-radius: 3px;
    border: #e6e6e6 solid 1px;
}
.pagination a:hover {
    color: #2fd389;
}
.pagination span.last {
    color: #333333;
    border: #e6e6e6 solid 1px;
    background: none;
}

/* 底部 */
footer {
    padding-top: 80px;
    background: #ededed;
}
footer li h5 {
    font-size: 14px;
    display: block;
    margin-bottom: 20px;
}
footer li a,
footer li label {
    line-height: 25px;
    font-size: 12px;
    display: block;
}
footer li label i {
    color: #25b475;
    margin-right: 5px;
}
footer li p {
    font-size: 12px;
    text-align: center;
}
.foot-bot {
    margin-top: 50px;
    line-height: 60px;
    text-align: center;
    font-size: 12px;
    border-top: #e6e6e6 solid 1px;
}

/* 返回顶部 */
#toTop {
    display: none;
    position: fixed;
    right: 30px;
    bottom: 20px;
    z-index: 99;
    border: none;
    outline: none;
    background-color: red;
    color: white;
    cursor: pointer;
    padding: 15px;
    border-radius: 10px;
}
#toTop:hover {
    background-color: #555;
}

/* 滚动条样式 */
* {
    scrollbar-face-color: #f5f5f5;
    scrollbar-arrow-color: #f5f5f5;
    scrollbar-3dlight-color: #f5f5f5;
    scrollbar-highlight-color :#FFFFFF;
    scrollbar-shadow-color :#FFFFFF;
    scrollbar-darkshadow-color :#f5f5f5;
    scrollbar-track-color: transparent;

    scrollbar-color: #f5f5f5 #FFFFFF; /* 滑块颜色  滚动条背景颜色 */
    scrollbar-width: none; /* 滚动条宽度有三种：thin、auto、none */
}
::-webkit-scrollbar {
    width: 0;
}
::-webkit-scrollbar-track {
    background-color: transparent;
}
::-webkit-scrollbar-track-piece {
    background-color: transparent;
    border-radius: 2px;
}
::-webkit-scrollbar-thumb {
    background-color: #f5f5f5;
    border: solid 1px #fff;
    border-radius: 8px;
}
::-webkit-scrollbar-corner {
    background-color: #fff;
}