
/*-----------------------------------------------------------*/
/*copyright by 动力无限  www.btoe.cn*/
/*邮箱 btoe@btoe.cn*/
/*合作电话 400-0599-360*/
/*版权所有违者必究*/
/*-----------------------------------------------------------*/

/*banner*/
.fullSlide {
    width: 100%;
    position: relative;
    height: 650px;
    background: #FFF;
    overflow: hidden;
  }

  .fullSlide .bd {
    height: 650px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
    overflow: hidden;
  }

  .fullSlide .bd ul {
    width: 100% !important;
  }

  .fullSlide .bd li {
    width: 100% !important;
    height: 650px;
    overflow: hidden;
    text-align: center;
  }

  .fullSlide .bd li a {
    display: block;
    height: 650px;
  }

  .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: 10px;
    height: 10px;
    margin: 7px;
    border: 2px solid #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: 10px;
    background: #fb7318;
    border: 2px solid #fb7318;
    border-radius: 50%;
    -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(/EIqrESyDEyMUTxSEoRAsIIbpKIuDIIMUTyAGKIcDD2NqESgJ.jpg) 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(/EIqrESyDEyMUTxSEoRAsIIbpKIuDIIMUTyAGKIcDD34qESgJ.jpg) no-repeat center;
    filter: alpha(opacity=30);
    -moz-opacity: .3;
    opacity: .3;
    -webkit-transition: all .5s linear;
    transition: all .5s linear;
    left: 10%;
  }


    /*sou*/
    .sou_bg {
        width: 100%;
        height: 60px;
        margin: 0 auto;
        background: #fafafa;
    }

    .sou {
        width: 1200px;
        height: 60px;
        margin: 0 auto;
    }

    .sou .notice {
        float: left;
        line-height: 60px;
        color: #808080;
        font-size: 14px;
    }


    .search {
        width: 280px;
        height: 35px;
        float: right;
        position: relative;
        margin-top: 12px;
        border: 1px solid #fb7318;
    }

    .search2 {
        width: 200px;
        height: 35px;
        float: left;
        background: none;
        font-size: 12px;
        color: #808080;
        text-indent: 10px;
    }

    .search_s {
        width: 35px;
        height: 35px;
        float: right;
        cursor: pointer;
    }

/*title*/

.title{
    width: 1200px;
    margin: 0 auto;
    text-align: center;
}


.title h3{
    font-size: 24px;
    color: #fb7318;
    font-weight: bold;

}

.title h3 a{
    font-size: 24px;
    color: #fb7318;
    font-weight: bold;
}

.title p{
    font-size: 14px;
    color: #808080;
    text-transform: uppercase;
    margin: 5px auto 10px auto;

}

.title span{
    display: block;
    margin: 0 auto;
    width: 26px;
    height: 2px;
    background: #cccccc;
}


/*product*/

.product_bg{
    width: 100%;
    height: 885px;
    margin: 0 auto;
    background: url(/EIqrESyDEyMUTxSEoRAsIIbpKIuDIIMUTxSNKTgKIukMESV.jpg) repeat center;
}


.product{
    width: 1200px;
    margin: 0 auto;
    padding-top: 70px;
}

.product .pro_box{
    width: 1200px;
    margin: 55px auto 0 auto;
}

.product .pro_box .pro_l{
    float: left;
    width: 276px;
    background: #fafafa;
    padding-bottom: 15px;
}

.product .pro_box .pro_l .pro_t{
    height: 75px;
    background: #fb7318;
    padding-top: 25px;

}

.product .pro_box .pro_l .pro_t h5 a{
    display: block;
    background: url(/EIqrESyDEyMUTxSEoRAsIIbpKIuDIIMUTyAUE0OnKNpqESgJ.jpg) no-repeat 45px center;
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    padding-left: 110px;
}

.product .pro_box .pro_l .pro_t h5 a span{
    color: #fff;
    font-size: 14px;
    font-weight: normal;
    text-transform: uppercase;
    display: block;
}


