/*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: #666;-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   : 3% !important;}
	.pb3{padding-bottom: 3% !important;}
	.pl3{padding-left  : 3% !important;}
	.pr3{padding-right : 3% !important;}
	.pl5{padding-left  : 5% !important;}
	.pr5{padding-right : 5% !important;}
	.pt5{padding-top   : 4.5% !important;}
	.pb5{padding-bottom: 4.5% !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;}
	.font22{font-weight:normal;font-size: 22px;color: #fff;line-height: 2em;}
	.font18{font-weight:normal;font-size: 18px;color: #fff;line-height: 2em;}
	.font20{font-weight:normal;font-size: 20px;color: #fff;line-height: 2em;}
	.font16{font-weight:normal;font-size: 16px;color: #fff;line-height: 2em;}
	/*编辑器*/
	.text{text-align:justify;font-size: 16px;color: #fff;line-height: 2.2em;word-wrap: break-word;word-break: normal;}
	.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: 18px;}
		.font24{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: 14px;color: #fff;line-height: 2em;}
		.font24{font-size: 18px;}
		.font18{font-size: 16px;}
		.font16{font-size: 14px;}
		.text{font-size: 14px;}
		.font22{font-size: 16px;}
		.font32{font-size: 24px;}
		.font28{font-size: 20px;}
	}
	.bgfff{background-color: #fff !important;}
	html{overflow-x: hidden;}
	*{color: #fff;} input{color:#333;}
/*********************************/

body{
	width: 100%;
	background: #0c134a;
}
.wrapper{
	max-width: 1440px;
	margin: 0 auto;
}
.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: #000;
	color: #fff;
	font-size: 16px;
	text-align: center;
	padding: 2.5%;
}
@media only screen and (max-width:1500px ) {
	.wrapper{
		padding: 0 20px;
	}
}
@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;
	}
	
}
@media only screen and (max-width:768px ) {
	.footer{
		font-size: 12px;
		padding: 30px 10px;
	}
	.wrapper{
		padding: 0 15px;
	}
}
.pubtit{
	display: block;
	margin: 2% auto;
	max-width: 100%;
}
.banner{
	position: relative;
}
.banner img{
	display: block;
	margin: 0 auto;
	width: 100%;
}
.contentBox{
	background: url(../img/bg1.jpg) repeat-y left top;
	background-size: 100% auto;
}

