/*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;color: #333;line-height: 2em;}
	.font18{font-weight:normal;font-size: 18px;color: #666;line-height: 2em;}
	.font16{font-weight:normal;font-size: 16px;color: #999;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%;}
	.fl{float: left;}
	.fr{float: right;}
	@media screen and (max-width: 1200px){
		.font24{font-size: 20px;}
		.font18{font-size: 14px;}
		.font16{font-size: 12px;}
		.text{font-size: 14px;}
	}
	.bgfff{background-color: #fff !important;}
	html{overflow-x: hidden;}
	.yellow{color: #ecc52a;}
/*********************************/

body{
	width: 100%;
	background: #0033c5;
}
.wrapper{
	max-width: 1350px;
	margin: 0 auto;
	padding: 0 15px;
}
.header{
	background: #fff;
	height: 60px;
	line-height: 60px;
	position: relative;
}
.header .logo{
	float: left;
	height: 40px;
	margin-top: 10px;
}
.header .logo img{
	height: 100%;
}
.nav{
	float: right;
}
.nav li{
	float: left;
	margin-left: 20px;
}
.nav li a{
	font-size: 14px;
	color: #333333;
	display: block;
}
.nav li a:hover{
	color: #2860c6;
}
@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(255,255,255,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{
		font-size: 16px;
		height: 36px !important;
		line-height: 36px !important;
	}
	
}
.banner{
	position: relative;
}

.banner>img{
	display: block;
	width: 100%;
}
.banner .word{
	width: 1350px;
	padding: 0 15px;
	position: absolute;
	left: 50%;
	margin-left: -675px;
	top:7%;
}
.banner .word .tit{
	display: block;
	max-width: 100%;
	margin: 0 auto;
}
.banner .word h2{
	font-size: 60px;
	font-weight: normal;
	color: #ecc52a;
	line-height: 2em;
	text-align: center;
	margin-bottom: 1em;
	text-shadow: 0 0 5px #333;
}
.banner li{
	position: relative;
	border: 1px solid #03fdff;
	box-shadow: inset 0 0 5px #00ffff;
	color: #fff;
	padding: 15px 0;
	font-size: 20px;
}
.banner li h3{
	text-align: center;
	color: #fff;
	font-size: 1.5em;
	font-weight: normal;
}
.banner li a{
	display: block;
	margin: 0 auto;
	font-size: 1.2em;
	color: #0036c6;
	background: #ecc52a;
	width: 7em;
	height: 2em;
	line-height: 2em;
	border-radius: 8px;
	text-align: center;
	margin-top:1em ;
}
.banner li i{
	display: block;
	position: absolute;
	left: 0;
	height: 0;
	width: 100%;
}
.banner li i:before,.banner li i:after{
	content: '';
	width: 4px;
	height: 4px;
	position: absolute;
	display: block;
	border-radius: 50%;
	background: #00f4fc;
}
.banner li i.codet{top: -2px;}
.banner li i.codeb{bottom: -2px;}
.banner li i.codet:before{left: -2px;top: 0;}
.banner li i.codeb:before{left: -2px;bottom: 0;}
.banner li i.codet:after{right: -2px;top: 0;}
.banner li i.codeb:after{right: -2px;bottom: 0;}

