*{
	margin: 0;
	padding: 0;
	box-sizing:border-box;
	-moz-box-sizing:border-box; 
	-webkit-box-sizing:border-box;
}
a{
	text-decoration: none;
	color: #666;
}
a:hover{
	color: #32B560;
}
li{
	list-style: none;
}
img{
	vertical-align: middle;
}
body{
	font-family:"微软雅黑", "Microsoft Yahei", "Helvetica Neue", Helvetica, Tahoma, sans-serif;
	font-size: 14px;
	color: #666;
	line-height: 25px;
	padding-top: 100px;
}



/*顶部*/
header{
	position: fixed;
	left: 0;
	top: 0;
	z-index: 99;
	width: 100%;
	height: 100px;
	background: #fff;
	border-bottom: 1px solid #DCDCDC;
}
header .h-top{
	background: #41ae67;
	widows: 100%;
	height: 10px;
}
.header-div{
	height: 90px;
	line-height: 90px;
}
.nav-a{
	float: right;
}
.nav-a div{
	display: inline-block;
	width: 80px;
	margin-left: 20px;
	font-size: 16px;
	text-align: center;
	color: #333;
	position: relative;
	
}
.nav-a div .nava1{
	display: inline-block;
	
	height: 30px;
	line-height: 30px;
	position: relative;
}
.nav-a .nava1:after{
	content: "";
	width:0;
	height: 1px;
	background: #32B560;
	position: absolute;
	left: 0;
	bottom: 0;
	transition: all .5s;
	-webkit-transition: all .5s;
}
.nav-a div:hover .nava1{
	color: #32b560;
	transition: all .5s;
	-webkit-transition: all .5s;
}
.nav-a div:hover .nava1:after{
	width: 100%;
	transition: all .5s;
	-webkit-transition: all .53s;
}
.nav-a div.on .nava1{
	color: #32b560;
}
.nav-a div.on .nava1:after{
	width: 100%;
}
.nav-a div ul{
	position: absolute;
	top: 88px;
	left: -15px;
	width: 110px;
	background: #fff;
	padding: 0 10px 20px 10px;
	display: none;
}
.nav-a div ul li{
	height: 40px;
	line-height: 40px;
	border-bottom: 1px dotted #777777;
}
.nav-a div ul li a{
	display: block;
	font-size: 14px;
	color: #666;
}
.nav-a div ul li a:hover{
	color: #32b560;
}

.header-m{
	/*width: 30px;
	height: 30px;
	border: 1px solid #DCDCDC;
	float: right;
	margin-top: 30px;*/
	float: right;
	display: none;
}
.nav-b{
	display: none;
}

@media (max-width: 1050px) {
	.nav-a div{
		margin-left: 10px;
	}
}
@media (max-width: 1023px){
	.header-m{
		display: block;
		margin-top: 20px;
	}
	.header-m div{
		width: 40px;
		height: 4px;
		background: #41ae67;
		margin-top: 9.5px;
		position: relative;
		transition: all .5s;
	}
	.header-m div:after{
		content: "";
		width: 4px;
		height: 6px;
		background: #fff;
		position: absolute;
		left: 4px;
		top: -1px;
	}
	.header-m.on div:after{
		display: none;
	} 
	.header-m.on .header-m1{
		 -webkit-transform: rotate(44deg);
	    -ms-transform: rotate(44deg);
	    transform: rotate(44deg);
	   transform-origin:0%;
	   -ms-transform-origin:0%;
	   -webkit-transform-origin:0%;
	   -moz-transform-origin:0%;
	   transition: all .5s; 
	}
	.header-m.on .header-m2{
		opacity: 0;
		transition: all .5s; 
	}
	.header-m.on .header-m3{
		 -webkit-transform: rotate(-44deg);
	    -ms-transform: rotate(-44deg);
	    transform: rotate(-44deg);
	   transform-origin:0%;
	   -ms-transform-origin:0%;
	   -webkit-transform-origin:0%;
	   -moz-transform-origin:0%;
	   transition: all .5s; 
	}
	.nav-a{
		display: none;
	}
	.nav-b{
		background: #41ae67;
		width: 60%;
		position: fixed;
		top: 100px;
		right: 0;
		padding-bottom: 40px;
	}
	.nav-b .nava2{
		display: block;
		height: 60px;
		line-height: 60px;
		font-size: 16px;
		color: #fff;
		padding: 0 20px;
		border-bottom: 1px solid rgba(255,255,255,.3);
		background: url(../img/ico26.png) no-repeat 95% center;
		cursor: pointer;
	}
	.nav-b ul{
		padding: 0 20px;
		display: none;
	}
	.nav-b ul li{
		height: 50px;
		line-height: 50px;
		padding: 0 20px;
		border-bottom: 1px solid rgba(255,255,255,.2);
	}
	.nav-b ul li a{
		display: block;
		font-size: 14px;
		color: #fff;
		background: url(../img/ico27.png) no-repeat right center;
	}
}
@media (max-width: 767px){
	body{
		padding-top: 1.1rem;
	}
	header{
		height: 1.2rem;
	}
	header .h-top{
		height: .1rem;
	}
	.header-div{
		height: 1.1rem;
		line-height: 1.1rem;
	}
	.header .logo{
		width: 4.25rem;
		line-height: .1;
	}
	header .logo img{
		height: .6rem;
		position: relative;
		top: -.05rem;
	}
	.header-m{
		margin-top: .25rem;
	}
	.header-m div{
		width: .45rem;
		height: .05rem;
		margin-top: .1rem;
		background: #41ae67;
		position: relative;
		transition: all .5s; 
	}
	.header-m div:after{
		content: "";
		width: .05rem;
		height: .05rem;
		background: #fff;
		position: absolute;
		top: 0;
		left: .05rem;
	}
	.header-m.on div:after{
		display: none;
	}
	
	.nav-b{
		width: 5.5rem;
		height: 100%;
		top: 1.2rem;
	}
	.nav-b .nava2{
		height: 1.2rem;
		line-height: 1.2rem;
		font-size: .35rem;
		background-size: .4rem .22rem;
		padding: 0 .4rem;
	}
	.nav-b ul{
		padding: 0 .3rem;
	}
	.nav-b ul li{
		padding: 0 .3rem;
		height: 1rem;
		line-height: 1rem;
		font-size: .3rem;
	}
	.nav-b ul li a{
		font-size: .3rem;
		background-size: .22rem .4rem;
	}
}



/*底部*/
footer{
	width: 100%;
	background: #282828;
	height: 400px;
}
.footer-top{
	height: 310px;
}
.footer-div{
	width: calc(100% - 150px);
	width: -webkit-calc(100% - 150px);
	float: left;
	padding-top: 75px;
}
.footer-d{
	float: left;
	width: 15%;
	margin-right: 10%;
}
.footer-ds{
	width: 230px !important;
	margin-right: 0;
}
.footer-d div{
	font-size: 16px;
	color: rgba(255,255,255,.75);
	line-height: 1;
	margin-bottom: 10px;
}
.footer-d a{
	display: block;
	font-size: 14px;
	color: rgba(255,255,255,.3);
}
.footer-d a:hover{
	color: rgba(255,255,255,.5);
}
.footer-right{
	float: right;
	padding-top: 75px;
}
.footer-right-div{
	font-size: 16px;
	color: rgba(255,255,255,.65);
	line-height: 1;
	margin-bottom: 10px;
}
.footer-right .bds_tsina{
	width: 26px;
	height: 26px;
	background: url(../img/ico07.png) no-repeat center;
	padding: 0;
	background-position: initial !important;
	opacity: .4;
}
.footer-right .bds_tsina:hover{
	opacity: .3;
}
.footer-right .bds_weixin{
	width: 26px;
	height: 26px;
	background: url(../img/ico06.png) no-repeat center;
	padding: 0;
	background-position: initial !important;
	
}
.footer-right .bds_sqq{
	width: 26px;
	height: 26px;
	background: url(../img/ico05.png) no-repeat center;
	padding: 0;
	background-position: initial !important;
	
}
.footer-bottom{
	height: 90px;
	line-height: 90PX;
	font-size: 12PX;
	color: rgba(255,255,255,.3);
	background: #1c1c1c;
}
.footer-bottom a:hover{
	color: rgba(255,255,255,.5);
}
.footer-bottom p{
	display: inline-block;
	margin-left: 10px;
}
.footer-div-m{
	display: none;
}
.footer-tk{
	position: fixed;
	left: 0;
	bottom: -100%;
	width: 100%;
	overflow: hidden;
	z-index: 9;
	background: #fff;
	box-shadow: 0 0 15px #999;
}
.footer-tk-d1{
	padding: .5rem .3rem;
	padding-top: .7rem;
	display: none;
}
.footer-tk-d1 a{
	display: block;
	font-size: .3rem;
	line-height: .8rem;
	border-bottom: 1px solid #dcdcdc;
}
.footer-tk-d1 a:first-child{
	border-top: 1px solid #dcdcdc;
}
.footer-tk .tx-x{
	width: .8rem;
	height: .8rem;
	font-size: .6rem;
	line-height: .7rem;
	text-align: center;
	border: 1px solid #dcdcdc;
	border-radius: 100%;
	color: rgba(0,0,0,.6);
	font-family: arial;
	margin: 0 auto;
	margin-bottom: .4rem;
	background: url(../img/tk01.png) no-repeat center;
	background-size: cover
}


