/*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;}
	.mt5{margin-top    : 5% !important;}
	.mb3{margin-bottom : 2% !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; text-align: center;}
	.pl3{padding-left  : 3% !important;}
	.pr3{padding-right : 3% !important;}
	.pl5{padding-left  : 5% !important;}
	.pr5{padding-right : 5% !important;}
	.pt5{padding-top   : 5% !important;}
	.pb5{padding-bottom: 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;}
	/*字号*/
	.font24{font-weight:normal;font-size: 24px;line-height: 2em;}
	.font22{font-weight:normal;font-size: 22px;line-height: 2em;}
	.font18{font-weight:normal;font-size: 18px;line-height: 2em;}
	.font16{font-weight:normal;font-size: 16px;line-height: 2em;}
	/*编辑器*/
	.text{text-align:justify;font-size: 16px;color: #333;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%;}
	@media screen and (max-width: 1200px){
		.font24{font-size: 20px;}
		.font22{font-size: 18px;}
		.font18{font-size: 16px;}
		.font16{font-size: 14px;}
		.text{font-size: 14px;}
	}
	@media screen and (max-width: 768px){
		.font24{font-size: 18px;}
		.font22{font-size: 16px;}
		.font18{font-size: 14px;}
		.font16{font-size: 14px;}
	}
	.bgfff{background-color: #fff !important;}
	html{overflow-x: hidden;}
/*********************************/
*,a{color: #fff;}
body{
	width: 100%;
	background: #011458;
}
.wrapper{
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 15px;
}
.header{
	background: #fff;
	height: 100px;
	line-height: 100px;
	position: relative;
}
.header .logo{
	float: left;
	height: 40px;
	margin-top: 20px;
}
.header .logo img{
	height: 100%;
}
.nav{
	float: right;
}
.nav li{
	float: left;
	margin-left: 15px;
}
.nav li a{
	font-size: 16px;
	color: #0f0408;
	display: block;
}
.nav li a:hover{
	color: #2860c6;
}
.footer{
	background: #01277b;
	color: #fff;
}
@media only screen and (max-width:1200px ) {
	.header{
		height: 60px;
		line-height: 60px;
	}
	.header .logo{margin-top: 10px;}
	.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;
		z-index: 20;
		right: 0;
		top: 110%;
		width: 260px;
		background: rgba(255,255,255,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{
		font-size: 16px;
		height: 36px !important;
		line-height: 36px !important;
	}
	.footer{
		font-size: 14px;
	}
	
}
.indexBanner{
	position: relative;
}
.indexBanner img{
	width: 100%;
	display: block;
}
.contBox{
	width: 100%;
	background-image: url(../img/a6.jpg);
	background-repeat: repeat-y;
	background-size: 100% auto;
}
.mid1300{
	width: 1395px;
	margin: 0 auto;
}
.textBox{
	padding: 5%;
	background: url(../img/b1.png) no-repeat center;
	background-size: 100% 100%;
	color: #fff;
	text-indent: 2em;
	display: flex;
	align-items: center;
}
.pubtit{
	margin: 7% auto;
	display: block;
	max-width: 140%;
	/* margin-left:-20%; */
}
.indent2{
	text-indent: 2em;
}
.section1{
	display: flex;
	justify-content: space-between;
}
.section1 .left{
	width: 40.61%;
	margin-right: 5.8%;
}
.section1 .left img{
	display: block;
	width: 100%;
}
.section1 .left p{
	margin-top: 15px;
	text-align: justify;
}
.section1 ul{
	flex: 1;
	overflow: hidden;
}
.section1 li{
	margin-bottom: 16px;
}
.section1 li a{
	display: block;
	height: 2em;
	line-height: 2em;
	padding-left: 20px;
	background: url(../img/b4.png) no-repeat left center;
	overflow: hidden;
	white-space:nowrap; 
	text-overflow:ellipsis;
	-o-text-overflow:ellipsis;
	transition: all .5s;
}
.section1 li a:hover{
	color: #2860C6;
	padding-left: 25px;
}
.section2 dl{
	display: flex;
	align-items: center;
}
.section2 dl.rightDl{
	flex-direction: row-reverse;
}
.section2 dt{
	position: relative;
	margin-right: 9.2%;
}
.section2 dt::before{
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	bottom: -30px;
	right: -30px;
	border: 1px solid #23bcee;
}
.section2 dt img{
	display: block;
	position: relative;
	z-index: 2;
}
.section2 dl.rightDl dt{
	margin-left: 9.2%;
	margin-right: 0;
}
.section2 h3{
	padding: 12px 40px;
	background: url(../img/b5.png) no-repeat;
	background-size: 100% 100%;
	margin-bottom: 5%;
}
.newslist ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.newslist ul li{
	width: 48%;
	padding-top: 20px;
	padding-bottom: 20px;
	border-bottom: 1px dashed #23bcee;
}
.newslist ul li a{
	display: block;
	padding-left: 40px;
	position: relative;
	height: 1em;
	line-height: 1em;
	overflow: hidden;
	white-space:nowrap; 
	text-overflow:ellipsis;
	-o-text-overflow:ellipsis;
}
.newslist ul li a::before{
	content: '';
	width: 10px;
	height: 10px;
	position: absolute;
	left: 12px;
	top: 50%;
	margin-top: -5px;
	background: #23bcee;
	border-radius: 50%;
}
.section3{
	background-color: #01277b;
}
.section3 .topBox{
	display: flex;
	justify-content: space-between;
}
.section3 .topBox .box{
	width: 46.95%;
}
.section3 .topBox h3{
	height: 104px;
	background: url(../img/b6.png) no-repeat center;
	background-size: 100% 100%;
	display: flex;
	align-items: center;
	padding: 20px 30px;
	line-height: 1.5em;
}
.section3 .topBox .box img{
	display: block;
	width: 70%;
	margin: 0 auto;
}
.section3 .topBox p{
	line-height: 2.2em;
}
.section4 .box{
	padding: 35px 45px;
	background: #01277b;
}
.section4 .box a{
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
}
.section4 .box.boxR a{
	flex-direction: row-reverse;
}
.section4 .box .img{
	position: relative;
	width: 30.88%;
	margin-right: 3%;
}
.section4 .box .img img{
	width: 100%;
	position: relative;
}
.section4 .box .img::before{
	width: 75%;
	padding-top: 47%;
	position: absolute;
	content: '';
	border: 2px solid #23BCEE;
	left: -15px;
	bottom: -15px;
}
.section4 .box.boxR .img{
	margin-right: 0;
	margin-left: 3%;
}
.section4 .box h3{
	color: #09b7db;
	padding-left: 40px;
	position: relative;
}
.section4 .box h3::before{
	content: '';
	width: 10px;
	height: 10px;
	position: absolute;
	left: 12px;
	top: 50%;
	margin-top: -5px;
	background: #23bcee;
	border-radius: 50%;
}
.section4 .box p{
	line-height: 2.2em;
}
.section5 ul{
	display: flex;
	padding: 3% 2%;
	box-shadow: 0 0 20px inset rgba(1,39,123,.63);
	background: rgba(1,39,123,.3);
}
.section5 .box{
	width: 18%;
	margin: 0 1%;
}
.section5 .box a{
	display: block;
}
.section5 .box img{
	width: 100%;
	display: block;
}
.section5 .box p{
	padding: 0 10px;
	height: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #24bdef;
	color: #fff;
	line-height: 1.5em;
}
@media only screen and (max-width: 1440px) {
	.mid1300{
		width: 1200px;
		margin: 0 auto;
	}
	.pubtit{
		height: 36px;
	}
}
@media only screen and (max-width: 768px) {
	.mid1300{
		width: 100%;
		padding: 0 3%;
	}
	.pubtit {
	    height: auto;
	    width: 140%;
	    position: relative;
	    left: -20%;
	}
	.section1 .left{
		width: 100%;
		margin-right: 0;
		margin-bottom: 3%;
	}
	.section1{
		display: block;
	}
	.section1 li{
		margin-bottom: 10px;
	}
	.section1 li a{
		background-size: 10px auto;
		padding-left: 10px;
	}
	.section2 dl{
		display: block;
		margin-bottom: 15px;
	}
	.section2 dt,.section2 dl.rightDl dt{
		margin-right: 0;
		margin-left: 0;
		margin-bottom: 20px;
	}
	.section2 dt::before{
		display: none;
	}
	.section2 dt img{
		width: 60%;
		margin: 0 auto 10px;
		display: block;
	}
	.section2 h3{
		padding: 5px;
	}
	.newslist ul,.section3 .topBox,.section4 .box a{
		display: block;
	}
	.newslist ul li{
		width: 100%;
		padding-top: 10px;
		padding-bottom: 10px;
	}
	.section3 .topBox .box{
		width: 100%;
		margin-bottom: 15px;
	}
	.newslist ul li a::before,.section4 .box h3::before{
		width: 8px;
		height: 8px;
		margin-top: -4px;
		left: 6px;
	}
	.newslist ul li a,.section4 .box h3{
		padding-left: 20px;
	}
	.section4 .box{
		padding: 10px;
	}
	.section4 .box .img{
		width: 100%;
	}
	.section4 .box .img::before{
		display: none;
	}
	.section4 .box.boxR .img{
		margin-left: 0;
	}
	.section5 ul{
		flex-wrap: wrap;
	}
	.section5 .box{
		width: 48%;
		margin-bottom: 10px;
	}
}

