
/*-----------------------------------------------------------*/
/*copyright by 动力无限  www.btoe.cn*/
/*邮箱 btoe@btoe.cn*/
/*合作电话 400-0599-360*/
/*版权所有违者必究*/
/*-----------------------------------------------------------*/



/*banner*/
.fullSlide {
    width: 100%;
    position: relative;
    height: 810px;
    overflow: hidden;
  }
  
  .fullSlide .bd {
    width: 100%;
    height: 711px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
    overflow: hidden;
  }

  
  .fullSlide .bd ul {
    width: 100% !important;
  }
  
  .fullSlide .bd li {
    width: 100% !important;
    height: 711px;
    overflow: hidden;
    text-align: center;
  }
  
  .fullSlide .bd li a {
    display: block;
    height: 711px;
  }
  
  .fullSlide .hd {
    width: 100%;
    position: absolute;
    z-index: 2;
    bottom: 140px;
    left: 0;
    height: 30px;
    text-align: center;
  }
  
  .fullSlide .hd ul {
    text-align: center;
  }
  
  .fullSlide .hd ul li {
    cursor: pointer;
    display: inline-block;
    zoom: 1;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    margin: 12px;
    overflow: hidden;
    line-height: 99px;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
    border: 1px solid #fff;
  }
  
  .fullSlide .hd ul .on {
    background: #fff;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
  }
  
  
  .fullSlide .next {
    position: absolute;
    bottom: 40px;
    z-index: 2;
    -webkit-transition: all .5s linear;
    transition: all .5s linear;
    right: 25%;
    font-size: 16px;
    color: #424242;
    font-weight: bold;
  }
  
  .fullSlide .prev {
    position: absolute;
    bottom: 40px;
    z-index: 2;
    font-size: 16px;
    color: #424242;
    font-weight: bold;
    -webkit-transition: all .5s linear;
    transition: all .5s linear;
    right: 16%;
  }

  .pageState{
      position: absolute;
      right: 17.5%;
      bottom: 35px;
      font-size: 16px;
      color: #333;
      letter-spacing: 15px;
  }

  .pageState::after{
      position: absolute;
      left: 40px;
      top: 6px;
      content: "0";
      font-size: 16px;
      color: #333;
  }

  .pageState span{
    font-size: 22px;
    color: #0a3583;
    font-weight: bold;
    letter-spacing: 15px;
    position: relative;
  }

  .pageState span::after{
    position: absolute;
    left: -15px;
    top: -2px;
    content: "0";
    font-size: 22px;
    color: #0a3583;
    font-weight: bold;
  }

  .banner_box {
    width: 100%;
    position: relative;
    height: 810px;
    background: url(../images/banner_bg.jpg) no-repeat bottom center;
  }

  .banner_box .trait_box{
      width: 1280px;
      margin: -99px auto 0 auto;

  }

  .banner_box .trait_box .trait{
      float: left;
      width: 650px;
      padding-left: 37px;
      font-size: 16px;
      color: #666666;
      line-height: 99px;
      background: url(../images/buttom1.png) no-repeat left center;
  }


  /* 询盘*/
  i {
    font-weight: normal;
    font-style: normal;
  }
  
  .topxunpan {
    position: relative;
    float: left;
    height: 37px;
    margin-top: 31px;

  }
  
  
  .topxunpan .xp {
    position: relative;
    height: 37px;
    line-height: 37px;
    font-size: 16px;
    color: #595959;
    cursor: pointer;

  }
  
  .topxunpan .xp img {
    position: relative;
    top: 0px;
    margin: 0 20px 0 0px;
    vertical-align: middle;
  }

  .topxunpan .xp i {
    padding: 0 0px;
    margin-left: 0px;
    margin-right: 0px;
    box-sizing: border-box;
    font-size: 16px;
    color: #595959;
  }
  
  .topxunpan .xp #xunpantip {
    z-index: 999;
    position: absolute;
    top: 35px;
    left: 50%;
    width: 180px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    color: #fff;
    font-size: 14px;
    -webkit-transform: translateX(-50%) scale(0);
    -moz-transform: translateX(-50%) scale(0);
    -o-transform: translateX(-50%) scale(0);
    -ms-transform: translateX(-50%) scale(0);
    transform: translateX(-50%) scale(0);
    -webkit-transition: transform .4s, opacity .4s;
    -moz-transition: transform .4s, opacity .4s;
    -o-transition: transform .4s, opacity .4s;
    -ms-transition: transform .4s, opacity .4s;
    transition: transform .4s, opacity .4s;
    background-color: #0a3583;
    border-radius: 4px;
    opacity: 0;
    font-weight: bold;
    box-shadow: 5px 5px 2px #dfdfdf;
  }
  
  .topxunpan .xp #xunpantip::after {
    content: '';
    position: absolute;
    top: -16px;
    left: 50%;
    width: 0;
    height: 0;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    border: 8px solid transparent;
    border-bottom-color: #0a3583;
  }
  
  .topxunpan .xp #xunpantip.xunpantextactive {
    -webkit-transform: translateX(-50%) scale(1);
    -moz-transform: translateX(-50%) scale(1);
    -o-transform: translateX(-50%) scale(1);
    -ms-transform: translateX(-50%) scale(1);
    transform: translateX(-50%) scale(1);
    opacity: 1;
  }



