
/*-----------------------------------------------------------*/
/*copyright by 动力无限  www.btoe.cn*/
/*邮箱 btoe@btoe.cn*/
/*合作电话 400-0599-360*/
/*版权所有违者必究*/
/*-----------------------------------------------------------*/


/*banner*/
.fullSlide {
    width: 100%;
    position: relative;
    height: 700px;
    background: #FFF;
    overflow: hidden;
    top: -66px;
  }
  
  .fullSlide .bd {
    height: 700px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
    overflow: hidden;
  }
  
  .fullSlide .bd ul {
    width: 100% !important;
  }
  
  .fullSlide .bd li {
    width: 100% !important;
    height: 700px;
    overflow: hidden;
    text-align: center;
  }
  
  .fullSlide .bd li a {
    display: block;
    height: 700px;
  }
  
  .fullSlide .hd {
    width: 100%;
    position: absolute;
    z-index: 2;
    bottom: 80px;
    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;
    margin: 7px;
    background-color: #fff;
    overflow: hidden;
    line-height: 99px;
    border-radius: 50%;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
  }
  
  .fullSlide .hd ul .on {
    width: 20px;
    background: #c80c0d;
    border-radius: 6px;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
  }
  
  .fullSlide .next {
    width: 70px;
    height: 70px;
    position: absolute;
    top: 50%;
    margin-top: -35px;
    z-index: 2;
    background: url(../images/bannerR.png) no-repeat center;
    /*filter: alpha(opacity=30);
    -moz-opacity: .3;
    opacity: .3;*/
    -webkit-transition: all .5s linear;
    transition: all .5s linear;
    right: 10%;
  }
  
  .fullSlide .prev {
    width: 70px;
    height: 70px;
    position: absolute;
    top: 50%;
    margin-top: -35px;
    z-index: 2;
    background: url(../images/bannerL.png) no-repeat center;
   /* filter: alpha(opacity=30);
    -moz-opacity: .3;
    opacity: .3;*/
    -webkit-transition: all .5s linear;
    transition: all .5s linear;
    left: 10%;
  }

  /*sou*/

  .sou_bg{
      width: 100%;
      height: 66px;
      margin: -132px auto 0 auto;
      background: url(../images/sou_bg.png) no-repeat center;
      position: relative;
      z-index: 9;
  }

  .sou_bg .sou{
      width: 1280px;
      margin: 0 auto;
      height: 66px;
  }

  .sou_bg .sou .notice_l{
      float: left;
      width: 440px;
  }

  .sou_bg .sou .notice_l h5{
      float: left;
      font-size: 14px;
      color: #666666;
      line-height: 66px;
  }

  .sou_bg .sou .notice_l .bd{
      float: left;
      width: 370px;
      height: 66px;
      overflow: hidden;
  }

  .sou_bg .sou .notice_l .bd ul li{
      height: 66px;
      line-height: 66px;
  }

  .sou_bg .sou .notice_l .bd ul li a{
    font-size: 14px;
    color: #666666;
    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;
  }


  .sou_bg .sou .search{
      float: right;
      width: 600px;
      margin-right: 70px;
  } 

  .sou_bg .sou .search .search2{
      float: left;
      font-size: 14px;
      color: #999;
      width: 230px;
      height: 66px;
      background: url(../images/sou.png) no-repeat left center;
      padding-left: 30px;
  }

  .sou_bg .sou .search .search_s{
      float: right;
      background: url(../images/search.png) no-repeat  center;
      width: 323px;
      height: 66px;
  } 

  .sou_bg .sou .search .search_s input{
    font-size: 16px;
    color: #666;
    width: 323px;
    height: 66px;
    background: none;
    cursor: pointer;
  }


/*title*/

.title{
    width: 1280px;
    margin: 0 auto;
    text-align: center;
}

.title h3{
    font-size: 26px;
    color: #333333;
    font-weight: bold;
    background: url(../images/title.png) no-repeat  center;
}

.title h3 a{
    font-size: 26px;
    color: #333333;
    font-weight: bold;
}

.title p{
    font-size: 14px;
    color: #999;
    margin-top: 10px;
}




/*product*/

.pro_bg{
    width: 100%;
    margin: 80px auto 0 auto;
}

.pro_bg .pro_list_bg{
    width: 100%;
    margin: 55px auto 0 auto;
    height: 180px;
    background: #f9f9f9;
}

.pro_bg .pro_list_bg .pro_list{
    position: relative;
    height: 180px;
    width: 1280px;
    margin: 0 auto;
}

.pro_bg .pro_list_bg .pro_list .pro_l{
    float: left;
    width: 276px;
    height: 222px;
    background: url(../images/pro_t.png) no-repeat  center;
    position: relative;
    top: -20px;
    padding-left: 45px;
}

.pro_bg .pro_list_bg .pro_list .pro_l h5{
    width: 175px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    margin-top: 35px;
    line-height: 38px;

}

.pro_bg .pro_list_bg .pro_list .pro_l p{
    font-size: 22px;
    color: #fff;
    margin: 25px 0 18px 0;
}

