﻿*{
	margin: 0;
	padding: 0;
	box-sizing:border-box;
	-moz-box-sizing:border-box; 
	-webkit-box-sizing:border-box;
}
a{
	text-decoration: none;
	color: #333;
}
li{
	list-style: none;
}
img{
	vertical-align: middle;
	max-width: 100%;
}
body{
	width: 100%;
	max-width: 1920px;
	margin: 0 auto;
	font-size: 14px;
	color: #222;
	overflow: hidden;
	font-family:"微软雅黑", "Microsoft Yahei", "Helvetica Neue", Helvetica, Tahoma, sans-serif;
}



/*顶部*/
header{
	height: 100px;
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 29;
	background: #fff;
	border-bottom: 1px solid #ccc;
	box-shadow: 0 0 5px #ccc;
}
.header{
	height: 100px;
}
.logo{
	float: left;
	line-height: 100px;
	font-size: 0;
}
.header-b{
	float: left;
	margin-left: 30px;
	padding-top: 35px;
}
.header-b>div{
	font-size: 18px;
	color: #333;
	line-height: 1;
}
.header-b>p{
	font-size: 12px;

	color: #333;
	line-height: 1;
	margin-top: 8px;
}
.header-c{
	height: 100px;
	float: left;
	position: relative;
}
.header-c li{
	float: left;
	padding: 25px 0;
	margin-left: 40px;
}
.header-c li>a{
	display: block;
	font-size: 14px;
	line-height: 50px;
	color: #333;
}
.header-c li>a:hover{
	color: #0828a3;
}
.header-c li>a.on{
	color: #0828a3;
	font-weight: bold;
	border-bottom: 2px solid #0828a3;
}
.header-c1-pos{
	width: 880px;
	height: 260px;
	overflow: hidden;
	position: absolute;
	top: 99px;
	right: 0;
	background: #fff;
	display: none;
}
.header-c1{
	width: 265px;
	float: left;
}
.header-c2{
	width: calc(100% - 265px);
	width: -webkit-calc(100% - 265px);
	float: left;
	padding: 40px 60px;
}
.header-c2-a{
	overflow: hidden;
	margin-top: 25px;
}
.header-c2-a .li1,.header-c2-a .li2{
	width: 50%;
	float: left;
}
.header-c2-a .div1{
	display:block;
	font-size: 16px;
	line-height: 32px;
	color: #666;
	padding-right: 10px;
}
.header-c2-a .div1:hover{
	color: #0828a3;
}
.header-c2-a .div2{
	display: none;
}
.header-c2-a .div2>a{
	display: block;
	font-size: 14px;
	color: #666;
	line-height: 30px;
	padding-left: 30px;
}
.header-c2-a .div2>a:hover{
	background: url(../img/ico04.png) no-repeat left center;
}
.header-c2-a .li2 .div2:first-child{
	display: block;
}

.header-d{
	display: block;
	float: left;
	font-size: 14px;
	line-height: 50px;
	padding-left: 22px;
	background: url(../img/ico01.png) no-repeat left center;
	margin-top: 25px;
	margin-left: 60px;
}
.header-d:hover{
	color: #0828a3;
	background-image: url(../img/ico02_1.png)
}
.header-e{
	float: left;
	font-size: 14px;
	line-height: 50px;
	padding-left: 22px;
	background: url(../img/ico03.png) no-repeat left 18px;
	margin-top: 25px;
	margin-left: 25px;
	padding-bottom: 25px;
	cursor: pointer;
	position: relative;
}
.header-e:hover{
	color: #0828a3;
	background-image: url(../img/ico03_1.png)
}
.header-e1{
	width: 170px;
	height: 270px;
	background: #fff;
	padding: 18px;
	position: absolute;
	top: 75px;
	right: -20px;
	border: 1px solid #e1e1e1;
	box-shadow: 0 0 5px #ccc;
	display: none;
}
.header-e1 .bdsharebuttonbox {
	overflow: hidden;
}
.header-e1 .bdsharebuttonbox a{
	display: inline-block;
	width: 58px;
	height: 32px;
	background: no-repeat center;
	background-size: cover;
	margin: 0 !important;
	margin-bottom: 10px !important;
}
.header-e1 .bdsharebuttonbox a:nth-child(2n + 0){
	float: right;
}
.header-e1-b{
	margin-top: 5px;
}
.header-e1-c{
	font-size: 12px;
	color: #999;
	line-height: 1;
	text-align: center;
	margin-top: 10px;
}
.header-mdnav{display: none;}
.header-dx{
	width: 35px;
	margin-top: 35px;
	text-align: right;
	margin-left:15px ;
	overflow: hidden;
	display: none;
}
.header-dx1,.header-dx2,.header-dx3{
	width: 100%;
	height: 4px;
	margin-bottom: 8px;
	background: #000;
	float: right;
	
}
.header-dx2{
	width: 80%;
}

