/*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;color: #fff;}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;}
	/*字号*/
	.font30{font-weight:normal;font-size: 30px;}
	.font24{font-weight:normal;font-size: 24px;}
	.font20{font-weight:normal;font-size: 20px;}
	.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){
		.font30{font-weight:normal;font-size:24px;}
		.font24{font-size: 20px;}
		.font20{font-size: 18px;}
		.text{font-size: 16px;}
	}
	@media screen and (max-width: 1200px){
		.font30{font-weight:normal;font-size: 20px;}
		.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){
		.font30{font-weight:normal;font-size: 18px;}
		.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: url(../img/bg1.jpg) no-repeat center top;
 background-color: #0c1b75;
}
.wrapper{
	max-width: 1320px;
	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:1600px ) {
	.wrapper{
		max-width: 1360px;
	}
}
@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: #061149;}

.wrapper{
	max-width: 1330px;
	margin: 0 auto;
	padding: 0 30px;
}
.wrapper{
		padding: 0 15px;
	}
	.stbale{
	width: 100%;
	text-align: center;
}
.contentText{
	line-height: 2.6em;
}
	
.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;
}	
.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;
}

.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;
}

.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 a,.pubNav li:hover a{color: #f8db68;}
.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: #140765;
	font-size: 14px !important;
}
.footer dl{
	float: left;
	width: 33.33%;
	text-align: center;
	color: #fff;
	padding: 20px 10px;
}
.footer dl dt{font-weight: bold;margin-bottom: 5px;}
.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: #171374 url(../img/bg1.jpg) no-repeat center top;
	background-size: 100% auto;
}
.index_one{
	padding: 4%;
	background: url(../img/b17.png) no-repeat center;
	background-size: 100% 100%;
}
.index_one p{
	margin-bottom: 10px;
}
.index_six{
	padding-bottom: 6%;
	background-image: url(../img/bg2.jpg);
	background-repeat: no-repeat;
	background-size:100% auto;
	background-position: bottom center; 
}
.index_six .containerOut{
	width: 100%;
	position: relative;
	background: url(../img/b16.png) no-repeat center;
	background-size: 100% 100%;
}
.index_six ul{
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	padding: 3% 3% 3%;
}
.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 2%;
	max-width: 100%;
}
.indent2{
	text-indent: 2em;
}
.index_two .inner{
	background: url(../img/b18.png);
	background-size: 100% 100%;
	padding: 5% 5%;
	display: flex;
	justify-content: space-between;
	color: #fff;
}
.index_two dl{
	line-height: 2em;
	width:32%;
	text-align: center;
}
.index_two dl dd{
	flex: 1;
}
.index_three{
	position: relative;
}
.index_three ul{
	display: flex;
	justify-content: center;
	height: 494px;
	position: relative;
}
.index_three ul::before{
	content: '';
	position: absolute;
	height: 20px;
	width: 100%;
	border-radius: 20px;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	background: #0b4d97;
}
.index_three li{
	flex: 1;
	display: flex;
	position: relative;
	align-items: flex-start;
	width: 14.28%;
}
.index_three li.li2{
	align-items: flex-end;
}

