
/*-----------------------------------------------------------*/
/*copyright by 动力无限  www.btoe.cn*/
/*邮箱 btoe@btoe.cn*/
/*合作电话 400-0599-360*/
/*版权所有违者必究*/
/*-----------------------------------------------------------*/


/*banner*/
.fullSlide {
    width: 100%;
    position: relative;
    height: 550px;
    background: #FFF;
    overflow: hidden;
  }
  .fullSlide .bd {
    height: 550px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
    overflow: hidden;
  }
  .fullSlide .bd ul {
    width: 100% !important;
  }
  .fullSlide .bd li {
    width: 100% !important;
    height: 550px;
    overflow: hidden;
    text-align: center;
  }
  .fullSlide .bd li a {
    display: block;
    height: 550px;
  }
  .fullSlide .hd {
    width: 100%;
    position: absolute;
    z-index: 2;
    bottom: 0;
    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: #ff6700;
    border-radius: 6px;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
}


  .fullSlide .next {
    width: 29px;
    height: 56px;
    position: absolute;
    top: 50%;
    margin-top: -30px;
    z-index: 2;
    background: url(../image/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: 29px;
    height: 56px;
    position: absolute;
    top: 50%;
    margin-top: -30px;
    z-index: 2;
    background: url(../image/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%;
  }


  
/*fw*/

.fw{
    width: 1200px;
    margin: 0 auto;
    height: 215px;
    background: #f7f7f7;
    border-bottom: 1px solid #ddd;

}

.fw .fw_t{
    text-align: center;
    padding-top: 25px;
}

.fw .fw_t h3{
    font-size: 26px;
    font-weight: normal;
    color: #696969;
}

.fw .fw_t h3 span{
    font-size: 16px;
    font-weight: normal;
    color: #696969;
    font-family: Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    padding-left: 10px;
    letter-spacing: 1px;
}

.fw .fw_box{
    margin: 15px 15px 0 15px;
}

.fw .fw_box ul li{
    float: left;
    width: 275px;
    height: 120px;
    float: left;
    margin: 0 8px;
    background: url(../image/fw_list.png) no-repeat center;
}

.fw .fw_box ul li h5{
    font-size: 18px;
    font-weight: normal;
    color: #333; 
    text-align: center;
    padding-top: 30px;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.fw .fw_box ul li h5 span{
    display: block;
    font-size: 12px;
    color: #666;
    text-transform: uppercase;
    margin-top: 10px;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.fw .fw_box ul li:hover{
    background: url(../image/fw_list1.png) no-repeat center;
}

.fw .fw_box ul li:hover h5{
    color: #fff;
}

.fw .fw_box ul li:hover h5 span{
    color: #fff;
}




/*product*/

.product{
    width: 1200px;
    margin: 50px auto 0 auto;

}


.product .pro_l{
    width: 240px;
    float: left;
    background: #ff6700;
    padding-bottom: 20px;
}


.product .pro_l .pro_t{
    margin: 0 28px;
    height: 200px;
    border-bottom: 1px solid #ffe1cc;
}


.product .pro_l .pro_t span{
    font-size: 32px;
    color: #ffcbb8;
    font-family: "宋体";
    text-transform: uppercase;
    font-weight: bold;
    line-height: 40px;
    padding-top: 30px;
    display: block;
}

.product .pro_l .pro_t h3 a{
    font-size: 24px;
    color: #fff;
    font-weight: bold;
    line-height: 33px;
    margin-top: 5px;
    display: block;
}

.product .pro_l .pro_con{
    margin-top: 30px;
}


.product .pro_l .pro_con ul li{
    width: 185px;
    height: 30px;
    line-height: 30px;
    margin: 0 auto 15px auto;
    background: url(../image/buttom4.png) no-repeat 150px  center;
}

.product .pro_l .pro_con ul li a{
    font-size: 14px;
    color: #fff;
    background: url(../image/xt1.png) no-repeat 10px  center;
    padding-left: 28px;
    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;
    width: 120px;
}

.product .pro_l .pro_con ul li:hover{
    background: url(../image/pro_list.png) no-repeat   center;
}

.product .pro_l .pro_con ul li:hover a{
    color: #333;
    background: url(../image/xt.png) no-repeat 10px  center;
}


.product .pro_tab{
    width: 950px;
    float: right;
}

.product .pro_tab ul li{
    float: left;
    width: 288px;
    height: 198px;
    border: 1px solid #cccccc;
   margin: 0 0 30px 26px;
   position: relative;
}

.product .pro_tab ul li .pic{
    width: 288px;
    height: 198px;
    position: relative;
}


.product .pro_tab ul li .pic img{
    width: 288px;
    height: 198px;
}

.product .pro_tab ul li .txt{
    width: 288px;
    height: 30px;
    line-height: 30px;
    background: url(../image/ico1.png) repeat  center;
    position: absolute;
    left: 0;
    bottom: 0;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.product .pro_tab ul li .txt a{
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 14px;
    color: #fff;
    text-align: center;
    padding: 0 10px;
}

.product .pro_tab ul li:hover .txt{
    width: 288px;
    height: 198px;
    line-height: 198px;

}


/*ys*/

.ys{
    width: 1200px;
    height: 750px;
    margin: 45px auto 0 auto;
    position: relative;

}


.ys .ys_t{
    float: left;
    width: 225px;
    background: url(../image/ys_t.jpg) no-repeat top  center;
    padding: 0 20px;
    height: 750px;
}

.ys .ys_t span{
font-size: 33px;
color: #fff;
font-family: Arial, Helvetica, sans-serif;
text-transform: uppercase;
line-height: 38px;
padding-top: 185px;
display: block;
}

.ys .ys_t h3{
    font-weight: bold;
    font-size: 44px;
    color: #fff;
    margin-top: 10px;
}

.ys .ys_t i{
    font-size: 12px;
    color: #fff; 
    line-height: 22px;
    margin-top: 35px;
    display: block;

}


.ys .ys_box{
    float: right;
    width: 935px;
    position: relative;
} 

.ys .ys_box .bd{
    width: 935px;
}



.ys .ys_box .bd ul li{
    width: 935px;
    height: 750px;
    overflow: hidden;
}

.ys .ys_box .bd ul li .txt{
    height: 140px;
    padding-top: 30px;
}


.ys .ys_box .bd ul li .txt h5{
    float: left;
    font-size: 38px;
    color: #343434;
    font-family: "Impact";
    margin: 25px 0 0 25px;
}

.ys .ys_box .bd ul li .txt h5 span{
    color: #ff6700;
    font-size: 38px;;
    font-family: "Impact";
    padding-right: 5px;
}

.ys .ys_box .bd ul li .txt p{
    float: left;
    width: 620px;
    margin-left: 40px;
    background: url(../image/ys_xt.jpg) no-repeat bottom  left;
    color: #333;
    font-size: 16px;
    line-height: 28px;
    padding-bottom: 25px;
}

.ys .ys_box .bd ul li .ys_img{
    width: 935px;
    height: 580px;
}

.ys .ys_box .bd ul li .ys_img img{
    width: 935px;
    height: 580px;
}



.ys .ys_box .hd{
    width: 936px;
    height: 160px;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 5;
}


.ys .ys_box .hd ul li{
    width: 233px;
    height: 160px;
    background: rgb(58, 58, 58, 0.9);
    float: left;
    margin-left: 1px;
}

.ys .ys_box .hd ul li span{
    width: 66px;
    height: 66px;
    line-height: 66px;
    display: block;
    margin: 25px auto 0 auto;
    background: url(../image/buttom8.png) no-repeat center;
    color: #fff;
    font-size: 30px;
    text-align: center;
    font-family: "Impact";
}

.ys .ys_box .hd ul li h5{
    color: #fff;
    font-size: 18px;
    text-align: center;
    margin-top: 10px;
}

.ys .ys_box .hd ul li.on{
    background: #3a3a3a;
}



.ys .ys_box .ys_button{
    position: absolute;
    right: 10px ;
    top: 50px;
    width: 90px;
    height: 35px;
    background: url(../image/ys_xt1.jpg) no-repeat top  center;
    z-index: 5;
}

.ys .ys_box .t_next{
    position: absolute;
    width: 35px;
    height: 35px;
    right:55px ;
    top: 0;
    background: url(../image/left2.jpg) no-repeat top  center;
}



.ys .ys_box .t_prev{
    position: absolute;
    width: 35px;
    height: 35px;
    right: 0 ;
    top: 0;
    background: url(../image/right2.jpg) no-repeat top  center;
}

.ys .ys_box .t_next:hover{
    background: url(../image/left3.jpg) no-repeat top  center;
}

.ys .ys_box .t_prev:hover{
    background: url(../image/right3.jpg) no-repeat top  center;
}


/*about*/

.about{
    width: 1200px;
    height: 505px;
    margin: 65px auto 0 auto;
    background: url(../image/ab_bg.jpg) no-repeat top  center;

}

.about .ab_l{
    float: left;
    width: 650px;
    height: 360px;
}

.about .ab_l .ab_t{
    margin-bottom: 25px;
}


.about .ab_l .ab_t h3 a{
    font-size: 38px;
    font-weight: bold;
    color: #2e2e2e;
}

.about .ab_l .ab_t h3 a span{
    color: #ff6700;
}

.about .ab_l .ab_t i{
    font-size: 12px;
    color: #666;
    font-family: Arial, Helvetica, sans-serif;
    letter-spacing: 4px;
    text-transform: uppercase;
    margin-top: 5px;
    display: block;
}

.about .ab_l .ab_t  p{
    font-size: 16px;
    color: #333;
    margin-top: 10px;
}


.about .ab_l .ab_img{
    width: 650px;
    height: 360px;
}

.about .ab_l .ab_img img{
    width: 650px;
    height: 360px;
}

.about .ab_r{
    float: right;
    width: 500px;
}

.about .ab_r .r_top{
    height: 260px;
    margin-bottom: 55px;
}


.about .ab_r .r_top .pic{
    width: 245px;
    height: 200px;
}


.about .ab_r .r_top .pic img{
    width: 245px;
    height: 200px;
}

.about .ab_r .r_top .txt{
    width: 245px;
    height: 60px;
    line-height: 60px;
    background: #ebebeb;
}

.about .ab_r .r_top .txt a{
    font-size: 20px;
    color: #2e2e2e;
    font-weight: bold;
    text-align: center;
    padding: 0 10px;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: center;
}


.about .ab_r p{
    font-size: 16px;
    color: #333;
    line-height: 32px;
    height: 160px;
    overflow: hidden;
}


/*fc*/

.fc{
    margin: 40px auto 0 auto;
    width: 1200px;
}

.fc ul li{
   width: 285px;
   float: left;
   margin: 0 19px 0 0;
   height: 235px;
}

.fc ul li:last-child{
    margin-right: -10px;
 }


.he_border2 {
    background: #ff6700;
    width: 285px;
    height: 185px;
    padding: 0;
    margin: 0;
    position: relative;
    box-sizing: border-box;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    /* overflow: hidden; */
  }
  
  .he_border2 .he_border2_img {
    display: block;
    width: 285px;
    height: 185px;
    padding: 0;
    margin: 0;
    position: relative;
    opacity: 1;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
  }
  
  .he_border2:hover .he_border2_img {
    position: absolute;
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    opacity: .3;
  }
  
  .he_border2 .he_border2_caption {
    color: #fff;
    padding: 0;
    margin: 0;
    -moz-backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    /* overflow: hidden; */
  }
  
  .he_border2 .he_border2_caption::before,
  .he_border2 .he_border2_caption::after {
    position: absolute;
    content: '';
    opacity: 0;
    -webkit-transition: opacity 0.4s, -webkit-transform .4s;
    -moz-transition: opacity 0.4s, -moz-transform .4s;
    -o-transition: opacity 0.4s, -o-transform .4s;
    transition: opacity 0.4s, transform .4s;
  }
  
  .he_border2 .he_border2_caption::before {
    top: 14%;
    right: 5%;
    bottom: 14%;
    left: 5%;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    -webkit-transform: scale(0, 1);
    -moz-transform: scale(0, 1);
    -o-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    transform-origin: 0 0;
  }
  
  .he_border2 .he_border2_caption::after {
    top: 8%;
    right: 10%;
    bottom: 8%;
    left: 10%;
    border-right: 1px solid #fff;
    border-left: 1px solid #fff;
    -webkit-transform: scale(1, 0);
    -moz-transform: scale(1, 0);
    -o-transform: scale(1, 0);
    transform: scale(1, 0);
    -webkit-transform-origin: 100% 0;
    -moz-transform-origin: 100% 0;
    -o-transform-origin: 100% 0;
    transform-origin: 100% 0;
  }
  
  .he_border2:hover .he_border2_caption::before,
  .he_border2:hover .he_border2_caption::after {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  
  .he_border2 .he_border2_caption,
  .he_border2 .he_border2_caption>a {
    position: absolute;
    top: 0;
    left: 0;
    width: 285px;
    height: 185px;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    /* overflow: hidden; */
    z-index: 1000;
  }
  
  .he_border2 .he_border2_caption_h {
    text-align: center;
    width: 70%;
    position: absolute;
    top: 200px;
    left: 15%;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    /* overflow: hidden; */
    opacity: 1;
    color: #333;
    padding: 0;
    font-size: 16px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
  }
  
  .he_border2 .he_border2_caption_h a {
    -webkit-transition: .5s;
    transition: .5s;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    display: block;
    color: #333;
    font-size: 16px;
    font-weight: normal;
    
  }
  
  .he_border2 .he_border2_caption_h:hover a{
    color: #fff;
  }
  
  

  .he_border2:hover .he_border2_caption_h {
    top: 80px;
  }
  
  .he_border2:hover .he_border2_caption_h a {
    color: #fff;
  }
  
  .he_border2:hover {
    overflow: hidden;
  }
  
  .he_border2:hover .he_border2_caption {
    overflow: hidden;
  }
  
  .he_border2:hover img {
    overflow: hidden;
  }
  
  .he_border2 i {
    width: 285px;
    height: 185px;
    overflow: hidden;
    display: block;
  }
  



/*hz*/

.hz{
    width: 1200px;
    margin: 50px auto 0 auto;

}


.title{
    width: 1200px;
    margin: 0px auto 0 auto; 
    text-align: center;
}

.title h3{
    font-size: 38px;
    color: #333; 
    letter-spacing: 1px;
}

.title p{
    font-size: 14px;
    color: #666; 
    margin-top: 5px;
}

.hz .hz_box{
    width: 1200px;
    margin: 35px auto 0 auto;
    position: relative;

}

.hz .hz_box .bd{
    width: 1200px;
    margin: 0px auto 0 auto; 
}

.hz .hz_box .bd ul li{
    width: 278px;
    height: 138px;
    border: 1px solid #ccc;
    position: relative;
    float: left;
    margin: 0 10px;
    overflow: hidden;
}

.hz .hz_box .bd ul li .pic{
    width: 278px;
    height: 138px;
    position: relative;
}

.hz .hz_box .bd ul li .pic img{
    width: 278px;
    height: 138px;
}

.hz .hz_box .bd ul li .txt{
    position: absolute;
    left: 0;
    bottom: -30px;
    width: 278px;
    height: 30px;
    line-height: 30px;
    background: url(../image/ico1.png) repeat  center;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.hz .hz_box .bd ul li .txt a{
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 14px;
    color: #fff;
    text-align: center;
    padding: 0 10px;
}

.hz .hz_box .bd ul li:hover .txt{
    bottom: 0;

}

.hz .hz_box .next{
    position: absolute;
    left: -70px;
    top: 50px;
    width: 55px;
    height: 40px;
    background: url(../image/left1.jpg) no-repeat  center;
    cursor: pointer;
    z-index: 5; 
}

.hz .hz_box .prev{
    position: absolute;
    right: -70px;
    top: 50px;
    width: 55px;
    height: 40px;
    background: url(../image/right1.jpg) no-repeat  center;
    cursor: pointer;
    z-index: 5; 
}

.hz .hz_box .next:hover{
    background: url(../image/left.jpg) no-repeat  center;
}

.hz .hz_box .prev:hover{
    background: url(../image/right.jpg) no-repeat  center;
}



/*hz*/

.news{
    width: 1200px;
    margin: 60px auto 0 auto;

}

.news .news_box{
    width: 1200px;
    margin: 50px auto 0 auto; 
}

.news .news_box .news_l{
    float: left;
    width: 205px;
    height: 480px;
    background: #ff6700;
}

.news .news_box .news_l .news_logo{
    width: 178px;
    height: 248px;
    margin: 12px auto 0 auto;
}

.news .news_box .news_l .news_logo img{
    width: 178px;
    height: 248px;
    margin: 0 auto;
    display: block;
}

.news .news_box .news_l .tel{
    background: url(../image/tel1.png) no-repeat top  center;
    margin-top: 25px;
    padding-top: 60px;
}

.news .news_box .news_l .tel p{
    font-family: "Impact";
    font-size: 24px;
    color: #fff;
    text-align: center;
    line-height: 32px;
}

.news .news_box .news_l .zx{
    margin: 20px auto 0 auto;
    width: 110px;
    height: 30px;
    line-height: 30px;
    border-radius: 5px;
    background: #fff;
}

.news .news_box .news_l .zx a{
    font-size: 14px;
    color: #ff6700;
    font-weight: bold;
    text-align: center;
    display: block;
}

.news .news_box .news_c{
    width: 530px;
    float: left;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    margin-left: 30px;
    height: 480px;
    padding: 0 40px 0 35px;
}

.news .news_box .news_c .news_list{
    width: 530px;
    height: 33px;
    line-height: 33px;
    border-bottom: 1px solid #ccc;
    position: relative;
}

.news .news_box .news_c .news_list ul li{
    float: left;
    width: 150px;
    margin-right: 40px;
}

.news .news_box .news_c .news_list ul li h3{
    font-size: 20px;
    color: #333;
}

.news .news_box .news_c .news_list ul li h3 span{
    font-size: 16px;
}

.news .news_box .news_c .news_list ul li .more{
    position: absolute;
    right: 0 ;
    top: 0;
    font-size: 14px;
    color: #666;
    font-weight: normal;
    text-transform: uppercase;
    display: none;
}

.news .news_box .news_c .news_list ul li.casehover .more{
    display: block;
}


.news .news_box .news_c .news_list ul li.casehover{
    border-bottom: 3px solid #ff6700;
    line-height: 30px;
}

.news .news_box .news_c .news_list ul li.casehover h3{
    color: #ff6700;
}

.news .news_box .news_c .news_box{
    margin-top: 20px;
    width: 530px;
}

.news .news_box .news_c .news_box .news_nr .txt{
    height: 165px;
    width: 530px;
}

.news .news_box .news_c .news_box .txt .news_img{
    width: 225px;
    height: 165px;
    float: left;
}

.news .news_box .news_c .news_box .txt .news_img img{
    width: 225px;
    height: 165px;
}

.news .news_box .news_c .news_box .txt .nr{
    float: right;
    width: 285px;
}

.news .news_box .news_c .news_box .txt .nr h5 a{
    font-size: 16px;
    color: #333;
    font-weight: bold;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin: 15px 0 10px 0;
}

.news .news_box .news_c .news_box .txt .nr span{
    font-size: 14px;
    color: #666;
}

.news .news_box .news_c .news_box .txt .nr p{
    font-size: 14px;
    color: #666;
    line-height: 24px;
    height: 72px;
    overflow: hidden;
    margin-top: 10px;
}

.news .news_box .news_c .news_box .news_nr ul{
    margin-top: 20px;
}

.news .news_box .news_c .news_box .news_nr ul li{
    height: 60px;
    line-height: 60px;
    border-bottom: 1px solid #eee;
    position: relative;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.news .news_box .news_c .news_box .news_nr ul li a{
    float: left;
    font-size: 16px;
    color: #333;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 380px;
    background: url(../image/buttom6.png) no-repeat left  center;
    padding-left: 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_c .news_box .news_nr ul li span{
    float: right;
    font-size: 14px;
    color: #666;
}

.news .news_box .news_c .news_box .news_nr ul li i{
    position: absolute;
    left: 0 ;
    bottom: 0;
    width: 0;
    height: 1px;
    background: #ff6700;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.news .news_box .news_c .news_box .news_nr ul li:hover i{
    width: 100%;
}

.news .news_box .news_c .news_box .news_nr ul li:hover a{
    color: #ff6700;
    font-weight: bold;
    background: url(../image/buttom5.png) no-repeat left  center;
}

.news .news_box .news_c .news_box .news_nr ul li:hover{
    border-bottom: 1px solid #fff;
}


.news .news_box .question{
    float: right;
    width: 320px;
    float: right;
}

.news .news_box .question .question_t{
    width: 320px;
    height: 33px;
    line-height: 33px;
    border-bottom: 1px solid#ccc;
}

.news .news_box .question .question_t h3{
    font-size: 20px;
    color: #333;
    float: left;
}

.news .news_box .question .question_t h3 span {
    font-size: 16px;
    text-transform: uppercase;
}

.news .news_box .question .question_t .more {
    font-size: 14px;
    color:  #666;
    font-weight: normal;
    text-transform: uppercase;
    float: right;

}

.news .news_box .question .question_box{
    margin-top: 20px;
}

.news .news_box .question .question_box .bd{
    width: 320px;
    height: 428px;
    overflow: hidden;
}

.news .news_box .question .question_box .bd ul li{
    height: 150px;
    margin-bottom: 30px;
}

.news .news_box .question .question_box .bd ul li .wen{
    width: 302px;
    height: 58px;
    line-height: 58px;
    background: url(../image/Q.jpg) no-repeat left  center;

}


.news .news_box .question .question_box .bd ul li .wen a{
    font-size: 16px;
    color: #333;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-left: 75px;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.news .news_box .question .question_box .bd ul li .da{
    background: url(../image/A.jpg) no-repeat right  center;
    margin-top: 30px;
    width: 302px;
    height: 58px;
}

.news .news_box .question .question_box .bd ul li p{
    font-size: 14px;
    color: #333;
    line-height: 20px;
    height: 40px;
    overflow: hidden;
    padding: 10px 0 0 23px;
    width: 210px;
}

.news .news_box .question .question_box .bd ul li .wen:hover a{
    color: #ff6700;
}