@charset "utf-8";

.top{
  background:transparent !important;
}

body{position:relative;}



/*ljxyaly*/
/*transition: .2s linear background-color;*/
/*hover: #70c000*/
@media screen and (max-width: 767px) and (min-width: 320px){
.pc{display:none;}
.mobile{}

}
@media screen and (min-width: 768px){
.pc{}
.mobile{display:none;}

}

.bl20{
  width: 100%;
  height: 20px;
}
.pad30{
  padding-left: 30px;
  padding-right: 30px;
}
.bl40{
  width: 100%;
  height: 40px;
}
.crumbs {
  line-height: 1;
  padding-top: 19px;
  padding-bottom: 19px;
}
.crumbs .icon{
  color: #333;
  margin: 0 2px;
}
.crumbs a{
  font-size: 15px;
  color: #333;
  transition: .2s linear all;
}
.crumbs a:last-child{
  cursor: default;
}
.crumbs a:not(:last-child):hover{
  color: #006ac0;
}
.dq_dot{
  display: block;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #868686;
}
.one-line{
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.two-line{
  overflow : hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.three-line{
  overflow : hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.five-line{
  overflow : hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
}
.six-line{
  overflow : hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  word-break: break-all;
  width: 100%;
}
.swiper-slide a{
  display: block;
}
.bl{
  display: block;
  width: 100%;
  height: 100%;
}
.dq_arrow{
  width: 20px;
  line-height: 30px;
  text-align: center;
  background-color: rgba(0,0,0,0.4);
  position: absolute;
  font-size: 16px;
  color: #fff;
  z-index: 999;
  cursor: pointer;
  transition: .2s linear all;
  top: 50%;
  transform: translateY(-50%);
  display: none;
}


.top>.wrap-p{
  padding-left: 20px;
  padding-right: 20px;
}
/*ç¿»è½¬åŠ¨ç”».imgOffset{position: relative;left:0px;cursor: pointer;}*/

.imgRota{transition:transform 1s;}
.imgRota:hover{transform:rotate(-360deg);}


.imgOffset:hover{-webkit-transform:scale( 1.05,1.05);
    -moz-transform:scale(1.05,1.05);
  -ms-transform:scale(1.05,1.05);
    -transform:scale(1.05,1.05);
    transition: .3s transform;
    cursor:pointer}


@keyframes glow {
    0% {
        border-color: #fff;
        box-shadow: 0 0 3px rgba(255, 255, 255, .2), inset 0 0 3px rgba(255, 255, 255, .1), 0 2px 0 #000;
    }
    100% {
        border-color: #ccc;
        box-shadow: 0 0 50px rgba(255, 255, 255, .6), inset 0 0 30px rgba(255, 255, 255, .4), 0 2px 0 #000;
    }
}


.top{
  background-color: rgba(0,106,192,0.5)
}
.top .wrap-p{
  background-color: transparent;
}
.top-l{
  width: 280px;
}
.top-l img{
  width: 20px;
  height: 20px;
  margin-right: 4px;
  margin-bottom: 10px;
}
.top-l li+li:before{
  padding-left: 12px;
  padding-right: 12px;
  content: '';
}




.top_con{width:1160px; margin:0 auto; height:182px; position:relative; z-index:999;}
.top_con .top_logo{width:464px; position:absolute; left: 0px; top: 50px; }
.top_con .top_logo img{width:100%;}

.top_con .search{
  position:absolute;
  right:0px;
  top: 65px;
  display: block; 
  width:580px; 
  float:right;
}
.top_con .search-input{
  width: 580px;
  border: none;
  outline: none;
  border-radius: 25px;
  background-color: #fff;
  height: 50px;
  font-size: 16px;
  color: #666;
  padding-left: 20px;
  padding-right: 70px;
}
.top_con .search-input::-webkit-input-placeholder{
  font-size: 16px;
  color: #868686;
}
.top_con .search .search-btn{
  width: 120px;
  height: 50px;
  border-radius: 25px;
  background-color: #8ecc38;
  font-size: 20px;
  color: #fff;
  text-align: center;
  line-height: 50px;
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
  outline: none;
  border: none;
}
.top_con .search .search-btn:hover{
  background-color: #70c000;
  transition: .2s linear background-color;
}

.top_con .search .guanjz{
  font-size:14px; 
  color:#fff; 
  padding-top: 30px;
  height: 52px;
  overflow: hidden;
  text-align: left;
}
.top_con .search .guanjz span{
  display: inline-block;
  line-height: 22px; 
  color:#fff;
  height: 22px;
  padding-left: 20px;
  overflow:hidden; 
}
.top_con .search .guanjz a{
  
  display: inline-block;
  margin: 0 6px; 
  background-color: #6b8eb5;
  border-radius: 10px; 
  text-align:center; 
  padding: 0 10px;
  height: 22px;
  line-height: 22px; 
  overflow:hidden; 
  color:#fff;
}
.top_con .search .guanjz a:hover{
  background-color: #006ac0;
  transition: .2s linear background-color;
}

.top-r{
  font-size: 14px;
  color: #fff;
}
.top-r:hover{
  text-decoration: underline;
}


/*index  tabé€‰é¡¹*/
.dq_tab_tit_wrapper{
  background-color: transparent;
}
.dq_tab_tit{
  width: 1200px;
  background-color: rgba(0,0,0,0.7);
}
.dq_tab_tit>li{
  width: 200px;
  float: left;
  transition: .2s linear background-color;
}
.dq_tab_tit>li.active{
  background-color: #006ac0;
}
.dq_tab_tit>li:not(:last-child){
  border-right: 1px solid #9399a5;
}
.dq_tab_tit>li>a{
  display: block;
  font-size: 18px;
  color: #fff;
  line-height: 59px;
  text-align: center;
  width: 100%;
}
.dq_tab_tit>li>a>.icon{
  margin-right: 10px;
  font-weight: normal;
  font-size: 18px;
}
#changeBtn{
  width: 60px;
  line-height: 60px;
  text-align: center;
  background-color: #8ecc38;
  float: left;
  font-size: 18px;
  color: #fff;
  cursor: pointer;
}
#changeBtn:hover{
  background-color: #70c000;
  transition: .2s linear background-color;
}


/*indexé€šçŸ¥å…¬å‘Š*/
/*#index{
  position: relative;
  bottom: 0;
}*/
#index{
  /*display: none;*/
  background:#ffffff;
}
#index .info{
  background-color: #f0f4f9;
  height: 48px;
  margin-bottom: 20px;
}
#index .info .txt{
  width: 150px;
  line-height: 48px;
  text-align: center;
  font-size: 18px;
  color: #006ac0;
  font-weight: bold;
}
#index .info .icon{
  font-size: 18px;
  color: #006ac0;
  vertical-align: top;
  margin-right: 18px;
}
#index .info_scroll{
  width: 980px;
  height: 48px;
}
#index .info_scroll .bd li{
  height: 48px;
}
#index .info_scroll a{
  font-size: 14px;
  color: #333;
  line-height: 48px;
  display: block;
}
#index .info_scroll a:hover{
  color: #006ac0;
}
#index .info_scroll .text{
  width: 800px;
}
#index .info_scroll .time{
  width: 130px;
  text-align: center;
}



.index-cont{
  width: 1200px;
  margin: 0 auto;
}
/*indexçƒ­ç‚¹å…³æ³¨*/
.index-hot{
  background-color: #f2f2f2;
  border-top: 1px solid #e1e1e1;
  border-bottom: 1px solid #e1e1e1;
  margin-bottom: 20px;
}
.index-hot-l{
  width: 68px;
  height: 68px;
}
.index_hot_slide{
  width: calc(100% - 68px);
  padding: 0 12px;
}
.index_hot_slide .bd li{
  height: 68px;
}
.index_hot_slide .bd .tit{
  font-size: 25px;
  color: #006ac0;
  text-align: center;
  display: block;
  line-height: 46px;
  font-weight: bold;
}

.index-ttxw{
  width:100%;
  text-align:center;
  margin-bottom:30px;
}
.index-ttxw .f_l{
  width:100%;
  text-align:center;
}
.index-ttxw .f_l .bd{
  text-align:center;
  width:100%;
}
.index-ttxw .f_l .bd ul{
  text-align:center;
  width:100%;
}
.index-ttxw .f_l .bd ul li{
  text-align:center;
  width:100%;
}
.index-ttxw .f_l .bd ul li a{
  text-align:center;
  display:block;
  width:100%;
  color: #f12121;
  font-size:24px;
  font-weight:bold;
}

.index-ttxw .index_hot_slide .bd .tit{
    color: #f12121;
}

.index_hot_slide .bd .tit:hover{
  text-decoration: underline;
}
.index_hot_slide .bd .txt{
  font-size: 15px;
  color: #333333;
  overflow : hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  height: 22px;
  -webkit-box-orient: vertical;
  line-height: 22px;
  text-align: center;
}