.pro_bg .pro_list_bg .pro_list .pro_l .tel{
    font-size: 16px;
    color: #fff;
    text-transform: uppercase;
}

.pro_bg .pro_list_bg .pro_list .pro_l .tel span{
    font-size: 26px;
    color: #fff;
    font-family: Arial, Helvetica, sans-serif;
}

.pro_bg .pro_list_bg .pro_list .pro_r{
    float: right;
    width: 930px;
} 

.pro_bg .pro_list_bg .pro_list .pro_r ul li{
    float: left;
    width: 100px;
    margin: 30px 0 0 55px;
}

.pro_bg .pro_list_bg .pro_list .pro_r ul li a{
    display: block;
}

.pro_bg .pro_list_bg .pro_list .pro_r ul li  a span{
    display: block;
    border:3px solid #f9f9f9;
    width: 74px;
    height: 74px;
    border-radius: 50%;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    margin: 0 auto 20px auto;
}

.pro_bg .pro_list_bg .pro_list .pro_r ul li:hover  a span{
    border:3px solid #c80c0d;
}

.pro_bg .pro_list_bg .pro_list .pro_r ul li  a span img{
    width: 80px;
    height: 80px;
    border-radius: 50%;
    display: block;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.pro_bg .pro_list_bg .pro_list .pro_r ul li  a i{
    font-size: 14px;
    color: #666666;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
    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 .pro_list_bg .pro_list .pro_r ul li:hover  a span img{
    width: 74px;
    height: 74px;
    margin: 0px;
}


.pro_bg .pro_box{
    width: 1300px;
    margin: 65px auto 0 auto;
}

.pro_bg .pro_box ul li{
    float: left;
    position: relative;
    width: 290px;
    height: 252px;
    background: url(../images/pro_list.png) no-repeat  center;
    margin: 0 35px 45px 0;
    overflow: hidden;
}

.pro_bg .pro_box ul li .pic{
    width: 271px;
    height: 201px;
    margin: 10px 10px 0 9px;

}

.pro_bg .pro_box ul li .pic img{
    width: 271px;
    height: 201px;
    border-top-right-radius: 45px;
    border-bottom-left-radius: 45px;
}

.pro_bg .pro_box ul li .txt a{
    font-size: 16px;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
    text-align: center;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    padding: 0 5px;
    line-height: 40px;
} 

.pro_bg .pro_box ul li .txt_on{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 290px;
    height: 0px;
    background: url(../images/ico1.png) repeat  center;
    border-top-right-radius: 45px;
    border-bottom-left-radius: 45px;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    opacity: 0;
} 

.pro_bg .pro_box ul li .txt_on .nr{
    background: url(../images/pro_xt.png) no-repeat  center;
    width: 231px;
    height: 200px;
    margin: 9px 10px 0 9px;
    padding: 35px 20px 0 20px;
}

.pro_bg .pro_box ul li .txt_on .nr h5 a{
    font-size: 16px;
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
    text-align: center;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    margin: 0px 0 15px 0;
}

.pro_bg .pro_box ul li .txt_on .nr p{
    font-size: 14px;
    color: #fff;
    line-height: 36px;
    height: 72px;
    overflow: hidden;
}

.pro_bg .pro_box ul li .txt_on .nr .more{
    font-size: 12px;
    color: #fff;
    font-family: Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    background: url(../images/more.png) no-repeat 90px center;
    display: block;
    margin-left: 45px;
    margin-top: 30px;
}

.pro_bg .pro_box ul li:hover .txt_on{
    height: 252px;
    opacity: 1;
}


/*te*/

.te_bg{
    width: 100%;
    height: 920px;
    margin: 35px auto 0 auto;
    background: url(../images/te_bg.jpg) no-repeat bottom center;
}

.te_bg .te{
    width: 1280px;
    margin: 0 auto;
}

.te_bg .te .te_box{
    width: 1280px;
    margin: 85px auto 0 auto;
}

.te_bg .te .te_box .te_l{
    float: left;
    width: 542px;
}

.te_bg .te .te_box .te_l .te_t{
    text-align: right;
    margin-top: 35px;
}

.te_bg .te .te_box .te_l .te_t h3{
    font-size: 36px;
    color: #999;
    font-weight: bold;
    letter-spacing: 2px;
}

.te_bg .te .te_box .te_l .te_img{
    margin-top: 60px;
    width: 542px;
    height: 328px;
    background: #fff;
    border-top-right-radius: 45px;
    border-bottom-left-radius: 45px;

} 

.te_bg .te .te_box .te_l .te_img img{
    margin: 10px;
    width: 522px;
    height: 308px;
    border-top-right-radius: 45px;
    border-bottom-left-radius: 45px;
}

.te_bg .te .te_box .te_l .txt{
    margin-top: 45px;
    text-align: right;
}  

.te_bg .te .te_box .te_l .txt h5{
    font-size: 18px;
    color: #333;

}

.te_bg .te .te_box .te_l .txt p{
    font-size: 14px;
    color: #666;
    margin: 20px 0 28px 0;
}

.te_bg .te .te_box .te_l .txt span{
    font-size: 12px;
    color: #999;
    text-transform: uppercase;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 20px;
    display: block;
}

.te_bg .te .te_box .te_l .txt  .more{
    width: 203px;
    height: 37px;
    line-height: 37px;
    background: #c80c0d;
    border-radius: 25px;
    float: right;
    margin-top: 28px;
}

.te_bg .te .te_box .te_l .txt  .more a{
    display: block;
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
    font-family: Arial, Helvetica, sans-serif;
    background: url(../images/xt1.png) no-repeat 100px center;
    text-align: left;
    margin-left: 30px;

}


.te_bg .te .te_box .te_r{
    float: right;
    width: 640px;
    position: relative;
}

.te_bg .te .te_box .te_r ul li{
    width: 270px;
}

.te_bg .te .te_box .te_r ul li span{
    display: block;
    width: 54px;
    height: 54px;
    line-height: 54px;
    background: url(../images/te_list.png) no-repeat center;
    font-size: 22px;
    color: #fff;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    text-align: center;
}

.te_bg .te .te_box .te_r ul li h5{
    font-size: 16px;
    color: #333;
    font-weight: bold;
    margin-top: 15px;
}

.te_bg .te .te_box .te_r ul li p{
    font-size: 14px;
    color: #666;
    line-height: 36px;
    margin-top: 15px;
}

.te_bg .te .te_box .te_r ul li.te1{
    height: 215px;
}

.te_bg .te .te_box .te_r ul li.te2{
    position: absolute;
    right: 0;
    top: 75px;
}

.te_bg .te .te_box .te_r ul li.te3{
    height: 247px;
}


.te_bg .te .te_box .te_r ul li.te4{
    position: absolute;
    right: 0;
    top: 303px;
}


.te_bg .te .te_box .te_r ul li.te6{
    position: absolute;
    right: 0;
    top: 547px;
}


/*case*/

.case{
    width: 1280px;
    margin: 70px auto 0 auto;
}

.case .case_box{
    width: 1280px;
    margin: 40px auto 0 auto;
}

.case .case_box .case_l{
    position: relative;
    float: left;
    width: 1115px;
}

.case .case_box .case_l .bd{
    float: left;
    width: 1040px;
    margin-left: -320px;
}

.case .case_box .case_l .bd ul li{
    width: 1040px;
    height: 540px;
    position: relative;

}

.case .case_box .case_l .bd ul li .pic{
    width: 1036px;
    height: 536px;
    border: 2px solid #c80c0d;
    border-top-right-radius: 65px;
}

.case .case_box .case_l .bd ul li .pic img{
    width: 1036px;
    height: 536px;
    border-top-right-radius: 65px;
}

.case .case_box .case_l .bd ul li .txt{
    position: absolute;
    right: 0;
    bottom: 0px;
    width: 165px;
    height: 245px;
    background: url(../images/ico2.png) no-repeat  center;
    padding: 0 30px 0 80px;
} 

.case .case_box .case_l .bd ul li .txt a{
    font-size: 16px;
    color: #fff;
    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: 70px 0 15px 0;
}

.case .case_box .case_l .bd ul li .txt p{
    font-size: 14px;
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
}

.case .case_box .case_l .bd ul li .txt .more{
    font-size: 12px;
    color: #fff;
    font-family: Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    background: url(../images/more.png) no-repeat 90px center;
    display: block;
    margin-top: 20px;
}

.case .case_box .case_l .hd{
    float: right;
    width: 290px;
}

.case .case_box .case_l .hd ul li{
    width: 290px;
    height: 252px;
    background: url(../images/pro_list.png) no-repeat center;
    margin: 0 0px 35px 0;
    overflow: hidden;
}

.case .case_box .case_l .hd ul li .pic{
    width: 271px;
    height: 201px;
    margin: 10px 10px 0 9px;
}

.case .case_box .case_l .hd ul li .pic img{
    width: 271px;
height: 201px;
}

.case .case_box .case_l .hd ul li .txt{
    height: 40px;
    line-height: 40px;
}

.case .case_box .case_l .hd ul li .txt h5 a{
    float: left;
    margin-left: 40px;
    width: 140px;
    font-size: 14px;
    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;
}

.case .case_box .case_l .hd ul li .txt  .more{
    float: right;
    margin-right: 10px;
    font-size: 12px;
    color: #999999;
    font-family: Arial, Helvetica, sans-serif;
    text-transform: uppercase;
}

.case .case_box .case_l .hd ul li.on .txt h5 a{
    color: #c80c0d;
}

.case .case_box .case_l .hd ul li.on{
    background: url(../images/pro_list1.png) no-repeat center;
}

.case .case_box .case_l .next{
    position: absolute;
    left: 670px;
    top: 490px;
    cursor: pointer;
    background: url(../images/left3.png) no-repeat center;
    width: 50px;
    height: 50px;
}

.case .case_box .case_l .prev{
    position: absolute;
    left: 720px;
    top: 490px;
    cursor: pointer;
    background: url(../images/right3.png) no-repeat center;
    width: 50px;
    height: 50px;
}

.case .case_box .case_r{
    float: right;
    position: relative;
    width: 80px;
}

.case .case_box .case_r .bd{
    width: 185px;
    margin-top: 50px;
    height: 440px;
    overflow: hidden;
}

.case .case_box .case_r .bd ul li{
    width: 185px;
    height: 80px;
    margin-bottom: 37px;
}

.case .case_box .case_r .bd ul li a{
    display: block;
}

.case .case_box .case_r .bd ul li span{
    float: left;
    width: 80px;
    height: 80px;
    background: url(../images/case_list.png) no-repeat  center;
}

.case .case_box .case_r .bd ul li span em{
    display: block;
    width: 80px;
    height: 80px;
}

.case .case_box .case_r .bd ul li i{
    display: block;
    float: right;
    background: url(../images/case_txt.png) no-repeat  center;
    width: 76px;
    height: 35px;
    line-height: 35px;
    margin-top: 22px;
    font-size: 14px;
    color: #fff;
    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;
    padding-left: 20px;
    opacity: 0;
}

.case .case_box .case_r .bd ul li:hover i{
    opacity: 1;
}

.case .case_box .case_r .bd ul li.c1 a span em{
    background: url(../images/c1.png) no-repeat  center;
}

.case .case_box .case_r .bd ul li.c2 a span em{
    background: url(../images/c2.png) no-repeat  center;
}

.case .case_box .case_r .bd ul li.c3 a span em{
    background: url(../images/c3.png) no-repeat  center;
}


.case .case_box .case_r .bd ul li.c4 a span em{
    background: url(../images/c4.png) no-repeat  center;
}

.case .case_box .case_r .bd ul li.c5 a span em{
    background: url(../images/c5.png) no-repeat  center;
}

.case .case_box .case_r .bd ul li.c6 a span em{
    background: url(../images/c6.png) no-repeat  center;
}

.case .case_box .case_r .bd ul li.c7 a span em{
    background: url(../images/c7.png) no-repeat  center;
}


.case .case_box .case_r .bd ul li:hover a span{
    background: url(../images/case_list1.png) no-repeat  center;
}

.case .case_box .case_r .bd ul li.c1:hover a span em{
    background: url(../images/c11.png) no-repeat  center;
}

.case .case_box .case_r .bd ul li.c2:hover a span em{
    background: url(../images/c22.png) no-repeat  center;
}

.case .case_box .case_r .bd ul li.c3:hover a span em{
    background: url(../images/c33.png) no-repeat  center;
}


.case .case_box .case_r .bd ul li.c4:hover a span em{
    background: url(../images/c44.png) no-repeat  center;
}

.case .case_box .case_r .bd ul li.c5:hover a span em{
    background: url(../images/c55.png) no-repeat  center;
}

.case .case_box .case_r .bd ul li.c6:hover a span em{
    background: url(../images/c66.png) no-repeat  center;
}

.case .case_box .case_r .bd ul li.c7:hover a span em{
    background: url(../images/c77.png) no-repeat  center;
}

.case .case_box .case_r .next{
    position: absolute;
    left: 30px;
    top: 0px;
    width: 26px;
    height: 15px;
    background: url(../images/left4.png) no-repeat  center;
    cursor: pointer;

}

.case .case_box .case_r .prev{
    position: absolute;
    left: 30px;
    top: 520px;
    width: 26px;
    height: 15px;
    background: url(../images/right4.png) no-repeat  center;
    cursor: pointer;
}

.case .case_box .case_r .next:hover{
    background: url(../images/left5.png) no-repeat  center;
}

.case .case_box .case_r .prev:hover{
    background: url(../images/right5.png) no-repeat  center;
}


/*hz*/

.hz_bg{
    width: 100%;
    height: 295px;
    margin: 75px auto 0 auto;
    background: url(../images/hz_bg.jpg) no-repeat bottom center;
}

.hz_bg .hz{
    width: 1280px;
    margin: 0 auto;
}

.hz_bg .hz .hz_box{
    width: 1280px;
    margin: 70px auto 0 auto;
    position: relative;
}

.hz_bg .hz .hz_box .bd{
    width: 1280px;
    margin: 0px auto 0 auto;
}

.hz_bg .hz .hz_box .bd ul li{
    float: left;
    width: 290px;
    height: 114px;
    margin: 0 15px;
}

.hz_bg .hz .hz_box .bd ul li .pic{
    width: 288px;
    height: 112px;
    border: 1px solid #dedede;
}

.hz_bg .hz .hz_box .bd ul li .pic img{
    width: 288px;
    height: 112px;
}

.hz_bg .hz .hz_box .next{
    position: absolute;
    left: -95px;
    top: 40px;
    cursor: pointer;
    background: url(../images/left.png) no-repeat  center;
    width: 14px;
    height: 24px;
}
 
.hz_bg .hz .hz_box .prev{
    position: absolute;
    right: -95px;
    top: 40px;
    cursor: pointer;
    background: url(../images/right.png) no-repeat  center;
    width: 14px;
    height: 24px;
}


/*ys*/

.ys_bg{
    width: 100%;
    height: 843px;
    margin: 80px auto 0 auto;
    background: url(../images/ys_bg.jpg) no-repeat center;
}

.ys_bg .ys{
    width: 1280px;
    margin: 0 auto;
    padding-top: 110px;
}

.ys_bg .ys .ys_l{
    float: left;
    width: 360px;
}

.ys_bg .ys .ys_l .ys_t{

}

.ys_bg .ys .ys_l .ys_t h3{
    font-size: 48px;
    color: #fff;
    line-height: 74px;
    font-weight: bold;
}

.ys_bg .ys .ys_l .ys_t  i{
    width: 66px;
    height: 2px;
    background: #fff;
    display: block;
    margin-top: 50px;
}

.ys_bg .ys .ys_l .ys_t p{
    font-size: 16px;
    color: #fff;
    line-height: 36px;
    margin-top: 40px;
}

.ys_bg .ys .ys_l .ys_t span{
    margin-top: 35px;
    font-size: 12px;
    color: #999999;
    line-height: 25px;
    text-transform: uppercase;
    display: block;

}

.ys_bg .ys .ys_l .ys_t .zx{
    width: 154px;
    height: 40px;
    line-height: 40px;
    background: url(../images/zx.png) no-repeat center;
    margin-top: 75px;

}

.ys_bg .ys .ys_l .ys_t .zx a{
    font-size: 14px;
    color: #c80c0d;
    padding-left: 60px;

}

.ys_bg .ys .ys_l .bd{
    margin-top: 120px;
}

.ys_bg .ys .ys_l .bd .next{
    float: left;
    cursor: pointer;
    background: #dedede url(../images/ys_left1.png) no-repeat center;
    width: 38px;
    height: 38px;
    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_l .bd .prev{
    float: left;
    cursor: pointer;
    margin-left: 6px;
    background: #dedede url(../images/ys_right1.png) no-repeat center;
    width: 38px;
    height: 38px;
    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_l .bd .next:hover{
    background: #c80c0d url(../images/ys_left.png) no-repeat center;
}

.ys_bg .ys .ys_l .bd .prev:hover{
    background: #c80c0d url(../images/ys_right.png) no-repeat center;
}



.ys_bg .ys .ys_r{
    float: right;
    width: 825px;
    margin-top: 50px;
} 

.ys_bg .ys .ys_r .bd{
    width: 825px;
} 

.ys_bg .ys .ys_r ul li{
    float: left;
    width: 825px;

}

.ys_bg .ys .ys_r ul li .ys_nr{
    height: 335px;

}

.ys_bg .ys .ys_r ul li .ys_nr .txt{
    float: left;
    width: 435px;
}

.ys_bg .ys .ys_r ul li .ys_nr .txt span img{
    display: block;
}

.ys_bg .ys .ys_r ul li .ys_nr .txt h5{
    font-size: 18px;
    color: #fff;
    margin: 25px 0 20px 0;

}

.ys_bg .ys .ys_r ul li .ys_nr .txt i{
    display: block;
    width: 3px;
    height: 34px;
    background: #ffffff;
    margin-bottom: 20px;
}

.ys_bg .ys .ys_r ul li .ys_nr .txt p{
    font-size: 14px;
    color: #fff;
    line-height: 36px;
}
 
.ys_bg .ys .ys_r ul li .ys_nr .ys_img{
    float: right;
    width: 310px;
    height: 240px;
    background: #fff;
}

.ys_bg .ys .ys_r ul li .ys_nr .ys_img img{
    width: 306px;
    height: 236px;
    margin: 2px;
}

.ys_bg .ys .ys_r ul li .ys_nr.n2 .txt{
    float: right;
}

.ys_bg .ys .ys_r ul li .ys_nr.n2 .ys_img{
    float: left;
}


/*fc*/

.fc{
    width: 100%;
    margin: 70px auto 0 auto;
}

.fc .fc_list{
    margin: 40px auto 0 auto;
    height: 90px;
}

.fc .fc_list ul{
    text-align: center;
}

.fc .fc_list ul li{
    display: inline-block;
    width: 291px;
    height: 90px;
    background: #101010;
    border-top-right-radius: 55px;
    border-bottom-left-radius: 55px;
    margin: 0 30px;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.fc .fc_list ul li a{
    display: block;
}

.fc .fc_list ul li a img{
    float: left;
    width: 32px;
    height: 32px;
    margin: 29px 15px 0 45px;
}

.fc .fc_list ul li a span{
    float: left;
    font-size: 16px;
    color: #fff;
    text-align: left;
    margin-top: 15px;
    
}

.fc .fc_list ul li a span i{
    display: block;
    font-size: 14px;
    color: #868585;
    font-family: Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    line-height: 30px;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.fc .fc_list ul li.casehover{
    background: #c80c0d;
}

.fc .fc_list ul li.casehover a span i{
    color: #f18788;
}

.fc .fc_box{
    width: 100%;
    height: 760px;
    margin: 40px auto 0 auto;
    overflow: hidden;
}

.fc .fc_box  .fc_top{
    height: 465px;
    width: 1280px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}

.fc .fc_box  .fc_top .bd{
    height: 465px;
    width: 1280px;
    margin: 0 auto;
    overflow: hidden;
}


#certify {
	position: relative;
	width: 1280px;
	margin: 0 auto
}

#certify .swiper-container {

}

#certify  .swiper-slide {
    width: 810px;
    height: 465px;
}
#certify  .swiper-slide .pic{
    width: 810px;
    height: 465px;
}

#certify  .swiper-slide .pic img{
    width: 810px;
    height: 465px;
    margin: 0 auto;
}

#certify .swiper-button-prev {
	left: 60px;
	width: 65px;
	height: 45px;
	background: url(../images/case_left.png) no-repeat;
	background-position: 0 0;
    background-size: 100%;
    z-index: 9;
}


