@charset "utf-8";
*{
	margin:0;
	padding:0;
}

body{
	background:#fff;
	color:#4d4c4c;
	overflow-x:hidden;
}

a{
	text-decoration:none;
	color:#333;
}

img{
	display:block;
	width:100%;
}

.clearfix:after{
	content:'';
	display:block;
	height:0;
	line-height:0;
	overflow:hidden;
	clear: both;
}

.container{
	max-width:1200px;
	margin:0 auto;
}


.headerTop{
	height:40px;
	background:#6e6e6e;
	line-height:40px;
	color:#fff;
	font-size:14px;
}

.header .container{
	max-width:1440px;
}

.headerTop .dialog{
	float:left;
	padding-left:30px;
	color:#fff;
	background:url(../images_xin/icon-dialog.png) no-repeat left center / auto 60%;
}

.headerTop .dialog a{
	font-size:16px;
	color:#fff;
	font-weight:700;

}

.headerTop .language{
	float:right;
	margin-left:30px;
	color:#111;
}

.headerTop .language a{
	color:#111;
}

.headerTop form{
	float:right;
	height:22px;
	border-radius:16px;
	background:#fff;
	display: flex;
	margin-top:9px;
}



.headerTop form input{
	flex:1;
	height:22px;
	border:0;
	background:none;
	text-indent:15px;
	outline:none;
	font-size:12px;
}

.headerTop form button{
	width:40px;
	background:url(../images_xin/icon-search.png) no-repeat center / auto 60%;
	border:0;
	outline:none;
}


.header .logo{
	padding:10px 0;
}

.header .logo .menu{
	display: none;
}

.header .logoBox{
	float:left;
	width:30%;
	display: flex;
	align-items: center;
	position: relative;
}

.header .logoBox:after{
	content:'';
	display:block;
	width:1px;
	height:65%;
	background: #111;
	left:130px;
	bottom:3px;
	position: absolute;
}

.header .logoBox img{
	width:120px;
	padding-right:10px;
}

.header .logoBox p{
	flex:1;
	padding-left:10px;
	line-height:1.2;
	font-size:17px;
	font-weight:300;
	color:#5e5e5e;
	margin-top:14px;
}

.nav{
	background:none;

}

.navBox{
	display: flex;
}

.navBox li{
	list-style: none;
	text-align:center;
	flex:1;
	padding:24px 0;
	position: relative;
}

.navBox li a{
	color:#111;
	display:block;
	font-size:15px;
}

.navBox li.active:after{
	content:"";
	display:block;
	width:80%;
	height:2px;
	left:10%;
	position: absolute;
	bottom:12px;
	background:#d1261c;
}

.search{
	padding:30px 0;
	background:#f9f9f9;
}

.searchBox{
	width:640px;
	margin:20px auto;
	position:relative;
	z-index:9;
	display:flex;


}

.search .hotWords{
	width:640px;
	margin:0 auto 20px;
	font-size:14px;
	color:#898989;
}

.search .hotWords span{
	margin-right:15px;
}

.searchBox:before{
	content:'';
	display:block;
	width:100%;
	height:100%;
	padding:8px;
	background:#e0e6f0;
	top:50%;
	left:50%;
	position: absolute;
	transform: translate(-50%,-50%);
	box-shadow:0 0 15px rgba(0,0,0,0.1);
	z-index:-1;
}

.searchBox span{
	width:50px;
	height:40px;
	background:#fff url(../images_xin/icon-search1.png) no-repeat center / 60%;
	position:relative;
}

.searchBox span:after{
	content:'';
	display:block;
	width:1px;
	height:60%;
	top:20%;
	position: absolute;
	background:#ccc;
	right:-6px;

}

.searchBox input{
	flex:1;
	border:0;
	padding-left:15px;
	outline: none;
	font-size:16px;
}

.searchBox button{
	width:130px;
	height:40px;
	background: #0048a9;
	color:#fff;
	border:0;
	font-size:18px;
}

.hotCompany{
	padding:50px 0;
}

.h2{
	text-align:center;
}

.h2 h2{
	font-size:26px;
	margin-bottom:25px;
	font-weight:500;
}

.h2 h2 span{
	position: relative;
}

