@charset "UTF-8";
/*!
 * animate.css -http://www.slonutri.com
 * Version - 1.0.0
 * Date - 2020.11.12
 * Copyright (c) 2020 Slonutri.com
 */
/*通用样式*/
.doFlex{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.doFlex-up{
	align-items: flex-start;
}
.doWrap{
	flex-wrap: wrap;
}
.t-left{
	text-align: left;
}
.t-center{
	text-align: center;
}
.t-right{
	text-align: right;
}
.main-full{
	width: 90%;
	margin: 0 5%;
	white-space: nowrap;
}
.imain{
	width: 1200px;
	margin: 0 auto;
}
.main-side{
	width:22% ;
}
.main-body{
	width: 75%;
}
/*返回顶部 S*/
.gotop{
	background: rgba(0,107,194,0.80);
	behavior: url(/PIE.htc);
	border-radius:50%;
	width:40px;
	height:40px;
	position:fixed;
	display:none;
	right:0px;
	bottom:0px;
	z-index:999;
}
.gotop a{
	color:#fff;
	display:block;
	width:40px;
	height:40px;
	font-size:14px;
	line-height: 12px;
	text-align:center;
}
.gotop a i{
	padding-top:6px;
}
/*更多连接*/
.moreLink{
	padding:10px 0;
	text-align:center;
}
.moreLink a{
	font-weight:bold;
}
.moreLink a i{
    padding: 20px;
}
/*标题*/
.topTitle{
	padding:20px;
}
.topTitle h3{
	font-size:2em;
}
.topTitle h5{
	color:#6c757d;
	margin-top:5px;
}
/*标题02*/
.topTitle_02{
	position:relative;
	border-bottom:solid 1px #ccc;
	margin-bottom:20px;
	padding:20px 0;
}
.topTitle_02 h3,
.topTitle_02 h5{
	font-size:2.2em;
	position:relative;
}
.topTitle_02 h3{
	color:#ccc;
	font-size:1.5em;
}
/*分类筛选*/
.classification{
	padding:10px 0;
	margin-top:30px;
}
.classification dl{
	margin-bottom:20px;
	display:flex;
	flex-wrap:wrap;
	justify-content:flex-start;
	align-items:center;
}
.classification dl dt{
	width:100%;
	padding:10px 5px;
	border-bottom:solid 1px #333;
	margin-bottom:20px;
}
.classification dl dd{
	width:100%;
    display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
}
.classification dl dd a{
	width:30%;
	margin-bottom:10px;
	font-size: 1.25em;
}
/*介绍内容*/
.infoText{
    margin:0;
    padding:20px;
}
@keyframes colorChange {
    0% {
        filter: hue-rotate(0deg);
    }
    100% {
        filter: hue-rotate(360deg);
    }
}
/*当前位置*/
.sl-position{
	background:#0075c2;
	background-size:cover;
	color: #fff;
	height:40px;
	line-height:40px;
}
.sl-position a{
	margin:0 5px;
	color: #fff;
}
.sl-position .sonsort a,
.sl-position .sonsort a.btn-light{
	background:#72a7dc;
	border:none;
	color:#fff;
}
.sl-position .sonsort a.btn-info{
	background:#fff;
	color:#0075c2;
}
/*当前分类*/


/*上下篇*/
.pre-next{
	padding:20px 0;
	margin-top:50px;
	border-top:solid 2px #f1f1f1;
}
.pre-next span{
	background:#0075c2;
	padding:2px 5px;
	color:#fff;
	margin-right:5px;
}
/*搜索框*/
.search{
	display:flex;
	align-items:center;
}
.search input{
	border:solid 2px #0075c2;
	border-radius:0px;
	outline:none;
}
.search input:hover{
    border:solid 2px #000;
    transition: 0s;
}
.search button{
	border:none;
	background:#0075c2;
	color:#fff;
	padding:3px 8px;
}
.search button:hover{
	background:#00913e;
	transition: .5s;
}
/*追溯查询*/
.m-traceability{
	align-items:center;
	padding:10px 0;
}
.m-traceability span{
	color:#ccc;
	margin-right:5px;
}
.m-traceability input{
	border:solid 2px #ccc;
	border-radius:0px;
	outline:none;
	border-radius:5px;
	padding:3px 8px;
}
.m-traceability input:hover{
    border:solid 2px #333;
    transition: 0s;
}
.m-traceability button{
	border:none;
	background:#00913e;
	border-radius:5px;
	color:#fff;
	padding:5px 8px;
}
.m-traceability button:hover{
	background:#333;
	transition: .5s;
}
/*追溯页面*/
.m-traceability-02 input{
	width:300px;
	height:50px;
	line-height:50px;
	background:rgba(255,255,255,0.5);
}
.m-traceability-02 input:hover{
	border-color:#0075c2;
}
.m-traceability-02 button{
	margin-top:30px;
	width:100px;
	height:40px;
	background:#0075c2;
}

/*分页*/
.page-num:not(:disabled) {
	cursor: pointer;
}
.page-num, .page-link {
	position: relative;
	display: block;
	padding: .5rem .75rem;
	margin-left: -1px;
	line-height: 1.25;
	color: #0583c4;
	background-color: #fff;
	border: 1px solid #dee2e6;
}
a.page-num:hover, .page-link:hover {
	text-decoration: none;
}
.page-num-current {
	z-index: 1;
	color: #fff;
	background-color: #0583c4;
	border-color: #0583c4;
}
.page-num-current:hover {
	color: #fff;
}
.boxLX {
	display: inline-block;
	transform: rotate(45deg);
	overflow: hidden;
}
.boxLX img {
	max-width: 100%;
	transform: rotate(-45deg) scale(1.42);
}
/*产品轮播*/
.view {
	max-width: 500px;
}
.view .swiper-slide {
	height: 300px;
	max-width: 500px;
	padding: 0 3px;
	box-sizing: border-box;
	overflow: hidden;
	text-align: center;
}
.view .swiper-slide img {
	height: 100%;
}
.view .arrow-left {
	background: url(../images/index_tab_l.png) no-repeat left center;
	position: absolute;
	left: 10px;
	width: 28px;
	height: 300px;
	z-index: 10;
	display: none;
}
.view .arrow-right {
	background: url(../images/index_tab_r.png) no-repeat right center;
	position: absolute;
	right: 10px;
	width: 28px;
	height: 300px;
	z-index: 10;
	display: none;
}
.preview {
	position: relative;
	width: 440px;
	left: 30px;
}
.preview .swiper-slide {
	width: 87.5px;
	height: 70px;
	margin: 0 3px;
	box-sizing: border-box;
	overflow: hidden;
	cursor: pointer;
}
.preview .swiper-slide img {
	display: inline-block;
	height: 100%;
}
.preview .active-nav {
	border: 1px solid #F00;
}
.preview .arrow-left {
	background: #fff url(../images/feel3.png) no-repeat left center;
	position: absolute;
	left: -20px;
	top: 0;
	width: 20px;
	height: 70px;
	z-index: 10;
}
.preview .arrow-right {
	background: #fff url(../images/feel4.png) no-repeat right center;
	position: absolute;
	right: -20px;
	top: 0;
	width: 20px;
	height: 70px;
	z-index: 10;
}
@media only screen and (max-width: 768px) {
	.view .swiper-slide {
		height: 200px;
	}
	.preview {
		display: none;
	}
	.view .arrow-left, .view .arrow-right {
		height: 200px;
		display: block;
	}
}
.index-focus h1,
.index-focus h4{
	color:#0075c2;
}
.index-focus h1{
	margin-bottom: 30px;
}
.index-focus-heart{
	background:rgba(255,255,255,0.8);
	border-radius:50%;
	position:absolute;
	right:10px;
	bottom:10px;
	z-index:1000;
	width:30px;
	height:30px;
	display:flex;
	justify-content:center;
	align-items:center;
}
.index-focus-heart i{
	color:red;
}
.index-focus-heart:hover i{
	font-size:1.25em;
}
.index-focus-m{
	display: none;
}
/*在线客服*/
.online {
	position: fixed;
	bottom: 150px;
	right: 10px;
	width: 60px;
	z-index: 999;
	color: #999;
}
.online a {
	color: #666;
}
.online a:hover {
	text-decoration: none;
}
.online dl {
	background: #0075c2;
	padding: 10px 5px;
	margin-bottom: 2px;
	position: relative;
}
.online dl dd {
	color: #fff;
	text-align: center;
	font-size: 12px;
	cursor: pointer;
}
.online dl dd i {
	font-size: 25px;
}
.online dl:hover {
	background: #0075c2;
}
.online dl dt {
	position: absolute;
	top: 0px;
	right: 60px;
	background: #fff;
	border: 1px solid #ccc;
	z-index: 9999;
	display: none;
	padding: 10px 15px;
	font-weight: normal;
}
.online dl dt h3 {
	display: block;
	font-size: 16px;
	color: #666;
	border-bottom: 1px solid #ccc;
	padding-bottom: 5px;
}
.online dl dt h3 i {
	margin-right: 5px;
}
.online dl dt h3 span {
	float: right;
	cursor: pointer;
}
.online dl dt input {
	border: 1px solid #ccc;
	border-radius: 5px;
	margin-top: 15px;
	height: 40px;
	line-height: 40px;
	padding: 3px 5px;
	width: 100%;
}
.online dl dt button {
	margin: 10px 0;
	border: none;
	border-radius: 5px;
	width: 100%;
	font-size: 18px;
	height: 40px;
	line-height: 40px;
	background: #28a7e1;
	color: #fff;
	cursor: pointer;
}
.online dl dt img{
	max-width: 100%;
}

/*底部导航（移动端）*/
.mb-nav ul{
	display: flex;
	align-items:center;
	justify-content: space-between;
	width:100%;
}
.mb-nav li{
	width:25%;
	padding: 10px 0;
}
.mb-nav a{
	color: #fff;
	font-size: 0.8em;
}
.mb-nav a i{
	display: block;
	font-size: 1.2em;
}
.mb-nav a span{
	display: block;
	width: 80%;
	margin: 0 auto;
}
.mb-nav li:hover{
	background: #00913e;
}
/*其他*/
.pages {
	min-height: 560px;
	padding-top: 10px;
	padding-bottom: 10px;
}

.code,
.code img {
	height: 100px;
}

/*正文*/
.content {
	color: #666;
	line-height: 2;
	font-size:1.25em;
}
.content a{
	color: #666;
}
.content p{
	margin:10px 0;
}
.content img, 
.content iframe {
	max-width: 100% !important;
}
.content li {
	list-style: disc outside none;
	margin-left: 20px;
}
.art-art h1,
.art-art h2{
	margin-bottom:50px;
	padding:50px 0;
	border-bottom:solid 1px #ccc;
}
.art-art .content img{
	display:block;
	width:60%;
	height:auto;
	margin:10px auto;
	border:solid 1px #ccc;
}
.art-product .content img{
	display:block;
	max-height:600px;
	margin:0 auto;
}


/*┌-------------------------------------------------┐*/
/*│页眉                                             │*/
/*└-------------------------------------------------┘*/
#header .main-full {
	display:flex;
	justify-content:space-between;
	padding:10px 0;
}
.nav-item-logo{
	display:flex;
	align-items:center;
}
#navbarNav dl{
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
#navbarNav dt.logo-link a{
	display:block;
	width:180px;
	height:30px;
	background-image:url(/static/images/logo.png);
	background-position: left 50%;
	background-repeat: no-repeat;
	background-size: auto 100%;
}
#navbarNav dt.logo-link a span{
	display: none;
}
#navbarNav dd ul{
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
#navbarNav dd .li-nav-item{
	font-size:1.15em;
	line-height:1.15em;
	margin:0 15px;
}
#navbarNav dd .li-nav-item.active .zh{
	color: #0075c2;
	font-weight: bold;
}
#navbarNav dd .li-nav-item .en{
	font-size:0.8em;
	color:#ccc;
}
#navbarNav dd .li-nav-item:hover .en{
	color: #0075c2;
	transition: .5s;
}

