/*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;}
	.font20{font-weight:normal;font-size: 20px; color: #fff;}
	.font18{font-weight:normal;font-size: 18px;}
	.font16{font-weight:normal;font-size: 16px;}
	/*编辑器*/
	.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%;}
	*{/*color: #fff;*/}
	@media screen and (max-width: 1500px){
		.font24{font-size: 20px;}
		.font20{font-size: 18px;}
		.text{font-size: 16px;}
	}
	@media screen and (max-width: 1200px){
		.font24{font-size: 18px;}
		.font20{font-size: 16px;}
		.font18{font-size: 16px;}
		.font16{font-size: 14px;}
		.text{font-size: 14px;}
	}
	@media screen and (max-width: 960px){
		.font24{font-size: 16px;}
		.font20{font-size: 14px;}
		.font18{font-size: 14px;}
	}
	.bgfff{background-color: #fff !important;}
	html{overflow-x: hidden;}
	.fl{float: left;}
	.fr{float: right;}
	.ptb5{
		padding-top: 5%;
		padding-bottom: 5%;
	}
/*********************************/

body{
	width: 100%;
	background: #0025a4;
}
.wrapper{
	max-width: 1318px;
	margin: 0 auto;
	padding: 0 30px;
}
.fixDate{
	padding-top: 70px;
	background: #0e33a4;
	width: 120px;
	position: fixed;
	left: 50px;
	bottom: 10%;
	z-index: 21;
	cursor: pointer;
}
.fixDate h2{
	position: absolute;
	top: -90px;
	width: 100%;
	height: 154px;
	background: url(../img/timeBg.png) no-repeat right top;
	text-align: center;
	color: #fff;
	line-height: 140px;
}
.fixDate li a{
	display: block;
	font-size: 20px;
	color: #fff;
	line-height: 40px;
	text-align: center;
	border-top:1px solid #7d91ce;
}
.fixDate li:before a{
	border-top: 0;
}
@media only screen and (max-width:1920px ) {
	.fixDate li a{
		line-height: 30px;
		font-size: 16px;
	}
	.fixDate{
		width: 90px;
		left: 20px;
		padding-top: 20px;
	}
	.fixDate h2{
		font-size: 18px;
		height: 80px;
		top: -60px;
		line-height: 80px;
		background-size: 100%;
	}
}

@media only screen and (max-width:1300px ) {
	.fixDate{
		width: 70px;
		bottom: auto;
		left: 10px;
		padding-top: 0;
		top: 50%;
		transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
	}
	.fixDate h2{
		font-size: 14px;
	}
	.fixDate ul{
		display: none;
	}
	.fixDate.on{
		padding-top: 20px;
	}
	.fixDate.on ul{
		display: block;
	}
}
.banner img{
	display: block;
	width: 100%;
}
.pubNav{background: #006af3;}
.pubNav{
	text-align: center;
}
.pubNav li{
	display: inline-block;
	height: 70px;
	line-height: 70px;
}
.pubNav li a{
	display: block;
	color: #fff;
	font-size: 18px;
	text-align: center;
	padding: 0 30px;
}
.pubNav li.on,.pubNav li:hover{
	background: url(../img/a1.jpg) no-repeat;
	-webkit-background-size:100% 100%;
	background-size:100% 100%;
}
.pubNav li.on a,.pubNav li:hover a{color: #00ffff;}
.pubNav .menu {
    position: absolute;
    right: 0;
    margin: 0;
    height: 50px;
    width: 50px;
    z-index: 123456;
    cursor: pointer;
    display: none;
}
.pubNav .menu:before,.pubNav .menu:after{
	content: "";
	width: 30px;
	height: 2px;
	background: #fff;
	position: absolute;
	right: 50%;
	top: 20px; 
	margin: 0 -15px 0 0;
	-webkit-transition: all .5s ease-in-out 0s;
	transition: all .5s ease-in-out 0s;
}
.pubNav .menu:after{
	top: auto;
	bottom: 20px;
}
.pubNav .menu.on:before{
	top: 48%;
	-webkit-transform: rotateZ(45deg);
	transform: rotateZ(45deg);
}
.pubNav .menu.on:after{
	bottom: 50%;
	-webkit-transform: rotateZ(-45deg);
	transform: rotateZ(-45deg);
}
@media only screen and (max-width:1700px ) {
	.pubNav li{font-size: 16px;}
}
@media only screen and (max-width:1440px ) {
	.pubNav li a{
		padding: 0 20px;
	}
}
@media only screen and (max-width:1330px ) {
	.pubNav li{
		height: 90px;
		line-height: 90px;
	}
	.pubNav li a{
		padding: 0 20px;
	}
}
@media only screen and (max-width:1200px ) {
	.pubNav{
		position: fixed;
	    top: 0;
	    right: 0;
	    padding: 0;
	    z-index: 99;
	}
	.pubNav .menu{
		display: block;
	}
	.pubNav ul{
		background: rgba(0,0,0,.5);
		width: 200px;
		padding-top: 30px;
		padding-bottom: 20px;
		display: none;
	}
	.pubNav li{
		display: block;
		height: 40px;
		line-height: 40px;
		float: none;
		width: 100%;
	}
	.pubNav li a{
		height: 40px;
		line-height: 40px;
		font-size: 14px;
	}
	.pubNav .menu.on{
		display: block;
	}
	.wrapper{
		padding: 0 3%;
	}
}
.footer{
	background: #006af3;
	font-size: 14px !important;
}
.footer dl{
	float: left;
	width: 33.33%;
	text-align: center;
	color: #fff;
	padding: 20px 10px;
}
.footer  .top{
	border-bottom: 1px dashed #fff;
}
.footer .bottom{
	padding: 20px 15px;
	margin: 0 auto;
	color: #fff;
	text-align: center;
}
@media only screen and (max-width:768px ) {
	.footer{
		font-size: 12px !important;
	}
	.footer dl{
		width: 100%;
		padding: 10px;
	}
	.wrapper{
		padding: 0 15px;
		width: 100%;
	}
}


/* 内容区 */
.container{
	position: relative;
	width: 100%;
	background: url(../img/a3.jpg) no-repeat center top;
	background-size: 100% auto;
}

.index_six{
	padding-bottom: 6%;
}
.index_six .containerOut{
	width: 100%;
	padding: 70px 50px 50px;
	background-image: url(../img/b10.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	position: relative;
}
.index_six ul{
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}
.index_six ul li{
	position: relative;
	width: 12.5%;
	margin-bottom: 20px;
	height: 50px;
	padding: 0 20px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.index_six ul li img{
	max-width: 100%;
	display: block;
	margin: 0 auto;
}
.index_six .swiper-pagination{
	bottom: 30px;
	width: 100%;
	left: 0;
	text-align: center;
}
.swiper-pagination span{
	margin: 0 5px;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background: #fff;
	opacity: 1;
}
.swiper-pagination span.swiper-pagination-bullet-active{
	background: #3db1e0;
}
@media only screen and (max-width:768px) {
	.index_six .containerOut{
		padding: 20px 15px 20px;
	}
	.index_six ul li{
		margin-bottom: 10px;
		padding: 0 5px;
		height: 30px;
		width: 16.66%;
	}
	.index_six .swiper-pagination{
		bottom: 10px;
	}
}
.container{
	overflow: hidden;
}
.pubtit{
	display: block;
	margin: 5% auto;
	max-width: 100%;
}
.indent2{
	text-indent: 2em;
}
.index_two .inner{
	background: url(../img/b1.png);
	background-size: 100% 100%;
	padding: 5% 12%;
}
.index_two dl{
	display: flex;
	margin-bottom: 10px;
	line-height: 1.8em;
}
.index_two dl dt{
	color: #f8fb00;
}
.index_two dl dd{
	flex: 1;
}
.index_three ul{
	display: flex;
	justify-content: center;
	height: 445px;
	position: relative;
}
.index_three ul::before{
	content: '';
	width: 100%;
	height: 1px;
	position: absolute;
	left: 0;
	top: 50%;
	border-top: 1px dashed #18e4fb;
}
.index_three li{
	flex: 1;
	display: flex;
	position: relative;
	align-items: flex-start;
}
.index_three li.li2{
	align-items: flex-end;
}
.index_three li>i{
	position: absolute;
	width: 64px;
	height: 64px;
	line-height: 64px;
	text-align: center;
	color: #fff;
	font-size: 20px;
	background-image: url(../img/b4.png);
	background-size: 100% 100%;
	top: calc(50% - 32px);
	left: calc(50% - 32px);
	font-style: normal;
	background-color: #003db0;
	border-radius: 50%;
}
.index_three li .box{
	width: 150px;
	height: 150px;
	display: flex;
	align-items: center;
	flex-flow: column;
	justify-content: center;
	background-image: url(../img/b2.png);
	background-size: 100% 100%;
	color: #fff;
	line-height: 1.5em;
	text-align: center;
	margin: 0 auto;
	position: relative;
}
.index_three li .box i{
	transform: rotate(90deg);
	display: block;
	line-height: 1em;
}
.index_three li .box p:first-child{
	color: #f8fb00;
}
.mb10{margin-bottom: 10px;}
.index_three li .box::before{
	content: '';
	position: absolute;
	width: 26px;
	height: 19px;
	background: url(../img/b3.png) no-repeat center;
	background-size: 100% 100%;
	top: calc(100% + 10px);
}
.index_three li:nth-child(even) .box::before{
	top: auto;
	bottom: calc(100% + 10px);
}
.index_four>ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.index_four>ul li{
	width: 33.33%;
	height: 413px;
	background: url(../img/b5.png) no-repeat center;
	background-size: 100% 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-flow: column;
	text-align: center;
	color: #fff;
}
.index_four>ul li p{
	line-height: 2em;
}
.index_four>ul li a{
	padding: 0 20px;
	color: #004294;
	background: #f8fb00;
	border-radius: 20px;
	margin-top: 15px;
}
.activetyBox ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.activetyBox li{
	width: 32%;
	height: 400px;
	background: url(../img/b8.png);
	background-size: 100% 100%;
	padding: 0 10px;
}
.activetyBox div{
	line-height: 1.8em;
	padding: 0 10px;
}
.color1{color: #f8fb00;}
.activetyBox li h2{
	height: 55px;
	text-align: center;
	line-height: 55px;
	margin-bottom: 20px;
	background: url(../img/b7.png);
	background-size: 100% 100%;
}
.index_five .bigimg{
	margin: 0 auto;
	width: 720px;
	height: 516px;
	background: url(../img/b9.png) no-repeat center;
	background-size: 100%;
	padding: 35px;
}
.index_five .bigimg img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.swiper1>.swiper-wrapper {
	-webkit-transition-timing-function: linear;    /*之前是ease-out*/
  	-moz-transition-timing-function: linear;
  	-ms-transition-timing-function: linear;
  	-o-transition-timing-function: linear;
  	transition-timing-function: linear;
}
.index_five .swiperOut{
	padding: 0 15px;
	overflow: hidden;
	background: #006af3;
}
.index_five .swiperOut .line{
	margin: 15px 0;
	width: 100%;
}
.index_five .swiperOut .smallImg{
	width: 100%;
	position: relative;
	padding-top: 66.92%;
	overflow: hidden;
}
.index_five .swiperOut .smallImg img{
	position: absolute;
	width: 100%;
	height: 100%;
	object-fit: cover;
	top: 0;
	left: 0;
}

.erweima{
	position: fixed;bottom: 50px;right: 0;z-index: 2;width: 150px;padding:5px;background: #fff;box-shadow: 0 0 10px rgba(0,0,0,0.5);
}
.erweima img{
	width: 130px;height: 130px;display: block; margin: 0 auto;
}
.erweima p{
	font-size: 12px;text-align: center;color: #066dcc;background: #fff;line-height: 1.5em;
}
@media only screen and (max-width:1200px) {
	.erweima img{
		width: 80px;
		height: 80px;
	}
	.index_three ul{
		flex-wrap: wrap;
		height: auto;
	}
	.index_three li{
		height: auto;
		width: 50%;
		flex: initial;
		align-items: center !important;
		flex-flow: column;
		margin-bottom: 10px;
	}
	.index_three li>i{
		position: initial;
	}
	.index_three ul::before{
		display: none;
	}
	.index_three li>i{
		width: 40px;
		height: 40px;
		line-height: 40px;
		margin-bottom: 20px;
	}
	.index_three li .box::before{
		width: 16px;
		height: 9px;
		bottom: calc(100% + 6px);
		top: auto;
	}
	.index_three li .box:nth-child(even)::before{
		bottom: calc(100% + 6px);
	}
	.index_three li .box{
		width: 120px;
		height: 120px;
	}
	.index_four>ul li{
		width: 80%;
		height: 280px;
		margin: 0 auto;
		margin-top: -15px;
	}
	.index_four>ul li img{
		height: 40px;
	}
	.index_four>ul li p{
		line-height: 1.5em;
	}
	.index_four>ul,.activetyBox ul{
		display: block;
	}
	.activetyBox ul li{
		width: 100%;
		height: auto;
		padding-bottom: 10px;
		margin-bottom: 15px;
	}
	.index_five .bigimg{
		height: auto;
		width: 100%;
		padding: 20px;
	}
	
	.index_five .swiperOut .line{
		margin: 10px 0;
	}
	.index_five .swiperOut{
		padding: 0 10px;
	}
	.pubtit{
		max-width: 130%;
		transform: translateX(-11%);
	}
}
.yellowTit{
	color: #f8fb00;
	font-size: 22px;
}
.stbale th,.stbale td{
	padding: 10px;
	border: 1px solid #fff;
}
.stbale th{
	font-size: 22px;
	color: #f8fb00;
}
.stbale{
	width: 100%;
	text-align: center;
}
.s_tit{
	padding:10px 15px;
	margin: 15px 0;
	background: url(../img/bjs.png) no-repeat left center;
	background-repeat: repeat-y;
	font-weight: normal;
	color: #f8fb00;
	font-size: 22px;
}	
.jzbox li{
	/* float: left; */
	width: 32.33%;
	margin: 0 .5% 2%;
	padding: 1% 2% 1%;
	text-align: justify;
	background-color: rgba(255,255,255,.2);
	border-radius: 8px;
	overflow: hidden;
}
.jzbox li p{
	text-align: justify;
	line-height: 2em;
	min-height: 12em;
}
.jzbox .tit{
	text-align: center;
	color: #f8fb00;
	margin-bottom: 30px;
	font-weight: normal;
}
.jzbox{
	display: flex;
	flex-wrap: wrap;
}
.pubTit2{
	text-align: center;
	/* width: 320px; */
	/* height: 72px; */
	/* line-height: 72px; */
	width: 334px;
 height: 105px;
 line-height: 115px;
	background: url(../img/b91.png); 
	background-size: 100% 100%;
	color: #fff;
	font-size: 32px;
	font-weight: normal;
}
.jincheng{padding-left:15px;font-size:16px; text-align: -webkit-center;}
.jincheng .tb_title{background:#bea661; height:40px; line-height:40px; text-align:center;font-size:18px;color:#ffffff;}
.jincheng table{ background:#e3e3e3;}
.jincheng table td{background:#ffffff; padding:0 20px; height:40px;color:#000000;}
.jincheng .tb_gray td{background:#f5f5f5;}