@media (max-width: 1199px) {
	.footer-d{
		width: 15%;
		margin-right: 5%;
	}
	.footer-ds{
		margin-right: 0;
	}
}
@media (max-width: 1023px) {
	.footer-div{
		width: calc(100% - 120px);
        width: -webkit-calc(100% - 120px);
	}
	.footer-d{
		width: 24%;
		margin-right: 0;
	}
	.footer-ds{
		width: 150px !important;
		margin-right: 0;
	}
}
@media (max-width: 767px){
	.footer-div-m{
		display: block;
	}
	.footer-div{
		/*width: 100%;
		padding-top: .6rem;*/
		display: none;
	}
	/*.footer-d{
		display: none;
	}
	.footer-ds{
		display: block;
		width: 100% !important;
		text-align: center;
	}
	.footer-d div{
		font-size: .35rem;
	}
	.footer-d a{
		font-size: .28rem;
		line-height: .45rem;
	}*/
	.footer-right{
		width: 100%;
		height: 1.5rem;
		padding-top: 0;
		padding-left: .9rem;
		text-align: left;
	}
	.footer-right-div{
		font-size: .35rem;
		float: left;
		line-height: 1.5rem;
	}
	.bdshare-button-style0-16{
		text-align: center;
		margin: .4rem 0 0 .3rem;
	}
	.bdshare-button-style0-16{
		display: inline-block;
	}
	.bdshare-button-style0-16 a, .bdshare-button-style0-16 .bds_more{
		margin: .1rem .3rem !important;
	}
	.footer-top{
		height: initial;
		overflow: hidden;
	}
	.footer-bottom{
		height: 1.2rem;
		font-size: .24rem;
		line-height: .4rem;
		padding-top: .2rem;
		text-align: center;
	}
	.footer-bottom p{
		display: block;
		margin-left: initial;
	}
	footer{
		height: initial;
	}
	footer .w1500{
		padding: 0;
	}
	.footer-div-m{
		height: 2rem;
		padding: 0 .5rem;
		border-bottom: 1px solid rgba(255,255,255,.1);
	}
	.footer-div-m a{
		display: block;
		width: 2.8rem;
		line-height: .4rem;
		color: rgba(255,255,255,.75);
		font-size: .3rem;
		float: left;
		margin-left: .4rem;
		margin-top: .35rem;
		background: url(../img/ico27.png) no-repeat 1.4rem .08rem;
		background-size: .15rem .25rem;
	}
}


/*公用*/
.w1500{
	max-width: 1560px;
	padding: 0 30px;
	margin: 0 auto;
}

.w1200{
	max-width: 1260px;
	padding: 0 30px;
	margin: 0 auto;
}
.sf-top{
	width: 100%;
	height: 550px;
	position: relative;
}
.banner{
	width: 100%;
	height: 550px;
	background: no-repeat center;
}
.sf-nav{
	width: 100%;
	height: 80px;
	background: rgba(0,0,0,.6);
	position: absolute;
	left: 0;
	bottom: 0;
}
.sf-nav a{
	display: block;
	float: left;
	width: 20%;
	max-width: 200px;
	color: #fff;
	font-size: 18px;
	text-align: center;
	line-height: 80px;
	position: relative;
}
.sf-nav-swiper{
	padding-bottom: .2rem;
}
.sf-nav-swiper .swiper-slide{
	width: 20%;
	max-width: 200px;
}
.sf-nav-swiper .swiper-slide a{
	display: block;
	float: left;
	width: 100%;
	height: 80px;
	color: #fff;
	font-size: 18px;
	text-align: center;
	line-height: 80px;
	position: relative;
}
.sf-nav a:hover{
	background: #40ae67;;
}
.sf-nav a span{
	display: block;
	width: 30px;
	height: 11px;
	background: url(../img/ico08.png)no-repeat center;
	position: absolute;
	bottom: -10px;
	left: 50%;
	margin-left: -15px;
	display: none;
}
.sf-nav a.on{
	background: #40ae67;
}
.sf-nav a.on span{
	display: block;
}
.sf-img1 img{
	max-width: 100%;
	transition: all .5s;
	-webkit-transition: all .5s;
}
.sf-img1:hover img{
	transform: scale(1.08);
	transition: all .5s;
	-webkit-transition: all .5s;
}
@media  (max-width: 1023px) {
	.sf-nav-swiper .swiper-slide{
		max-width: initial;
	}
}

@media  (max-width: 767px) {
	.w1500{
		padding: 0 .3rem;
	}
	
	.w1200{
		padding: 0 .3rem;
	}
	.sf-top{
		height: 5rem;
	}
	.banner{
		height: 5rem;
		background-size: cover;
	}
	.sf-nav{
		height: 1rem;
	}
	.sf-nav .w1200{
		padding: 0;
	}
	.sf-nav a{
		width: 33.33%;
		height: 1rem;
		font-size: .28rem;
		line-height: 1rem;
	}
	.sf-nav a span{
		width: .4rem;
		height: .2rem;
		background-size: cover;
		bottom:-.1rem;
		margin-left: -.2rem;
	}
	.sf-nav-swiper a{
		width: 100%;
	}
	.sf-nav-swiper .swiper-slide{
		max-width: initial;
	}
	.sf-nav-swiper .swiper-slide a{
		width: 100%;
		height: 1rem;
		font-size: .28rem;
		line-height: 1rem;
	}
}



.page{
	height: 30px;
	text-align: center;
}
.page a{
	display: inline-block;
	width: 30px;
	height: 30px;
	background: #eee;
	font-size: 14px;
	line-height: 30px;
	text-align: center;
	color: #666;
}
.page a:hover{
	background: #32B560;
	color: #fff;
}
.page .prev{
	width: 60px;
}
.page .next{
	width: 60px;
}
.page .active{
	background: #32B560;
	color: #fff;
}
@media (max-width: 767px) {
	.page a{
		width: .6rem;
		height: .6rem;
		font-size: .24rem;
		line-height: .6rem;
	}
	.page .prev{
		width: 1rem;
	}
	.page .next{
		width: 1rem;
	}
}




/*首页*/
.iban{
	width: 100%;
	height: 700px;
	position: relative;
}
.iban-swiper{
	width: 100%;
	height: 100%;
	position: absolute !important;
	left: 0;
	top: 0;
}
.iban .swiper-slide{
	height: 700px;
	background: no-repeat center;
}
.iban-span .swiper-pagination-bullet{
	background: #fff;
	opacity: .8;
}
.iban-span .swiper-pagination-bullet-active{
	background: #00A539;
	opacity: 1;
}
.iban .img2{
}
.iban .img2 img{
	float: left;
	margin-top: 220px;
}