.header-kb{
	height: 71px;
}
.header,
.header-scrolled{
	background:rgba(255,255,255,0.95);
	box-shadow: 0px 0px 5px #ccc;
	position:fixed;
	top:0;
	left:0;
	width:100%;
	z-index:999;
}
.nav-item-button{
	display:flex;
}
.nav-item-button .tel400,
.nav-item-button .tel400 a{
	display: flex;
	align-items:center;
	margin-right:10px;
}
.nav-item-button .tel400 b{
	white-space: nowrap;
	font-size:1.25em;
	color:#0075c2;
}
.nav-item-button .tel400 span em{
	display:block;
	font-size:14px;
	margin-bottom:-8px;
	color:#00913e;
}
.nav-item-button .tel400 i.fa-phone{
	border:solid 3px;
	border-radius:50%;
	text-align:center;
	font-size:1.5em;
	padding:2px;
	width:30px;
	height:30px;
	margin-right:5px;
}

.nav-item-button .top-trace{
    list-style:none;
    background:#eee;
    height:30px;
    line-height:30px;
    padding:0 10px;
    border-radius:15px;
    display:none;
}
.nav-item-button .top-trace a{
	color:#0075c2;
}
.nav-item-button .m-button{
	margin-left:10px;
	margin-right: 10px;
	display:none;
}
.nav-item-button .m-button #menuButton{
	cursor:pointer;
	display:flex;
	flex-wrap:wrap;
	width:35px;
	height:30px;
	align-items:center;
}
.nav-item-button .m-button #menuButton span{
    width:100%;
    height:6px;
    background-color:#0075c2;
    border-radius:3px;
}