/*index-partä¸»è¦å†…å®¹*/
.index-part1{
  width: 335px;
  height: 285px;
  margin-right: 20px;
}
.index-part1-slide{
  width: 335px;
  height: 250px;
}
.index-part1-slide .hd{
  position: absolute;
  left: 0;
  right: 0;
  bottom: 10px;
  z-index: 999;
}
.index-part1-slide .hd ul{
  text-align: center;
}
.index-part1-slide .hd li{
  display: inline-block;
  width: 8px;
  height: 8px;
 background-color: rgba(255,255,255,0.7);
   border: 1px solid rgba(255,255,255,0.7);
  
  border-radius: 50%;
  margin: 0 4px;
  cursor: pointer;
}
.index-part1-slide .hd li.on{
  
   background-color:#006ac0;
   border: 1px solid #135081;
}
.index-part1-slide .bd img{
  width: 335px;
  height: 250px;
}
.index-part1-slide .prev{
  line-height: 32px;
  background-color: rgba(255,255,255,0.2);
  left: 0;
}
.index-part1-slide .next{
  line-height: 32px;
  background-color: rgba(255,255,255,0.2);
  right: 0;
}
.index-part1-slide .prev:hover,.index-part1-slide .next:hover{
  background-color: rgba(255,255,255,0.4);
}
.index-part1-slide:hover .dq_arrow{
  display: block;
}
.index-part1 .p-wrap{
  height: 35px;
  position: relative;
  line-height: 35px;
  overflow: hidden;
  font-size: 15px;
  font-weight: bold;
  color: #fff;
  background-color: #006ac0;
}
.index-part1 .p-wrap .move-wrap{
  position: absolute;
  top: 0;
  left: 20px;
  z-index: 999;
  right: 20px;
}



.index-part .hd ul{
  border-bottom: 1px solid #006ac0;
  background-color: #e9f0f9;
}
.index-part .hd li{
  width: 25%;
  float: left;
  text-align: center;
  line-height: 35px;
  font-size: 15px;
  font-weight: bold;
  cursor: pointer;
  color: #333;
  transition: .2s linear background-color;
}
.index-part .hd li a{
  transition: .2s linear color;
}
.index-part .hd li.on{
  background-color: #006ac0;
}
.index-part .hd li.on a{
  color: #fff;
}
.index-part-slide .bd{
  padding-top: 5px;
}
.index-part .bd li{
  font-size: 15px;
  line-height: 30px;
  padding-left: 10px;
  padding-right: 8px;
}
.index-part .bd li .dq_dot{
  margin-top: 14px;
  margin-right: 10px;
}
.index-part .bd li .time{
  font-size: 14px;
  color: #868686;
}
.index-part .bd li:hover .txt,.index-part .bd li:hover .time{
  color: #006ac0;
}
.index-part .bd li:hover .dq_dot{
  background-color: #006ac0;
}
.index-part .bd .card{
  padding-top: 10px;
  padding-bottom: 10px; 
}
.index-part .bd .card img{
  width: 100px;
  height: 75px;
  margin-right: 10px;
}
.index-part .bd .card .card-cont{
  width: calc(100% - 110px);
}
.index-part .bd .card .tit{
  font-size: 15px;
  color: #333;
  height:24px;
  line-height: 24px;
  overflow:hidden;
}
.index-part .bd .card .txt{
  font-size: 12px;
  color: #868686;
  line-height: 18px;
  width: 100%;
}
.index-part .bd .card .time{
  position: absolute;
  line-height: 1;
  right: 0;
  bottom: 0;
}
.index-part .bd .card .video-icon{
  font-size: 38px;
  color: #006ac0;
  position: absolute;
  left: 31px;
  top: 29px;
}


.index-part4 .bd ul,.index-part2 .bd ul,.index-part5 .bd ul{
  padding-top: 4px;
}
.index-part2{
  width: 440px;
  height: 285px;
  margin-right: 20px;
  border: 1px solid #e1e1e1;
  overflow: hidden;
}
.index-part2 .bd li .txt{
  width: 310px;
}
.index-part3 .bd li .txt{
  width: 260px;
}
.index-part3{
  width: 385px;
  height: 285px;
  border: 1px solid #e1e1e1;
  overflow: hidden;
}
.index-part4{
  width: 385px;
  height: 225px;
  margin-right: 20px;
  border: 1px solid #e1e1e1;
  overflow: hidden;
}
.index-part4 .bd li .txt{
  width: 260px;
}
.index-part4 .hd ul{
  border-bottom: none;
}
.index-part4 .hd ul li{
  width: auto;
  margin-left: 20px;
  font-weight: normal;
  font-size: 14px;
}
.index-part4 .hd ul li a{
  color: #666;
}
.index-part4 .hd ul li:hover a{
  color: #006aca;
}
.index-part4 .hd ul li:first-child{
  font-size: 16px;
  color: #fff;
  width: 110px;
  background-color: #006ac0;
  margin: 0;
  font-weight: bold;
}
.index-part4 .hd ul li:first-child .line{
  display: inline-block;
  width: 2px;
  height: 16px;
  vertical-align: middle;
  margin-top: -4px;
  background-color: #fff;
  margin-right: 10px;
}
.index-part4 .hd ul li:first-child a{
  color: #fff;
}


.index-part5{
  width: 388px;
  height: 225px;
  margin-right: 20px;
  border: 1px solid #e1e1e1;
  overflow: hidden;
}
.index-part5 .hd .tit{
  font-size: 16px;
  background-color: #006ac0;
  line-height: 35px;
  font-weight: bold;
  padding-left: 22px;
}
.index-part5 .hd .tit a{
  color: #fff;
}
.index-part5 .hd .tit:after{
  content: '';
  display: block;
  width: 2px;
  height: 16px;
  background-color: #fff;
  position: absolute;
  left: 10px;
  top: 10px;
}
.index-part5 .bd li .txt{
  width: 255px;
}

.index-part6{
  width: 387px;
  height: 225px;
  border: 1px solid #e1e1e1;
  overflow: hidden;
}

.index-part6 .hd li{
  width: 50%;
  color: #666;
}
.index-part6 .hd li .icon{
  font-size: 16px;
  font-weight: normal;
  margin-right: 10px;
  color: #006ac0;
  transition: .2s linear color;
}
.index-part6 .bd li .txt{
  width: 255px;
}
.index-part6 .hd li.on .icon{
  color: #fff;
}


.index-part7{
  width: 795px;
  height: 240px;
  margin-right: 20px;
  border: 1px solid #e1e1e1;
  overflow: hidden;
}
.index-part7 .hd li{
  width: 144px;
  background-color: #3a8cce;
}
.index-part7 .hd li a{
  color: #fff;
}
.index-part7 .hd li .icon{
  margin-right: 10px;
  transition: .2s linear color;
}
.index-part7 .hd li.on{
  background-color: #006ac0;
}
.index-part7 .hd li:first-child{
  margin-right: 1px;
}
.index-part7 .hd .write{
  display: block;
  width: 80px;
  line-height: 26px;
  font-size: 14px;
  color: #fff;
  background-color: #8ecc38;
  border-radius: 4px;
  position: absolute;
  right: 20px;
  top: 4px;
  text-align: center;
  transition: .2s linear background-color;
}
.index-part7 .hd .write:hover{
  background-color: #70c000;
}
.index-part7 .bd .bd-cont{
  padding: 0 10px;
  width: 620px;
}
.index-part7 .bd .bd-cont .tit-item{
  display: block;
  float: left;
  font-size: 15px;
  color: #006ac0;
  font-weight: bold;
  line-height: 44px;
  border-bottom: 1px solid #dbdbdb;
  text-align: center;
}
.index-part7 .bd .bd-cont .tit-item:nth-child(1),.index-part7 .bd .bd-cont .cont-item:nth-child(1){
  width: 50px;
}
.index-part7 .bd .bd-cont .tit-item:nth-child(2),.index-part7 .bd .bd-cont .cont-item:nth-child(2){
  width: 365px;
}
.index-part7 .bd .bd-cont .tit-item:nth-child(3),.index-part7 .bd .bd-cont .cont-item:nth-child(3){
  width: 75px;
}
.index-part7 .bd .bd-cont .tit-item:nth-child(4),.index-part7 .bd .bd-cont .cont-item:nth-child(4){
  width: 110px;
}
.index-part7 .bd .bd-cont .cont {
  padding-top: 4px;
}
.index-part7 .bd .bd-cont .cont li{
  padding: 0;
}
.index-part7 .bd .bd-cont .cont-item{
  display: block;
  float: left;
  font-size: 15px;
  color: #333;
  text-align: center;
  line-height: 30px;
}
.index-part7 .bd .bd-cont .cont-item.txt{
  padding: 0 14px;
}
.index-part7 .bd .bd-cont .cont li:hover .cont-item{
  color: #006ac0;
}
.index-part7 .bd .bd-else{
  display: block !important;
  width: 170px;
  height: 185px;
  position: absolute;
  right: 0;
  top: 10px;
  border-left: 1px solid #dbdbdb;
}
.index-part7 .bd .bd-else li{
  width: 128px;
  height: 41px;
  background-color: #e9f0f9;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  text-align: center;
  line-height: 41px;
  font-size: 15px;
  transition: .2s linear all;
}
.index-part7 .bd .bd-else li+li{
  display: none;
}
.index-part7 .bd .bd-else li a{
  color: #666;
  transition: .2s linear all;
}
.index-part7 .bd .bd-else li .icon{
  color: #006ac0;
  margin-right: 10px;
  font-size: 16px;
  transition: .2s linear all;
}
.index-part7 .bd .bd-else li:nth-child(1){
  margin-top: 10px;
  margin-bottom: 20px;
}
.index-part7 .bd .bd-else li:nth-child(2){
  margin-bottom: 20px;
}
.index-part7 .bd .bd-else li:hover{
  background-color: #006ac0;
}
.index-part7 .bd .bd-else li:hover a{
  color: #fff;
}
.index-part7 .bd .bd-else li:hover .icon{
  color: #fff;
}

