
/*-----------------------------------------------------------*/
/*copyright by 动力无限  www.btoe.cn*/
/*邮箱 btoe@btoe.cn*/
/*合作电话 400-0599-360*/
/*版权所有违者必究*/
/*-----------------------------------------------------------*/

/*banner*/
.fullSlide {
    width: 100%;
    position: relative;
    height: 776px;
    background: #fff;
    overflow: hidden;
  }
  
  .fullSlide .bd {
    width: 100%;
    height: 776px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
    overflow: hidden;
  }

  
  .fullSlide .bd ul {
    width: 100% !important;
  }
  
  .fullSlide .bd li {
    width: 100% !important;
    height: 776px;
    overflow: hidden;
    text-align: center;
  }
  
  .fullSlide .bd li a {
    display: block;
    height: 776px;
  }
  
  .fullSlide .hd {
    width: 100%;
    position: absolute;
    z-index: 2;
    bottom: 40px;
    left: 0;
    height: 30px;
    text-align: center;
  }
  
  .fullSlide .hd ul {
    text-align: center;
  }
  
  .fullSlide .hd ul li {
    cursor: pointer;
    display: inline-block;
    zoom: 1;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    margin: 12px;
    overflow: hidden;
    line-height: 99px;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
    background: #fff;
  }
  
  .fullSlide .hd ul .on {
    background: #e00604;
    -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=30);
    -moz-opacity: .3;
    opacity: .3;
    -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=30);
    -moz-opacity: .3;
    opacity: .3;
    -webkit-transition: all .5s linear;
    transition: all .5s linear;
    left: 4%;
  }

.banner_box {
    width: 100%;
    position: relative;
    height: 776px;
    background: #fff;
    overflow: hidden;
}

.banner_box  .trait_bg{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 105px;

}

.banner_box  .trait_bg .trait{
    width: 1280px;
    margin: 0 auto;
}

.banner_box  .trait_bg .trait .trait_l{
    float: left;
    font-size: 18px;
    color: #333;
    line-height: 42px;
    position: relative;
    z-index: 5;
    opacity: 0;
}


  /* 询盘*/
  i {
    font-weight: normal;
    font-style: normal;
  }
  
  .topxunpan {
    position: relative;
    float: right;
    z-index: 5;
    margin-top: 5px;

  }
  
  
  .topxunpan .xp {
    position: relative;
    height: 50px;
    line-height: 50px;
    color: #333333;
    font-size: 15px;
    cursor: pointer;

  }
  
  .topxunpan .xp img {
    position: relative;
    top: 0px;
    margin: 0 10px 0 0px;
    vertical-align: middle;
  }

  .topxunpan .xp i {
    padding: 0 0px;
    margin-left: 0px;
    margin-right: 0px;
    box-sizing: border-box;
    color: #333333;
    font-size: 15px;
  }
  
  .topxunpan .xp #xunpantip {
    z-index: 999;
    position: absolute;
    top: 35px;
    left: 50%;
    width: 180px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    color: #fff;
    font-size: 14px;
    -webkit-transform: translateX(-50%) scale(0);
    -moz-transform: translateX(-50%) scale(0);
    -o-transform: translateX(-50%) scale(0);
    -ms-transform: translateX(-50%) scale(0);
    transform: translateX(-50%) scale(0);
    -webkit-transition: transform .4s, opacity .4s;
    -moz-transition: transform .4s, opacity .4s;
    -o-transition: transform .4s, opacity .4s;
    -ms-transition: transform .4s, opacity .4s;
    transition: transform .4s, opacity .4s;
    background-color: #e00604;
    border-radius: 4px;
    opacity: 0;
    font-weight: bold;
    box-shadow: 5px 5px 2px #dfdfdf;
  }
  
  .topxunpan .xp #xunpantip::after {
    content: '';
    position: absolute;
    top: -16px;
    left: 50%;
    width: 0;
    height: 0;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    border: 8px solid transparent;
    border-bottom-color: #e00604;
  }
  
  .topxunpan .xp #xunpantip.xunpantextactive {
    -webkit-transform: translateX(-50%) scale(1);
    -moz-transform: translateX(-50%) scale(1);
    -o-transform: translateX(-50%) scale(1);
    -ms-transform: translateX(-50%) scale(1);
    transform: translateX(-50%) scale(1);
    opacity: 1;
  }




