
/*-----------------------------------------------------------*/
/*copyright by 动力无限  www.btoe.cn*/
/*邮箱 btoe@btoe.cn*/
/*合作电话 400-0599-360*/
/*版权所有违者必究*/
/*-----------------------------------------------------------*/


/*banner*/
.fullSlide {
    width: 100%;
    position: relative;
    height: 920px;
    background: #fff;
    overflow: hidden;
  }
  
  .fullSlide .bd {
    width: 100%;
    height: 920px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
    overflow: hidden;
  }

  
  .fullSlide .bd ul {
    width: 100% !important;
  }
  
  .fullSlide .bd li {
    width: 100% !important;
    height: 920px;
    overflow: hidden;
    text-align: center;
  }
  
  .fullSlide .bd li a {
    display: block;
    height: 920px;
  }
  
  .fullSlide .hd {
    position: absolute;
    z-index: 2;
    bottom: 30px;
    left: 16%;
  }
  
  
  .fullSlide .hd ul li {
    cursor: pointer;
    float: left;
    zoom: 1;
    width: 30px;
    margin: 0 105px 0 0;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
    font-size: 16px;
    color: #999999;
    font-family: Arial, Helvetica, sans-serif;
    padding-top: 32px;
    background: url(../images/buttom1.png) no-repeat top center;
    text-align: center;
    position: relative;
  }
  
  .fullSlide .hd ul li.on {
      color: #76b505;
      font-weight: bold;
      background: url(../images/buttom2.png) no-repeat top center;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
  }

  .fullSlide .hd ul li::after{
    position: absolute;
    left: 70px;
    top: 16px;
    width: 24px;
    height: 1px;
    content: "";
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    background: url(../images/xt.png) no-repeat  center;
  }
  
  .fullSlide .hd ul li:last-child::after{
      background: none;
  }
  
  .fullSlide .next {
    width: 50px;
    height: 75px;
    position: absolute;
    bottom: 50px;
    z-index: 2;
    background: url(../images/bannerR.png) no-repeat center;
    -webkit-transition: all .5s linear;
    transition: all .5s linear;
    right: 55px;
  }
  
  .fullSlide .prev {
    width: 50px;
    height: 75px;
    position: absolute;
    bottom: 125px;
    z-index: 2;
    background: url(../images/bannerL.png) no-repeat center;
    -webkit-transition: all .5s linear;
    transition: all .5s linear;
    right: 55px;
  }

  .banner_box {
    width: 100%;
    position: relative;
    height: 920px;
    background: #fff;
    overflow: hidden;
    top: -110px;
  }

  .banner_box .trait{
      position: absolute;
      z-index: 5;
      left: 65px;
      top: 320px;
      font-size: 16px;
      color: #666666;
      writing-mode: tb-rl;
      letter-spacing: 8px;
  }

  .banner_box .banner_xt{
    position: absolute;
    z-index: 5;
    right: 55px;
    top: 220px;
    font-size: 30px;
    color: #fffefe;
    font-weight: bold;
    text-transform: uppercase;
    font-family: 'Times New Roman', Times, serif;
    font-family: "Bodoni Bd BT";
    writing-mode: tb-rl;
    letter-spacing: 8px;
    padding-top: 130px;
    background: url(../images/xt1.png) no-repeat top center;
}

.banner_box .tel{
    position: absolute;
    bottom: 45px;
    left: 38%;
    background: url(../images/tel.png) no-repeat left center;
    font-size: 24px;
    color: #333333;
    padding-left: 45px;
    z-index: 5;
}

.banner_box .tel i{
    font-size: 24px;
    color: #333333;
    font-weight: bold;
    margin-left: 10px;
}


/*title*/

.title{
  background: url(../images/title.png) no-repeat left top;
  padding: 5px 0 0 10px;
  width: 350px;
}

