﻿
/*-----------------------------------------------------------*/
/*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: 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: #ca0000;
    border: 2px solid #ca0000;
    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(../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%;
  }


/*sou*/

.sou_bg {
    width: 100%;
    margin: 0 auto;
    height: 100px;
    background: #f8f8f8;
}

.sou_bg .sou{
    width: 1200px;
    margin: 0 auto;
}

.sou_bg .sou .fw{
    float: left;
}

.sou_bg .sou .fw ul li{
    float: left;
    width: 60px;
    margin-right: 55px;
}

.sou_bg .sou .fw ul li img{
    display: block;
    width: 60px;
    height: 60px;
    margin: 9px auto 0 auto;
}

.sou_bg .sou .fw ul li h5{
    font-size: 14px;
    color: #666;
    text-align: center;
    margin-top: 5px;
}

.sou_bg .sou .search{
    float: right;
    width: 370px;
    height: 43px;
    border-top: 1px solid #d9d9d9;
    border-bottom: 1px solid #d9d9d9;
    margin-top: 28px;
}

.sou_bg .sou .search .search2{
    float: left;
    width: 300px;
    height: 43px;
    font-size: 14px;
    color: #c0c0c0;
    text-indent: 10px;
    background: none;
}

.sou_bg .sou .search .search_s{
    float: right;
    width: 23px;
    height: 23px;
    margin: 10px 20px 0 0;
} 



/*title*/

.title{
    width: 1200px;
    margin: 0 auto;
    text-align: center;
}

.title span{
    display: block;
    font-size: 36px;
    color: #e7e7e7;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 50px;
}

.title h3{
    font-size: 30px;
    color: #ca0000;
    font-weight: bold;
    margin-top: -35px;
}

.title h3 a{
    font-size: 30px;
    color: #ca0000;
    font-weight: bold;
}

.title p{
    font-size: 14px;
    color: #8b8b8b;
    margin-top: 5px;
}

.title i{
    display: block;
    width: 55px;
    height: 2px;
    background: #ca0000;
    margin: 10px auto 0 auto;
}

/*te*/

.te{
    width: 1200px;
    margin: 45px auto 0 auto;
}

.te .te_box{
    width: 1200px;
    margin: 40px auto 0 auto;
}

