.btn{
	padding: 0;
	margin: 0;
	border: none;
}
.wrap{
	width: 1440px;
	margin: 0 auto;
}
.wrap:after{content:"";height:0;display:block;clear:both}
@media only screen and (max-width: 1680px){
	.wrap{
		width: 1200px;
	}
}
.columnBanner{
	position: relative;
}
.columnBanner img{
	width: 100%;
	display: block;
}
.columnBanner .text{
	width: 1440px;
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 2;
	transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
}
@media only screen and (max-width: 1680px){
	.columnBanner .text{
		width: 1200px;
	}
}
.columnBanner .tit{
	line-height: 66px;
	font-size: 60px;
	color: #fff;
	font-weight: normal;
}
.columnBanner .line{
	width: 60px;
	height: 5px;
	background: #fff;
	margin-top: 28px;
}
.columnBanner .txt{
	line-height: 40px;
	font-size: 36px;
	color: #ffffff;
	margin-top: 56px;
}
.aboutPage .scheme{
	background: #f5f5f5;
	padding: 92px 0;
}
.aboutPage .scheme:after{content:"";height:0;display:block;clear:both}
.aboutPage .scheme .left{
	width: 50%;
	float: left;
	padding-right: 100px;
	box-sizing: border-box;
}
.aboutPage .scheme .txt1{
	line-height: 30px;
	font-size: 24px;
	color: #666666;
}
.aboutPage .scheme .txt2{
	line-height: 60px;
	font-size: 48px;
	color: #000000;
	margin-top: 30px;
}
.aboutPage .scheme .btn{
	width: 220px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	background: url(../img/about/scheme_btn.png) no-repeat right 44px center #888;
	display: block;
	font-size: 20px;
	color: #fff;
	text-indent: 44px;
	text-align: left;
	margin-top: 120px;
	transition: 0.4s;
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-ms-transition: 0.4s;
	-o-transition: 0.4s;
}
.aboutPage .scheme .btn:hover{
	background-color: #3b95ff;
	background-position: right 32px center;
}
.aboutPage .scheme .text{
	width: 50%;
	float: right;
	line-height: 36px;
	font-size: 18px;
	color: #666666;
	text-align: justify;
}
.aboutPage .scheme .text p{
	font-size: 14px;
	color: #666666;
}
.aboutPage .business{
	padding: 100px 0;
}
.aboutPage .business .pic{
	position: relative; overflow:hidden;
}
.aboutPage .business .pic img{
	width: 100%;
	display: block;-webkit-transform:scale(1); -moz-transform:scale(1); -ms-transform:scale(1); -o-transform:scale(1); transform:scale(1);-webkit-transition:all 

0.3s ease-out 0s; -moz-transition:all 0.3s ease-out 0s; -o-transition:all 0.3s ease-out 0s; transition:all 0.3s ease-out 0s;
}
.aboutPage .business .pic:hover img{-webkit-transform:scale(1.1, 1.1); -moz-transform:scale(1.1, 1.1); -o-transform:scale(1.1, 1.1); -ms-transform:scale(1.1, 1.1); transform:scale(1.1, 1.1);}
.aboutPage .business .pic .filter{
	width: 100%;
	height: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 3;
	background: url(../images/20180809/aboutPage_business_filter.png) repeat-x;
	background-size: auto 100%;
}
.aboutPage .business .pic .text{
	position: absolute;
	bottom: 22px;
	left: 0;
	z-index: 5;
	padding: 0 40px;
	box-sizing: border-box;
}
.aboutPage .business .pic .txt1{
	line-height: 40px;
	font-size: 36px;
	color: #fff;
	margin-bottom: 22px;
}
.aboutPage .business .pic .txt2{
	line-height: 30px;
	font-size: 20px;
	color: #fff;
}
.aboutPage .business .list{
	border-left: solid 1px #eaeaea;
	border-top: solid 1px #eaeaea;
	box-sizing: border-box;
}
.aboutPage .business .list:after{content:"";height:0;display:block;clear:both}
.aboutPage .business li{
	width: 50%;
	float: left;
	border-right: solid 1px #eaeaea;
	border-bottom: solid 1px #eaeaea;
	box-sizing: border-box;
	padding: 60px 58px;
	height: 340px;
}
.aboutPage .business li:nth-child(1),
.aboutPage .business li:nth-child(4){
	background: #f5f5f5;
}
.aboutPage .business li .icon{
	height: 84px;
}
.aboutPage .business li .icon img{
	height: 100%;
}
.aboutPage .business li .tit{
	line-height: 30px;
	font-size: 24px;
	color: #000;
	margin-top: 40px;
}
.aboutPage .business li .txt{
	line-height: 30px;
	font-size: 18px;
	color: #666666;
	margin-top: 12px;
}
.aboutPage .service{
	background: #f5f5f5;
	padding: 96px 0 100px 0; padding-bottom:0;
}
.columnTitle{
	text-align: center;
	margin-bottom: 58px;
	line-height: 40px;
	font-size: 36px;
	color: #000000;
}
.columnTitle .tit{
	line-height: 40px;
	font-size: 36px;
	color: #000000;
}
.columnTitle .txt{
	line-height: 30px;
	font-size: 20px;
	color: #666666;
	margin-top: 14px;
}
.aboutPage .service .tab{
	width: 960px;
	border-top: solid 1px #eaeaea;
	border-left: solid 1px #eaeaea;
	box-sizing: border-box;
	float: left;
}
.aboutPage .service .tab li{
	width: 25%;
	height: 240px;
	float: left;
	border-right: solid 1px #eaeaea;
	border-bottom: solid 1px #eaeaea;
	box-sizing: border-box;
	text-align: center;
	cursor: pointer;
	transition:all 0.3s;
}
.aboutPage .service .tab li:nth-child(8),
.aboutPage .service .tab li:nth-child(6),
.aboutPage .service .tab li:nth-child(3),
.aboutPage .service .tab li:nth-child(1){
	background: #fff;
}
.aboutPage .service .tab li .icon2,
.aboutPage .service .tab li .icon1{
	height: 100px;
	margin-top: 30px;
	background-repeat:no-repeat; background-position:center center; background-size:100px 100px;
}
.aboutPage .service .tab li .icon1 img{transition:all 0.3s;opacity:0;filter:Alpha(opacity=0);}
.aboutPage .service .tab li .number{
	line-height: 60px;
	font-size: 60px;
	color: #e2e2e2;
	margin-top: 10px;
}
.aboutPage .service .tab li .text{
	line-height: 36px;
	height: 36px;
	font-size: 20px;
	color: #000000;
	margin-top: -20px;
	background: #f5f5f5;
	position: relative;
	z-index: 5;
}
.aboutPage .service .tab li:nth-child(8) .text,
.aboutPage .service .tab li:nth-child(6) .text,
.aboutPage .service .tab li:nth-child(3) .text,
.aboutPage .service .tab li:nth-child(1) .text{
	background: #fff;
}
.aboutPage .service .tab li .icon2{
	display: none;
}
.aboutPage .service .tab li.on .icon2{
	display: block;
}
.aboutPage .service .tab li.on{z-index: 10;box-shadow: -6px 6px 10px rgba(0,0,0,.1); position:relative; -webkit-transform: translate3d(0, -2.5px, 0); transform: translate3d(0, -2.5px, 0);}
.aboutPage .service .tab li.on .icon1 img{
	/*display: none;*/opacity:1.0;filter:Alpha(opacity=100);
}
.aboutPage .service .tabBox{
	width: 460px;
	height: 480px;
	float: right;
	background: url(../img/about/aboutPage_service_tabBox.jpg) no-repeat;
	background-size: 100% auto;
	padding: 80px 78px 0 78px;
	box-sizing: border-box;transition:all 0.3s;
}
.aboutPage .service .tabBox:hover{ margin-top:-10px;}
.aboutPage .service .tabBox .box{ display:none;}
.aboutPage .service .tabBox li{
	display: none;
}
.aboutPage .service .tabBox .tit{
	line-height: 50px;
	font-size: 48px;
	color: #fff;
}
.aboutPage .service .tabBox .line{
	width: 50px;
	height: 4px;
	background: #fff;
	margin-top: 18px;
}
.aboutPage .service .tabBox .txt{
	line-height: 30px;
	font-size: 20px;
	color: #fff;
	margin-top: 36px;
}
.aboutPage .service .tabBox .txt p{
	font-size: 20px;
	color: #fff;
}
@media only screen and (max-width: 1680px){
	.aboutPage .service .tab{
		width: 800px;
	}
	.aboutPage .service .tabBox{
		width: 380px;
		height: 480px;
		float: right;
		background: url(../images/20180809/aboutPage_service_tabBox.jpg) no-repeat #3b95ff;
		background-size: 100% auto;
		padding: 80px 40px 0 40px;
		box-sizing: border-box;
	}
	.aboutPage .scheme .txt2{ font-size:40px; line-height:56px;}
	.aboutPage .scheme .txt1{ font-size:22px;}
	.aboutPage .scheme .text{ font-size:16px; line-height:30px;}
}
.aboutPage .qualification{
	padding: 100px 0;
	background: url(../images//20180809/aboutPage_qualification_bg.jpg) no-repeat center 0;
}
.aboutPage .qualification .columnTitle .tit,
.aboutPage .qualification .columnTitle .txt{
	color: #fff;
}
.aboutPage .qualification .picScroll-left{
	width: 100%;
	overflow: hidden;
	position: relative;
}
.aboutPage .qualification .picScroll-left .bd ul{
	overflow: hidden;
	zoom: 1;
}
.aboutPage .qualification .picScroll-left .bd li{
	width: 330px;
	height: 400px;
	float: left;
	_display: inline;
	overflow: hidden;
	text-align: center;
	margin-right: 40px;
}
.aboutPage .qualification .picScroll-left .bd li img{
	max-width: 100%;
}
.aboutPage .qualification .picScroll-left .prev,
.aboutPage .qualification .picScroll-left .next{
	width: 52px;
	height: 52px;
	display: block;
	cursor: pointer;
	position: absolute;
	left: -52px;
	top: 50%;
	margin-top: -25px;
	z-index: 5;
	background: url(../images/20180809/qualification_prev1.png) no-repeat 0 0;
	transition: 0.4s;
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-ms-transition: 0.4s;
	-o-transition: 0.4s;
	opacity: 0;
}
.aboutPage .qualification .picScroll-left .prev:hover{
	background-image: url(../images/20180809/qualification_prev2.png);
}
.aboutPage .qualification .picScroll-left .next{
	left: auto;
	right: -52px;
	background-image: url(../images/20180809/qualification_next1.png);
}
.aboutPage .qualification .picScroll-left .next:hover{
	background-image: url(../images/20180809/qualification_next2.png);
}
.aboutPage .qualification .picScroll-left:hover .prev{
	left: 20px;
	opacity: 1;
}
.aboutPage .qualification .picScroll-left:hover .next{
	right: 20px;
	opacity: 1;
}
@media only screen and (max-width: 1680px){
	.aboutPage .qualification .picScroll-left .bd li{
		margin-right: 20px;
		width: 285px;
		height: 345px;
	}
}
.developmentPage{
	padding: 96px 0 90px 0;
	background: #f5f5f5;
}
.developmentPage .title{
	line-height: 40px;
	font-size: 36px;
	color: #000000;
	text-align: center;
}
.developmentPage .list{
	border-top: solid 1px #e6e6e6;
	border-left: solid 1px #e6e6e6;
	box-sizing: border-box;
	margin-top: 58px;
}
.developmentPage li{
	border-bottom: solid 1px #e6e6e6;
}
.developmentPage li:after{content:"";height:0;display:block;clear:both}
.developmentPage li:nth-child(odd) .box{
	background: #fff;
}
.developmentPage li .box{
	width: 50%;
	float: left;
	border-right: solid 1px #e6e6e6;
	box-sizing: border-box;
	padding: 38px 38px 0 38px;
	height: 358px;
}
.developmentPage li .icon{
	height: 42px;
}
.developmentPage li .icon img{
	height: 100%;
}
.developmentPage li .years{
	line-height: 32px;
	font-size: 30px;
	color: #666666;
	margin-top: 38px;
}
.developmentPage li .txt{
	line-height: 30px;
	font-size: 16px;
	color: #333333;
	margin-top: 22px;
}
.developmentPage li .txt p{
	font-size: 16px;
	color: #333333;
}



.contactPage .intention .title,
.contactPage .intention .left,
.contactPage .intention .right,
.contactPage .contact .map,
.contactPage .contact .list,
.contactPage .traffic .title,
.contactPage .traffic .list,
.paymentPage .title,
.paymentPage .list,
.jobPage .columnTitle,
.jobPage .team .tab,
.jobPage .team .tabBox,
.jobPage .culture .content,
.jobPage .recruitment .list,
.developmentPage .list,
.developmentPage .columnTitle,
.aboutPage .qualification .columnTitle,
.aboutPage .qualification .picScroll-left,
.aboutPage .service .columnTitle,
.aboutPage .service .tab,
.aboutPage .service .tabBox,
.aboutPage .business .list,
.aboutPage .business .pic,
.aboutPage .scheme .wrap{
    position: relative;
    top: 150px;
    opacity: 0;
    transition: 0.8s;
    -webkit-transition: 0.8s;
    -moz-transition: 0.8s;
    -ms-transition: 0.8s;
    -o-transition: 0.8s;
}