.index_three li img{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.index_three li .box{
	width: 204px;
	height: 196px;
	display: flex;
	flex-flow: column;
	justify-content: center;
	align-items: center;
	background-image: url(../img/b4.png);
	background-size: 100% 100%;
	color: #fff;
	line-height: 1.5em;
	margin: 0 auto;
	position: relative;
	padding-bottom: 20px;
}
.index_three li .box:hover{
	background-image: url(../img/b5.png);
	background-size: 100% 100%;
}
.index_three li:nth-child(even) .box{
	background-image: url(../img/b4_1.png);
	background-size: 100% 100%;
	padding-top: 20px;
	padding-bottom: 0;
}
.index_three li:nth-child(even) .box:hover{
	background-image: url(../img/b5_1.png);
	background-size: 100% 100%;
}

.index_three li .box p:first-child{
	font-weight: bold;
}
.mb10{margin-bottom: 10px;}
.index_four>ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.index_four>ul li{
	width: 19.28%;
	height: 407px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-flow: column;
	text-align: center;
	color: #fff;
	border: 2px solid #018ae8;
	margin: 0.45% 0.45% 2%;
}
.index_four>ul li:nth-child(1),.index_four>ul li:nth-child(6){
	margin-left: 0;
}
.index_four>ul li:nth-child(5),.index_four>ul li:nth-child(10){
	margin-right: 0;
}
.index_four>ul li p{
	line-height: 1.5em;
	margin-top: 30px;
}
.index_four>ul li a{
	padding: 8px 20px;
	color: #fff;
	background: #1e73b7;
	border-radius: 20px;
	margin-top: 15px;
}
.activity>div{
	display: flex;
	justify-content: space-between;
}
.activity dl{
	width: 32.33%;
	height: 511px;
	background: url(../img/a2.jpg) no-repeat center;
	background-size: 100% 100%;
	padding: 6% 5%;
	line-height: 2em;
}
.activity dt{
	text-align: center;
	position: relative;
	color: #f8db68;
	padding-bottom: 20px;
	margin-bottom: 20px;
}
.activity dd.subtit{
	color: #f8db68;
	font-size: 1.2em;
	text-align: center;
}
.activity dt::before{
	content: '';
	position: absolute;
	width: 48px;
	height: 7px;
	background: #f8db68;
	left: 50%;
	margin-left: -24px;
	bottom: 0;
}
.index_five{
	padding: 80px 0;
	background: url(../img/bg3.jpg) no-repeat center bottom;
	background-size: 100% auto;
	background-color: #140765;
}

.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 .swiper-container {
	width: 100%;
}
.index_five .swiper-slide {
	width:auto;
	height: 425px;
	width: 635px;
	background-size: cover;
}
.index_five .swiper-slide a {
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	z-index:1
}
.index_five .swiper-pagination{
	position: initial;
	width: 100%;
	text-align: center;
	margin-top: 30px;
}
.swiper-pagination span{
	margin: 0 10px !important;
	width: 18px;
	height: 18px;
	border-radius: 50%;
	background: none;
	border: 2px solid #21b8f0;
	opacity: 1;
}
.swiper-pagination span.swiper-pagination-bullet-active{
	background: #21b8f0;
}
.index_six .swiper-pagination span{
	width: 16px;
	height: 16px;
}
.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;
	}
	.pubtit{
		max-width: 100%;
		margin: 5% auto;
		/* transform: translateX(-5%); */
	}
	.index_one{
		padding:8% 5% 5%;
	}
	.index_two .inner{
		display: block;
	}
	.index_two dl{
		width: 100% !important;
		margin-bottom: 5%;
	}
	.index_two dl dt img{
		width: 50%;
	}
	.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 li img,.index_three ul::before{
			display: none;
		}
		.index_three li .box{
			background-image: none !important;
			padding: 10px !important; 
			border-radius: 10px;
			box-shadow: inset 0px 0px 20px rgba(255,255,255,.3);
		}
		.index_three .bgimg{
			display: none;
		}
		.index_three li>i{
			width: 40px;
			height: 40px;
			line-height: 40px;
			margin-bottom: 20px;
		}
		.index_three li .box::before{
			display: none;
		}
		.index_three li .box{
			width: 120px;
			height: 120px;
		}
		.index_three li .box::after{
			display: none;
		}
		.index_four>ul{
			justify-content: space-between;
		}
		.index_four>ul li{
			height: auto;
			width: 100% !important;
			padding: 3%;
			margin-bottom: 3%;
			margin: 0 0 3% !important;
		}
		.index_four>ul li img{
			width: 30%;
		}
		.index_four>ul li p{
			margin-top: 10px;
		}
		.swiper-pagination span {
			margin: 0 5px !important;
		    width: 12px;
		    height: 12px;
		    border: 2px solid #21b8f0;
		}
		.activity>div{
			display: block;
		}
		.activity dl{
			width: 100%;
			height: auto;
			margin-bottom: 20px;
			background: #152d8d;
		}
		.index_five .swiper-slide{
			width: 100%;
			padding-top: 66.87%;
			height: auto;
		}
		.index_five .swiper-pagination{
			margin-top: 10px;
		}
		.index_five{
			padding: 3% 0;
		}
.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;}
}
.pubTit2{
	text-align: center;
	width: 320px;
	height: 72px;
	line-height: 72px;
	background: url(../img/b1111.png);
	background-size: 100% 100%;
	color: #fff;
	font-size: 26px;
	font-weight: normal;
}
.pubTit2 img{
	vertical-align: middle;
	margin-right: 10px;
}.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;}

@media only screen and (max-width:960px ) {
    .pubnav3 .titleIn {
        width: 100%;
        height: 60px;
        line-height: 39px;
        color: #fff;
        font-size: 30px;
        font-weight: normal;
        display: flex;
        align-items: center;
        padding-left: 63px;
        padding-top: 4px;
        background-size: auto 100%;
        background-position: left top;}
    }
}