.ipro{
	width: 100%;
	background: #f8f8f8;
	padding-top: 90px;
	overflow: hidden;
	padding-bottom: 75px;
}
.ipro-con{
	width: 100%;
	max-width: 1710px;
	float: right;
}
.ipro-div{
	width: 100%;
	max-width: 750px;
	height: 90px;
	float: left;
	background: #2c2c2c;
}
.ipro-d1{
	font-size: 24px;
	color: #fff;
	float: left;
	margin-left: 60px;
	line-height: 90px;
}
.ipro-d2{
	font-size: 12px;
	line-height: 105px;
	text-transform:uppercase;
	font-family: arial;
	color: rgba(255,255,255,.5);
	float: left;
}
.ipro-d3{
	display: block;
	width: 40px;
	height: 35px;
	background: url(../img/ico01.png) no-repeat center;
	float: right;
	margin-right: 35px;
	margin-top: 27px;
	cursor: pointer;
}
.ipro-img{
	width: 100%;
	clear: both;
}
.ipro-img-div{
	width: 50%;
	float: left;
}
.ipro-img-div img{
	max-width: 100%;
}
.ipro-img-div div{
	font-size: 18px;
	color: #333;
	line-height: 30px;
	padding: 0 10px;
}
.ipany{
	width: 100%;
	overflow: hidden;
}
.ipany-div1{
	width: 100%;
	max-width: 1710px;
	float: left;
	height: 555px;
	background: url(../img/img03.jpg) no-repeat center;
}
.ipany-top{
	width: 100%;
	float: left;
	padding-top: 100px;
	padding-left: 12.5%;
	margin-bottom: 65px;
}
.ipany-top-div{
	width: 185px;
	font-size: 18px;
	color: #fff;
	line-height: 40px;
	text-align: center;
	float: left;
	border-left: 1px solid #fff;
}
.ipany-top-div:first-child{
	border-left: none;
}
.ipany-top-div p{
	font-size: 48px;
	font-family: impact;
	line-height: 1;
}
.ipany-log{
	float:left;
	margin-left: 16.3%;
}
.ipany-txt{
	width: 840px;
	float: left;
	margin-left: 4%;
	font-size: 14px;
	line-height: 35px;
	color: #fff;
	margin-top: 10px;
}
.ipany-txt div{
	max-height: 140px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	
}
.ipany-txt span{
	font-size: 24px;
}
.ipany-txt a{
	display: inline-block;
	padding-right: 22px;
	background: url(../img/ico04.png) no-repeat right 14px;
	height: 30px;
	font-size: 14px;
	color: #fff;
	text-transform:uppercase;
	margin-top: 20px;
}
.ipany-dd{
	width: 100%;
	max-width: 1710px;
	float: left;
}
.ipany-div2{
	width: 100%;
	max-width: 750px;
	height: 90px;
	float: right;
	background: #2c2c2c;
}
.ipany-div2 .ipany-d1{
	font-size: 24px;
	color: #fff;
	float: left;
	margin-left: 60px;
	line-height: 90px;
}
.ipany-div2 .ipany-d2{
	font-size: 12px;
	line-height: 105px;
	text-transform:uppercase;
	font-family: arial;
	color: rgba(255,255,255,.5);
	float: left;
}
.ipany-div2 .ipany-d3{
	display: block;
	width: 40px;
	height: 35px;
	background: url(../img/ico01.png) no-repeat center;
	float: right;
	margin-right: 35px;
	margin-top: 27px;
	cursor: pointer;
}
.idev{
	width: 100%;
	height: 475px;
}
.idev-left{
	width: 50%;
	height: 475px;
	background: url(../img/img04.jpg)no-repeat right center;
}
.idev-left-div{
	width: 53%;
	height: 100%;
	background: rgba(255,255,255,.9);
	padding-top: 50px;
	float: left;
}
.idev-ul{
	width: 215px;
	float: right;
	margin-right: 17.5%;
}
.idev-ul li{
	padding-left: 40px;
	position: relative;
	margin-top: 10px;
}
.idev-ul li:after{
	content: "";
	width: 20px;
	height: 1px;
	background: #32B560;
	position: absolute;
	left: 0;
	top:15px;
}
.idev-ul li .ud1{
	font-size: 24px;
	color: #333;
	line-height: 30px;
}
.idev-ul li .ud2{
	font-size: 14px;
	line-height: 25px;
	color: #999;
}
.idev-right{
	width: 50%;
	height: 475px;
	background: url(../img/img05.jpg)no-repeat left center;
	color: #fff;
}
.idev-div{
	width: 380px;
	margin: 0 auto;
	text-align: center;
}
.idev-h1{
	font-size: 24px;
	line-height: 1;
	margin: 150px 0 20px 0;
}
.idev-p1{
	font-size: 14px;
	line-height: 30px;
}
.idev-a1{
	display: inline-block;
    padding-right: 22px;
    background: url(../img/ico04.png) no-repeat right 10px;
    height: 30px;
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
    margin-top: 20px;
}
.iban-img-m{
	display: none;
}
@media (max-width: 1350px) {
	.ipany-top{
		padding-left: 3%;
	}
	.ipany-log{
		margin-left: 3%;
	}
}
@media (max-width: 1199px) {
	.ipany-div1{
		padding: 0 30px;
	}
	.ipany-top{
		padding-top: 50px;
		padding-left: 0;
		margin-bottom: 30px;
	}
	.ipany-log{
		width: 150px;
		height: 150px;
	}
	.ipany-log img{
		max-width: 100%
	}
	.ipany-txt{
		width: 100%;
		padding: 0 3%;
		margin-left: 0;
	}
	.idev-ul{
		margin-right: 10%;
	}
}
@media (max-width: 1023px) {
	.idev{
		height: initial;
		overflow: hidden;
	}
	.idev-left{
		width: 100%;
		background-size: cover;
	}
	.idev-right{
		width: 100%;
		background-size: cover;
	}
	.ipany-top-div{
		width: 175px;
	}
}
@media (max-width: 767px) {
	.iban{
		height: 4.3rem;
	}
	.iban .swiper-slide{
		background-size: cover;
		height: 4.3rem;
	}
	.iban-img-m{
		display: block;
		width: 5.8rem;
		margin: .45rem 0 .45rem .5rem;
	}
	.ipro{
		padding-top: 0;
		padding-bottom: .7rem;
	}
	.ipro-div{
		height: 1.25rem;
	}
	.ipro-d1{
		font-size: .4rem;
		margin-left: .5rem;
		line-height: 1.25rem;
	}
	.ipro-d2{
		font-size: .3rem;
		line-height: 1.45rem;
	}
	.ipro-d3{
		width: .62rem;
		height: .55rem;
		background-size: cover;
		margin-right: .5rem;
		margin-top: .4rem;
	}
	.ipro-img-div div{
		font-size: .28rem;
		line-height: .4rem;
		margin-top: .6rem;
	}
	.ipro-img{
		padding-bottom: 0 !important;
	}
	.ipro-span{
		top:inherit !important;
		bottom: .6rem !important;
		width: 6.9rem !important;
		margin-left: .3rem !important;
		border-radius: 3px;
	}
	.ipro-span span{
		background: #00a539 !important;
	}
	.ipany-div1{
		height: 12.55rem;
		background-size: cover;
		padding: 0 .5rem;
	}
	.ipany-top{
		padding: 0;
		margin-bottom: .5rem;
	}
	.ipany-top-div{
		width: 2.9rem;
		height: 1.4rem;
		margin-top: .75rem;
		font-size: .28rem;
		line-height: .8rem;
		border-right: 1px solid #fff;
		border-left: none;
	}
	.ipany-top-div p{
		font-size: .8rem;
	}
	.ipany-log{
		width: 2.2rem;
		height: 2.2rem;
	}
	.ipany-txt{
		padding: 0;
		margin-top: .5rem;
		width: 5.7rem;
	}
	.ipany-txt div{
		font-size: .26rem;
		line-height: .5rem;
		max-height: initial;
	}
	.ipany-txt span{
		display: block;
		font-size: .35rem;
		line-height: .6rem;
	}
	.ipany-div2{
		height: 1.25rem;
	}
	.ipany-div2 .ipany-d1{
		font-size: .4rem;
		margin-left: .5rem;
		line-height: 1.25rem;
	}
	.ipany-div2 .ipany-d2{
		font-size: .3rem;
		line-height: 1.45rem;
	}
	.ipany-div2 .ipany-d3{
		width: .62rem;
		height: .55rem;
		background-size: cover;
		margin-right: .5rem;
		margin-top: .4rem;
	}
	.idev-left{
		height: 6.6rem;
		background-size: cover;
	}
	.idev-left-div{
		width: 4.25rem;
		padding-top: .4rem;
	}
	.idev-ul{
		width: 3.05rem;
		float: left;
		margin-right: 0;
		margin-left: .5rem;
	}
	.idev-ul li{
		padding-left: .55rem;
		margin-top: .3rem;
	}
	.idev-ul li:after{
		width: .3rem;
		height: 2px;
		top:.2rem
	}
	.idev-ul li .ud1{
		font-size: .3rem;
		line-height: .4rem;
	}
	.idev-ul li .ud2{
		font-size: .24rem;
		line-height: .4rem;
	}
	.idev-right{
		height: 7.25rem;
		padding: 0 .45rem;
	}
	.idev-div{
		width: 100%;
	}
	.idev-h1{
		font-size: .4rem;
		margin-top: 1.25rem;
		margin-bottom: .5rem
	}
	.idev-p1{
		font-size: .26rem;
		line-height: .5rem;
	}
	.iban .img2{
		display: none;
	}
}




/*公司简介*/
.about{
	padding-top: 80px;
}
.about-h1{
	font-size: 30px;
	line-height: 1;
	color: #333;
}
.about-div{
	padding: 40px 0 30px 0;
	border-bottom: 1px solid #efefef;
	overflow: hidden;
}
.about-ul{
	width: calc(100% - 700px);
	width: -webkit-calc(100% - 700px);
	float: left;
	max-width: 400px;
}
.about-ul li{
	font-size: 18px;
	line-height: 25px;
	margin: 10px 0;
	padding-left: 65px;
	position: relative;
}
.about-ul li:after{
	content: "";
	width: 45px;
	height: 1px;
	background: #666;
	position: absolute;
	left: 0;
	top:12px;
}
.about-sj{
	width: 680px;
	float: right;
	margin-top: 30px;
}
.about-sj-d1{
	font-size: 18px;
	color: #999;
	text-align: center;
	width: 180px;
	border-left: 1px solid #efefef;
	line-height: 40px;
	float: left;
}
.about-sj-d1:first-child{
	border-left: 0;
	width: 160px;
	text-align: left;
}
.about-sj-d1:last-child{
	width: 160px;
	text-align: right;
}
.about-sj-d1 p{
	font-size: 48px;
	color: #00a539;
	text-align: center;
	line-height: 1;
	font-family: impact;
}
.about-sj-d1:first-child p{
	text-align: left;
}
.about-sj-d1:last-child p{
    text-align: right;
    padding-right: 30px;
}
.about-bottom{
	padding: 55px 0 70px 0;
}
.about-last{
	margin-bottom: 50px;
	overflow: hidden;
	overflow: hidden;
}
.about-txt{
	width: 450px;
	float: left;
	padding-top: 90px;
}
.about-txt-h{
	font-size: 24px;
	line-height: 1;
	color: #00a539;
}
.about-txt-p{
	font-size: 14px;
	color: #666;
	line-height: 25px;
	margin-top: 10px;
}
.about-img{
	width: calc(100% - 480px);
	width: -webkit-calc(100% - 480px);
	float: right;
	max-width: 685px;
}
.about-img img{
	max-width: 100%;
}
.about-last.on .about-txt{
	width: calc(100% - 480px);
	width: -webkit-calc(100% - 480px);
	max-width: 685px;
	float: right;
	padding-top: 45px;
}
.about-last.on .about-img{
	width: 458px;
	float: left;
}

