.logo-w{
  width: 76%;
  margin-top: 18px;
}
.pagination {
    color: #666;
    clear: both;
    margin-top: 1em;
    display: block;
    margin: auto;
	font-size: 16px;
}

.pagination li {
    display: inline-block;
}

.pagination a {
   display: inline-block;
   margin-left: -1px;
   padding: 0 12px;
   height: 32px;
   line-height: 32px;
   color:#666;
   border: 1px solid #ddd;
   background: #fff;
   text-decoration: none;
   margin-top: -3px;
}

.pagination li>span {
    display: inline-block;
    margin-left: -1px;
    padding: 0 12px;
    height: 32px;
    line-height: 32px;
    color:#666;
    border: 1px solid #ddd;
    background: #fff;
    text-decoration: none;
}

.pagination li.active>span {
    color: #ffffff;
    background:#666;
}

.pagination .prev::before {
    font-family: "FontAwesome";
    display: inline-block;
    content: "\f104";
    width: 10px;
    height: 10px;
    margin-right: 5px;
}

.pagination .next::after {
    font-family: "FontAwesome";
    display: inline-block;
    content: "\f105";
    width: 10px;
    height: 10px;
    margin-left: 5px;
}

.pagination a:not(.goto):hover {
    background-color: #eee;
    color:#ec6c00;
}

.pagination a.cur,
.pagination a.cur:hover {
    background-color:#666;
    color: #fff;
    border-color:#666;
    margin-right: 1px
}

.pagination a.disabled {
    background-color: #e6e6e6 !important;
    color: #bbb !important;
    cursor: no-drop
}

.pagination .prev {
    border-radius: 5px 0 0 5px;
}

.pagination .next {
    border-radius: 0 5px 5px 0;
}
body{
  width: 100%;
  min-width: 1200px;
  font-size: 12px;
}
a{
  transition: color 0.3s;
}

.container{
  position: relative;
  width: 1200px;
  margin: 0 auto;
}
.color-blue{
  color: #007dc5;
}
/**header**/
.header{
  position: relative;
  height: 100px;
  background: #fff;
  z-index: 9;
}
.header-wrap{
  width: 1390px;
  min-width: 1200px;
  margin: 0 auto;
}
.header-wrap .container{
  width: 1100px;
}
.logo{
  height: 100px;
  overflow-y: hidden;
  overflow: hidden;
}
.logo-b{
  display: none;
}

.menu{
  height: 100px;
  line-height: 100px;
  font-size: 0;
}
.menu li{
  display: inline-block;
  font-size: 16px;
  margin-left: 2px;
}
.menu li a{
  position: relative;
  display: block;
  padding: 0 20px;
  font-size: 16px;
  color: #8f8f8f;
  transition: all .3s;
}
.menu li a::after{
  content: '';
  display: block;
  position: absolute;
  left: 50%;
  bottom: 16px;
  width: 0;
  height: 3px;
  background-color: #007dc5;
  transition: all .5s ease;
}
.menu li.cur a,.menu li:hover a{
  color: #007dc5;
}
.menu li.cur a::after,.menu li:hover a::after{
  width: 70%;
  left: 50%;
  transform: translateX(-50%);
}

