
/*-----------------------------------------------------------*/
/*copyright by 动力无限  www.btoe.cn*/
/*邮箱 btoe@btoe.cn*/
/*合作电话 400-0599-360*/
/*版权所有违者必究*/
/*-----------------------------------------------------------*/

/*banner*/
.fullSlide {
    width: 100%;
    position: relative;
    height: 780px;
    background: #fff;
    overflow: hidden;
  }
  
  .fullSlide .bd {
    width: 100%;
    height: 780px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
    overflow: hidden;
  }

  
  .fullSlide .bd ul {
    width: 100% !important;
  }
  
  .fullSlide .bd li {
    width: 100% !important;
    height: 780px;
    overflow: hidden;
    text-align: center;
  }
  
  .fullSlide .bd li a {
    display: block;
    height: 780px;
  }
  
  .fullSlide .hd {
    width: 100%;
    position: absolute;
    z-index: 2;
    bottom: 40px;
    left: 0;
    height: 30px;
    text-align: center;
  }
  
  .fullSlide .hd ul {
    text-align: center;
  }
  
  .fullSlide .hd ul li {
    cursor: pointer;
    display: inline-block;
    zoom: 1;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    margin: 12px;
    overflow: hidden;
    line-height: 99px;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
    border: 1px solid #fff;
  }
  
  .fullSlide .hd ul .on {
    background: #fff;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
  }
  
  
  .fullSlide .next {
    width: 65px;
    height: 65px;
    position: absolute;
    top: 50%;
    z-index: 2;
    background: url(../images/bannerR.png) no-repeat center;
    filter: alpha(opacity=80);
    -moz-opacity: .8;
    opacity: .8;
    -webkit-transition: all .5s linear;
    transition: all .5s linear;
    right: 4%;
  }
  
  .fullSlide .prev {
    width: 65px;
    height: 65px;
    position: absolute;
    top: 50%;
    z-index: 2;
    background: url(../images/bannerL.png) no-repeat center;
    filter: alpha(opacity=80);
    -moz-opacity: .8;
    opacity: .8;
    -webkit-transition: all .5s linear;
    transition: all .5s linear;
    left: 4%;
  }


/*trait*/

.trait{
    width: 1280px;
    height: 130px;
    background: #fff;
    margin: -90px auto 0 auto;
    -webkit-box-shadow: 0 0 8px 6px rgba(0, 0, 0, .05);
    box-shadow: 0 0 8px 6px rgba(0, 0, 0, .05);
    position: relative;
    z-index: 5;
}

.trait .trait_l{
    float: left;
    margin-left: 80px;
    width: 390px;
    height: 130px;
    background: url(../images/xt.png) no-repeat right center;
}

.trait .trait_l span{
    display: block;
    background: url(../images/buttom1.png) no-repeat left center;
    padding-left: 60px;
    font-size: 18px;
    color: #333;
    margin-top: 40px;
    height: 45px;
    letter-spacing: 1px;
}

.trait .trait_l span i{
    display: block;
    font-size: 14px;
    color: #999999;
    margin-top: 2px;
}
 
.trait .tel{
    float: left;
    background: url(../images/xt.png) no-repeat right center;
    margin-left: 85px;
    width: 315px;
    height: 130px;
}

.trait .tel span{
    display: block;
    background: url(../images/tel.png) no-repeat left center;
    padding-left: 55px;
    font-size: 14px;
    color: #666666;
    height: 50px;
    margin-top: 40px;
}

.trait .tel span i{
    display: block;
    font-size: 20px;
    color: #333;
    font-weight: bold;
}

.trait .search{
    float: right;
    width: 260px;
    height: 46px;
    border: 1px solid #dddddd;
    border-radius: 45px;
    margin-right: 70px;
    margin-top: 42px;
} 

.trait .search .search2{
    float: left;
    width: 150px;
    height: 46px;
    background: none;
    padding-left: 20px;
    font-size: 14px;
    color: #cccccc;
}

.trait .search .search_s{
    float: right;
    width: 21px;
    height: 19px;
    margin: 10px 20px 0 0;

} 


/*title*/

.title{

}

.title h3{
    font-size: 30px;
    color: #333333;
    font-weight: bold;
    position: relative;
    line-height: 32px;
    z-index: 5;

}

.title h3 a{
    font-size: 30px;
    color: #333333;
    font-weight: bold;
}

.title span{
    font-size: 20px;
    color: #999;
    display: inline-block;
    background: url(../images/title.png) no-repeat right 13px;
    padding-right: 80px;
    margin-top: 10px;
}