.index-part8{
  width: 385px;
  height: 240px;
}
.index-part8 .index-part8-t{
  font-size: 0;
  margin-bottom: 15px;
}
.index-part8 .index-part8-t li{
  display: inline-block;
  width: 190px;
  background-color: #e9f0f9;
  line-height: 36px;
  font-size: 15px;
  text-align: center;
  border-radius: 18px;
  margin-bottom: 5px;
  transition: .2s linear all;
}
.index-part8 .index-part8-t li a{
  transition: .2s linear all;
}
.index-part8 .index-part8-t li:nth-child(odd){
  margin-right: 5px;
}
.index-part8 .index-part8-t li.fuild{
  width: 100%;
  margin-right: 0;
}
.index-part8 .index-part8-t li:hover{
  background-color: #006ac0;
}
.index-part8 .index-part8-t li:hover a{
  color: #fff;
}
.index-part8 .index-part8-b li{
  width: 115px;
  height: 100px;
  float: left;
  
  text-align: center;
}
.index-part8 .index-part8-b li a{
  padding-top: 20px;
}
.index-part8 .index-part8-b li .icon{
  display: inline-block;
  transition: .4s linear all;
  font-size: 36px;
  color: #fff;
  margin-bottom: 10px;
}
.index-part8 .index-part8-b li .txt{
  font-size: 15px;
  color: #fff;
}
.index-part8 .index-part8-b li:nth-child(1){
  background-color: #00bc92;
}
.index-part8 .index-part8-b li:nth-child(2){
  background-color: #8ecc38;
}
.index-part8 .index-part8-b li:nth-child(3){
  background-color: #0481d9;
}
.index-part8 .index-part8-b li:not(:last-child){
  margin-right: 20px;
}
.index-part8 .index-part8-b li:hover .icon{
  transform: rotate(360deg);
}



.index-part9{
  width: 135px;
  height: 90px;
  background-color: #f0f4f9;
  padding-top: 26px;
  position: relative;
  text-align: center;
  margin-right: 20px;
}
.index-part9 a>.icon{
  font-size: 26px;
  color: #8ecc38;
  position: absolute;
  left: 24px;
  top: 0;
}
.index-part9 .txt-t{
  font-size: 30px;
  color: #459df5;
  line-height: 1;
  margin-bottom: 6px;
}
.index-part9 .txt-b{
  font-size: 15px;
  color: #459df5;
  font-weight: bold;
}
.index-part9 .txt-b .icon{
  margin-left: -4px;
}
.index-part9 .txt-b .icon.r1{
  margin-left: 2px;
}
.index-part9 .txt-b .icon.r2{
  opacity: 0.75;
}
.index-part9 .txt-b .icon.r3{
  opacity: 0.5;
}
.index-part10{
  width: 1045px;
  height: 90px;
}
.index-part10-slide .bd li{
  margin: 0 5px;
  width: 252px;
  height: 90px;
}
.index-part10-slide .bd img{
  width: 252px;
  height: 90px;
}
.index-part10-slide:hover .dq_arrow{
  display: block;
}
.index-part10-slide .dq_arrow:hover{
  background-color: rgba(0,0,0,0.7);
}
.index-part10-slide .prev{
  left: 5px;
}
.index-part10-slide .next{
  right: 5px;
}


/*åº•éƒ¨å¯¼èˆª*/
.index-nav-links .nav-links{
  height: 48px;
  border: 1px solid #e1e1e1;
  position: relative;
  border-left: none;
}
.index-nav-links .nav-links>span{
  width: 152px;
  background-color: #006ac0;
  font-size: 18px;
  height: 48px;
  line-height: 48px;
  font-weight: bold;
  position: absolute;
  left: 0;
  top: 0;
}
.index-nav-links .nav-links-list{
  padding-left: 180px;
  margin-top: 2px;
}
.index-nav-links .nav-links-list dl{
  width: 220px;
  height: 32px;
  border: 1px solid #e1e1e1;
  margin-left: 0;
  margin-right: 20px;
}
.index-nav-links .nav-links-list dl dt{
  text-align: left;
  padding-left: 10px;
  padding-right: 40px;
  line-height: 30px;
}
.index-nav-links .nav-links-list dl dt .icon {
    display: block;
    color: #666666;
    width: 28px;
    line-height: 28px;
    text-align: center;
    font-size: 18px;
    position: absolute;
    right: 0;
    top: 1px;
    bottom: 1px;
    border-left: 1px solid #e1e1e1;
    transition: .2s linear transform;
}
.index-nav-links .nav-links-list dl:hover dt{
  color: #007ce1;
}
.index-nav-links .nav-links-list dl:hover .icon{
  transform: rotate(180deg);
  border: none;
  color: #007ce1;
}
.index-nav-links .nav-links>span:after{
  border-left: 6px solid #006ac0;
  top: 18px;
}

.index-footer{
  height: 140px;
  background-color: rgba(0,0,0,0.5);
  font-size: 0;
}
.index-footer .wrap-p{
  background-color: transparent;
}
.index-footer-l{
  width: 658px;
  padding-top: 15px;
}
.index-footer-l p{
  font-size: 12px;
  color: #f2f2f2;
  line-height: 18px;
}
.index-footer-l a{
  color: #f2f2f2;
}
.index-footer-l a:hover{
  text-decoration: underline;
}
.index-footer-l p img{
  display: inline-block;
  width: 13px;
  height: 15px;
  vertical-align: middle;
  margin-top: -4px;
  margin-right: 8px;
}
.index-footer-l p .police{
  display: inline-block;
   margin-left: 36px;
}
.index-footer-nav{
  font-size: 15px;
  color: #fff;
  margin-bottom: 15px;
}
.index-footer-nav a{
  color: #fff;
  line-height: 20px;
}
.index-footer-nav a:hover{
  text-decoration: underline;
}
.index-footer-nav .line{
  margin: 0 10px;
}
.index-footer-r{
  width: 600px;
  margin-top: 27px;
  font-size: 0;
  text-align: right;
}
.index-footer-r a{
  display: inline-block;
  margin-left: 8px;
  vertical-align: middle;
}
.index-footer-r .img1{
  width: 58px;
  height: 73px;
}
.index-footer-r .img2{
  width: 128px;
  height: 63px;
}
.index-footer-r .img3{
  width: 184px;
  height: 60px;
}

.index-footer.no-nav{
  height: 105px;
}
.index-footer.no-nav .index-footer-nav{
  display: none;
}
.index-footer.no-nav .index-footer-r{
   margin-top: 15px;
}

/*1111*/
.top_con_bl{
  width: 100%;
  /*display: none;*/
  height: 0;
}

@media only screen and (max-height: 499px){
  .top_con_bl.index_top_con_bl{
    height: 200px;
  }
 } 
@media only screen and (min-height: 500px) and (max-height: 799px){
  .top_con_bl.index_top_con_bl{
    height: 300px;
  }
}
@media only screen and (min-height: 800px){
  .top_con_bl.index_top_con_bl{
    height: 400px;
  }
}

body{
  overflow:scroll;
  overflow-x:hidden;
}
/*1111*/



/*æ‚¬æµ®å±•ç¤ºå†…å®¹*/
.no-ab-wrapper .dq_tab_cont_item{
  position: relative;
  left: 0;
  top: 0;
  padding-left: 30px;
  padding-right: 30px;
}
.dq_tab_cont_item{
  position: absolute;
  left: 0;
  top: 60px;
  right: 0;
  background-color: #fff;
  z-index: 9999;
  padding: 20px;
  box-shadow: 0 6px 6px -3px rgba(0,106,192,0.5);
}
.dq_tab_cont_item .tit-wrapper{
  background-color: #f0f4f9;
  height: 40px;
}
.dq_tab_cont_item .tit-wrapper .tit{
  width: fit-content;
  line-height: 40px;
  background-color: #006ac0;
  color: #fff;
  text-align: center;
  font-size: 18px;
  font-weight: normal;
  position: absolute;
  left: 0;
  top: 0;
  padding: 0 10px;
}
.dq_tab_cont_item .tit-wrapper .tit a{
  color: #ffffff;
  text-decoration: none;	
}
.dq_tab_cont_item .tit-wrapper .tit a:hover{
  color: #ffffff;
  text-decoration: underline;	
}	
.dq_tab_cont_item .tit-wrapper .more{
  font-size: 16px;
  color: #999;
  transition: .2s linear color;
  line-height: 20px;
  position: absolute;
  right: 20px;
  top: 10px;
}
.dq_tab_cont_item .tit-wrapper .more:hover{
  color: #006ac0;
  text-decoration: none;
}