.title span{
    display: block;
    float: left;
    font-size: 80px;
    color: #333;
    font-weight: bold;
    font-family: 'Times New Roman', Times, serif;
    font-family: "Bodoni Bd BT";
    text-transform: uppercase;
    line-height: 60px;
    margin-right: 15px;
}

.title h3{
  font-size: 30px;
  color: #333;
  font-weight: bold;
  line-height: 30px;
  margin-top: 7px;

}

.title h3 a{
    font-size: 30px;
    color: #333;
    font-weight: bold;
    display: block;
}

.title h3 i{
  display: block;
  font-size: 14px;
  color: #999999;
  font-family: Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  letter-spacing: 3px;
}

/*product*/

.product{
    width: 1280px;
    margin: -40px auto 0 auto;
}

.product .pro_t{
    height: 100px;
}

.product .pro_t .title{
    float: left;
}

.product .pro_t .search{
    float: right;
    margin-top: 15px;
    width: 505px;
    height: 50px;
    border: 1px solid #dddddd;
    border-radius: 10px;
}

.product .pro_t .search .search2{
    float: left;
    width: 320px;
    height: 50px;
    background: none;
    padding-left: 20px;
    font-size: 14px;
    color: #666666;
}

.product .pro_t .search .search_s{
    float: right;
    width: 90px;
    height: 50px;

}

.product .pro_box{
    margin: 0 auto;
    overflow: hidden;
}

.product .pro_box .pro_l{
    float: left;
    width: 290px;
    margin-left: 15px;
}

.product .pro_box .pro_l ul li{
    height: 93px;
    line-height: 93px;
    border-bottom: 1px solid #eeeeee;
    position: relative;

}

.product .pro_box .pro_l ul li a{
    font-size: 18px;
    color: #666666;
    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: 50px;
}

.product .pro_box .pro_l ul li::after{
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 0px;
    height: 1px;
    content: "";
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    background: #75a030;
}

.product .pro_box .pro_l ul li::before{
    position: absolute;
    right: 0px;
    top: 40px;
    width: 0px;
    height: 14px;
    content: "";
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    background: url(../images/buttom3.png) no-repeat center;
}


.product .pro_box .pro_l ul li.on::after{
    width: 100%;
}

.product .pro_box .pro_l ul li.on::before{
    width: 16px;
}

.product .pro_box .pro_l ul li.p1 a{
    background: url(../images/pro1.png) no-repeat left center;
}

.product .pro_box .pro_l ul li.p2 a{
    background: url(../images/pro2.png) no-repeat left center;
}

.product .pro_box .pro_l ul li.p3 a{
    background: url(../images/pro3.png) no-repeat left center;
}

.product .pro_box .pro_l ul li.p4 a{
    background: url(../images/pro4.png) no-repeat left center;
}


.product .pro_box .pro_l ul li.on a{
    color: #63a00e;
    font-size: 18px;
    font-weight: bold;
}

.product .pro_box .pro_l ul li.p1.on a{
    background: url(../images/pro11.png) no-repeat left center;
}

.product .pro_box .pro_l ul li.p2.on a{
    background: url(../images/pro22.png) no-repeat left center;
}

.product .pro_box .pro_l ul li.p3.on a{
    background: url(../images/pro33.png) no-repeat left center;
}

.product .pro_box .pro_l ul li.p4.on a{
    background: url(../images/pro44.png) no-repeat left center;
}


.product .pro_box .pro_r{
    float: right;
    width: 930px;
    height: 435px;
    position: relative;
} 

.product .pro_box .pro_r .bd{
    width: 930px;
}

.product .pro_box .pro_r .bd ul li{
    float: left;
    width: 930px;
    height: 401px;
    margin: 15px 0 15px 20px;
}

