﻿
/*-----------------------------------------------------------*/
/*copyright by 动力无限  www.btoe.cn*/
/*邮箱 btoe@btoe.cn*/
/*合作电话 400-0599-360*/
/*版权所有违者必究*/
/*-----------------------------------------------------------*/


/*banner*/
.fullSlide {
    width: 100%;
    position: relative;
    height: 780px;
    overflow: hidden;
  }
  
  .fullSlide .bd {
    width: 100%;
    height: 780px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
    overflow: hidden;
  }

  
  .fullSlide .bd ul {
    width: 100% !important;
  }
  
  .fullSlide .bd li {
    width: 100% !important;
    height: 780px;
    overflow: hidden;
    text-align: center;
  }
  
  .fullSlide .bd li a {
    display: block;
    height: 780px;
  }
  
  .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: #cb0000;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
  }
  
  .fullSlide .next {
    position: absolute;
    bottom: 0%;
    z-index: 2;
    background: url(../images/bannerR.png) no-repeat bottom center;
    -webkit-transition: all .5s linear;
    transition: all .5s linear;
    font-size: 16px;
    color: #333333;
    text-transform: uppercase;
    writing-mode:tb-rl;
    padding-bottom: 70px;
    line-height: 50px;
  }
  
  .fullSlide .prev {
    position: absolute;
    top: 50%;
    z-index: 2;
    background: url(../images/bannerL.png) no-repeat  top center;
    -webkit-transition: all .5s linear;
    transition: all .5s linear;
    width: 60px;
    height: 60px;
    left: 6.5%;
  }


  .banner_box {
    width: 100%;
    position: relative;
    height: 840px;
    background: url(../images/trait_bg.jpg) no-repeat bottom  center;
  }

  .banner_box .tel_nr{
      width: 1280px;
      margin: 0 auto;
      height: 60px;
  }

/* 询盘*/
i {
    font-weight: normal;
    font-style: normal;
}

.topxunpan {
    height: 30px;
    position: relative;
    float: left;
    margin-left: 330px;
    margin-top: 15px;
}


.topxunpan .xp {
    position: relative;
    float: right;
    line-height: 30px;
    color: #666;
    font-size: 16px;
    cursor: pointer;
}

.topxunpan .xp img {
    position: relative;
    top: 0px;
    margin-right: 10px;
    vertical-align: middle;
}

.topxunpan .xp i {
    padding: 0 0px;
    margin-left: 0px;
    margin-right: 0px;
    box-sizing: border-box;
    color: #666;
    font-size: 16px;
}

.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: #cb0000;
    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: #cb0000;
}

.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;
}

.banner_box .tel_nr .tel{
    float: right;
    padding-left: 50px;
    background: url(../images/tel.png) no-repeat left center ;
    line-height: 59px;
    color: #666;
    font-size: 16px;
}

.banner_box .tel_nr .tel i{
    color: #666;
    font-size: 18px;
    font-weight: bold;
}

.page_box{
    width: 100%;
    margin: 0 auto;
    background: #f9f9f9;
    overflow: hidden;
}


/*title*/

.title{

}

.title h3{

}

.title h3 a{

}

.title h3 i{
    display: inline-block;
    font-size: 100px;
    color: #cb0000;
    font-weight: bold;
    text-transform: uppercase;
    font-family: "Impact";
    line-height: 85px;
}

.title h3 span{
    font-size: 30px;
    color: #333;
    font-weight: bold;
    display: inline-block;
    line-height: 40px;
    background: url(../images/title.png) no-repeat right 23px ;
    padding-right: 85px;
}

.title h3 span em{
    font-size: 30px;
    color: #cb0000;
    font-weight: bold;
    text-transform: uppercase;
    font-family: "Impact";
    display: block;
    letter-spacing: 5px;
}

.title_more{
    width: 124px;
    height: 55px;
    line-height: 55px;
    background: #eeeeee;
    border-radius: 5px;

} 

.title_more a{
    display: block;
    text-align: center;
    text-transform: uppercase;
    font-size: 16px;
    color: #999999;

}


/*product*/

.pro_bg{
    width: 100%;
    margin: 0 auto;
}