.dq_tab_cont_item .bxgk-txt .tit{
  width: 175px;
}
.bxgk-slide1{
  margin-right: 20px;
  width: 490px;
  height: 264px;
}
.bxgk-slide1 .hd{
  position: absolute;
  left: 0;
  right: 0;
  bottom: 8px;
  text-align: center;
  font-size: 0;
  z-index: 9999;
}
.bxgk-slide1 .hd li{
  display: inline-block;
  width: 10px;
  height: 10px;
  background-color: #fff;
  border-radius: 50%;
  margin: 0 5px;
  cursor: pointer;
}
.bxgk-slide1 .hd li.on{
  background-color: #006ac0;
}
.bxgk-slide1 .bd img{
  width: 490px;
  height: 264px;
}
.bxgk-slide1 .prev{
  left: 0;
}
.bxgk-slide1 .next{
  right: 0;
}
.bxgk-slide1:hover .dq_arrow{
  display: block;
}
.bxgk-slide1 .dq_arrow:hover{
  background-color: rgba(0,0,0,0.7);
}
.bxgk-txt{
  width: calc(100% - 510px);
}
.bxgk-txt .tit .icon{
  font-weight: normal;
  font-size: 20px;
  margin-right: 8px;
}
.bxgk-txt .txt{
  font-size: 15px;
  color: #333;
  line-height: 30px;
  padding: 10px 0 0 24px;
  text-indent: 30px;
  margin-bottom: 12px;
}
.bxgk-txt .txt a{
  color: #006ac0;
}
.bxgk-txt .txt a:hover{
  text-decoration: underline;
}
.bxgk-txt .list li a{
  display: block;
  color: #333;
  font-size: 15px;
}
.bxgk-txt .list li{
  width: 20%;
  float: left;
}
.bxgk-txt .list li{
  margin-bottom: 8px;
}

.bxgk-txt .list li img{
  width: 32px;
  height: 32px;
  margin-right: 10px;
  vertical-align: middle;
}
.bxgk-txt .list li:hover a{
  color: #006ac0;
}
.bxgk .tsht{
  width: 35px;
  font-size: 16px;
  color: #fff;
  background-color: #006ac0;
  text-align: center;
  line-height: 25px;
  padding: 36px 4px 0;
  height: 173px;
  margin-right: 2px;
}
.bxgk-slide2{
  width: 1180px;
}
.bxgk-slide2 li{
  width: 232px;
  margin: 0 2px;
}
.bxgk-slide2:hover .icon{
  display: block;
}
.bxgk-slide2>.prev{
  left: 4px;
}
.bxgk-slide2>.next{
  right: 4px;
}
.bxgk-slide2>.icon:hover{
  background-color: rgba(0,0,0,0.7);
}


.zwgk .zwgk-slide1{
  width: 361px;
  height: 195px;
  margin-right: 20px;
}
.zwgk-slide1 .hd{
  position: absolute;
  left: 0;
  right: 0;
  bottom: 8px;
  text-align: center;
  font-size: 0;
  z-index: 9999;
}
.zwgk-slide1 .hd li{
  display: inline-block;
  width: 10px;
  height: 10px;
  background-color: #fff;
  border-radius: 50%;
  margin: 0 5px;
  cursor: pointer;
}
.zwgk-slide1 .hd li.on{
  background-color: #006ac0;
}
.zwgk-slide1 .bd img{
  width: 490px;
  height: 264px;
}
.zwgk-slide1 .prev{
  left: 0;
}
.zwgk-slide1 .next{
  right: 0;
}
.zwgk-slide1:hover .dq_arrow{
  display: block;
}
.zwgk-slide1 .dq_arrow:hover{
  background-color: rgba(0,0,0,0.7);
}
.zwgk .zwgk-slide1 .bd img{
  width: 361px;
  height: 195px;
}
.zwgk-part2{
  width: 455px;
  height: 195px;
  margin-right: 20px;
}
.zwgk-part2 ul{
  height: 150px;
  overflow: hidden;
}
.zwgk-part2 .tit-wrapper{
  margin-bottom: 5px;
}
.zwgk-part2 li{
  line-height: 30px;
  font-size: 15px;
  padding-right: 15px;
}
.zwgk-part2 li .dq_dot{
  margin: 13px 6px 0;
}
.zwgk-part2 li .txt{
  width: 290px;
  color: #333;
}
.zwgk-part2 li .time{
  color: #868686;
  font-size: 14px;
}
.zwgk-part2 li:hover .dq_dot{
  background-color: #006ac0;
}
.zwgk-part2 li:hover .txt,.zwgk-part2 li:hover .time{
  color: #006ac0;
}

.zwgk-part3{
  width: 360px;
  height: 195px;
}
.zwgk-part3 .tit-wrapper{
  margin-bottom: 15px;
}


.zwgk-part3 .list li{
  width: 175px;
  font-size: 0;
  height: 40px;
  line-height: 40px;
  text-align: center;
  margin-bottom: 10px;
}
.zwgk-part3 .list li:nth-child(odd){
  margin-right: 10px; 
}
.zwgk-part3 .list li.fluid{
  width: 100%;
  margin-bottom: 0;
}
.zwgk-part3 .list li .icon{
  width: 40px;
  font-size: 16px;
  display: inline-block;
  background-color: #006ac0;
  color: #fff;
  vertical-align: middle;
  transition: .4s linear all;
}
.zwgk-part3 .list li .txt{
  display: inline-block;
  width: calc(100% - 40px);
  font-size: 15px;
  color: #666;
  vertical-align: middle;
  background-color: #f0f4f9;
}
.zwgk-part3 .list li:hover .icon{
  transform: rotate(360deg)
}
.zwgk-part4{
  width: 840px;
  margin-right: 20px;
}
.zwgk-part4 .hd{
  margin-bottom: 8px;
}
.zwgk-part4 .hd ul{
  background-color: #f0f4f9;
}
.zwgk-part4 .hd li{
  width: 140px;
  line-height: 40px;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  transition: .2s linear all;
}
.zwgk-part4 .hd li.on{
  background-color: #006ac0;
}
.zwgk-part4 .hd li a{
  color: #333;
  transition: .2s linear all;
}
.zwgk-part4 .hd li.on a{
  color: #fff;
}
.zwgk-part4 .bd li{
  line-height: 30px;
  padding-right: 15px;
}
.zwgk-part4 .bd li .dq_dot{
  margin-top: 13px;
  margin-right: 8px;
}
.zwgk-part4 .bd ul{
  height: 150px;
  overflow: hidden;
}
.zwgk-part4 .bd li .txt{
  width: 480px;
  color: #333;
}
.zwgk-part4 .bd li .time{
  color: #868686;
}
.zwgk-part4 .bd li:hover .txt,.zwgk-part4 .bd li:hover .time{
  color: #006ac0;
}
.zwgk-part4 .bd li:hover .dq_dot{
  background-color: #006ac0;
}

.zwgk-part5{
  width: 360px;
}
.zwgk-part5 .tit-wrapper{
  margin-bottom: 8px;
}
.zwgk-part5 .list li{
  width: 120px;
  line-height: 30px;
  font-size: 0;
  padding-left: 10px;
}
.zwgk-part5 .list li .dq_dot{
  display: inline-block;
  vertical-align: middle;
  margin-right: 6px;
}
.zwgk-part5 .list li .txt{
  font-size: 15px;
  color: #333;
  vertical-align: middle;
}
/*.zwgk-part5 .list li:nth-child(3n-1){
  padding-left: 24px;
}
.zwgk-part5 .list li:nth-child(3n){
  padding-left: 40px;
}*/
.zwgk-part5 .list li a:hover .dq_dot{
  background-color: #006ac0;
}
.zwgk-part5 .list li a:hover .txt{
  color: #006ac0;
}


.zmhd-ll{
  width: 700px;
  margin-right: 20px;
}

.zmhd-ll .query-wrapper{
  background-color: #f0f4f9;
  padding: 16px 20px;
  margin-bottom: 20px;
}
.zmhd-ll .query-wrapper .txt{
  width: 100px;
  line-height: 40px;
  font-size: 18px;
  font-weight: bold;
  color: #006ac0;
}
.zmhd-ll .query-wrapper input{
  width: 440px;
  height: 40px;
  font-size: 15px;
  color: #333;
  border: 1px solid #e2e2e2;
  padding: 0 10px;
  margin-right: 20px;
}
.zmhd-ll .query-wrapper .btn{
  width: 100px;
  background-color: #006ac0;
  text-align: center;
  line-height: 40px;
  margin-right:0;
  color: #fff;
  cursor: pointer;
  font-size: 18px;
  transition: .2s linear all;
}
.zmhd-ll .query-wrapper .btn:hover{
  background-color: #045597;
}


