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;
}
.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: #18acb9 solid 1px;
  border-radius: 50px;
  text-align: right;
  width:80%;
  float: right;
  height:40px;
}
.search input{
  border:none;
  background: none;
  outline: none;
}
.search button{
  position: absolute;
  right:15px;
  top:1px;
  background: #18acb9;
  border:none;
  border-radius: 50px;
  width: 38px;
  height:38px;
}
.dbu{
	display: flex;
	justify-content: space-between;
}
.col-logo{
	width: 38%;
	margin-right: 1%;
}
.col-dh{
	width: 78%;
}
.navbox{
  color: #063dd7;
}
.navbox .navbar{
  padding-left:0px;
  padding-right:0px;
}
.navbar{
	padding:.0rem 0rem !important;
}
.navbar-dark .navbar-nav .nav-link{
	color: #5a5a5a;
}
.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
	color: #006cbd;
}
.navbox .dropdown-menu{
  background: rgba(0,0,0,.5);
  border:none;
  border-radius: 0px;
  min-width: 100px;
  top: 57px;
}
.navbar-dark .navbar-nav .active>.nav-link,{
	color: #063dd7;
}
.navbar-dark .navbar-nav .nav-link:hover {
    color: #006cbd;
}
.navbox .dropdown-item{
  color: #ffffff;
  text-align: center;
}
.navbox .dropdown-item:hover{
  background: #006cbd;
}
.navbox ul.navbar-nav{
  width:100%;
  text-align: center;
}
.navbox ul.navbar-nav li{
  width:17%;
  font-size: 18px;
  padding:.5rem 0rem;
}
.aa .li{

  background: #469bf6;
}

.navbox ul.navbar-nav li:hover{
	font-weight: bold;
}
.navbox .navbar-nav>li:hover .dropdown-menu {
  display: block;
}
.navbar-dark .navbar-nav .nav-link:hover {
  color: #002f9b;
}

.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 h2 {
	font-size: 20px;
	color: #383838;
	font-weight: bold;
	line-height: 40px;
    margin-bottom: 18px;
}
.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: #575757;
  color: #fff;
  padding:20px 0px;
}
.link{
    font-size: 18px;
	border-bottom: 1px #ffffff solid;
    padding-bottom: 20px;
	text-align: center;
}
.link select{
    width: 220px;
    font-size: 15px;
    margin-right: 60px;
}
.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: 57px;
  position: relative;
  padding-left:10px;
  height: 57px;
  overflow:hidden;
  font-size: 18px;
  text-overflow:ellipsis;
  white-space:nowrap;
  color: #000000;
  border-bottom: 1px #c2c2c2 dashed;
}
.blue{
  color: #42d7e4;
}
.time {
  font-size: 36px;
  text-align: center;
  padding-bottom: 10px;
	font-weight: bold;
	color: #000000;
}
.time span{
  display: block;
  font-size: 18px;
	font-weight: normal;
	color: #7f7f7f;
}
.notime {
  font-size: 36px;
  text-align: center;
  padding-bottom: 10px;
	font-weight: bold;
	color: #000000;
}
.notime span{
  display: block;
  font-size: 18px;
	font-weight: normal;
	color: #7f7f7f;
}
.width80{
    width:80%;
}