/*title*/

.title{

}

.title span{
    display: block;
    font-size: 30px;
    color: #333;
    font-weight: bold;
    text-transform: uppercase;

}

.title h3{
    font-size: 30px;
    color: #333;
}

.title h3 em{
    font-size: 30px;
    color: #333;
    float: left;
    display: block;
}

.title h3 a{
    font-size: 30px;
    color: #333;
}

.title h3 i{
    display: block;
    width: 30px;
    height: 6px;
    background: #e00604;
    float: left;
    margin: 20px 0 0 20px;
}

/*product*/

.pro_bg{
    width: 100%;
    margin: 0 auto;
    height: 1129px;
    background: url(../images/pro_bg.jpg) no-repeat center;
}

.pro_bg .product{
    width: 1280px;
    margin: 0 auto;
    padding-top: 75px;
}

.pro_bg .product .pro_t{
    overflow: hidden;
}

.pro_bg .product .pro_t .title{
    float: left;
}

.pro_bg .product .pro_t .pro_list{
    float: right;
    width: 680px;
    margin-top: 10px;
}

.pro_bg .product .pro_t .pro_list ul li{
    float: left;
    margin: 0 0 15px 26px;
    width: 110px;
    height: 33px;
    line-height: 33px;
    background: url(../images/pro_list1.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_t .pro_list ul li a{
    display: block;
    padding: 0 5px;
    font-size: 16px;
    color: #333333;
    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 .product .pro_t .pro_list ul li:hover{
    background: url(../images/pro_list.png) no-repeat  center;
}

.pro_bg .product .pro_t .pro_list ul li:hover a{
    color: #e00604;

}

.pro_bg .product .pro_t .pro_list ul li.casehover{
    background: url(../images/pro_list.png) no-repeat  center;
}

.pro_bg .product .pro_t .pro_list ul li.casehover a{
    color: #e00604;

}

.pro_bg .product .pro_box{
    margin: 35px auto 0 auto;
    width: 1320px;
    overflow: hidden;
}

.pro_bg .product .pro_box ul li{
    float: left;
    width: 300px;
    margin: 0 25px 45px 0px;
}
 
.pro_bg .product .pro_box ul li .pic{
    width: 298px;
    height: 288px;
    border: 1px solid #e5e5e5;
    background: #fff;
}

.pro_bg .product .pro_box ul li .pic img{
    width: 280px;
    height: 270px;
    margin: 9px;
}

.pro_bg .product .pro_box ul li .txt{
    width: 300px;
    height: 42px;
    line-height: 42px;
    background: #f7f7f7;
    margin-top: 15px;
    position: relative;
    z-index: 5;

} 

.pro_bg .product .pro_box ul li .txt a{
    font-size: 15px;
    color: #333;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: center;
    padding: 0 5px;
    -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 .txt::after{
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 0;
    height: 42px;
    background: #e00604;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    z-index: -1;
}

.pro_bg .product .pro_box ul li:hover .txt::after{
    width: 100%;
}

.pro_bg .product .pro_box ul li:hover .txt a{
    color: #fff;
}

.pro_bg .product .more{
    width: 238px;
    height: 83px;
    line-height: 83px;
    margin: 0 auto;
    background: url(../images/more.png) no-repeat  center;
} 

.pro_bg .product .more a{
    display: block;
    font-size: 16px;
    color: #fff;
    font-weight: bold;
    letter-spacing: 6px;
    padding-left: 37px;
}


/*banner_1*/

.banner_1{
    width: 100%;
    margin: 0 auto;
    height: 309px;
    background: url(../images/banner_1.jpg) no-repeat center;
}

.banner_1 .cont{
    width: 1280px;
    margin: 0 auto;
    padding-top: 60px;
}

.banner_1 .cont .txt{
    text-align: center;
}


.banner_1 .cont .txt h5{
    font-size: 40px;
    color: #fff;
    font-weight: bold;
}

.banner_1 .cont .txt p{
    font-size: 16px;
    color: #fff;
    margin-top: 8px;
}

.banner_1 .cont .zx{
    width: 600px;
    height: 54px;
    background: #fff;
    border-radius: 45px;
    margin: 40px auto 0 auto;
    padding: 5px 0;
}

.banner_1 .cont .zx .zx_xt{
    width: 580px;
    height: 52px;
    border: 1px solid #e00604;
    border-radius: 45px;
    margin: 0 9px;
}

.banner_1 .cont .zx .tel{
    float: left;
    padding-left: 72px;
    font-size: 16px;
    color: #444;
    background: url(../images/tel.png) no-repeat 30px center;
    line-height: 52px;
}

.banner_1 .cont .zx .tel i{
    font-size: 28px;
    color: #e00604;
    font-weight: bold;
}

.banner_1 .cont .zx .zixun{
    float: right;
    line-height: 52px;
    width: 160px;
    height: 52px;
    background: #e00604;
    border-radius: 45px;
} 

.banner_1 .cont .zx .zixun a{
    display: block;
    font-size: 16px;
    color: #fff;
    text-align: center;
}


/*ys*/

.ys_bg{
    width: 100%;
    margin: 0 auto;
    height: 990px;
    background: url(../images/ys_bg.jpg) no-repeat center;
}

.ys_bg .ys{
    width: 1280px;
    margin: 0 auto;
    padding-top: 75px;
}

.ys_bg .ys .title{
    overflow: hidden;
    text-align: center;
}

.ys_bg .ys .title h3{
    width: 180px;
    margin: 5px auto 0 auto;
    
}

.ys_bg .ys .ys_box{
    margin: 70px auto 0 auto;
    position: relative;
}


.ys_bg .ys .ys_box .bd{
    margin: 0 auto;
    width: 480px;
    height: 470px;

}

.ys_bg .ys .ys_box .bd ul li{
    float: left;
    width: 480px;
    height: 470px;
}

.ys_bg .ys .ys_box .bd ul li img{
    width: 480px;
    height: 470px;
}

.ys_bg .ys .ys_box .hd{
    position: relative;
    width: 1280px;
    top: -470px;
} 

.ys_bg .ys .ys_box .hd ul li .txt{
    float: left;
}

.ys_bg .ys .ys_box .hd ul li .txt h5{
    font-size: 24px;
    color: #444444;
    font-weight: bold;
    margin: 15px 0 15px 0;
    
}

.ys_bg .ys .ys_box .hd ul li .txt p{
    font-size: 14px;
    color: #444444;
    line-height: 28px;
}

.ys_bg .ys .ys_box .hd ul li span{
    width: 96px;
    height: 101px;

}

.ys_bg .ys .ys_box .hd ul li.ys1{
    position: absolute;
    left: 0;
    top: 0;
    width: 445px;
}


.ys_bg .ys .ys_box .hd ul li.ys1 .txt{
    width: 330px;
}

.ys_bg .ys .ys_box .hd ul li.ys1 span{
    float: right;
    background: url(../images/ys_ico1.png) no-repeat center;
}



.ys_bg .ys .ys_box .hd ul li.ys2{
    position: absolute;
    left: 40px;
    top: 283px;
    width: 362px;
}


.ys_bg .ys .ys_box .hd ul li.ys2 .txt{
    width: 340px;
}

.ys_bg .ys .ys_box .hd ul li.ys2 span{
    position: absolute;
    right: 0;
    top: 0;
    background: url(../images/ys_ico2.png) no-repeat center;
}


.ys_bg .ys .ys_box .hd ul li.ys3{
    position: absolute;
    right: 20px;
    top: 0;
    width: 425px;
}


.ys_bg .ys .ys_box .hd ul li.ys3 .txt{
    width: 320px;
    float: right;
}

.ys_bg .ys .ys_box .hd ul li.ys3 span{
    float: left;
    background: url(../images/ys_ico3.png) no-repeat center;
}


.ys_bg .ys .ys_box .hd ul li.ys4{
    position: absolute;
    right: 0px;
    top: 247px;
    width: 370px;
}


.ys_bg .ys .ys_box .hd ul li.ys4 .txt{
    width: 270px;
    float: right;
}

.ys_bg .ys .ys_box .hd ul li.ys4 span{
    float: left;
    background: url(../images/ys_ico4.png) no-repeat center;
}


.ys_bg .ys .ys_box .hd ul li.ys5{
    position: absolute;
    left: 520px;
    top: 520px;
    width: 430px;
}


.ys_bg .ys .ys_box .hd ul li.ys5 .txt{
    width: 325px;
    float: right;
}

.ys_bg .ys .ys_box .hd ul li.ys5 span{
    float: left;
    background: url(../images/ys_ico5.png) no-repeat center;
}

.ys_bg .ys .ys_box .hd ul li.ys1.on span{
    background: url(../images/ys_ico11.png) no-repeat center;
}

.ys_bg .ys .ys_box .hd ul li.ys2.on span{
    background: url(../images/ys_ico22.png) no-repeat center;
}

.ys_bg .ys .ys_box .hd ul li.ys3.on span{
    background: url(../images/ys_ico33.png) no-repeat center;
}

.ys_bg .ys .ys_box .hd ul li.ys4.on span{
    background: url(../images/ys_ico44.png) no-repeat center;
}

.ys_bg .ys .ys_box .hd ul li.ys5.on span{
    background: url(../images/ys_ico55.png) no-repeat center;
}

.ys_bg .ys .ys_box .honor{
    position: absolute;
    left: 0;
    top: 530px;
    width: 202px;
    height: 153px;
    border: 1px solid #e5e5e5;
    border-radius: 12px;
}

.ys_bg .ys .ys_box .honor img{
    width: 202px;
    height: 153px;
    border-radius: 12px;
}



/*case*/

.case_bg{
    width: 100%;
    margin: 0 auto;
    height: 740px;
    background: url(../images/case_bg.jpg) no-repeat center;
}

.case_bg .case{
    width: 1280px;
    margin: 0 auto;
    padding-top: 60px;
}

.case_bg .case .case_t{
    overflow: hidden;
}

.case_bg .case .case_t .title span{
    color: #fff;
}

.case_bg .case .case_t .title h3 em{
    color: #fff;
}

.case_bg .case .case_t .title h3 i{
    background: #fff;
}
 
.case_bg .case .case_box{
    margin: 40px auto 0 auto;
    position: relative;
} 

.case_bg .case .case_box .hd{
    position: absolute;
    right: 60px;
    top: -110px;
    height: 47px;


}
.case_bg .case .case_box .hd .next{
    float: left;
    width: 47px;
    height: 47px;
    background: #fff url(../images/left.png) no-repeat center;
    border-radius: 50%;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.case_bg .case .case_box .hd .prev{
    cursor: pointer;
    float: left;
    margin-left: 50px;
    width: 47px;
    height: 47px;
    background: #fff url(../images/right.png) no-repeat center;
    border-radius: 50%;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.case_bg .case .case_box .hd .next:hover{
    width: 55px;
    height: 55px;
    background: #cf6e72 url(../images/left1.png) no-repeat center;
}

.case_bg .case .case_box .hd .prev:hover{
    width: 55px;
    height: 55px;
    background: #cf6e72 url(../images/right1.png) no-repeat center;
}

.case_bg .case .case_box .bd{
    width: 1280px;
    height: 350px;
}

.case_bg .case .case_box .bd ul li{
    float: left;
    width: 300px;
    height: 350px;
    background: #fff;
    margin: 0 10px;
}

.case_bg .case .case_box .bd ul li .pic{
    width: 280px;
    height: 280px;
    margin: 10px 10px 0 10px;
    overflow: hidden;
}

.case_bg .case .case_box .bd ul li .pic img{
    width: 280px;
    height: 280px;
    overflow: hidden;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.case_bg .case .case_box .bd ul li:hover .pic img{
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
}
 
.case_bg .case .case_box .bd ul li .txt{
    height: 60px;
    line-height: 60px;
    width: 280px;
    margin: 0 auto;

} 

.case_bg .case .case_box .bd ul li .txt h5 a{
    font-size: 15px;
    color: #444444;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    float: left;
    width: 190px;
}

.case_bg .case .case_box .bd ul li .txt .more{
    float: right;
    font-size: 13px;
    color: #999999;
}

.case_bg .case .case_box .bd ul li:hover .txt h5 a{
    color: #e00604;
}

.case_bg .case .case_more {
    width: 238px;
    height: 83px;
    line-height: 83px;
    margin: 50px auto 0 auto;
    background: url(../images/more1.png) no-repeat center;
}

.case_bg .case .case_more a {
    display: block;
    font-size: 16px;
    color: #333333;
    font-weight: bold;
    letter-spacing: 6px;
    padding-left: 37px;
}

/*lc*/

.lc_bg{
    width: 100%;
    margin: 0 auto;
    height: 790px;
    background: url(../images/lc_bg.jpg) no-repeat center;
}

.lc_bg .lc{
    width: 1280px;
    margin: 0 auto;
    padding-top: 140px;
}

.lc_bg .lc .lc_t{
    text-align: center;
}

.lc_bg .lc .lc_t .title{
    overflow: hidden;
}

.lc_bg .lc .lc_t .title h3{
    margin: 5px auto 0 auto;
    width: 180px;
}

.lc_bg .lc .lc_t p{
    font: 16px;
    color: #666666;
    letter-spacing: 6px;
    margin-top: 10px;
}

.lc_bg .lc .lc_box{
    margin: 125px auto 0 auto;
}


.lc_bg .lc .lc_box ul li{
    width: 74px;
    margin: 0 127px 0 0;
    float: left;
}

.lc_bg .lc .lc_box ul li:last-child{
    margin-right: 0;
    margin-top: 25px;
}

.lc_bg .lc .lc_box ul li:nth-child(1){
    margin-top: 25px;
}

.lc_bg .lc .lc_box ul li:nth-child(3){
    margin-top: 80px;
}

.lc_bg .lc .lc_box ul li:nth-child(4){
    margin-top: 60px;
}
.lc_bg .lc .lc_box ul li:nth-child(6){
    margin-top: 10px;
}


.lc_bg .lc .lc_box ul li .te_list {
    display: block;
    width: 74px;
    height: 74px;
    background: #f5f5f5;
    border-radius: 50%;
    overflow: hidden;
    transition-duration: 0.7s;
    margin: 0px auto;
  }
  
.lc_bg .lc .lc_box ul li .te_list .te_img {
    display: block;
    position: relative;
    transition: 0.7s;
    font-size: 0;
  }
  
.lc_bg .lc .lc_box ul li .te_list .te_img i{
    display: block;
    width: 74px;
    height: 74px;
    text-align: center;
    line-height: 74px;
    margin: 0 auto;
  }

.lc_bg .lc .lc_box ul li .te_list .te_img i img{
    vertical-align: middle;
    display: inline-block;
    width: 74px;
    height: 74px;
  }

.lc_bg .lc .lc_box ul li .te_list .te_img i:before{
    /* 辅助ie8图片居中 */
    content: '';
    height: 74px;
    width: 1px;
    font-size: 0;
  }
  
  
.lc_bg .lc .lc_box ul li .te_list .te_img {
    width: 100%;
    height: 200%;
    top:0;
  }

.lc_bg .lc .lc_box ul li.on .te_list{
    background: #e00604;

  }

.lc_bg .lc .lc_box ul li.on .te_img {
    top:-74px;
  }

  .lc_bg .lc .lc_box ul li .txt{
    writing-mode:tb-rl;
    margin-top: 25px;
    width: 74px;
  }

  .lc_bg .lc .lc_box ul li .txt h5{
      font-size: 20px;
      color: #444;
      letter-spacing: 5px;
      margin-right: 15px;

  }

  .lc_bg .lc .lc_box ul li .txt i{
      font-size: 14px;
      color: #d38181;
      text-transform: uppercase;
      margin-right: 5px;

  }


/*about*/

.ab_bg{
    width: 100%;
    margin: 0 auto;
    height: 1007px;
    background: url(../images/ab_bg.jpg) no-repeat center;
}

.ab_bg .about{
    width: 1280px;
    margin: 0 auto;
    padding-top: 65px;
    height: 657px;
}

.ab_bg .about .ab_t{
    overflow: hidden;
}

.ab_bg .about .ab_t .title{
    float: left;
}

.ab_bg .about .ab_t .ab_r{
    float: right;
    font-size: 16px;
    color: #666;
    margin-top: 58px;
} 

.ab_bg .about .ab_box{
    margin: 55px auto 0 auto;
} 

.ab_bg .about .ab_box .ab_l{
    float: left;
    width: 630px;
    writing-mode:tb-rl;
    
}

.ab_bg .about .ab_box .ab_l .ab_t{
    
}

.ab_bg .about .ab_box .ab_l .ab_t h3{
    font-size: 26px;
    color: #333333;
    font-weight: bold;

}

.ab_bg .about .ab_box .ab_l .ab_t i{
    font-size: 16px;
    color: #fff;
    background: url(../images/buttom2.png) no-repeat center;
    width: 35px;
    height: 225px;
    display: block;
    line-height: 35px;
    letter-spacing: 7px;
    text-align: center;
    margin: 0 20px 0 65px;
}

.ab_bg .about .ab_box .ab_l p{
    font-size: 15px;
    color: #666;
    line-height: 62px;
    height: 380px;
    overflow: hidden;
    width: 434px;
    letter-spacing: 2px;
}

.ab_bg .about .ab_box .ab_l .more{
    display: block;
    font-size: 15px;
    color: #666;
}

.ab_bg .about .ab_box .ab_img{
    float: right;
    width: 558px;
    height: 429px;
    background: rgba(224, 6, 4, 0.1);
} 

.ab_bg .about .ab_box .ab_img img{
    width: 538px;
    height: 409px;
    margin: 10px;

}

.ab_bg  .ab_list{
    margin: 65px auto 0 auto;
    width: 1280px;
}

.ab_bg  .ab_list ul li{
    float: left;
    width: 340px;
    margin-right: 130px;
}

.ab_bg  .ab_list ul li:last-child{
    margin-right: 0;
}

.ab_bg  .ab_list ul li .txt{
    float: left;
    width: 180px;
}
 
.ab_bg  .ab_list ul li .txt h5{
    width: 47px;
    height: 93px;
    background: url(../images/buttom3.png) no-repeat center;
    font-size: 22px;
    color: #e00604;
    font-weight: bold;
    line-height: 47px;
    text-align: center;
    letter-spacing: 5px;
    writing-mode:tb-rl;
    float: left;
}

.ab_bg  .ab_list ul li .txt p{
    height: 180px;
    font-size: 15px;
    color: #fff;
    line-height: 34px;
    writing-mode:tb-rl;
    letter-spacing: 1px;
    float: left;
    background: url(../images/ab_xt.png) no-repeat left  top;
    padding-left: 20px;
    margin-left: 18px;
}

.ab_bg  .ab_list ul li .pic{
    width: 148px;
    height: 148px;
    border: 1px solid #dd9291;
    border-radius: 50%;
    float: left;

}

.ab_bg  .ab_list ul li .pic img{
    width: 134px;
    height: 134px;
    border-radius: 50%;
    margin: 7px;
}










/*news*/

.news_bg{
    width: 100%;
    margin: 0 auto;
    height: 1025px;
    background: url(../images/news_bg.jpg) no-repeat center;
}

.news_bg .news{
    width: 1280px;
    margin: 0 auto;
    padding-top: 70px;
}

.news_bg .news .title{
    text-align: center;
    overflow: hidden;
}

.news_bg .news .title h3{
    width: 170px;
    margin: 5px auto 0 auto;
}

.news_bg .news .news_list{
    margin: 45px auto 0 auto;
    height: 50px;
}

.news_bg .news .news_list ul{
    text-align: center;
}

.news_bg .news .news_list ul li{
    display: inline-block;
    width: 178px;
    height: 48px;
    line-height: 48px;
    background: #fff;
    border: 1px solid #dcdcdc;
    margin: 0 20px;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.news_bg .news .news_list ul li a{
    display: block;
    padding-left: 35px;
    font-size: 18px;
    color: #333;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.news_bg .news .news_list ul li.n1 a{
    background: url(../images/news1.png) no-repeat 35px center;
}

.news_bg .news .news_list ul li.n2 a{
    background: url(../images/news2.png) no-repeat 35px center;
}

.news_bg .news .news_list ul li.n3 a{
    background: url(../images/news3.png) no-repeat 35px center;
}

.news_bg .news .news_list ul li.casehover{
    background: #e00604;
    border: 1px solid #e00604;
}

.news_bg .news .news_list ul li.casehover a{
    color: #fff;
}

.news_bg .news .news_list ul li.n1.casehover a{
    background: url(../images/news11.png) no-repeat 35px center;
}

.news_bg .news .news_list ul li.n2.casehover a{
    background: url(../images/news22.png) no-repeat 35px center;
}

.news_bg .news .news_list ul li.n3.casehover a{
    background: url(../images/news33.png) no-repeat 35px center;
}

.news_bg .news .news_box{
    margin: 60px auto 0 auto;
    width: 1320px;
}

.news_bg .news .news_box .news_top{
    height: 480px;
    margin: 0 auto;
}

.news_bg .news .news_box .news_top ul li{
    float: left;
    width: 395px;
    margin-right: 45px;
    height: 480px;
    border-bottom: 1px solid #e00604;
}

.news_bg .news .news_box .news_top ul li .news_img{
    width: 395px;
    height: 303px;
    background: #fff;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.news_bg .news .news_box .news_top ul li .news_img img{
    width: 365px;
    height: 273px;
    margin: 15px;
}

.news_bg .news .news_box .news_top ul li .txt{
    width: 365px;
    margin: 30px auto 0 auto;
} 

.news_bg .news .news_box .news_top ul li .txt h5 a{
    font-size: 15px;
    color: #333;
    font-weight: bold;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;

}

.news_bg .news .news_box .news_top ul li .txt p{
    font-size: 14px;
    color: #888888;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-top: 13px;

}

.news_bg .news .news_box .news_top ul li .txt .more{
    margin-top: 38px;

}

.news_bg .news .news_box .news_top ul li .txt .more span{
    display: block;
    font-size: 16px;
    color: #333;
    font-family: Arial, Helvetica, sans-serif;
    float: left;

}

.news_bg .news .news_box .news_top ul li .txt .more a{
    display: block;
    float: right;
    background: url(../images/more2.png) no-repeat  center;
    width: 18px;
    height: 17px;
}
 
.news_bg .news .news_box .news_top ul li:hover .news_img{
    background: #e00604;

}

.news_bg .news .news_box .list{
    margin: 15px auto 0 auto;
    width: 1320px;
} 

.news_bg .news .news_box .list ul li{
    float: left;
    width: 395px;
    height: 75px;
    line-height: 75px;
    border-bottom: 1px dashed #dcdcdc;
    margin-right: 45px;
}

.news_bg .news .news_box .list ul li a{
    float: left;
    width: 300px;
    font-size: 15px;
    color: #444;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.news_bg .news .news_box .list ul li span{
    float: right;
    display: block;
    font-size: 16px;
    color: #999;
    font-family: Arial, Helvetica, sans-serif;
}
 

.news_bg .news .news_box .list ul li:hover a{
    color: #e00604;
    transform: translateX(10px);
    -webkit-transform:  translateX(10px);
    -o-transform:  translateX(10px);
}


/*links*/

.links_bg{
    width: 100%;
    margin: 0 auto;
    height: 115px;
    background: url(../images/links_bg.jpg) no-repeat center;
}

.links_bg .links{
    width: 1280px;
    margin: 0 auto;
}

.links_bg .links .links_t{
    float: left;
    background: url(../images/links_t.png) no-repeat center;
    width: 95px;
    height: 51px;
    margin-top: 25px;
}

.links_bg .links .links_t span{
    display: block;
    font-size: 16px;
    color: #fff;
    font-weight: bold;
    margin-top: 21px;
    text-align: center;
}

.links_bg .links .yq{
    float: right;
    width: 1165px;
    margin-top: 45px;
} 

.links_bg .links .yq a{
    font-size: 14px;
    color: #444444;
    background: url(../images/buttom1.png) no-repeat left center;
    padding-left: 20px;
    margin-right: 20px;
}