/*----通用初始化----*/
	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;}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: #fff;}@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;}
	h1{font-size: 32px; color: #edf0f1; text-align: center; line-height: 70px;}
	@media only screen and (max-width:768px ) {
		h1{font-size: 26px;}
	}
	/*字号*/
	.font24{ font-size: 24px;}
	.font20{font-size: 20px;}
	.font18{font-size: 18px;}
	.font16{font-size: 16px;}
	.font14{font-size: 14px;}
	.font_blue{color: #2fe4ff; text-align:center;}
	.font_blue2{font-size: 14px; color: #2fe4ff; text-align:center;}
	.font_white{font-size: 13px; color: #fff; text-align:center; font-weight: normal;}
	.text_center{text-align: center; margin: 10px 0;}
	.bg_blue{background: #;}
	/*编辑器*/
	.text{text-align:justify;font-size: 16px;color: #fff;line-height: 2.2em;word-wrap: break-word;word-break: normal; background: #1e76c7;}
	.text:after{content: "";display: block;height: 0;clear: both;visibility: hidden;}
	.text *{max-width: 100%;}
	@media screen and (max-width: 768px){
	}
	@media screen and (max-width: 1200px){
		.font24{font-size: 16px;}
		.font18{font-size: 12px;}
		.font16{font-size: 14px;}
		.text{font-size: 14px;}
	}
	.bgfff{background-color: #fff !important;}
	html{overflow-x: hidden;}
/*********************************/
a{
	color: #fff;
}
a:hover{
	color: #b7d0ff;
}
body{
	width: 100%;
	background-size:100%;
	min-height: 100vh;
}
.wrapper{
	max-width: 1320px;
	margin: 0 auto;
	padding: 0 15px;
}
.header{
	height: 80px;
	line-height: 80px;
	position: absolute;
	z-index: 100;
	top: 0;
	left: 0;
	width: 100%;
	background: #ebebeb;
}
.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;
}
.center{
	padding-top: 80px;
	position: relative;
}
.footer{
	background: #03036f;
	color: #fff;
	font-size: 16px;
	text-align: center;
	line-height: 2em;
	padding: 1%;
	text-align: center;
}
.menu{
	background-color: #040084;
}
.menu_navs{
	display: flex;
	justify-content: space-between;
	height: 60px;
}
.menu_navs a{
	display: block;
	line-height: 60px;
	font-size: 18px;
	width: 140px;
	transition: all .3s;
	text-align: center;
}
.menu_navs li.on a,.menu_navs li a:hover{background-color: #0581e7;}
@media only screen and (max-width:1200px ) {
	.center{
		padding-top: 60px;
	}
	
	.header{
		top: 0;
		height: 60px;
		line-height: 60px;
	}
	.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;
	}
	.menu_navs{
		flex-wrap: wrap;
		height: auto;
	}
	.menu_navs a{
		line-height: 40px;
		width: 80px;
		font-size: 16px;
	}
}

@media only screen and (max-width:768px ) {
	.footer{
		font-size: 12px;
		padding: 10px;
		line-height: 1.4em;
	}
	.center{
		background-size: 200% auto;
		-webkit-background-size: 200% auto;
	}
}
.banner{
	position: relative;
}
.banner .img{
	width:100%;
	position: relative;
}
.bottomWord{
	position: absolute;
	bottom: 30px;
	width: 100%;
	left: 0;
}
body{
	background-color: #01044a;
}
.content{
	background-color: #01044a;
	background-image: url(../images/a2.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: 100% auto;
	overflow: hidden;
}
.content2{
	background-color: #01044a;
	background-image: url(../images/a5.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: 100% auto;
	overflow: hidden;
}
.banner .word{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.banner .word dt{
	font-size: 18px;
	background: url(../images/b1.png) no-repeat left center;
	background-size: auto 100%;
	padding: 5px 10px;
	margin-bottom: 8px;
	color: #00EAFF;
}
.banner .word  dd{
	margin-bottom: 6px;
	font-size: 14px;
}
.pubtit{
	margin: 6% auto;
	display: block;
}
.indent2{
	text-indent: 2em;
}
.indexOne{
	padding: 15px 3%;
	background-color: #092d70;
	background-image: url(../images/b2.png);
	background-position: right bottom;
	background-repeat: no-repeat;
	line-height: 2.4em;
}
.imgtit{
	display: block;
	margin: 3% auto;
}
.imgList ul{
	display: flex;
	justify-content: center;
}

.imgList ul li{
	width: 30.3125%;
	margin: 0 1.51%;
}
.imgList ul li .img,.indexThree .img{
	border: 1px solid #57abe2;
	overflow: hidden;
	position: relative;
	width: 100%;
	padding-top: 118.556%;
}
.imgList ul li .img img,.indexThree .img img{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	/* object-fit: cover; */
	
}
.imgList ul li .img p,.indexThree .img p{
	position: absolute;
	width: 100%;
	height: 60px;
	line-height: 60px;
	bottom: 0;
	left: 0;
	text-align: center;
	background-color: rgba(1,4,74,.7);
}
.imgList ul li .word,.indexThree .word{
	text-align: center;
	margin-top: 10px;
	line-height: 2em
}
.indexThree .word{
	font-size: 13px;
}
.swiper-button-next{
	width: 32px;
	height: 32px;
	background: url(../images/right.png);
	background-size: 100% 100%;
	margin-top: -3em;
	right: 0;
}
.swiper-button-prev{
	width: 32px;
	height: 32px;
	background: url(../images/left.png);
	background-size: 100% 100%;
	margin-top: -3em;
	left: 0;
}
table{
	width: 100%;
}
table td{
	border: 1px solid #fff;
	height: 65px;
	vertical-align: middle;
	text-align: center;
	padding: 0 10px;
	line-height: 1.8em;
}
table th{
	height: 85px;
	background-color: #1a297f;
	font-weight: normal;
	border: 1px solid #fff;
}
.alignLeft{text-align: left !important;}

.toptit{
	display: flex;
	align-items: center;
	margin-bottom: 20px;
	font-weight: normal;
}
.toptit>img{
	margin-right: 10px;
}
.indexFive .tips{
	margin-top: 15px;
}
.index_six .indexBox{
	position: relative;
	width: 870px;
	height: 449px;
	margin: 0 auto;
	background: url(../images/b3.png) no-repeat center;
}
.index_six h3{
	position: absolute;
	width: 100%;
	text-align: center;
	left: 0;
	top: 14px;
	text-align: center;
	font-size: 42px;
	line-height: 85px;
}
.index_six .bottom{
	position: absolute;
	width: 836px;
	height: 284px;
	left: 50%;
	margin-left: -418px;
	bottom: 20px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.index_six .bottom .img{
	width: 340px;
	padding-left: 90px;
	border-right: 4px solid #fff;
}
.index_six .bottom .word{
	flex: 1;
	padding: 0 30px;
	line-height: 2em;
}
.indexSeven{
	display: flex;
	justify-content: space-between;
}
.indexSeven dl{
	width: 29%;
	background: #061e6a;
	height: 270px;
	position: relative;
	text-align: center;
}
.indexSeven dl dt{
	position: relative;
	padding-top: 62px;
	position: relative;
}
.indexSeven dl dt img{
	position: absolute;
	top: -62px;
	left: 50%;
	margin-left: -62px;
}
.indexSeven dl dt h4{
	font-size: 30px;
	line-height: 2em;
	margin-top: 5px;
	position: relative;
	margin-bottom: 20px;
}
.indexSeven dl dt h4::before{
	content: '';
	position: absolute;
	bottom: 0;
	width: 4em;
	height: 3px;
	background: #fff;
	left: 50%;
	margin-left: -2em;
}
.indexSeven dl dd{
	line-height: 2em;
}
.wapBox{
	display: none;
}
@media only screen and (max-width:1500px ) {
	.banner .word dt{
		font-size: 16px;
		margin-bottom: 10px;
	}
	.banner .word dd{
		font-size: 14px;
	}
	.bottomWord{
		bottom: 10px;
	}
	.banner{
		height: 530px;
	}
	.banner .img{
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
}
@media only screen and (max-width:1280px ) {
	.pubtit{
		height: 60px;
	}
	.imgtit{
		height: 90px;
	}
}
@media only screen and (max-width:1200px ) {
	.banner{
		height: auto;
	}
	.bottomWord{
		position: initial;
		margin-top: 20px;
	}
	.banner .img{
		position: initial;
		width: 100%;
		height: auto;
	}
	.pcbox{display: none;}
	.wapBox{
		display: block;
		width: 100%;
		height: auto;
	}
}
@media only screen and (max-width:960px ) {
	.banner .word{
		padding-top: 10px;
	}
	.banner .word dl{
		width: 48%;
		margin-bottom: 10px;
	}
	.pubtit{
		height: 40px;
	}
	.imgtit{
		height: 70px;
	}
	.imgList ul{
		flex-wrap: wrap;
	}
	.imgList ul li,.indexThree .li{
		width: 80%;
		margin: 0 auto 3%;
	}
	table td{
		padding: 5px;
		height: auto;
		font-size: 12px;
	}
	table th{
		height: 60px;
		font-size: 14px;
	}
	.index_six .indexBox{
		background: none;
		width: 100%;
		height: auto;
	}
	.index_six h3{
		position: initial;
		font-size: 18px;
	}
	.index_six .bottom{
		position: initial;
		flex-wrap: wrap;
		display: block;
		margin: 0;
		width: auto;
		height: auto;
	}
	.toptit>img{
		height: 20px;
	}
	.index_six .bottom .img{
		width: 100%;
		border: 0;
		padding: 0;
		margin-bottom: 10px;
	}
	.index_six .bottom .img img{
		width: 100px;
		display: block;
		margin: 0 auto;
	}
	.index_six .bottom  .word{
		font-size: 14px;
	}
	.indexSeven{
		display: block;
	}
	.indexSeven dl{
		width: 100%;
		margin-top: 40px;
		/* height: 160px; */
	}
	.indexSeven dl dt img{
		width: 60px;
		top: -30px;
		margin-left: -30px;
	}
	.indexSeven dl dt{
		padding-top: 30px;
	}
	.indexSeven dl dt h4{
		font-size: 18px;
		font-weight: normal;
	}
	
	.menu_navs li.on a, .menu_navs li a:hover{
		background: none;
	}
	.menu_navs li:nth-child(1) a{
		width: 1.5em;
	}
	.menu_navs a{
		width: 40px;
		font-size: 14px;
		line-height: 24px;
		padding: 5px 0;
	}
}

.pxword .text{
	padding: 5% 3%;
	background: url(../images/b7.png) no-repeat center;
	background-size: 100% 100%;
	line-height: 2.4em;
}
.pxOne dl{
	background: #011160;
	margin-bottom: 110px;
}
.pxOne dt{
	position: relative;
	padding-left: 75px;
	height: 48px;
	font-size: 30px;
	background: #1038ad;
	line-height: 48px;
}
.pxOne dt .icon{
	position: absolute;
	left: -30px;
	top: -50px;
}
.pxOne dd{
	padding: 20px;
	min-height: 11em;
	line-height: 2em;
}
.pxOne h3{
	font-weight: normal;
}

.pxTwo ul{
	display: flex;
	align-items: center;
	justify-content: space-between;
	position: relative;
}
.pxTwo ul::before{
	content: '';
	width: 100%;
	height: 1px;
	position: absolute;
	top: 50%;
	left: 0;
	background: #3db0e0;
}
.pxTwo ul em{
	display: block;
	text-align: center;
	font-size: 1.75em;
	width: 2em;
	height: 2em;
	line-height: 2em;
	border-radius: 50%;
	font-style: normal;
	background: #33c4f9;
}
.pxTwo li{
	width: 18%;
	color: #fff;
	position: relative;
	height: 220px;
	display: flex;
	align-items: center;
	justify-content: center;
	line-height: 1.5em;
}
.pxTwo li h3,.pxTwo li p{
	position: absolute;
}
.pxTwo li h3{
	font-size: 1.5em;
	height: 46px;
	width: 213px;
	text-align: center;
	line-height: 46px;
	background: url(../images/b8.png) no-repeat center;
	background-size: 100% 100%;
	font-weight: normal;
}
.pxTwo li:nth-child(odd) h3,.pxTwo li:nth-child(even) p{
	top: 0;
}
.pxTwo li:nth-child(even) h3,.pxTwo li:nth-child(odd) p{
	bottom: 0;
}
.pxThree .text{
	padding: 5%;
	background: url(../images/b9.png) no-repeat center;
	background-size: 100% 100%;
	line-height: 2.8em;
}
.pxThree .text h3{
	font-size: 20px;
	color: #00eaff;
	font-weight: normal;
}
.pxFour{
	padding-bottom: 10% !important;
}
.pxFour .text{
	line-height: 2.8em;
	background: none;
}
.pxFour .text dt{
	color: #00EAFF;
	font-size: 20px;
}

@media only screen and (max-width:1700px ) {
	.pxTwo li h3{
		height: 40px;
		line-height: 40px;
		width: 200px;
	}
}
@media only screen and (max-width:1280px ) {
	.pxOne dt .icon{
		width: 40px;
		left: 10px;
		top: 5px;
	}
	.pxOne dt{
		font-size: 18px;
		padding-left: 60px;
		line-height: 1.5em;
		height: auto;
		padding-top: 5px;
		padding-bottom: 5px;
	}
	.pxOne dl{
		margin-bottom:20px;
	}
}
@media only screen and (max-width:960px ) {
	.pxTwo ul{
		display: block;
	}
	.pxTwo li{
		height: auto;
		width: 100%;
		display: block;
		margin-bottom: 10px;
	}
	.pxTwo ul::before{
		display: none;
	}
	.pxTwo li h3, .pxTwo li p{
		position: initial;
		text-align: center;
	}
	.pxTwo ul em{
		margin: 0 auto 5px;
		width: 40px;
		height: 40px;
		line-height: 40px;
	}
	.pxTwo ul h3{
		margin: 0 auto 15px;
		font-size: 16px;
	}
	.pxThree .text h3,.pxFour .text dt{
		font-size: 16px;
	}
}