/*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; 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;}
	.colorfff{color: #fff !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: 14px;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;}
/*********************************/

body{
	width: 100%;
	background: #17055e;
}
.wrapper{
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 15px;
}
.fl{float: left;}
.fr{float: right;}
.topBanner{
	width: 100%;
}
.topBanner img{
	display: block;
	width: 100%;
}
.ContOut{
	width: 100%;
	background: url(../images/a2.jpg) repeat-y center top;
}
.pubNav{
	max-width: 1350px;
	margin: auto;
	padding: 0 15px;
	position: relative;
	top: -2px;
	background: url(../images/b1.png) no-repeat center top;
	background-size:100% auto;
	-webkit-background-size:100% auto;
	z-index: 20;
}
.pubNav ul{
	font-size: 0;
	text-align: center;
}
.pubNav li{
	display: inline-block;
	margin: 0 10px;
}
.pubNav li a{
	display: block;
	color: #fff;
	height: 78px;
	line-height: 78px;
	font-size: 18px;
	color: #fff;
	padding: 0 20px;
	position: relative;
}
.pubNav li a:before{
	content: '';
	width: 0;
	height: 2px;
	background: #fff;
	left: 0;
	bottom: 0;
	position: absolute;
	transition: all .3s;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
}
.pubNav li.on a:before,.pubNav li:hover a:before{
	width: 100%;
}
.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:1440px ) {
	.pubNav li a{
		font-size: 16px;
		padding: 0 15px;
		height: 60px;
		line-height: 60px;
	}
}
@media only screen and (max-width:1200px) {
	.pubNav{
		position: fixed;
		top: 0;
		right: 0;
		padding: 0;
	}
	.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;
	}
	.pubNav li a{
		display: inline-block;
		height: 40px;
		line-height: 40px;
	}
	.pubNav li a:before{
		display: none;
	}
	.pubNav .menu.on{
		display: block;
	}
	
}

.fixDate{
	padding-top: 70px;
	background: #0e33a4;
	width: 160px;
	position: fixed;
	left: 50px;
	bottom: 10%;
	z-index: 21;
}
.fixDate h2{
	position: absolute;
	top: -90px;
	width: 100%;
	height: 154px;
	background: url(../images/b2.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;
}
.shadowOut{
	box-shadow:inset 0 0 30px rgba(255,255,255,.6);
	position: relative;
	padding: 20px 6%;
	z-index: 2;
}
.shadowOut:before{
	width: 100%;
	height: 100%;
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	box-shadow:0 5px 5px rgba(0,0,0,.5);
	z-index: -1;
}
@media only screen and (max-width:1540px ) {
	.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:1200px ) {
	.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;
	}
}
.index_one dl{
	text-align: center;
}
.index_one dl img{
	height: 60px;
	display: block;
	margin: 10px auto;
}
.index_one dl dd{
	color: #e8ce73;
}
.color1{
	color: #e8ce73;
	text-align:center;
}
.index_one .wordBox>div{
	float: left;
	margin:  0 3%;
	position: relative;
}
.index_one .wordBox>div .text{
	color: #fff;
	padding: 20px 15px;
	padding-bottom: 100px;
	background: url(../images/b4.png) no-repeat center;
	background-size: 100% 100%;
	-webkit-background-size: 100% 100%;
	
}
.index_one .wordBox .boxl,.index_one .wordBox .boxr{
	width: 22%;
}
.index_one .wordBox .boxc{
	width: 38%;
}

@media only screen and (max-width: 1400px) {
	.index_one dl img{
		height: 40px;
	}
}
@media only screen and (max-width: 960px) {
	.index_one dl img{
		height: 30px;
	}
	.index_one .wordBox>div{
		width: 100% !important;
		margin: 0;
		margin-bottom: 20px;
		padding-bottom: 20px;
		border: 1px solid #E8CE73;
	}
	.index_one .wordBox>div .text{
		background: none;
		padding: 10px;
		height: auto !important;
		padding-bottom: 0;
	}
	.shadowOut{
		padding: 15px;
	}
}