ul.topmain li{
  display: flex;
  justify-content:space-between;
}
ul.topmain li a{
	width: 630px;
	overflow: hidden;
}
ul.topmain li span{
  color: #acacac;
	font-size: 14px;
	line-height: 50px;
	float: right;
}
ul.main li::before {
    content: "";
    position: absolute;
    width: 4px;
    height: 4px;
    background: #209ffe;
    left: 0px;
    top: 50%;
}
.mt10px{
	margin-top: 10px;
}
ul.main22 li{
  line-height: 35px;
  position: relative;
  padding-left:10px;
  height: 35px;
  overflow:hidden;
  font-size: 16px;
  text-overflow:ellipsis;
  white-space:nowrap;
  color: #000000;
}
ul.topmain22 li{
  display: flex;
  justify-content:space-between;
}
ul.topmain22 li a{
	width: 513px;
	overflow: hidden;
}
ul.topmain22 li span{
  color: #acacac;
	font-size: 14px;
	line-height: 35px;
	float: right;
}
ul.main22 li::before {
    content: "";
    position: absolute;
    width: 4px;
    height: 4px;
    background: #209ffe;
    left: 0px;
    top: 50%;
}
.zigongsi{
	background: url("../images/bgdb.jpg") repeat-x;
	height: 58px;
	color: #ffffff;
	font-size: 14px;
	line-height: 58px;
	text-align:center;
}
.part1fr{}
.part1fr ul.part1ul{list-style:none; overflow: hidden; margin-bottom: 0;}
.part1fr ul.part1ul li{float:left;cursor:pointer; text-align: center; padding:0px 0px 10px; font-size: 20px;margin-right: 50px;line-height: 20px;}
.part1fr ul.part1ul li.aa{color:#0085e9; border-bottom: 2px #0085e9 solid;}
.part1fr .content1{}
.part1fr .content1>div{display:none; position: relative;}
.part1fr .content1>div.aa{display:block;}
.more{
  position: absolute;
  color: #999;
  right:0px;
  top:-40px;
}

.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;
}
.nocol-7{
	width: 990px;
}
.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{
	border-bottom: 1px solid #0063b7;
	height: 60px;
}
.moye h3{ text-align:center;font-size: 30px; line-height: 50px; font-weight: normal; color: #4c4b4b; font-weight: bold;}
.moye h6{ text-align:center; margin:40px 0 50px; font-size: 16px; line-height: 20px; font-weight: normal; color: #868686}
.moye h6 span{
	color: #0063b7;
	margin-right: 30px;
}
.moye .moyetu{margin:0 auto; margin-bottom: 40px;}
.nrr{
	padding: 75px;
	margin-bottom: 30px;
}
.moye p {
    /* text-indent: 2em; */
    font-size: 18px;
    line-height: 36px;
	color: #545454;
	margin-bottom: 15px;
}

.partej{
	background: url("../images/bgjjj.jpg") no-repeat top center;
}
.part22fr ul.part22ul {
	list-style: none;
	overflow: hidden;
	background-color: #f3f3f3;
	height: 70px;
	width: 530px;
	margin: 0 auto;
}

.part22fr ul.part22ul li {
	float: left;
	cursor: pointer;
	text-align: center;
	padding: 0px 70px;
	font-size: 22px;
	margin-right: 20px;
	color: #000000;
	line-height: 70px;
}

.part22fr ul.part22ul li.aa {
	color: #ffffff;
	background-color: #209ffe;
}

.part22fr .content22 {}

.part22fr .content22>div {
	display: none;
	position: relative;
}

.part22fr .content22>div.aa {
	display: block;
}
.newswt22{
	margin: 0 auto;
    border-bottom: #d2d2d2 solid 1px;
	padding: 40px 0;
}
.newswt22 p.qhui a{ color:#9a9a9a;overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;}
.newswt22 p.time{ font-size:14px; line-height: 20px; color: #0077f0; display:flex;padding-bottom: 0;}

.newswt22 .row{
	margin-left: 10px;
}
.newswt22 h3{
  font-size: 22px;
    overflow: hidden;
    line-height: 32px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 20px;
    font-weight: bold;
    color: #4b4b4b;
    height: 65px;
}
}
.newswt22 h3 a{
	width: 630px;
	overflow: hidden;
}
.newswt22 h3 span{
	font-size: 14px;
	color: #acacac;
	line-height: 50px;
	font-weight: normal;
	float: right;
}
.newswt22 p{
	margin-bottom: 0px;
	text-indent: 2em;
}
.newswt22 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: #585858;
  line-height: 26px;
  margin-right: 100px;
}
.newswt22 .col-3 img {
	width: 230px;
	height: 150px;
}

.znzz{
	width: 90%;
	margin: 0 auto;
	margin-bottom: 200px;
}
.znzz .nrlogo{
	text-align: center;
	margin-top: 60px;
}
.znzz p{
	font-size: 18px;
	line-height: 36px;
	text-indent: 2em;
	margin-top:50px;
}
.znzz .zzjg{
	text-align: center;
}

.fenye{ margin: 60px auto 100px; width: 150px;
}
.page-item.active .page-link{ }
.page-link{ color:#333333;}

/*2311联系我们*/s

.lxk{
	border-right: 1px solid #209ffe;
	margin: 0 auto;
	height: 270px;
}
.lxk .lxtb{
	text-align: center;
	margin-bottom: 20px;
}
.mt100px{
	margin-top: 100px;
}
.lxk .lxwz h1{
	font-size: 16px;
	color: #393939;
	line-height: 30px;
}
.lxk .lxwz h2{
	font-size: 24px;
	color: #393939;
	line-height: 36px;
}
.lxk .lxwz h3{
	font-size: 20px;
	color: #393939;
	line-height: 30px;
}
.ditu{
	width: 100%;
}
.ditu img{
	width: 100%;
}
.container{
  max-width: 1300px;
  margin: 0 auto;
}

/*2311新首页*/
.top11{
	background: url("../images/11xbn.jpg") no-repeat center;
	height: 218px;
}
.wwnav{
	color: #ffffff;
}
.navbox11{
  color: #ffffff;
  background-color: #118ae4;
}
.navbox11 .navbar11{
  padding-left:0px;
  padding-right:0px;
}
.navbar-dark11 .navbar-nav11 .nav-link11{
	color: #5a5a5a;
}
.navbar-dark11 .navbar-nav11 .nav-link11:focus, .navbar-dark11 .navbar-nav11 .nav-link11:hover {
	color: #006cbd;
}
.navbox11 .dropdown-menu11{
  background: rgba(0,0,0,.5);
  border:none;
  border-radius: 0px;
  min-width: 100px;
  top:45px;
}
.navbar-dark11 .navbar-nav11 .active>.nav-link11,{
	color: #063dd7;
}
.navbar-dark11 .navbar-nav11 .nav-link11:hover {
    color: #006cbd;
}
.navbox11 .dropdown-item11{
  color: #ffffff;
  text-align: center;
}
.navbox11 .dropdown-item11:hover{
  background: #006cbd;
}
.navbox11 ul.navbar-nav11{
  width:100%;
  text-align: center;
}
.navbox11 ul.navbar-nav11 li{
  width:17%;
  font-size: 18px;
}
.row11{
	display: flex;
	justify-content:space-between;
}
.col-511{
	width:35%;
	margin-right: 3%;
}
.col-211{
	width: 24%;
}
ul.main33 li{
  line-height: 28px;
    position: relative;
    padding-left: 10px;
    height: 64px;
    font-size: 16px;
    color: #000000;
}
ul.main33 li::before {
    content: "";
    position: absolute;
    width: 4px;
    height: 4px;
    background: #000000;
    left: 0px;
    top: 20%;
}

#llwmMap{
	width: 1900px;
	height: 700px;
}

.pcNone{
	display: none;
}
.wapNone{
	display: block;
}
@media screen and (max-width: 750px){
	.top{
		background-color:#0063B8;
		padding: 0.3rem 0 0.25rem;
	}
	.col-logo{
		width:5.53rem;
		height:0.92rem;
	}
	.col-logo img{
		width: 5.53rem;
	}
}
.col-sousuo{
	flex: 0 0 25%;
    max-width: 20%;
    margin-right: -150px;
}
.col-sousuo2{
	flex: 0 0 25%;
    max-width: 25%;
    margin-right: -150px;
}

.search {
    border: #dcdcdc solid 1px;
    text-align: right;
    width: 80%;
    float: right;
    height: 40px;
    margin-top: 8px;
    border-radius: 5px;
    background-color: #fff;
}
.search input{
  border:none;
  background: none;
  outline: none;
}
.search button{
  position: absolute;
  right:-150px;
  top:16px;
  background: #fff;
  border:none;
  width: 38px;
  height:36px;
  border-radius: 50px;
}