.h2 h2 span:after{
	content:'';
	display: block;
	width:50%;
	position: absolute;
	left:25%;
	height:2px;
	background:#0048a9;
	bottom:-15px;
}

.h2 p{
	line-height:1.8;
	font-size:15px;
	font-weight:300;
}

.hotCompanyBox{
	padding:0 0px;
}

.hotCompanyBox figure{
	width:49%;
	float: left;
	display: flex;
	margin-top:20px;
	box-shadow:0 0 10px rgba(0,0,0,0.05);
}

.hotCompanyBox figure:nth-child(2n){
	float:right;
}

.hotCompanyBox figure>img{
	flex:1;
}

.hotCompanyBox figcaption{
	flex:1;
	text-align: center;
	padding:0 40px;
}


.hotCompanyBox figcaption img{
	display: block;
	height:80px;
	width:auto;
	margin:12px auto;
}

.hotCompanyBox figcaption h3{
	font-size:16px;
	line-height:1.4;
	margin-bottom:20px;
}

.hotCompanyBox figcaption a{
	font-size:14px;
	color:#999;
}

.learn-more{
	margin-top:30px;
	text-align: center;
}

.learn-more a{
	display: inline-block;
	padding:5px 12px;
	border:1px solid #828282;
	font-size:15px;
}

.city{
	padding:50px 0;
	background:#f9f9f9;
}

.cityBox .item{
	margin:40px 0 0;
	box-shadow:0 0 15px rgba(0,0,0,0.08);
}

.cityLogoBox{
	text-align: center;
	background:#fff;
	padding:10px;
}

.cityLogoBox a{
	display:inline-block;
}


.cityLogoBox img{
	display: inline-block;
height: 75px;
width: auto;
margin: 17px 0px 0;
}
.cityLogoBox1{
	text-align: center;
	background:#fff;
	padding:10px;
}

.cityLogoBox1 a{
	display:inline-block;
}


.cityLogoBox1 img{
	display: inline-block;
height: 82px;
width: auto;
margin: 17px 0px 0;
}
.cityLogoBox2{
	text-align: center;
	background:#fff;
	padding:10px;
}

.cityLogoBox2 a{
	display:inline-block;
}


.cityLogoBox2 img{
	display: inline-block;
height: 74px;
width: auto;
margin: 21px 1px 20px 0;
}
.cityLogoBox3{
	text-align: center;
	background:#fff;
	padding:10px;
}

.cityLogoBox3 a{
	display:inline-block;
}


.cityLogoBox3 img{
	display: inline-block;
height: 80px;
width: auto;
margin: 17px 12px 0;
}





.team{
	max-width:1920px;
	padding:50px 0;
	background:url(../images_xin/bg1.jpg) no-repeat center top / 100% 100%;
}

.team .h2{
	color:#fff;
}

.team .h2 h2 span:after{
	background:#fff;
}

.teamBox{
	height:180px;
	margin-top:50px;
	color:#fff;

}

.teamBox .left{
	width:40%;
	float: left;
	height:100%;
	line-height:2;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
}

.teamBox .right{
	width:60%;
	float: right;
	height:100%;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
}

.teamBox .right img{
	display:block;
	width: 80%;
}

.teamBox1{
	padding:40px 0;
}

.teamBox1 figure{
	float: left;
	width:23.2%;
	margin-right:2.4%;
	position: relative;
}

.teamBox1 figure:last-child{
	margin-right:0;
}

.teamBox1 figure img{
	display:block;
	width:100%;
}

.teamBox1 figcaption{
	padding:6px;
	box-sizing: border-box;
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	background: rgba(0,0,0,0.5);
	color:#fff;
	font-size:13px;
}

.teamBox1 figcaption p{
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
	line-height:1.5;
}
.qytj_zs{width:100%; height:178px;}
.hyjp_zs{width:100%; height:178px;}
.team .learn-more a{
	color:#fff;
	border-color:#fff;
}

.talk{
	padding:50px 0;
}

.talk h3{
	font-weight:300;
	font-size:20px;
	margin-bottom:15px;
}

.talk h3 a{
	font-size:12px;
	color:#898989;
	margin-left:50px;
}

