﻿
/*-----------------------------------------------------------*/
/*copyright by 动力无限  www.btoe.cn*/
/*邮箱 btoe@btoe.cn*/
/*合作电话 400-0599-360*/
/*版权所有违者必究*/
/*-----------------------------------------------------------*/



/*banner*/
.fullSlide {
    width: 100%;
    position: relative;
    height: 1139px;
    background: #fff;
    overflow: hidden;
 top: -140px; }
  
  .fullSlide .bd {
    width: 100%;
    height: 1139px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
    overflow: hidden;
  }

  
  .fullSlide .bd ul {
    width: 100%;
  }
  
  .fullSlide .bd li {
    width: 100% !important;
    height: 1139px;
    overflow: hidden;
    text-align: center;
  }
  
  .fullSlide .bd li a {
    display: block;
    height: 1139px;
  }
  
  .fullSlide .hd {
    width: 100%;
    position: absolute;
    z-index: 9;
    bottom: 270px;
    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: #1ea46a;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
  }
  
  
  .fullSlide .next {
    width: 65px;
    height: 65px;
    background: url(../images/bannerR.png) no-repeat center;
    -webkit-transition: all .5s linear;
    transition: all .5s linear;
    position: absolute;
    right: 4%;
    top: 35%;
    z-index: 5;
  }
  
  .fullSlide .prev {
    width: 65px;
    height: 65px;
    position: absolute;
    left: 4%;
    top: 35%;
    background: url(../images/bannerL.png) no-repeat center;
    -webkit-transition: all .5s linear;
    transition: all .5s linear;
    z-index: 5;
  }


/*product*/

.pro_bg{
    width: 100%;
    height: 1480px;
    margin: -305px auto 0 auto;
    overflow: hidden;
    position: relative;
    z-index: 9;
    background: url(../images/ys_bg.jpg) no-repeat bottom center;
}

.product{
    margin: 0 auto;
    width: 1280px;
    height: 710px;
}

.product .pro_l{
    float: left;
    width: 185px;
}

.product .pro_l .pro_t{

}
 
.product .pro_l .pro_t span{
    display: block;
    font-size: 36px;
    color: #333333;
    font-weight: bold;
    text-transform: uppercase;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 35px;

}

.product .pro_l .pro_t span i{
    font-size: 36px;
    color: #1ea46a;
    font-weight: bold;
    text-transform: uppercase;
    font-family: Arial, Helvetica, sans-serif;
}

.product .pro_l .pro_t h3 a{
    display: block;
    font-size: 24px;
    color: #333333;
    margin-left: 60px;
    position: relative;
}

.product .pro_l .pro_t h3 a::after{
    position: absolute;
    content: "";
    left: -377px;
    top: 16px;
    width: 362px;
    height: 7px;
    background: url(../images/xt.png) no-repeat center;
}

.product .pro_l .pro_con{
    margin-top: 35px;
    width: 165px;
    border-right: 1px solid #dddddd;
    padding-right: 10px;
}

.product .pro_l .pro_con ul>li{
    margin-bottom: 15px;
}

.product .pro_l .pro_con ul li .first{
    font-size: 20px;
    color: #333333;
    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-left: 32px;
    background: url(../images/xt1.png) no-repeat left center;
    margin-bottom: 10px;
}

.product .pro_l .pro_con ul li ul li{
    height: 52px;
    line-height: 52px;
    position: relative;
    margin: 0;

}

.product .pro_l .pro_con ul li ul li a{
    font-size: 16px;
    color: #808080;
    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-left: 32px;
    background: url(../images/buttom2.png) no-repeat 10px center;
}