/*title*/

.title{

}

.title span{
    display: block;
    font-size: 36px;
    color: #090909;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    line-height: 30px;

}

.title span i{
    font-size: 36px;
    color: #d50f19;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    text-transform: uppercase;
}

.title h3{
    font-size: 28px;
    color: #333;
    font-weight: bold;
    display: inline-block;
    background: url(../images/xt.png) no-repeat right center;
    padding-right: 50px;
    margin-top: 10px;
}

.title_more{
    float: right;
    background: url(../images/more.png) no-repeat left center;
    line-height: 33px;
    margin-top: 25px;
}

.title_more a{
    display: block;
    font-size: 14px;
    color: #333;
    text-transform: uppercase;
    padding-left: 75px;
}



/*product*/

.pro_bg{
    width: 100%;
    margin: 0 auto;
    height: 1375px;
    background: url(../images/pro_bg.jpg) no-repeat bottom center;
}



.pro_bg .product{
    width: 1280px;
    margin: 0 auto;
    padding-top: 57px;
}

.pro_bg .product .pro_t{
    overflow: hidden;
    
}

.pro_bg .product .pro_t .title{
    float: left;
}

.pro_bg .product .pro_t .more{
    float: right;
}

.pro_bg .product .pro_list{
    margin: 30px auto 0 auto;
    width: 1280px;
    
    border: 1px solid #dedede;
} 

.pro_bg .product .pro_list dl{
    line-height: 67px;
    overflow: hidden;

}

.pro_bg .product .pro_list dl dt{
    float: left;
    width: 165px;
    background: #0a3583;
    border-bottom: 1px dashed #204891;
    padding: 0 22px;

}

.pro_bg .product .pro_list dl dt a{
    font-size: 17px;
    color: #fff;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    background: url(../images/buttom2.png) no-repeat left center;
    padding-left: 30px;
}

.pro_bg .product .pro_list dl .nr{
    float: left;
    margin-left: 10px;
    width: 1040px;
    height: 67px;
    border-bottom: 1px solid #e7e7e7;
}

.pro_bg .product .pro_list dl .nr dd a{
    font-size: 16px;
    color: #6e7178;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    float: left;
    margin: 0 50px 0 30px;
    text-transform: uppercase;
}

.pro_bg .product .pro_list dl .nr dd a:hover{
    color: #0a3583;
}

.pro_bg .product .pro_box{
    margin: 40px auto 0 auto;
    width: 1360px;
} 

.pro_bg .product .pro_box ul li{
    float: left;
    width: 299px;
    height: 299px;
    background: #fff;
    border: 1px solid #e1e1e1;
    margin: 0 28px 38px 0;
}

.pro_bg .product .pro_box ul li .pic{
    width: 276px;
    height: 221px;
    margin: 11px 11px 0 11px;
    overflow: hidden;

}

