a{
  color:inherit;
}
a:hover{
  color:inherit;
  text-decoration:none;
}
ul{
  list-style:none;
  padding-left:0px;
}
@font-face {
  font-family: 'iconfont';
  src: url('../fonts/iconfont.eot');
  src: url('../fonts/iconfont.eot?#iefix') format('embedded-opentype'),
      url('../fonts/iconfont.woff2') format('woff2'),
      url('../fonts/iconfont.woff') format('woff'),
      url('../fonts/iconfont.ttf') format('truetype'),
      url('../fonts/iconfont.svg#iconfont') format('svg');
}
.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.banner{
  position: relative;
}
.container{
  max-width: 1300px;
  margin: 0 auto;
}
.logo{
  position: absolute;
  left: 10%;
  top:5%;
  z-index: 2;
}
.width100 img{
  width:100%;
}
.topbar{
  background: #ededed;
  color: #999;
  font-size: 14px;
  line-height: 30px;
}
.topbar a{
  margin-right: 20px;
}
.topbar img{
  margin-top: -5px;
}
.topbar a.ac{
  color: #1f8189;
}
.topbarfr{
  text-align: right;
}
.top{
  padding:30px 0px 25px;
}
.topfr{
  text-align: right;
}
.topfr a{
  border-radius: 60px;
  border: #ccc solid 1px;
  color: #999;
  padding:3px 10px;
  margin-left: 10px;
  font-size: 14px;
}
.search{
  border: #1a4672 solid 1px;
  border-radius: 50px;
  text-align: right;
  width:80%;
  float: right;
  height:40px;
	margin-top: 30px;
}
.search input{
  border:none;
  background: none;
  outline: none;
}
.search button{
  position: absolute;
  right:15px;
  top:31px;
  background: #1a4672;
  border:none;
  border-radius: 0px 50px 50px 0px;
  width: 80px;
  height:38px;
	color: #ffffff;
}
.dbu{
	display: flex;
	justify-content: space-between;
}
.col-logo{
	width: 38%;
	margin-right: 1%;
}
.col-dh{
	width: 78%;
}

.swiper-container1 .swiper-pagination-bullet{
  width:80px;
  border-radius: 0px;
}
.swiper-container1 .swiper-pagination-bullet-active{
  background: #18acb9;
}
.swiper-container-horizontal>.swiper-pagination1{
  bottom:50px;
}
.sidebar{
  width:45px;
  position: fixed;
  right:20px;
  top:50%;
  text-align: center;
  z-index: 2;
}
.sidebar a{
  display: block;
  padding-top: 5px;
  padding-bottom: 5px;
}
.backtop{
  background: #002fa7;
}
.tanchu{
  position: relative;
  background: #585858;
  margin-bottom: 1px;
}
.erweimatan,.phonetan,.dizhitan{
  position: absolute;
}
.erweimatan{
  margin-top: -40px;
  left:-85px;
  top:50%;
}
.dizhitan{
  margin-top: -45px;
  left: -275px;
  top: 60%;
}
.phonetan{
  width:178px;
  height:86px;
  margin-top: -43px;
  left:-160px;
  top:50%;
  background: url("../images/phonebg.png") no-repeat center;
  padding-top: 30px;
  font-size: 18px;
  text-align: left;
  padding-left: 20px;
  color: #002fa7;
}
.tan{
  display: none;
}