/*┌-------------------------------------------------┐*/
/*│首页                                             │*/
/*└-------------------------------------------------┘*/
/*品牌*/
.i-brands{
	justify-content:space-between;
}
.i-brands dl{
	background-image:url(/static/images/line-01.png);
	background-position:right 50%;
	background-repeat:no-repeat;
	background-size:auto 150%;
	padding:10px 15px 30px;
	margin:0 20px;
	text-align:center;
	width: 30%;
}
.i-brands dl:last-child{
	background:none;
}
.i-brands a{
	display:block;
	width:100%;
	position:relative;
}
.i-brands dl dt img{
	display:block;
	max-width:100px;
	height:auto;
	margin: 0 auto;
}
.i-brands dl dd{
	background:#efefef;
	color: #0075c2;
	padding:2px 10px;
	border-radius:20px;
	position:absolute;
	right:10px;
	margin-top:10px;
	transition:.5s;
}
.i-brands dl:hover dd{
	background:#0075c2;
	color: #efefef;
	transition:.5s;
}

/*新闻*/
.i-news-bg{
	background-image: url(/static/images/bg_news.jpg);
	background-position: center 50%;
	background-size:cover;
	padding:30px 0;
}
.news-nav-tabs{
	margin-bottom:20px;
	justify-content:flex-start;
}
.news-nav-tabs li a{
	background:#0075c2;
	color: #fff;
	display:block;
	font-size: 1.25em;
	line-height:40px;
	text-align: center;
	max-width:150px;
	padding:0 20px;
	margin:0 10px;
}
.news-nav-tabs li a.active {
	background: #0075c2;
}
/*
.news-nav-tabs li.moreLink{
	margin-left: auto;
}
.news-nav-tabs li.moreLink a{
	background:#0075c2;
	border-radius:20px;
	color:#fff;
	font-weight:normal;
}
.news-nav-tabs li.moreLink a i{
	padding:0;
}
*/
.news-nav-tabs li a:hover{
	background: #72a7dc;
}
.i-news{
	align-items:flex-start;
}
.i-news dl{
	min-width: 25%;
	max-width: 50%;
}
.i-news dl dt{
	height:220px;
	margin:0 15px;
	background-size:100% auto;
	background-position: 50% 50%;
	background-repeat:no-repeat;
	background-color:#eee;
	overflow: hidden;
	transition:.8s;
}
.i-news dl:hover dt{
	background-size:120% auto;
	transition:.8s;
}
.i-news dl dt img{
	display: block;
	max-width: 100%;
}
.i-news dl dd{
	padding: 0 15px;
	margin-top: 20px;
	white-space: normal;
}
.i-news dl dd h3{
	font-size:1.25em;
	font-weight:bold;
}
.i-news dl dd p{
	margin-top:5px;
	color:#333;
}
/*产品列表*/
.productList_01 dl{
	max-width:50%;
	min-width:25%;
	/*background:#f1f1f1;*/
}
.productList_01 dl dt{
	position:relative;
	padding:10px;
}
.productList_01 dl dt .card-text{
	position:absolute;
	left:20px;
	top:20px;
}
.productList_01 dl dd{
	padding:10px;
}
.productList_01 dl dd h3{
	font-size:1.25em;
	font-weight:bold;
	text-align:center;
}
/*产品列表2*/
.productList_02 dl{
	margin-bottom:30px;
}
.productList_02 dl a{
	background:#f1f1f1;
	display:flex;
	flex-wrap:nowrap;
	align-items:center;
	justify-content:space-between;
}
.productList_02 dl dt{
	position:relative;
	width:40%;
	padding:20px;
}
.productList_02 dl dt img{
	display:block;
	width:100%;
	height:auto;
}
.productList_02 dl dt .card-text{
	position:absolute;
	left:20px;
	top:20px;
}
.productList_02 dl dd{
	width:60%;
	text-align:left;
}
.productList_02 dl dd h3{
	font-size:1.5em;
	font-weight:bold;
	padding:0 20px;
	margin:10px 0;
}
.productList_02 dl dd p{
	color:#535353;
	padding:20px;
	font-size:1.25em;
	line-height:1.8em;
}
.productList_02 dl:hover dd p{
	background:#0075c2;
	color:#fff;
	transition:.5s;
}