.pro_bg .product .pro_box ul li .pic img{
    width: 276px;
    height: 221px;
    overflow: hidden;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.pro_bg .product .pro_box ul li:hover .pic img{
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);

}

.pro_bg .product .pro_box ul li .txt{
    height: 65px;
    line-height: 65px;
    margin: 0 auto;
    width: 276px;
}

.pro_bg .product .pro_box ul li .txt h5 a{
    float: left;
    width: 160px;
    font-size: 16px;
    color: #555;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    background: url(../images/buttom3.png) no-repeat left center;
    padding-left: 20px;
}

.pro_bg .product .pro_box ul li .txt .more{
    float: right;
    display: block;
    width: 44px;
    height: 17px;
    line-height: 14px;
    background: #efefef;
    border-radius: 45px;
    margin-top: 24px;
    text-align: center;
    font-size: 12px;
    color: #555;
    margin-right: 10px;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.pro_bg .product .pro_box ul li:hover .txt h5 a{
    color: #0a3583;
}

.pro_bg .product .pro_box ul li:hover .txt .more{
    background: #0a3583;
    color: #fff;
}


/*ys*/

.ys_bg{
    width: 100%;
    margin: 0 auto;
    height: 745px;
    overflow: hidden;
    position: relative;
    background: url(../images/ys_bg.jpg) no-repeat  bottom center;
}

.ys_bg .ys_xt{
    position: absolute;
    top: 222px;
    right: 0px;
    background: url(../images/ys_list.png) no-repeat  center;
    width: 90px;
    height: 355px;
    z-index: 5;
}


.ys_bg .ys{
    width: 1280px;
    margin: 0 auto;
    position: relative;
}

.ys_bg .ys .ys_t{
    position: absolute;
    left: 0;
    top: 130px;
    z-index: 5;
}

.ys_bg .ys .ys_t i{
    display: block;
    width: 32px;
    height: 2px;
    background: #e40a09;

}

.ys_bg .ys .ys_t span{
    display: block;
    font-size: 53px;
    font-weight: bold;
    color: #1a1a1a;
    text-transform: uppercase;
    margin-top: 5px;
}

.ys_bg .ys .ys_t span em{
    font-size: 53px;
    font-weight: bold;
    color: #da0000;
    text-transform: uppercase;
}

.ys_bg .ys .ys_t h3{
    font-size: 28px;
    color: #090909;
}


.ys_bg .ys .ys_box{
    width: 1280px;
    margin: 0 auto;
    position: relative;
} 

.ys_bg .ys .ys_box .bd{
    width: 1280px;
    margin: 0 auto;
}

.ys_bg .ys .ys_box .bd ul li{
    float: left;
    width: 1280px;
    margin: 0 auto;
    position: relative;
}

.ys_bg .ys .ys_box .bd ul li .txt{
    float: left;
    width: 560px;
    margin-top: 310px;
}

.ys_bg .ys .ys_box .bd ul li .txt span{
    display: block;
    font-size: 72px;
    color: #ebebec;
    font-weight: bold;
    line-height: 60px;
}

.ys_bg .ys .ys_box .bd ul li .txt h5{
    font-size: 28px;
    color: #090909;
    font-weight: bold;
    margin-bottom: 20px;
    margin-top: -30px;
}

.ys_bg .ys .ys_box .bd ul li .txt p{
    font-size: 14px;
    color: #808080;
    line-height: 30px;
}

.ys_bg .ys .ys_box .bd ul li .ys_img{
    float: right;
    width: 920px;
    height: 577px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    margin-right: -320px;
}

.ys_bg .ys .ys_box .bd ul li .ys_img img{
    width: 920px;
    height: 577px;
}

.ys_bg .ys .ys_box .hd{
    width: 1280px;
    margin: 55px auto 0 auto;
    height: 70px;
}

.ys_bg .ys .ys_box .hd ul li{
    float: left;
    width: 300px;
    height: 70px;
    border-right: 1px solid #e5e5e5;
    margin-right: 25px;
    position: relative;

}

.ys_bg .ys .ys_box .hd ul li.ys4{
    margin-right: 0;
    border-right: none;
}

.ys_bg .ys .ys_box .hd ul li span{
    display: block;
    float: left;
    width: 36px;
    height: 36px;
    margin-top: 18px;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.ys_bg .ys .ys_box .hd ul li h5{
    float: left;
    margin-left: 20px;
    margin-top: 7px;
    font-size: 20px;
    color: #666666;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.ys_bg .ys .ys_box .hd ul li h5 i{
    display: block;
    font-size: 14px;
    color: #999;
    font-family: Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    margin-top: 8px;
}

.ys_bg .ys .ys_box .reasonBoxBottomBottom{
    position: absolute;
    right: -23%;
    top: 345px;
    z-index: 9;
}

.ys_bg .ys .ys_box .reasonBoxBottomBottom ul li{
    display: block;
    width: 31px;
    height: 2px;
    background: #e04b53;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    position: relative;
    z-index: 9;
    margin-bottom: 35px;
}


.ys_bg .ys .ys_box .reasonBoxBottomBottom ul li::after{
    width: 0;
    height: 2px;
    background: #f0abaf;
    position: absolute;
    right: 0;
    top: 0;
    content: "";
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}
.ys_bg .ys .ys_box .reasonBoxBottomBottom ul li.on::after{
    width: 45px;

}


.ys_bg .ys .ys_box .hd ul li.ys1 span{
    background: url(../images/ys_ico1.png) no-repeat  center;
}

.ys_bg .ys .ys_box .hd ul li.ys2 span{
    background: url(../images/ys_ico2.png) no-repeat  center;
}

.ys_bg .ys .ys_box .hd ul li.ys3 span{
    background: url(../images/ys_ico3.png) no-repeat  center;
}

.ys_bg .ys .ys_box .hd ul li.ys4 span{
    background: url(../images/ys_ico4.png) no-repeat  center;
}

.ys_bg .ys .ys_box .hd ul li.on h5{
    color: #090909;
}

.ys_bg .ys .ys_box .hd ul li.ys1.on span{
    background: url(../images/ys_ico11.png) no-repeat  center;
}

.ys_bg .ys .ys_box .hd ul li.ys2.on span{
    background: url(../images/ys_ico22.png) no-repeat  center;
}

.ys_bg .ys .ys_box .hd ul li.ys3.on span{
    background: url(../images/ys_ico33.png) no-repeat  center;
}

.ys_bg .ys .ys_box .hd ul li.ys4.on span{
    background: url(../images/ys_ico44.png) no-repeat  center;
}


@media (max-width:1600px) {

    .ys_bg .ys .ys_box .reasonBoxBottomBottom {
        right: -10%;
    }
}


.ys_bg .ys .ys_box .more{
    position: absolute;
    left: 0px;
    top: 515px;
    background: url(../images/more.png) no-repeat left center;
    line-height: 33px;
}


.ys_bg .ys .ys_box .more a {
    display: block;
    font-size: 14px;
    color: #333;
    text-transform: uppercase;
    padding-left: 75px;
}

.ys_bg .ys .ys_box .tel {
    position: absolute;
    left: 325px;
    top: 505px;
    width: 252px;
    height: 50px;
    line-height: 50px;

    border: 1px solid #e40a09;
    border-radius: 45px;
}

.ys_bg .ys .ys_box .tel i {
    display: block;
    margin-left: 10px;
    padding-left: 55px;
    font-size: 20px;
    color: #333;
    font-family: Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    background: url(../images/tel2.png) no-repeat left center;
}



/*about*/

.ab_bg{
    width: 100%;
    margin: 0 auto;
    height: 765px;
    background: url(../images/ab_bg.jpg) no-repeat bottom center;
}

.ab_bg .about{
    width: 1280px;
    margin: 0 auto;
    padding-top: 87px;
    height: 375px;
}

.ab_bg .about .txt{
    float: left;
    width: 790px;
    margin-top: 42px;
}

.ab_bg .about .txt h5{
    font-size: 30px;
    color: #090909;
    font-weight: bold;
    background: url(../images/ab_xt.png) no-repeat right 24px;
}

.ab_bg .about .txt h5 i{
    display: block;
    font-size: 21px;
    color: #ededed;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    margin-top: 3px;
}

.ab_bg .about .txt p{
    font-size: 14px;
    color: #666666;
    line-height: 30px;
    height: 90px;
    overflow: hidden;
    width: 740px;
    margin-top: 30px;
}

.ab_bg .about .txt .more{
    margin-top: 40px;

}

.ab_bg .about .txt .more a{
    float: left;
    display: block;
    width: 60px;
    height: 42px;
    line-height: 42px;
    border-bottom: 1px solid #d50f19;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    border-top: 1px solid #fff;
    text-align: center;
    font-size: 14px;
    color: #d50f19;
    font-family: Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.ab_bg .about .txt .more a:hover{
    border: 1px solid #d50f19;
}

.ab_bg .about .txt .more .tel{
    margin-left: 35px;
    width: 252px;
    height: 50px;
    line-height: 50px;
    border: 1px solid #0a337e;
    border-radius: 45px;
    float: left;


}

.ab_bg .about .txt .more .tel i{
    display: block;
    margin-left: 10px;
    padding-left: 55px;
    font-size: 20px;
    color: #333;
    font-family: Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    background: url(../images/tel1.png) no-repeat left center;
}

.ab_bg .about .ab_t{
    float: right;
    font-size: 58px;
    color: #0a337e;
    font-weight: bold;
    text-transform: uppercase;
    writing-mode: tb-rl;
    margin-right: 130px;
}

.ab_bg .fc{
    margin-top: 25px;
    margin-left: 3%;
    width: 65%;
    overflow: hidden;
    position: relative;
} 

.ab_bg .fc .mySwiper{
    width: 84%;
    overflow: hidden;
}

.ab_bg .fc .swiper-slide{
    position: relative;
}

.ab_bg .fc .swiper-slide .pic{
    position: relative;
    width: 100%;
    padding-top: 77%;
    border-radius: 5px;

}

.ab_bg .fc .swiper-slide .pic img{
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    border-radius: 5px;

}

.ab_bg .fc .swiper-slide .txt{
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 42px;
    line-height: 42px;
    background: url(../images/ico1.png) repeat center;
    border-radius: 5px;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.ab_bg .fc .swiper-slide .txt a{
    font-size: 16px;
    color: #090909;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: center;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.ab_bg .fc .swiper-slide:hover .txt{
    background: #0a337e;
}

.ab_bg .fc .swiper-slide:hover .txt a{
    color: #fff;
}

.ab_bg .fc .swiper-button-next{
    width: 48px;
    height: 48px;
    border: 1px solid #0a337e;
    border-radius: 50%;
    background: url(../images/right.png) no-repeat center;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    right: 4%;
}


.ab_bg .fc .swiper-button-prev{
    width: 48px;
    height: 48px;
    border: 1px solid #0a337e;
    border-radius: 50%;
    background: url(../images/left.png) no-repeat center;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    left: 87%;
    
}

.ab_bg .fc .swiper-button-next:hover{
    border: 1px solid #fff;
}

.ab_bg .fc .swiper-button-prev:hover{
    border: 1px solid #fff;
}


.swiper-button-prev::after, .swiper-container-rtl .swiper-button-next::after {
    content: 'prev';
    display: none;
}

.swiper-button-next::after, .swiper-container-rtl .swiper-button-prev::after {
    content: 'next';
    display: none;
}

/*case*/

.case_bg{
    width: 100%;
    margin: 5px auto 0 auto;
    height: 809px;
    background: url(../images/case_bg.jpg) no-repeat center;
}

.case_bg .case .case_t{
    width: 1280px;
    margin: 0 auto;
    overflow: hidden;
}

.case_bg .case .case_t .title{
    float: left;
}

.case_bg .case .case_t .title_more{
    float: right;
}

.case_bg .case{
    width: 94%;
    margin: 0 auto;
    padding-top: 90px;
}


.case_bg .case .case_box{
    margin: 40px auto 0 auto;
    position: relative;
}

#certify {
	position: relative;
	width: 100%;
	margin: 0 auto
}

#certify .swiper-container {

}

#certify  .swiper-slide {
    width: 720px;
    height: 510px;
    margin-bottom: 20px;
    position: relative;
    
}

#certify  .swiper-slide .pic{
    background: #fcfcfc;
    border-radius: 5px;
    width: 720px;
    height: 435px;
}

