/*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: 18px;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: #f6f6f6;
}
.wrapper{
	max-width: 1430px;
	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: 25px;
}
.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;
	}
	
}
.index1{
	width: 100%;
	position: relative;
	height: 723px;
}
.index1>img{
	width: 1920px;
	height: 723px;
	position: absolute;
	left: 50%;
	margin-left: -960px;
	top: 0;
}
.index1 p{
	position: absolute;
	font-size: 16px;
	color: #303766;
	background: url(../img1/a2.png) no-repeat center;
	width: 315px;
	height: 47px;
	line-height: 47px;
	text-align: center;
	letter-spacing: 2px;
	top: 56.2%;
	left: 50%;
	margin-left: -157px;
}
.pubtitle{
	padding: 3% 0;
	text-align: center;
}
@media only screen and (max-width:1200px ) {
	.pubtitle img{
		height: 30px;
	}
	.index1{
		height: auto;
	}
	.index1 img{
		position: initial;
		height: auto;
		width: 100%;
		margin: 0;
	}
}
@media only screen and (max-width:768px ) {
	.pubtitle img{
		height:20px;
	}
	.index1 p{
		letter-spacing: 0;
		font-size: 12px;
		width: 180px;
		height: 24px;
		line-height: 24px;
		margin-left: -90px;
	}
}
.index2{
	padding-top: 1%;
	background: url(../img1/b1.jpg) no-repeat center top;
	padding-bottom: 5%;
}
.index6 .img{
	border: 1px solid  orange;
	padding: 20px 35px;
}
.index6 .img img{
	display: block;
	margin: 0 auto;
	max-width: 100%;
	height: auto;
}
.footer{
	background-color: #143467;
	background-image: url(../img1/a9.jpg);
	background-repeat:no-repeat ;
	background-position:center top;
	color: #fff;
}
.footer li{
	float: left;
	width: 50%;
	color: #fff;
	font-size: 0;
}
.footer li h3{
	margin-bottom: .5em;
}
.footer li h3,.footer li p{
	font-size: 16px;
	font-weight: normal;
	line-height: 2em;
}
.footer li p{
	display: inline-block;
	width: 50%;
}
.footer .top{
	padding: 3% 0 2%;
	border-bottom: 1px solid #2a4775;
}

@media only screen and (max-width:768px ) {
	.index6 .img{
		padding: 10px;
	}
	.footer li{
		width: 100%;
	}
}
.index2 .topnav{position: relative;}
.index2 .topnav ul{
	max-width: 1320px;
	margin: 0 auto;
	padding: 0 15px;
	position: relative;
}
.index2 .topnav:before{
	position: absolute;
	content: '';
	width: 100%;
	height: 4px;
	left: 0;
	top: 92px;
	background: url(../img1/a8.png) no-repeat center;
}
.index2 .topnav li{
	float: left;
	width: 50%;
	text-align: center;
}
.index2 .topnav li i{
	display: block;
	width: 70px;
	height: 80px;
	background: url(../img1/a4.png) no-repeat center;
	background-size:100% 100%;
	-webkit-background-size:100% 100%;
	margin: 0 auto;
	padding-top:18px;
	margin-bottom: 20px;
	position: relative;
}
.index2 .topnav li a:hover i,.index2 .topnav li.on a i{
	background: url(../img1/a5.png) no-repeat center;
	background-size:100% 100%;
	-webkit-background-size:100% 100%;
}
.index2 .topnav li:nth-child(2) i{
	padding-top: 24px;
}
.index2 .topnav li a{
	font-size: 24px;
	color: #10649f;
	line-height:2em;
}
.index2 .topnav li a:hover,.index2 .topnav li.on a{
	color: #ff8a00;
}
.index2 .topnav li i:before{
	content: '';
	width: 10px;
	height: 10px;
	border-radius: 50%;
	border: 1px solid #10649f;
	position: absolute;
	bottom: -20px;
	left: 50%;
	margin-left: -5px;
	background: #fff;
}
.index2 .topnav li.on i:before,.index2 .topnav li a:hover i:before{
	border: 1px solid #ff8a00;
}
.index2 .text{
	text-align: center;
	padding: 2% 2%;
}
.swiper-container{
	max-width: 1030px;
	margin: 0 auto;
}
.swiper-container a{
	display: block;
	position: relative;
	width: 100%;
	padding-top: 67.47%;
}
.swiper-container a .img{
	position: absolute;
	right: 0;
	width: 96%;
	padding-top: 64%;
	bottom: 0;
	border: 6px solid #10649f;
	
}
.swiper-container a .img img{
	position: absolute;
	width: 100%;
	height: 100%;
	top: -26px;
	left: -26px;
}
.swiperOut{
	position: relative;
	padding: 0 120px;
}
.swiperOut>a{
	position: absolute;
	top: 50%;
	width: 50px;
	height: 50px;
	margin-top: -25px;
	box-shadow: 0 0 10px rgba(0,0,0,.1);
}
.swiperOut>a.prev{
	left: 20px;
	background: url(../img1/a9.png) no-repeat center;
}
.swiperOut>a.next{
	right: 20px;
	background: url(../img1/a10.png) no-repeat center;
}
@media only screen and (max-width:768px ) {
	.index2 .topnav li a{
		font-size: 18px;
	}
	.index2 .topnav li i{
		width: 50px;
		height: 60px;
		padding-top: 10px;
	}
	.index2 .topnav li:nth-child(2) i{
		padding-top: 14px;
	}
	.index2 .topnav:before{
		top: 72px;
	}
	.swiperOut{
		position: relative;
		padding: 0 40px;
	}
	.swiperOut>a{
		width: 30px;
		height: 30px;
		margin-top: -15px;
	}
	.swiperOut>a.prev{
		left: 0;
	}
	.swiperOut>a.next{
		right: 0;
	}
	.swiper-container a .img{
		width: 100%;
		padding-top: 66.67%;
		border: 0;
	}
	.swiper-container a .img img{
		top: 0;
		left: 0;
	}
}
.fl{float: left;}
.fr{float: right;}

.lineimg{
	display: block;
	max-width: 100%;
	margin-bottom: 1%;
}
.inconList .box1{
	background: url(../img1/b2.jpg) no-repeat center top;
	padding-top: 2%;
}
.inconList .box2{
	background: url(../img1/b5.jpg) no-repeat center top;
}
.inconList .box3{
	background: url(../img1/b6.jpg) no-repeat center top;
}
.inconList .box4{
	background: url(../img1/b7.jpg) no-repeat center top;
}
.inconList .box5{
	background: url(../img1/b9.jpg) no-repeat center top;
}
.inconList .box6{
	background: url(../img1/b1.jpg) no-repeat center center;
}
.inconList .box3 .lineimg{
	margin-bottom: 40px;
}
.inconList .box2 .text{color: #333;}
.inconList .wrapper>div{
	display: block;
	padding-bottom: 60px;
}
.inconList .in>div{
	width: 48%;
}
.inconList .text{
	font-size: 24px;
}
.inconList .box1 .text{
	color: #fff;
}
.text1{
	padding-top: 60px;
	text-align: right;
}
.text2{
	text-align: right;
	padding-top: 40px;
}
.inconList .img{
	position: relative;
}
.inconList .img img{
	width: 100%;
	display: block;
	position: relative;
	z-index: 2;
}
.inconList .img:before{
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	right: 0;
	bottom: -26px;
	right: -26px;
	border: 6px solid #10649F;
}

.inconList .img.fl:before,.inconList .imgOut .img:before{
	top: -26px;
	right: auto;
	left: -26px;
}
.borfff:before{
	border: 6px solid #c8d1df !important;
}
.inconList .text span{
	color: #de664e;
}
.inconList .box4 .text span{
	color: #476a9f;
}
.inconList .box4 .text{
	color: #fff;
}
.pbm .imgOut{
	width: 48%;
}
.pbm .imgOut .img{
	width: 100%;
}
.btn {
	display: block;
	text-align: right;
	margin-top: 60px;
}
.pbm .imgOut.fr .btn{
	text-align: left;
}
.btn img{
	display: inline-block !important;
	width: auto !important;
	max-width: 100% !important;
	height: 50px;
}
.text.fr .btn{
	text-align: left;
	margin-top: 40px;
}
@media only screen and (max-width:1500px ) {
	.inconList .in{
		padding: 0 20px;
	}
	.inconList .in>div.img,.inconList .in .imgOut{
		width: 40%;
	}
	.inconList .in>.text{
		width: 55%;
	}
	.text2{
		padding-top: 20px;
	}
	.inconList .text{
		font-size: 14px;
	}
}
@media only screen and (max-width:1200px ) {
	.inconList .img:before{
		bottom: -16px;
		right: -16px;
	}
	.inconList .img.fl:before,.inconList .imgOut .img:before{
	    top: -16px;
	    right: auto;
	    left: -16px;
	}
	.inconList .text{
		font-size: 14px;
	}
	.btn {
		display: block;
		text-align: right;
		margin-top: 20px;
	}
	.inconList .wrapper>div{
		padding-bottom: 0;
	}
}
@media only screen and (max-width:768px ) {
	.inconList .in>div{
		float: none;
		width: 100%;
	}
	.inconList .in>.text{
		width: 100%;
		padding: 2% 0;
		text-align: left;
	}
	.inconList .in{
		padding: 0;
	}
	.inconList .img:before{
		bottom: -6px;
		right: -6px;
	}
	.inconList .img.fl:before,.inconList .imgOut .img:before{
	    top: -6px;
	    right: auto;
	    left: -6px;
	}
	.inconList .in{
		margin-bottom: 15px;
	}
	.inconList .text{
		font-size: 14px;
	}
	.btn img{
		height: 30px;
	}
	.inconList .in>div.img, .inconList .in .imgOut{
		width: 100%;
	}
}

.fixCe{
	position: fixed;
	right: 0;
	top: 15%;
	width: 158px;
	font-size: 14px;
	background: #fff;
	z-index: 15;
}
.fixCe img{
	display: block;
	width: 100%;
}
.fixCe p{
	padding: 0 10px 10px;
	text-align: justify;
	font-size: 14px;
	color: #333;
}

@media only screen and (max-width:1500px ) {
	.fixCe{
		width: 120px;
	}
}
@media only screen and (max-width:1200px ) {
	.fixCe p{
		display: none;
	}
}
@media only screen and (max-width:768px ) {
	.fixCe{
		width: 80px;
	}
}

.inconList>div{
	padding-left: 5%;
	padding-right: 5%;
}
@media only screen and (max-width: 768px) {
	.inconList>div{
	padding-left: 0;
	padding-right: 0;
}	
.inconList .box4 .text{color: #333;}
}