/*文章列表 01*/
.art-list-01 dl{
	margin-bottom:20px;
	padding-bottom:20px;
	border-bottom:solid 1px #ccc;
}
.art-list-01 dl a{
	align-items:flex-start;
}
.art-list-01 dl dt{
	width:40%;
	padding:20px;
	overflow:hidden;
}
.art-list-01 dl dt img{
	max-width:100%;
	border:solid 1px #ccc;
}
.art-list-01 dl:hover dt img{
	/*border:solid 1px #0075c2;
	box-shadow:0px 0px 10px #0075c2;
	transition:.8s;*/
}
.art-list-01 dl dd{
	width:60%;
	padding:20px;
}
.art-list-01 dl dd h3{
	font-weight:bold;
	white-space:normal;
	margin-bottom:20px;
	color:#333;
	transition:1s;
}
.art-list-01 dl:hover dd h3{
	color:#0075c2;
	transition:1s;
}
.art-list-01 dl dd p{
	font-size:1.25em;
	color:#999;
	transition:1s;
}
.art-list-01 dl:hover dd p{
	color:#0075c2;
	transition:1s;
}
.art-list-01 dl dd .art-time{
	float:right;
}
/*首页-关于*/
.i-about-bg{
	background:#f5f5f5;
}
.i-about-bg .main-full .about-img{
	width:35%;
}
.i-about-bg .main-full .about-img img{
	display:block;
	width:100%;
}
.i-about-bg .main-full .about-info{
	width:60%;
}
.i-about-bg .main-full .infoText{
	font-size:1.15em;
	text-indent: 2em;
	line-height:2em;
	color:#535353;
}
.i-about-bg .main-full .moreLink{
	padding: 0;
	text-align:right;
}
.i-about-bg .main-full .moreLink a{
	border-radius:15px;
	background:#0075c2;
	color:#fff;
	padding:2px 8px;
	font-weight:normal;
	font-size:0.8em;
}
.fCodes{
	padding:50px 0;
	display: flex;
	align-items:flex-start;
	justify-content: space-between;
}
.fCodes dl{
	display: flex;
	align-items: flex-start;
}
.fCodes dt{
	margin-right:5px;
}
.fCodes dt img{
	display: block;
	max-width: 86px;
}
.fCodes dd strong{
	display: block;
	margin-bottom: 5px;
}
.fCodes dd span{
	white-space: nowrap;
}
/*遮罩层*/
#fullbg {
	background-color:rgba(0,0,0,0.55);
	position:fixed;
	left:0;
	top:0;
	width:100%;
	height:100vh;
	z-index:1500;
}
#dialog {
	background-color:#0075c2;
	border-radius:15px;
	display:none;
	height:360px;
	width:560px;
	padding:10px;
	position:absolute;
	left:50%;
	margin-left:-300px;
	top:50%;
	margin-top:-260px;	
}
#dialog div{
	background:#fff;
	border-radius:15px;
	text-align:center;
	padding:20px;
}
#dialog p{
	color:#0075c2;
	padding:20px 0;
	font-size:1.5em;
	line-height:200%;
	margin-top:30px;
	white-space:normal;
}
#dialog h2{
	color:#0075c2;
	font-weight:bold;
	font-size:1.8em;
	padding-bottom:50px;
}
#dialog a{
	display:block;
	padding:5px 10px;
	border-radius:15px;
	background:#fff;
	color:#0075c2;
	width:100px;
	margin:20px auto;
	text-align:center;
}




