.pt10{padding-top: 10px;}
.pb10{padding-bottom: 10px;}
.mt20{margin-top: 20px;}
.mt30{margin-top: 30px;}

a:active,
a:hover {
  outline: 0;
  color: #015da0;
  text-decoration: none
}



.top-bg{
  width: 100%;
  background: url(../images/header_bg.jpg) top center #0a6aaf;
}

.nav-bg{
  background-color: #288ad1;
}


.header{
  height:8.125rem
  width: 100%;
}
.header-r .header-r-t{
  margin-bottom: 0.9375rem;
}
.header-r .header-r-t a{
  display: inline-block;
  color: #fff;
  margin-right : 20px;;
  font-size: 0.875rem;
}

.search {
  display:inline-block;
  width:220px;
  height: 32px;
  overflow: hidden;
}
.search .search_txt {
  display: inline-block;
  float: left;
  width: 170px;
  padding: 0 6px;
  height: 32px;
  line-height: 32px;
  color: #999;
  border: 0;
  font-size: 14px;
}
.search .search_btn {
  display: inline-block;
  float: left;
  width: 50px;
  height: 32px;
  line-height: 32px;
  background:#1f9b3a;
  cursor: pointer;
  border: 0;
  color: #fff;
}
.search-box{
  position: fixed;
  top: 68px;
  left: 0;
  right: 0;
  padding:0.625rem;
  background-color: #f2f2f2;
  z-index: 99;
  display: none;
  
}
.search-box .search-box-main{
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.search-box .search_txt{
      width:100%;
    border: 1px solid #ddd;
    padding: 0.375rem;
  
}
.search-bt .iconfont{
  color: #fff;
}
.search-box .search_btn {
  display: inline-block;
  float: left;
  width: 50px;
  padding: 0.375rem;
  background:#1f9b3a;
  cursor: pointer;
  border: 0;
  color: #fff;
}

/*幻灯片*/
.slider {
  margin: 0 auto;
  width: 1400px;
  height: 400px;
  position: relative;
  overflow: hidden;
  background: #fff;
  text-align: center;
}

.slider .bd {
  width: 1400px;
  position: absolute;
  left: 50%;
  margin-left: -700px
}

.slider .bd li {
  width: 1400px;
  overflow: hidden;
}

.slider .bd li img {
  display: block;
  width: 1400px;
  height: 400px;
}

.slider .tempWrap {
  overflow: visible !important
}

.slider .tempWrap ul {
  margin-left: -1400px !important;
}

.slider .hd {
  position: absolute;
  width: 100%;
  left: 0;
  z-index: 1;
  height: 8px;
  bottom: 50px;
  text-align: center;
}

.slider .hd li {
  display: inline-block;
  zoom: 1;
  width: 8px;
  height: 8px;
  line-height: 99px;
  overflow: hidden;
  background: url(../images/slider-btn.png) 0 -10px no-repeat;
  margin: 0 5px;
  cursor: pointer;
}

.slider .hd li.on {
  background-position: 0 0;
  filter: alpha(opacity=100);
  opacity: 1;
}

.slider .pnBtn {
  position: absolute;
  z-index: 1;
  top:20px;
  width: 46px;
  height: 60px;
  cursor: pointer;
}

.slider .prev {
  left: 20px;
  /* left: -50%;
  margin-left: -700px; */
}

.slider .next {
  right: 20px;
  /* left: 50%;
  margin-left: 700px; */
}

.slider .pnBtn .blackBg {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 46;
  height: 60px;
  background: #000;
  filter: alpha(opacity=50);
  opacity: 0.5;
}

.slider .pnBtn .arrow {
  display: none;
  position: absolute;
  top: 0;
  z-index: 1;
  width: 60px;
  height: 400px;
}

.slider .pnBtn .arrow:hover {
  filter: alpha(opacity=60);
  opacity: 0.6;
}

.slider .prev .arrow {
  right: 0;
  background: url(../images/slider-arrow.png) -120px 0 no-repeat;
}

.slider .next .arrow {
  left: 0;
  background: url(../images/slider-arrow.png) 0 0 no-repeat;
}


.nav.nav-switch{
  color:#fff;
}

.navbar-addon a{
    margin-left: 10px;
}
.navbar-addon i{
    font-size: 16px;
}

.navbar-logo img{
  height: 32px;
}

.index-title .index-title-l{
  color: #015da0;
  font-weight: bold;
  font-size: 1.25rem;
}
.index-title{
  margin: 0.9375rem 0;
}
.index-title .index-title-r{
  color: #015da0;
}

.index-box .index-box-l .nav.nav-tabs>li.active>a{
  border:none;
  color: #015da0;
  font-size: 1.25rem;
  font-weight: bold;
}
.index-box .index-box-l .nav.nav-tabs>li>a{
  border:none;
}
.index-box .index-box-l  .nav.nav-tabs>li:not(.active):hover>a{
  border-color:#fff;
  border: 0;
}
.index-box .index-box-l .nav.nav-tabs{
  border: none;
}

.index-box .index-box-l .nav>li>a {
  padding:0.9375rem 1.25rem 0.9375rem 0;
  font-size: 1.25rem;
  background-color: transparent;
}
.index-box .index-box-l .tab>.tab-body{
  padding:0;
}
.index-box .index-box-l .tab{
  position: relative;
}
.index-box .index-box-l .more{
  position: absolute;
  right: 0;
  top:0.9375rem;
  color: #015da0;
}

.index-box .info-box1{
  display: inline-block;
  width:100%;
  overflow: hidden;
  background-color: #eff5fa;
  margin-right: 20px;
}
.index-box .info-box1 img{
  width: 100%;
}
.index-box .info-box1 div{
  display: inline-block;
  padding:0.625rem 0.625rem 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  word-break: break-all;
  height:5.625rem;
}
.index-box .info-box1 span{
  width: 100%;
  padding:0.375rem 0.625rem;
  display: inline-block;
  text-align: right;
}

.notify-box{
  display: flex;
  flex-direction: column;

}
.notify-box .item{
  display: flex;
}
.notify-box .item .item-l{
  display: flex;
  width:3.75rem;
  height: 3.375rem;
  flex-direction: column;
  background-color: #eff5fa;
  text-align: center;
  margin-right: 0.625rem;
}
.notify-box .item .item-l .item-l-b{
  font-size: 0.8125rem;
  color: #999;
}
.notify-box .item .item-l .item-l-t{
  background-color: #288ad1;
  color: #fff;
}

.notify-box .item .item-r{
  flex: 1;
  display: inline-block;
  height: 3.375rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  word-break: break-all;
}
.news-img{
  width: 100%;
  padding-right: 1.25rem;
}
.news-img img{
  width: 100%;
  height: 16rem;
}
ul.listbox{
  padding-left: 0;
}
ul.listbox li,ul.list-nav li{
  list-style: none;
}
.listbox {
  width: 100%;
  margin: 0 auto;
  height: auto;
  overflow: hidden;
  
}
.listbox li {
  float: left;
  width: 100%;
  background: url(../../skin/images//list_bg.png) left center no-repeat;
  padding-left: 0.75rem;
}
.listbox li a {
  float: left;
  height:2rem;
  line-height: 2rem;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.listbox li span {
  float: right;
  width:2.875rem;
  line-height: 2rem;
  color: #999;
}

.fuwu-box>.item{
  position: relative;
  width: 100%;
  border: 2px solid #ddd;
  display: inline-block;
  padding:0.6rem 0.625rem;
  margin-bottom: 0.5rem;
}
.fuwu-box .item .iconfont{
  font-size: 1.25rem;
  color: #015da0;
}
.fuwu-box .item:hover{
  border: 2px solid #015da0;
    color: #015da0;
}

.fuwu-box .item-child{
  position: absolute;
  left: -2px;
  width: 320px;
  bottom:38px;
  z-index: 10;
  padding: 0;
  background-color: #fff;
  list-style-type: none;
  border: 2px solid #ddd;
  display: none;
}
.fuwu-box .item:hover .item-child{
  border: 2px solid #015da0;
  display: block;

}
.fuwu-box .item-child li{
  padding: 6px 0;
  border-top:1px solid #ddd;
}
.fuwu-box .item-child li:first-of-type  {
  border-top:0;
}
.fuwu-box .item-child li a{
  padding: 0 10px;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.zhuanti-box a{
  width: 100%;
  display: inline-block;
  margin-bottom: 0.5rem;
}
.zhuanti-box img{
  width: 100%;
  height: 3.75rem;
}

.footer{
  background-color: #288ad1;
  padding: 1.25rem 0;
  color: #fff;
}
.footer .footer-t-l span{
  display: inline-block;
  width: 100%;
  font-size: 0.875rem;
}
.footer .footer-t-l span a{
  color: #fff;
}
.footer .footer-t-r{
  text-align: right;
}


.list-nav{
  background-color:#f2f2f2;
  padding:1.25rem;
}
.list-nav li{
  display: inline-block;
}
.list-nav a{
  display: inline-block;
  background-color: #fff;
  color: #555555;
  padding:0.25rem 0.625rem;
  margin-bottom: 0.625rem;
  border-radius: 0.375rem;
}
.list-nav a:hover{
  background-color:  #288ad1;
  color: #ffffff;
}
.list-nav .active{
  background-color:  #288ad1;
  color: #ffffff;
}
.detail-box .tit{
  padding: 1.25rem 0 0 0;
  text-align: center;
  font-size: 1.875rem;
}
.detail-box  .time{
  text-align: center;
  padding: 0.625rem 0;
  font-size: 0.875rem;
  color: #999999;
}
.detail-box  .time span{
  margin: 0 0.625rem;
}
.detail-box .content{
  padding: 20px 0;
}
.detail-box .content img{
  width:auto;
}

.news-list2 .item{
  padding: 1.875rem 0;
   border-bottom: 1px solid #ddd;
}
.news-list2 .item:last-child{
    margin-bottom: 0;
}

.news-list2 .item .img img{
    width: 100%;
    height:13.75rem;
}

.news-list2 .item .txt{
 padding-top: 0;
 padding-bottom: 0;
}
.news-list2 .item .txt .title{
    font-size: 1.25rem;
    font-weight: bold;
    line-height: 1.5;
}
.news-list2 .item .txt .desc{
    width: 100%;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-top: 0.625rem;
    font-size: 0.875rem;
    color: #999;
    line-height:1.5;
}
.news-list2 .item .txt .time{
    margin-top: 0.625rem;
    font-size: 0.875rem;
    color: #999;
}

.news-list3 .item{
    position: relative;
    box-sizing: border-box;
    padding:0.3125rem 0.625rem; 
    font-size: 0;
}
.news-list3 .item .title{
    margin-top: 0.625rem;
    text-align: center;
}

.news-list3 .item .title a{
    width: 100%;
    line-height: 1.6;
    font-size: 0.875rem;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.news-list3 .item img{
    width: 100%;
    height: 11.25rem;
}


@media (min-width: 992px){
  .index-box .middle-x3{
    width: 23.5%;
  }
  .index-x4 .middle-x4{
    width: 32%;
  }
  .search-box,.search-bt{
    display: none;
  }

  
}

@media only screen and (max-width: 992px){
  .w-container{
    padding:0  0.9375rem;
  }

  .top-bg{
    display: none;
  }
  .nav>li.active>a, .nav>li>a:hover, .nav>li>a:active {
        color: #288ad1;
    }
  
    .w-container.fixed{
       position: fixed;
       top: 0;
       width: 100%;
       z-index: 999999;
         background: url(../images/header_bg.jpg) top center #0a6aaf;
    }
  .nav-bg .w-container{
    padding: 10px 0;
  }
  
  .slider {
    display: none;
  }
  
    body{
        padding-top: 64px;
    }
  
    .header-banner{
        display: none;
    }
    .site-nav{
        padding: 10px 10px 0;
    }
  .index-box .info-box1 img{
    height:7rem;
  }
  .index-box .x6, .index-box .x6 {
    width: 48%;
  }
  .notify-box{
    margin-top: 0.625rem;
  
  }
  .notify-box .item{
    margin-bottom: 1.375rem;
  }
  .news-img{
    padding-right:0;
  }
  

  .listbox li a {
    max-width: 16.25rem;
  }
  .footer .footer-t-r{
    text-align:center;
  }
  .index-title-r2{
    display: none;
  }
  .news-list .listbox li span{
    line-height: 3.125rem;
    width: 5.625rem;
  }
  .news-list .listbox li{
    border-bottom: 1px solid #eee;
  }
  .news-list .listbox li a{
    height:  3.125rem;
    line-height: 3.125rem;
  }
  .list-nav{
    padding: 0.625rem;
  }
  .list-nav li{
    margin-right: 0.625rem;
  }  
  .hot-news{
    display: none;
  }
  .news-list2 .item{
    padding: 0.625rem 0;
  }
  .detail-box .content img{
    width: 100%;
  }
  .news-list3 .item img{
      width: 100%;
    height:8.75rem;
     
  }

  

}


@media (min-width: 1024px) {
  
  .slider {
    display: none;
  }

  .nav-bg .w-container,.nav-bg .navbar{
    padding: 0;
  }
  .nav>li.active>a, .nav>li>a:hover, .nav>li>a:active {
      color: #fff;
    background-color: #0a6aaf;
  }
  .navbar.navbar-show>.navbar-body{
    justify-content:start;
    margin-left:0;
  }
  .navbar>.navbar-logo{
    display: none;
  }
  .nav>li>a{
    color: #fff;
    padding: 0.5em 1.2em;
  }
  
  .nav>li>a{
    color: #fff;
    padding: 0.5em 1.2em;
  }
  .index-box .index-box-l .nav>li>a{
    color: #999;
  }

  .nav.nav-box{
    border:0;
    border-radius:0;
  }
  .nav.nav-box.bg-white{
    background-color: #288ad1!important;
  }

  .index-box .index-box-l{
    margin-left: 1.875rem;
  }
  .index-box2 .index-box-r{
    margin-right: 1.875rem;
  }
  .index-box .info-box1 img{
    height:6rem;
  }
  .notify-box .item{
    display: flex;
    margin-bottom: 0.625rem;
  }
  .notify-box{
    margin-top: 0;
  
  }
  .notify-box .item .item-l{
    height: 3.125rem;
  }
  .notify-box .item .item-r{
    height:3.125rem;
  }

  .listbox li a {
      max-width: 18.75rem;
  }
  .fuwu-box .item .txt{
    font-size: 0.8125rem;
  }
  .zhuanti-box img{
    height:3.25rem;
  }
  .news-list .listbox li a {
     max-width: 31.25rem;
  }
  .news-list .listbox li{
    border-bottom: 1px solid #eee;
  }
  .news-list .listbox li a{
    height:  3.125rem;
    line-height: 3.125rem;
  }
  .news-list .listbox li span{
    line-height: 3.125rem;
    width: 5.625rem;
  }
  .list-nav li{
    width: 100%;
  }
  .list-nav li a{
    width: 100%;
  }
  .hot-news .listbox li a {
   max-width: 13.75rem;
  }
  .news-list2 .item .img img{
      height:9.375rem;
  }
  .news-list2 .item .img a{
    display: inline-block;
    padding-right: 1.25rem;
  }
  .news-list3 .item img{
      height:8.75rem;
  }
  
  
   
}
@media (min-width: 1280px) {
    .w-container {
        max-width: 1280px;
        margin: 0 auto;
    }

  .nav>li>a {
      color: #fff;
      padding: 0.5em 2em;
  }
  .index-box .info-box1 img{
    height:10rem;
  }
  
  .notify-box{
    margin-top: 0.625rem;
  
  }
  .notify-box .item{
    margin-bottom: 1.375rem;
  }
  .index-x4 .notify-box .item{
    margin-bottom: 1rem;
  }
  .notify-box .item .item-l{
    height: 3.375rem;
  }
  .notify-box .item .item-r{
    height: 3.375rem;
  }
  .news-img img{
    width: 100%;
    height: 16rem;
  }
  .listbox li a {
      max-width: 31.25rem;
  }
  .zhuanti-box img{
    height:3.75rem;
  }

  .news-list .listbox li a {
     max-width: 56.25rem;
  }
  .hot-news .listbox li a {
    max-width: 19.375rem;
  }
  .news-list2 .item .img img{
      width: 100%;
      height:11.25rem;
  }
  .news-list3 .item img{
      height: 11.25rem;
  }
      
}

@media (min-width: 1440px) {
    .w-container {
        max-width: 1400px;
        margin: 0 auto;
    }
  .flip {
    display: none;
  }
  .slider {
    display: block;
  }
  .nav>li>a {
      color: #fff;
      padding: 0.5em 1.5em;
  }
  .index-box .info-box1 img{
    height:10rem;
  }
  
  
  /* color: #015da0;
  font-weight: bold; */
  
    
}

.page {
  width: 100%;
    text-align: center;
  height: auto;
  overflow: hidden;
  padding-top: 30px;
}
.pageList {
    overflow: hidden;
}
.pageList ul{
    padding: 0;
}
.pageList ul li {
  line-height: 30px;
  display:inline-block;
  margin: 0 2px;
  text-align: center;
    font-size: 0;
}
.pageList ul li a {
  background: #efefef;
  color: #646464;
  padding: 4px 10px;
  border: 1px solid #d3d3d3;
    font-size: 16px;
}
.pageList ul li a.selected, .page ul li a:hover {
  background-color: #288ad1;
    border: 1px solid #288ad1;
  color: #FFFFFF;
}
.pageList ul li a.disable {
    color: #cfcdcd;
    pointer-events:none;
}

