/* CSS Document */
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td {
	margin: 0;
	padding: 0;
}

html {
	font-size: 16px;
}
@font-face {
	font-family: "Poppins";
	src: url('../font/POPPINS-REGULAR_0.TTF');
}

@font-face {
	font-family: "Poppins_SemiBold";
	src: url('../font/POPPINS-SEMIBOLD_0.TTF');
}

@font-face {
	font-family: "Poppins_Medium";
	src: url('../font/POPPINS-MEDIUM_0.TTF');
}

@font-face {
	font-family: "Poppins_Light";
	src: url('../font/POPPINS-LIGHT_0.TTF');
}
body {
	font-family: "Poppins";
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: normal;
	font-size: 100%;
}

ul,
li {
	list-style: none;
}

a {
	color: #000;
	text-decoration: none;
}

img {
	border: none;
}

i,
em {
	font-style: normal;
}

.fr {
	float: right;
}

.fl {
	float: left;
}

.clear {
	clear: both;
}

.auto {
	width: 1200px;
	margin: 0 auto;
}

.clearfloat:after {
	display: block;
	clear: both;
	content: "";
	visibility: hidden;
	height: 0
}

.clearfloat {
	zoom: 1
}

.htmleaf-container {
	display: none;
}

.header-navigation {
	top: 30;
	width: 100%;
	text-align: center;
	z-index: 9999;
}

.heads {
	position: fixed;
	height: 5.625rem;
	width: 100%;
	transition: all .5s;
	top: 0px;
	left: 0rem;
	background-color: #fff;
}

.slideUp {
	/* -webkit-transform:translateY(-100px);
	transform:translateY(-100px);
	*/
	-webkit-transform: translateY(0px);
	-ms-transform: translateY(0px);
	-o-transform: translateY(0px);
	transform: translateY(0px);
	/*transition:transform .5s ease-out;
	*/
	-webkit-transition: transform .5s ease-out;
	-o-transition: transform .5s ease-out;
	transition: transform .5s ease-out;
	transition: all .5s;
}

.slideDown {
	/*-webkit-transform:translateY(0);
	transform:translateY(0);
	*/
	-webkit-transform: translateY(0px);
	-ms-transform: translateY(0px);
	-o-transform: translateY(0px);
	transform: translateY(0px);
	/*transition:transform .5s ease-out;
	*/
	-webkit-transition: transform .5s ease-out;
	-o-transition: transform .5s ease-out;
	transition: transform .5s ease-out;
	transition: all .5s;

}