.talkBox{
	margin-top:30px;
}

.talkBox .left{
	float:left;
	width:28%;
}

.talkBox .left ul{
	background:#1352a1;
}

.talkBox .left ul li{
	display: flex;
	padding:12px 10px;
	align-items: center;
	border-left:3px solid #f40a0a;
	border-bottom:1px solid #4275b4;
}

.talkBox .left ul li:last-child{
	border-bottom:0;
}

.talkBox .left ul li:nth-child(2){
	border-left-color:#ff7200;
}

.talkBox .left ul li:nth-child(3){
	border-left-color:#ffe400;
}

.talkBox .left ul li:nth-child(4){
	border-left-color:#48c91b;
}

.talkBox .left ul li:nth-child(5){
	border-left-color:#10a4e9;
}

.talkBox .left ul li:nth-child(6){
	border-left-color:#1015e9;
}

.talkBox .left ul li span{
	flex:1;
	font-weight:700;
	font-size:24px;
	color:#fff;
	margin-right:24px;
}

.talkBox .left ul li p{
	flex:6;
	color:#fff;
	font-size:18px;
}

.talkBox .left ul li p i{
	font-style:normal;
	font-size:14px;
	color:#7A93C0;
	padding-left:20px;
	background:url(../images_xin/icon-fire.png) no-repeat left center / auto 100%;
}

.talkBox .left ul li a{
	flex:3;
	color:#fff;
	font-size:15px;
	text-align:center;
}

.talkBox .right{
	width:62%;
	float: right;
}

.talkBox .right img{
	display:block;
	width:100%;
}


.talkBox1h3{
	margin-top:-30px;
}

.talkBox1 figure{
	width:23.5%;
	float:left;
	margin-right:2%;
}

.talkBox1 figure:last-child{
	margin-right:0;
}

.talkBox1 figcaption{
	line-height:2;
	font-size:15px;
	font-weight:300;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}

.talkBox1 figcaption span{
	font-weight:500;
}

.choose{
	padding:50px 0;
	max-width:1920px;
	margin:0 auto;
	background:url(../images_xin/bg2.jpg) no-repeat center / 100% auto;
}

.choose h3{
	color:#fff;
	font-size:28px;
	line-height:1.2;
	font-weight:500;
	margin:30px 0;
}

.choose h3 span{
	font-weight:300;
	font-size:16px;
}

.choose p{
	line-height:1.7;
	margin-bottom:8px;
	width:60%;
	color:#fff;
	font-weight:300;
}

.choose h4{
	font-size:24px;
	font-weight:500;
	color:#fff;
	margin-top:30px;
}


.expert{
	padding:50px 0;
	background:#f9f9f9;
}

.swiper2{
	padding:0 50px 30px;
}

.swiper2 .swiper-button-next,.swiper2 .swiper-button-prev{
	background: url(../images_xin/icon-left.png) no-repeat center / 100% auto;
	width:50px;
}

.swiper-button-next{
	transform:rotate(-180deg);
}

.swiperTab{
	margin:50px 0;
	text-align: center;
}

.swiperTab li{
	display: inline-block;
	list-style:none;
	margin:0 10px;
	padding:2px 20px;
	color:#1d3d76;
	border-radius:18px;
	border:1px solid #1d3d76;
	font-weight:300;
	cursor:pointer;
}

.swiperTab li.active{
	background:#1d3d76;
	color:#fff;
}

.swiper2,.swiper5 {
	padding-bottom:30px;

}

.swiper2 .swiper-pagination,.swiper5 .swiper-pagination{
	bottom:0px;
}

.swiper2 .swiper-pagination-bullet,.swiper5 .swiper-pagination-bullet{
	background:none;
	border:1px solid #00429c;
	opacity:1;
}

.swiper2 .swiper-pagination-bullet-active,.swiper5 .swiper-pagination-bullet-active{
	background:#00429c;
}

.swiper2 figcaption{
	text-align:center;
}

.swiper2 figcaption h3{
	margin:30px 0 40px;
	font-weight:500;
}

.swiper2 figcaption p{
	line-height:1.6;
	font-weight:300;
	color:#787878;
	font-size:14px;
}

.resource{
	margin:50px 0;
}

