.mediate-box{
	width: 1200px;
	margin: 0 auto;
	position: relative;
}
.header{
	width: 100%;
	background: white;
	min-height: 140px;
}
.header-logo{
	/* width: 60%; */
}
.header-right{
	/* width: 40%; */
}
.header-logo ul li{
	float: left;
	padding: 17px 0;
}
.header-logo ul li:last-child{
	padding: 42px 18px;
}

.header-logo ul li img{
	width: ;
}
.header-right{
	padding: 52px 4px 40px 0;
}
.header-right .rt-Map{
	width: 48px;
	height: 48px;
}
.header-right .rt-Map a:visited{
        color:#186bd9;
}
.header-right .rt-Map img{
	display: table;
	margin: 0 auto;
	cursor: pointer;
}
.header-right .rt-Map p{
	line-height: 1.75;
	color: #186bd9;
	font-size: 12px;
	text-align: center;
}
.header-right .rt-search{
	padding: 2px 15px 0px 0px;
}
.header-right .rt-search input{
	width: 205px;
	height: 42px;
	border: 1px solid #186bd9;
	float: left;
	border-radius: 15px 0px 0px 15px;
	color: #837b7b;
	font-size: 14px;
	text-align: left;
        padding-left:10px;
}
.header-right .rt-search button{
	float: right;
	width: 57px;
	height: 44px;
	background: #186bd9;
	border:none;
	border-radius:0px 15px 15px 0;
	cursor: pointer;
}
.header-nav{
	position: relative;
	width: 100%;
	background: rgba(25, 107, 217, 0.83);
	z-index: 20;
}
/*nav-css*/
.clearfix:after{content:".";display:block;height:0;clear:both;visibility:hidden;}
.nav{  height:64px;  position:relative; z-index:1;  display: table;margin: 0 auto;  }
.nav .nLi h3 a{ font-size: 16px; }
.nav .nLi{ float:left;  position:relative; display:inline; height: 64px; line-height: 64px;}
.nav .nLi h3{ float:left; margin: 0;padding: 0;}
.nav .nLi h3 a{ display:block; padding:0 20px; color:white; height: 64px; font-size:16px;font-family: "微软雅黑";font-weight: 500;  }
.nav .sub{ display:none; width: 100%;text-align: center; left:0; top:64px;  position:absolute; background:rgba(0, 68, 125, 0.75);  line-height:40px; }
.nav .sub li{ zoom:1;position: relative; }
.nav .sub li:first-child{ padding-top: 5px; }
.nav .sub a{ display:block; padding:0px 0;text-align: center; color: white; font-size: 14px;font-family: "微软雅黑"; white-space: nowrap;}
.nav .on h3 a{
	background: url(../images/sjx-bg.png)no-repeat bottom center;
}
.nav .on:hover{	
}
.nav .on:hover h3 a{
	/*color: #ffffff;*/
}
.nav .sub a:hover{
	background: rgba(0, 68, 125, 0.75);
	
}

.rotationChart{
	width: 100%;
	position: relative;
	margin-top: -64px;
	z-index: 10;
}