#certify  .swiper-slide .pic img{
    width: 700px;
    height: 415px;
    border-radius: 5px;
    margin: 10px;
}


#certify  .swiper-slide .txt_nr{
    width: 502px;
    height: 128px;
    background: #fff;
    border-radius: 15px;
    position: absolute;
    right: 0px;
    bottom: 0px;
    -webkit-box-shadow: 0 0 8px 6px rgba(0, 0, 0, .05);
    box-shadow: 0 0 8px 6px rgba(0, 0, 0, .05);
    padding: 0 35px;
    opacity: 0;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

#certify  .swiper-slide .txt_nr .num{
    float: left;
    height: 60px;
    margin-top: 37px;
    font-size: 18px;
    color: #e40a09;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    background: url(../images/buttom9.png) no-repeat  center bottom;
}

#certify  .swiper-slide .txt{
    float: left;
    margin-left: 20px;
} 

#certify  .swiper-slide .txt a{
    font-size: 20px;
    color: #353535;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    width: 336px;
    border-bottom: 1px solid #e6e6e6;
    height: 60px;
    line-height: 60px;
    margin-top: 5px;

}

#certify  .swiper-slide .txt p{
    font-size:15px;
    color: #969696;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-top: 15px;
}

#certify  .swiper-slide .txt_nr .more{
    position: absolute;
    right: 75px;
    top: 55px;
    width: 27px;
    height: 15px;
    background: url(../images/more3.png) no-repeat center;
}

