header{
	background: #fff;
	box-shadow: 0px 0px 30px rgba(0,0,0,.1);
	width: 100%;
	position: relative;
	z-index: 999;
	position: fixed;
	top: 0;
	left: 0;
}
#banner{
	margin: 100px 0px 0px;
}
.logo{
	float: left;
	padding-left: 3%;
	padding-top: 5px;
}
.logo img{	
	height:86px;
}
.menu{
	float: right;
	position: relative;
	width: 70%;
}
.menu ul{
	position: absolute;
	right: -100%;
	width: auto;
	opacity:0;
	top: 0;
	transition: .5s;
}
.menuu ul{
	right: 100px;
	opacity: 1;
}
.nav-logo{
	height: 100px;
	background: #1fb272;
	width: 100px;
	text-align: center;
	float: right;
	padding: 33px 0px 0px;
	position: relative;
	z-index: 9;
	cursor: pointer;
	transition: .3s;
}
.nav-logo img:last-child{
	display: none;
}
.nav-logoo img:first-child{
	display: none;
}
.nav-logoo img:last-child{
	display: inline-block;
}
.nav-logo:hover{
	background: #a3cb2d;
}
.menu ul li{
	float: left;
	padding: 22px 0px 0px;
	margin-right: 50px;
}
.menu ul li a{
	display: block;
	line-height: 50px;
	font-family:Fonttwo;
	color: #4d5a66;
	font-size: 1.8rem;
	position: relative;
	transition: .3s;
}
.menu ul li a:after{
	content: "";
	display: block;
	height: 3px;
	background: #1fb272;
	width: 30px;
	position: absolute;
	left: 50%;
	margin-left: -15px;
	bottom: 0;
	opacity: 0;
	transition: .3s;
}
.menu ul li.cur a,.menu ul li:hover a{
	color: #1fb272;
}
.menu ul li.cur a:after,.menu ul li:hover a:after{
	opacity: 1;
}
.heise{
	display:none;
	position:fixed;
	width:100%;
	height:100%;
	background:rgba(0,0,0,.8);
	top:0;
	left:0;
	z-index:98;
}
@media (max-width:768px) {
	.logo{
		padding-left: 0px;
		padding-top: 3px;
		max-width:60%;
	}
	.logo img{
		height:44px;
	}
	.menu{
		width:auto;
		position:static;
	}
	.menu ul{
		position: fixed;
		width: 70%;
		height:100%;
		background:#fff;
		top:50px;
	}
	.menu ul:after{
		content:"";
		display:block;
		clear:both;
	}
	.menu ul li a:after{
		display:none !important;
	}
	.menuu ul{
		right:0;
		opacity:1 !important;
	}
	.menu ul li{
		width:100%;
		padding:0px 15px;
		border-bottom:1px rgba(0,0,0,.1) solid;
	}
	.menu ul li a{
		line-height: 50px;
		font-size: 1.5rem;
	}
	.nav-logo{
		height: 50px;
		width: 50px;
		padding: 0px;
		background:#1fb272 url(../images/navlogo.svg) center no-repeat !important;
		background-size:50% auto !important;
	}
	.nav-logoo{
		background:#1fb272 url(../images/close.svg) center no-repeat !important;
		background-size:50% auto !important;
	}
	.nav-logo img{
		display:none !important;
	}
	#banner{
		margin: 50px 0px 0px;	
	}
}
.abpro{
	padding: 50px 30px;
}
.abpro ul li{
	width: 49%;
	float: left;
	position: relative;
	border-radius: 8px;
	overflow: hidden;
}
.abpro ul li:last-child{
	float: right;
}
.abpro ul li:after{
	content: "";
	display: block;
	position: absolute;
	background-repeat: no-repeat;
	background-position: center;
	width: 100%;
	height: 100%;
	border-radius: 10px;
	top: 0;
	left: 0;
	z-index: 1;
}
.abpro ul li:first-child:after{
	background-image:url(../images/abbg.jpg);
}
.abpro ul li:last-child:after{
	background-image:url(../images/pdbg.jpg);
}
.abpro ul li a{
	display: block;
	background-color: #f3f5f7;
	padding: 65px 10%;
	transition: .3s;
	position: relative;
	z-index: 2;
}
.abpro ul li a:hover{
	background-color: transparent;
}
.abpro ul li a:after{
	content: "";
	display: block;
	clear: both;
}
.abpro ul li a section{
	float: left;
}
.abpro ul li a section h3{
	color: #4d5a66;
	font-size: 2.4rem;
	line-height: 32px;
	font-family:Fonttwo;
}
.abpro ul li a section span{
	display: block;
	font-family:Fontthree;
	color: #666666;
	font-size: 1.6rem;
	line-height: 28px;
}
.abpro ul li a:hover section h3,.abpro ul li a:hover section span{
	color: #fff;
}
.abpro ul li a section big{
	display: block;
	background: url(../images/hjt.png) 3px center no-repeat;
	height: 21px;
	margin: 35px 0px 0px;
	padding: 9px 0px 0px;
}
.abpro ul li a section big:before{
	content: "";
	display: block;
	height: 2px;
	background: #fff;	
	width: 0;
}
.abpro ul li a:hover section big{
	background: url(../images/bjt.png) right center no-repeat;
}
.abpro ul li a:hover section big:before{
	width: 92%;
	transition: .3s;
}
.abpro ul li a small{
	display: block;
	border: 3px #ddeee9 solid;
	border-radius: 50%;
	width: 106px;
	height: 106px;
	float: right;
}
.abpro ul li a:hover small{
	border: 3px transparent solid;
}
.abpro ul li a small p{
	display: block;
	border: 4px #f3f5f7 solid;
	width: 100px;
	height: 100px;
	border-radius: 50%;
	background-repeat: no-repeat;
	background-position: center 0;
	background-color: #ddeee9;
}
.abpro ul li a:hover small p{
	background-position: center bottom;
	border: 4px transparent solid;
	background-color: transparent;
}@media (max-width:1200px) {	.abpro ul li a{		padding: 35px 8%;	}}@media (max-width:992px) {	.abpro ul li a small{		display:none;	}}@media (max-width:768px) {	.abpro ul li a{		padding: 20px 5%;	}	.abpro{		padding: 15px 10px 5px;	}	.abpro ul li{		width: 100%;		border-radius: 5px;		margin-bottom:15px;	}	.abpro ul li a section h3{		font-size: 1.8rem;		line-height: 24px;	}	.abpro ul li a section span{		font-size: 1.4rem;		line-height: 22px;	}	.abpro ul li a section big{		margin: 15px 0px 0px;	}}
.idnav{
	padding: 0px 30px 50px;
}
.idnav ul{
	margin: 0px -12px;
}
.idnav ul:after{
	content: "";
	display: block;
	clear: both;
}
.idnav ul li{
	width: 25%;
	float: left;
	padding: 0px 12px;
}
.idnav ul li a{
	border-radius: 5px;
	display: block;
	position: relative;
	overflow: hidden;
}
.idnav ul li a img{
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: grayscale(100%);
	filter: gray;
	transition: .3s;
}
.idnav ul li a:hover img{
	-webkit-filter: grayscale(0);
	-moz-filter: grayscale(0);
	-ms-filter: grayscale(0);
	-o-filter: grayscale(0);
	filter: grayscale(0);
	filter: none;
}
.idnav ul li a span{
	display: block;
	position: absolute;
	width: 100%;
	bottom: 0;
	left: 0;
	color: #fff;
	font-size: 3.9rem;
	line-height: 100px;
	font-family:Fontone;
	padding: 0px 10%;
}@media (max-width:1400px) {	.idnav ul li a span{		font-size: 2.4rem;		line-height: 100px;	}}@media (max-width:768px) {	.idnav{		padding:0px 10px 10px;	}	.idnav ul{		margin: 0px -5px;	}	.idnav ul li{		width: 50%;		padding: 0px 5px;		margin-bottom:10px;	}	.idnav ul li a span{		font-size: 1.8rem;		line-height: 50px;	}}
footer{
	background: #f3f5f7;
}
.bottom{
	padding: 55px 0px 0px 4%;
}
.bottom:after{
	content: "";
	display: block;
	clear: both;
}
.bottom dl{
	float: left;
}
.bottom dl:nth-of-type(1){
	width: 25%;
}
.bottom dl:nth-of-type(2){
	width: 21%;
}
.bottom dl:nth-of-type(3){
	width: 26%;
}
.bottom dl:nth-of-type(4){
	width: 28%;
}
.bottom dl dt{
	font-weight: normal;
	margin-bottom: 15px;
}
.bottom dl dt a{
	color: #4c5156;
	font-size: 2.1rem;
	font-family: Fontthree;
	text-transform: uppercase;
	line-height: 30px;
}
.bottom dl dd a{
	color: #8c939d;
	font-family:Fonttwo;
	font-size: 1.6rem;
	line-height: 27px;
}
.bottom dl dd{
	color: #8c939d;
	font-family:Fonttwo;
	font-size: 1.6rem;
	line-height: 27px;
}
.bottom dl:nth-of-type(3) dd{
	padding-right: 20%;
}
.bottom dl dd .span{
	display: block;
	border-bottom: 1px rgba(0,0,0,.05) solid;
	padding: 10px 0px 25px;
}
.bottom dl dd .span:after{
	content: "";
	display: block;
	clear: both;
}
.bottom dl dd .span a{
	display: block;
	width: 42px;
	height: 42px;
	border-radius: 50%;
	background: #262827;
	float: left;
	margin-right: 20px;
	transition: .3s;
}
.bottom dl dd .span a:hover{
	background: #1fb272;
}
.bottom dl dd section{
	padding: 20px 0px 0px;
}
.bottom dl dd section h2{
	color: #8c939d;
	font-size: 1.6rem;
	line-height: 20px;
	font-family: Fontthree;
}
.bottom dl dd section h1{
	color: #8c939d;
	font-size: 2.6rem;
	line-height: 40px;	font-family: Fontthree;
	margin: 10px 0px 0px;
}
.copy:after{
	content: "";
	display: block;
	clear: both;
}
.copy{
	color: #d1d5dc;
	padding: 40px 21% 40px 4%;
	font-family:Fontthree;
	font-size: 1.6rem;
}
.copy p,.copy a{
	color: #d1d5dc;
	font-family:Fontthree;
	font-size: 1.6rem;
}@media (max-width:992px) {	.bottom dl dt{		margin-bottom: 10px;	}	.bottom dl dt a{		font-size: 1.8rem;		line-height: 24px;	}	.bottom dl dd a{		font-size: 1.4rem;		line-height: 24px;	}	.bottom dl dd{		font-size: 1.4rem;		line-height: 24px;	}	.bottom dl dd section h1{		font-size: 2.0rem;		line-height: 30px;	}	.copy{		padding: 30px 4%;		font-size: 1.4rem;	}	.copy p,.copy a{		font-size: 1.4rem;	}}@media (max-width:768px) {	.bottom{		padding: 15px 10px 0px;	}	.bottom dl{		margin-bottom:15px;	}	.bottom dl:nth-of-type(1){		width: 50%;	}	.bottom dl:nth-of-type(2){		width: 50%;	}	.bottom dl:nth-of-type(3){		width: 100%;	}	.bottom dl:nth-of-type(4){		width: 100%;	}	.bottom dl dd a{		font-size: 1.3rem;		line-height: 20px;	}	.bottom dl dd{		font-size: 1.3rem;		line-height: 20px;	}	.copy{		padding: 10px 10px 20px;	}	.copy>div{		width:100%;	}}
.ibanner{
	position: relative;
	margin: 100px 0px 0px;
}
.weizhi{
	position: absolute;
	z-index: 2;
	width: 100%;
	top: 42%;
	left: 0;
}
.weizhi h1{
	color: #fff;
	font-family:Fontfour;
	text-shadow: 0px 0px 15px rgba(0,0,0,.4);
	font-size: 5.3rem;
	margin: 0px 0px 15px;
}
.weizhi section{
	font-family:Fonttwo;
	font-size: 1.6rem;
	color: #fff;
	line-height: 30px;
	border-top: 1px rgba(255,255,255,.4) solid;
	padding: 10px 0px 0px 2px;
	position: relative;
}
.weizhi section:after{
	content: "";
	display: block;
	width: 50px;
	height: 3px;
	background: #fff;
	position: absolute;
	top: -2px;
	left: 0;
}
.weizhi section a{
	color: #fff;
}
.weizhi section i{
	line-height: 30px;
	margin-right: 5px;
}@media (max-width:1200px) {	.weizhi{		top: 35%;	}	.weizhi h1{		text-shadow: 0px 0px 5px rgba(0,0,0,.4);		font-size: 3.3rem;		margin: 0px 0px 15px;	}}@media (max-width:768px) {	.ibanner{		margin: 50px 0px 0px;	}	.weizhi h1{		font-size: 2.3rem;		text-align:center;	}	.weizhi section{		display:none;	}}
.lanmu{
	margin-top: -40px;
	position: relative;
	z-index: 9;
}
.lanmu ul{
	margin: 0px -10px;
}
.lanmu ul li{
	float: left;
	width: 25%;
	padding: 0px 10px;
}
.lanmu ul li a{
	display: block;
	background: #fff;
	line-height: 80px;
	text-align: center;
	box-shadow: 0px 0px 40px rgba(11,11,11,.15);
}
.lanmu ul li a:hover,.lanmu ul li.cur a{
	background: url(../images/lmbg.jpg) right center no-repeat;
}
.lanmu ul li a i{
	display: inline-block;
	background-position: center 0px;
	background-repeat: no-repeat;
	width: 40px;
	line-height: 40px;
	margin: 0px 10px 0px 0px;
}
.lanmu ul li a span{
	display: inline-block;
	color: #121211;
	font-size: 2.0rem;
	height: 80px;
	font-family:Fontthree;
}
.lanmu ul li a:hover i,.lanmu ul li.cur a i{
	background-position: center bottom;
}
.lanmu ul li a:hover span,.lanmu ul li.cur a span{
	color: #fff;
}@media (max-width:1200px) {	.lanmu ul li a i{		margin: 0px 5px 0px 0px;	}	.lanmu ul li a span{		font-size: 1.6rem;		height: 80px;	}}@media (max-width:992px) {	.lanmu{		margin-top: 30px;	}	.lanmu ul li{		width: 50%;		margin-bottom:15px;	}	.lanmu ul li a{		box-shadow: 0px 0px 10px rgba(11,11,11,.15);	}	.lanmu ul li a:hover,.lanmu ul li.cur a{		background: url(../images/lmbg.jpg) right center no-repeat;		background-size:cover;	}}@media (max-width:768px) {	.lanmu{		margin-top: 20px;	}	.lanmu ul{		margin: 0px -5px;	}	.lanmu ul li{		float: left;		width: 50%;		padding: 0px 5px;	}	.lanmu ul li a{		width:100%;	}	.lanmu ul li a i{		display:none;	}	.lanmu ul li a span{		display:block;	}	.lanmu ul li a{		box-shadow: 0px 0px 5px rgba(11,11,11,.1);		line-height: 50px;	}	.lanmu ul li a span{		font-size: 1.4rem;		height: 50px;	}}
.iabout{
	padding: 100px 0px;
}
.iabout h1{
	font-family:Fonttwo;
	font-size: 2.7rem;
	line-height: 30px;
	margin: 0px 0px 20px;
}
.iabout section{
	color: #5d6e75;
	font-size: 1.6rem;
	line-height: 34px;
	font-family:Fonttwo;
}
.iabout section p{
	font-family:Fonttwo;
}
.iabout .iabimg{
	border: 1px rgba(0,0,0,.1) solid;
	padding: 3%;
}@media (max-width:1200px) {	.iabout{		padding: 80px 0px;	}	.iabout h1{		font-size: 2.0rem;		margin: 0px 0px 5px;	}	.iabout section{		font-size: 1.4rem;		line-height: 26px;	}	.iabout .iabimg{		padding: 2%;	}}@media (max-width:992px) {	.iabout{		padding: 20px 0px;	}	.iabout section{		font-size: 1.3rem;	}	.iabout .iabimg{		padding: 1%;		margin:10px 0px 0px;	}	.iabout .iabimg img{		width:100%;	}}@media (max-width:768px) {	.iabout{		padding: 5px 0px 15px;	}	.iabout h1{		font-size:1.6rem;	}	.iabout section{		font-size: 1.3rem;		line-height:22px;		font-family:Fontthree;	}}
.iabout ul{
	margin: 100px 0px 0px;
}
.iabout ul li{
	width: 20%;
	float: left;
	position: relative;
	text-align: center;
}
.iabout ul li big{
	display: block;
}
.iabout ul li span{
	display: block;
	font-size: 2.0rem;
	color: #242e33;
	font-family:Fonttwo;
	line-height: 30px;
	margin: 25px 0px 0px;
}
.iabout ul li:after{
	content: "";
	display: block;
	height: 1px;
	width: 30%;
	position: absolute;
	right: 0;
	top: 34px;
	background: rgba(0,0,0,.1);
}
.iabout ul li:before{
	content: "";
	display: block;
	height: 1px;
	width: 30%;
	position: absolute;
	left: 0;
	top: 34px;
	background: rgba(0,0,0,.1);
}
.iabout ul li:first-child:before{
	display: none;
}
.iabout ul li:last-child:after{
	display: none;
}@media (max-width:1200px) {	.iabout ul{		margin: 60px 0px 0px;	}	.iabout ul li span{		font-size: 1.6rem;		margin: 15px 0px 0px;	}}@media (max-width:992px) {	.iabout ul li span{		font-size: 1.4rem;		margin: 15px 0px 0px;	}}@media (max-width:768px) {	.iabout ul{		margin: 20px 0px 5px;	}	.iabout ul li img{		max-width:100%;	}	.iabout ul li span{		font-size: 1.2rem;		margin: 10px 0px 0px;		line-height:18px;	}}
.yanfa .yftext{
	width: 38%;
	float: left;
	background: url(../images/yfbg.jpg) center no-repeat;
	padding: 5% 2% 0px 10.5%;
	font-size: 1.6rem;
	line-height: 36px;
	color: #fff;
	font-family: Fonttwo;
}
.yanfa .yftext p{
	font-family: Fonttwo;
}
.yanfa .yfimg{
	width: 62%;
	float: right;
}
#yanfa .swiper-pagination{
	text-align: left;
	bottom: 40px;
	padding-left: 50px;
}
#yanfa .swiper-pagination span{
	width: 25px;
	height: 25px;
	border-radius: 50%;
	background: #fff;
}@media (max-width:1600px) {	.yanfa .yftext{		padding: 4% 2% 0px 5%;	}}@media (max-width:1400px) {	.yanfa .yftext{		padding: 2%;		font-size: 1.5rem;		line-height: 30px;	}}@media (max-width:1200px) {	.yanfa .yftext{		width: 50%;		font-size: 1.4rem;		line-height:26px;	}	.yanfa .yfimg{		width: 50%;	}}@media (max-width:992px) {	.yanfa .yftext{		width: 100%;		background: url(../images/yfbg.jpg) center no-repeat;		background-size:cover;		height:auto !important;		padding:5%;		margin-bottom:20px;	}	.yanfa .yfimg{		width: 100%;	}}@media (max-width:768px) {	.yanfa .yftext{		width: 100%;		padding:20px 15px;		font-size:1.4rem;		line-height:26px;		margin-bottom:15px;	}	#yanfa .swiper-pagination{		text-align: center;		bottom: 20px;		padding-left: 0px;	}	#yanfa .swiper-pagination span{		width: 10px;		height: 10px;	}}
.lishi{
	color: #5d6e75;
	font-size: 1.6rem;
	line-height: 36px;
	font-family:Fonttwo;
	text-align: center;
	padding: 70px 0px;
	background: url(../images/lsdd.png) center bottom no-repeat;
}
.lishi p{
	font-family:Fonttwo;
}.lishi img{	max-width:100%;	height:auto;}@media (max-width:1200px) {	.lishi{		font-size: 1.4rem;		line-height: 30px;		padding: 50px 0px;	}}@media (max-width:768px) {	.lishi{		font-size: 1.4rem;		line-height: 24px;		padding: 20px 0px;	}}
.iyanfa{
	padding: 70px 0px 60px;
	border-bottom: 1px rgba(0,0,0,.1) solid;
	margin-bottom: 58px;
}
.iyanfa h1{
	color: #121214;
	font-size: 2.7rem;
	line-height: 47px;
	font-family:Fonttwo;
}
.iyanfa section{
	color: #5d6e75;
	font-size: 1.6rem;
	line-height: 38px;
	font-family: Fonttwo;
}
.iyanfa section p{
	font-family: Fonttwo;
}@media (max-width:1200px) {	.iyanfa{		padding: 40px 0px;		margin-bottom: 50px;	}	.iyanfa section{		line-height: 30px;	}}@media (max-width:992px) {	.iyanfa section{		font-size:1.4rem;		line-height: 30px;	}}@media (max-width:768px) {	.iyanfa{		padding: 10px 0px 20px;		margin-bottom: 20px;	}	.iyanfa h1{		font-size: 2.0rem;		line-height: 40px;	}	.iyanfa section{		font-size:1.4rem;		line-height: 24px;		font-family:Fontthree;	}}
.randd{
	padding-bottom: 80px;
}@media (max-width:768px) {	.randd{		padding-bottom: 30px;	}}
.ibrand{
	padding: 90px 0px;
	text-align: center;
}
.ibrand h2{
	color: #000000;
	font-size: 2.7rem;
	line-height: 40px;
	font-family: Fontone;
}
.ibrand h3{
	font-size: 2.2rem;
	color: #5d6e75;
	line-height: 33px;
	font-family:Fonttwo;
	margin: 5px 0px 80px;
}@media (max-width:768px) {	.ibrand{		padding: 20px 0px;	}	.ibrand h2{		font-size: 1.8rem;		line-height: 30px;	}	.ibrand h3{		font-size: 1.4rem;		line-height: 23px;		margin: 5px 0px 30px;	}}
.ibrand img{
	max-width:100%;
	height:auto;
}
.ibdimg img{
	max-width:100%;
	height:auto;
}
.pdlanmu .swiper-container{
	padding-bottom:5px;
}
.pdlanmu .swiper-container .swiper-scrollbar{
	width:100%;
	bottom:0;
	left:0;
}
.pdlanmu .swiper-slide{
	border-right: 1px rgba(0,0,0,.1) solid;
}
.pdlanmu .swiper-slide:nth-of-type(9){
	border-right: 0px rgba(0,0,0,.1) solid;
}
.pdlanmu .swiper-slide a{
	display: block;
	text-align: center;
	padding: 25px 0px;
	transition: background .3s;
	color: #242e33;
}
.pdlanmu ul li:last-child{
	border-right: 0;
}
.pdlanmu .swiper-slide a i{
	display: block;	height:60px;	background-position:center 0;	background-repeat:no-repeat;
	margin: 0px 0px 10px;
}
.pdlanmu .swiper-slide a:hover i,.pdlanmu .swiper-slide.cur a i{
	background-position:center bottom;
}
.pdlanmu .swiper-slide a span{
	display: block;
	font-size: 1.8rem;
	line-height: 29px;
	font-family: Fonttwo;
}
.pdlanmu .swiper-slide a:hover,.pdlanmu .swiper-slide.cur a{
	/* background: -webkit-linear-gradient(right, #87cb2e, #20b271); 
	background: -o-linear-gradient(left, #87cb2e, #20b271); 
	background: -moz-linear-gradient(left, #87cb2e, #20b271); 
	background: linear-gradient(to left,#87cb2e, #20b271); */
	background: url(../images/plmbg.jpg) center no-repeat;
	color: #fff;
}
@media (max-width:1400px) {
	.pdlanmu .swiper-slide a span{
		font-size: 1.4rem;
		line-height: 22px;
	}
}
@media (max-width:1200px) {
	.pdlanmu .swiper-slide a span{
		text-overflow:ellipsis;
		overflow:hidden;
		white-space:nowrap;	
	}
}
@media (max-width:768px) {
	.pdlanmu .swiper-slide{
		border-bottom: 1px rgba(0,0,0,.1) solid;
	}
	.pdlanmu .swiper-slide a{
		padding: 15px 0px;
	}
	.pdlanmu .swiper-slide a i{
		display:none;
	}
	.pdlanmu .swiper-slide a span{
		font-size: 1.2rem;
	}
}
.iproduct{
	background: #f3f5f7;
	padding: 80px 6%;
	border-bottom: 2px #dee1e3 solid;
}
.iproduct ul{
	margin-right: -35px;
	margin-left: -35px;
}
.iproduct ul li{
	padding: 0px 35px;
	margin-bottom: 70px;
}
.iproduct ul li a{
	display: block;
	transition: .3s;
}
.iproduct ul li a img{
	width: 100%;
}
.iproduct ul li a span{
	display: block;
	padding: 30px 0px 23px;
	transition: .3s;
	border-bottom: 2px #fff solid;
	border-top: 2px #fff solid;
}
.iproduct ul li a span:after{
	content: "";
	display: block;
	clear: both;
}
.iproduct ul li a span p{
	width: 90%;
	float: left;
	color: #242e33;
	font-size: 2.0rem;
	font-family:Fonttwo;
	line-height: 29px;
}
.iproduct ul li a span small{
	display: block;
	float: right;
	width: 10%;
	font-size: 2.6rem;
	line-height: 29px;
	font-family:Fonttwo;
	color: #242e33;
}
.iproduct ul li a:hover{
	box-shadow: 0px 0px 40px rgba(0,0,0,.15);
	background: #fff;
}
.iproduct ul li a:hover span{
	padding-left: 20px;
	border-bottom: 2px #1fb272 solid;
	border-top: 2px rgba(0,0,0,.1) solid;
}@media (max-width:1200px) {	.iproduct ul li a span p{		font-size: 1.6rem;	}}@media (max-width:768px) {	.iproduct{		padding: 20px 0px;	}	.iproduct ul{		margin-right: 0px;		margin-left: 0px;	}	.iproduct ul li{		padding: 0px 5px;		margin-bottom: 20px;	}	.iproduct ul li a span p{		font-size: 1.4rem;		line-height: 20px;	}	.iproduct ul li a span{		padding: 15px 0px 15px;	}	.iproduct ul li a span small{		font-size: 2.0rem;		line-height: 20px;	}}
.page-list{
	padding: 0px 10px 0px 0px;
	text-align: right;
}
.page-list a{
	display: inline-block;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	text-align: center;
	line-height: 40px;
	font-family:Fontone;
	color: #4d5a66;
	background-color: #fff;
	margin-left: 10px;
	text-decoration:none;
	font-size: 1.6rem;
	transition: .3s;
}
.page-list a.diyi{
	background-image: url(../images/hjt.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 12px auto;
	transform: rotate(-90deg);
}
.page-list a.diyi:hover{
	background-image: url(../images/bjt.svg);
}
.page-list a.zuihou{
	background-image: url(../images/hjt.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 12px auto;
	transform: rotate(90deg);
}
.page-list a.zuihou:hover{
	background-image: url(../images/bjt.svg);
}
.page-list a:hover,.page-list a.on{
	color: #fff;
	background-color:#1fb272 !important;
}
.iprod{
	background: #f7f8fc url(../images/ipdbg.jpg) center 0 no-repeat;
	padding: 100px 0px 0px;
}
.local{
	padding: 0px 12.5%;
}
.local span{
	display: block;
	line-height: 80px;
	font-family: Fonttwo;
	color: #242e33;
	font-size: 1.5rem;
}
.local span a{
	color: #242e33;
}
.local span i{
	line-height: 80px;
	margin: 0px 10px 0px 0px;
}
.iprod dl{
	padding: 20px 9%;
}
.iprod dl dt{
	float: left;
	width: 52%;
	padding: 0px 0px 0px 4%;
	margin: 40px 0px 0px;
	position: relative;
}
.iprod dl dd{
	width: 41%;
	float: right;
}
.iprod dl dt i{
	display: block;
	position: absolute;
	width: 96.5%;
	left: 3.5%;
	background: rgba(247,247,247,.8);
	height: 90%;
	top: 5%;
	border-radius: 20px;
	box-shadow: 0px 0px 20px rgba(0,0,0,.05);
	z-index: 2;
}
.iprod dl dt big{
	display: block;
	box-shadow: 0px 0px 20px rgba(0,0,0,.05);
	position: absolute;
	width: 100%;
	left: 0;
	background: rgba(247,247,247,.6);
	height: 70%;
	top: 15%;
	border-radius: 15px;
	z-index: 1;
}
.iprod dl dt .swiper-container{
	z-index: 99;
	border-radius: 20px;
	box-shadow: 0px 0px 20px rgba(0,0,0,.05);
}
.iprod dl dt .swiper-container .swiper-button-prev{
	width: 46px;
	height: 46px;
	background: url(../images/curr_prev.png) center no-repeat;
	margin-top: -23px;
	left: 30px;
	opacity: 0;
	transition: .5s;
}
.iprod dl dt .swiper-container .swiper-button-next{
	width: 46px;
	height: 46px;
	background: url(../images/curr_next.png) center no-repeat;
	margin-top: -23px;
	right: 30px;
	opacity: 0;
	transition: .5s;
}
.iprod dl dt .swiper-container:hover .swiper-button-prev{
	opacity: 1;
}
.iprod dl dt .swiper-container:hover .swiper-button-next{
	opacity: 1;
}
.iprod dl dd h1{
	color: #242e33;
	font-size: 3.5rem;
	line-height: 40px;
	font-family:Fontone;
	margin: 0px 0px 20px;
}
.iprod dl dd .optons{
	margin-bottom: 30px;
}
.iprod dl dd .optons h3{
	color: #242e33;
	font-size: 1.6rem;
	line-height:22px;
	font-family: Fonttwo;
	margin: 0px 0px 6px;
}
.iprod dl dd .optons span{
	display: block;
	float: left;
	margin-right: 7px;
	background: #fff;
	border: 1px #fff solid;
	width: 60px;
	height: 60px;
	box-shadow: 0px 0px 1px #fff;
	cursor: pointer;
	position:relative;
}
.iprod dl dd .optons span img{
	border-radius: 4px;
	overflow: hidden;
}
.iprod dl dd .optons span i{
	display:none;
	border:1px rgba(0,0,0,.1) solid;
	border-radius:2px;
	line-height:22px;
	padding:2px 5px;
	text-align:center;
	font-style:normal;
	font-size:1.2rem;
	position:absolute;
	min-width:100%;
	color: #242e33;
	font-family: Fonttwo;
	top:105%;
	left:-1px;
	z-index:9;
	background:#fff;
}
.iprod dl dd .optons span:last-child{
	margin-right: 0;
}
.iprod dl dd .optons span.cur{
	border: 1px #2ab56b solid;
	box-shadow: 0px 0px 1px #2ab56b;
}
.iprod dl dd .optons small{
	display: block;
	color: #242e33;
	font-size: 1.2rem;
	font-family:Fonttwo;
	float: left;
	margin-right: 7px;
	margin-bottom: 7px;
	line-height: 30px;
	padding: 0px 15px;
	background: #fff;
	border: 1px #fff solid;
	border-radius: 2px;
	cursor: pointer;
}
.iprod dl dd .optons small.cur{
	border: 1px #2ab56b solid;
	box-shadow: 0px 0px 1px #2ab56b;
}@media (max-width:1400px) {	.iprod dl dd h1{		font-size: 2.5rem;		line-height: 30px;		margin: 0px 0px 10px;	}	.iprod dl dd .optons{		margin-bottom: 25px;	}	.iprod dl dd .optons h3{		font-size: 1.4rem;		line-height:20px;		margin: 0px 0px 5px;	}	.iprod dl dd .optons span{		margin-right: 5px;		border-radius: 2px;		width: 50px;		height: 50px;	}}@media (max-width:1200px) {	.iprod dl dd .optons{		margin-bottom: 15px;	}	.iprod dl dd .optons span{		margin-right: 5px;		border-radius: 2px;		width: 40px;		height: 40px;	}}@media (max-width:768px) {	.iprod{		padding: 50px 0px 0px;	}	.local{		display:none;	}	.iprod dl{		padding: 0px 15px;	}	.iprod dl dt{		width: 100%;		margin: 20px 0px 0px;		padding:0;	}	.iprod dl dt i,.iprod dl dt big{		display:none;	}	.iprod dl dd{		width: 100%;	}			.iprod dl dt .swiper-container{		border-radius: 5px;		box-shadow: 0px 0px 5px rgba(0,0,0,.05);		z-index:97;	}	.iprod dl dd h1{		font-size: 1.8rem;		line-height: 20px;		margin: 20px 0px 10px;	}	.iprod dl dd .optons{		margin-bottom: 10px;	}	.iprod dl dd .optons h3{		font-size: 1.4rem;		line-height:20px;		margin: 0px 0px 5px;	}	.iprod dl dd .optons span{		width: 40px;		height: 40px;	}}
.shu h2{
	color: #242e33;
	font-size: 1.6rem;
	line-height:50px;
	font-family: Fonttwo;
	text-transform: uppercase;
	float: left;
}
.shu section{
	float: left;
	margin-left: 15px;
	border-radius: 5px;
	overflow: hidden;
	background: #fff;
}
.shu section input{
	line-height: 50px;
	border: 0;
	background: #fff;
	padding: 0px 0px 0px 20px;
	width: 70px;
	color: #242e33;
	outline: none;
	font-size: 2.6rem;
	float: left;
	font-family:Fonttwo;
}
.shu section span{
	display: block;
	height: 50px;
	float: left;
	width: 26px;
	text-align: center;
	padding: 5px 0px;
}
.shu section span small{
	display: block;
	line-height: 20px;
	color: #242e33;
	font-size: 1.8rem;
	font-family:Fonttwo;
	cursor: pointer;
}
.shu section span big{
	display: block;
	line-height: 20px;
	color: #242e33;
	font-size: 1.8rem;
	font-family:Fonttwo;
	cursor: pointer;
}
.shu section span small::selection,.shu section span big::selection{
	background:none;
}
.shu section span small::-moz-selection,.shu section span big::-moz-selection{
	background:none;
}
.shu section span small::-webkit-selection,.shu section span big::-moz-selection{
	background:none; 
}@media (max-width:768px) {	.shu h2{		line-height:42px;		font-size:1.4rem;	}	.shu section input{		line-height: 42px;		padding: 0px 0px 0px 10px;		font-size: 2.0rem;	}	.shu section span{		display: block;		height: 42px;		float: left;		width: 26px;		text-align: center;		padding: 1px 0px;	}}
.iprod dl dd>button{
	display: block;
	width: 277px;
	background: url(../images/add.jpg) center no-repeat;
	border-radius: 40px;
	margin: 10% 0px 0px -15px;
	font-size: 1.6rem;
	color: #fff;
	padding: 0px 9%;
	border:0;
	text-align: center;
}
.iprod dl dd>button p{
	font-family: arial;
	float: left;
	line-height: 80px;
}
.iprod dl dd>button i{
	height: 80px;
	float: right;
	display: block;
	width: 8px;
	background: url(../images/addjt.png) center no-repeat;
}@media (max-width:768px) {	.iprod dl dd>button{		border-radius: 30px;		margin: 10% 0px 0px 0px;	}	.iprod dl dd>button p{		line-height: 60px;	}	.iprod dl dd>button i{		height: 60px;	}}
.ipocont{
	padding: 110px 12.5%;
	background: #f7f8fc;
}
.ipoconct{
	background: #fff;
	border-radius: 10px;
	padding: 30px 80px 66px;
}
.ipoconct dl{
	border-bottom: 2px rgba(0,0,0,.1) solid;
}
.ipoconct dl dd{
	float: left;
	line-height: 60px;
	font-size: 2.1rem;
	color: #242e33;
	font-family:Fonttwo;
	margin-right: 66px;
	padding-right: 5px;
	position: relative;
	cursor: pointer;
}
.ipoconct dl dd:after{
	content: "";
	display: block;
	position: absolute;
	width: 100%;
	top: 100%;
	left: 0;
	background: #2bb56a;
	height: 2px;
	opacity: 0;
}
.ipoconct dl dd.cur{
	color: #2bb56a;
}
.ipoconct dl dd.cur:after{
	opacity: 1;
}@media (max-width:1400px) {	.ipoconct dl dd{		font-size: 1.7rem;	}	.ipocont{		padding: 80px 8%;	}}@media (max-width:1200px) {	.ipocont{		padding: 50px 5%;	}	.ipoconct{		border-radius: 5px;		padding: 20px 50px 50px;	}}@media (max-width:768px) {	.ipoconct dl dd{		font-size: 1.4rem;		margin-right:10px;		line-height:50px;	}	.ipoconct dl{		padding-bottom:0px;	}	.ipoconct{		border-radius: 5px;		padding: 10px 15px 20px;	}}
.ipoconct ul{
	margin: 50px 0px 0px;
}
.ipoconct ul li{
	color: #5d6e75;
	font-size: 1.6rem;
	line-height:38px;
	font-family: Fonttwo;
	display: none;
}
.ipoconct ul li .down{
	margin: 150px 0px 0px;
}
.ipoconct ul li .down a{
	width: 180px;
	line-height: 52px;
	display: block;
	background: url(../images/down.png) 30px center no-repeat;
	padding-left: 70px;
	border: 1px #2bb56a solid;
	border-radius: 5px;
	font-size: 1.5rem;
	font-family:Fontthree;
	color: #2bb56a;
	transition: .3s;
}
.ipoconct ul li .down a:hover{
	color: #fff;
	background: #2bb56a url(../images/downn.png) 30px center no-repeat;
}@media (max-width:1200px) {	.ipoconct ul li{		font-size: 1.4rem;		line-height:28px;		font-family: Fontthree;	}	.ipoconct ul li .down{		margin: 100px 0px 0px;	}}@media (max-width:768px) {	.ipoconct ul{		margin: 15px 0px 0px;	}	.ipoconct ul li{		font-size: 1.3rem;		line-height:24px;	}	.ipoconct ul li .down a{		width: 180px;		line-height: 42px;		font-size: 1.4rem;	}}
.remen{
	padding: 70px 0px 0px;
}
.remen h2{
	color: #404040;
	font-size: 3.2rem;
	line-height: 42px;
	font-family:Fonttwo;
	text-align: center;
	margin: 0px 0px 70px;
}
.remen ul li{
	padding: 0px 35px;
}
.remen ul li a{
	display: block;
	transition: .3s;
}
.remen ul li a img{
	width: 100%;
}
.remen ul li a span{
	display: block;
	padding: 30px 0px 23px;
	transition: .3s;
	border-bottom: 2px #fff solid;
	border-top: 2px #fff solid;
}
.remen ul li a span:after{
	content: "";
	display: block;
	clear: both;
}
.remen ul li a span p{
	width: 90%;
	float: left;
	color: #242e33;
	font-size: 2.0rem;
	font-family:Fonttwo;
	line-height: 29px;
}
.remen ul li a span small{
	display: block;
	float: right;
	width: 10%;
	font-size: 2.6rem;
	line-height: 29px;
	font-family:Fonttwo;
	color: #242e33;
}
.remen ul li a:hover{
	box-shadow: 0px 0px 40px rgba(0,0,0,.15);
	background: #fff;
}
.remen ul li a:hover span{
	padding-left: 20px;
	border-bottom: 2px #1fb272 solid;
	border-top: 2px rgba(0,0,0,.1) solid;
}@media (max-width:1200px) {	.remen{		padding: 30px 0px 0px;	}	.remen h2{		font-size: 2.2rem;		line-height: 32px;		margin: 0px 0px 40px;	}	.remen ul li{		padding: 0px 15px;	}	.remen ul li:nth-of-type(3){		display:none;	}}@media (max-width:768px) {	.remen{		padding: 20px 0px 0px;	}	.remen h2{		font-size: 2.0rem;		line-height: 26px;		margin: 0px 0px 20px;	}	.remen ul li a span p{		font-size: 1.4rem;		line-height: 20px;	}	.remen ul li a span small{		font-size: 2.0rem;		line-height: 20px;	}	.remen ul li a span{		padding: 15px 0px;	}}
.cart{
	text-align: center;
	color: #242e33;
	font-size: 3.6rem;
	line-height: 84px;
	height: 170px;
	font-family:Fonttwo;
	padding: 10px 0px 0px;
}
.huise{
	padding: 10px 13% 100px;
	background: #f7f8fc;
}@media (max-width:1400px) {	.huise{		padding: 10px 8% 100px;	}}@media (max-width:768px) {	.cart{		font-size: 2.2rem;		line-height: 64px;		height: 120px;	}	.huise{		padding: 10px 5% 50px;	}}
.gouwu{
	background: #fff;
	border-top: 10px #2fb667 solid;
	position: relative;
	z-index: 9;
	margin-top: -40px;
}
.gouwu dl{
	padding: 0px 25px;
	border-bottom: 4px #f7f8fc solid;
}
.gouwu dl dd{
	float: left;
	font-size: 1.8rem;
	color: #000;
	font-family: Fonttwo;
	line-height: 40px;
	padding: 35px 0px 25px;
}
.gouwu dl dd:nth-child(1),.gouwu ul li:nth-child(1){
	width: 15%;
}
.gouwu dl dd:nth-child(2),.gouwu ul li:nth-child(2){
	width: 30%;
}
.gouwu dl dd:nth-child(3),.gouwu ul li:nth-child(3){
	width: 35%;
}
.gouwu dl dd:nth-child(4),.gouwu ul li:nth-child(4){
	width: 20%;
}
.gouwu dl dd:nth-child(5),.gouwu ul li:nth-child(5){
	width: 15%;
}@media (max-width:768px) {	.gouwu{		border-top: 5px #2fb667 solid;		margin-top: -50px;	}	.gouwu dl{		padding: 0px 15px;		border-bottom: 2px #f7f8fc solid;	}	.gouwu dl dd{		font-size: 1.4rem;		font-family: Fonttwo;		line-height: 26px;		padding: 20px 0px;	}	.gouwu dl dd:nth-child(1),.gouwu ul li:nth-child(1){		width: 10%;		color:#fff;	}	.gouwu dl dd:nth-child(2),.gouwu ul li:nth-child(2){		display:none;	}	.gouwu dl dd:nth-child(3),.gouwu ul li:nth-child(3){		width: 50%;	}	.gouwu dl dd:nth-child(4){		color:#fff;	}	.gouwu dl dd:nth-child(4),.gouwu ul li:nth-child(4){		width: 15%;	}	.gouwu dl dd:nth-child(5),.gouwu ul li:nth-child(5){		width:25%;	}}
.gouwu ul{
	font-size: 2.0rem;
	padding: 0px 25px;
	border-bottom: 4px #f7f8fc solid;
}
.gouwu ul:after{
	content: "";
	display: block;
	clear: both;
}
.gouwu ul li{
	padding: 15px 0px;
	float: left;
	color: #686f72;
	font-size: 1.4rem;
	font-family:Fonttwo;
	line-height: 27px;
}
.gouwu ul li i{
	display: block;
	padding: 15px;
}
.gouwu ul li>a{
	display: block;
}
.gouwu ul li>a img{
	width: 105px;
	border: 1px rgba(0,0,0,.1) solid;
}
.gouwu ul li>a p{
	color: #686f72;
	font-size: 1.4rem;
	font-family:Fonttwo;
	line-height: 27px;
	margin: 10px 0px 0px;
}
.gouwu ul li.shu{
	padding: 30px 0px 0px;
}
.gouwu ul li.shu section{
	border: 1px rgba(0,0,0,.1) solid;
}
.gouwu ul li>span{
	display: block;
	color: #686f72;
	font-size: 1.8rem;
	font-family:Fonttwo;
	line-height: 27px;
	padding: 25px 0px 0px;
}@media (max-width:768px) {	.gouwu ul{		font-size: 1.4rem;		padding: 0px 15px;		border-bottom: 2px #f7f8fc solid;	}	.gouwu ul li{		font-size: 1.2rem;		font-family:Fontthree;		line-height: 22px;	}	.gouwu ul li i{		padding: 10px 0px;	}	.gouwu ul li i img{		width:10px;	}	.gouwu ul li>span{		font-size: 1.6rem;	}}
.zongji{
	line-height: 40px;
	color: #242e33;
	font-size: 1.8rem;
	font-family: Fontone;
	padding: 35px 10% 35px 0px;
	text-align: right;
}
.jixu{
	display: block;
	width: 277px;
	background: url(../images/add.jpg) center no-repeat;
	border-radius: 40px;
	font-size: 1.6rem;
	color: #fff;
	text-align: center;
	line-height: 70px;
	font-family: arial;
	margin: 60px 0px 0px;
}
.jixu:hover{
	color: #fff;
}@media (max-width:768px) {	.jixu{		line-height: 52px;		margin: 30px 0px 0px;	}}
.spxinxi{
	padding: 66px 0px 0px;
}
.spxinxi .form span{
	width: 49%;
	float: left;
	margin-right: 2%;
	margin-bottom: 50px;
}
.spxinxi .form span:nth-of-type(2){
	margin-right: 0;
}
.spxinxi .form p{
	font-size: 1.8rem;
	color: #000;
	line-height: 27px;
	font-family:Fonttwo;
	margin: 0px 0px 10px;
}
.spxinxi .form p font{
	color: #f00;
}
.spxinxi .form span input{
	width: 100%;
	background: #fff;
	border: 1px rgba(0,0,0,.05) solid;
	line-height: 30px;
	padding: 25px 15px;
	border-radius: 5px;
	box-shadow: 0px 0px 2px rgba(0,0,0,.05);
}
.spxinxi .form section textarea{
	width: 100%;
	background: #fff;
	border: 1px rgba(0,0,0,.05) solid;
	line-height: 30px;
	padding: 25px 15px;
	border-radius: 5px;
	box-shadow: 0px 0px 2px rgba(0,0,0,.05);
	resize: none;
}
.spxinxi .form button{
	border: 0;
	float: right;
}@media (max-width:768px) {	.spxinxi .form span{		width: 100%;		margin-right: 0;		margin-bottom: 20px;	}	.spxinxi .form p{		font-size: 1.4rem;		line-height: 20px;		margin: 0px 0px 10px;	}	.spxinxi .form span input{		line-height: 30px;		padding: 10px;		border-radius: 2px;	}	.spxinxi .form section textarea{		padding: 10px;		border-radius: 2px;	}}
.huise{
	border-bottom: 2px rgba(0,0,0,.1) solid;
}
.inews{
	padding: 100px 0px;
}
.inews ul li:after{
	content: "";
	display: block;
	clear: both;
}
.inews ul li{
	margin-bottom: 100px;
}
.inews ul li>a{
	float: left;
	display: block;
	width: 40%;
}
.inews ul li section{
	width: 56%;
	float: right;
	padding: 30px 3% 30px 6%;
	transition: .3s;
}
.inews ul li:nth-child(even)>a{
	float: right;
}
.inews ul li:nth-child(even) section{
	float: left;
	padding: 30px 6% 30px 3%;
}
.inews ul li:hover section{
	box-shadow: 0px 0px 30px rgba(88,85,99,.1);
}
.inews ul li section h3 a{
	display: block;
	color: #000;
	font-size: 2.7rem;
	line-height: 38px;
	font-family: Fontthree;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.inews ul li section h3{
	border-bottom: 2px #e1e6ea solid;
	padding-bottom: 30px;
	transition: .3s;
}
.inews ul li:hover section h3{
	border-bottom: 2px #1fb272 solid;
}
.inews ul li section h4{
	margin: 0;
	font-size: 1.6rem;
	font-family:Fontone;
	color: #000;
	line-height: 30px;
	padding: 15px 5px;
}
.inews ul li section span{
	display: block;
	color: #9898a0;
	font-size: 1.6rem;
	font-family:Fontthree;
	line-height: 28px;
	height: 112px;
	overflow: hidden;
}
.inews ul li section big{
	display: block;
	margin: 18px 0px 0px;
}
.inews ul li section big a{
	color: #69c441;
	font-size: 1.6rem;
	line-height: 22px;
	font-family:Fontthree;
}
.inews .page-list a{
	background-color: #f0f9ff;
}
.inews .page-list a.hover,.inews .page-list a:hover{
	background-color: #1fb272;
}@media (max-width:1200px) {	.inews ul li section{		padding: 15px 3%;	}	.inews ul li:nth-child(even) section{		padding: 15px 3%;	}	.inews ul li section h3{		padding-bottom: 15px;	}	.inews ul li section h3 a{		font-size: 1.8rem;		line-height: 28px;	}	.inews ul li section h4{		font-size: 1.4rem;		line-height: 20px;		padding: 15px 5px 10px;	}	.inews ul li section span{		font-size: 1.4rem;		line-height: 22px;		height: 110px;	}	.inews ul li{		margin-bottom: 60px;	}}@media (max-width:992px) {	.inews ul li{		margin-bottom: 40px;	}	.inews ul li section h3 a{		font-size: 1.4rem;		line-height: 20px;	}	.inews ul li section h3{		padding-bottom: 5px;	}	.inews ul li section h4{		font-size: 1.2rem;		padding: 10px 0px 5px;	}	.inews ul li section span{		font-size: 1.3rem;		line-height: 20px;		height: 80px;	}}@media (max-width:768px) {	.inews ul li{		margin-bottom: 20px;	}	.inews ul li>a{		width: 100%;	}	.inews ul li section{		width: 100%;		padding: 15px 0;	}	.inews{		padding: 20px 0px;	}}
.online{
	background: #f7f8fc;
	border-bottom: 2px rgba(0,0,0,.1) solid;
	padding: 60px 0px 70px;
}
.online h1{
	color: #131312;
	line-height: 40px;
	font-size: 3.5rem;
	font-family: Fontone;
}@media (max-width:768px) {	.online{		padding: 20px 0px;	}	.online h1{		line-height: 30px;		font-size: 2.0rem;	}	.spxinxi {		padding: 20px 0px 0px;	}}
.icontact{
	padding: 70px 0px;
}
.icontact h1{
	color: #131312;
	line-height: 40px;
	font-size: 3.5rem;
	font-family: Fontone;
}
.icontact ul{
	margin: 50px 0px 0px;
}
.icontact ul li{
	width: 46%;
	float: left;
	margin-right: 8%;
	background: #f7f8fc;
	height: 180px;
	margin-bottom: 30px;
	padding: 25px 4% 0;
}
.icontact ul li:nth-child(even){
	margin-right: 0;
}
.icontact ul li big{
	display: block;
	color: #121211;
	font-size: 2.0rem;
	font-family: Fontone;
	line-height: 40px;
}
.icontact ul li big:after{
	content: "";
	display: block;
	width: 25px;
	height: 2px;
	background: #1fb272;
	margin: 3px 0px 15px;
}
.icontact ul li section{
	color: #8c939d;
	font-size: 1.6rem;
	font-family: Fonttwo;
	line-height: 27px;
}
.icontact ul li:hover big:after{
	background: #fff;
}
.icontact ul li:hover{
	background: url(../images/ictbg.jpg) center no-repeat;
}
.icontact ul li:hover big,.icontact ul li:hover section{
	color: #fff;
}@media (max-width:768px) {	.icontact{		padding: 20px 0px;	}	.icontact h1{		line-height: 30px;		font-size: 2.2rem;	}	.icontact ul{		margin: 10px 0px 0px;	}	.icontact ul li{		width: 100%;		margin-right: 0;		height: auto;		margin-bottom: 15px;		padding: 15px 5%;	}	.icontact ul li big{		font-size: 1.6rem;		line-height: 30px;	}	.icontact ul li section{		font-size: 1.4rem;		line-height: 20px;	}}
.ishebei{
	padding: 70px 0px;
}
.ishebei ul li{
	margin-bottom: 30px;
}
.ishebei ul li a{
	display: block;
	color: #000;
	background: #f7f8fc;
	text-decoration:none;
}
.ishebei ul li a span{
	display: block;
	line-height: 70px;
	margin: 0px 20px;
	font-size: 2.0rem;
	font-family: Fontthree;
	text-decoration:none;
}
.ishebei .page-list{
	padding: 30px 0px 0px;
}
.ishebei .page-list a{
	background-color: #f0f9ff;
}
.ishebei .page-list a.hover,.ishebei .page-list a:hover{
	background-color: #1fb272;
}@media (max-width:768px) {			.ishebei{		padding: 10px 0px 20px;	}	.ishebei ul li a span{		line-height: 50px;		margin: 0px 10px;		font-size: 1.6rem;	}	.ishebei ul li{		margin-bottom: 15px;	}}
.idown{
	padding: 70px 0px 0;
}
.idown .page-list{
	padding-top: 30px;
}
.idown ul li{
	margin-bottom: 50px;
}
.idown ul li a{
	display: block;
	background: #fff;
	transition: .3s;
}
.idown ul li a i{
	display: block;
	padding: 20px 10%;
	border-bottom: 1px rgba(0,0,0,.1) solid;
}
.idown ul li a img{
	width: 100%;
}
.idown ul li a span{
	display: block;
	margin: 0px 10%;
	line-height: 66px;
	color: #4d5a66;
	font-family: Fontthree;
	font-size: 1.5rem;
	background: url(../images/downf.png) right center no-repeat;
}
.idown ul li a:hover{
	box-shadow: 0px 0px 30px rgba(0,0,0,.05);
}
.idown ul li a:hover span{
	background: url(../images/down.png) right center no-repeat;
	color: #1fb272;
}@media (max-width:768px) {	.huise>.container{		padding:0;	}	.idown{		padding: 20px 0px 0;	}}
.inewsd{
	padding: 70px 0px;
}
.instt{
	font-size:2.0rem;
	font-family:Fonttwo;
	text-align:center;
	line-height:22px;
	margin:0px 0px 10px;
}
.insct{
	font-family:Fontthree;
	line-height:26px;
	color:#444;
	font-size: 1.6rem;
	margin:20px 0px 0px;
}
.insct p{
	font-family:Fontthree;
}
.instm{
	display:flex;
	justify-content:center;
	border-bottom:2px rgba(0,0,0,.5) solid;
	padding-bottom:7px;
}
.instm span{
	color:#777;
	font-family:Fontthree;
	display:flex;
	line-height:30px;
	margin:0px 10px;
	font-size:1.3rem;
}
.instm span i{
	line-height:30px;
	margin-right:5px;
}
@media (max-width:992px) {	.inewsd{		padding:20px 0px;	}
	.instt{
		font-size:1.6rem;
		margin:0px 0px 5px;
	}
	.insct{
		line-height:22px;
		font-size: 1.4rem;
		margin:10px 0px 0px;
	}
}
.fanye{
	padding:40px 0px 0px;
}
.fanye a{
	max-width: 50%;
	color:#888;
	display:block;
	float: left;
	font-family:Fontthree;
	text-overflow:ellipsis;
	overflow:hidden;
	white-space:nowrap;
}
.fanye a:last-child{
	float: right;
}
.fanye a font{
	color: #333;
	font-weight: bold;
}
.fanye a:hover{
	text-decoration:underline;
	color: #5ea538;
}
.fanye a:last-child{
	text-align: right;
}
@media (max-width:768px) {
	.fanye{
		padding:10px 0px 0px;
	}	.fanye a{		max-width: 100%;		width:100%;	}	.fanye a:last-child{		text-align: left;	}
}
.picshade {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	opacity: 0.91;
	filter: alpha(opacity=91);
	z-index: 99999;
	display: none;
}

.pictures_eyes_close {
	position: fixed;
	top: 30px;
	right: 30px;
	display: inline-block;
	width: 26px;
	height: 26px;
	background: url(../images/close.png) no-repeat;
	z-index: 100000;
	display: none;
}

.pictures_eyes {
	position: fixed;
	width: 100%;
	left: 0;
	height:100%;
	top: 0;
	z-index: 199999;
	display: none;
}

.pictures_eyes_in {
	display:flex;
	justify-content:center;
	align-items:center;
	height:100%;
	position: relative;
	text-align: center;
}

.pictures_eyes_in img { max-height: 75%; }
@media (max-width:768px) {	.pictures_eyes_in img { max-width: 98%; }}
.pictures_eyes_in .prev, .pictures_eyes_in .next {
	position: absolute;
	top: 50%;
	width: 51px;
	height: 51px;
	cursor: pointer;
}

.pictures_eyes_in .prev {
	left: 35px;
	background: url(../images/Tleft.png) no-repeat;
}

.pictures_eyes_in .next {
	right: 35px;
	background: url(../images/Tright.png) no-repeat;
}
.pictures_eyes_in section p{
	font-size:1.6rem;
	line-height:30px;
	color:#fff;
	padding:0px 0px 20px;
}
.pictures_eyes_indicators {
	position: fixed;
	left: 0;
	bottom: 15px;
	width: 100%;
	text-align: center;
	z-index: 299999;
}

.pictures_eyes_indicators a {
	display: inline-block;
	width: 50px;
	height: 50px;
	margin: 6px 3px 0 3px;
	border: 1px solid #ddd;
	border-radius: 10px;
	box-shadow: 0 0 2px #000;
	filter: alpha(opacity=50);
	opacity: 0.5;
	overflow: hidden;
}

.pictures_eyes_indicators img { height: 50px; }

.pictures_eyes_indicators .current {
	filter: alpha(opacity=100);
	opacity: 1;
}