@media only screen and (max-width: 1800px) {
	.banner .word h2{
		font-size: 50px;
	}
	.banner .word .tit{
		max-width: 80%;
	}
	.banner li{
		font-size: 18px;
	}
}
@media only screen and (max-width: 1600px) {
	.banner .word h2{
		font-size: 40px;
	}
}
@media only screen and (max-width: 1400px) {
	.banner .word h2{
		font-size: 30px;
	}
	.banner li{
		font-size: 14px;
		width: 48%;
	}
}
@media only screen and (max-width: 1350px) {
	.banner .word{
		width: 100%;
		left: 0;
		margin: 0;
	}
}
@media only screen and (max-width: 1200px) {
	.banner .word h2{
		font-size: 16px;
	}
	.banner li{
		font-size: 10px;
	}
}
@media only screen and (max-width: 768px) {
	.banner li{
		font-size: 8px;
		width: 100%;
		margin-bottom: 10px;
	}
	.banner>img{
		width: auto;
		height: 100%;
		position: absolute;
		left: 50%;
		transform: translateX(-50%);
		-webkit-transform: translateX(-50%);
	}
	.banner .word{
		position: relative;
		padding-bottom: 20px;
	}
}
.indexContent{
	background: url(../img/b2.jpg) no-repeat center top;
}
.index_one{
	width: 100%;
	background: url(../img/a2.png) no-repeat center;
	position: relative;
	top: -70px;
	margin-bottom: -70px;
	background-size:100% 100%;
	-webkit-background-size:100% 100%;
	padding: 20px 0;
}
.index_one .inner{
	width: 900px;
	margin: 0 auto;
}
.index_one .inner dl{
	display: inline-block;
	vertical-align: top;
	margin-top: 10px;
	color: #ecc52a;
	font-size: 26px;
}
.index_one .inner dt,.index_one .inner dd{
	display: inline-block;
	vertical-align: middle;
}
.index_one .inner dd{margin-right: 20px;}

@media only screen and (max-width:1500px ) {
	.index_one .inner img{
		height: 50px;
	}
	.index_one .inner dl{
		font-size: 20px;
	}
	.index_one .inner{
		width: 800px;
	}
}
@media only screen and (max-width:1200px ) {
	.index_one .inner img{
		height: 50px;
	}
	.index_one .inner dl{
		font-size: 18px;
	}
	.index_one .inner{
		width: 800px;
	}
}
@media only screen and (max-width:768px ) {
	.index_one{
		top: 0;
		margin: 0;
		margin-top: 20px;
	}
	.index_one .inner dl{
		font-size: 14px;
		width: 100%;
	}
	.index_one .inner{
		width: 100%;
		padding: 0 10px;
	}
	.index_one .inner img{
		height: 25px;
	}
}

.pubtitle{
	max-width: 880px;
	height: 233px;
	margin: 1% auto;
	position: relative;
	padding-top: 80px;
}
.pubtitle h2{
	text-align: center;
	color: #fff;
	font-size: 32px;
	width: 100%;
	font-weight: normal;
	line-height: 2em;
	padding: 0 10px;
	padding-left: 90px;
	box-shadow: inset 0 0 30px #00ffff;
}
.pubtitle i{
	display: block;
	width: 233px;
	height: 233px;
	background: url(../img/a3.png) no-repeat center;
	background-size:100% 100%;
	-webkit-background-size:100% 100%;
	position: absolute;
	top: 0;
	left: -116.5px;
}
.pubtitle2{
	text-align: center;
	padding: 3% 0;
	color: #fff;
	font-weight: normal;
	font-size: 34px;
	color: #ecc52a;
	text-shadow: 0 0 3px #333;
}
.pubtitle2 img{
	display: block;
	margin: 0 auto 5px;
}
@media only screen and (max-width:1500px) {
	.pubtitle h2,.pubtitle2{
		font-size: 22px;
	}
	.pubtitle2 img{
		height: 30px;
	}
	.pubtitle i{
		width: 140px;
		height: 140px;
		left: -70px;
	}
	.pubtitle{
		padding-top: 45px;
		height: 140px;
		width: 660px;
	}
}
@media only screen and (max-width:1300px) {
	.pubtitle h2{
		font-size: 18px;
		padding-left: 70px;
	}
	.pubtitle2{
		font-size: 18px;
	}
	.pubtitle{
		padding-top: 45px;
		height: 140px;
		width: 460px;
	}
}
@media only screen and (max-width:768px) {
	.pubtitle h2{
		font-size: 14px;
		padding: 0;
		box-shadow: inset 0 0 10px #00ffff;
	}
	.pubtitle2{
		font-size: 16px;
	}
	.pubtitle2 img{height: 16px;}
	.pubtitle{
		width: 100%;
		padding-top: 0;
		margin: 3% 0;
		height: auto;
	}
	.pubtitle i{
		display: none;
	}
}


