.btn{
	padding: 0;
	margin: 0;
	border: none;
}
.wrapp{
	width: 1440px;
	margin: 0 auto;
}
.wrapp:after{content:"";height:0;display:block;clear:both}
@media only screen and (max-width: 1680px){
	.wrapp{
		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(../images/20180809/scheme_btn.png) no-repeat right 44px center #333333;
	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: #F57426;
	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: 18px;
	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 .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(../images/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/aboutPage_service_tabBox.jpg) no-repeat #f67424;
		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;
}
.jobPage .team{
	padding: 96px 0 70px 0;
	background: #f5f5f5;
}
.jobPage .team .tab{
	text-align: center;
	border-bottom: solid 1px #dfdfdf;
	padding-bottom: 40px;
	margin-top: 10px;
}
.jobPage .team .tab ul{
	display: inline-block;
}
.jobPage .team .tab li{
	width: 140px;
	height: 38px;
	line-height: 38px;
	text-align: center;
	font-size: 16px;
	color: #000000;
	float: left;
	margin: 0 10px;
	border-radius: 38px;
	cursor: pointer;
}
.jobPage .team .tab li.on{
	background: #1855d7;
	color: #fff;
}
.jobPage .team .tabBox{
	margin-top: 60px;
}
.jobPage .team .tabBox .box{
	display: none;
}
.jobPage .team .tabBox .box:after{content:"";height:0;display:block;clear:both}
.jobPage .team .tabBox li{
	width: 460px;
	float: left;
	background: #fff;
	margin-left: 30px;
	margin-bottom: 30px;
	cursor: pointer;
}
.jobPage .team .tabBox li:nth-child(3n+1){
	margin-left: 0;
}
.jobPage .team .tabBox li .pic{
	height: 340px;
	overflow: hidden;
}
.jobPage .team .tabBox li .pic img{
	width: 100%;
	display: block;
	transition: 0.2s;
	-webkit-transition: 0.2s;
	-moz-transition: 0.2s;
	-ms-transition: 0.2s;
	-o-transition: 0.2s;
	filter: grayscale(100%);
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
}
.jobPage .team .tabBox li:hover .pic img{
	filter: grayscale(0%);
	-webkit-filter: grayscale(0%);
	-moz-filter: grayscale(0%);
	-ms-filter: grayscale(0%);
	-o-filter: grayscale(0%);
}
.jobPage .team .tabBox li .text{
	height: 110px;
	padding: 24px 28px 0 28px;
	box-sizing: border-box;
}
.jobPage .team .tabBox li .name{
	height: 30px;
	line-height: 30px;
	font-size: 20px;
	color: #000;
	overflow:hidden;
	display:-webkit-box;
	-webkit-line-clamp:1;
	-webkit-box-orient:vertical;
	word-break:break-all;
}
.jobPage .team .tabBox li .duties{
	height: 20px;
	line-height: 20px;
	font-size: 18px;
	color: #666666;
	overflow:hidden;
	display:-webkit-box;
	-webkit-line-clamp:1;
	-webkit-box-orient:vertical;
	word-break:break-all;
	margin-top: 8px;
}
@media only screen and (max-width: 1680px){
	.jobPage .team .tabBox li{
		width: 386.6px;
		margin-left: 20px;
		margin-bottom: 20px;
	}
	.jobPage .team .tabBox li .pic{
		height: 285px;
	}
}
.jobPage .culture{
	padding: 96px 0 100px 0;
}
.jobPage .culture .picScroll-left{
	width: 100%;
	position: relative;
	overflow: hidden;
}
.jobPage .culture .content img{
	width: 100%;
	display: block;
}
.jobPage .culture .prev,
.jobPage .culture .next{
	width: 52px;
	height: 52px;
	position: absolute;
	left: -52px;
	top: 50%;
	transform: translate(0%,-50%);
	-webkit-transform: translate(0%,-50%);
	-moz-transform: translate(0%,-50%);
	-ms-transform: translate(0%,-50%);
	-o-transform: translate(0%,-50%);
	z-index: 5;
	background: url(../images/20180809/qualification_prev1.png) no-repeat 0 0;
	cursor: pointer;
	transition: 0.4s;
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-ms-transition: 0.4s;
	-o-transition: 0.4s;
	opacity: 0;
}
.jobPage .culture .next{
	right: -52px;
	left: auto;
	background-image: url(../images/20180809/qualification_next1.png);
}
.jobPage .culture .prev:hover{
	background-image: url(../images/20180809/qualification_prev2.png);
}
.jobPage .culture .next:hover{
	background-image: url(../images/20180809/qualification_next2.png);
}
.jobPage .culture .picScroll-left:hover .prev{
	left: 25px;
	opacity: 1;
}
.jobPage .culture .picScroll-left:hover .next{
	right: 25px;
	opacity: 1;
}
.jobPage .recruitment{
	background: url(../images/20180809/recruitment_bg.jpg) no-repeat center 0;
	padding: 96px 0 80px 0;
}
.jobPage .recruitment .columnTitle .txt,
.jobPage .recruitment .columnTitle .tit{
	color: #fff;
}
.jobPage .recruitment li{
	width: 710px;
	float: left;
	margin-bottom: 20px;
}
.jobPage .recruitment li:nth-child(even){
	margin-left: 20px;
}
.jobPage .recruitment li a{
	width: 100%;
	height: 100%;
	display: block;
	background: #fff;
	padding: 40px;
	box-sizing: border-box;
}
.jobPage .recruitment li .icon2,
.jobPage .recruitment li .icon1{
	height: 60px;
}
.jobPage .recruitment li .icon2 img,
.jobPage .recruitment li .icon1 img{
	height: 100%;
}
.jobPage .recruitment li .icon2{
	display: none;
}
.jobPage .recruitment li .tit{
	height: 30px;
	line-height: 30px;
	font-size: 24px;
	color: #000;
	margin-top: 24px;
}
.jobPage .recruitment li .txt{
	height: 60px;
	line-height: 30px;
	font-size: 18px;
	color: #666666;
	margin-top: 12px;
	overflow:hidden;
	display:-webkit-box;
	-webkit-line-clamp:2;
	-webkit-box-orient:vertical;
	word-break:break-all;
}
.jobPage .recruitment li .btn{
	width: 54px;
	height: 54px;
	background: url(../images/20180809/recruitment_btn1.png) no-repeat 0 0;
	margin-top: 44px;
}
.jobPage .recruitment li a:hover{
	background: #1855d7;
}
.jobPage .recruitment li a:hover .icon1{
	display: none;
}
.jobPage .recruitment li a:hover .icon2{
	display: block;
}
.jobPage .recruitment li a:hover .txt,
.jobPage .recruitment li a:hover .tit{
	color: #fff;
}
.jobPage .recruitment li a:hover .btn{
	background-image: url(../images/20180809/recruitment_btn2.png);
	margin-left: 20px;
}
.jobPage .recruitment li a,
.jobPage .recruitment li .icon1,
.jobPage .recruitment li .icon2,
.jobPage .recruitment li .txt,
.jobPage .recruitment li .tit,
.jobPage .recruitment li .btn{
	transition: 0.3s;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-ms-transition: 0.3s;
	-o-transition: 0.3s;
}
@media only screen and (max-width: 1680px){
	.jobPage .recruitment li{
		width: 590px;
	}
}
.teamPage{
	background: #f5f5f5;
	padding: 100px 0;
}
.teamPage .right{
	width: 150px;
	float: right;
}
.teamPage .right .btnBox{
	float: right;
}
.teamPage .right a{
	width: 54px;
	height: 54px;
	float: left;
	background: url(../images/20180809/teamPage_prev1.png) no-repeat 0 0;
	margin-left: 20px;
	transition: 0.3s;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-ms-transition: 0.3s;
	-o-transition: 0.3s;
}
.teamPage .right a.prev:hover{
	background-image: url(../images/20180809/teamPage_prev2.png);
}
.teamPage .right a.next{
	background-image: url(../images/20180809/teamPage_next1.png);
}
.teamPage .right a.next:hover{
	background-image: url(../images/20180809/teamPage_next2.png);
}
.teamPage .content{
	width: 1080px;
	float: left;
	border-right: solid 1px #e3e3e3;
	padding-right: 100px;
	box-sizing: border-box;
}
.teamPage .title{
	line-height: 40px;
	font-size: 36px;
	color: #000000;
	font-weight: normal;
}
.teamPage .slogan{
	line-height: 24px;
	font-size: 20px;
	color: #333333;
	margin-top: 14px;
}
.teamPage .text{
	margin-top: 70px;
	line-height: 30px;
	font-size: 18px;
	color: #000000;
}
.teamPage .text p{
	font-size: 18px;
	color: #000000;
}
.teamPage .text .tit{
	font-size: 20px;
	font-weight: bold;
}
.teamPage .content .btn{
	width: 200px;
	height: 48px;
	line-height: 48px;
	border-radius: 48px;
	background: url(../images/20180809/scheme_btn.png) no-repeat right 39px center #1855d7;
	display: block;
	padding: 0;
	margin: 0;
	font-size: 20px;
	color: #fff;
	text-indent: 40px;
	margin-top: 60px;
	transition: 0.4s;
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-ms-transition: 0.4s;
	-o-transition: 0.4s;
}
.teamPage .content .btn:hover{
	background-color: #ff6200;
	background-position: right 30px center;
}
@media only screen and (max-width: 1680px){
	.teamPage .content{
		width: 1050px;
	}
}
.paymentPage{
	padding: 78px 0 60px 0;
	background: #f5f5f5;
}
.paymentPage .title{
	line-height: 40px;
	font-size: 36px;
	color: #000000;
	text-align: center;
}
.paymentPage .list{
	margin-top: 58px;
}
.paymentPage li{
	width: 710px;
	float: left;
	margin-bottom: 20px;
	background: #fff;
	padding: 50px 50px 30px 50px;
	box-sizing: border-box;
}
.paymentPage li:nth-child(even){
	margin-left: 20px;
}
.paymentPage li .pic{
	height: 80px;
	overflow: hidden;
}
.paymentPage li .pic img{
	max-height: 100%;
}
.paymentPage li .text{
	line-height: 24px;
	font-size: 18px;
	color: #333333;
	margin-top: 20px;
}
.paymentPage li .text p{
	font-size: 18px;
	color: #333333;
	margin-bottom: 14px;
}
@media only screen and (max-width: 1680px){
	.paymentPage li{
		width: 590px;
	}
}
.contactPage .intention{
	background: #f5f5f5;
	padding: 98px 0 80px 0;
}
.contactPage .intention .title{
	line-height: 40px;
	font-size: 36px;
	color: #000000;
}
.contactPage .intention .right,
.contactPage .intention .left{
	float: left;
	width: 710px;
	margin-top: 28px;
}
.contactPage .intention .right{
	float: right;
}
.contactPage .intention .inpu{
	border: solid 1px #e6e6e6;
	box-sizing: border-box;
	background: #fff;
	padding: 10px 0px;
	margin-bottom: 20px;
}
.contactPage .intention .inpu textarea,
.contactPage .intention .inpu input{
	width: 100%;
	height: 48px;
	line-height: 48px;
	box-sizing: border-box;
	font-size: 18px;
	color: #333;
	border: none;
	outline:none;
	padding: 0 20px;
	box-sizing: border-box;
	background: none;
}
.contactPage .intention .inpu input::-webkit-input-placeholder{color:#666;}
.contactPage .intention .inpu input:-moz-placeholder{color:#666;}
.contactPage .intention .inpu input::-moz-placeholder{color:#666;}
.contactPage .intention .inpu input:-ms-input-placeholder{color:#666;}
.contactPage .intention .inpu textarea::-webkit-input-placeholder{color:#666;}
.contactPage .intention .inpu textarea:-moz-placeholder{color:#666;}
.contactPage .intention .inpu textarea::-moz-placeholder{color:#666;}
.contactPage .intention .inpu textarea:-ms-input-placeholder{color:#666;}
.contactPage .intention .inpu textarea{
	height: 228px;
	resize: none;
	line-height: 24px;
	padding: 10px 20px;
}
.contactPage .intention .btn{
	margin: 0;
	padding: 0;
	height: 70px;
	text-align: center;
}
.contactPage .intention .btn a,
.contactPage .intention .btn button,
.contactPage .intention .btn input{
	width: 100%;
	height: 70px;
	line-height: 70px;
	text-align: center;
	display: block;
	border: none;
	border-radius: 0;
	background: #1855d7;
	-webkit-appearance:none;
	font-size: 18px;
	color: #fff;
	cursor: pointer;
	transition: 0.4s;
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-ms-transition: 0.4s;
	-o-transition: 0.4s;
}
.contactPage .intention .btn a,
.contactPage .intention .btn button,
.contactPage .intention .btn input:hover{
	background: #ff6200;
}
@media only screen and (max-width: 1680px){
	.contactPage .intention .right,
	.contactPage .intention .left{
		width: 590px;
	}
}
.contactPage .contact{
	padding: 100px 0;
}
.contactPage .contact #allmap,
.contactPage .contact .map{
	width: 100%;
	height: 550px;
}
.contactPage .contact .list{
	border-left: solid 1px #e6e6e6;
	box-sizing: border-box;
}
.contactPage .contact .list:after{content:"";height:0;display:block;clear:both}
.contactPage .contact .list li{
	width: 25%;
	float: left;
	border-right: solid 1px #e6e6e6;
	border-bottom: solid 1px #e6e6e6;
	box-sizing: border-box;
	text-align: center;
	padding-bottom: 66px;
}
.contactPage .contact .list li .icon{
	height: 138px;
	margin-top: 75px;
}
.contactPage .contact .list li .icon img{
	height: 100%;
}
.contactPage .contact .list li .text{
	line-height: 30px;
	font-size: 18px;
	color: #666666;
	margin-top: 40px;
}
.contactPage .contact .list li .text a,
.contactPage .contact .list li .text p{
	font-size: 18px;
	color: #666666;
}
.contactPage .traffic{
	background: #f5f5f5;
	padding: 100px 0;
}
.contactPage .traffic .title{
	text-align: center;
	line-height: 40px;
	font-size: 36px;
	color: #000000;
}
.contactPage .traffic .list{
	border: solid 1px #e6e6e6;
	box-sizing: border-box;
	margin-top: 58px;
}
.contactPage .traffic .list:after{content:"";height:0;display:block;clear:both}
.contactPage .traffic li{
	width: 33.333%;
	float: left;
	border-left: solid 1px #e6e6e6;
	box-sizing: border-box;
	background: #fff;
	padding: 102px 40px 68px 40px;
	box-sizing: border-box;
	text-align: center;
}
.contactPage .traffic li:first-child{
	border-left: none;
}
.contactPage .traffic li .icon{
	height: 56px;
}
.contactPage .traffic li .icon img{
	max-height: 100%;
}
.contactPage .traffic li .tit{
	line-height: 30px;
	font-size: 24px;
	color: #000000;
	margin-top: 24px;
	padding-bottom: 38px;
	background: url(../images/20180809/traffic_line.gif) repeat-x 0 bottom;
}
.contactPage .traffic li .text{
	line-height: 24px;
	font-size: 16px;
	color: #666666;
	margin-top: 35px;
}

/*载入页面动画*/
.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 .wrapp{
    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;
}


/*解决方案*/
.solutions_banner{ overflow:hidden;position: relative; background-position:center center; background-repeat:no-repeat; background-size:cover;/*background-attachment:fixed;*/ }
.solutions_banner img{ display:block; width:100%;opacity:0;filter:Alpha(opacity=0);}
.solutions_banner .pose{ position:absolute; bottom:0; height:50px; line-height:50px; background:rgba(0,0,0,0.3); width:100%; color:#999999; font-size:16px;}
.solutions_banner .pose .gy2{ text-align:right;font-size: 16px;}
.solutions_banner .pose .imgs{ display:inline-block; width:20px; vertical-align:sub; margin-right:8px;opacity:1.0;filter:Alpha(opacity=100);}
.solutions_banner .pose a{color:#999999; font-size:16px;}
.solutions_banner .pose a:hover{ color:#fff;}
.solutions_banner .pose label{ color:#fff; font-size:16px;}

.solutions_banner .txts{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%); }
.solutions_banner .txts h1{ font-weight:normal; margin-bottom:2%; padding-bottom:2%;/*font-family:"华文细黑";*/ background:url(../images/bgs3.png) left bottom no-repeat; font-size:48px;color:#fff;}
.solutions_banner .txts p{ color:#fff;/*font-family:"华文细黑";*/ font-size:24px;}
.solutions_banner .txts .website_bnt{ clear:both; display:block; width:210px; height:48px; line-height:48px; border-radius:30px; background:url(../images/website_bg1.png) 139px center #fff  no-repeat; text-indent:51px; font-size:16px; color:#3d4ed2; margin-top:34px;transition:all 0.3s;}
.solutions_banner .txts .website_bnt:hover{ margin-left:5px;background-position:143px center;}


.service-wrap1{ background-repeat:no-repeat; background-position:center center; background-size:cover; background-image:url(../images/zhanti_bg1.jpg); color:#fff;}
.service-wrap1 .imgs{ float:left; width:648px; height:519px; background:url(../images/zhanti1_pic1.png) right top no-repeat; background-size:auto 100%; position:relative;}
.service-wrap1 .imgs img{ bottom:3px; position:absolute; left:0; width:221px;}
.service-wrap1.active img.bounceInLeft{animation-delay:0.6s;}
.service-wrap1 .txts{ float:right; width:720px; margin-top:39px;}
.service-wrap1 .txts h2{ font-size:72px; font-weight:normal; height:175px; background:url(../images/zhanti_ico2.png) left bottom no-repeat;opacity:0;filter:Alpha(opacity=0);}
.service-wrap1 .txts h2 span{ display:block; height:50px; line-height:50px; font-size:30px;}
.service-wrap1 .txts .p{ line-height:30px; font-size:20px; overflow:hidden; margin-top:44px; max-width:645px; color:#fff;opacity:0;filter:Alpha(opacity=0);}
.service-wrap1 .txts .a{ overflow:hidden; margin-top:54px;}
.service-wrap1 .txts .a a{ float:left; width:188px; border-radius:26px; border:1px solid #fff; text-align:left; text-indent:30px; background:url(../images/zhanti_ico1.png) 138px center no-repeat; font-size:16px; height:46px; line-height:46px; color:#fff; margin-right:18px; position:relative;}
.service-wrap1 .txts .a a label{ display:block;  position:relative; cursor:pointer;}
.service-wrap1 .txts .a a:before{content: "";display: block;position: absolute;left: 0%;top: 0px;height:46px; width:0;background:url(../images/zhanti_ico1_on.png) #fff 138px center no-repeat;-webkit-transition: all .3s;-o-transition: all .3s;-ms-transition: all .3s;transition: all .3s;border-radius:24px;}
.service-wrap1 .txts .a a:hover:before{  width:100%;}
.service-wrap1 .txts .a a:hover label{color:#027ffd;-webkit-transition: all .3s;-o-transition: all .3s;-ms-transition: all .3s;transition: all .3s;}
.service-wrap1.active .txts .p.fadeInUp{animation-delay:0.5s;}
.service-wrap1.active .txts .a.fadeInUp{animation-delay:0.8s;}

.service-wrap2{ background-repeat:no-repeat; background-position:center center; background-size:cover; background-image:url(../images/zhanti_bg2.jpg); color:#000;}
.service-wrap2 .txts{ float:left; width:646px; margin-top:39px; margin-bottom:39px;}
.service-wrap2 .txts h2{ font-size:72px; font-weight:normal; height:175px; background:url(../images/zhuanti2_ico1.png) left bottom no-repeat;opacity:0;filter:Alpha(opacity=0);}
.service-wrap2 .txts h2 span{ display:block; height:50px; line-height:50px; font-size:30px; color:#333;}
.service-wrap2 .txts .p{ line-height:30px; font-size:20px; overflow:hidden; margin-top:44px; max-width:645px; color:#666;opacity:0;filter:Alpha(opacity=0);}
.service-wrap2 .txts .a{ overflow:hidden; margin-top:54px;}
.service-wrap2 .txts .a a{ float:left; width:188px; border-radius:26px; border:1px solid #000; text-align:left; text-indent:30px; background:url(../images/zhanti_ico3.png) 138px center no-repeat; font-size:16px; height:46px; line-height:46px; color:#000; margin-right:18px; position:relative;}
.service-wrap2 .txts .a a label{ display:block;  position:relative; cursor:pointer;}
.service-wrap2 .txts .a a:before{content: "";display: block;position: absolute;left: 0%;top: 0px;height:46px; width:0;background:url(../images/zhanti_ico1.png) #1855d7 138px center no-repeat;-webkit-transition: all .3s;-o-transition: all .3s;-ms-transition: all .3s;transition: all .3s;border-radius:24px;}
.service-wrap2 .txts .a a:hover{border:1px solid #1855d7;}
.service-wrap2 .txts .a a:hover:before{  width:100%;}
.service-wrap2 .txts .a a:hover label{color:#fff;-webkit-transition: all .3s;-o-transition: all .3s;-ms-transition: all .3s;transition: all .3s;}
.service-wrap2.active .txts .p.fadeInUp{animation-delay:0.5s;}
.service-wrap2.active .txts .a.fadeInUp{animation-delay:0.8s;}
.service-wrap2 .imgs1{ position:absolute;height:49.7%; right:14%; top:7%;opacity: 0;}
.service-wrap2 .imgs2{ position:absolute;height:47.6%;right:19%; top:51%;opacity: 0;}
.service-wrap2 .imgs3{ position:absolute;height:49.6%;right:0%; top:24.3%;opacity: 0;}
.service-wrap2.active .imgs1,.service-wrap2.active .imgs2,.service-wrap2.active .imgs3{opacity: 1;}
.service-wrap2.active .imgs1.bounceInRight{animation-delay:0.5s;}
.service-wrap2.active .imgs3.bounceInRight{animation-delay:0.8s;}

.service-wrap3{ background-repeat:no-repeat; background-position:center center; background-size:cover; background-image:url(../images/zhanti_bg3.jpg); color:#fff;}
.service-wrap3 .imgs{ float:left; width:676px; height:396px; background:url(../images/zhuanti3_pic1.png) no-repeat; background-size:100% 100%; position:relative; margin-top:57px; margin-bottom:47px;}
.service-wrap3 .imgs img{ display:block;width:514px; height:322px; margin:0 auto; margin-top:24px;}
.service-wrap3 .imgs i{ display:block; position:absolute; background-repeat:no-repeat; background-size:100% 100%;}
.service-wrap3 .imgs i.bgs1{ width:150px; height:150px; right:0; top:-57px; background-image:url(../images/zhuanti3_ico1.png);}
.service-wrap3 .imgs i.bgs2{ width:155px; height:155px; left:-3px; top:62px; background-image:url(../images/zhuanti3_ico2.png);}
.service-wrap3 .imgs i.bgs3{ width:181px; height:181px; right:-16px; bottom:-47px; background-image:url(../images/zhuanti3_ico3.png);}
.service-wrap3.active .imgs i.bgs1.flipInY{animation-delay:0.5s;}
.service-wrap3.active .imgs i.bgs2.flipInY{animation-delay:0.8s;}
.service-wrap3.active .imgs i.bgs3.flipInY{animation-delay:1.1s;}
.service-wrap3 .txts{ float:right; width:660px; margin-top:43px;}
.service-wrap3 .txts h2{ font-size:72px; font-weight:normal; height:175px; background:url(../images/zhanti_ico2.png) left bottom no-repeat;opacity:0;filter:Alpha(opacity=0);}
.service-wrap3 .txts h2 span{ display:block; height:50px; line-height:50px; font-size:30px;}
.service-wrap3 .txts .p{ line-height:30px; font-size:20px; overflow:hidden; margin-top:44px; max-width:645px; color:#fff;opacity:0;filter:Alpha(opacity=0);}
.service-wrap3 .txts .a{ overflow:hidden; margin-top:54px;}
.service-wrap3 .txts .a a{ float:left; width:188px; border-radius:26px; border:1px solid #fff; text-align:left; text-indent:30px; background:url(../images/zhanti_ico1.png) 138px center no-repeat; font-size:16px; height:46px; line-height:46px; color:#fff; margin-right:18px; position:relative;}
.service-wrap3 .txts .a a label{ display:block;  position:relative; cursor:pointer;}
.service-wrap3 .txts .a a:before{content: "";display: block;position: absolute;left: 0%;top: 0px;height:46px; width:0;background:url(../images/zhuanti3_ico4.png) #fff 138px center no-repeat;-webkit-transition: all .3s;-o-transition: all .3s;-ms-transition: all .3s;transition: all .3s;border-radius:24px;}
.service-wrap3 .txts .a a:hover:before{  width:100%;}
.service-wrap3 .txts .a a:hover label{color:#55baad;-webkit-transition: all .3s;-o-transition: all .3s;-ms-transition: all .3s;transition: all .3s;}
.service-wrap3.active .txts .p.fadeInUp{animation-delay:0.5s;}
.service-wrap3.active .txts .a.fadeInUp{animation-delay:0.8s;}

.service-wrap4{ background-repeat:no-repeat; background-position:center center; background-size:cover; background-image:url(../images/zhanti_bg4.jpg); color:#fff;}
.service-wrap4.active img.bounceInLeft{animation-delay:0.6s;}
.service-wrap4 .txts{ float:left; width:650px; margin-top:39px; margin-bottom:39px; }
.service-wrap4 .txts h2{ font-size:72px; font-weight:normal; height:175px; background:url(../images/zhuanti4_ico1.png) left bottom no-repeat;opacity:0;filter:Alpha(opacity=0);}
.service-wrap4 .txts h2 span{ display:block; height:50px; line-height:50px; font-size:30px;}
.service-wrap4 .txts .p{ line-height:30px; font-size:20px; overflow:hidden; margin-top:44px; max-width:645px; color:#fff;opacity:0;filter:Alpha(opacity=0);}
.service-wrap4 .txts .a{ overflow:hidden; margin-top:54px;}
.service-wrap4 .txts .a a{ float:left; width:188px; border-radius:26px; border:1px solid #fff; text-align:left; text-indent:30px; background:url(../images/zhanti_ico1.png) 138px center no-repeat; font-size:16px; height:46px; line-height:46px; color:#fff; margin-right:18px; position:relative;}
.service-wrap4 .txts .a a label{ display:block;  position:relative; cursor:pointer;}
.service-wrap4 .txts .a a:before{content: "";display: block;position: absolute;left: 0%;top: 0px;height:46px; width:0;background:url(../images/zhanti_ico3.png) #fff 138px center no-repeat;-webkit-transition: all .3s;-o-transition: all .3s;-ms-transition: all .3s;transition: all .3s;border-radius:24px;}
.service-wrap4 .txts .a a:hover:before{  width:100%;}
.service-wrap4 .txts .a a:hover label{color:#000000;-webkit-transition: all .3s;-o-transition: all .3s;-ms-transition: all .3s;transition: all .3s;}
.service-wrap4.active .txts .p.fadeInUp{animation-delay:0.5s;}
.service-wrap4.active .txts .a.fadeInUp{animation-delay:0.8s;}
.service-wrap4 .imgs{ position:absolute; width:50%; height:100%; top:0; right:0;}
.service-wrap4 .img1{ top:4.4%; position:absolute; left:-22px; width:467px;opacity: 0;}
.service-wrap4 .img2{ top:25.5%; position:absolute; left:168px; width:639px;opacity: 0;}
.service-wrap4.active .img1,.service-wrap4.active .img2{opacity: 1;}

.service-wrap5{ background-repeat:no-repeat; background-position:center center; background-size:cover; background-image:url(../images/zhanti_bg5.jpg); color:#fff;}
.service-wrap5 .imgs{ float:left; width:648px; height:540px; background:url(../images/zhuanti5_pic1.png) no-repeat; background-size:100% 100%; position:relative;}
.service-wrap5 .imgs img{ display:block;width:596px; height:336px; margin:0 auto; margin-top:26px;}
.service-wrap5 .txts{ float:right; width:660px; margin-top:49px;}
.service-wrap5 .txts h2{ font-size:72px; font-weight:normal; height:175px; background:url(../images/zhanti_ico2.png) left bottom no-repeat;opacity:0;filter:Alpha(opacity=0);}
.service-wrap5 .txts h2 span{ display:block; height:50px; line-height:50px; font-size:30px;}
.service-wrap5 .txts .p{ line-height:30px; font-size:20px; overflow:hidden; margin-top:44px; max-width:645px; color:#fff;opacity:0;filter:Alpha(opacity=0);}
.service-wrap5 .txts .a{ overflow:hidden; margin-top:54px;}
.service-wrap5 .txts .a a{ float:left; width:188px; border-radius:26px; border:1px solid #fff; text-align:left; text-indent:30px; background:url(../images/zhanti_ico1.png) 138px center no-repeat; font-size:16px; height:46px; line-height:46px; color:#fff; margin-right:18px; position:relative;}
.service-wrap5 .txts .a a label{ display:block;  position:relative; cursor:pointer;}
.service-wrap5 .txts .a a:before{content: "";display: block;position: absolute;left: 0%;top: 0px;height:46px; width:0;background:url(../images/zhuanti5_ico1.png) #fff 138px center no-repeat;-webkit-transition: all .3s;-o-transition: all .3s;-ms-transition: all .3s;transition: all .3s;border-radius:24px;}
.service-wrap5 .txts .a a:hover:before{  width:100%;}
.service-wrap5 .txts .a a:hover label{color:#1855d7;-webkit-transition: all .3s;-o-transition: all .3s;-ms-transition: all .3s;transition: all .3s;}
.service-wrap5.active .txts .p.fadeInUp{animation-delay:0.5s;}
.service-wrap5.active .txts .a.fadeInUp{animation-delay:0.8s;}

.service-wrap6{ background-repeat:no-repeat; background-position:center center; background-size:cover; background-image:url(../images/zhanti_bg6.jpg); color:#000;}
.service-wrap6 .txts{ float:left; width:646px; margin-top:39px; margin-bottom:39px;}
.service-wrap6 .txts h2{ font-size:72px; font-weight:normal; height:175px; background:url(../images/zhuanti2_ico1.png) left bottom no-repeat;}
.service-wrap6 .txts h2 span{ display:block; height:50px; line-height:50px; font-size:30px; color:#333;}
.service-wrap6 .txts .p{ line-height:30px; font-size:20px; overflow:hidden; margin-top:44px; max-width:645px; color:#666;}
.service-wrap6 .txts .a{ overflow:hidden; margin-top:54px;}
.service-wrap6 .txts .a a{ float:left; width:188px; border-radius:26px; border:1px solid #000; text-align:left; text-indent:30px; background:url(../images/zhanti_ico3.png) 138px center no-repeat; font-size:16px; height:46px; line-height:46px; color:#000; margin-right:18px; position:relative;}
.service-wrap6 .txts .a a label{ display:block;  position:relative; cursor:pointer;}
.service-wrap6 .txts .a a:before{content: "";display: block;position: absolute;left: 0%;top: 0px;height:46px; width:0;background:url(../images/zhanti_ico1.png) #1855d7 138px center no-repeat;-webkit-transition: all .3s;-o-transition: all .3s;-ms-transition: all .3s;transition: all .3s;border-radius:24px;}
.service-wrap6 .txts .a a:hover{border:1px solid #1855d7;}
.service-wrap6 .txts .a a:hover:before{  width:100%;}
.service-wrap6 .txts .a a:hover label{color:#fff;-webkit-transition: all .3s;-o-transition: all .3s;-ms-transition: all .3s;transition: all .3s;}
.service-wrap6.active .txts .p.fadeInUp{animation-delay:0.5s;}
.service-wrap6.active .txts .a.fadeInUp{animation-delay:0.8s;}
.service-wrap6 .imgs{ position:absolute; width:50%; height:100%; top:0; right:0;}
.service-wrap6 .imgs1{ position:absolute; width:736px; max-width:100%; left:0; top:18.6%;opacity:0;}
.service-wrap6.active .imgs1{opacity:1;}

.service-wrap7{ background-repeat:no-repeat; background-position:center center; background-size:cover; background-image:url(../images/zhanti_bg7.jpg); color:#fff;}
.service-wrap7 .imgs{ position:absolute; width:50%; height:100%; top:0; left:0;}
.service-wrap7 .imgs img{width:856px; height:525px; position:absolute; right:-100px;top: 50%; transform: translate(0%, -50%);}
.service-wrap7 .txts{ float:right; width:660px; margin-top:39px; margin-bottom:39px;}
.service-wrap7 .txts h2{ font-size:72px; font-weight:normal; height:175px; background:url(../images/zhanti_ico2.png) left bottom no-repeat;}
.service-wrap7 .txts h2 span{ display:block; height:50px; line-height:50px; font-size:30px;}
.service-wrap7 .txts .p{ line-height:30px; font-size:20px; overflow:hidden; margin-top:44px; max-width:645px; color:#fff;}
.service-wrap7 .txts .a{ overflow:hidden; margin-top:54px;}
.service-wrap7 .txts .a a{ float:left; width:188px; border-radius:26px; border:1px solid #fff; text-align:left; text-indent:30px; background:url(../images/zhanti_ico1.png) 138px center no-repeat; font-size:16px; height:46px; line-height:46px; color:#fff; margin-right:18px; position:relative;}
.service-wrap7 .txts .a a label{ display:block;  position:relative; cursor:pointer;}
.service-wrap7 .txts .a a:before{content: "";display: block;position: absolute;left: 0%;top: 0px;height:46px; width:0;background:url(../images/zhanti_ico3.png) #fff 138px center no-repeat;-webkit-transition: all .3s;-o-transition: all .3s;-ms-transition: all .3s;transition: all .3s;border-radius:24px;}
.service-wrap7 .txts .a a:hover:before{  width:100%;}
.service-wrap7 .txts .a a:hover label{color:#000;-webkit-transition: all .3s;-o-transition: all .3s;-ms-transition: all .3s;transition: all .3s;}
.service-wrap7.active .txts .p.fadeInUp{animation-delay:0.5s;}
.service-wrap7.active .txts .a.fadeInUp{animation-delay:0.8s;}
#fp-nav ul li, .fp-slidesNav ul li{ width:auto; height:50px; margin:0; margin-top:1px; margin-bottom:2px;}
#fp-nav.right{ right:auto; left:0;}
#fp-nav ul li a{ background:rgba(0,0,0,0.5); width:50px;transition:all 0.3s;}
#fp-nav ul li a.active{ background:rgba(246,117,36,1);}
#fp-nav ul li a:hover{background:rgba(246,117,36,1); width:180px;}
#fp-nav ul li a span, .fp-slidesNav ul li a span{ width:50px; height:50px; border-radius:0%; margin:0; left:0px; top:0;transition:all 0.3s;}
#fp-nav ul li a label{ position:absolute; left:0; top:0;width:0px; height:50px; line-height:50px; color:#fff; text-align:right; font-size:14px; cursor:pointer; overflow:hidden;transition:all 0.3s;}
#fp-nav ul li a:hover label{ width:130px;}
#fp-nav ul li a:hover span{ left:130px;}
#fp-nav ul li a.active span, .fp-slidesNav ul li a.active span, #fp-nav ul li:hover a.active span, .fp-slidesNav ul li:hover a.active span{ width:50px; height:50px; margin:0; border-radius:0;}
#fp-nav ul li a.active span,.fp-slidesNav ul li a.active span,#fp-nav ul li:hover a.active span,.fp-slidesNav ul li:hover a.active span{height: 50px;width: 50px;margin:0;border-radius: 0%;}
#fp-nav ul li:hover a span,.fp-slidesNav ul li:hover a span{ width: 50px; height: 50px;margin: 0;}
#fp-nav ul li:last-child{ display:none;}
#fp-nav ul li:nth-child(1) span{ background:url(../images/tool_bg1.png) center center no-repeat;}
#fp-nav ul li:nth-child(2) span{ background:url(../images/tool_bg2.png) center center no-repeat;}
#fp-nav ul li:nth-child(3) span{ background:url(../images/tool_bg3.png) center center no-repeat;}
#fp-nav ul li:nth-child(4) span{ background:url(../images/tool_bg4.png) center center no-repeat;}
#fp-nav ul li:nth-child(5) span{ background:url(../images/tool_bg5.png) center center no-repeat;}
#fp-nav ul li:nth-child(6) span{ background:url(../images/tool_bg6.png) center center no-repeat;}
#fp-nav ul li:nth-child(7) span{ background:url(../images/tool_bg7.png) center center no-repeat;}


@media screen and (max-width:1680px) {
.service-wrap1 .imgs{ width:539px; height:432px;}
.service-wrap1 .imgs img{ width:184px;}
.service-wrap1 .txts{ width:599px; margin-top:32px;}
.service-wrap1 .txts h2{ font-size:60px; height:146px;}
.service-wrap1 .txts h2 span{  height:42px; line-height:42px; font-size:25px;}
.service-wrap1 .txts .p{ line-height:25px; font-size:17px;margin-top:37px; max-width:537px;}
.service-wrap1 .txts .a a{ font-size:15px;width:156px; background-position:115px center; height:38px; line-height:38px;}
.service-wrap1 .txts .a a:before{background-position:115px center; height:38px;}

.service-wrap2 .txts{ width:599px; margin-top:32px;}
.service-wrap2 .txts h2{ font-size:60px; height:146px;}
.service-wrap2 .txts h2 span{  height:42px; line-height:42px; font-size:25px;}
.service-wrap2 .txts .p{ line-height:25px; font-size:17px;margin-top:37px; max-width:537px;}
.service-wrap2 .txts .a a{ font-size:15px;width:156px; background-position:115px center; height:38px; line-height:38px;}
.service-wrap2 .txts .a a:before{background-position:115px center; height:38px;}

.service-wrap3 .imgs{ width:563px; height:323px;}
.service-wrap3 .imgs img{ width:428px; height:268px; margin-top:20px;}
.service-wrap3 .imgs i.bgs1{ width:125px; height:125px;top:-48px;}
.service-wrap3 .imgs i.bgs2{ width:129px; height:129px; left:-2.5px; top:52px;}
.service-wrap3 .imgs i.bgs3{ width:150px; height:150px; right:-13px; bottom:-39px; }
.service-wrap3 .txts{ width:549px;}
.service-wrap3 .txts h2{ font-size:60px; height:146px;}
.service-wrap3 .txts h2 span{  height:42px; line-height:42px; font-size:25px;}
.service-wrap3 .txts .p{ line-height:25px; font-size:17px;margin-top:37px; max-width:537px;}
.service-wrap3 .txts .a a{ font-size:15px;width:156px; background-position:115px center; height:38px; line-height:38px;}
.service-wrap3 .txts .a a:before{background-position:115px center; height:38px;}

.service-wrap4 .txts{ width:542px;margin-top:32px; margin-bottom:32px; }
.service-wrap4 .txts h2{ font-size:60px; height:146px;}
.service-wrap4 .txts h2 span{  height:42px; line-height:42px; font-size:25px;}
.service-wrap4 .txts .p{ line-height:25px; font-size:17px;margin-top:37px; max-width:537px;}
.service-wrap4 .txts .a a{ font-size:15px;width:156px; background-position:115px center; height:38px; line-height:38px;}
.service-wrap4 .txts .a a:before{background-position:115px center; height:38px;}
.service-wrap4 .img1{ top:4.4%; position:absolute; left:-18px; width:389px;opacity: 0;}
.service-wrap4 .img2{ top:25.5%; position:absolute; left:140px; width:532px;opacity: 0;}

.service-wrap5 .imgs{ width:540px; height:450px;}
.service-wrap5 .imgs img{ display:block;width:496px; height:280px;margin-top:22px;}
.service-wrap5 .txts{ width:549px;}
.service-wrap5 .txts h2{ font-size:60px; height:146px;}
.service-wrap5 .txts h2 span{  height:42px; line-height:42px; font-size:25px;}
.service-wrap5 .txts .p{ line-height:25px; font-size:17px;margin-top:37px; max-width:537px;}
.service-wrap5 .txts .a a{ font-size:15px;width:156px; background-position:115px center; height:38px; line-height:38px;}
.service-wrap5 .txts .a a:before{background-position:115px center; height:38px;}

.service-wrap6 .txts{ width:599px; margin-top:32px;}
.service-wrap6 .txts h2{ font-size:60px; height:146px;}
.service-wrap6 .txts h2 span{  height:42px; line-height:42px; font-size:25px;}
.service-wrap6 .txts .p{ line-height:25px; font-size:17px;margin-top:37px; max-width:537px;}
.service-wrap6 .txts .a a{ font-size:15px;width:156px; background-position:115px center; height:38px; line-height:38px;}
.service-wrap6 .txts .a a:before{background-position:115px center; height:38px;}

.service-wrap7 .imgs img{ display:block;width:713px; height:437px;margin-top:22px;}
.service-wrap7 .txts{ width:549px;margin-top:32px; margin-bottom:32px;}
.service-wrap7 .txts h2{ font-size:60px; height:146px;}
.service-wrap7 .txts h2 span{  height:42px; line-height:42px; font-size:25px;}
.service-wrap7 .txts .p{ line-height:25px; font-size:17px;margin-top:37px; max-width:537px;}
.service-wrap7 .txts .a a{ font-size:15px;width:156px; background-position:115px center; height:38px; line-height:38px;}
.service-wrap7 .txts .a a:before{background-position:115px center; height:38px;}
}

.case_bg{ background:#f5f5f5; overflow:hidden;}
.case_bg .gy2{ overflow:visible;}
.case_one{ background:#fff; height:92px; padding-top:40px;}
.case_one .gy2{ overflow:visible;}
.case_one .h2{ float:left; line-height:52px; font-size:36px; font-weight:normal; letter-spacing:1px;}
.case_one .case_one_r{ float:right;}
.case_one .case_one_r .all_a{ float:left; height:52px; width:280px; line-height:52px; font-size:16px; color:#fff; background:#1855d7; text-align:center;transition:all 0.3s;}
.case_one .case_one_r .all_a:hover{opacity:0.8;filter:Alpha(opacity=80);}
.case_one .case_one_r .case_down{ float:left; margin-left:20px; width:280px; background:#f5f5f5; position:relative; color:#000;}
.case_one .case_one_r .case_down label{ display:block; height:52px; line-height:52px; background:url(../images/bgs4.png) 238px center no-repeat; text-indent:20px; cursor:pointer; font-size:16px;}
.case_one .case_one_r .case_down ul{ position:absolute; top:52px; left:0; width:100%;background:#fff; display:none;  overflow:hidden; z-index:9; }
.case_one .case_one_r .case_down ul.bgs2{overflow-y:scroll;max-height:320px;}
.case_one .case_one_r .case_down ul li{ display:block; height:32px; line-height:32px; overflow:hidden; }
.case_one .case_one_r .case_down ul li a{ display:block;text-indent:20px; font-size:14px;}
.case_one .case_one_r .case_down ul li a:hover{ background:#1855d7; color:#fff;}
.case_one .case_one_r .case_down.isel label{background:url(../images/bgs4_on.png) 238px center no-repeat;}
.n_case_list{ min-height:500px;margin-top:40px;}
.n_case_list ul li{/* float:left;*/ width:32%; overflow:hidden; /*margin-right:2%;*/ vertical-align:top; display:inline-block; margin-right:1.7%; background:#fff; position:relative;transition:all 0.5s; margin-bottom:2%;}
.n_case_list ul li:nth-child(3n+0){ margin-right:0;}
.n_case_list ul li:before{content: "";display: block;position: absolute;left: 0%;right: 0%;bottom: 0px;height:2px;opacity: 1;background-color: #dcdcdc;-webkit-transition: all .5s;-o-transition: all .5s;-ms-transition: all .5s;transition: all .5s;}
.n_case_list ul li:after{content: "";display: block;position: absolute;left: 0%;right: 100%; bottom: 0px;height:2px;opacity: 0;background-color: #1855d7;-webkit-transition: all .5s;-o-transition: all .5s;-ms-transition: all .5s;transition: all .5s;}
.n_case_list ul li:hover:after{left:0%;right: 0%;opacity: 1;}
.n_case_list ul li:hover{-webkit-box-shadow: 0 5px 25px rgba(0,0,0,0.1); box-shadow: 0 5px 25px rgba(0,0,0,0.1);-webkit-transform: translate3d(0, -5px, 0); transform: translate3d(0, -5px, 0); }
.n_case_list ul li img{/*display: block;*/height: 100%;width: 100%;-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;}
.n_case_list ul li .imgs{ overflow:hidden; position:relative;}
.n_case_list ul li:hover .imgs img{-webkit-transform:scale(1.02, 1.02); -moz-transform:scale(1.02, 1.02); -o-transform:scale(1.02, 1.02); -ms-transform:scale(1.02, 1.02); transform:scale(1.02, 1.02);}
.n_case_list ul li .allist-cnt{ width:96%; margin:0 auto; text-align:center; line-height:32px; padding-top:20px; padding-bottom:20px; height:68px; overflow:hidden;}
.n_case_list ul li .allist-cnt h5{ font-weight:normal; font-size:20px; color:#000; line-height:36px; height:36px; overflow:hidden;}
.n_case_list ul li .allist-cnt p{line-height:32px; height:32px; overflow:hidden; font-size:16px; color:#666666;}
.n_case_list ul li .txts{font-weight: normal; color: #fff;   font-size: 16px; line-height: 36px; height: 100%;overflow: hidden; transition: all 0.4s; position: absolute;
 bottom: -100%;left: 0; width: 100%; background: rgba(0, 0, 0, 0.75); text-align: center;}
.n_case_list ul li .txts h2{ color:#fff; font-weight:normal; font-size:24px; height:76px; line-height:76px; overflow:hidden; margin-top:22%;}
.n_case_list ul li .txts a{ color:#fff; display:inline-block; width:62px; margin-left:12px; margin-right:12px; font-size:16px;}
.n_case_list ul li .txts a i{ width:48px; height:48px; display:block; margin:0 auto;transition:all 0.4s;}
.n_case_list ul li .txts a:hover i{ margin-top:-6%; margin-bottom:6%;transform:rotate(360deg);}
.n_case_list ul li .txts a i.bgs1{ background:url(../images/2018/i_pic1.png) center top no-repeat;}
.n_case_list ul li .txts a i.bgs2{ background:url(../images/2018/i_pic2.png) center top no-repeat;}
.n_case_list ul li .txts a i.bgs3{ background:url(../images/2018/i_pic3.png) center top no-repeat;}
.n_case_list ul li:hover .txts{ bottom:0;}

/*案例PC详细*/
.case_banner2{ overflow:hidden;position: relative;}
.case_banner2 img{ display:block; width:100%;}
.case_banner2 .txts{width: 1440px; position: absolute;bottom: 30px;left: 50%;z-index: 2;transform: translate(-50%,0%);-webkit-transform: translate(-50%,0%);-moz-transform: translate(-50%,0%);-ms-transform: translate(-50%,0%);-o-transform: translate(-50%,0%); }
.case_banner2 .txts .case_title{ float:left; overflow:hidden; width:70%;}
.case_banner2 .txts .case_title h2{ font-weight:normal; margin-bottom:2%; padding-bottom:2%;/*font-family:"华文细黑";*/ background:url(../images/bgs3.png) left bottom no-repeat; font-size:48px;color:#fff;}
.case_banner2 .txts .case_title p{ color:#fff;/*font-family:"华文细黑";*/ font-size:24px;}
.case_banner2 .txts .txts_r{ float:right; overflow:hidden; margin-top:60px;}
.case_banner2 .txts .txts_r a{ float:left; width:54px; height:54px; background-repeat:no-repeat; background-position:center center; background-size:100% 100%; overflow:hidden; margin-left:20px; position:relative;}
.case_banner2 .txts .txts_r a.bgs1{ background-image:url(../images/case_ico1.png);}
.case_banner2 .txts .txts_r a.bgs2{ background-image:url(../images/case_ico2.png);}
.case_banner2 .txts .txts_r a.bgs3{ background-image:url(../images/case_ico3.png);}
/*.case_banner2 .txts .txts_r a.bgs1:Hover{ background-image:url(../images/case_ico1_on.png);}
.case_banner2 .txts .txts_r a.bgs2:Hover{ background-image:url(../images/case_ico2_on.png);}
.case_banner2 .txts .txts_r a.bgs3:Hover{ background-image:url(../images/case_ico3_on.png);}*/
.case_banner2 .txts .txts_r a:after{content: "";  width:54px; height:54px; position: absolute;top: 0;left: 0;transition:all 0.3s;background-size:0% 0%; background-repeat:no-repeat; background-position:center center;}
.case_banner2 .txts .txts_r a:hover:after{ background-size:100% 100%;}
.case_banner2 .txts .txts_r a.bgs1:after{ background-image:url(../images/case_ico1_on.png);}
.case_banner2 .txts .txts_r a.bgs2:after{ background-image:url(../images/case_ico2_on.png);}
.case_banner2 .txts .txts_r a.bgs3:after{ background-image:url(../images/case_ico3_on.png);}
.case_show_one{ background:url(../images/case_bg1.jpg) right center no-repeat; background-size:50% 100%; overflow:hidden; margin-top:20px; margin-bottom:20px;}
.case_show_one .case_show_one_l{ background:#fff; width:50%; float:left; overflow:hidden;  min-height:464px;}
.case_show_one .case_show_one_l .case_txt{ width:86%; margin:0 auto; overflow:hidden;}
.case_show_one .case_show_one_l .case_txt .h2{ margin-top:50px; height:90px; line-height:90px; background:url(../images/case_bg2.jpg) left bottom no-repeat; color:#010000; font-size:30px; font-weight:normal; margin-bottom:33px;}
.case_show_one .case_show_one_l .case_txt .divs{ line-height:30px; color:#666666; font-size:16px;}
.case_show_one .case_show_one_r{ width:50%; float:right; overflow:hidden;}
.case_show_one .case_show_one_r .case_txt{ width:70%; margin:0 auto; overflow:hidden; color:#fff;}
.case_show_one .case_show_one_r .h2{ margin-top:50px; height:90px; line-height:90px; background:url(../images/case_bg3.jpg) left bottom no-repeat; color:#fff; font-size:30px; font-weight:normal; margin-bottom:33px;}
.case_show_one .case_show_one_r ul li{ font-size:18px; display:block; height:48px;line-height:48px;}
.case_show_one .foot_button2{  margin-top:30px;}
.case_show_one .foot_button2 li{ width:58px; height:58px;text-align:center; float:left; margin:0 12px;position: relative;}
.case_show_one .foot_button2 li img{ width:58px; height:58px;filter:alpha(opacity=70);opacity:0.7;}
.case_show_one .foot_button2 li:hover img{filter:alpha(opacity=100);opacity:1.0;}
.case_show_one .foot_button2 li .wem3{width: 203px;display: none; color: #363636;text-align: center;padding-top: 215px; position: absolute;left: -70px;top: -200px;background-image: url('../images/2015/ewm.png');background-repeat: no-repeat;}
.case_show_one .case_show_one_l .case_txt .fenxiang{  overflow:hidden; text-align:center;margin-top:30px;}
.case_show_one .case_show_one_l .case_txt .fenxiang .span{line-height:34px; color:#333333; display:block; font-size:18px;}
.case_show_one .case_show_one_l .case_txt .fenxiang .news_fx{ text-align:left; margin-top:3%; margin-bottom:4%;}
.case_show_one .case_show_one_l .case_txt .fenxiang .news_fx ul li{ display:inline-block; width:58px; height:58px; overflow:hidden;  margin-right:6%; background-repeat:no-repeat; background-size:100% 100%; cursor:pointer;}
.case_show_one .case_show_one_l .case_txt .fenxiang .news_fx ul li.bgs1{ background-image:url(../images/ico4.png);}
.case_show_one .case_show_one_l .case_txt .fenxiang .news_fx ul li.bgs2{ background-image:url(../images/ico5.png);}
.case_show_one .case_show_one_l .case_txt .fenxiang .news_fx ul li.bgs3{ background-image:url(../images/ico6.png);}
.case_show_one .case_show_one_l .case_txt .fenxiang .news_fx ul li:hover{transition:all 0.3s;/*opacity:0.9;filter:Alpha(opacity=90);*/}
.case_show_one .case_show_one_l .case_txt .fenxiang .news_fx ul li.bgs1:hover{ background-image:url(../images/ico4-se.png);}
.case_show_one .case_show_one_l .case_txt .fenxiang .news_fx ul li.bgs2:hover{ background-image:url(../images/ico5-se.png);}
.case_show_one .case_show_one_l .case_txt .fenxiang .news_fx ul li.bgs3:hover{ background-image:url(../images/ico6-se.png);}
.case_show_one .case_show_one_l .case_txt .fenxiang .news_fx ul li a{ display:block; width:100%; height:100%;}

.case_con{ padding-top:110px;line-height:26px; padding-left:3%; padding-right:3%; font-size:14px; padding-bottom:100px; overflow:hidden; background:#fff;}
.case_con img{  max-width:1200px; width:100%; display:block; margin:0 auto;}
.case_t{ height:76px; line-height:76px; margin-top:78px; text-align:center; font-weight:normal; color:#000; font-size:36px;}


/*新闻列表*/
.news_one{ overflow:hidden; margin-top:60px; margin-bottom:60px;}
.news_one .news_one_l{ float:left; overflow:hidden;}
.news_one .news_one_l a{ float:left; margin-right:2px; padding-left:38px; padding-right:38px; overflow:hidden; height:50px; line-height:50px; color:#000000; font-size:16px; background:#fff;transition:all 0.3s;}
.news_one .news_one_l a:hover{ color:#fff; background:#1855d7;}
.news_one .news_one_l a.flon{color:#fff; background:#1855d7;}
.news_one .news_one_r{ float:right; overflow:hidden;height:50px; line-height:50px; background:#fff;}
.news_one .news_one_r .cinputs{ width:270px;border:0;height:50px; text-indent:20px; background:none; color:#999999; font-size:14px; font-family:"微软雅黑"; outline:none; float:left;}
.news_one .news_one_r .cbnts{ float:right;width: 50px; height: 50px;  display: block; background:url(../images/news_bg1.jpg) no-repeat; border:0; outline: none; color: #fff;font-size: 18px; text-align: center; line-height: 68px;cursor: pointer;font-family: '微软雅黑';transition:all 0.3s;}
.news_one .news_one_r .cbnts:Hover{opacity:0.8;filter:Alpha(opacity=80);}
.news_list{ }
.news_list ul li{ float:left; width:32%; overflow:hidden; margin-right:2%; background:#fff; transition:all 0.5s; margin-bottom:2%;}
.news_list ul li:nth-child(3n+0){ margin-right:0;}
.news_list ul li .txts{ width:92%; margin:0 auto; max-width:400px;}
.news_list ul li .txts .h2{ color:#000000; font-size:18px; font-weight:normal; height:48px; line-height:48px; margin-top:24px;transition:all 0.3s;overflow:hidden;}
.news_list ul li .txts .p{ font-size:16px; color:#666666; line-height:24px; height:48px; overflow:hidden;transition:all 0.3s;}
.news_list ul li .txts .dates{ margin-top:16px; padding-top:24px; border-top:1px solid #f5f5f5; overflow:hidden;  font-size:14px; color:#666666;
 line-height:22px; margin-bottom:26px; transition:all 0.3s;}
.news_list ul li .txts .dates span{ display:block; color:#000000; font-size:48px; line-height:46px; height:46px;transition:all 0.3s; margin-bottom:2px;}
.news_list ul li .txts .tags{ overflow:hidden; height:22px; line-height:22px; color:#999; margin-top:10px;}
.news_list ul li .txts .tags span{ float:left; margin-right:6px;font-size:14px;}
.news_list ul li .txts .tags a{ float:left; margin-right:5px;font-size:14px; color:#999;}
.news_list ul li:hover .txts .dates{  color:#fff; border-top:1px solid #507bd7;}
.news_list ul li:hover .txts .dates span{ color:#fff;}
.news_list ul li:hover .txts .h2{ color:#fff; overflow:hidden}
.news_list ul li:hover .txts .p{ color:#fff;}
.news_list ul li:hover{-webkit-box-shadow: 0 5px 25px rgba(0,0,0,0.1); box-shadow: 0 5px 25px rgba(0,0,0,0.1);-webkit-transform: translate3d(0, -5px, 0); 
transform: translate3d(0, -5px, 0); background:#1855d7; }
.news_list ul li:hover .tags span{ color:#fff;}
.news_list ul li:hover .tags a{ color:#fff;}

/*新闻详细*/
.news_show2{ overflow:hidden; }
.news_show2 .news_show_l{width: 890px;float: left;overflow: hidden; color:#333; background:#fff; padding-left:30px; padding-right:30px; padding-bottom:60px;}
.news_show2 .news_show_l .new_show_l_top{ margin-top:30px; padding-bottom:23px; overflow:hidden; border-bottom:1px solid #e1e1e1;}
.news_show2 .news_show_l .new_show_l_top h1{ font-size:24px; line-height:38px; overflow:hidden; color:#000; font-weight:normal;}
.news_show2 .news_show_l .new_show_l_top p{ height:40px; line-height:40px; overflow:hidden; font-size:16px;}
.news_show2 .news_show_l .new_show_l_text{ padding-top:35px;line-height:30px; font-size:16px; }
.news_show2 .news_show_l .new_show_l_text p{ margin-bottom:17px; font-size:16px;}
.news_show2 .news_show_l .new_show_l_text h1{ line-height:35px; font-size:14px;}
.news_show2 .news_show_l .new_show_l_text img{/*display: block;*/ max-width: 100%; margin-bottom:10px;}/*margin: 0 auto;*/
.news_show2 .news_show_l .new_show_l_text .news_show_tag{ overflow:hidden; margin-top:33px; line-height:32px; margin-bottom:50px;}
.news_show2 .news_show_l .new_show_l_text .news_show_tag span{ margin-bottom:10px; float:left; font-size:16px;}
.news_show2 .news_show_l .new_show_l_text .news_show_tag a{ float:left; padding-left:20px; padding-right:20px;line-height:32px; height:32px; overflow:hidden; color:#999; font-size:16px; margin-bottom:10px; margin-right:1px; background:#fff; border:1px solid #fff;transition:all 0.3s;}
.news_show2 .news_show_l .new_show_l_text .news_show_tag a:hover{opacity:0.8;filter:Alpha(opacity=80); border:1px solid #f45900; color:#f45900;}
.news_show2 .news_show_l .fenxiang{  overflow:hidden; text-align:center; border-top:1px solid #e8e8e8; padding-top:2%; margin-top:2%;}
.news_show2 .news_show_l .fenxiang .span{line-height:34px; color:#333333; display:block; font-size:18px;}
.news_show2 .news_show_l .fenxiang .news_fx{ text-align:center; margin-top:3%; margin-bottom:4%;}
.news_show2 .news_show_l .fenxiang .news_fx ul li{ display:inline-block; width:58px; height:58px; overflow:hidden; margin-left:3%; margin-right:3%; background-repeat:no-repeat; background-size:100% 100%; cursor:pointer;}
.news_show2 .news_show_l .fenxiang .news_fx ul li.bgs1{ background-image:url(../images/ico1.png);}
.news_show2 .news_show_l .fenxiang .news_fx ul li.bgs2{ background-image:url(../images/ico2.png);}
.news_show2 .news_show_l .fenxiang .news_fx ul li.bgs3{ background-image:url(../images/ico3.png);}
.news_show2 .news_show_l .fenxiang .news_fx ul li:hover{transition:all 0.3s;opacity:0.9;filter:Alpha(opacity=90);}
.news_show2 .news_show_l .fenxiang .news_fx ul li a{ display:block; width:100%; height:100%;}
.prenext{text-align:center; padding-bottom:3%; overflow:hidden; border-top:1px solid #e8e8e8; padding-top:4%;}
.prenext a{ color:#333333; display:inline-block; height:50px; line-height:50px; width:172px; overflow:hidden;  font-size:18px; background:#e8e8e8;}
.prenext a:hover{ color:#fff; background:#1855d7; text-decoration:none;}
.prenext a label{ font-family:"宋体"; font-size:22px;}
.prenext a label.a{ padding-right:12%;}
.prenext a label.b{ padding-left:12%;}
.prenext a.nodata{ background:#e8e8e8;color:#333333;}
.news_show2 .news_show_r{width: 460px;float: right; overflow:hidden;}
.news_show2 .news_show_r .new_show_right_top{ font-size:24px; color:#000; margin-top:30px; margin-bottom:10px; font-weight:normal; height:38px; line-height:38px;/*font-family:"华文细黑";*/ padding-left:30px; padding-right:30px;}
.news_show2 .news_show_r .new_show_right_top .tagchange{ float:right; padding-left:29px;  background:url(../images/tag_bg1.png) left center no-repeat;font-size:16px; color:#999999;}
.news_show2 .news_show_r .new_show_right_top .tagchange:hover{color:#1855d7;}
.news_show2 .news_show_rnews{overflow: hidden; color:#666; background:#fff;}
.news_show2 .news_show_rnews .ul li{ display:block; border-bottom:1px dashed #cccccc; padding-bottom:20px; margin-bottom:20px; overflow:hidden; margin-left:30px; margin-right:30px;}
.news_show2 .news_show_rnews .ul li h1{ font-weight:normal; font-size:18px; color:#000000; height:38px; line-height:38px; overflow:hidden}
.news_show2 .news_show_rnews .ul li h1 a{color:#000000;}
.news_show2 .news_show_rnews .ul li h1 a:hover{color:#1855d7;}
.news_show2 .news_show_rnews .ul li p{ color:#666666; font-size:14px; height:36px; line-height:36px; overflow:hidden;}
.news_show2 .news_show_rnews .ul li:last-child{ border-bottom:0; margin-bottom:0;}
/*新闻中心-标签*/
.tag_banner{ background:url(../images/tag_bg2.jpg) center top no-repeat; overflow:hidden; height:310px; text-align:center;/*font-family:"华文细黑";*/display: flex;  align-items: center;justify-content: left;}
.tag_banner h1{ font-weight:normal; font-size:38px;margin-bottom:12px; /*margin-top:102px;*/ color:#fff;}
.tag_banner p{ font-size:20px; line-height:30px; color:#fff; }
.news_show2 .news_show_rtag{overflow: hidden; color:#666; background:#fff; margin-bottom:30px;}
.news_show2 .news_show_rtag .tagul{margin-bottom:30px; overflow:hidden; margin-left:30px; padding-right:10px; margin-top:20px;}
.news_show2 .news_show_rtag .tagul li{ display:block; overflow:hidden;}
.news_show2 .news_show_rtag .tagul li a{ float:left; margin-bottom:10px; margin-right:10px; height:30px; line-height:30px;font-size:14px; color:#666; padding-left:10px; padding-right:10px; border:1px solid #cccccc; margin-right:10px; }
.news_show2 .news_show_rtag .tagul li a:hover{ border:1px solid #1855d7; color:#1855d7;}
.tag_ul{ padding-top:30px; overflow:hidden; }
.tag_ul ul li{ display:block; overflow:hidden; transition:all 0.5s; margin-bottom:30px; padding-bottom:30px; border-bottom:1px dashed #ccc;}
.tag_ul ul li:nth-child(3n+0){ margin-right:0;}
.tag_ul ul li .txts{ overflow:hidden;}
.tag_ul ul li .txts .h2{ color:#000; font-size:18px; font-weight:normal; height:32px; line-height:32px; margin-top:3px;transition:all 0.3s; overflow:hidden;}
.tag_ul ul li .txts .p{ font-size:16px; color:#333; line-height:24px; height:48px; overflow:hidden;transition:all 0.3s; margin-top:13px;}
.tag_ul ul li .txts .dates{ font-size:14px; color:#999;line-height:20px; height:20px; overflow:hidden;}
.tag_ul ul li .txts .tagse{  color:#999;line-height:24px; height:24px; overflow:hidden; margin-top:18px;}
.tag_ul ul li .txts .tagse span{ float:left; margin-right:6px; font-size:14px; }
.tag_ul ul li .txts .tagse  a{ float:left; margin-right:3px; padding-left:6px; padding-right:6px; font-size:14px; color:#999;line-height:22px; height:22px; overflow:hidden; border:1px solid #fff;}
.tag_ul ul li .txts .tagse  a:hover{border:1px solid #f45900; color:#f45900;}
.tag_ul ul li .imgs{ float:left; width:260px; margin-right:30px;}
.tag_ul ul li .imgs img{ width:100%; height:160px; 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;}
.tag_ul ul li .imgs: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);}
.tag_ul ul li .txts a:hover .h2{ color:#f45900;}


.fenye{ clear:both; height:46px; padding-bottom:50px; margin-bottom:50px;}
.fenye_nr{}
.fenye_nr .pages{display:block; width:48px; float:left; height:46px; line-height:46px;text-align:center;}
.fenye_left_icon{ width:48px; float:left;}