/*By-石-QQ-1174188215*/
/*----通用初始化----*/
	body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td,hr,button,article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section,img{margin:0;padding:0}ul,li,ol,dl,dt,dd{list-style: none;}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {display:block;}table{border-collapse:collapse;border-spacing:0}audio,canvas,video {display: inline-block;*display: inline;*zoom: 1;}	input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;*font-size:100%}a{text-decoration: none;color: #ffffff;-webkit-tap-highlight-color: rgba(0,0,0,0);-webkit-tap-highlight-color: transparent;}a:hover{text-decoration:none;cursor: pointer;}img{-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none;user-select:none;border:0}html,body{font-family: "arial" ,'Microsoft Yahei';*font-family: "微软雅黑";*font-family: "Microsoft Yahei";color: #666;}@media screen and (max-width: 767px){input[type="button"],input[type="submit"],input[type="reset"],textarea,select{-webkit-appearance: none;-webkit-tap-highlight-color:transparent;}}*{box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;-webkit-tap-highlight-color:transparent}body{position: relative;overflow-x: hidden;}*::-moz-selection{background:#333;color:#fff;}*::selection{background:#333;color:#fff;}*::-moz-selection{background:#333;color:#fff;}*::-webkit-selection{background:#333;color:#fff;}.after:after{content: "";display: block;height: 0;clear: both;visibility: hidden;}.clear{clear: both;}
	/*间距*/
	.mt3{margin-top    : 3% !important;}
	.mb3{margin-bottom : 3% !important;}
	.mb5{margin-bottom : 5% !important;}
	.ml3{margin-left   : 3% !important;}
	.mr3{margin-right  : 3% !important;}
	.pt3{padding-top   : 1% !important;}
	.pb3{padding-bottom: 1% !important;}
	.pl3{padding-left  : 3% !important;}
	.pr3{padding-right : 3% !important;}
	.pl5{padding-left  : 5% !important;}
	.pr5{padding-right : 5% !important;}
	.pt5{padding-top   : 3.5% !important;}
	.pb5{padding-bottom: 1% !important;}
	.mt0{margin-top    : 0% !important;}
	.mb0{margin-bottom : 0% !important;}
	.ml0{margin-left   : 0% !important;}
	.mr0{margin-right  : 0% !important;}
	.pt0{padding-top   : 0% !important;}
	.pb0{padding-bottom: 0% !important;}
	.pl0{padding-left  : 0% !important;}
	.pr0{padding-right : 0% !important;}
	/*字号*/
	.font32{font-weight:normal;font-size: 32px;color: #fff;line-height: 2em;}
	.font24{font-weight:normal;font-size: 24px;color: #fff;line-height: 2em;}
	.font28{font-weight:normal;font-size: 28px;color: #fff;line-height: 2em;}
	.font26{font-weight:bold;font-size: 21px;color: #fff;line-height: 2em;}
	.font22{font-weight:bold;font-size: 22px;color: #fff;line-height: 2em;}
	.font18{font-weight:normal;font-size: 18px;color: #fff;line-height: 2em;}
	.font20{font-weight:bold;font-size: 20px;color: #fff;line-height: 2em; padding-left: 20px;}
	.font16{font-weight:normal;font-size: 16px;color: #fff;line-height: 2em;}
	/*编辑器*/
	.text{
		text-align:justify;
		font-size: 18px;
		color: #fff;
		line-height: 2.0em;
		word-wrap: break-word;
		word-break: normal;
		width: 1200px;
		margin: 30px auto;}
	.text:after{content: "";display: block;height: 0;clear: both;visibility: hidden;}
	.text *{max-width: 100%;}
	.indent2{text-indent: 2em;}
	@media screen and (max-width: 1600px){
		.font22{font-size: 20px;}
		.font32{font-size: 28px;}
		.font28{font-size: 24px;}
		.font20{font-weight:normal;font-size: 18px;color: #fff;line-height: 2em;}
	}
	@media screen and (max-width: 1200px){
		.font20{font-weight:normal;font-size: 16px;color: #fff;line-height: 2em;}
		.font24{font-size: 18px;}
		.font18{font-size: 16px;}
		.font16{font-size: 14px;}
		.text{font-size: 14px;}
		.font22{font-size: 18px;}
		.font32{font-size: 24px;}
		.font28{font-size: 20px;}
	}
	.bgfff{background-color: #fff !important;}
	html{overflow-x: hidden;}
	*{color: #fff;}
/*********************************/

body{
	width: 100%;
	background: #0b3380;
}
.wrapper{
	max-width: 1330px;
	margin: 0 auto;
	padding: 0 20px;
}
.zhengcebg{
	background: url("../images/zhengce_centerBg.jpg") no-repeat;
	padding-bottom: 50px;
}
.qiyebg{
	background: url("../images/qiye_centerBg.jpg") no-repeat;
	padding-top: 10px;
}
.header{
	background: #fff;
	height: 60px;
	line-height: 60px;
	position: relative;
	z-index: 100;
}
.header .logo{
	float: left;
	height: 40px;
	margin-top: 10px;
}
.header .logo img{
	height: 100%;
}
.nav{
	float: right;
}
.nav li{
	float: left;
	margin-left: 25px;
}
.nav li a{
	font-size: 14px;
	color: #333333;
	display: block;
}
.nav li a:hover{
	color: #2860c6;
}
.footer{
	background: #01277b;
	color: #fff;
	font-size: 16px;
	text-align: center;
}
@media only screen and (max-width:1200px ) {
	.menu_btn{
		float: right;
		display: block;
		width: 40px;
		height: 40px;
		position: relative;
		margin-left: 10px;
		margin-top: 10px;
	}
	.menu_btn:before,
	.menu_btn:after{
		content: "";
		position: absolute;
		right: 0;
		width: 26px;
		height: 2px;
		background: #333;
		-webkit-transition: all .3s ease-out 0s;
		-moz-transition: all .3s ease-out 0s;
		transition: all .3s ease-out 0s;
	}
	.menu_btn:before{
		top: 13px;
	}
	.menu_btn:after{
		bottom: 13px;
	}
	.menu_btn.on:before{
	    -webkit-transform: rotate(45deg);
	    -moz-transform: rotate(45deg);
	     -ms-transform: rotate(45deg);
	         transform: rotate(45deg);
	    top: 50%;
	}
	.menu_btn.on:after{
		-webkit-transform: rotate(-45deg);
		-moz-transform: rotate(-45deg);
		 -ms-transform: rotate(-45deg);
		     transform: rotate(-45deg);
		top: 50%;
	}
	
	.header .nav{
		position: absolute;
		right: 0;
		top: 110%;
		width: 260px;
		background: rgba(0,0,0,0.8);
		padding: 10px 0;
		opacity: 0;
		visibility: hidden;
		-webkit-transition: all .3s ease-in-out 0s;
		-moz-transition: all .3s ease-in-out 0s;
		transition: all .3s ease-in-out 0s;
	}
	.header .nav.on{
		opacity: 1;
		visibility: visible;
		top: 100%;
	}
	.header .nav li{
		width: 100%;
		float: none;
	}
	.header .nav li>a{
		color: #fff;
		font-size: 16px;
		height: 36px !important;
		line-height: 36px !important;
	}
	
}

.banner{
	position: relative;
	height: 932px;
	background: url("../images/banner.jpg");
	padding-top: 210px;
}
.banner img{
	display: block;
	margin: 0 auto;
	width: 78%;
}
.contentBox{
	background-size: 100% auto;
	background: #0d124c;
	padding-bottom: 20px;
}
.titimg{
	display: block;
	margin: 20px auto;
	max-width: 100%;
}
.index1{
	width: 100%;
	padding:5% 3%;
	background: url(../images/banner_contBg.png) no-repeat center;
	margin-top: 90px;
}
.index2 .box a{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.index2 .box.boxl{
	margin-bottom: 20px;
}
.index2 .box.boxr{
	margin-bottom: 20px;
}

.index2 .box.boxr a{
	flex-direction: row-reverse;
}
.index2 .box img{

}
.index2 .boxl img{
	margin-right: 4.6%;
}
.font20_bg{
	background: url("../images/zhuanjia_titleBg.png") no-repeat;
}
.font30_bg{
	background: url("../images/qiye_titleBg.png") no-repeat;
	height: 70px;
	padding-top: 8px;
	padding-left: 20px;
}
.index2 .boxr img{
	margin-left: 4.6%;
}
.index2 .word1{
	flex: 1;
	background: url("../images/zhengce_imgBg1.png") no-repeat;
	padding: 20px;
}
.index2 .word2{
	flex: 1;
	background: url("../images/zhengce_imgBg2.png") right no-repeat;
	padding: 20px;
}
.index2 .word3{
	flex: 1;
	background: url("../images/zhengce_imgBg3.png") left no-repeat;
	height: 275px;
	padding: 20px;
}
.index2 .word4{
	flex: 1;
	background: url("../images/zhengce_imgBg4.png") right no-repeat;
	padding: 20px;
}
.index2 .word5{
	flex: 1;
	background: url("../images/zhengce_imgBg5.png") left no-repeat;
	padding: 20px;
}
.index2 .word h3{
	padding: 0 20px;
	background-size: auto 100%;
	font-weight: bold;
}
.index3Out{
	background: url(../images/bg2.jpg) no-repeat center;
	background-size: 100% auto;
	background-color: #01277b;
}
.index3{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.index3 .left{
	width: 670px;
	margin-right: 4%;
	position: relative;
}
.swiper-container1 .swiper-slide .img{
	width: 90%;
	margin: 0 auto;
	overflow: hidden;
	border-radius: 12px;
}
.swiper-container1 .swiper-slide .img img{
	width: 100%;
	border-radius: 12px;
	overflow: hidden;
	display: block;
}
.swiper-container1 .swiper-slide {
	-webkit-transition: transform 1.0s;
	-moz-transition: transform 1.0s;
	-ms-transition: transform 1.0s;
	-o-transition: transform 1.0s;
	-webkit-transform: scale(0.9);
	/* margin: 1px; */
	transform: scale(0.9);
	margin: 50px auto;
}
.swiper-container1 .swiper-slide-active,.swiper-slide-duplicate-active {
	-webkit-transform: scale(1);
	transform: scale(1);
	z-index: 1002;
}
.swiper-container1 .swiper-slide-prev .img{
	transform: translate(55%,5%);
	width: 86%;
}
.swiper-container1 .swiper-slide-next .img{
	transform: translate(-50%,5%);
	width: 86%;
}
.index3  .prev,.index3 .next{
	position: absolute;
	width: 36px;
	height: 36px;
	top: calc(50% - 18px);
	background-size: 100% 100%;
	z-index: 5;
}
.index3  .prev{
	left: 20px;
	background-image: url(../images/prev.png);
}
.index3 .next{
	right: 10px;
	background-image: url(../images/next.png);
}
.index3 .img{
	position: relative;
}
.index3 .img p{
	width: 100%;
	position: absolute;
	height: 70px;
	line-height: 70px;
	background: rgba(9,89,176,.9);
	text-align: center;
	bottom: 0;
	left: 0;
}
.index3 .right{
	flex: 1;
}
.index3 .right .box{
	display: none;
}
.index3 .right .box:first-child{
	display: block;
}
.index3 .right h2,.index3 .right h3{
	color: #36f3f2;
	margin-bottom: 0.2em;
}
.index3 .right .font18{line-height: 1.5em;}
.index3 .right .word{
	border-radius: 12px;
	padding: 5%;
	margin-top: 3%;
	box-shadow: 0 0 50px inset  rgba(10,105,163,.35);
}
.index3 .right .word h3{
	margin-bottom: .5em;
}
.index3 .right .top{
	padding: 0 5%;
}
.index4 .box{
	margin-bottom: 2%;
}
.index4 .box a{
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.index4 .box img{
	width: 100%;
}
.index4 .word{
	flex: 1;
	padding: 2%;
}
.index4 .boxl{
	background-image: linear-gradient(to right, rgba(0,0,0,0),rgba(7,82,168,.45));
	width: 49%;
	float: left;
	border: 2px solid #3a64f4;
}
.index4 .boxr{
	background-image: linear-gradient(to left, rgba(0,0,0,0),rgba(7,82,168,.45));
	float: right;
	width: 49%;
	border: 2px solid #3a64f4;
}
.index4 .word h2{
	color: #53ddff;
	position: relative;
	padding-left: 30px;
	margin-bottom: 2%;
}
.index4 .word h2::before{
	content: '';
	position: absolute;
	left: 0;
	top: 6px;
	width: 20px;
	height: 20px;
	background-image: url(../images/i1.png);
	background-repeat: no-repeat;
}
.index5{
	display: flex;
	justify-content: space-between;
	margin-bottom: 15px;
}
.index5 .box{
	width: 46%;
}
.index5 .box img{
	display: block;
	width: 80%;
	margin:0 auto;
}
.index5 .box .tit{
	width: 100%;
	height: 93px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: url(../images/bg2.png);
	background-size: 100% 100%;
	margin: 5% auto 3%;
}
.index5 .box p{
	line-height: 2.2em;
	min-height: 6.6em;
	margin-bottom: 3%;
	text-align: justify;
}
.index5 .box p i{
	display: inline-block;
	width: 4px;
	height: 4px;
	background-color: #fff;
	border-radius: 50%;
	vertical-align: middle;
	margin-right: 10px;
}
.index5 .box li{
	padding: 15px 5%;
	border-bottom: 1px dashed #36f3f2;
	overflow: hidden;
	white-space:nowrap; 
	text-overflow:ellipsis;
	-o-text-overflow:ellipsis;
}
.index5 .box li a{
	display: block;
}
.qiyeCont{
	padding-top: 2%;
	line-height: 2em;
}
.apply{
	height: 210px;
}
.apply p:first-child{
	display: block;
	width: 636px;
	height: 183px;
	float: left;
	text-align: center;
	padding: 20px;
	padding-top: 60px;
	font-size: 28px;
}
.apply p:last-child{
	display: block;
	width: 636px;
	height: 183px;
	float: right;
	text-align: center;
	padding: 20px;
	padding-top: 60px;
	font-size: 28px;
}
.apply_bg1{
	background: url("../images/yingyong_img1.png") no-repeat;
}
.apply_bg2{
	background: url("../images/yingyong_img2.png") no-repeat;
}
.apply_bg3{
	background: url("../images/yingyong_img3.png") no-repeat;
}
.apply_bg4{
	background: url("../images/yingyong_img4.png") no-repeat;
}
.apply_bg5{
	background: url("../images/yingyong_img5.png") no-repeat;
}
.apply_bg6{
	background: url("../images/yingyong_img6.png") no-repeat;
}
.apply_bg7{
	background: url("../images/yingyong_img7.png") no-repeat;
}
.apply_bg8{
	background: url("../images/yingyong_img8.png") no-repeat;
}
.apply_bg1:hover,.apply_bg2:hover,.apply_bg3:hover,.apply_bg4:hover,.apply_bg5:hover,.apply_bg6:hover,.apply_bg7:hover,.apply_bg8:hover{
	opacity: 0.8;
}
.index6{
	padding: 20px;
	background: #052465;
	border: 2px solid #2b58b5;
	margin-top: 20px;
}
.index6 a{
	display: block;
	border-radius: 4px;
	overflow: hidden;
}
.index6 .word{
	padding: 5px 10px;
}
.index6 img{
	width: 100%;
	display: block;
	border: 2px solid #3072af;
}
.index6 p{
	line-height: 1.5em;
}
.index6{
	position: relative;
}
.index6 .prev,.index6 .next{
	position: absolute;
	width: 43px;
	height: 43px;
	top: calc(50% - 31px);
	background-size: 100% 100%;
	z-index: 2;
}
.index6 .prev{
	left: 10px;
	background-image: url(../images/prev.png);
}
.index6 .prev:hover{
	cursor: pointer;
	background-image: url(../images/prev_hover.png);
}
.index6 .next{
	right: 10px;
	background-image: url(../images/next.png);
}
.index6 .next:hover{
	cursor: pointer;
	background-image: url(../images/next_hover.png);
}
.oitcImg{
	text-align: center;
}
@media only screen and (max-width: 768px){
	.footer{
		font-size: 12px;
		padding: 30px 10px;
	}
	.wrapper{
		padding: 0 15px;
		width: 100%;
	}
	.banner{
		position: relative;
		height: 390px !important;
		background: url("../images/banner.jpg");
		background-size: cover;
		padding-top: 20px !important;
	}
	.banner img{
		width: 92%;
	}
	.titimg{
		width: 100%;
		transform: translateX(0%);
		max-width: inherit;
		margin: 10px auto;
	}
	.index1{
		width: 94%;
		padding-top: 10px;
		padding:1%;
		margin: 10px auto;
		background-size: cover;
	}
	.text{
		margin:10px auto;
		width: 100%;
		line-height:1.5em;
		padding: 10px;
	}
	.font26{
		font-weight:bold;
		font-size: 16px;
		color: #fff;
		line-height: 1.5em;
		margin-bottom: 10px;
	}
	.font18{
		font-size: 14px;
		line-height: 1.5em;
	}
	.index2 .word1{
		flex: 1;
		padding: 10px;
	}
	.index2 .word3{
		padding: 10px;
	}
	.index2 .box{
		margin-bottom: 20px;
	}
	.index2 .box a{
		display: block;
	}
	.index2 .box img{
		width: 76%;
		display: block;
		margin:0 auto 3% !important;
	}
	.index2 .word h3{
		height: auto;
		line-height: 24px;
		padding: 10px;
		font-size: 16px;
	}
	.index3{
		display: block;
	}
	.index3 .left{
		width: 100%;
		margin: 0 auto;
	}
	.index3 .left{
		padding: 0 50px;
	}
	.index3 .prev, .index3 .next{
		width: 30px;
		height: 30px;
	}
	.index3  .prev{
		left: 0px;
	}
	.index3.next{
		right:0px;
	}
	.swiper-container1 .swiper-slide{
		margin: 0;
	}
	.swiper-container1 .swiper-slide .img{
		width: 100%;
	}
	.swiper-container1 .swiper-slide-prev .img{
		transform:none;
		width: 100%;
	}
	.swiper-container1 .swiper-slide-next .img{
		transform: none;
		width: 100%;
	}
	.zhengcebg{
		padding-bottom: 0;
	}
	.index4 .box a{
		display: block;
		padding: 10px 0;
	}
	.index4 .boxl{
		width: 100%;
	}
	.index4 .boxr{
		width: 100%;
	}
	.index4 .box img{
		width: 80%;
		margin: 0 auto;
		display: block;
	}
	.font20{
		font-weight: bold;
	}
	.font30_bg{
		font-size:16px;
	}
	.index5{
		display: block;
	}
	.index5 img{
		margin-left: 50px;
	}
	.index5 .box{
		width: 100%;
		margin-bottom: 5%;
	}
	.index5 .box .tit{
		height: 60px;
	}
	.index6 .prev, .index6 .next{
		width: 30px;
		height: 30px;
	}
	.index6{
		padding: 20px 55px;
	}
	.apply p:first-child{
		width: 100%;
		margin-top: 10px;
		padding-top: 24px;
		height: 108px !important;
		font-size:18px !important;
	}
	.apply p:last-child{
		width: 100%;
		margin-top: 10px;
		padding-top: 24px;
		height: 108px !important;
		font-size:18px !important;
	}
	.apply_bg1,.apply_bg2,.apply_bg3,.apply_bg4,.apply_bg5,.apply_bg6,.apply_bg7,.apply_bg8{
		background-size: 98%;
	}
	.oitcImg img{
		width: 100%;
		text-align: center;
	}
}