.resourceBox{
	padding:40px 0 20px;
}

.resource figure{
	width:17%;
	margin-right:3.75%;
	margin-bottom:10px;
	float: left;
}

.resource figcaption{
	text-align: center;
	font-weight:300;
	line-height:2;
}

.resource figure:nth-child(5n){
	margin-right:0;
}

.example{
	background:#f9f9f9;
	padding:50px 0;
}

.exampleBox{
	margin-top:30px;
}

.exampleBox figure{
	width:23.8%;
	margin-right:1.6%;
	float:left;
	margin-top:30px;
}

.exampleBox figure:nth-child(4n){
	margin-right:0;
}

.exampleBox figure a{
	display: block;
	position:relative;
}

.exampleBox figure a img{
	height:180px;
}

.exampleBox figure a:after{
	content:'';
	display:block;
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;
	background:rgba(0,0,0,0.5) url(../images_xin/icon-play.png) no-repeat center / auto;
	opacity:0;
	transition: all 0.5s ease;
}

.exampleBox figure a:hover:after{
	opacity: 1;
}

.exampleBox figcaption{
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
	line-height:2;
	font-size:15px;
}

.news{
	padding:50px 0 ;
}

.newsTab{
	text-align: center;
	margin:30px 0;
}

.newsTabBox{
	display: inline-block;
	padding:5px;
	border-radius:8px;
	background:#f6f6f7;
}

.newsTabBox li{
	display:inline-block;
	list-style:none;
	padding:5px 20px;
	font-weight:300;
	cursor:pointer;
}

.newsTabBox li.active{
	border-radius:8px;
    background: linear-gradient(to bottom, rgba(0,0,0,0.15), rgba(0,0,0,0.05));
}

.newsBox .content{
	display: none;
}

.newsBox .content:nth-child(2){
	display:block;
}

.newsBox figure{
	float:left;
	width:49%;
	display: flex;
	margin-top:20px;
}

.newsBox figure:nth-child(2n){
	float:right;
}

.newsBox figure img{
	width: 290px;
height: 188px;
}

.newsBox figcaption {
	padding:5px 5px 0 10px;
	background: #f9f9f9;
}

.newsBox figcaption h4{
	font-weight:500;
	line-height:1.4;
	font-size:18px;
	margin-top:10px;
	height:51px;
	overflow:hidden;
}

.newsBox figcaption p{
	line-height:1.5;
	font-size:13px;
	margin:10px 0;
	color:#898989;
	height:76px;
	overflow: hidden;
}

.newsBox figcaption a{
	float:right;
	font-size:14px;
	margin-right:10px;
}


.link{
	background:#363636;
	padding:30px;
}


.link .container{
	display: flex;
	min-width:1440px;
}

.link .container a{
	flex:1;
	text-align: center;
	border-right:1px solid #e4e4e4;
	font-size:17px;
	line-height:1;
	color:#fff;
	font-weight:300;
}

.link .container a:last-child{
	border-right:0;
}

.footer{
	background:#212121;
	padding:30px 0;font-size: 14px;
}

.footer .container{
	max-width:1440px;
}

.footer .logo-bottom img{
	display:block;
	width:240px;
	margin:20px auto 50px;
}

.footerBox .item{
	float:left;
	width:35%;
	color:#fff;
}

.footerBox .item:nth-child(2){
	width:20%;
}

.footerBox .item:nth-child(3){
	width:18%;
}

.footerBox .item:nth-child(4){
	width:27%;
}

.footerBox .item h3 span{
	position:relative;
	padding:20px 0;
	display: inline-block;
}

.footerBox .item h3 span:after{
	content:'';
	display:block;
	width:70%;
	height:2px;
	background:#ed6d00;
	position: absolute;
	left:0;
	bottom:10px;
}

.footerBox .item a{
	display:inline-block;
	width:25%;
	float:left;
	color:#fff;
	margin-top:10px;
	font-weight:300;
}

.footerBox .item:nth-child(2) a{
	width:33%;
}

.footerBox .item:nth-child(3){
	padding-left:20px;
	box-sizing:border-box;
}

.footerBox .item:nth-child(3) a{
	width:34%;
}