.header-dx div{
	transition: all .5s; 
}
.header-dx.cli .header-dx1{
	-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-dx.cli .header-dx2{
   opacity: 0;
   transition: all .5s; 
}
.header-dx.cli .header-dx3{
	-webkit-transform: rotate(-44deg);
   -ms-transform: rotate(-44deg);
   transform: rotate(-44deg);
   position: relative;
   top:1px;
  transform-origin:0%;
  -ms-transform-origin:0%;
  -webkit-transform-origin:0%;
  -moz-transform-origin:0%;
  transition: all .5s; 
}

@media(max-width:1600px){
	.header-c li{
		margin-left: 20px;
	}
	.header-d{
		margin-left: 30px;
	}
}
@media(max-width:1280px){
	.header-b{
		display: none;
	}
	
}

@media(max-width:1200px){
	.header-rt{
		position: fixed;
		width: 100%;
		height: 100%;
		background: #fff;
		top: 100px;
		left: 0;
		padding: 30px;
		display: none;
	}
	.header-c{
		display: none;
	}
	.header-mdnav{
		display: block;
	}
	.header-dx{
		display: block;
	}
	.header-mdnav li{
		font-size: 16px;
		
	}
	.header-mdnav-a{
		display: block;
		font-size: 18px;
		color: #333;
		line-height: 80px;
		font-weight: bold;
		border-bottom: 1px solid #e1e1e1;
	}
	.header-mdnav-b{
		display: none;
	}
	.header-mdnav-b>a{
		display: block;
		font-size: 16px;
		color: #333;
		line-height: 60px;
		padding: 0 30px;
		border-bottom: 1px solid #e1e1e1;
	}
	.header-d{
		margin-left: 0;
	}
	.header-e1{
		right: inherit;
		left: 0;
	}
}
@media(max-width:1000px){
	.header-mdnav-a{
		line-height: 60px;
	}
	.header-e1{
		top: inherit;
		bottom: 80px;
	}
}

@media(max-width:750px){
	header{
		height: 1rem;
		line-height: .5rem;
	}
	.header{
		height: 1rem;
	}
	header a{
		font-size: .26rem;
		line-height: .5rem;
	}
	.header-dx{
		width: .45rem;
		margin-top: .4rem;
	}
	.header-dx1, .header-dx2, .header-dx3{
		height: .05rem;
		margin-bottom: .1rem;
	}
	.logo{
		width: 1rem;
		line-height: 1rem;
	}
	.header-rt{
		top: 1rem;
		padding: .3rem;
	}
	.header-mdnav-a{
		font-size: .3rem;
		line-height: 1rem;
	}
	.header-mdnav-b>a{
		font-size: .26rem;
		line-height: .8rem;
		padding: 0 .3rem;
	}
}

/*底部*/
footer{
	background: #fff;
	position: relative;
	z-index: 19;
}
.footer-top{
	width: 100%;
	height: 330px;
	background: url(../img/bj07.jpg) no-repeat center;
	background-size: cover;
}
.footer-top-a{
	width: 830px;
	margin: 0 auto;
	background: url(../img/ico10.png)no-repeat left 20px;
	padding-top: 125px;
}
.footer-top-a1{
	padding-left: 110px;
	padding-right: 60px;
	color: #fff;
	position: relative;
	padding-bottom: 35px;
	background: url(../img/ico11.png)no-repeat right bottom;
}
.footer-top-a1 .d1{
	font-size: 32px;
	line-height: 1;

	text-transform: uppercase
}
.footer-top-a1 .d2{
	font-size: 24px;
	line-height: 1;
	margin-top: 13px;
}
.footer-top-a1 .d3{
	font-size: 32px;
	line-height: 1;
	margin-top: 13px;
	letter-spacing: 10px;
}
.footer{
	overflow: hidden;
	padding-top: 90px;
	padding-bottom: 120px;
}
.footer-a{
	float: left;
}
.footer-nav{
	width: calc(100% - 300px);
	width: -webkit-calc(100% - 300px);
	float: right;
	overflow: hidden;

	position: relative;
}
.footer-nav li{
	width: 33%;
	float: left;
	padding-right: 20px;
}
.footer-nav li>div{
	margin-bottom: 5px;
}
.footer-nav li>div>a{
	display: inline-block;
	font-size: 14px;
	line-height: 25px;
	color: #666;
}
.footer-nav li>div>a:hover{
	color: #0f46c4 !important;
}
.footer-nav li>div:first-child{
	margin-bottom: 20px;
}
.footer-nav li>div:first-child>a{
	font-size: 18px;
	color: #333;
}
.footer-nav li:last-child{

	top: 0;
	right: 0;
	padding: 0;
}
.footer-btm{
	width: 100%;
	height: 100px;
	padding-top: 25px;
	border-top: 1px solid #ccc;
}
.footer-b{
	overflow: hidden;
}
.footer-b1{
	font-size: 14px;
	color: #666;
	line-height: 30px;
	float: left;
}
.footer-b2{
	float: right;
}
.footer-b2 a{
	display: inline-block;
	font-size: 14px;
	color: #666;
	line-height: 30px;
	padding-left: 40px;
	margin-left: 65px;
	transition: all .3s;
  -webkit-transition:all .3s;
}
.footer-b2 a.a1{
	background: url(../img/ico12.png) no-repeat left center;
}
.footer-b2 a.a2{
	background: url(../img/ico13.png) no-repeat left center;
}
.footer-b2 .a1:hover{
	color: #0f46c4;
	background-image: url(../img/ico12_1.png);
	transition: all .3s;
  -webkit-transition:all .3s;
}
.footer-b2 .a2:hover{
	color: #0f46c4;
	background-image: url(../img/ico13_1.png);
	transition: all .3s;
  -webkit-transition:all .3s;
}
@media(max-width:1200px){
	.footer-nav{
	    width: calc(100% - 220px);
	width: -webkit-calc()(100% - 220px);
	}
}
@media(max-width:1000px){
	.footer-top-a1 .d1{
		font-size: 24px;
	}
	.footer-top-a1 .d1{
		font-size: 18px;
	}
	.footer-top-a1 .d3{
		font-size: 24px;
	}
	.footer-top-a{
		width: 100%;
	}
	.footer-nav{
		display: none;
	}
	.footer{
		padding-top: 40px;
		padding-bottom: 40px;
		text-align: center;
	}
	.footer-a{
		float: inherit;
	}
}
@media(max-width:750px){
	.footer-top-a{
		background-size: 2.3rem 1.95rem;
		padding-top: 1.8rem;
	}
	.footer-top-a1{
		padding-left: 1.2rem;
		padding-right: .5rem;
		background-size: .48rem .36rem;
	}
	.footer-top-a1 .d1{
		font-size: .32rem;
	}
	.footer-top-a1 .d2{
		font-size: .26rem;
		margin-top: .15rem;
	}
	.footer-top-a1 .d3{
		font-size: .32rem;
		line-height: .45rem;
		margin-top: .15rem;
	}
	.footer-top{
		height: 5rem;
	}
	.footer{
		padding: .5rem .2rem;
	}
	.footer-a{
		width: 2rem;
	}
	.footer-btm{
		height: auto;
		padding: .3rem 0;
	}
	.footer-b1{
		font-size: .24rem;
		line-height: .4rem;
	}
	.footer-b2{
		float: left;
		margin-top: .2rem;
	}
	.footer-b2 a{
		margin-left: 0;
		margin-right: .3rem;
	}
}


/*banner*/
.ban-swiper{
	width: 100%;
	height: 800px;
	position: relative;
	top: 0;
	left: 0;
	margin-top: 100px;
	z-index: 2;
}
.ban-slide{
	background: no-repeat center;
	background-size: cover;
	overflow: hidden;
}
.ban-slide-bj{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	overflow: hidden;
	background: no-repeat center;
	background-size: cover;
}
.ban-slide.swiper-slide-active .ban-slide-bj{
	transform: scale(1.15);
	-ms-transform: scale(1.15);
	-webkit-transform: scale(1.15);
	transition:all linear 5s;
	-webkit-transition:all linear 5s;
}
.ban-video{
	width: 100%;
	min-height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
}
.ban-botpos{
	width: 100%;
	height: 50px;
	position: absolute;
	left: 0;
	bottom: 0;
}
.ban-span>span{
	width: 35px;
	height: 3px;
	background: #fff;
	border-radius: 0;
	margin-right: 3px;
	transition: all .3s;
  -webkit-transition:all .3s;
}
.ban-span span.swiper-pagination-bullet-active{
	width: 60px;
	transition: all .3s;
  -webkit-transition:all .3s;
}
.inews-bj{
	width: 100%;
	margin-top: -80px;
	height: 160px;
	position: relative;
	z-index: 8;
}
.inews{
	width: 70%;
	max-width: 1185px;
	height: 160px;
	float: right;
	background: url(../img/bj01.jpg) no-repeat center;
	background-size: cover;
	padding: 25px 55px;
}
.inews-swiper{
	padding-bottom: 50px;
}
.inews-a{
	display: block;
	color: #fff;
}
.inews-a:hover{
	color: #fff;
	opacity: .8;
}
.inews-a1{
	font-size: 18px;
	line-height: 1;

}
.inews-a2{
	font-size: 14px;
	line-height: 1;
	margin-top: 20px;
}
.inews-a3{
	font-size: 16px;
	line-height: 20px;
	margin-top: 5px;
	height: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}
.inews-span{
	text-align: left;
}
.inews-span span{
	background: #fff;
	margin: 0 !important;
	margin-right: 20px !important;
}

.fffbj{
	background: #fff;
	position: relative;
	z-index: 7;
	
}
.iabout-bj{
	width: 100%;
	background: url(../img/ico09.png) no-repeat -570px -150px;
	padding-top: 115px;
	padding-bottom: 60px;
	position: relative;
	z-index: 6;
	margin-top: -80px;
}
.iabout{
	
	overflow: hidden;
}
.iabout-lt{
	width: 430px;
	float: left;
}
.iabout-b{
	font-size: 48px;
	line-height: 1.2;
	color: #333;
	margin-top: 20px;
}
.iabout-c{
	font-size: 12px;
	line-height: 25px;
	margin-top: 10px;
	color: #333;
}
.iabout-d{
	display: inline-block;
	font-size: 14px;
	line-height: 20px;
	color: #0828a3;
	margin-top: 25px;
}
.iabout-d:hover{
	color: #0828a3;
	opacity: .8;
}
.iabout-rt{
	width: calc(100% - 470px);
	width: -webkit-calc(100% - 470px);
	float: right;
	overflow: hidden;
	padding-top: 40px;
}
.iabout-rt>div{
	width: 100%;
	max-width: 965px;
	float: right;
	padding-left: 20px;
	background: url(../img/ico04.png) no-repeat left 10px;
	font-size: 16px;
	line-height: 35px;
	color: #333;
}
.iabout-swiper{
	width: 100%;
/*	float: left;*/
	margin-top: 80px;
	padding-bottom: 100px;
}
.iabout-span span{
	width: 130px;
	height: 4px;
	background: #f1f1f1;
	opacity: 1;
	margin: 0 !important;
	border-radius: 0;
}
.iabout-span span.swiper-pagination-bullet-active{
	background: #0f46c4;
}
.iabout-f{
	position: relative;
	z-index: 1;
}
.iabout-g{
	width: 500px;
	height: auto;
	background: #fff;
	position: absolute;
	left: 0;
	top: 50%;
	z-index: 2;
	border-left: 5px solid #0f46c4;
	padding: 25px 50px;
	transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	opacity: 0;
	transition: all .3s;
  -webkit-transition:all .3s;
}
.iabout-g1{
	font-size: 26px;
	line-height: 1.2;
	color: #111;
	margin-top: 25px;
}
.iabout-g2{
	font-size: 14px;
	line-height: 30px;
	color: #666;
	margin: 5px 0;
}
.iabout-swiper .swiper-slide{
	opacity: .6;
}
.iabout-swiper .swiper-slide.swiper-slide-active{
	opacity: 1;
}
.iabout-swiper .swiper-slide.swiper-slide-active .iabout-g{
	opacity: 1;
	transition: all .3s .3s;
  -webkit-transition:all .3s .3;
}
.imarket{
	position: relative;
	z-index: 4;
}
.imarket-img{
	width: 100%;
	height: 500px;
	background: no-repeat center;
	background-size: cover;
	position: fixed;
	top: 100px;
	left: 0;
	z-index: 1;
}
.imarket-fffbj{
	position: relative;
	z-index: 2;
}
.imarket-a{
	font-size: 60px;
	line-height: 1;
	text-align: center;
	color: #fff;
	padding-top: 290px;
	padding-bottom: 50px;
	position: relative;
	z-index: 2;
	background: no-repeat center;
	background-size: cover;
}
.imarket-b{
	overflow: hidden;
	padding-top: 45px;
}
.imarket-b .iabout-rt>div{
	padding-left: 0;
	background: inherit;
}
.imarket-c{
	margin-top: -100px;
	margin-bottom: 100px;
	position: relative;
	top: 170px;
}
.imarket-c li{
	overflow: hidden;
	height: 400px;
	background: #93c90d;
	color: #fff;
}
.imarket-c li:first-child{
	background: #0f46c4;
}
.imarket-c-lt,.imarket-c-rt{
	width: 50%;
	height: 400px;
	float: left;
	overflow: hidden;
}
.imarket-c-rt>div{
	width: 100%;
	height: 100%;
	background: no-repeat center;
	background-size: cover;
}
.imarket-c-lt{
	padding: 40px 80px;
}
.imarket-c1{
	font-size: 48px;
	line-height: 1.2;
	margin-top: 30px;
}
.imarket-c2{
	font-size: 14px;
	line-height: 25px;
	margin-top: 25px;
	opacity: .7;
	min-height: 100px;
}
.imarket-c3{
	display: inline-block;
	font-size: 14px;
	line-height: 20px;
	color: #fff;
	opacity: .7;
	margin-top: 20px;
}
.imarket-c3:hover{
	opacity: 1;
	color: #fff;
}
.imarket-c li:last-child .imarket-c-lt{
	float: right;
	text-align: right;
}
.imarket-c li:last-child .develop-a1-a{
	display: inline-block !important;
	padding-left: 0 !important;
	padding-right: 30px !important;
	background-position: right center;
}


.ifuture{
	position: relative;
	z-index: 3;
}
.ifuture-img{
	height: 695px;	
}
.ifuture-a{
	padding-top: 580px;
}
.ifuture-fffbj{
	margin-top: 30px;
	padding-bottom: 70px;
}

.bj-img{
	width: 100%;
	height: 780px;
	position: fixed;
	top: 100px;
	left: 0;
	z-index: 1;
}
.bj-img-div{
	width: 100%;
	background: #fff;
	height: 780px;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
}
.bj-img-div>div{
	background: no-repeat center;
	background-size: cover;
}
.bj-img-div .d1{
	height: 500px;
}
.bj-img-div .d2{
	height: 695px;
}
.bj-img-div .d3{
	height: 780px;
}
/*.bj-img-div.div1{
	height: 780px;
	overflow: hidden;
}
.bj-img-div.div2{
	height: 780px;
	overflow: hidden;
}
.bj-img-div.div3{
	height: 780px;
	overflow: hidden;
}*/

.sfnews{
	margin-top: 80px;
	margin-bottom: 80px;
	overflow: hidden;
	position: relative;
	z-index: 6;
}
.sfnews-a{
	width: 155px;
	height: 155px;
	background: #93c90d;
	color: #fff;
	float: left;
	padding: 35px 30px;
}
.sfnews-a1{
	font-size: 16px;
	line-height: 20px;

	text-transform: uppercase
}
.sfnews-a2{
	font-size: 18px;
	line-height: 1;
	margin: 10px 0;
}
.sfnews-a3{
	font-size: 14px;
	line-height: 1;
}
.sfnews-bc{
	width: calc(100% - 155px);
	width: -webkit-calc(100% - 155px);
	float: left;
	overflow: hidden;
}
.sfnews-b{
	width: 55%;
	float: left;
}
.sfnews-b a{
	display: block;
	width: 100%;
	height: 310px;
	background: #f8f9fd;
	color: #333;
	padding: 40px 45px;
	padding-left: 100px;
}
.sfnews-b a:first-child{
	background: #fff;
}
.sfnews-b1{
	font-size: 26px;
	height: 28px;
	line-height: 28px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}
.sfnews-b2{
	font-size: 14px;
	line-height: 1;
	margin-top: 15px;
}
.sfnews-b3{
	font-size: 14px;
	height: 50px;
	line-height: 25px;
	margin-top: 25px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.sfnews-b4{
	display: inline-block;
	font-size: 14px;
	line-height: 30px;
	border-bottom: 1px solid #333;
	margin-top: 35px;
}
.sfnews-b a:hover{
	color: #fff;
	background: url(../img/bj04.jpg) no-repeat center;
	background-size: cover;
	transition: all .3s;
  -webkit-transition:all .3s;
}
.sfnews-b a:hover .sfnews-b4{
	border-bottom: 1px solid #fff;
}
.sfnews-c{
	width: 45%;
	float: left;
	background: #f8f9fd;
}
.sfnews-c>a{
	display: block;
	width: 100%;
	height: 206.666px;
	padding: 60px 80px;
	border-left: 1px solid #eee;
}
.sfnews-c>a:nth-child(2){
	background: #fff;
}
.sfnews-c1{
	width: 80px;
	height: 80px;
	border: 1px solid #666;
	border-radius: 100%;
	text-align: center;
	line-height: 22px;
	font-size: 20px;
	color: #666;
	padding-top: 18px;
	float: left;
}
.sfnews-c2{
	width: calc(100% - 110px);
	width: -moz-calc(100% - 110px);
	float: right;
	font-size: 24px;
	color: #333;
	line-height: 30px;
	height: 90px;
	position: relative;
	top: 10px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}
.sfnews-c>a:hover{
	background: url(../img/bj05.jpg) no-repeat center;
	background-size: cover;
	transition: all .3s;
  -webkit-transition:all .3s;
}
.sfnews-c>a:hover .sfnews-c1{
	border: 1px solid #fff;
	color: #fff;
}
.sfnews-c>a:hover .sfnews-c2{
	color: #fff;
}

@media(max-width:1600px){
	.ban-swiper{
		height: 600px;
	}
	.iabout-b{
		font-size: 40px;
	}
	.imarket-a{
		font-size: 50px;
	}
	.imarket-c1{
		font-size: 38px;
		margin-top: 20px;
	}
	.imarket-c-lt{
		padding: 30px 40px;
	}
	.ifuture-a{
		padding-top: 400px;
	}
	.sfnews-b a{
		padding: 30px;
	}
	.sfnews-c>a{
		padding: 40px;
	}
	.sfnews-b1{
		font-size: 22px;
	}
	.sfnews-c2{
		font-size: 20px;
	}
	.sfnews-b a{
		height: 270px;
	}
	.sfnews-c>a{
		height: 180px;
	}
}
@media(max-width:1000px){
	.ban-swiper{
		height: 450px;
	}
	.iabout-lt,.iabout-rt{
		width: 100%;
	}
	.iabout-g{
		width: 400px;
		padding: 20px 35px;
	}
	.iabout-g1{
		font-size: 20px;
		margin-top: 15px;
	}
	.iabout-g2{
		font-size: 12px;
		line-height: 20px;
	}
	.iabout-swiper{
		padding-bottom: 50px;
	}
	.iabout-span span{
		width: 40px;
	}
	.imarket-a{
		font-size: 30px;
		padding-top: 200px;
	}
	.imarket-c li{
		height: auto;
	}
	.imarket-c-lt,.imarket-c-rt{
		width: 100%;
	}
	.imarket-c-lt{
		height: auto;
		padding: 40px;
	}
	.sfnews-a{
		width: 130px;
		height: 130px;
		padding: 20px;
	}
	.sfnews-bc{
		width: 100%;
	}
	.sfnews-c>a{
		padding:35px 25px;
	}
	.sfnews-c1{
		width: 50px;
		height: 50px;
		font-size: 12px;
		line-height: 15px;
		padding-top: 8px;
	}
	.sfnews-c2{
		width: calc(100% - 70px);
       width: -webkit-calc(100% - 70px);
       font-size: 14px;
       line-height: 25px;
       top: 0;
	}
	.sfnews-b3,.sfnews-b4{
		margin-top: 15px;
	}
	.sfnews-b a{
		height: 225px;
	}
	.sfnews-c>a{
		height: 150px;
	}
}
@media(max-width:750px){
	.ban-swiper{
		margin-top: 1rem;
		height: 5rem;
	}
	.ban-span>span{
		width: .3rem;
		height: 2px;
	}
	.ban-span span.swiper-pagination-bullet-active{
		width: .6rem;
	}
	.ban-video{
		display: none;
	}
	.bj-img{
		height: 7.8rem;
		top: 1rem;
	}
	.bj-img-div .d1{
		height: 5rem;
	}
	.bj-img-div .d2{
		height: 6.95rem;
	}
	.bj-img-div .d3{
		height: 7.8rem;
	}
	
	.inews-bj{
		padding: 0 .3rem;
		padding-top: .4rem;
		background: #fff;
		margin-top: 0;
	}
	.inews{
		width: 100%;
		height: auto;
		padding: .3rem;
	}
	.inews-a1{
		font-size: .28rem;
	}
	.inews-a2{
		font-size: .24rem;
		margin-top: .2rem;
	}
	.inews-a3{
		font-size: .26rem;
		height: .4rem;
		line-height: .4rem;
		margin-top: .1rem
	}
	.inews-swiper{
		padding-bottom: .4rem;
	}
	.inews-span{
		bottom: -.2rem !important;
	}
	.inews-span span{
		margin-right: .15rem !important;
	}
	.iabout-bj{
		padding-top: .4rem;
		padding-bottom: .5rem;
		margin-top: 0;
	}
	.iabout-b{
		font-size: .4rem;
		margin-top: .2rem;
		font-weight: bold;
	}
	.iabout-c{
		font-size: .24rem;
		margin-top: .2rem;
	}
	.iabout-d{
		font-size: .26rem;
		line-height: .45rem;
		margin-top: .3rem;
	}
	.iabout-rt{
		padding-top: .4rem;
		font-size: ;
	}
	.iabout-rt>div{
		font-size: .26rem;
		line-height: .45rem;
		padding-left: .3rem;
		background-size: .15rem .2rem;
		background-position: left .1rem;  
	}
	.iabout-swiper{
		margin-top: .6rem;
	}
	.iabout-g{
		position: relative;
		left: 0;
		top: 0;
		transform: inherit;
	    -ms-transform: inherit;
	    -webkit-transform: inherit;
	    width: 100%;
	    padding: .3rem .5rem;
	}
	.iabout-g1{
		font-size: .3rem;
		margin-top: .15rem;
		font-weight: bold;
	}
	.imarket-a{
		font-size: .4rem;
		font-weight: bold;
		padding-top: 3rem;
		padding-bottom: .4rem;
	}
	.imarket-b{
		padding-top: .4rem;
	}
	.imarket-c{
		top: 2rem;
		margin-top: -1rem;
	}
	.imarket-c-lt{
		padding: .3rem;
	}
	.imarket-c1{
		font-size: .4rem;
		margin-top: .2rem;
	}
	.imarket-c2{
		font-size: .24rem;
		line-height: .45rem;
		margin-top: .2rem;
	}
	.imarket-c-rt{
		height: 4rem;
	}
	.ifuture-fffbj{
		margin-top: .4rem;
		margin-bottom: .7rem;
	}
	.sfnews{
		margin-top: .7rem;
		margin-bottom: .7rem;
	}
	.sfnews-a{
		width: 2rem;
		height: 1.7rem;
		padding: .25rem;
	}
	.sfnews-a1{
		font-size: .3rem;
	}
	.sfnews-a2{
		font-size: .28rem;
		margin: .1rem 0;
	}
	.sfnews-a3{
		font-size: .26rem;
	}
	.sfnews-b,.sfnews-c{
		width: 100%;
	}
	.sfnews-c{
		background: #fff;
	}
	.sfnews-c>a:nth-child(2){
		background: #f8f9fd;
	}
	.sfnews-b a{
		height: auto;
		padding: .3rem;
	}
	.sfnews-b1{
		font-size: .32rem;
		height: .37rem;
		line-height: .38rem;
		font-weight: bold;
	}
	.sfnews-b2{
		font-size: .26rem;
		margin-top: .15rem;
	}
	.sfnews-b3{
		font-size: .26rem;
		line-height: .45rem;
		height: .9rem;
		margin-top: .2rem;
	}
	.sfnews-b4{
		font-size: .26rem;
		line-height: .45rem;
		margin-top: .25rem;
	}
	.sfnews-c>a{
		height: auto;
		padding: .3rem;
		overflow: hidden;
	}
	.sfnews-c2{
		font-size: .28rem;
		line-height: .45rem;
		height: auto;
		max-height: 1.35rem;
	}
}




/*关于我们*/
.about{
	width: 100%;
	background: #fff;
	position: relative;
	z-index: 2;
	padding-top: 45px;
}
.about-a{
	overflow: hidden;
	position: relative;
}
.about-a-lt{
	width: 33%;
	float: left;
}
.about-a1{
	padding-left: 30px;
	background: url(../img/ico05.png) no-repeat left top;
		font-size: 14px;
	line-height: 20px;
	color: #0828a3;
	font-weight: bold;
}
.about-a1>span{
	font-size: 16px;
	text-transform: uppercase;

}
.about-a2{
	font-size: 48px;
	line-height: 1.2;
	margin-top: 20px;
	color: #333;
}

.about-a3{
	font-size: 16px;
	color: #333;
	line-height: 32px;
	padding: 15px 25px;
	width: 88.7%;
	background: #fff;
	position: absolute;
	top: 160px;
	left: 25px;
	z-index: 2;
}

.about-a-rt{
	width: 66.45%;
	float: right;
}
.about-b{
	margin-top: 60px;
	overflow: hidden;
}
.about-b-lt{
	width: 465px;
	float: left;
}
.about-b-rt{
	width: calc(100%- 500px);
	width: -webkit-calc(100% - 500px);
	float: right;
	max-width: 940px;
	font-size: 16px;
	line-height: 30px;
	color: #333;
}
.about-c{
	width: 100%;
	height: 445px;
	background: no-repeat center;
	background-size: cover;
	color: #fff;
	text-align: center;
	margin-top: 35px;
}
.about-c1{
	font-size: 48px;
	line-height: 1.2;
	padding-top: 140px;
}
.about-c2{
	font-size: 14px;
	line-height: 1.2;
	margin-top: 15px;

}
.about-d-bj{
	height: 170px;
	position: relative;
	z-index: 2;
	margin-top: -105px;
	text-align: center;
	color: #333;
}
.about-d{
	background: #fff;
	padding: 20px;
}
.about-d1{
	font-size: 30px;
	line-height: 1;
	margin-top: 5px;
}
.about-d2{
	font-size: 12px;
	line-height: 1;
	margin-top: 8px;
	color: #666;

}
.about-e-bj{
	position: relative;
}
.about-e-x{
	width: 100%;
	height: 1px;
	border: 1px dashed #0f46c4;
	position: absolute;
	left: 0;
	top: 82px;
	opacity: .5;
}
.about-e{
	position: relative;
}
.aboutE-swiper .swiper-slide{
	text-align: center;
	height: 170px;
	cursor: pointer;
}
.about-e1{
	display: inline-block;
	width: 140px;
	height: 50px;
	color: #003974;
	font-size: 24px;
	line-height: 50px;
	position: relative
}
.about-e1:after{
	content: '';
	width: 15px;
	height: 15px;
	background: #ccc;
	transform: rotate(-45deg);
	position: absolute;
	background: #93c90d;
	bottom: -5px;
	left: 50%;
	margin-left: -7.5px;
	opacity: 0;
}
.about-e2{
	margin-top: 15px;
	text-align: center;
}
.about-e2>div{
	display: inline-block;
	width: 65px;
	height: 50px;
	background: #fff;
	line-height: 50px;
	text-align: center;
	position: relative;
}
.about-e2>div:after{
	content: '';
	width: 32px;
	height: 32px;
	background: #0f46c4;
	display: inline-block;
	border-radius: 100%;
}
.aboutE-next,.aboutE-prev{
	opacity: 1;
}
.aboutE-swiper .swiper-slide.on .about-e1{
		background: #93c90d;
		color: #fff;
}
.aboutE-swiper .swiper-slide.on .about-e1:after{
		opacity: 1;
}
.aboutE-swiper .swiper-slide.on .about-e2>div:after{
	width: 40px;
	height: 40px;
	background: #93c90d;
	position: relative;
	top: -3px;
}
.about-next{
	position: absolute;
	top: 50%;
	width: 40px;
	height: 170px;
	right: 0;
	margin-top: -85px;
	background:rgba(0,0,0,.4) url(../img/ico14_1.png) no-repeat center;
}
.about-prev{
	position: absolute;
	top: 50%;
	width: 40px;
	height: 170px;
	left: 0;
	margin-top: -85px;
	background:rgba(0,0,0,.4)  url(../img/ico14.png) no-repeat center;
}

.about-f{
	margin-top: 15px;
	text-align: center;
	margin-bottom: 150px;
}
.about-f li{
	margin-top: 15px;
}
.about-f1{
	display: inline-block;
	width: 325px;
	height: 50px;
	background: #93c90d;
	border-top-left-radius: 30px;
	border-bottom-right-radius: 20px;
	margin-right: 45px;
	line-height: 50px;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
}
.about-f1>img{
	position: relative;
	top: -2px;
}
.about-f1>span{
	font-size: 16px;

	text-transform: uppercase
}
.about-f2{
	display: inline-block;
	font-size: 24px;
	line-height: 50px;
	color: #0828a3;
}
.about-g-bj{
	background: no-repeat center top;
}
.about-gh{
	position: relative;
}
.about-gh1{
	text-align: center;
	position: absolute;
	left: 0;
	bottom: 40px;
	width: 100%;
	text-align: center;
	font-size: 48px;
	color: #fff;
	line-height: 1;
}
.about-g{
	text-align: center;
	padding-top: 55px;
	padding-bottom: 120px;
}
.about-h{
	width: calc(100% + 25px);
	width: -webkit-calc(100% + 25px);
	overflow: hidden;
	margin-top: 50px;
	margin-bottom: 40px;
}
.about-h li{
	width: calc(25% - 25px);
	width: -webkit-calc(25% - 25px);
	float: left;
	margin-right: 25px;
	margin-bottom: 30px;
	height: 380px;
	background: #f8f8f8;
	padding: 40px 25px;
	color: #333;
}
.about-h1{
	font-size: 18px;
	line-height: 30px;
	height: 90px;
	padding-left: 40px;
	font-weight: bold;
	background: url(../img/ico05.png)no-repeat left 10px;
	transition: all .3s;
  -webkit-transition:all .3s;
}
.about-h2{
	width: 20px;
	height: 3px;
	background: #93c90d;
	margin-top: 10px;
	margin-left: 40px;
	transition: all .3s;
  -webkit-transition:all .3s;
}
.about-h3{
	font-size: 16px;
	font-family: tahoma;
	line-height: 24px;
	margin-top: 20px;
	padding-left: 40px;
	background: url(../img/ico16.png)no-repeat left center;
	transition: all .3s;
  -webkit-transition:all .3s;
}
.about-h4{
	font-size: 14px;
	line-height: 28px;
	margin-top: 20px;
	padding-left: 40px;
	background: url(../img/ico17.png)no-repeat left 5px;
	transition: all .3s;
  -webkit-transition:all .3s;
}
.about-h li:hover{
	color: #fff;
	background: url(../img/bj14.jpg)no-repeat center;
	background-size: cover;
}
.about-h li:hover .about-h2{
	background: #fff;
	transition: all .3s;
  -webkit-transition:all .3s;
}
.about-h li:hover .about-h1{
	background-image: url(../img/ico05_1.png);
	transition: all .3s;
  -webkit-transition:all .3s;
}
.about-h li:hover .about-h3{
	background-image: url(../img/ico16_1.png);
	transition: all .3s;
  -webkit-transition:all .3s;
}
.about-h li:hover .about-h4{
	background-image: url(../img/ico17_1.png);
	transition: all .3s;
  -webkit-transition:all .3s;
}
.about-i-bj{
	height: 450px;
	background: no-repeat center;
	background-size: cover;
}
.about-i{
	padding-top: 60px;
	color: #fff;
	text-align: center;
}
.about-i1{
	font-size: 30px;
	line-height: 1;
	margin-top: 8px;
}
.about-i2{
	font-size: 12px;
	line-height: 1;

	text-transform: uppercase;
	margin-top: 10px;
}
.about-i3{
	position: relative;
	margin-top: 60px;
}
.aboutI-swiper .swiper-slide{
	height: 170px;
	line-height: 170px;
	text-align: center;
	font-size: 0;
}
.aboutI-swiper .swiper-slide img{
	max-height: 100%;
}

@media(max-width:1600px){
	.about-a2{
		font-size: 36px;
	}
	.about-a3{
		top: 120px;
	}
	.about-c1{
		font-size: 38px;
	}
	.about-f1{
		height: 40px;
		line-height: 40px;
		margin-right: 30px;
	}
	.about-f2{
		font-size: 20px;
		line-height: 40px;
	}
	.about-e1{
		font-size: 24px;
	}
	.about-f{
		margin-bottom: 100px;
	}
	.about-gh1{
		font-size: 38px;
	}
	.about-h1{
		font-size: 16px;
		line-height: 25px;
		height: 75px;
	}
	.about-h3{
		font-size: 16px;
	}
	.about-h4{
		line-height: 25px;
	}
	.about-h li{
		padding: 30px 20px;
		height: 360px;
	}
	.aboutI-swiper .swiper-slide{
		padding: 0 10px;
	}
}
@media(max-width:1200px){
	.about-a-lt,.about-a-rt{
		width: 100%;
	}
	.about-a3{
		background: inherit;
		width: 100%;
		float: left;
		position: relative;
		top: inherit;
		left: inherit;
		padding: 0;
		margin-bottom: 20px;
		margin-top: 30px;
	}
	.about-b-lt,.about-b-rt{
		width: 100%;
	}
	.about-b-rt{
		margin-bottom: 40px;
	}
	.about-c{
		height: 340px;
	}
	.about-c1{
		padding-top: 100px;
	}
	.about-e1{
		width: 120px;
		font-size: 18px;
	}
	.about-f1{
		width: 300px;
	}
	.about-f2{
		width: 100%;
		line-height: 30px;
		font-size: 20px;
		margin-top: 15px;
	}
	.about-h li{
		width: calc(33.333% - 25px);
        width: -webkit-calc(33.333% - 25px);
	}
	.about-next,.about-prev{
		width: 30px;
		background-size: 15px 30px;
	}
}
@media(max-width:1000px){
	.about-h1,.about-h3,.about-h4{
		padding-left: 25px;
	}
	.about-h2{
		margin-left: 25px;
	}
}
@media(max-width:750px){
	.about{
		padding-top: .6rem;
	}
	.about-a-lt{
		width: 100%;
	}
	.about-a1{
		font-size: .24rem;
		padding-left: .35rem;
		background-size: .28rem .23rem;
		background-position: left center;
	}
	.about-a1>span{
		font-size: .3rem;
	}
	.about-a2{
		font-size: .4rem;
		margin-top: .2rem;
		font-weight: bold;
	}
	.about-a3{
		font-size: .26rem;
		line-height: .45rem;
		margin-top: .2rem;
	}
	.about-b{
		margin-top: .4rem;
	}
	.about-b-lt{
		/*width: 60%;*/
	}
	.about-b-rt{
		font-size: .26rem;
		line-height: .45rem;
		margin-top: .3rem;
	}
	.about-c1{
		font-size: .4rem;
		padding-top: 1rem;
	}
	.about-c2{
		font-size: .24rem;
		line-height: .4rem;
		margin-top: .2rem;
	}
	.about-c{
		height: 4rem;
		margin-top: .3rem;
	}
	.about-d{
		padding: .2rem;	
	}
	.about-d1{
		font-size: .4rem;
		margin-top: 0;
	}
	.about-d2{
		font-size: .24rem;
		margin-top: .1rem;
	}
	.about-d-bj{
		height: auto;
		margin-top: -1rem;
		margin-bottom: .1rem;
	}
	.about-e1{
		width: 1.6rem;
		font-size: .24rem;
		height: .7rem;
		line-height: .7rem;
	}
	.about-e{
		padding: 0 .5rem;
	}
	.about-e2>div{
		width: 1rem;
		height: .5rem;
		line-height: .5rem;
	}
	.about-e2>div:after{
		width: .35rem;
		height: .35rem;
	}
	.aboutE-swiper .swiper-slide.on .about-e2>div:after{
		height: .45rem;
		width: .45rem;
		top: .05rem;
	}
	.about-e-x{
		top: 1.35rem;
	}
	.aboutE-swiper .swiper-slide{
		height: 2rem;
	}
	.about-next, .about-prev{
		width: .4rem;
		height: 2rem;
		margin-top: -1rem;
	}
	.about-f{
		margin-top: .2rem;
		margin-bottom: .6rem;
	}
	.about-f1{
		font-size: .24rem;
		width: auto;
		padding: 0 .4rem;
		margin: 0;
		height: .6rem;
		line-height: .6rem;
	}
	.about-f1>span{
		font-size: .26rem;
	}
	.about-f2{
		font-size: .26rem;
		line-height: .45rem;
		margin-top: .15rem;
	}
	.about-gh1{
		font-size: .4rem;
		bottom: .2rem;
	}
	.about-g{
		padding-top: .5rem;
		padding-bottom: .6rem;
	}
	.about-h{
		margin-top: .6rem;
		margin-bottom: .7rem;
		width: calc(100% + .2rem);
    width: -webkit-calc(100% + .2rem);
	}
	.about-h li{
		width: calc(50% - .2rem);
    width: -webkit-calc(50% - .2rem);
    margin-bottom: .3rem;
    margin-right: .2rem;
    padding: .3rem .2rem;
    height: 6.5rem;
	}
	.about-h1{
		font-size: .24rem;
		line-height: .35rem;
		height: 1.55rem;
		background-size: .35rem .25rem;
	}
	.about-h3{
		font-size: .28rem;
		line-height: .45rem;
		margin-top: .15rem;
		background-size: .3rem .3rem;
	}
	.about-h4{
		font-size: .24rem;
		line-height: .35rem;
		margin-top: .2rem;
		background-size: .3rem .3rem;
	}
	.about-i-bj{
		height: auto;
	}
	.about-i{
		padding-top: .6rem;
		padding-bottom: .6rem;
	}
	.about-i1{
		font-size: .5rem;
		margin-top: 0;
	}
	.about-i3{
		margin-top: .4rem;
		padding: 0 .5rem;
	}
	.aboutI-swiper .swiper-slide{
		height: 2rem;
		line-height: 2rem;
	}
}


/*新闻中心*/
.news-bj{
	position: relative;
	z-index: 2;
	background: #fff;
	width: 100%;
}
.news{
	padding-top: 80px;
	padding-bottom: 90px;
}
.news-ul{
	width: 100%;
	margin-bottom: 20px;
}
.news-ul a{
	display: block;
	padding-left: 200px;
	height: 150px;
	position: relative;
}
.news-ul a:last-child .news-c{
	display: none;
}
.news-a{
	font-size: 24px;
	color: #93c90d;
	line-height: 1;
	position: absolute;
	top: 0;
	left: 0;
}
.news-b{
	width: 20px;
	height: 20px;
	border-radius: 100%;
	background: #0f46c4;
	position: absolute;
	top: 0;
	left: 145px;
	z-index: 2;
}
.news-c{
	width: 1px;
	height: 100%;
	background: #ccc;
	position: absolute;
	left: 155px;
	top: 10px;
	z-index: 1;
}
.news-d{
	font-size: 24px;
	line-height: 25px;
	height: 25px;
	color: #0f46c4;
	font-weight: bold;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}
.news-e{
	font-size: 14px;
	line-height: 28px;
	height: 90px;
	color: #666;
	margin-top: 5px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}
@media(max-width:1600px){
	.news-d,.news-a{
		font-size: 20px;
		height: 22px;
		line-height: 22px;
	}
	.news-ul a{
		padding-left: 160px;
	}
	.news-b{
		left: 120px;
	}
	.news-c{
		left: 130px;
	}
}
@media(max-width:750px){
	.news{
		padding-top: .6rem;
		padding-bottom: .7rem;
	}
	.news-b,.news-c{
		display: none;
	}
	.news-ul a{
		padding: 0;
		padding-top: .5rem;
		height: auto;
		margin-bottom: .2rem;
	}
	.news-d{
		font-size: .3rem;
		line-height: .35rem;
		height: .34rem;
	}
	.news-e{
		font-size: .24rem;
		line-height: .45rem;
		margin-top: .1rem;
		height: 1.35rem;
	}
	.news-a{
		font-size: .3rem;
		line-height: .4rem;
		height: .4rem;
	}
}


/*新闻详情*/
.newsinfo{
	padding-top: 50px;
	padding-bottom: 50px;
}
.newsinfo-a{
	font-size: 30px;
	line-height: 40px;
	color: #0f46c4;
	text-align: center;
}
.newsinfo-b{
	font-size: 0;
     text-align: center;
     margin-top: 10px;
}
.newsinfo-c{
	font-size: 16px;
	line-height: 1;
	color: #333;
	text-align: center;
	margin-top: 15px;
}
.newsinfo-d{
	padding: 0 45px;
	padding-top: 60px;
	padding-bottom: 100px;
	position: relative;
	font-size: 16px;
	color: #666;
	line-height: 30px;
}
.newsinfo-d:after{
	content: '';
	width: 48px;
	height: 36px;
	background: url(../img/ico21.png) no-repeat center;
	background-size: cover;
	position: absolute;
	top: 0;
	left: 0;
}
.newsinfo-d:before{
	content: '';
	width: 48px;
	height: 36px;
	background: url(../img/ico21_1.png) no-repeat center;
	background-size: cover;
	position: absolute;
	bottom: 0;
	right: 0;
}
@media(max-width:750px){
	.newsinfo{
		padding-top: .7rem;
		padding-bottom: .7rem;
	}
	.newsinfo-a{
		font-size: .3rem;
		line-height: .5rem;
		font-weight: bold;
	}
	.newsinfo-b{
		margin-top: .15rem;
	}
	.newsinfo-c{
		font-size: .28rem;
		margin-top: .15rem;
	}
	.newsinfo-d{
		margin-top: .3rem;
		padding: .5rem 0;
		padding-top: .3rem;
		font-size: .24rem;
		line-height: .45rem;
	}
	.newsinfo-d:before,.newsinfo-d:after{
		width: .3rem;
		height: .25rem;
	}
}


/*联系我们*/
.contact-bj{
	background: #fff;
	position: relative;
	z-index: 2;
}
.contact-a{
	background: #fff;
	
	padding-top: 30px;
	padding-bottom: 30px;
	text-align: center;
	color: #333;
	position: relative;
	top: -65px;
}
.contact-a1{
	line-height: 1;
	font-size: 0;
}
.contact-a2{
	font-size: 30px;
	line-height: 1;
	margin-top: 15px;
}
.contact-a3{
	font-size: 12px;
	line-height: 1;
	color: #666;

	text-transform: uppercase;
	margin-top: 10px;
}
.contact-b{
	margin: 0 auto;
	margin-top: -50px;
	width: 100%;
	max-width: 1320px;
	overflow: hidden;
	position: relative;
}
.contact-b .int1{
	width: 48%;
	float: left;
	font-size: 18px;
	color: #333;
	padding: 0 20px;
	height: 65px;
	border: 1px solid #ccc;
	border-radius: 8px;
	margin-bottom: 20px;
}
.contact-b .int1:nth-child(2n + 0){
	float: right;
}
.contact-b>textarea{
	width: 100%;
	height: 285px;
	font-size: 18px;
	line-height: 25px;
	color: #333;
	padding: 20px;
	padding-bottom: 50px;
	border: 1px solid #ccc;
	border-radius: 8px;
}
.contact-b .sub1{
	display: inline-block;
	font-size: 14px;
	color: #0828a3;
	line-height: 25px;
	position: absolute;
	right: 20px;
	bottom: 20px;
	border: 0;
	background: inherit;
}
.contact-c{
	padding-top: 95px;
	overflow: hidden;
	padding-bottom: 65px;
}
#map{
	width: 54.65%;
	float: left;
	height: 620px;
}
.contact-c-rt{
	width: 45.35%;
	float: right;
	padding-top: 25px;
	padding-left: 40px;
}
.contact-c-ul{
	margin-top: 25px;
}
.contact-c-ul li{
	margin-bottom: 25px;
	position: relative;
	font-size: 16px;
	line-height: 25px;
	color: #333;
	overflow: hidden;
}
.contact-c1{
	width: 135px;
	float: left;
}
.contact-c2{
	width: calc(100% - 135px);
	width: -webkit-calc(100% - 135px);
	float: right;
}
.contact-c2>div{
	width: 100%;
}
.contact-c2>div>span{
	display: inline-block;
	margin-right: 15px;
}
.contact-c2>div>span:last-child{
	margin-right: 0;
}
@media(max-width:1600px){
	.contact-c-rt{
		padding-top: 0;
	}
	.contact-c-ul li{
		margin-bottom: 15px;
	}
	.contact-b .int1{
		height: 50px;
	}
	.contact-b>textarea{
		height: 220px;
	}
	
}
@media(max-width:1000px){
	#map{
		width: 100%;
		margin-bottom: 20px;
		height: 300px;
	}
	.contact-c-rt{
		padding-left: 0;
		width: 100%;
	}
}
@media(max-width:750px){
	.contact-a{
		padding-top: .3rem;
		padding-bottom: .3rem;
		top: -.7rem;
	}
	.contact-a2{
		font-size: .4rem;
		font-weight: bold;
		margin-top: .25rem;
	}
	.contact-a3{
		font-size: .24rem;
		margin-top: .2rem;
	}
	.contact-b{
		margin-top: -.4rem;
	}
	.contact-b .int1{
		font-size: .26rem;
		height: .7rem;
		padding: 0 .2rem;
	}
	.contact-b>textarea{
		font-size: .26rem;
		line-height: .45rem;
		padding: .2rem;
		padding-bottom: .6rem;
		height: 2.5rem;
	}
	.contact-b .sub1{
		font-size: .24rem;
		line-height: .4rem;
		right: .2rem;
		bottom: .3rem;
	}
	.contact-c{
		padding-top: .5rem;
		padding-bottom: .6rem;
	}
	#map{
		height: 4rem;
		margin-bottom: .5rem;
	}
	.contact-c-ul{
		margin-top: .3rem;
	}
	.contact-c-ul li{
		margin-bottom: .2rem;
		font-size: .24rem;
		line-height: .45rem;
	}
	.contact-c1{
		width: 100%;
		font-weight: bold;
	}
	.contact-c2{
		width: 100%;
	}
}


