
/*-----------------------------------------------------------*/
/*copyright by 动力无限  www.btoe.cn*/
/*邮箱 btoe@btoe.cn*/
/*合作电话 400-0599-360*/
/*版权所有违者必究*/
/*-----------------------------------------------------------*/

.sjcTop,
.sjcTop2,
.sjcBottom,
.sjcLeft,
.sjcRight {
  -webkit-transition: all 0.8s ease-out;
  transition: all 0.8s ease-out;
}


/*banner*/
.fullSlide {
    width: 100%;
    position: relative;
    height: 750px;
    background: #fff;
    overflow: hidden;
  }
  
  .fullSlide .bd {
    width: 100%;
    height: 750px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
    overflow: hidden;
  }

  
  .fullSlide .bd ul {
    width: 100% !important;
  }
  
  .fullSlide .bd li {
    width: 100% !important;
    height: 750px;
    overflow: hidden;
    text-align: center;
    position: relative;
  }
  
  .fullSlide .bd li a {
    display: block;
    height: 750px;
  }


  .fullSlide .bd li span{
      width: 1280px;
      margin: 0 auto;
      position: relative;
      display: block;
  }

  .fullSlide .bd li span i{
    display: block;

      position: absolute;
      right: 80px;
      bottom: 50px;
      z-index: 9;
      


  }
  
  .fullSlide .hd {
    width: 100%;
    position: absolute;
    z-index: 2;
    bottom: 50px;
    left: 0;
    height: 30px;
    text-align: center;
  }
  
  .fullSlide .hd ul {
    text-align: center;
    width: 1280px;
    height: 40px;
    margin: 0 auto;
    position: relative;
  }
  
  .fullSlide .hd ul li {
    cursor: pointer;
    position: absolute;
    right: 83px;
    bottom: 0;
    font-size: 40px;
    color: #000;
    font-family: "Impact";
    opacity: 0;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
  }

  .fullSlide .hd ul li::after{
      position: absolute;
      left: -23px;
      top: 0px;
      font-size: 40px;
      color: #000;
      font-family: "Impact";
      content: "0";
  }
  
  .fullSlide .hd ul .on {
    opacity: 1;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
  }
  
  
  
  .fullSlide .next {
    width: 137px;
    height: 12px;
    position: absolute;
    bottom: 55px;
    z-index: 10;
    background: url(../images/bannerR.png) no-repeat center;
    -webkit-transition: all .5s linear;
    transition: all .5s linear;
    right: 4%;
  }

  .banner_box {
    width: 100%;
    position: relative;
    height: 750px;
    background: #fff;
    overflow: hidden;
  }
  


  .banner_box .banner_nr{
      position: absolute;
      z-index: 1;
      right: 0;
      bottom: 0;
      width: 100%;
      height: 120px;
      background: url(../images/banner_box.png) no-repeat center;
  }


  .banner_box .banner_nr .num{
      width: 1280px;
      margin: 0 auto;
      height: 120px;
  }

  .banner_box .banner_nr i {
      display: block;
      font-size: 24px;
      color: #000;
      font-family: "Impact";
      margin: 60px 10px  0 0;
      float: right;
  }



/*title*/

.title{
    margin-left: -55px;

}

.title span{
    display: block;
    font-size: 50px;
    color: #000000;
    text-transform: uppercase;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 42px;
    padding-left: 55px;
}


.title h3{
    font-size: 30px;
    color: #000000;
    margin-top: 10px;
    padding-left: 55px;

}

.title h3 a{
    font-size: 30px;
    color: #000000;
}

.title i{
    width: 179px;
    height: 11px;
    background: #f8b547;
    display: block;
    margin-top: -14px;
}


/*product*/

.pro_bg{
    width: 100%;
    margin: 0 auto;
    background: url(../images/pro_bg.jpg) no-repeat  center 515px;
}

.pro_bg .product{
    width: 1280px;
    margin: 0 auto;
    padding-top: 65px;
}

.pro_bg .product .pro_t{
    overflow: hidden;
}

.pro_bg .product .pro_t .title{
    float: left;
}

.pro_bg .product .pro_t .search{
    float: right;
    width: 377px;
    height: 40px;
    border-bottom: 1px solid #000000;
    border-bottom-right-radius: 25px;
    margin-top: 25px;
}

