/*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   : 4.5% !important;}
	.pb5{padding-bottom: 4.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;}
	/*字号*/
	.font32{font-weight:normal;font-size: 32px;color: #fff;line-height: 2em;}
	.font24{font-weight:normal;font-size: 24px;color: #fff;line-height: 2em;}
	.font30{font-weight:normal;font-size: 30px;color: #fff;line-height: 2em;}
	.font22{font-weight:normal;font-size: 22px;color: #fff;line-height: 2em;}
	.font18{font-weight:normal;font-size: 18px;color: #fff;line-height: 2em;}
	.font20{font-weight:normal;font-size: 20px;color: #fff;line-height: 2em;}
	.font16{font-weight:normal;font-size: 16px;color: #fff;line-height: 2em;}
	.font17{font-weight:normal;font-size: 17px;color: #fff;line-height: 2em;}
	.font13{font-size: 13px;}
	/*编辑器*/
	.text{text-align:justify;font-size: 18px;color: #fff;line-height: 2em;word-wrap: break-word;word-break: normal;}
	.text:after{content: "";display: block;height: 0;clear: both;visibility: hidden;}
	.text *{max-width: 100%;}
	.indent2{text-indent: 2em;}
	@media screen and (max-width: 1600px){
		.font22{font-size: 20px;}
		.font32{font-size: 28px;}
		.font30{font-size: 26px;}
		.font20{font-weight:normal;font-size: 18px;color: #fff;line-height: 2em;}
		.font17{font-size: 16px;}
	}
	@media screen and (max-width: 1200px){
		.font20{font-weight:normal;font-size: 16px;color: #fff;line-height: 2em;}
		.font24{font-size: 18px;}
		.font18{font-size: 16px;}
		.font16{font-size: 14px;}
		.text{font-size: 14px;}
		.font22{font-size: 18px;}
		.font32{font-size: 24px;}
		.font30{font-size: 18px;}
		.font17{font-size: 14px;}
	}
	.bgfff{background-color: #fff !important;}
	html{overflow-x: hidden;}
	*,a{color: #fff;}
	
/*********************************/

body{
	width: 100%;
	background: #040651;
}
.wrapper{
	max-width: 1350px;
	margin: 0 auto;
	padding: 0 20px;
}
.header{
	background: #fff;
	height: 60px;
	line-height: 60px;
	position: relative;
	z-index: 100;
}
.header .logo{
	float: left;
	height: 40px;
	margin-top: 10px;
}
.header .logo img{
	height: 100%;
}
.nav{
	float: right;
}
.nav li{
	float: left;
	margin-left: 25px;
}
.nav li a{
	font-size: 14px;
	color: #333333;
	display: block;
}
.nav li a:hover{
	color: #2860c6;
}
.footer{
	background: #1f3172;
	color: #fff;
	font-size: 16px;
	text-align: center;
}
@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.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{
		color: #fff;
		font-size: 16px;
		height: 36px !important;
		line-height: 36px !important;
	}
	
}
@media only screen and (max-width:768px ) {
	.footer{
		font-size: 12px;
		padding: 30px 10px;
	}
	.wrapper{
		padding: 0 15px;
	}
}
.pubtit{
	display: block;
	margin: 5% auto;
}
.banner{
	position: relative;
}
.banner img{
	display: block;
	margin: 0 auto;
	width: 100%;
}
.contentBox{
	background: url(../img/b1.jpg) no-repeat left top;
	background-size: 100% auto;
}
.index1{
	background: url(../img/bg1.png) no-repeat center;
	background-size: 100% 100%;
	padding: 3.5% 5%;
}
.index2{
	display: flex;
	background: url(../img/bg2.png) no-repeat center;
	background-size: 100% 100%;
	padding: 3% 4%;
	justify-content: space-between;
}
.index2 ul{
	width: 49%;
	border-radius: 16px;
	overflow: hidden;
	padding: 10px 10px 3%;
	background: url(../img/bg3.png) repeat-x;
	background-size: auto 100%;
}
.index2 li{
	padding: 12px 20px 12px 30px;
	position: relative;
	background: url(../img/i5.png) no-repeat left bottom;
	background-size: 100% auto;
}
.index2 li::before{
	content: '';
	position: absolute;
	width: 21px;
	height: 24px;
	background: url(../img/i4.png) no-repeat center;
	background-size: 100% 100%;
	left: 2px;
	top: 50%;
	transform: translateY(-50%);
	overflow: hidden;
	white-space:nowrap; 
	text-overflow:ellipsis;
	-o-text-overflow:ellipsis;
}
.index2 li a{
	display: block;
	overflow: hidden;
	white-space:nowrap; 
	text-overflow:ellipsis;
	-o-text-overflow:ellipsis;
}
.index3 a{
	display: flex;
	align-items: center;
}
.index3 .box:nth-child(2n) a{
	flex-direction: row-reverse;
}
.index3 .img{
	width: 372px;
	height: 390px;
	background-size: 100% 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 30px;
	background-image: url(../img/bg4.png);
	position: relative;
	right: -15px;
}
.index3 .box:nth-child(2n) .img{
	background-image: url(../img/bg5.png);
	right: auto;
	left: -15px;
}
.index3 .img img{
	display: block;
	object-fit: contain;
}
.index3 .word{
	border: 3px solid #02ccff;
	padding: 1.5%;
}
.index3 .word .tit{
	display: flex;
	line-height: 1.5em;
	margin-bottom: 15px;
}
.index3 .word .tit span{
	padding: 10px 0px 10px 20px;
	background: url(../img/bg6.png) no-repeat center;
	background-size: 100% 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.index3 .word .tit p{
	padding: 10px;
	background: url(../img/bg7.png) no-repeat center;
	background-size: 100% 100%;
	flex: 1;
	margin: 0 4px;
}
.index4 .box1{
	display: flex;
	align-items: center;
}
.index4 .box1 .word{
	padding: 3%;
	background: rgba(3,163,251,.25);
	border-top-right-radius: 16px;
	border-bottom-right-radius: 16px;
	position: relative;
	flex: 1;
	padding-top: 117px;
}
.index4 .box1 h3{
	display: flex;
	align-items: center;
	width: 630px;
	height: 117px;
	background-image: url(../img/bg8.png);
	background-size: 100% 100%;
	position: absolute;
	right: 0;
	top: -12px;
	padding: 0 30px 30px;
}
.index4 .box1 h3 img{
	margin-right: 15px;
}
.index4  .list ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.index4  .list ul li{
	width: 49%;
	background: url(../img/bg11.png);
	padding: 0 2%;
	background-size: 100% 100%;
	margin-bottom: 20px;
}
.index4  .list ul li a{
	height: 105px;
	display: flex;
	align-items: center;
	
}
.index4  .list ul li a img{
	margin-right: 15px;
}
.index5{
	background-image: url(../img/b2.jpg);
	background-repeat: no-repeat;
	background-size: 100% 100%;
}
.index5 .list1,.index5 .list2 {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.index5 .list1  li{
	width: 49%;
	margin-bottom: 30px;
}
.index5 .list1 a{
	display: block;
	border: 2px solid #03a3fb;
	overflow: hidden;
	border-radius: 16px;
}
.index5 .list1 .img img{
	width: 100%;
	display: block;
	position: relative;
}
.index5 .list1 .word{
	padding: 20px;
}
.index5 .list1 p{
	line-height: 1.8em;
}
.index5 .list1 .word img{
	margin: 10px 0;
}
.index5 .list2 li{
	width: 49%;
	background: url(../img/i5.png) no-repeat left bottom;
	background-size: 100% auto;
}
.index5 .list2 a{
	display: flex;
	align-items: center;
	padding:10px 10px 10px 0;
}
.index5 .list2 a img{
	margin: 0 10px;
}
.index6{
	background-image: url(../img/b3.jpg);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	overflow: hidden;
}
.index6 ul{
	display: flex;
	flex-wrap: wrap;
}
.index6 ul li{
	width: 18.4%;
	margin: 0 0.8%;
	background: url(../img/bg9.png);
	background-size: 100% 100%;
	padding: 20px 10px;
	margin-bottom: 30px;
}
.index6 ul li img{
	display: block;
	width: 100%;
}
.index6 ul li h3{
	line-height: 1.5em;
	text-align: center;
	margin: 15px 0;
}
.index6 ul li .word{
	background: url(../img/bg10.png);
	background-size: 100% 100%;
	padding:6px 5px;
}
.index6 ul li .font18{
	line-height: 1.5em;
}
.index6 ul li .font13{
	line-height: 1.5em;
	height: 3em;
}
@media only screen and (max-width:1200px ) {
	.pubtit{
		height: 60px;
	}
	.index2 {
		display: block;
	}
	.index2 ul{
		width: 100%;
		margin-bottom: 15px;
		padding: 5px;
	}
	.index2 li::before{
		width: 12px;
		height: 14px;
	}
	.index2 li{
		padding: 5px 0px 5px 20px;
	}
	.index3 a,.index4 .box1,.index4 .list ul,.index5 .list1, .index5 .list2{
		display: block;
	}
	.index3 .img{
		width: 100%;
		height: auto;
		left:0 !important;
		right: 0 !important;
	}
	.index3 .word .tit span,.index3 .word .tit p{
		padding: 5px;
	}
	.index4 .box1>img{
		width: 80%;
		display: block;
		margin: 0 auto;
	}
	.index4 .box1 .word{
		padding-top: 50px;
	}
	.index4 .box1 h3{
		width: 100%;
		height: 50px;
		padding: 0 10px 10px;
	}
	.index4 .box1 h3 img,.index4 .list ul li a img{
		width: 26px;
		margin-right: 5px;
	}
	.index4 .list ul li{
		width: 100%;
	}
	.index4 .list ul li a{
		height: auto;
		padding: 10px;
		line-height: 1.5em;
	}
	.index5 .list1 li,.index5 .list2 li{
		width: 100%;
		
	}
	.index5 .list1 li{
		margin-bottom: 15px;
	}
	.index5 .list1 .word img{
		height: 8px;
		margin: 5px 0;
	}
	.index5 .list1 .word{
		padding: 10px;
	}
	.index5 .list2 a img{
		width: 10px;
	}
	.index6 ul li{
		width: 100%;
		margin: 0 0 15px;
	}
	.index6 ul li .font13{
		height: auto;
	}
	.index6 ul li h3{
		margin: 10px 0;
	}
}