/*投资者关系*/
.investor-bj{
	background: #fff;
	padding-top: 60px;
	position: relative;
	z-index: 2;
}
.investor{
	overflow: hidden;
}
.investor-a{
	width: calc(100% - 500px);
	width: -moz-calc(100% - 500px);
	float: left;
	padding-top: 30px;
	padding-right: 40px;
}
.investor-a1{
	overflow: hidden;
	margin-bottom: 60px;
}
.investor-a1>a{
	display: block;
	width: 170px;
	height: 50px;
	font-size: 16px;
	float: left;
	margin-left: 45px;
	text-align: center;
	color: #333;
	cursor: pointer;
	line-height: 50px;
	background: #f5f5f5;
	border-top-left-radius: 20px;
	border-bottom-right-radius: 20px;
	transition: all .3s;
  -webkit-transition:all .3s;
}
.investor-a1>a:first-child{
	margin-left: 0;
}
.investor-a1>a>span{
	display: inline-block;
	width: 23px;
	height: 15px;
	background: url(../img/ico05_2.png) no-repeat center;
	background-size: cover;
	transition: all .3s;
  -webkit-transition:all .3s;
}
.investor-a1>a:hover{
	opacity: .8;
}
.investor-a1>a.on{
	color: #fff;
	background: #93c90d;
	transition: all .3s;
  -webkit-transition:all .3s;
}
.investor-a1>a.on>span{
	background-image: url(../img/ico05_1.png);
	transition: all .3s;
  -webkit-transition:all .3s;
}
.investor-b{
	width: 500px;
	float: right;
	min-height: 880px;
	border-left: 1px solid #ccc;
	padding-left: 35px;
	padding-top: 50px;
}
.investor-b1{
	margin-top: 20px;
	background: #fdfdfd;
	border: 1px solid #e1e1e1;
}
.investor-b1-a{
	font-size: 48px;
	line-height: 1;
	padding-top: 50px;
	padding-left: 30px;
	margin-bottom: 35px;
}
.investor-b1-b{
	font-size: 18px;
	line-height: 25px;
	margin-bottom: 25px;
	padding-left: 30px;
}
.investor-b1-b>span{
	margin: 0 45px;
}
#maps{
	width: 100%;
	height: 350px;
}
.investor-b2{
	display: inline-block;
	margin-top: 35px;
	font-size: 14px;
	color: #0828a3;
	line-height: 35px;
	border-bottom: 1px solid #0828a3;
}
.investor-b2:hover{
	color: #0828a3;
	font-weight: bold;
}
@media(max-width:1200px){
	.investor-b1-a{
		font-size: 38px;
	}
	.investor-a{
		width: 100%;
		margin-bottom: 50px;
		padding: 0;
	}
	.investor-b{
		width: 100%;
		padding: 0;
		border: 0;
		min-height: auto;
		margin-bottom: 50px;
	}
}
@media(max-width:750px){
	.investor-bj{
		padding-top: .7rem;
	}
	.investor-a{
		margin-bottom: .7rem;
	}
	.investor-a1{
		margin-bottom: .4rem;
	}
	.investor-a1>a{
		width: 5rem;
		height: .7rem;
		font-size: .26rem;
		line-height: .7rem;
		margin-left: .0rem;
		margin-bottom: .2rem;
	}
	.investor-a1>a>span{
		width: .3rem;
		height: .2rem;
	}
	.investor-b1-a{
		font-size: .4rem;
		padding-top: .4rem;
		padding-left: .3rem;
		margin-bottom: .3rem;
	}
	.investor-b1-b{
		font-size: .28rem;
		line-height: .4rem;
		padding: 0 .3rem;
		margin-bottom: .2rem;
	}
	.investor-b1-b>span{
		margin: 0 .1rem;
	}
	#maps{
		height: 3rem;
	}
	.investor-b2{
		font-size: .26rem;
		line-height: .45rem;
		margin-top: .3rem;
	}
}


