.wrap{width: 100%;overflow: hidden;}
.wrap img{display: block;}
.boxWAP{display: none;}
.clears::after{
	content: ".";
	clear: both;
	display: block;
	overflow: hidden;
	font-size: 0;
	height: 0;
}
.clears{
	zoom: 1;
}
body{
	font-family:'pingfang SC','helvetica neue',arial,'hiragino sans gb','microsoft yahei ui','microsoft yahei',simsun,sans-serif;
}
.box_In{
	position: relative;
	width: 1200px;
	margin: 0 auto;
}
.boxInner{
	position: relative;
	width: 90%;
	max-width: 1438px;
	min-width: 1200px;
	margin: 0 auto;
}
.box_hd{position: relative;z-index: 3;}
.box_hd h3{
	font-size: 40px;
	color: #1e1e1e;
	text-align: center;
	/*font-weight: bold;*/
}
.box_hd p{
	font-size: 16px;
	color: #525252;
	text-align: center;
	line-height: 29px;
	margin-top: 18px;
}
.box_hd p span{display: block;margin-bottom: 8px;}


.banner{position: relative;}
@media screen and (min-width: 750px){
	.headbox{
		position: absolute;
		left: 0;
		top: 20px;
		width: 100%;
		z-index: 10;
	}
	.headbox.cur{
		position: fixed;
		top: 0;
		background-color: rgba(10,32,82,.8);
		padding: 5px 0;
	}
	.banner .nav{
		/* position: absolute;
		left: 50%;
		top: 20px; */
		width: 90%;
		min-width: 1100px;
		display: -webkit-box;
		display: flex;
		justify-content: space-between;
		/* transform: translate(-50%,0); */
		margin: 0 auto;
	}
	.banner .nav .logo{width: 262px;}
	.banner .nav .logo img{width: 100%;}
	.banner .nav ul{display: -webkit-box;display: flex;}
	.banner .nav ul li a{
		display: block;
		height: 56px;
		font-size: 18px;
		color: #fff;
		line-height: 68px;
		margin-left: 30px;
	}
	.banner .nav ul li:hover a{border-bottom: 3px rgba(239,247,253,.5) solid;}
}

.banner .ban{position: relative;}
.banner .ban1{height: 768px;}
.banner .ban2{height: 283px;overflow: hidden;}
.banner .ban .banbg{
	position: absolute;
	left: 50%;
	top: 0;
	width: 1920px;
	margin-left: -960px;
}
.banner .ban1 .banpic1{
	position: absolute;
	left: 85px;
	top: 275px;
	z-index: 3;
}
.banner .ban2 p{
	font-size: 24px;
	color: #d6dbea;
	padding-top: 200px;
}
.banner .ban2 p b{font-size: 34px;margin-right: 8px;}

.box1{
	position: relative;
	height: 778px;
	background: url("../images/box1bg1.jpg") no-repeat center top;
}
.box1 .box1_con{
	position: absolute;
	left: 50%;
	top: 50%;
	width: 1200px;
	transform: translate(-50%,-50%);
}
.box1 .box1_con h3{
	font-size: 36px;
	color: #000;
	font-weight: bold;
	padding-bottom: 10px;
}
.box1 .box1_con p{
	width: 686px;
	font-size: 16px;
	color: #535353;
	line-height: 32px;
	text-indent: 2em;
	margin-top: 10px;
}