.index1{
	background: url(../img/b1.png) no-repeat center;
	padding: 5% 5% 3%;
	background-size: 100% 100%;
	position: relative;
	top: -60px;
}
.index2 .box{
	margin-bottom: 3%;
}
.index2 a{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.index2 a img{
	width: 29.3%;
}
.index2 a .word{
	flex: 1;
	padding: 2% 3%;
	display: flex;
	flex-flow: column;
	justify-content: center;
	background: url(../img/b3.png) no-repeat center;
	background-size: 100% 100%;
	min-height: 289px;
}
.index2 .box:nth-child(even) a{
	flex-direction: row-reverse;
}
.index2 .box:nth-child(even) a .word{
	background: url(../img/b4.png) no-repeat center;
	background-size: 100% 100%;
}
.index2 a .word h3{
	margin-bottom: 15px;
	position: relative;
	line-height: 1.5em;
	padding-bottom: 15px;
}
.index2 .box:nth-child(even) a .word h3{
	text-align: right;
}
.index2 .box a .word h3::before{
	content: '';
	position: absolute;
	width: 86px;
	height: 4px;
	background-image: url(../img/b5.png);
	background-size: 100% 100%;
	left: 0;
	bottom: 0;
}
.index2 .box:nth-child(even) a .word h3::before{
	background-image: url(../img/b6.png);
	left: auto;
	right: 0;
}
.index3{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.index3 .box{
	width: 47.57%;
	margin-bottom: 3%;
}
.index3 .box a{
	display: block;
}
.index3 .box h3{
	background-image: url(../img/b2.png);
	background-repeat: repeat-y;
	background-size: 100% auto;
	padding: 2% 3%;
	width: 90%;
	margin-left: 10%;
	text-align: right;
	border-top-right-radius: 16px;
	border-top-left-radius: 16px;
	line-height: 1.5em;
}
.index3 .box .word{
	border: 2px solid #fff;
	border-radius: 16px;
	top: -10px;
	position: relative;
	background-color: #0c134a;
	padding: 3%;
}
.index3 .box .word img{
	max-width: 100%;
	margin-bottom: 10px;
}
.index4 .box{
	margin-bottom: 3%;
}
.index4 a{
	display: flex;
	justify-content: space-between;
}
.index4 .box:nth-child(even) a{
	flex-direction: row-reverse;
}
.index4 .right{
	flex: 1;
	position: relative;
}
.index4  .left{
	width: 285px;
	margin-right: 2%;
	padding-bottom: 40px;
	position: relative;
	
}
.index4  .left img{
	display: block;
	margin: 0 auto;
}
.index4 .box:nth-child(even) .left{
	margin-right: 0;
	margin-left: 2%;
}
.index4  .tit{
	position: absolute;
	bottom: 15px;
	left: 0;
	width: 100%;
	height: 48px;
	display: flex;
	flex-flow: column;
}
.index4 .box:nth-child(odd) .tit{
	align-items: flex-end;
}
.index4  .tit p{
	width: 243px;
	line-height: 1.2em;
	height: 48px;
	display: flex;
	align-items: center;
	text-align: right;
	padding-left: 50px;
	padding-right: 15px;
	background-image: url(../img/b9.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
}

.index4  .tit span{
	position: absolute;
	bottom: 20px;
	left: 0;
	width: 98px;
	height: 38px;
	line-height: 38px;
	left: 0;
	text-align: center;
	color: #005aff;
	background-image: url(../img/b7.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	z-index: 2;
}
.index4 .box:nth-child(even) .tit p{
	padding-left: 15px;
	padding-right: 50px;
	background-image: url(../img/b10.png);
	text-align: left;
}

.index4  .tit span{
	position: absolute;
	bottom: 20px;
	left: 0;
	width: 98px;
	height: 38px;
	line-height: 38px;
	left: 0;
	text-align: center;
	color: #005aff;
	background-image: url(../img/b7.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	z-index: 2;
}
.index4 .box:nth-child(even) .tit span{
	left: auto;
	right: 0;
	background-image: url(../img/b8.png);
}

/* .index4  .tit p::before{
	content: '';
	position: absolute;
	width: 23px;
	height: 48px;
	background-image: url(../img/b15.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	left: 0;
	top: 0;
} */
/* .index4 .box:nth-child(even) .tit p::before{
	background-image: url(../img/b14.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	left: auto;
	right: 0;
} */
.index4 h3 {
	margin-bottom: 15px;
}
.index4 h3 p{
	display: inline-block;
	position: relative;
	height: 46px;
	line-height: 46px;
	background-color: #005aff;
	padding:0 25px 0 13px;
	position: relative;
}
.index4 h3 p{
	position: relative;
	z-index: 2;
}
.index4 h3::before{
	content: '';
	width: 38px;
	height: 38px;
	background: url(../img/b13.png) no-repeat center;
	background-size: 100% 100%;
	position: absolute;
	left: -19px;
	top: -19px;
}
.index4 h3 p::after{
	content: '';
	width: 23px;
	height: 46px;
	position: absolute;
	right: 0;
	background-image: url(../img/b14.png);
	background-size: 100% 100%;
}
.index4 .box:nth-child(even) h3 p{
	padding:0 13px 0 25px;
}
.index4 .box:nth-child(even) h3{
	text-align: right;
}
.index4 .box:nth-child(even) h3::before{
	left: auto;
	right: -19px;
}
.index4 .box:nth-child(even) h3 p::after{
	right: auto;
	left: 0;
	background-image: url(../img/b15.png);
}
.index5{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.index5 a{
	width: 47.47%;
	position: relative;
	text-align: center;
	line-height: 1.5em;
	margin-bottom: 3%;
}
.index5 a img{
	width: 100%;
	display: block;
}
.index5 a p{
	position: absolute;
	top: 50%;
	width: 12em;
	left: 50%;
	transform: translate(-50%,-50%);
}
.index6 ul{
	display: flex;
	flex-wrap: wrap;
	padding: 0 0.86%;
}
.index6 li{
	width: 22.85%;
	margin: 0 0.86%;
}
.index6 li img{
	display: block;
	width: 100%;
}
.index6 li p{
	width: 94%;
	margin: 0 auto;
	position: relative;
	top: -28px;
	line-height: 1.5em;
	height: 74px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: url(../img/b16.png) no-repeat;
	background-size: 100% 100%;
	padding: 0 20px;
}
@media screen and (max-width: 1200px){
	.index1{
		top: -20px;
		background: none;
		border: 1px solid #005aff;
	}
	.pubtit{
		width: 90%;
	}
	.index2 a,.index4 a{
		display: block;
	}
	.index2 a img{
		width: 100%;
		margin-bottom: 10px;
	}
	.index3 .box,.index4 .left,.index5 a,.index6 li{
		width: 100%;
		margin: 0 auto 10px;
	}
	.index6 li p{
		height: 60px;
		top: -10px;
	}
}