/*人才招聘*/
.recruit-bj{
	background: #fff;
	position: relative;
	z-index: 2;
	padding-top: 80px;
	padding-bottom: 90px;
}
.recruit-b{
	margin-top: 30px;
	overflow: hidden;
	margin-bottom: 75px;
}
.recruit-b1{
	width: 35.5%;
	float: left;
	font-size: 30px;
	color: #333;
	line-height: 70px;
}
.recruit-b2{
	width: 62.25%;
	float: right;
	padding-left: 22px;
	font-size: 16px;
	padding-top: 15px;
	color: #333;
	line-height: 35px;
	background: url(../img/ico04.png) no-repeat left 24px;
}
.recruit-c li{
	margin-top: 40px;
}
.recruit-c1{
	font-size: 24px;
	color: #0828a3;
	line-height: 65px;
	padding-left: 45px;
	background: url(../img/ico05.png) no-repeat left center;
	padding-right: 70px;
	position: relative;
	border-bottom: 1px solid #eee;
	
}
.recruit-c1:after{
	content: '';
	width: 55px;
	height: 55px;
	background: url(../img/ico23_1.png) no-repeat center;
	position: absolute;
	top: 5px;
	right: 0;
	transition: all .3s;
  -webkit-transition:all .3s;
}
.recruit-c1.on:after{
	background-image: url(../img/ico23.png);
	transition: all .3s;
  -webkit-transition:all .3s;
}
.recruit-c2{
	padding-top:45px;
	display: none;
}
.recruit-c2-a{
	font-size: 36px;
	line-height: 1;
	color: #0828a3;
	margin-top: 10px;
}
.recruit-c2-b{
	font-size: 18px;
	line-height: 30px;
	color: #333;
	padding: 30px;
}
.recruit-c2-b>a{
	color: #0828a3;
}
.recruit-c2-b>a:hover{
	color: #0828a3;
	opacity: .8;
}
@media(max-width:1600px){
	.recruit-b1{
		font-size: 26px;
		line-height: 50px;
	}
	.recruit-b2{
		padding-top: 10px;
		background-position-y: 18px;
	}
	.recruit-c2-a{
		font-size:28px;
	}
	.recruit-c2-b{
		font-size: 16px;
		line-height: 25px;
	}
}
@media(max-width:1000px){
	.recruit-b1,.recruit-b2{
		width: 100%;
	}
}
@media(max-width:750px){
	.recruit-bj{
		padding-top: .7rem;
		padding-bottom: .7rem;
	}
	.recruit-b{
		margin-top: .4rem;
		margin-bottom: .6rem;
	}
	.recruit-b1{
		font-size: .35rem;
		line-height: .6rem;
		font-weight: bold;
	}
	.recruit-b2{
		font-size: .28rem;
		line-height: .5rem;
		padding-top: 0;
		padding-left: .2rem;
		margin-top: .3rem;
		background-size: .12rem.2rem;
		background-position-y: .14rem;
	}
	.recruit-c li{
		margin-top: .3rem;
	}
	.recruit-c1{
		font-size: .3rem;
		line-height: .7rem;
		padding-left: .3rem;
		padding-right: .6rem;
		background-size: .23rem .2rem;
	}
	.recruit-c1:after{
		width: .5rem;
		height: .5rem;
		top: .1rem;
		background-size: cover;
	}
	.recruit-c2{
		padding-top: .25rem;
	}
	.recruit-c2-a{
		font-size: .34rem;
		margin-top: .1rem;
	}
	.recruit-c2-b{
		font-size: .26rem;
		line-height: .45rem;
		padding:.3rem .2rem;
	}
}