.header-search {
  margin-left: 36px;
  margin-top: 28px;
  height: 32px;
  border: 1px solid #b2b2b2; }
  .header-search input {
    float: left; }
    .header-search .input {
      text-indent: 12px;
      line-height: 32px;
      height: 32px;
      font-size: 14px;
      background: none;
      border: none; }
      .header-search .button {
        width: 32px;
        height: 32px;
        padding: 0;
        border: none;
        background: url(../image/icon-search1.png) no-repeat center; }

        .header-wrap .en {
          margin-top: 28px;
          line-height: 32px;
          font-size: 16px;
          margin-left: 20px;
        }
        .header-index {
          position: absolute;
          left: 0;
          right: 0;
          top: 0;
          z-index: 10;
        }
        .header-index .header{
          background: none;
        }

        .header-index .logo-b{
          display: block;
        }
        .header-index .logo-w{
          display: none;
        }
        .header-index .menu li a{
          color: #fff;
        }
        .header-index .menu li.cur a,.header-index .menu li:hover a{
          color: #fff;
        }
        .header-index .menu li a::after{
          background-color: #fff;
        }
        .header-index .en{
          margin-top: 28px;
          line-height: 32px;
          color: #fff;
          font-size: 16px;
          margin-left: 20px;
        }
        .header-index .header-search{
          border-color: rgba(255,255,255,.3);
        }
        .header-index .header-search .button{
          background-image: url(../image/icon-search-w.png);
        }
        .header-index .header-search .input{
          color: #fff;
        }
        /**底部**/
        .footer {
          background-color: #333;
          padding-top: 45px;
        }
        .footer-nav dl {
          width: 95px;
          float: left;
          margin-right: 32px;
          line-height: 30px;
          border-right: 1px solid #3c3c3c; 
        }
        .footer-nav dt {
          font-size: 14px;
          color: #eaeaea;
        }
        .footer-nav dt a{
          color: #eaeaea;
        }
        .footer-nav dd a {
          color: #a0a0a0;
        }
        .footer-nav dd a:hover,.footer-nav dt a:hover {
          color: #fff;
        }
        .footer-nav dl.ser{
          width: 318px;
        }
        .footer-nav dl.ser dd{
          float: left;
          width: 144px;
          margin-right: 15px;
        }

        .footer-code {
          /*width: 320px;*/
          font-size: 14px;
          color: #fff;
          padding-top: 8px;
        }
        .footer-code h3{
          font-size: 14px;
          color: #333;
        }
        .footer-code ul{
        }
        .footer-code li{
          float: left;
          margin-left: 25px;
          text-align: center;
        }
        .footer-code img {
          display: block; 
          margin-bottom: 20px;
        }

        
        .footer-links{
          position: relative;
          width: 165px;
          height: 26px;
          margin-right: 85px;
          background: url(../image/footer-bg.png) no-repeat;
          opacity: .4;
          color: #fff;
          cursor: pointer;
          transition:all 0.3s;
        }
        .footer-links dt{
         width: 165px;
         height: 26px;
         line-height: 26px;
         padding-left: 8px;
         text-align: left;
       }
       .footer-links dd{
        position: absolute;
        left: 0;
        bottom: 25px;
        right: 0;
        display: none;
        background: #fff;

      }
      .footer-links dd a{
        display: block;
        line-height: 28px;
        border-bottom: 1px solid #ddd;
        margin-bottom: -1px;
        color: #666;
        padding-left: 8px;
        text-align: left;
      }
      .footer-links:hover{
        opacity: 1;
      }
      .footer-links:hover dd{
        display: block;
      }
      .footer-links dd a:hover{
        color: #007dc5;
        background-color: #eee
      }
      .bdsharebuttonbox{
        height: 26px!important;
        overflow-y: hidden;
      }
      .bdsharebuttonbox a{
        width: 20px!important;
        height: 20px!important;
        margin-top: 5px!important;
        margin-left: 20px!important;
        margin-bottom: 0!important;
        padding: 0!important;
        background-image: url(../image/share.png)!important;
        opacity: .5;
        trasnition: opacity 0.3s;
      }
      .bdsharebuttonbox a.bds_weixin{
        background-position: 0 0;
      }
      .bdsharebuttonbox a.bds_tsina{
        background-position: -40px 0;
      }
      .bdsharebuttonbox a.bds_tqq{
        background-position: 100% 0;
      }
      /***首页 banner**/
      .banner{
        position: relative;
        width: 100%;
        height: 44.5vw;
        min-height: 534px;
        min-width: 1200px;
        overflow: hidden;
        background: url(../image/loading.gif) no-repeat center;
      }
      .banner .item{
        position: absolute;
        width: 100%;
        height: 100%;
        display: none;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
      }
      .banner .item>img{
        width: 100%;
        height: 100%;
        -webkit-transform: scale(1.06);
        -ms-transform: scale(1.06);
        -o-transform: scale(1.06);
        transform: scale(1.06);
        transition: all 2s cubic-bezier(0.23, 1, 0.38, 1);
      }
      .banner .item.active>img{
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
      }
      .banner .item .txt{
        position: absolute;
        top: 37%;
        left: 15%;
        width: 20.6%;
        opacity: 0;
        -webkit-transform: scale(.9);
        -ms-transform: scale(.9);
        -o-transform: scale(.9);
        transform: scale(.9);
        transition: opacity 2.5s cubic-bezier(0.23, 1, 0.38, 1) .7s,transform 3s cubic-bezier(0.23, 1, 0.38, 1) .7s;
      }
      .banner .item.active .txt{
        opacity: 1;
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
      }
      .banner .item .txt img{
        width: 100%;
      }
      .banner .item video{
        min-width: 100%;
        min-height: 100%;
      }
      .banner .btns{
        position: absolute;
        bottom: 4.6%;
        left: 0;
        right: 0;
        text-align: center;
        z-index: 3;
      }
      .banner .btns span{
        display: inline-block;
        width: 22px;
        height: 18px;
        margin: 2px 15px;
        cursor: pointer;
        background: url(../image/ban-btn.png) no-repeat 0 0;
      }
      .banner .btns span.cur{
        background-position: 100% 0;
      }
      .banner .links{
        position: absolute;
        bottom: 33.6%;
        left: 0;
        right: 0;
        text-align: center;
        z-index: 3;
      }

      .banner .links a{
        display: inline-block;
        width: 160px;
        height: 50px;
        margin: 0 10px;
        border: 1px solid rgba(255,255,255,.5);
        text-align: center;
        line-height: 50px;
        color: #fff;
        font-size: 16px;
        transition:all 0.3s;
        background-position: 122px 20px;
      }
      .banner .links a.cur,.banner .links a:hover{
        border-color: #007dc5;
        background: #007dc5 url(../image/logo21.png) no-repeat  122px 20px;
      }


      .fade-in-up{
        opacity: 0;
        -webkit-transform: translateY(40px);
        -ms-transform: translateY(40px);
        -o-transform: translateY(40px);
        transform: translateY(40px);
        transition: all 2s cubic-bezier(0.23, 1, 0.38, 1) .2s;
      }
      .fadeInUp{
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
      }


      /**首页***/
      .i-column{
        position: relative;
        width: 100%;
        min-width: 1200px;
        height: 375px;
        padding-top: 20px;
        margin-top: -20px;
      }
      .i-column .item{
        float: left;
        width: 33.3%;
        height: 375px;
        color: #fff;
        overflow: hidden;
        transition:all 0.5s ease .1s;
      }
      .i-column .item.nth1{
        background: #0067bd;
      }
      .i-column .item.nth2{
        background: #007dc5;
      }
      .i-column .item.nth3{
        background: #00a8d4;
      }
      .i-column .box{
        padding: 40px 6%;
      }
      .i-column .box.on{
        padding: 40px 2%;
      }
      .i-column a{
        color: #fff;
      }
      .i-column .icon img{
        max-height: 40px;
        vertical-align: top;
      }
      .i-column .tit{
        position: relative;
        margin-bottom: 15px;
        font-size: 28px;
        line-height: 66px;
      }
      .i-column .tit::after{
        content: '';
        display: block;
        position: absolute;
        left: 0;
        bottom: 0;
        width: 30px;
        height: 1px;
        background: #fff;
        opacity: .2;
      }
      .i-column .txt{
        font-size: 12px;
        line-height: 32px;
      }
      .i-column .item:hover{
        margin-top: -10px;
        -webkit-transform: scale(1.03);
        -ms-transform: scale(1.03);
        -o-transform: scale(1.03);
        transform: scale(1.03);
        z-index: 1;
      }

      .i-news .title{
        position: relative;
        margin-bottom: 40px;
        text-align: center;
        font-size: 40px;
        color: #333;
        line-height: 83px;
      }
      .i-news .title:after{
        content: '';
        display: block;
        position: absolute;
        left: 50%;
        bottom: 0;
        width: 45px;
        height: 1px;
        margin-left: -22px;
        overflow: hidden;
        background-color: #51a5ce;

      }
      .i-news{
        margin-top: 40px;
        margin-bottom: 40px;
      }
      .i-news .list{
        margin: 0 -24px;
      }
      .i-news li{
        float: left;
        width: 368px;
        height: 370px;
        margin: 0 24px;
        line-height: 2;
      }
      .i-news .img{
        width: 368px;
        height: 190px;
        overflow: hidden;

      }
      .i-news img{
/*  -webkit-filter: blur(1px);  
filter: blur(1px);*/
transition: all 0.6s ease;
}
.i-news .tit{
  font-size: 18px;
  color: #333;
  margin: 13px 0 13px;
  transition:all 0.3s;
}
.i-news .txt{
  height: 75px;
}
.i-news .date{
  font-size: 14px;
}
.i-news li:hover .tit{
  color: #007dc5;
}
.i-news li:hover img{
  -webkit-filter:blur(0px) contrast(120%)  saturate(160%); /* Chrome, Safari, Opera */
  filter:blur(0px) contrast(120%)  saturate(160%);
}



/***内页**/
.banner-in{
  position: relative;
  width: 100%;
  min-width: 1200px;
  height: 500px;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position:  center top;
  background-attachment: fixed;

}
.banner-title{
  height: 320px;
  padding-top: 80px;
  line-height: 140px;
  color: #fff;
  font-weight: bold;
  font-size: 52px;
  position: relative;
}
/*.banner-title::after{
  content: '';
  display: block;
  position: absolute;
  left: 0;
  bottom: 140px;
  width: 50px;
  height: 5px;
  background-color: #fff;
  }*/
  .ban-nav{
    width: 100%;
    height: 63px;
    background-color: #fff;
    overflow: hidden;
  }
  .ban-nav ul{
    margin-right: -3px;
  }
  .ban-nav li{
    float: left;
    width: 399px;
    border-right: 2px solid #dfdfdf;
  }
  .ban-nav li a{
    display: block;
    line-height: 60px;
    border-bottom: 3px solid transparent;
    text-align: center;
    font-size: 18px;
    color: #888;
    transition: all 0.3s;
  }
  .ban-nav li a:hover,.ban-nav li.cur a{
    border-color: #007dc5;
    color: #007dc5;
  }

/*.bgf5{
  background-color: #f5f5f5;
  }*/
  /****关于我们****/

  .about-tit{
    padding: 25px 0;
    line-height: 1.6;
  }
  .about-tit .ch{
    font-size: 32px;
    color: #007dc5;
  }
  .about-tit .en{
    font-size: 13px;
    color: #888;
  }
  .about-l{
    width: 550px;

  }
  .about-count{
    margin-top: 38px;
    margin-left: -71px;
    font-size: 13px;
    line-height: 28px;
    color: #888;
  }
  .about-count li{
    float: left;
    width: 239px;
    padding-left: 70px;
    padding-top: 8px;
    border-left: 1px solid  #e5e5e6; 
    font-size: 14px;
    color: #666;
  }
  .about-count  .num{
    font-size: 48px;
    color: #007dc5;
    font-family: 'impact',Arial;
    margin-right: 8px;
  }
  .about-r{
    width: 600px;
    border-left: 1px solid #e5e5e6; 
  }
  .about-list {
    margin-bottom: -30px;
  }
  .about-list li{
    position: relative;
    float: left;
    margin-left: 30px;
    padding-left: 70px;
    width: 200px;
    height: 145px;

    overflow: hidden;
  }
  .about-list .icon{
    position: absolute;
    left: 0;
    top: 0;
    max-width: 48px;
  }
  .about-list .tit{
    margin-bottom: 17px;
    font-size: 20px;
    line-height: 24px;
    color: #333;
  }
  .about-list .txt{
    font-size: 14px;
    line-height: 1.7;
  }
  .about-slider {
    padding-bottom: 40px;
  }
  .about-slider .bd {
    position: relative;
    height: 300px;
    overflow: hidden;
  }
  .about-slider .bd li{
    float: left;
    width: 292px;
    height: 256px;
    margin-right: 10px;
    background-color: #fff;
    margin-bottom: 40px;
    transition: box-shadow 0.4s ease;
  }
  .about-slider .hd {
    font-size: 0;
    text-align: center;
  }
  .about-slider .hd li{
    display: inline-block;
    width: 7px;
    height: 7px;
    background-color: #7a7a7a;
    border-radius: 50%;
    border: 4px solid #f5f5f5;
    cursor: pointer;
    margin: 0 3px;
  }
  .about-slider .hd li.on{
    background-color: #007dc5;
    border-color: #007dc5;
  }
  .about-slider .img{
    display: block;
    position: relative;
    width: 292px;
    height: 196px;
    overflow: hidden;
  }
  .about-slider .tit{
    position: relative;
    line-height: 60px;
    padding: 0 20px;
    font-size: 16px;
    color: #666;
    background: url(../image/about-arrow1.png) no-repeat right 20px center ;
  }
  .about-slider .bd li:hover{
    box-shadow: 0 20px 30px -10px rgba(0, 0, 0, 0.2);
  }
  .about-slider .cover{
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(25,136,194,.87) url(../image/about-zoom.png) no-repeat center center;
    opacity: 0;
    filter:Alpha(opacity=0);
    transition: all 0.4s ease;
  }
  .about-slider li:hover .cover{
    opacity: 1;
    filter:Alpha(opacity=100);
  }


  /***检测服务**/
  .product-container{
    width: 1199px;
    margin: 0 auto;
    padding: 27px 0 70px;
    border-left: 1px solid #dcdcdc;
  }
  .side-nav{
    float: left;
    width: 240px;

  }
  .side-nav a{
    display: block;
    padding: 15px 15px 15px 26px;
    font-size: 16px;
    line-height: 30px;
    border-left: 5px solid transparent;
    transition:all 0.5s ease;
  }
  .side-nav a:hover,.side-nav a.cur{
    background-color: #fff;
    color: #007dc5;
    border-color: #007dc5;
  }
  .pro-cont{
    float: right;
    width: 858px;
    padding: 30px;
    background-color: #fff;
    box-shadow: 1px 1px 6px rgba(0,0,0,.07);
  }
  .pro-tit{
    margin-bottom: 30px;
    height: 65px;
    padding: 24px 0 0 84px;
    background: url(../image/pro-bg11.png) no-repeat;
    line-height: 1.36;
  }
  .pro-tit.nologo{
    background-position: -72px 0;
    padding-left: 0;
  }
  .pro-tit .ch{
    font-size: 24px;
    color: #333;
  }
  .pro-tit .en{
    font-size: 13px;
    color: #888;
  }

  .pro-main{
    margin-bottom: 50px;
  }
  .pro-text{
    /*font-size: 14px;*/
    line-height: 1.7;
    font-size: 16px;
    font-family: 'Microsoft Yahei',Arial;
  }


  .pro-text img{
    /*max-width: 100%;*/
    display: block;
    width: 700px;
    height: 300px;
    margin: 0 auto; 
  }
  .pro-slider .bd{
    position: relative;
    height: 300px;
    overflow: hidden;
  }
  .pro-slider .bd li{
    width: 264px;
    height: 298px;
    margin-right: 30px;
    border: 1px solid #e5e5e5;
  }
  .pro-slider .bd li:hover{
  }
  .pro-slider .img{
    margin: -1px;
    width: 266px;
    height: 180px;
    overflow-y: hidden;
  }
  .pro-slider .cont{
    padding: 20px;
  }
  .pro-slider .tit{
    font-size: 18px;
    line-height: 20px;
    margin-bottom: 10px;
    color: #333;
  }
  .pro-slider .txt{
    position: relative;
    font-size: 13px;
    line-height: 24px;
    height: 48px;
    margin-right: -11px;
    padding-right: 11px;
    overflow-y: auto;
  }

  .pro-slider .txt::-webkit-scrollbar {  
    width:3px;  
    height:59px;  
    background: #e5e5e5;
  }  
  .pro-slider .txt::-webkit-scrollbar-thumb {  
    background-color:#2a8fc9;  
    width: 3px;
  }  

  .pro-slider .hd {
    margin-top: 30px;
    text-align: center;
    font-size: 0;
  }
  .pro-slider .hd li{
    display: inline-block;
    width: 8px;
    height: 8px;
    margin: 0 9px;
    border: 1px solid #b5b5b5;
    border-radius: 50%;
    cursor: pointer;
  }
  .pro-slider .hd li.on{
    background-color: #007dc5;
    border-color: #007dc5;
  }
  .pro-contact ul{
    position: relative;
    overflow: hidden;
  }
  .pro-contact li{
    float: left;
    width: 429px;
    padding: 10px 0;
    margin-left: -1px;
    font-size: 13px;
    border-left: 1px solid #e5e5e6; 
  }
  .pro-contact .icon-tel,.pro-contact .icon-man{
    float: left;
    display: inline-block;
    width: 90px;
    height: 90px;
    margin-right: 28px;
    /*background-color: #007dc5;*/
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 50%;
    margin-left: 25%;
  }
  .pro-contact .icon-tel{
    background-image: url(../image/pro-tel.png);
  }
  .pro-contact .icon-man{
    background-image: url(../image/pro-man.png);
  }
  .pro-contact .name{
    font-size: 24px;
  }


  /**新闻列表**/
  .news-slider{
    height: 510px;
  }
  .news-slider .bd{
    position: relative;
    height: 470px;
    overflow: hidden;
  }
  .news-slider .bd li{
    float: left;
    width: 380px;
    height: 420px;
    margin: 20px 30px 30px 0; 
    box-shadow: 0 5px 10px rgba(0,0,0,.1);
    background-color: #fff;
  }
  .news-slider .bd li:hover .tit{
    color: #007dc5;
  }
  .news-slider .cont{
    padding: 30px;
  }
  .news-slider .tit{
    margin-bottom: 5px;
    font-size: 18px;
    line-height: 28px;
    color: #333;
  }
  .news-slider .date{
    margin-bottom: 13px;
    padding-left: 27px;
    background: url(../image/news-time.png) no-repeat  0 center;
    font-size: 13px;
    color: #888;
    line-height: 24px;
  }
  .news-slider .txt{
    font-size: 13px;
    line-height: 24px;
    height: 48px;
    color: #888;
    overflow: hidden;
  }
  .news-slider .more{
    display: block;
    width: 37px;
    height: 17px;
    margin-top: 20px;
    background: url(../image/news-more.png) no-repeat;
    transition: all 1.2s cubic-bezier(0.23, 1, 0.38, 1);
  }
  .news-slider .bd li:hover .more{
    margin-left: 260px;
  }


  .news-slider .hd{
    font-size: 0;
    text-align: center;
  }
  .news-slider .hd li{
    display: inline-block;
    width: 8px;
    height: 8px;
    margin: 0 9px;
    border: 1px solid #b5b5b5;
    border-radius: 50%;
    cursor: pointer;
  }
  .news-slider .hd li.on{
    background-color: #007dc5;
    border-color: #007dc5;
  }
  .news-slider img{
/*  -webkit-filter: blur(1px); 
filter: blur(1px);*/
transition: all 0.6s ease;
}
.news-slider .bd li:hover img{
  -webkit-filter:blur(0px) contrast(120%)  saturate(160%); /* Chrome, Safari, Opera */
  filter:blur(0px) contrast(120%)  saturate(160%);
}

.news-list li{
  display: block;
  padding-left: 50px;
  margin-bottom: 5px;
  line-height: 50px;
  height: 50px;
  background-color: #fff;
  background: #fff url(../image/news-dot.png) no-repeat 21px center;
  transition:all 0.3s;
}
.news-list li:hover{
  box-shadow: 0 0 15px rgba(0,0,0,.1);
  background-image: url(../image/news-dot-on.png);
}
.news-list a{
  display: block;
  font-size: 15px;
}
.news-list .date{
  display: inline-block;
  float: right;
  font-size: 13px;
  padding: 0 18px 0 27px;
  color: #666;
  background: url(../image/news-time.png) no-repeat  0 center;
}


.page{
  height: 60px;
  padding: 0 46px;
  background-color: #fff;
  border-bottom: 1px solid #dfdfdf;
  line-height: 60px;
  font-size: 14px;
  margin: 16px 0;
}

.map-box{
  width: 100%;
  height: 502px;
  overflow: hidden;
}
.baidumap{

  height: 500px;
  border: 1px solid #cecece;
}
.ctc-box {
  padding: 70px 0 60px;
}
.ctc-box .item{
  position: relative;
  width: 528px;
  padding: 30px 30px 0;
  min-height: 225px;
  border: 1px solid #e5e5e5;
  cursor: pointer;
}
.ctc-box .tit{
  font-size: 20px;
  color: #333;
  line-height: 48px;
  border-bottom: 1px solid #e5e5e5;
}
.ctc-box ul{
  padding: 16px 0;
  font-size: 0;
}
.ctc-box li{
  display: inline-block;
  min-width: 50%;
  text-indent: 40px;
  line-height: 22px;
  padding: 9px 0;
  background-position: 0 9px;
  background-repeat: no-repeat;
  font-size: 13px;
  color: #888;
}
.ctc-box .arrow{
  display: none;
  position: absolute;
  left: 50%;
  width: 26px;
  height: 22px;
  top: -22px;
  background: url(../image/contact-arrow.png) no-repeat;
}
.ctc-box .addr{
  background-image: url(../image/ctc-addr1.png);
}
.ctc-box .tel{
  background-image: url(../image/ctc-tel1.png);
}
.ctc-box .fax{
  background-image: url(../image/ctc-fax1.png);
}
.ctc-box .code{
  background-image: url(../image/ctc-code1.png);
}
.ctc-box .item.cur .addr{
  background-image: url(../image/ctc-addr-on.png);
}
.ctc-box .item.cur .tel{
  background-image: url(../image/ctc-tel-on.png);
}
.ctc-box .item.cur .fax{
  background-image: url(../image/ctc-fax-on.png);
}
.ctc-box .item.cur .code{
  background-image: url(../image/ctc-code-on.png);
}

.ctc-box .item.cur{
  background-color: #007dc5;
  border-color: #007dc5;
}
.ctc-box .item.cur li,.ctc-box .item.cur .tit{
  color: #fff;

}
.ctc-box .item.cur .arrow{
  display: block;
}
.ctc-mail{
  display: inline-block;
  padding-left: 40px;
  font-size: 16px;
  background: url(../image/ctc-mail1.png) no-repeat 0 center;
}
.contact-tit{
  margin: 35px 0;
  line-height: 1.7;
  text-align: center;
}
.contact-tit .ch{
  font-size: 28px;
  color: #333;
}
.contact-tit .en{
  font-size: 13px;
  color: #adadad;
}

.join-list{
  padding: 0 40px 40px;
  margin-bottom: 50px;
  background-color: #fff;
}
.join-list dt.hd{
  margin: 0 -40px;
  height: 64px;
  line-height: 64px;
  background-color: #4c4c4c;
  color: #fff;
}
.join-list dt span{
  float: left;
  display: block;
  width: 20%;
  text-align: center;
}
.join-list dt span.first{
  text-align: left;
  text-indent: 40px;
  cursor: pointer;
}
.join-list dt{
  line-height: 72px;
  height: 72px;
  color: #888;
  font-size: 18px;
  border-bottom: 1px solid #e5e5e5;
}
.join-list dt .box{
  margin: 0 -40px;
}
.join-list dt a{
  font-size: 16px;
  color: #007dc5;
  
}
.join-list dt a:hover{
  color: #0091e4;
  text-decoration: underline;
}
.join-list dd{
  position: relative;
  display: none;
  padding: 0 40px;
  margin-top: -1px;
  background-color: #f5f5f5;
}
.join-list dd::before{
  content: '';
  position: absolute;
  display: block;
  width: 12px;
  height: 9px;
  left: 40px;
  top: -9px;
  background: url(../image/join-arrow.png) no-repeat;
}
.join-list ul{

  /*padding: 20px 0;
  border-bottom: 1px solid #d8d8d8;*/
}
.join-list li{
  float: left;
  min-width: 302px;
  *width: 302px;
  font-size: 16px;
  color: #333;
  line-height: 40px;
  padding-right: 42px;
}
.join-list .intro{
  padding: 20px 0;
  border-bottom: 1px solid #d8d8d8;
}
.join-list .cont{
  padding: 25px 0 40px;
  border-bottom: 1px solid #d8d8d8;
  font-size: 13px;
  line-height: 34px;
  color: #888;
}
.join-list .cont .item{
  width: 34%;  
}
.join-list h3{
  font-size: 16px;
  color: #333;
  font-weight: normal;
}
.join-list .ft{
  padding: 50px 0;
}
.join-list .btn{
  display: block;
  width: 143px;
  height: 38px;
  background-color: #007dc5;
  color: #fff;
  font-size: 18px;
  line-height: 38px;
  text-align: center;
  transition:all 0.3s;
}
.join-list .btn:hover{
  background-color: #0296ec;
}

/***发展历程**/
.history-nav{
  width: 940px;
  margin: 0 auto 50px;
  border-top: 2px solid #ababab; 
}
.history-nav ul{
 /* margin: 0 -94px;*/
 margin: 0 -227px; 
}
.history-nav li{
  position: relative;
  float: left;
  /*width: 188px;*/
  width: 460px;
  text-align: center;
  font-size: 18px;
  color: #888;
  line-height: 54px;
  cursor: pointer;
}
.history-nav .swiper-slide{
 position: relative;
 width: 25%;
 text-align: center;
 font-size: 18px;
 color: #888;
 line-height: 54px;
 cursor: pointer;
}
.history-nav li span{
  display: block;
  position: absolute;
  width: 36px;
  height: 20px;
  background: #f5f5f5;
  top: -11px;
  left: 50%;
  margin-left: -18px;
}
.history-nav li i{
  display: inline-block;
  position: absolute;
  width: 8px;
  height: 8px;
  background: #666;
  border-radius: 50%;
  top: 6px;
  left: 50%;
  margin-left: -4px;
}
.history-nav li.cur{
  color: #007dc5;
}
.history-nav li.cur i{
  width: 13px;
  height: 13px;
  background: transparent;
  border: 3px solid #007dc5;
  top: 0;
  margin-left: -7px;
}
.history-nav .swiper-button-next{
  width: 30px;
  height: 30px;
  background: url(../image/his-btn.png) no-repeat;
  right: 0;
    background-position: 0 100%;
}
.history-nav .swiper-button-prev{
  width: 30px;
  height: 30px;
  background: url(../image/his-btn.png) no-repeat;
  left: 0;
    background-position: 0 0;
}
.history-nav .swiper-silde span{
  display: block;
  position: absolute;
  width: 36px;
  height: 20px;
  background: #f5f5f5;
  top: -11px;
  left: 50%;
  margin-left: -18px;
}
.history-nav .swiper-silde i{
  display: in.swiper-sildene-block;
  position: absolute;
  width: 8px;
  height: 8px;
  background: #666;
  border-radius: 50%;
  top: 6px;
  left: 50%;
  margin-left: -4px;
}
.history-nav .swiper-silde.cur{
  color: #007dc5;
}
.history-nav .swiper-silde.cur i{
  width: 13px;
  height: 13px;
  background: transparent;
  border: 3px solid #007dc5;
  top: 0;
  margin-left: -7px;
}
.history-slider{
  position: relative;
  padding-bottom: 40px;
}
.history-slider .bd{
  width: 1100px;
  margin: 0 auto;
  background: url(../image/his-line.png) repeat-x 0 52px;
}
.history-slider .bd li{
  float: left;
  position: relative;
  width: 350px;
  margin-right: 30px;
}
.history-slider .year{
  margin-bottom: 64px;
  font-size: 24px;
  line-height: 1;
  color: #333;
  text-align: center;
}
.history-slider .cont{
  margin: 0 5px 10px;
  padding: 25px 30px;
  background: #fff;
  box-shadow: 0 5px 10px rgba(0,0,0,.15);
  line-height: 24px;
  font-size: 13px;
  
}
.history-slider .cont p{
  padding: 2px 0 2px 0; /*13px*/
  /*background: url(../image/his-dot.png) no-repeat 0 13px;*/
  color: #888;
}
.history-slider  .dots{
  position: absolute;
  top: 45px;
  width: 14px;
  height: 14px;
  background-color: #c8c8c8;
  border-radius: 50%;
  left: 50%;
  margin-left: -8px;
}
.history-slider .prev,.history-slider .next{
  position: absolute;
  display: block;
  width: 30px;
  height: 30px;
  background: url(../image/his-btn.png) no-repeat;
  top: 35px;
  cursor: pointer;
}
.history-slider .prev{
  left: 0;
  background-position: 0 0;
}
.history-slider .next{
  right: 0;
  background-position: 0 100%;
}
.history-slider .prev:hover{
  background-position: 100% 0;
}
.history-slider .next:hover{
  background-position: 100% 100%;
}


.video-tit{
  margin: 35px 0 20px;
  line-height: 1.7;
  text-align: center;
}
.video-tit .ch{
  font-size: 28px;
  color: #333;
}
.video-tit .en{
  font-size: 16px;
}
.video-cont{
  padding: 0 180px 30px;
  font-size: 13px;
  line-height: 24px;
  color: #888;
  text-align: center;
}
.video-box{
  background: #000;
  /*height: 445px;*/
}
.video-img{
  position: relative;
  overflow: hidden;
}
.video-img img{
  display: block;
  vertical-align: top;
}
.video-img .btn{
  position: absolute;
  width: 55px;
  height: 55px;
  background: url(../image/radio-btn.png) no-repeat center;
  left: 50%;
  top: 50%;
  margin: -27px 0 0 -27px;
}
.honor-box{
  position: relative;
  margin: 0 auto;
  height: 470px;
}
.honor-box ul{
  position: relative;
  width: 1020px;
  height: 450px;
  margin: 0 auto;
}
.honor-box ul li{
  z-index: 0;
  position: absolute;
  width: 0;
  background: #fff;
  height: 0;
  top: 146px;
  left: 377px;
  box-shadow: 1px 5px 8px rgba(0, 0, 0, .2);
  
}
.honor-box ul li p{
  left: 0;
  right: 0;
  position: absolute;
  bottom: -60px;
  text-align: center;
  font-size: 16px;
  opacity: 0;
}
.honor-box .img{
  position: relative;
  width: 100%;
  height: 100%;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.honor-box ul li img{
  max-width: 96%;
  max-height: 96%;
  background: url(../image/loading.gif) no-repeat center;
}
.honor-box ul li i{
  position: absolute;
  display: inline-block;
  width: 26px;
  height: 26px; 
  bottom: 20px;
  background: url(../image/zoom1.png);
  right: 20px;
}
.honor-box .prev,.honor-box .next{
  display: block;
  z-index: 10;
  cursor: pointer; 
  overflow: hidden;
  position: absolute;
  width: 46px;
  height: 46px;
  top: 148px;
  background: url(../image/honor-btn.png) no-repeat;
}

.honor-box .prev{
  left: 0;
}
.honor-box .next{
  right: 0;
  background-position: 0 100%;
}
.honor-box .prev:hover{
  background-position: 100% 0;
}
.honor-box .next:hover{
  background-position: 100% 100%;
}

.pro-test li{
  float: left;
  width: 50%;
  text-align: center;
  margin-bottom: 30px;
}
.pro-test li span{
  display: inline-block;
  width: 112px;
  height: 112px;
  padding-right: 14px;
  background: url(../image/pro-bg21.png) no-repeat;
  text-align: center;
  line-height: 112px;
  overflow: hidden;
  color: #fff;
  font-size: 20px;
  margin-bottom: 8px;
}
.pro-test li p{
  text-align: left;
  padding: 0 86px;
  font-size: 13px;
  line-height: 24px;
  color: #888;
}


.side-float{
  position: fixed;
  right: 0;
  bottom:30%;
  background: #fff;
  border-radius: 10px 0 0 10px;
  z-index: 9;
  width: 180px;
  overflow: hidden;
  box-shadow:0 0 20px rgba(0,0,0,.1);
}
.side-float a{
  display: block;
  line-height: 50px;
  border-bottom: 1px solid #e5e5e5;
  padding-left: 18px;
  font-size: 14px;
  color: #333;
  background: #fff url(../image/side-ico.png) no-repeat;
  transition: background-color 0.3s, color 0.3s;
}
.side-float a.online{
  background-position: right 15px top 16px;
}
.side-float a.query{
  background-position: right 15px top -34px;
}
.side-float a.gotop{
  border: none;
  background-position: right 15px top -85px;
}
.side-float a:hover{
  background-color: #0259a2;
  color: #fff;
}
.side-float a.online:hover{
  background-position: right 15px top -173px;
}
.side-float a.query:hover{
  background-position: right 15px top -224px;
}
.side-float a.gotop:hover{
  background-position: right 15px top -275px;
}

/***查询***/
.query-wrap{
  position: relative;
  width: 100%;
  min-width: 1200px;
  height: 540px;
  background: url(../image/query-bg1.jpg) no-repeat center top;
}
.query-box{
  position: absolute;
  width: 460px;
  height: 350px;
  top: 80px;
  left: 50%;
  margin-left: -230px;
  background: #fff;
  text-align: center;
  box-shadow: 0 5px 5px rgba(0,0,0,.05);
}
.query-box .hd{
  padding: 20px 0;
}

.searchbox{
  width: 317px;
  height: 50px;
  margin: 0 auto;
}

.searchbox .inp-txt,.searchbox .inp-num{
  float: left;
  width: 270px;
  height: 28px;
  padding: 10px 5px 10px 40px;
  border: 1px solid #e3e3e3;
  margin-bottom: 9px;
  line-height: 28px;
  background: url(../image/icon-search1.png) no-repeat 10px center;
  font-size: 14px;
  color: #666;
}
.searchbox .inp-num{
  background-image: url(../image/icon-num1.png);
}
.searchbox .inp-sub{
  width: 317px;
  height: 50px;
  background: #2e9ad3;
  border: none;
  text-align: center;
  font-size: 18px;
  color: #fff;
  text-align: center;
  padding: 0;
  margin: 0;
  margin-top: 13px;
  transition:all 0.3s;
}
.searchbox .inp-sub:hover{
  background-color: #0d93da;
}
.query-hd {
  margin-bottom: 84px;
}
.query-hd .item{
  width: 525px;
  min-height: 65px;
  line-height: 65px;
  padding: 0 25px;
  background: #fff;
  font-size: 17px;
  color: #666;
}
.query-hd .item span{

}
.query-step {
  width: 100%;
  overflow: hidden;
}
.query-step ul{
  margin: 0 -128px;
}
.query-step li{
  position: relative;
  float: left;
  width: 364px;
  height: 58px;
  padding-top: 134px;
  background: url(../image/query-step.png) no-repeat;
  text-align: center;
  font-size: 20px;
  color: #777;
  line-height: 1;
}
.query-step li.cur::after{
  content: '';
  position: absolute;
  display: block;
  width: 21px;
  height: 17px;
  background: url(../image/query-dot.png) no-repeat;
  bottom: 0;
  left: 50%;
  margin-left: -10px;
}
.query-step li.step1{
  background-position: 128px 0;
}
.query-step li.step2{
  background-position: -236px 0;
}
.query-step li.step3{
  background-position: -596px 0;
}
.query-step li.step4{
  background-position: -968px 0;
}
.query-step li.step1.over{
  background-position: 128px -192px;
}
.query-step li.step2.over{
  background-position: -236px -192px;
}
.query-step li.step3.over{
  background-position: -596px -192px;
}
.query-step li.step4.over{
  background-position: -968px -192px;
}

.query-bd{
  padding: 30px 40px;
  background: #fff;
}
.query-bd .tit{
  font-size: 24px;
  color: #007dc5;
  line-height: 44px;
  border-bottom: 1px solid #ccc;
}
.query-bd .list{
  position: relative;
  margin: 40px 0 20px;
  overflow: hidden;
}
.query-bd .list li{
  position: relative;
  display: block;
  font-size: 16px;
  line-height: 24px;
  color: #666;
  padding-left: 21px ;
  margin-bottom: 34px;
  background: url(../image/query-li1.png) no-repeat 0 0;
  z-index: 1;
}
.query-bd .list li.on{
  background-image: url(../image/query-li-on1.png);
}
.query-bd .list li.cur,.query-bd .list li.going{
  background-image: url(../image/query-li-cur1.png);
}
.query-bd .list .line{
  position: absolute;
  display: block;
  width: 1px;
  top: 0;
  bottom: 34px;
  left: 6px;
  background-color: #d9d9d9;
}


/**详情**/
.info-main{
  padding: 20px 0 50px;
}
.info-hd{
  font-size: 24px;
  color: #333;
  padding: 30px ;
}
.info-bd{
  min-height: 200px;
  font-size: 18px;
  line-height: 1.66;
}

.pro-text span,.info-bd span,.pro-text p,.info-bd p,.pro-text,.info-bd{
  white-space:normal!important;
}

.info-bd img{
  max-width: 100%;
}
.info-page {
  margin-top: 30px;
  padding-top: 12px;
  color: #999;
  font-size: 14px;
}
.info-page a {
  color: #999; 
}
.info-page a:hover {
  color: #007dc5; 
}
.info-page .back{
  float: right;
  display: block;
  width: 90px;
  height: 30px;
  border: 1px solid #007dc5;
  border-radius: 3px;
  color: #007dc5;
  text-align: center;
  margin-top: 10px;
  transition: all 0.3s;
}
.info-page .back:hover{
  color: #fff;
  background-color: #007dc5;
}


/*
-----------
** 应聘表单  **
-----------
*/
.applay-tb{
  width: 960px;
  margin: 0 auto;
}
.applay-tb .spred {
  font-size: 18px;
  font-family: Arial;
  color:#F00;
  margin-left: 12px;
}
.applay-tb {
  border:0;
  border-width: 0 0 1px 1px;}
  .applay-tb tr td {
    padding: 8px 6px;
    border:0;
    border-width:1px 1px 0 0;
    font-size: 14px;
  }
  .applay-tb tr td {
    position: relative;
    line-height: 1.8;
  }
  .applay-tb .applay-input{
    width: 180px;
    height: 18px;
    padding: 8px 10px;
    line-height: 18px;
    color: #666;
    border: 1px solid #dddddd;
    box-shadow: 2px 2px 2px #f4f4f4 inset;
    background: #fff;
    font-size: 14px;
  }
  .applay-tb select.applay-input{
    height: 34px;
    width: 200px;
    padding-top: 0;
    padding-bottom: 0;
  }
  .applay-tb textarea.applay-input{
    width: 820px;
    height: 100px;
  }
  .applay-tb .applay-input.code{
    width: 90px;
    margin-right: 8px;
  }
  .applay-tb .submit{
    width: 150px;
    height: 35px;
    background: #007dc5;
    font-size: 16px;
    color: #fff;
    cursor: pointer;
    border: none;
  }
  .applay-tb .error {
    border-color: #D70128;
  }

  .applay-tb .validate{
    display: none;
    position: absolute;
  }
	
	.gq {
		width: 100%;
	}
	
	.gq img {
		width: 100%;
	}
	
	
	
	
	.site-footer {
		background-color: #6178a4;
		color: #fff;
	}
	
	.site-footer .row_1 {
		display: none;
		padding-top: 1rem;
		padding-bottom: 1rem;
	}
	
	@media (min-width: 992px) {
		.site-footer .row_1 {
			display: block;
			padding-top: 1.5rem;
			padding-bottom: 1.5rem;
		}
	}
	
	.site-footer .logo {
		text-align: center;
	}
	
	@media (min-width: 992px) {
		.site-footer .logo {
			margin-bottom: 1.5rem;
			text-align: left;
		}
	}
	
	.site-footer .logo img {
		max-width: 100px;
	}
	
	@media (min-width: 992px) {
		.site-footer .logo img {
			max-width: 124px;
			margin-top: 30%;
		}
	}
	
	.site-footer .bot_nav {
		list-style: none;
		margin: 0;
		padding: 0;
		padding-top: 2rem;
	}
	
	@media (min-width: 992px) {
		.site-footer .bot_nav {
			display: flex;
		}
	}
	
	.site-footer .bot_nav>li {
		flex-grow: 1;
		text-align: left;
		width: 100%;
	}
	
	.site-footer .bot_nav>li>a {
		color: #eeeff1;
		display: block;
		margin-bottom: 1rem;
	}
	
	@media (min-width: 992px) {
		.site-footer .bot_nav>li>a {
			font-size: 1rem;
		}
	}
	
	.site-footer .bot_nav>li .sub-menu {
		list-style: none;
		margin: 0;
		padding: 0;
	}
	
	.site-footer .bot_nav>li .sub-menu li {
		margin-bottom: 0.2rem;
	}
	
	.site-footer .bot_nav>li .sub-menu li a {
		color: #ddd;
	}
	
	@media (min-width: 992px) {
		.site-footer .bot_nav>li .sub-menu li a {
			font-size: 0.75rem;
		}
	}
	
	@media (min-width: 1201px) {
		.site-footer .bot_nav>li .sub-menu li a {
			font-size: 0.875rem;
		}
	}
	
	.site-footer .bot_nav>li .sub-menu li a:hover {
		text-decoration: underline;
		color: #fff;
	}
	
	.site-footer .bot {
		padding: 1rem 0;
		background-color: #394d7e;
		color: #BABABA;
	}
	
	.site-footer .bot .quicklink {
		margin-bottom: 1.5rem;
	}
	
	.site-footer .bot .quicklink .hasqr {
		display: inline-block;
		position: relative;
		border: none;
	}
	
	.site-footer .bot .quicklink .hasqr .qrcode {
		position: absolute;
		left: 50%;
		top: -140px;
		z-index: 100;
		width: 120px;
		transform: translateX(-50%);
		filter: drop-shadow(0 0 12px rgba(0, 0, 0, 0.9));
		display: none;
	}
	
	.site-footer .bot .quicklink .hasqr .qrcode::after {
		content: " ";
		display: block;
		position: absolute;
		left: 50%;
		border: 6px solid transparent;
		bottom: -12px;
		border-top-color: #fff;
		transform: translateX(-50%);
	}
	
	.site-footer .bot .quicklink .hasqr .qrcode img {
		display: block;
	}
	
	.site-footer .bot .quicklink .hasqr:hover .qrcode {
		display: block;
	}
	
	.site-footer .bot a {
		color: #BABABA;
	}
	
	.site-footer .bot a:hover {
		color: #fff;
		border-bottom: 1px #fff solid;
	}
	
	.site-footer .bot .copyright {
		font-size: 0.75rem;
		color: #BABABA;
	}
	
	.toTop {
		position: fixed;
		right: 1rem;
		bottom: 1rem;
		display: block;
		opacity: 0.5;
		z-index: 2000;
		display: none;
		width: 50px;
		height: 50px;
		text-align: center;
		background-color: #eee;
		line-height: 50px;
		border-radius: 5px;
		color: #000;
	}


.site-footer .bot .copyright{
	display: flex;
	    flex-wrap: wrap;
	    margin-right: -15px;
	    margin-left: -15px;
}
.col-lg{
	flex-basis: 0;
	    flex-grow: 1;
	    max-width: 100%;
}
.col-lg-auto{
	flex: 0 0 auto;
	    width: auto;
	    max-width: 100%;
}
.rat-index-honorlist {padding: 0px;margin: 0px;overflow: hidden;}
.rat-index-honorlist .swiper-container {width: 100%;}
.rat-index-honorlist .swiper-container .swiper-slide {padding: 0px 0px;background: #fff;}
.rat-index-honorlist .swiper-container .swiper-slide::after {content: '';width: 100%;height: 100%;border: 1px solid #E4E4E4;position: absolute;left: 0;top: 0;transition: all .6s;pointer-events: none;}
.rat-index-honorlist .swiper-container .swiper-slide a {width: 100%;float: left;position: relative;}
.rat-index-honorlist .swiper-container .swiper-slide a span {width: 100%;height: calc(100% - 40px);float: left;margin-bottom: 40px;overflow: hidden;}
.rat-index-honorlist .swiper-container .swiper-slide a span img {width: 100%;height: 100%;object-fit: contain;display: block;transition: all .6s;}
.rat-index-honorlist .swiper-container .swiper-slide a:hover span img {transform: scale(1.1);}
.rat-index-honorlist .swiper-container .swiper-slide a p {width: 100%;line-height: 35px;position: absolute;right: 0;bottom: 0;color: #fff;background: #0094d9;text-align: center;padding: 0;margin: 0px;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;transition: all .6s;opacity: 1;}
.rat-index-honorlist .swiper-container .swiper-slide a:hover p {opacity: 1;}
.rat-index-honorlist .swiper-page {position: relative;margin-top: 35px;margin-bottom: 50px;display: flex;display: -webkit-flex;justify-content: space-between;align-items: center;-webkit-justify-content: space-between;-webkit-align-items: center;}
.rat-index-honorlist .swiper-page .swiper-pagination {position: relative;bottom: 0;font-size: 16px;font-weight: bold;}
.rat-index-honorlist .swiper-page .swiper-pagination .swiper-pagination-current {font-size: 32px;color: #0094d9;}
.rat-index-honorlist .swiper-page .pull-right .swiper-button-next, .rat-index-honorlist .swiper-page .pull-right .swiper-button-prev {position: relative;right: auto;left: auto;top: 0;margin: 0;width: 70px;height: 30px;line-height: 30px;text-align: center;color: #fff;background: #d6d6d6;transition: all .6s;opacity: 1;}
.rat-index-honorlist .swiper-page .pull-right .swiper-button-next:hover, .rat-index-honorlist .swiper-page .pull-right .swiper-button-prev:hover {background: #0094d9;}
.rat-index-honorlist .swiper-page .pull-right .swiper-button-next {margin-left: 5px;}
.between-center {display: flex;display: -webkit-flex;justify-content: space-between;align-items: center;-webkit-justify-content: space-between;-webkit-align-items: center;}