#certify  .swiper-slide .txt_nr .ico{
    position: absolute;
    right: 55px;
    top: -30px;
    width: 62px;
    height: 62px;
    background: url(../images/buttom8.png) no-repeat center;
}

#certify  .swiper-slide-active .txt_nr{
    opacity: 1;
}


.case_box .swiper-button-prev{
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: url(../images/left1.png) no-repeat center;
    top: 465px;
    left: 30%;
    border: 1px solid #fafafa;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.case_box .swiper-button-next{
    width: 48px;
    height: 48px;
    border-radius: 50%;
    border: 1px solid #fafafa;
    background: url(../images/right1.png) no-repeat center;
    top: 465px;
    right: 70%;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}


.case_box .swiper-button-prev:hover{
    border: 1px solid #4d4d4d;
    background: url(../images/left2.png) no-repeat center;
}

.case_box .swiper-button-next:hover{
    border: 1px solid #4d4d4d;
    background: url(../images/right2.png) no-repeat center;
}


/*news*/

.news_bg{
    width: 100%;
    margin: 0 auto;
    height: 890px;
    background: url(../images/news_bg.jpg) no-repeat bottom center;
}

.news_bg .news{
    width: 1280px;
    margin: 0 auto;
    padding-top: 65px;
}

.news_bg .news .news_t{
    overflow: hidden;
}