/*产品中心*/
.product-bj{
	position: relative;
	z-index: 2;
	background: #fff;
}
.product{
	padding-top: 50px;
	padding-bottom: 75px;
}
.product li{
	margin-bottom: 75px;
	overflow: hidden;
}
.product li:last-child{
	margin-bottom: 0;
}
.product-lt{
	width: 630px;
	float: left;
	overflow: hidden;
}
.product-rt{
	width: calc(100% - 675px);
	width: -webkit-calc(100% - 675px);
	float: right;
	padding-top: 35px;
}
.product-a{
	display: inline-block;
	font-size: 36px;
	color: #333;
	line-height: 1;
	padding-left: 60px;
	background: url(../img/ico05_3.png) no-repeat left center;
}
.product-a>span{
	display: inline-block;
	font-size: 16px;
	color: #b2b2b2;

	text-transform: uppercase;
	margin-left: 10px;
}
.product-a:hover{
	color: #333;
}
.product-b{
	display: block;
	font-size: 16px;
	color: #333;
	line-height: 30px;
	margin-top: 30px;
	min-height: 150px;
}
.product-b:hover{
	color: #333;
}
.product-c{
	margin-top: 40px;
	overflow: hidden;
}
.product-c>a{
	display: inline-block;
	width: 350px;
	height: 50px;
	line-height: 50px;
	padding-left: 30px;
	float: left;
	margin-right:45px;
	background: #93c90d;
	color: #fff;
	font-size: 16px;
	border-top-left-radius: 30px;
	border-bottom-right-radius: 30px;
	position: relative;
	margin-bottom: 15px;
	transition: all .3s;
  -webkit-transition:all .3s;
}
.product-c>a:last-child{
	margin-right: 0;
}
.product-c>a>span{
	display: inline-block;
	font-size: 35px;
	line-height: 45px;
	position: absolute;
	top: 0;
	left: 300px;
}
.product-c>a:hover{
	background: #87b70f;
	transition: all .3s;
  -webkit-transition:all .3s;
}