/*┌-------------------------------------------------┐*/
/*│关于 page-about                                  │*/
/*└-------------------------------------------------┘*/
.page-about{
	background:#eee;
	padding:20px;
}
.sl-intro{
	align-items:flex-start;
}
.sl-intro .intro-img{
	width:40%;
}
.sl-intro .intro-img img{
	width:100%;
}
.sl-intro .intro-txt{
	width:60%;
	padding:0 20px;
	line-height:2em;
}

/*┌-------------------------------------------------┐*/
/*│联系 page-contact                                │*/
/*└-------------------------------------------------┘*/
.page-contact{
	background:#eee;
}
.page-contact .sl-intro h2{
	margin-top:20px;
	font-size:1.8em;
}
.page-contact .sl-intro .intro-txt{
	width:30%;
}
.page-contact .sl-intro .baiduMap{
	width:70%;
}

/*┌-------------------------------------------------┐*/
/*│科研品控                                          │*/
/*└-------------------------------------------------┘*/
.page-nutrition{

}
/*科研*/
.ky-list{
	border:solid 1px #e1e1e1;
	background:#f1f1f1;
	transition:0.5s;
	/*align-items:flex-start;*/
	display:flex;
	justify-content:space-between;
	align-items:stretch;
}
.ky-list dl{
	width:25%;
	border-right:solid 1px #e1e1e1;
	height:inherit;/*属性继承父元素的高度*//
}
.ky-list dl:hover{
	background:#0075c2;
	color:#fff;
	transition:0.5s;
}
.ky-list dl:last-child{
	border-right:none;
}
.ky-list dt{
	text-align:center;
}
.ky-list dt img{
	display:block;
	margin:10px auto;
	transition:1s;
}
.ky-list dt .img2{
	width:0;
	height:0;
	display:none;
	transition:1s;
}
.ky-list dl:hover dt .img1{
	width:0;
	height:0;
	display:none;
	transition:1s;
}
.ky-list dl:hover dt .img2{
	width:auto;
	height:auto;
	display:block;
	transition:1s;
}
.ky-list dl dt h3{
	width:90%;
	padding-bottom:20px;
	border-bottom:solid 1px #ccc;
	margin:0 auto;
}
.ky-list dl dd p{
	padding:10px 5%;
	font-size:1.25em;
}
/*品控*/
.qc-list ul{
	flex-wrap:wrap;
	justify-content:center;
}
.qc-list ul li{
	border-radius:50%;
    display:flex;
    flex-wrap:wrap;
    justify-content:center;
    align-items:center;
    background:#f1f1f1;
    padding:10px;
    width:100px;
    height:100px;
    margin:10px 0;
    transition:0.5s;
}
.qc-list ul li:nth-child(1) i{
	color:#008000;
}
.qc-list ul li:nth-child(3) i{
	color:#996666;
}
.qc-list ul li:nth-child(5) i{
	color:#3300ff;
}
.qc-list ul li:nth-child(7) i{
	color:#ff33ff;
}
.qc-list ul li:nth-child(9) i{
	color:#0099cc;
}
.qc-list ul li:nth-child(11) i{
	color:#cc00ff;
}
.qc-list ul li:nth-child(13) i{
	color:#99cc33;
}
.qc-list ul li:hover{
	background:#0075c2;
	color:#fff;
	cursor:pointer;
	transition:0.5s;
}
.qc-list ul li:hover i{
	color:#fff;
}
.qc-list ul li i{
	width:100%;
	text-align:center;
	font-size:2em;
}
.qc-list ul li.i-ico{
	background:none;
}
.qc-list ul li.i-ico i{
	font-size:3em;
	color:#ccc;
}
.qc-qms ul li{
	width:25%;
	padding:10px;
	text-align:center;
	transition:.5s;
}
.qc-qms ul li:nth-child(1){
	background:#cccc66;
}
.qc-qms ul li:nth-child(2){
	background:#cccc99;
}
.qc-qms ul li:nth-child(3){
	background:#66cc99;
}
.qc-qms ul li:nth-child(4){
	background:#99cc66;
}
.qc-qms ul li:hover{
	background:#99cc33;
	color:#fff;
}
.qc-qms ul li a{
	display:block;
}
.qc-qms ul li img{
	display:block;
	width:120px;
	max-width:100%;
	margin:0 auto;
}
.qc-control h3{
	color:#333;
}
.qc-control p{
	color:#999;
	margin:10px 0;
	font-size:1.25em;
}
/*营养研究院*/
.page-nutrition .sl-intro .intro-txt{
	width:100%;
}
.sl-mission{
	flex-wrap: wrap;
}
.sl-mission{
	justify-content:space-between;
}
.sl-mission dl{
	width:49%;
	margin-bottom:20px
}
.sl-mission dl img{
	width:100%;
}
/*┌-------------------------------------------------┐*/
/*│产品追溯                                          │*/
/*└-------------------------------------------------┘*/
.page-traceability{
	background-image: url(/static/images/bg_cx.jpg);
	background-position: center 50%;
	background-size: cover;
	display:flex;
	align-items:center;
	justify-content:center;
	text-align:center;
}
.page-traceability .topTitle h3{
	font-size:2.6em;
	color:#0075c2;
	font-weight:bold;
}
/*┌-------------------------------------------------┐*/
/*│页脚                                             │*/
/*└-------------------------------------------------┘*/
.footer{
	border-top:solid 3px #0075c2;
	background:rgba(255,255,255,0.6);
	position: relative;
	z-index: 99;
}
.footer .bMenus{
	background:#f1f1f1;
	padding:30px 0;
}
.footer .bMenus .main-full{
	display: flex;
	
	justify-content: space-between;
	font-size:1.05em;
}
.footer .bMenus .fmenu{
	width:70%;
	display: flex;
	justify-content: flex-start;
}
.footer .bMenus .fmenu dl{
	display: inline-block;
	width: 30%;
}
.footer .bMenus .fmenu dt{
	height: 30px;
	line-height: 30px;
	margin-bottom: 10px;
}
.footer .bMenus .fmenu h4{
	font-size: 1.25em;
	color: #000;
}
.footer .bMenus .fmenu a{
	color: #666;
	display: block;
	height: 24px;
	line-height: 24px;
	white-space:nowrap;
}
.footer .bMenus .fmenu a:hover{
	color: #0075c2;
}
.footer .bMenus .address{
	width:30%;
}
.footer .bMenus .address h2{
	font-size:1.5em;
	font-weight:bold;
	color:#333;
}
.footer .bMenus .address span{
	font-size:1.5em;
	color:#0075c2;
}
.footer .copyright{
	background:#0075c2;
	padding:10px 0;
}
.footer .copyright ul{
	color:#fff;
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
}
.footer .copyright ul a{
	color:#fff;
}
.footer .copyright ul li:nth-child(1){
	width:100%;
}