.zmhd .zmhd-ll .zmhd-ll-slide .hd{
  background-color: #f0f4f9;
  height: 40px;
  margin-bottom: 10px;
}
.zmhd .zmhd-ll .zmhd-ll-slide .hd .more{
  font-size: 16px;
  color: #999;
  transition: .2s linear color;
  line-height: 20px;
  position: absolute;
  right: 20px;
  top: 10px;
}
.zmhd .zmhd-ll .zmhd-ll-slide .hd .more:hover{
  text-decoration: none;
  color: #006ac0;
}
.zmhd .zmhd-ll .zmhd-ll-slide .hd li{
  width: 130px;
  line-height: 40px;
  background-color: #006ac0;
  text-align: center;
  font-size: 18px;
  font-weight: normal;
  position: absolute;
  top: 0; 
  opacity: 0.75;
  transition: .2s linear color;
}
.zmhd .zmhd-ll .zmhd-ll-slide .hd li.on{
  opacity: 1;
}
.zmhd .zmhd-ll .zmhd-ll-slide .hd li a{
  color: #fff;
  display: block;
}
.zmhd .zmhd-ll .zmhd-ll-slide .hd li:nth-child(1){
  left: 0;
}
.zmhd .zmhd-ll .zmhd-ll-slide .hd li:nth-child(2){
  left: 131px;
}


.zmhd-ll .tit-wrapper .tit-wrapper{
  margin-bottom: 10px;
}
.zmhd-ll .tit-wrapper{
  margin-bottom: 10px;
}
.zmhd-ll .table-t{
  background-color: #f0f4f9;
  font-size: 16px;
  color: #333;
  line-height: 40px;
  font-weight: bold;
}
.zmhd-ll .table-t li:nth-child(1),.zmhd-ll .table-b .num{
  width: 70px;
  text-align: center;
}
.zmhd-ll .table-t li:nth-child(2),.zmhd-ll .table-b .txt{
  width: 380px;
  padding-left: 20px;
  padding-right: 20px;
}
.zmhd-ll .table-t li:nth-child(3),.zmhd-ll .table-b .state{
  width: 140px;
  text-align: center;
}
.zmhd-ll .table-t li:nth-child(4),.zmhd-ll .table-b .time{
  width: 110px;
  text-align: center;
}
.zmhd-ll .table-b{
  height: 225px;
  overflow: hidden;
}
.zmhd-ll .table-b li{
  line-height: 44px;
  border-bottom: 1px solid #e1e1e1;
}
.zmhd-ll .table-b li span{
  display: block;
}
.zmhd-ll .table-b li:hover a{
  color: #006ac0;
}
.zmhd-rr{
  width: 500px;
}
.zmhd-rr .tit-wrapper1{
  margin-bottom: 8px;
}
.zmhd-rr .list{
  margin-bottom: 16px;
}
.zmhd-rr .list li{
  line-height: 30px;
}
.zmhd-rr .list li .dq_dot{
  margin: 13px 16px 0 4px;
}
.zmhd-rr .list li .txt{
  font-size: 15px;
  color: #333;
  width: 320px;
}
.zmhd-rr .list li .time{
  font-size: 14px;
  color: #868686;
}
.zmhd-rr .list li:hover .dq_dot{
  background-color: #006ac0;
}
.zmhd-rr .list li:hover .txt,.zmhd-rr .list li:hover .time{
  color: #006ac0;
}
.zmhd-rr .tit-wrapper2{
  margin-bottom: 16px;
}
.zmhd .zm-card-img{
  display: block;
  width: 130px;
  height: 130px;
  margin-right: 20px;
}
.zmhd .zm-card-txt{
  width: calc(100% - 150px);
}
.zmhd .zm-card-txt p{
  font-size: 15px;
  color: #333;
  line-height: 26px;
}
.zmhd .zm-card-txt p span{
  font-size: 15px;
  color: #006ac0;
}



.zxbs-ll {
  width: 458px;
  margin-right: 20px;
}
.zxbs-l-slide{
  margin-bottom: 20px;
  width: 458px;
  height: 350px;
}
.zxbs-l-slide .bd li img{
  width: 458px;
  height: 350px;
}
.zxbs-l-slide .prev{
  left: 0;
}
.zxbs-l-slide .next{
  right: 0;
}
.zxbs-l-slide:hover .prev,.zxbs-l-slide:hover .next{
  display: block;
}
.zxbs-l-slide .prev:hover,.zxbs-l-slide .next:hover{
  background-color: rgba(0,0,0,0.7);
}
.zxbs-l-slide-txt{
  font-size: 18px;
  /*font-weight: bold;*/
  line-height: 34px;
  height: 34px;
  text-align: center;
  color: #fff;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999;
  background-color: rgba(0,0,0,0.5);
}
.zxbs-l-slide-txt li{
  display: none;
  padding: 0 20px;
}

.zxbs-l-txt{
  line-height: 40px;
  background-color: #006ac0;
  color: #fff;
  text-align: center;
  border-radius: 5px;
  font-weight: bold;
  display: block;
  transition: .2s linear all;
}
.zxbs-l-txt:hover{
  background-color: #8ecc38;
}
.zxbs-l-txt span{
  font-size: 18px;
}
.zxbs-l-txt .icon{
  font-size: 18px;
  margin-right: 12px;
  font-weight: normal;
}

.zxbs-cc{
  width: 368px;
  margin-right: 20px;
}
.zxbs-cc .tit-wrapper{
  margin-bottom: 2px;
}
.zxbs-cc .list li{
  width: 122px;
  float: left;
  background-color: #f0f4f9;
  color: #fff;
  height: 122px;
  float: left;
  margin-right: 1px;
  margin-bottom: 1px;
  text-align: center;
  transition: .2s linear all;
}
.zxbs-cc .list li:nth-child(3n){
  margin-right: 0;
}
.zxbs-cc .list li a{
  display: block;
  padding-top: 20px;
  height: 100%;
}
.zxbs-cc .list li .icon{
  font-size: 32px;
  color: #006ac0;
  margin: 0 auto 10px;
  transition: .2s linear all;
}
.zxbs-cc .list li .txt{
  font-size: 15px;
  color: #868686;
  transition: .2s linear all;
}
.zxbs-cc .list li:hover{
  background-color: #006ac0;
}
.zxbs-cc .list li:hover .icon{
  color: #fff;
}
.zxbs-cc .list li:hover .txt{
  color: #fff;
}






.zxbs-rr{
  width: 354px;
}
.zxbs-rr .tit-wrapper{
  margin-bottom: 2px;
}
#tagscloud ,#zxbs-tagscloud{
    height: 173px;
    position: relative;
    font-size: 12px;
    color: #333;
    text-align: center;
    background: #f0f4f9;
    overflow: hidden;
    margin-bottom: 20px;
}
#tagscloud a,#zxbs-tagscloud a{
  position: absolute;
  left: 0;
  top: 0;
  color: #333;
  text-decoration: none;
  margin: 0 10px 15px 0;
  line-height: 25px;
  min-height: 25px;
  text-align: center;
  font-size: 14px;
  padding: 0 10px;
  display: inline-block;
  border-radius: 3px;
  padding: 0 10px;
}
#tagscloud a.tagc1,#zxbs-tagscloud a.tagc1{background:#1296db;color:#fff;}
#tagscloud a.tagc2,#zxbs-tagscloud a.tagc2{background:#2d2d2d;color:#fff;}
#tagscloud a.tagc3,#zxbs-tagscloud a.tagc3{background:#cc3846;color:#fff;}
#tagscloud a.tagc4,#zxbs-tagscloud a.tagc4{background:#8ecc38;color:#fff;}
#tagscloud a.tagc5,#zxbs-tagscloud a.tagc5{background:#dbbc12;color:#fff;}
#tagscloud a.tagc6,#zxbs-tagscloud a.tagc6{background:#83cc2d;color:#fff;}
#tagscloud a.tagc7,#zxbs-tagscloud a.tagc7{background:#c8cee1;color:#fff;}
#tagscloud a:hover,#zxbs-tagscloud a:hover{color:#fff;background:#0099ff;}


.zxbs-rr .list{
  background-color: #f0f4f9;
  height: 135px;
  padding-top: 14px;
}
.zxbs-rr .list li{
  float: left;
  width: 118px;
  font-size: 15px;
  text-align: center;
  margin-bottom: 14px;
  line-height: 1;
}
.zxbs-rr .list li a{
  color: #333;
  transition: .2s linear all;
}
.zxbs-rr .list li a:hover{
  color: #006ac0;
}

.lygg-tl{
  width: 600px;
  height: 220px;
  margin-right: 20px;
  transition: .2s linear all;
}
.lygg-tl:hover{
  opacity: 0.8;
}
.lygg-tl:hover .img-text .img-txt{
  color: #006ac0;
}