#certify .swiper-button-next {
	right: 58px;
	width: 138px;
	height: 42px;
	background: url(../images/case_right.png) no-repeat;
    background-size: 100%;
    z-index: 9;
}

#certify .left{
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.8);
    height: 465px;
    width: 215px;
    z-index: 5;
}

#certify .right{
    position: absolute;
    right: 0;
    top: 0;
    background: rgba(200, 12, 13, 0.8);
    height: 465px;
    width: 215px;
    z-index: 5;
}

.fc .fc_box  .list{
    width: 1340px;
    margin: 40px auto 0 auto;

} 

.fc .fc_box  .list ul li{
    float: left;
    position: relative;
    width: 290px;
    height: 252px;
    background: url(../images/pro_list.png) no-repeat center;
    margin: 0 45px 45px 0;
    overflow: hidden;
}

.fc .fc_box  .list ul li .pic{
    width: 271px;
    height: 201px;
    margin: 10px 10px 0 9px;
}

.fc .fc_box  .list ul li .pic img{
    width: 271px;
    height: 201px;
}

.fc .fc_box  .list ul li .txt{
    height: 40px;
    line-height: 40px;

} 

.fc .fc_box  .list ul li .txt h5 a{
    float: left;
    margin-left: 40px;
    width: 140px;
    font-size: 14px;
    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;
}