.news_bg .news .news_t .title{
    float: left;
}

.news_bg .news .news_t .news_list{
    float: right;
    margin-top: 35px;
    position: relative;
} 

.news_bg .news .news_t .news_list ul li{
    float: left;
}

.news_bg .news .news_t .news_list ul li h5{
    float: left;
    width: 111px;
    height: 42px;
    line-height: 42px;
    background: #f7f7f7;
    border-radius: 45px;
    margin-left: 18px;
    text-align: center;
    font-size: 16px;
    color: #444444;
    position: relative;
    z-index: 5;
}

.news_bg .news .news_t .news_list ul li:last-child{
    margin-right: 55px;
}

.news_bg .news .news_t .news_list ul li h5::after{
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 0px;
    height: 42px;
    border-radius: 45px;
    content: "";
    z-index: -1;
    background: #143c86;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.news_bg .news .news_t .news_list ul li.casehover h5::after{
    width: 100%;
}

.news_bg .news .news_t .news_list ul li.casehover h5 {
    color: #fff;
}

.news_bg .news .news_t .news_list ul li .more{
    display: block;
    position: absolute;
    right: 0;
    top: 6px;
    width: 55px;
    height: 30px;
    background: url(../images/buttom4.png) no-repeat center;
}

.news_bg .news .news_box{
    margin: 55px auto 0 auto;
}