.lygg-tl img{
  width: 420px;
  height: 220px;
  display: block;
}
.lygg-tl .img-text{
  width: 180px;
  height: 220px;
  background-color: #f0f4f9;
  padding: 0 12px;
}
.lygg-tl .img-text .img-tit{
  font-size: 18px;
  color: #006ac0;
  font-weight: bold;
  line-height: 1;
  ;padding-top: 14px;
  text-align: center;
  padding-bottom: 7px;
}
.lygg-tl .img-text .img-txt{
  font-size: 15px;
  color: #868686;
  line-height: 30px;
  text-indent: 20px;
  transition: .2s linear all;
  height: 180px;
  overflow: hidden;
}
.lygg-tr{
  width: 600px;
}
.lygg-tr .lygg-tr-slide .hd li{
  width: 25%;
  line-height: 40px;
  background-color: #f0f4f9;
  font-size: 18px;
  text-align: center;
  transition: .2s linear all;
}
.lygg-tr .lygg-tr-slide .hd li a{
  color: #333;
  transition: .2s linear all;
}
.lygg-tr .lygg-tr-slide .hd li.on{
  background-color: #006ac0;
}
.lygg-tr .lygg-tr-slide .hd li.on a{
  color: #fff;
}
.lygg-tr .lygg-tr-slide .bd ul{
  height: 180px;
  overflow: hidden;
  padding: 6px 10px 0;
}
.lygg-tr .lygg-tr-slide .bd ul li{
  font-size: 15px;
  line-height: 29px;
}
.lygg-tr .lygg-tr-slide .bd ul li .txt{
  color: #333;
  width: 438px;
}
.lygg-tr .lygg-tr-slide .bd ul li .time{
  color: #a0a0a0;
}
.lygg-tr .lygg-tr-slide .bd ul li:hover .txt,.lygg-tr .lygg-tr-slide .bd ul li:hover .time{
  color: #006ac0;
}
.lygg-b li{
  float: left;
  transition: .2s linear all;
  width: calc((100% - 80px) / 5);
  border: 1px solid #e1e1e1;
}
.lygg-b li:not(:last-child){
  margin-right: 20px;
}
.lygg-b li img{
  width: 100%;
  display: block;
} 
.lygg-b li .txt{
   font-weight: bold;
  font-size: 18px;
  color: #fff;
  background-color: #006ac0;
  line-height: 50px;
  text-align: center;
  width: 100%;
  padding: 0 10px;
}
.lygg-b li:hover{
  opacity: 0.8;
  border-color: #006ac0;
}


/*ä¾§è¾¹æ */
.index-aside{
  position: fixed;
  z-index: 9999;
  right: -80px;
  top: 0;
  bottom: 0;
  color: #fff;
  width: 160px;
}
.index-aside-l{
  float: left;
  width: 80px;
  text-align: center;
  padding-top: 80px;
}
.index-aside-l-inner{
  cursor: pointer;
}
.index-aside-l img{
  width: 50px;
  margin-bottom: 2px;
}
.index-aside-l .txt{
  font-size: 12px;
}
.index-aside-r{
  height: 100%;
  width: 80px;
  background-color: rgba(0,0,0,0.5);
  text-align: center;
  padding-top: 60px;
  position: absolute;
  right: 0;
  top: 0;
}
.index-aside-r li{
  margin-bottom: 20px;
  transition: .2s linear all;
}
.index-aside-r li a{
  color: #fff;
  padding-top: 20px;
  padding-bottom: 16px;
}
.index-aside-r li .icon{
  font-size: 30px;
  margin-bottom: 6px;
}
.index-aside-r li .txt{
  font-size: 15px;
}
.index-aside-r li:hover{
  background-color: #8ecc38;
}


/*ç¼©æ”¾æç¤º*/
.index-zoom-tip{
  position: fixed;
  z-index: 9999;
  background-color: #fff;
  font-size: 15px;
  color: #333;
  line-height: 30px;
  right: 0;
  top: 40px;
  width: 340px;
  padding: 6px 30px 6px 20px;
  display: none;
}
.index-zoom-tip .icon{
  position: absolute;
  right: 4px;
  top: 4px;
  cursor: pointer;
  font-size: 14px;
  color: #333;
  opacity: 0.5;
  transition: .2s linear all;
}
.index-zoom-tip .line{
  width: 4px;
  background-color: #006ac0;
  position: absolute;
  top: 10px;
  bottom: 10px;
  left: 6px;
}
.index-zoom-tip .icon:hover{
  opacity: 1;
}

/*è¿”å›žé¡¶éƒ¨*/
#toTop{
  position: fixed;
  z-index: 9999;
  background-color: #fff;
  right: 90px;
  bottom: 50px;
  padding: 6px 4px;
  text-align: center;
  cursor: pointer;
  transition: .2s linear all;
  box-shadow: 0 0 10px 2px rgba(0,0,0,0.2);
}
#toTop .icon{
  color: #003d9e;
  font-size: 20px;
  display: inline-block;
  margin-bottom: 4px;
  transition: .2s linear all;
}
#toTop .txt{
  font-size: 12px;
  color: #999;
  transition: .2s linear all;
}
#toTop:hover{
  background-color: #003d9e;
}
#toTop:hover .icon,#toTop:hover .txt{
  color: #fff;

}


/*åˆ—è¡¨é¡µ*/
.list-picvid-list{
  padding: 20px 1px 0;
}
.list-picvid-list li{
  width: 207px;
  float: left;
  margin-bottom: 20px;
  transition: .2s linear all;
}
.list-picvid-list li:not(:nth-child(4n)){
  margin-right: 26px;
}
.list-picvid-list li a{
  display: block;
}
.list-picvid-list li .img-wrapper{
  position: relative;
}
.list-picvid-list li img{
  width: 207px;
  height: 147px;
  margin-bottom: 6px;
}
.list-picvid-list li .tit{
  font-size: 14px;
  color: #333;
  line-height: 21px;
  height: 42px;
  font-weight: normal;
  transition: .2s linear all;
  padding: 0 4px;
}
.list-picvid-list li .time{
  font-size: 14px;
  color: #999;
  padding: 0 4px;
  line-height: 28px;
}
.list-picvid-list li:hover .tit{
  color: #006ac0;
}
.list-picvid-list li:hover{
  opacity: 0.8;
}

.list-picvid-list li.vid .img-wrapper:before{
  content: "\e633";
  font-family:"icon" !important;
  font-size:36px;
  font-style:normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  color: #fff;
}
.pages_btn{
  cursor: pointer;
}
.list-picvid-list ~.pages{
  margin-top: 0;
}


/*æœ¬åŽ¿æ¦‚å†µ*/
.bxgk-ad a{
  width: 590px;
}
.bxgk-parts li{
  width: 183px;
  transition: .2s linear all;
}
.bxgk-parts li:not(:last-child){
  margin-right: 20px;
}
.bxgk-parts li .tit{
  text-align: center;
  color: #fff;
  line-height: 40px;
  background-color: #006ac0;
  font-size:0;
}
#bxgk .bxgk-slide2{
  width: 1163px;
}
#bxgk .bxgk-slide2 li,#bxgk .bxgk-slide2 li img{
  width: 228px;
  height: 173px;
}
.bxgk-parts li .tit .icon{
  margin-right: 10px;
   font-size: 16px;
}
.bxgk-parts li .tit .txt{
  font-size: 15px;
}
.bxgk-parts li:hover{
  opacity: 0.8;
}