@media (max-width: 1199px) {
	.about-sj{
		width: 600px;
	}
	.about-sj-d1{
		width: 150px;
	}
	.about-sj-d1:last-child{
		width: 140px;
	}
	.about-ul{
		width: calc(100% - 620px);
        width: -webkit-calc(100% - 620px);
	} 
}
@media (max-width: 1023px){
	.about-ul{
		width: 100%;
		max-width: initial;
	}
	.about-sj{
		float: left;
	}
	.about-img{
		width: 100%;
		float:left;
	}
	.about-txt{
		width: 100%;
		padding-top: 30px;
	}
	.about-last.on .about-img{
		width: 100%;
		float: left;
	}
	.about-last.on .about-txt{
		width: 100%;
		padding-top: 30px;
		max-width: initial;
	}
	.about-last{
		margin-bottom: 70px;
	}
	.about-bottom{
		padding-bottom: 0;
	}
}
@media (max-width: 767px){
	.about{
		padding-top: .6rem;
	}
	.about-h1{
		font-size: .4rem;
	}
	.about-div{
		padding: .4rem 0;
	}
	.about-ul li{
		font-size: .26rem;
		line-height: .4rem;
		padding-left: .6rem;
	}
	.about-ul li:after{
		width: .4rem;
		top: .2rem;
	}
	.about-sj{
		width: 6.9rem;
		margin-top: .4rem;
	}
	.about-sj-d1{
		width: 50%;
		font-size: .24rem;
		line-height: .4rem;
		padding: .2rem;
	}
	.about-sj-d1 p{
		font-size: .6rem;
	}
	.about-sj-d1:first-child{
		width: 50%;
		text-align: center;
	}
	.about-sj-d1:first-child p{
		text-align: center;
	}
	.about-sj-d1:last-child{
		width: 50%;
		padding-right: 0;
		text-align: center;
		border-top: 1px solid #efefef;
	}
	.about-sj-d1:last-child p{
		padding-right: 0;
		text-align: center;
	}
	.about-sj-d1:nth-child(3){
		border-top: 1px solid #efefef;
		border-left: none;
	}
	.about-bottom{
		padding: .5rem 0;
	}
	.about-last{
		margin-bottom: .5rem;
	}
	.about-txt{
		padding-top: .4rem;
	}
	.about-txt-h{
		font-size: .35rem;
		line-height: .45rem;
	}
	.about-txt-p{
		font-size: .26rem;
		line-height: .4rem;
		margin-top: .2rem;
	}
	.about-last.on .about-txt{
		padding-top: .3rem;
	}
}



/*致辞*/
.speech{
	width: 100%;
	min-height: 620px;
	background: url(../img/img08.jpg) no-repeat center;
	padding: 100px 0 0 0;
}
.speech-div{
	width: 100%;
	max-width: 1070px;
	padding: 0 30px;
	margin: 0 auto;
	overflow: hidden;
}
.speech-txt{
	width: 100%;
	max-width: 780px;
	float: left;
	font-size: 18px;
	color: #666;
	line-height: 30px;
}
.speech-h1{
	font-size: 24px;
	color: #666;
	line-height: 1;
	padding-left: 215px;
	position: relative;
	float: right;
	margin-top: 75px;
}
.speech-h1:after{
	content: "";
	width: 95px;
	height: 1px;
	background: #666;
	position: absolute;
	left: 100px;
	top: 12px;
}
@media (max-width: 767px){
	.speech{
		padding-top: .6rem;
		min-height: initial;
		padding-bottom: .6rem;
		background-size: cover;
	}
	.speech-div{
		padding: 0 .3rem;
	}
	.speech-txt{
		font-size: .28rem;
		line-height: .45rem;
	}
	.speech-h1{
		font-size: .4rem;
		margin-top: .6rem;
		padding-left: 1.2rem;
	}
	.speech-h1:after{
		width: 1rem;
		left: 0;
		top:.2rem;
	}
}



/*联系我们*/
.contact{
	padding-top: 60px;
}
.contact-h1{
	font-size: 20px;
	line-height: 60px;
	color: #666;
	border-bottom: 1px solid #dcdcdc;
	font-weight: bold;
}
.contact-div{
	overflow: hidden;
	margin-bottom: 70px;
}
.contact-div .contact-last{
	width: 25%;
	text-align: center;
	float: left;
	padding: 50px 10px 0 10px;
}
.contact-d1{
	font-size: 18px;
	color: #333;
	line-height: 50px;
}
.contact-d2{
	font-size: 16px;
	color: #666;
	line-height: 25px;
}
@media (max-width: 1023px) {
	.contact-div .contact-last{
		width: 50%;
	}
}
@media (max-width: 767px){
	.contact{
		padding-top: .4rem;
	}
	.contact-h1{
		font-size: .3rem;
		line-height: .8rem;
	}
	.contact-div .contact-last{
		padding: .3rem .2rem;
	}
	.contact-d1{
		font-size: .28rem;
		line-height: .4rem;
		margin-top: .2rem;
	}
	.contact-d2{
		font-size: .26rem;
		line-height: .4rem;
		margin-top: .2rem;
	}
	.contact-div{
		margin-bottom: .5rem;
	}
}





/*产品中心*/