@media(max-width:1600px){
	.product-rt{
		padding-top: 10px;
	}
	.product-b{
		margin-top: 20px;
	}
	.product-a{
		font-size: 30px;
	}
	.product-b{
		font-size: 14px;
		line-height: 25px;
	}
	.product-c>a{
		font-size: 14px;
		width: 320px;
		margin-right: 30px;
		padding-left: 20px;
	}
	.product-c>a>span{
		left: 280px;
		font-size: 30px;
	}
	.product{
		
	}
	.product li{
		margin-bottom: 40px;
	}
	.product-lt{
		width: 580px;
	}
	.product-rt{
		width: calc(100% - 620px);
		width: -webkit-calc(100% - 620px);
	}
	.product-c{
		margin-top: 20px;
	}
}
@media(max-width:1200px){
	.product-lt{
		width: 49%;
	}
	.product-rt{
		width: 49%;
	}
}
@media(max-width:1000px){
	.product-lt{
		width: 100%;
		max-width: 630px;
	}
	.product-rt{
		width:100%;
		padding-top: 30px;
	}
	.product-b{
		min-height: auto;
	}
}
@media(max-width:750px){
	.product-a{
		font-size: .35rem;
		padding-left: .5rem;
		background-size: .3rem .25rem;
		font-weight: bold;
	}
	.product-a>span{
		font-size: .24rem;
		margin-left: .15rem;
	}
	.product-rt{
		padding-top: .3rem;
	}
	.product-b{
		font-size: .26rem;
		line-height: .45rem;
		margin-top: .25rem;
	}
	.product-c{
		margin-top: .2rem;
	}
	.product-c>a{
		font-size: .26rem;
		height: .7rem;
		line-height: .7rem;
		margin-right: .2rem;
		margin-bottom: .15rem;
		padding-left: .15rem;
		width: 6rem;
		border-top-left-radius: 10px;
    border-bottom-right-radius: 10px;
	}
	.product-c>a>img{
		width: .3rem;
	}
	.product-c>a>span{
		font-size: .4rem;
		line-height: .7rem;
		left: 5.5rem;
	}
	.product{
		padding-top: .7rem;
		padding-bottom: .7rem;
	}
	.product{
		padding-bottom: .4rem;
	}
	.product li{
		margin-bottom: .3rem;
	}
}


