/*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 : 2% !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;}
	/*字号*/
	.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: 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%;}
	@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: #01147a;
}
.wrapper{
	max-width: 1230px;
	margin: 0 auto;
	padding: 0 15px;
}
.header{
	background: #fff;
	height: 140px;
	line-height: 140px;
	position: relative;
}
.header .logo{
	float: left;
	height: 54px;
	margin-top: 48px;
}
.header .logo img{
	display: block;
	height: 100%;
}
.nav{
	float: right;
}
.nav li{
	float: left;
	margin-left: 24px;
}
.nav li a{
	font-size: 14px;
	color: #0f0408;
	display: block;
}
.nav li a:hover{
	color: #2860c6;
}
@media only screen and (max-width:1440px ) {
	.header{
		background: #fff;
		height: 60px;
		line-height: 60px;
	}
	.header .logo{
		height: 40px;
		margin-top: 10px;
	}
}
@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.7);
		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;
	}
	
}


.indexone{
	background: url(../img/b1.jpg) no-repeat center top;
}
.indexone .inbox{
	font-size: 20px;
	padding-top: 9.5em;
	padding-bottom: 1.5em;
}
.indexone .inbox img.tit{
	height: 10.1em;
	display: block;
	margin: 0 auto 4em;
}
.indexone .inbox .downBtn img{
	height: 3.6em;
	display: block;
	margin: 0 auto 2.5em;
}
.indexone ul{color: #fff;}
.indexone li{
	width: 100%;
	display: table;
	margin-bottom: 5px;
}
.indexone li a{
	color: #fff;
}
.indexone li img{
	height: 42px;
	margin-right: 10px;
}
.indexone li span{
	float: left;
	width: 5em;
}
.indexone li .right{
	display: table-cell;
	vertical-align: middle;
	width: 100%;
}
.indexone li .right dl{
	float: left;
	margin-right: 15px;
}
@media only screen and (max-width:1440px ) {
	.indexone .inbox{
		font-size: 16px;
		padding-top: 8em;
	}
}
@media only screen and (max-width:1200px ) {
	.indexone .inbox{
		font-size: 12px;
	}
	.indexone li img{
		height: 30px;
	}
}
@media only screen and (max-width:768px ) {
	.indexone{
		background-size:100% 100%;
		-webkit-background-size:100% 100%;
	}
	.indexone .inbox{
		font-size: 10px;
		padding-top: 4em;
	}
	.indexone .inbox img.tit{
		height: auto;
		width: 100%;
		margin-bottom: 2em;
	}
}

.indexContent{
	width: 100%;
	background: url(../img/b4.jpg) no-repeat center top;
}
.tita{
	text-align: center;
	font-size: 30px;
	color: #fff;
	line-height: 68px;
	padding-top: 14px;
	background: url(../img/a3.png) no-repeat center;
	margin: 35px 0;
}

@media only screen and (max-width:1200px ) {
    .tita{
		font-size: 24px;
		line-height: 48px;
		background-size:auto 100%;
		-webkit-background-size:auto 100%;
	}
}
@media only screen and (max-width:768px ) {
	.tita{
		font-size: 20px;
		line-height: 36px;
		background-size:auto 100%;
		-webkit-background-size:auto 100%;
	}
}
.pubtit{
	position: relative;
	width: 100%;
	display: table;
	vertical-align: middle;
	margin-top: 20px;
	margin-bottom: 20px;
}
.pubtit span{
	width: 264px;
	height: 67px;
	text-align: center;
	background: url(../img/a5.png) no-repeat center;
	line-height: 67px;
	float: left;
	margin-right: 10px;
	color: #fff;
	font-size: 30px;
	position: relative;
}
.pubtit span:before{
	width: 40px;
	height: 11px;
	background: url(../img/a6.png) no-repeat center;
	content: '';
	position: absolute;
	left: 30px;
	top: -16px;
}
.pubtit i{
	display: table-cell;
	width: 100%;
	position: relative;
}
.pubtit i:before{
	position: absolute;
	width: 100%;
	height: 2px;
	display: block;
	content: '';
	background: #0492e3;
	top: 50%;
	margin-top: -1px;
}
.box2 .left{
	float: left;
	width: 50.5%;
}
.box2 .right{
	float: right;
	width: 45.8%;
}
ul.list li{
	margin-bottom: 5px;
	padding-left: 15px;
	background: url(../img/a4.png) no-repeat left 8px;
	transition: all .5s;
	-webkit-transition: all .5s;
	font-size: 16px;
	color: #ffffff;
	line-height: 2em;
}
ul.list li a{
	color: #ffffff;
	display: block;
}
ul.list li:hover{
	padding-left: 20px;
}
ul.list li:hover a{
	color: #fcff00;
}
.box2 .b li:hover{
	padding-left: 15px;
} 
.box2 .b{
	padding-top: 20px;
}
.box2 .b li dt{color: #FCFF00;}
@media only screen and (max-width:1230px ) {
	.box2 li{
		font-size: 14px;
		background: url(../img/a4.png) no-repeat left 4px;
	}
	.pubtit span{
		font-size: 22px;
		width: 180px;
		height: 46px;
		line-height: 46px;
		background-size:100% 100%;
		-webkit-background-size:100% 100%;
	}
}
@media only screen and (max-width:768px ) {
	.box2>div{
		width: 100% !important;
		margin-bottom: 3%;
	}
	.pubtit span{
		font-size: 20px;
	}
}
.box3{
	max-width: 1200px;
	margin: 0 auto;
	background: url(../img/a7.png) no-repeat 15px 3px,
	url(../img/a8.png) no-repeat right 32px,
	url(../img/a9.png) no-repeat left bottom;
}
.box3 .pubtit span{
	margin: 0 auto;
	display: block;
	float: none;
}
.box3 .slideBox{
	padding: 20px;
	position: relative;
}
.box3 .slideBox .slides li a{
	display: block;
	padding: 0 10%;
}
.box3 .slideBox li a img{
	width: 100%;
	display: block;
}
.box3 .flex-direction-nav{
	display: none;
}
.flex-control-paging li a{
	background: #fff;
}
.flex-control-paging li a.flex-active{
	background: #FCFF00;
}

@media only screen and (max-width: 768px) {
	.box3{
		background:url(../img/a8.png) no-repeat right 20px,
		url(../img/a9.png) no-repeat left bottom;
	}
	.box3 .slideBox{
		padding: 10px;
	}
}

.box5{
	padding: 0 20px 60px;
	color: #fff;
	text-align: center;
}
.box5 dl{
	display: inline-block;
	width: 280px;
	text-align: left;
	margin: 0 5%;
}
.box5 dl dt{
	color: #fcff07;
}
.mt5{margin-top: 5%;}

.box6 .pubtit span{
	display: block;
	margin: 0 auto;
	float: none;
	position: relative;
	top: -34px;
	margin-bottom: -34px;
}
.box6{
	background: #fff;
	padding: 10px;
	padding-top: 0;
}
.ppList ul{
	font-size: 0;
}
.ppList li{
	display: inline-block;
	width: 13.28%;
	margin: 0 0.5% 1%;
}
.ppList li .img{
	position: relative;
	width: 100%;
	padding-top: 45.77%;
}
.ppList li img{
	display: block;
	margin: 0 auto;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
}

@media only screen and (max-width:960px ) {
	.ppList li{
		width: 18%;
		margin: 0 1% 2%;
	}
	.box6 .pubtit span{
		top: -25px;
		margin-bottom: -25px;
	}
}
@media only screen and (max-width:640px ) {
	.ppList li{
		width: 23%;
	}
	.box5{
		margin-bottom: 30px;
	}
}
.footer{
	padding: 5px 0;
	color: #fff;
	text-align: center;
	background: #026fd7;
}