.product .pro_box .pro_l .pro_con{
    width: 230px;
    margin: 10px auto 0 auto;

}

.product .pro_box .pro_l .pro_con ul li{
    height: 40px;
    line-height: 40px;
    border-bottom: 1px solid #e6e6e6;
    position: relative;
    margin: 0 auto 25px auto;
}

.product .pro_box .pro_l .pro_con ul li a{
    float: left;
    font-size: 16px;
    color: #333;
    font-weight: bold;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    width: 180px;
}

.product .pro_box .pro_l .pro_con ul li span{
    width: 7px;
    height: 13px;
    float: right;
    background: url(/EIqrESyDEyMUTxSEoRAsIIbpKIuDIIMUTyAUE0OnKNDqESgJ.jpg) no-repeat right center;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    margin-top: 13px;
}

.product .pro_box .pro_l .pro_con ul li:hover span{
    width: 13px;
    background: url(/EIqrESyDEyMUTxSEoRAsIIbpKIuDIIMUTyAUE0OnKNHqESgJ.jpg) no-repeat right center;
}

.product .pro_box .pro_l .pro_con ul li:hover a{
    color: #fb7318;
}

.product .pro_box .pro_l .pro_tel{
    margin-top: 55px;
    font-size: 16px;
    color: #4c4c4c;
    text-align: center;

}

.product .pro_box .pro_l .pro_tel span{
    font-weight: bold;
    color: #fb7318;
    font-size: 24px;
}

.product .pro_box .pro_l .ewm{
    width: 150px;
    height: 150px;
    margin: 25px auto 0 auto;
}

.product .pro_box .pro_l .ewm img{
    width: 150px;
    height: 150px;
}


.product .pro_box .pro_tab{
    width: 900px;
    float: right;
}

.product .pro_box .pro_tab .pro_list{
    height: 46px;
    margin-bottom: 25px;
}