/*产品详情*/
.productinfo{
	padding-top: 35px;
}
.productinfo-a{
	overflow: hidden;
	margin-bottom: 50px;
}
.productinfo-a1{
	width: 570px;
	float: left;
	overflow: hidden;
}
.productinfo-a2{
	width: calc(100% - 640px);
	width: -moz-calc(100% - 640px);
	float: right;
}
.productinfo-a2-a{
	font-size: 36px;
	color: #333;
	line-height: 1.2;
	padding-top: 20px;
	margin-bottom: 50px;
}
.productinfo-a2-b{
	font-size: 24px;
	color: #0f46c4;
	line-height: 1;
	padding-bottom: 20px;
	position: relative;
}
.productinfo-a2-b:after{
	content: '';
	width: 40px;
	height: 1px;
	background: #93c90d;
	position: absolute;
	left: 0;
	bottom: 0;
}
.productinfo-a2-c{
	font-size: 16px;
	line-height: 25px;
	color: #333;
	min-height: 50px;
	margin-top: 15px;
	margin-bottom: 30px;
}
.productinfo{
	padding-bottom: 90px;
}
.productinfo-b{
	margin-bottom: 90px;
}
.productinfo-b:last-child{
	margin-bottom: 0;
}
.productinfo-b1{
	height: 60px;
	position: relative;
	border-bottom: 1px solid #e1e1e1;
	padding-top: 5px;
}
.productinfo-b1-b{
	width: 52px;
	height: 52px;
	background: url(../img/ico23.png) no-repeat center;
	background-size: cover;
	position: absolute;
	top: 0;
	right: 0;
	transition: all .3s;
  -webkit-transition:all .3s;
}
.productinfo-b1.on .productinfo-b1-b{
	background-image: url(../img/ico23_1.png);
	transition: all .3s;
  -webkit-transition:all .3s;
}
.productinfo-b2{
	padding: 15px 0;
	font-size: 16px;
	color: #333;
	line-height: 25px;
}
.productinfo-b2-a{
	font-size: 22px;
	margin-top: 25px;
	margin-bottom: 5px;
}
.productinfo-b2-tb{
	max-width: 100%;
	overflow: auto;
	padding-bottom: 10px;
}
.productinfo-b2 table{
	width: 100%;
	text-align: center;
	background: #f5f5f5;
	min-width: 800px;
}
.productinfo-b2 table tr{
	/*display: flex;*/
}
.productinfo-b2 table td{
	/*width: 33.333%;*/
	padding: 10px;
	font-size: 18px;
	color: #333;
	line-height: 25px;
	border-left: 2px solid #fff;
	transition: all .3s;
  -webkit-transition:all .3s;
}
.productinfo-b2 table th{
	/*width: 33.333%;*/
	padding: 10px;
	font-size: 18px;
	color: #fff;
	line-height: 25px;
	border-left: 2px solid #fff;
}
.productinfo-b2 table tr:nth-child(2n + 0){
	background: #e4e4e4;
}
.productinfo-b2 table tr:first-child{
	background: #0f46c4;
}
.productinfo-b2 table tr:hover td{
	background: #93c90d;
	color: #fff;
	transition: all .3s;
  -webkit-transition:all .3s;
}
@media(max-width:1600px){
	.productinfo-a2-a{
		font-size: 30px;
		margin-bottom: 30px;
	}
	.productinfo-a2-b{
		font-size: 20px;
	}
	.productinfo-b2{
		font-size: 14px;
	}
	.productinfo-b2 table th,.productinfo-b2 table td{
		font-size: 15px;
	}
}
@media(max-width:1200px){
	.productinfo-a1{
		width: 450px;
	}
	.productinfo-a2{
		width: calc(100% - 480px);
		width: -moz-calc(100% - 480px);
	}
	.productinfo-a2-a{
		padding-top: 0;
	}
	.productinfo-b{
		margin-bottom: 40px;
	}
}
@media(max-width:1000px){
	.productinfo-a2{
		width: 100%;
		margin-top: 30px;
	}
}
@media(max-width:750px){
	.productinfo{
		padding-top: .6rem;
	}
	.productinfo-a1{
		width: 100%;
	}
	.productinfo-a2{
		margin-top: .4rem;
	}
	.productinfo-a2-a{
		font-size: .4rem;
		margin-bottom: .3rem;
		font-weight: bold;
	}
	.productinfo-a2-b{
		font-size: .3rem;
		padding-bottom: .15rem;
	}
	.productinfo{
		padding-bottom: .7rem;
	}
	.productinfo-a2-c{
		font-size: .28rem;
		line-height: .45rem;
		margin-top: .15rem;
		margin-bottom: .25rem;
		min-height: auto;
	}
	.productinfo-b1{
		height: .6rem;
		padding-top: 0;
	}
	.productinfo-b1-b{
		width: .5rem;
		height: .5rem;
	}
	.productinfo-a{
		margin-bottom: .4rem;
	}
	.productinfo-b2{
		padding: .15rem;
		font-size: .24rem;
		line-height: .45rem;
	}
	.productinfo-b2-a{
		font-size: .32rem;
		margin-top: .25rem;
		margin-bottom: .1rem;
	}
	.productinfo-b{
		margin-bottom: .3rem;
	}
	.productinfo-b2 table th, .productinfo-b2 table td{
		font-size: .26rem;
		line-height: .45rem;
		padding: .15rem;
	}
}