.pro_bg .product{
    width: 1280px;
    margin: 0 auto;
    position: relative;
}

.pro_bg .product .pro_l{
    width: 290px;
    height: 905px;
    background: #eeeeee;
    position: absolute;
    left: 0;
    top: 0;
}

.pro_bg .product .pro_l .nr{
    width: 280px;
    height: 895px;
    background: #fff;
    overflow-y: hidden;
}

.pro_bg .product .pro_l .pro_t{
    height: 90px;
    line-height: 90px;
    background: url(../images/buttom1.png) no-repeat 40px center ;
}

.pro_bg .product .pro_l .pro_t a{
    display: block;
    padding-left: 105px;
    font-size: 24px;
    color: #333;
    font-weight: bold;
}

.pro_bg .product .pro_l .pro_con{
    margin: 0 auto;

}

.pro_bg .product .pro_l .pro_con ul>li{
    width: 205px;
    margin: 0 auto;
    padding: 0 10px;
}

.pro_bg .product .pro_l .pro_con ul li .first{
    font-size: 18px;
    color: #666666;
    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;
    padding-right: 20px;
    background: url(../images/buttom2.png) no-repeat right center ;
    height: 60px;
    line-height: 60px;
    border-bottom: 1px dashed #ddd;

}

.pro_bg .product .pro_l .pro_con ul>li ul li{
    width: 170px;
    height: 36px;
    line-height: 36px;
    border-bottom: 1px dashed #eee;
    text-align: center;
}

.pro_bg .product .pro_l .pro_con ul>li ul li a{
    font-size: 16px;
    color: #999999;
    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;
}

.pro_bg .product .pro_l .pro_con ul li.on .first{
    color: #cb0000;
    background: url(../images/buttom7.png) no-repeat right center ;
}

.pro_bg .product .pro_l .pro_con ul li:hover .first{
    color: #cb0000;
    background: url(../images/buttom7.png) no-repeat right center ;
}
.pro_bg .product .pro_box{
    width: 1280px;
    margin: 0 auto;
} 

.pro_bg .product .pro_box .pro_title{
    height: 140px;
    padding-top: 75px;
    margin-left: 500px;
}

.pro_bg .product .pro_box .pro_title .title{
    float: left;
}

.pro_bg .product .pro_box .pro_title .title_more{
    float: right;
    margin-top: 12px;
}

.pro_bg .product .pro_box .pro_tab{
    width: 1340px;
    margin: 0 auto;
}

.pro_bg .product .pro_box .pro_tab ul li{
    float: left;
    width: 290px;
    height: 298px;
    background: #eeeeee;
    border-radius: 5px;
    margin: 0 27px 40px 0;
    position: relative;
    z-index: 5;
}

.pro_bg .product .pro_box .pro_tab ul li:first-child,
.pro_bg .product .pro_box .pro_tab ul li:nth-child(4){
    margin-left: 325px;
}


.pro_bg .product .pro_box .pro_tab ul li .pic{
    width: 270px;
    height: 222px;
    border-radius: 5px;
    margin: 10px;
}

.pro_bg .product .pro_box .pro_tab ul li .pic img{
    width: 270px;
    height: 222px;
    border-radius: 5px;
}

.pro_bg .product .pro_box .pro_tab ul li .txt{
   width: 270px;
   height: 55px;
   line-height: 55px;
   margin: 0 auto;
} 

.pro_bg .product .pro_box .pro_tab ul li .txt h5 a{
    font-size: 16px;
    color: #666666;
    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;
}

.pro_bg .product .pro_box .pro_tab ul li .txt .more{
    float: right;
    background: url(../images/more1.png) no-repeat  center ;
    width: 35px;
    height: 25px;
    margin-top: 15px;

}