.footerBox .item:nth-child(4){
	padding-top:20px;
	font-weight:300;
}

.footerBox .item:nth-child(4) .left{
	float:left;
	width:60%;
}

.footerBox .item:nth-child(4) .left p span{
	font-size:26px;
	color:#ed6d00;
	font-weight:700;
	margin-top:10px;
}

.footerBox .item:nth-child(4) .right{
	width:40%;
	float: right;
	text-align:right;
}

.footerBox .item:nth-child(4) .right img{
	display:inline-block;
	width:74%;
}

.footer-bg img{
	width:80%;
	margin:0px auto;
	display: block;
}

.copyright{
	text-align:center;
	font-size:14px;
	line-height:1.6;
	color:#fff;
	font-weight:300;
}

.copyright p:last-child{
	color:#898989;
}

.copyright p img{
	display:inline-block;
	width:auto;
	margin:20px 5px;

}

.linkWebs{
	max-width:1200px;
	margin:0 auto;
	padding:20px 0 0;
	line-height:1.6;
	font-size:14px;
	font-weight:300;
	color:#898989;
	text-align: center;
	border-top:1px solid #787878;
}

.linkWebs a{
	color:#898989;
}

@media screen and (max-width: 1000px) {
	body{
		padding-top:50px;
		overflow:auto;
	}
	.header{
		width:100%;
		position: fixed;
		left:0;
		top:0;
		background:#6e6e6e;
		z-index:9999;
	}
	.container{
		width:100%;
		min-width:auto;
		overflow-x: hidden;
	}
.qytj_zs{width:100%; height:130px;}
.hyjp_zs{width:100%; height:115px;}

	.logoBox img,.logoBox p,.header .logoBox:after,.headerTop form,.headerTop .language{
		display: none;
	}
	.headerTop{
		padding:0 10px;
		position:absolute;
		left:36%;
		background:none;
		top:10%;
	}

	.headerTop .dialog a{
		font-size:15px;
		font-weight:300;
	}

	.logoBox{
		height:40px;
		background:url(../images_xin/logo-bottom.png) no-repeat 10px center / auto 90%;
	}

	
	.nav{
		position: fixed;
		height:100%;
		left:0;
		top:0;
		width:100%;
		background:rgba(0,0,0,0.6);
		display: none;
	}

	.navBox{
		background:#fff;
		width:40%;
		height:100%;
		float:left;
		display:block;
		padding-top:20px;
		overflow:hidden;
	}

	.navBox li{
		padding:8px 0px 8px 0;
		text-align:center;
	}
	.navBox li.active:after{
		bottom:0;
	}
	.header .logo{
		padding:5px 0;
	}
	.header .logoBox{
		width:80%;
	}
	.header .logoBox img{
		width:80px;
	}
	.header .logoBox p{
		font-size:14px;
		margin-top:0px;
	}
	.header .logoBox:after{
		left:88px;
	}
	.header .logo .menu{
		float:right;
		margin-right:10px;
		height:40px;
		width:30px;
		display: block;
		background:url(../images_xin/icon-menu.png) no-repeat center / 90%;
	}

	.search{
		padding:10px 0;
	}

	.search .hotWords{
		width:100%;
		padding:0 10px;
		line-height:1.5;
	}

	.searchBox{
		width:90%;
	}

	.searchBox span{
		height:40px;
	}

	.searchBox button{
		height:40px;
		font-size:15px;
	}

	.hotCompany{
		padding:20px 0;
	}

	.h2 h2{
		font-weight:500;
		font-size:20px;
	}

	.h2 p{
		font-size:12px;
	}

	.hotCompanyBox figure{
		width:100%;
	}

	.hotCompanyBox figure>a{
		width:50%;
		display:block;
		padding-right:10px;
	}

	.hotCompanyBox figure>a img{
		width:100%;
	}

	.hotCompanyBox figcaption{
		padding:0;
	}
	.hotCompanyBox figcaption img{
		height:72px;
		margin:6px auto;
	}
	.hotCompanyBox figcaption h3{
		font-size:12px;
		margin-bottom:5px;
	}

	.city{
		padding:20px 0;
	}

	.cityBox .item{
		margin-top:10px;
	}

	.cityLogoBox img{
		display: inline-block;
    height: 76px;
    width: 118px;
    margin: 12px 5px 0;
	}

.cityLogoBox1 img{
		display: inline-block;
    height: 55px;
    width: 117px;
    margin: 18px 5px 0;
	}
.cityLogoBox2 img{
	    display: inline-block;
    height: 55px;
    width: 123px;
    margin: 12px 3px 0;
	}
.cityLogoBox3 img{
		display: inline-block;
    height: 68px;
    width: 119px;
    margin: 12px 5px 0;
	}

	.learn-more{
		margin-top:20px;
	}

	.team{
		background-size:auto 100%;
		padding:20px 0;
	}

	.teamBox{
		margin:10px 0;
	}

	.teamBox .left{
		width:100%;
		font-size:15px;
		line-height:1.6;
	}

	.teamBox .right{
		width:100%;
		height:auto;
	}

	.teamBox1{
		padding-bottom:0px;
	}

	.teamBox1 figure{
		width:48%;
		margin:1%;
		float:left !important;
	}
	.talk{
		padding:20px 0;
	}
	.talkBox{
		margin-top:10px;
	}
	.talkBox .left{
		width:100%;
	}
	.talkBox .left ul li{
		padding:5px 10px;
	}
	.talkBox .left ul li p{
		font-size:15px;
	}
	.talkBox .right{
		width:100%;
	}
	.talkBox .right img{
		width:60%;
		margin:10px auto;
	}

	.talkBox1 figure{
		width:48%;
		margin:1%;
	}
	.choose{
		padding:20px;
		background-size: auto 100%;
	}
	.choose h3{
		margin:15px 0 10px;
		font-size:22px;
	}
	.choose p{
		width:100%;
	}
	.choose h4{
		font-size:20px;
		margin-top:10px;
	}
	.expert{
		padding:20px 0;
	}
	.swiperTab{
		margin:20px 0;
	}
	.swiperTab li{
		margin:0 2px;
		padding:0px 8px;
		font-size:14px;
	}
	.swiper2 figcaption h3{
		margin:10px 0;
	}
	.resource{
		margin:20px 0;
	}
	.resource figure{
		width:32%;
		margin-right:2%;
	}
	.resource figure img{
		height:50px;
		margin:0 auto;
	}
	.resource figure:nth-child(5n){
		margin-right:2%;
	}
	.resource figure:nth-child(3n){
		margin-right:0%;
	}
	.resource figcaption{
		font-size:12px;
	}
	.example{
		padding:20px 0;
	}
	.exampleBox{
		margin-top:0;
	}
	.exampleBox figure{
		width:48%;
		margin:1%;
	}
	.exampleBox figure a img{
		height:128px;
	}
	.news{
		padding:20px 0;
	}
	.newsTab{
		margin:10px 0;
	}
	.newsTabBox{
		margin:0 10px;
	}
	.newsBox figure{
		width:100%;
	}
	.newsBox figure img{
		width:180px;
		height:117px;
	}
	.swiper-container{height:170px;}
	.newsBox figcaption h4{
		margin-top:0;
		font-size:15px;
		height:40px;
		overflow: hidden;
	  	text-overflow: ellipsis;
	  	display: -webkit-box;
	  	-webkit-line-clamp: 2;
	  	-webkit-box-orient: vertical;
	}
	.newsBox figcaption p{
		overflow: hidden;
	  	text-overflow: ellipsis;
	  	display: -webkit-box;
	  	-webkit-line-clamp: 2;
	  	-webkit-box-orient: vertical;
	  	margin:5px 0;
	  	height:40px;
	}

	.link{
		padding:20px 10px;
	}

	.link .container{
		min-width:auto;
		font-size:13px;

		text-align: center;
	}
	.link .container a{
		line-height:1.6;
		padding:0 5px;
	}

	.footer{
		padding:10px 0 10px;
	}

	.footer .logo-bottom img{
		margin:10px auto 20px;
	}

	.footer-bg img{
		width:100%;
	}
	.footerBox .item{
		width:33.3% !important;
		margin:0;
		box-sizing:border-box;
		height:auto;
		padding-left:10px !important;
	}

	.footerBox .item h3 {
		text-align:center;
	}

	.footerBox .item h3 span{
		padding-top:0;
	}

	.footerBox .item h3 span:after{
		left:15%;
	}
	.footerBox .item a{
		width:100% !important;
		font-size:12px;
		text-align: center;
	}
	.footerBox .item a:nth-child(6),.footerBox .item a:nth-child(7),.footerBox .item a:nth-child(8){
		display:none;
	}
	.footerBox .item:nth-child(3) a:nth-child(6){
		display:block;
	}
	.footerBox .item:nth-child(4){
		width:100% !important;
	}
	.footerBox .item:nth-child(4) p{
		font-size:14px;
		text-align: center;
	}
	.footerBox .item:nth-child(4) .left p span{
		font-size:22px;
		line-height:1.8;
		font-weight:500;
	}
	.footerBox .item:nth-child(4) .right img{
		margin:0;
		display:block;
	}
	.copyright{
		font-size:13px;
	}
	.swiper2 .swiper-button-next,.swiper2 .swiper-button-prev{
		display:none;
	}





}






