@import url("reset.css");
@import url("fonts.css");
@import url("//at.alicdn.com/t/c/font_4966493_x4dnch1js2.css");
:root {
	--main-color: #a2cf00;
	--color-lan: #363f4d;
}
html{
	background:#fff;
}
body{
	font-size:14px;
	line-height: 1.5;
	overflow-x:hidden;
	color: #333;
	-webkit-font-smoothing: subpixel-antialiased;
}
body{
	font-family:'PoppinsRegular',Arial,Helvetica,sans-serif;
}
body.lang-zh_cn{
	font-family: "Microsoft YaHei","黑体","宋体",sans-serif;
}

a {
	color: #333;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	text-decoration:none;
}
a:hover {
	color:#0554F2;
	text-decoration:none;
}
a:focus,
a:active {
	outline: none;
}
.clear{
	clear:both; 
	margin:0; 
	padding:0;
	height:0;
	overflow:hidden;}
/** 公共样式 **/
.section{
	width: 100%;
	padding: 20px 0;
	height: auto;
	overflow: hidden;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
}
section{
	padding: 20px 0;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

.pc-hide{
	display: block;
}
.mb-hide-992{
	display: none;
}
.pc-hide-992{
	display: block;
}

@media (min-width: 768px) {
	body > section {
  		padding: 30px 0;
	}
	.section{
		padding: 30px 0;
	}
	.pc-hide{
		display: none;
	}
}
@media (min-width: 992px) {
	body > section {
  		padding: 35px 0;
	}
	.section{
		padding: 35px 0;
	}
	.mb-hide-992{
		display: block;
	}
	.pc-hide-992{
		display: none;
	}
}
@media (min-width: 1200px) {
	body > section {
  		padding: 45px 0;
	}
	.section{
		padding: 45px 0;
	}
}
@media (min-width: 1400px) {
	body > section {
  		padding: 60px 0;
	}
	.section{
		padding: 60px 0;
	}
}

.container{
	/* padding-right: 15px;
	padding-left: 15px; */
	margin-right: auto;
	margin-left: auto;
	width: 92%;
	max-width: 1200px;
}
.container-1400{
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
	max-width: 1430px;
}
.container-1600{
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
	max-width: 1630px;
}
.clearfix:before,.clearfix:after,.container:before,.container:after,.section:before,.section:after {
	display: table;
  	content: " ";
}
.clearfix:after,.container:after,.section:after{
	clear: both;
}
.container-nav{
	padding-left: 3.125vw;
	padding-right: 3.125vw;
}

.fl{float: left;}.fr{float: right;}
.txt-lt{text-align: left;}.txt-cr{text-align: center;}.txt-rt{text-align: right;}
.mgn-t5{margin-top: 5px;}
.mgn-t10{margin-top: 10px;}.mgn-t15{margin-top: 15px;}
.mgn-t20{margin-top: 20px;}.mgn-t25{margin-top: 25px;}
.mgn-t30{margin-top: 30px;}.mgn-t35{margin-top: 35px;}
.mgn-t40{margin-top: 40px;}.mgn-t45{margin-top: 45px;}
.mgn-t50{margin-top: 50px;}.mgn-t55{margin-top: 55px;}
.mgn-t60{margin-top: 60px;}
.img-block{display: block;margin: 0 auto;width: 100%;height: auto;}
.transitions{webkit-transition: all 0.5s ease-in-out;-moz-transition: all 0.5s ease-in-out;-ms-transition: all 0.5s ease-in-out;-o-transition: all 0.5s ease-in-out;transition: all 0.5s ease-in-out;}

h1,.h1{font-size: 36px;}
h2,.h2{font-size: 30px;}
h3,.h3{font-size: 24px;}
h4,.h4{font-size: 18px;}
h5,.h5{font-size: 16px;}
h6,.h6{font-size: 14px;}

.pic{
	height: auto;
	overflow: hidden;
}
.pic img{
	display: block;
	margin: 0 auto;
	width: 100%;
	height: auto;
	transition: 0.5s;
}

/** 顶部 **/
.full-top{
	width: 100%;
	background-color: #fff;
	height: 47px;
	display: none;
	padding: 8px 0;
	border-bottom: 1px solid #c4c0bd;
}

@media (min-width: 992px) {
	.full-top{
		display: block;
	}	
}
/** header **/
.header{
	width: 100%;
	position: relative;
	z-index: 100;
	background-color: transparent;
	position:fixed;
	z-index:99;
	left:0;
	right:0;
}
.header.fixed{
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	background-color: rgba(0,0,0,.4);
	transition: 0.5s;
}
.header.fixed.fixed-bgc{
	/* background-color: rgba(255,255,255,1); */
	box-shadow: 0 5px 10px rgba(0,0,0,0.1);
}

.top-flex-nav{
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	justify-content: space-between;
}
.logo{
	height: 50px;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	align-items:Center;
	padding: 5px 0;
	overflow: hidden;
	transition: 0.5s;
}
.logo a{
	display:block;
	height: 100%;
	position: relative;
}
.logo img{
	display:block;
	max-height: 100%;
	width: auto;
	transition: 0.5s;
}

.header-right{
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	padding-left: 20px;
}
.top-rt-lang{
	color: #fff;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	font-size: 14px;
	line-height: 30px;
	height: 30px;
	position: relative;
	margin-left: 15px;
	background-color: var(--main-color);
	border-radius: 999px;
	padding-left: 38px;
	padding-right: 10px;
	background-repeat: no-repeat;
	background-position: 5px 50%;
	background-size: 24px;
	z-index: 200;
}
.lang-en .top-rt-lang{
	background-image: url(../images/us2.png);
}
.lang-zh_cn .top-rt-lang{
	background-image: url(../images/cn2.png);
}
.top-rt-lang i{
	display: inline-block;
	font-size: 12px;
	margin-left: 5px;
}
.lang-menu{
	position: absolute;
	left: 0;
	top: 100%;
	background-color: #fff;
	box-shadow: 0 15px 30px rgba(0, 161, 233, 0.2);
	padding: 8px 15px;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transition: 0.5s;
	z-index: 200;
}
.lang-menu li{
	height: 30px;
	line-height: 30px;
	overflow: hidden;
	white-space: nowrap;
	font-size: 14px;
	font-weight: normal;
}
.lang-menu li + li{
	margin-top: 10px;
}
.lang-menu li a{
	display: block;
	padding-left: 30px;
	background-repeat: no-repeat;
	background-position: 0 50%;
	background-size: 22px;
}
.lang-menu li a.cn{
	background-image: url(../images/cn2.png);
}
.lang-menu li a.en{
	background-image: url(../images/en.png);
}
.top-rt-lang:hover .lang-menu{
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
}

.search-wrap{
	height: 100%;
	overflow: visible;
	position: relative;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	justify-content: center;
}
i.search-open{
	display: block;
	height: 40px;
	cursor: pointer;
	text-align: center;
	line-height: 40px;
	font-size: 32px;
	color: #000;
}

.search-open-wrap{
	height: auto;
	overflow: hidden;
	display: none;
	position: absolute;
	top: 100%;
	right: 0;
	background-color: #fff;
	padding: 20px;
}
.search-box{
	height: auto;
	overflow: hidden;
	position: relative;
	padding-right: 40px;
	border: 1px solid #ddd;
}
.search-box .key_text{
	height:40px;
	width:300px;
	overflow:hidden;
	line-height:40px;
	outline:none;
	border:none;
	padding-left: 15px;
	padding-right: 15px;
	background:transparent;
	color: #000;
	font-size: 14px;
}
.search-box .search_btn{
	border:none;
	outline:none;
	width: 40px;
	height:40px;
	text-align: center;
	position: absolute;
	top: 0;
	right: 0;
	background-color: transparent;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	justify-content: center;
}
.search-box .search_btn i{
	font-size: 24px;
	color:#000;
}

/** nav **/
.nav {
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	justify-content: space-between;
	height: 100%;
}
.nav .nLi{
	float: left;
	height: 100%;
	position:relative;
	z-index: 100;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
}

.nav .nLi i{
	margin-left: 5px;
	font-size: 14px;
}
.nav .nLi h3{
	display: block;
	height: 100%;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
}
.nav .nLi.line{
	position: relative;
	width: 1px;
}
.nav .nLi.line::before{
	content: '';
	width: 1px;
	height: 14px;
	background-color: #000;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}
.nav .nLi h3 a {
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	
	font-size:16px;
	font-weight: normal;
	text-transform: uppercase;
	transition: 0.6s;
	color: #000;
	padding: 0;
	position: relative;
}
.nav .on h3 a{
	color: #000;
}

.sub-menu{
	position:absolute;
	top:100%;
	left: 50%;
	transform: translateX(-50%);
	display:none;
	z-index: 8888;
}
.sub-menu .sub{
	padding:10px 0;
	background:#fff;
	border-radius:0 0 5px 5px;
	box-shadow:0 0 20px rgba(0,0,0,.1);
	position:relative;
	border-bottom: 4px solid #0554f2;
}
.nav .sub li {
	zoom:1;
	height:40px;
	position:relative;
	text-align:center;
	white-space:nowrap
}
.lang-en .nav .sub li{
	text-align: left;
}
.nav .sub a {
	display:block;
	line-height:40px;
	height:40px;
	overflow:hidden;
	color:#333;
	padding-left: 25px;
	padding-right: 25px;
	position: relative;
}
.nav .sub a.hassub{
	padding-right: 45px;
}
.nav .sub a i{
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
}
.nav .dropdown-menu,.nav .dropdown-menu ul{
	position:absolute;
	width:auto;
	left:100%;
	top:0;
	display:none;
	background-color: #fff;
}
.nav .sub li:hover .dropdown-menu,.nav .sub .dropdown-menu li:hover ul{
	display:block;
}
.nav .sub li:hover {
	background:#f2f7fc;
	transition:0.5s;
}
.nav .sub li:hover a{
	color: #333;
}
.pc-nav-bar{
	display: none;
}

.tan-lang{
	height: auto;
	overflow: hidden;
	font-size: 14px;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
}
.tan-lang i{
	font-size: 24px;
	display: inline-block;
	margin-right: 10px;
}
.tan-lang a{
	display: inline-block;
	color: #fff;
	margin: 0 5px;
}

.full-sec-nav{
	background-color: var(--color-lan);
	height: 45px;
	display: none;
	position: relative;
	z-index: 66;
}
.sec-nav-list{
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	justify-content: space-around;
	height: 45px;
}
.sec-nav-list li{
	height: 100%;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
}
.sec-nav-list li a{
	display: block;
	color: #fff;
	font-size: 14px;
}
.sec-nav-list li a i{
	display: inline-block;
	margin-left: 4px;
	font-size: 14px;
	vertical-align: middle;
}
.sec-menu{
	position: absolute;
	left: 0;
	top: 100%;
	right: 0;
	background-color: #fff;
	box-shadow: 0 5px 10px rgba(0,0,0,0.2);
	display: none;
}
.sec-menu li a{
	color: #000;
	font-size: 15px;
}
.sec-menu .dropdown-menu{
	display: none;
}

@media (min-width: 1200px) {
	.pc-nav-bar{
		width: 100%;
		height: 100%;
		display: -webkit-box;
		display: -moz-box;
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flexbox;
		display: flex;
		align-items: center;
		justify-content: space-between;
	}
	.pc-nav-lt{
		height: 100%;
	}
	.logo{
		height: 70px;
		padding: 15px 0;
	}
	.nav .nLi h3 a {
		font-size: 14px;
		padding: 0 15px;
	}
	.lang-zh_cn .nav .nLi h3 a {
		font-size: 15px;
		padding: 0 20px;
	}
	.nav .nLi:last-child h3 a{
		padding-right: 0!important;
	}
	.top-rt-lang{
		margin-left: 20px;
		font-size: 16px;
	}
	.pc-nav-rt{
		margin-left: 20px;
	    width: 145px;
		height: 46px;
		line-height:46px;
		text-align:center;
		background: #FFE900;
		color: #0554F2;
		font-size: 16px;
		border-radius: 31px 31px 31px 31px;
	}
	.pc-nav-tel{
		margin-left:20px;
	}
	.pc-nav-tel dl{
	
	}
	.pc-nav-tel dl dt{
		width: 50px;
		height: 50px;
		line-height:50px;
		background: #0554F2;
		border-radius: 0px 0px 0px 0px;
		float:left;
		border-radius:100%;
		text-align:center;
		color:#fff;
	}
	.pc-nav-tel dl dt i{
		font-size:22px;
	}
	.pc-nav-tel dl dd{
		width: 250px;
		line-height:50px;
		float:right;
		text-align:left;
		margin-left:15px;
	}
	.pc-nav-tel dl dd h2{
	    font-size: 16px;
		line-height: 21px;
		color: #8F8F8F;
	}
	.pc-nav-tel dl dd h3{
	    font-size: 26px;
		color: #0554F2;
		line-height: 34px;
		font-weight: bold;
	}
	i.search-open{
		font-size: 28px;
	}
	.full-sec-nav{
		display: block;
	}
	.nav .nLi.mega-product{
		position: static!important;
	}
	.nav .nLi.mega-product .sub-menu{
		left: 0;
		right: 0;
		transform: translateX(0);
		background-color: #f6f6f6;
		padding: 40px 0;
	}
	.mega-flex-pro{
		display: -webkit-box;
		display: -moz-box;
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flexbox;
		display: flex;
		flex-wrap: wrap;
		margin-left: -15px;
		margin-right: -15px;
	}
	.mega-flex-pro .item{
		width: 25%;
		padding: 15px;
	}
	.nav-tu{
		height: auto;
		overflow: hidden;
	}
	.nav-tu a{
		display: block;
		width: 100%;
		height: 100%;
		overflow: hidden;
		position: relative;
		border-radius: 10px;
	}
	.nav-tu img{
		display: block;
		margin: 0 auto;
		width: 100%;
		height: auto;
		transition: .5s;
	}
	.nav-tu .more{
		position: absolute;
		left: 0;
		right: 0;
		bottom: -105%;
		background-color: var(--main-color);
		text-align: center;
		color: #fff;
		font-size: 14px;
		padding: 10px 15px;
		text-transform: uppercase;
		opacity: 0;
		visibility: hidden;
		transition: 0.5s;
	}
	.nav-tu:hover img{
		transform: scale(1.05);
	}
	.nav-tu:hover .more{
		bottom: 0;
		opacity: 1;
		visibility: visible;
	}
	.sub-two-sort{
		height: auto;
		overflow: hidden;
		margin-top: 15px;
		font-size: 14px;
		font-weight: bold;
	}
	.sub-two-sort a{
		color: #000;
	}
	.sub-three-sort{
		height: auto;
		overflow: hidden;
		margin-top: 15px;
	}
	.three-list-mm{
		display: -webkit-box;
		display: -moz-box;
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flexbox;
		display: flex;
		flex-wrap: wrap;
		margin-left: -10px;
		margin-right: -10px;
	}
	.three-list-mm li{
		width: 100%;
		padding: 6px 10px;
	}
	.three-list-mm li a{
		font-size: 14px;
		color: #666;
		padding-left: 8px;
		position: relative;
		display: block;
		line-height: 20px;
	}
	.three-list-mm li a::before{
		content: '';
		width: 4px;
		height: 4px;
		background-color: #666;
		border-radius: 50%;
		position: absolute;
		left: 0;
		top: 8px;
	}
	.three-list-mm li a:hover{
		color: var(--main-color);
	}
	.sub-fort-list{
		height: auto;
		overflow: hidden;
		margin-top: 5px;
	}
	.sub-fort-list li{
		width: 100%;
		padding: 5px 0;
	}
	.sub-fort-list li a{
		display: block;
		position: relative;
		color: #999;
		font-size: 12px;
	}
	.sub-fort-list li a::before{
		display: none;
	}
	.sub-fort-list li a:hover{
		color: var(--main-color);
		text-decoration: underline;
	}
	
	.sec-menu .sub-two-sort a{
		color: #000;
	}
	.sec-menu .mega-flex-pro .item{
		width: 20%;
	}
	
}
@media (min-width: 1400px) {
	.nav .nLi h3 a {
		font-size: 15px;
		padding: 0 20px;
	}
	.lang-zh_cn .nav .nLi h3 a {
		font-size:16px;
		padding: 0 28px;
	}
	.top-rt-lang i{
		font-size: 16px;
	}
	.logo{
		height: 90px;
		padding: 20px 0;
	}
	.pc-nav-rt{
		margin-left: 25px;
	}
	.pc-nav-rt span{
		font-size: 30px;
	}
	.sec-nav-list li a{
		font-size: 15px;
	}
	.three-list-mm li{
		width: 50%;
	}
	.sub-fort-list li{
		width: 100%;
	}
	.sec-menu .three-list-mm li{
		width: 100%;
	}
}
@media (min-width: 1500px) {
	.nav .nLi h3 a {
	  font-size: 16px;
	  padding: 0 24px;
	}
}
@media (min-width: 1600px) {
	.logo{
		height: 90px;
		padding: 15px 0;
	}
	
	.pc-nav-rt{
		margin-left: 35px;
	}
	.nav .nLi h3 a {
		font-size: 18px;
		padding: 0 25px;
	}
	.lang-zh_cn .nav .nLi h3 a {
		font-size:18px;
		padding: 0 35px;
	}
	
	.search-box .key_text{
		font-size: 16px;
	}
	i.search-open{
		font-size: 32px;
	}
	.sec-nav-list li a{
		font-size: 18px;
	}
	.sec-menu li a{
		font-size: 15px;
	}
	.sub-two-sort{
		font-size: 18px;
	}
	
}

/** footer **/
.footer{
	width:100%;
	overflow:hidden;
	padding-top: 30px;
	padding-bottom: 0;
	background: #0554F2;
}
.foot-contact-wrap{
	height: auto;
	overflow: hidden;
	padding: 10px 0;
}
.foot-contact-info{
    width:100%;
	height: auto;
	overflow: hidden;
	color: #fff;
	font-size: 14px;
	line-height: 2;
}
.foot-contact-wrap .you{
	height: auto;
	overflow: hidden;
}


.foot-top-flex{
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}
.foot-top-flex .zou{
	width: 100%;
}
.foot-top-flex .you{
	width: 100%;
	margin-top: 15px;
}
.foot-ask{
	height: auto;
	overflow: hidden;
	color: #fff;
	font-size: 16px;
	line-height: 1.25;
}
.lang-en .foot-ask,
.lang-sp .foot-ask{
	font-family: 'Gotham-Bold';
}
.lang-zh_cn .foot-ask{
	font-weight: bold;
}
.foot-lx-more{
	height: auto;
	overflow: hidden;
}
.foot-lx-more a{
	font-size: 14px;
	display: inline-block;
	color: #fff;
	border: 1px solid #fff;
	border-radius: 999px;
	padding: 0 20px;
	line-height: 34px;
}

.foot-flex{
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}
.foot-item{
	width: 100%;
	height: auto;
	overflow: hidden;
}
.foot-sort-name{
	color: #fff;
	font-size: 16px;
	position: relative;
	line-height: 46px;
	border-bottom: 1px solid rgba(255,255,255,0.4);
	z-index: 2;
}
.foot-sort-name.nobd{
	border-bottom: none;
}
.ft-mb-jia i{
	position: absolute;
	cursor: pointer;
	z-index: 3;
	right: 5px;
	top: 50%;
	transform: translateY(-50%);
	width: 30px;
	height: 30px;
}
.ft-mb-jia i::before{
	content: '';
	width: 13px;
	height: 1px;
	background-color: #fff;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	z-index: 3;
}
.ft-mb-jia i::after{
	content: '';
	width: 1px;
	height: 13px;
	background-color: #fff;
	position: absolute;
	right: 6px;
	top: 50%;
	transform: translateY(-50%);
	z-index: 3;
	transition: 0.5s;
	opacity: 1;
	visibility: visible;
	
}
.foot-item.on .ft-mb-jia i::after{
	transform: translateY(-50%) rotate(90deg);
	opacity: 0;
	visibility: hidden;
}
.foot-sort-name a{
	color: #fff;
	display: inline-block;
}
.foot-panel-wrap{
	padding-top: 8px;
	display: none;
}

.foot-sort-list{
	height: auto;
	overflow: hidden;
}
.foot-sort-list li{
	height: auto;
	overflow: hidden;
	color: #fff;
	font-size: 14px;
	line-height: 40px;
	border-bottom: 1px solid rgba(255,255,255,0.05);
}
.foot-sort-list li:last-child{
	border-bottom: none;
}
.foot-sort-list li a{
	color: #fff;
	display: inline-block;
	padding-left: 5px;
}
.foot-sort-list li i{
	font-size: 12px;
	margin-right: 6px;
}
.foot-sort-list li a:hover{
	color: #dfe001;
	text-decoration: underline;
}

.full-copyright{
	width: 100%;
	height: auto;
	overflow: hidden;
	padding: 30px 0;
	background-color: transparent;
	margin-top: 40px;
	border-top: 1px solid rgba(255,255,255,0.2);
}
.copyright{
	color: #fff;
	font-size: 15px;
	line-height: 2;
	text-align: center;
}
.copyright a{
	color: #fff;
}
.copyright a:hover{
	color: #fff;
	text-decoration: underline;
}

@media (min-width: 768px) {
	.foot-flex{
		justify-content: space-between;
	}
	.foot-top-flex .zou{
		width: auto;
	}
	.foot-top-flex .you{
		width: auto;
		margin-top: 0;
	}
	
}
@media (min-width: 992px) {
	.footer{
		padding-top: 40px;
	}
	.full-copyright{
		margin-top: 50px;
	}
	.foot-flex{
		flex-wrap: nowrap;
	}
	.mb-hide2{
		display: block;
	}

	.foot-item{
		width: auto;
		max-width: 24%;
		/* padding: 0 10px; */
		/* max-width: 25%; */
	}
	.foot-item.last-item{
		max-width: 24%;
	}
	.ft-mb-jia i{
		display: none;
	}
	.foot-panel-wrap{
		display: block!important;
		padding-top: 0;
	}
	.foot-sort-name{
		border-bottom: none;
		line-height: 1.5;
		padding-bottom: 15px;
	}
	.foot-sort-list li{
		border-bottom: none;
		line-height: 1.5;
	}
	.foot-sort-list li + li{
		margin-top: 15px;
	}
	.foot-sort-list li a{
		padding-left: 0;
	}
	.foot-ask{
		font-size: 20px;
	}
	.foot-lx-more a{
		font-size: 16px;
		padding: 0 25px;
		line-height: 44px;
	}
	.foot-item-1{
		display: none;
	}
	
	.top-link{
		width: auto;
		margin-top: 0;
	}
	
	.foot-fstsort-list li {
	  border-bottom: none;
	  line-height: 1.5;
	  font-size: 16px;
	}
	.foot-fstsort-list li a{
		padding-left: 0;
	}
	.foot-fstsort-list li +li {
		margin-top: 15px;
	}
	
}
@media (min-width: 1200px) {
	.foot-sort-name{
		font-size: 18px;
	}
	.foot-ask{
		font-size: 24px;
	}
	.foot-lx-more a{
		font-size: 18px;
		padding: 0 40px;
		line-height: 60px;
	}
	.foot-item-1{
		display: block;
	}
	.foot-fstsort-list li {
		font-size: 18px;
	}
	
}
@media (min-width: 1400px) {
	.foot-sort-name{
		font-size: 18px;
	}	
	.foot-panel-wrap{
		margin-top: 0;
	}
	.foot-sort-list li{
		font-size: 16px;
		padding: 2px 0;
	}
	.foot-ask{
		font-size: 30px;
	}
	
}

@media (min-width: 1600px) {
	.foot-item{
		max-width: 15%;
	}
	.foot-item.two-item{
		max-width: 25%;
		width: 25%;
	}
	.foot-item.last-item{
		max-width: 38%;
		width: 32%;
	}
	.foot-sort-name{
		font-size: 20px;
	}
	.foot-ask{
		font-size: 40px;
	}
	.foot-contact-wrap{
		display: -webkit-box;
		display: -moz-box;
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flexbox;
		display: flex;
		justify-content: space-between;
		padding: 0;
	}
	.foot-contact-info{
		width: 52%;
		font-size: 16px;
	}
	.foot-contact-wrap .you{
		max-width: 46%;
	}
	
}

/** 首页样式 **/
.index-main-body{
	width: 100%;
	height: auto;
	overflow: hidden;
	position: relative;
}
.public-head{
	color: #000;
	font-size: 20px;
	text-transform: uppercase;
	height: auto;
	overflow: hidden;
	position: relative;
	line-height: 1.5;
	text-align:left;
	margin-bottom: 20px;
}
.public-head-tow{
	color: #000;
	font-size: 48px;
	text-transform: uppercase;
	height: auto;
	overflow: hidden;
	position: relative;
	line-height: 1.5;
	text-align:center;
	margin-bottom: 20px;
}
.public-head.white{
	color: #fff;
}
.public-head span{
	display: inline-block;
	position: relative;
	padding-bottom: 18px;
}
.lang-en .public-head{
	 font-family: 'PoppinsSemiBold';
}
.lang-zh_cn .public-head{
	font-weight: bold;
}
.public-head span::after{
	content: '';
	width: 100%;
	height: 5px;
	background-image: url(../images/line1.png);
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: contain;
	position: absolute;
	left: 0;
	bottom: 0;
}

.public-sml{
	color: #333;
	font-size: 16px;
	position: relative;
	font-family: 'PoppinsLight';
	line-height: 1.2;
}

.public-sml.white{
	color: #fff;
}
.public-more{
	height: auto;
	overflow: hidden;
	font-size: 14px;
	text-transform: capitalize;
}
.public-more a{
	display: inline-block;
	color: #fff;
	height: auto;
	line-height: 42px;
	padding: 0 35px;
	border-radius: 999px;
	background-color: var(--main-color);
}
.mb-hide{
	display: none;
}
/** swiper banner **/

.swiper-pagination-horizontal{
	margin-bottom:20px;
}
.section-onestop-box{
	margin-top:20px;
}
.section-onestop-box-left{
	width:36%;
	float:left;
	text-align:left;
	font-size:40px;
	line-height:45px;
	font-weight:bold;
}
.section-onestop-box-right{
	width:58%;
	float:right;
	text-align:left;
}
.section-onestop-box-right h2{
    color:#cf2e2e;
	font-size:32px;
	line-height:35px;
	font-weight:bold;
	margin-bottom:20px;
}
.section-onestop-box-right p{
    color:#71717a;
	font-size:16px;
	line-height:25px;
	margin-bottom:20px;
	border-left:4px solid #1c1917;
	padding-left:15px;
}
.section-xm-box{
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	margin-left: -10px;
	margin-right: -10px;
}
.section-xm-box-content{
	width: 33.3333%;
	padding-left: 10px;
	padding-right: 10px;
}
.section-xm-box-content-pic img{
	width:100%;
	height:auto;
}
.section-xm-box-content-words h2{
	font-size:18px;
	line-height:50px;
	font-weight:bold;
}
.section-xm-box-content-words p{
	font-size:14px;
	line-height:26px;
	font-weight:normal;
}
.section-xm-box-content-words h3{
	font-size:18px;
	line-height:50px;
	font-weight:bold;
	color:#cf2e2e;
}
.section-feedback-box{
	min-height:515px;
	background:url(/web/pic/bg.jpg) top center no-repeat;
	margin-top:20px;
	border-radius:20px;
	overflow:hidden;
	padding-top:120px;
	color:#fff;
	text-align:center;
}
.section-feedback-box h2{
	font-size:42px;
	line-height:35px;
	font-weight:bold;
	margin-bottom:20px;
}
.section-feedback-box p{
	font-size:22px;
	line-height:35px;
	font-weight:normal;
	margin-bottom:20px;
}
.section-feedback-box h3{
    width:66%;
	height:110px;
	line-height:110px;
	background:#FFFFFF;
	margin:30px auto 0 auto;
}
.key_text{
	height:70px;
	float:left;
	width:71%;
	overflow:hidden;
	line-height:70px;
	outline:none;
	border:1px solid #fff;
	border-right:1px solid #fff;
	padding-left: 10px;
	background:#fff;
	border-right: none;
	margin-left:20px;
	margin-top:20px;
}
.search_btn{
	cursor:pointer;
	border:none;
	outline:none;
	float: right;
	width:20%;
	height:70px;
	overflow:hidden;
	text-align:center;
	background:#1c1917;
	line-height:70px;
	text-align: center;
	border:1px solid #1c1917;
	border-left:0;
	margin-top:20px;
	margin-right:20px;
	color:#fff;
	font-size:16px;
	border-radius:10px;
}
.search_btn span,
.search_btn i{
	font-size: 20px;
	color:#666666;
}
.search_btn:hover{
	background:#cf2e2e;
	border:1px solid #cf2e2e;
}
.section-bottom{
	border-top:3px solid #d4d4d8;
	margin-top:30px;
	padding-top:30px;
}
.section-bottom-box-content-left{
    width:41%;
	float:left;
	margin-right:8%;
	text-align:left;
}
.section-bottom-box-content-left dl{

}
.section-bottom-box-content-left dl dt{
    width:30%;
	float:left;
	margin-top:30px;
}
.section-bottom-box-content-left dl dd{
    width:64%;
	float:left;
	margin-left:20px;
}
.section-bottom-box-content-left dl dd h2{
    font-size:18px;
	line-height:35px;
	font-weight:bold;
	color:#cf2e2e;
}
.section-bottom-box-content-left dl dd p{
    font-size:14px;
	line-height:25px;
	font-weight:normal;
}
.section-bottom-box-content-center{
    width:26%;
	float:left;
	text-align:left;
}
.section-bottom-box-content-center h2{
    font-size:18px;
	line-height:35px;
	font-weight:bold;
	color:#cf2e2e;
}
.section-bottom-box-content-right{
    width:20%;
	float:right;
	text-align:left;
}
.section-bottom-box-content-right h2{
    font-size:18px;
	line-height:35px;
	font-weight:bold;
	color:#cf2e2e;
}
.section-footer-box{
    height:62px;
	line-height:62px;
	background:#fafaf9;
	margin:30px auto 30px auto;
	text-align:center;
	font-size:16px;
}
.footer_follow i{
	width: 36px;
	height: 36px;
	line-height:36px;
	background: #cf2e2e;
	border-radius: 0px 0px 0px 0px;
	float:left;
	border-radius:100%;
	font-size:20px;
	text-align:center;
	margin-right:15px;
	margin-top:5px;
	color:#fff;
}
.footer_follow i:hover{
	background: #ae1111;
}
.section-about1-box{
	margin-top:30px;
}
.section-about1-box-left{
	width:58%;
	float:left;
	text-align:left;
}
.section-about1-box-left h2{

}
.section-about1-box-left h3{
    font-size:18px;
	line-height:32px;
	font-weight:bold;
	margin-top:20px;
}
.section-about1-box-left p{
    font-size:16px;
	line-height:24px;
	font-weight:normal;
	margin-top:20px;
	border-left:3px solid #0b6a63;
	padding-left:15px;
}
.section-about1-box-right{
	width:34%;
	float:right;
	border-radius:20px;
	overflow:hidden;
}
.section-about1-box-right img{
	width:100%;
	height:auto;
}
.section-about2-box{

}
.section-about2-box-left{
    width:35%;
	float:left;
}
.section-about2-box-left img{
	width:100%;
	height:auto;
}
.section-about2-box-right{
    width:51%;
	float:right;
	text-align:left;
	padding-top:120px;
}
.section-about2-box-right h2{
	font-size:30px;
	line-height:65px;
}
.section-about2-box-right p{
    font-size:16px;
	line-height:28px;
	font-weight:normal;
}
.section-about3-box-content{
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	margin-left: -10px;
	margin-right: -10px;
}
.section-about3-box-content-words{
	width: 33.3333%;
	padding-left: 10px;
	padding-right: 10px;
}
.section-about3-box-content-words-color{
	background:#ea1d22;
	padding:25px;
	border-radius:20px;
	color:#fff;
}
.section-about3-box-content-words-color h2{
    font-size:30px;
	line-height:40px;
}
.section-about3-box-content-words-color p{
    font-size:18px;
	line-height:30px;
	margin-top:20px;
}
.section-product1-box{
	margin-top:40px;
}
.section-product1-box-left{
    width:68%;
	float:left;
	text-align:left;
}
.section-product1-box-left h2{
    font-size:32px;
	font-weight:bold;
	line-height:56px;
}
.section-product1-box-left p{
    font-size:16px;
	font-weight:normal;
	line-height:26px;
	margin-bottom:20px;
	border-left:3px solid #0b6b64;
	padding-left:15px;
}
.section-product1-box-right{
    width:29%;
	float:right;
	border-radius:20px;
	overflow:hidden;
}
.section-product1-box-right img{
    width:100%;
	height:auto;
}
.section-product2-box{

}
.section-product2-box-left{
    width:30%;
	float:left;
	text-align:left;
	font-size:30px;
	font-weight:bold;
	padding-top:30px;
}
.section-product2-box-right{
    width:68%;
	float:right;
	text-align:left;
	font-size:30px;
	font-weight:bold;
}
.section-product2-box-right h2{
    font-size:32px;
	font-weight:bold;
	line-height:56px;
}
.section-product2-box-right p{
    font-size:16px;
	font-weight:normal;
	line-height:26px;
	margin-bottom:20px;
	border-left:3px solid #0b6b64;
	padding-left:15px;
}
.section-product3-box-content{
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	margin-left: -10px;
	margin-right: -10px;
}
.section-productlist{
	width: 20%;
	padding-left: 10px;
	padding-right: 10px;
	margin-bottom:10px;
}
.section-productlist pic img{
    width:100%;
}
.section-productlist .pic{
	border:1px solid #dedede;
	border-radius:20px;
	overflow:hidden;
	margin-bottom:10px;
	padding:0;
}
.section-productlist h3{
	font-size:16px;
	line-height:30px;
	font-weight:normal;
	text-align:center;
}
.section-product4-box{
	font-size:36px;
	line-height:45px;
	font-weight:bold;
	margin-top:20px;
}
.section-product5-box{
	margin-top:20px;
}
.section-product5-box-left{
	width:46%;
	float:left;
	text-align:left;
}
.section-product5-box-right{
	width:48%;
	float:right;
	border-radius:20px;
	overflow:hidden;
}
.section-product5-box-left h2{
    font-size:24px;
	font-weight:bold;
	line-height:60px;
}
.section-product5-box-left p{
    font-size:18px;
	font-weight:normal;
	line-height:30px;
}
.section-product5-box-left h3{
    font-size:18px;
	font-weight:bold;
	width:32%;
	line-height:70px;
	text-align:center;
	background:#0b6b64;
	margin-top:25px;
	color:#fff;
}
.section-product5-box-left h3:hover{
	background:#084944;
}
.section-product5-box-right img{
    width:100%;
	height:auto;
}
.section-product9-box{
	margin-top:25px;
}
.section-product9-box-left{
    width:30%;
	float:left;
	text-align:left;
	font-size:54px;
	font-weight:bold;
	padding-top:30px;
}
.section-product9-box-right{
    width:68%;
	float:right;
	text-align:left;
	font-size:30px;
	font-weight:bold;
}
.section-product9-box-right h2{
    font-size:32px;
	font-weight:bold;
	line-height:56px;
}
.section-product9-box-right p{
    font-size:16px;
	font-weight:normal;
	line-height:26px;
	margin-bottom:20px;
	border-left:3px solid #0b6b64;
	padding-left:15px;
}
.section-product10-box{
    font-size:20px;
	font-weight:normal;
	line-height:32px;
	margin-top:25px;
}
.section-product11-box{
    background:#CCCCCC;
	padding:20px;
	margin-top:25px;
	border-radius:10px;
	overflow:hidden;
}
.section-product11-box-content{
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	margin-left: -10px;
	margin-right: -10px;
}
.section-product11-box-content dl{
	width: 16.6666%;
	padding-left: 10px;
	padding-right: 10px;
}
.section-product11-box-content dl dt{

}
.section-product11-box-content dl dt img{
    width:100%;
	height:auto;
}
.section-product11-box-content dl dd{
    text-align:center;
	font-size:18px;
	line-height:45px;
}
.section-carrer1-box{
	margin-top:40px;
}
.section-carrer1-box-left{
    width:58%;
	float:left;
	text-align:left;
}
.section-carrer1-box-left h2{
    font-size:32px;
	font-weight:bold;
	line-height:56px;
}
.section-carrer1-box-left p{
    font-size:16px;
	font-weight:normal;
	line-height:26px;
	margin-bottom:20px;
	border-left:3px solid #0b6b64;
	padding-left:15px;
}
.section-carrer1-box-right{
    width:39%;
	float:right;
	border-radius:20px;
	overflow:hidden;
}
.section-carrer1-box-right img{
    width:100%;
	height:auto;
}
.section-carrer2-box{

}
.section-carrer2-box h2{
    font-size:32px;
	font-weight:bold;
	line-height:56px;
}
.section-carrer2-box p{
    font-size:16px;
	font-weight:normal;
	line-height:26px;
	margin-bottom:20px;
	border-left:3px solid #0b6b64;
	padding-left:15px;
}
.section-carrer3-box h2{
    font-size:20px;
	font-weight:normal;
	line-height:36px;
}
.section-carrer3-box-anniu1{
    width:15%;
	height:61px;
	line-height:61px;
	text-align:center;
	font-size:18px;
	background:url(/web/pic/career/submit.jpg) center no-repeat;
	color:#fff;
	margin:20px 20px 20px 0;
	border-radius:10px;
	float:left;
}
.section-carrer3-box-anniu2{
    width:11%;
	height:61px;
	line-height:61px;
	text-align:center;
	font-size:18px;
	background:#43abe8;
	color:#fff;
	margin:20px 0 20px 0;
	border-radius:10px;
	float:left;
}
.section-carrer4-box h2{
	font-size:22px;
	line-height:50px;
}
.section-carrer4-box h2 font{
    color:#1e9de5;
}
.section-contact1-box{
	margin-top:20px;
}
.section-contact1-box h2{
	font-size:22px;
	line-height:50px;
	font-weight:normal;
}
.section-contact1-box-1{

}
.section-contact1-box-1 h3{
	font-size:18px;
	line-height:50px;
	font-weight:normal;
}
.section-contact1-box-1box{
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	margin-left: -10px;
	margin-right: -10px;
}
.section-contact1-box-1 ul{
	width: 50%;
	padding-left: 10px;
	padding-right: 10px;
}
.section-contact1-box-1 ul li{
	line-height:50px;
	font-size:16px;
}
.contacttext{
    height:41px;
	line-height:41px;
	border:1px solid #bfbfbf;
	border-radius:5px;
	width:100%;
	text-indent:15px;
}
.section-contact2-box{
    margin-bottom:20px;
}
.section-contact2-box h3{
	font-size:18px;
	line-height:50px;
	font-weight:normal;
}
.indexsubmit_btn{
    background:#cf2e2e;
	width:11%;
	height:40px;
	line-height:40px;
	border:0;
	border-radius:5px;
	color:#FFFFFF;
	text-align:center;
	font-size:16px;
}
.indexsubmit_btn:hover{
    background:#b50f0f;
}
.section-contact3-box{
	line-height:30px;
	font-size:16px;
}
.section-innovation1-box{
    margin-top:20px;
}
.section-innovation1-box-left{
    width:38%;
	float:left;
	text-align:left;
	font-size:40px;
	line-height:60px;
	font-weight:bold;
	padding-top:20px;
}
.section-innovation1-box-right{
    width:58%;
	float:right;
	text-align:left;
}
.section-innovation1-box-right h2{
	line-height:50px;
	font-size:28px;
}
.section-innovation1-box-right p{
	line-height:25px;
	font-size:16px;
	border-left:3px solid #0b6a63;
	padding-left:20px;
}
.section-innovation2{
    margin-top:30px;
}
.section-innovation2-box{
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	margin-left: 10px;
	margin-right: 10px;
}
.section-innovation2-box dl{
	width: 20%;
	padding-left: 10px;
	padding-right: 10px;
}
.section-innovation2-box dl dt{

}
.section-innovation2-box dl dt img{
    width:100%;
	height:auto;
}
.section-innovation2-box dl dd{

}
.section-innovation2-box dl dd h3{
    min-height:50px;
    line-height:30px;
	font-size:20px;
	font-weight:bold;
	margin-bottom:15px;
}
.section-innovation2-box dl dd h4{
    line-height:25px;
	font-size:18px;
	font-weight:normal;
	color:#666666;
}
.section-innovation3-box{
    width:80%;
    height:auto;
	margin:50px auto 0 auto;
	border-radius:30px;
	background:url(/web/pic/invo/Manufactuer-Line-Color.jpg);
	padding:70px 0 70px 0;
}
.section-innovation3-box h2{
    text-align:center;
	font-size:48px;
	color:#FFFFFF;
	font-weight:bold;
	line-height:70px;
	margin-bottom:30px;
}
.section-innovation3-box-content{
	color:#FFFFFF;
}
.section-innovation3-box-content h3{
    line-height:55px;
	font-size:26px;
	font-weight:normal;
}
.section-innovation3-box-content p{
    line-height:30px;
	font-size:20px;
	font-weight:normal;
	border-left:3px solid #0b6a63;
	padding-left:20px;
}
.section-innovation3-box-content-2{

}
.section-innovation3-box-content-2box{
	height:auto;
	background:#FFFFFF;
	margin-top:40px;
	border-radius:20px;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	margin-left: -10px;
	margin-right: -10px;
    padding:35px;
}
.section-innovation3-box-content-2nr{
	width: 33.3333%;
	padding-left: 10px;
	padding-right: 10px;
}
.section-innovation3-box-content-2nr h4{
    line-height:30px;
	font-size:26px;
	font-weight:normal;
	margin-bottom:20px;
}
.section-innovation3-box-content-2nr h5{
    line-height:27px;
	font-size:16px;
	font-weight:normal;
}
.section-innovation4-box{
	margin-top:50px;
}
.section-innovation4-box-left{
    width:46%;
	float:left;
	text-align:left;
}
.section-innovation4-box-left h2{
    line-height:57px;
	font-size:30px;
	font-weight:bold;
}
.section-innovation4-box-left h3{
    line-height:57px;
	font-size:20px;
	font-weight:bold;
	margin-bottom:20px;
}
.section-innovation4-box-left p{
    line-height:31px;
	font-size:18px;
	font-weight:normal;
	border-left:3px solid #0b6a63;
	padding-left:20px;
}
.section-innovation4-box-right{
    width:48%;
	height:auto;
	float:right;
	border-radius:20px;
	overflow:hidden;
}
.section-innovation4-box-right img{
    width:100%;
	height:auto;
}
.section-quality1{
	margin-top:20px;
}
.section-quality1-box{

}
.section-quality1-box h2{
    line-height:57px;
	font-size:36px;
	font-weight:bold;
	margin-bottom:10px;
}
.section-quality1-box p{
    line-height:27px;
	font-size:16px;
	font-weight:normal;
	border-left:3px solid #0b6a63;
	padding-left:20px;
}
.section-quality2{
	margin-top:30px;
}
.section-quality2-box-left{
    width:39%;
	float:left;
	overflow:hidden;
	border-radius:20px;
}
.section-quality2-box-left img{
    width:100%;
	height:auto;
}
.section-quality2-box-right{
    width:58%;
	float:right;
	text-align:left;
}
.section-quality2-box-right h2{
    line-height:57px;
	font-size:36px;
	font-weight:bold;
	margin-bottom:10px;
}
.section-quality2-box-right p{
    line-height:27px;
	font-size:16px;
	font-weight:normal;
	border-left:3px solid #0b6a63;
	padding-left:20px;
}
.section-news1{
	margin-top:30px;
}
.section-news1-box h2{
    line-height:57px;
	font-size:36px;
	font-weight:bold;
	margin-bottom:10px;
}
.section-news1-box-main{
    padding:15px;
	border:1px solid #ccc;
	border-radius:10px;
}
.section-news1-box-main dl{
  	margin-bottom:20px;  
}
.section-news1-box-main dl dt{
    width:12%;
	float:left;
}
.section-news1-box-main dl dt img{
    width:100%;
	height:auto;
}
.section-news1-box-main dl dd{
    width:85%;
	float:right;
	text-align:left;
}
.section-news1-box-main dl dd h3{
    line-height:37px;
	font-size:18px;
	font-weight:bold;
}
.section-news1-box-main dl dd h4{
    line-height:27px;
	font-size:16px;
	font-weight:normal;
	margin-bottom:10px;
}
.section-news1-box-main dl dd p{
    line-height:25px;
	font-size:16px;
	font-weight:normal;
}
.n-aboutus-a1{
    width:135px;
	height:70px;
	line-height:70px;
	border:1px solid #fff;
	border-radius:10px;
	text-align:center;
	float:left;
	font-size:18px;
	color:#FFFFFF;
	font-weight:bold;
	margin-top:30px;
}
.n-aboutus-a2{
    width:155px;
	height:70px;
	line-height:70px;
	border:0 solid #fff;
	border-radius:10px;
	text-align:center;
	float:left;
	font-size:18px;
	color:#FFFFFF;
	font-weight:bold;
	margin-left:20px;
	margin-top:30px;
	background:url(/web/pic/aboutus/an.jpg) top center repeat-y;
}
@media (min-width: 280px) {
.section-onestop-box-left{
	width:100%;
	float:none;
	font-size:26px;
	line-height:35px;
}
.section-onestop-box-right{
	width:100%;
	float:none;
}
.section-xm-box-content{
	width: 100%;
	margin-bottom:20px;
}
.section-feedback-box h2{
	font-size:32px;
	line-height:35px;
	font-weight:bold;
	margin-bottom:20px;
}
.section-feedback-box p{
	font-size:18px;
	line-height:35px;
	font-weight:normal;
	margin-bottom:20px;
	padding:0 20px 0 20px;
}
.section-bottom-box-content-left{
    width:100%;
	float:none;
	margin-right:0;
	margin-bottom:20px;
}
.section-bottom-box-content-center{
    width:100%;
	float:none;
	margin-bottom:20px;
}
.section-bottom-box-content-right{
    width:100%;
	float:none;
	margin-top:20px;
}
.section-bottom-box-content-left dl dt{
    width:40%;
	float:left;
	margin-top:30px;
}
.section-bottom-box-content-left dl dd{
    width:54%;
	float:left;
	margin-left:20px;
}
.key_text{
	height:50px;
	float:left;
	width:100%;
	line-height:50px;
	margin-left:0;
	margin-top:20px;
}
.search_btn{
	float: right;
	width:100%;
	height:50px;
	line-height:50px;
	margin-right:0;
}
.section-about2-box-left{
    width:100%;
	float:none;
}
.section-about2-box-right{
    width:100%;
	float:none;
	padding-top:40px;
}
.section-about1-box-left{
    width:100%;
	float:none;
	margin-bottom:20px;
}
.section-about1-box-right{
    width:100%;
	float:none;
}
.section-about3-box-content-words{
	width:100%;
	margin-top:20px;
}
.section-product6-box{
	margin-top:20px;
}
.section-product6-box-left{
    width:30%;
	float:left;
	text-align:left;
	font-size:20px;
	font-weight:bold;
}
.section-product6-box-right{
    width:68%;
	float:right;
	text-align:left;
	font-size:30px;
	font-weight:bold;
}
.section-product6-box-right p{
    font-size:16px;
	font-weight:normal;
	line-height:26px;
	margin-bottom:20px;
	border-left:3px solid #0b6b64;
	padding-left:15px;
}
.section-product7-box{
	margin-top:20px;
}
.section-product7-box-left{
    width:39%;
	float:left;
	border-radius:20px;
	overflow:hidden;
}
.section-product7-box-left img{
    width:100%;
	float:none;
}
.section-product7-box-right{
    width:56%;
	float:right;
	text-align:left;
}
.section-product7-box-right ul{

}
.section-product7-box-right ul li{
    line-height:44px;
}
.section-product7-box-right ul li font{
	display:block;
	float:left;
}
.section-product7-box-right ul li font i{
    font-size:14px;
}
.section-product7-box-right ul li span{
	display:block;
	font-size:16px;
	margin-left:10px;
	float:left;
}
.section-product8-box{
    font-size:18px;
	text-align:left;
	line-height:30px;
	margin-top:20px;
	border-left:3px solid #0b6b64;
	padding-left:15px;
}
.section-product1-box-left{
    width:100%;
	float:none;
}
.section-product1-box-right{
    width:100%;
	float:none;
}
.section-product1-box-left h2{
    font-size:22px;
	line-height:56px;
}
.section-product2-box-left{
    width:100%;
	float:none;
}
.section-product2-box-right{
    width:100%;
	float:none;
}
.section-product2-box-right h2{
    font-size:22px;
	font-weight:bold;
	line-height:56px;
}
.section-product2-box-left{
    width:100%;
	float:none;
	font-size:26px;
}
.section-productlist{
	width: 50%;
	padding-left: 10px;
	padding-right: 10px;
}
.section-product5-box-left{
    width:100%;
	float:none;
	margin-bottom:20px;
}
.section-product5-box-right{
    width:100%;
	float:none;
}
.section-product6-box-left{
    width:100%;
	float:none;
}
.section-product6-box-right{
    width:100%;
	float:none;
}
.section-product7-box-left{
    width:100%;
	float:none;
}
.section-product7-box-right{
    width:100%;
	float:none;
}
.section-product9-box-left{
    width:100%;
	float:none;
	font-size:34px;
}
.section-product9-box-right{
    width:100%;
	float:none;
}
.section-product11-box-content dl{
	width: 50%;
	padding-left: 10px;
	padding-right: 10px;
}
.section-carrer1-box-left{
    width:100%;
	float:none;
	text-align:left;
}
.section-carrer1-box-right{
    width:100%;
	float:none;
	border-radius:20px;
	overflow:hidden;
}
.section-carrer3-box-anniu1{
    width:25%;
	height:51px;
	line-height:51px;
	font-size:16px;
}
.section-carrer3-box-anniu2{
    width:21%;
	height:51px;
	line-height:51px;
	font-size:16px;
}
.section-carrer4-box h2{
	font-size:16px;
	line-height:40px;
}
.section-contact1-box h2{
	font-size:18px;
	line-height:30px;
	font-weight:normal;
}
.indexsubmit_btn{
	width:21%;
	height:40px;
	line-height:40px;
}
.section-news1-box h2{
    line-height:47px;
	font-size:26px;
}
.section-news1-box-main dl dt{
    width:100%;
	float:none;
}
.section-news1-box-main dl dd{
    width:100%;
	float:none;
}
.section-news1-box-main dl dd h3{
    line-height:30px;
	font-size:16px;
	font-weight:normal;
}
.section-innovation1-box-left{
    width:100%;
	float:none;
	font-size:24px;
	line-height:50px;
}
.section-innovation1-box-right{
    width:100%;
	float:none;
}
.section-innovation2-box dl{
	width: 100%;
	margin-bottom:20px;
}
.section-innovation3-box h2{
	font-size:28px;
	line-height:40px;
}
.section-innovation3-box-content h3{
    line-height:45px;
	font-size:18px;
}
.section-innovation3-box-content p{
    line-height:30px;
	font-size:16px;
}
.section-innovation3-box-content-2nr{
	width:100%;
	padding-left: 10px;
	padding-right: 10px;
	margin-bottom:20px;
}
.section-innovation4-box-left{
    width:100%;
	float:none;
	margin-bottom:30px;
}
.section-innovation4-box-right{
    width:100%;
	float:none;
}
.section-innovation3-box{
    width:92%;
	margin:20px auto 0 auto;
	padding:20px 0 20px 0;
}
.section-quality2-box-left{
    width:100%;
	float:none;
}
.section-quality2-box-right{
    width:100%;
	float:none;
}
.n-aboutus{
    display:none;
}
.n-aboutus-a1{
    display:none;
}
.n-aboutus-a2{
    display:none;
}
.section-onestop-box-right h2{
	font-size:28px;
	line-height:35px;
}
.section-innovation2-box dl dd h3{
    line-height:30px;
	font-size:18px;
	font-weight:bold;
}
.section-quality1-box h2{
    line-height:47px;
	font-size:26px;
}
.section-quality2-box-right h2{
    line-height:47px;
	font-size:26px;
}
.section-quality1-box h2{
    line-height:37px;
	font-size:26px;
}
.section-innovation4-box-left h2{
    line-height:4px;
	font-size:26px;
}
.section-innovation4-box-left h3{
    line-height:57px;
	font-size:16px;
}
.section-innovation1-box-right h2{
	line-height:40px;
	font-size:24px;
}
.section-carrer1-box-left h2{
    font-size:22px;
	line-height:46px;
}
.section-carrer2-box h2{
    font-size:22px;
	line-height:46px;
}
.center-text-area{
    display:none;
}
.section-product5-box-left h3{
	width:42%;
	line-height:50px;
}
.section-product9-box-right h2{
    font-size:22px;
	line-height:46px;
}
.section-product6-box-left{
    margin-bottom:10px;
}
}
@media (min-width: 375px) {

}
@media (min-width: 540px) {

}


@media (min-width: 600px) {
.section-news1-box-main dl dt{
    width:30%;
	float:left;
}
.section-news1-box-main dl dd{
    width:68%;
	float:right;
}
.section-news1-box-main dl dd h4{
    display:none;
}
.section-news1-box-main dl dd p{
	margin-top:10px;
	font-size:14px;
}
}

@media (min-width: 768px) {
.section-product11-box-content dl{
	width: 33.33333%;
	padding-left: 10px;
	padding-right: 10px;
}
.section-innovation2-box dl{
	width: 50%;
	margin-bottom:20px;
}
.section-news1-box-main dl dt{
    width:32%;
	float:left;
}
.section-news1-box-main dl dd{
    width:65%;
	float:right;
}
}
@media (min-width: 992px) {
.section-onestop-box-left{
	width:36%;
	float:left;
	font-size:40px;
	line-height:45px;
}
.section-onestop-box-right{
	width:58%;
	float:right;
}
.section-xm-box-content{
	width: 33.3333%;
	margin-bottom:0;
}
.section-feedback-box h2{
	font-size:42px;
	line-height:35px;
	font-weight:bold;
	margin-bottom:20px;
}
.section-feedback-box p{
	font-size:22px;
	line-height:35px;
	font-weight:normal;
	margin-bottom:20px;
}
.section-bottom-box-content-left{
    width:41%;
	float:left;
	margin-right:8%;
}
.section-bottom-box-content-center{
    width:26%;
	float:left;
}
.section-bottom-box-content-right{
    width:20%;
	float:right;
}
.section-bottom-box-content-left dl dt{
    width:30%;
	float:left;
	margin-top:30px;
}
.section-bottom-box-content-left dl dd{
    width:64%;
	float:left;
	margin-left:20px;
}
.key_text{
	height:70px;
	float:left;
	width:71%;
	line-height:70px;
	margin-left:20px;
	margin-top:20px;
}
.search_btn{
	float: right;
	width:20%;
	height:70px;
	line-height:70px;
	margin-right:20px;
}
.section-about2-box-left{
    width:35%;
	float:left;
}
.section-about2-box-right{
    width:51%;
	float:right;
	padding-top:120px;
}
.section-about1-box-left{
	width:58%;
	float:left;
	margin-bottom:0;
}
.section-about1-box-right{
	width:34%;
	float:right;
}
.section-about3-box-content-words{
	width: 33.3333%;
}
.section-product1-box-left{
    width:68%;
	float:left;
}
.section-product1-box-right{
    width:29%;
	float:right;
}
.section-product1-box-left h2{
    font-size:32px;
	line-height:56px;
}
.section-product2-box-left{
    width:30%;
	float:left;
}
.section-product2-box-right h2{
    font-size:32px;
	font-weight:bold;
	line-height:56px;
}
.section-product2-box-right{
    width:68%;
	float:right;
}
.section-product2-box-left{
    width:30%;
	float:left;
	font-size:30px;
}
.section-productlist{
	width: 20%;
	padding-left: 10px;
	padding-right: 10px;
}
.section-product5-box-left{
	width:46%;
	float:left;
}
.section-product5-box-right{
	width:48%;
	float:right;
}
.section-product6-box-left{
    width:30%;
	float:left;
}
.section-product6-box-right{
    width:68%;
	float:right;
}
.section-product7-box-left{
    width:39%;
	float:left;
}
.section-product7-box-right{
    width:56%;
	float:right;
}
.section-product9-box-left{
    width:30%;
	float:left;
	font-size:54px;
}
.section-product9-box-right{
    width:68%;
	float:right;
}
.section-product11-box-content dl{
	width:16.666%;
	padding-left: 10px;
	padding-right: 10px;
}
.section-carrer1-box-left{
    width:58%;
	float:left;
	text-align:left;
}
.section-carrer1-box-right{
    width:39%;
	float:right;
	border-radius:20px;
	overflow:hidden;
}
.section-carrer3-box-anniu1{
    width:15%;
	height:61px;
	line-height:61px;
	font-size:18px;
}
.section-carrer3-box-anniu2{
    width:11%;
	height:61px;
	line-height:61px;
	font-size:18px;
}
.section-carrer4-box h2{
	font-size:22px;
	line-height:50px;
}
.section-contact1-box h2{
	font-size:22px;
	line-height:50px;
	font-weight:normal;
}
.indexsubmit_btn{
	width:11%;
	height:40px;
	line-height:40px;
}
.section-news1-box h2{
    line-height:57px;
	font-size:36px;
}
.section-news1-box-main dl dt{
    width:12%;
	float:left;
}
.section-news1-box-main dl dd{
    width:85%;
	float:right;
}
.section-news1-box-main dl dd h3{
    line-height:37px;
	font-size:18px;
	font-weight:bold;
}
.section-innovation1-box-left{
    width:38%;
	float:left;
	font-size:40px;
	line-height:60px;
}
.section-innovation1-box-right{
    width:58%;
	float:right;
}
.section-innovation2-box dl{
	width: 20%;
	margin-bottom:0;
}
.section-innovation3-box h2{
	font-size:48px;
	line-height:70px;
}
.section-innovation3-box-content h3{
    line-height:55px;
	font-size:26px;
}
.section-innovation3-box-content p{
    line-height:30px;
	font-size:20px;
}
.section-innovation3-box-content-2nr{
	width: 33.3333%;
	padding-left: 10px;
	padding-right: 10px;
	margin-bottom:0;
}
.section-innovation4-box-left{
    width:46%;
	float:left;
	margin-bottom:0;
}
.section-innovation4-box-right{
    width:48%;
	float:right;
}
.section-innovation3-box{
    width:80%;
	margin:50px auto 0 auto;
	padding:70px 0 70px 0;
}
.section-quality2-box-left{
    width:39%;
	float:left;
}
.section-quality2-box-right{
    width:58%;
	float:right;
}
.n-aboutus-a1{
    display:block;
}
.n-aboutus-a2{
    display:block;
}
.section-onestop-box-right h2{
	font-size:32px;
	line-height:35px;
}
.n-aboutus{
    display:block;
}
.section-innovation2-box dl dd h3{
    min-height:50px;
    line-height:30px;
	font-size:20px;
	font-weight:bold;
}
.section-news1-box-main dl dd h4{
    display:block;
}
.section-news1-box-main dl dd p{
    line-height:25px;
	font-size:16px;
	font-weight:normal;
}
.section-quality1-box h2{
    line-height:57px;
	font-size:36px;
}
.section-quality2-box-right h2{
    line-height:57px;
	font-size:36px;
}
.section-quality1-box h2{
    line-height:57px;
	font-size:36px;
}
.section-innovation4-box-left h2{
    line-height:57px;
	font-size:30px;
}
.section-innovation4-box-left h3{
    line-height:57px;
	font-size:20px;
}
.section-innovation1-box-right h2{
	line-height:50px;
	font-size:28px;
}
.section-carrer1-box-left h2{
    font-size:32px;
	line-height:56px;
}
.section-carrer2-box h2{
    font-size:32px;
	line-height:56px;
}
.center-text-area{
    display:block;
}
.section-product5-box-left h3{
	width:32%;
	line-height:70px;
}
.section-product9-box-right h2{
    font-size:32px;
	line-height:56px;
}
.section-product6-box-left{
	font-size:30px;
	margin-bottom:0;
}
}
@media (min-width: 1024px) {

}
@media (min-width: 1100px) {

}
@media (min-width: 1200px) {

}
@media (min-width: 1366px) {

}
@media (min-width: 1400px) {

}
@media (min-width: 1600px) {

}