.fc .fc_box  .list ul li .txt .more{
    float: right;
    margin-right: 10px;
    font-size: 12px;
    color: #999999;
    font-family: Arial, Helvetica, sans-serif;
    text-transform: uppercase;
}

.fc .fc_box  .list ul li:hover .txt h5 a{
    color: #c80c0d;
}


/*news*/

.news{
    width: 1280px;
    margin: 70px auto 0 auto;
    position: relative;
}

.news .news_list{
    position: absolute;
    left: 0;
    top: 110px;
    width: 156px;
}

.news .news_list ul li{
    width: 156px;
    height: 50px;
    line-height: 50px;
    background: #dedede;
    border-radius: 8px;
    margin-bottom: 10px;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.news .news_list ul li a{
    display: block;
    font-size: 14px;
    color: #666;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.news .news_list ul li a i{
    margin-left: 30px;
    width: 25px;
    height: 25px;
    display: block;
    float: left;
    margin-top: 12px;
    margin-right: 12px;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;

}

.news .news_list ul li.casehover {
    background: #c80c0d;
}

.news .news_list ul li.casehover a{
    color: #fff;
}

.news .news_list ul li.n1 a i{
    background: url(../images/news1.png) no-repeat center;
}

.news .news_list ul li.n2 a i{
    background: url(../images/news2.png) no-repeat center;
}

.news .news_list ul li.n3 a i{
    background: url(../images/news3.png) no-repeat center;
}

.news .news_list ul li.n1.casehover a i{
    background: url(../images/news11.png) no-repeat center;
}

.news .news_list ul li.n2.casehover a i{
    background: url(../images/news22.png) no-repeat center;
}

.news .news_list ul li.n3.casehover a i{
    background: url(../images/news33.png) no-repeat center;
}

.news .news_box{
    width: 1280px;
    margin: 40px auto 0 auto;
}

.news .news_box .news_top{
    width: 1065px;
    margin-left: 215px;
    position: relative;

}

.news .news_box .news_top .hd{
    position: absolute;
    left: -215px;
    top: 185px;
    width: 156px;
    height: 50px;
    background: url(../images/buttom1.png) no-repeat center;

}

.news .news_box .news_top .hd .next{
    float: left;
    width: 11px;
    height: 15px;
    background: url(../images/left1.png) no-repeat center;
    cursor: pointer;
    margin: 17px 0 0 35px;
}

.news .news_box .news_top .hd .prev{
    float: right;
    width: 11px;
    height: 15px;
    background: url(../images/right1.png) no-repeat center;
    cursor: pointer;
    margin: 17px 35px 0 0;
}

.news .news_box .news_top .hd .next:hover{
    background: url(../images/left2.png) no-repeat center;
}

.news .news_box .news_top .hd .prev:hover{
    background: url(../images/right2.png) no-repeat center;
}

.news .news_box .news_top .bd{
    width: 1065px;
    margin: 0 auto;
    height: 230px;
    overflow: hidden;
}

.news .news_box .news_top .bd ul li{
    float: left;
    width: 1065px;
    margin: 0 auto;
}

.news .news_box .news_top .bd ul li .news_img{
    float: left;
    width: 402px;
    height: 230px;
}

.news .news_box .news_top .bd ul li .news_img img{
    width: 402px;
    height: 230px;
    border-radius: 8px;
}

.news .news_box .news_top .bd ul li .txt{
    float: right;
    width: 600px;
}

.news .news_box .news_top .bd ul li .txt .txt_t{
    height: 55px;
    line-height: 55px;
    border-bottom: 1px solid #dedede;
    margin-top: 10px;
}

.news .news_box .news_top .bd ul li .txt .txt_t a{
    float: left;
    width: 450px;
    font-size: 16px;
    color: #c80c0d;
    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 .news_box .news_top .bd ul li .txt .txt_t span{
    float: right;
    font-size: 14px;
    color: #999;
    font-family: Arial, Helvetica, sans-serif;
    margin-right: 35px;
}

.news .news_box .news_top .bd ul li .txt p{
    font-size: 14px;
    color: #666;
    line-height: 36px;
    height: 72px;
    overflow: hidden;
    margin-top: 5px;
}

.news .news_box .news_top .bd ul li .txt .more{
    width: 113px;
    height: 30px;
    line-height: 30px;
    background: #c80c0d;
    border-radius: 25px;
    margin-top: 20px;

}

.news .news_box .news_top .bd ul li .txt .more a{
    display: block;
    text-align: center;
    font-size: 14px;
    color: #fff;
    font-family: Arial, Helvetica, sans-serif;
    text-transform: uppercase;
}

.news .news_box .list{
    margin-top: 25px;
    width: 1320px;
}

.news .news_box .list ul li{
    float: left;
    height: 45px;
    line-height: 45px;
    border-bottom: 1px solid #e2e2e2;
    width: 620px;
    margin-right: 40px;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.news .news_box .list ul li a{
    float: left;
    width: 480px;
    font-size: 14px;
    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;
    padding-left: 25px;
    background: url(../images/xt3.png) no-repeat left center;

}

.news .news_box .list ul li span{
    float: right;
    font-size: 14px;
    color: #999999;
    font-family: Arial, Helvetica, sans-serif;
}

.news .news_box .list ul li:hover a{
    color: #c80c0d;
    background: url(../images/xt2.png) no-repeat left center;
}

.news .news_box .list ul li:hover{
    border-bottom: 1px solid #c80c0d;
}

/*about*/

.ab_bg{
    width: 100%;
    height: 675px;
    margin: 75px auto 0 auto;
    background: url(../images/ab_bg1.jpg) no-repeat center 493px;
    overflow: hidden;
}

.ab_bg .about{
    width: 1280px;
    margin: 0 auto;
}

.ab_bg .about .ab_box{
    margin: 40px auto 0 auto;
    position: relative;
}

.ab_bg .about .ab_box .ab_l{
    float: left;
    width: 540px;
}

.ab_bg .about .ab_box .ab_l .txt{
    overflow: hidden;

}

.ab_bg .about .ab_box .ab_l .txt img{
    display: block;
}

.ab_bg .about .ab_box .ab_l .txt  h5 a{
    font-size: 30px;
    color: #333;
    display: block;
    margin: 43px 0 36px 0;

}

.ab_bg .about .ab_box .ab_l .txt  i{
    display: block;
    width: 95px;
    height: 2px;
    background: #c80c0d;

}

.ab_bg .about .ab_box .ab_l .txt  p{
    font-size: 14px;
    color: #666;
    line-height: 36px;
    text-indent: 2em;
    height: 144px;
    overflow: hidden;
    margin-top: 40px;

}

.ab_bg .about .ab_box .ab_l .ab_list{
    margin-top: 40px;
}

.ab_bg .about .ab_box .ab_l .ab_list ul li{
    float: left;
    width: 75px;
    margin-right: 95px;
}

.ab_bg .about .ab_box .ab_l .ab_list ul li a{
    display: block;
    text-align: center;
}

.ab_bg .about .ab_box .ab_l .ab_list ul li span{
    display: block;
    width: 75px;
    height: 75px;
    background: #999999;
    border-radius: 50%;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.ab_bg .about .ab_box .ab_l .ab_list ul li span img{
    display: block;
    margin: 0 auto;
}

.ab_bg .about .ab_box .ab_l .ab_list ul li i{
    display: block;
    font-size: 14px;
    color: #333;
    margin-top: 10px;
}

.ab_bg .about .ab_box .ab_l .ab_list ul li:hover span{
    background: #c80c0d;
}

.ab_bg .about .ab_box .ab_r{
    float: right;
    width: 680px;
    position: relative;
}

.ab_bg .about .ab_box .ab_r .ab_img{
    width: 999px;
    height: 563px;
    background: url(../images/ab_bg.png) no-repeat  center;
    position: absolute;
    right: -320px;
    top: 0;
}

.ab_bg .about .ab_box .ab_r .ab_img img{
    width: 960px;
    height: 522px;
    margin: 20px 19px;
    border-top-right-radius: 100px;
    border-bottom-left-radius: 100px;
}

.ab_bg .about .ab_box .ab_r .honor{
    width: 296px;
    height: 203px;
    background: #c80c0d;
    border-radius: 8px;
    position: absolute;
    left: -60px;
    top: 360px;
}

.ab_bg .about .ab_box .ab_r .honor img{
    display: block;
    width: 284px;
    height: 191px;
    margin: 6px;
    border-radius: 8px;
}





/*links*/

.links{
    width: 1280px;
    margin: 65px auto 0 auto;
}

.links h3{
    float: left;
    font-size: 20px;
    color: #c80c0d;
    font-weight: bold;
    background: url(../images/links_t.png) no-repeat left center;
    padding-left: 33px;
}

.links .yq{
    float: right;
    width: 1145px;
}

.links .yq a{
    font-size: 14px;
    color: #666;
    line-height: 30px;
    margin-right: 20px;
}

/*message*/

.message_bg{
    width: 100%;
    height: 382px;
    margin: 30px auto 0 auto;
    background: url(../images/message_bg.jpg) no-repeat  center;
}

.message_bg .message{
    width: 1280px;
    margin: 0 auto;
    padding-top: 100px;

}

.message_bg .message .m_l{
    float: left;
    width: 600px;
}

.message_bg .message .m_l .m_t{
    background: url(../images/f_t.png) no-repeat  left center;
    width: 154px;
}

.message_bg .message .m_l .m_t h3{
    font-size: 22px;
    color: #fff;
    font-weight: bold;
    text-align: center;

}

.message_bg .message .m_l .m_t span{
    display: block;
    font-size: 16px;
    color: #fff;
    font-weight: normal;
    text-transform: uppercase;
    font-family: Arial, Helvetica, sans-serif;
    padding-left: 37px;
    margin-top: 8px;
}

.message_bg .message .m_l ul{
    margin-top: 24px;
}

.message_bg .message .m_l ul li{
    margin-bottom: 35px;
    font-size: 16px;
    color: #fff;
}

.message_bg .message .m_l ul li img{
    vertical-align: middle;
    margin-right: 10px;
}

.message_bg .message .m_l ul li i{
    font-size: 25px;
    color: #fff;
    font-family: Arial, Helvetica, sans-serif;
}

.message_bg .message .m_r{
    float: right;
    width: 523px;
    height: 242px;
    background: #fff;
    border-radius: 5px;
    padding-left: 40px;
}

.message_bg .message .m_r .m_nr{
    margin-top: 25px;
    height: 45px;
}

.message_bg .message .m_r .m_nr .form-group1{
    float: left;
    width: 233px;
    height: 43px;
    border: 1px solid #dedede;
    border-radius: 5px;
}

.message_bg .message .m_r .m_nr .form-group1 input{
    width: 233px;
    height: 43px;
    background: url(../images/m1.png) no-repeat  15px center;
    text-indent: 35px;
    font-size: 14px;
    color: #999999;
}

.message_bg .message .m_r .m_nr .form-group4{
    float: left;
    width: 233px;
    height: 43px;
    border: 1px solid #dedede;
    border-radius: 5px;
    margin-left: 20px;
}

.message_bg .message .m_r .m_nr .form-group4 input{
    width: 133px;
    height: 43px;
    background: url(../images/m2.png) no-repeat  15px center;
    text-indent: 35px;
    font-size: 14px;
    color: #999999;
    float: left;
}

.message_bg .message .m_r .m_nr .form-group4 .imgcode{
    float: right;
    width: 74px;
    height: 29px;
    margin: 7px 7px 0 0;
}

.message_bg .message .m_r  .form-group3{
    width: 488px;
    height: 43px;
    border: 1px solid #dedede;
    border-radius: 5px;
    margin: 23px 0 28px 0;
}

.message_bg .message .m_r .form-group3 textarea{
    width: 488px;
    height: 33px;
    background: url(../images/m3.png) no-repeat  15px center;
    font-size: 14px;
    color: #999999;
    padding: 10px 0 0 35px;
}

.message_bg .message .m_r .form-group2{
    float: left;
    width: 277px;
    height: 43px;
    border: 1px solid #dedede;
    border-radius: 5px;
}

.message_bg .message .m_r .form-group2 input{
    width: 277px;
    height: 43px;
    background: url(../images/m4.png) no-repeat  15px center;
    text-indent: 35px;
    font-size: 14px;
    color: #999999;
}

.message_bg .message .m_r .anniu{
    float: left;
    margin-left: 20px;
    width: 190px;
    height: 45px;

}

.message_bg .message .m_r .anniu button{
    border: none;
    cursor: pointer;
    width: 190px;
    height: 45px;
    background: #c80c0d;
    border-radius: 5px;
    font-size: 16px;
    color: #fff;
}