/*æ”¿åŠ¡å…¬å¼€*/
#zwgk .zwgk-slide1{
  width: 523px;
  height: 283px;
}
#zwgk .zwgk .zwgk-slide1 .bd img{
  width: 523px;
  height: 283px;
}
#zwgk .part1{
  width: 657px;
  height: 283px;
}
#zwgk .part1 .hd li{
  width: 163.5px;
  float: left;
  line-height: 40px;
  background-color: #3a8cce;
  text-align: center;
  font-size: 18px;
}
#zwgk .part1 .hd li.on{
  background-color: #006ac0;
}
#zwgk .part1 .hd li a{
  color: #fff;
}
#zwgk .part1 .hd li:not(:last-child){
  margin-right: 1px;
}
#zwgk .part1 .bd .item{
  padding: 15px 20px 0;
  height: 243px;
  border-top: 1px solid #e1e1e1;
  border-bottom: 1px solid #e1e1e1;
  border-left: 1px solid #e1e1e1;
  border-right: 1px solid #e1e1e1;
}
#zwgk .part1 .bd .item .intro{
  margin-bottom: 10px;
}
#zwgk .part1 .bd .item .intro-img{
  width: 75px;
  height: 92px;
  margin-right: 10px;
}
#zwgk .part1 .bd .item .intro-tit{
  font-size: 15px;
  color: #333;
  line-height: 24px;
  margin-bottom: 2px;
  font-weight: normal;
}
#zwgk .part1 .bd .item .intro-txt{
  font-size: 14px;
  color: #666666;
  line-height: 22px;
  height:65px;
  overflow:hidden;
  text-indent: 30px;
}
#zwgk .part1 .bd .item .intro-cont{
  width: calc(100% - 85px);
}
#zwgk .part1 .bd .item-list li .tit{
  font-size: 15px;
  color: #333;
  line-height: 30px;
  width: 490px;
  transition: .2s linear all;
}
#zwgk .part1 .bd .item-list li .time{
  font-size: 15px;
  color: #a0a0a0;
  line-height: 30px;
  margin-right: 10px;
  transition: .2s linear all;
}
#zwgk .part1 .bd .item-list{
  height: 120px;
  overflow-y: scroll;
}
#zwgk .part1 .bd .item-list li:hover .tit,#zwgk .part1 .bd .item-list li:hover .time{
  color: #006ac0;
}
#zwgk .zwgk-part3{
  margin-right: 20px;
  width: 410px;
  height: 195px;
}
#zwgk .zwgk-part3 .list li{
  width: 200px;
}
#zwgk .zwgk-part3 .list li.fluid{
  width: 100%;
  margin-right: 0;
}
#zwgk .zwgk-part5 .tit-wrapper{
  margin-bottom: 5px;
}
#zwgk .zwgk-part5{
  width: 410px;
  height: 195px;
  margin-right: 20px;
}
#zwgk .zwgk-part5 ul{height: 154px;overflow:hidden;overflow-y: scroll;}
#zwgk .zwgk-part5 .list li{
  width: 136px;
  padding-left: 20px;
}
#zwgk .part2{
  width: 340px;
  height: 195px;
  border: 1px solid #e1e1e1;
  padding: 0 10px;
  background-color: #f0f4f9;
}
#zwgk .part2 .tit{
  font-size: 18px;
  color: #333;
  font-weight: bold;
  line-height: 1;
  padding: 10px 0;
  border-bottom: 1px solid #e1e1e1;
  margin-bottom: 10px;
}
#zwgk .part2 .tit .icon{
  font-size: 20px;
  color: #006ac0;
  margin-right: 8px;
  font-weight: normal;
}
.select-wrapper{
  position: relative;
  height: 26px;
  background-color: #fff;
}
.select-wrapper .select-dropdown{
  display: none;
}
.select-wrapper .select-current{
  font-size: 1.0rem;
  color: #333;
  height: 100%;
  padding: 0 10px;
  position: relative;
  border: 1px solid #e1e1e1;
  cursor: pointer;
  line-height: 24px;
  font-size: 15px;
}
.select-wrapper .select-current-txt{
  width: 110px;
  display: inline-block;
}
.select-wrapper .select-current .icon{
  color: #999;
  position: absolute;
  right: 10px;
  top: 1px;
  transition: transform .2s linear;
}
.select-wrapper .select-current .icon.active{
  transform: rotate(180deg);
}
.select-wrapper .select-current:hover{
  border: 1px solid #006ac0;
}
.select-wrapper .select-dropdown{
  background-color: #fff;
  width: 100%;
  border: 1px solid #e1e1e1;
  position: relative;
  z-index: 999;
}
.select-wrapper .select-dropdown li{
  font-size: 15px;
  line-height: 30px;
  padding: 0 10px;
  color: #333;
  cursor: pointer;
}
.select-wrapper .select-dropdown li:hover{
  background-color: #006ac0;
  color: #fff;
}
.select-file{
    width: 149px;
    margin-right: 20px;
    margin-bottom: 10px;
}
.select-time{
    width: 149px;
    margin-bottom: 10px;
}
#zwgk .part2 .check-input{
  width: 100%;
  font-size: 14px;
  color: #333;
  padding: 0 10px;
  height: 40px;
  border: 1px solid #e1e1e1;
  margin-bottom: 20px;
}
#zwgk .part2 .check-input::-webkit-inpput-placeholder{
  color: #999;
}
#zwgk .part2 .check-input:focus,#zwgk .part2 .check-input:hover{
  border-color: #006ac0;
}
#zwgk .part2 .btn-wrapper{
  width: 100%;
  height: 30px;
}
#zwgk .part2 .btn-wrapper .check-btn{
  display: block;
  margin: 0 auto;
  width: 100px;
  line-height: 30px;
  font-size: 15px;
  color: #fff;
  text-align: center;
  border-radius: 5px;
  font-weight: bold;
  background-color: #1296db;
  cursor: pointer;
  transition: .2s linear all;
}
#zwgk .part2 .btn-wrapper .check-btn:hover{
  background-color: #006ac0;
}

#zwgk .zwgk_list>li{
  width: 580px;
  float: left;
  margin-bottom: 20px;
  height: 206px;
  border: 1px solid #dddddd ;
}
#zwgk .zwgk_list>li:nth-child(odd){
  margin-right: 20px;
}
#zwgk .zwgk_list .tit-wrapper{
  margin-bottom: 8px;
}
#zwgk .zwgk_list .tit-wrapper .tit{
  font-weight: bold;
}
#zwgk .zwgk_list .tit-more{
  font-size: 0;
  position: absolute;
  right: 0px;
  top: 10px;
}
#zwgk .zwgk_list .tit-more a{
  font-size: 14px;
  color: #333;
  font-size: 15px;
  line-height: 20px;
  margin-right: 20px;
  transition: all .2s linear;
}
#zwgk .zwgk_list .tit-more a:hover{
  color: #006ac0;
}
#zwgk .zwgk_list .list{ 
  line-height: 30px;
  height: 150px;
  overflow: hidden;
}
#zwgk .zwgk_list .list .dq_dot{
  margin: 13px 8px;
  transition: .2s linear all;
}
#zwgk .zwgk_list .list .txt{
  width: 440px;
  font-size: 15px;
  color: #333;
  transition: .2s linear all;
}
#zwgk .zwgk_list .list .time{
  font-size: 15px;
  color: #a0a0a0;
  margin-right: 10px;
  transition: .2s linear all;
}
#zwgk .zwgk_list .list li:hover .dq_dot{
  background-color: #006ac0;
}
#zwgk .zwgk_list .list li:hover .txt,#zwgk .zwgk_list .list li:hover .time{
  color: #006ac0;
}



/*æ”¿æ°‘äº’åŠ¨*/
#zmhd .zmhd-ll{
  width: 680px;
}
#zmhd .zmhd-ll .query-wrapper input[type="text"]{
  width: 244px;
}
#zmhd .zmhd-ll .btn{
  margin-right: 40px;
  width: 90px;
}

#zmhd .zmhd-ll .write-btn{
  width: 144px;
  line-height: 40px;
  text-align: center;
  color: #fff;
  font-size: 15px;
  background-color: #006ac0;
  font-size: 18px;
  transition: .2s linear all;
}
#zmhd .zmhd-ll .write-btn:hover{
  background-color: #045597;
}
#zmhd .zmhd-ll .write-btn .icon{
  font-size: 18px;
  margin-right: 8px;
}
#zmhd .zmhd-ll .table-t li:nth-child(3),#zmhd .zmhd-ll .table-b .state{
  width: 100px;
}
#zmhd .zmhd-ll .table-b{
  height: 405px;
}
#zmhd .zmhd-rr .tit-wrapper2{
  margin-bottom: 0;
}
#zmhd .zm-card-wrapper{
  border: 1px solid #e1e1e1;
  padding: 20px 10px 5px;
}
#zmhd .zm-card-wrapper .zm-card{
  margin-bottom: 23px;
}


/*åœ¨çº¿åŠžäº‹*/
#zxbs .part1{
  width: 458px;
  margin-bottom: 20px;
}
#zxbs .part1 .hd li{
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  background-color: #f0f4f9;
  line-height: 40px;
  width: 50%;
}
#zxbs .part1 .hd li a{
  color: #333;
}
#zxbs .part1 .hd li.on a{
  background-color: #006ac0;
  color: #fff;
}
#zxbs .part1 .bd li{
  height: 73px;
  width: 20%;
  text-align: center;
  float: left;
  transition: .2s linear all;
}
#zxbs .part1 .bd li:hover {
  background-color: #006ac0;
}
#zxbs .part1 .bd li:hover .icon,#zxbs .part1 .bd li:hover .txt{
  color: #fff;
}
#zxbs .part1 .bd ul{
  height: 148px;
  border: 1px solid #e1e1e1;
}
#zxbs .part1 .bd li .icon{
  font-size: 22px;
  color: #006ac0;
  display: block;
  margin: 0 auto 8px;
  transition: .2s linear all;
}
#zxbs .part1 .bd li .txt{
  font-size: 15px;
  color: #868686;
  transition: .2s linear all;
}
#zxbs .part1 .bd li a{
   padding-top: 12px;
}

#zxbs .zxbs-cc{
  width: 443px;
}
#zxbs .zxbs-cc .list li{
  width: 147px;
  height: 143px;
}
#zxbs .zxbs-cc .list li a{
  padding-top: 20px;
}
#zxbs .zxbs-cc .list li .icon{
  font-size: 50px;
}
#zxbs .zxbs-cc .list li .txt{
  font-size: 18px;
  color: #868686;
}
#zxbs .zxbs-cc .list li:hover .txt{
  color: #fff;
}
#zxbs .zxbs-rr{
  width: 259px;
}

#zxbs #tagscloud{
  margin-bottom: 20px;
  height: 242px;
}
#zxbs .zxbs-rr .list{
  height: auto;
  padding-top: 0;
}
#zxbs .zxbs-rr .list li{
  line-height: 53px;
  font-size: 15px;
  border-bottom: 1px solid #e1e1e1;
  width: 50%;
  margin-bottom: 0;
}
#zxbs .zxbs-rr .list li a{
  color: #333;
}
#zxbs .zxbs-rr .list li .icon{
  color: #006ac0;
  font-size: 18px;
  margin-right: 8px;
}
#zxbs .zxbs-rr .list{
  border:1px solid #e1e1e1;
  background-color: #fff;
}
#zxbs .zxbs-rr .list li:hover a{
  color: #006ac0;
}