.topmenu span{
  font-size: 40px;
  display: block;
  color: #11aab7;
}
.topmenu a{
  padding:10px 0px 15px;
  display: block
}
.topmenu .col{
  background: #fff;
  transition: all .3s ease-out .1s;
}
.topmenu .col:hover{
  background: #11aab7;
  transition: all .3s ease-in .1s;
  color: #fff;
}
.topmenu .col span{
  /* transform:scale(1) ;
  -webkit-transform:scale(1) ;
  -moz-transform:scale(1) ;
  -o-transform:scale(1); */
  transform: rotateY(0deg);
  transition: all .5s ease .1s;
}
.topmenu .col:hover span{
  color: #fff;
  /* transform:scale(1.1) ;
  -webkit-transform:scale(1.1) ;
  -moz-transform:scale(1.1) ;
  -o-transform:scale(1.1); */
  transform: rotateY(360deg);
  transition: all .5s ease .2s;
}
.topmenu .col::before{
  content: "";
  position: absolute;
  left:0px;
  bottom:0px;
  width:0;
  height:5px;
  background: #f07d01;
  transition: all .3s ease-in .1s;
}
.topmenu .col:hover::before{
  width:100%;
  transition: all .3s ease-out .1s;
}
.topmenu{
  background: #fff;
  text-align: center;
  box-shadow: rgba(0,0,0,.2) 1px 1px 5px;
  border-radius: 5px;
  margin-top: -40px;
  position: relative;
  z-index: 3;
  color: #666;
}
/* .topmenu .col{
  border-right: #eee solid 1px;
}
.topmenu .col:last-child{
  border-right:none;
} */
.swiper-containermode img{
  width:100%;
}
.swiper-containermode p{
  position:absolute;
  left:0px;
  bottom:0px;
  background:rgba(0,0,0,.5);
  color:#fff;
  overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap;
  margin:0px;
  width:100%;
  line-height:45px;
  width:100%;
  padding-left: 10px;
  padding-right: 100px;
}
.swiper-paginationmode{
  text-align:right;
}
.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{
   width:98%;
}
.mt40px{
  margin-top: 40px;
}
.mt30px{
  margin-top: 30px;
}
.tzgg{
	border-bottom: 1px solid #dadada;
	height: 60px;
}
.title{
	border-bottom: 2px solid #bebebe;
	margin-bottom: 15px;
}
.title h2 {
	font-size: 20px;
	color: #ffffff;
	background-color: #1a4672;
	line-height: 40px;
	border-radius: 5px;
	width: 90px;
	text-align: center;
    margin-bottom: 3px;
}
.more1{
    color: #ffffff;
	background-color: #002fa7;
	position: absolute;
    right: 0px;
    font-size: 14px;
    top: 14px;
	padding: 6px 10px;
	border-radius: 5px;
}