.te .te_box ul li{
    float: left;
    width: 250px;
    height: 320px;
    background: #fff;
    -webkit-box-shadow: 0 0 6px 6px rgba(0, 0, 0, .03);
    box-shadow: 0 0 6px 6px rgba(0, 0, 0, .03);
    margin: 0 5px;
    padding: 0 20px;
    text-align: center;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.te .te_box ul li img{
    display: block;
    margin: 45px auto 0 auto;
    width: 60px;
    height: 50px;
}

.te .te_box ul li h5{
    font-size: 20px;
    font-weight: bold;
    color: #ca0000;
    letter-spacing: 1px;
    margin-top: 35px;

}

.te .te_box ul li h5 span{
    display: block;
    font-size: 12px;
    color: #b2b2b2;
    font-weight: normal;
    letter-spacing: 0;
    margin-top: 5px;
}

.te .te_box ul li i{
    display: block;
    width: 50px;
    height: 1px;
    background: #e6e6e6;
    margin: 20px auto 30px auto;
}

.te .te_box ul li p{
    font-size: 16px;
    color: #666;
    line-height: 30px;
}

.te .te_box ul li:hover{
    transform: translateY(-10px);
    -webkit-transform: translateY(-10px);
    -o-transform: translateY(-10px);
}



/*product*/

.product_bg{
    width: 100%;
    margin: 50px auto 0 auto;
    background: url(../image/pro_bg.jpg) repeat center;
    padding-bottom: 60px;
    overflow: hidden;
}

.product_bg .product{
    width: 1200px;
    margin: 0 auto;
    padding-top: 35px;
}

.product_bg .product .pro_box{
    width: 1200px;
    margin: 25px auto 0 auto;
}

.product_bg .product .pro_box .pro_l{
    width: 276px;
    background: #ca0000;
    padding-bottom: 25px;
    float: left;
}

.product_bg .product .pro_box .pro_l .pro_t{
    height: 75px;
    padding-top: 25px;
}

.product_bg .product .pro_box .pro_l .pro_t a{
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    background: url(../image/buttom6.png) no-repeat 60px center;
    padding-left: 115px;
    height: 55px;
    display: block;
}

.product_bg .product .pro_box .pro_l .pro_t a span{
    display: block;
    font-size: 12px;
    font-weight: normal;
    color: #fff;
    text-transform: uppercase;
    margin-top: 3px;
}

.product_bg .product .pro_box .pro_l .pro_con{
    width: 236px;
    margin: 0 auto;
    background: #fff;
    border-radius: 5px;
    padding: 25px 0 20px 0;

}

.product_bg .product .pro_box .pro_l .pro_con ul li{
    width: 236px;
    height: 56px;
    line-height: 56px;
    background: #262626;
    margin-bottom: 15px;
    position: relative;
    z-index: 5;

}

.product_bg .product .pro_box .pro_l .pro_con ul li a{
    font-size: 16px;
    color: #fff;
    padding-left: 40px;
    width: 160px;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    overflow: hidden;
    display: block;
    float: left;
}

.product_bg .product .pro_box .pro_l .pro_con ul li span{
    background: url(../image/more.png) no-repeat right center;
    float: right;
    margin-right: 15px;
    display: block;
    width: 19px;
    height: 19px;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    margin-top: 22px;
}

.product_bg .product .pro_box .pro_l .pro_con ul li:hover span{
    -webkit-transform: rotate(90deg); 
    -moz-transform: rotate(90deg); 
    transform: rotate(90deg); 
}

.product_bg .product .pro_box .ewm{
    margin: 40px auto  0px auto;
    background: url(../image/ewm_bg.png) no-repeat center;
    width: 118px;
    height: 118px;
}

.product_bg .product .pro_box .ewm img{
    width: 96px;
    height: 96px;
    display: block;
    padding: 11px;

}

.product_bg .product .pro_box .pro_tab{
    width: 900px;
    float: right;
}

.product_bg .product .pro_box .pro_tab .pro_list{
    height: 46px;
    line-height: 46px;
} 

.product_bg .product .pro_box .pro_tab .pro_list ul li{
    float: left;
    width: 160px;
    height: 46px;
    background: #ca0000;
    margin-right: 20px;
    text-align: center;
    font-size: 14px;
    color: #fff;


}

.product_bg .product .pro_box .pro_l .pro_con ul li i {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 56px;
    background: #ca0000;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    z-index: -1;
}

.product_bg .product .pro_box .pro_l .pro_con ul li:hover i{
    width: 100%;
}




.product_bg .product .pro_box .pro_tab .pro_list ul li.fl img{
    vertical-align: middle;
    margin: 0 10px 0 30px;
    
}

.product_bg .product .pro_box .pro_tab .pro_list ul li.fl{
    text-align: left;
}

.product_bg .product .pro_box .pro_tab .pro_list ul li.casehover{
    background: #262626;
}


.product_bg .product .pro_box .pro_tab .pro_nr{
    margin-top: 25px;
}

.product_bg .product .pro_box .pro_tab .pro_nr ul li{
    float: left;
    width: 287px;
    position: relative;
    margin: 0 13px 20px 0;
}

.product_bg .product .pro_box .pro_tab .pro_nr ul li .pic{
    width: 287px;
    height: 215px;
    position: relative;
}

.product_bg .product .pro_box .pro_tab .pro_nr ul li .pic img{
    width: 287px;
    height: 215px;
}

.product_bg .product .pro_box .pro_tab .pro_nr ul li .txt{
    width: 267px;
    height: 50px;
    line-height: 50px;
    position: relative;
    margin: -34px auto 0 auto;
    z-index: 5;
    background: url(../image/pro_nr.png) no-repeat  center;
    position: relative;
    z-index: 5;
    overflow: hidden;
    -webkit-box-shadow: 0 0 6px 6px rgba(0, 0, 0, .04);
    box-shadow: 0 0 6px 6px rgba(0, 0, 0, .04);
}

.product_bg .product .pro_box .pro_tab .pro_nr ul li .txt a{
    font-size: 14px;
    color: #4c4c4c;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    overflow: hidden;
    display: block;
    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;
}

.product_bg .product .pro_box .pro_tab .pro_nr ul li .txt span{
    position: absolute;
    left: 0;
    top: 0;
    width: 267px;
    height: 0px;
    background: url(../image/pro_nr1.png) no-repeat  center;
    z-index: -1;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.product_bg .product .pro_box .pro_tab .pro_nr ul li:hover .txt span{
    height: 50px;
}

.product_bg .product .pro_box .pro_tab .pro_nr ul li:hover .txt a{
    color: #fff;
}



/*banner_1*/

.banner_1{
    width: 100%;
    margin: 0 auto;
    height: 260px;
    background: url(../image/banner_1.jpg) no-repeat  center;
}

.banner_1 .cont{
    width: 1200px;
    margin: 0 auto;
}

.banner_1 .cont h5{
    text-align: center;
    padding-top: 45px;
    font-size: 26px;
    color: #fff;
    font-weight: bold;
}

.banner_1 .cont  ul{
    height: 35px;
    line-height: 35px;
    margin-top: 5px;
    width: 790px;
    margin-left: 260px;

}

.banner_1 .cont  ul li{
    float: left;
    font-size: 16px;
    color: #fff;
    width: 240px;
    text-align: left;
    margin-right: 40px;
}

.banner_1 .cont  ul li.list2{
    margin-right: 3px;
}

.banner_1 .cont  ul li.list3{
    margin-right: 0;
}

.banner_1 .cont span{
    display: block;
    text-align: center;
    font-size: 12px;
    color: #b5bcc0;
    text-transform: uppercase;
    letter-spacing: 3.5px;
    margin-top: 15px;
}

.banner_1 .zx{
    margin: 25px auto 0 auto;
    height: 44px;
    line-height: 44px;
    width: 510px;
}

.banner_1 .zx .tel{
    float: left;
    padding-left: 50px;
    font-size: 24px;
    color: #fff;
    background: url(../image/tel1.png) no-repeat left center;
}

.banner_1 .zx .zixun{
    width: 220px;
    height: 44px;
    line-height: 44px;
    background: #ca0000;
    float: left;
    margin-left: 60px;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.banner_1 .zx .zixun a{
    display: block;
    text-align: center;
    font-size: 16px;
    color: #fff;

}

.banner_1 .zx .zixun:hover{
    border-radius: 25px;
}


/*ys*/


.ys_bg{
    width: 100%;
    margin: 50px auto 0 auto;
    height: 850px;
    background: url(../image/ys_bg.jpg) no-repeat bottom center;
}


.ys_bg .ys{
    width: 1200px;
    margin: 0 auto;
}

.ys_bg .ys .ys_box{
    width: 1200px;
    margin: 37px auto 0 auto;

}

.ys_bg .ys .ys_box .hd{
    float: left;
    width: 490px;
    margin-top: 45px;
}

.ys_bg .ys .ys_box .hd ul li{
    width: 490px;
    height: 90px;
    margin-bottom: 43px;
    position: relative;
    z-index: 5;
}

.ys_bg .ys .ys_box .hd ul li span{
    float: left;
    font-size: 70px;
    font-weight: bold;
    color: #fafafa;
    display: block;
    line-height: 90px;
    text-shadow: #8d8d8d 1px 0 0, #8d8d8d 0 1px 0, #8d8d8d -1px 0 0, #8d8d8d 0 -1px 0;
    -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 h5{
    float: left;
    margin-left: 35px;
    font-size: 18px;
    color: #545454;
    font-weight: bold;
    margin-top: 17px;
    -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 h5 i{
    display: block;
    font-size: 12px;
    color: #808080;
    text-transform: uppercase;
    margin-top: 8px;
    -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 .line{
    position: absolute;
    left: 0;
    bottom: 0;
    height: 90px;
    width: 0;
    background: #ca0000;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
    z-index: -1;
    -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.on .line{
    width: 100%;
}

.ys_bg .ys .ys_box .hd ul li.on span{
    color: #fff;
    text-shadow: none;
    margin-left: 20px;
}

.ys_bg .ys .ys_box .hd ul li.on h5{
    color: #fff;
}

.ys_bg .ys .ys_box .hd ul li.on h5 i{
    color: #fff;
}


.ys_bg .ys .ys_box .bd{
    float: right;
    width: 660px;
    height: 715px;
    overflow: hidden;
}

.ys_bg .ys .ys_box .bd ul li{
    float: left;
    width: 660px;
    position: relative;
}

.ys_bg .ys .ys_box .bd ul li .ys_img{
    width: 660px;
    height: 435px;
}

.ys_bg .ys .ys_box .bd ul li .ys_img img{
    width: 660px;
    height: 435px;
}


.ys_bg .ys .ys_box .bd ul li .txt{
    width: 610px;
    height: 230px;
    background: url(../image/ys_nr.jpg) no-repeat center;
    position: relative;
    padding: 50px 25px 0 25px;
}

.ys_bg .ys .ys_box .bd ul li .txt h5{
    font-size: 100px;
    color: #3d3d3d;
    position: absolute;
    right: 20px;
    top: -17px;

}

.ys_bg .ys .ys_box .bd ul li .txt p{
    font-size: 14px;
    color: #fff;
    line-height: 30px;
    height: 145px;
    position: relative;
    z-index: 5;

}

.ys_bg .ys .ys_box .bd ul li .txt span{
    display: block;
    font-size: 12px;
    color: #4b4b4b;
    text-transform: uppercase;
    margin-top: 30px;
}



/*case*/

.case{
    width: 1200px;
    margin: 45px auto 0 auto;
}

.case .case_box{
    width: 1200px;
    margin: 30px auto 0 auto;
    position: relative;
}

.case .case_box .bd{
    width: 1200px;
    margin: 0px auto 0 auto;
}

.case .case_box .bd ul li{
    float: left;
    width: 370px;
    height: 460px;
    background: #f3f3f3;
    padding: 0 10px;
    margin: 20px 5px;
    position: relative;
    z-index: 5;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.case .case_box .bd ul li .pic{
    width: 370px;
    height: 350px;
    margin-top: 10px;
}

.case .case_box .bd ul li .pic img{
    width: 370px;
    height: 350px;
}

.case .case_box .bd ul li .txt{
    margin: 20px 10px 0 10px;
    position: relative;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;

}

.case .case_box .bd ul li .txt a{
    font-size: 16px;
    color: #545454;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    overflow: hidden;
    display: block;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.case .case_box .bd ul li .txt p{
    font-size: 14px;
    color: #999;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    overflow: hidden;
    display: block;
    margin-top: 15px;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.case .case_box .bd ul li .line{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 0;
    background: #ca0000;
    z-index: -1;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.case .case_box .bd ul li:hover .line{
    height: 100%;
}

.case .case_box .bd ul li:hover{
    -webkit-box-shadow: 0 0 6px 6px rgba(0, 0, 0, .1);
    box-shadow: 0 0 6px 6px rgba(0, 0, 0, .1);
    transform: translateY(-10px);
    -webkit-transform: translateY(-10px);
    -o-transform: translateY(-10px);}


.case .case_box .bd ul li:hover .txt{
    margin: 20px 0px 0 0px;
}

.case .case_box .bd ul li:hover .txt a{
    text-align: center;
    color: #fff;
    width: 160px;
    margin: 0 auto;
}

.case .case_box .bd ul li:hover .txt a::before{
    position: absolute;
    left: 0;
    top: 12px;
    content: "";
    width: 99px;
    height: 1px;
    background: #e58080;
}

.case .case_box .bd ul li:hover .txt a::after{
    position: absolute;
    right: 0;
    top: 12px;
    content: "";
    width: 99px;
    height: 1px;
    background: #e58080;
}

.case .case_box .bd ul li:hover .txt p{
    color: #fff;
}

.case .case_box .next{
    position: absolute;
    left: -100px;
    top: 195px;
    width: 70px;
    height: 70px;
    background: url(../image/left.jpg) no-repeat center;
    cursor: pointer;
}

.case .case_box .prev{
    position: absolute;
    right: -100px;
    top: 195px;
    width: 70px;
    height: 70px;
    background: url(../image/right.jpg) no-repeat center;
    cursor: pointer;
}


/*about*/

.ab_bg{
    width: 100%;
    margin: 40px auto 0 auto;
    height: 490px;
    background: url(../image/ab_bg.jpg) no-repeat center;
}

.ab_bg .about{
    width: 1200px;
    margin: 0 auto;
    padding-top: 50px;
}

.ab_bg .about .txt{
    width: 710px;

}

.ab_bg .about .txt span{
    display: block;
    font-size: 36px;
    font-weight: bold;
    color: #545454;
}

.ab_bg .about .txt h5 a{
    display: block;
    font-size: 24px;
    font-weight: bold;
    color: #ca0000;
    margin-left: 100px;
}

.ab_bg .about .txt p{
    font-size: 14x;
    color:  #999;
    line-height: 36px;
    height: 144px;
    overflow: hidden;
    text-indent: 2em;
    margin-top: 35px;
}

.ab_bg .about .ab_list{
    margin-top: 40px;
}

.ab_bg .about .ab_list ul li{
    float: left;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    margin-right: 50px;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.ab_bg .about .ab_list ul li span{
    display: block;
    margin: 17px auto 10px auto;
    width: 41px;
    height: 29px;
}

.ab_bg .about .ab_list ul li a{
    display: block;
    text-align: center;
    font-size: 14px;
    color: #545454;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.ab_bg .about .ab_list ul li.on{
    background: #ca0000;
}

.ab_bg .about .ab_list ul li.on a{
    color: #fff;
}

.ab_bg .about .ab_list ul li.ab1 span{
    background: url(../image/ab1.png) no-repeat center;
}

.ab_bg .about .ab_list ul li.ab2 span{
    background: url(../image/ab2.png) no-repeat center;
}

.ab_bg .about .ab_list ul li.ab1.on span{
    background: url(../image/ab11.png) no-repeat center;
}

.ab_bg .about .ab_list ul li.ab2.on span{
    background: url(../image/ab22.png) no-repeat center;
}


/*news*/

.news{
    width: 1200px;
    height: 580px;
    margin: 45px auto 0 auto;
}

.news .ys_list{
    width: 1200px;
    margin: 30px auto 0 auto;
    position: relative;
}

.news .ys_list ul{
    text-align: center;
}

.news .ys_list ul li{
    width: 140px;
    height: 36px;
    line-height: 36px;
    background: #333;
    display: inline-block;
    margin: 0 14px;
    position: relative;
    z-index: 5;
}

.news .ys_list ul li a{
    display: block;
    text-align: center;
    font-size: 14px;
    color: #fff;
}

.news .ys_list ul li i{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 36px;
    background: #ca0000;
    z-index: -1;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.news .ys_list ul li.casehover i{
    width: 100%;
}

.news .news_box{
    margin: 30px auto 0 auto;
} 

.news .news_box .nr_top{
    height: 160px;

}

.news .news_box .nr_top ul li{
    width: 548px;
    height: 128px;
    border: 1px solid #d2d2d2;
    padding: 15px;
    float: left;
    margin: 0 20px 0 0;
}

.news .news_box .nr_top ul li .news_img{
    float: left;
    width: 204px;
    height: 128px;
}

.news .news_box .nr_top ul li .news_img img{
    width: 204px;
    height: 128px;
}

.news .news_box .nr_top ul li .txt{
    float: right;
    width: 308px;
} 

.news .news_box .nr_top ul li .txt a{
    border-bottom: 1px solid #d2d2d2;
    line-height: 50px;
    font-size: 16px;
    color: #545454;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    overflow: hidden;
    display: block;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.news .news_box .nr_top ul li:hover .txt a{
    color: #ca0000;
}

.news .news_box .nr_top ul li .txt p{
    font-size: 14px;
    color: #858585;
    line-height: 24px;
    height: 48px;
    overflow: hidden;
    margin-top: 12px;
}

.news .news_box .list{
    margin-top: 1px;

}

.news .news_box .list ul li{
    width: 580px;
    height: 55px;
    line-height: 55px;
    border-bottom: 1px dashed #dcdcdc;
    position: relative;
    float: left;
    margin-right: 20px;
}

.news .news_box .list ul li a{
    float: left;
    width: 380px;
    font-size: 14px;
    color: #545454;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    overflow: hidden;
    display: block;
    padding-left: 18px;
    background: url(../image/buttom8.png) no-repeat left center;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.news .news_box .list ul li span{
    float: right;
    font-size: 14px;
    color: #858585;
}

.news .news_box .list ul li i{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 1px;
    border-bottom: 1px dashed #ca0000;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.news .news_box .list ul li:hover i{
    width: 100%;
}

.news .news_box .list ul li:hover a{
    background: url(../image/buttom9.png) no-repeat left center;
    color: #ca0000;
}

.news .news_box .list ul li:hover span{
    color: #ca0000;
}


/*message*/

.message_bg{
    width: 100%;
    margin: 55px auto 0 auto;
    background: url(../image/message_bg.jpg) no-repeat  center;
    height: 120px;
}

.message{
    width: 1200px;
    margin: 0 auto;
    padding-top: 40px;
}

.message .form-group1{
    float: left;
    margin-right: 20px;
    width: 270px;
    height: 40px;
    background: #fff;
}

.message .form-group1 input{
    width: 270px;
    height: 40px;
    background: url(../image/m1.png) no-repeat 8px center;
   font-size: 14px;
   color: #bebebe;
   text-indent: 40px;
}

.message .form-group2{
    float: left;
    margin-right: 20px;
    width: 270px;
    height: 40px;
    background: #fff;
}

.message .form-group2 input{
    width: 270px;
    height: 40px;
    background: url(../image/m2.png) no-repeat 8px center;
   font-size: 14px;
   color: #bebebe;
   text-indent: 40px;
}

.message .form-group3{
    float: left;
    margin-right: 20px;
    width: 270px;
    height: 40px;
    background: #fff;
}

.message .form-group3 input{
    width: 270px;
    height: 40px;
    background: url(../image/m3.png) no-repeat 8px center;
   font-size: 14px;
   color: #bebebe;
   text-indent: 40px;
}

.message .form-group4{
    float: left;
    margin-right: 20px;
    width: 200px;
    height: 40px;
    background: #fff;
}

.message .form-group4 .codeText{
    float: left;
    width: 100px;
    height: 40px;
    font-size: 14px;
    color: #bebebe;
    text-indent: 5px;
}

.message .form-group4 .imgcode{
    float: right;
    width: 100px;
    height: 40px;
} 

.message .anniu{
    float: right;
    width: 110px;
    height: 40px;
    background: #333333;
}

.message .anniu button{
    width: 110px;
    height: 40px;
    background: #333333;
    border: none;
    cursor: pointer;
    font-size: 14px;
    color: #fff;
}


/*links*/

.links_bg{
    width: 100%;
    margin: 0 auto;
    height: 83px;
    background: url(../image/links_bg.jpg) no-repeat center;
    padding: 50px 0 0 0;
}

.links_bg .links{
    width: 1178px;
    margin: 0 auto;
    height: 80px;
    border: 1px solid #434343;
    padding: 0 10px;
    overflow: hidden;
}

.links_bg .links h3{
    float: left;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    background: url(../image/xt1.png) no-repeat left 60px;
    line-height: 80px;
}
.links_bg .links h3 span{
    color: #ca0000;
}

.links_bg .links .yq{
    float: left;
    font-size: 14px;
    color: #adadad;
    margin-left: 20px;
    width: 1010px;
    margin-top: 27px;
}

.links_bg .links .yq a{
    font-size: 14px;
    color: #adadad;
    margin: 0 10px;
    line-height: 24px;
}