.box2 .box2_top ul{
	width: 100%;
	display: -webkit-box;
	display: flex;
	max-width: 1920px;
	margin: 0 auto;
}
.box2 .box2_top ul li{
	position: relative;
	/*width: 25%;*/
	background: #001748;
}
.box2 .box2_top ul li .pic{position: relative;overflow: hidden;}
.box2 .box2_top ul li img{
	width: 100%;
	opacity: .7;
	transition: all .5s ease;
	-moz-transition: all .5s ease;
	-webkit-transition: all .5s ease;
	-o-transition: all .5s ease;
	margin: 0 auto;
}
.box2 .box2_top ul li .con{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	box-sizing: border-box;
	padding: 45px 8% 50px;
	/*transition: all .5s ease;
	-moz-transition: all .5s ease;
	-webkit-transition: all .5s ease;
	-o-transition: all .5s ease;*/
	background: -moz-linear-gradient(to bottom , rgba(0,23,72,0), rgba(0,23,72,.8), rgba(0,23,72,1));
	background: linear-gradient(to bottom, rgba(0,23,72,0), rgba(0,23,72,.8), rgba(0,23,72,1));
}
.box2 .box2_top ul li .con h3{
	font-size: 30px;
	color: #fff;
	font-weight: bold;
}
.box2 .box2_top ul li .con h4{
	height: 56px;
	font-size: 20px;
	color: rgba(255,255,255,.5);
	line-height: 28px;
	margin: 14px 0 10px;
}
.box2 .box2_top ul li .con p{
	display: none;
	font-size: 16px;
	color: #abcbff;
	line-height: 26px;
}
.box2 .box2_top ul li:hover:before{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	border: 8px #2b7cff solid;
	content: "";
	z-index: 3;
}
.box2 .box2_top ul li:hover .pic img{
	opacity: 1;
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}
.box2 .box2_top ul li:hover .con{background: rgba(43,124,255,.95);padding: 40px 5%;}
.box2 .box2_top ul li:hover .con h4{height: auto;color: #fff;}
.box2 .box2_top ul li:hover .con p{display: block;}

.box2 .box2_bot{
	position: relative;
	height: 839px;
	box-sizing: border-box;
	padding-top: 120px;
}
.box2 .box2_bot .box2bg5{
	position: absolute;
	left: 50%;
	top: 0;
	margin-left: -960px;
}
.box2 .box2_bot .box2_con{
	position: relative;
	z-index: 3;
}

.box3{
	position: relative;
	height: 974px;
	box-sizing: border-box;
	padding-top: 86px;
}
.box3 .box3bg1{
	position: absolute;
	left: 50%;
	top: 0;
	margin-left: -960px;
}

.box4{
	height: 955px;
	box-sizing: border-box;
	background: url("../images/box4bg1.jpg") no-repeat center top;
	padding-top: 100px;
}
.box4 .box_hd h3{color: #fff;}
.box4 .box_hd p{color: rgba(255,255,255,.5);}

.box4 .box4con_top{
	width: 90%;
	max-width: 1200px;
	height: 55px;
	border-bottom: 1px #5597f0 solid;
	margin: 0 auto;
}
.box4 .gallery-thumbs{
	width: 108%;
	height: 70px;
	margin-left: -4%;
}
.box4 .gallery-thumbs .swiper-slide{
	font-size: 18px;
	color: #9fc4ff;
	text-align: center;
	line-height: 30px;
	cursor: pointer;
}
.box4 .gallery-thumbs .swiper-slide:after{
	position: absolute;
	left: 50%;
	bottom: 12px;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: #659cf5;
	margin-left: -3px;
	content: "";
}
.box4 .gallery-thumbs .swiper-slide-thumb-active{
	font-size: 34px;
	color: #3de5fe;
}
.box4 .gallery-thumbs .swiper-slide-thumb-active:after{background: #3de5fe;}
.box4 .gallery-thumbs .swiper-button-white{
	right: 0;
	top: 65px;
	width: 26px;
	height: 26px;
	border-radius: 50%;
	background: #b3d4ff;
	z-index: 99;
}
/* .box4 .gallery-thumbs .swiper-button-white.swiper-button-disabled{display: none;} */
.box4 .gallery-thumbs .swiper-button-white.swiper-button-disabled{pointer-events: auto !important;}
.box4 .gallery-thumbs .swiper-button-white:after{
	position: absolute;
	left: 10px;
	top: 5px;
	font-size: 16px;
	color: #2756e2;
	font-weight: bold;
}
.box4 .gallery-thumbs .swiper-button-prev{left: 0;}
.box4 .gallery-thumbs .swiper-button-prev:after{left: 8px;}
.box4 .gallery-thumbs .swiper-button-white:hover{background: #81b8ff;}

.box4 .box4con_bot{
	position: relative;
	width: 90%;
	min-width: 1160px;
	max-width: 1404px;
	margin: 70px auto 72px;
}
.box4 .gallery-top .swiper-slide{height: 403px;text-align: center;}
/* .box4 .gallery-top .swiper-slide .pic{
	position: absolute;
	left: 0;
	top: 50%;
	width: 43.6%;
	max-width: 611px;
	transform: translate(0,-50%);
	background: url("../images/box4picbg.png") no-repeat center;
	background-size: 100%;
} */
.box4 .gallery-top .swiper-slide .maincon{
	display: inline-block;
	height: 403px;
	display: -webkit-box;
	display: flex;
	justify-content: center;
	/* position: absolute;
	left: 50%;
	top: 50%;
	width: 100%; */
	/* text-align: center; */
	/* transform: translate(-50%,-50%); */
}
.box4 .gallery-top .swiper-slide .pic{
	position: relative;
	/* display: inline-block; */
	float: left;
	width: 43.6%;
	max-width: 611px;
	/* transform: translate(0,-50%); */
	background: url("../images/box4picbg.png") no-repeat center;
	background-size: 100%;
}
.box4 .gallery-top .swiper-slide .pic .img{
	position: absolute;
	left: 1%;
	top: 50%;
	width: 99%;
	border: 4px #9dcefa solid;
	box-sizing: border-box;
	border-radius: 21px;
	/* margin: 7px 0 0 1%; */
	overflow: hidden;
	transform: translate(0,-49.5%);
}
.box4 .gallery-top .swiper-slide .pic img{width: 100%;}
.box4 .gallery-top .swiper-slide .con{
	/* display: inline-block; */
	
	
	float: left;
	/* width: 53.4%; */
	max-width: 766px;
	
	/* overflow-y: auto; */
	margin-left: 20px;
}
.box4 .gallery-top .swiper-slide .con .txt{
	position: relative;
	top: 50%;
	transform: translate(0,-50%);
}
/* .box4 .gallery-top .swiper-slide .con{
	position: absolute;
	right: 0;
	top: 50%;
	width: 53.4%;
	max-width: 766px;
	transform: translate(0,-50%);
	overflow-y: auto;
} */
.box4 .gallery-top .swiper-slide .con::-webkit-scrollbar {width: 5px;height: 1px;}
.box4 .gallery-top .swiper-slide .con::-webkit-scrollbar-thumb {width: 5px;border-radius: 5px;background: #e9e9e9;}
.box4 .gallery-top .swiper-slide .con::-webkit-scrollbar-track{width: 5px;height: 1px;}
.box4 .gallery-top .swiper-slide p{
	position: relative;
	font-size: 15px;
	color: #fff;
	text-align: left;
	line-height: 26px;
	padding: 3px 0 3px 17px;
}
.box4 .gallery-top .swiper-slide p:before{
	position: absolute;
	left: 1px;
	top: 13px;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: #a6f8ff;
	content: "";
}

.box5{
	height: 1006px;
	box-sizing: border-box;
	background: url("../images/box5bg1.jpg") no-repeat center -33px;
	padding-top: 182px;
}

.box5 .box5_con{
	position: relative;
	width: 92%;
	max-width: 1400px;
	min-width: 1200px;
	height: 328px;
	margin: 92px auto 0;
}
.box5 .box5_con .swiper-container{
	position: absolute;
	left: 50%;
	bottom: -92px;
	width: 92%;
	height: 420px;
	max-width: 1300px;
	min-width: 1150px;
	overflow: hidden;
	transform: translate(-50%,0);
}
.box5 .box5_con .swiper-slide{
	display: -webkit-box;
	display: flex;
	justify-content: space-around;
	overflow: hidden;
}
.box5 .box5_con .list .pic img{margin: 0 auto;}
.box5 .box5_con .swiper-button-white{
	display: none;
	position: absolute;
	right: 0;
	z-index: 99;
}
.box5 .box5_con:hover .swiper-button-white{display: block;}
.box5 .box5_con .swiper-button-white:after{
	font-size: 40px;
	color: #bed0e8;
}
.box5 .box5_con .swiper-button-prev{left: 0;}
.box5 .box5_con .swiper-button-white:hover:after{color: #2d6fe4;}
.box5 .box5_con p{
	font-size: 14px;
	color: #525252;
	text-align: center;
	line-height: 22px;
	padding-top: 48px;
}

.box6{
	height: 956px;
	box-sizing: border-box;
	background: url("../images/box6bg1.jpg") no-repeat center top;
	padding-top: 106px;
}
.box6 .box6_con{
	height: 494px;
	margin-top: 56px;
}
.box6 .pic{
	position: relative;
	float: left;
	width: 574px;
	height: 494px;
}
/* .box6 i{
	position: absolute;
	left: 44px;
	bottom: 7px;
	width: 342px;
	height: 342px;
	border-radius: 50%;
	background: #265ce1;
} */
.box6 em{
	position: absolute;
	left: -56px;
	top: -35px;
	width: 94px;
	height: 72px;
	background: url("../images/box6bg2.png") no-repeat;
}
.box6 .pic img{
	position: absolute;
	left: 130px;
	bottom: 0;
}
.box6 .con{
	position: relative;
	float: left;
	margin-top: 192px;
}
.box6 .con h3{
	position: relative;
	font-size: 16px;
	color: #282828;
	line-height: 24px;
	margin-bottom: 10px;
}
.box6 .con h3 span{
	font-size: 42px;
	line-height: 70px;
	margin-right: 12px;
}
.box6 .con p{
	font-size: 16px;
	color: #848484;
	line-height: 27px;
}

.box6 .swiper-button-white{
	right: 30px;
	top: 95px;
	width: 56px;
	height: 56px;
	border-radius: 50%;
	background: #d1e5ff;
	z-index: 99;
}
.box6 .swiper-button-white:after{
	position: absolute;
	left: 24px;
	top: 18px;
	font-size: 20px;
	color: #fff;
}
.box6 .swiper-button-prev{left: auto;right: 104px;}
.box6 .swiper-button-prev:after{left: 21px;}
.box6 .swiper-button-white:hover{background: #0058e7;}
.box6 .swiper-button-white:hover:after{color: #afceff;}

.newsWrap{background: #f8f8f8;}
.newsBox .boxTab{
	height: 61px;
	background: #fff;
	margin-bottom: 77px;
}
.newsBox .boxTab p a{
	display: inline-block;
	height: 59px;
	font-size: 18px;
	color: #3f3f3f;
	line-height: 59px;
	cursor: pointer;
	margin: 0 45px 0 5px;
	padding: 0 5px;
}
.newsBox .boxTab p a.cur{
	color: #0e4ee2;
	border-bottom: 2px #2e68fd solid;
}
.newsBox .boxCon{padding-bottom: 100px;}
.newsBox .boxCon .boxInner{min-height: 400px;}
.newsBox .boxCon ul{
	display: -webkit-box;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.newsBox .boxCon ul li{
	display: none;
	width: 49%;
	border-radius: 6px;
	background: #fff;
	margin-bottom: 26px;
}
.newsBox .boxCon ul li a{
	display: -webkit-box;
	display: flex;
	justify-content: space-between;
	box-sizing: border-box;
	padding: 30px;
}
.newsBox .boxCon ul li .pic{
	position: relative;
	width: 165px;
	height: 160px;
	overflow: hidden;
	transition: all .3s ease;-moz-transition: all .3s ease;-webkit-transition: all .3s ease;-o-transition: all .3s ease;
}
.newsBox .boxCon ul li .pic img{width: 100%;}
.mediaWrap .boxCon ul li .pic{height: 124px;}
.mediaWrap .boxCon ul li .pic img{height: auto;}
.newsBox .boxCon ul li:hover .pic{
	-webkit-transform:scale(1.03);transform:scale(1.03);-webkit-transition:-webkit-transform .4s cubic-bezier(.4,0,.25,1) 0ms;transition:-webkit-transform .4s cubic-bezier(.4,0,.25,1) 0ms;transition:transform .4s cubic-bezier(.4,0,.25,1) 0ms;transition:transform .4s cubic-bezier(.4,0,.25,1) 0ms,-webkit-transform .4s cubic-bezier(.4,0,.25,1) 0ms
}
.newsBox .boxCon ul li .con{
	flex: 1;
	margin-left: 32px;
}
.newsBox .boxCon ul li h3{
	height: 64px;
	font-size: 21px;
	color: #000;
	line-height: 32px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.newsBox .boxCon ul li p{
	display: -webkit-box;
	display: flex;
	justify-content: space-between;
	font-size: 15px;
	color: #888;
	line-height: 26px;
	border-top: 1px #f5f5f5 solid;
	margin-top: 20px;
	padding-top: 40px;
}
.mediaWrap .newsBox .boxCon ul li p{padding-top: 18px;}
.newsBox .boxCon ul li p span{
	display: inline-block;
	width: 79px;
	height: 24px;
	font-size: 14px;
	color: #ff5715;
	text-align: center;
	line-height: 24px;
	border: 1px #ff5715 solid;
	border-radius: 13px;
}
.newsBox .boxCon ul li p span:hover{color: #fff;background: #ff5715;}

.contactWrap{background: #f8f8f8;}
.contactBox{padding-bottom: 100px;}
.contactBox .contact_top{padding: 66px 0 58px;}
.contactBox .contact_top h3{
	font-size: 32px;
	color: #252b3a;
	font-weight: bold;
	margin-bottom: 26px;
}
.contactBox .contact_top p{
	display: -webkit-box;
	display: flex;
	flex-wrap: wrap;
}
.contactBox .contact_top p span{
	position: relative;
	display: block;
	font-size: 18px;
	color: #333;
	line-height: 25px;
	margin-right: 100px;
	padding-left: 28px;
}
.contactBox .contact_top p span:before{
	position: absolute;
	left: 0;
	top: 0;
	width: 21px;
	height: 21px;
	background: url("../images/contactpic.png") no-repeat 0 0;
	content: "";
}
.contactBox .contact_top p span:nth-child(2):before{background-position-y: -23px;}
.contactBox ul li{
	display: -webkit-box;
	display: flex;
	justify-content: space-between;
	background: #fff;
	margin-bottom: 36px;
}
.contactBox ul li .left{
	width: 62%;
	padding: 32px 50px 0 60px;
}
.contactBox ul li h4{
	font-size: 26px;
	color: #252b3a;
	font-weight: bold;
	margin-bottom: 20px;
}
.contactBox ul li h4 span{
	display: inline-block;
	line-height: 56px;
	border-bottom: 1px #dfdfdf solid;
	padding: 0 5px;
}
.contactBox ul li p{
	font-size: 16px;
	color: #767676;
	line-height: 26px;
	margin-bottom: 15px;
}
.contactBox ul li p em{color: #337cde;font-style: inherit;}

.contactBox ul li p span{
	position: relative;
	display: block;
	font-size: 16px;
	color: #333;
	line-height: 37px;
	padding-left: 37px;
}
.contactBox ul li p span:before{
	position: absolute;
	left: 0;
	top: 8px;
	width: 21px;
	height: 21px;
	background: url("../images/contactpic.png") no-repeat 0 -46px;
	content: "";
}
.contactBox ul li p span.phone:before{background-position-y: -69px;}
.contactBox ul li p span.emali:before{background-position-y: -92px;}

.cooperateBox .box_hd{padding-top: 92px;}
.cooperateBox .box_hd h3{color: #333;}
.cooperateBox .box_hd p{
	font-size: 16px;
	color: #6e6e6e;
	line-height: 32px;
	padding: 0 10%;
}
.cooperateBox .boxCon1 .con1Main ul{
	display: -webkit-box;
	display: flex;
	width: 80%;
	margin: 62px auto 46px;
}
.cooperateBox .boxCon1 .con1Main ul li{
	flex: 1;
	height: 66px;
	font-size: 16px;
	color: #757575;
	text-align: center;
	border-right: 1px #efefef solid;
}
.cooperateBox .boxCon1 .con1Main ul li:last-child{border: none;}
.cooperateBox .boxCon1 .con1Main ul li b,
.cooperateBox .boxCon1 .con1Main ul li span{
	display: block;
	font-size: 26px;
	color: #2656d1;
	font-weight: bold;
	line-height: 42px;
	padding-bottom: 5px;
}
.cooperateBox .boxCon1 .con1Main ul li b{font-size: 30px;}

.cooperateBox .boxCon1 .con1Main2{position: relative;padding-bottom: 96px;}
.cooperateBox .boxCon1 .gallery-top{margin-top: 64px;}
.cooperateBox .boxCon1 .swiper-button-prev,
.cooperateBox .boxCon1 .swiper-button-next{
	width: 40px;
	height: 40px;
	border-radius: 50%;
	margin-top: -20px;
}
.cooperateBox .boxCon1 .swiper-button-prev:after,
.cooperateBox .boxCon1 .swiper-button-next:after{
	position: relative;
	font-size: 20px;
	color: #cacaca;
	font-weight: bold;
}
.cooperateBox .boxCon1 .swiper-button-next:after{left: 2px;}
.cooperateBox .boxCon1 .swiper-button-prev:hover,
.cooperateBox .boxCon1 .swiper-button-next:hover{background: #fff;}
.cooperateBox .boxCon1 .gallery-top .con{
	position: relative;
	width: 92%;
	border-radius: 8px;
	background: #f8f8f8;
	margin: 0 auto;
	overflow: hidden;
}
.cooperateBox .boxCon1 .gallery-top .pic{
	width: 34%;
	max-width: 450px;
	border-radius: 12px;
	overflow: hidden;
	margin: 30px 0 30px 37px;
}
.cooperateBox .boxCon1 .gallery-top .pic img{display: block;width: 100%;}
.cooperateBox .boxCon1 .gallery-top .main{
	position: absolute;
	right: 0;
	top: 50%;
	width: 54%;
	padding-right: 4%;
	transform: translate(0,-50%);
}
.cooperateBox .boxCon1 .gallery-top .main h3{
	font-size: 28px;
	color: #252b3a;
	font-weight: bold;
	margin: 0 0 14px;
}
.cooperateBox .boxCon1 .gallery-top .main p{
	position: relative;
	font-size: 16px;
	color: #252b3a;
	line-height: 33px;
	padding-left: 11px;
}
.cooperateBox .boxCon1 .gallery-top .main p.mainp2:before{
	position: absolute;
	left: 0;
	top: 14px;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background: #ff6000;
	content: "";
}
.cooperateBox .boxCon1 .gallery-top .main p.mainp3{
	position: relative;
	font-size: 14px;
	color: #999;
	line-height: 18px;
	margin-top: 18px;
	padding-left: 75px;
}
.cooperateBox .boxCon1 .gallery-top .main p.mainp3 img{
	position: absolute;
	left: -5px;
	top: 50%;
	height: 30px;
	margin-top: -15px;
}
.cooperateBox .boxCon1 .gallery-top .a_btn:after{right: 16px;top: 17px;}
.cooperateBox .boxCon1 .bot{position: relative;margin-top: 12px;}
.cooperateBox .boxCon1 .gallery-thumbs{
	position: relative;
	width: 92%;
	margin: 0 auto;
	padding: 26px 1%;
}
.cooperateBox .boxCon1 .gallery-thumbs .swiper-slide{
	height: 58px;
	border-radius: 5px;
	background: #f8f8f8;
	cursor: pointer;
}
.cooperateBox .boxCon1 .gallery-thumbs img{
	display: block;
	border-radius: 8px;
	margin: 2px auto;
}
.cooperateBox .boxCon1 .gallery-thumbs i{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	border-radius: 5px;
}
.cooperateBox .boxCon1 .gallery-thumbs .swiper-slide-thumb-active i{
	border: 2px #dbe7f8 solid;
	box-shadow: 0 13px 18px rgba(205,217,237,.49);
}
.cooperateBox .boxCon1 .box7spicbot{
	width: 90%;
	max-width: 1320px;
	margin: 0 auto;
}
.cooperateBox .boxCon2{
	background: #2555d4;
	padding-bottom: 100px;
}
.cooperateBox .boxCon2 .box_hd h3{color: #fff;}
.cooperateBox .boxCon2 .box_hd p{color: rgba(255,255,255,.5);}

.cooperateBox .boxCon2 .hds h3{
	font-size: 30px;
	color: #333;
	text-align: center;
}
.cooperateBox .boxCon2 .hds h3 span{position: relative;}
.cooperateBox .boxCon2 .hds h3 span:before,
.cooperateBox .boxCon2 .hds h3 span:after{
	position: absolute;
	top: 50%;
	width: 40px;
	height: 9px;
	margin-top: -4.5px;
	content: "";
}
.cooperateBox .boxCon2 .hds h3 span:before{
	left: -52px;
	background: url("../images/hdspic.png") no-repeat 0 0;
}
.cooperateBox .boxCon2 .hds h3 span:after{
	right: -52px;
	background: url("../images/hdspic.png") no-repeat -42px 0;
}
.cooperateBox .boxCon2 .hds2 h3{color: #fff;}
.cooperateBox .boxCon2 .hds2 h3 span:before,
.cooperateBox .boxCon2 .hds2 h3 span:after{background-position-y: -11px;}

.cooperateBox .boxCon2 .diboxlist{
	position: relative;
	width: 86%;
	min-width: 1200px;
	border-radius: 8px;
	box-shadow: 0 4px 0 rgba(126,175,255,.49);
	background-color: #fff;
	margin: 30px auto 70px;
}
.box_books{padding: 40px 0 52px;}
.box_books .booktop{
	font-size: 16px;
	color: #333;
	text-align: center;
	line-height: 30px;
	padding-top: 22px;
}
.box_books .booktop span{color: #ff7d2f;}
.box_books .books_con .bookscon_left{
	width: 92%;
	height: 302px;
	margin: 0 auto;
}
.box_books .books_con .bookscon_left a.more{color: #ff671c;}
.box_books .books_con .bookscon_left a.more:hover{color: #dc4900;}
.box_books .books_con .bookscon_left ol{float: right;width: 108px;margin-top: 32px;}
.box_books .books_con .bookscon_left ol li{
	position: relative;
	float: left;
	height: 29px;
	font-size: 14px;
	color: #666;
	border-radius: 11px;
	line-height: 29px;
	cursor: pointer;
	padding: 0 12px;
}
.box_books .books_con .bookscon_left ol li.cur{
	color: #0071ff;
	font-weight: bold;
	background-color: #ebf4ff;
}
.box_books .books_con .bookscon_left ol li.cur:before{
	position: absolute;
	left: -14px;
	top: 10px;
	width: 6px;
	height: 11px;
	background: url("/2020gw/images/indeximg/pic.png") no-repeat -185px -274px;
	content: "";
}
.box_books .books_con .bookscon_left ol li:hover{color: #0071ff;}
.box_books .books_con .bookscon_left ul{
	float: left;
	width: 975px;
	height: 266px;
	box-sizing: border-box;
}
.box_books .books_con .bookscon_left ul li{
	float: left;
	width: 107px;
	height: 196px;
	margin: 54px 20px 0 30px;
}
.box_books .books_con .bookscon_left ul li .pic{
	height: 140px;
	box-shadow: 0 10px 20px rgba(204,204,204,.3);
	overflow: hidden;
}
.box_books .books_con .bookscon_left ul li .pic img{
	width: 100%;
	transition: all .5s ease;
	-moz-transition: all .5s ease;
	-webkit-transition: all .5s ease;
	-o-transition: all .5s ease;
}
.box_books .books_con .bookscon_left ul li .pic:hover img{
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}
.box_books .books_con .bookscon_left ul li p{
	font-size: 12px;
	color: #98a3b7;
	text-align: center;
	line-height: 20px;
	padding-top: 10px;
}
.box_books .bookspic1{width: 100%;max-width: 1200px;margin: 0 auto;}

.boxTea .boxTea_con{
	width: 1120px;
	height: 400px;
	background: url("https://www.itcast.cn/2020gw/images/indeximg/boxTeabg1.jpg") no-repeat 0 197px;
	padding: 46px 0 46px;
	margin: 0 auto;
}
.boxTea .boxTea_con h3,
.diboxlist3 .diboxlist3_con h3{
	width: 559px;
	font-size: 24px;
	color: #252b3a;
	text-align: center;
	line-height: 24px;
	font-weight: bold;
	padding: 0 0 12px;
}
.boxTea .boxTea_con p{
	width: 559px;
	font-size: 16px;
	color: #666;
	line-height: 30px;
}
.boxTea .boxTea_con p span{color: #ff7d2f;}
.boxTea .boxTea_con .teacon_right{
	float: right;
	width: 520px;
	height: 380px;
	border-radius: 12px;
	background-color: #fafafa;
	margin-top: 19px;
}
.boxTea .boxTea_con .teacon_right h4{
	font-size: 20px;
	color: #252b3a;
	text-align: center;
	line-height: 24px;
	font-weight: bold;
	padding: 46px 0 42px;
}
.boxTea .boxTea_con .teacon_right ul li{
	float: left;
	width: 185px;
	height: 128px;
	font-size: 13px;
	color: #999;
	line-height: 18px;
	margin: 0 -14px 0 52px;
}
.boxTea .boxTea_con .teacon_right ul li span{
	display: block;
	font-size: 16px;
	color: #666;
	padding-bottom: 12px;
}

.diboxlist3 .diboxlist3_con{
	width: 1120px;
	height: 400px;
	background: url("https://www.itcast.cn/2020gw/images/indeximg/diboxlistbg1.jpg?v20230801") no-repeat 0 147px;
	padding: 39px 0 42px;
	margin: 0 auto;
}
.diboxlist3 .diboxlist3_con h3{width: 525px;padding-bottom: 14px;}
.diboxlist3 .diboxlist3_con>p{
	width: 466px;
	font-size: 15px;
	color: #666;
	line-height: 20px;
	margin-left: 24px;
}
.diboxlist3 .diboxlist3_con .list3_right{
	float: right;
	width: 525px;
	height: 398px;
	margin-top: 6px;
}
.diboxlist3 .diboxlist3_con .list3_right h4{
	font-size: 20px;
	color: #252b3a;
	text-align: center;
	line-height: 20px;
	font-weight: bold;
}
.diboxlist3 .diboxlist3_con .list3_right .main{
	width: 525px;
	height: 344px;
	border-radius: 12px;
	box-sizing: border-box;
	background-color: #f6f9ff;
	margin-top: 28px;
	padding: 23px 0 0 30px;
}
.diboxlist3 .diboxlist3_con .list3_right .con{
	height: 299px;
	overflow-x: hidden;
	overflow-y: auto;
}
.diboxlist3 .diboxlist3_con .list3_right .con::-webkit-scrollbar {width: 7px;height: 1px;}
.diboxlist3 .diboxlist3_con .list3_right .con::-webkit-scrollbar-thumb {width: 7px;background-color: #d6dae2;}
.diboxlist3 .diboxlist3_con .list3_right .con::-webkit-scrollbar-track{width: 7px;height: 1px;background-color: #eaedf2;}
.diboxlist3 .diboxlist3_con .list3_right .con h5{
	font-size: 16px;
	color: #666;
	font-weight: bold;
	line-height: 20px;
	margin-bottom: 12px;
}
.diboxlist3 .diboxlist3_con .list3_right .con p{
	overflow: hidden;
	margin-bottom: 12px;
}
.diboxlist3 .diboxlist3_con .list3_right .con p:last-child{margin-bottom: 0;}
.diboxlist3 .diboxlist3_con .list3_right .con p span{
	float: left;
	width: 33.3%;
	font-size: 14px;
	color: #999;
	line-height: 24px;
}
.diboxlist4 .list4_con{
	width: 1120px;
	margin: 0 auto;
	padding: 50px 0 40px;
}
.diboxlist4 .list4_left{
	float: left;
	width: 811px;
	height: 409px;
	/* background: url("https://www.itcast.cn/2020gw/images/indeximg/diboxlist4bg1.jpg") no-repeat 0 bottom; */
}
.diboxlist4 .list4_left ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top: 17px;
}
.diboxlist4 .list4_left ul li{
	width: 400px;
	height: 173px;
	text-align: center;
	line-height: 27px;
	border-radius: 12px;
	background-color: #fafafa;
}
.diboxlist4 .list4_left ul li:last-child{
	width: 100%;
	height: 150px;
	margin-top: 10px;
}
.diboxlist4 .list4_left ul li h4{
	font-size: 18px;
	color: #333;
	padding: 20px 0 6px;
}
.diboxlist4 .list4_left ul li h4 span,
.diboxlist4 .list4_left ul li h5{
	font-size: 14px;
	color: #999;
}
.diboxlist4 .list4_left ul li p{
	display: flex;
	justify-content: center;
	font-size: 15px;
	color: #999;
}
.diboxlist4 .list4_left ul li p span{
	display: block;
	width: 100px;
	height: 27px;
	border-radius: 10px;
	background-color: #fff;
	margin: 10px 7.5px 0;
}
.diboxlist4 .list4_left ul li h6{
	display: flex;
	justify-content: center;
	margin-top: 12px;
}
.diboxlist4 .list4_left ul li h6 span{
	width: 15%;
	font-size: 14px;
	color: #666;
}
.diboxlist4 .list4_left ul li h6 b{
	font-size: 20px;
	color: #0071ff;
}
.diboxlist4 .list4_left ul li h6 em{
	font-size: 14px;
	color: #0071ff;
	font-style: inherit;
}
.diboxlist4 .list4_left ul li h6 i{
	position: relative;
	top: -8px;
	font-size: 16px;
	color: #0071ff;
}
.diboxlist4 .list4_right{
	float: right;
	width: 228px;
	height: 383px;
	background: url("https://www.itcast.cn/2020gw/images/indeximg/diboxlist4bg2.jpg") no-repeat 0 bottom;
	margin-right: 2%;
}
.diboxlist4 h3{
	font-size: 24px;
	color: #252b3a;
	text-align: center;
	line-height: 24px;
	font-weight: bold;
	margin-bottom: 5px;
}
.diboxlist4 p{
	font-size: 16px;
	color: #666;
	text-align: center;
	line-height: 30px;
}
.diboxlist4 .list4_right p{padding-top: 11px;}

.businessBox .boxCon1{padding: 70px 0 140px;}
.businessBox .boxCon1 .box_hd p{
	font-size: 18px;
	color: #323232;
	line-height: 35px;
}

.businessBox .boxCon1 .con1Main img{
	display: block;
	width: 95%;
	max-width: 1360px;
	margin: 10px auto;
}
.businessBox .boxCon1 .con1Main2{position: relative;}
.businessBox .boxCon1 .con1Main2 .swiper-button-prev,
.businessBox .boxCon1 .con1Main2 .swiper-button-next{
	width: 59px;
	height: 59px;
	border-radius: 50%;
	border: 2px #e8e8e8 solid;
}
.businessBox .boxCon1 .con1Main2 .swiper-button-prev{left: -85px;}
.businessBox .boxCon1 .con1Main2 .swiper-button-next{right: -85px;}
.businessBox .boxCon1 .con1Main2 .swiper-button-prev:after,
.businessBox .boxCon1 .con1Main2 .swiper-button-next:after{
	font-size: 32px;
	color: #e8e8e8;
}
.businessBox .boxCon1 .con1Main2 .swiper-slide{
	position: relative;
	background: #1b3b8f url("../images/businessbg2.png") no-repeat 0 top;
	overflow: hidden;
	box-sizing: border-box;
	border-radius: 17px;
	padding: 104px 4%;
}
.businessBox .boxCon1 .con1Main2 .swiper-slide.boxuegu{background-color: #2895ff;}
.businessBox .boxCon1 .con1Main2 .swiper-slide.czxy{background-color: #047cff;}
.businessBox .boxCon1 .con1Main2 .swiper-slide.zhongzhi{background-color: #0dbca9;}
.businessBox .boxCon1 .con1Main2 .swiper-slide.ityxb{background-color: #0d1d46;}
.businessBox .boxCon1 .con1Main2 .swiper-slide.itczh{background-color: #34be82;}
.businessBox .boxCon1 .con1Main2 .swiper-slide.kudingyu{background-color: #f4681d;}
.businessBox .boxCon1 .con1Main2 .swiper-slide .con{
	position: absolute;
	left: 4%;
	top: 50%;
	width: 54%;
	transform: translate(0,-50%);
}
.businessBox .boxCon1 .con1Main2 .swiper-slide i{
	display: block;
	width: 446px;
	height: 61px;
	background: url("../images/logos.png") no-repeat 0 0;
}
.businessBox .boxCon1 .con1Main2 .swiper-slide.boxuegu i{background-position-y: -63px;}
.businessBox .boxCon1 .con1Main2 .swiper-slide.czxy i{background-position-y: -126px;}
.businessBox .boxCon1 .con1Main2 .swiper-slide.zhongzhi i{background-position-y: -189px;}
.businessBox .boxCon1 .con1Main2 .swiper-slide.ityxb i{background-position-y: -252px;}
.businessBox .boxCon1 .con1Main2 .swiper-slide.itczh i{background-position-y: -315px;}
.businessBox .boxCon1 .con1Main2 .swiper-slide.kudingyu i{background-position-y: -378px;}
.businessBox .boxCon1 .con1Main2 .swiper-slide p{
	font-size: 16px;
	color: #fff;
	line-height: 35px;
	padding-right: 5%;
	margin: 20px 0 28px;
}
.businessBox .boxCon1 .con1Main2 .swiper-slide a{
	display: block;
	width: 92px;
	height: 28px;
	font-size: 14px;
	color: #fff;
	text-align: center;
	line-height: 28px;
	border-radius: 14px;
	background: #ff5a3a;
}
.businessBox .boxCon1 .con1Main2 .swiper-slide a:hover{background: #fb795f;}
.businessBox .boxCon1 .con1Main2 .swiper-slide .pic{float: right;width: 40%;max-width: 505px;}
.businessBox .boxCon1 .con1Main2 .swiper-slide .pic img{width: 100%;}

.businessBox .boxCon2{
	background: #f8f8f8;
	padding: 114px 0;
}
.businessBox .boxCon2 .box_hd p{
	font-size: 16px;
	color: #6e6e6e;
	line-height: 35px;
}
.businessBox .boxCon2 ul{margin-top: 42px;}
.businessBox .boxCon2 ul li{
	position: relative;
	border-radius: 8px;
	background: #fff;
	margin-bottom: 33px;
	padding: 45px 4%;
	overflow: hidden;
}
.businessBox .boxCon2 ul li .con{width: 58%;}
.businessBox .boxCon2 ul li .con.right{float: right;}
.businessBox .boxCon2 ul li .pic{
	position: absolute;
	left: 3%;
	top: 50%;
	width: 35.2%;
	max-width: 505px;
	transform: translate(0,-50%);
}
.businessBox .boxCon2 ul li .pic.right{left: auto;right: 3%;}
.businessBox .boxCon2 ul li .pic img{width: 100%;}
.businessBox .boxCon2 ul li h3{
	font-size: 16px;
	color: #6e6e6e;
	line-height: 30px;
	margin-bottom: 20px;
}
.businessBox .boxCon2 ul li h3 b{
	display: block;
	font-size: 26px;
	color: #000;
	margin-bottom: 15px;
}
.businessBox .boxCon2 ul li p span{
	position: relative;
	display: block;
	font-size: 16px;
	color: #484848;
	line-height: 36px;
	padding-left: 20px;
}
.businessBox .boxCon2 ul li p span:before{
	position: absolute;
	left: 3px;
	top: 15px;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: #2838d2;
	content: "";
}
.businessBox .boxCon2 ul li:first-child p span,
.businessBox .boxCon2 ul li:nth-child(5) p span,
.businessBox .boxCon2 ul li:nth-child(6) p span{margin: 10px 0;}

.investorWrap .banner .ban2{height: 790px;}
.investorBox .boxCon1{
	position: relative;
	padding-bottom: 96px;
	margin-top: -504px;
	z-index: 3;
}
.investorBox .sectopp{
	font-size: 32px;
	color: #333;
	line-height: 41px;
	font-weight: bold;
	padding: 56px 0 30px;
}
.investorBox .sectopp a{
	float: right;
	font-size: 15px;
	color: #0b4bee;
}
.investorBox .sectopp a:hover{color: #2e64f0;}
.investorBox .sec27main1{
	width: 100%;
	height: 115px;
	background: #fff;
	box-sizing: border-box;
	border-radius: 14px 14px 0 0;
	padding: 30px 50px 0;
	margin: 0 auto;
}
.investorBox .news-header-left{float: left;}
.investorBox .news-header-left .hleft{float: left;height: 76px;}
.investorBox .news-header-left .hright{float: left; height: 76px; margin-right: 10px;}
.investorBox .news-header-left .name{
	font-size: 24px;
	font-weight: 600;
	color: #000;
	padding-right: 15px;
}
.investorBox .news-header-left .seccode{
	font-size: 20px;
	color: #999;
	margin-top: 16px;
}
.investorBox .news-header-left .value{
	float: left;
	font-size: 24px;
	font-family: "DIN-Bold";
	font-weight: bold;
	padding-right: 10px;
}
.investorBox .news-header-left .value.numdown{color: #00b33c;}
.investorBox .news-header-left .value.numup{color: #db3439;}
.investorBox .news-header-left .up-and-down{
	position: relative;
	overflow: hidden;
	display: inline-block;
}
.investorBox .news-header-left .percentdate{
	font-size: 12px;
	line-height: 16px;
	font-weight: bold;
}
.investorBox .news-header-left .percentdate.numdown{color: #00b33c;}
.investorBox .news-header-left .percentdate.numup{color: #db3439;}
.investorBox .news-header-left .date{
	display: block;
	font-size: 16px;
	font-weight: 400;
	color: #bbbbbb;
	padding-right: 10px;
	margin-top: 18px;
}
.investorBox .news-header-left .arrow-top{
	width: 12px;
	height: 26px;
	float: left;
	position: relative;
	margin-left: 10px;
	margin-top: 2px;
}
.investorBox .news-header-left .arrow-top .top{
	position: absolute;
	left: 0;
	border: 6px solid transparent;
}
.investorBox .news-header-left .arrow-top.numdown .top{
	border-top-color: #00b33c;
	top: 20px;
}
.investorBox .news-header-left .arrow-top.numup .top{
	border-bottom-color: #db3439;
	top: -6px;
}
.investorBox .news-header-left .arrow-top .content{
	position: absolute;
	left: 3px;
	width: 6px;
	height: 20px;
}
.investorBox .news-header-left .arrow-top.numdown .content{
	background: #00b33c;
	top: 0px;
}
.investorBox .news-header-left .arrow-top.numup .content{
	background: #db3439;
	top: 6px;
}
.investorBox .sec27_con{
	position: relative;
	width: 82%;
	margin: 0 auto;
}
.investorBox .sec27_con .sec27con_bg{
	display: none;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 380px;
	border-radius: 14px;
	background: rgba(20,21,61,.8);
	font-size: 28px;color: #f00;
	text-align: center;
	line-height: 380px;
	z-index: 10;
}
.investorBox .sec27_top ul{float: right;width: 70%;}
.investorBox .sec27_top ul li{
	float: left;
	width: 22%;
	font-size: 15px;
	color: #333;
	line-height: 34px;
}
.investorBox .sec27_top ul li:nth-child(3),
.investorBox .sec27_top ul li:nth-child(7){width: 25%;}
.investorBox .sec27_top ul li:nth-child(4),
.investorBox .sec27_top ul li:nth-child(8){width: 31%;}
.investorBox .sec27_top ul li span{color: #1a1aad;}
.investorBox .sec27_top ul li span.zhang{color: #f00;}
.investorBox .sec27_top ul li span.die{color: #22ac38;}
.investorBox .echartsBox{
	position: relative;
	width: 100%;
	background: #fff;
	border-radius: 0 0 14px 14px;
	overflow: hidden;
	margin: 0 auto 28px;
}
.investorBox .echartsBox .container{
	width: 100%;
	height: 300px;
	margin: -35px auto 0;
}
.investorBox .sec27_bot .sec27main2{
	width: 100%;
	border-radius: 14px;
	background: rgba(255,255,255,.09);
	box-sizing: border-box;
	padding: 20px 0;
	margin: 0 auto 30px;
}
.investorBox .sec27_bot .sec27main2 ul{
	display: -webkit-box;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.investorBox .sec27_bot .sec27main2 ul li{
	width: 48.5%;
	height: 55px;
	display: -webkit-box;
	display: flex;
	/* justify-content: space-between; */
	font-size: 16px;
	color: #000;
	line-height: 24px;
	border-bottom: 1px #f5f5f5 solid;
	padding: 0 0 20px 0;
	margin-bottom: 20px;
}
.investorBox .sec27_bot .sec27main2 ul li span{
	width: 70px;
	height: 100%;
	font-size: 14px;
	color: #bebbbb;
	text-align: center;
	border-right: 1px #f5f5f5 solid;
	padding-right: 10px;
	margin-right: 22px;
}
.investorBox .sec27_bot .sec27main2 ul li span b{
	display: block;
	font-size: 36px;
	color: #ddd;
	padding-top: 8px;
}
.investorBox .sec27_bot .sec27main2 ul li a{
	/* width: 66%; */
	height: 48px;
	color: #000;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	margin-top: 3.5px;
}
.investorBox .sec27_bot .sec27main2 ul li a.cens{flex: 1;}
.investorBox .sec27_bot .sec27main2 ul li a:hover{color: #0b4bee;}
.investorBox .sec27_bot .sec27main2 ul li a.download{
	width: 19px;
	height: 23px;
	background: url("../images/investorpic.png") no-repeat 0 -25px;
	margin: 8px 8px 0 20px;
}
.investorBox .sec27_bot .sec27main2 ul li a.download:hover{background-position-y: -25px;}
.investorBox .sec27_bot .sec27main3{
	width: 100%;
	height: 177px;
	box-sizing: border-box;
	background: #fafafa url("../images/investorpic1.jpg") no-repeat right top;
	margin: 0 auto;
	padding: 42px 0 0 40px;
}
.investorBox .sec27_bot .sec27main3 ul{width: 86%;}
.investorBox .sec27_bot .sec27main3 ul li{
	line-height: 46px;
	overflow: hidden;
}
.investorBox .sec27_bot .sec27main3 ul li p{
	float: left;
	font-size: 16px;
	color: #666;
	letter-spacing: 1.1px;
	margin: 0 26px 0 30px;
}
.investorBox .sec27_bot .sec27main3 ul li i{
	float: left;
	width: 19px;
	height: 17px;
	background: url("../images/investorpic.png") no-repeat 0 -50px;
	margin: 14px 8px 0 0;
}
.investorBox .sec27_bot .sec27main3 ul li p:nth-child(1){width: 210px;}
.investorBox .sec27_bot .sec27main3 ul li p:nth-child(2) i{background-position-Y: -69px;}
.investorBox .sec27_bot .sec27main3 ul li p:nth-child(3) i{background-position-Y: -88px;}
.investorBox .sec27_bot .sec27main3 ul li p:nth-child(4) i{background-position-Y: -107px;}
.investorBox .sec27_bot .sec27main3 ul li p:nth-child(5) i{background-position-Y: -126px;}

.investorBox .boxCon2{padding-bottom: 160px;}

/* 翻页 */
#pagination{text-align:center; margin-top:25px; clear: both;margin-bottom: 30px;}
#pagination .yeshu{display: inline-block;}
#pagination .anniu{display: inline-block;}
#pagination .yeshu span{cursor: pointer;display: none;}
#pagination span,
#pagination .prev,
#pagination .next{display:inline-block; margin:0 3px; line-height:23px; border:1px solid #e5e5e5; padding:0 8px;background: #fff;}
#pagination .num:hover, #pagination .next:hover , #pagination .prev:hover{background:#2196F3; color:#fff; border:1px solid #2196F3;}
#pagination .yeshu span:hover{background:#2196F3; color:#fff; border:1px solid #2196F3;}
#pagination .current{background:#2196F3; color:#fff; border:1px solid #2196F3;cursor: auto !important;}
#pagination .sheng{border: none;}
#pagination .next,#pagination .prev{font-size:14px; padding:0 5px;}
#pagination input{width:18px; padding:0 10px;text-align: center;margin-top: -3px;}
#pagination .allspan{border-color:#fff;}
#pagination .sbtn{ background: #2E3340; border-color: #2E3340; color: #fff; cursor: pointer;width: 42px;padding: 3px;margin-top: -4px;}
#pagination .sbtn:hover{background:#2196F3; border-color:#2196F3;}
#pagination form{display:inline-block;}

@media screen and (max-width: 1420px){
	.box4 .gallery-top .swiper-slide p{padding: 1px 0 1px 16px;}
	.box4 .gallery-top .swiper-slide p:before{top: 10px;}
}



@media screen and (max-width: 750px){
	.boxPC{display: none !important;}
	.boxWAP{display: block !important;}
	.wrap img{width: 100%;}
	
	.banner .ban2{height: 2.83rem;}
	
	.banner .ban .banbg{width: 19.2rem;margin-left: -5rem;}
	.banner .ban2 p{font-size: .36rem;color: rgba(214,219,234,.2);font-weight: bold;padding-top: 1.9rem;}
	.banner .ban2 p b{font-size: .46rem;color: #d6dbea;margin-right: .15rem;}
	
	.banner .logo{
		position: absolute;
		left: .4rem;
		top: .23rem;
		width: 3.8rem;
		z-index: 3;
	}
	.banner .headbox.cur{
		position: fixed;
		left: 0;
		top: -.2rem;
		width: 7.5rem;
		height: 1.33rem;
		background-color: rgba(10,32,82,.8);
		z-index: 10;
	}
	.banner .xfright{
		position: absolute;
		right: .3rem;
		top: .45rem;
		width: .54rem;
		height: .5rem;
		background: url("../mimages/xfright.png") no-repeat;
		background-size: 100%;
		z-index: 6;
	}
	/* .banner .xfright{
		position: fixed;
		right: .2rem;
		top: .25rem;
		width: .94rem;
		height: .9rem;
		border-radius: .06rem;
		background: #0a2052 url("../mimages/xfright.png") no-repeat center;
		background-size: .64rem;
		z-index: 6;
	} */
	.banner .nav{min-width: 100%;}
	.banner .nav ul{
		display: none;
		position: fixed;
		right: 0;
		top: 0;
		width: 3.4rem;
		height: 100%;
		background: rgba(255,255,255,.9);
		z-index: 5;
		padding-top: .6rem;
	}
	.banner ul li{padding-left: .64rem;}
	.banner ul li a{
		display: block;
		font-size: .28rem;
		color: #000;
		line-height: .86rem;
	}
	.banner .xfbg{
		display: none;
		position: fixed;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		background: rgba(0,0,0,.4);
		content: "";
		z-index: 4;
	}
	
	.boxInner{width: 6.9rem;max-width: 100%;min-width: 6.9rem;}
	.investorWrap .banner .ban2{height: 7.9rem;}
	.investorBox .boxCon1{margin-top: -9rem;padding-bottom: .4rem;}

	.newsBox .boxCon{min-height: 6rem;padding-bottom: .5rem;}
	.newsBox .boxTab{height: .82rem;margin-bottom: .5rem;}
	.newsBox .boxTab p a{height: .8rem;font-size: .3rem;line-height: .8rem;margin-right: .5rem;}
	.newsBox .boxCon ul li{width: 100%;margin-bottom: .3rem;}
	.newsBox .boxCon ul li a{padding: .4rem .3rem;}
	.newsBox .boxCon ul li .pic{width: 1.5rem;height: 1.46rem;}
	.newsBox .boxCon ul li .pic img{width: 100%;}
	.newsBox .boxCon ul li .con{margin-left: .3rem;}
	.newsBox .boxCon ul li h3{height: .8rem;font-size: .28rem;line-height: .4rem;}
	.newsBox .boxCon ul li p{font-size: .24rem;line-height: .44rem;padding-top: .15rem;margin-top: .15rem;}
	.mediaWrap .newsBox .boxCon ul li .pic{width: 2rem;}
	.mediaWrap .newsBox .boxCon ul li p{padding-top: .15rem;}
	.newsBox .boxCon ul li p span{width: 1.25rem;height: .4rem;font-size: .24rem;line-height: .4rem;border-width: .01rem;}
	
	.investorWrap .banner .ban2{height: 12rem;}
	.investorWrap .banner .ban .banbg{width: 29.5rem;}
	.investorBox .sec27_con .sec27con_bg{height: 8.3rem;line-height: 8.3rem;}
	.investorBox .sec27main1{height: 4rem;padding: .4rem .4rem;}
	.investorBox .news-header-left .name{font-size: .4rem;margin-top: .1rem;}
	.investorBox .news-header-left .seccode{font-size: .3rem;margin-top: .2rem;}
	.investorBox .news-header-left .value{font-size: .4rem;line-height: .7rem;}
	.investorBox .news-header-left .date{font-size: .3rem;margin-top: .1rem}
	.investorBox .sec27_con{width: 100%;}
	.investorBox .sec27_top ul{float: none;width: 108%;}
	.investorBox .sec27_top ul li{width: 45% !important;font-size: .28rem;line-height: .46rem;}
	.investorBox .sec27_top ul li:nth-child(even){width: 55% !important;}
	.investorBox .echartsBox .container{width: 90%;height: 5rem;}
	
	.investorBox .sectopp{font-size: .4rem;line-height: .5rem;padding: .5rem 0;}
	.investorBox .sectopp a{font-size: .3rem;}
	.investorBox .boxCon2{padding-bottom: .8rem;}
	.investorBox .sec27_bot .sec27main2{margin-bottom: .1rem;padding-bottom: .2rem;}
	.investorBox .sec27_bot .sec27main3 ul{width: 100%;}
	.investorBox .sec27_bot .sec27main2 ul li{width: 100%;height: 1rem;padding-bottom: .4rem;margin-bottom: .4rem;}
	.investorBox .sec27_bot .sec27main2 ul li a{height: .8rem;font-size: .28rem;line-height: .4rem;margin-top: .1rem;}
	.investorBox .sec27_bot .sec27main2 ul li span{width: 1.4rem;font-size: .3rem;margin-right: .3rem}
	.investorBox .sec27_bot .sec27main2 ul li span b{font-size: .56rem;padding-top: .08rem;}
	.investorBox .sec27_bot .sec27main2 ul li a.download{width: .19rem;height: .23rem;background: url("../images/investorpic.png") no-repeat 0 -.25rem;background-size: .19rem;}
	/* .investorBox .sec27_bot .sec27main2 ul li a.download{width: .24rem;height: .32rem;background: url("../images/investorpic.png") no-repeat 0 -.3rem;background-size: .24rem;} */
	.investorBox .sec27_bot .sec27main3{height: auto;background: #fafafa;padding: .4rem .4rem;}
	.investorBox .sec27_bot .sec27main3 ul li p{position: relative;font-size: .28rem;line-height: .46rem;margin: 0;padding: .05rem 0 .05rem .4rem;}
	.investorBox .sec27_bot .sec27main3 ul li i{
		position: absolute;
		left: 0;
		top: .13rem;
		width: .28rem;
		height: .25rem;
		background-position-y: -.75rem;
		background-size: 100%;
		margin: 0;
	}
	.investorBox .sec27_bot .sec27main3 ul li p:nth-child(2) i{background-position-Y: -1.03rem;}
	.investorBox .sec27_bot .sec27main3 ul li p:nth-child(3) i{background-position-Y: -1.32rem;}
	.investorBox .sec27_bot .sec27main3 ul li p:nth-child(4) i{background-position-Y: -1.6rem;}
	.investorBox .sec27_bot .sec27main3 ul li p:nth-child(5) i{background-position-Y: -1.85rem;}
	
	.contactBox{padding-bottom: .5rem;}
	.contactBox .contact_top{padding: .6rem 0;}
	.contactBox .contact_top h3{font-size: .42rem;margin-bottom: .3rem;}
	.contactBox .contact_top p span{width: 100%;font-size: .28rem;margin-right: 0;}
	.contactBox .contact_top p span:before{-webkit-transform: scale(.7); -moz-transform: scale(.7); -ms-transform: scale(.7); -o-transform: scale(.7); transform: scale(.7);}
	.contactBox ul li{flex-wrap: wrap;}
	.contactBox ul li .left{width: 100%;padding: .34rem;}
	.contactBox ul li .right{height: 4rem;overflow: hidden;}
	.contactBox ul li .right img{margin-top: -1rem;}
	.contactBox ul li h4{margin-bottom: .2rem;}
	.contactBox ul li h4 span{font-size: .4rem;line-height: .8rem;}
	.contactBox ul li p{font-size: .28rem;line-height: .46rem;margin-bottom: .2rem;}
	.contactBox ul li p span{font-size: .28rem;padding-left: 32px;}
	
	#pagination span,
	#pagination .prev,
	#pagination .next{font-size: .24rem;line-height: .4rem;border-width: .01rem;margin: 0 .02rem;padding: 0 .1rem;}
	#pagination .sbtn{font-size: .24rem;height: .42rem;padding: 0 .04rem;}
}