/* 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;
	/*10 ÷ 16 × 100% = 62.5%*/
}
@font-face
{
	font-family: "Poppins";
	src:url('../font/Poppins-Regular_0.ttf');
}
@font-face
{
	font-family: "TechnaSans";
	src:url('../font/technasans-regular.otf');
}
@font-face
{
	font-family: "Poppins_Medium";
	src:url('../font/Poppins-Medium_0.ttf');
}
@font-face
{
	font-family: "Poppins_Bold";
	src:url('../font/Poppins-Bold_0.ttf');
}
@font-face
{
	font-family: "Poppins_SemiBold";
	src:url('../font/Poppins-SemiBold_0.ttf');
}
@font-face
{
	font-family: "Montserrat_SemiBold";
	src:url('../font/Montserrat-SemiBold.ttf');
}
@font-face
{
	font-family: "Montserrat_Light";
	src:url('../font/Montserrat-Light_0.ttf');
}
@font-face
{
	font-family: "Montserrat_Bold";
	src:url('../font/Montserrat-Bold_0.otf');
}
@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: 120px;
	width: 100%;
	transition: all .5s;
	top: 0px;
	left: 0rem;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.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;
	background-color: #ffffff;
}

.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: 120px;
	display: flex;
	justify-content: space-between;
	transition: all .5s;
	width: 93.75rem;
}
.headdvleft{
	height: 100%;
}
.headdvleft img {
	display: block;
}