/*æ—…æ¸¸è§‚å…‰*/
#lygg .lygg-tl,#lygg .lygg-tr{
  width: 590px;
}
#lygg .lygg-tl img{
  width: 408px;
}
#lygg .lygg-tl .img-text .img-tit{
  padding-top: 14px;
  padding-bottom: 6px;
}
#lygg .lygg-b .intro-wrap{
  padding: 10px 16px 20px;
}
#lygg .lygg-b .intro{
  font-size: 15px;
  color: #666;
  line-height: 30px;
  text-indent: 30px;
}


.now-site{
  margin: 0;
  padding: 20px 0;
}
#contact .jiucuo{
  width: 936px;
  margin-top: 0;
}
#contact .jiucuo-title{
  height: 102px;
 /* background: url('image/dq_img62.png') no-repeat;*/
  background-size: 936px 102px;
  color: #fff;
  padding-top: 30px;
  margin-bottom: 30px;
}
#contact .jiucuo-title p{
  padding-left: 70px;
  font-size: 15px;
  padding-right: 50px;
}
#contact form{
  width: 910px;
  margin: 0 auto;
}
#contact .jc-tab{
  margin: 0 auto 40px;
}
#contact .jc-tab tr td i{
  margin-right: 4px;
}

/*æœç´¢é¡µ*/
.search-result{
  margin-top: 0;
  margin-bottom: 0;
}
.search-result-title a{
  color: #1296db;
}
.search-result-orderby dd a.active{
  color: #ff2929; 
}
.search-result-title span, .search-result-txt span{
  color: #ff2929; 
}
.search-result-filter dl{
  padding: 0;
}
.search-result-filter dt{
  line-height: 48px;
  font-size: 20px;
  font-weight: bold;
  color: #333;
  padding-left: 20px;
  margin-bottom: 0;
}
.search-result-filter{
  border: 1px solid #e2e2e2;
  border-top: 3px solid #d41819;
}
.search-result-filter dd a{
    display: block;
    height: 44px;
    line-height: 44px;
    padding-left: 40px;
    margin-top: 2px;
    font-size: 15px;
}
.search-result-con{
  border: 1px solid #e2e2e2;
}
.search-result-filter dd a span{
  margin-left: 10px;
}
.search-result-form div{
  width: 660px;
}
.news-list-r a:before{
  left: -1px;
}
.search-result-filter dd a{
  position: relative;
  transition: 350ms all ease;
}
.search-result-filter dd a:before{
    content: '';
    border-width: 8px;
    border-color: transparent;
    border-left-color: #fff;
    border-style: solid;
    position: absolute;
    top: 50%;
    left: -1px;
    margin-top: -8px;
    opacity: 0;
    transition: all 350ms ease;
}
.search-result-filter dd a.active:before{
  opacity: 1;
}
.search-result-filter dd a:hover:before{
  opacity: 1;
}

.leadermail-search{
  width: 1200px;
  /* width: 780px; */
  min-height:600px;
}
.lm-search-form input[type="text"]{
  width: 500px;
}
.lm-search-form  .write-btn{
  width: 157px;
  background-color: #006ac0;
  color: #fff;
  text-align: center;
  line-height: 36px;
  display: block;
  margin-left: 30px;
  display: block;
  height: 36px;
}
.lm-search-form  .write-btn .iconfont{
  margin-right: 10px;
}
.lm-search-form  .write-btn:hover{
  background-color: #1296db;
}
.questionnaire-list dl dt b{
  color: #1296db;
}
.questionnaire-list dl dt b{
  color: #1296db;
}
.questionnaire-list dl dd label.active div span{
  background: #1296db;
  border-color: #1296db;
}
.questionnaire-list~.submit{
  display: block;
  width: 100px;
  line-height: 40px;
  outline: none;
  border :none;
  background-color: #1296db;
  color: #fff;
  text-align: center;
  font-size: 16px;
  margin: 10px auto 20px; 
  cursor: pointer;
} 
.questionnaire-list~.submit:hover{
  background-color: #108ACC; 
}
#ztzl .part-t .bd li{
  width: 275px;
  margin: 0 7px;
}
#ztzl .part-t:hover .dq_arrow{
  display: block;
}
#ztzl .part-t .prev{
  left: 7px;
}
#ztzl .part-t .next{
  right: 9px;
}
#ztzl .part-t .dq_arrow:hover{
  background-color: rgba(0,0,0,0.7);
}
.leader-mailbox-form li{
  width: 750px;
  margin-left: auto;
  margin-right: auto;
}
.leader-mailbox-form li input[type="text"]{
  width: calc(750px - 120px) !important;
}
.leader-mailbox-form li>span.msg{
  float: left;
  width: 500px;
  text-align: left;
  padding: 0;
}

.write-to-leader-btn{
  margin: 0 auto;
  text-align: center;
}
.write-to-leader-btn input{
  margin: 0 20px;
}
.mail-box{
  width: 930px;
  padding: 0 10px;
  border: 1px solid #e2e2e2;
}
.mail-box .tit{
  font-size: 24px;
  color: #333;
  line-height: 50px;
  border-bottom: 2px solid #dedede;
  font-weight: bold;
  margin-bottom: 20px;
}
.mail-box-search{
  text-align: right;
  font-size: 0;
  margin-bottom: 20px;
  height: 40px;
}
.mail-box-search .txt{
  font-size: 18px;
  color: #333;
  margin-right: 20px;
}
.mail-box-search .txt .icon{
  font-size: 18px;
  color: #000;
  margin-right: 10px;
}
.mail-box-search #search_code{
  width: 340px;
  height: 40px;
  border: 1px solid #ccc;
  border-right: none;
  padding: 0 10px;
  color: #333;
  font-size: 16px;
}
.mail-box-search .search-btn{
  width: 90px;
  line-height: 40px;
  border: none;
  outline: none;
  background-color: #1296db;
  color: #fff;
  text-align: center;
  font-size: 17px;
  font-weight: bold;
  position: relative;
  top: 1px;
  cursor: pointer;
}
.mail-box-search .search-btn:hover{
  background-color: #108ACC;
}
.mail-table{
  width: 100%;
  border-collapse:collapse;
  border-left: 1px solid #f2f2f2;
  border-right: 1px solid #f2f2f2;
}
.mail-table th{
  font-size: 15px;
  color: #333;
  line-height: 40px;
  background-color: #f2f2f2;

}
.mail-table td{
  font-size: 15px;
  color: #333;
  line-height: 30px;
  border-bottom: 1px solid #f2f2f2;
}
.mail-table td a{
  width: 420px;
  overflow : hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.mail-table td a:hover{
  color: #1296db;
}
.mail-table th:nth-child(1),.mail-table td:nth-child(1){
  width: 208px;
  padding-left: 20px;
  text-align: left;
}
.mail-table th:nth-child(2),.mail-table td:nth-child(2){
  width: 450px;
  padding-left: 8px;
  padding-right: 8px;
  text-align: left;
}
.mail-table th:nth-child(3),.mail-table td:nth-child(3){
  width: 120px;
  text-align: center;
}
.mail-table th:nth-child(4),.mail-table td:nth-child(4){
  width: 130px;
  text-align: center;
}
.gov-public-form{
  text-align: center;
  margin-bottom: 10px;
}
.gov-public-form select{
  margin: 0 !important;
  height: 30px;
  width: 145px;
}

.gov-public-form input[type="text"]{
  width: 100%;
}
.gov-public-btn{
  text-align: center;
  padding-top: 6px;
}
.gov-public-btn input{
   border-radius: 5px;
}
.questionnaire-list .f_red{
  margin-top: 6px;
}
.questionnaire-list .f_red img{
  width: 12px;
  height: 12px;
  float: left;
  margin-top: 4px;
  margin-right: 2px;
}

.dq_tab_tit_wrapper+.wrap-p{
  display: none;
}
.f_l.zmhd-rr{
  display: none;
}
.f_l.zmhd-ll{
width: 100%;
}
/*&#27492;&#32593;&#31449;&#35774;&#35745;&#29256;&#26435;&#24402;&#32;&#28145;&#22323;&#24066;&#20044;&#37030;&#22270;&#31185;&#25216;&#26377;&#38480;&#20844;&#21496;&#32;&#25152;&#26377;&#65292;&#32;&#31105;&#27490;&#20219;&#20309;&#24418;&#24335;&#30340;&#29228;&#21462;&#37319;&#38598;&#12289;&#25220;&#34989;&#35774;&#35745;&#21069;&#31471;&#19982;&#33050;&#26412;&#20195;&#30721;*/


.index-pc{
  position:fixed;
  right:0;
  top:45%;
  width: 10%;
  height: auto;
}
.pc-img{
  width: 100%;
  height: auto;
}
.pc-img img{
  width: 100%;
  height: auto;
}
.index-pc span{
  position: absolute;
  width: 15%;
  height: auto;
  top:0;
}


/* 春节飘红 */
.backstretch{display:none;}