.index_two{
	padding: 20px 10px;
	box-shadow: inset 0 0 30px #00ffff;
}
.index_two li{
	float: left;
	width: 20%;
	padding: 0 15px;
}
.index_two li img{
	display: block;
	width: 100%;
}
.index_two .text{
	padding: 1%;
}
@media only screen and (max-width:1200px ) {
	.index_two{
		padding: 10px 5px;
		box-shadow: inset 0 0 10px #00ffff;
	}
	.index_two li{
		padding: 0 1%;
	}
}
.index_three li a{
	display: block;
	color: #ffffff;
	padding: 15px 0;
	font-size: 16px;
	width: 100%;
	line-height: 2em;
	overflow: hidden;
	white-space:nowrap; 
	text-overflow:ellipsis;
	-o-text-overflow:ellipsis;
}
.index_three li a:hover{color: #ECC52A;}
.index_three li{
	border-bottom: 1px dashed #ECC52A;
	padding-right: 5px;
}
.index_three ul.fl{
	width: 52%;
}
.index_three ul.fr{
	width: 44%;
}
.footer{
	padding: 3% 0;
	background: #0076e7;
}
.footer li{
	color: #fff;
	width: 33.33%;
	float: left;
	font-size: 14px;
}
.footer li.li1{text-align: left;}
.footer li.li2{text-align: center;}
.footer li.li3{text-align: right;}
@media only screen and (max-width:1200px ) {
	.index_three li a{
		font-size: 14px;
		padding: 10px 0;
	}
}
@media only screen and (max-width:768px ) {
	.footer li{
		width: 100%;
		text-align: center !important; 
	}
	.index_three ul{
		width: 100% !important;
	}
	.index_three li a{
		height: auto;
		white-space: normal;
	}
}
.index_four li{
	float: left;
	width: 25%;
	height: 36px;
	background: url(../img/i5.png) no-repeat center;
	position: relative;
	z-index: 2;
}
.index_four ul{position: relative;}
.index_four ul:before{
	content: '';
	width: 100%;
	height: 2px;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -1px;
	background: #03fdff;
}
.index_four dl{
	display: inline-block;
	color: #fff;
	font-size: 16px;
	line-height: 2em;
	border: 1px solid #03fdff;
	padding: 20px 5px;
	position: relative;
}
.index_four dl:before{
	content: '';
	width: 0;
	height: 0;
	border-left: 30px solid transparent;
	border-right: 30px solid transparent;
	border-top: 30px solid #03fdff;
	position: absolute;
	bottom: -30px;
	left: 50%;
	margin-left: -30px;
}

.index_four dl:after{
	content: '';
	display: block;
	width: 0;
	height: 0;
	border-left: 28px solid transparent;
	border-right: 28px solid transparent;
	border-top: 28px solid #0032c4;
	position: absolute;
	bottom: -28px;
	left: 50%;
	margin-left: -28px;
}
.index_four .boxb dl:before{
	bottom: auto;
	top: -30px;
	border-left: 30px solid transparent;
	border-right: 30px solid transparent;
	border-top: 0;
	border-bottom: 30px solid #03fdff;
}

.index_four .boxb dl:after{
	bottom: auto;
	top: -28px;
	border-left: 28px solid transparent;
	border-right: 28px solid transparent;
	border-top: 0;
	border-bottom: 28px solid #0032c4;
}
.index_four dl dt{
	text-align: center;
	font-size: 20px;
	line-height: 2em;
	margin-bottom: 15px;
}
.index_four dl dt img{
	vertical-align: middle;
	margin-right: 5px;
}
.index_four>div{
	font-size: 0;
}
.index_four dl.s{
	width: 25%;
	text-align: center;
}
.index_four dl.b{
	width: 72.5%;
}
.index_four dl:first-child{
	margin-right: 2.5%;
}
.index_four .boxt dl{
	vertical-align: bottom;
	margin-bottom: 40px;
}

.index_four .boxb dl{
	vertical-align: top;
	margin-top: 40px;
}
.index_four dl.b:before,
.index_four dl.b:after{
	left: 48.5%;
}
.index_four .boxb dl.b:before,
.index_four .boxb dl.b:after{
	left: 51.5%;
	
}

@media only screen and (max-width:1400px ) {
	.index_four dl dt{
		font-size: 16px;
	}
	.index_four dl{
		font-size: 14px;
	}
	.index_four dl dt img{
		height: 30px;
	}
}
@media only screen and (max-width:768px ) {
	.index_four ul{
		display: none;
	}
	.index_four dl{
		width: 100% !important;
		margin-bottom: 10px !important;
		padding: 10px;
		margin-top:0 !important;
	}
	.index_four dl dt img{
		height: 20px;
	}
	.index_four dl:before, .index_four dl:after{
		display: none;
	}
	.index_four dl dt{
		margin-bottom: 10px;
	}
}
.index_five{
	padding: 40px 30px;
	box-shadow: inset 0 0 20px #00ffff;
}
.index_five .table{
	display: table;
	vertical-align: middle;
	table-layout: fixed;
}
.index_five .table img{
	float: left;
	margin-right: 20px;
	display: inline-block;
}
.index_five .table .text{
	display: table-cell;
	vertical-align: middle;
	width: 100%;
	line-height: 2.8em;
}
@media only screen and (max-width:1200px ) {
	.index_five .table img{
		width: 180px;
	}
	.index_five .table .text{
		line-height: 2em;
	}
}
@media only screen and (max-width:768px ) {
	.index_five .table{
		display: block;
	}
	.index_five .table img{
		width: 40%;
		display: block;
		margin: 0 auto;
		float: none;
	}
	.index_five .table .text{
		line-height: 2em;
	}
	.index_five{
		padding: 15px 5px;
	}
}
.index_six>div{
	width: 609px;
	height: 404px;
	color: #fff;
	font-size: 16px;
	line-height: 2.4em;
	padding: 40px 80px 0;
}
.index_six>div.fl{
	background: url(../img/a5.png) no-repeat center;
	background-size:100% 100%;
	-webkit-background-size:100% 100%;
}
.index_six>div.fr{
	background: url(../img/a6.png) no-repeat center;
	background-size:100% 100%;
	-webkit-background-size:100% 100%;
}
.index_six>div dt{
	color: #ecc52a;	
	font-size: 20px;
}
.index_six>div em{
	display: inline-block;
	vertical-align: middle;
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background: #fff;
	margin-right: 5px;
}
@media only screen and (max-width: 1300px) {
	.index_six>div{
		width: 540px;
	}
}
@media only screen and (max-width: 1200px) {
	.index_six>div{
		width: 100%;
		height: auto;
		margin-bottom: 20px;
		padding: 20px 10px 40px;
		font-size: 14px;
	}
	.index_six>div dt{
		font-size: 16px;
	}
}
@media only screen and (max-width:768px) {
	.index_six>div{
		background: none !important;
		padding: 15px 5px;
		box-shadow: 0 0 20px inset #00FFFF;
	}
}

.index_seven li{
	float: left;
	width: 32.33%;
	margin-left: 1.5%;
	position: relative;
	min-height: 95px;
	background: #006fe8;
	padding: 10px 0;
	padding-left: 120px;
	margin-bottom: 15px;
	color: #fff;
	display: table;
	table-layout: fixed;
}
.index_seven li:first-child{
	margin-left: 0;
}
.index_seven li.li4{
	margin-left: 0;
	width: 100%;
}
.index_seven li .left{
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	width: 120px;
	text-align: center;
}
.index_seven li .left h2{
	font-size: 20px;
	font-weight: normal;
	color: #fff;
}
.index_seven li .left img{
	display: block;
	margin: 0 auto 5px;
}
.index_seven li p{
	font-size: 16px;
	line-height: 2em;
	display: table-cell;
	vertical-align: middle;
	width: 100%;
	padding-left: 10px;
	border-left: 1px solid #fff;
}
@media only screen and (max-width:1500px ) {
	.index_seven li .left h2{
		font-size: 16px;
	}
	.index_seven li p{
		font-size: 14px;
	}
	.index_seven li .left img{
		height: 30px;
	}
}
@media only screen and (max-width:1200px ) {
	.index_seven li .left img{
		height: 20px;
	}
	.index_seven li{
		width: 100%;
		margin: 0 0 10px 0 !important;
		padding-left: 80px;
		padding-right: 10px;

	}
	.index_seven li .left{
		width: 80px;
	}
}