.product .pro_l .pro_con ul li ul li::after{
    position: absolute;
    right: -10px;
    top: 11px;
    width: 2px;
    height: 0px;
    background: #1ea46a;
    content: "";
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.product .pro_l .pro_con ul li ul li:hover::after{
    height: 30px;
}

.product .pro_l .pro_con ul li ul li:hover a{
    color: #1ea46a;
    background: url(../images/buttom1.png) no-repeat 10px center;
}

.product .pro_l .pro_con ul li ul li.on::after{
    height: 30px;
}

.product .pro_l .pro_con ul li ul li.on a{
    color: #1ea46a;
    background: url(../images/buttom1.png) no-repeat 10px center;
}

.product .pro_r{
    float: right;
    width: 1095px;
}

.product .pro_r ul li{
    float: left;
    width: 320px;
    margin: 0 0 47px 45px;
}

.product .pro_r ul li .pic{
    width: 320px;
    height: 240px;
    background: #eeeeee;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.product .pro_r ul li .pic img{
    width: 310px;
    height: 230px;
    margin: 5px;
}

.product .pro_r ul li .txt{
    margin: 7px auto 0 auto;
    height: 40px;
    line-height: 40px;
    border-bottom: 1px solid #dddddd;
    width: 310px;
    padding: 0 5px;
} 

.product .pro_r ul li .txt h5 a{
    float: left;
    width: 240px;
    font-size: 18px;
    color: #000020;
    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;
}

.product .pro_r ul li .txt .more{
    display: block;
    float: right;
    font-size: 14px;
    color: #808080;
    text-transform: capitalize;
}

.product .pro_r ul li.on .pic{
    background: #1ea46a;
}

.product .pro_r ul li.on .txt h5 a{
    color: #1ea46a;
}


/*title*/

.title{

}

.title span{
    display: block;
    font-size: 36px;
    color: #333333;
    font-weight: bold;
    text-transform: uppercase;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 35px;
}

.title span i{
    font-size: 36px;
    color: #1ea46a;
    font-weight: bold;
    text-transform: uppercase;
    font-family: Arial, Helvetica, sans-serif;
}

.title h3{
    display: block;
    font-size: 24px;
    color: #333333;
    margin-left: 60px;
    position: relative;
}

.title h3 a{
    display: block;
    font-size: 24px;
    color: #333333;
    position: relative;
}

.title h3::after {
    position: absolute;
    content: "";
    left: -377px;
    top: 16px;
    width: 362px;
    height: 7px;
    background: url(../images/xt.png) no-repeat center;
}



/*ys*/

.ys{
    width: 1280px;
    margin: 125px auto 0 auto;
}

.ys .title i{
    color: #f1e27a;
}

.ys .ys_box{
    width: 1280px;
    margin: 65px auto 0 auto;
    position: relative;
} 

.ys .ys_box .bd{
    width: 540px;
    height: 270px;
}

.ys .ys_box .bd ul li{
    float: left;
    width: 540px;
}

.ys .ys_box .bd ul li h5{
    font-size: 24px;
    color: #333;
    font-weight: bold;
}

.ys .ys_box .bd ul li h5 i{
    font-size: 14px;
    color: #333;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    text-transform: uppercase;
    margin-right: 20px;

}

.ys .ys_box .bd ul li p{
    font-size: 16px;
    color: #808080;
    line-height: 30px;
    margin-top: 25px;
}

.ys .ys_box .hd{
    margin: 12px auto 0 auto;

}

.ys .ys_box .hd ul li{
    float: left;
    width: 150px;
    height: 76px;
    border-right: 1px solid #47b384;
    position: relative;
    z-index: 5;
}

.ys .ys_box .hd ul li:last-child{
    margin-right: 0;
}

.ys .ys_box .hd ul li img{
    display: block;
    margin: 20px auto 0 auto;
}

.ys .ys_box .hd ul li::after{
    position: absolute;
    left: 55px;
    top: 43px;
    width: 21px;
    height: 21px;
    content: "";
    z-index: -1;
    background: url(../images/buttom4.png) no-repeat center;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.ys .ys_box .hd ul li.on::after{
    width: 0px;
}

.ys .ys_box .page{
    position: absolute;
    left: 0;
    top: 195px;
    width: 280px;
    height: 20px;
    background: url(../images/buttom5.png) no-repeat center;
    
}  

.ys .ys_box .page .next{
    float: left;
    font-size: 16px;
    color: #808080;
    text-transform: uppercase;
    padding-left: 25px;
    background: url(../images/left.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;
}

.ys .ys_box .page .next:hover{
    background: url(../images/left1.png) no-repeat left center;
}

.ys .ys_box .page .prev{
    float: right;
    font-size: 16px;
    color: #808080;
    text-transform: uppercase;
    padding-right: 25px;
    background: url(../images/right1.png) no-repeat right center;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
} 

.ys .ys_box .page .prev:hover{
    background: url(../images/right.png) no-repeat right center;
}

.ys .ys_box .tel{
    position: absolute;
    left: 765px;
    top: -130px;
    background: url(../images/tel.png) no-repeat left center;
    padding-left: 50px;
    z-index: 5;
    font-size: 16px;
    color: #333333;
    line-height: 33px;

} 

.ys .ys_box .tel i{
    font-size: 24px;
    color: #1ea46a;
    font-weight: bold;

}



/*case*/

.case_bg{
    width: 100%;
    margin: 70px auto 0 auto;
    overflow: hidden;
    position: relative;
    z-index: 9;
}

.case_bg  .case{
    width: 1280px;
    margin: 0 auto;

}

.case_bg  .case .case_t{
    height: 72px;

}

.case_bg  .case .case_t .title{
    float: left;
}

.case_bg  .case .case_t .search{
    float: right;
    width: 300px;
    height: 50px;
    border: 1px solid #ededed;
}

.case_bg  .case .case_t .search .search2{
    float: right;
    font-size: 14px;
    color: #808080;
    width: 235px;
    height: 50px;
}

.case_bg  .case .case_t .search .search_s{
    float: left;
    width: 25px;
    height: 25px;
    margin: 12px 0 0 20px;
}

.case_bg  .case .case_box{
    margin: 50px auto 0 auto;
    position: relative;
    height: 497px;
}

.case_bg  .case .case_box .bd{
    position: absolute;
    left: 370px;
    top: 0;
    width: 540px;
    height: 497px;
}

.case_bg  .case .case_box .bd ul li{
    float: left;
    width: 540px;
    height: 497px;
    position: relative;
}

.case_bg  .case .case_box .bd ul li .pic{
    width: 540px;
    height: 497px;
}

.case_bg  .case .case_box .bd ul li .pic img{
    width: 540px;
    height: 497px;
}

.case_bg  .case .case_box .bd ul li .txt{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 540px;
    height: 50px;
    line-height: 50px;
    background: url(../images/ico1.png) repeat center;
} 

.case_bg  .case .case_box .bd ul li .txt a{
    font-size: 18px;
    color: #fff;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: center;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.case_bg  .case .case_box .hd ul li{
    width: 176px;
    height: 244px;
    background: #f7f7f7;
    position: relative;
    z-index: 5;
    text-align: center;
}

.case_bg  .case .case_box .hd ul li span{
    display: block;
    width: 72px;
    height: 72px;
    margin: 65px auto 30px auto;
    position: relative;
    z-index: 5;
}

.case_bg  .case .case_box .hd ul li a{
    font-size: 16px;
    color: #333333;
    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: 0 10px;
    position: relative;
    z-index: 5;
}

.case_bg  .case .case_box .hd ul li.c1 span{
    background: url(../images/c1.png) no-repeat left center;
}

.case_bg  .case .case_box .hd ul li.c2 span{
    background: url(../images/c2.png) no-repeat left center;
}

.case_bg  .case .case_box .hd ul li.c3 span{
    background: url(../images/c3.png) no-repeat left center;
}
.case_bg  .case .case_box .hd ul li.c4 span{
    background: url(../images/c4.png) no-repeat left center;
}

.case_bg  .case .case_box .hd ul li.c5 span{
    background: url(../images/c5.png) no-repeat left center;
}

.case_bg  .case .case_box .hd ul li.c6 span{
    background: url(../images/c6.png) no-repeat left center;
}

.case_bg  .case .case_box .hd ul li.c7 span{
    background: url(../images/c7.png) no-repeat left center;
}

.case_bg  .case .case_box .hd ul li.c8 span{
    background: url(../images/c8.png) no-repeat left center;
}

.case_bg  .case .case_box .hd ul li a::after{
    position: absolute;
    z-index: -1;
    content: "";
    width: 21px;
    height: 21px;
    top: 113px;
    left: 105px;
    background: url(../images/buttom4.png) no-repeat center;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}


.case_bg  .case .case_box .hd ul li.c1{
    position: absolute;
    left: 0;
    top: 0;
}

.case_bg  .case .case_box .hd ul li.c2{
    position: absolute;
    left: 185px;
    top: 0;
}

.case_bg  .case .case_box .hd ul li.c3{
    position: absolute;
    left: 0;
    top: 253px;
}

.case_bg  .case .case_box .hd ul li.c4{
    position: absolute;
    left: 185px;
    top: 253px;
}

.case_bg  .case .case_box .hd ul li.c5{
    position: absolute;
    right: 185px;
    top: 0;
}

.case_bg  .case .case_box .hd ul li.c6{
    position: absolute;
    right: 0;
    top: 0;
}

.case_bg  .case .case_box .hd ul li.c7{
    position: absolute;
    right: 185px;
    top: 253px;
}

.case_bg  .case .case_box .hd ul li.c8{
    position: absolute;
    right: 0;
    top: 253px;
}

.case_bg  .case .case_box .hd ul li::after{
    position: absolute;
    z-index: -1;
    content: "";
    width: 100%;
    height: 0;
    top: 0;
    left: 0;
    background: #1ea46a;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.case_bg  .case .case_box .hd ul li.on::after{
    height: 100%;
}

.case_bg  .case .case_box .hd ul li.on a{
    color: #fff;
}



.case_bg  .case .case_box .hd ul li.c1.on span{
    background: url(../images/c11.png) no-repeat left center;
}

.case_bg  .case .case_box .hd ul li.c2.on span{
    background: url(../images/c22.png) no-repeat left center;
}

.case_bg  .case .case_box .hd ul li.c3.on span{
    background: url(../images/c33.png) no-repeat left center;
}
.case_bg  .case .case_box .hd ul li.c4.on span{
    background: url(../images/c44.png) no-repeat left center;
}

.case_bg  .case .case_box .hd ul li.c5.on span{
    background: url(../images/c55.png) no-repeat left center;
}

.case_bg  .case .case_box .hd ul li.c6.on span{
    background: url(../images/c66.png) no-repeat left center;
}

.case_bg  .case .case_box .hd ul li.c7.on span{
    background: url(../images/c77.png) no-repeat left center;
}

.case_bg  .case .case_box .hd ul li.c8.on span{
    background: url(../images/c88.png) no-repeat left center;
}


/*BRAND*/

.brand_bg{
    width: 100%;
    margin: 70px auto 0 auto;
    overflow: hidden;
    position: relative;
    z-index: 9;
    height: 765px;
    background: url(../images/brand_bg.jpg) no-repeat bottom center;
}

.brand_bg  .brand{
    width: 1280px;
    margin: 0 auto;

}

.brand_bg  .brand .brand_t{
    height: 72px;
}

.brand_bg  .brand .brand_box{
    width: 1360px;
    margin: 60px auto 0 auto;
}

.brand_bg  .brand .brand_box ul li{
    float: left;
    width: 400px;
    margin-right: 40px;
}

.brand_bg  .brand .brand_box ul li .pic{
    width: 400px;
    height: 300px;
    overflow: hidden;
    border-radius: 12px;
}

.brand_bg  .brand .brand_box ul li .pic img{
    width: 400px;
    height: 300px;
    border-radius: 12px;
    overflow: hidden;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.brand_bg  .brand .brand_box ul li:hover .pic img{
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
}

.brand_bg  .brand .brand_box ul li .txt{
    margin-top: 32px;

} 

.brand_bg  .brand .brand_box ul li .txt h5{
    font-size: 18px;
    color: #333333;
    font-weight: bold;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.brand_bg  .brand .brand_box ul li .txt i{
    display: block;
    width: 30px;
    height: 2px;
    background: #f1e27a;
    margin-top: 10px;
}

.brand_bg  .brand .brand_box ul li .txt p{
    font-size: 16px;
    color: #808080;
    line-height: 30px;
    margin-top: 15px;
}

/*about*/

.ab_bg{
    width: 100%;
    margin: 0px auto 0 auto;
    overflow: hidden;
    position: relative;
    z-index: 9;
    height: 934px;
    background: url(../images/ab_bg.jpg) no-repeat top center;
}

.ab_bg .about {
    width: 1280px;
    margin: 0 auto;
    padding-top: 145px;
}

.ab_bg .about .title{
    margin-left: 550px;
}

.ab_bg .about .title h3{
    margin-left: 47px;
}

.ab_bg .about .title h3::after{
    width: 0;
    
}

.ab_bg .about .ab_box{
    margin-left: 550px;
    margin-top: 40px;
    width: 730px;
} 

.ab_bg .about .ab_box h5{
    font-size: 30px;
    color: #333;
    font-weight: bold;

}

.ab_bg .about .ab_box h5 i{
    display: block;
    font-size: 12px;
    color: #808080;
    font-family: Arial, Helvetica, sans-serif;
    text-transform: uppercase;
}

.ab_bg .about .ab_box em{
    display: block;
    width: 1px;
    height: 30px;
    background:  #1ea46a;
    margin: 20px 0;
}

.ab_bg .about .ab_box p{
    font-size: 16px;
    color: #808080;
    line-height: 40px;
    height: 160px;
    overflow: hidden;
}

.ab_bg .about .zx{
    margin: 50px 0 0 550px;

} 

.ab_bg .about .zx .zixun{

}

.ab_bg .about .zx .zixun a{
    display: block;
    text-align: center;
    font-size: 16px;
    color: #333;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.ab_bg .about .zx .btnstyle1 {
    position: relative;
    z-index: 1;
    display: block;
    width: 140px;
    height: 45px;
    line-height: 45px;
    float: left;
    text-align: center;
    overflow: hidden;
    transition: color .3s;
    box-sizing: border-box;
    background-color: transparent;
    cursor: pointer;
    background-color: #f1e27a;
  }
  .ab_bg .about .zx .btnstyle1::before {
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    bottom: 100%;
    left: 0;
    z-index: -1;
    background-color: #1ea46a;
    -webkit-transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
    transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
    box-sizing: border-box;
  }
  .ab_bg .about .zx .btnstyle1::after {
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    bottom: 100%;
    left: 0;
    z-index: -1;
    background-color: #1ea46a;
    -webkit-transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
    transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
    box-sizing: border-box;
  }

  .ab_bg .about .zx .btnstyle1:hover a{
      color: #fff;
  }
  .ab_bg .about .zx .btnstyle1:hover::after {
    -webkit-transition-delay: 0.175s;
    transition-delay: 0.175s;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  .ab_bg .about .zx .btnstyle1:hover::before {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }



.ab_bg .about .tel{
    line-height: 45px;
    float: left;
    font-size: 24px;
    color: #333333;
    font-family: Arial, Helvetica, sans-serif;
    margin-left: 53px;
}

.ab_bg .about .tel i{
    font-size: 24px;
    color: #1ea46a;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
}




/*news*/

.news_bg{
    width: 100%;
    margin: -120px auto 0 auto;
    overflow: hidden;
    position: relative;
    z-index: 9;
    height: 1015px;
    background: url(../images/news_bg.jpg) no-repeat bottom center;
}

.news_bg .news {
    width: 1280px;
    margin: 0 auto;
}

.news_bg .news .news_t{
    height: 72px;


}

.news_bg .news .news_t .title{
    float: left;
}

.news_bg .news .news_t .news_list{
    float: right;
    margin-top: 13px;
}


.news_bg .news .news_t .news_list ul li{
    float: left;
    margin-left: 75px;
    width: auto;
    height: 38px;
    line-height: 38px;
    position: relative;
    overflow: hidden;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.news_bg .news .news_t .news_list ul li a{
    display: block;
    font-size: 18px;
    color: #333;
    padding-left: 60px;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.news_bg .news .news_t .news_list ul li.n1 a{
    background: url(../images/news1.png) no-repeat left center;
}

.news_bg .news .news_t .news_list ul li.n2 a{
    background: url(../images/news2.png) no-repeat left center;
}

.news_bg .news .news_t .news_list ul li.n3 a{
    background: url(../images/news3.png) no-repeat left center;
}

.news_bg .news .news_t .news_list ul li.casehover a{
    color: #1ea46a;
    background:none;
    padding-left: 0;
    text-align: center;

}

.news_bg .news .news_t .news_list ul li::after{
    position: absolute;
    bottom: 0;
    right: 0;
    width: 0px;
    height: 5px;
    background: url(../images/news_xt.png) no-repeat bottom center;
    content: "";
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.news_bg .news .news_t .news_list ul li.casehover{
    width: 105px;
}

.news_bg .news .news_t .news_list ul li.casehover::after{
    width: 105px;
}

.news_bg .news .news_box{
    margin: 50px auto 0 auto;
    height: 740px;
    overflow: hidden;
}

.news_bg .news .news_box .news_l{
    float: left;
    width: 400px;
}

.news_bg .news .news_box .news_l ul li{
    width: 400px;
    height: 399px;
    background: #f7f7f7;
    overflow: hidden;
    margin-bottom: 40px;

}

.news_bg .news .news_box .news_l ul li .news_img{
    width: 400px;
    height: 300px;

}

.news_bg .news .news_box .news_l ul li .news_img img{
    width: 400px;
    height: 300px;
}

.news_bg .news .news_box .news_l ul li .txt{
    height: 99px;
    margin: 0 30px;

}

.news_bg .news .news_box .news_l ul li .txt a{
    font-size: 18px;
    color: #333333;
    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;
    margin: 20px 0 10px 0;
}

.news_bg .news .news_box .news_l ul li:hover .txt a{
    color: #1ea46a;
}

.news_bg .news .news_box .news_l ul li .txt span{
    display: block;
    font-size: 14px;
    color: #808080;
    background: url(../images/buttom3.png) no-repeat left center;
    padding-left: 45px;
}

.news_bg .news .news_box .news_r{
    float: right;
    width: 840px;
}

.news_bg .news .news_box .news_r ul li{
    width: 840px;
    height: 155px;
    background: #f7f7f7;
    margin-bottom: 40px;
    position: relative;
    z-index: 5;
    overflow: hidden;

}


.news_bg .news .news_box .news_r ul li .news_img img{
    float: left;
    width: 0px;
    height: 155px;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    opacity: 0;
    display: block;
}

.news_bg .news .news_box .news_r ul li .txt{
    float: left;
    margin-left: 40px;
    width: 765px;
}

.news_bg .news .news_box .news_r ul li .txt .txt_t{
    height: 38px;
    line-height: 38px;
    margin-top: 21px;

}

.news_bg .news .news_box .news_r ul li .txt .txt_t h5 a{
    float: left;
    width: 360px;
    font-size: 18px;
    color: #333333;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;

}

.news_bg .news .news_box .news_r ul li .txt .txt_t span{
    display: block;
    float: right;
    font-size: 14px;
    color: #808080;
    background: url(../images/buttom3.png) no-repeat left center;
    padding-left: 45px;
    -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_r ul li .txt i{
    display: block;
    width: 30px;
    height: 2px;
    background: #1ea46a;
    -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_r ul li .txt p{
    font-size: 16px;
    color: #808080;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin: 15px 0 15px 0;
    -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_r ul li .txt .more{
    display: block;
    font-size: 14px;
    color: #808080;
    text-transform: uppercase;
    background: url(../images/more.png) no-repeat left center;
    padding-left: 40px;
    -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_r ul li::after{
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 155px;
    background: #1ea46a;
    z-index: -1;
    content: "";
    -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_r ul li.on::after{
    width: 100%;
}

.news_bg .news .news_box .news_r ul li.on .news_img img{
    width: 150px;
    opacity: 1;
}

.news_bg .news .news_box .news_r ul li.on .txt{
    width: 615px;
}

.news_bg .news .news_box .news_r ul li.on .txt .txt_t h5 a{
    color: #fff;

}

.news_bg .news .news_box .news_r ul li.on .txt .txt_t span{
    color: #fff;
}

.news_bg .news .news_box .news_r ul li.on .txt i{
    background: #fff;

}
.news_bg .news .news_box .news_r ul li.on .txt p{
    color: #fff;
}

.news_bg .news .news_box .news_r ul li.on .txt .more{
    opacity: 0;
}


/*links*/

.links{
    width: 1280px;
    margin: 60px auto 0 auto;
    overflow: hidden;
}

.links .links_t{
    float: left;
    font-size: 30px;
    color: #1ea46a;
    font-weight: bold;
    font-style: italic;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 30px;
}

.links .yq{
    float: right;
    width: 1145px;
    font-style: 14px;
    color: #868686;
    line-height: 30px;
} 

.links .yq a{
    font-style: 14px;
    color: #868686;
    margin: 0 10px;
}