.pro_bg .product .pro_t .search .search2{
    float: left;
    width: 277px;
    height: 40px;
    font-size: 14px;
    color: #999;
    padding-left: 10px;
}

.pro_bg .product .pro_t .search .search_s{
    float: right;
    width: 40px;
    height: 40px;
}


.pro_bg .product .pro_list{
    margin: 50px auto 0 auto;
    width: 1360px;
    height: 255px;

}

.pro_bg .product .pro_list ul li{
    width: 290px;
    margin-right: 39px;
    float: left;

}

.pro_bg .product .pro_list ul li .pic{
    height: 170px;
    border-bottom: 1px solid #dedede;
    position: relative;

}

.pro_bg .product .pro_list ul li .pic a{
    display: block;
}

.pro_bg .product .pro_list ul li .pic img{
    display: block;
    float: left;
    width: 196px;
    height: 151px;
}

.pro_bg .product .pro_list ul li .pic span{
    display: block;
    float: right;
    font-size: 70px;
    color: #f8f8f8;
    font-weight: bold;
    line-height: 55px;
    margin-top: 80px;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.pro_bg .product .pro_list ul li .pic::after{
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 0;
    height: 1px;
    background: #f8b547;
    content: "";
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;

}

.pro_bg .product .pro_list ul li .txt{
    margin-top: 28px;

}

.pro_bg .product .pro_list ul li .txt a{
    font-size: 18px;
    color: #000;
    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;
}

.pro_bg .product .pro_list ul li .txt a i{
    display: block;
    font-size: 12px;
    color: #999;
    font-family: Arial, Helvetica, sans-serif;
    margin-top: 8px;
}

.pro_bg .product .pro_list ul li.on .pic::after{
    width: 100%;
}

.pro_bg .product .pro_list ul li.on .pic span{
    color: #f8b547;

}



.pro_bg .product .pro_box{
    margin: 40px auto 0 auto;
    width: 1280px;
    position: relative;
    height: 500px;

}

.pro_bg .product .pro_box .bd{
    float: left;
    width: 1110px;
}

.pro_bg .product .pro_box .bd ul li{
    float: left;
    width: 1110px;
}
.pro_bg .product .pro_box .bd ul li .pic{
    float: left;
    width: 600px;
    height: 450px;
    background: #f8f8f8;

}

.pro_bg .product .pro_box .bd ul li .pic img{
    width: 590px;
    height: 440px;
    margin: 5px;
}

.pro_bg .product .pro_box .bd ul li .txt{
    float: right;
    width: 440px;
    margin-top: 50px;
    
}

.pro_bg .product .pro_box .bd ul li .txt h5{
    height: 70px;
    line-height: 70px;
    border-bottom: 1px dashed #e1e1e1;
}

.pro_bg .product .pro_box .bd ul li .txt h5 a{

    padding-left: 25px;
    font-size: 16px;
    color: #000;
    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;
    background: url(../images/buttom7.png) no-repeat left center;

}

.pro_bg .product .pro_box .bd ul li:hover .txt h5 a{
    color: #f8b547;
}

.pro_bg .product .pro_box .bd ul li .txt p{
    font-size: 14px;
    color: #666;
    line-height: 36px;
    height: 72px;
    overflow: hidden;
    margin-top: 30px;
}

.pro_bg .product .pro_box .bd ul li .txt .more{
    display: block;
    font-size: 14px;
    color: #000;
    font-family: Arial, Helvetica, sans-serif;
    padding-left: 15px;
    background: url(../images/buttom6.png) no-repeat left center;
    margin-top: 50px;
}

.pro_bg .product .pro_box .bd ul li .txt .pic_img{
    margin-top: 50px;
    width: 140px;
    height: 105px;

}

.pro_bg .product .pro_box .bd ul li .txt .pic_img img{
    width: 140px;
    height: 105px;
}

.pro_bg .product .pro_box .hd {
    float: right;
    width: 100px;
    height: 500px;
    background: #fafafa;
    
}

.pro_bg .product .pro_box .hd ul{
    margin-top: 30px;
}

.pro_bg .product .pro_box .hd ul li{
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 50%;
    background: #fafafa;
    margin: 0 auto 50px auto;
    font-size: 18px;
    color: #666;
    font-family: Arial, Helvetica, sans-serif;
    text-align: center;
    -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 .hd ul li.on{
    background: #f8b547;
    font-size: 20px;
    color: #000;
    font-weight: bold;
}


.pro_bg .product .pro_show{
    margin: 0 auto;
    width: 1360px;

}

.pro_bg .product .pro_show ul li{
    float: left;
    width: 280px;
    margin-right: 50px;
}

.pro_bg .product .pro_show ul li .pic{
    width: 280px;
    height: 210px;
    background: #f8f8f8;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;

}

.pro_bg .product .pro_show ul li .pic img{
    width: 270px;
    height: 200px;
    margin: 5px;
}

.pro_bg .product .pro_show ul li .txt{
    height: 65px;
    line-height: 65px;

}

.pro_bg .product .pro_show ul li .txt h5 a{
    float: left;
    width: 170px;
    padding-left: 15px;
    font-size: 16px;
    color: #000;
    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;
    background: url(../images/buttom1.png) no-repeat left center;

}

.pro_bg .product .pro_show ul li .txt .more{
    float: right;
    background: url(../images/more.png) no-repeat center;
    width: 20px;
    height: 20px;
    margin-top: 22px;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.pro_bg .product .pro_show ul li:hover .pic{
    background: #fff;
    -webkit-box-shadow: 0 0 8px 6px rgba(0, 0, 0, .08);
    box-shadow: 0 0 8px 6px rgba(0, 0, 0, .08);
}

.pro_bg .product .pro_show ul li:hover .txt .more{
    background: url(../images/more1.png) no-repeat center;
}



/*te*/

.te_bg{
    width: 100%;
    height: 1113px;
    margin: 50px auto 0 auto;
    background: url(../images/te_bg.jpg) no-repeat  center;
}

.te_bg .te{
    width: 1280px;
    margin: 0 auto;
    padding-top: 70px;
}

.te_bg .te .title{
    text-align: center;
    margin: 0 auto;
    padding-left: 0;
}

.te_bg .te .title i{
    margin: -14px auto 0 auto;
    width: 231px;
}

.te_bg .te .te_box{
    margin: 55px auto 0 auto;
    position: relative;
    width: 1280px;
}

.te_bg .te .te_box .te_img{
    width: 530px;
    height: 530px;
    position: absolute;
    left: 395px;
    top: 92px;

}

.te_bg .te .te_box .te_img img{
    border-radius: 50%;
    width: 530px;
    height: 530px;
}

.te_bg .te .te_box ul li{
    width: 240px;


}

.te_bg .te .te_box ul li .txt{
    float: left;
    text-align: center;
    width: 120px;
}

.te_bg .te .te_box ul li .txt h5{
    font-size: 18px;
    color: #000;
}

.te_bg .te .te_box ul li .txt i{
    display: block;
    font-size: 12px;
    color: #666666;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 20px;
    margin-top: 7px;
}

.te_bg .te .te_box ul li span{
    display: block;
    width: 80px;
    height: 80px;
    background: #fff;
    border: 1px solid #dedede;
    border-radius: 50%;
    float: left;
    margin-left: 25px;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
} 

.te_bg .te .te_box ul li span img{
    width: 80px;
    height: 80px;
    display: block;
}

.te_bg .te .te_box ul li.te1{
    position: absolute;
    left: 185px;
    top: 95px;

}

.te_bg .te .te_box ul li.te2{
    position: absolute;
    left: 110px;
    top: 355px;

}

.te_bg .te .te_box ul li.te3{
    position: absolute;
    left: 245px;
    top: 600px;

}

.te_bg .te .te_box ul li.te4{
    position: absolute;
    right: 135px;
    top: 135px;

}

.te_bg .te .te_box ul li.te5{
    position: absolute;
    right: 85px;
    top: 365px;

}

.te_bg .te .te_box ul li.te6{
    position: absolute;
    right: 160px;
    top: 560px;

}

.te_bg .te .te_box ul li.on span{
    background: #f8b547;
    border: 1px solid #f8b547;
}


.te_bg .te .te_box .tel{
    position: absolute;
    right: 0;
    top: 785px;
    background: url(../images/tel1.png) no-repeat left center;
    width: 410px;
    height: 93px;
}

.te_bg .te .te_box .tel p{
    padding-left: 55px;
    font-size: 16px;
    color: #000;
    padding-top: 5px;

}

.te_bg .te .te_box .tel i{
    font-size: 26px;
    color: #000;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    display: block;
    margin-top: 7px;
}



/*ys*/

.ys_bg{
    width: 100%;
    height: 1198px;
    margin: 0 auto;
    background: url(../images/ys_bg.jpg) no-repeat  center;
}

.ys_bg .ys{
    width: 1280px;
    margin: 0 auto;
    padding-top: 65px;
}

.ys_bg .ys .title i{
    width: 452px;
}


.ys_bg .ys .ys_box{
    margin: 90px auto 0 auto;
    position: relative;
}

.ys_bg .ys .ys_box .hd{
    height: 155px;
    margin-left: -40px;
}

.ys_bg .ys .ys_box .hd ul li{
    float: left;
    width: 175px;
    height: 155px;
    background: url(../images/ys_xt.png) no-repeat right center;
    margin-right: 25px;
}

.ys_bg .ys .ys_box .hd ul li .nr{
    text-align: center;
    width: 155px;
    height: 155px;
    border-radius: 50%;
    -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 .nr img{
    display: block;
    margin: 0px auto 15px auto;
    padding-top: 30px;
}

.ys_bg .ys .ys_box .hd ul li .nr h5{
    font-size: 16px;
    color: #000;

}

.ys_bg .ys .ys_box .hd ul li.on .nr{
    background: #faedd7;

}

.ys_bg .ys .ys_box .hd ul li:last-child{
    background: none;

}

.ys_bg .ys .ys_box .bd{
    margin: 55px 0 0 293px;
    width: 520px;
}

.ys_bg .ys .ys_box .bd ul li{
    float: left;
    width: 520px;
}

.ys_bg .ys .ys_box .bd ul li .txt_t{
    height: 88px;

}

.ys_bg .ys .ys_box .bd ul li .txt_t span{
    display: block;
    font-size: 70px;
    color: #f8b547;
    font-weight: bold;
    font-family: 'Times New Roman', Times, serif;
    line-height: 60px;
    margin-right: 30px;
    writing-mode: tb-rl;
    float: left;
}

.ys_bg .ys .ys_box .bd ul li .txt_t h5{
    float: left;
    font-size: 24px;
    color: #000;
    font-weight: bold;
    margin-top: 25px;

}

.ys_bg .ys .ys_box .bd ul li .txt_t h5 i{
    font-size: 12px;
    color: #666;
    font-weight: normal;
    display: block;
}

.ys_bg .ys .ys_box .bd ul li p{
    font-size: 16px;
    color: #000;
    line-height: 36px;
    margin-top: 50px;
}

.ys_bg .ys .ys_box .ys_nr{
    position: absolute;
    left: 480px;
    top: 615px;
    width: 1000px;
}

.ys_bg .ys .ys_box .ys_nr h5{
    font-size: 14px;
    color: #000;
    letter-spacing: 30px;
}

.ys_bg .ys .ys_box .ys_nr h5 i{
    font-size: 14px;
    color: #f8b547;

}

.ys_bg .ys .ys_box .ys_nr p{
    font-size: 14px;
    color: #000;
    letter-spacing: 1px;
    margin-left: 250px;
    margin-top: 30px;
}

.ys_bg .ys .ys_box .ys_nr p em{
    color: #fff;
}

.ys_bg .ys .ys_box .zx{
    position: absolute;
    left: 125px;
    top: 670px;
    width: 100px;
    height: 100px;

}

@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);
    }
}

.ys_bg .ys .ys_box .zx .qq_img{
    width: 100px;
    height: 100px;
    animation: msClock 1.2s linear infinite;
    animation: msClock 1.2s linear infinite;
}


/*case*/

.case{
    width: 1280px;
    height: 785px;
    margin: -125px auto 0 auto;

}

.case .case_t{
    margin: 0 auto;
    height: 175px;

}

.case .case_t .tel{
    margin: 25px 0 0 155px;
    padding-left: 65px;
    background: url(../images/tel.png) no-repeat left center;
    width: 532px;
    font-size: 16px;
    color: #333;
    float: left;
}

.case .case_t .tel i{
    font-size: 24px;
    color: #000;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
}

.case .case_t .title{
    float: right;
    margin-right: -50px;
    margin-left: 0;
    text-align: right;
}

.case .case_t .title span{
    padding-right: 50px;
    padding-left: 0;
}

.case .case_t .title h3{
    padding-right: 50px;
    padding-left: 0;
}


.case .case_t .title i{
    width: 179px;
    margin: -14px 0 0 50px;
}

.case .case_box{
    margin: 0 auto;
    position: relative;
} 

.case .case_box .bd{
    width: 1280px;
    margin: 0 auto;
}

.case .case_box .bd ul li{
    float: left;
    width: 1280px;
    position: relative;
}

.case .case_box .bd ul li .txt{
    float: left;
    width: 530px;
    margin-top: 45px;


}

.case .case_box .bd ul li .txt h5 a{
    padding-left: 25px;
    font-size: 18px;
    color: #000;
    font-weight: bold;
    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;
    background: url(../images/buttom2.png) no-repeat left center;

}

.case .case_box .bd ul li .txt p{
    font-size: 14px;
    color: #666;
    line-height: 30px;
    height: 60px;
    overflow: hidden;
    margin: 25px 0 0 25px;
}

.case .case_box .bd ul li .txt:hover h5 a{
    color: #f8b547;

}

.case .case_box .bd ul li .txt .more{
    display: block;
    font-size: 16px;
    color: #000;
    padding-left: 20px;
    margin-top: 45px;
    margin-left: 25px;
    background: url(../images/buttom3.png) no-repeat left center;
}

.case .case_box .bd ul li .pic{
    background: #f8f8f8;
    float: right;
    width: 680px;
    height: 510px;
}

.case .case_box .bd ul li .pic img{
    width: 670px;
    height: 500px;
    margin: 5px;

}

.case .case_box .bd ul li .case_nr{
    position: absolute;
    left: 0;
    top: 330px;
    width: 547px;
    height: 210px;
    background: #fbfbfb;
    padding: 24px 0 0 90px;

}

.case .case_box .bd ul li .case_nr dl{
    float: left;
    width: 240px;
    height: 180px;
    margin-right: 33px;
    overflow: hidden;
}

.case .case_box .bd ul li .case_nr dl img{
    width: 240px;
    height: 180px;
    overflow: hidden;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.case .case_box .bd ul li .case_nr dl:hover img{
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
}

.case .case_box .next{
    position: absolute;
    left: 0;
    top: 355px;
    cursor: pointer;
    width: 50px;
    height: 85px;
    background: url(../images/case_left.png) no-repeat  center;
}

.case .case_box .next i{
    display: block;
    font-size: 12px;
    color: #333;
    text-transform: uppercase;
    writing-mode: tb-rl;
    line-height: 50px;
    margin-top: 35px;
}

.case .case_box .prev{
    position: absolute;
    left: 0;
    top: 450px;
    cursor: pointer;
    width: 50px;
    height: 85px;
    background: url(../images/case_right.png) no-repeat  center;
}

.case .case_box .prev i{
    display: block;
    font-size: 12px;
    color: #fff;
    text-transform: uppercase;
    writing-mode: tb-rl;
    line-height: 50px;
    margin-top: 17px;
}

.case .case_box .case_xt{
    position: absolute;
    right: 0;
    top: 555px;
    font-size: 16px;
    color: #333;
    letter-spacing: 5px;

}

.case .case_box .case_xt i{
    font-size: 16px;
    color: #f8b547;
}


/*about*/

.ab_bg{
    width: 100%;
    height: 1020px;
    margin: 0 auto;
    background: url(../images/ab_bg.jpg) no-repeat  center 125px;
    overflow: hidden;
    padding-bottom: 30px;
}

.ab_bg .about{
    width: 1280px;
    margin: 0 auto;
}

.ab_bg .about .ab_l{
    float: left;
    width: 640px;
    position: relative;
}

.ab_bg .about .ab_l .ab_img{
    width: 827px;
    height: 880px;
    margin-left: -320px;
    position:relative;

}

.ab_bg .about .ab_l .ab_img img{
    width: 827px;
    height: 880px;
}
.ab_bg .about .ab_l .ab_img img.ab_img_door{
    position:absolute;
    left:0;
    top:0;
}

.ab_bg .about .ab_l .ab_nr{
    position: absolute;
    top: 675px;
    left: 70px;
    width: 534px;
    height: 378px;
    background: url(../images/ab_nr.png) no-repeat center;
}


.ab_bg .about .ab_l .ab_nr .zx img{
    display: block;
    position: absolute;
    left: 50px;
    top: 50px;
    width: 32px;
    height: 32px;

}

.ab_bg .about .ab_l .ab_nr p{
    font-size: 16px;
    color: #000;
    margin: 62px 0 0 150px;
    

}

.ab_bg .about .ab_l .ab_nr p i{
    font-size: 12px;
    color: #999;
    font-family: Arial, Helvetica, sans-serif;
    display: block;
    margin-top: 3px;
}

.ab_bg .about .ab_l .ab_nr .tel{
    font-size: 12px;
    color: #999;
    margin: 115px 0 0 90px;
}

.ab_bg .about .ab_l .ab_nr .tel em{
    display: block;
    font-size: 16px;
    color: #000;
    padding-left: 20px;
    background: url(../images/tel2.png) no-repeat left center;
}


.ab_bg .about .ab_l .ab_nr .tel span{
    display: block;
    font-size: 30px;
    color: #000;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    margin-top: 5px;
}


.ab_bg .about .ab_r{
    float: right;
    width: 640px;
    margin-top: 265px;
}

.ab_bg .about .ab_r .title{

}

.ab_bg .about .ab_r .title span{
    font-size: 70px;
    padding-left: 0;
}

.ab_bg .about .ab_r .title h3{
    font-size: 50px;
    color: #000000;
    text-transform: uppercase;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    padding-left: 140px;
    margin-top: 30px;
}

.ab_bg .about .ab_r .title i{
    width: 474px;
    height: 15px;
    margin-top: -23px;
}


.ab_bg .about .ab_r .txt{
    margin-top: 75px;

} 

.ab_bg .about .ab_r .txt .ab_t{
    background: url(../images/ab_t.png) no-repeat left center;
    width: 639px;
    height: 75px;
}

.ab_bg .about .ab_r .txt .ab_t h5 a{
    display: block;
    font-size: 20px;
    color: #000000;
    padding-left: 50px;
    padding-top: 12px;
}

.ab_bg .about .ab_r .txt .ab_t h5 a i{
    display: block;
    font-size: 12px;
    color: #000000;
    text-transform: uppercase;
    font-family: Arial, Helvetica, sans-serif;
}

.ab_bg .about .ab_r .txt p{
    font-size: 14px;
    color: #666666;
    line-height: 36px;
    height: 144px;
    overflow: hidden;
    margin-top: 55px;

}


.ab_bg .about .ab_r .ab_list{
    margin-top: 65px;
    width: 680px;

}


.ab_bg .about .ab_r .ab_list ul li{
    float: left;
    width: 185px;
    height: 200px;
    background: #fff;
    margin-right: 40px;
    border-radius: 5px;
    -webkit-box-shadow: 0 0 8px 6px rgba(0, 0, 0, .08);
    box-shadow: 0 0 8px 6px rgba(0, 0, 0, .08);
    position: relative;
    z-index: 5;

}

.ab_bg .about .ab_r .ab_list ul li a{
    display: block;

}

.ab_bg .about .ab_r .ab_list ul li a span{
    display: block;
    margin: 30px 0 0 25px;
    font-size: 16px;
    color: #000;
    width: 70px;
    text-align: center;
}

.ab_bg .about .ab_r .ab_list ul li a span i{
    font-size: 12px;
    color: #999;
    font-family: Arial, Helvetica, sans-serif;
    display: block;
}

.ab_bg .about .ab_r .ab_list ul li a img{
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 9;

}

.ab_bg .about .ab_r .ab_list ul li::after{
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    content:"";
    background: url(../images/ab_list.png) no-repeat left center;
    width: 0px;
    height: 0px;
    border-top-left-radius: 5px;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.ab_bg .about .ab_r .ab_list ul li.on::after{
    width: 171px;
    height: 162px;
}


/*news*/

.news{
    width: 1280px;
    margin: 30px auto 0 auto;

}

.news .news_t{
    height: 100px;

}

.news .news_t .title{
    float: left;
}

.news .news_t .news_list{
    float: right;
    margin-top: 25px;
} 

.news .news_t .news_list ul li{
    float: left;
    height: 50px;
    line-height: 50px;
    margin-left: 120px;
}

.news .news_t .news_list ul li a{
    display: block;
    font-size: 16px;
    color: #000;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.news .news_t .news_list ul li a i{
    display: block;
    float: left;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    margin-right: 20px;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;

}

.news .news_t .news_list ul li.n1 a i{
    background:#000 url(../images/news1.png) no-repeat  center;

}

.news .news_t .news_list ul li.n2 a i{
    background:#000 url(../images/news2.png) no-repeat  center;

}

.news .news_t .news_list ul li.n3 a i{
    background:#000 url(../images/news3.png) no-repeat  center;

}


.news .news_t .news_list ul li.casehover a{
    font-weight: bold;
    color: #000;

}


.news .news_t .news_list ul li.n1.casehover a i{
    background:#f8b547 url(../images/news11.png) no-repeat  center;

}

.news .news_t .news_list ul li.n2.casehover a i{
    background:#f8b547 url(../images/news22.png) no-repeat  center;

}

.news .news_t .news_list ul li.n3.casehover a i{
    background:#f8b547 url(../images/news33.png) no-repeat  center;

}

.news .news_box{
    margin: 45px auto  0 auto;
    height: 614px;
} 

.news .news_box .news_l{
    width: 533px;
    height: 614px;
    background: #fafafa;
    padding: 0 44px;
    float: left;

}

.news .news_box .news_l .time{

    padding-top: 50px;
    height: 80px;
}

.news .news_box .news_l .time span{
    display: block;
    font-size: 46px;
    font-weight: bold;
    color: #000000;
    line-height: 40px;
    float: left;
    margin-right: 15px;
}

.news .news_box .news_l .time  p{
    font-size: 12px;
    color: #666;
    float: left;
    margin-top: 8px;
}

.news .news_box .news_l .time p i{

    font-size: 12px;
    color: #999;
    font-family: Arial, Helvetica, sans-serif;
    display: block;
} 

.news .news_box .news_l .pic{
    width: 533px;
    height: 290px;

}

.news .news_box .news_l .pic img{
    width: 533px;
    height: 290px;
}

.news .news_box .news_l .txt{

    margin-top: 30px;
} 

.news .news_box .news_l .txt a{
    font-size: 16px;
    color: #000;
    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;
}

.news .news_box .news_l .txt p{
    font-size: 14px;
    color: #999;
    line-height: 30px;
    height: 60px;
    overflow: hidden;
    margin-top: 22px;
}

.news .news_box .news_r{
    float: right;
    width: 600px;
}

.news .news_box .news_r .hd{
    width: 600px;
}

.news .news_box .news_r .hd ul li{
    height: 110px;
    width: 600px;
    border-bottom: 1px dashed #e5e5e5;
    position: relative;
    overflow: hidden;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.news .news_box .news_r .hd ul li.on{
    height: 165px;
}

.news .news_box .news_r .hd ul li .txt{
    line-height: 110px;
}

.news .news_box .news_r .hd ul li .txt span{
    display: block;
    float: left;
    font-size: 24px;
    color: #000;
}

.news .news_box .news_r .hd ul li .txt a{
    font-size: 16px;
    color: #000;
    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: 460px;
    padding-right: 30px;
    background: url(../images/buttom4.png) no-repeat right center;
}

.news .news_box .news_r .hd ul li .txt_on{
    position: absolute;
    left: 0;
    top: 0;
    background: #fff;
    width: 600px;
    height: 0px;
    opacity: 0;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.news .news_box .news_r .hd ul li.on .txt_on{
    opacity: 1;
    height: 165px;
}

.news .news_box .news_r .hd ul li .txt_on .pic{
    float: left;
    width: 160px;
    height: 120px;
}

.news .news_box .news_r .hd ul li .txt_on .pic img{
    width: 160px;
    height: 120px;
}

.news .news_box .news_r .hd ul li .txt_on .nr{
    float: right;
    width: 410px;
}

.news .news_box .news_r .hd ul li .txt_on .nr .txt_t{
    height: 74px;
    border-bottom: 1px dashed #000;

}

.news .news_box .news_r .hd ul li .txt_on .nr .txt_t .time{
    float: left;

}

.news .news_box .news_r .hd ul li .txt_on .nr .txt_t .time span{
    display: block;
    font-size: 24px;
    color: #000;
    font-weight: bold;
}

.news .news_box .news_r .hd ul li .txt_on .nr .txt_t .time i{
    display: block;
    font-size: 12px;
    color: #999;
}

.news .news_box .news_r .hd ul li .txt_on .nr .txt_t a{
    float: right;
    width: 300px;
    font-size: 16px;
    color: #000;
    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;
    margin-top: 20px;
}

.news .news_box .news_r .hd ul li .txt_on .nr p{
    font-size: 14px;
    color: #666;
    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;
    line-height: 45px;
}