/*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   : 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;color: #fff;line-height: 2em;}
	.font20{font-weight:normal;font-size: 20px;}
	.font18{font-weight:normal;font-size: 18px;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%;text-indent: inherit;}
	@media screen and (max-width: 1600px){
		.font22{font-size: 20px;}
	}
	@media screen and (max-width: 1200px){
		.font24{font-size: 18px;}
		.font18{font-size: 16px;}
		.font16{font-size: 14px;}
		.text{font-size: 14px;}
		.font20{font-size: 18px;}
	}
	.bgfff{background-color: #fff !important;}
	html{overflow-x: hidden;}
	*{color: #fff;flex-wrap: wrap;}
/*********************************/

body{
	width: 100%;
	background: #001b6f;
}
.contentBox{
	background: #001387 url(../img/bg.png) repeat-x top center;
	overflow: hidden;
	padding-bottom: 8%;
}
.wrapper{
	max-width: 1340px;
	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: #2055d2;
	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;
	background: url('../img/a1.jpg') no-repeat center;
	background-size: cover;
	padding: 100px 0 40px;
}
.banner .bannerIn{
	width: 100%;
	margin-left: 15.9375%;
	width: 57.03125%;
}
.banner .bannerIn .word{
	display: block;
	width: 100%;
}
.banner .bannerIn .btn{
	display: block;
	margin: 30px auto 40px;
	width: 16.666%;
	min-width: 200px;
}
.banner .bannerIn .btn img{
	width: 100%;
}
.banner li{
	width: 100%;
	display: flex;
	margin-bottom: 15px;
}
.banner li a{
	color: #fff;
}
.banner li img{
	height: 60px;
	margin-right: 10px;
}
.banner li span{
	width: 5em;
}
.banner li .right{
	display: flex;
}
.banner li .right dl{
	margin-right: 15px;
}
.banner li:first-child{
	vertical-align: middle;
}
.pubtit{
	margin: 8% auto 6%;
	display: block;
}
.txtIndex2{text-indent: 2em;}
.section1 .text{
	text-indent: 2em;
	padding: 3%;
	box-shadow: 0 0 50px inset rgba(255,255,255,.2); 
}
.shadowin{
	box-shadow: 0 0 50px inset rgba(255,255,255,.2); 
}
.section2 ul{
	display: flex;
	justify-content: space-between;
	align-items: center;
	overflow: hidden;
	flex-wrap: wrap;
}
.section2 ul li{
	width: 47%;
	border-bottom: 1px dashed #2da7f4;
	overflow: hidden;
	margin-bottom: 10px;
}
.section2 ul li a{
	padding: 0 3% 0 30px;
	display: block;
	line-height: 40px;
	height: 40px;
	color: #fff;
	position: relative;
	transition: all .3s;
}
.section2 ul li a::before{
	content: '';
	width: 6px;
	height: 6px;
	position: absolute;
	left: 10px;
	top: 50%;
	margin-top: -3px;
	background: #2da7f4;
	border-radius: 50%;
}
.section2 ul li:hover a{
	padding-left: 25px;
}
.section3{
	margin-bottom: 8%;
}
.section3>p{
	margin-bottom: 5%;
}
.section3 .innerbox{
	display: flex;
	justify-content: space-between;
	height: 225px;
}
.section3 .innerbox .left{
	width: 58.5%;
}
.section3 .innerbox .right{
	width: 41%;
}
.section3 .innerbox .box{
	background: rgba(45,167,244,.2);
}
.section3 .innerbox .box li{
	position: relative;
	padding-left: 20px;
	margin-bottom: 10px;
}
.section3 .innerbox .box li::before{
	content: '';
	width: 6px;
	height: 6px;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -3px;
	background: #2da7f4;
	border-radius: 50%;
}
.section3 .innerbox .left .box{
	padding:20px;
}
.section3 .innerbox .tit{
	height: 50px;
	line-height: 50px;
	background: rgba(32,80,210,.4);
	font-weight: normal;
	padding: 0 20px;
}
.section3 .innerbox .right{
	height: 100%;
	display: flex;
	flex-flow: column;
	justify-content: space-between;
}
.section3 .innerbox .right .bottom{
	display: flex;
	align-items: center;
}
.section3 .innerbox .right .bottom span{
	padding: 0 20px;
	background: rgba(45,167,244,.2);
	height: 50px;
	line-height: 50px;
	color: #f9993b;
	flex: 1;
}
.section3 .innerbox .right .box{
	padding: 20px 20px 10px;
}
.section4{
	display: flex;
	justify-content: space-between;
}
.section4 .box{
	width: 631px;
}
.section4 .box .tit{
	display: block;
	margin: 0 auto;
}
.section4 .box .inbox{
	width: 631px;
	height: 632px;
	background: url(../img/b1.png) no-repeat center;
	background-size: 100% 100%;
	transform: translateY(-20px);
	padding: 70px 60px 50px;
	line-height: 2em;
}
.section4 .box .inbox li{
	margin-bottom: 20px;
	position: relative;
	padding-left: 20px;
}
.section4 .box .inbox li::before{
	content: '';
	width: 6px;
	height: 6px;
	position: absolute;
	left: 5px;
	top: 12px;
	background: #2da7f4;
	border-radius: 50%;
}
.section4 .box .inbox li.bforeno::before{display: none;}
.section4 .box .inbox dl{
	margin-bottom: 50px;
	padding-left: 40px;
}
.section4 .box .inbox dl dt{
	position: relative;
	color: #ffffff;
	margin-bottom: 15px;
}
.section4 .box .inbox dl dt::before{
	content: '';
	width: 6px;
	height: 6px;
	position: absolute;
	left: -20px;
	top: 14px;
	background: #2da7f4;
	border-radius: 50%;
}
.section5 .box{
	padding: 50px 20px 20px;
}
.section5 ul{
	display: flex;
}
.section5 ul li{
	width: 140px;
	height: 204px;
	margin-bottom: 30px;
	margin-left: 20px;
}
.section5 ul li img{
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.section5 ul li:nth-child(8n+1){
	margin-left: 0;
}
.section6 ul{
	background: url(../img/bg2.png) no-repeat right bottom;
	display: flex;
	padding-bottom: 20px;
}
.section6 ul li{
	padding-right: 30px;
	border-right: 1px solid #2da7f4;
}
.section6 ul li:last-child{border: 0;}
.section6 ul a{
	color: #fff;
	padding-left: 50px;
	background: url(../img/icon1.png) no-repeat 20px center;
}
.section7 .box{
	padding: 50px 20px 30px;
}
.section7 ul{
	display: flex;
	align-items: center;
}
.section7 li{
	margin: 0 1.5% 20px;
	width: 13.66%;
}
.section7 li img{
	width: 100%;
}
@media only screen and (max-width: 768px){
	.pubtit{
		width: 120%;
		margin: 6% auto;
		margin-left: -10%;
	}
	.section2 ul li{
		width: 100%;
	}
	.section3 .innerbox .left,.section3 .innerbox .right{
		width: 100%;
	}
	.section3 .innerbox{
		height: auto;
	}
	.section4 .box .tit{
		height: 30px;
		margin: 0 auto;
	}
	.section4 .box{
		width: 100%;
	}
	.section4 .box .inbox{
		width: 100%;
		height: auto;
		padding: 40px 30px;
		transform: none;
	}
	.section5 .box{
		padding: 20px 10px;
	}
	.section5 ul{
		justify-content: inherit;
	}
	.section5 ul li{
		width: 33.33%;
		height: auto;
		padding: 0 1%;
		margin-bottom: 15px;
		margin-left: 0;
	}
	.section5 ul li img{
		width: 100%;
	}
	.section7 li{
		width: 20%;
		margin: 0;
		padding: 0 1%;
	}
	.section7 .box{
		padding: 20px 10px;
	}
	.banner{
		padding: 20px;
	}
	.banner .bannerIn .word{
		width: 80%;
	}
	.banner .bannerIn{
		width: 100%;
		margin: 0;
	}
	.banner .bannerIn .btn{
		min-width: 160px;
		margin: 15px auto 20px;
	}
	.banner li img{
		height: 30px;
	}
	.banner li a{font-size: 14px;}
	.section2 ul li a{
		line-height: 30px;
		padding-top: 5px;
		padding-bottom: 5px;
		height: auto;
	}
}