.product .pro_box .pro_tab .pro_list ul li{
    width: 160px;
    height: 46px;
    line-height: 46px;
    float: left;
    background: #262626;
    margin-right: 20px;
    color: #fff;
    font-size: 14px;
    text-align: center;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.product .pro_box .pro_tab .pro_list ul li.casehover{
    background: #fb7318;
}

.product .pro_box .pro_tab .pro_nr ul li{
    width: 287px;
    position: relative;
    float: left;
    margin: 0px 13px 20px 0;
}

.product .pro_box .pro_tab .pro_nr ul li .pic{
    width: 287px;
    height: 215px;
}

.product .pro_box .pro_tab .pro_nr ul li .pic img{
    width: 287px;
    height: 215px;
}

.product .pro_box .pro_tab .pro_nr ul li .txt{
    width: 267px;
    height: 46px;
    line-height: 46px;
    background: #fafafa;
    position: relative;
    padding: 0 10px;
}

.product .pro_box .pro_tab .pro_nr ul li .txt h5 a{
    float: left;
    width: 220px;
    font-size: 14px;
    color: #4c4c4c;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.product .pro_box .pro_tab .pro_nr ul li .txt .more{
    float: right;
    width: 23px;
    height: 23px;
    display: block;
    background: url(/EIqrESyDEyMUTxSEoRAsIIbpKIuDIIMUTykqDIRoDIkH.jpg) no-repeat center;
    margin-top: 10px;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.product .pro_box .pro_tab .pro_nr ul li .txt span{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 2px;
    background: #fb7318;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.product .pro_box .pro_tab .pro_nr ul li:hover .txt span{
    width: 100%;
}


.product .pro_box .pro_tab .pro_nr ul li:hover .txt h5 a{
    color: #fb7318;
}

.product .pro_box .pro_tab .pro_nr ul li:hover .txt .more{
    background: url(/EIqrESyDEyMUTxSEoRAsIIbpKIuDIIMUTykqDIRRU0WqHj.jpg) no-repeat center;
}


/*banner_1*/

.banner_1{
    width: 100%;
    margin: 0 auto;
    height: 331px;
    background: url(/EIqrESyDEyMUTxSEoRAsIIbpKIuDIIMUTyAGKIcDD20PTy9OID.jpg) no-repeat center;
}

.banner_1 .cont{
    width: 1200px;
    margin: 0 auto;
    height: 331px;
}

.banner_1 .cont .txt{
    width: 505px;
    float: right;
}

.banner_1 .cont .txt h5{
    font-size: 24px;
    font-weight: bold;
    color: #fff;
    text-align: right;
    margin-top: 35px;

}

.banner_1 .cont .txt p{
    font-size: 20px;
    color: #fff;
    text-align: right;
    margin-top: 5px;
}

.banner_1 .cont .txt .zx{
    margin-top: 35px;
}

.banner_1 .cont .txt .zx .tel{
    height: 44px;
    line-height: 44px;
    font-size: 16px;
    color: #fff;
    background: url(/EIqrESyDEyMUTxSEoRAsIIbpKIuDIIMUTxIKKjHoDIkH.jpg) no-repeat left  center;
    padding-left: 55px;
    margin-left: 200px;
}

.banner_1 .cont .txt .zx .tel span{
    font-size: 24px;
    color: #fff;
    font-weight: bold;
}

.banner_1 .cont .txt .zx .zixun{
    margin-top: 20px;
    width: 160px;
    height: 40px;
    line-height: 40px;
    background: #fff;
    float: right;
}

.banner_1 .cont .txt .zx .zixun a{
    display: block;
    text-align: center;
    font-size: 16px;
    color: #fb7318;
}


/*hz*/

.hz_bg{
    width: 100%;
    height: 355px;
    margin: 0 auto;
    background: url(/EIqrESyDEyMUTxSEoRAsIIbpKIuDIIMUTyyVoSMFU1uQHj.jpg) repeat center;
}


.hz{
    width: 1200px;
    margin: 0 auto;
    padding-top: 40px;
}

.hz .hz_box{
    width: 1200px;
    margin: 30px auto 0 auto;
    position: relative;
}

.hz .hz_box .bd{
    width: 1200px;
    margin: 0px auto 0 auto;
}

.hz .hz_box .bd ul li{
    float: left;
    width: 190px;
    margin: 10px  5px;
}

.hz .hz_box .bd ul li .pic{
    width: 188px;
    height: 78px;
    border: 1px solid #e6e6e6;
    -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 .pic img{
    width: 188px;
    height: 78px;
}

.hz .hz_box .bd ul li .txt a{
    line-height: 40px;
    font-size: 14px;
    color: #4c4c4c;
    text-align: center;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;

}

.hz .hz_box .bd ul li:hover .pic{
    border: 1px solid #fb7318;
    -webkit-box-shadow: 0 0 8px 6px rgba(251, 115, 24, .1);
    box-shadow: 0 0 8px 6px rgba(251, 115, 24, .1);
}

.hz .hz_box .next{
    position: absolute;
    left: -50px;
    top: 24px;
    background: url(/EIqrESyDEyMUTxSEoRAsIIbpKIuDIIMUTy1KIHNoDIkH.jpg) no-repeat center;
    width: 30px;
    height: 30px;
    z-index: 5;
}

.hz .hz_box .prev{
    position: absolute;
    right: -50px;
    top: 24px;
    background: url(/EIqrESyDEyMUTxSEoRAsIIbpKIuDIIMUTxAoISkOU0WqHj.jpg) no-repeat center;
    width: 30px;
    height: 30px;
    z-index: 5;
}

/*advantage*/

.advantage {
    position: relative;
    width: 100%;
    margin: 70px auto 0 auto;
    height: 1150px;
    background: url(/EIqrESyDEyMUTxSEoRAsIIbpKIuDIIMUTxuOoSMFU1uQHj.jpg) no-repeat bottom center;

  }

.inContent{
    width: 1200px;
    margin: 0 auto;
    position: relative;

}

  .advantage .advList {
    width: 100%;
    height: 510px;
    position: relative;
  }

  .advantage .advList .advTabs {
    width: 100%;
    overflow: hidden;
  }
  .advantage .advList li {
    position: relative;
    z-index: 1;
    height: 510px;
    overflow: hidden;
  }
  .advantage .advList li:after {
    content: "";
    display: block;
    clear: both;
    font-size: 0;
    line-height: 0;
  }
  .advantage .advList li .pic {
    width: 600px;
    height: 510px;
    float: left;
    position: relative;
  }
  .advantage .advList li .pic img {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
  }
  .advantage .advList li .text {
    width: 790px;
    height: 320px;
    background-color: #ffffff;
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
    position: absolute;
    top: 100px;
    right: 0;
    z-index: 1;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 40px 60px 0 60px;
  }
  .advantage .advList li .text h4 {
    height: 70px;
    line-height: 70px;
    font-size: 22px;
    font-weight: bold;
    color: #2f3440;
  }
  .advantage .advList li .text h4 i {
    display: inline-block;
    margin-right: 20px;
    width: 70px;
    height: 70px;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 50%;
    vertical-align: top;
  }
  .advantage .advList li .text h4 i.ico1 {
    background: url(/EIqrESyDEyMUTxSEoRAsIIbpKIuDIIMUTxuOJyqnNOkQJyV.jpg) center center no-repeat;
  }
  .advantage .advList li .text h4 i.ico2 {
    background: url(/EIqrESyDEyMUTxSEoRAsIIbpKIuDIIMUTxuOJyqnNukQJyV.jpg) center center no-repeat;
  }
  .advantage .advList li .text h4 i.ico3 {
    background: url(/EIqrESyDEyMUTxSEoRAsIIbpKIuDIIMUTxuOJyqnNkkQJyV.jpg) center center no-repeat;
  }
  .advantage .advList li .text h4 i.ico4 {
    background: url(/EIqrESyDEyMUTxSEoRAsIIbpKIuDIIMUTxuOJyqnOEkQJyV.jpg) center center no-repeat;
  }
  .advantage .advList li .text p {
    line-height: 26px;
    margin-top: 20px;
    color: #909090;
  }
  .advantage .advList li .text:hover h4 i {
    -webkit-transform: scale(1) rotateY(360deg);
    -moz-transform: scale(1) rotateY(360deg);
    -o-transform: scale(1) rotateY(360deg);
    transform: scale(1) rotateY(360deg);
    -webkit-transition: all 0.8s ease-out;
    transition: all 0.8s ease-out;
  }
  .advantage .advList .prev {
    width: 36px;
    height: 36px;
    background: #fb7318 url(../images/ysl.png) center center no-repeat;
    cursor: pointer;
    position: absolute;
    z-index: 3;
    left: 50%;
    top: 340px;
    margin-left: -37px;
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
  }
  .advantage .advList .prev:hover {
    border-radius: 0 50% 0  50%;
  }
  .advantage .advList .next {
    width: 36px;
    height: 36px;
    background: #1a1a1a url(../images/ysr.png) center center no-repeat;
    cursor: pointer ;
    position: absolute;
    z-index: 3;
    left: 50%;
    top: 340px;
    margin-right: -37px;
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
  }
  .advantage .advList .next:hover {
    border-radius: 50% 0 50% 0;
  }
  .advantage .advList1 {
    margin-top: 40px;
  }
  .advantage .advList2 {
    margin-top: 20px;
  }
  .advantage .advList2 li .pic {
    float: right;
  }
  .advantage .advList2 li .pic img {
    left: 0;
  }
  .advantage .advList2 li .text {
    left: 0;
  }
  .advantage .advList2 .prev {
    margin-left: -442px;
  }
  .advantage .advList2 .next {
    margin-left: -404px;
    margin-right: auto;
  }





/*about*/

.ab_bg{
    width: 100%;
    height: 585px;
    margin: 80px auto 0 auto;
    background: url(/EIqrESyDEyMUTxSEoRAsIIbpKIuDIIMUTyODoSMFU1uQHj.jpg) no-repeat center;
}


.about{
    width: 1200px;
    margin: 0 auto;
    padding-top: 140px;
}

.about .ab_img{
    float: left;
    width: 610px;
    height: 394px;
    margin-left: 20px;
}

.about .ab_img img{
    width: 610px;
    height: 394px;
}

.about .ab_nr{
    float: right;
    width: 450px;
    margin-right: 60px;
}

.about .ab_nr h5{
    font-size: 26px;
    font-weight: bold;
    color: #fb7318;
    margin: 25px 0 30px 0 ;

}

.about .ab_nr h6{
    font-size: 18px;
    font-weight: bold;
    color: #333;
    border-top: 1px solid #fb7318;
    border-bottom: 1px solid #fb7318;
    line-height: 38px;
    width: 72px;
}

.about .ab_nr p{
    font-size: 14px;
    color: #808080;
    line-height: 30px;
    height: 120px;
    overflow: hidden;
    margin-top: 30px;

}

.about .ab_nr .xq a{
    display: block;
    width: 50px;
    height: 50px;
    margin-top: 35px;
}


/*fc*/

.fc{
    width: 1200px;
    margin: 45px auto 0 auto;
}

.fc .fc_t{
    width: 160px;
    height: 40px;
    line-height: 40px;
    background: #fb7318;
    margin: 0 auto;
}

.fc .fc_t h3 a{
    display: block;
    text-align: center;
    font-size: 14px;
    color: #fff;
}


.fc .fc_box{
    width: 1200px;
    margin: 40px auto 0 auto;
    position: relative;
}

.fc .fc_box .bd{
    width: 1200px;
    margin: 0 auto;
}

.fc .fc_box .bd ul li{
    float: left;
    width: 280px;
    height: 250px;
    margin: 0 10px;
}

.fc .fc_box .bd ul li .pic{
    width: 280px;
    height: 210px;
    overflow: hidden;
}

.fc .fc_box .bd ul li .pic img{
    width: 280px;
    height: 210px;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out
}

.fc .fc_box .bd ul li .pic img:hover{
    transform: scale(1.1);
    -ms-transform: scale(1.1);
}

.fc .fc_box .bd ul li .txt{
    width: 260px;
    height: 40px;
    line-height: 40px;
}

.fc .fc_box .bd ul li .txt a{
    font-size: 14px;
    color: #4c4c4c;
    text-align: center;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out
}

.fc .fc_box .bd ul li:hover .txt a{
    color: #fb7318;
}


.fc .fc_box .next{
    position: absolute;
    left: -70px;
    top: 85px;
    width: 50px;
    height: 50px;
    background: url(/EIqrESyDEyMUTxSEoRAsIIbpKIuDIIMUTy1KIHNRU1uQHj.jpg) no-repeat center;
}

.fc .fc_box .prev{
    position: absolute;
    right: -70px;
    top: 85px;
    width: 50px;
    height: 50px;
    background: url(/EIqrESyDEyMUTxSEoRAsIIbpKIuDIIMUTxAoISkONOkMESV.jpg) no-repeat center;
}



/*news*/

.news_bg{
    width: 100%;
    margin: 60px auto 0 auto;
    height: 810px;
    background: #fafafa;
}


.news_bg .news{
    width: 1200px;
    margin: 0 auto;
    padding-top: 45px;
}


.news_bg .news .news_box{
    width: 1200px;
    margin: 35px auto 0 auto;
}

.news_bg .news .news_box  .news_l{
    float: right;
    width: 520px;
}

.news_bg .news .news_box  .news_l .news_t{
    height: 40px;
    line-height: 40px;
    border-bottom: 1px solid #e6e6e6;
}

.news_bg .news .news_box  .news_l .news_t ul li{
    float: left;
    width: 75px;
    margin-right: 25px;
}

.news_bg .news .news_box  .news_l .news_t ul li a{
    font-size: 18px;
    font-weight: bold;
    color: #1a1a1a;
}

.news_bg .news .news_box  .news_l .news_t ul li.casehover{
    border-bottom: 2px solid #fb7318;
    height: 39px;
}

.news_bg .news .news_box  .news_l .news_t ul li.casehover a{
    color: #fb7318;
}


.news_bg .news .news_box  .news_l .news_nr{
    margin-top: 30px;
}

.news_bg .news .news_box  .news_l .news_nr .news_img{
    width: 520px;
    height: 158px;
}

.news_bg .news .news_box  .news_l .news_nr .news_img img{
    width: 520px;
    height: 158px;
}

.news_bg .news .news_box  .news_l .news_list{
    margin-top: 1px;
}

.news_bg .news .news_box  .news_l .news_list ul li{
    height: 45px;
    line-height: 45px;
    border-bottom: 1px solid #f5f5f5;
}


.news_bg .news .news_box  .news_l .news_list ul li a{
    float: left;
    width: 300px;
    font-size: 14px;
    color: #4c4c4c;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    -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_l .news_list ul li  span{
    float: right;
    font-size: 12px;
    color: #808080;
    -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_l .news_list ul li:hover a{
    color: #fb7318;
    transform: translateX(10px);
    -webkit-transform: translateX(10px);
    -o-transform: translateX(10px);
}

.news_bg .news .news_box  .news_l .news_list ul li:hover span{
    color: #fb7318;
}


.news_bg .news .news_box  .news_r{
    float: left;
    width: 630px;
}

.news_bg .news .news_box  .news_r .question_t{
    height: 40px;
    line-height: 40px;
    border-bottom: 1px solid #e6e6e6;
    position: relative;
}

.news_bg .news  .news_r .question_t a{
    font-size: 18px;
    font-weight: bold;
    color: #fb7318;
}

.news_bg .news  .news_r .question_t a span{
    font-size: 12px;
    font-weight: normal;
    color: #999;
    text-transform: uppercase;
}

.news_bg .news  .news_r .question_t i{
    position: absolute;
    left: 0;
    bottom: -1px;
    background: #fb7318;
    height: 2px;
    width: 75px;
}

.news_bg .news  .news_r .question_box{
    margin-top: 30px;
}

.news_bg .news  .news_r .question_box ul li{
    height: 158px;
    margin-bottom: 24px;
}

.news_bg .news  .news_r .question_box ul li .news_img{
    float: left;
    width: 264px;
    height: 158px;
}

.news_bg .news  .news_r .question_box ul li .news_img img{
    width: 264px;
    height: 158px;
}

.news_bg .news  .news_r .question_box ul li .txt{
    float: right;
    width: 345px;
}

.news_bg .news  .news_r .question_box ul li .txt a{
    font-size: 16px;
    color: #4c4c4c;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    margin: 13px 0 10px 0;
}

.news_bg .news  .news_r .question_box ul li .txt p{
    font-size: 14px;
    color: #808080;
    line-height: 28px;
    height: 56px;
    overflow: hidden;
    text-indent: 2em;
}

.news_bg .news  .news_r .question_box ul li .txt span{
    display: block;
    font-size: 14px;
    color: #808080;
    margin-top: 20px;
}

.news_bg .news  .news_r .question_box ul li:hover .txt a{
    color: #fb7318;
    transform: translateX(10px);
    -webkit-transform: translateX(10px);
    -o-transform: translateX(10px);
}


/*message*/

.message{

    width: 1200px;
    margin: 90px auto 0 auto;
}

.message .m_l{
    float: left;
    width: 440px;
}

.message .m_l h3{
    font-size: 28px;
    color: #fb7318;
    font-weight: bold;
    margin-bottom: 15px;

}

.message .m_l h3 span{
    font-size: 14px;
    color: #b2b2b2;
    text-transform: uppercase;
    display: block;
    font-weight: normal;

}

.message .m_l p{

    height: 30px;
    line-height: 30px;
    font-size: 14px;
    color: #4c4c4c;

}

.message .m_l p img{
    vertical-align: middle;
    margin-right: 15px;
}

.message .m_l ul{
    margin-top: 20px;
}

.message .m_l ul li{
    float: left;
    width: 120px;
    margin-right: 20px;
}

.message .m_l ul li img{
    width: 120px;
    height: 120px;
}

.message .m_l ul li  p{
    text-align: center;
    font-size: 14px;
    color: #808080;
    line-height: 30px;
}

.message .m_r{
    float: right;
    width: 632px;
    height: 396px;
    background: url(/EIqrESyDEyMUTxSEoRAsIIbpKIuDIIMUTykKDRqHIyqfIyVsDy1G.jpg) no-repeat center;
    padding: 0 35px;
}

.message .m_r h5{
    font-size: 24px;
    color: #fb7318;
    font-weight: bold;
    margin: 40px 0 30px 0;
}

.message .m_r h5 span{
    font-size: 14px;
    color: #fb7318;
    font-weight: normal;
    text-transform: uppercase;
}


.message .m_r .m_nr{
    margin: 0;
    height: 40px;
}

.message .m_r .form-group1{
    float: left;
    width: 298px;
    height: 38px;
    margin-right: 6px;
    border: 1px solid #e6e6e6;
}

.message .m_r .form-group1 input{
    width: 298px;
    height: 38px;
    background: url(/EIqrESyDEyMUTxSEoRAsIIbpKIuDIIMUTyjQUHEoIt.jpg) no-repeat 10px  center;
    text-indent: 45px;
    font-size: 14px;
    color: #999;
}

.message .m_r .form-group2{
    float: right;
    width: 298px;
    height: 38px;
    border: 1px solid #e6e6e6;
}

.message .m_r .form-group2 input{
    width: 298px;
    height: 38px;
    background: url(/EIqrESyDEyMUTxSEoRAsIIbpKIuDIIMUTyjNUHEoIt.jpg) no-repeat 10px  center;
    text-indent: 45px;
    font-size: 14px;
    color: #999;
}

.message .m_r  .form-group3{
    width: 628px;
    height: 120px;
    border: 1px solid #e6e6e6;
    margin: 30px 0;
}

.message .m_r .form-group3 textarea{
    width: 563px;
    height: 100px;
    background: url(/EIqrESyDEyMUTxSEoRAsIIbpKIuDIIMUTyjOUHEoIt.jpg) no-repeat 10px  25px;
    font-size: 14px;
    color: #999;
    padding: 20px 20px 0 45px;
}

.message .m_r  .codeText{
    float: left;
    background: none;
    text-indent: 10px;
    font-size: 14px;
    color: #999;
    width: 128px;
    height: 34px;
    border: 1px solid #e6e6e6;
}

.message .m_r .imgcode{
    float: left;
    width: 90px;
    height: 36px;
    margin: 0 28px 0 20px;
}

.message .m_r .anniu{
    float: left;
    width: 128px;
    height: 34px;
    border: 1px solid #fb7318;
    margin-right: 20px;
}

.message .m_r .anniu button{
    width: 128px;
    height: 34px;
    font-size: 14px;
    color: #fb7318;
    border: none;
    cursor: pointer;
    background: none;
}

.message .m_r  .zx{
    float: left;
    width: 128px;
    height: 34px;
    border: 1px solid #fb7318;
    position: relative;
    z-index: 5;
}

.message .m_r  .zx a{
    font-size: 14px;
    color: #fb7318;
    text-align: center;
    display: block;
    line-height: 34px;
    cursor: pointer;
}

.message .m_r  .zx i{
   position: absolute;
    width: 0;
    height: 34px;
    left: 50%;
    bottom: 0;
    background: #fb7318;
    z-index: -1;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.message .m_r  .zx:hover i {
    width: 100%;
    left: 0;
}

.message .m_r  .zx:hover  a{
    color: #fff;
}<!--耗时0.00034189224243164秒-->