.pro_bg .product .pro_box .pro_tab ul li::after{
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    width: 100%;
    height: 0;
    background: #cb0000;
    border-radius: 5px;
    z-index: -1;
    -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 .pro_tab ul li:hover::after {
    height: 100%;
}

.pro_bg .product .pro_box .pro_tab ul li:hover .txt h5 a{
    color: #fff;
}

.pro_bg .product .pro_box .pro_tab ul li:hover .txt .more{
    background: url(../images/more.png) no-repeat  center ;
}




/*ys*/

.ys_bg{
    width: 100%;
    margin: 40px auto 0 auto;
    background: url(../images/ys_bg.jpg) no-repeat  center 105px;
}

.ys_bg .ys{
    position: relative;
    width: 1280px;
    margin: 0 auto;
}

.ys_bg .ys .title{
    text-align: center;
}


.ys_bg .ys .ys_box{
    position: relative;
    width: 1280px;
    margin: 50px auto 0 auto;
} 

.ys_bg .ys .ys_box .ys_t{
    position: absolute;
    top: 35px;
    left: 440px;
    font-size: 54px;
    color: #eeeeee;
    font-family: "Impact";
    text-transform: uppercase;
    line-height: 55px;

}

.ys_bg .ys .ys_box .bd{
    width: 625px;
    margin-left: 655px;
    height: 580px;

}

.ys_bg .ys .ys_box .bd ul li{
    float: left;
    width: 625px;
    position: relative;
}

.ys_bg .ys .ys_box .bd ul li h6{
    position: absolute;
    right: 0;
    top: 0;
    font-size: 40px;
    color: #fff;
    font-family: "Impact";
    text-transform: uppercase;
    background: url(../images/ys_list.png) no-repeat  center ;
    width: 72px;
    height: 139px;
    line-height: 72px;
    text-align: center;
    writing-mode:tb-rl;
    padding-top: 20px;
}

.ys_bg .ys .ys_box .bd ul li h5{
    font-size: 24px;
    color: #666;
    font-weight: bold;
    margin-top: 165px;

}

.ys_bg .ys .ys_box .bd ul li h5 i{
    display: block;
    font-size: 14px;
    color: #666666;
    font-weight: bold;
    font-family: 'Times New Roman', Times, serif;
    text-transform: uppercase;

}

.ys_bg .ys .ys_box .bd ul li p{
    font-size: 16px;
    color: #999999;
    line-height: 36px;
    margin-top: 65px;

}

.ys_bg .ys .ys_box .ys_button{
    position: absolute;
    top: 35px;
    right: 125px;
    background: url(../images/buttom5.png) no-repeat  center ;
    width: 135px;
    height: 54px;
} 

.ys_bg .ys .ys_box .ys_button .next{
    float: left;
    background: url(../images/left.png) no-repeat  center ;
    cursor: pointer;
    width: 33px;
    height: 20px;
    margin: 17px 0 0 20px;
}

.ys_bg .ys .ys_box .ys_button .prev{
    float: right;
    background: url(../images/right.png) no-repeat  center ;
    cursor: pointer;
    width: 33px;
    height: 20px;
    margin: 17px 20px 0 0px;
}

.ys_bg .ys .ys_box .hd{
    margin-left: 317px;
    height: 95px;
    line-height: 95px;
}

.ys_bg .ys .ys_box .hd ul li{
    float: left;
    height: 54px;
    margin-top: 20px;
    margin-left: 35px;
    margin-right: 5px;
    width: 200px;
}

.ys_bg .ys .ys_box .hd ul li span{
    display: block;
    float: left;
    border-radius: 50%;
    width: 54px;
    height: 54px;
    background: #db9595;
    position: relative;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.ys_bg .ys .ys_box .hd ul li span i{
    display: block;
    margin: 0 auto;
    width: 54px;
    height: 54px;
}

.ys_bg .ys .ys_box .hd ul li h5{
    float: left;
    background: url(../images/ys_xt.png) no-repeat  left center ;
    margin-left: 20px;
    margin-top: 3px;
    padding-left: 20px;
    font-size: 16px;
    color: #fff;
    font-weight: bold;
    line-height: 24px;
}

.ys_bg .ys .ys_box .hd ul li h5 em{
    display: block;
    font-family: "Impact";
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
    font-weight: normal;

}


.ys_bg .ys .ys_box .hd ul li.ys1 span i{
    background: url(../images/ys1.png) no-repeat  left center ;
}

.ys_bg .ys .ys_box .hd ul li.ys2 span i{
    background: url(../images/ys2.png) no-repeat  left center ;
}

.ys_bg .ys .ys_box .hd ul li.ys3 span i{
    background: url(../images/ys3.png) no-repeat  left center ;
}

.ys_bg .ys .ys_box .hd ul li.ys4 span i{
    background: url(../images/ys4.png) no-repeat  left center ;
}

.ys_bg .ys .ys_box .hd ul li.on span{
    background: #f9f9f9;
}

.ys_bg .ys .ys_box .hd ul li.ys1.on span i{
    background: url(../images/ys11.png) no-repeat  left center ;
}

.ys_bg .ys .ys_box .hd ul li.ys2.on span i{
    background: url(../images/ys22.png) no-repeat  left center ;
}

.ys_bg .ys .ys_box .hd ul li.ys3.on span i{
    background: url(../images/ys33.png) no-repeat  left center ;
}

.ys_bg .ys .ys_box .hd ul li.ys4.on span i{
    background: url(../images/ys44.png) no-repeat  left center ;
}


/*case*/

.case{
    width: 1280px;
    margin: 80px auto 0 auto;
}

.case .case_title{
    width: 1280px;
    margin: 0 auto;
    overflow: hidden;
}

.case .case_title .title{
    float: left;
    margin-left: 500px;
}

.case .case_title .title_more{
    float: right;
    margin-top: 15px;
} 

.case .case_box{
    margin: 60px auto 0 auto;
    position: relative;
    height: 680px;
} 

.case .case_box ul li{
    width: 289px;
    height: 264px;
    background: #eeeeee;
    border-radius: 5px;
    position: relative;
    z-index: 5;
}

.case .case_box ul li .pic{
    width: 281px;
    height: 205px;
    border-radius: 5px;
    margin: 4px;
    overflow: hidden;
}

.case .case_box ul li .pic img{
    width: 281px;
    height: 205px;
    border-radius: 5px;
    overflow: hidden;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.case .case_box ul li .txt{
    width: 281px;
    margin: 0 auto;
    height: 55px;
    line-height: 55px;
} 

.case .case_box ul li .txt h5 a{
    font-size: 16px;
    color: #666666;
    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: 160px;
    background: url(../images/buttom6.png) no-repeat left center ;
    padding-left: 30px;
    margin-left: 10px;
}

.case .case_box ul li .txt .more{
    display: block;
    float: right;
    background: url(../images/more3.png) no-repeat  center ;
    width: 20px;
    height: 20px;
    margin-top: 17px;
    margin-right: 15px;
}

.case .case_box ul li.c1{
    position: absolute;
    left: 0;
    top: 0;
}

.case .case_box ul li.c2{
    position: absolute;
    left: 0;
    top: 295px;
} 

.case .case_box ul li.c3{
    position: absolute;
    right: 0;
    top: 0px;
    width: 943px;
    height: 382px;
} 

.case .case_box ul li.c3 .pic{
    float: left;
    width: 890px;
    height: 374px;
    margin: 4px;
}

.case .case_box ul li.c3 .pic img{
    width: 890px;
    height: 374px;
    object-fit: cover;
}

.case .case_box ul li.c3 .txt{
    width: 40px;
    float: right;
    height: 374px;
    margin: 0 auto;
} 

.case .case_box ul li.c3 .txt h5 a{
    height: 140px;
    writing-mode:tb-rl;
    float: none;
    width: 40px;
    line-height: 45px;
    margin-left: 0;
    padding-left: 0;
    background: url(../images/buttom6.png) no-repeat top center;
    margin-top: 60px;
    padding-top: 60px;

}

.case .case_box ul li.c3 .txt .more{
    float: none;
    margin-top: 25px;
    margin-right: 0;
    margin-left: 5px;
}

.case .case_box ul li.c4{
    position: absolute;
    left: 333px;
    top: 415px;
}

.case .case_box ul li.c5{
    position: absolute;
    left: 660px;
    top: 415px;
}

.case .case_box ul li.c6{
    position: absolute;
    right: 0;
    top: 415px;
}


.case .case_box .tel{
    position: absolute;
    left: 40px;
    bottom: 20px;
    background: url(../images/tel2.png) no-repeat  center left;
    padding-left: 60px;
    font-size: 16px;
    color: #666;
    height: 50px;
}

.case .case_box .tel i{
    display: block;
    font-size: 20px;
    color: #666666;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
}

.case .case_box ul li:hover .txt h5 a{
    color: #cb0000;
}

.case .case_box ul li:hover .pic img{
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
}



/*about*/

.ab_bg{
    width: 100%;
    margin: 80px auto 0 auto;
    background: url(../images/ab_bg.jpg) no-repeat  center 85px;
}

.ab_bg .about{
    width: 1280px;
    margin: 0 auto;
}

.ab_bg .about .title{
    text-align: center;
}

.ab_bg .about .ab_box{
    width: 1280px;
    margin: 60px auto 0 auto;
} 


.ab_bg .about .ab_box .ab_l{
    float: left;
    width: 590px;
    position: relative;
}

.ab_bg .about .ab_box .ab_l .ab_img{
    width: 724px;
    height: 616px;
    background: #eeeeee;
    margin-left: -160px;
    border-radius: 5px;

}

.ab_bg .about .ab_box .ab_l .ab_img img{
    width: 714px;
    height: 606px;
    margin: 5px;
    border-radius: 5px;
}

.ab_bg .about .ab_box .ab_l .ry_img{
    position: absolute;
    right: 0;
    top: 460px;
    border-radius: 5px;
    background: #634848;
    width: 304px;
    height: 218px;

}

.ab_bg .about .ab_box .ab_l .ry_img img{
    margin: 8px;
    width: 288px;
    height: 202px;
}

.ab_bg .about .ab_box .ab_r{
    float: right;
    width: 640px;
} 

.ab_bg .about .ab_box .ab_r .txt{
    overflow: hidden;

}

.ab_bg .about .ab_box .ab_r .txt .ab_t{
    margin-top: 35px;
    margin-bottom: 90px;
    overflow: hidden;

}

.ab_bg .about .ab_box .ab_r .txt .ab_t h5{
    float: left;
    font-size: 30px;
    color: #666666;
    font-weight: bold;

}

.ab_bg .about .ab_box .ab_r .txt .ab_t h5 i{
    display: block;
    font-size: 14px;
    color: #666666;
    font-weight: normal;
    text-transform: uppercase;
    font-family: Arial, Helvetica, sans-serif;
    letter-spacing: 2.5px;
}

.ab_bg .about .ab_box .ab_r .txt .ab_t .more{
    display: block;
    float: right;
    width: 22px;
    height: 22px;
    background: url(../images/more2.png) no-repeat  center;
    margin-top: 20px;
}

.ab_bg .about .ab_box .ab_r .txt p{
    font-size: 16px;
    color: #999999;
    line-height: 36px;
    height: 144px;
    overflow: hidden;

}

.ab_bg .about .ab_box .ab_r  .fc{
    margin-top: 45px;
}

.ab_bg .about .ab_box .ab_r  .fc .fc_list{
    height: 47px;
}


.ab_bg .about .ab_box .ab_r  .fc .fc_list ul li{
    float: left;
    width: 145px;
    height: 45px;
    line-height: 45px;
    border: 2px solid #cb0000;
    border-radius: 45px;
    margin-right: 57px;
    -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_r  .fc .fc_list ul li a{
    display: block;
    text-align: center;
    font-size: 18px;
    color: #666;
    -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_r  .fc .fc_list ul li.casehover{
    background: #cb0000;
}

.ab_bg .about .ab_box .ab_r  .fc .fc_list ul li.casehover a{
    color: #fff;
}

.ab_bg .about .ab_box .ab_r  .fc .fc_box{
    margin: 37px auto 0 auto;
    width: 690px;
} 


.ab_bg .about .ab_box .ab_r  .fc .fc_box ul li{
    float: left;
    width: 304px;
    height: 275px;
    background: #eeeeee;
    border-radius: 5px;
    margin-right: 40px;
}

.ab_bg .about .ab_box .ab_r  .fc .fc_box ul li .pic{
    width: 292px;
    height: 210px;
    border-radius: 5px;
    margin: 6px;
}

.ab_bg .about .ab_box .ab_r  .fc .fc_box ul li .pic img{
    width: 292px;
    height: 210px;
    border-radius: 5px;
}

.ab_bg .about .ab_box .ab_r  .fc .fc_box ul li .nr{
    width: 270px;
    height: 50px;
    line-height: 50px;
    margin: 0 auto;

} 


.ab_bg .about .ab_box .ab_r  .fc .fc_box ul li .nr .more{
    float: left;
    font-size: 16px;
    color: #666666;
    text-transform: uppercase;
    font-family: Arial, Helvetica, sans-serif;
    width: 85px;
    display: block;
    background: none;
    -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_r  .fc .fc_box ul li .nr h5 a{
    float: right;
    width: 150px;
    font-size: 16px;
    color: #666;
    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;
    text-align: right;
}

.ab_bg .about .ab_box .ab_r .fc .fc_box ul li:hover .nr h5 a{
    color: #cb0000;
}

.ab_bg .about .ab_box .ab_r  .fc .fc_box ul li:hover .nr .more{
    color: #cb0000;
}

/*news*/

.news{
    width: 1280px;
    margin: 80px auto 0 auto;
    position: relative;

}


.news .news_list{
    position: absolute;
    left: 0;
    top: 0;
    width: 330px;
    height: 507px;
    background: url(../images/news_t.png) no-repeat left center ;
    padding-top: 90px;
}

.news .news_list ul li{
    height: 250px;
    height: 59px;
    line-height: 59px;
    background: #f9f9f9;
    border-radius: 5px;
    margin-bottom: 55px;
    margin-left: 50px;

}


.news .news_list ul li a{
    display: block;
    color: #666;
    font-size: 18px;
    padding-left: 75px;
}

.news .news_list ul li a span{
    color: #666;
    font-size: 24px;
    font-family: Arial, Helvetica, sans-serif;
    padding-left: 40px;
    display: inline-block;
    font-family: 'Times New Roman', Times, serif;
}

.news .news_list ul li.n1 a{
    background: url(../images/news1.png) no-repeat 30px center ;
}

.news .news_list ul li.n2 a{
    background: url(../images/news2.png) no-repeat 30px center ;
}


.news .news_list ul li.n3 a{
    background: url(../images/news3.png) no-repeat 30px center ;
}

.news .news_list ul li.casehover a{
    font-weight: bold;
}

.news .news_list ul li.n1.casehover a{
    background: url(../images/news11.png) no-repeat 30px center ;
}

.news .news_list ul li.n2.casehover a{
    background: url(../images/news22.png) no-repeat 30px center ;
}


.news .news_list ul li.n3.casehover a{
    background: url(../images/news33.png) no-repeat 30px center ;
}

.news .news_list .tel{
    width: 236px;
    text-align: center;
    background: url(../images/tel1.png) no-repeat top center ;
    color: #fff;
    font-size: 16px;
    padding-top: 60px;
}

.news .news_list .tel i{
    display: block;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
}

.news .news_box{
    width: 1280px;
    margin: 0 auto;
} 

.news .news_box .news_title{
    width: 950px;
    margin-left: 330px;
    height: 155px;

}

.news .news_box .news_title .title{
    float: left;margin-left: 170px;
}

.news .news_box .news_title .title_more{
    float: right;
    margin-top: 80px;
}

.news .news_box .news_top{
    width: 950px;
    margin-left: 330px;

}


.news .news_box .news_top ul li{
    position: relative;
    height: 180px;
    overflow: hidden;
    border-bottom: 1px dashed #dddddd;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    margin-bottom: 20px;
}

.news .news_box .news_top ul li.on{
    height: 245px;
}

.news .news_box .news_top ul li:last-child{
    border-bottom: none;
}

.news .news_box .news_top ul li .txt{
    width: 950px;
    height: 200px;
}


.news .news_box .news_top ul li .txt .txt_t{
    height: 55px;
    line-height: 55px;

}

.news .news_box .news_top ul li .txt .txt_t a{
    font-size: 16px;
    color: #666666;
    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: 740px;

}

.news .news_box .news_top ul li .txt .txt_t span{
    display: block;
    float: right;
    font-size: 14px;
    color: #999;
}

.news .news_box .news_top ul li .txt p{
    font-size: 14px;
    color: #999;
    line-height: 24px;
    height: 48px;
    overflow: hidden;
    margin-top: 5px;
}

.news .news_box .news_top ul li .txt .more{
    display: block;
    text-align: center;
    font-size: 16px;
    color: #999;
    text-transform: uppercase;
    width: 100px;
    height: 40px;
    line-height: 40px;
    border: 2px solid #eeeeee;
    border-radius: 5px;
    margin-top: 20px;
}

.news .news_box .news_top ul li .txt_on{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 0px;
    background: #f9f9f9;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    opacity: 0;
}

.news .news_box .news_top ul li.on .txt_on{
    height: 245px;
    opacity: 1;
}

.news .news_box .news_top ul li .txt_on .news_img{
    float: left;
    width: 296px;
    height: 204px;
    border-radius: 5px;
}

.news .news_box .news_top ul li .txt_on .news_img img{
    width: 296px;
    height: 204px;
    border-radius: 5px;
}

.news .news_box .news_top ul li .txt_on .txt_nr{
    float: right;
    width: 600px;
}

.news .news_box .news_top ul li .txt_on .txt_nr .txt_t{
    height: 75px;

}

.news .news_box .news_top ul li .txt_on .txt_nr .txt_t a{
    font-size: 16px;
    color: #666666;
    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: 440px;
    line-height: 75px;
}

.news .news_box .news_top ul li .txt_on .txt_nr .txt_t span{
    display: block;
    float: right;
    font-size: 14px;
    color: #999;
    margin-top: 55px;
}

.news .news_box .news_top ul li .txt_on .txt_nr p{
    font-size: 14px;
    color: #999;
    line-height: 24px;
    height: 48px;
    overflow: hidden;
    margin-top: 5px;
}

.news .news_box .news_top ul li .txt_on .txt_nr .more{
    display: block;
    text-align: center;
    font-size: 16px;
    color: #999;
    text-transform: uppercase;
    width: 100px;
    height: 40px;
    line-height: 40px;
    border: 2px solid #eeeeee;
    border-radius: 5px;
    margin-top: 20px;
    -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 ul li.on .txt_on .txt_nr .more{
    background: #cb0000;
    border: 2px solid #cb0000;
    color: #fff;
}


.news .news_box .list{
    margin: 40px auto 0 auto;
    width: 1340px;
}

.news .news_box .list ul li{
    float: left;
    width: 332px;
    height: 104px;
    background: #fff;
    border-radius: 5px;
    margin: 0 50px 30px 0;
    padding: 0 30px;
}


.news .news_box .list ul li h5 a{
    padding-left: 45px;
    font-size: 16px;
    color: #666;
    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;
    background: url(../images/buttom4.png) no-repeat left center ;
    height: 55px;
    line-height: 55px;
}

.news .news_box .list ul li .more{
    height: 35px;
    line-height: 35px;
    border-top: 1px dashed #dcdcdc;

}

.news .news_box .list ul li .more span{
    display: block;
    float: left;
    font-size: 14px;
    color: #999999;
    font-family: Arial, Helvetica, sans-serif;
}

.news .news_box .list ul li .more a{
    float: right;
    display: block;
    font-size: 14px;
    color: #999999;
    font-family: Arial, Helvetica, sans-serif;
    text-transform: uppercase;
}

.news .news_box .list ul li:hover h5 a{
    color: #cb0000;
}


/*links*/

.links{
    width: 1280px;
    margin: 0px auto;
    padding: 45px 0;

}

.links .links_t{
    float: left;
    font-size: 18px;
    color: #333333;
    font-weight: bold;
}

.links .yq{
    float: right;
    width: 1190px;

}

.links .yq a{
    font-size: 14px;
    color: #666666;
    padding-left: 20px;
    background: url(../images/buttom3.png) no-repeat left center ;
    margin: 0 20px;
}