﻿@charset "utf-8";
/* CSS Document */
/* html {filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=1); -webkit-filter: grayscale(100%); }*/
*{ padding:0; margin:0; box-sizing: border-box;}
body { font-family:'Microsoft YaHei';font-size:14px;color:#333; overflow-x:hidden }
ul,ol,li {list-style: outside none none; }
a {text-decoration: none; color:#555;}
a:hover{ text-decoration: none; color: #03f87;}
img{border:none; max-width:100%;}
.clear{clear:both; display:block; }
.fl{float:left;}
.fr{float:right;}
.wrap{ width:1200px; margin:0 auto;}

.header{
  width: 100%;
}
.logo{
  padding:17px;
  float: left;
}
.logo1{
  display: none;
}
.search{
  float: right;
  padding-top:40px;
}
.sk01{
  width: 203px;
  height: 42px;
  border: 1px solid #d6d6d6;
  float: left;
}
.sk02{
  width: 72px;
  background: #003f87;
  height: 42px;
  color: #fff;
  float: left;
}
.search input{
  background: none;
  border:none;
  outline: none;
  width: 100%;
  height: 100%;
}

.nav{
  width: 100%;
  background: #003f87;
  padding:8px 0;
}
.nav li{
  float: left;
  border-right:1px solid #fff;
  line-height:32px;
  width: 8.33333%;
  text-align: center;
}
.nav li:last-child{
  border: none;
}
.nav li>a{
  color: #fff;
  font-size: 16px;
  position: relative;
  display: block;
  font-weight:bold;
}
.nav li>a:hover{
	color: #d6221e;
}
.nav li .cd-on{
 color: #d6221e;
}

.nav:after{ content:""; clear:both; display:block;}

.fixed_bg{width: 100%; 
  height: 100%; 
  position: fixed; 
  left: 0; 
  top: 0; 
  display: none; 
  background: rgba(0,0,0,0.5); 
  z-index:9999;
}
.slide_logo{
  display: none;
}
.menu{
  display: none;
  width: 40px;
  height: 35px;
  background: #003f87;
  position: absolute;
  top:0;
  right:0;
  text-align: center;
  box-sizing: border-box;
  padding:10px 5px;
}
.menu span{
    width: 30px;
    height: 1px;
    display: block;
    background: #fff;
    position: relative;
    top: 0;
}
.menu span:nth-child(2){
  top:5px;
}
.menu span:nth-child(3){
  top:10px;
}

.box1{ padding:40px 0 40px 0; text-align:center;}
.box1 dl{ display:inline-block; padding:5px 34px; border-right:1px solid #e8e8e8; transition-duration:.5s;}
.box1 dl dt{ width:90px; height:90px; margin:0 auto; transition-duration:.5s; background-repeat:no-repeat; background-position:0 0}
.box1 dl:nth-child(1) dt{ background-image:url(../images/icon01.png)}
.box1 dl:nth-child(2) dt{ background-image:url(../images/icon02.png)}
.box1 dl:nth-child(3) dt{ background-image:url(../images/icon03.png)}
.box1 dl:nth-child(4) dt{ background-image:url(../images/icon04.png)}
.box1 dl:nth-child(5) dt{ background-image:url(../images/icon05.png)}
.box1 dl:nth-child(6) dt{ background-image:url(../images/icon06.png)}
.box1 dl:nth-child(7) dt{ background-image:url(../images/icon07.png)}
.box1 dl dt img{ transition-duration:.5s;}
.box1 dl dd{ font-size:16px; padding-top:10px;}
.box1 dl:last-child{ border:none;}
.box1 dl:hover{ background:#014f99;}
.box1 dl:nth-child(1):hover dt{ background:url(../images/icon01.png) 0 -90px;}
.box1 dl:nth-child(2):hover dt{ background:url(../images/icon02.png) 0 -90px;}
.box1 dl:nth-child(3):hover dt{ background:url(../images/icon03.png) 0 -90px;}
.box1 dl:nth-child(4):hover dt{ background:url(../images/icon04.png) 0 -90px;}
.box1 dl:nth-child(5):hover dt{ background:url(../images/icon05.png) 0 -90px;}
.box1 dl:nth-child(6):hover dt{ background:url(../images/icon06.png) 0 -90px;}
.box1 dl:nth-child(7):hover dt{ background:url(../images/icon07.png) 0 -90px;}
.box1 dl:hover dd{ color:#fff;}
.h-bg{ background:#f5f5f5;}
.box2{ padding:30px 0;}

.news2{width:61%; padding:15px 15px 26px 15px; background:#fff; box-sizing:border-box;}
.news2-2{width:100%; margin:0 auto;}
.news2-2 .pic{width:100%; margin-bottom:20px;}
.news2-2 .pic img{width:100%; height:100%;}
.news2-2 .txt{width:100%; padding-top:10px;}
.news2-2 .txt h1{ color:#333; font-size:18px; line-height:32px;}
.h1{ color:#333; font-size:24px; width:80%; line-height:26px; font-weight:bold; white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
.news2-2 .txt p{ color:#333; font-size:15px; line-height:24px;overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    line-clamp: 4;
    -webkit-box-orient: vertical; padding-top:10px; }
.zbit {
    height: 26px;
    line-height: 26px;
    background: url(../images/bit.png) no-repeat left center;
    padding-left: 30px;
    font-size: 20px;
    color: #042c67;
    font-weight: bold;
    position: relative;
	float:left;
}
.box2-ri{ width:36%;padding:22px; background:#fff; box-sizing:border-box;}
.in-ti{ padding-bottom:15px;}
.in-ti a{ float:right; font-size:16px; line-height:26px;}
.in-ti:after{ content:""; clear:both; display:block;}
.in-new-list li a{ font-size:15px; display:block; width:100%;white-space: nowrap;overflow: hidden;text-overflow: ellipsis; margin-bottom:11px; transition-duration:.5s;}
.in-new-list li a:hover{ padding-left:10px; color:#042b66;}
.pa56{ padding-bottom:34px;}

.in-ks{
  padding:30px 0;
}
.ks-xi{
	background:#fff;
}
.ks-tu {
    float: left;
    position: relative;
	width:31.8%;
}
.ks-tu img{ width:100%; transition-duration:.5s; display:block;}
.ks-txt{ position:absolute; top:0; width:100%; background:rgba(0,0,0,0.5); padding:20px 0; color:#fff; text-align:center;}
.ks-txt h1{ font-size:30px; display:inline-block; background:url(../images/bit1.png) no-repeat right center; color:#eee; padding-right:32px; transition-duration:.5s;}
.ks-txt a:hover h1{ padding-right:35px;}
.ks-ri{
  float: right;
  width: 66%;
  position: relative;
  padding-top:10px;
  padding-right:27px;
}

.Menubox1 {
  height: 61px;
}
.Menubox1 li{
  float: left;
  width: 32.5%;
  text-align: center;
  height: 61px;
  background: #eee;
  line-height: 61px;
  font-size: 24px;
  font-weight:bold;
  cursor: pointer;
  color:#042b66;
  margin-right:1.2%;
  border-radius: 10px;
}
.Menubox1 li:nth-child(3){ margin-right:0;}
.Menubox1 li.hover{
  background: #042b66;
  color: #fff;
}

.Contentbox1{
  padding-top:30px;
}
.CbContainer1 a{
  width: 24%;
  float: left;
  display: inline-block;
  border: 1px solid #dcdcdc;
  line-height: 45px;
  border-radius: 5px;
  font-size: 12px;
  margin: 0 1.2% 17px 0;
  transition-duration: .5s;
  padding-left:15px;
  box-sizing:border-box;
  position:relative;
}
.CbContainer1 a:after{ content:""; width:10px; height:100%; position:absolute; border-right:1px solid #dcdcdc; top:0; left:0; background:url(../images/jt.png) no-repeat center center;}
.CbContainer1 a:nth-child(4n){
  margin-right: 0;
}
.CbContainer1 a:hover{
  color: #fff;
  background: #003f88
}



.gg-xi {
	width: 100%;
	overflow: hidden;
	position: relative;
}
.gg-xi .hd{ position:absolute; bottom:20px; right:20px; z-index:9998;}
.gg-xi .hd ul{overflow:hidden; zoom:1;}
.gg-xi .hd ul li{float:left; margin-right:12px; width:13px; height:13px; text-align:center; background:#fff; cursor:pointer; border-radius:13px;}
.gg-xi .hd ul li.on{ background:#042b66;}
.box3{ padding:30px 0;}
.box3-le{ width:31.666666%;}
.in-ti03 .zbit{ width:145px; height:38px; background:url(../images/lbg.png) no-repeat; color:#fff;    padding-left: 13px; line-height:38px;}
.in-ti03 .zbit p{ background:url(../images/bit1.png) no-repeat left center; padding-left:28px;}
.in-ti03 a{ line-height:38px;}
.in-ti03{ padding-bottom:0;}
.box3-bai{ background:#fff;padding: 15px 15px 26px 15px;}
.box3-bai dl dt{ background:#000; overflow:hidden;}
.box3-bai dl dt img{ width:100%; height:100%; display:block; transition-duration:.5s;}
.box3-bai dl:hover dt img{ opacity:0.7; transform:scale(1.1,1.1)}
.box3-bai dl dd h1{ font-size:20px; color:#333; line-height:1.6; margin:20px 0;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;
line-clamp: 2;-webkit-box-orient: vertical;}
.box3-bai dl dd span{ opacity:0.5; font-size:15px;}
.box3-bai dl dd p{ font-size:15px; padding-top:10px; line-height:1.6;}
.box3-bai dl:hover dd p{ color:#042b66;}

.gg-xi .bd {
	position: relative;
	height: 100%;
	z-index: 0;
}
.gg-xi .bd li {
	zoom: 1;
	vertical-align: middle;
	position: relative;
}
.gg-xi .bd img {
	width: 100%;
	height: auto;
	display: block;
}

.box3-Menubox {height:36px;margin: 0 auto;position: relative;}
.box3-Menubox li {float: left;display: block;cursor: pointer;height: 38px;width:145px; line-height: 38px; font-size: 18px;color: #134289; font-weight:bold; padding-left:12px;}
.box3-Menubox li p{  background: url(../images/bit2.png) no-repeat left center; padding-left:30px}
.box3-Menubox li.hover {color: #fff;background: url(../images/lbg.png) no-repeat; }
.box3-Menubox li.hover p{background: url(../images/bit1.png) no-repeat left center; padding-left:28px;}
.box3-CbContainer{position:relative; }
.box3-Contentbox {clear: both; width:100%; border:1px solid #f2f2f2; background:#fff; height:196px; }
.more1{line-height:36px; color:#a5c0e7; font-size:14px; position:absolute; right:0; top:-36px;}
.ks2{width:90%; padding-top:15px; margin:0 auto; padding-bottom:30px;}
.ks2 li{width:100%; list-style:none; height:32px; line-height:32px; font-size:14px; color:#000; overflow: hidden; /*自动隐藏文字*/text-overflow: ellipsis;/*文字隐藏后添加省略号*/white-space: nowrap;/*强制不换行*/}
.box3-list{ margin-bottom:28px;}
.box3 .box3-le:nth-child(2){ margin:0 2.5%;}


.ne-banner{
  width: 100%;
  margin-top:1px;
}
.ne-banner img{
  width: 100%;
  display: block;
}
.ne-xi{
  background:url(../images/bg-xi.png);
}
.ne-le{
  width: 18.3%;
  position:relative;
  top:-69px;
  background:#fff;
  padding-bottom:15px;
}
.ne-le h1{
  height: 69px;
  background:url(../images/ll.png) no-repeat right center;
  color: #fff;
  line-height: 69px;
  font-size: 22px;
  padding-left:38px;
}
.ne-le ul{

}
.ne-le ul li{
  font-size: 16px;
  line-height: 50px;
  border-bottom: 1px solid #e5e5e5;
}
.ne-le ul li a{ display:block; background:url(../images/sj.png) no-repeat 85% center;  padding:0 0 0 40px;}
.ne-le ul li a:hover{
  color: #fff;
  background:url(../images/sj.png) no-repeat 85% center #4881bc;
}
.ne-le ul li .le-on{
  color: #fff;
  background:url(../images/sj.png) no-repeat 85% center #4881bc;
}
.le-lx{ background:url(../images/le-bg.jpg) no-repeat; padding:30px 0 35px 20px; color:#23559e; font-size:15px;}
.le-lx p span{ display:block; font-size:18px; font-weight:bold;}
.le-lx p{ padding-bottom:32px;}
.ne-ri{
  background: #fff;
  position: relative;
  width: 80%;
  margin-top:23px;
  padding:30px 30px 80px 30px;
}
.ri-ti{
  border-bottom: 3px solid #e5e5e5;
  margin-bottom:30px;
}
.ri-ti h1{ font-weight:normal; color:#23559e; font-size:20px; float:left; position:relative; padding-bottom:13px;}
.ri-ti p{ float:right; color:#555;  }
.ri-ti p a{ padding:0 5px;}
.ri-ti span{
  color: #777;
}
.ri-ti h1:before,.ri-ti h1:after{ content:""; position:absolute; width:30px; height:3px; background:#23559e; left:0; bottom:-3px;}
.ri-ti h1:after{ background:#fff; left:30px; width:5px;}


.ab-zi{
  text-indent: 32px;
  line-height: 1.8;
  text-align: justify;
  padding-bottom: 30px;
   
  color:#555;
}
.ab-tu{ padding-bottom:30px;}
#map{ height:290px; padding-bottom:30px;}
.dt-list dl{ border-bottom:1px dashed #e9e9e9; padding-bottom:23px; margin-bottom:23px;}
.dt-list dl dt{ float:left; width:156px; height:104px; border:1px solid #e3e3e3; padding:3px;}
.dt-list dl dt img{ width:100%; height:100%;}
.dt-list dl dd{ float:right; width:80%;}
.dt-list dl dd h1{ font-size:16px;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
.dt-list dl dd p{ margin:10px 0;overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical; line-height:1.6;}
.dt-list dl dd span{ opacity:0.8;}


.footer{ width:100%; background:#16325b; padding:30px 0; color:#fff; font-size:16px;}
.f-lx h1{ font-size:24px; font-weight:normal; padding-bottom:15px;}
.f-lx li{ padding-left:31px; margin-bottom:9px;}
.f-lx li span{ display:block; font-size:15px; padding:0;}
.f-lx li:nth-child(2){ background:url(../images/icon08.png) no-repeat left top;}
.f-lx li:nth-child(3){ background:url(../images/icon09.png) no-repeat left top;}
.f-lx li:nth-child(4){ background:url(../images/icon10.png) no-repeat left top;}
.f-ewm li{ display:inline-block; text-align:center; padding-left:35px; padding-top:23px;}
.f-email{ padding:16px 46px; border-right:1px solid #455b7c; border-left:1px solid #455b7c; margin-left:50px; margin-top:20px;}
.f-email li { border:1px solid #8b99ae; line-height:43px; font-size:18px; padding:0 40px; border-radius:20px; margin-top:10px;}
.f-email li a{ color:#fff; background:url(../images/yx.png) no-repeat left center; padding-left:40px;}
.banquan{ width:100%; background:#16325b; color:#fff; line-height:63px; font-size:16px; border-top:1px solid #455b7c;}
.banquan p{ float:left;}
.banquan span{ float:right;}
.banquan span a{ color:#fff; padding:0 5px;}
.banquan:after,.footer:after,.box3:after,.ri-ti:after,.dt-list dl:after,.zj-js:after{ content:""; clear:both; display:block;}
.jianT{ max-width: 100%; text-align: center; padding-top:30px;}
.jianT li a{ font-size: 14px; color:#23559e; padding:6px 10px ; line-height: 4; border-radius:3px; border:1px solid #dcdcdc; }
.jianT li a:hover{text-decoration: none; background:#1d5d9d;color:#fff;}
.jianT li{ display: inline; margin: 0 2px}
.jianT li .on{ background:#1d5d9d; color:#fff;padding: 6px 11px;border-radius:5px; border:none;}
.new-list li{
  font-size: 14px;
  position: relative;
  padding-left: 20px;
  transition-duration:.5s;
  margin-bottom: 20px;
  padding-bottom:20px;
  border-bottom:1px dashed #e9e9e9; 
}
.new-list li:before{
  content: "";
  position: absolute;
  top:7px;
  left: 0;
  width: 5px;
  height: 5px;
  background: #cccccc;
  border-radius:100%;
}
.new-list li a{
  display: block;
  width: 85%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.new-list li span{
  opacity: 0.6;
  position: absolute;
  right:0;
  top:0;
}
.new-list li:hover{
  padding-left: 25px;
}


.zj-js li{
    width: 20%;
    float: left;
    margin-right: 3%;
    margin-bottom: 39px;
	margin-right:6.5%;
	position:relative;
	border-radius:6px;
}
.zj-js11 li{margin-right: 3%;}
.zj-js li p{ /*padding-bottom: 137%;*/  position: relative;}
.zj-js11 li p{padding-bottom: 137%}
.zj-js li div{
  text-align: center;
  width: 100%;
  display: block;
  font-size: 16px;
  padding:5px 0;
  position:absolute;
  bottom:0;
  background:rgba(0,0,0,0.35);
  color:#fff;
}
.zj-js li p img{
  width: 100%;
  position:absolute; 
  height:100%; 
  top:0;
  left:0;
  display:block;
  border-radius:6px;
}
/*.zj-js li:nth-child(4n){
  margin-right: 0;
}*/
.kg-zj li{ width:30%; margin-right:4.5%;}
.kg-zj li .ld-pic{/* padding-bottom: 70%; */ position: relative;}
/*.kg-zj li p{ padding-bottom: 70%;  position: relative;}*/
.kg-zj li .ld-pic img{ border-radius:0;}
.kg-zj li div{ position:relative;}
.kg-zj li:nth-child(3n){
  margin-right: 0;
}
.kg-zj li:nth-child(4n){
  margin-right: 4.5%;
}
.zj-txt{ font-size:18px; padding-left:55px; padding-top:40px;}
.zj-txt span{ font-size:20px; font-weight:bold; display:block; padding-bottom:5px;}
.zj-zi01{ font-size:16px; color:#555;  line-height:2; padding-top:20px; padding-bottom:60px;}
.zk-list dl{ float:left; width:30%; margin-bottom:20px; margin-right:5%;}
.zk-list dl dt{ position:relative;padding-bottom: 130%;}
.zk-list dl dt .img02{ border:9px solid #cdcdcd; width:100%;  box-sizing: border-box;height: 100%;position: absolute;
    top: 0;
    left: 0;}
.zk-list dl dd{ width:100%; text-align:center; padding-top:18px;}
.zk-list dl dd a{ display:inline-block; line-height:20px; padding-left:26px; margin:0 10px;}
.zk-list dl dd a:nth-child(1){ background:url(../images/yd.png) no-repeat left center;}
.zk-list dl dd a:nth-child(2){ background:url(../images/xz.png) no-repeat left center;}
.zk-list dl:nth-child(3n){ margin-right:0;}
.xkjs3{ padding-top:30px;}
.xkjs3 h1{ float:left; color:#204985; font-size:24px;}
.xkjs3 ul{ float:left;}
.xkjs3 li{ float:left; height:35px; line-height:35px; font-size:16px; text-align:center;   cursor:pointer; padding:0 31px; position:relative; }
.xkjs3 li:after{ content:""; position:absolute; width:1px; height:18px; background:#d1d1d1; right:0; top:8px;}
.xkjs3 li:last-child:after{ display:none;}
.xkjs3 li:hover{ background:#4881bc; color:#fff; }
.xkjs4{padding-top:72px;}
.xkjs4-1{width:100%; height:2px; background:#6795c2; position:relative;}
.xkjs4-1 .bit{ position:absolute; height:58px; left:10%; min-width:100px; line-height:48px; text-align:center; font-size:18px; font-weight:700; color:#6795c2; top:-47px; background:url(../images/xj.jpg) no-repeat center bottom; }
.xkjs4-1 .more11{ position:absolute; height:48px; right:2%; min-width:80px; line-height:48px; text-align:center; font-size:16px; color:#6795c2; top:-48px; }
.xkjs4-2{padding:30px; background:#f4f4f4;}
.xkjs4-2 .xk-pic{width:70.5882%; margin:0 auto;}
.xkjs4-2 .xk-txt{width:90%; padding:0 5%;font-weight: 400; font-style: normal; font-size: 16px; line-height: 35px;}
.xkjs4-2 .xk-txt img{width:60%; padding:15px 20% 0 20%;}


.xkjs4-2 .new-list li{ padding-bottom:10px; margin-bottom:10px;}
.ks-biao{ color:#23559e; font-size:20px; padding-bottom:25px;}
.ab-xi .CbContainer1 a{ height:37px; line-height:37px; width:19%; margin-right:1%; margin-bottom:12px;}
.ab-xi .CbContainer1 a:nth-child(4n){ margin-right:1%;}
.ab-xi .CbContainer1 a:nth-child(5n){ margin-right:0;}
.ab-xi .CbContainer1{ padding-bottom:30px;}
.ab-xi .CbContainer1:after{ content:""; clear:both; display:block;}
.cz-ti{ width:100%; text-align:center; padding-bottom:20px;}
.cz-ti li{ display:inline-block; padding:0 10px;}
.gk-ti01{ text-align:center; color:#555; font-size:20px; padding-bottom:15px;}
.cz-ti li img{ vertical-align:middle; padding-right:6px;}
.zn01{ padding-bottom:40px;}
.zn01 dl dt{ width:175px; height:32px; line-height:32px; color:#fff; font-weight:bold; font-size:18px; background:url(../images/bgg.png) no-repeat; padding-left:20px; margin-bottom:18px;}
.zn01 dl dd{ font-size:16px; padding-left:15px;}
.zn01 dl dd a{ color:#1b65c6;}
.zn02:after{ content:""; clear:both; display:block;}
.zn02 dl{ float:left; width:50%;}
.zn02 dl dd{ width:90%; line-height:1.8;}
.ewm{ border-top:1px dashed #e4ded7; padding-top:40px; margin-top:30px; text-align:center;}

.jgsz{width:892px; margin:70px 0 100px 0; min-height:855px;}
.jgsz .big_bit{width:44px; float:left; position: relative; transform: translateY(50%); font-weight:bold; padding:20px 5px; border-radius:20px; border:2px solid #1b65c6; color:#222222; font-size:20px;  text-align:center;}
.jgsz .line{ width:65px; float:left; padding-left:65px; /*height:463px;*/ height:350px; position:relative; margin-top:245px; background:url(../images/line.png) no-repeat;}
.jgsz .box{ width:116px; height:36px; border:2px solid #1b65c6; border-radius:20px; line-height:36px; font-weight:normal; cursor:pointer; text-align:center; font-size:14px; color:#333333; position:absolute; font-family:"宋体";}
.jgsz .box:hover{background:#1b65c6; color:#fff;}
.jgsz .d1{ right:-116px; top:-17px;}

.Menubox2 { width:116px; position:relative; float:left; min-height:744px; }
.Menubox2 li {width:116px; height:36px; position:absolute; border:2px solid #1b65c6; border-radius:20px; line-height:36px; font-weight:normal; cursor:pointer; text-align:center; font-size:14px; color:#333333;font-family:"宋体";}
.Menubox2 li:nth-child(1){top:228px; }
.Menubox2 li:nth-child(2){top:413px; }
.Menubox2 li:nth-child(3){top:575px; }
.Menubox2 li:nth-child(4){top:708px; left:-85px; width:200px; }
.Menubox2 li:hover {background:#1b65c6; color:#fff;}
.Contentbox2 { float:left; min-height:196px; }

.CbContainer2{width:100%;  }
.CbContainer2:nth-child(2){top: -57px; position:relative;}
.CbContainer2:nth-child(3){top: 350px; position:relative;}
.xz-ti{ font-size:18px; color:#333; padding-bottom:20px;}
.xz-zi01{ line-height:1.8; padding-bottom:15px;}
.xz-zi01 span{ display:block; }
.fb01 { width:50%; float:left;}
.fb01 dl{ padding-bottom:27px;}
.fb01 dl dt{ background:#8ec3f2; color:#fff; font-size:18px; font-weight:bold;    display: inline-block;
    padding: 0 10px; text-align:center; height:30px; line-height:30px; margin-bottom:10px;}
.fb01 dl dd{ font-size:18px; line-height:1.8;}
.four{width: 202px;
    height: 36px;
    position: absolute;
	bottom:0;
    border: 2px solid #1b65c6;
    border-radius: 20px;
    line-height: 36px;
    font-weight: normal;
    cursor: pointer;
    text-align: center;
    font-size: 14px;
    color: #333333;
    font-family: "宋体";    left: -70px;}
.ne-new-ti{
  text-align: center;
  border-bottom:1px dashed #ccc;
  padding-bottom: 10px;
}
.ne-new-ti div{
  font-size: 16px;
  padding-bottom: 5px;
}
.ne-new-ti span{
  color: #666;
}
.ne-new-xi{
  padding: 10px 0;
  line-height: 26px;
}

/*历史沿革*/
.lsyg_nav{padding: 80px 60px;}
.lsyg_nav li{zoom: 1;min-height: 210px;}
.lsyg_nav li:after{display: block;content: '';clear: both;}
.ls_fl{float: left;width: 20%;text-align: right;}
.ls_fl span{font-size: 20px;color: #214b88;font-weight: bold;}
.ls_fc{float: left;width: 10%;position: relative;}
.ls_fc span{display: block;width: 18px;height: 18px;background: url(../images/ls_i2.jpg) no-repeat;margin: 0 auto;margin-top: 7px; position: relative;}
.ls_fc span:after{display: block;content: ''; width: 2px;min-height:210px; background: #000000;position: absolute;left: 50%;margin-left: -1px;top: 100%;}
.lsyg_nav li:not(:last-child)>.ls_fc>span:after{min-height: 360px;}
.ls_fr{float: left;width: 70%;box-sizing: border-box;padding-left: 30px;}
.ls_fr h4{font-size: 20px;color: #214b88;font-weight: bold;margin-bottom: 20px;}
.ls_fr_nav{zoom: 1;padding-bottom: 80px;}
.ls_fr_nav:after{display: block;content: '';clear: both;}
.ls_fr_nav>img{float: left;margin-right: 30px;}
.ls_fr_nav p{font-size: 14px;font-family: "宋体";line-height: 26px;}
.lsyg_nav li:nth-child(1)>.ls_fc>span{width: 51px;height: 50px;background: url(../images/ls_i1.jpg) no-repeat;background-size: 100% 100%; margin-top: -10px;}
.xkdt img{ }.tsyl1{ width:45%; margin:0 auto;}

.slideBox1{ width:100%; overflow:hidden; position:relative; margin-bottom:20px;}
		.slideBox1 .hd{ height:15px; overflow:hidden; position:absolute; right:5px; bottom:5px; z-index:1; }
		.slideBox1 .hd ul{ overflow:hidden; zoom:1; float:left;  }
		.slideBox1 .hd ul li{ float:left; margin-right:2px;  width:15px; height:15px; line-height:14px; text-align:center; background:#fff; cursor:pointer; }
		.slideBox1 .hd ul li.on{ background:#f00; color:#fff; }
		.slideBox1 .bd{ position:relative; height:100%; z-index:0;   }
		.slideBox1 .bd li{ zoom:1; vertical-align:middle; position:relative; padding-bottom:18.85%; }
		.slideBox1 .bd img{ width:100%; height:100%; position:absolute; top:0; left:0; display:block;  }










/*历史沿革*/

@media only screen and (max-width: 1240px){
.wrap {width: 980px;}
.lsyg_nav{padding: 0;}

}
@media only screen and (max-width: 992px){
.wrap{width: 780px;}
.ls_fr_nav p>img:nth-child(1){width: 40%;}
.ls_fr_nav p>img:nth-child(2){width: 20%;}
.ls_fr_nav p>img:nth-child(3){width: 20%;}
}

@media only screen and (max-width: 760px){
.wrap{padding-left: 2%;padding-right: 2%;width: auto;}

.menu{
  display: block;
  z-index: 9998;
}
.logo{ background:#fff; padding:10px;}

.header {
    background: #003f87;
    transition: all 0.6s;
    -moz-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    width: 200px;
    position: fixed;
    left: -200px;
    top: 0;
    height: 100%;
    z-index: 9999;
}
.left_active{left: 0;}
.header .wrap{
  padding:0;
}
.nav li,.news2,.box2-ri,.ks-tu,.ks-ri,.box3-le{
  width: 100%;
}
.search{
  display: none;
}
.nav li{
  border: none;
}
.nav{
  height: 40px;
  line-height: 40px;
}
.box1,.box2,.in-ks,.footer{ padding:20px 0;}
.box1 dl dt{ width:40px; height:40px; background-size:cover}
.box1 dl:nth-child(1):hover dt{ background:url(../images/icon01.png) 0 -40px; background-size:cover}
.box1 dl:nth-child(2):hover dt{ background:url(../images/icon02.png) 0 -40px; background-size:cover}
.box1 dl:nth-child(3):hover dt{ background:url(../images/icon03.png) 0 -40px; background-size:cover}
.box1 dl:nth-child(4):hover dt{ background:url(../images/icon04.png) 0 -40px; background-size:cover}
.box1 dl:nth-child(5):hover dt{ background:url(../images/icon05.png) 0 -40px; background-size:cover}
.box1 dl:nth-child(6):hover dt{ background:url(../images/icon06.png) 0 -40px; background-size:cover}
.box1 dl:nth-child(7):hover dt{ background:url(../images/icon07.png) 0 -40px; background-size:cover}
.box1 dl:hover dd{ color:#fff;}
.box1 dl dd,.f-lx h1{ font-size:15px;}
.box1 dl{ padding:5px 10px; margin-bottom:20px;}
.box1 dl:nth-child(4){ border:none;}
.h1{ font-size:16px; width:68%;}
.zbit{ font-size:16px;}
.ks-txt h1{ font-size:20px;}
.Menubox1 li{ font-size:16px; height:40px; line-height:40px; width:33.33%; margin-right:0;}
.ks-ri{ padding:10px 1%;}
.CbContainer1 a{ width:48%; line-height:30px; height:30px;}
.CbContainer1 a:nth-child(2n){ margin-right:0;}
.Contentbox1{ padding-top:0;}
.box3-le{ padding-bottom:20px;}
.box3 .box3-le:nth-child(2){ margin:0;}
.f-email{ padding:10px 0;border-right:none;border-left:none;margin-left: 1%; margin-top: 20px; float:none; width:100%; text-align:center; clear:both;}
.f-ewm{ width:100%; text-align:center; float:none;}
.f-ewm li{ padding-left:0; padding-right:10px;}
.banquan{ line-height:1.6; padding:15px 0; font-size:14px;}
.ne-le, .ne-ri {width: 100%;top: 0;padding-bottom: 0;}
.ne-le h1 {font-size: 20px;background-size: cover;height: 50px;line-height: 50px; padding-left:15px;}
.ne-le ul li {width: 33.33%;float: left;font-size: 16px;line-height: 40px;}
.le-lx{ display:none;}
.ne-le ul li a{ padding-left:15px;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
.ne-ri{ margin-top:10px; padding:10px;}
.ri-ti p{ display:none;}
.gk-ti01{ font-size:16px;}
.dt-list dl dd{ width:50%;}
.dt-list dl dd p{white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
.dt-list dl dd span{ font-size:12px;}
.zn01{ padding-bottom:20px;}
.zn02 dl{ width:100%; padding-bottom:20px;}
.ewm{ padding-top:10px; margin-top:10px;}
.ab-xi .CbContainer1 a{ width:48%;}
.ab-xi .CbContainer1 a:nth-child(5n){ margin-right:1%;}
.xkjs3{ padding-top:10px;}
.xkjs3 ul li{ padding-right:0; padding-left:0; width:33%;}
.xkjs3 ul li:nth-child(5){ width:60%;}
.xkjs4-2{ padding:10px;}
.zj-js li div{ font-size:12px; padding:0;}
.zj-js li{ margin-bottom:10px;}
.fb01 dl dd{ font-size:14px;}
.fb01{ width:100%;}

.ls_fl span{font-size: 16px;}
.ls_fr h4{font-size: 16px;}
.ls_fr_nav>img{float: none;margin-right: 0;}
.lsyg_nav li:not(:last-child)>.ls_fc>span:after{min-height: 400px;}
.lsyg_nav li:nth-child(1)>.ls_fc>span{width: 30px;height: 30px;margin-top: 7px;}
.ls_fr_nav{padding-bottom: 30px;}
.ls_fr{padding-left: 10px;}
.xkdt img{ height:200px;}
.tsyl1{ width:100%; margin:0 auto;}
}


@keyframes icon-bounce {
  0%, 100% {-moz-transform: rotate(0deg); -ms-transform: rotate(0deg);-webkit-transform: rotate(0deg);transform: rotate(0deg);}
  25% {-moz-transform: rotate(15deg);-ms-transform: rotate(15deg);-webkit-transform: rotate(15deg);transform: rotate(15deg);}
  50% {-moz-transform: rotate(-15deg);-ms-transform: rotate(-15deg);-webkit-transform: rotate(-15deg);transform: rotate(-15deg);}
  75% { -moz-transform: rotate(5deg);-ms-transform: rotate(5deg);-webkit-transform: rotate(5deg);transform: rotate(5deg);}
  85% {-moz-transform: rotate(-5deg);-ms-transform: rotate(-5deg);-webkit-transform: rotate(-5deg);transform: rotate(-5deg); }
}
@-webkit-keyframes icon-bounce {
 0%, 100% {-moz-transform: rotate(0deg); -ms-transform: rotate(0deg);-webkit-transform: rotate(0deg);transform: rotate(0deg);}
  25% {-moz-transform: rotate(15deg);-ms-transform: rotate(15deg);-webkit-transform: rotate(15deg);transform: rotate(15deg);}
  50% {-moz-transform: rotate(-15deg);-ms-transform: rotate(-15deg);-webkit-transform: rotate(-15deg);transform: rotate(-15deg);}
  75% { -moz-transform: rotate(5deg);-ms-transform: rotate(5deg);-webkit-transform: rotate(5deg);transform: rotate(5deg);}
  85% {-moz-transform: rotate(-5deg);-ms-transform: rotate(-5deg);-webkit-transform: rotate(-5deg);transform: rotate(-5deg); }
}
@-moz-keyframes icon-bounce {
  0%, 100% {-moz-transform: rotate(0deg); -ms-transform: rotate(0deg);-webkit-transform: rotate(0deg);transform: rotate(0deg);}
  25% {-moz-transform: rotate(15deg);-ms-transform: rotate(15deg);-webkit-transform: rotate(15deg);transform: rotate(15deg);}
  50% {-moz-transform: rotate(-15deg);-ms-transform: rotate(-15deg);-webkit-transform: rotate(-15deg);transform: rotate(-15deg);}
  75% { -moz-transform: rotate(5deg);-ms-transform: rotate(5deg);-webkit-transform: rotate(5deg);transform: rotate(5deg);}
  85% {-moz-transform: rotate(-5deg);-ms-transform: rotate(-5deg);-webkit-transform: rotate(-5deg);transform: rotate(-5deg); }
}
@-o-keyframes icon-bounce {
  0%, 100% {-moz-transform: rotate(0deg); -ms-transform: rotate(0deg);-webkit-transform: rotate(0deg);transform: rotate(0deg);}
  25% {-moz-transform: rotate(15deg);-ms-transform: rotate(15deg);-webkit-transform: rotate(15deg);transform: rotate(15deg);}
  50% {-moz-transform: rotate(-15deg);-ms-transform: rotate(-15deg);-webkit-transform: rotate(-15deg);transform: rotate(-15deg);}
  75% { -moz-transform: rotate(5deg);-ms-transform: rotate(5deg);-webkit-transform: rotate(5deg);transform: rotate(5deg);}
  85% {-moz-transform: rotate(-5deg);-ms-transform: rotate(-5deg);-webkit-transform: rotate(-5deg);transform: rotate(-5deg); }
}