/***自适应********************************************************/
/*lgX屏幕以下*/
@media only screen and (max-width: 1366px) {
	.main-full{
		width:auto;
		margin: 0 10px;
		white-space: nowrap;
	}
	 .search{
		display:none;
	}
	.qc-list ul li{
		width:80px;
		height:80px;
	}

	/*页眉*/
	#navbarNav dd .li-nav-item {
    	font-size:1.15em;
    }
	/*页脚*/
	.footer .bMenus .fmenu{
		width:65%;
	}
	.footer .bMenus .address{
		width:35%;
	}
}
/*lg屏幕以下*/
@media only screen and (max-width: 992px) {
	.header-kb{
		height: 50px;
	}
	.sl-intro .baiduMap{
		width:100%;
	}
	/*页眉*/
	.nav-item-button .tel400{
		display:none;
	}
	#navbarNav dd ul{
		display: block;
		padding:10px;
    }
    #navbarNav dd ul li{
    	width:100%;
    	margin:10px 0;
    	border-bottom:solid 1px #eee;
    	padding-bottom:10px;
	}
	.nav-item-button .top-trace{
		display:block;
		margin-right: 20px;
	}
	.nav-item-button .m-button{
        display:block;
	}
	.navbar{
		background:rgba(255, 255, 255, 0.95);
		position:fixed;
		padding-left:0;
		left:-60%;
		top:0;
		width:60%;
		height:100vh;
		z-index:100;
		box-shadow: 0px 0px 5px #ccc;
	}
	.navbar li{
		padding-top:10px;
	}
	.navbar li a{
		display:block;
		width:100%;
	}
	.menuShow{
		display:flex;
		align-items:center;
		left:0;
		transition:0.5s;
		z-index:1500;
	}
	.menuShow ul{
		width:100%;
	}
	.menuHide{
		left:-60%;
		transition:0.5s;
	}



	/*┌-------------------------------------------------┐*/
	/*│科研品控                                          │*/
	/*└-------------------------------------------------┘*/
	/*科研*/
	.ky-list{
		flex-wrap:wrap;
		border-bottom:none;
	}
	.ky-list dl{
		width:50%;
		border-right:solid 1px #e1e1e1;
		border-bottom:solid 1px #e1e1e1;
	}

	/*首页-品牌*/
	.i-brands dl{
		background-size:auto 100%;
		width:33%;
		margin:0;
		padding:20px 0 30px;
	}
	.i-brands dl dt img{
		width:65%;
	}
	.i-brands dl dd{
		font-size:8px;
	}
	/*首页-新闻*/
	.news-nav-tabs li a{
		padding:0 10px;
	}
	.news-nav-tabs li.moreLink{
		font-size:0.8em;
	}
	.news-nav-tabs li.moreLink a{
		line-height:30px;
	}
	.i-news dl{
		width: 50%;
		margin-bottom:20px;
	}
	.i-news dl dt{
		height:100px;
	}
	.i-news dl dd p{
		display:none;
	}
	.i-news dl dd h3{
		font-weight:normal;
		font-size:1em;
		color:#333;
	}
	/*首页-产品*/
	.productList_01{
		flex-wrap:wrap;
	}
	.productList_01 dl{
		width: 50%;
	}
	.productList_01 dl dd{
		white-space:break-spaces;
	}
	.productList_01 dl dd h3{
		font-weight:normal;
		white-space:nowrap;
		font-size:1em;
	}
	/*首页-关于*/
	.i-about-bg{
		background-color:#0075c2;
		background-image:url(/static/images/about-m.jpg);
		background-repeat:no-repeat;
		background-position:center 50%;
		background-size:100% auto;
	}
	.i-about-bg .main-full{
		justify-content:center;
	}
	.i-about-bg .main-full .about-img{
		display:none;
	}
	.i-about-bg .main-full .about-info{
		width:90%;
		color:#fff;
	}
	.i-about-bg .main-full .about-info .topTitle .subTitleName{
		color:#ccc;
	}
	.i-about-bg .main-full .infoText{
		color:#fff;
		font-size:1.15em;
		text-indent: 2em;
		line-height:2em;
	}

	.i-about-bg .main-full .moreLink a{
		background:#72a7dc;
		font-size:0.65em;
	}
	/*首页-二维码*/
	.fCodes{
		padding:50px 0;
		display: flex;
		align-items:flex-start;
		justify-content: space-between;
	}
	.fCodes dl:nth-child(1){
		display:none;
	}
	.fCodes dl{
		display:flex;
		flex-wrap:wrap;
		justify-content:center;
	}
	.fCodes dt{
		margin-right:0px;
	}
	.fCodes dt img{
		display: block;
		width: 60px;
	}
	.fCodes dd{
		background-color:#72a7dc;
		border-radius:15px;
		color:#fff;
		padding:2px 5px;
		margin:10px 10%;
		text-align:center;
		font-size:0.8em;
	}
	.fCodes dd img{
		display:none;
	}
	.fCodes dd strong{
		display:inline-block;
		margin-bottom:0px;
		font-weight:normal;
	}
	.fCodes dd span{
		white-space:nowrap;
	}

	/*页脚*/
	.footer .copyright{
		background:none;
		display:block;
		padding: 15px 0 30px;
		font-size:0.6em;
		text-align:center;
	}
	.footer .copyright ul,
	.footer .copyright ul a{
		color:#333;
	}
	.footer .copyright ul li{
		width:100%;
	}
	.footer .copyright ul li:last-child{
		margin-top:10px;
	
	}
	.footer .copyright ul li span:after{
		content: "|";
		color:#999;
		margin: 0 10px;
	}
	.footer .copyright ul li span:last-child:after{
		content: "";
	}
	/*
	.footer .fCodes{
		flex-wrap:wrap;
		padding: 20px 0;
	}
	.footer .fCodes dl{
		width:50%;
	}
	.footer .fCodes dl:nth-child(1){
		margin-bottom:10px;
	}
	*/
	.footer .bMenus{
		display:none;
	}

	/*┌-------------------------------------------------┐*/
	/*│产品列表                                          │*/
	/*└-------------------------------------------------┘*/
	/*产品列表2*/
	.productList_02 dl a{
		flex-wrap:wrap;
	}
	.productList_02 dl dt,
	.productList_02 dl dd{
		width:100%;
	}
	/*┌-------------------------------------------------┐*/
	/*│关于圣龙                                          │*/
	/*└-------------------------------------------------┘*/
	.sl-intro{
		flex-wrap:wrap;
	}
	.sl-intro .intro-img{
		width:100%;
	}
	.sl-intro .intro-txt{
		width:100%;
		padding:0px;
	}
	/*┌-------------------------------------------------┐*/
	/*│联系 page-contact                                │*/
	/*└-------------------------------------------------┘*/
	.page-contact .sl-intro .intro-txt{
		width:40%;
	}
	.page-contact .sl-intro .baiduMap{
		width:60%;
	}
}

