
/*-----------------------------------------------------------*/
/*copyright by 动力无限  www.btoe.cn*/
/*邮箱 btoe@btoe.cn*/
/*合作电话 400-0599-360*/
/*版权所有违者必究*/
/*-----------------------------------------------------------*/

/*banner*/
.fullSlide {
    width: 100%;
    position: relative;
    height: 680px;
    background: #fff;
    overflow: hidden;
  
  }
  
  .fullSlide .bd {
    width: 100%;
    height: 680px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
    overflow: hidden;
  }
  
  
  .fullSlide .bd ul {
    width: 100% !important;
  }
  
  .fullSlide .bd li {
    width: 100% !important;
    height: 680px;
    overflow: hidden;
    text-align: center;
  }
  
  .fullSlide .bd li a {
    display: block;
    height: 680px;
  }
  
  .fullSlide .hd {
    width: 100%;
    position: absolute;
    z-index: 2;
    bottom: 40px;
    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: 15px;
    overflow: hidden;
    line-height: 99px;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
    background: #fff;
  }
  
  .fullSlide .hd ul .on {
    background: #214f9a;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
  }
  
  
  .fullSlide .next {
    width: 65px;
    height: 65px;
    position: absolute;
    top: 50%;
    z-index: 2;
    background: url(../images/bannerR.png) no-repeat center;
    -webkit-transition: all .5s linear;
    transition: all .5s linear;
    right: 4%;
  }
  
  .fullSlide .prev {
    width: 65px;
    height: 65px;
    position: absolute;
    top: 50%;
    z-index: 2;
    background: url(../images/bannerL.png) no-repeat center;
    -webkit-transition: all .5s linear;
    transition: all .5s linear;
    left: 4%;
  }
  
  
/*title*/ 

.title{

}

.title img{
    display: block;
}

.title h3{
    font-size: 22px;
    color: #333333;
    margin-top: 15px;
}

.title h3 a{
    display: block;
    font-size: 22px;
    color: #333333;
}

/*about*/ 

.ab_bg{
    width: 100%;
    height: 898px;
    margin: 0 auto;
    background: url(../images/ab_bg.jpg) no-repeat center;
}

.ab_bg .about{
    padding-top: 70px;
    width: 1280px;
    margin: 0 auto;
    height: 496px;
}

.ab_bg .about .ab_l{
    float: left;
    width: 600px;
    position: relative;
}

.ab_bg .about .ab_l .title{
    height: 130px;
    width: 432px;
    border-bottom: 1px solid #ededed;
    margin-top: 35px;
}

.ab_bg .about .ab_l .txt{
    margin-top: 50px;

} 

.ab_bg .about .ab_l .txt h5 a{
    width: 352px;
    height: 45px;
    line-height: 45px;
    background: #e0a800;
    text-align: center;
    font-size: 22px;
    color: #fff;
    font-weight: bold;
    display: block;
    letter-spacing: 1px;

}

.ab_bg .about .ab_l .txt p{
    font-size: 14px;
    color: #666666;
    line-height: 36px;
    height: 180px;
    overflow: hidden;
    margin-top: 27px;
}

.ab_bg .about .ab_l .ry{
    position: absolute;
    right: 0px;
    top: 0px;
    background: url(../images/ry_bg.png) no-repeat center;
    width: 144px;
    height: 188px;

} 

.ab_bg .about .ab_l .ry img{
    width: 108px;
    height: 153px;
    margin: 15px 0 0 16px;
}

.ab_bg .about .ab_l .xt{
    position: absolute;
    right: 0px;
    top: 205px;
    font-size: 12px;
    color: #999;
    font-style: italic;
    text-align: right;
} 

.ab_bg .about .ab_img{
    float: right;
    width: 605px;
    height: 496px;

}

.ab_bg .about .ab_img img{
    width: 605px;
    height: 496px;
}

.ab_bg .ab_num{
    width: 1280px;
    margin: 40px auto 0 auto;
} 