.headdv {
	margin: 0 auto;
	height: 5.625rem;
	display: flex;
	justify-content: space-between;
	transition: all .5s;
	width: 93.75rem;
}
.headdvleft{
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.headdvleft img {
	display: block;
	max-width: 100%;
}
.headdvright {
	width: 57.5rem;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.headdvright ul {
	width: 53.75rem;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.headdvright ul li {
	line-height: 5.625rem;
	transition: all .3s;
}

.headdvright ul li a {
	display: block;
	padding: 0 10px;
	position: relative;
	color: #333333;
	font-size: 16px;
}

.headdvright ul li a span {
	font-size: 16px;
	color: #333;
}

.headdvright ul li a::after {
	content: "";
	position: absolute;
	display: block;
	width: 100%;
	height: 3px;
	bottom: -1px;
	left: 0;
	transition: all 1s;
}
.headdvright ul li:hover a span{
	color: #0c988f;
}
.headdvright ul li:hover a::after {
	background-color: #0c988f;
}
.headdvright ul li.active a span{
	color: #0c988f;
}
.headdvright ul li.active a::after {
	background-color: #0c988f;
}
.ss img{
	display: block;
}
.banners img{
	display: block;
	width: 100%;
}
.provide{
	width: 93.75rem;
	margin: 100px auto;
}
.providebt{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.providebtleft{
	width: 48%;
	color: #333333;
	font-size: 38px;
	font-family: "Poppins";
	font-weight: bold;
	line-height: 50px;
}
.providebtright{
	width: 45%;
	font-family: "Poppins";
	color: #4c4c4c;
	font-size: 16px;
	line-height: 30px;
}
.providedv{
	display: flex;
	justify-content: space-between;
}
.providedv{
	margin-top: 3.75rem;
}
.provideleft{
	width: 45.625rem;
}
.provideleft img{
	display: block;
	width: 100%;
}
.provideright{
	width: 37.5rem;
}
.provideright ul{
	display: flex;
	justify-content: space-between;
	flex-direction: column;
	height: 100%;
}
.provideright ul li{
	border-bottom: 1px solid #e6e6e6;
	height: 100%;
	transition: all 1s;
}
.provideright ul li a{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	height: 100%;
}
.provideright ul li i{
	display: block;
	margin-right: 20px;
	width: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: all 1s;
	font-size: 56px;
}
.provideright ul li h1{
	width: 33.25rem;
	color: #333333;
	font-size: 18px;
	font-family: "Poppins_Medium";
	line-height: 30px;
	transition: all 1s;
}
.provideright ul li:hover{
	border-color: #0c988f;
}
.provideright ul li:hover  i{
	color: #0c988f;
}
.provideright ul li:hover h1{
	color: #0c988f;
}
.inproductbt{
	width: 32.5rem;
}
.inproduct{
	width: 93.75rem;
	margin: 0 auto;
	margin-bottom: 3.75rem;
}
.inproductbt{
	color: #333333;
	font-size: 38px;
	font-weight: bold;
	line-height: 50px;
}
.inproductbt i{
	color: #0c988f;
}
.pprotoplist{
	margin-top: 3.125rem;
}
.pprotoplist ul{
	display: flex;
	justify-content: space-between;
}
.pprotoplist ul li{
	width: 30.625rem;
	overflow: hidden;
	border-radius: 20px;
}
.pprotoplist ul li img{
	display: block;
	width: 100%;
	transition: all 1s;
}
.pprotoplist ul li:hover img{
	transform: scale(1.05);
}
.pprodownlist{
	display: flex;
	justify-content: space-between;
	margin-top: 1rem;
}
.pprodownlistleft{
	width: 46.25rem;
	position: relative;
	overflow: hidden;
	border-radius: 20px;
}
.pprodownlistleft img{
	display: block;
	width: 100%;
	transition: all 1s;
}
.pprodownlistleft:hover img{
	transform: scale(1.05);
}
.pprodownlistleft a{
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.pprodownlistleft a div{
	position: absolute;
	padding: 0 3.125rem;
	width: 20rem;
}
.pprodownlistleft a div section h1{
	color: #000000;
	font-size: 32px;
	font-family: "Poppins_Medium";
}
.pprodownlistleft a div section p{
	color: #4c4c4c;
	font-size: 16px;
	font-family: "Poppins";
	line-height: 30px;
}
.pprodownlistright{
	width: 46.25rem;
	position: relative;
	overflow: hidden;
	border-radius: 20px;
}
.pprodownlistright img{
	display: block;
	width: 100%;
	transition: all 1s;
}
.pprodownlistright:hover img{
	transform: scale(1.05);
}
.pprodownlistright a{
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.pprodownlistright a div{
	position: absolute;
	padding: 0 3.125rem;
	width: 20rem;
}
.pprodownlistright a div section h1{
	color: #000000;
	font-size: 32px;
	font-family: "Poppins_Medium";
}
.pprodownlistright a div section p{
	color: #4c4c4c;
	font-size: 16px;
	font-family: "Poppins";
	line-height: 30px;
}
.inproduct{
	margin-bottom: 10.875rem;
}
.inabout{
	padding: 60px 0px;
	background-color: #f5f6f6;
}
.inaboutdv{
	width: 93.75rem;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}
.inaboutdvleft {
    position: relative;
	width: 46.875rem;
}
.inaboutdvleft img {
   position: relative;
    top: 0;
    width: 0;
    display: block;
    width: 100%;
}
.inaboutdvleft img:nth-child(1) {
	position: absolute;
    animation-name: beat2121;
    animation-duration: 10s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-direction: normal;
    animation-play-state: running;
}
.inaboutdvleft img:nth-child(2) {
	position: absolute;
    animation-name: beat2122;
    animation-duration: 15s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-direction: normal;
    animation-play-state: running;
}
.inaboutdvright{
	width: 38.75rem;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
@keyframes beat2121 {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(360deg);
	}
}

@keyframes beat2122 {
	0% {
		transform: rotate(360deg);
	}

	100% {
		transform: rotate(0deg);
	}
}
.inaboutdvright h1{
	font-size: 36px;
	font-family: "Poppins";
	font-weight: bold;
	color: #333333;
	margin-bottom: 1.875rem;
}
.inaboutdvright p{
	line-height: 30px;
	color: #333333;
	font-size: 14px;
	
}
.inaboutdvright ul{
	margin-top: 4.375rem;
	display: flex;
	justify-content: space-between;
}
.inaboutdvright ul li h2{
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.inaboutdvright ul li h2 span{
	display: block;
	color: #0c988f;
	font-size: 52px;
	font-family: "Poppins";
	font-weight: bold;
	margin-right: 10px;
	line-height: 60px;
}
.inaboutdvright ul li h2 section{
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	color: #333333;
	flex-wrap: wrap;
}
.inaboutdvright ul li h2 section i{
	color: #0c988f;
    font-size: 16px;
    font-weight: bold;
    display: block;
    width: 100%;
    line-height: 15px;
}
.inaboutdvright ul li h2 section  em{
	display: block;
	width: 100%;
}
.inaboutdvright ul li p{
	color: #333333;
	font-size: 14px;
	margin-top: -5px;
}
.inaboutdvright a{
	display: flex;
	width: 180px;
	height: 50px;
	justify-content: center;
	align-items: center;
	margin-top: 6.875rem;
	background-color: #fff;
	border-radius: 50px;
	transition: all 1s;
}
.inaboutdvright a:hover{
	background-color: #0c988f;
}
.inaboutdvright span{
	color: #333333;
	display: block;
	font-size: 14px;
	font-family: "Poppins_Medium";
	border-radius: 50px;
	transition: all 1s;
}
.inaboutdvright:hover a span{
	color: #fff;
}
.inaboutdvright a iconpark-icon{
	display: block;
	width: 36px;
	height: 36px;
	border-radius: 50px;
	background-color: #0c988f;
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-left: 15px;
	color: #fff;
	font-size: 20px;
	transition: all 1s;
}
.inaboutdvright a:hover iconpark-icon{
	background-color: #fff;
	color: #0c988f;
}
.inabout{
	padding: 100px 0px;
	background-color: #f5f6f6;
	overflow: hidden;
}
.inabout{
	padding-bottom: 10.75rem;
}
.inaboutdvright:hover a span{
	color: #0c988f;
}
.health{
	width: 93.75rem;
	margin: 7rem auto;
	position: relative;
}
.health img{
	display: block;
	width: 100%;
}
.healdv{
	position: absolute;
	top: 2.25rem;
	left: 5rem;
	width: 40rem;
	padding: 3.75rem 3.125rem;
	background-color: rgba(67, 152, 155, 0.8);
	border-radius: 25px;
}
.healdv h1{
	color: #ffffff;
	font-size: 36px;
	line-height: 50px;
	font-weight: bold;
	font-family: "Poppins";
	margin-bottom: 35px;
}
.healdv  p{
	line-height: 30px;
	color: #ffffff;
	margin-bottom: 3.75rem;
	font-size: 14px;
}
.healdv a{
	display: flex;
	width: 180px;
	height: 50px;
	justify-content: center;
	align-items: center;
	margin-top: 6.875rem;
	background-color: #fff;
	border-radius: 50px;
	transition: all 1s;
}
.healdv a:hover{
	background-color: #0c988f;
}
.healdv span{
	color: #333333;
	display: block;
	font-size: 14px;
	font-family: "Poppins_Medium";
	border-radius: 50px;
	transition: all 1s;
}
.healdv a:hover span{
	color: #fff;
}
.healdv a iconpark-icon{
	display: block;
	width: 36px;
	height: 36px;
	border-radius: 50px;
	background-color: #0c988f;
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-left: 15px;
	color: #fff;
	font-size: 20px;
	transition: all 1s;
}
.healdv a:hover iconpark-icon{
	background-color: #fff;
	color: #0c988f;
}
.press{
	width: 93.75rem;
	margin: 7.8125rem auto;
}
.pressbt{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.pressbtleft{
	color: #333333;
	font-size: 38px;
	font-weight: bold;
}
.pressbtright a{
	display: block;
	width: 180px;
	height: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	border: 1px solid #0c988f;
	border-radius: 50px;
	transition: all 1s;
}
.pressbtright a span{
	font-size: 14px;
	font-weight: bold;
	font-family: "Poppins_Medium";
	text-transform: uppercase;
	margin-right: 15px;
	color: #0c988f;	transition: all 1s;
}
.pressbtright a iconpark-icon{
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 20px;
	color: #0c988f;	transition: all 1s;
}
.pressbtright a:hover{
	background-color:#0c988f;
}
.pressbtright a:hover  span{
	color: #fff;
}
.pressbtright a:hover iconpark-icon{
	color: #fff;
}
.pressbt{
	margin-bottom: 40px;
}
.presslist ul{
	display: flex;
	justify-content: space-between;
}
.presslist ul li{
	width: 21.875rem;
	background-color: #fff;
	box-shadow: 0px 0px 20px #bbb8b88a;
	border-radius: 10px;
	overflow: hidden;
}
.presslist ul li .xwimg{
	width: 100%;
	overflow: hidden;
	border-radius: 10px;
}
.presslist ul li .xwimg img{
	display: block;
	width: 100%;
	transition: all 1s;
}
.presslist ul li:Hover .xwimg img{
	transform: scale(1.05);
}
.presslist ul li .xwtext{
	padding: 35px;
	width: calc(100% - 70px);
}
.presslist ul li .xwtext h1{
	overflow:hidden;
	color: #4c4c4c;
	text-overflow:ellipsis;
	font-size: 18px;
	display:-webkit-box;
	font-weight: bold;
	-webkit-box-orient:vertical;
	line-height: 30px;
	height: 60px;
	-webkit-line-clamp:2;
}

.presslist ul li .xwtext p{
	margin-top: 15px;
	line-height: 25px;
	height: 75px;
	overflow:hidden;
	color: #666666;
	text-overflow:ellipsis;
	font-size: 14px;
	display:-webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:3;
	margin-bottom: 20px;
}
.presslist ul li .xwtext section {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.presslist ul li .xwtext section span{
	color: #666666;
	font-size: 14px;
	display: block;
	transition: all 1s;
}
.presslist ul li .xwtext iconpark-icon{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 38px;
	height: 38px;
	border: 1px solid #2aa59d;
	font-size: 20px;
	color: #2aa59d;
	border-radius: 50px;
	transition: all 1s;
}
.presslist ul li:hover section span{
	color: #fd8204;
}
.presslist ul li:hover section iconpark-icon{
	color: #fff;
	background-color: #fd8204;
	border: 1px solid #fd8204;
}
.four{
	padding: 95px 0px;
	background: url(../images/ys_02.jpg) center no-repeat;
	background-size: cover;
	width: 100%;
	margin: 0 auto;
}
.four ul{
	width: 93.75rem;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}
.four ul li{
	width: 23%;
}
.four ul li i{
	display: block;
	font-size: 56px;
	color: #fff;
	margin-bottom: 20px;
}
.four ul li h1{
	font-size: 28px;
	font-weight: bold;
	color: #fff;
}
.four ul li p{
	font-size: 14px;
	line-height: 25px;
	height: 50px;
	color: #fff;
}
.foot{
	padding-top: 80px;
	background-color: #f7f7f7;
}
.footdv{
	display: flex;
	justify-content: space-between;
	width: 93.75rem;
	margin: 0 auto;
}
.footdv dl dt a{
	color: #333333;
	font-size: 18px;
	font-family: "Poppins_Medium";
	text-transform: uppercase;
}
.footdv dl dt{
	margin-bottom: 20px;
}
.footdv dl dd{
	margin-bottom: 10px;
}
.footdv dl dd a{
	display: block;
	color: #666666;
	transition: all 1s;
	font-size: 14px;
}
.footdv dl dd a:hover{
	color: #0c988f;
	transform: translateX(10px);
}
.footdv{
	margin-bottom: 120px;
}
.footall{
	border-bottom: 1px solid #dedede;
}
.footalldv{
	width: 93.75rem;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.footalldvright a{
	margin: 0 15px;
}
.footalldvright a i{
	color: rgb(128 128 128);
	font-size: 24px;
}
.footalldvright a:hover i{
	    color: #0c988f;
}
.wdl{
	width: 100%;
}
.wdldv{
	margin: 0 auto;
	width: 93.75rem;
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 70px;
}
.wdldvleft a{
	color: #4c4c4c;
	font-size: 14px;
	font-family: 'Poppins_Light';
}
.wdldvright a{
	color: #4c4c4c;
	font-size: 14px;
	font-family: 'Poppins_Light';
}
.abt{
	padding-top: 110px;
	padding-bottom: 110px;
	background: url(../images/aboutbg_02.jpg) center no-repeat;
	background-size: cover;
}
.abtdv{
	width: 93.75rem;
	margin: 0 auto;
}
.abtdv h1{
	color: #333333;
	font-size: 36px;
	font-family: "Poppins";
	font-weight: bold;
	margin-bottom: 3.4375rem;
}
.abtdv p{
	margin-bottom: 2.1875rem;
	color: #333333;
	font-size: 14px;
	line-height: 30px;
}

.abtdv ul{
	margin-top: 4.375rem;
	display: flex;
	justify-content: space-between;
}
.abtdv ul li h2{
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.abtdv ul li h2 span{
	display: block;
	color: #0c988f;
	font-size: 52px;
	font-family: "Poppins";
	font-weight: bold;
	margin-right: 10px;
	line-height: 60px;
}
.abtdv ul li h2 section{
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	color: #333333;
	flex-wrap: wrap;
}
.abtdv ul li h2 section i{
	color: #0c988f;
    font-size: 16px;
    font-weight: bold;
    display: block;
    width: 100%;
    line-height: 15px;
}
.abtdv ul li h2 section  em{
	display: block;
	width: 100%;
}
.abtdv ul li p{
	color: #333333;
	font-size: 14px;
	margin-top: -5px;
}
.girl{
	margin: 8.125rem auto;
	width: 93.75rem;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.girlleft{
	width: 50%;
	border-radius: 15px;
	overflow: hidden;
}
.girlleft img{
	display: block;
	width: 100%;
	transition: all 1s;
}
.girlleft:hover img{
	transform: scale(1.05);
}
.girlright{
	width: 45%;
}
.girlright div:first-child{
	margin-bottom: 3.125rem;
}
.girlright div h1{
	color: #333333;
	font-size: 36px;
	font-weight: bold;
}
.girlright div p{
	color: #333333;
	font-size: 14px;
	line-height: 30px;
}
.lxwm{
	padding-top: 6.875rem;
	padding-bottom: 7.5rem;
	background: url(../images/contactbg_02.jpg) center no-repeat;
	background-size: cover;
}
.lxwmdv{
	width: 93.75rem;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}
.lxwmleft{
	width: 23.75rem;
	background-color: rgba(255, 255, 255, 0.8);
	padding: 3.75rem;
	border-radius: 15px;
	overflow: hidden;
}
.lxwmleft h1{
	color: #333333;
	font-size: 36px;
	font-family: "Poppins";
	font-weight: bold;
	margin-bottom: 25px;
}
.lxwmleft p{
	display: flex;
	justify-content: flex-start;
	line-height: 35px;
}
.lxwmleft p iconpark-icon{
	display: block;
	font-size: 22px;
	color: #0c988f;
	margin-right: 10px;
	margin-top: 4px;
}
.lxwmleft p span{
	color: #333333;
	font-size: 16px;
}
.lxwmleft ul{
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	width: 100%;
}

.lxwmleft ul li{
	width:3.25rem;
	margin-top: 0.9375rem;
	margin-right: 0.9375rem;
	background-color: #d3e6e5;
	padding: 20px;
	border-radius: 10px;
	overflow: hidden;
}
.lxwmleft ul li i{
	display: block;
	color: #0c988f;
	font-size: 32px;
	text-align: center;
}
.lxwmright{
	background-color: rgba(255, 255, 255, 0.9);
	width: 51.25rem;
	padding: 3.75rem;
	border-radius: 15px;
	overflow: hidden;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.lxwmright form ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.lxwmright form ul li{
	width: 48%;
	margin-bottom: 15px;
}
.lxwmright form ul li h1{
	color: #333333;
	font-size: 16px;
	margin-bottom: 5px;
}
.lxwmright form ul li input{
	border: none;
	background-color: transparent;
	border: 1px solid #;
		border: 1px solid #cccccc;
	    height: 50px;
	    border-radius: 5px;
	    overflow: hidden;
	    outline: none;
	    background-color: transparent;
	    border: none;
	    color: #fff;
		border: 1px solid #cccccc;
		width: 94%;
		padding: 0 3%;
}
.lxwmright h1{
	color: #333333;
	font-size: 16px;
	margin-bottom: 5px;
}
.lxwmright textarea{
	border: none;
	background-color: transparent;
	border: 1px solid #;
		border: 1px solid #cccccc;
	    height: 50px;
	    border-radius: 5px;
	    overflow: hidden;
	    outline: none;
	    background-color: transparent;
	    border: none;
	    color: #fff;
		border: 1px solid #cccccc;
		width: 96%;
		padding: 0 2%;
		line-height: 45px;
		font-family: "Poppins";
		height: 10rem;
}
.lxwmright form  button{
	border: none;
	width: 120px;
	height: 40px;
	color: #fff;
	font-size: 14px;
	margin-top: 10px;
	border-radius: 10px;
	background-color: #0c988f;
}
.lxwmleft ul li img{
	display: block;
	width: 100%;
}
.igelist{
	width: 93.75rem;
	margin: 5rem auto;
}
.igelist ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.igelist ul li{
	width: 48%;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.igelist ul li i{
	display: block;
	width: 90px;
	height: 90px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 42px;
	margin-right: 20px;
	background-color: #0c988f;
	border-radius: 50px;
	color: #fff;
}
.igelist ul li p{
	color: #333333;
	font-size: 18px;
	font-family: "Poppins_Medium";
	width: 80%;
}
.igelist ul li{
	margin: 40px 0px;
}
.lipidsa{
	padding: 5.3125rem 0rem;
	background-color: #f2fafa;
}
.lipidsadv{
	width: 93.75rem;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.lipidsadvleft{
	width: 38rem;
}
.lipidsadvleft h1{
	color: #333333;
	font-size: 32px;
	margin-bottom: 2.5rem;
	font-family: "Poppins_SemiBold";
}
.lipidsadvleft p{
	color: #333333;
	font-size: 16px;
	line-height: 30px;
}
.lipidsadvright{
	width: 50rem;
	border-radius: 15px;
	overflow: hidden;
}
.lipidsadvright img{
	display: block;
	width: 100%;
}
.lipidsa:nth-child(2n) .lipidsadv{
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-direction: row-reverse;
}
.lipidsa:nth-child(2n){
	background-color: #fff;
}
.Quality{
	padding: 7.5rem 0px;
	background-color: #0c988f;
}
.Quality h1{
	font-weight: bold;
	font-size: 32px;
	text-align: center;
	color: #fff;
	margin-bottom: 60px;
}
.Quality ul{
	width: 93.75rem;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.Quality ul li{
	width: 17.5rem;
	margin-bottom: 20px;
	overflow: hidden;
}
.Quality ul li img{
	display: block;
	width: 100%;
	transition: all 1s;
}
.Quality ul li:hover img{
	transform: scale(1.05);
}
.Partners{
	margin: 100px auto;
	width: 93.75rem;
}
.Partners h1{
	color: #333333;
	font-size: 32px;
	font-family: "Poppins";
	font-weight: bold;
	text-align: center;
	margin-bottom: 45px;
}
.Partners ul{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.Partners  ul li{
	width: 17.5rem;
}
.Partners  ul li img{
	display: block;
	width: 100%;
}
.cp{
	padding: 80px 0px;
	background-color: #f7f7f7;
}
.cpdv{
	width: 93.75rem;
	margin: 0 auto;
}
.cpdvbt{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.cpdvbt h1{
	color: #333333;
	font-size: 38px;
	font-weight: bold;
}
.cpdvbt ul{
	display: flex;
	justify-content: flex-end;
}
.cpdvbt ul li a{
	display: block;
	padding: 7px 30px;
	border-radius: 50px;
	text-align: center;
	color: #333333;
	font-size: 18px;
	transition: all 1s;
	margin-left: 15px;
}
.cpdvbt ul li a:hover{
	background-color: #0c988f;
	color: #fff;
}
.cpdvbt ul li.active a{
	background-color: #0c988f;
	color: #fff;
}
.cplist{
	margin: 50px auto;
}
.cplist ul{
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}
.cplist ul li{
	width: 17.5rem;
	padding: 0 2.1875rem;
	background-color: #fff;
	margin: 0.625rem;
	border-radius: 10px;
	overflow: hidden;
	transition: all 1s;
}
.cplist ul li div{
	margin: 40px 0px;
}
.cplist ul li div img{
	display: block;
	width: 100%;
	transition: all 1s;
}
.cplist ul li:hover div img{
	transform: scale(1.05);
}
.cplist ul li section{
	padding-bottom: 25px;
	border-bottom: 3px solid #ffffff;
	transition: all 1s;
}
.cplist ul li section h1{
	color: #333333;
	font-size: 20px;
	text-align: center;
}
.cplist ul li section p{
	line-height: 40px;
	text-align: center;
	color: #a2a2a2;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: all 1s;
	font-size: 14px;
}
.cplist ul li section p iconpark-icon{
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 16px;
	margin-left: 10px;
}
.cplist ul li:hover section{
	border-bottom: 3px solid #0c988f;
}
.cplist ul li:hover section p{
	color: #0c988f;
}
.cplist ul li:hover section p iconpark-icon {
	color: #0c988f;
}
.cplist ul li:hover{
	box-shadow: 0px 0px 20px #afafaf59;
}
.cplistbt{
	text-align: center;
	color: #333333;
	font-size: 32px;
	font-weight: bold;
}
.cpdvatt{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.cpdvattleft{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	color: #808080;
	font-size: 16px;
} 
.cpdvattleft iconpark-icon{
	color: #666666;
	font-size: 20px;
	margin-right: 5px;
}
.cp2{
	padding-top: 30px;
}
.cpdvattleft a{
	display: flex;
	justify-content: center;
	align-items: center;
	color: #808080;
	font-size: 14px;
	margin: 0 5px;
}
.cpdvattleft a:last-child{
	color: #333333;
}
.Return{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	color: #0c988f;
	font-size: 16px;
}
.Return a{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	color: #0c988f;
}
.Return iconpark-icon{
	display: flex;
	justify-content: center;
	align-items: center;
	margin-right: 10px;
	font-size: 20px;
}
.cptab{
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 50px;
}
.cptableft{
	width: 50%;
}
.cptabright{
	width: 36.25rem;
}
.cptabright h1{
	color: #333333;
	font-size: 48px;
	font-family: "Poppins_Medium";
	line-height: 55px;
	margin-bottom: 20px;
}
.cptabright p{
	font-size: 15px;
	color: #666666;
	line-height: 30px;
}
.cptabright h2 a{
	display: block;
	margin-top: 50px;
	width: 100%;
	height: 50px;
	text-align: center;
	line-height: 50px;
	border-radius: 5px;
	background-color: #0c988f;
	color: #ffffff;
	font-size: 15px;
}
.cptabright  section{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin-top: 50px;
}
.cptabright  section a{
	width: 40px;
	height: 40px;
	border-radius: 50px;
	background-color: #d4ecea;
	margin-right: 15px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.cptabright  section a i{
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 22px;
	color: #0c988f;
}
.cptabright  section  span{
	color: #333333;
	font-size: 16px;
	font-family: "Poppins_Medium";
	margin-right: 10px;
}
.cptab{
	margin-bottom: 60px;
}

{
	width: 93.75rem;
	margin: 40px auto;
}
.xq #thumbs{
	border-bottom: 1px solid #e6e6e6;
}
.xq #thumbs .swiper-slide{
	width: auto !important; 
	margin-right: 5rem;
}
.xq #thumbs .swiper-slide h1{
	color: #333333;
	font-size: 16px;
	line-height: 60px;
	text-align: center;
}
.xq #thumbs .swiper-slide-thumb-active h1{
	border-bottom: 1px solid #333333;
}
.nrong{
	padding: 20px;
	margin-top: 40px;
	background-color: #fff;
}
.nrong img{
	max-width: 100%;
}
.fy{
	margin-bottom: 5rem;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 20px;
}
.fy p{
	color: #333333;
	font-size: 14px;
}
.fy p a{
	transition: all 1s;
	color: #333333;
	font-size: 14px;
}
.fy p a:hover{
	color: #0c988f;
}
.fy div{
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 14px;
}
.fy div a{
	display: flex;
	justify-content: center;
	align-items: center;
}
.fy div span{
	font-size: 14px;
	display: block;
}
.fy div iconpark-icon{
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 20px;
	margin-right: 8px;
}
.fy div:hover iconpark-icon{
	color: #0c988f;
}
.fy div:hover  a span{
	color: #0c988f;
}
.headdvleft img{
	height: 100%;
}



.ssdv {
	width: 100%;
	background-color: #fff;
	top: 0px;
	left: 0;
	position: relative;
	z-index: 10;
	z-index: 999;
	padding: 15px 0px;
	padding: 0;
	height: 0;
	overflow: hidden;
	transition: all .5s;
}

.ssdv form {
	    width: 93.75rem;
	margin: 0 auto;
}

.ssdv form {
	display: flex;
	justify-content: space-between;
}

.ssdv form input {
	height: 35px;
	line-height: 35px;
	border: none;
	border: 1px solid #dcdcdc;
	outline: none;
	width: 76%;
	padding: 0 1%;
}

.ssdv form button {
	border: none;
	background-color: #333333;
	color: #fff;
	width: 20%;
	font-size: 14px;

}



.bannersasgaa  .swiper-slide{
	position: relative;
}
.bannersasgaa  .swiper-slide img{
	display: block;
	width: 100%;
}
.bannersasgaa  .swiper-slide div {
    position: absolute;
    width: 100%;
    height: 55%;
    left: 0%;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.bannersasgaa  .swiper-slide div section{
	width: 87.5%;
	margin: 0 auto;
}
.bannersasgaa  .swiper-slide section a{
	width: 190px;
	margin: 0 auto;
    height: 50px;
    display: block;
    border-radius: 50px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 40px;
    transition: all .5s;
    color: #fff;
    font-size: 16px;
    padding-left: 30px;
    padding-right: 20px;
    border: 1px solid #fff;
}
.bannersasgaa  .swiper-slide section a span {
    color: #fff;
    font-size: 14px;
}
.bannersasgaa  .swiper-slide section a iconpark-icon   {
    font-size: 24px;
    color: #fff;
    margin-right: 15px;
}
.bannersasgaa  .swiper-slide section a:hover{
	background-color: #259187;
	border-color: #259187;
}
.bannersasgaa  .swiper-slide section a:hover span{
	color: #fff;
}
.bannersasgaa  .swiper-slide section a:hover i{
	color: #fff;
}
.bannersasgaa .swiper-pagination-bullet{
	height: 8px;
	width: 8px;
}
.bannersasgaa .swiper-pagination-bullet-active{
	width: 40px;
	border-radius: 50px;
}
.bannersasgaa .swiper-slide section h2{
	color: #fff;
	font-size: 48px;
	line-height: 65px;
	width: 100%;
	font-weight: bold;
	text-align: center;
}
.bannersasgaa .swiper-slide section h4{
	color: rgba(255, 255, 255, 0.7);
	font-size: 18px;
	margin: 0 auto;
	font-family: "Poppins";
	line-height: 30px;
	text-align: center;
	margin-top: 1.2rem;
	width: 80%;
}
.headheight{
	height: 5.625rem;
}
.bannersasg {
	width: 100%;
}
.mfoot{
		height: 45px;
		display: none;
	}
	.mfootdv{
		display: none;

		width: 100%;
		height: 45px;
		line-height: 45px;
		justify-content: space-between;
		position: fixed;
		z-index: 999;
		bottom: 0;
		left: 0;
	}

.nrbanner img{
	display: block;
	width: 100%;
}
.nrbanner{
	position: relative;
	z-index: 66;
}
.nrbanner .btext{
	position: absolute;
	top: 0;
	width: 100%;
	left: 0%;
	height: 100%;
	display: flex;
	align-items: center;
}
.nrbanner .btext section{
	width:1500px;
	margin: 0 auto;
	max-width: 100%;
}
.nrbanner .btext h2{
	font-size: 60px;
	color: #ffffff;
	font-weight: bold;
	text-align: center;
}
.nrbanner .btext p{
	text-align: center;
	font-size: 20px;
	margin-top: 15px;
	color: #ffffff;
}
.maoyileft {
	display: flex;
	justify-content: space-between;
}
.maoyileft #thumbs2 {
	width: 7.6rem;
	height: 36.875rem
}

.maoyileft #thumbs2 .swiper-slide div {
	width: 7.25rem;
	border: 2px solid #fff;
}

.maoyileft #thumbs2 .swiper-slide-thumb-active div {
	border: 2px solid #0c988f;
    background-color: #f7f7f7;
    border-radius: 10px;
    overflow: hidden;
}

.maoyileft #thumbs2 .swiper-slide img {
	width: 100%;
	display: block;
}

.maoyileft #gallery2 {
	width: 36.875rem;
	height: 36.875rem;
	background-color: #f7f7f7;
}

.xiangmu{
	border-radius: 10px;
	overflow: hidden;
}
.maoyileft #gallery2 .swiper-slide img {
	display: block;
	width: 100%;
}

.xwen{
	width: 93.75rem;
	margin: 100px auto;
}
.xwen .xinwzxlist ul li{
	box-shadow: 0px 0px 15px #dcdcdc;
}
.xwen .xinwzxlist ul li:hover section h1 {
    font-weight: normal;
    color: #333333;
}
.xwen .xinwzxlist ul li{
	width: 23%;
}
.xwen .xinwzxlist ul{
	flex-wrap: wrap;
	justify-content: flex-start;
}
.xwen .xinwzxlist ul li{
	margin: 1%;
}
.xinwzxlist ul {
	display: flex;
	justify-content: space-between;
	margin-top: 40px;
}
.xinwzxlist ul li{
	width: 23%;
	background-color: #fff;
	overflow: hidden;
	border-radius: 10px;
}
.xinwzxlist ul li div{
	width: 100%;
	overflow: hidden;
	border-radius: 10px;
}
.xinwzxlist ul li div img{
	display: block;
	width: 100%;
	transition: all 1s; 
}
.xinwzxlist ul li:hover div img{
	transform: scale(1.05);
}
.xinwzxlist ul li section{
	padding: 30px;
}
.xinwzxlist ul li section h1{
	color: #333333;
	font-size: 18px;
	line-height: 30px;
	height: 60px;
	overflow:hidden;
	text-overflow:ellipsis;
	display:-webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:3; 
}
.xinwzxlist ul li section p{
	color: #666666;
	font-size: 14px;
	line-height: 30px;
	max-height: 90px;
	overflow:hidden;
	text-overflow:ellipsis;
	display:-webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:3; 
	margin-top: 10px;
}
.xinwzxlist ul li section h3{
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	margin-top: 15px;
}
.xinwzxlist ul li section h3 span{
	color: #666666;
	font-size: 14px;
	transition: all 1s;
}
.xinwzxlist ul li:hover section h3 span{
	color: #0c988f;
}
.xinwzxlist ul li section h3 iconpark-icon{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 40px;
	height: 40px;
	border: 1px solid #33cdd5;
	color: #33cdd5;
	border-radius: 50%;
	transition: all 1s;
	font-size: 24px;
}
.xinwzxlist ul li:hover section h3 iconpark-icon{
	color: #fff;
	background-color: #0c988f;
	border: 1px solid #0c988f;
}
	.nianling{
		position: fixed;
		top: 0;
		left: 0;
		background-color: rgba(255,255,255,0.5);
		width: 100%;
		height: 100%;
		display: flex;
		justify-content: center;
		align-items: center;
		transition: all 1s;
		z-index: 99999;
	}
	.nianlingdv{
		background: #fff;
	    padding: 40px;
	    border-radius: 10px;
	}
	.nianlingdv img{
		display: block;
		max-width: 100%;
		margin: 0 auto;
	}
	.nianlingdv h1{
		text-align: center;
		font-size: 40px;
		font-weight: bold;
	}
	.nianlingdv p{
		text-align: center;
		align-items: center;
		font-size: 20px;
		color: #8f8f8f;
	}
	.nianlingdv section{
		display: flex;
		justify-content: center;
		align-items: center;
		margin-top: 15px;
	}
	.nianlingdv section button{
		display: block;
		width: 120px;
		height: 40px;
		text-align: center;
		border: none;
		margin: 10px 15px;
		font-size: 15px;
		color: #0c988f;
		transition: all 1s;
	}
	.nianlingdv section button:hover{
		background-color: #0c988f;
		color: #fff;
	}

@media only screen and (min-width: 1000px) and (max-width: 1500px) {
	.headdv{
		width: 95%;
	}
	.headdvright{
		width: 85.5rem;
	}
	.headdvright ul{
		width: 81.75rem;
	}
	.provide{
		width: 95%;
	}
	.providebtleft{
		font-size: 32px;
	}
	.provideleft{
		width: 50%;
	}
	.provideright{
		width: 48%;
	}
	.provideright ul li h1{
		width: 80%;
		font-size: 15px;
	}
	.inproduct{
		width: 95%;
	}
	.inproductbt{
		width: 100%;
		font-size: 32px;
	}
	.pprotoplist ul li{
		width: 32.333%;
	}
	.pprodownlist{
		margin-top: 2%;
	}
	.pprodownlistleft{
		width: 49%;
	}
	.pprodownlistright{
		width: 49%;
	}
	.pprodownlistleft a div{
		width: 38rem;
	}
	.pprodownlistright a div{
		width: 38rem;
	}
	.inaboutdv{
		width: 95%;
	}
	.inaboutdvleft{
		width: 50%;
	}
	.inaboutdvright{
		width: 46%;
	}
	.inaboutdvright h1{
		font-size: 32px;
	}
	.inaboutdvright ul li h2 span{
		font-size: 40px;
	}
	.health{
		width: 95%;
	}
	.healdv{
		width: 60%;
	}
	.healdv h1{
		font-size: 28px;
		line-height: 40px;
		margin-bottom: 15px;
	}
	.healdv a{
		margin-top: 2.675rem;
	}
	.press{
		width: 95%;
	}
	.pressbtleft{
		font-size: 32px;
	}
	.pressbtright a{
		height: 45px;
	}
	.presslist ul li{
		width: 23%;
	}
	.presslist ul li .xwtext{
		padding: 5%;
		width: 90%;
	}
	.presslist ul li .xwtext h1{
		height: 50px;
		line-height: 25px;
		font-size: 17px;
	}
	.presslist ul li .xwtext p{
		margin-top: 7px;
		margin-bottom: 10px;
	}
	.presslist ul li .xwtext iconpark-icon{
		width: 30px;
		height: 30px;
	}
	.four ul{
		width: 95%;
	}
	.four ul li h1{
		font-size: 20px;
	}
	.footdv{
		width: 95%;
	}
	.footalldv{
		width: 95%;
	}
	.wdldv{
		width: 95%;
	}
	.abtdv{
		width: 95%;
	}
	.abtdv h1{
		width: 32px;
	}
	.girl{
		width: 95%;
	}
	.girlright div h1{
		font-size: 24px;
	}
	.lxwmdv{
		width: 95%;
	}
	.lxwmleft{
		width: 24%;
	}
	.lxwmleft p {
		align-items: flex-start;

	}
	.lxwmleft p span{
		font-size: 14px;
		margin-top: 3px;
	}
	.lxwmright{
		width: 60%;
	}
	.cpdv{
		width: 95%;
	}
	.cpdvbt h1{
		font-size: 32px;
	}
	.cpdvbt ul li a{
		padding: 5px 20px;
	}
	.cplist ul li{
		width: 19%;
		padding: 0 2%;
		margin: 1%;
	}
	.igelist{
		width: 95%;
	}
	.lipidsadv{
		width: 95%;
	}
	.lipidsadvleft{
		width: 45%;
	}
	.lipidsadvright{
		width: 50%;
	}
	.lipidsadvleft h1{
		font-size: 24px;
	}
	.Quality h1{
		font-size: 32px;
	}
	.Quality ul{
		width: 95%;
	}
	.Quality ul li{
		width: 18%;
		margin: 1%;
	}
	.Quality h1{
		margin-bottom: 20px;
	}
	.Partners{
		width: 95%;
	}
	.Partners ul li{
		width: 18%;
		margin: 1%;
	}
	.cptab{
		margin-top: 20px;
	}
	.cptableft{
		width: 50%;
	}
	.cptabright{
		width: 45%;
	}
	.cptabright h1{
		font-size: 30px;
		line-height: 40px;
		margin-bottom: 10px;
	}
	.cptabright p{
		font-size: 15px;
		line-height: 30px;
	}
	.cptabright h2 a{
		height: 40px;
		line-height: 40px;
		margin-top: 20px;
		margin-bottom: 30px;
	}
	.xq{
		width:100%;
	}
	.cp2{
		padding-bottom: 10px;
	}
	.xwen{
		width: 95%;
	}
}
@media screen and (max-width: 999px) {
	.htmleaf-container{
		height: 50px;
		display: block;
	}
	.heads {
		display: none;
	}
	.provide{
		width: 95%;
		margin: 30px auto;
	}
	.providebt{
		display: block;
	}
	.providebtleft{
		width: 100%;
	} 
	.providebtleft{
		text-align: center;
		font-size: 22px;
		line-height: 30px;
		margin-bottom: 15px;
	}
	.providebtright{
		width: 100%;
		font-size: 14px;
	}
	.providedv{
		display: block;
	}
	.provideleft{
		width: 100%;
	}
	.provideright{
		width: 100%;
		margin-top: 15px ;
	}
	.provideright ul li h1{
		width: 80%;
		font-size: 16px;
		line-height: 30px;
	}
	.provideright ul li{
		padding: 10px 0px;
	}
	.inproduct{
		width: 95%;
	}
	.inproductbt{
		width: 100%;
	}
	.inproductbt{
		font-size: 22px;
		line-height: 30px;
		margin-bottom: 20px;
	}
	.pprotoplist ul{
		flex-wrap: wrap;
	}
	.pprotoplist ul li{
		width: 48%;
		margin: 1%;
	}
	.pprodownlistright{
		display: block;
	}
	.pprodownlist{
		display: block;
	}
	.pprodownlistleft,.pprodownlistright{
		width: 100%;
		margin: 2% 0;
	}
	.pprodownlistleft a div,.pprodownlistright a div{
		padding: 0 5%;
		width: 90%;
	}
	.pprodownlistleft a div section h1{
		font-size: 20px;
	}
	.pprodownlistleft a div section p{
		font-size: 14px;
	}
	.pprodownlistright a div section h1{
		font-size: 20px;
	}
	.pprodownlistright a div section p{
		font-size: 14px;
	}
	.inabout{
		padding: 30px 0px;
	}
	.inaboutdv{
		width: 95%;
		display: block;
	}
	.inaboutdvleft{
		width: 70%;
		margin: 0 auto;
	}
	.inaboutdvright{
		width: 100%;
	}
	.inaboutdvright{
		margin-top: 15px;
	}
	.inaboutdvright h1{
		font-size: 22px;
	}
	.inaboutdvright ul li h2 span{
		font-size: 32px;
	}
	.inaboutdvright ul li h2 section em{
		font-size: 14px;
	}
	.inaboutdvright p{
		line-height: 25px;
	}
	.inaboutdvright a{
		margin: 0 auto;
		width: 160px;
		height: 45px;
		margin-top: 15px;
	}
	.health{
		width: 95%;
	}
	.healdv{
		position: initial;
		width: 90%;
		padding: 5%;
		margin-top: 15px;
	}
	.healdv h1{
		font-size: 22px;
		line-height: 35px;
		margin-bottom: 15px;
	}
	.healdv a{
		margin: 0 auto;
		width: 160px;
		height: 45px;
	}
	.press{
		width: 95%;
	}
	.pressbt{
		display: block;
	}
	.pressbtleft{
		text-align: center;
		font-size: 22px;
		margin-bottom: 15px;
	}
	.pressbtright a{
		width: 160px;
		height: 45px;
		margin: 0 auto;
	}
	.presslist ul{
		display: block;
	}
	.presslist ul li{
		width: 100%;
		margin-bottom: 10px;
	}
	.four{
		padding: 30px 0px;
	}
	.four ul{
		width: 95%;
		flex-wrap: wrap;
	}
	.four ul li{
		width: 48%;
		margin: 1%;
	}
	.four ul li h1{
		font-size: 18px;
	}
	.four ul li p{
		height: 75px;
	}
	.four ul li img{
		width: 45px;
		margin-bottom: 10px;
	}
	.foot{
		display: none;
	}
	.abtdv{
		width: 95%;
	}
	.abt{
		padding-top: 20px;
		padding-bottom: 30px;
	}
	.abtdv h1{
		text-align: center;
		font-size: 22px;
	}
	.abtdv ul{
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	.abtdv ul li h2 span{
		font-size: 32px;
	}
	.abtdv ul li h2 section em{
		font-size: 14px;
	}
	.girl{
		width: 95%;
		display: block;
	}
	.girlleft{
		width: 100%;
	}
	.girlright{
		width: 100%;
		margin-top: 15px;
	}
	.girlright div h1{
		font-size: 20px;
	}
	.lxwmdv{
		position: initial;
		display: block;
		width: 95%;
	}
	.lxwmleft{
		width: 90%;
		padding: 5%;
	}
	.lxwmleft h1{
		font-size: 20px;
		margin-bottom: 10px;
	}
	.lxwmleft p span{
		font-size: 14px;
		margin-top: 3px;
	}
	.lxwmleft ul li{
		width: 14%;
		margin-right: 2%;
	}
	.lxwmright{
		width: 90%;
		padding: 5%;
		margin-top: 10px;
	}
	.lxwmright form ul li input{
		height: 40px;
	}
	.lxwmright textarea{
		height: 120px;
	}
	.cp{
		padding: 30px 0px;
	}
	.cpdv{
		width: 95%;
	}
	.cpdvbt{
		display: block;
	}
	.cpdvbt h1{
		text-align: center;
		font-size: 22px;
		margin-bottom: 15px;
	}
	.cpdvbt ul{
		width: 100%;
		justify-content: space-between;
		flex-wrap: wrap;
		
	}
	.cpdvbt ul li{
		width: 50%;
	}
	.cpdvbt ul li a{
		padding: 0;height: 45px;
		margin: 0;
		line-height: 45px;
		border-radius: 0 ;
		background-color: #f1f1f1;
	}
	.cpdvbt ul li:nth-child(2) a,.cpdvbt ul li:nth-child(3) a,.cpdvbt ul li:nth-child(6) a{
		background-color: #fff;
		
	}
	.cplist{
		margin: 30px auto;
	}
	.cplist ul li{
		width: 44%;
		margin: 1%;
		padding: 0 2%;
	}
	.cplist ul li section h1{
		font-size: 16px;
	}
	.cpdvbt ul li a:hover{
		background-color: #0c988f;
	}
	.igelist{
		width: 95%;
	}
	.igelist ul li{
		width: 48%;
		margin: 20px auto;
		display: block;
	}
	.igelist ul li img{
		width: 50px;
		margin: 0 auto;
		margin-bottom: 10px;
	}
	.igelist ul li p{
		font-size: 14px;
	}
	.lipidsadv{
		width: 95%;
		margin: 0 auto;
		flex-direction: column-reverse;
	}
	.lipidsadvleft{
		width: 100%;
		margin-top: 15px;
	}
	.lipidsadvleft h1{
		font-size: 18px;
	}
	.lipidsadvleft p{
		font-size: 14px;
		line-height: 25px;
	}
	.lipidsadvright{
		width: 100%;
	}
	.lipidsadvright img{
		display: block;
		width: 100%;
	}
	.lipidsa1 .lipidsadv{
		flex-direction: column-reverse;
	}
	.Quality h1{
		font-size: 22px	;
		margin-bottom: 30px;
	}
	.Quality ul{
		width: 95%;
	}
	.Quality ul li {
		width: 48%;
	}
	.Partners{
		width: 95%;
		margin: 35px auto;
		margin-bottom: 20px;
	}
	.Partners h1{
		margin-bottom: 25px;
		font-size: 22px;
	}
	.Partners ul {
		flex-wrap: wrap;
	}
	.Partners ul li{
		width: 48%;
		margin: 1%;
	}
	.cpdvatt{
		display: none;
	}
	.cptab{
		display: block;
	}
	.cptabright{
		width: 100%;
		margin-top: 15px;
	}
	.cptabright h1{
		font-size: 22px;margin-bottom: 10px;
		line-height: 30px;
	}
	.cptabright h2 a{
		margin-top: 20px;
	}
	.cptabright section{
		margin-top: 20px;
	}
	.xq{
		width: 90%;
		padding: 5%;
	}
	.fy div{
		display: none;
	}
	.fy{
		display: flex;
		justify-content: baseline;
		flex-wrap: wrap;
	}
	.fy p{
		width: 100%$;
	}
	.cplistbt{
		font-size: 14px;
	}
	.cptab{
		margin-top: 20px;
		margin-bottom: 20px;
	}
	.cptabright h2 a{
		height: 40px;
		line-height: 40px;
	}
	.cptableft{
		width: 100%;
	}
	.maoyileft{
		flex-direction: column-reverse;
	}
	.maoyileft #gallery2{
		height: auto;
		width: 100%;
	}
	.maoyileft #thumbs2{
		width: 100%;
		height: auto;
		margin-top: 10px;
	}
	.maoyileft #thumbs2 .swiper-slide div{
		width: auto;
	}
	.cp2{
		padding-top: 10px;
	}
	.mfoot {
		height: 45px;
		display: block;
	}

	.mfootdv {
		display: flex;
		width: 100%;
		height: 45px;
		line-height: 45px;
		justify-content: space-between;
		position: fixed;
		z-index: 999;
		bottom: 0;
		left: 0;
		background-image: linear-gradient(to right, #0c988f, #0c988f);
	}

	.mfootdv li {
		width: 100%;
		border-right: 1px solid #3fa39d;
	}

	.mfootdv li a {
		color: #fff;
		font-size: 14px;
		line-height: 45px;
		text-align: center;
		display: block;
	}
	.bannersasgaa .swiper-slide div{
		height: 100%;
	}
	.bannersasgaa .swiper-slide section h2{
		font-size: 22px;line-height: 30px;
	}
	.bannersasgaa .swiper-slide section a{
		display: none;
	}
	.bannersasgaa .swiper-slide section h4{
		width: 100%;
		font-size: 14px;
		line-height: 25px;
	}
	.headheight{
		display: none;
	}
	.nrbanner .btext h2{
		font-size: 22px;
	}
	.nrbanner .btext p{
		font-size: 14px;
	}
	.nrbanner img{
		width: 150%;
		margin-left: -25%;
	}
	.nrbanner {
		overflow: hidden;
	}
	.mobile-inner-nav{
		z-index: 1111;
	}
	.cpdvbt ul li.active{
		background-color: #0c988f;
	}
	.lipidsa:nth-child(2n) .lipidsadv{
		        flex-direction: column-reverse;
	}
	.provideright ul li i{
		font-size: 45px;
	}
	.four ul li i{
		display: flex;
		justify-content: center;
		align-items: center;
		font-size: 42px;
		margin-top: 10px;
		margin-bottom: 10px;
	}
	.four ul li h1{
		text-align: center;
		font-size: 16px;
	}
	.igelist ul li i{
		width: 60px;
		height: 60px;font-size: 24px;
		margin-bottom: 15px;
	}
	.xwen{
		margin: 30px auto;
	}
	.xwen{
		width: 95%;
	}
	.xwen .xinwzxlist ul li{
		width: 98%;
	}
	.article .post h1{
		font-size: 18px;
	}
	.cpdvbt ul li.active a{
		    background-color: #0c988f !important;
	}
	.nianlingdv{
		width: 85%;
		padding: 4%;
	}
	.nianlingdv h1{
		font-size: 20px;
	}
	.nianlingdv p{
		font-size: 15px;
	}
	.nianling{
		    background-color: rgba(0, 0, 0, 0.5);
	}
}