.news_bg .news .news_box .news_top{
    height: 382px;
    width: 1360px;
}

.news_bg .news .news_box .news_top ul li{
    float: left;
    width: 303px;
    height: 380px;
    border: 1px solid #e3e3e3;
    background: #fff;
    margin-right: 20px;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.news_bg .news .news_box .news_top ul li .pic{
    width: 278px;
    height: 199px;
    border-radius: 5px;
    margin: 12px 12px 0 12px;

}

.news_bg .news .news_box .news_top ul li .pic img{
    width: 278px;
    height: 199px;
    border-radius: 5px;
}

.news_bg .news .news_box .news_top ul li .txt{
    width: 278px;
    margin: 23px auto 0 auto;
    height: 125px;

}

.news_bg .news .news_box .news_top ul li .txt h5 a{
    font-size: 18px;
    color: #5b5b5b;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.news_bg .news .news_box .news_top ul li .txt p{
    font-size: 14px;
    color: #afafaf;
    line-height: 22px;
    height: 44px;
    overflow: hidden;
    margin-top: 10px;
}

.news_bg .news .news_box .news_top ul li .txt .more{
    height: 43px;
    line-height: 43px;

}

.news_bg .news .news_box .news_top ul li .txt .more span{
    display: block;
    font-size: 12px;
    color: #afafaf;
    float: left;

}

.news_bg .news .news_box .news_top ul li .txt .more a{
    display: block;
    float: right;
    width: 43px;
    height: 43px;
    border-radius: 50%;
    background: url(../images/more2.png) no-repeat center;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.news_bg .news .news_box .news_top ul li:hover{
    -webkit-box-shadow: 0 0 8px 6px rgba(0, 0, 0, .08);
    box-shadow: 0 0 8px 6px rgba(0, 0, 0, .08);
}

.news_bg .news .news_box .news_top ul li:hover .txt .more a{
    background: #ad0d19 url(../images/more1.png) no-repeat center;
}


.news_bg .news .news_box .list{
    margin: 60px auto 0 auto;
    width: 1280px;
    height: 103px;
    background: #fff;
    border: 2px solid #f0f0f0;
    position: relative;
    z-index: 5;
    
}

.news_bg .news .news_box .list ul li{
    float: left;
    width: 400px;
    text-align: center;
    margin: 0 13px;

}

.news_bg .news .news_box .list ul li a {
    font-size: 16px;
    color: #555555;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    margin-top: 25px;
}

.news_bg .news .news_box .list ul li span{
    display: block;
    font-size: 12px;
    color: #afafaf;
    margin: 8px auto 0 auto;
    background: #fff;
    position: relative;
    width: 75px;
}

.news_bg .news .news_box .list ul li span::after{
    position: absolute;
    left: -17px;
    top: 7px;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    content: "";
    background:  #dadada;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.news_bg .news .news_box .list::after{
    position: absolute;
    left: 28px;
    top: 67px;
    width: 1224px;
    height: 1px;
    content: "";
    z-index: -1;
    background:  #f1f1f1;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.news_bg .news .news_box .list ul li:hover span::after{
    background: #ad0d19;
}

/*links*/

.links{
    width: 1280px;
    margin: 30px  auto 0 auto;
}

.links .links_t{
    float: left;
    background: url(../images/links.png) no-repeat left top;
    width: 83px;
    height: 67px;
    padding-left: 55px;
    margin-left: -55px;
}

.links .links_t span{
    display: block;
    font-size: 34px;
    color: #373737;
    font-weight: bold;
    text-transform: uppercase;
    margin-top: 7px;
}

.links .links_t i{
    font-size: 34px;
    color: #ad0d19;
    font-weight: bold;
    text-transform: uppercase;
}
.links .yq{
    float: right;
    width: 1150px;
    font-size: 14px;
    color: #999999;
} 

.links .yq a{
    font-size: 14px;
    color: #999999;
    margin: 0 10px;
}