.headdvleft img:last-child{
	display: none;
}
.slideUp .headdvleft img{
	display: none;
}
.slideUp .headdvleft img:last-child{
	display: block;
}
.headdvright {
	width: 68%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

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

.headdvright ul li {
	transition: all .3s;
	position: relative;
	line-height: 120px;
}

.headdvright ul li a {
	display: block;
	position: relative;
	text-transform: uppercase;
}

.headdvright ul li a span {
	font-size: 18px;
	color: #fff;
	display: block;
	font-family: "Poppins";
	transition: all 1s;
}
.headdvright ul li::after{
	content: "";
	position: absolute;
	width: 100%;
	bottom: 0px;
	height: 2px;
	background-color: transparent;
	left: 0;
	transform: all 1s;
}
.headdvright ul li:hover::after{
	background-color: #fff;
}
.headdvright ul li.active::after{
	background-color: #fff;
}
.slideUp .headdvright ul li a span{
	color: #333;
}
.slideUp .ss iconpark-icon,.slideUp .yyan iconpark-icon{
	color: #51b353;
}
.slideUp .headdvright ul li:hover a span{
	color: #51b353;
}
.slideUp .headdvright ul li.active a span{
	color: #51b353;
}
.slideUp .headdvright ul li:hover::after{
	background-color: #51b353;
}
.slideUp .headdvright ul li.active::after{
	background-color: #51b353;
}
.ss{
	display: flex;
	justify-content: center;
	align-items: center;
}
.ss iconpark-icon{
	width: 40px;
	height: 40px;
	border-radius: 50%;1
	background: rgba(255, 255, 255, 0.1);
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	font-size: 20px;
}
.yyan{
	display: flex;
	justify-content: center;
	align-items: center;
}
.yyan span{
	color: #fff;
	font-size: 16px;
}
.banners img{
	display: block;
	width: 100%;
}
.syabout{
	padding-top: 5rem;
	background: url(../images/aboutbg_02.jpg) center no-repeat;
	background-size: cover;
}
.syabouttop{
	width: 93.75rem;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
	
}
.syaboutleft{
	width: 50%;
}
.syaboutright {
	width: 45%;
}
.syaboutright img{
	display: block;
	width: 100%;
}
.syaboutleft h1{
	color: #009e4a;
	font-size: 18px;
	margin-bottom: 10px;
}
.syaboutleft h2{
	color: #4c4c4c;
	font-size: 38px;
	font-family: "Poppins_SemiBold";
	margin-bottom: 1.875rem;
}
.syaboutleft p{
	color: #606060;
	font-size: 16px;
	line-height: 35px;
}
.syaboutleft  a {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 130px;
	padding-left: 35px;
	padding-right: 30px;
	border: 1px solid #098335;
	height: 45px;
	border-radius: 50px;
	margin-top: 35px;
	transition: all 1s;
}

.syaboutleft a span {
	color: #098335;
	transition: all 1s;
	font-size: 14px;
}

.syaboutleft a iconpark-icon {
	display: flex;
	justify-content: center;
	align-items: center;
	transition: all 1s;
	color: #098335;
	font-size: 22px;
}

.syaboutleft a:hover {
	background-color: #098335;
}

.syaboutleft a:hover span,
.syaboutleft a:hover iconpark-icon {
	color: #fff;
}
.sz{
	margin-top: 4.375rem;
	padding: 3.75rem 0;
	border-top: 1px solid #e2e4e7;
}
.sz ul{
	display: flex;
	justify-content: space-between;
	width: 93.75rem;
	margin: 0 auto;
}
.sz ul li h3{
	display: flex;
	justify-content: center;
	align-items: center;
}
.sz ul li h3 span{
	font-family: "Poppins_Medium";
	font-size: 52px;
	color: #098335;
}
.sz ul li h3 i{
	color: #098335;
	font-size: 30px;
	font-family: "Poppins_Medium";
}
.sz ul li p{
	color: #808080;
	font-size: 16px;
	margin-top: -10px;
	line-height: 30px;
}
.chemical{
	width: 93.75rem;
	margin: 0 auto;
	padding: 5.9375rem 0px;
}
.chemicalbt{
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 2.5rem;
}
.chemicalbtleft h1{
	color: #098335;
	font-size: 18px;
	margin-bottom: 15px;
}
.chemicalbtleft p{
	color: #4c4c4c;
	font-size: 38px;
	font-family: "Poppins_SemiBold";
}
.chemicalbtright a{
	display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100px;
    padding-left: 35px;
    padding-right: 30px;
    border: 1px solid #098335;
    height: 45px;
    border-radius: 50px;
    transition: all 1s;
}
.chemicalbtright a span {
	color: #098335;
	transition: all 1s;
	font-size: 14px;
}

.chemicalbtright a iconpark-icon {
	display: flex;
	justify-content: center;
	align-items: center;
	transition: all 1s;
	color: #098335;
	font-size: 22px;
}

.chemicalbtright a:hover {
	background-color: #098335;
}

.chemicalbtright a:hover span,
.chemicalbtright a:hover iconpark-icon {
	color: #fff;
}
.chemicallist ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.chemicallist ul li{
	width: 31.33%;
	margin: 1%;
	border-radius: 10px;
	overflow: hidden;
	position: relative;
}
.chemicallist ul li section{
	position: absolute;
	width: 90%;
	left: 5%;
	bottom: 30px;
}
.chemicallist ul li section i{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	font-size: 56px;
	color: #fff;
}
.chemicallist ul li section h1{
	color: #ffffff;
	font-family: "Poppins_Medium";
	font-size: 18px;
	margin-top: 10px;
}
.chemicallist ul li div{
	overflow: hidden;
}
.chemicallist ul li div img{
	display: block;
	width: 100%;
	transition: all 1s;
}
.chemicallist ul li:hover div img{
	transform: scale(1.05);
}
.app{
	position: relative;
}
.appbt{
	position: absolute;
	top: 10%;
	text-align: center;
	z-index: 8;
	width: 100%;
}
.appbt h1{
	color: #ffffff;
	font-size: 18px;
	margin-bottom: 15px;
}
.appbt p{
	color: #ffffff;
	font-size: 38px;
	font-family: "Poppins_SemiBold";
}
.app #thumbs2{
	width: 93.75rem;
	position: absolute;
	bottom: 8%;
	left: 50%;
	margin-left: -46.875rem;
	background-color: rgba(255, 255, 255, 0.1);
	border-radius: 10px;
	overflow: hidden;
}
.app #thumbs2 .swiper-slide div{
	padding: 25px;
	transition: all 1s;
}
.app #thumbs2 .swiper-slide div i{
	font-size: 36px;
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 10px;
	transition: all 1s;
}
.app #thumbs2 .swiper-slide div h1{
	color: #ffffff;
	font-size: 14px;
	font-family: "Poppins_Medium";
	line-height: 30px;
	transition: all 1s;
	text-align: center;
	height: 60px;
	    cursor: pointer;
}
.app #thumbs2 .swiper-slide-thumb-active div{
	background-color: #098335;
}
.app #gallery2 img{
	display: flex;
	justify-content: center;
	    width: 100%;
}
.choss{
	padding: 5.625rem 0;
}
.chossbt{
	margin-bottom: 3.75rem;
}
.chossbt h1{
	text-align: center;
	color: #098335;
	font-size: 18px;
	margin-bottom: 15px;
} 
.chossbt p{
	color: #4c4c4c;
	font-size: 38px;
	font-family: "Poppins_SemiBold";
	text-align: center;
}
.chosslist{
	width: 93.75rem;
	margin: 0 auto;
}
.chosslist ul{
	display: flex;
	justify-content: space-between;
}
.chosslist ul li{
	width: 15%;
	position: relative;
	overflow: hidden;
	border-radius: 15px;
	transition: all 1s;
	position: relative;
}
.chosslist ul li::after{
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	color: transform;
	height: 100%;
	background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.3));
}
.chosslist ul li img{
	display: block;
}
.chosslist ul li section{
	position: absolute;
	bottom: 35px;
	width: 70%;
	left: 15%;
	transition: all 1s;z-index: 9;
}
.chosslist ul li section p{
	display: none;
	transition: all 1s;
}
.chosslist ul li section i{
	font-size: 48px;
	color: #fff;
	transition: all 1s;
}
.chosslist ul li section h1{
	color: #ffffff;
	font-size: 18px;
	font-family: "Poppins_Medium";
	line-height: 30px;
	transition: all 1s;
}
.chosslist ul li.active{
	width: 50%;
}
.chosslist ul li.active:after{
	background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(255, 255, 255, 0.9));
}
.chosslist ul li.active section{
	width: 90%;
	left: 5%;
}
.chosslist ul li.active section i{
	color: #009e4a;
}
.chosslist ul li.active section p{
	display: block;
	color: #808080;
	font-size: 15px;
	line-height: 30px;
}
.chosslist ul li.active section h1{
	color: #4c4c4c;
}
.xw{
	padding: 5.9375rem 0px;
	background: url(../images/wgr_03.jpg) center no-repeat;
	background-size: cover;
}
.xwdv{
	width: 93.75rem;
	margin: 0 auto;
}
.xwdvlist ul{
	display: flex;
	justify-content: space-between;
}
.xwdvlist ul li{
	width: 32%;
	overflow: hidden;
	border-radius: 15px;
	box-shadow: 0px 0px 15px #e4e1e1;
}
.xwdvlist ul li .ewr{
	display: block;
	overflow: hidden;
}
.xwdvlist ul li .ewr img{
	display: block;
	width: 100%;
	transition: all 1s;
}
.xwdvlist ul li:hover .ewr img{
	transform: scale(1.05);
}
.xwdvlist ul li .txtq{
	padding: 35px;
	background-color: #ffffff;
}
.xwdvlist ul li .txtq h1{
	color: #333333;
	font-size: 18px;
	white-space:nowrap;
	line-height: 30px;
	overflow:hidden;
	height: 30px;
	margin-bottom: 5px;
	text-overflow:ellipsis;
}
.xwdvlist ul li .txtq h2{
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.xwdvlist ul li .txtq h2 iconpark-icon{
	color: #098335;
	font-size: 20px;
}
.xwdvlist ul li .txtq h2 span{
	color: #098335;
	font-size: 14px;
	font-family: "Poppins_Medium";
	margin-left: 5px;
}
.xwdvlist ul li .txtq p{
	overflow:hidden;
	margin: 10px 0px;
	text-overflow:ellipsis;
	color: #999999;
	display:-webkit-box;
	font-size: 14px;
	-webkit-box-orient:vertical;
	line-height: 25px;
	height: 50px;
	-webkit-line-clamp:2;
}
.xwdvlist ul li .txtq h3{
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.xwdvlist ul li .txtq h3 iconpark-icon{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 35px;
	height: 35px;
	border: 1px solid #098335;
	border-radius: 50%;
	color: #098335;
	font-size: 20px;
	margin-right: 10px;
	transition: all 1s;
}
.xwdvlist ul li .txtq h3 span{
	color: #808080;
	font-size: 14px;
}
.xwdvlist ul li:hover .txtq h3 iconpark-icon{
	background-color: #098335;
	color: #fff;
}
.any{
	background: url(../images/anyimg_02.jpg) center no-repeat;
	background-size: cover;
	padding-top: 60px;
	padding-bottom: 60px;
	background-size: cover;
	background-attachment: fixed;
}
.anydv{
	width: 93.75rem;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.anydv h1{
	color: #ffffff;
	font-size: 20px;
	font-weight: bold;
	text-transform: uppercase;
}
.anydv form{
	display: flex;
	justify-content: space-between;
	width: 60.25rem;
}	
.anydv form input{
	width: 11.25rem;
	border: none;
	background-color: #fff;
	padding: 0 1rem;
	height: 40px;
	outline: none;
	border-radius: 5px;
}
.anydv form input::placeholder{
	color: #b2b2b2;
	font-family: "Poppins Light";
}
.anydv form input:nth-child(3){
	width: 17rem;
}
.anydv form button{
	width: 11.125rem;
	height: 40px;
	line-height: 40px;
	background-color: #098335;
	border: none;
	color: #fff;
	font-size: 14px;
	outline: none;
	border-radius: 5px;
	overflow: hidden;
}
.foot{
	padding-top: 4.6875rem;
	background-color: #10243d;
}
.footdv{
	width: 93.75rem;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}
.footdv dl dt a{
	color: #ffffff;
	font-size: 16px;
	font-family: "Poppins_Medium";
	text-transform: uppercase;
}
.footdv dl dt{
	margin-bottom: 25px;
}
.footdv dl dd {
	margin-top: 10px;
}
.footdv dl dd a{
	display: block;
	color: #f7f7f7;
	font-size: 14px;
	transition: all 1s;
}
.footdv dl dd:hover a{
	transform: translateX(10px);
}
.footdv dl:nth-child(5){
	width: 28.125rem;
}
.footdv dl h1{
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	margin-bottom: 15px;
}
.footdv dl h1 img{
	display: block;
	width: 24px;
	margin-right: 10px;
	height: 24px;
	margin-top: 2px;
}
.footdv dl h1 span{
	color: #f7f7f7;
	line-height: 30px;
	font-size: 14px;
}
.footdv div{
	display: block;
	width: 120px;
	position: relative;
}
.footdv div img{
	display: block;
	width: 120px;
}
.footdv div h1{
	color: #ffffff;
	font-size: 14px;
	text-align: center;
	font-family: "Poppins_Light";
	margin-top: 10px;
}
.footdv div ul{
	width: 210px;
	display: flex;
	justify-content: flex-start;
	margin-top: 4.375rem;
	position: absolute;
	right: 0;
}
.footdv div ul li{
	width: 40px;
	height: 40px;
	margin-left: 15px;
}
.footdv div ul li img{
	display: block;
	width: 100%;
}
.wdl{
	border-top: 1px solid #283a51;
	height: 70px;
	margin-top: 6.25rem;
}
.wdldv{
	width: 93.75rem;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 70px;
}
.wdldv p{
	color: #d6d6d6;
	font-size: 14px;
}
.wdldv p a{
	color: #d6d6d6;
	font-size: 14px;
}

.shownav {
	display: block;
	box-shadow: 0px 0px 15px #dcdcdcb8;
	height: 75px;
	position: relative;
	z-index: 2;
}

.shownav ul {
	width: 100%;
	margin: 0 auto;
	display: flex;
	justify-content: center;
	align-items: center;
}

.shownav ul li {
	width: 15%;
	position: relative;
}

.shownav ul li a {
	display: block;
	width: 100%;
	line-height: 75px;
	color: #4d4d4d;
	font-size: 16px;
	text-align: center;
	text-transform: uppercase;
	background-color: #fff;
	transition: all 1s;
}

.shownav ul li a:hover {
	background-color: #098335;
	color: #fff;
}

.shownav ul li.active a {
	background-color: #098335;
	color: #fff;
}
.newall{
	width: 93.75rem;
	margin: 4.375rem auto;
}
.newall .xwdvlist ul{
	flex-wrap: wrap;
	justify-content: flex-start;
}
.newall .xwdvlist ul li{
	margin: 1%;
	width: 31.33%;
}
.newall .xwdvlist ul li:hover .txtq h1{
	color: #009e4a;
}
.lxwm{
	padding: 5.9375rem 0px;
	background: url(../images/lxwmbg_02.jpg) center no-repeat;
	background-size: cover;
}
.lxwmdv{
	width: 93.75rem;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}
.lxwmdvleft{
	width: 45%;
}
.lxwmdvright{
	width: 50%;
}
.lxwmdvleft h1{
	color: #333333;
	font-size: 38px;
	font-family: "Poppins_SemiBold";
	height: 75px;
	border-bottom: 1px solid #dbdbdb;
}
.lxwmdvleft i{
	display: block;
	width: 120px;
	height: 2px;
	background-color: #009e4a;
	margin-top: -2px;
	margin-bottom: 1.875rem;
}
.lxwmdvleft p{
	color: #606060;
	font-size: 15px;
	line-height: 30px;
	margin-bottom: 1.875rem;
}
.lxwmdvleft h3{
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	margin-bottom: 1.875rem;
}
.lxwmdvleft h3 iconpark-icon{
	display: flex;
	width: 32px;
	height: 32px;
	border-radius: 50%;
	background-color: #e0ece4;
	color: #098335;
	margin-right: 10px;
	font-size: 16px;
}
.lxwmdvleft h3 span {
    color: #333333;
    font-size: 16px;
    line-height: 32px;
    width: 90%;
}
.lxwmdvright form{
	box-shadow: 0px 0px 15px #ececec;
	background-color: #fff;
	padding: 3.75rem 4.375rem;
	border-radius: 10px;
}
.lxwmdvright form div{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.lxwmdvright form div section{
	width: 49%;
	margin-bottom: 5px;
}
.lxwmdvright form div section h1{
	color: #333333;
	font-size: 16px;
	line-height: 45px;
}
.lxwmdvright form div section input{
	border: none;
	border: 1px solid #cbcbcb;
	padding: 0 10px;
	line-height: 40px;
	border-radius: 5px;
	width: calc(100% - 20px);
	outline: none;
}
.lxwmdvright form>h1{
	color: #333333;
	font-size: 16px;
	line-height: 45px;
}
.lxwmdvright form textarea{
	padding: 10px;
	border: 1px solid #cbcbcb;
	border: none;
	border: 1px solid #cbcbcb;
	line-height: 40px;
	border-radius: 5px;
	width: calc(100% - 20px);
	font-family: "Poppins";
	outline: none;
	padding-top: 0px;
}
.lxwmdvright form button{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 140px;
	height: 45px;
	background-color: #098335;
	text-align: center;
	line-height: 45px;
	color: #ffffff;
	margin-top: 20px;
	font-size: 16px;
	outline: none;
	border: none;
	border-radius: 5px;
	text-transform: uppercase;
}








.job{
	margin:5.625rem auto;
	width: 93.75rem;
}
.obbt h1{
	color: #333333;
	font-size: 38px;
	font-family: "Poppins_SemiBold";
	text-align: center;
	margin-bottom: 0.625rem;
}
.obbt  p{
	color: #808080;
	font-size: 16px;
	text-align: center;
}

.rczplist {
	width: 93.75rem;
	margin: 0 auto;
	margin-top: 2.8125rem;
}

.rczplist dl dt {
	display: flex;
	justify-content: space-between;
	padding: 0 55px;
	padding-right: 40px;
	line-height: 60px;
	background-color: #f7f7f7;
	align-items: center;
	margin-bottom: 10px;
}
.rczplist dl dt i{
	width: 14px;
}
.rczplist dl dd i{
	display: block;
	width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 10px solid #150e52;
    margin-top: 0px;
}
.rczplist dl dd.active i{
	border-top: 10px solid #fff;
	transform: rotateX(180deg);
}
.rczplist dl dt h1 {
	width: 20.9375rem;
	color: #098335;
	font-size: 17px;
	font-family: "Poppins_Medium";
	text-transform: uppercase;
}

.rczplist dl dt h2 {
	width: 18.125rem;
	color: #098335;
	font-size: 17px;
	font-family: "Poppins_Medium";
	text-transform: uppercase;
}

.rczplist dl dt h3 {
	width: 37.5rem;
	color: #098335;
	font-size: 17px;
	font-family: "Poppins_Medium";
	text-transform: uppercase;
}

.rczplist dl dt h4 {
	width: 13.375rem;
	color: #098335;
	font-size: 17px;
	font-family: "Poppins_Medium";
	text-transform: uppercase;
}


.rczplist dl dd {
	background-color: #f7f7f7;
	margin-bottom: 10px;
	transition: all 1s;
}

.rczplist dl dd .rczpxx {
	display: flex;
	justify-content: space-between;
	padding: 0 55px;
	padding-right: 40px;
	transition: all 1s;
	height: 60px;
	align-items: center;
}

.rczplist dl dd .rczpxx h1 {
	width: 20.9375rem;
	color: #4c4c4c;
	font-size: 16px;
}

.rczplist dl dd .rczpxx h2 {
	width: 18.125rem;
	color: #4c4c4c;
	font-size: 16px;
}

.rczplist dl dd .rczpxx h3 {
	width: 37.5rem;
	color: #4c4c4c;
	font-size: 16px;
}

.rczplist dl dd .rczpxx h4 {
	width: 13.375rem;
	color: #4c4c4c;
	font-size: 16px;
}


.rczplist dl dd:hover .rczpxx  {
	background-color: #098335;
}
.rczplist dl dd.active .rczpxx {
    background-color: #098335;
}

.rczplist dl dd:hover .rczpxx h1,
.rczplist dl dd:hover .rczpxx h2,
.rczplist dl dd:hover .rczpxx h3,
.rczplist dl dd:hover .rczpxx h4,
.rczplist dl dd:hover .rczpxx h5 {
	color: #fff;
}
.rczplist dl dd.active .rczpxx h1,
.rczplist dl dd.active .rczpxx h2,
.rczplist dl dd.active .rczpxx h3,
.rczplist dl dd.active .rczpxx h4,
.rczplist dl dd.active .rczpxx h5 {
	color: #fff;
}
.rczplist dl dd:hover .rczpxx i {
	border-top: 10px solid #fff;
}
.rctext {
	padding: 0px 55px;
	background-color: #fff;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	height: 0;overflow: hidden;
	transition: all 1s;
	
}

.rctextleft {
	width: 100%;
}

.rctextleft h1 {
	color: #333333;
	font-size: 17px;
	text-transform: uppercase;
	margin-bottom: 10px;
}

.rctextleft div {
	line-height: 30px;
	margin-bottom: 10px;
	color: #4c4c4c;
	font-size: 15px;
}

.rctext {
	padding: 0px 55px;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	height: 0;
	overflow: hidden;
	transition: all 1s;
	background-color: #f7f7f7;
}

.rctextleft {
	width: 50%;
}

.rctextleft h1 {
	color: #333333;
	font-size: 17px;
	font-weight: bold;
	margin-bottom: 10px;
}

.rctextleft div {
	line-height: 30px;
	margin-bottom: 10px;
	color: #4c4c4c;
	font-size: 15px;
}

.rctextright {
	width: 560px;
	display: flex;
	justify-content: center;
	border-left: 1px solid #e6e6e6;
}

.rctextright p {
	color: #4c4c4c;
	font-size: 16px;
	margin-top: 15px;
}

.rctextright a {
	display: block;
	width: 220px;
	height: 45px;
	background-color: #098335;
	line-height: 45px;
	text-align: center;
	margin-top: 35px;
	border-radius: 5px;
	color: #ffffff;
	font-size: 14px;
}
.allpro{
	padding-top: 6.25rem;
	padding-bottom: 4.375rem;
	background-color: #f7f7f7;
}

.prodv{
	width: 93.75rem;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.prodvdvleft{
	width: 30%;
	background-color: #fff;
	border-radius: 10px;
	overflow: hidden;
}

.prodvdvleft h1{
	height: 100px;
	width: 100%;
	color: #fff;
	font-size: 26px;
	font-family: 'Poppins_Medium';
	background-color: #51b368;
	text-indent: 30px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.prodvdvleft  ul{
	padding: 20px 30px;
}
.prodvdvleft ul li{
	border-bottom: 1px solid #dfe1e6;
}
.prodvdvleft ul li a{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	line-height: 60px;
}
.prodvdvleft ul li  a h2{
	color: #333333;
	font-family: "Poppins_Medium";
	font-size: 16px;
	transition: all 1s;
}
.prodvdvleft ul li:hover a h2{
	color: #51b368;
}
.prodvdvleft ul li.active a h2{
	color: #51b368;
}
.prodvright{
	width: 68%;
}
.prolist ul{
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}
.prolist ul li{
	width: calc(31.33% - 30px);
	margin: 0 1%;
	margin-top: 0;
	margin-bottom: 2%;
	background-color: #fff;
	padding: 0 15px;
	padding-top: 2.5rem;
	padding-bottom: 1rem;
	border-radius: 10px;
}
.prolist ul li div{
	overflow: hidden;
	border-radius: 10px;
	margin-bottom: 1.875rem;
}
.prolist ul li div img{
	display: block;
	width: 100%;
	transition: all 1s;
}
.prolist ul li:hover div img{
	transform: scale(1.05);
}
.prolist ul li h1{
	height: 50px;
	overflow:hidden;
	line-height: 25px;
	color: #4c4c4c;
	font-size: 16px;
	font-family: "Poppins_Medium";
	text-align: center;
	margin-bottom: 10px;
	transition: all 1s;
	overflow:hidden;

	text-overflow:ellipsis;

	display:-webkit-box;

	-webkit-box-orient:vertical;

	-webkit-line-clamp:2;
}
.prolist ul li h3{
	display: flex;
	justify-content: center;
	align-items: center;
	color: #333333;
}
.prolist ul li h3 span{
	color: #333333;
	font-size: 14px;
	margin-right: 10px;
	transition: all 1s;
}
.prolist ul li h3 iconpark-icon{
	font-size: 16px;
	transition: all 1s;
}
.prolist ul li:hover h1{
	color: #009e4a;
}
.prolist ul li:hover h3 span,.prolist ul li:hover h3 iconpark-icon{
	color: #009e4a;
}
.gywmen{
	padding-top: 5.9375rem;
	background: url(../images/gywm_02.jpg) center no-repeat;
	background-size: cover;
}
.gywmendv{
	width: 93.75rem;
	margin: 0 auto;
}
.gywmendv h1{
	color: #009e4a;
	font-size: 18px;
	text-align: center;
	margin-bottom: 5px;
}
.gywmendv h2{
	color: #4c4c4c;
	font-size: 38px;
	font-family: "Poppins_SemiBold";
	text-align: center;
	margin-bottom: 3.125rem;
}
.gywmendv p{
	color: #606060;
	font-size: 16px;
	line-height: 35px;
}
.gywmendv h3{
	color: #098335;
	line-height: 35px;
	font-size: 16px;
}
.gywmendv ul li{
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
}
.gywmendv ul li i{
	display: block;
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background-color: #009e4a;
	margin-right: 7px;
	margin-top: 13px;
}
.gywmendv ul li span{
	line-height: 35px;
	font-size: 16px;
	width: 95%;
	color: #606060;
	font-size: 16px;
}
.making{
	padding-top: 6.25rem;
	padding-bottom: 7.5rem;
	background: url(../images/aer_02.jpg) center no-repeat;
	background-size: cover;
}
.makingdv{
	width: 93.75rem;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.makingleft{
	width: 47%;
}
.makingleft h1{
	color: #4c4c4c;
	font-size: 38px;
	font-family: "Poppins_SemiBold";
	line-height: 48px;
	border-bottom: 1px solid #dedede;
	padding-bottom: 1.5rem;
}
.makingleft h2{
	color: #009e4a;
	font-size: 18px;
	margin-bottom: 10px;
}
.makingleft i{
	display: block;
	width: 80px;
	height: 5px;
	background-color: #009e4a;
	margin-top: -3px;
	margin-bottom: 1.875rem;
}
.makingleft p{
	color: #666666;
	font-size: 16px;
	line-height: 35px;
}
.makingright{
	width: 49%;
}
.makingright img{
	display: block;
	width: 100%;
}
.compass{
	padding: 6.25rem 0rem;
	background: url(../images/co_03.jpg) center no-repeat;
	background-size: cover;
	background-attachment: fixed;
}
.compassbt h1{
	color: #fff;
	text-align: center;
	font-size: 18px;
	margin-bottom: 15px;
}
.compassbt p{
	text-align: center;
	color: #fff;
	font-size: 38px;
	font-family: "Poppins_SemiBold";
}
.compassbt{
	margin-bottom: 3.125rem;
}
.compasslist{
	width: 93.75rem;
	margin: 0 auto;
}
.compasslist ul {
	display: flex;
	justify-content: space-between;
}
.compasslist ul li{
	width: calc(32% - 60px);
	background-color: rgba(255, 255, 255, 0.16);
	padding: 30px;
	border-radius: 10px;
	transition: all 1s;
}
.compasslist ul li .exce{
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 1.25rem;
}
.compasslist ul li .exce section h1{
	color: #ffffff;
	font-size: 18px;
	font-family: "Poppins_Medium";
	margin-bottom: 5px;
}
.compasslist ul li .exce section p{
	color: #ffffff;
	font-size: 22px;
	font-family: "Poppins_Medium";
}
.compasslist ul li .exce iconpark-icon{
	border: 2px solid #768290;
	border-radius: 50%;
	width: 60px;
	height: 60px;
	color: #788493;
	font-size: 32px;
	transition: all 1s;
}
.compasslist ul li:hover .exce iconpark-icon{
	border: 2px solid #fff;
	color: #fff;
	transform: rotate(180deg);
}
.compasslist ul li .eximg{
	border-radius: 10px;
	overflow: hidden;
	position: relative;
}
.compasslist ul li .eximg img{
	display: block;
	transition: all 1s;
	width: 100%;
}
.compasslist ul li .eximg p{
	position: absolute;
	top: 0;
	left: 0;
	border-radius: 10px;
	overflow: hidden;
	padding: 15px 25px;
	width: calc(100% - 50px);
	background-color: rgba(255, 255, 255, 0.1);
	color: #ffffff;
	font-size: 14px;
	line-height: 30px;
	opacity: 0;
	transition: all 1s;
}
.compasslist ul li:hover{
	background-color: #098335;
}
.compasslist ul li:hover .eximg img{
	opacity: 0;
}
.compasslist ul li:hover p{
	opacity: 1;
}
.network{
	padding: 7.8125rem 0rem;
	background: url(../images/ertr_02.jpg) center no-repeat;
	background-size: cover;
}
.networkdv{
	width: 93.75rem;
	margin: 0 auto;
}
.networkdvtext{
	width: 35%;
}
.networkdvtext h1{
	color: #098335;
	font-size: 18px;
	margin-bottom: 5px;
}
.networkdvtext h2{
	color: #4c4c4c;
	font-size: 38px;
	font-family: "Poppins_SemiBold";
	margin-bottom: 2.5rem;
}
.networkdvtext p{
	color: #606060;
	font-size: 16px;
	line-height: 35px;
}
.showproall{
	padding-top: 3.75rem;
	padding-bottom: 3.75rem;
	background-color: #f7f7f7;
}

.mbx{
	margin: 0 auto;
	width: 93.75rem;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.mbxleft{
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.mbxleft iconpark-icon{
	color: #838383;
	font-size: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-right: 5px;
}
.mbxleft a{
	color: #838383;
	font-size: 14px;
	margin: 0 0.625rem;
}
.mbxleft{
	color: #838383;
	font-size: 14px;
}
.mbxleft a:hover{
	color: #098335;
}
.mbxleft a:last-child{
	color: #098335;
}
.mbxright a{
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.mbxright a iconpark-icon{
	color: #098335;
	font-size: 20px;
	margin-right: 10px;
}
.mbxright a span{
	font-size: 16px;
	color: #098335;
}
.xqing{
	width: 93.75rem;
	margin: 0 auto;
	margin-top: 3.75rem;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.xqingleft{
	width: 35%;
}
.xqingleft img{
	display: block;
	width: 100%;
}
.xqingright {
	width: 60%;
}
.xqingright h1{
	color: #098335;
	font-size: 30px;
	font-family: "Poppins_SemiBold";
	padding-bottom: 15px;
	border-bottom: 1px solid #e6e6e6;
}
.xqingright ul{
	margin-top: 15px;
}
.xqingright ul li{
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	margin-top: 10px;
}
.xqingright ul li i{
	display: block;
	width: 7px;
	height: 7px;
	background-color: #003f8d;
	border-radius: 50%;
	margin-right: 10px;
	margin-top: 12px;
}
.xqingright ul li h2{
	color: #4c4c4c;
	font-size: 20px;
}
.xqingright ul li h2 span{
	color: #003f8d;
}
.xqingright a{
	display: block;
	width: 180px;
	height: 45px;
	background-color: #098335;
	border-radius: 45px;
	margin-top: 3.75rem;
	text-align: center;
	line-height: 45px;
	color: #ffffff;
	font-size: 14px;
	text-transform: uppercase;
}
.xiangq{
	width: 93.75rem;
	margin: 0 auto;
	margin-top: 3.75rem;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.xiangqleft{
	width: 70%;
}
.xiangqleft .xiangqleftdv {
	border-bottom: 1px solid #e6e6e6;
	margin-bottom: 1.875rem;
}
.xiangqleft #thumbs{
	width: 30rem;
	margin: 0;
}
.xiangqleft #thumbs .swiper-slide h1{
	text-align: center;
	height: 40px;
	color: #098335;
	font-size: 16px;
	font-family: "Poppins_Medium";
}
.xiangqleft #thumbs .swiper-slide-thumb-active h1{
	border-bottom: 1px solid #098335;
}
.neirong{
	background-color: #fff;
	padding: 30px;
}
.dwgre{
	display: flex;
	justify-content: space-between;
	margin-top: 1.875rem;
}
.dwgre p a{
	color: #333333;
	font-size: 14px;
	transition: all 1s;
}
.dwgre p a:hover{
	color: #098335;
}
.xiangqright{
	width: 27%;
	background-color: #098335;
	border-radius: 15px;
}
.xiangqright h1{
	line-height: 100px;
	color: #ffffff;
	font-size: 26px;
	font-family: "Poppins_Medium";
	text-indent: 2.5rem;
}
.xiangqright ul{
	border-radius: 15px;
	width: 100%;
	background-color: #fff;
	overflow: hidden;
}
.xiangqright ul li {
	width: 90%;
	padding: 15px 0;
	margin: 0 auto;
	border-bottom: 1px solid #dfe1e6;
}
.xiangqright ul li a{
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.xiangqright ul li a div{
	width: 30%;
}
.xiangqright ul li a div img{
	display: block;
	width: 100%;
}
.xiangqright ul li a section{
	width: 67%;
	margin-left: 10px;
}
.xiangqright ul li a section h2{
	color: #4d4d4d;
	font-size: 16px;
	white-space:nowrap;
	line-height: 30px;
	overflow:hidden;
	height: 30px;
	text-overflow:ellipsis;
	margin-bottom: 10px;
	transition: all 1s;
}
.xiangqright ul li a section h3{
	color: #808080;
	font-size: 14px;
	transition: all 1s;
}
.xiangqright ul li:hover a section h3,.xiangqright ul li:hover a section h2{
	color: #009e4a;
}
.mfoot {
	height: 45px;
	display: none;
}

.mfootdv {
	display: none;
}

.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;
	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;
}

.nrbanner img{
	display: block;
	width: 100%;
}
.nrbanner{
	position: relative;
	z-index: 2;
}
.nrbanner .btext{
	position: absolute;
	top: 0;
	width: 100%;
	left: 0%;
	height: 100%;
	display: flex;
	align-items: center;
}
.nrbanner .btext section{
	margin: 0 auto;
}
.sjnav{
	display: none;
}
.nrbanner .btext section h2{
	font-size: 48px;
	color: #ffffff;
	font-family: "Montserrat";
	font-weight:  bold;
	text-align: center;
	margin-bottom: 10px;
	text-transform: uppercase;
}


.bannersasg .swiper-slide img{
	display: block;
	width: 100%;
} 
.bannersasg  .swiper-slide{
	position: relative;
}
.bannersasg  .swiper-slide img{
	display: block;
	width: 100%;
}
.bannersasg  .swiper-slide div {
    position: absolute;
   	width: 100%;
    height: 100%;
    left: 00%;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.sgahhrj section{
	width: 93.75rem;
}
.bannersasg  .swiper-slide section h1{
	color: #ffffff;
	font-size: 54px;
	font-family: "Impact";
	width: 58%;
	text-transform: uppercase;
}
.bannersasg  .swiper-slide section p{
	color: #ffffff;
	font-size: 21px;
	margin-top: 15px;
	line-height: 60px;
}
.bannersasg  .swiper-slide section a{
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0 30px;
	width: 140px;
	height: 50px;
	margin-top: 6.875rem;
	transition: all 1s;
   	background-color: #fff;
    background-size: cover;
	border-radius: 50px;
	padding-right: 20px;
}

.bannersasg  .swiper-slide section a iconpark-icon{
	font-size: 22px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #098335;
	
}
.bannersasg  .swiper-slide section a span{
	color: #098335;
	font-size: 14px;
}
.bannersasg  .swiper-slide section a:hover{
	background-color: #098335;
}
.bannersasg  .swiper-slide section a:hover iconpark-icon{
	color: #fff;
}
.bannersasg  .swiper-slide section a:hover span{
	color: #fff;
}
.bannersasg .swiper-slide .ghej{
	position: absolute;
	bottom: 25px;
	height: 70px;
	top: auto;
	width: 100%;
	left: 0;
	margin: 0 auto;
}
.bannersasg .swiper-slide .ghej{
	display: block;
	height: auto;
	animation-name: beat;
    /*动画名称*/
    animation-duration: .5s;
    /*设置秒数*/
   	animation-timing-function: linear;
    /*速度曲线*/
    animation-iteration-count: infinite;
    /*播放次数*/
    animation-direction: alternate;
    /*逆向播放*/
    animation-play-state: running;
    /*正在运行*/
}
.bannersasg .swiper-slide .ghej img{
	display: block;
	width: auto;
	margin: 0 auto;
	margin-bottom: 10px;
}
.bannersasg .swiper-slide .ghej span{
	text-align: center;
	display: block;
	width: 100%;
	color: #fff;

}
.bannersasg  .swiper-pagination-bullet{
	width: 8px;
	height: 8px;
}
.bannersasg  .swiper-pagination-bullet-active{
	width: 35px;
	height: 8px;
	border-radius: 15px;
}


.headdvright ul li{
	position: relative;
}
.headdvright ul li:hover div{
	display: block;
}
.headdvright ul li dl{
	display: none;
    position: absolute;
   	left: -60px;
    width: 100%;
    top: 100%;
    z-index: 5;
}
.headdvright ul li:nth-child(3) dl{
	left: -60px;
}
.headdvright ul li:nth-child(4) dl{
	left: -78px;
}
.headdvright ul li:nth-child(5) dl{
	left: -48px;
}
.headdvright ul li:nth-child(7) dl{
	left: -48px;
}
.headdvright ul li:nth-child(8) dl{
	left: -48px;
}
.headdvright ul li dl{
	overflow: hidden;
	border-radius: 6px;
	width: 215px;
	background-color: #fff;
}
.headdvright ul li:hover dl{
	display: block;
}
.headdvright ul li dl dd a{
	    color: #333 !important;
    height: 40px;
    text-align: center;
    display: block;
    width: 94%;
    padding: 0 3%;
    line-height:40px;
    background-color: #fff;
    transition: all .3s;
    font-size: 14px;
    position: relative;
    font-weight: normal;
    z-index: 2;
    
}
.headdvright ul li dl dd a::after{
	display: none;
}
.headdvright ul li dl dd a span{
	line-height: 90px;
}
.headdvright ul li dl dd a i{
	position: relative;
	z-index: 3;
	display: block;
	transition: all .3s;
}
.headdvright ul li dl dd:hover{
	    background-color:#51b353;
}
.headdvright ul li:hover dl dd a{
	font-weight: normal;
}
.headdvright ul li dl dd a:hover{
	background-color: #51b353;
	color: #fff !important;
	font-weight: normal;
}

@media only screen and (min-width: 1200px) and (max-width: 1499px) {
	.headtopdv,.headdv{
		width: 95%;
	}
	.syabouttop{
		width: 95%;
	}
	.sz ul{
		width: 95%;
	}
	.chemical{
		width: 95%;
	}
	.app #thumbs2{
		width: 95%;
		margin-left: 0;
		left: 2.5%;
	}
	.app #thumbs2 .swiper-slide div {
	    padding: 12px;
	    transition: all 1s;
	}
	.chosslist,.xwdv,.anydv,.footdv,.wdldv,.mbx,.xqing,.xiangq{
		width: 95%;
	}
	.xiangqleft #thumbs {
	    width: 37rem;
	    margin: 0;
	}
	.prodv,.gywmendv,.makingdv,.compasslist,.networkdv,.lxwmdv{
		width: 95%;
	}
	.job{
		width: 95%;
	}
	.rczplist{
		width: 100%;
	}
	.newall{
		width: 95%;
	}
}
@media only screen and (min-width: 1000px) and (max-width: 1199px) {
	.headtopdv,.headdv{
		width: 95%;
	}
	.syabouttop{
		width: 95%;
	}
	.sz ul{
		width: 95%;
	}
	.chemical{
		width: 95%;
	}
	.app #thumbs2{
		width: 95%;
		margin-left: 0;
		left: 2.5%;
	}
	.app #thumbs2 .swiper-slide div {
	    padding: 12px;
	    transition: all 1s;
	}
	.chosslist,.xwdv,.anydv,.footdv,.wdldv,.mbx,.xqing,.xiangq{
		width: 95%;
	}
	.xiangqleft #thumbs {
	    width: 37rem;
	    margin: 0;
	}
	.prodv,.gywmendv,.makingdv,.compasslist,.networkdv,.lxwmdv{
		width: 95%;
	}
	.job{
		width: 95%;
	}
	.rczplist{
		width: 100%;
	}
	.newall{
		width: 95%;
	}
	.sz ul li{
		width: 23%;
		text-align: center;
	}
	.rczplist dl dt h4{
		width: 17.375rem;
	}
	.rczplist dl dd .rczpxx h4{
		width: 17.375rem;
	}
}
@media only screen and (max-width: 999px) {
	.heads {
		display: none;
	}
	.htmleaf-container{
		display: block;
		height: 50px;
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		background-color: #fff;
		z-index: 9;
		z-index: 999;
	}
	.htmleaf-containers{
		display: block;
		height: 50px;
	}
	.syabouttop{
		width: 95%;
		display: block;
	}
	.syaboutleft{
		width: 100%;
	}
	.syaboutleft h1 {
	    color: #009e4a;
	    font-size: 14px;
	    margin-bottom: 5px;
	}
	.syaboutleft h2{
		font-size: 20px;
		margin-bottom: 5px;
	}
	.syaboutleft p {
	    color: #606060;
	    font-size: 14px;
	    line-height: 30px;
	}
	.syaboutleft a{
		margin: 0 auto;
		margin-top: 15px;
		margin-bottom: 15px;
		width: 100px;
		height: 38px;
		line-height: 38px;
		padding-left: 20px;
		padding-right: 15px;
	}
	.syaboutright{
		width: 100%;
	}
	.syaboutright img{
		display: block;
		width: 100%;
	}
	.sz ul{
		width: 95%;
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	.sz ul li{
		width: 49%;
	}
	.sz ul li h3 i{
		font-size: 16px;
	}
	.sz ul li h3 span{
		font-size: 32px;
	}
	.sz ul li p{
		text-align: center;
		font-size: 14px;
	}
	.chemical{
		width: 95%;
	}
	.chemicalbtleft h1{
		font-size: 14px;
	}
	.chemicalbtleft p{
		font-size: 20px;
	}
	.chemicalbtright{
		display: none;
	}
	.chemicallist ul li{
		width: 48%;
	}
	.chemicallist ul li section img{
		font-size: 32px;
	}
	.chemicallist ul li section h1 {
	    font-size: 14px;
	    margin-top: 0px;
	}
	.chemicallist ul li section{
		bottom: 10px;
	}
	.chemicallist ul li section i{
		font-size: 32px;
	}
	.appbt{
		position: inherit;
	}
	.appbt h1{
		font-size: 14px;
		color: #098335;
		margin-bottom: 5px;
	}
	.appbt p{
		color: #4c4c4c;
		font-size: 20px;
		margin-bottom: 15px;
	}
	.app #gallery2 img{
		width: 100%;
	}
	.app #thumbs2{
		width: 100%;
		left: 0;
		margin-left: 0;
		position: inherit;
	}
	.app #thumbs2 .swiper-slide div i{
		color: #4c4c4c;
	}
	.app #thumbs2 .swiper-slide div h1{
		color: #4c4c4c;
	}
	.app #thumbs2 .swiper-slide-thumb-active div i{
		color: #fff;
	}
	.app #thumbs2 .swiper-slide-thumb-active div h1{
		color: #fff;
	}
	.app #thumbs2 .swiper-slide div{
		padding: 15px;
		background-color: #f7f7f7;
	}
	.app #thumbs2{
		border-radius: 0px;
	}
	.app #thumbs2 .swiper-slide div h1{
		line-height: 25px;
		height: 50px;
	}
	.app #thumbs2 .swiper-slide-thumb-active div{
		background-color: #098335;
	}
	.chossbt h1{
		font-size: 14px;
		margin-bottom: 5px;
	}
	.chossbt p{
		font-size: 20px;
	}
	.chosslist{
		width: 95%;
	}
	.chosslist ul{
		display: block;
	}
	.chosslist ul li.active{
		width: 100%;
	}
	.chosslist ul li{
		width: 100%;
		margin-bottom: 10px;
	}
	.chosslist ul li img{
		width: 100%;
	}
	.chosslist ul li section i{
		font-size: 32px;
	}
	.chosslist ul li section h1{
		font-size: 16px;
	}
	.chosslist ul li.active section p {
	    display: block;
	    color: #808080;
	    font-size: 14px;
	    line-height: 25px;
	}
	.chosslist ul li section{
		bottom: 15px;
		width: 90%;
		left: 5%;
	}
	.chosslist ul li section i{
		color: #009e4a;
	}
	.chosslist ul li section h1{
		color: #4c4c4c;
	}
	.chosslist ul li section p{
		display: block;
		color: #808080;
		font-size: 14px;
		line-height: 25px;
	}
	.xwdv{
		width: 95%;
	}
	.xwdvlist ul{
		display: block;
	}
	.xwdvlist ul li{
		width: 100%;
		margin-bottom: 10px;
	}
	.xwdvlist ul li .txtq{
		padding: 5%;
	}
	.xwdvlist ul li .txtq h1{
		font-size: 16px;
	}
	.xwdvlist ul li .txtq h2 span{
		font-size: 12px;
		margin-top: 3px;
	}
	.xwdvlist ul li .txtq h2 iconpark-icon {
	    color: #098335;
	    font-size: 18px;
	}
	.xwdvlist ul li .txtq h3 iconpark-icon{
		width: 27px;
		height: 27px;
		font-size: 17px;
	}
	.xwdvlist ul li .txtq h3 span{
		font-size: 12px;
	}
	.any{
		padding: 30px 0;
	}
	.anydv{
		width: 95%;
		display: block;
	}
	.anydv h1{
		font-size: 18px;
		text-align: center;
		margin-bottom: 14px;
	}
	.anydv form{
		width: 100%;
		display: block;
	}
	.anydv form input{
		width: 95%;
		padding: 0 2.5%;
		margin-bottom: 10px;
		border-radius: 5px;
		height: 40px;
	}
	.anydv form input:nth-child(3){
		width: 95%;
		padding: 0 2.5%;
	}
	.anydv form button{
		width: 130px;
		height: 40px;
		line-height: 40px;
		border-radius: 5px;
		padding: 0 2.5%;
	}
	.foot{
		display: none;
	}
	.mbx{
		display: none;
	}
	.xqing{
		width: 95%;
		margin-top: 0;
		display: block;
	}
	.xqingleft{
		width: 100%;
	}
	.xqingright{
		width: 100%;
		margin-top: 20px;
	}
	.xqingright h1{
		font-size: 18px;
	}
	.xqingright ul li h2{
		font-size: 14px;
	}
	.xqingright ul li i{
		margin-top: 8px;
	}
	.xqingright a{
		width: 150px;
		height: 40px;
		line-height: 40px;
	}
	.xiangq{
		width: 95%;
		display: block;
	}
	.xiangqleft{
		width: 100%;
	}
	.xiangqleft #thumbs{
		width: 100%;
	}
	.xiangqleft #thumbs .swiper-slide h1{
		font-size: 14px;
		line-height: 40px;
	}
	.neirong{
		padding: 5%;
	}
	.dwgre{
		display: block;
		margin-top: 15px;
	}
	.dwgre p{
		margin-bottom: 10px;
	}
	.xiangqright{
		width: 100%;
		margin-top: 20px;
	}
	.xiangqright h1{
		line-height: 55px;
		font-size: 18px;
		text-indent: 6.5rem;
	}
	.xiangqright ul li a div{
		margin-right: 3%;
	}
	.xiangqright ul li{
		padding: 10px 0px;
	}
	.prodv{
		width: 95%;
	}
	.prodvdvleft{
		display: none;
	}
	.prodvright{
		width: 100%;
	}
	.prolist ul li{
		width: 40%;
		margin: 1%;
		padding: 4%;
	}
	.prolist ul li h1{
		margin-bottom: 5px;
	}
	.shownav ul li{
		width: 100%;
	}
	.shownav ul li a{
		height: 45px;
		line-height: 45px;
	}
	.shownav{
		height: auto;
	}
	.newall{
		width: 95%;
	}
	.newall .xwdvlist ul{
		display: flex;
	}
	.newall .xwdvlist ul li{
		width: 48%;
		margin: 1%;
	}
	.gywmendv{
		width: 95%;
	}
	.gywmendv h1{
		font-size: 14px;
	}
	.gywmendv h2{
		font-size: 20px;
	}
	.gywmendv p{
		font-size: 14px;
		line-height: 30px;
	}
	.gywmendv ul li span{
		line-height: 30px;
		font-size: 14px;
	}
	.gywmendv ul li i{
		margin-top: 11px;
	}
	.makingdv{
		display: block;
		width: 95%;
	}
	.makingleft{
		width: 95%;
	}
	.makingleft h2{
		font-size: 14px;
	}
	.makingleft h1{
		color: #4c4c4c;
		font-size: 20px;
		font-family: "Poppins_SemiBold";
		line-height: 30px;
		border-bottom: 1px solid #dedede;
		padding-bottom: 2.5rem;
	}
	.makingleft p {
	    color: #666666;
	    font-size: 14px;
	    line-height: 30px;
	}
	.makingright{
		width: 100%;
		margin-top: 10PX;
	}
	.compassbt h1{
		font-size: 14px;
	}
	.compassbt p{
		width: 95%;
		margin: 0 auto;
		font-size: 20px;
	}
	.compasslist{
		width: 95%;
	}
	.compasslist ul{
		display: block;
	}
	.compasslist ul li{
		width: 90%;
		padding: 5%;
		margin-bottom: 10px;
	}
	.compasslist ul li .exce section h1{
		font-size: 14px;
	}
	.compasslist ul li .exce section p{
		font-size: 18px;
	}
	.compasslist ul li .exce iconpark-icon{
		width: 35px;
		height: 35px;
		font-size: 20px;
	}
	.networkdv{
		width: 95%;
	}
	.networkdvtext{
		width: 100%;
	}
	.networkdvtext h1{
		font-size: 14px;
	}
	.networkdvtext h2{
		font-size: 20px;
	}
	.networkdvtext p {
	    color: #606060;
	    font-size: 14px;
	    line-height: 30px;
	}
	.lxwmdv{
		display: block;
		width: 95%;
	}
	.lxwmdvleft{
		width: 100%;
	}
	.lxwmdvleft h1 {
	    color: #333333;
	    font-size: 20px;
		    height: 45px;
	}
	.lxwmdvleft p{
		font-size: 14px;
	}
	.lxwmdvleft h3 span {
	    color: #333333;
	    font-size: 14px;
	    line-height: 30px;
	    width: 90%;
	}
	.lxwmdvright{
		width: 100%;
	}
	.lxwmdvright form div section{
		width: 100%;
	}
	.lxwmdvright form div section h1 {
	    color: #333333;
	    font-size: 14px;
	    line-height: 38px;
	}
	.lxwmdvright form>h1 {
	    color: #333333;
	    font-size: 14px;
	    line-height: 45px;
	}
	.job{
		width: 100%;
	}
	.obbt h1{
		font-size: 20px;
	}
	.obbt p{
		width: 95%;
		margin: 0 auto;
		font-size: 14px;
	}
	.rczplist{
		width: 95%;
	}
	.rczplist dl dt h2,.rczplist dl dt h3,.rczplist dl dt h4{
		display: none;
	}
	.rczplist dl dd h2,.rczplist dl dd h3,.rczplist dl dd h4{
		display: none;
	}
	.rczplist dl dt,.rczplist dl dd .rczpxx{
		padding: 0 5%;
	}
	.rczplist dl dt h1,.rczplist dl dd .rczpxx h1{
		width: 100%;
	}
	.rczplist dl dt{
		line-height: 45px;
		font-size: 17px;
	}
	.rczplist dl dd .rczpxx{
		line-height: 45px;
		height: 45px;
	}
	.rczplist dl dd .rczpxx h1{
		font-size: 14px;
	}
	.rctext{
		display: block;
	}
	.rctextleft{
		width: 100%;
	}
	.rctextright{
		width: 100%;
	}
	.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-color:#009e4a;
	}
	.mfootdv li{
		width: 100%;
		border-right: 1px solid #4ba04c;
	}
	.mfootdv li a{
		color: #fff;
		font-size: 14px;
		line-height: 45px;
		text-align: center;
		display: block;
	}
	.nrbanner .btext{
		width: 95%;
		margin-left: 0;
		left:2.5%;

	}
	.nrbanner .btext section{
		width: 90%;
	}
	.nrbanner .btext section h2{
		text-align: center;
		font-size: 20px;
	}
	.nrbanner .btext section p{
		text-align: center;
		font-size: 14px;
	}
	.nrbanner img {
	    display: block;
	    width: 150%;
	    margin-left: -25%;
	}
	.nrbanner{
		overflow: hidden;
	}
	.nrbanner .btext section i{
		width: 30px;
    	height: 3px;
    	    margin-top: 5px;
	}
	.nrbanner .btext section p{
		margin-top: 5px;
	}
	.bannersasg .swiper-slide section h1 {
	    color: #fefefe;
	    font-size: 22px;
	     text-align: center;
	    font-weight: bold;
	}
	.bannersasg .swiper-slide section p {
	    color: #ffffff;
	    font-size: 14px;
	    margin-top: 10px;
	    line-height: 25px;
	    text-align: center;
	}
	.bannersasg .swiper-slide section a{
		display: none;
	}
	.bannersasg .swiper-slide section h1{
		width: 100%;
		font-size: 20px;
		font-family: "Poppins";
	}
	.sgahhrj section{
		width: 95%;
	}
	.mobile-inner {
	    width: 100%;
	    margin-right: auto;
	    margin-left: auto;
	    position: relative;
	    height: 50px;
	}
	.x9{
		width: 100%;
	}
	.sidebar-l{
		margin: 0;
	}
	.article .post h1{
		font-size: 18px;
	}
	.x3{
		width: 100%;
	}
	.sgahhrj section {
	    width: 95%;
	}

			.sjnav {
		position: relative;
		display: block;
	}

	.msgNum {
		display: none;
	}

	.slider {
		margin-top: 44px;
	}

	.head {
		display: none
	}

	.m_img {
		display: block;
		height: 44px;
		background: #fff;
		top: 0px;
		left: 0px;
		width: 100%;
		z-index: 9999;
		overflow: hidden;
	}

	.m_img .headlf {
		padding-top: 2px;
		padding-left: 10px;
		float: left;
		line-height: 40px;
		font-size: 17px;
		font-weight: bold;
	}

	.m_img .headlf .m_logo {
		height: 40px;
		display: block
	}

	.m_img .headrg {
		padding-right: 5%;
		padding-top: 14px;
		float: right;
	}

	.m_img .headrg a .m_menuimg {
		height: 16px;
		vertical-align: top;
		display: block
	}

	.m_nav {
		display: block;
		position: fixed;
		top: 0px;
		left: 0px;
		width: 0px;
		height: 0px;
		overflow: hidden;
		z-index: 10000
	}

	.m_nav .closecover {
		position: absolute;
		width: 100%;
		height: 100%;
		background: #0b0d19;
		filter: alpha(opacity=0);
		opacity: 0;
		left: 0px;
		top: 0px;
		z-index: 1
	}

	.m_nav .closeicon {
		position: absolute;
		width: 20%;
		left: 0px;
		top: 5%;
		z-index: 100;
		text-align: center;
		filter: alpha(opacity=0);
		opacity: 0
	}

	.m_nav .m_navList {
		position: absolute;
		width: 80%;
		right: 0px;
		top: 0px;
		background: #0b0d19;
		height: 100%;
		z-index: 100;
		right: -80%;
		overflow-y: scroll;
	}

	.m_nav .m_navList ul {
		padding-left: 5%;
		padding-right: 5%
	}

	.m_nav .m_navList ul li {
		border-bottom: 1px solid #232530
	}

	.m_nav .m_navList ul li a {
		display: block;
		height: 45px;
		color: #fff;
		line-height: 45px;
		padding-left: 5%;
		font-size: 13px
	}

	.m_nav .m_navList ul li .m_f_a {
		display: flex;
		align-items: center;
		justify-content: space-between;
		width: 100%
	}

	.m_nav .m_navList ul li .m_f_a a {
		flex: 1;
	}

	.m_nav .m_navList ul li .m_f_a i {
		width: 40px;
		height: 35px;
		box-sizing: border-box;
		padding: 0 5px;
		display: block;
	}

	.icon {
		background: url(../images/plus.png) 100% no-repeat;
		background-position: 50% 50%;
		-webkit-transition: all 0s;
		-moz-transition: all 0s;
		transition: all 0s
	}

	.icon_on {
		background: url(../images/reduce.jpg) 50% no-repeat !important;
		background-position: 50% 50%;
		-webkit-transition: all 0s;
		-moz-transition: all 0s;
		transition: all 0s
	}

	.m_nav .m_navList ul li .m_s_nav {
		display: none;
		width: 100%;
	}

	.m_nav .m_navList ul li .m_s_nav a {
		display: block;
		height: 40px;
		line-height: 40px;
		font-size: 14px;
		padding-left: 10%;
		overflow: hidden;
		white-space: nowrap;
		width: 90%;
		text-overflow: ellipsis;
	}
	.mobile-inner {
	    width: 100%;
	    margin-right: auto;
	    margin-left: auto;
	    position: relative;
	    height: 50px;
	}
	.chosslist ul li::after{
		background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0));
	}
}