/*可持续发展*/
.develop-bj{
	background: #fff;
	position: relative;
	z-index: 2;
}
.develop-a{
	width: 100%;
	height: 244px;
	background: url(../img/bj17.jpg) no-repeat center;
	background-size: cover;
	text-align: center;
	position: relative;
	top: -120px;
}
.develop-a-cont{
	display: inline-block;
	width: 100%;
	max-width: 840px;
	overflow: hidden;
	text-align: left;
}
.develop-a1{
	float: left;
	padding-top: 60px;
}
.develop-a1-a{
	color: #fff;
	background-image: url(../img/ico05_1.png);
}
.develop-a1-b{
	font-size: 48px;
	color: #fff;
	line-height: 1;
	margin-top: 35px;
}
.develop-a2{
	font-size: 24px;
	line-height: 50px;
	padding-top: 40px;
	float: right;
	color: #fff;
}
.develop-b{
	margin-top: -20px;
	margin-bottom: 100px;
}
.develop-b>ul{
	width: 103.5%;
	overflow: hidden;
	padding: 10px 5px;
	margin-left: -2.5px;
}
.develop-b>ul li{
	width: 29.833%;
	height: 640px;
	float: left;
	border: 1px solid #ccc;
	margin-right: 3.5%;
	position: relative;
	padding: 0 20px;
	text-align: center;
	transition: all .3s;
  -webkit-transition:all .3s;
}
.develop-b>ul li:after{
	content: '';
	width: 10px;
	height: 60px;
	background: #b5b5b3;
	position: absolute;
	left: 0;
	top: 40px;
	transition: all .3s;
  -webkit-transition:all .3s;
}
.develop-b1{
	width: 100%;
	max-width: 360px;
	margin: 0 auto;
	padding-top: 70px;
}
.develop-b1-a{
	font-size: 30px;
	color: #333;
	line-height: 40px;
}
.develop-b1-b{
	font-size: 16px;
	color: #666;
	line-height: 30px;
	padding-top: 25px;
	margin-top: 25px;
	border-top: 1px solid #ccc;
}
.develop-b2{
	width: 212px;
	height: 59px;
	background: url(../img/ico24.png) no-repeat center;
	background-size: cover;
	font-size: 16px;
	color: #fff;
	line-height: 38px;
	text-transform: uppercase;
	position: absolute;
	bottom: 0;
	right: -21px;
}
.develop-b>ul li:hover{
	background: #fff;
	border: 1px solid #1149c8;
	box-shadow: 0 0 5px #999;
	transition: all .3s;
  -webkit-transition:all .3s;
}
.develop-b>ul li:hover:after{
	background: #1149c8;
	transition: all .3s;
  -webkit-transition:all .3s;
}
.develop-c{
	overflow: hidden;
	margin-bottom: 80px;
} 
.develop-c1{
	width: 53.54%;
	float: left;
	overflow: hidden;
}
.develop-c2{
	width: 46.46%;
	float: right;
	padding-left: 40px;
	padding-top: 50px;
}
.develop-c2-b{
	margin-top: 35px;
	width: 100%;
	height: 165px;
	border-top-left-radius: 30px;
	border-bottom-right-radius: 30px;
	background: #1149c8;
	padding: 40px 50px;
	color: #fff;
}
.develop-c2-b1{
	font-size: 30px;
	line-height: 1;
}
.develop-c2-b2{
	font-size: 24px;
	line-height: 1;
	margin-top: 22px;
}
.develop-c2-c{
	font-size: 22px;
	color: #333;
	line-height: 33px;
	margin-top: 40px;
}
.develop-c2-d{
	font-size: 18px;
	color: #333;
	line-height: 33px;
}
.develop-d{
	margin-bottom: 45px;
	overflow: hidden;
}
.develop-d1{
	width: 38.58%;
	float: left;
	padding-right: 40px;
	padding-top: 45px;
}
.develop-d1-b{
	margin-top: 45px;
}
.develop-d1-b>div{
	margin-bottom: 20px;
	font-size: 24px;
	line-height: 35px;
	color: #333;
}
.develop-d1-b>div>span{
	display: inline-block;
	font-size: 24px;
	color: #93c90d;
	margin-right: 40px;
}
.develop-d2{
	width: 61.42%;
	float: right;
	overflow: hidden;
}
.develop-e-bj{
	margin-bottom: 135px;
	background: no-repeat center;
	background-size: cover;
}
.develop-e{
	max-width: 1400px;
	margin: 0 auto;
	padding-top: 80px;
	padding-bottom: 30px;
	font-size: 22px;
	line-height: 40px;
	color: #fff;
	text-align: center;
}
.develop-e>img{
	margin-top: 40px;
}
.develop-f{
	overflow: hidden;
	margin-bottom: 70px;
}
.develop-f1{
	width: 37.4%;
	float: left;
	position: relative;
	padding-left: 18px;
}
.develop-f1:after{
	content: '';
	width: 18px;
	height: 160px;
	background: #93c90d;
	position: absolute;
	top: 0;
	left: 0;
}
.develop-f1-a{
	overflow: hidden;
}
.develop-f2{
	width: 62.6%;
	float: right;
	padding-left: 60px;
	padding-top: 35px;
}
.develop-f2-b{
	font-size: 20px;
	line-height: 50px;
	color: #333;
	margin-top: 25px;
}
.develop-bj{
	padding-bottom: 90px;
}
.develop-g{
	
	position: relative;
}
@media(max-width:1600px){
	.develop-a1-b{
		font-size: 40px;
	}
	.develop-a2{
		font-size: 20px;
		line-height: 40px;
	}
	.develop-a{
		height: 200px;
		top: -80px;
	}
	.develop-b1{
		padding-top: 40px;
	}
	.develop-b1-a{
		font-size: 24px;
		line-height: 35px;
	}
	.develop-b1-b{
		margin-top: 15px;
		padding-top: 15px;
		font-size: 14px;
		line-height: 25px;
	}
	.develop-b>ul li{
		height: 520px;
	}
	.develop-b{
		margin-bottom: 60px;
	}
	.develop-d1{
		padding-top: 15px;
		padding-right: 30px;
	}
	.develop-c2{
		padding-top: 15px;
		padding-left: 30px;
	}
	.develop-e{
		font-size: 18px;
		line-height: 35px;
	}
	.develop-f2{
		padding-top: 15px;
		padding-left: 30px;
	}
	.develop-f2-b{
		font-size: 16px;
		line-height: 35px;
		margin-top: 15px;
	}
	.develop-d1-b>div{
		font-size: 18px;
		line-height: 30px;
	}
}
@media(max-width:1200px){
	.develop-a-cont{
		max-width: 660px;
	}
	.develop-b>ul li{
		height: 550px;
	}
	.develop-d1{
		width: 100%;
		margin-bottom: 30px;
	}
	.develop-d2{
		width: 100%;
		max-width: 900px;
		float: left;
	}
	.develop-bj{
		padding-bottom: 40px;
	}
	.develop-g{
		padding: 0 40px;
	}
}
@media(max-width:1000px){
	.develop-b1-a{
		font-size: 18px;
		line-height: 30px;
	}
	.develop-b>ul li{
		height: 680px;
	}
	.develop-c1{
		width: 100%;
		margin-bottom: 30px;
	}
	.develop-c2{
		width: 100%;
		padding: 0;
	}
	.develop-f1{
		width: 100%;
		max-width: 580px;
		margin-bottom: 30px;
	}
	.develop-f2{
		width: 100%;
		padding: 0;
	}
}
@media(max-width:750px){
	.develop-a{
		height: auto;
		top: -1.5rem;
		padding: .3rem;
	}
	.develop-a1{
		padding-top: .3rem;
	}
	.develop-a1-b{
		font-size: .45rem;
		margin-top: .2rem;
	}
	.develop-a2{
		font-size: .32rem;
		line-height: .6rem;
		padding-top: .4rem;
		float: left;
	}
	.develop-b{
		margin-top: -1rem;
	}
	.develop-b>ul li{
		width: 96.5%;
		padding: 0 .3rem;
		margin-bottom: .25rem;
		padding-bottom: 1.2rem;
		height: auto;
	}
	.develop-b1{
		padding-top: .4rem;
	}
	.develop-b1-a{
		font-size: .35rem;
		line-height: .5rem;
	}
	.develop-b1-b{
		font-size: .28rem;
		line-height: .45rem;
		margin-top: .2rem;
		padding-top: .2rem;
	}
	.develop-b2{
		width: 3.2rem;
		height: .9rem;
		background-size: cover;
		font-size: .24rem;
		line-height: .6rem;
		right: -.3rem;
	}
	.develop-b2 img{
		width: .3rem;
	}
	.develop-b>ul li:after{
		width: .15rem;
		top: .3rem;
	}
	.develop-b{
		margin-bottom: .5rem;
	}
	.develop-c2-b{
		margin-top: .3rem;
		padding:.6rem;
		height: auto;
	}
	.develop-c2-b1{
		font-size: .4rem;
	}
	.develop-c2-b2{
		font-size: .35rem;
		margin-top: .2rem;
	}
	.develop-c2-c{
		font-size: .32rem;
		margin-top: .3rem;
		line-height: .5rem;
		font-weight: bold;
	}
	.develop-c2-d{
		font-size: .26rem;
		line-height: .5rem;
	}
	.develop-c{
		margin-bottom: .5rem;
	}
	.develop-d1{
		padding: 0;
		margin-bottom: .4rem;
	}
	.develop-d1-b{
		margin-top: .3rem;
	}
	.develop-d1-b>div{
		font-size: .3rem;
		line-height: .6rem;
		margin-bottom: .15rem;
	}
	.develop-d1-b>div>span{
		font-size: .35rem;
		margin-right: .2rem;
	}
	.develop-e{
		padding-top: .5rem;
		padding-bottom: .5rem;
		font-size: .3rem;
		line-height: .55rem;
	}
	.develop-e>img{
		width: .4rem;
		margin-top: .25rem;
	}
	.develop-e-bj{
		margin-bottom: .6rem;
	}
	.develop-f1{
		padding-left: .2rem;
		margin-bottom: .3rem;
	}
	.develop-f1:after{
		width: .2rem;
		height: 1.2rem;
	}
	.develop-f2-b{
		font-size: .26rem;
		line-height: .5rem;
		margin-top: .2rem;
	}
	.develop-f{
		margin-bottom: .6rem;
	}
	.develop-bj{
		padding-bottom: .7rem;
	}
	.develop-g{
		padding: 0 .2rem;
	}
}