/*sm屏幕以上*/
@media only screen and (min-width: 768px) {
	.card-img-200 {
		height: 200px;
		overflow: hidden;
	}
	.card-img-180 {
		height: 180px;
		overflow: hidden;
	}
	.card-img-150 {
		height: 150px;
		overflow: hidden;
	}
	.card-img-120 {
		height: 120px;
		overflow: hidden;
	}
	.card-img-100 {
		height: 100px;
		overflow: hidden;
	}
}
/*mid屏幕以下*/
@media only screen and (max-width: 768px) {
	/*┌-------------------------------------------------┐*/
	/*│首页                                             │*/
	/*└-------------------------------------------------┘*/
	.index-focus{
		display: none;
	}
	.index-focus-m{
		display: block;
	}

	/*文章列表 01*/
	.art-list-01 a{
		flex-wrap:wrap;
	}
	.art-list-01 dl dt{
		padding:0;
		width:100%;
	}
	.art-list-01 dl dd{
		padding:0;
		width:100%;
	}
	.art-list-01 dl dd h3{
		margin:10px 0;
	}
	.art-list-01 dl dd p{
		display:none;
	}
	/*正文*/
	.content img{
		width:100%;
	}

	.view .swiper-slide {
		height: 200px;
	}
	.preview {
		display: none;
	}
	.view .arrow-left, .view .arrow-right {
		height: 200px;
		display: block;
	}
	/*遮罩层*/
	#dialog {
		height:340px;
		width:90%;
		left:50%;
		margin-left:-45%;
		margin-top:-180px;
	}
	#dialog .close {
		color:#fff;
		text-decoration:none;
	}
	#dialog h2{
		font-size:1.6em;
		white-space:nowrap;
	}
	#dialog p {
		font-size:1.0em;
	}
	.m-h-30{
		height:30px;
	}
    .sl-position .sonsort a{
    	padding:0px 2px;
    	margin:0 1px;
	}
	/*首页-产品中心*/
	.i-product .topTitle{
		display: none;
	}
	/*首页-新闻*/
	.i-news-bg{
		padding-bottom:0px;
	}
	/*封面图*/
	div.imain.text-light{
		width:100%;
		text-align:center;
	}
	.page-num {
		display: none;
	}
	/*当前位置*/
	.sl-position{
		height:40px;
		line-height:40px;
		background-size:100% auto;
	}
	
	/**/
	.art-art .content img{
		width:100%;
	}
	.art-product .content img{
		width: 100%;
		height: auto;
	}
	.head-sm-height {
		height: 61px !important;
	}
	/*┌-------------------------------------------------┐*/
	/*│联系 page-contact                                │*/
	/*└-------------------------------------------------┘*/
	.page-contact .sl-intro .intro-txt{
		width:100%;
	}
	.page-contact .sl-intro .baiduMap{
		width:100%;
	}

	/*各栏目页头图片*/
	/*关于圣龙*/
	.sortBg1{
		background-image: url(/static/images/brands/about_m.jpg)!important;
	}
	/*产品中心*/
	.top-product{
		height: 98px;
	}
	.top-product .imain h1,
	.top-product .imain p{
		display:none;
	}
	.sortBg5{
		background-image: url(/static/images/brands/abo_banner_m.jpg)!important;
	}
	/*产品中心-啊啵*/
	.sortBg6{
		background-image: url(/static/images/brands/abo_banner.2_m.jpg)!important;
	}
	.sortBg18{
		background-image: url(/static/images/brands/yoc_banner_m.jpg)!important;
	}
	/*科研品控*/
	.sortBg13,.sortBg14,.sortBg15,.sortBg16{
		background-image: url(/static/images/brands/ky_m.jpg)!important;
	}
}