.title h3::after{
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 8px;
    background: #5c9533;
    content: "";
    z-index: -1;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

/*product*/

.product{
    width: 1280px;
    margin:  65px auto 0 auto;
}

.product .pro_l{
    float: left;
    width: 160px;
    background: #5ea02f;
}

.product .pro_l .pro_t{
    width: 160px;
    height: 80px;
    background: #ffba08;
    text-align: center;

}

.product .pro_l .pro_t a{
    display: block;
    font-size: 20px;
    color: #fff;
    font-weight: bold;
    padding-top: 12px;
}

.product .pro_l .pro_t a i{
    display: block;
    font-size: 12px;
    color: #fff;
    font-weight: normal;
    margin-top: 3px;
}

.product .pro_l .pro_con{
    margin: 0 0 0 30px;
    padding-top: 35px;

} 

.product .pro_l .pro_con ul li{
    margin: 0px 0 43px 0;
    height: 32px;
    border-left: 2px solid #fff;
    position: relative;

}

.product .pro_l .pro_con ul li a{
    font-size: 16px;
    color: #fff;
    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: 15px;
    top: -7px;
    position: relative;
}

.product .pro_l .pro_con ul li a i{
    font-size: 12px;
    color: #fff;
    display: block;
    margin-top: 2px;
}

.product .pro_l .pro_con ul li::after{
    position: absolute;
    left: 100px;
    top: 5px;
    width: 0%;
    height: 4px;
    background: #ffba08;
    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.on::after{
    width: 100px;
}


.product .pro_r{
    float: right;
    width: 1020px;
    position: relative;
}

.product .pro_r .pro_tab{
    height: 105px;

}

.product .pro_r .pro_tab .title{
    float: left;
}

.product .pro_r .pro_tab .more a{
    float: right;
    margin-top: 25px;
    font-size: 16px;
    color: #666666;
    font-weight: bold;
    position: relative;
    height: 22px;
    display: block;

} 

.product .pro_r .pro_tab .more a::after{
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 4px;
    background: #5c9533;
    content: "";
    z-index: -1;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.product .pro_r .bd{
    margin: 0 auto;
    width: 1020px;
} 

.product .pro_r .bd ul li{
    float: left;
    width: 1020px;
    height: 375px;
    margin: 10px 0 10px 10px;
}


.product .pro_r .bd ul li .pic{
    float: left;
    width: 460px;
    height: 375px;
    background: #fff;
    -webkit-box-shadow: 0 0 8px 6px rgba(0, 0, 0, .05);
    box-shadow: 0 0 8px 6px rgba(0, 0, 0, .05);
}

.product .pro_r .bd ul li .pic img{
    width: 440px;
    height: 355px;
    margin: 10px;
}

.product .pro_r .bd ul li .txt{
    float: right;
    width: 510px;
    margin-top: 40px;

}

.product .pro_r .bd ul li .txt h5{
    height: 95px;
    border-bottom: 1px solid #e2e2e2;

}

.product .pro_r .bd ul li .txt h5 a{
    font-size: 24px;
    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;
}

.product .pro_r .bd ul li:hover .txt h5 a{
    color: #5ea02f;
}

.product .pro_r .bd ul li .txt h5 a i{
    display: block;
    font-size: 14px;
    color: #999999;
    font-weight: normal;
    text-transform: uppercase;
    font-family: Arial, Helvetica, sans-serif;
    margin-top: 5px;
}

.product .pro_r .bd ul li .txt p{
    font-size: 16px;
    color: #666;
    line-height: 40px;
    height: 80px;
    overflow: hidden;
    margin-top: 25px;
}

.product .pro_r .hd{
    position: absolute;
    width: 110px;
    left: 510px;
    top: 400px;
}

.product .pro_r .hd .next{
    float: left;
    cursor: pointer;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background: #eeeeee url(../images/left1.png) no-repeat center;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.product .pro_r .hd .prev{
    cursor: pointer;
    float: right;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background: #eeeeee url(../images/right1.png) no-repeat center;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.product .pro_r .hd .next:hover{
    background: #5ea02f url(../images/left.png) no-repeat center;
}

.product .pro_r .hd .prev:hover{
    background: #5ea02f url(../images/right.png) no-repeat center;
}

.pro_show{
    width: 1360px;
    margin: 40px auto 0 auto;
}

.pro_show ul li{
    float: left;
    width: 300px;
    margin-right: 25px;
    position: relative;
}

.pro_show ul li .pic{
    width: 300px;
    height: 225px;
    -webkit-box-shadow: 0 0 8px 6px rgba(0, 0, 0, .05);
    box-shadow: 0 0 8px 6px rgba(0, 0, 0, .05);
}

.pro_show ul li .pic a{
    width: 280px;
    height: 205px;
    margin: 10px;
    display: inline-block;
    overflow: hidden;
}

.pro_show ul li .pic a img{
    width: 280px;
    height: 205px;
    overflow: hidden;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.pro_show ul li:hover .pic a img{
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform:scale(1.1);
}

.pro_show ul li .txt{
    width: 280px;
    margin: 0 auto;
    height: 55px;
    line-height: 55px;
    position: relative;

} 
.pro_show ul li .txt h5 a{
    float: left;
    width: 170px;
    font-size: 16px;
    color: #333;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.pro_show ul li .txt .more{
    display: block;
    width: 38px;
    height: 38px;
    line-height: 38px;
    font-size: 20px;
    color: #999;
    text-align: center;
    background: url(../images/more.png) no-repeat center;
    position: absolute;
    right: 0;
    top: -30px;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.pro_show ul li .txt .more::after{
    position: absolute;
    right: 0px;
    top: 60px;
    width: 100px;
    height: 1px;
    background: #dddddd;
    content: "";
    z-index: -1;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.pro_show ul li:hover .txt .more::after{
    background: #5ea02f;
}

.pro_show ul li:hover .txt .more {
    color: #fff;
    background: url(../images/more1.png) no-repeat center;
}

.pro_show ul li:hover .txt h5 a{
    font-weight: bold;
    color: #5ea02f;
}


/*ys*/

.ys_bg{
    width: 100%;
    height: 1293px;
    margin: 55px auto 0 auto;
    background: url(../images/ys_bg.jpg) no-repeat center;
}

.ys_bg .te{
    width: 1280px;
    margin: 0 auto;
    height: 280px;
}

.ys_bg .te .te_l{
    float: left;
    width: 800px;
    margin-top: 50px;
}

.ys_bg .te .te_l ul li{
    float: left;
    height: 100px;
    width: 225px;
    margin-right: 40px;
    margin-bottom: 35px;
}

.ys_bg .te .te_l ul li .txt{
    float: left;
    margin: 5px 0 0 10px;
    font-size: 16px;
    color: #333333;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.ys_bg .te .te_l ul li .txt span{
    display: block;
    font-size: 12px;
    color: #999999;
    font-family: Arial, Helvetica, sans-serif;
    margin-top: 7px;
}

.ys_bg .te .te_l ul li.on .txt{
    color: #ffba08;
}

.ys_bg .te .te_l ul li .te_list {
    display: block;
    overflow: hidden;
    transition-duration: 0.7s;
    margin: 0px auto 0px auto;
    width: 65px;
    height: 65px;
    border: 1px solid #dfdfdf;
    border-radius: 50%;
    float: left;
  }
  
  .ys_bg .te .te_l ul li .te_list .te_img {
    display: block;
    position: relative;
    transition: 0.7s;
    font-size: 0;
  }
  
  .ys_bg .te .te_l ul li .te_list .te_img i{
    display: block;
    width: 65px;
    height: 65px;
    text-align: center;
    line-height: 65px;
    margin: 0px auto;
  }
  
  .ys_bg .te .te_l ul li .te_list .te_img i img{
    vertical-align: middle;
    display: inline-block;
    width: 65px;
    height: 65px;
  }
  
  .ys_bg .te .te_l ul li .te_list .te_img i:before{
    /* 辅助ie8图片居中 */
    content: '';
    height: 65px;
    width: 1px;
    font-size: 0;
  }
  
  
  .ys_bg .te .te_l ul li .te_list .te_img {
    width: 100%;
    height: 200%;
    top:0;
  }
  
  .ys_bg .te .te_l ul li:hover .te_img {
    top:-65px;
  }
  
  .ys_bg .te .te_l ul li.on .te_img {
    top:-65px;
  }
  
  .ys_bg .te .te_l ul li.on .te_list {
      border: 1px solid #fff;
    background: url(../images/te_list.png) no-repeat center;
  }


.ys_bg .te .te_r{
    float: right;
    text-align: right;
} 

.ys_bg .te .te_r h5{
    font-size: 30px;
    color: #fff;
    font-weight: bold;
    margin-top: 90px;

}

.ys_bg .te .te_r p{
    font-size: 20px;
    color: #fff;
    margin-top: 55px;
}


.ys_bg  .ys{
    width: 1280px;
    margin: 85px auto 0 auto;
}

.ys_bg  .ys .ys_t{
    text-align: center;
    margin: 0 auto;
}

.ys_bg  .ys .ys_t span{
    display: block;
    font-size: 72px;
    color: #333;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 90px;
    margin-top: 10px;
}

.ys_bg  .ys .ys_t span i{
    font-size: 72px;
    color: #5ea02f;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    text-transform: uppercase;
}

.ys_bg  .ys .ys_t h5{
    font-size: 24px;
    color: #333;
}

.ys_bg  .ys .ys_box{
    width: 1280px;
    margin: 0 auto;
    position: relative;
} 

.ys_bg  .ys .ys_box .bd{
    width: 1280px;
    height: 470px;
}

.ys_bg  .ys .ys_box .bd ul li{
    width: 1280px;
    float: left;
}

.ys_bg  .ys .ys_box .bd ul li .ys_img{
    float: left;
    width: 470px;
    height: 470px;
    border-radius: 50%;
}

.ys_bg  .ys .ys_box .bd ul li .ys_img img{
    width: 470px;
    height: 470px;
    border-radius: 50%;
}

.ys_bg  .ys .ys_box .bd ul li .txt{
    float: right;
    width: 685px;
    margin-top: 75px;
}

.ys_bg  .ys .ys_box .bd ul li .txt h5{
    font-size: 22px;
    color: #333333;
    font-weight: bold;
    background: url(../images/ys_xt.png) no-repeat right 42px;
    padding-right: 90px;
    display: inline-block;
    padding-top: 25px;
    position: relative;
    z-index: 5;
}

.ys_bg  .ys .ys_box .bd ul li .txt h5::after{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 49px;
    content: "";
    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 .bd ul li:nth-child(1) .txt h5::after{
    background: url(../images/01.png) no-repeat left center;
}

.ys_bg  .ys .ys_box .bd ul li:nth-child(2) .txt h5::after{
    background: url(../images/02.png) no-repeat left center;
}

.ys_bg  .ys .ys_box .bd ul li:nth-child(3) .txt h5::after{
    background: url(../images/03.png) no-repeat left center;
}

.ys_bg  .ys .ys_box .bd ul li:nth-child(4) .txt h5::after{
    background: url(../images/04.png) no-repeat left center;
}

.ys_bg  .ys .ys_box .bd ul li .txt h5 span{
    font-size: 16px;
    color: #999;
    font-weight: normal;
    margin-left: 20px;
}

.ys_bg  .ys .ys_box .bd ul li .txt i{
    display: block;
    width: 1px;
    height: 35px;
    background: #999999;
    margin-top: 18px;
    margin-bottom: 10px;

}

.ys_bg  .ys .ys_box .bd ul li .txt p{
    font-size: 16px;
    color: #333333;
    line-height: 42px;
}

.ys_bg  .ys .ys_box .hd{
    margin: 70px auto 0 auto;
    width: 1360px;

}

.ys_bg  .ys .ys_box .hd ul li{
    float: left;
    width: 200px;
    height: 180px;
    background: #fff;
    border-radius: 15px;
    -webkit-box-shadow: 0 0 8px 6px rgba(0, 0, 0, .05);
    box-shadow: 0 0 8px 6px rgba(0, 0, 0, .05);
    margin-right: 160px;
    text-align: center;
    position: relative;
}

.ys_bg  .ys .ys_box .hd ul li.ys4{
    margin-right: 0;
}

.ys_bg  .ys .ys_box .hd ul li span{
    display: block;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    background: #dddddd;
    line-height: 60px;
    text-align: center;
    font-size: 30px;
    color: #fff;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    margin: -25px auto 0 auto;
}

.ys_bg  .ys .ys_box .hd ul li i{
    display: block;
    width: 42px;
    height: 42px;
    margin: 20px auto 10px auto;
    -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{
    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;
}

.ys_bg  .ys .ys_box .hd ul li em{
    display: block;
    font-size: 12px;
    color: #999999;
    font-family: Arial, Helvetica, sans-serif;
    margin-top: 5px;
}

.ys_bg  .ys .ys_box .hd ul li.ys1 i{
    background: url(../images/ys_ico1.png) no-repeat  center;
}

.ys_bg  .ys .ys_box .hd ul li.ys2 i{
    background: url(../images/ys_ico2.png) no-repeat  center;
}

.ys_bg  .ys .ys_box .hd ul li.ys3 i{
    background: url(../images/ys_ico3.png) no-repeat  center;
}

.ys_bg  .ys .ys_box .hd ul li.ys4 i{
    background: url(../images/ys_ico4.png) no-repeat  center;
}

.ys_bg  .ys .ys_box .hd ul li.on span{
    background: #ffba08;
    
}

.ys_bg  .ys .ys_box .hd ul li.on h5{
    color: #ffba08;
}

.ys_bg  .ys .ys_box .hd ul li.ys1.on i{
    background: url(../images/ys_ico11.png) no-repeat  center;
}

.ys_bg  .ys .ys_box .hd ul li.ys2.on i{
    background: url(../images/ys_ico22.png) no-repeat  center;
}

.ys_bg  .ys .ys_box .hd ul li.ys3.on i{
    background: url(../images/ys_ico33.png) no-repeat  center;
}

.ys_bg  .ys .ys_box .hd ul li.ys4.on i{
    background: url(../images/ys_ico44.png) no-repeat  center;
}

.ys_bg  .ys .ys_box .zx{
    position: absolute;
    left: 590px;
    top: 375px;
    width: 695px;
}

.ys_bg  .ys .ys_box .zx .tel{
    float: left;
    background: url(../images/tel1.png) no-repeat left center;
    line-height: 60px;
    font-size: 24px;
    color: #333333;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    padding-left: 70px;
    text-transform: uppercase;
}

.ys_bg  .ys .ys_box .zx .zixun{
    float: right;
    background: url(../images/zx.png) no-repeat  center;
    width: 191px;
    height: 60px;

} 

.ys_bg  .ys .ys_box .zx .zixun a{
    display: block;
    font-size: 18px;
    color: #333333;
    font-weight: bold;
    padding: 22px 0 0 87px;
}


/*about*/

.ab_bg{
    width: 100%;
    height: 815px;
    margin: 0 auto;
    background: url(../images/ab_bg.jpg) no-repeat bottom center;
}

.ab_bg .about{
    width: 1280px;
    margin: 0 auto;
    padding-top: 65px;
    position: relative;
}

.ab_bg .about .ab_t{
    overflow: hidden;

}

.ab_bg .about .ab_t .title{
    float: left;
}

.ab_bg .about .ab_t .ab_r{
    float: right;
    margin-right: 100px;
    font-size: 14px;
    color: #333333;
    letter-spacing: 6px;
    text-align: right;
}

.ab_bg .about .ab_t .ab_r i{
    display: block;
    font-size: 12px;
    color: #5d6580;
    line-height: 22px;
    font-family: 'Times New Roman', Times, serif;
    letter-spacing: 1.5px;
    margin-top: 12px;
}

.ab_bg .about .ab_list{
    margin-top: 45px;
    margin-left: 170px;
    height: 260px;
}

.ab_bg .about .ab_list ul li{
    float: left;
    width: 260px;
    height: 260px;
    background: #f7f7f7;
    border-radius: 50%;
    position: relative;
    margin-left: -25px;
    text-align: center;
    -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 a{
    display: block;
    font-size: 18px;
    color: #131a32;
    font-weight: bold;
    -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 a span{
    display: block;
    margin: 90px auto 15px auto;
    width: 43px;
    height: 43px;
    -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 a i{
    display: block;
    font-size: 14px;
    color: #3a4053;
    font-weight: normal;
    margin-top: 2px;
    -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.ab1{
    z-index: 5;

}

.ab_bg .about .ab_list ul li.ab2{
    z-index: 3;

}

.ab_bg .about .ab_list ul li.ab3{
    z-index: 1;

}

.ab_bg .about .ab_list ul li.ab1 a span{
    background: url(../images/ab1.png) no-repeat  center;
}

.ab_bg .about .ab_list ul li.ab2 a span{
    background: url(../images/ab2.png) no-repeat  center;
}

.ab_bg .about .ab_list ul li.ab3 a span{
    background: url(../images/ab3.png) no-repeat  center;
}

.ab_bg .about .ab_list ul li.on{
    background: #5ea02f;

}

.ab_bg .about .ab_list ul li.on a{
    color: #fff;
}

.ab_bg .about .ab_list ul li.on a i{
    color: #fff;
}

.ab_bg .about .ab_list ul li.ab1.on a span{
    background: url(../images/ab11.png) no-repeat  center;
}

.ab_bg .about .ab_list ul li.ab2.on a span{
    background: url(../images/ab22.png) no-repeat  center;
}

.ab_bg .about .ab_list ul li.ab3.on a span{
    background: url(../images/ab33.png) no-repeat  center;
}


.ab_bg .about .txt{
    margin-top: 45px;
    width: 735px;

}

.ab_bg .about .txt h5{
    font-size: 26px;
    color: #333;
    font-weight: bold;

}

.ab_bg .about .txt p{
    font-size: 16px;
    color: #666;
    line-height: 42px;
    height: 168px;
    overflow: hidden;
    margin-top: 20px;
}

.ab_bg .about .txt .more{
    width: 187px;
    height: 52px;
    line-height: 52px;
    border: 1px solid #cccccc;
    margin-top: 40px;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.ab_bg .about .txt .more a{
    display: block;
    font-size: 16px;
    color: #333333;
    padding-left: 30px;
    background: url(../images/more2.png) no-repeat 135px center;
}

.ab_bg .about .txt .more:hover{
    border: 1px solid #5ea02f;
}

.ab_bg .about .ry{
    position: absolute;
    right: 225px;
    top: 525px;

} 

.ab_bg .about .ry .ry_t{
    float: left;
    width: 350px;
    text-align: center;
    margin-top: 225px;

}

.ab_bg .about .ry .ry_t a{
    font-size: 16px;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.ab_bg .about .ry .ry_t a i{
    font-size: 14px;
    color: #999;
    font-family: Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    display: block;
    margin-top: 3px;
}

.ab_bg .about .ry .pic{
    float: left;
    width: 210px;
    height: 292px;
    background: url(../images/ry_bg.png) no-repeat center;
} 

.ab_bg .about .ry .pic img{
    width: 175px;
    height: 259px;
    margin: 15px 0 0 18px;

}

/*case*/

.case_bg{
    width: 100%;
    height: 1030px;
    margin: 70px auto 0 auto;
    background: url(../images/case_bg.jpg) no-repeat top center;
}

.case_bg .case{
    width: 1280px;
    margin: 0 auto;
    padding-top: 15px;
}

.case_bg .case .case_t{
    height: 170px;
}

.case_bg .case .case_t .title{
    float: left;
    margin-top: 35px;
}

.case_bg .case .case_t .title h3{
    color: #fff;
}

.case_bg .case .case_t .title h3::after {
    background: #ffba08;

}

.case_bg .case .case_t .title span{
    color: #fff;
    background: url(../images/case_t.png) no-repeat right 13px;
}

.case_bg .case .case_t .message{
    float: right;
    width: 835px;
}

.case_bg .case .case_t .message .m_l{
    float: left;
    width: 710px;
}

.case_bg .case .case_t .message .m_l .m_nr{
    height: 61px;
    margin-bottom: 15px;
}

.case_bg .case .case_t .message .m_l .form-group1{
    float: left;
    width: 320px;
    height: 60px;
    border-bottom: 1px solid #afd097;
} 

.case_bg .case .case_t .message .m_l .form-group1 input{
    width: 320px;
    height: 60px;
    background: url(../images/m1.png) no-repeat left center;
    text-indent: 35px;
    font-size: 14px;
    color: #fff;
}

.case_bg .case .case_t .message .m_l .form-group2{
    float: right;
    width: 320px;
    height: 60px;
    border-bottom: 1px solid #afd097;
} 

.case_bg .case .case_t .message .m_l .form-group2 input{
    width: 320px;
    height: 60px;
    background: url(../images/m2.png) no-repeat left center;
    text-indent: 35px;
    font-size: 14px;
    color: #fff;
}


.case_bg .case .case_t .message .m_l .form-group3{
    float: left;
    width: 320px;
    height: 60px;
    border-bottom: 1px solid #afd097;
} 

.case_bg .case .case_t .message .m_l .form-group3 textarea{
    width: 285px;
    height: 42px;
    background: url(../images/m3.png) no-repeat left center;
    font-size: 14px;
    color: #fff;
    padding: 18px 0 0 35px;
}

.case_bg .case .case_t .message .m_l .form-group4{
    float: right;
    width: 320px;
    height: 60px;
    border-bottom: 1px solid #afd097;
} 

.case_bg .case .case_t .message .m_l .form-group4 input{
    width: 220px;
    height: 60px;
    background: url(../images/m4.png) no-repeat left center;
    text-indent: 35px;
    font-size: 14px;
    color: #fff;
    float: left;
}

.case_bg .case .case_t .message .m_l .form-group4 .imgcode{
    float: right;
    width: 90px;
    height: 36px;
    margin-top: 12px;
} 

.case_bg .case .case_t .message .anniu{
    float: right;
    width: 60px;
    height: 110px;
    margin-top: 27px;
}

.case_bg .case .case_t .message .anniu button{
    cursor: pointer;
    border: none;
    background: #fff;
    font-size: 18px;
    color: #5ea02f;
    font-weight: bold;
    width: 30px;
    height: 110px;
    padding: 0 15px;
    box-sizing: content-box;
}

.case_bg .case .case_box{
    margin: 0 auto;
    position: relative;
}

.case_bg .case .case_box .bd{
    margin: 0 auto;
}

.case_bg .case .case_box .bd ul li{
    float: left;
    width: 1280px;
    margin: 10px;

}

.case_bg .case .case_box .bd ul li .pic{
    float: left;
    width: 560px;
    height: 470px;
    background: #fff;
    -webkit-box-shadow: 0 0 8px 6px rgba(0, 0, 0, .05);
    box-shadow: 0 0 8px 6px rgba(0, 0, 0, .05);
}

.case_bg .case .case_box .bd ul li .pic img{
    width: 540px;
    height: 450px;
    margin: 10px;
}

.case_bg .case .case_box .bd ul li .txt{
    float: right;
    width: 660px;

}

.case_bg .case .case_box .bd ul li .txt h6{
    margin-top: 90px;
    height: 160px;
    line-height: 160px;
    border-bottom: 1px solid #dddddd;
    font-size: 24px;
    color: #333;
}

.case_bg .case .case_box .bd ul li .txt h6 i{
    font-size: 72px;
    color: #f0f0f0;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    margin-right: 35px;

}

.case_bg .case .case_box .bd ul li .txt h5 a{
    color: #ffba08;
    font-size: 20px;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    margin-top: 38px;
    padding-left: 20px;
    background: url(../images/buttom5.png) no-repeat left center;

}

.case_bg .case .case_box .bd ul li:hover .txt h5 a{
    transform: translateX(10px);
    -webkit-transform: translateX(10px);
    -o-transform: translateX(10px);
}

.case_bg .case .case_box .bd ul li .txt p{
    color: #666;
    font-size: 16px;
    line-height: 42px;
    height: 84px;
    overflow: hidden;
    margin-top: 20px;
}

.case_bg .case .case_box .hd{
    position: absolute;
    top: 185px;
    right: 0;
    width: 130px;
    background: url(../images/xt1.png) no-repeat center;
    z-index: 5;
}

.case_bg .case .case_box .hd .next{
    float: left;
    cursor: pointer;
    background: url(../images/left2.png) no-repeat center;
    width: 35px;
    height: 20px;
    -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 .prev{
    float: right;
    cursor: pointer;
    background: url(../images/right2.png) no-repeat center;
    width: 35px;
    height: 20px;
    -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 .next:hover{
    background: url(../images/left3.png) no-repeat center;
}

.case_bg .case .case_box .hd .prev:hover{
    background: url(../images/right3.png) no-repeat center;
}

.case_bg .case .case_show{
    width: 1360px;
    margin: 30px auto 0 auto;
}

.case_bg .case .case_show ul li{
    float: left;
    width: 300px;
    margin-right: 25px;
    position: relative;
}

.case_bg .case .case_show ul li .pic{
    width: 300px;
    height: 225px;
    -webkit-box-shadow: 0 0 8px 6px rgba(0, 0, 0, .05);
    box-shadow: 0 0 8px 6px rgba(0, 0, 0, .05);
}

.case_bg .case .case_show ul li .pic a{
    width: 280px;
    height: 205px;
    margin: 10px;
    display: inline-block;
    overflow: hidden;
}

.case_bg .case .case_show ul li .pic a img{
    width: 280px;
    height: 205px;
    overflow: hidden;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.case_bg .case .case_show ul li:hover .pic a img{
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform:scale(1.1);
}

.case_bg .case .case_show ul li .txt{
    width: 280px;
    margin: 0 auto;
    height: 55px;
    line-height: 55px;
    position: relative;

} 
.case_bg .case .case_show ul li .txt h5 a{
    float: left;
    width: 170px;
    font-size: 16px;
    color: #333;
    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;
}

.case_bg .case .case_show ul li .txt .more{
    display: block;
    width: 38px;
    height: 38px;
    line-height: 38px;
    font-size: 20px;
    color: #999;
    text-align: center;
    background: url(../images/more.png) no-repeat center;
    position: absolute;
    right: 0;
    top: -30px;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.case_bg .case .case_show ul li .txt .more::after{
    position: absolute;
    right: 0px;
    top: 60px;
    width: 100px;
    height: 1px;
    background: #dddddd;
    content: "";
    z-index: -1;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.case_bg .case .case_show ul li:hover .txt .more::after{
    background: #5ea02f;
}

.case_bg .case .case_show ul li:hover .txt .more {
    color: #fff;
    background: url(../images/more1.png) no-repeat center;
}

.case_bg .case .case_show ul li:hover .txt h5 a{
    font-weight: bold;
    color: #5ea02f;
}


/*news*/

.news_bg{
    width: 100%;
    height: 800px;
    margin: 0 auto;
    background: #fbfbfb;
}

.news_bg .news{
    width: 1280px;
    margin: 0 auto;
    padding-top: 50px;
    position: relative;
}

.news_bg .news .news_t{
    overflow: hidden;
}

.news_bg .news .news_t .title{
    float: left;
}

.news_bg .news .news_t .news_list{
    float: right;
    height: 56px;
}

.news_bg .news .news_t .news_list ul li{
    float: left;
    margin-left: 75px;
}

.news_bg .news .news_t .news_list ul li a{
    display: block;
}
.news_bg .news .news_t .news_list ul li a i{
    display: block;
    float: left;
    width: 56px;
    height: 56px;
    background: url(../images/buttom3.png) no-repeat  center;
    -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 i img{
    display: block;
    width: 56px;
    height: 56px;
}

.news_bg .news .news_t .news_list ul li a span{
    display: block;
    float: left;
    margin: 2px 0 0 13px;
    font-size: 18px;
    color: #333;
    -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 span em{
    display: block;
    font-size: 12px;
    color: #999;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    margin-top: 3px;
}

.news_bg .news .news_t .news_list ul li.casehover a i{
    background: url(../images/buttom2.png) no-repeat  center;
}

.news_bg .news .news_t .news_list ul li.casehover a span{
    font-weight: bold;
    color: #ffba08;
}

.news_bg .news .news_box{
    margin: 50px auto 0 auto;
    width: 1360px;
} 

.news_bg .news .news_box .news_top{
    height: 400px;

}

.news_bg .news .news_box .news_top ul li{
    float: left;
    width: 400px;
    margin-right: 40px;
}

.news_bg .news .news_box .news_top ul li .txt{
    margin-bottom: 25px;

}

.news_bg .news .news_box .news_top ul li .txt .time{
    overflow: hidden;
    margin-bottom: 20px;

}

.news_bg .news .news_box .news_top ul li .txt .time h6{
    float: left;
    font-size: 14px;
    color: #999999;
    font-family: Arial, Helvetica, sans-serif;
}

.news_bg .news .news_box .news_top ul li .txt .time h6 span{
    font-size: 12px;
    color: #999999;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    display: block;
    line-height: 30px;
    margin-top: 5px;
}

.news_bg .news .news_box .news_top ul li .txt .time h6 span i{
    font-size: 36px;
    color: #666666;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    margin-right: 15px;
    -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_top ul li .txt .time .more{
    float: right;
    background: url(../images/more4.png) no-repeat  center;
    width: 30px;
    height: 30px;
    margin-top: 15px;
    -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_top ul li .txt h5 a{
    font-size: 16px;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
    -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_top ul li .news_img{
    width: 400px;
    height: 260px;
    background: #fff;
    -webkit-box-shadow: 0 0 8px 6px rgba(0, 0, 0, .05);
    box-shadow: 0 0 8px 6px rgba(0, 0, 0, .05);
} 

.news_bg .news .news_box .news_top ul li .news_img img{
    width: 380px;
    height: 240px;
    margin: 10px;
}

.news_bg .news .news_box .news_top ul li:hover .txt .time h6 span i{
    color: #ffba08;
}

.news_bg .news .news_box .news_top ul li:hover .txt .time .more{
    background: url(../images/more3.png) no-repeat  center;
}

.news_bg .news .news_box .news_top ul li:hover .txt h5 a{
    color: #ffba08;
    font-weight: bold;
}

.news_bg .news .news_box .list{
    margin: 20px auto 0 auto;
    position: relative;
} 

.news_bg .news .news_box .list::after{
    position: absolute;
    left: 0px;
    top: 80px;
    width: 1280px;
    height: 1px;
    background: #e7e7e7;
    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 .list ul li{
    float: left;
    height: 80px;
    line-height: 80px;
    width: 295px;
    margin-right: 37px;
}

.news_bg .news .news_box .list ul li span{
    display: block;
    float: left;
    font-size: 12px;
    color: #999;
    font-family: Arial, Helvetica, sans-serif;
    width: 80px;
    background: url(../images/buttom4.png) no-repeat right center;
}

.news_bg .news .news_box .list ul li span i{
    font-size: 26px;
    color: #666666;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    margin-right: 10px;

}

.news_bg .news .news_box .list ul li a{
    font-size: 14px;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    float: right;
    width: 190px;
}

.news_bg .news .news_box .list ul li.on span i{
    color: #ffba08;

}

.news_bg .news .news_box .list ul li.on a{
    color: #ffba08;
    font-weight: bold;
}


/*links*/

.links{
    width: 1280px;
    margin: 60px auto;
    overflow: hidden;
}

.links .links_t{
    background: url(../images/links.png) no-repeat left center;
    width: 179px;
    height: 78px;
    float: left;
}

.links .links_t i{
    font-size: 20px;
    color: #333;
    display: block;
    padding: 10px 0 0 95px;
}

.links .yq{
    float: right;
    width: 1050px;
    margin-top: 15px;
    
}

.links .yq a{
    margin-right: 10px;
    font-size: 14px;
    color: #666666;
}