.slideBox{ width:100%;  position: relative; }
.slideBox .hd{ height:16px; overflow:hidden;position: absolute;width: 100%;  bottom:30px; z-index:1; }
.slideBox .hd ul{ overflow:hidden; zoom:1; display: table;margin: 0 auto;  }
.slideBox .hd ul li{ float:left; margin: 0px 5px;  width:16px; height:16px;   background:white;  }
.slideBox .hd ul li.on{ background:#245086;}
.slideBox .bd{ position:relative; height:100%;    } 
.slideBox .bd li{ zoom:1; vertical-align:middle; }
.slideBox .bd img{ width:100%; display:block;height:auto; }
/*.slideBox .prev,
.slideBox .next{ position:absolute; left:2%; margin-top:-35%; display:block; width:22px; height:66px; background:url(../images/left-img.png)no-repeat; filter:alpha(opacity=70);opacity:0.7;   }
.slideBox .next{ left:auto; right:2%; background:url(../images/right-img.png)no-repeat; }
.slideBox .prev:hover,
.slideBox .next:hover{ filter:alpha(opacity=100);opacity:1;  }*/
.slideBox .prevStop{ display:none;  }
.slideBox .nextStop{ display:none;  }

/* center*/
.picScroll-left{ overflow:hidden; position:relative; padding: 40px 70px;}
.picScroll-left .hd{position: relative;}
.picScroll-left .hd .prev,.picScroll-left .hd .next{ display:block; width: 54px;height: 54px;overflow:hidden; background: url("../img/slider-arrow.png") 0 0 no-repeat;position: absolute;cursor: pointer;}
.picScroll-left .hd .prev{ left: -70px;top: 30px;background-position: -132px -18px;}
.picScroll-left .hd .next{ right: -70px;top: 30px; background-position: -12px -18px; }
.picScroll-left .hd .prevStop{ background-position:-60px 0; }
.picScroll-left .hd .nextStop{ background-position:-60px -50px; }
.picScroll-left .bd{ overflow: hidden;width: 1050px;  }
.picScroll-left .bd ul{ overflow:hidden; zoom:1; }
.centeRegion1{
	width: 100%;
	background: #f9f9f9;
}
.centeRegion1 .down-ul li{
	float: left;
	width: 150px;
}
.centeRegion1 .down-ul li .img-circular{
	width: 110px;
	height: 110px;
	border-radius: 50%;
	box-shadow: 0px 5px 10px #c4dbf3;
margin:0 auto;
}
.centeRegion1 .down-ul li .img-circular:hover{
	background: rgba(24, 107, 217, 0.12);
	transition: all 0.3s;
	-moz-transition: all 0.3s ease-in;
	-ms-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	-webkit-transition: all 0.3s ease-in;
}
.centeRegion1 .down-ul li .img-circular img{
	display: table;
	margin: 0px auto;
	padding: 35px 0;
}
.centeRegion1 .down-ul li p{
	line-height: 3;
	font-size: 14px;
	color: #333333;
	text-align: center;
}
.centeRegion2{
	width: 100%;
	background: white;
}
.commonTop{
	width: 100%;
}
.commonTop span{
	display: inline-block;
	padding: 28px 16px;
	font-size: 22px;
	color: #333333;
	background: url(../images/jx.png) no-repeat left center;
}
.commonTop .commonTop-more{
	display: inline-block;
	padding: 32px 0;
	font-size: 14px;
	color: #333333;	
	float: right;
}
.centeRegion2-down{
	padding-bottom: 35px;
}
.centeRegion2-down .new-jjlt{
	width: 380px;
	
}
.centeRegion2-down .new-jjlt img{
	width: 100%;
	height: 250px;
}
.centeRegion2-down .new-jjlt p{
	font-size: 22px;
	color: #333333;
	line-height: 1.75;
}
.centeRegion2-down .new-jjlt span{
	font-size: 14px;
	color: #666666;
	line-height: 1.5;
}
.centeRegion2-down .new-lbrt{
	width: 790px;
}
.centeRegion2-down .new-lbrt ul li{
	padding: 22px 0;
	border-bottom: 1px dashed #dddddc;
}
.centeRegion2-down .new-lbrt ul li a{
	width: 80%;
	display: inline-block;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
	color: #333333;
	font-size: 16px;
	line-height:1.2;
}
.centeRegion2-down .new-lbrt ul li i{
	display: inline-block;
	float: right;
	font-size: 15px;
	color: #333333;
	font-weight: bold;
}
.centeRegion2-down .new-lbrt ul li i span{
	font-size: 12px;
	font-weight: 500;
}
.centeRegion2-down .new-lbrt ul li:hover a{
	color: #186bd9;
}
.centeRegion3{
	background: #f9f9f9;
	width: 100%;
	padding: 50px 0;
}
.centeRegion3-1 {
	width: 565px;
	margin-right: 65px;
}
.centeRegion3-2{
width: 565px;
     margin-right:0;
}
.centeRegion3-3{
	width: 290px;
}
.commondown-ul ul li{
	width: 100%;
	padding: 14px 0;
}
.commondown-ul ul li a{
	width: 65%;
	display: inline-block;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
	font-size: 16px;
	color: #333333;
}
.commondown-ul ul li i{
	display: inline-block;
	float: right;
	font-size: 16px;
	color: #999999;
}
.centeRegion3-3down ul li{
	width: 100%;
	padding: 14px 0;
}
.centeRegion3-3down ul li a{
	display: block;
	text-indent: 25px;
	background: url(../images/rd-img.png) no-repeat left center;
	background-size: contain;
	color: #333333;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.centeRegion3 li:hover a{
	color: #186BD9;
}
.centeRegion4{
	background: #373838;
	width: 100%;
	padding: 40px 0;
}
.centeRegion4-1{
	width: 368px;
	background: url(../images/jx2.png) no-repeat right center;
}
.centeRegion4-2{
	width: 458px;
	background: url(../images/jx2.png) no-repeat right center;
}
.commonTop2 span{
	display: block;
	font-size: 22px;
	color: #ffffff;
	line-height: 1.75;
	padding: 20px ;
}
.commondown2 ul{
	padding: 20px 0;
}
.commondown2 ul li{
	padding: 5px 20px;
	font-size: 14px;
	color: #ffffff;
}
.centeRegion4-2 .commonTop2 span{
	display: block;
	font-size: 22px;
	color: #ffffff;
	line-height: 1.75;
	padding: 20px 80px;
}
.centeRegion4-2 .commondown2 ul li{
	padding: 5px 80px;
	font-size: 14px;
	color: #ffffff;
}
.centeRegion4-3{
	width: 370px;
}
.centeRegion4-3 img{
	display: table;
	margin: 100px auto;
}
.footer{
	width: 100%;
	background: #1f1f1f;
	padding: 23px 0;
}
.footer .footer-p{
	padding: 25px 0;
}
.footer .footer-p p{
	font-size: 14px;
	color: #fdeeee;
	text-align: left;
	line-height: 1.75;
}
.footer-ewm{
	float: right;
	padding: 0px 40px;
}
.footer-ewm ul li{
	float: left;
	width: 100px;
}
.footer-ewm ul li img{
	display: table;
	margin: 0 auto;
}
.footer-ewm ul li p{
	font-size: 12px;
	color: #fdeeee;
	text-align: center;
	line-height: 2;
}

/* list */
.list-banner{
	width: 100%;
	
}

.list-banner img{
	width: 100%;
}
.list-center{
	background: #f9f9f9;
}
.center-mheight{
	min-height: 600px;
}
.list-content{
	padding: 24px 0;
}
.left-nav{
	width: 237px;
	border-left: 27px solid #186bd9;
	background: #FFFFFF;
	box-shadow: 0px 0px 3px #ececec;
	padding-bottom: 20px;
}
.left-nav-t{
	width: 100%;
	
}
.left-nav-t span{
	display: block;
	width: 100%;
	color: white;
	font-size: 24px;
    line-height: 1.5;
	text-align: center;
	padding:20px 10px;
        box-sizing:border-box;
	background: #186BD9;
}
.left-nav-d ul{
	margin: 19px 0;
}
.left-nav-d ul li{
	/*height: 38px;*/
	margin: 6px 0;
}
.left-nav-d ul li a{
	display: block;
	font-size: 16px;
	color: #666666;
	line-height: 38px;
	padding-left: 20px;
}
.left-nav-d ul li a:hover{
	color: #2f7dde;
	background: url(../images/jx3.png) no-repeat left center;
}
.left-nav-d ul li.cur a{color: #2f7dde;}
.right-content{
	width: 890px;
	padding: 10px;
	background: white;
	box-shadow: 0px 0px 3px #ececec;
}
.right-content-t ul{
	background: url(../images/jx.png)no-repeat left center;
	padding-left: 15px;
	margin-left: 16px;
}

.right-content-t ul li{
	float: left;
	height: 28px;
	line-height: 28px;
	color: #999999;
	font-size: 16px;
	margin: 0px 1px;
}
.right-content-t ul li a{
	display: inline-block;
	height: 28px;
	line-height: 28px;
	color: #999999;
	font-size: 16px;
}
.right-content-t ul li:last-child a{
	color: #666666;
}
.right-content-d{
	padding: 26px 0;
}
.right-content-d ul li{
	height: 80px;
	border-bottom: 1px dashed #dcdadb;
line-height: 80px;
}
.right-content-d ul li a{
	text-indent: 20px;
	font-size: 16px;
	color: #1F1F1F;
	display: inline-block;
	width: 75%;
	line-height: 80px;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.right-content-d ul li i{
display: inline-block;
font-size: 16px;
color: #1F1F1F;
line-height: 80px;
float:right;
}
.right-content-d ul li a:hover{
	color: #2f7dde;
}
.right-content-d ul li:last-child{
	border: none;
}
/* seek */
.seek-content{
	width: 100%;
}
.right-cJjy{
	padding: 20px 15px;
}
.right-cJjy p{
	line-height: 1.75;
	font-size: 16px;
	color: #1F1F1F;
	text-indent: 2em;
	padding: 2px 0;
}
.right-cJjy p img{
	display: table;
	width: 80%;
	height: auto;
	margin: 0 auto;
}
/* content */
.content-content{
	box-shadow: 0px 0px 3px #ececec;
	min-height: 600px;
	background: white;
	padding: 24px 50px;
}
.xxgkmap{
box-shadow: 0px 0px 3px #ececec;
	min-height: 600px;
	background: white;
	padding: 24px 200px;
}

.xxgkmap a {
    color:#666666;
line-height:2;
}
.xxgkmap .ful{
      padding-left:20px;list-style:disc;
}
.xxgkmap .ful>li{
   margin-top:10px;
  list-style:disc;
}
.xxgkmap .sul{
      padding-left:60px;
list-style:circle;
}
.xxgkmap .sul li{
list-style:circle;
}
.xxgkmap .sul a{

}
.xxgkmap .tul{
      padding-left:60px;
list-style:circle;
}
.xxgkmap .tul li{
list-style:circle;
}
.xxgkmap .sul a{

}

.centeRegion1 .tab-top ul{
	background: url(../images/jx4.png) no-repeat center center;
	display: table;
	margin: 0 auto;
	padding: 40px 0;
}
.centeRegion1 .tab-top ul li{
	float: left;
	margin: 0px 50px;
	padding: 0;
	display: inline-block;
	width: 166px;
	height: 52px;
}
.centeRegion1 .tab-top ul li span{
	display: block;
	/* width: 166px; */
	height: 52px;
	line-height: 52px;
	border-radius: 10px;
	font-size: 16px;
	color: #08519d;
	text-align: center;
	cursor: pointer;
background:#ffffff;
box-shadow: 0px 5px 10px #c4dbf3;
}
.centeRegion1 .tab-top ul li.liOn span{
	color: white;
	background: #186bd9; 
}

.zplist{
   height:50px !important;
line-height:50px !important;
} 
.zplist a{
   
line-height:50px !important;
}
.zplist i{
   
line-height:50px !important;
}