
/*-----------------------------------------------------------*/
/*copyright by 动力无限  www.btoe.cn*/
/*邮箱 btoe@btoe.cn*/
/*合作电话 400-0599-360*/
/*版权所有违者必究*/
/*-----------------------------------------------------------*/


/*banner*/
.fullSlide {
    width: 100%;
    position: relative;
    height: 750px;
    background: url(../images/banner_bg.jpg) no-repeat center;
  }

  .fullSlide::after{
    position: absolute;
    right: 7%;
    top: 700px;
    content: "";
    width: 1px;
    height: 550px;
    background: #dedede;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    z-index: 5;
  }
  
  .fullSlide .bd {
    width: 96%;
    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{
      position: absolute;
      z-index: 2;
      top: 305px;
      right: 4%;
      font-size: 30px;
      color: #c42c3b;
      font-weight: bold;
      font-family: 'Times New Roman', Times, serif;
      font-style: italic;
      width: 40px;
      text-align: right;
      display: block;
  }
  
  .fullSlide .hd {
    position: absolute;
    z-index: 2;
    bottom: 95px;
    right: 4%;
    width: 60px;
    text-align: center;
  }
  
  
  .fullSlide .hd ul li {
    cursor: pointer;
    display: block;
    zoom: 1;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #fff;
    margin: 0 0 15px 0;
    overflow: hidden;
    line-height: 99px;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
  }
  
  .fullSlide .hd ul .on {
    background: none;
    border: 1px solid #fff;
    width: 10px;
    height: 10px;
    margin: 0 0 15px -2px;
    -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;
    filter: alpha(opacity=80);
    -moz-opacity: .8;
    opacity: .8;
    -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;
    filter: alpha(opacity=80);
    -moz-opacity: .8;
    opacity: .8;
    -webkit-transition: all .5s linear;
    transition: all .5s linear;
    left: 4%;
  }

  .fullSlide .num{
      position: absolute;
      top: 355px;
      right: 6%;
      font-size: 16px;
      color: #fff;
      font-family: Arial, Helvetica, sans-serif;
      background: url(../images/xt.jpg) no-repeat top right;
      width: 40px;
      padding-top: 10px;
      text-align: right;
      z-index: 5;
  }


/*title*/
.title{
    margin: 0 auto;
    width: 523px;
    height: 93px;
    line-height: 93px;
    background: url(../images/title1.png) no-repeat center;
}

.title h3{
    font-size: 32px;
    color: #333333;

}

.title h3 a{
    display: block;
    font-size: 32px;
    color: #333333;
}

.title h3 i{
    font-size: 40px;
    color: #333333;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    padding-right: 90px;
    letter-spacing: 5px;
}


/*product*/
.pro_bg {
    width: 100%;
    position: relative;
    height: 820px;
    padding-top: 70px;
    background: url(../images/pro_bg.jpg) no-repeat center;
    overflow: hidden;
  }

  .pro_bg  .search{
      width: 1280px;
      margin: 0 auto;
      height: 75px;
      border: 1px solid #dedede;
  }

  .pro_bg  .search span{
      width: 159px;
      float: left;
      display: block;
      border-right: 1px solid #dedede;
  }

  .pro_bg  .search span i{
      display: inline-block;
      text-transform: uppercase;
      padding-left: 30px;
      font-size: 16px;
      color: #333333;
      font-weight: bold;
      font-family: Arial, Helvetica, sans-serif;
      line-height: 75px;
      background: url(../images/buttom1.png) no-repeat right center;
      padding-right: 30px;
  }

  .pro_bg  .search .search2{
      float: left;
      background: none;
      width: 850px;
      height: 75px;
      margin-left: 35px;
      font-size: 16px;
      color: #999999;
      letter-spacing: 2px;
  }

  .pro_bg  .search .search_s{
      float: right;
      width: 180px;
      height: 75px;
  }

  .pro_bg .product{
      width: 1280px;
      margin: 70px auto 0 auto;
  }

  .pro_bg .product .title{
      width: 480px;
      background: url(../images/pro_t.png) no-repeat center;
  }

  .pro_bg .product .pro_box{
    width: 1280px;
    margin: 30px auto 0 auto;
    position: relative;
}

.pro_bg .product .pro_box .bd{
    width: 1280px;
    margin: 0 auto;
}
 
.pro_bg .product .pro_box ul li{
    float: left;
    width: 290px;
    height: 465px;
    margin: 20px 15px;
    background: url(../images/pro_list.jpg) no-repeat center;
    -webkit-box-shadow: 0 0 8px 6px rgba(0, 0, 0, .05);
    box-shadow: 0 0 8px 6px rgba(0, 0, 0, .05);
}

.pro_bg .product .pro_box ul li .pic{
    margin: 55px auto 0 auto;
    height: 277px;
    background: url(../images/buttom2.png) no-repeat bottom center;

}

.pro_bg .product .pro_box ul li .pic img{
display: block;
width: 70%;
height: 255px;
margin: 0 auto;
object-fit: cover;


}

.pro_bg .product .pro_box ul li .txt{
    margin: 40px 20px 0 20px;
    text-align: center;

}

.pro_bg .product .pro_box ul li .txt span{
    display: block;
    font-size: 37px;
    color: #f8f8f8;
    font-family: Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    font-weight: bold;
    line-height: 35px;
    
}

.pro_bg .product .pro_box ul li .txt a{
    font-size: 16px;
    color: #333333;
    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: -23px;
}

.pro_bg .product .pro_box ul li .txt i{
    display: block;
    width: 50px;
    height: 6px;
    margin: 20px auto 0 auto;
    background: url(../images/buttom3.png) no-repeat 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 ul li:hover .txt i{
    background: url(../images/buttom4.png) no-repeat center;
}

.pro_bg .product .pro_box .next{
    position: absolute;
    left: -225px;
    top: 190px;
    z-index: 5;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    -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 .next i{
    display: block;
    text-align: center;
    font-size: 20px;
    color: #333;
    font-weight: bold;
    font-family: 'Times New Roman', Times, serif;
    background: url(../images/left1.png) no-repeat  center bottom;
    padding-top: 20px;
    padding-bottom: 15px;
    -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 .next:hover{
    background: #f4e5e7;
}

.pro_bg .product .pro_box .next:hover i{
    background: url(../images/left.png) no-repeat  center bottom;
}


.pro_bg .product .pro_box .prev{
    position: absolute;
    right: -225px;
    top: 190px;
    z-index: 5;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    -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 .prev i{
    display: block;
    text-align: center;
    font-size: 20px;
    color: #333;
    font-weight: bold;
    font-family: 'Times New Roman', Times, serif;
    background: url(../images/right1.png) no-repeat  center bottom;
    padding-top: 20px;
    padding-bottom: 15px;
    -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 .prev:hover{
    background: #f4e5e7;
}

.pro_bg .product .pro_box .prev:hover i{
    background: url(../images/right.png) no-repeat  center bottom;
}


/*lc*/

.lc_bg{
    width: 100%;
    margin: 0 auto;
    background: url(../images/lc_bg.jpg) no-repeat  center ;
    height: 710px;
}

.lc_bg .lc{
    width: 1280px;
    margin: 0 auto;
    padding-top: 50px;
}
.lc_bg .lc .title{
    background: url(../images/lc_t.png) no-repeat  center ;
    width: 546px;
}

.lc_bg .lc .title h3{
    color: #fff;
}

.lc_bg .lc .title h3 i{
    color: #fff;
}


.lc_bg .lc .lc_box{
    margin: 50px auto 0 auto;
    position: relative;
}

.lc_bg .lc .lc_box .hd{
    height: 230px;

}

.lc_bg .lc .lc_box .hd ul li{
    float: left;
    position: relative;
    width: 130px;
    height: 230px;
    text-align: center;
    margin-right: 253px;
}

.lc_bg .lc .lc_box .hd ul li::after{
    position: absolute;
    left:140px;
    top: 55px;
    width: 226px;
    height: 20px;
    content: "";
    background: url(../images/lc_xt.png) no-repeat  center ;
}

.lc_bg .lc .lc_box .hd ul li.lc4{
    margin-right: 0;
}

.lc_bg .lc .lc_box .hd ul li.lc4::after{
    width: 0px;
    display: none;
}

.lc_bg .lc .lc_box .hd ul li span{
    display: block;
    width: 130px;
    height: 130px;
    background: url(../images/lc_list.png) no-repeat  center ;
    margin: 0 auto;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.lc_bg .lc .lc_box .hd ul li span i{
    display: block;
    width: 130px;
    height: 130px;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.lc_bg .lc .lc_box .hd ul li h5{
    margin: 18px auto 0 auto;
    font-size: 16px;
    color: #fff;

}

.lc_bg .lc .lc_box .hd ul li em{
    display: block;
    margin: 43px auto 0 auto;
    background: url(../images/buttom8.png) no-repeat  center ;
    width: 17px;
    height: 15px;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    opacity: 0;
}

.lc_bg .lc .lc_box .hd ul li.on em{
    opacity: 1;
}

.lc_bg .lc .lc_box .hd ul li.lc1 span i{
    background: url(../images/lc1.png) no-repeat  center ;
}

.lc_bg .lc .lc_box .hd ul li.lc2 span i{
    background: url(../images/lc2.png) no-repeat  center ;
}

.lc_bg .lc .lc_box .hd ul li.lc3 span i{
    background: url(../images/lc3.png) no-repeat  center ;
}

.lc_bg .lc .lc_box .hd ul li.lc4 span i{
    background: url(../images/lc4.png) no-repeat  center ;
}

.lc_bg .lc .lc_box .hd ul li.on span{
    background: url(../images/lc_list1.png) no-repeat  center ;
}

.lc_bg .lc .lc_box .hd ul li.lc1.on span i{
    background: url(../images/lc11.png) no-repeat  center ;
}

.lc_bg .lc .lc_box .hd ul li.lc2.on span i{
    background: url(../images/lc22.png) no-repeat  center ;
}

.lc_bg .lc .lc_box .hd ul li.lc3.on span i{
    background: url(../images/lc33.png) no-repeat  center ;
}

.lc_bg .lc .lc_box .hd ul li.lc4.on span i{
    background: url(../images/lc44.png) no-repeat  center ;
}

.lc_bg .lc .lc_box .bd{
    margin: 0 auto;
    width: 1280px;
    height: 215px;
    background: #474444;
    border-radius: 8px;
}

.lc_bg .lc .lc_box .bd ul li{
    margin: 0 70px 0 40px;
}

.lc_bg .lc .lc_box .bd ul li .pic{
    float: left;
    width: 240px;
    height: 150px;
    margin-top: 32px;
}

.lc_bg .lc .lc_box .bd ul li .pic img{
    width: 240px;
    height: 150px;
}

.lc_bg .lc .lc_box .bd ul li .txt{
    float: right;
    width: 878px;
} 

.lc_bg .lc .lc_box .bd ul li .txt p{
    float: left;
    width: 685px;
    font-size: 14px;
    color: #999999;
    line-height: 30px;
    margin-top: 60px;
}

.lc_bg .lc .lc_box .bd ul li .txt h5{
    float: right;
    width: 106px;
    border-bottom: 2px solid #aaaaaa;
    line-height: 80px;
    text-align: right;
    font-size: 48px;
    color: #fff;
    font-weight: bold;
    font-family: 'Times New Roman', Times, serif;
    margin-top: 10px;
}

.lc_bg .lc .lc_box .qq img{
    position: absolute;
    right: 0px;
    top: 380px;
    width: 68px;
    height: 64px;
    border-bottom-right-radius: 8px;
}

/*establish*/

.establish_bg{
    width: 100%;
    margin: 0 auto;
    background: url(../images/fc_bg.jpg) no-repeat  center ;
    height: 784px;
}

.establish_bg .establish{
    width: 1280px;
    margin: 0 auto;
    padding-top: 70px;
}

.establish_bg .establish .establish_box{
    width: 1280px;
    margin: 50px auto 0 auto;
    position: relative;
}

.establish_bg .establish .establish_box .bd{
    float: left;
    width: 920px;
}

.establish_bg .establish .establish_box .bd ul li{
    float: left;
    width: 920px;
    height: 500px;
    position: relative;
    margin-bottom: 15px;
}

.establish_bg .establish .establish_box .bd ul li .pic{
    float: right;
    width: 760px;
    height: 500px;

}

.establish_bg .establish .establish_box .bd ul li .pic img{
    width: 760px;
    height: 500px;
}

.establish_bg .establish .establish_box .bd ul li .txt{
    position: absolute;
    width: 446px;
    height: 372px;
    background: #fff;
    left: 0px;
    bottom: 0;
    padding: 0 40px;
    -webkit-box-shadow: 0 8px 8px 6px rgba(0, 0, 0, .05);
    box-shadow: 0 8px 8px 6px rgba(0, 0, 0, .05);
}

.establish_bg .establish .establish_box .bd ul li .txt span{
    display: block;
    font-size: 26px;
    color: #333333;
    font-weight: bold;
    margin: 30px 0 15px 0;
}

.establish_bg .establish .establish_box .bd ul li .txt h5{
    font-size: 18px;
    color: #333333;
    font-weight: bold;
    background: url(../images/buttom5.png) no-repeat  bottom left ;
    padding-left: 5px;
}

.establish_bg .establish .establish_box .bd ul li .txt p{
    font-size: 14px;
    color: #666666;
    line-height: 28px;
    margin-top: 25px;
}

.establish_bg .establish .establish_box .hd{
    float: right;
    width: 310px;
} 

.establish_bg .establish .establish_box .hd ul li{
    width: 310px;
    height: 150px;
    background: #fff;
    margin-bottom: 25px;
    position: relative;
    z-index: 5;
}

.establish_bg .establish .establish_box .hd ul li span{
    float: left;
    display: block;
    width: 75px;
    height: 75px;
    background: #f8f8f8;
    border-radius: 50%;
    margin: 37px 0 0 40px;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.establish_bg .establish .establish_box .hd ul li span i{
    display: block;
    width: 75px;
    height: 75px;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.establish_bg .establish .establish_box .hd ul li h5{
    float: left;
    font-size: 16px;
    color: #333;
    margin: 47px 0 0 20px;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.establish_bg .establish .establish_box .hd ul li h5 em{
    display: block;
    font-size: 12px;
    color: #999999;
    margin-top: 9px;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.establish_bg .establish .establish_box .hd ul li:nth-child(1) span i {
    background: url(../images/s1.png) no-repeat center ;
}

.establish_bg .establish .establish_box .hd ul li:nth-child(2) span i {
    background: url(../images/s2.png) no-repeat center ;
}

.establish_bg .establish .establish_box .hd ul li:nth-child(3) span i {
    background: url(../images/s3.png) no-repeat center ;
}



.establish_bg .establish .establish_box .hd ul li.on h5{
    color: #fff;
}

.establish_bg .establish .establish_box .hd ul li.on h5 em{
    color: #fff;
}

.establish_bg .establish .establish_box .hd ul li:nth-child(1).on span i {
    background: url(../images/s11.png) no-repeat center ;
}

.establish_bg .establish .establish_box .hd ul li:nth-child(2).on span i {
    background: url(../images/s22.png) no-repeat center ;
}

.establish_bg .establish .establish_box .hd ul li:nth-child(3).on span i {
    background: url(../images/s33.png) no-repeat center ;
}

.establish_bg .establish .establish_box .hd ul li::after{
    position: absolute;
    left: 0px;
    top: 0px;
    width: 0;
    height: 100%;
    z-index: -1;
    background: #c42c3b;
    content: "";
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.establish_bg .establish .establish_box .hd ul li.on span{
    background: #b82735;

}

.establish_bg .establish .establish_box .hd ul li.on::after{
    width: 100%;

}



/*about*/

.ab_bg{
    width: 100%;
    margin: 0 auto;
    background: url(../images/ab_bg.jpg) no-repeat  center ;
    height: 740px;
}

.ab_bg .about{
    width: 1280px;
    margin: 0 auto;
    padding-top: 70px;
}

.ab_bg .about .title{
    background: url(../images/ab_t.png) no-repeat  center ;
    width: 413px;
}

.ab_bg .about .title h3{
    color:  #fff;
}

.ab_bg .about .title i{
    color:  #fff;
}

.ab_bg .about .ab_box{
    width: 1280px;
    margin: 130px auto 0 auto;
    position: relative;
}

.ab_bg .about .ab_box .txt{
    width: 760px;
    margin-left: 520px;
    position: relative;
}

.ab_bg .about .ab_box .txt h5{
    width: 439px;
    height: 70px;
    border-bottom: 2px solid #ffffff;
    font-size: 30px;
    color: #fff;

}

.ab_bg .about .ab_box .txt h5 i{
    font-size: 31px;
    color: #fff;
    font-family: Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    margin-left: 15px;

}

.ab_bg .about .ab_box .txt p{
    font-size: 14px;
    color: #999999;
    line-height: 30px;
    height: 150px;
    overflow: hidden;
    margin-top: 30px;
}

.ab_bg .about .ab_box .txt span{
    display: block;
    position: absolute;
    right: 0;
    top: 11px;
    font-size: 16px;
    color: #fff;
    text-align: right;
    margin-right: 25px;
    width: 296px;
}

.ab_bg .about .ab_box .txt span em{
    display: block;
    font-size: 12px;
    color: #666666;
    font-family: Arial, Helvetica, sans-serif;
    text-align: center;
    background:  #1c1919;
    width: 296px;
    height: 20px;
    line-height: 20px;
    margin-top: 25px;
    right: -25px;
    position: relative;
}


/*case*/

.case_bg{
    width: 100%;
    margin: 0 auto;
    background: url(../images/news_bg.jpg) no-repeat  center ;
    height: 1388px;
}

.case_bg .case{
    width: 1280px;
    margin: 0 auto;
    padding-top: 80px;
}

.case_bg .case .case_t{
    overflow: hidden;
}

.case_bg .case .case_t .title{
    float: left;
    width: 409px;
    background: url(../images/title.png) no-repeat left center ;
}

.case_bg .case .case_t .more{
    margin-top: 20px;
    width: 160px;
    height: 50px;
    line-height: 50px;
    background: #c42c3b;
    text-align: center;
    float: right;
} 

.case_bg .case .case_t .more a{
    display: block;
    text-align: center;
    font-size: 16px;
    color: #fff;
    font-family: 'Times New Roman', Times, serif;
    text-transform: capitalize;
}

.case_bg .case .case_box{
    margin: 45px auto 0 auto;
    width: 1360px;
}

.case_bg .case .case_box ul li{
    float: left;
    width: 400px;
    margin-right: 40px;
    height: 380px;
}

.case_bg .case .case_box ul li .pic{
    width: 400px;
    height: 305px;
    background: #fff;
    -webkit-box-shadow: 0 8px 8px 6px rgba(0, 0, 0, .03);
    box-shadow: 0 8px 8px 6px rgba(0, 0, 0, .03);
}

.case_bg .case .case_box ul li .pic img{
    width: 380px;
    height: 285px;
    margin: 10px;
}

.case_bg .case .case_box ul li .txt{
    width: 380px;
    margin: 0 auto;
} 

.case_bg .case .case_box ul li .txt span{
    display: block;
    float: left;
    font-size: 40px;
    color: #333333;
    font-family: 'Times New Roman', Times, serif;
    font-weight: bold;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    margin-top: 13px;
}

.case_bg .case .case_box ul li .txt a{
    font-size: 18px;
    color: #333333;
    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;
    float: right;
    border-bottom: 1px solid #dedede;
    height: 55px;
    line-height: 55px;
    width: 310px;
    text-align: right;
}

.case_bg .case .case_box ul li:hover .txt span{
    color: #c42c3b;

}

.case_bg .case .case_box ul li:hover .txt a{
    border-bottom: 1px solid #c42c3b;
}

/*news*/

.news{
    margin: 60px auto 0 auto;
}

.news .title{
    width: 409px;
    background: url(../images/news_t.png) no-repeat left center ;
}

.news .title h3 i{
    margin-left: 20px;
}

.news .news_box{
    margin: 50px auto 0 auto;
    width: 1360px;
} 
 

.news .news_box dl{
    float: left;
    width: 350px;
    height: 448px;
    background: #fff;
    padding: 0 30px;
    -webkit-box-shadow: 0 8px 8px 6px rgba(0, 0, 0, .03);
    box-shadow: 0 8px 8px 6px rgba(0, 0, 0, .03);
    margin-right: 25px;
}

.news .news_box dl .news_t{
    margin: 30px auto 0 auto;
    height: 50px;
    line-height: 50px;
    border-bottom: 1px solid #e6e6e6;

}

.news .news_box dl .news_t h5{
    float: left;
    width: 133px;
    height: 50px;
    text-align: center;
    font-size: 18px;
    color: #fff;
    font-weight: bold;
    background: #c42c3b;
}

.news .news_box dl .news_t .more{
    float: right;
    font-size: 14px;
    color: #333333;
    font-weight: bold;
    font-family: 'Times New Roman', Times, serif;
    text-transform: capitalize;
}

.news .news_box dl .news_nr{
    margin: 30px auto 0 auto;
} 

.news .news_box dl .news_nr .news_img{
    width: 350px;
    height: 90px;

}

.news .news_box dl .news_nr .news_img img{
    width: 350px;
    height: 90px;
    object-fit: cover;
}

.news .news_box dl .news_nr .txt{
    height: 95px;
    border-bottom: 1px solid #e7e7e7;

}

.news .news_box dl .news_nr .txt h5{
    height: 55px;
    line-height: 55px;

}

.news .news_box dl .news_nr .txt h5 a{
    float: left;
    width: 220px;
    padding-left: 15px;
    font-size: 16px;
    color: #333333;
    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;
    background: url(../images/buttom6.png) no-repeat left center;
}

.news .news_box dl .news_nr .txt h5 span{
    display: block;
    float: right;
    font-size: 12px;
    color: #666;
    font-family: Arial, Helvetica, sans-serif;
}

.news .news_box dl .news_nr .txt p{
    font-size: 14px;
    color: #999;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;

}

.news .news_box dl .list {
    margin: 15px auto 0 auto;

}

.news .news_box dl .list ul li{
    height: 40px;
    line-height: 40px;

}

.news .news_box dl .list ul li a{
    float: left;
    width: 230px;
    padding-left: 15px;
    font-size: 16px;
    color: #333333;
    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;
    background: url(../images/buttom6.png) no-repeat left center;
}

.news .news_box dl .list ul li span{
    display: block;
    float: right;
    font-size: 12px;
    color: #666;
    font-family: Arial, Helvetica, sans-serif;
}

.news .news_box dl .list ul li:hover a{
    color: #c42c3b;
    background: url(../images/buttom7.png) no-repeat left center;
}


.news .news_box dl .news_list{
    margin: 30px auto 0 auto;
}

.news .news_box dl .news_list ul li{
    height: 90px;
    margin-bottom: 20px;

}

.news .news_box dl .news_list ul li .news_img{
    float: left;
    width: 120px;
    height: 90px;
    overflow: hidden;

}

.news .news_box dl .news_list ul li .news_img img{
    width: 120px;
    height: 90px;
    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 dl .news_list ul li .txt{
    float: right;
    width: 210px;

}

.news .news_box dl .news_list ul li .txt a{
    padding-left: 15px;
    font-size: 16px;
    color: #333333;
    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;
    background: url(../images/buttom6.png) no-repeat left center;
    margin-top: 5px;
}

.news .news_box dl .news_list ul li .txt p{
    font-size: 14px;
    color: #999;
    line-height: 24px;
    height: 48px;
    overflow: hidden;
    margin-top: 8px;
}
 

.news .news_box dl .news_list ul li:hover .news_img img{
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
}

.news .news_box dl .news_list ul li:hover .txt a{
    color: #c42c3b;
    background: url(../images/buttom7.png) no-repeat left center;
}

.links{
    width: 1280px;
    margin: 45px auto 0 auto;
}

.links .links_t{
    position: relative;
    float: left;
}

.links .links_t span{
    display: block;
    font-size: 30px;
    color: #c42c3b;
    font-family: 'Times New Roman', Times, serif;
    font-weight: bold;
    line-height: 60px;
}

.links .links_t span em{
    font-size: 57px;
    color: #c42c3b;
    font-family: 'Times New Roman', Times, serif;
    font-weight: bold;
    text-transform: uppercase;
}

.links .links_t i{
    display: block;
    font-size: 14px;
    color: #333;
    position: absolute;
    left: 35px;
    top: 7px;
}

.links .yq{
    float: right;
    width: 1160px;


} 

.links .yq a{
    margin-right: 15px;
    font-size: 14px;
    color: #999999;
}