/*知识问答*/
.answer{
	padding-top: 115px;
	padding-bottom: 80px;
}
.answer-ul{
	padding-bottom: 35px;
}
.answer-ul li{
	height: 100px;
	background: #f9f9f9;
	margin-bottom: 30px;
}
.answer-ul li a{
	display: block;
}
.answer-left{
	width: 367px;
	height: 100px;
	background: url(../img/img24.jpg) no-repeat center;
	float: left;
	transition: all .5s;
	-webkit-transition: all .5s;
}
.answer-right{
	width: calc(100% - 385px);
	width: -webkit-calc(100% - 385px);
	float: right;
	padding-right: 20px;
}
.answer-d1{
	width: 90px;
	font-size: 60px;
	line-height: 100px;
	font-family: impact;
	color: rgba(255,255,255,.5);
	float: left;
	text-align: center;
}
.answer-d2{
	width: 230px;
	float: left;
	padding-left:15px;
	font-size: 16px;
	color: #fff;
	margin-top: 35px;
	height: 50px;
	line-height: 25px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.answer-d3{
	width: 50px;
	color: #00a539;
	font-size: 18px;
	float: left;
	height: 50px;
	line-height: 50px;
	margin: 20px 0;
}
.answer-d4{
	font-size: 14px;
	color: #666;
	height: 50px;
	line-height: 25px;
	width: calc(100% - 50px);
	width: -webkit-calc(100% - 50px);
	float: left;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	margin-top: 20px;
}
.answer-d5{
	display: inline-block;
    padding-right: 22px;
    background: url(../img/ico17.png) no-repeat right 3px;
    line-height: 1;
    font-size: 12px;
    color: #00a539;
    text-transform: uppercase;
    margin-left: 0;
    margin-top: -5px;
}
.answer-ul li:hover .answer-left{
	background-image: url(../img/img24s.jpg);
	transition: all .5s;
	-webkit-transition: all .5s;
}
.answerinfo{
	padding: 80px 30px;
	overflow: hidden;
}
.answerinfo-d1{
	font-size: 18px;
	line-height: 30px;
	color: #333;
	text-align: center;
}
.answerinfo-d2{
	font-size: 14px;
	line-height: 25px;
	color: #666;
	padding: 20px 0;
	margin: 20px 0;
	border-bottom: 1px solid #dcdcdc;
	border-top: 1px solid #dcdcdc;
}
.answerinfo-d3 a{
	display: block;
	font-size: 14px;
	line-height: 25px;
	margin: 5px 0;
	color: #666;
	transition: all .5s;
	-webkit-transition: all .5s;
}
.answerinfo-d3 a:hover{
	color: #40ae67;
	transition: all .5s;
	-webkit-transition: all .5s;
}
.answerinfo-d4{
	width: 100px;
	height: 40px;
	background: #40ae67;
	color: #fff;
	font-size: 16px;
	text-align: center;
	line-height: 40px;
	float: right;
	margin: 10px 0;
	transition: all .5s;
	-webkit-transition: all .5s
}
.answerinfo-d4:hover{
	color: #fff;
	opacity: .9;
	transition: all .5s;
	-webkit-transition: all .5s
}
@media (max-width: 1023px) {
	.answer-left{
		width: 327px;
		background: url(../img/img24.jpg) no-repeat right center;
	}
	.answer-d1{
		width: 70px;
	}
	.answer-d2{
		width: 220px;
	}
	.answer-right{
		width: calc(100% - 335px);
        width: -webkit-calc(100% - 335px);
	}
	.answer-d3{
		width: 40px;
	}
	.answer-d4{
		width: calc(100% - 40px);
        width: -webkit-calc(100% - 40px);
	}
}
@media (max-width: 767px) {
	.answer{
		padding-top: .6rem;
		padding-bottom: .6rem;
	}
	.answer-ul{
		padding-bottom: .3rem;
	}
	.answer-ul li{
		height: 2.5rem;
		margin-bottom: .4rem;
	}
	.answer-left{
		width: 100%;
		height: 1rem;
		float: none;
		background: #999999;
	}
	.answer-d1{
		font-size: .6rem;
		line-height: 1rem;
		width: .8rem;
	}
	.answer-d2{
		width: 6rem;
		float: right;
		margin-top: 0;
		font-size: .26rem;
		height: 1rem;
		line-height: 1rem;
		padding:0 .2rem;
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 1;
		-webkit-box-orient: vertical;
	}
	.answer-right{
		width: 100%;
		float: none;
		padding-right: 0;
	}
	.answer-d3{
		width: .8rem;
		font-size: .3rem;
		height: 1.2rem;
		line-height: .8rem;
		margin: 0;
		text-align: center;
	}
	.answer-d4{
		width: 5.8rem;
		margin-top: 0;
		font-size: .24rem;
		height: .8rem;
		line-height: .4rem;
		margin-top: .2rem;
	}
	.answer-d5{
		font-size: .24rem;
		height: .4rem;
		line-height: .4rem;
		background: url(../img/ico17.png) no-repeat right .11rem;
		position: relative;
		top: -.08rem;
	}
	.answer-ul li:hover .answer-left{
		background: #999;
	}
	.answerinfo{
		padding: .5rem .3rem;
	}
	.answerinfo-d1{
	    font-size: .3rem;
	    line-height: .45rem;
	}
	.answerinfo-d2{
		padding: .2rem 0;
		margin: .2rem 0;
		font-size: .26rem;
		line-height: .4rem;
	}
	.answerinfo-d3 a{
		font-size: .26rem;
		line-height: .4rem;
		margin: .1rem 0;
	}
	.answerinfo-d4{
		width: 2rem;
		height: .6rem;
		line-height: .6rem;
		font-size: .3rem;
	}
}



/*常见问题*/
.query{
	overflow: hidden;
	padding-top: 90px;
	padding-bottom: 110px;
}
.query-left{
	width: 40%;
	float: left;
}
.query-left ul{
	padding-right: 15%;
}
.query-left ul li{
	font-size: 18px;
	line-height: 30px;
	color: #333;
	margin-bottom: 20px;
	position: relative;
	transition: all .5s;
	-webkit-transition: all .5s;
	cursor: pointer;
}
.query-left ul li:hover{
	color: #00a539;
	transition: all .5s;
	-webkit-transition: all .5s;
}
.query-left ul li.on{
	padding-left: 15%;
	color: #00a539;
}
.query-left ul li:after{
	content: "";
	width: 0;
	height: 1px;
	background: #00A539;
	position: absolute;
	left: 0;
	top:15px;
	transition: all .5s;
	-webkit-transition: all .5s;
}
.query-left ul li.on:after{
	width: 12%;
	transition: all .5s;
	-webkit-transition: all .5s;
}
.query-right{
	width: 60%;
	float: left;
	border-left: 1px solid rgba(0,0,0,.1);
}
.query-right ul{
	padding-left: 16.5%;
}
.query-right ul li{
	margin-top: 50px;
	padding-top: 40px;
	border-top: 1px solid rgba(0,0,0,.1);
}
.query-right ul li:first-child{
	margin-top: 0;
	padding-top: 0;
	border-top: none;
}
.query-d1{
	font-size: 14px;
	line-height: 30px;
	color: #666;
}
.query-d2{
	overflow: hidden;
	background: #f9f9f9;
	margin-top: 20px;
}
.query-m{
	width: 100%;
	background: #eee;
	font-size: .28rem;
	line-height: .4rem;
	padding: .2rem;
	padding-right: .6rem;
	display: none;
}
@media (max-width: 767px) {
	.query{
		padding-top: 0;
		padding-bottom: .5rem;
	}
	.query-left{
		width: 100%;
	}
	.query-left ul{
		padding-right: 0;
		display: none;
	}
	.query-left ul li{
		font-size: .28rem;
		line-height: .4rem;
		padding: .2rem 0;
		border-bottom: 1px solid #dcdcdc;
		margin-bottom: 0;
	}
	.query-left ul li.on{
		color: #333;
		padding-left: 0;
	}
	.query-left ul li.on:after{
		display: none;
	}
	.query-m{
		display: block;
		margin-top: .3rem;
		background: url(../img/ico21.png) no-repeat 6.4rem center #eee;
		background-size: .3rem .15rem;
	}
	.query-right{
		width: 100%;
		padding: 0;
		border-left: none;
		margin-top: .4rem;
	}
	.query-right ul{
		padding: 0;
	}
	.query-right ul li{
		margin-top: .3rem;
		padding-top: .3rem;
	}
	.query-d1{
		font-size: .28rem;
		line-height: .4rem;
	}
	.query-d2{
		margin-top: .2rem;
	}
}



/*产品查询*/
.search{
	padding-top: 60px;
	padding-bottom: 35px;
}
.search-int{
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid #e5e5e5;
	width: 100%;
	max-width: 780px;
	position: relative;
}
.search-int select{
	width: 100px;
	border: none;
	line-height: 25px;
	color: #333;
	font-size: 16px;
	outline:none;
	appearance:none;
  -moz-appearance:none;
  -webkit-appearance:none;
  margin-right: 20px;
  background: url(../img/ico15.png) no-repeat right center;
}
.search-int .select2{
	width: 245px;
}
.search-int .int-a{
	width: calc(100% - 400px);
	width: -webkit-calc(100% - 400px);
	font-size: 16px;
	color: #333;
	padding: 0 45px 0 35px;
	line-height: 25px;
	height: 25px;
	border: none;
	border-left: 1px solid #E5E5E5;
	margin-left: 0px;
}
.search-int .int-b{
	display: inline-block;
	width: 40px;
	height: 25px;
	background:url(../img/ico16.png) no-repeat 5px center;
	border: none;
	position: absolute;
	right: 0;
	top: 0;
}
.search-div{
	overflow: hidden;
	padding: 25px 0;
}
.search-left{
	width: 165px;
	margin-right: 25px;
	float: left;
}
.search-d1{
	font-size: 18px;
	color: #333;
	line-height: 1;
}
.search-left ul{
	margin-top: 30px;
}
.search-left ul li{
	font-size: 14px;
	line-height: 25px;
	color: #666;
	margin-bottom: 5px;
}
.search-right{
	width: calc(100% - 190px);
	width: -webkit-calc(100% - 190px);
	float: left;
	margin-bottom: 30px;
}
.search-right ul{
	overflow: hidden;
	padding: 10px 0;
}
.search-right ul li{
	width: 31.33%;
	float: left;
	margin: 0 1%;
	margin-bottom: 30px;
	overflow: hidden;
	border: 1px solid rgba(0,0,0,.1);
	padding-bottom: 15px;
}
.search-right .sf-img1-a{
	width: 100%;
	text-align: center;
	overflow: hidden;
}
.search-right .sf-img1-a{
	max-width: 100%;
	max-height: 100%;
}
.search-right .sf-img1-b{
	height: 25px;
	font-size: 14px;
	color: #666;
	line-height: 25px;
	margin: 5px 0;
	padding: 0 10px;
	text-align: center;
	overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 1;
-webkit-box-orient: vertical;

}
.search-more{
	width: 180px;
	height: 45px;
	background: #41ae67;
	font-size: 16px;
	line-height: 45px;
	text-align: center;
	color: #fff;
	margin: 0 auto;
	cursor: pointer;
}

.search-ul ul{
	width: 102%;
	padding: 50px 0 20px 0;
	overflow: hidden;
	border-top: 1px solid #dfdfdf;
}
.search-ul li{
	width: 14.666%;
	float: left;
	margin-right:2% ;
	margin-bottom: 10px;
	border: 1px solid #dfdfdf;
	overflow: hidden;
}
.search-ul li img{
	max-width: 100%;
}
.search-ul li div{
	font-size: 14px;
	color: #666;
	height: 50px;
	line-height: 20px;
	padding: 0 5px;
	text-align: center;
	border-top: 1px solid #dfdfdf;
	padding-top: 5px;
}

@media (max-width: 1023px) {
	.search-ul li{
		width: 23%;
	}
	.search-right ul li{
		width: 48%;
	}
}
@media (max-width: 767px) {
	.search{
		padding-top: .5rem;
		padding-bottom: .5rem;
	}
	.search-int select{
		width: 22%;
		margin-right: 8%;
		height: .4rem;
		line-height: .4rem;
		font-size: .26rem;
	}
	.search-int .select2{
		width: 65%;
		margin-right: 0;
	}
	.search-int{
		padding-bottom: .2rem;
	}
	.search-int .int-a{
		margin-left: .2rem;
		font-size: .26rem;
		line-height: .4rem;
		padding: 0 .2rem;
		padding-right: .8rem;
		width: 100%;
		margin-top: .15rem;
		border-left:none;
	}
	.search-int .int-b{
		top: .7rem;
	}
	.search-div{
		padding-top: .2rem;
	}
	.search-left{
		width: 100%;
		margin-right: 0;
	}
	.search-d1{
		font-size: .4rem;
	}
	.search-left ul{
		margin-top: .2rem;
	}
	.search-left ul li{
		font-size: .26rem;
		line-height: .4rem;
		margin-bottom: .1rem;
	}
	.search-right{
		width: 100%;
		margin-top: .3rem;
		margin-bottom: .3rem;
	}
	.search-right ul li{
		width: 3.25rem;
		margin: .1rem;
	}
	.search-ul li{
		width: 48%;
	}
	.search-ul ul{
		padding: .5rem 0 .3rem 0;
	}
	.search-right .sf-img1-b{
		font-size: .24rem;
		height: .45rem;
		line-height: .45rem;
		margin: .05rem 0;
		padding: 0 .1rem;
	}
	.search-more{
		width: 2.5rem;
		height: .6rem;
		font-size: .26rem;
		line-height: .6rem;
		margin-top: .3rem;
	}
}


/*产品系列*/
.series{
	padding-top: 70px;
	padding-bottom: 85px;
	overflow: hidden;
}
.series-left{
	width: 300px;
	float: left;
}
.series-left ul{
	background: #f8f8f8;
}
.series-left ul li{
	padding: 0 20px;
	height: 80px;
	line-height: 80px;
	font-size: 18px;
	color: #333;
	position: relative;
	border-bottom: 1px solid #eee;
	cursor: pointer;
	transition: all .5s;
	-webkit-transition: all .5s;
}
.series-left ul li:hover{
	background: #fff;
	color: #00a539;
	transition: all .5s;
	-webkit-transition: all .5s;
}
.series-left ul li.on{
	background: #fff;
	color: #00a539;
	padding-left: 70px;
	transition: all .5s;
	-webkit-transition: all .5s;
}
.series-left ul li:after{
	content: "";
	width: 0;
	height: 1px;
	background: #00a539;
	position: absolute;
	top:39px;
	left: 20px;
	transition: all .5s;
	-webkit-transition: all .5s;
}
.series-left ul li.on:after{
	content: "";
	width: 40px;
	height: 1px;
	background: #00a539;
	position: absolute;
	top:39px;
	left: 20px;
	transition: all .5s;
	-webkit-transition: all .5s;
}
.series-right{
	width: calc(100% - 330px);
	width: -webkit-calc(100% - 330px);
	float: right;
}
.series-right ul{
	width: 100%;
	max-width: 790px;
	float: right;
}
.series-right ul li{
	padding: 30px 0;
	overflow: hidden;
	position: relative;
	border-bottom: 1px solid #e0e0e0;
}
.series-right ul li a{
	display: block;
}
.series-right ul li:first-child{
	padding-top: 0;
}
.series-right ul .series-d1{
	font-size: 18px;
	line-height: 55px;
	color: #333;
	padding-left: 75px;
	position: relative;
}
.series-right ul .series-d1:after{
	content: "";
	width: 60px;
	height: 1px;
	background: #333;
	position: absolute;
	top:26px;
	left: 0;
}
.series-right ul .series-d2{
	width: 187px;
	height: 187px;
	float: left;
	border: 1px solid #cfcfcf;
	text-align: center;
	line-height: 187px;
	float: left;
	overflow: hidden;
}
.series-right ul .series-d3{
	width: calc(100% - 210px);
	width: -webkit-calc(100% - 210px);
	font-size: 14px;
	color: #666;
	line-height: 25px;
	float: right;
	margin-top: 15px;
}
.series-m{
	width: 100%;
	background: #eee;
	font-size: .28rem;
	line-height: .4rem;
	padding: .2rem;
	padding-right: .6rem;
	display: none;
}
@media  (max-width: 1023px) {
	.series-right ul .series-d2{
		
	}
	.series-right ul .series-d3{
		width: 100%;
	}
	
}
@media  (max-width: 767px){
	.series-m{
		display: block;
		background: url(../img/ico21.png) no-repeat 6.4rem center #eee;
    background-size: .3rem .15rem;
	}
	.series{
		padding-top: .2rem;
		padding-bottom: .5rem;
	}
	.series-left{
		width: 100%;
	}
	.series-left ul{
		display: none;
	}
	.series-left ul li{
		font-size: .28rem;
		height: initial;
		line-height: .4rem;
		padding: .2rem;
	}
	.series-left ul li.on{
		padding-left: .2rem;
	}
	.series-left ul li:after{
		display: none;
	}
	.series-right{
		width: 100%;
		margin-top: .3rem;
	}
	.series-right ul .series-d1{
		line-height: .4rem;
		font-size: .28rem;
		margin-top: .3rem;
		padding-left: 1.3rem;
	}
	.series-right ul .series-d1:after{
		width: 1rem;
		top:.2rem
	}
	.series-right ul .series-d2{
		width: 3.3rem;
		height: 3.3rem;
		margin-top: .2rem;
	}
	.series-right ul .series-d3{
		font-size: .26rem;
		line-height: .45rem;
		margin-top: .2rem;
	}
	.series-right ul li{
		padding: .3rem 0;
	}
}




/*产品技术简介*/
.series-a{
	overflow: hidden;
	margin-bottom: 10px;
}
.series-a1{
	font-size: 18px;
	color: #333;
	line-height: 1;
	margin-top: 110px;
	font-weight: bold;
}
.series-a2{
	font-size: 14px;
	color: #666;
	line-height: 30px;
	width: 100%;
	max-width: 600px;
	padding: 25px 0 60px 0;
}
.series-a3 img{
	float: left;
	max-width: 100%;
}
.technique-swiper{
	padding-bottom: 70px;
}
.technique-right{
	top: initial !important;
	margin-top: 0 !important;
	right: initial !important;
	bottom: 0;
	left: 50% !important;
	width: 40px !important;
	height: 20px !important;
	background: url(../img/ico18.png) no-repeat right center !important;
	border-left: 1px solid #ccc;
}
.technique-left{
	top: initial !important;
	margin-top: 0 !important;
	left: initial !important;
	bottom: 0;
	right: 50% !important;
	width: 40px !important;
	height: 20px !important;
	background: url(../img/ico19.png) no-repeat left center !important;
}
.series-b{
	position: relative;
    padding-top: 60px;
    margin-bottom: 70px;
}
.series-b0{
	max-width: calc(100% -60px);
	max-width: -webkit-calc(100% - 60px);
	position: absolute;
	top: 60px;
}
.series-b1{
	font-size: 18px;
	color: #333;
	line-height: 1;
	margin-top: 30px;
	font-weight: bold;
}
.series-b2{
	font-size: 14px;
	color: #666;
	line-height: 30px;
	width: 100%;
	max-width: 600px;
	padding: 25px 0 60px 0;
}
.series-b3{
	height: 530px;
}
.series-c{
	overflow: hidden;
	background: #fafafa;
	padding-top: 120px;
	padding-bottom: 130px;
	position: relative;
}
.series-c0{
	max-width: calc(100% -60px);
	max-width: -webkit-calc(100% - 60px);
	position: absolute;
	top: 50px;
}
.series-c1{
	font-size: 18px;
	color: #333;
	line-height: 1;
	margin-bottom: 30px;
	font-weight: bold;
}
.series-c2{
	width: 46.5%;
	float: left;
	overflow: hidden;
	position: relative;
	z-index: 3;
}
.series-c3{
	width: 65px;
	height: 55px;
	background: url(../img/ico20.png) no-repeat center;
	background-size: cover;
	position: absolute;
	top: 165px;
	left: 54%;
}
.series-c4{
	width: 255px;
	float: right;
	margin-right: 10%;
	margin-top: 30px;
	
}
.series-c4 div{
	font-size: 14px;
	line-height: 28px;
	color: #666;
	font-family: arial;
	margin-top: 35px;
}
.series-d{
	overflow: hidden;
	position: relative;
	margin-top: 90px;
}
.series-d0{
	max-width: calc(100% -60px);
	max-width: -webkit-calc(100% - 60px);
	position: absolute;
	top: 0;
}
.series-d1{
	font-size: 18px;
	color: #333;
	line-height: 1;
	margin-top: 70px;
	font-weight: bold;
}
.series-d2{
	font-size: 14px;
	color: #666;
	line-height: 25px;
	margin-top: 30px;
}
.series-d3{
	font-size: 14px;
	color: #ccc;
	line-height: 25px;
	margin-top: 20px;
}
.series-d4{
	overflow: hidden;
	margin-top: 15px;
}
.series-d4 img{
	max-width: 100%;
}
.series-e{
	margin-top: 60px;
	margin-bottom: 80px;
}
.series-e2{
	font-size: 14px;
	color: #666;
	line-height: 25px;
}
.series-e3{
	font-size: 14px;
	color: #ccc;
	line-height: 25px;
	margin-top: 20px;
}
.series-e4{
	overflow: hidden;
	margin-top: 15px;
}
.series-e4 img{
	max-width: 100%;
}
.technique{
	height: 530px;
	width: 100%;
	position: relative;
}
.technique-div1{
	width: 600px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 5;
}
.technique-div1 div{
	font-size: 14px;
	color: #333;
	line-height: 20px;
	margin-top: 80px;
	width: 300px;
	float: left;
	cursor: pointer;
}
.technique-div1 div span{
	display: inline-block;
	height: 1px;
	width: 60px;
	background: #333;
	margin: 0 20px;
	position: relative;
	top:-5px;
}
.technique-div1 div.on{
	color: #ff0000;
}
.technique-div2{
	width: 640px;
	height: 560px;
	position: absolute;
	top: -30px;
	right: 40px;
	z-index: 3;
}
.technique-xt div{
	width: 600px;
	height: 1px;
	background: #d6d6d6;
	position: absolute;
	left: 0;
	top: 50%;
}
.technique-xt div.on{
	background: #ff0000;
}
.technique-xt-d1{
	transform: rotate(60deg);
	-ms-transform: rotate(60deg);		
	-webkit-transform: rotate(60deg);	
	-moz-transform: rotate(60deg);			
}
.technique-xt-d3{
	transform: rotate(-60deg);
	-ms-transform: rotate(-60deg);		
	-webkit-transform: rotate(-60deg);	
	-moz-transform: rotate(-60deg);			
}
.technique-sz div{
	width: 30px;
	height: 25px;
	line-height: 25px;
	text-align: center;
	font-size: 14px;
	color: #666;
	cursor: pointer;
}
.technique-sz div.on{
	color: #ff0000;
}
.technique-sz-d1{
	position: absolute;
	top: -5px;
	left: 130px;
}
.technique-sz-d2{
	position: absolute;
	top: 268px;
	right: 10px;
}
.technique-sz-d3{
	position: absolute;
	bottom: -5px;
	left: 130px;
}
.technique-imgs{
	width: 420px;
	height: 365px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -182.5px;
	margin-left: -230px;
	text-align: center;
	line-height: 365px;
}
.technique-imgs img{
	max-width: 100%;
	max-height: 100%;
	display: none;
}

@media (max-width: 1190px) {
	.technique-div1{
		width: 300px;
	}
	.technique-div2{
		right: 0;
	}
}
@media (max-width: 767px) {
	.series-a1{
		font-size: .35rem;
		margin-top: .6rem;
	}
	.series-a2{
		padding: .3rem 0;
		font-size: .26rem;
		line-height: .4rem;
	}
	.swiper-container{
		padding-bottom: 30px;
	}
	.series-b{
		padding-top: .5rem;
	}
	.series-b0{
		top: .4rem;
	}
	.series-b1{
		font-size: .3rem;
		margin-top: .5rem;
	}
	.series-b2{
		font-size: .26rem;
		line-height: .4rem;
		padding: .3rem 0;
	}
	.technique{
		height: initial;
	}
	.technique-div1{
		position: relative;
		top: 0;
		left: 0;
		width: 100%;
		overflow: hidden;
	}
	.technique-div1 div{
		margin-top: .2rem;
		font-size: .3rem;
		line-height: .45rem;
	}
	.technique-div1 div span{
		width: 1rem;
		margin: 0 .2rem;
	}
	.technique-div2{
		position: relative;
		width: 6.9rem;
		height: 6.24rem;
		top: 0;
		left: 0;
		margin-top: .5rem;
	}
	.series-b{
		margin-bottom: .5rem;
	}
	.series-b3{
		height: initial;
	}
	.technique-xt div{
		width: 6.2rem;
	}
	.technique-sz-d1{
		top: -.05rem;
		left: 1.2rem;
	}
	.technique-sz-d2{
		top: 2.85rem;
		right: 0;
	}
	.technique-sz-d3{
		bottom: -.15rem;
		left: 1.2rem;
	}
	.technique-imgs{
		width: 4.2rem;
		height: 3.65rem;
		margin-top: -1.825rem;
	    margin-left: -2.4rem;
	    line-height: 3.65rem;
	}
	.series-c{
		padding-top: 1rem;
		padding-bottom: .6rem;
	}
	.series-c0{
		top: .3rem;
	}
	.series-c1{
		font-size: .35rem;
		margin-bottom: .5rem;
	}
	.series-c2{
		width: 100%;
	}
	.series-c3{
		display: none;
	}
	.series-c4{
		width: 100%;
		margin-top: .4rem;
		margin-right: 0;
	}
	.series-c4 div{
		font-size: .26rem;
		line-height: .5rem;
		margin-top: .3rem;
	}
	.series-d{
		margin-top: .6rem;
	}
	.series-d1{
		font-size: .35rem;
		margin-top: .6rem;
	}
	.series-d2{
		font-size: .26rem;
		line-height: .4rem;
		margin-top: .3rem;
	}
	.series-d3{
		font-size: .26rem;
		line-height: .4rem;
		margin-top: .2rem;
	}
	.series-e{
		margin-top: .6rem;
		margin-bottom: .8rem;
	}
	.series-e2{
		font-size: .26rem;
		line-height: .4rem;
		margin-top: .3rem;
	}
	.series-e3{
		font-size: .26rem;
		line-height: .4rem;
		margin-top: .2rem;
	}
}









/*品牌运营*/
.brand-a{
	margin-top: 115px;
	border-bottom: 1px solid #f4f4f4;
}
.brand-a1{
	font-size: 18px;
	color: #333;
	line-height: 1;
	font-weight: bold;
}
.brand-a2{
	min-height: 230px;
	margin-top: 50px;
	overflow: hidden;
}
.brand-a2-div{
	width: 24%;
	margin: 0 0.5%;
	min-height: 215px;
	float: left;
	cursor: pointer;
}
.brand-a2-div .img1{
	height: 60px;
	text-align: center;
	margin-top: 45px;
	margin-bottom: 20px;
}
.brand-a2-div .d1{
	font-size: 14px;
	line-height: 30px;
	padding: 0 10px;
	color: #666;
	text-align: center;
}
.brand-a2-div:hover{
	background: #eaeaea;
}
.brand-a2-div.on{
	background: #eaeaea;
}
.brand-a3{
	margin: 60px 0;
	text-align: center;
}
.brand-a3-d1{
	display: inline-block;
	width: 20.5%;
	margin: 10px 2%;
}
.brand-a3 img{
	max-width: 100%
}
.brand-b{
	overflow: hidden;
	position: relative;
	margin-top: 75px;
	margin-bottom: 135px;
}
.brand-b0{
	max-width: calc(100% - 60px);
	max-width: calc(100% - 60px);
	position: absolute;
	top: 0;
}
.brand-b1{
	font-size: 18px;
	color: #333;
	line-height: 1;
	margin-top: 30px;
	font-weight: bold;
}
.brand-b2{
	width: 100%;
	max-width: 910px;
	min-height: 430px;
	margin: 0 auto;
	margin-top: 75px;
	overflow: hidden;
	position: relative;
}
.brand-b2-div{
	width: calc(100% - 275px);
	width: -webkit-calc(100% - 275px);
	max-width: 560px;
	background: #eaeaea;
	float: left;
	margin-bottom: 30px;
	border-radius: 20px;
	padding: 20px 30px 25px 40px;
}
.brand-b2-h1{
	font-size: 16px;
	line-height: 25px;
	color: #333;
	font-weight: bold;
}
.brand-b2-ul{
	margin-top: 15px;
}
.brand-b2-ul li{
	font-size: 14px;
	color: #666;
	line-height: 28px;
	padding-left: 20px;
	position: relative;
}
.brand-b2-ul li:after{
	content: "";
	width: 5px;
	height: 5px;
	border-radius: 100%;
	background: #32b560;
	position: absolute;
	top: 12.5px;
	left: 0;
}
.brand-b2-img{
	width: 246px;
	float: right;
	position: absolute;
	top: 0;
	right: 0;
}
.brand-b3{
	width: 100%;
	max-width: 910px;
	height: 70px;
	line-height: 70px;
	background: #32b560;
	font-size: 16px;
	color: #fff;
	text-align: center;
	margin: 0 auto;
	border-radius: 20px;
}
.brand-b3 img{
	margin: 0 10px;
}
.brand-c{
	width: 100%;
	background: #fafafa;
	padding-top: 115px;
	padding-bottom: 100px;
	position: relative;
}
.brand-c0{
	max-width: calc(100% - 60px);
	max-width: calc(100% - 60px);
	position: absolute;
	top: 55px;
}
.brand-c1{
	font-size: 18px;
	color: #333;
	line-height: 1;
	text-align: center;
	font-weight: bold;
}
.brand-c2{
	margin-top: 80px;
	text-align: center;
}
.brand-c2 img{
	max-width: 100%;
}
.brand-d{
	padding: 80px 0 50px 0;
	overflow: hidden;
	border-bottom: 1px solid #eaeaea;
}
.brand-d1{
	width: 27.333%;
	float: left;
	margin: 0 3%;
}
.brand-d1-img{
	width: 100%;
	margin: 0 3%;
	height: 325px;
	line-height: 305px;
	text-align: center;
	padding: 10px;
	border: 1px solid #eaeaea;
}
.brand-d1-img img{
	max-width: 100%;
	max-height: 100%;
}
.brand-d1-div{
	width: 170px;
	height: 50px;
	background: #32b560;
	font-size: 16px;
	line-height: 50px;
	color: #fff;
	text-align: center;
	margin: 30px auto;
}
.brand-e{
	padding: 80px 30px;
}
.brand-e1{
	font-size: 18px;
	color: #333;
	line-height: 1;
	margin-bottom: 25px;
	font-weight: bold;
}
.brand-e2{
	font-size: 14px;
	color: #333;
	line-height: 25px;
	font-weight: bold;
}
.brand-e-mt{
	margin-top: 20px;
}
.brand-e3{
	font-size: 14px;
	line-height: 30px;
	color: #666;
}
@media (max-width: 1023px) {
	.brand-a2-div{
		width: 48%;
		margin: 5px 1%;
	}
	.brand-a3-d1{
		width: 30%;
		margin: 5px 1.2%;
	}
	.brand-d1-img{
		height: 280px;
		line-height: 260px;
	}
	.brand-d1-img img{
		max-width: 100%;
		max-height: 100%;
	}
	.brand-a3{
		text-align: left;
	}
}
@media (max-width: 767px) {
	.brand-a{
		margin-top: .5rem;
	}
	.brand-a1{
		font-size: .35rem;
	}
	.brand-a2{
		margin-top: .3rem;
	}
	.brand-a2-div{
		min-height: 3rem;
	}
	.brand-a2-div .img1{
		height: .8rem;
		margin: .2rem 0;
	}
	.brand-a2-div .img1 img{
		width: .8rem;
	}
	.brand-a2-div .d1{
		font-size: .24rem;
		line-height: .4rem;
	}
	.brand-a3{
		margin: .2rem 0;
		text-align: left;
	}
	.brand-a3-d1{
		width: 46%;
		margin: .1rem .15%;
	}
	.brand-b{
		margin: .5rem 0;
	}
	.brand-b1{
		font-size: .35rem;
		margin-top: .3rem;
	}
	.brand-b2{
		margin-top: .4rem;
	}
	.brand-b2-div{
		width: 100%;
		padding: .3rem;
		margin-bottom: .2rem;
	}
	.brand-b2-img{
		position: initial;
		width: 4rem;
		margin-right:1.45rem;
	}
	.brand-b2-h1{
		font-size: .3rem;
	}
	.brand-b2-ul{
		margin-top: .05rem;
	}
	.brand-b2-ul li{
		font-size: .26rem;
		padding-left: .3rem;
		line-height: .45rem;
	}
	.brand-b2-ul li:after{
		top:.2rem
	}
	.brand-b3{
		height: 1.2rem;
		font-size: .26rem;
		line-height: .4rem;
		padding-top: .2rem;
		margin-top: .2rem;
	}
	.brand-b3 img{
		width: 1rem;
	}
	.brand-b3 span{
		display: block;
	}
	.brand-b0 {
	    max-width: calc(100% - .6rem);
	    max-width: calc(100% - .6rem);	
    }
    .brand-c0{
    	max-width: calc(100% - .6rem);
	    max-width: calc(100% - .6rem);	
	    top: .3rem;
    }
    .brand-c{
    	padding-top: .7rem;
    	padding-bottom: .5rem;
    }
    .brand-c1{
    	font-size: .35rem;
    }
    .brand-c2{
    	margin-top: .3rem;
    }
    .brand-d{
    	padding: .5rem .3rem;
    }
	.brand-d1{
		width: 100%;
		margin: 0;;
	}
	.brand-d1-img{
		margin: 0;
		width: 5rem;
		height: 5rem;
		line-height: 4.5rem;
		padding: .2rem;
		margin-left: .95rem;
	}
	.brand-d1-div{
		margin: 0 auto;
		margin-top: .2rem;
		margin-bottom: .3rem;
		width: 3rem;
		height: .8rem;
		font-size: .28rem;
		line-height: .8rem;
	}
	.brand-e{
		padding: .5rem .3rem;
		padding-bottom: .8rem;
	}
	.brand-e1{
		font-size: .35rem;
		margin-bottom: .3rem;
	}
	.brand-e2{
		font-size: .26rem;
		line-height: .4rem;
		margin-top: .15rem;
	}
	.brand-e3{
		font-size: .26rem;
		line-height: .4rem;
	}
}



/*全国直销网络*/
.sales{
	padding-bottom: 80px;
	position: relative;
}
.sales-a0{
	max-width: 100%;
    margin-top: 110px;
}
.sales-a1{
	font-size: 14px;
	color: #666;
	line-height: 25px;
	max-width: 620px;
	margin-top: 30px;
	margin-bottom: 30px;
}
.sales-div{
	position: relative;
}
.sales-div img{
	max-width: 100%;
}
.sales-tk{
	position: absolute;
	left: 0;
	top: 0;
	height: 1px;
	width: 1px;
	z-index: 5;
}

.sales-hd{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 3;
}
.sales-hd .sf1{
	width: 60px;
	height: 60px;
	background: url(../img/ico23.png) no-repeat center;
	/*background-size: cover;*/	
	position: absolute;
	margin-left: -30px;
	margin-top: -30px;
	transition: all .3s;
}
.sales-hd .sf1.on{
	width: 60px;
	height: 60px;
	background: url(../img/ico24.png) no-repeat center;
	margin-left: -30px;
	margin-top: -30px;
	transition: all .3s;
}
.sales-hd .sf1.on .sales-tk-div{
	display: block;
}
.sales-tk-div{
	position: absolute;
	left: -92.5px;
	bottom: 60px;
	width: 245px;
	padding: 20px;
	box-shadow: 0 0 15px #999;
	background: url(../img/ico25.png) no-repeat 200px 25px #fff;
	z-index: 6;
	display: none;
}
.sales-tk-d1{
	font-size: 16px;
	line-height: 25px;
	margin-bottom: 15px;
	color: #333;
}
.sales-tk-d1 span{
	font-size: 12px;
	color: #888;
	font-family: arial;
	margin-left: 5px;
}
.sales-tk-d2{
	font-size: 12px;
	line-height: 20px;
	color: #666;
}
.sales-span1{
	width: 21px;
	height: 19px;
	background: url(../img/ico28.png) no-repeat center;
	position: absolute;
	left: 50%;
	bottom: -10px;
	margin-left: -10.5px;
}
.sales-zb{
	display: none;
}
.xx-m{
	display: none;
}
@media (max-width: 1023px) {
	.xx-m{
		display: block;
	}
	.xx-m .sales-tk-div{
		position: relative;
		left: 0;
		top:0;
		margin: 0;
		display: block;
	}
	.sales-hd .sf1.on .sales-tk-div{
		display: none;
	}
	.sales-hd .sf1{
		width: 26px;
		height: 26px;
		margin-left: -13px;
	    margin-top: -13px;
	}
}
@media (max-width: 767px) {
	.sales-hd .sf1{
		width: .3rem;
		height: .3rem;
		margin-left: -.15rem;
		margin-top: -.15rem;
		background-size: cover;
	}
	.sales-hd .sf1.on{
		width: .6rem;
		height: .6rem;
		margin-left: -.3rem;
		margin-top: -.3rem;
		background-size: cover;
	}
	.sales-span1{
		display: none;
	}
}



.seriesinfo{
	padding: 80px 30px;
	padding-bottom: 130px;
}
.seriesinfo-a{
	font-size: 35px;
	line-height: 45px;
	text-align: center;
}
.seriesinfo-b{
	margin: 40px 0;
	padding: 40px 0;
	border-bottom: 1px solid rgba(0,0,0,.2);
	border-top: 1px solid rgba(0,0,0,.2);
	font-size: 16px;
	line-height: 30px;
	color: #666;
}
.seriesinfo-b img{
	max-width: 100%;
}
.seriesinfo-c{
	width: 120px;
	height: 45px;
	border-radius: 22.5px;
	background:#41ae67;
	font-size: 16px;
	color: #fff;
	text-align: center;
	line-height: 45px;
	float: right;
}
.seriesinfo-c:hover{
	color: #fff;
	opacity: .9;
}
@media (max-width: 640px) {
	.seriesinfo{
		padding: .6rem .3rem;
		padding-bottom: 1.5rem;
	}
	.seriesinfo-a{
		font-size: .36rem;
		line-height: .5rem;
	}
	.seriesinfo-b{
		margin: .4rem 0;
		padding: .4rem 0;
		font-size: .26rem;
		line-height: .45rem;
	}
	.seriesinfo-c{
		width: 2.5rem;
		height: .8rem;
		line-height: .8rem;
		font-size: .26rem;
		
	}
}