.bgblue{
	background: #0f1364;
}
.pubtit img{
	display: block;
	height: 30px;
	margin: 20px auto 40px;
}
.index_two .lcbox{
	padding-bottom: 2%;
}
.index_two .lcbox img{
	max-width: 100%;
	display: block;
	margin: 0 auto;
}
@media only screen and (max-width:1440px ) {
	.pubtit img{
		height: 20px;
	}
}
@media only screen and (max-width:1200px ) {
	.pubtit img{
		height: 18px;
		margin: 10px auto 20px;
	}
}
.index_three .shadowOut{
	padding: 20px 10px;
}
.index_three li{
	float: left;
	width: 29.333%;
	margin: 0 2% 3%;
	font-size: 20px;
	color: #E8CE73;
	text-align: center;
	line-height: 1.6em;
	border: 1px solid #E8CE73;
	padding: 10px 10px 20px;
}
.index_three li img{
	display: block;
	height: 69px;
	margin: 0 auto;
}
.index_three li a{
	display: block;
	margin: 0 auto;
	width: 110px;
	height: 26px;
	line-height: 26px;
	text-align: center;
	border-radius: 26px;
	color: #0f1162;
	background: #fff;
	margin-top: 10px;
}
@media only screen and (max-width:1440px ) {
	.index_three li{
		font-size: 18px;
	}
}
@media only screen and (max-width:1200px ) {
	.index_three li{
		font-size: 16px;
	}
	.index_three li img{
		height: 40px;
	}
}
@media only screen and (max-width:768px ) {
	.index_three li{
		font-size: 14px;
		width: 100%;
		margin: 0 0 3%;
	}
}
.index_four>div{
	width: 48%;
	background: url(../images/b5.png) no-repeat center;
	background-size:100% 100%;
	-webkit-background-size:100% 100%;
	padding: 3% 5%;
	position: relative;
}
.index_four>div .text{
	color: #fff;
}
.index_four .tit{
	text-align: center;
	width: 237px;
	height: 36px;
	line-height: 36px;
	position: absolute;
	left: 50%;
	top: -18px;
	margin-left: -118px;
	background: url(../images/b6.png) no-repeat center;
	color: #fff;
}
@media only screen and (max-width:768px ) {
	.index_four{
		padding-top: 30px;
	}
	.index_four>div{
		width: 100%;
		margin: 0 auto 40px;
		padding-top: 30px;
	}
	.index_four>div:last-child{
		margin-bottom: 0;
	}
	.index_four>div .text{
		height: auto !important;
	}
}
.index_five>div{
	padding-bottom: 5%;
}
.index_five a{
	display: block;
	width: 100%;
	padding-top: 66.74%;
	position: relative;
	overflow: hidden;
}
.index_five a img{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
.index_six{
	margin-top: 80px;
}
.index_six{
	padding: 30px 5%;
	background: url(../images/b7.png) no-repeat center;
	background-size: 100% 100%;
	position: relative;
	padding-top: 40px;
}
.index_six .logolist li{
	float: left;
	width: 12.5%;
	padding: 0 2%;
	margin-bottom: 3%;
}
.index_six .logolist li img{
	display: block;
	max-width: 100%;
	margin: 0 auto;
}
.index_six .tit{
	height: 82px;
	position: absolute;
	width: 475px;
	left: 50%;
	top: -34px;
	margin-left: -238px;
}
.index_six .swiper-container{
	padding-bottom: 30px;
}
.index_six .pagination{
	position: absolute;
	bottom: 30px;
	text-align: center;
	width: 100%;
	left: 0;
	z-index: 10;
}
.index_six .pagination .swiper-pagination-switch{
	display: inline-block;
	width: 60px;
	height: 5px;
	background: #fff;
	border-radius: 5px;
	margin: 0 2px;
}
.index_six .pagination .swiper-active-switch{
	background: #1180d0;
}
@media only screen and (max-width:1440px ) {
	.index_six .tit{
		height: 60px;
		width: 348px;
		margin-left: -174px;
		top: -24px;
	}
	.index_six .pagination .swiper-pagination-switch{
		width: 30px;
	}
}
@media only screen and (max-width:1200px ) {
	.index_six .tit{
		height: 40px;
		width: 232px;
		margin-left: -116px;
		top: -14px;
	}
}
@media only screen and (max-width:768px ) {
	.index_six .logolist li{
		width: 25%;
		margin-bottom: 3%;
	}
	.index_six .logolist li img{
		height: 24px;
	}
	.index_six{
		padding-top: 30px;
		padding-bottom: 10px;
		margin-top: 30px;
	}
	.index_six .pagination{
		bottom: 20px;
	}
	
}

.footer{
	background: #091859;
	font-size: 14px !important;
}
.footer dl{
	float: left;
	width: 33.33%;
	text-align: center;
	color: #fff;
	padding: 20px 10px;
}
.footer .bottom{
	padding: 20px 15px;
	max-width: 960px;
	border-top: 1px solid #fff;
	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;
	}
}
.pubnav2{
	position: relative;
}
.pubnav2 span{
	font-size: 28px;
	color: #061b80;
	position: absolute;
	left: 74px;
	top: 36px;
}
@media only screen and (max-width:1440px ) {
	.pubnav2 span{
		font-size: 24px;
		top: 38px;
	}
}
@media only screen and (max-width:1200px ) {
	.pubnav2 span{
		font-size: 20px;
		top: 42px;
	}
}
@media only screen and (max-width:768px ) {
	.pubnav2 span{
		font-size: 18px;
		top: 28px;
		left: 60px;
	}
	.pubnav2 img{
		height: 80px;
	}
}
.stit{
	box-shadow:inset 0 0 30px rgba(255,255,255,.6);
	position: relative;
	padding: 10px 20px;
	margin-bottom: 2%;
}
.wrapper>.text{
	padding: 0 10px;
}
.text .jctable{
	width: 100%;
	max-width: initial;
	text-align: center;
}
.text .jctable *{
	max-width: inherit;
}
.text .jctable th{
	border: 1px solid #fff;
	color: #d6b663;
	font-weight: normal;
	line-height: 40px;
}
.text .jctable td{
	border: 1px solid #fff;
	padding: 10px;
}
.jzbox li{
	float: left;
	width: 33.33%;
	padding: 1% 2% 1%;
	text-align: justify;
}
.jzbox li p{
	text-align: justify;
}
.jzbox .tit{
	background: url(../images/tit5.png) no-repeat center;
	text-align: center;
	color: #E8CE73;
}
@media only screen and (max-width:1200px ) {
	.jzbox li{
		width: 50%;
	}
}
@media only screen and (max-width:768px ) {
	.jzbox li{
		width: 100%;
		padding: 1.5% 0;
		height: auto !important;
	}
}