.dangj{
	background-color: #f3f8ff;
	padding: 35px 10px 20px;
}
.mt10px{
	margin-top: 10px;
}
.mt50px{
	margin-top: 50px;
}
.yewu{
margin: 30px auto 0;
position: relative;}
.ywkk img{
width:100%;
}
.yewu .swiper-button-next,.yewu .swiper-container-rtl .swiper-button-prev{
  right:-30px;
  outline: none;
}
.yewu .swiper-button-prev,.yewu .swiper-container-rtl .swiper-button-next{
  left:-40px;
  outline: none;
}
.swiper-button-prev6::after{
color:#002fa7;}
.swiper-button-next6::after{
color:#002fa7;}
.zuopin1 img{
	border-radius: 10px;
}

.part5 {
    padding-top: 100px;
	color: #878787;
	text-align: center;
}
.dbdh h4 {
    color: #191a1b;
	font-size: 18px;
	font-weight: bold;
}
.db li {
    line-height: 36px;
    font-size: 16px;
}
.footer{
  background: #1a4672;
  color: #fff;
  padding:30px 0px;
  text-align: center;
}
.footer p{
	margin-bottom: 0;
	line-height: 40px;
}
.link{
    font-size: 18px;
	border-bottom: 1px #ffffff solid;
    padding-bottom: 20px;
}
.link select{
    width: 280px;
    font-size: 16px;
    margin-right: 210px;
}
.email img{
  float: left;
  margin-right: 10px;
  margin-top: 8px;
}
.email{
  overflow: hidden;
  zoom:1;
  margin-left: 20px;
}
.email h3{
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 0px;
}
.email p{
  font-size: 14px;
}
.footerbm p{
  margin-bottom: 0px;
  font-size: 14px;
  line-height: 28px;
	text-align: center;
}
.text-align-center{
  text-align: center;
}
.borderright{
  border-right: #999 solid 1px;
}
.footerb{
  padding:15px 0px 0px;
}
.piclink a{
  display: block;
  position: relative;
}
.piclink p{
  width:100%;
  position: absolute;
  bottom:0px;
  left: 0px;
  color: #fff;
  background: rgba(0,0,0,.5);
  line-height: 40px;
  text-align: center;
  margin-bottom: 0px;
  overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap;
}
.bignews{
  margin-top: 30px;
}
.bignews h3{
  font-size: 24px;
  /* margin-bottom: 0px; */
}
.bignews p{
  color: #999;
  font-size: 14px;
  overflow:hidden;
  text-overflow:ellipsis;
  display:-webkit-box;
  -webkit-line-clamp:2;
  -webkit-box-orient:vertical;
}
ul.main li{
  line-height: 42px;
  position: relative;
  padding-left:10px;
  height: 42px;
  overflow:hidden;
  font-size: 18px;
  /*text-overflow:ellipsis;
  white-space:nowrap;*/
  color: #161616;
}

ul.main li::before {
    content: "";
    position: absolute;
    width: 4px;
    height: 4px;
    background: #1a4672;
    left: 0px;
    top: 45%;
}
ul.main22 li{
  line-height: 58px;
  position: relative;
  padding-left:13px;
  height: 58px;
  overflow:hidden;
  font-size: 18px;
	border-bottom: 1px solid #d6d6d6;
  /*text-overflow:ellipsis;
  white-space:nowrap;*/
  color: #161616;
}
ul.main22 li::before {
    content: "";
    position: absolute;
    width: 4px;
    height: 4px;
    background: #1a4672;
    left: 0px;
    top: 45%;
}
.blue{
  color: #42d7e4;
}
.time{
	border: 1px dashed #1a4672;
	padding: 20px 0px;
}
.time ul{
	margin-bottom: 0px;
}
.time ul li {
  font-size: 16px;
  text-align: center;
	line-height: 32px;
	color: #1a4672;
}
.bq{
	font-size: 14px;
	color: #1a4672;
	border: 1px solid #1a4672;
	border-radius: 5px;
	padding: 8px;
	width: 80px;
	text-align: center;
}
.width80{
    width:80%;
}
.mt10px{
	margin-top: 10px;
}

.part1fr{}
.part1fr ul.part1ul{list-style:none; overflow: hidden;border-bottom: 2px solid #bebebe;
    margin-bottom: 15px;}
.part1fr ul.part1ul li{float:left;cursor:pointer; text-align: center; font-size: 20px;margin-right: 20px;line-height: 40px;width: 90px;}
.part1fr ul.part1ul li.aa{font-size: 20px;
	color: #ffffff;
	background-color: #1a4672;
	line-height: 40px;
	border-radius: 5px;
	width: 90px;
	text-align: center;
    margin-bottom: 3px;}
.part1fr .content1{}
.part1fr .content1>div{display:none; position: relative;}
.part1fr .content1>div.aa{display:block;}
.more{
  position: absolute;
  color: #999;
  right: 14px;
  top: 10px;
}
.more2{
  position: absolute;
  color: #999;
  right: 0px;
  top: -50px;
}
.tzgg h2{
	font-size: 18px;
	color: #565656;
	line-height: 60px;
}
.tongzhi{
	font-size: 16px;
	color: #0074ca;
	line-height: 60px;
}
.mt15px{
	margin-top:15px;
}
.title2 h2{
	font-size: 20px;
	color: #383838;
	font-weight: bold;
	line-height: 40px;
    margin-bottom: 18px;
}
.title3 h2{
	font-size: 20px;
	color: #383838;
	font-weight: bold;
	line-height: 40px;
    margin-bottom: 18px;
}
.newswt33{
	display: flex;
	justify-content:space-between;
}
.newswt33 .tu22{
	width: 160px;
	margin-right: 30px;
}
.newswt33 .wen{ 
}
.newswt33 .wen h1{
	font-size: 18px;
	color: #000000;
	line-height: 30px;
	height: 30px;
	overflow:hidden;
	margin-bottom: 5px;
}
.newswt33 .wen p{
	font-size: 14px;
	color: #a4a4a4;
	line-height: 24px;
	overflow:hidden;
  text-overflow:ellipsis;
  display:-webkit-box;
  -webkit-line-clamp:2;
  -webkit-box-orient:vertical;
	margin-bottom: 8px;
	width: 80%;
}
.newswt33 .wen h3{
	font-size: 14px;
	color: #737373;
	font-weight: normal;
}


/* 二级页列表 */
.mt25px{
	margin-top: 25px;
}
.bt6px{
	border-top: 6px #002fa7 solid;
}
.dbdh h4{ color: #fb6810;}
.banner img{max-width:100%;height:auto;}
.mbx{color: #7f7f7f;
    background:none;
    padding: 10px 0px;
    border-radius: 0px;
    line-height: 40px;}
.erjil h1{ background-color: #002fa7; font-size:24px;text-shadow: rgba(0,0,0,.5) 1px 1px 1px; color:#FFFFFF; text-align:center; height:100px; border-bottom:1px #FFFFFF solid; padding-top:40px;margin-bottom: 0px;}
.ejl li{ font-size:18px; text-align:center; line-height:60px; background-color:#e8f5ff; color:#005ab6; border-bottom:1px #FFFFFF solid;}
.ejl li.h180{ height:180px; background-color:#e8f5ff;}
.ejl li.h180:hover{ background:none;background-color:#e8f5ff;}
.ejl li:hover{background-color:#002fa7;color:#FFFFFF;background:url("../images/ejjt.png") no-repeat #002fa7 220px;}
.h80px{ height:80px;}
.bb li{ border-bottom:1px #d4d4d4 dashed;}
.ywlanmut{ margin-bottom:30px;}

.newswt p.qhui a{ color:#9a9a9a;overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;}
.newswt p.time{ font-size:14px; line-height: 20px; color: #0077f0; display:flex;padding-bottom: 0;}
.newswt{
  margin: 0 auto;
  border-bottom: #209ffe solid 1px;
}
.newswt .row{
	margin-left: 10px;
}
.newswt h3{
  font-size:18px;
  overflow:hidden;
  line-height:50px;
  height: 50px;
	margin-bottom: -5px;
	font-weight: bold;
	color: #4b4b4b;
}
.newswt h3 a{
	width: 630px;
	overflow: hidden;
}
.newswt h3 span{
	font-size: 14px;
	color: #acacac;
	line-height: 50px;
	font-weight: normal;
	float: right;
}
.newswt p{
	margin-bottom: 0px;

	
}
.newswt p a{
  font-size: 14px;
  overflow:hidden;
  text-overflow:ellipsis;
  display:-webkit-box;
  -webkit-line-clamp:2;
  -webkit-box-orient:vertical;
  margin-bottom:10px;
  color: #a4a4a4;
  line-height: 26px;
  margin-right: 200px;
}
.lanmut h5 {
    font-size: 24px;
	font-weight: bold;
    line-height: 40px;
    color: #002fa7;
}
.lanmut {
	border-bottom: 1px solid #002fa7;
}

/*末页*/
.tlmbx{
	height: 50px;
}
.moye h3{ text-align:center;font-size: 28px; line-height: 45px; font-weight: normal; color: #202020;}
.moye h6{ text-align:center; margin:40px 0 50px; font-size: 14px; line-height: 20px; font-weight: normal; color: #9c9c9c;}
.moye h6 span{
	margin-right: 30px;
}
.moye .moyetu{margin:0 auto; margin-bottom: 40px;}
.nrr{
	padding: 60px 0px;
	margin-bottom: 30px;
}
.moye p {
  margin-top: 20px;
  margin-bottom: 15px;
  line-height: 24px;
  font: 18px / 32px "Microsoft Yahei";
}
/*.tit22{*/
/*    background-color: #bbdaf4;*/
/*	height: 49px;*/
/*	border-bottom: 2px solid #1a4672;*/
/*}*/
.form-control:focus {
  color: unset;
  background-color: unset;
  border-color:unset;
  outline:unset;
  box-shadow:unset;
}
.tit22{
	background:url("../images/513bg.png") no-repeat top center;
	height: 72px;
}
.newswt22{
	margin: 0 auto;
    border-bottom: #d2d2d2 dashed 1px;
	padding: 30px 0;
}
.newswt22 p.qhui a{ color:#545454;overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;    line-height: 28px;}
.newswt22 p.time{ font-size:14px; line-height: 30px; color: #0077f0; display:flex;padding-bottom: 0;}

.newswt22 .row{
	margin-left: 10px;
}
.newswt22 h3{
  font-size: 18px;
    overflow: hidden;
    line-height: 40px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    margin-bottom: 10px;
    color: #202020;
    height: 40px;
}

.mt100px{
	margin-top: 100px;
}

.ditu{
	width: 100%;
}
.ditu img{
	width: 100%;
}
.container{
  max-width: 1300px;
  margin: 0 auto;
}
.container11{
  max-width: 1300px;
  margin: 0 auto;
}
.top00{
	background-color: #f0f0f0;
	height: 40px;
}
.time00{
	font-size: 16px;
	line-height: 40px;
	color: #868585;
}
.top11{
	background:url("../images/bgtb.jpg") repeat-x;
	height: 204px;
	padding-top: 50px;
}
.row11{
	display: flex;
	justify-content:space-between;
}
.col-511{
	width:85%;
	margin-right: 3%;
}
.col-211{
	width: 12%;
}

.jkbnew1{
	border-bottom: 1px dashed #b6b6b6;
	margin-bottom: 12px;
}
.jkbnew1 h2{
	font-size: 20px;
	color: #414040;
	font-weight: bold;
	line-height: 36px;
}
.jkbnew1 p{
	font-size: 16px;
	line-height: 28px;
	color: #8c8c8c;
	overflow:hidden;
  text-overflow:ellipsis;
  display:-webkit-box;
  -webkit-line-clamp:2;
  -webkit-box-orient:vertical;
}
.szb{
	width: 100%;
	text-align: center;
}
.szb ul li{
	margin-bottom: 15px;
	border: 1px #1a4672 solid;
}
.szb ul li img{
	display: block;
	margin: 0 auto;
}

.tll img{
	width: 100%;
}
.jkbnew2{
	margin-bottom: 30px;
}
.yqlj{
	margin-bottom: 30px;
	height: 110px;
}
.yqlj h2{
	background-color:#1a4672;
	height: 50px;
	font-size: 20px;
	line-height: 50px;
	padding-left: 20px;
	color: #ffffff;
}
.yqlj ul li{
	font-size: 18px;
	line-height: 45px;
	float: left;
	margin-right: 40px;
}
.ejy{
	border: 1px solid #d6d6d6;
}
.ejy h2{
	background-color: #1a4672;
	height: 50px;
	font-size: 20px;
	line-height: 50px;
	padding-left: 25px;
	color: #ffffff;
}
.pl20px{
	padding: 0 10px;
}
.tlt22 h2{
	background-color: #1a4672;
	height: 51px;
	line-height: 51px;
	font-size: 20px;
	color: #ffffff;
	padding-left: 25px;
}
.sxyp{
	border-top: 1px solid #dedede;
	margin-top: 60px;
	padding: 30px 0px;
}
.tlr{
	text-align: right;
}
.bqsm{
	background-color: #f2f2f2;
	padding: 30px 15px;
}
.bqsm h2{
	font-size: 16px;
	line-height: 36px;
	margin-bottom: 0px;
}
.bqsm p{
	font-size: 14px;
	line-height: 34px;
	color: #444444;
	margin-bottom: 0px;
}
.tl img{
	width: 100%;
}
.mb40px{
	margin-bottom: 40px;
}

.pagination {padding-left: 0;margin: 20px 0;border-radius: 4px;}
.pagination>li {display: inline;}
.pagination>li>a,.pagination>li>span {position: relative;float: left;padding: 6px 12px;line-height: 1.42857;text-decoration: none;color: #40aae2;background-color: #fff;border: 1px solid #ddd;margin-left: -1px;}
.pagination>li:first-child>a,.pagination>li:first-child>span {margin-left: 0;border-bottom-left-radius: 4px;border-top-left-radius: 4px;}
.pagination>li:last-child>a,.pagination>li:last-child>span {border-bottom-right-radius: 4px;border-top-right-radius: 4px;}
.pagination>li>a:focus,.pagination>li>a:hover,.pagination>li>span:focus,.pagination>li>span:hover {z-index: 2;color: #23527c;background-color: #eee;border-color: #ddd;}
.pagination>.active>a,.pagination>.active>a:focus,.pagination>.active>a:hover,.pagination>.active>span,.pagination>.active>span:focus,.pagination>.active>span:hover {z-index: 3;color: #fff;background-color: #40aae2;border-color: #40aae2;cursor: default;}
.pagination>.disabled>a,.pagination>.disabled>a:focus,.pagination>.disabled>a:hover,.pagination>.disabled>span,.pagination>.disabled>span:focus,.pagination>.disabled>span:hover {color: #777;background-color: #fff;border-color: #ddd;cursor: not-allowed;}
.pagination-lg>li>a,.pagination-lg>li>span {padding: 10px 16px;font-size: 18px;line-height: 1.33333;}
.pagination-lg>li:first-child>a,.pagination-lg>li:first-child>span {border-bottom-left-radius: 6px;border-top-left-radius: 6px;}
.pagination-lg>li:last-child>a,.pagination-lg>li:last-child>span {border-bottom-right-radius: 6px;border-top-right-radius: 6px;}
.pagination-sm>li>a,.pagination-sm>li>span {padding: 5px 10px;font-size: 12px;line-height: 1.5;}
.badge,.label {line-height: 1;white-space: nowrap;}
.pagination-sm>li:first-child>a,.pagination-sm>li:first-child>span {border-bottom-left-radius: 3px;border-top-left-radius: 3px;}
.pagination-sm>li:last-child>a,.pagination-sm>li:last-child>span {border-bottom-right-radius: 3px;border-top-right-radius: 3px;}
.search-pagination>.pagination>li>a {margin: 0 3px;}
.search-pagination {text-align: center;}
.search-pagination>.pagination>.page-active>a {background-color: #40aae2;color: #fff;}
.pagination>li>a,.pagination>li>span {color: #000;}
.pagination>li>a:hover {cursor: pointer;color: #23527c;}