.ab_bg .ab_num ul li{
    float: left;
    position: relative;
    z-index: 5;
    width: 270px;
    height: 220px;
    background: #fff;
    margin-right: 66px;
    -webkit-box-shadow: 0 0 8px 6px rgba(0, 0, 0, .03);
    box-shadow: 0 0 8px 6px rgba(0, 0, 0, .03);
    text-align: center;
}

.ab_bg .ab_num ul li:last-child{
    margin-right: 0;
}

.ab_bg .ab_num ul li h5{
    overflow: hidden;
    margin-top: 55px;
    padding-bottom: 10px;

}

.ab_bg .ab_num ul li h5 span{
    display: inline-block;
    font-size: 60px;
    color: #333333;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 50px;
    top: 6px;
    position: relative;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.ab_bg .ab_num ul li h5 i{
    font-size: 14px;
    color: #333333;
    display: inline-block;
    background: url(../images/buttom2.png) no-repeat left center;
    padding-left: 15px;
    margin-left: 10px;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.ab_bg .ab_num ul li p{
    width: 115px;
    height: 26px;
    line-height: 26px;
    background: #fbfbfb;
    border-radius: 45px;
    font-size: 16px;
    color: #666666;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    margin: 25px auto 0 auto;
}

.ab_bg .ab_num ul li::after{
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: -1;
    content: "";
    width: 0;
    height: 100%;
    background: url(../images/ab_list.jpg) no-repeat center;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.ab_bg .ab_num ul li.on::after{
    width: 100%;
}

.ab_bg .ab_num ul li.on h5 span{
    color: #fff;

}

.ab_bg .ab_num ul li.on h5 i{
    color: #fff;
    background: url(../images/buttom3.png) no-repeat left center;
}


.ab_bg .ab_num ul li.on p{
    background: #1d4483;
    color: #fff;

}


/*product*/ 

.product{
    width: 1280px;
    margin: 70px auto 0 auto;
}

.product .pro_l{
    float: left;
    width: 952px;

}

.product .pro_l .pro_t{
    height: 115px;

}
 
.product .pro_l .pro_t .title{
    float: left;
}

.product .pro_l .pro_t .t_r{
    float: right;
    margin-top: 20px;
} 

.product .pro_l .pro_t .t_r .qq{
    width: 44px;
    height: 44px;
    float: left;
    margin-right: 30px;

}

.product .pro_l .pro_t .t_r .qq .qq_img{
    width: 44px;
    height: 44px;
    animation: msClock 1.2s linear infinite;
    animation: msClock 1.2s linear infinite;
}

@keyframes msClock {
    0%,70%,100% {
      transform: rotate(0) scale(1);
    }
    10%,30% {
      transform: rotate(-15deg) scale(1.1);
    }
    20%,40% {
    transform: rotate(15deg) scale(1.1);
    }
}

.product .pro_l .pro_t .t_r .tel{
    float: right;
    font-size: 24px;
    color: #333;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
}

.product .pro_l .pro_box{
    width: 1000px;
    margin: 0 auto;
} 

.product .pro_l .pro_box ul li{
    float: left;
    width: 290px;
    margin: 0 40px 35px 0;
}

.product .pro_l .pro_box ul li .pic{
    width: 290px;
    height: 220px;
    background: #f8f8f8;

}

.product .pro_l .pro_box ul li .pic a{
    width: 280px;
    height: 210px;
    margin: 5px;
    display: inline-block;
    overflow: hidden;
}

.product .pro_l .pro_box ul li .pic img{
    width: 280px;
    height: 210px;
    overflow: hidden;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.product .pro_l .pro_box ul li.on .pic img{
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
}

.product .pro_l .pro_box ul li .txt{
    height: 60px;
    width: 280px;
    margin: 0 auto;

} 

.product .pro_l .pro_box ul li .txt h5 a{
    float: left;
    width: 225px;
    line-height: 57px;
    font-size: 16px;
    color: #333;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    overflow: hidden;
    display: block;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    border-bottom: 1px solid #dedede;

}

.product .pro_l .pro_box ul li .txt .more{
    display: block;
    float: right;
    text-align: center;
    font-size: 15px;
    color: #333;
    font-weight: bold;
    font-family: 'Times New Roman', Times, serif;
    text-transform: capitalize;
    line-height: 30px;
    margin-top: 10px;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;

}

.product .pro_l .pro_box ul li.on .txt h5 a{
    border-bottom: 1px solid #e0a800;
}

.product .pro_l .pro_box ul li.on .txt  .more{
    color: #e0a800;
}

.product .pro_r{
    float: right;
    width: 260px;
    height: 1039px;
    background: #214f9a;
    
} 

.product .pro_r .pro_t{
    text-align: center;
    margin-top: 30px;

}

.product .pro_r .pro_t a{
    display: block;
    font-size: 24px;
    color: #fff;
    font-weight: bold;
}

.product .pro_r .pro_t a i{
    display: block;
    font-size: 12px;
    color: #fff;
    text-transform: uppercase;
    font-family: Arial, Helvetica, sans-serif;
    margin-top: 8px;
}

.product .pro_r .pro_list{
    width: 240px;
    height: 904px;
    background: #fff;
    margin: 27px auto 0 auto;
}

.product .pro_r .pro_list ul li{
    border-bottom: 1px solid #e7e6e6;
    margin: 0 auto;
    height: 99px;
    line-height: 99px;
    width: 204px;
    position: relative;
    z-index: 5;

}

.product .pro_r .pro_list ul li a{
    background: url(../images/buttom4.png) no-repeat 25px center;
    font-size: 16px;
    color: #333;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    overflow: hidden;
    display: block;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    padding-left: 60px;
}

.product .pro_r .pro_list ul li::after{
    position: absolute;
    content: "";
    z-index: -1;
    left: 0;
    top: 20px;
    width: 0px;
    height: 60px;
    background: #e0a800;
    border-radius: 45px;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}
 
.product .pro_r .pro_list ul li.on::after {
    width: 100%;
}

.product .pro_r .pro_list ul li.on a{
    background: url(../images/buttom5.png) no-repeat 20px center;
    padding-left: 55px;
    font-weight: bold;
    color: #fff;
    font-size: 18px;
}


/*te*/ 

.te_bg{
    background: url(../images/te_bg.jpg) no-repeat  center;  
    width: 100%;
    margin: 10px auto 0 auto;
    height: 1439px;
}

.te_bg .te{
    width: 1280px;
    margin: 0 auto;
    padding-top: 110px;
    height: 565px;
    position: relative;
}

.te_bg .te .bd{
    width: 1280px;
    margin: 0 auto;
}

.te_bg .te .bd ul li{
    float: left;
    width: 290px;
    height: 255px;
    background:  #ffffff;
    margin: 0 15px;
    text-align: center;
}

.te_bg .te .bd ul li span{
    display: block;
    font-size: 18px;
    color: #333333;
}

.te_bg .te .bd ul li span em{
    display: block;
    font-size: 12px;
    color: #999999;
    font-family: Arial, Helvetica, sans-serif;
}

.te_bg .te .bd ul li .te_list {
    display: block;
    overflow: hidden;
    transition-duration: 0.7s;
    margin: 40px auto 27px auto;
    width: 90px;
    height: 90px;
    background: #fff;
    border: 5px solid #f8f8f8;
    border-radius: 50%;

  }
  
  .te_bg .te .bd ul li .te_list .te_img {
    display: block;
    position: relative;
    transition: 0.7s;
    font-size: 0;
  }
  
  .te_bg .te .bd ul li .te_list .te_img i{
    display: block;
    width: 32px;
    height: 32px;
    text-align: center;
    line-height: 32px;
    margin: 29px auto;
  }

  .te_bg .te .bd ul li .te_list .te_img i img{
    vertical-align: middle;
    display: inline-block;
    width: 32px;
    height: 32px;
  }

  .te_bg .te .bd ul li .te_list .te_img i:before{
    /* 辅助ie8图片居中 */
    content: '';
    height: 32px;
    width: 1px;
    font-size: 0;
  }
  
  
  .te_bg .te .bd ul li .te_list .te_img {
    width: 100%;
    height: 200%;
    top:0;
  }

  .te_bg .te .bd ul li:hover .te_img {
    top:-62px;
  }

  .te_bg .te .bd ul li:hover .te_list{
    background: #e0a800;
    border: 5px solid #e0a800;

  }

  .te_bg .te .hd{
      position: absolute;
      z-index: 5;
      top: 430px;
      left: 0px;
      width: 230px;
  }

  .te_bg .te .hd .next{
    cursor: pointer;
    float: left;
    background: url(../images/left.png) no-repeat  center;
    width: 35px;
    height: 35px;
  }

  .te_bg .te .hd .prev{
    cursor: pointer;
    float: right;
    background: url(../images/right.png) no-repeat  center;
    width: 35px;
    height: 35px;
  } 

  .te_bg .te .pageState{
    position: absolute;
    z-index: 5;
    top: 430px;
    left: 90px;
    line-height: 35px;
    font-size: 14px;
    color: #fff;
    font-family: Arial, Helvetica, sans-serif;
    letter-spacing: 11px;

  }

  .te_bg .te .pageState span{
    font-size: 26px;
    color: #fff;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    position: relative;
    left: 5px;
  }

  .te_bg .te .pageState::after{
    position: absolute;
    left: 30px;
    top: 4px;
    content: "0";
    font-size: 14px;
    color: #fff;
    font-family: Arial, Helvetica, sans-serif;
}

.te_bg .te .pageState span::after{
    position: absolute;
    left: -14px;
    top: -2px;
    content: "0";
    font-size: 26px;
    color: #fff;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
}

.te_bg .te .tel{
    position: absolute;
    top: 410px;
    right: 0px;
    text-align: right;
}

.te_bg .te .tel span{
    display: inline-block;
    background: url(../images/tel1.png) no-repeat left center;
    font-size: 16px;
    color: #fff;
    padding-left: 32px;
}

.te_bg .te .tel i{
    display: block;
    font-size: 24px;
    color: #fff;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    margin-top: 13px;
}


.te_bg .te .qq{
    position: absolute;
    top: 460px;
    left: 560px;
    width: 182px;
    height: 182px;

}

/*ys*/ 

.ys{
    width: 1280px;
    margin:  0 auto;
    position: relative;
}

.ys .title{
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 5;
}

.ys .title h3{
    font-style: italic;
}

.ys .ys_box{
    margin: 0 auto;
    position: relative;
}

.ys .ys_box .bd{
    width: 1280px;
    margin: 0 auto;
    height: 533px;
}

.ys .ys_box .bd ul li{
    float: left;
    width: 1280px;
}

.ys .ys_box .bd ul li .txt{
    float: left;
    width: 635px;
    margin: 260px 0 0 60px;
}

.ys .ys_box .bd ul li .txt h5{
    font-size: 20px;
    color: #333;
    font-weight: bold;
    height: 60px;
    line-height: 60px;
}

.ys .ys_box .bd ul li .txt h5 i{
    font-size: 72px;
    color: #e0a800;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    font-style: italic;
    display: block;
    line-height: 60px;
    float: left;
    margin-right: 20px;

}

.ys .ys_box .bd ul li .txt p{
    font-size: 14px;
    color: #666666;
    line-height: 36px;
    margin-top: 35px;
}

.ys .ys_box .bd ul li .ys_img{
    float: right;
    width: 515px;
    height: 533px;

}

.ys .ys_box .bd ul li .ys_img img{
    width: 515px;
    height: 533px;
}

.ys .ys_box .hd{
    width: 1280px;
    margin: 0 auto;
    border-top: 1px solid #fbfbfb;
} 

.ys .ys_box .hd ul li{
    float: left;
    position: relative;
    z-index: 5;
    width: 292px;
    height: 160px;
    background: url(../images/xt1.png) no-repeat right center;
}

.ys .ys_box .hd ul li:last-child{

    background: none;
}

.ys .ys_box .hd ul li h5{
    margin: 55px 0 0 60px;
    padding-left: 35px;
    font-size: 18px;
    color: #333;
    font-weight: bold;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.ys .ys_box .hd ul li h5 i{
    display: block;
    font-size: 12px;
    color: #999;
    font-weight: normal;
    font-family: Arial, Helvetica, sans-serif;
    margin-top: 5px;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.ys .ys_box .hd ul li::after{
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: -1;
    content: "";
    width: 0;
    height: 100%;
    background: #214f9a;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.ys .ys_box .hd ul li.ys1 h5{
    background: url(../images/ys_ico1.png) no-repeat left 5px;
}

.ys .ys_box .hd ul li.ys2 h5{
    background: url(../images/ys_ico2.png) no-repeat left 5px;
}

.ys .ys_box .hd ul li.ys3 h5{
    background: url(../images/ys_ico3.png) no-repeat left 5px;
}

.ys .ys_box .hd ul li.ys4 h5{
    background: url(../images/ys_ico4.png) no-repeat left 5px;
}

.ys .ys_box .hd ul li.on::after{
    width: 100%;
}

.ys .ys_box .hd ul li.on h5{
    color: #fff;
}

.ys .ys_box .hd ul li.on h5 i{
    color: #fff;
}

.ys .ys_box .hd ul li.ys1.on h5{
    background: url(../images/ys_ico11.png) no-repeat left 5px;
}

.ys .ys_box .hd ul li.ys2.on h5{
    background: url(../images/ys_ico22.png) no-repeat left 5px;
}

.ys .ys_box .hd ul li.ys3.on h5{
    background: url(../images/ys_ico33.png) no-repeat left 5px;
}

.ys .ys_box .hd ul li.ys4.on h5{
    background: url(../images/ys_ico44.png) no-repeat left 5px;
}

.ys .ys_box .prev{
    position: absolute;
    right: 0;
    top: 533px;
    cursor: pointer;
    background: url(../images/right1.png) no-repeat center;
    width: 110px;
    height: 160px;
}


/*case*/ 

.case{
    width: 1360px;
    margin:  65px auto 0 auto;
    position: relative;
}

.case .case_t{
    height: 115px;
    width: 1280px;
    margin: 0 auto;
}

.case .case_t .title{
    float: left;
}

.case .case_t .tel{
    float: right;
    margin-top: 15px;
} 

.case .case_t .tel span{
    display: block;
    width: 190px;
    height: 25px;
    line-height: 25px;
    background: #e0a800;
    text-align: center;
    font-size: 16px;
    color: #fff;
    font-style: italic;
    float: right;
    margin-bottom: 5px;
}

.case .case_t .tel i{
    display: block;
    font-size: 24px;
    color: #333333;
    text-align: right;
}

.case .case_box{
    margin: 0 auto;
    position: relative;
    overflow: hidden;
} 

.case .case_box .swiper-slide{
    position: relative;
    height: 470px;
}

.case .case_box .swiper-slide .pic{
    width: 340px;
    height: 255px;
    background: #f8f8f8;
    margin: 40px auto 0  auto;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.case .case_box .swiper-slide .pic img{
    width: 330px;
    height: 245px;
    margin: 5px;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.case .case_box .swiper-slide .txt{
    width: 340px;
    margin: 0 auto;
} 

.case .case_box .swiper-slide .txt h5{
    height: 85px;
    line-height: 85px;

}

.case .case_box .swiper-slide .txt h5 span{
    display: block;
    float: left;
    width: 100px;
    font-size: 24px;
    color:  #333;
    font-family: "Impact";
    background: url(../images/xt2.png) no-repeat right center;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.case .case_box .swiper-slide .txt h5 a{
    font-size: 18px;
    color: #333;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    overflow: hidden;
    display: block;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    float: right;
    width: 190px;
    text-align: right;
}

.case .case_box .swiper-slide .txt p{
    font-size: 14px;
    color: #999;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    overflow: hidden;
    display: block;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    opacity: 0;
}

.case .case_box .swiper-slide-next{
    background: #f8f8f8;
}

.case .case_box .swiper-slide-next .pic{
    margin: 35px auto 0 auto;
    width: 380px;
    height: 285px;

}
.case .case_box .swiper-slide-next .pic img{
    width: 380px;
    height: 285px;
    margin: 0;
}

.case .case_box .swiper-slide-next .txt{
    width: 380px;
}

.case .case_box .swiper-slide-next .txt h5 span{
    background: url(../images/xt3.png) no-repeat right center;
    width: 170px;
}

.case .case_box .swiper-slide-next .txt h5 a{
    font-weight: bold;
}
.case .case_box .swiper-slide-next .txt p{
    opacity: 1;
}

.swiper-button-next::after, .swiper-container-rtl .swiper-button-prev::after {
    content: 'next';
    display: none;
  }

  .swiper-button-prev::after, .swiper-container-rtl .swiper-button-next::after {
    content: 'prev';
    display: none;
  }

.case .case_box .swiper-button-next{
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: #214f9a url(../images/right2.png) no-repeat center;
    top: 410px;
    right: 340px;
    
}

.case .case_box .swiper-button-prev{
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: #e0a800 url(../images/left1.png) no-repeat center;
    top: 410px;
    left: 340px;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.case .case_box .swiper-button-prev:hover{
    background: #214f9a url(../images/left1.png) no-repeat center;
}




/*news*/ 

.news_bg{
    width: 100%;
    height: 905px;
    margin:  45px auto 0 auto;
    position: relative;
    background: url(../images/news_bg.jpg) no-repeat top center;
}

.news_bg .news{
    width: 1280px;
    margin: 0 auto;
    padding-top: 110px;
}

.news_bg .news .news_t{
    height: 115px;

}

.news_bg .news .news_t .title{
    float: left;
}

.news_bg .news .news_t .title h3 a{
    color: #fff;
}

.news_bg .news .news_t .news_list{
    float: right;
} 
.news_bg .news .news_t .news_list ul li{
    width: 184px;
    height: 50px;
    margin-left: 50px;
    position: relative;
    z-index: 5;
    float: left;

}

.news_bg .news .news_t .news_list ul li a{
    display: block;
    font-size: 18px;
    color: #fff;
    line-height: 50px;
    -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 a img{
    display: block;
    float: left;
    margin: 12px 15px 0 35px;
}

.news_bg .news .news_t .news_list ul li::after{
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: -1;
    content: "";
    width: 0;
    height: 100%;
    background: #e0a800;
    -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::after{
    width: 100%;
}

.news_bg .news .news_t .news_list ul li.casehover a{
    font-weight: bold;
}

.news_bg .news .news_box{
    width: 1280px;
    margin: 0 auto;
} 

.news_bg .news .news_box .news_top{
    width: 1280px;
    margin: 0 auto;
    height: 390px;
    position: relative;
}

.news_bg .news .news_box .news_top .bd{
    width: 1280px;
    margin: 0 auto;
}

.news_bg .news .news_box .news_top .bd ul li{
    float: left;
    width: 1280px;
    margin: 0 auto;
    position: relative;
}

.news_bg .news .news_box .news_top .bd ul li .news_img{
    float: left;
    width: 440px;
    height: 270px;
    margin: 95px 0 0 30px;

}

.news_bg .news .news_box .news_top .bd ul li .news_img img{
    width: 440px;
    height: 270px;
}

.news_bg .news .news_box .news_top .bd ul li .txt{
    float: right;
    width: 700px;
    margin: 130px 60px 0 0;

} 

.news_bg .news .news_box .news_top .bd ul li .txt h5 a{
    font-size: 18px;
    color: #333;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
    -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 .bd ul li:hover .txt h5 a{
    color: #214f9a;

}

.news_bg .news .news_box .news_top .bd ul li .txt p{
    font-size: 14px;
    color: #666666;
    line-height: 28px;
    height: 56px;
    overflow: hidden;
    margin-top: 20px;
}

.news_bg .news .news_box .news_top .bd ul li .txt .more{
    display: block;
    width: 102px;
    height: 36px;
    line-height: 36px;
    background: #214f9a;
    border-radius: 45px;
    margin-top: 50px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    font-weight: bold;
    font-family: 'Times New Roman', Times, serif;
    text-transform: capitalize;
}

.news_bg .news .news_box .news_top .bd ul li .time{
    position: absolute;
    top: 30px;
    right: 55px;
    width: 194px;
    text-align: center;


} 

.news_bg .news .news_box .news_top .bd ul li .time span{

    font-size: 14px;
    color: #333;
    font-family: Arial, Helvetica, sans-serif;
    margin-right: 10px;
}

.news_bg .news .news_box .news_top .bd ul li .time i{
    font-size: 14px;
    color: #999999;
    font-family: Arial, Helvetica, sans-serif;
}

.news_bg .news .news_box .news_top .bd ul li .time i em{
    font-size: 34px;
    color: #333;
    font-weight: bold;
    margin-right: 10px;
}

.news_bg .news .news_box .news_top .hd{
    position: absolute;
    left: 105px;
    top: 40px;
    z-index: 5;
}

.news_bg .news .news_box .news_top .hd ul li{
    float: left;
    width: 65px;
    margin-left: 15px;
    position: relative;
    font-size: 16px;
    color: #666666;
    font-family: Arial, Helvetica, sans-serif;
    text-align: center;
    line-height: 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 .hd ul li::after{
    position: absolute;
    right: 0px;
    top: 5px;
    width: 1px;
    height: 10px;
    background: #dedede;
    content: "";
    -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 .hd ul li::before{
    position: absolute;
    left: 17px;
    top: 0px;
    content: "0";
    font-size: 16px;
    color: #666666;
    font-family: Arial, Helvetica, sans-serif;
    -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 .hd ul li.on{
    color: #393e46;
    font-size: 20px;
    font-weight: bold;
}

.news_bg .news .news_box .news_top .hd ul li.on::after{
    height: 80px;
    width: 2px;
    background: #f8b547;
}

.news_bg .news .news_box .news_top .hd ul li.on::before{
    color: #393e46;
    font-size: 20px;
    font-weight: bold;
}

.news_bg .news .news_box .list{
    margin: 40px auto 0 auto;
    width: 1360px;
}

.news_bg .news .news_box .list ul li{
    float: left;
    width: 390px;
    height: 100px;
    border: 1px solid #dedede;
    margin: 0 55px 40px 0;
    -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 .time{
    float: left;
    margin-left: 10px;
    width: 80px;
    text-align: center;
    position: relative;
}

.news_bg .news .news_box .list ul li .time span{
    display: block;
    font-size: 36px;
    color: #333333;
    font-weight: bold;
    line-height: 45px;
    padding-top: 17px;
}

.news_bg .news .news_box .list ul li .time i{
    display: block;
    font-size: 12px;
    color: #999999;
}

.news_bg .news .news_box .list ul li .time::after{
    position: absolute;
    right: 0px;
    top: 32px;
    width: 1px;
    height: 37px;
    background: #cacaca;
    content: "";
    -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 .txt{
    margin-right: 25px;
    width: 255px;
    float: right;

} 

.news_bg .news .news_box .list ul li .txt a{
    font-size: 16px;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    margin-top: 20px;
}

.news_bg .news .news_box .list ul li .txt p{
    font-size: 15px;
    color: #808080;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    margin-top: 10px;
}

.news_bg .news .news_box .list ul li.on{
    border: 1px solid #e0a800;
}

.news_bg .news .news_box .list ul li.on .time::after{
    background: #e0a800;
}


/*links*/ 

.links{
    width: 1280px;
    margin: 40px auto 50px auto;
    overflow: hidden;
}

.links .links_t{
    float: left;
    background: url(../images/links.png) no-repeat center;
    width: 131px;
    height: 50px;
}

.links .links_t i{
    display: block;
    font-size: 16px;
    color: #214f9a;
    font-weight: bold;
    text-align: center;

}

.links .yq{
    float: right;
    width: 1125px;
} 

.links .yq a{
    margin-right: 15px;
    font-size: 14px;
    color: #999999;
}
 