/*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;}
	.pt4{padding-top   : 4% !important;}
	.pb4{padding-bottom: 4% !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;}
	.font24{font-weight:normal;font-size: 24px;color: #fff;}
	.font28{font-weight:normal;font-size: 28px;color: #fff;}
	.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;}
	.font16{font-weight:normal;font-size: 16px;color: #fff;line-height: 2em;}
	/*编辑器*/
	.text{text-align:justify;font-size: 18px;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: 20px;}
		.font32{font-size: 28px;}
		.font28{font-size: 24px;}
		.font20{font-weight:normal;font-size: 18px;color: #fff;line-height: 2em;}
		.text{font-size: 16px;}
	}
	@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: #001848;
}
.wrapper{
	max-width: 1330px;
	margin: 0 auto;
	padding: 0 20px;
}
.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: #001847;
	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;
	}
	
}
@media only screen and (max-width:768px ) {
	.footer{
		font-size: 12px;
		padding: 30px 10px;
	}
	.wrapper{
		padding: 0 15px;
	}
}
.banner{
	position: relative;
}
.banner img{
	display: block;
	margin: 0 auto;
	width: 100%;
}
.contentBox{
	background: url(../img/bg1.jpg) repeat-y;
	background-size: 100% auto;
}
.pubtit{
	display: block;
	margin: 5% auto;
}
.index1{
	background: url(../img/a1.png) no-repeat center;
	background-size: 100% 100%;
	padding: 6% 5%;
}
.index2{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.index2 .box{
	width: 48.5%;
	padding: 1%;
	background: url(../img/a2.png);
	background-size: 100% 100%;
	margin-bottom: 3%;
}
.index2 .box a{
	display: block;
	padding: 2%;
	background-color: rgba(13,74,144,.6);
	border-radius: 6px;
}
.index2 .tit{
	display: flex;
	align-items: center;
	line-height: 1.5em;
	margin-bottom: 0.5em;
}
.index2 .tit img{
	margin-right: 10px;
}
.index2 p{
	min-height: 8em;
	text-align: justify;
}
.index3 .box {
	margin-bottom: 3%;
}
.index3 .box a .top{
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
}
.index3 .box:nth-child(even) a .top{
	flex-direction: row-reverse;
}
.index3 .box .word{
	flex: 1;
	padding: 3% 2%;
	background: url(../img/a4.png) repeat-y;
	background-size: 100% auto;
	flex-wrap: wrap;
}
.index3 .box:nth-child(even)  .word{
	background: url(../img/a5.png) repeat-y;
	background-size: 100% auto;
}
.index3 .bottom{
	padding: 1% 3%;
	background: url(../img/a6.png) no-repeat;
	background-size: 100% 100%;
	display: flex;
	align-items: center;
}
.index3 .bottom span{
	font-size: 40px;
	margin-right: 15px;
}
.index3 .box:nth-child(even) .bottom{
	flex-direction: row-reverse;
	background: url(../img/a7.png) no-repeat;
	background-size: 100% 100%;
}
.index3 .box:nth-child(even) .bottom span{
	margin-right: 0;
	margin-left: 10px;
}
.index4{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	overflow: hidden;
}
.index4 .box{
	width: 48.5%;
	margin-bottom: 3%;
}

.index4 .word{
	width: 100%;
	height: 501px;
	background: url(../img/a8.png) no-repeat;
	background-size: 100% 100%;
}
.index4 img{
	display: block;
	width: 100%;
}
.index4 .word h3{
	height: 116px;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	padding: 0 10%;
	margin-bottom: 60px;
}
.index4 .word p{
	padding: 5%;
	line-height: 1.6em;
}
.index4 .box:nth-child(even) .word{
	background: url(../img/a9.png) no-repeat;
	background-size: 100% 100%;
}
.index4 .box:nth-child(even) .word h3{
	justify-content: flex-end;
}
@media only screen and (max-width:1200px ) {
	.index1{
		padding: 8% 5%;
	}
	.pubtit{
		width: 80%;
	}
	.index2 .box,.index4 .box{
		width: 100%;
	}
	.index2 .tit img{
		width: 30px;
	}
	.index3 .box a .top{
		display: block;
	}
	.index3 .box a .top img{
		width: 100%;
	}
	.index3 .bottom span{
		font-size: 20px;
	}
	.index3 .bottom p{
		flex: 1;
		line-height: 1.5em;
	}
	.index4 .word{
		border: 2px solid #009ee5;
		padding: 2%;
	}
	.index4 .word,.index4 .box:nth-child(even) .word{
		height: auto;
		background: none;
	}
	.index4 .word h3{
		height: auto;
		margin-bottom: 0;
		margin: 10px auto;
		display: block;
		padding: 0;
	}
	.index4 .word p{
		padding: 0;
	}
}