.product .pro_box .pro_r .bd ul li .pic{
    float: left;
    width: 546px;
    height: 401px;
    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_box .pro_r .bd ul li .pic img{
    width: 526px;
    height: 381px;
    margin: 10px;
}

.product .pro_box .pro_r .bd ul li .txt{
    float: right;
    width: 330px;
    margin-top: 60px;

} 

.product .pro_box .pro_r .bd ul li .txt h5 a{
    font-size: 20px;
    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_box .pro_r .bd ul li .txt i{
    display: block;
    width: 48px;
    height: 2px;
    background: #63a00e;
    margin: 25px 0 30px 0;
}

.product .pro_box .pro_r .bd ul li .txt p{
    font-size: 14px;
    color: #666666;
    line-height: 30px;
    height: 60px;
    overflow: hidden;
}

.product .pro_box .pro_r .bd ul li .txt .more{
    display: block;
    width: 174px;
    height: 40px;
    line-height: 40px;
    background: #63a00e;
    text-align: center;
    font-size: 16px;
    color: #fff;
    margin-top: 50px;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.product .pro_box .pro_r .bd ul li:hover .txt .more{
    border-radius: 45px;

}

.product .pro_box .pro_r .hd{
    position: absolute;
    right: 0px;
    bottom: 0px;
}

.product .pro_box .pro_r .hd .next{
    float: left;
    cursor: pointer;
    width: 52px;
    height: 52px;
    background: 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_box .pro_r .hd .prev{
    float: right;
    cursor: pointer;
    width: 52px;
    height: 52px;
    background: 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_box .pro_r .hd .next:hover{
    background: url(../images/left.png) no-repeat  center;
}

.product .pro_box .pro_r .hd .prev:hover{
    background: url(../images/right.png) no-repeat  center;
}

.product .pro_show{
    margin: 30px auto 0 auto;
    width: 1360px;
}

.product .pro_show ul li{
    float: left;
    width: 300px;
    margin-right: 25px;
}

.product .pro_show ul li .pic{
    width: 300px;
    height: 225px;
    filter: drop-shadow(0 0 6px rgba(0,0,0,0.1));
    background-color: #ffffff;
}

.product .pro_show ul li .pic img{
    width: 286px;
    height: 211px;
    margin: 7px;
}

.product .pro_show ul li .txt{
    width: 286px;
    margin: 0 auto;
    height: 55px;
    line-height: 55px;
}

.product .pro_show ul li .txt h5 a{
    float: left;
    width: 200px;
    font-size: 16px;
    color: #666666;
    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_show ul li .txt .more{
    background: url(../images/more.png) no-repeat center;
    display: block;
    float: right;
    width: 50px;
    height: 24px;
    margin-top: 15px;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    border-radius: 45px;
}

.product .pro_show ul li:hover .txt h5 a{
    font-weight: bold;
    color:  #63a00e;
}

.product .pro_show ul li:hover .txt .more{
    background: #63a00e url(../images/more1.png) no-repeat center;
}




/*ys*/

.ys_bg{
    width: 100%;
    height: 1173px;
    margin: 55px auto 0 auto;
    background: url(../images/ys_bg.jpg) no-repeat top center;
}

.ys_bg .message{
    width: 1280px;
    height: 395px;
    margin: 0 auto;
}

.ys_bg .message .m_l{
    float: left;
    width: 640px;
    padding-top: 65px;
}

.ys_bg .message .m_l h5{
    font-size: 30px;
    color: #fff;
    font-weight: bold;
    font-family: "simsun";

}

.ys_bg .message .m_l p{
    font-size: 16px;
    color: #fff;
    font-family: "simsun";
    letter-spacing: 3px;
    margin-top: 15px;
    opacity: 0.8;
}

.ys_bg .message .m_l .tel{
    font-size: 20px;
    color: #fff;
    font-weight: bold;
    font-family: "simsun";
    background: url(../images/tel1.png) no-repeat left center;
    line-height: 42px;
    padding-left: 55px;
    margin-top: 25px;
}

.ys_bg .message .m_l .tel i{
    font-size: 20px;
    color: #fff;
    font-weight: bold;
    font-family: "simsun";
}


.ys_bg .message .m_r{
    float: right;
    width: 532px;
    margin-top: 35px;

} 

.ys_bg .message .m_r .m_t{
    font-size: 30px;
    line-height: 30px;
    color: #ffffff;
    font-weight: bold;
    text-align: center;
}

.ys_bg .message .m_r .m_t i{
    font-size: 16px;
    line-height: 30px;
    color: #ffffff;
    font-family: "Arial";
    margin-left: 10px;
}

.ys_bg .message .m_r .m_nr{
    height: 42px;
    margin-bottom: 15px;
    margin-top: 70px;

}

.ys_bg .message .m_r .form-group1{
    float: left;
    width: 260px;
    height: 40px;
    border: 1px solid #dddddd;
} 

.ys_bg .message .m_r .form-group1 input{
    width: 260px;
    height: 40px;
    font-size: 14px;
    color: #666666;
    text-indent: 40px;
    background: url(../images/m1.png) no-repeat 10px center;
}


.ys_bg .message .m_r .form-group2{
    float: right;
    width: 260px;
    height: 40px;
    border: 1px solid #dddddd;
} 

.ys_bg .message .m_r .form-group2 input{
    width: 260px;
    height: 40px;
    font-size: 14px;
    color: #666666;
    text-indent: 40px;
    background: url(../images/m2.png) no-repeat 10px center;
}



.ys_bg .message .m_r .form-group3{
    width: 530px;
    height: 40px;
    border: 1px solid #dddddd;
    margin-bottom: 15px;
} 

.ys_bg .message .m_r .form-group3 textarea{
    width: 490px;
    height: 30px;
    font-size: 14px;
    color: #666666;
    background: url(../images/m3.png) no-repeat 10px center;
    padding: 10px 0 0 40px;
}



.ys_bg .message .m_r .form-group4{
    width: 530px;
    height: 42px;
} 

.ys_bg .message .m_r .form-group4 input{
    width: 430px;
    height: 40px;
    font-size: 14px;
    color: #666666;
    text-indent: 15px;
    background: none;
    border: 1px solid #dddddd;
    float: left;
}

.ys_bg .message .m_r .form-group4 .imgcode{
    float: right;
    width: 90px;
    height: 36px;
    margin: 2px 0 0 0;
}

.ys_bg .message .m_r .anniu{
    width: 228px;
    height: 42px;
    margin: 20px auto 0 auto
}

.ys_bg .message .m_r .anniu button{
    font-size: 16px;
    color: #ffffff;
    width: 228px;
    height: 42px;
    background: #63a00e;
    border: none;
    cursor: pointer;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.ys_bg .message .m_r .anniu button:hover{
    border-radius: 25px;
}

.ys_bg .ys{
    width: 1280px;
    margin: 0 auto;
    position: relative;
}


.ys_bg .ys .ys_t{
    position: absolute;
    left: 0;
    top: -67px;
    background: url(../images/ys_t.png) no-repeat top left;
}


.ys_bg .ys .ys_t h3{
    font-size: 38px;
    color: #333333;
    font-weight: bold;
    padding: 0 0 0 160px;
    letter-spacing: 3px;
    padding-top: 28px;
}

.ys_bg .ys .ys_t span{
    display: block;
    font-size: 18px;
    color: #666666;
    margin-top: 15px;
}

.ys_bg .ys .ys_box{
    margin: 0 auto;
    padding-top: 55px;
    position: relative;

}

.ys_bg .ys .ys_box .bd{
    float: left;
    width: 975px;
    margin: 75px 0 0 78px;
}

.ys_bg .ys .ys_box .bd ul li{
    float: left;
    width: 975px;
    position: relative;
}

.ys_bg .ys .ys_box .bd ul li .ys_img{
    float: left;
    width: 480px;
    height: 430px;

    
}

.ys_bg .ys .ys_box .bd ul li .ys_img img{
    width: 480px;
    height: 430px;
}

.ys_bg .ys .ys_box .bd ul li .txt{
    float: right;
    width: 425px;
    margin-top: 50px;

}

.ys_bg .ys .ys_box .bd ul li .txt h5{
    font-size: 24px;
    color: #333333;
    font-weight: bold;
    position: relative;
}


.ys_bg .ys .ys_box .bd ul li .txt i{
    display: block;
    font-size: 14px;
    letter-spacing: 3px;
    color: #999999;
    font-family: "Arial";
    

}


.ys_bg .ys .ys_box .bd ul li .txt p{
    margin-top: 40px;
    font-size: 16px;
    line-height: 42px;
    color: #666666;

}

.ys_bg .ys .ys_box .hd{
    float: right;
    width: 150px;
    margin-top: 100px;
    margin-right: 30px;
}

.ys_bg .ys .ys_box .hd ul li{
    position: relative;
    width: 150px;
    height: 100px;
    border:1px solid #bbbbbb;
    text-align: center;
    margin-top: -1px;

}

.ys_bg .ys .ys_box .hd ul li h5{
    font-size: 16px;
    color: #333333;
    margin-top: 25px;
    position: relative;
    z-index: 5;

}

.ys_bg .ys .ys_box .hd ul li h5 i{
    display: block;
    font-size: 16px;
    color: #999999;
    font-family: "Arial";
    text-transform: capitalize;
    margin-top: 5px;
}

.ys_bg .ys .ys_box .hd ul li::after{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 0;
    content: "";
    background: #ffffff;
    -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::after{
    height: 100px;
    filter: drop-shadow(0px 4px 3px rgba(79,169,181,0.1));
}

.ys_bg .ys .ys_box .hd ul li.on h5{
    color: #63a00e;
    font-weight: bold;
}

.ys_bg .ys .ys_box .hd ul li.on h5 i{
    color: #63a00e;
}


.ys_bg .ys .ys_box .next{
    position: absolute;
    right: 28px;
    top: 55px;
    width: 152px;
    height: 100px;
    background: #63a00e url(../images/ys_left.png) no-repeat  center;
    cursor: pointer;

}


.ys_bg .ys .ys_box .prev{
    position: absolute;
    right: 28px;
    top: 559px;
    width: 152px;
    height: 100px;
    background: #83c40f url(../images/ys_right.png) no-repeat center;
    cursor: pointer;
    -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 .prev:hover{
    background: #63a00e url(../images/ys_right.png) no-repeat center;
}


.ys_bg .ys .ys_box .tel{
    position: absolute;
    left: 620px;
    top: 580px;
    background: url(../images/tel2.png) no-repeat left center;
    padding-left: 30px;
    font-size: 14px;
    color: #333333;
}

.ys_bg .ys .ys_box .tel i{
    font-size: 30px;
    color: #63a00e;
    font-weight: bold;
}




/*case*/

.case{
    width: 1280px;
    height: 675px;
    margin: -30px auto 0 auto;
    position: relative;

}


.case .case_box{
    margin: 40px auto 0 auto;
    position: relative;
}

.case .case_box .bd{
    width: 1280px;
    margin: 0 auto;
}

.case .case_box .bd ul li{
    float: left;
    margin: 20px 13px 20px 13px;
    width: 400px;
    height: 400px;
    filter: drop-shadow(0 0 6px rgba(0,0,0,0.1));
    background-color: #ffffff;
    position: relative;
}


.case .case_box .bd ul li .pic{
    width: 380px;
    height: 280px;
    background: #dddddd;
    margin: 10px 10px 0 10px;
    overflow: hidden;
}

.case .case_box .bd ul li .pic img{
    width: 380px;
    height: 280px;
    overflow: hidden;
    -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{
    margin: 0 auto;
    width: 360px;
    padding: 35px 10px 0 10px;
    position: relative;
    z-index: 5;
    top: -65px;
    background: url(../images/buttom4.png) no-repeat top center;

} 

.case .case_box .bd ul li .txt h5 a{
    width: 230px;
    padding-left: 15px;
    font-size: 16px;
    line-height: 36px;
    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;
    background: url(../images/buttom7.png) no-repeat left center;
}

.case .case_box .bd ul li .txt p{
    height: 60px;
    font-size: 14px;
    line-height: 30px;
    color: #999999;
    overflow: hidden;
    margin-top: 20px;
}

.case .case_box .bd ul li .txt .more{
    display: block;
    position: absolute;
    right: 55px;
    top: 10px;
    background: #eeeeee url(../images/buttom5.png) no-repeat center;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    -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 .txt h5 a{
    font-weight: bold;
    color: #63a00e;
}

.case .case_box .bd ul li:hover .txt .more{
    background: #63a00e url(../images/buttom6.png) no-repeat center;
}

.case .case_box .bd ul li:hover .pic img{
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
}


.case .case_box .hd{
    margin: 35px auto 0 auto;
}

.case .case_box .hd ul{
    text-align: center;
}

.case .case_box .hd ul li{
    display: inline-block;
    width: 30px;
    height: 30px;
    position: relative;
    margin: 0 15px;

    }

.case .case_box .hd ul li i{
    display: block;
    font-size: 18px;
    line-height: 24px;
    color: #474b4c;
    font-weight: bold;
    font-family: "Arial";
    text-align: center;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    opacity: 0;
}

.case .case_box .hd ul li::after{
    position: absolute;
    bottom: 0px;
    left: 12px;
    content: "";
    width: 6px;
    height: 6px;
    background: #333333;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.case .case_box .hd ul li.on::after {
    left: 0px;
    width: 30px;
    background: #63a00e;
}

.case .case_box .hd ul li.on i{
    opacity: 1;
}


.case .case_box .next{
    position: absolute;
    left: 370px;
    top: 480px;
    cursor: pointer;
    background: url(../images/case_left.png) no-repeat left bottom;
    font-size: 18px;
    height: 35px;
    color: #999999;
    font-family: "Arial";
    text-transform: uppercase;
    text-align: center;
}

.case .case_box .prev{
    position: absolute;
    right: 370px;
    top: 480px;
    cursor: pointer;
    background: url(../images/case_right.png) no-repeat left bottom;
    font-size: 18px;
    height: 35px;
    color: #999999;
    font-family: "Arial";
    text-transform: uppercase;
    text-align: center;
}


.case .case_box .next:hover{
    color: #63a00e;
    background: url(../images/case_left1.png) no-repeat left bottom;
}

.case .case_box .next:prev{
    color: #63a00e;
    background: url(../images/case_right1.png) no-repeat left bottom;
}



/*about*/

.ab_bg{
    width: 100%;
    height: 978px;
    margin: 0 auto;
    background: url(../images/ab_bg.jpg) no-repeat top center;
}

.ab_bg .about{
    width: 1280px;
    margin: 0 auto;
    position: relative;
}

.ab_bg .about .ab_l{
    float: left;
    width: 600px;
}

.ab_bg .about .ab_l .title{
    margin-top: 15px;

}

.ab_bg .about .ab_l .txt{
    margin-top: 95px;

}

.ab_bg .about .ab_l .txt h5{
    font-size: 22px;
    line-height: 30px;
    color: #333333;
}

.ab_bg .about .ab_l .txt span{
    display: block;
    font-size: 14px;
    letter-spacing: 1px;
    color: #999999;
}

.ab_bg .about .ab_l .txt p{
    width: 600px;
    height: 168px;
    font-size: 16px;
    line-height: 42px;
    color: #666666;
    overflow: hidden;
    margin-top: 25px;
}

.ab_bg .about .ab_r{
    float: right;
    position: relative;
    margin-top: 60px;
} 

.ab_bg .about .ab_r .ab_img{
    width: 720px;
    height: 490px;
    margin-right: -120px;

}

.ab_bg .about .ab_r .ab_img img{
    width: 720px;
    height: 490px;
    border-top-left-radius: 45px;
}

.ab_bg .about .ab_r .ry{
    width: 225px;
    height: 170px;
    position: absolute;
    right: -121px;
    top: 370px;
    background: url(../images/ry_bg.png) no-repeat center;
}

.ab_bg .about .ab_r .ry img{
    margin: 15px 0 0 15px;
    width: 196px;
    height: 140px;

}


/*fc*/

.fc{
    width: 1280px;
    margin: 0 auto;
    position: relative;
}


.fc .fc_list{
    position: relative;
    width: 761px;
    height: 120px;
    filter: drop-shadow(0px 3px 4px rgba(0,0,0,0.1));
    background-color: #ffffff;
    border-bottom-left-radius: 50px;
    top: -65px;

}

.fc .fc_list ul{
    float: left;
}

.fc .fc_list ul li{
    float: left;
    text-align: center;
    width: 190px;
}

.fc .fc_list ul li a{
    display: block;
    font-size: 16px;
    color: #666666;
    margin-top: 25px;
    padding-top: 52px;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.fc .fc_list ul li.fc1 a{
    background: url(../images/ab1.png) no-repeat top center;

}

.fc .fc_list ul li.fc2 a{
    background: url(../images/ab2.png) no-repeat top center;

}

.fc .fc_list ul li.fc3 a{
    background: url(../images/ab3.png) no-repeat top center;

}

.fc .fc_list ul li.casehover a{
    color: #63a00e;
    font-weight: bold;
}

.fc .fc_list ul li.fc1.casehover a{
    background: url(../images/ab11.png) no-repeat top center;

}

.fc .fc_list ul li.fc2.casehover a{
    background: url(../images/ab22.png) no-repeat top center;

}

.fc .fc_list ul li.fc3.casehover a{
    background: url(../images/ab33.png) no-repeat top center;

}

.fc .fc_list .f_lx{
    width: 190px;
    float: right;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;

}

.fc .fc_list .f_lx a{
    display: block;
    font-size: 16px;
    color: #666666;
    margin-top: 25px;
    padding-top: 52px;
    background: url(../images/ab1.png) no-repeat top center;
    text-align: center;
}

.fc .fc_box{
    margin: -15px auto 0 auto;
    width: 1360px;
}

.fc .fc_box ul li{
    float: left;
    width: 300px;
    margin-right: 25px;
}

.fc .fc_box ul li .pic{
    width: 300px;
    height: 220px;
    border-radius: 2px;
    filter: drop-shadow(0 0 6px rgba(0,0,0,0.1));
    background-color: #ffffff;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.fc .fc_box ul li .pic img{
    width: 280px;
    height: 200px;
    border-radius: 2px;
    margin: 10px;
}

.fc .fc_box ul li .txt{
    margin: 0 auto;
    height: 45px;
    line-height: 45px;
    text-align: center;

} 

.fc .fc_box ul li .txt a{
    font-size: 14px;
    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;
}

.fc .fc_box ul li:hover .txt a{
    color: #63a00e;
    font-weight: bold;
}


/*news*/

.news{
    width: 1280px;
    height: 655px;
    margin: 70px auto 0 auto;
}

.news .news_t{
    overflow: hidden;
}

.news .news_t .title{
    float: left;
}

.news .news_t .news_list{
    float: right;
    margin-top: 12px;
    height: 48px;
} 

.news .news_t .news_list ul li{
    float: left;
    width: 156px;
    height: 48px;
    line-height: 48px;
    position: relative;
    z-index: 5;
    margin-left: 40px;
}


.news .news_t .news_list ul li a{
    font-size: 16px;
    color: #333333;
    padding-left: 60px;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.news .news_t .news_list ul li.n1 a{
    background: url(../images/news1.png) no-repeat 25px center;
}

.news .news_t .news_list ul li.n2 a{
    background: url(../images/news2.png) no-repeat 25px center;
}

.news .news_t .news_list ul li.n3 a{
    background: url(../images/news3.png) no-repeat 25px center;
}

.news .news_t .news_list ul li::after{
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 48px;
    content: "";
    z-index: -1;
    background: #63a00e;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.news .news_t .news_list ul li.casehover::after{
    width: 100%;
}


.news .news_t .news_list ul li.casehover a{
    color: #ffffff;
}

.news .news_t .news_list ul li.n1.casehover a{
    background: url(../images/news11.png) no-repeat 25px center;
}

.news .news_t .news_list ul li.n2.casehover a{
    background: url(../images/news22.png) no-repeat 25px center;
}

.news .news_t .news_list ul li.n3.casehover a{
    background: url(../images/news33.png) no-repeat 25px center;
}


.news .news_box{
    margin: 60px auto 0 auto;
}

.news .news_box .news_l{
    float: left;
    width: 918px;
    height: 460px;
    border-right: 1px solid #dddddd;
}

.news .news_box .news_l ul li{
    width: 400px;
    height: 100px;
    border-bottom: 1px solid #eeeeee;
    margin-bottom: 20px;
    margin-right: 59px;
    float: left;
    position: relative;

}

.news .news_box .news_l ul li .news_img{
    float: left;
    width: 120px;
    height: 80px;
}

.news .news_box .news_l ul li .news_img img{
    width: 120px;
    height: 80px;
}

.news .news_box .news_l ul li .txt{
    float: right;
    width: 260px;
}

.news .news_box .news_l ul li .txt h5{
    height: 45px;
    line-height: 45px;

}

.news .news_box .news_l ul li .txt h5 a{
    float: left;
    width: 175px;
    font-size: 16px;
    color: #666666;
    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 .news_box .news_l ul li .txt h5 span{
    display: block;
    float: right;
    font-size: 12px;
    color: #999999;
}

.news .news_box .news_l ul li .txt p{
    font-size: 14px;
    color: #999999;
    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-top: 5px;
}

.news .news_box .news_l ul li::after{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 1px;
    content: "";
    z-index: -1;
    background: #63a00e;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.news .news_box .news_l ul li:hover::after{
    width: 100%;

}

.news .news_box .news_l ul li:hover .txt h5 a{
    color: #63a00e;
    font-weight: bold;
}


.news .news_box .news_r{
    float: right;
    width: 304px;
}

.news .news_box .news_r ul li{
    width: 304px;
    height: 235px;
    margin-bottom: 7px;
}

.news .news_box .news_r ul li .news_img{
    width: 304px;
    height: 180px;
    filter: drop-shadow(0 0 6px rgba(0,0,0,0.1));
    background: #fff;
}

.news .news_box .news_r ul li .news_img img{
    width: 296px;
    height: 172px;
    margin: 4px;
}

.news .news_box .news_r ul li .txt{
    height: 55px;
    line-height: 55px;
}

.news .news_box .news_r ul li .txt a{
    float: left;
    width: 220px;
    font-size: 16px;
    color: #666666;
    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 .news_box .news_r ul li .txt span{
    display: block;
    float: right;
    font-size: 12px;
    color: #999999;
}

.news .news_box .news_r ul li:hover .txt a{
    color: #63a00e;
    font-weight: bold;
}



/*links*/

.links_bg{
    margin: 0 auto;
    width: 100%;
    height: 200px;
    background: url(../images/links_bg.png) no-repeat  center;
}

.links_bg .links{
    width: 1280px;
    margin: 0 auto;
    padding-top: 70px;
}

.links_bg .links .links_t{
    float: left;
    text-align: center;
}

.links_bg .links .links_t span{
    display: block;
    font-size: 14px;
    line-height: 30px;
    color: #666666;
    background: url(../images/links_xt.png) no-repeat  center;
}

.links_bg .links .links_t i{
    display: block;
    font-size: 34px;
    line-height: 30px;
    color: #333333;
    font-weight: bold;
    text-transform: uppercase;
}

.links_bg .links .yq{
    float: right;
    width: 1140px;
} 

.links_bg .links .yq a{
    margin-right: 15px;
    font-size: 14px;
    line-height: 30px;
    color: #999999;
}