.adv_box{
	position: fixed;
	top: 50%;
	transform: translateY(-50%);
	right: 0;
	z-index: 99999;
}
.adv_box .smallBox{
	width: 50px;
	height: 150px;
	background-color: #656565;
	opacity: 0.8;
}
.adv_box .smallBox img{width: auto;padding-top: 14px; margin:0px auto;	}
.adv_box .smallBox>a{
	display: block;
	width: 100%;
	height: 50px;
	line-height: 50px;
	text-align: center;
	border-bottom: 1px solid black;
	box-sizing: border-box;
}
.adv_box .smallBox>a:last-child{
	border: none;
}
.adv_box .bigBox{
	width: 200px;
	box-sizing: border-box;
	color: white;
	display: none;
}
.adv_box .bigBox img{width:auto;display: table-cell;}
.adv_box .bigBox a{
	color: white;
}
.adv_box .bigBox .bigBox_l{
	width: 25px;
	height: 100px;
	background-color: #4b4b4b;
	float: left;
	line-height: 100px;
	text-align: center;
	cursor: pointer;
}
.adv_box .bigBox .bigBox_l img{
	transform: rotate(180deg);
}
.adv_box .bigBox .bigBox_r{
	width: 175px;
	background-color: #787878;
	float: right;
}
.adv_box .bigBox .bigBox_r .advWenzi{
	padding: 15px 10px;
	height: 100px;
	box-sizing: border-box;
	text-align: center;
}
.adv_box .bigBox .bigBox_r .red{
	width: 100%;
	margin-bottom: 15px;
}
.adv_box .bigBox .bigBox_r .red a{
	width: 100%;
	height: 40px;
	display: flex;
	margin-bottom: 5px;
}
.adv_box .bigBox .bigBox_r .red a span{
	text-align: center;
	line-height: 40px;
	color: black;
	display: block;
	height: 40px;
}
.adv_box .bigBox .bigBox_r .red a span:first-child{
	width: 40px;
	background-color: #ff8e00;
}
.adv_box .bigBox .bigBox_r .red a span:last-child{
	width: calc(100% - 40px);
	background-color: #ececec;
}

.adv_box .bigBox .bigBox_r .blue{
	width: 100%;
}
.adv_box .bigBox .bigBox_r .blue a{
	width: 100%;
	height: 40px;
	display: flex;
	margin-bottom: 5px;
}
.adv_box .bigBox .bigBox_r .blue a span{
	text-align: center;
	line-height: 40px;
	color: black;
	display: block;
	height: 40px;
}
.adv_box .bigBox .bigBox_r .blue a span:first-child{
	width: 40px;
	background-color: #00a3ff;
}
.adv_box .bigBox .bigBox_r .blue a span:last-child{
	width: calc(100% - 40px);
	background-color: #ececec;
}
.adv_box .bigBox .bigBox_r .goTop{
	width: 100%;
	height: 50px;
	line-height: 50px;
	text-align: center;
	background-color: #8f8f8f;
}
.adv_box .bigBox .bigBox_r .goTop img{
	transform: rotate(90deg);
}

