
/*-----------------------------------------------------------*/
/*copyright by 动力无限  www.btoe.cn*/
/*邮箱 btoe@btoe.cn*/
/*合作电话 400-0599-360*/
/*版权所有违者必究*/
/*-----------------------------------------------------------*/


/*banner*/
.fullSlide {
    width: 100%;
    position: relative;
    height: 820px;
  }
  
  .fullSlide .bd {
    width: 100%;
    height: 820px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
    overflow: hidden;
  }

  
  .fullSlide .bd ul {
    width: 100% !important;
  }
  
  .fullSlide .bd li {
    width: 100% !important;
    height: 820px;
    overflow: hidden;
    text-align: center;
  }
  
  .fullSlide .bd li a {
    display: block;
    height: 820px;
  }
  
  .fullSlide .hd {
    position: absolute;
    z-index: 9;
    bottom: 25px;
    right: 17%;
    height: 30px;
  }
  
  .fullSlide .hd ul {

  }
  
  .fullSlide .hd ul li {
    cursor: pointer;
    display: block;
    zoom: 1;
    width: 28px;
    height: 20px;
    margin: 0 0 0 15px;
    background: url(../images/buttom2.png) no-repeat center;
    overflow: hidden;
    line-height: 99px;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
    float: left;
  }
  
  .fullSlide .hd ul .on {
    background: url(../images/buttom3.png) no-repeat center;
    -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;
    z-index: 5;
    right: 4%;
    top: 50%;
  }
  
  .fullSlide .prev {
    width: 65px;
    height: 65px;
    background: url(../images/bannerL.png) no-repeat center;
    -webkit-transition: all .5s linear;
    transition: all .5s linear;
    position: absolute;
    z-index: 5;
    left: 4%;
    top: 50%;
  }

.fullSlide .num{
    position: absolute;
    z-index: 9;
    right: 8%;
    bottom: 22px;
    background: url(../images/xt1.png) no-repeat left center;
    padding-left: 60px;
}


.fullSlide .num .pageState{
    font-size: 18px;
    color: #fff;
    letter-spacing: 10px;
    position: relative;

}

.fullSlide .num .pageState::after{
    position: absolute;
    left: 33px;
    top: -1px;
    content: "0";
    font-size: 18px;
    color: #fff;
}

.fullSlide .num .pageState span{
    font-size: 24px;
    color: #fff;
    font-weight: bold;
    position: relative;
    left: 6px;
}

.fullSlide .num .pageState span::after{
    position: absolute;
    left: -13px;
    top: -2px;
    content: "0";
    font-size: 24px;
    color: #fff;
    font-weight: bold;
}

  .banner_box {
    width: 100%;
    position: relative;
    height: 820px;
    z-index: 5;
  }

  
.trait_bg {
    width: 100%;
    height: 150px;
    position: absolute;
    z-index: 6;
    right: 0;
    bottom: 0;
    background: url(../images/banner_box.png) no-repeat center;
  }

  .trait_bg  .trait{
      width: 1280px;
      margin: 0 auto;
      padding-top: 90px;
  }

  .trait_bg  .trait .trait_l{
      float: left;
      background: url(../images/xt.png) no-repeat right center;
      height: 45px;
      line-height: 45px;
      margin-left: 485px;
      width: 310px;

  }

  .trait_bg  .trait .trait_l i{
      font-size: 14px;
      color: #fff;
      padding-left: 25px;
      background: url(../images/buttom1.png) no-repeat left center;
  }

  .trait_bg  .trait .tel{
      float: left;
      font-size: 16px;
      color: #fff;
      padding-left: 25px;
      background: url(../images/tel.png) no-repeat left center;
      margin-left: 40px;
      height: 45px;
      line-height: 45px;
  } 

  .trait_bg  .trait .tel i{
    font-size: 20px;
    color: #fff;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
  }


/*title*/

.title{
    margin-left: -50px;
    padding-left: 53px;
    background: url(../images/title.png) no-repeat left center;
    height: 68px;
    line-height: 68px;
}

.title h3{

}

.title h3 a{
    display: block;
}

.title h3 span{
    font-size: 46px;
    color: #fff;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    display: inline-block;
    width: 60px;
    text-align: center;

}

.title h3 i{
    display: inline-block;
    font-size: 32px;
    color: #333333;
    font-weight: bold;
    margin-left: 16px;
}

.title h3 em{
    display: inline-block;
    font-size: 14px;
    color: #999999;
    text-transform: uppercase;
    margin-left: 20px;
    padding-left: 20px;
    background: url(../images/title_xt.png) no-repeat left center;
}

/*product*/

.product{
    width: 1280px;
    margin: 65px auto 0 auto;
}

.product .pro_box{
    width: 1360px;
    margin: 50px auto 0 auto;
    position: relative;
    height: 900px;

}

.product .pro_box .hd{
    height: 250px;
}

.product .pro_box .hd ul li{
    float: left;
    width: 220px;
    margin-right: 45px;
}

.product .pro_box .hd ul li a{
    display: block;
}

.product .pro_box .hd ul li span{
    display: block;
    border-bottom: 1px solid #dddddd;
    height: 130px;
    background: url(../images/buttom4.png) no-repeat left top;
}

.product .pro_box .hd ul li span img{
    display: block;
    float: left;
    margin: 13px 0 0 35px;
    width: 100px;
    height: 75px;
    
}

.product .pro_box .hd ul li span i{
    display: block;
    float: right;
    font-size: 60px;
    color: #f8f8f8;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 55px;
    margin-top: 58px;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.product .pro_box .hd ul li b{
    text-align: center;
    font-size: 18px;
    color: #333333;
    font-weight: normal;
    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: 20px auto 0 auto;
}

.product .pro_box .hd ul li b em{
    font-size: 14px;
    color: #999999;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    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: 5px;
}

.product .pro_box .hd ul li.on span i{
    color: #1e8ff5;
}

.product .pro_box .hd ul li.on b{
    color: #1e8ff5;
    font-weight: bold;
}

.product .pro_box .hd ul li.on b em{
    color: #1e8ff5;
}

.product .pro_box .bd{
    width: 1360px;
    margin: 0 auto;
} 

.product .pro_box .bd ul li{
    float: left;
    width: 1360px;
    margin: 0 auto;
}

.product .pro_box .bd ul li dl{
    width: 300px;
    float: left;
    margin: 0 25px 40px 0;

}

.product .pro_box .bd ul li dl .pic{
    width: 300px;
    height: 225px;
    background: #f8f8f8;
    position: relative;
    z-index: 5;

}

.product .pro_box .bd ul li dl .pic img{
    width: 280px;
    height: 205px;
    margin: 10px;
}

.product .pro_box .bd ul li dl .txt{
    margin: 15px auto 0 auto;
    width: 280px;
    height: 46px;
    line-height: 46px;
    background: #f8f8f8;
    padding: 0 10px;
    position: relative;
    z-index: 5;

} 

.product .pro_box .bd ul li dl .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;
    width: 160px;
    padding-left: 25px;
    float: left;
    position: relative;
}


.product .pro_box .bd ul li dl .txt h5 a::after{
    position: absolute;
    left: 0px;
    top: 24px;
    width: 16px;
    height: 2px;
    background: #333333;
    content: "";
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.product .pro_box .bd ul li dl .txt .more{
    display: block;
    float: right;
    background: url(../images/more1.png) no-repeat right center;
    padding-right: 27px;
    font-size: 14px;
    color: #999999;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.product .pro_box .bd ul li dl .txt::after{
    position: absolute;
    left: 0px;
    top: 0px;
    width: 0px;
    height: 100%;
    background: #1e8ff5;
    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_box .bd ul li dl.on .txt::after{
    width: 100%;
}

.product .pro_box .bd ul li dl.on .txt h5 a{
    color: #fff;
}

.product .pro_box .bd ul li dl.on .txt h5 a::after{
    background: #fff;
}


.product .pro_box .bd ul li dl.on .txt .more{
    color: #fff;
    background: url(../images/more2.png) no-repeat right center;
}

.product .pro_box  .prev{
    background: url(../images/more.png) no-repeat center;
    position: absolute;
    right: 80px;
    top: -110px;
    width: 389px;
    height: 50px;
}

.product .pro_box  .prev i{
    display: block;
    line-height: 50px;
    font-size: 16px;
    color: #999999;
    font-family: Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    letter-spacing: 3px;
    padding-left: 178px;
}


/*ys*/

.ys_bg{
    width: 100%;
    margin: 20px auto 0 auto;
    background: url(../images/ys_bg.jpg) no-repeat  center;
    height: 1370px;
}


.ys_bg .ys{
    width: 1280px;
    margin: 0 auto;
    padding-top: 180px;
    position: relative;
    height: 750px;
}

.ys_bg .ys .title{
    position: absolute;
    left: 0px;
    top: 200px;
    z-index: 5;
}

.ys_bg .ys .title i{
    font-size: 30px;
}

.ys_bg .ys .title em{
    background: none;
    padding-left: 0px;
    text-transform: initial;
    margin-left: 15px;
}

.ys_bg .ys .ys_box{
    width: 1280px;
    margin: 0 auto;
    position: relative;
}

.ys_bg .ys .ys_box .bd ul li{
    width: 1280px;
    margin: 0 auto;
    float: left;

}

.ys_bg .ys .ys_box .bd ul li .txt{
    float: left;
    width: 740px;
    margin-top: 170px;
    position: relative;
}

.ys_bg .ys .ys_box .bd ul li .txt h5{
    font-size: 24px;
    color: #333;
    font-weight: bold;
    letter-spacing: 2px;

}

.ys_bg .ys .ys_box .bd ul li .txt h5 i{
    font-size: 14px;
    color: #333333;
    font-weight: normal;
    letter-spacing: 0px;
    opacity: 0.8;
    margin-left: 15px;
}

.ys_bg .ys .ys_box .bd ul li .txt p{
    font-size: 16px;
    color: #666666;
    line-height: 42px;
    margin-top: 40px;
}

.ys_bg .ys .ys_box .bd ul li .txt span{
    display: block;
    position: absolute;
    left: 620px;
    top: 5px;
    font-size: 24px;
    color: #1e8ff5;
    font-weight: bold;
}

.ys_bg .ys .ys_box .bd ul li .ys_img{
    float: right;
    width: 579px;
    height: 555px;
    margin-right: -100px;
} 

.ys_bg .ys .ys_box .bd ul li .ys_img img{
    width: 579px;
    height: 555px;
}

.ys_bg .ys .ys_box .hd{
    position: absolute;
    left: -10px;
    top: 400px;
    z-index: 5;
}

.ys_bg .ys .ys_box .hd ul li{
    float: left;
    background: url(../images/ys_list1.png) no-repeat  center;
    width: 156px;
    height: 246px;
    margin-right: 60px;
    -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{
    background: url(../images/ys_list11.png) no-repeat  center;
}

.ys_bg .ys .ys_box .hd ul li span{
    display: block;
    width: 34px;
    height: 34px;
    margin: 28px 0 0 35px;
    -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{
    margin: 50px 0 0 55px;
    font-size: 18px;
    color: #333;
    writing-mode: tb-rl;
    letter-spacing: 2px;
}

.ys_bg .ys .ys_box .hd ul li h5 i{
    display: block;
    font-size: 12px;
    color: #999999;
    font-family: Arial, Helvetica, sans-serif;
    text-transform: capitalize;
    letter-spacing: 0px;
}

.ys_bg .ys .ys_box .hd ul li.ys1 span{
    background: url(../images/ys_ico1.png) no-repeat  center;
}

.ys_bg .ys .ys_box .hd ul li.ys2 span{
    background: url(../images/ys_ico2.png) no-repeat  center;
}

.ys_bg .ys .ys_box .hd ul li.ys3 span{
    background: url(../images/ys_ico3.png) no-repeat  center;
}

.ys_bg .ys .ys_box .hd ul li.ys4 span{
    background: url(../images/ys_ico4.png) no-repeat  center;
}



.ys_bg .ys .ys_box .hd ul li.ys1.on span{
    background: url(../images/ys_ico11.png) no-repeat  center;
}

.ys_bg .ys .ys_box .hd ul li.ys2.on span{
    background: url(../images/ys_ico22.png) no-repeat  center;
}

.ys_bg .ys .ys_box .hd ul li.ys3.on span{
    background: url(../images/ys_ico33.png) no-repeat  center;
}

.ys_bg .ys .ys_box .hd ul li.ys4.on span{
    background: url(../images/ys_ico44.png) no-repeat  center;
}

.ys_bg .ys .ys_box .num{
    position: absolute;
    left: 658px;
    top: 182px;
    font-size: 16px;
    color: #333333;

}

.ys_bg .ys .ys_box .next{
    position: absolute;
    left: 535px;
    top: 190px;
    width: 50px;
    height: 15px;
    cursor: pointer;
    background: url(../images/left.png) no-repeat  center;
}

.ys_bg .ys .ys_box .prev{
    position: absolute;
    left: 708px;
    top: 190px;
    width: 50px;
    height: 15px;
    cursor: pointer;
    background: url(../images/right.png) no-repeat  center;
}


/*lc*/

.lc{
    width: 1280px;
    margin: 65px auto 0 auto;
}

.lc .title{
    background: url(../images/lc_t.png) no-repeat left center;
}

.lc .title h3 i{
    color: #fff;
}

.lc .title h3 em{
    color: #fff;
}

.lc .lc_box{
    position: relative;
    margin: 45px auto 0 auto;
    width: 1280px;
} 

.lc .lc_box .bd{
    width: 1360px;

}

.lc .lc_box .bd ul li{
    float: left;
    width: 220px;
    height: 180px;
    background: url(../images/lc_list.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;
    margin-right: 52px;
    text-align: center;
}

.lc .lc_box .bd ul li span{
    display: block;
    margin: 40px auto 0 auto;
    width: 48px;
    height: 48px;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.lc .lc_box .bd ul li em{
    display: block;
    margin: 10px auto;
    width: 30px;
    height: 1px;
    background: #fff;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.lc .lc_box .bd ul li h5{
    font-size: 18px;
    color: #fff;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.lc .lc_box .bd ul li i{
    display: block;
    font-size: 12px;
    color: #fff;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.lc .lc_box .bd ul li.lc1 span{
    background: url(../images/lc1.png) no-repeat  center;
}

.lc .lc_box .bd ul li.lc2 span{
    background: url(../images/lc2.png) no-repeat  center;
}

.lc .lc_box .bd ul li.lc3 span{
    background: url(../images/lc3.png) no-repeat  center;
}

.lc .lc_box .bd ul li.lc4 span{
    background: url(../images/lc4.png) no-repeat  center;
}

.lc .lc_box .bd ul li.lc5 span{
    background: url(../images/lc5.png) no-repeat  center;
}

.lc .lc_box .bd ul li.lc6 span{
    background: url(../images/lc6.png) no-repeat  center;
}

.lc .lc_box .bd ul li.lc7 span{
    background: url(../images/lc7.png) no-repeat  center;
}

.lc .lc_box .bd ul li.lc8 span{
    background: url(../images/lc8.png) no-repeat  center;
}

.lc .lc_box .bd ul li.lc9 span{
    background: url(../images/lc9.png) no-repeat  center;
}


.lc .lc_box .bd ul li:hover{
    background: url(../images/lc_list1.png) no-repeat  left center;
}

.lc .lc_box .bd ul li:hover em{
    background: #ffc000;
}

.lc .lc_box .bd ul li:hover h5{
    color: #ffc000;
}

.lc .lc_box .bd ul li:hover i{
    color: #ffc000;
}

.lc .lc_box .bd ul li.lc1:hover span{
    background: url(../images/lc11.png) no-repeat  center;
}

.lc .lc_box .bd ul li.lc2:hover span{
    background: url(../images/lc22.png) no-repeat  center;
}

.lc .lc_box .bd ul li.lc3:hover span{
    background: url(../images/lc33.png) no-repeat  center;
}

.lc .lc_box .bd ul li.lc4:hover span{
    background: url(../images/lc44.png) no-repeat  center;
}

.lc .lc_box .bd ul li.lc5:hover span{
    background: url(../images/lc55.png) no-repeat  center;
}

.lc .lc_box .bd ul li.lc6:hover span{
    background: url(../images/lc66.png) no-repeat  center;
}

.lc .lc_box .bd ul li.lc7:hover span{
    background: url(../images/lc77.png) no-repeat  center;
}

.lc .lc_box .bd ul li.lc8:hover span{
    background: url(../images/lc88.png) no-repeat  center;
}

.lc .lc_box .bd ul li.lc9:hover span{
    background: url(../images/lc99.png) no-repeat  center;
}

.lc .lc_box .prev{
    background: url(../images/right1.png) no-repeat center;
    position: absolute;
    right: 0px;
    top: -110px;
    width: 389px;
    height: 50px;
    cursor: pointer;
}

.lc .lc_box .prev i{
display: block;
line-height: 50px;
font-size: 16px;
color: #fff;
font-family: Arial, Helvetica, sans-serif;
text-transform: uppercase;
letter-spacing: 3px;
padding-left: 178px;

}


/*about*/

.ab_bg{
    width: 100%;
    margin: 60px auto 0 auto;
    background: url(../images/ab_bg.jpg) no-repeat  center;
    height: 1065px;
}


.ab_bg .about{
    width: 1280px;
    margin: 0 auto;
    position: relative;
}

.ab_bg .about .ab_t{
    height: 70px;
    
}

.ab_bg .about .ab_t .title{
    float: left;
}

.ab_bg .about .ab_t .more{
    float: right;
    background: url(../images/more3.png) no-repeat  center;
    width: 188px;
    height: 40px;
    margin-top: 15px;
} 

.ab_bg .about .ab_t .more  a{
    display: block;
    padding-left: 67px;
    font-size: 16px;
    color: #333333;
    margin-top: 5px;

}

.ab_bg .about .ab_box{
    margin: 45px auto 0 auto;
    height: 565px;
} 

.ab_bg .about .ab_box .ab_l{
    position: relative;
    width: 650px;
    float: left;
    margin-top: 15px;
}

.ab_bg .about .ab_box .ab_l .ab_img{
    width: 650px;
    height: 546px;

}

.ab_bg .about .ab_box .ab_l .ab_img img{
    width: 650px;
    height: 546px;
}

.ab_bg .about .ab_box .ab_l span{
    position: absolute;
    left: -45px;
    top: 0px;
    font-size: 14px;
    color: #333333;
    font-family: Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    writing-mode: tb-rl;
}

.ab_bg .about .ab_box .ab_l em{
    display: block;
    position: absolute;
    left: -60px;
    top: 490px;
    background: url(../images/buttom5.png) no-repeat center;
    width: 104px;
    height: 104px;
}

.ab_bg .about .ab_box .ab_r{
    float: right;
    width: 555px;
} 

.ab_bg .about .ab_box .ab_r .txt{
    background: url(../images/buttom6.png) no-repeat left top;

}

.ab_bg .about .ab_box .ab_r .txt h5{
    font-size: 24px;
    color: #333333;
    font-weight: bold;
    padding-left: 55px;
    letter-spacing: 2px;
}

.ab_bg .about .ab_box .ab_r .txt span{
    display: block;
    font-size: 14px;
    color: #999999;
    font-family: Arial, Helvetica, sans-serif;
    text-align: right;
    margin-top: 18px;
}

.ab_bg .about .ab_box .ab_r .txt p{
    font-size: 15px;
    color: #666666;
    line-height: 40px;
    height: 200px;
    overflow: hidden;
    margin-top: 30px;
    
    
}

.ab_bg .about .ab_box .ab_r .ab_tel{
    float: left;
    margin-top: 40px;
}

.ab_bg .about .ab_box .ab_r .ab_tel .tel{
    margin: 0 auto;
    text-align: center;
    background: url(../images/tel1.png) no-repeat center top;
    padding-top: 70px;

}

.ab_bg .about .ab_box .ab_r .ab_tel .tel i{
    display: block;
    font-size: 28px;
    color: #333;
    font-family: Arial, Helvetica, sans-serif;
}

.ab_bg .about .ab_box .ab_r .ab_tel .more{
    margin-top: 28px;
    width: 190px;
    height: 60px;
    line-height: 60px;
    background:  #ffc000;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
} 

.ab_bg .about .ab_box .ab_r .ab_tel .more a{
    font-size: 16px;
    color: #fff;
    display: block;
    text-align: center;

}

.ab_bg .about .ab_box .ab_r .ab_tel .more:hover{
    border-radius: 45px;
}

.ab_bg .about .ab_box .ab_r .ry{
    float: right;
    margin-top: 40px;
    background: url(../images/ry_bg.jpg) no-repeat center ;
    width: 297px;
    height: 197px;
}

.ab_bg .about .ab_box .ab_r .ry img{
    width: 263px;
    height: 165px;
    margin: 18px 0 0 19px;
}

.ab_bg .about .ab_list{
    margin: 45px auto 0 auto;
    position: relative;
}

.ab_bg .about .ab_list ul li{
    height: 88px;
    background: url(../images/buttom9.png) no-repeat left top ;
    -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;
    padding-left: 30px;
    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;
}


.ab_bg .about .ab_list ul li a i{
    display: block;
    font-size: 14px;
    color: #999999;
    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;
}

.ab_bg .about .ab_list ul li.ab1{
    position: absolute;
    left: 25px;
    top: 23px;
}

.ab_bg .about .ab_list ul li.ab2{
    position: absolute;
    left: 268px;
    top: 110px;
    background: url(../images/ab_buttom.png) no-repeat left top ;
}


.ab_bg .about .ab_list ul li.ab3{
    position: absolute;
    left: 827px;
    top: 0px;
}

.ab_bg .about .ab_list ul li.ab4{
    position: absolute;
    left: 1115px;
    top: 95px;
}


.ab_bg .about .ab_list ul li.on a{
    color: #1e8ff5;
    font-weight: bold;

}

.ab_bg .about .ab_list ul li.on a i{
    color: #1e8ff5;
}

.ab_bg .about .ab_list ul li.on{
    background: url(../images/buttom8.png) no-repeat left 3px ;
}


.ab_bg .about .ab_list ul li.ab2.on{
    background: url(../images/buttom7.png) no-repeat left top ;
}


/*case*/

.case_bg{
    width: 100%;
    margin: 0px auto 0 auto;
    background: url(../images/case_bg.jpg) no-repeat top center;
    height: 1020px;
}


.case_bg .message{
    width: 1280px;
    margin: 0 auto;
    height: 190px;
}

.case_bg .message .case_t{
    float: left;
    margin-top: 44px;
}

.case_bg .message .case_t h3{
    font-size: 30px;
    color: #fff;
    font-weight: bold;
}

.case_bg .message .case_t span{
    display: block;
    font-size: 20px;
    color: #fff;
    margin-top: 9px;
}

.case_bg .message .m_r{
    float: right;
    width: 832px;
    margin-top: 20px;
} 

.case_bg .message .m_r .m_nr{
    float: left;
    width: 710px;
}

.case_bg .message .m_r .m_nr .nr{
    height: 56px;
    margin-bottom: 17px;
}

.case_bg .message .m_r .m_nr .form-group1{
    border-bottom: 1px solid #8fc7fa;
    float: left;
    width: 320px;
    height: 55px;
}

.case_bg .message .m_r .m_nr .form-group1 input{
    width: 320px;
    height: 55px;
    background: url(../images/m1.png) no-repeat left center;
    font-size: 14px;
    color: #fff;
    text-indent: 35px;
}

.case_bg .message .m_r .m_nr .form-group2{
    border-bottom: 1px solid #8fc7fa;
    float: right;
    width: 320px;
    height: 55px;
}

.case_bg .message .m_r .m_nr .form-group2 input{
    width: 320px;
    height: 55px;
    background: url(../images/m2.png) no-repeat left center;
    font-size: 14px;
    color: #fff;
    text-indent: 35px;
}



.case_bg .message .m_r .m_nr .form-group3{
    border-bottom: 1px solid #8fc7fa;
    float: left;
    width: 320px;
    height: 55px;
}

.case_bg .message .m_r .m_nr .form-group3 textarea{
    width: 285px;
    height: 40px;
    background: url(../images/m3.png) no-repeat left center;
    font-size: 14px;
    color: #fff;
    padding: 15px 0 0 35px;
}

.case_bg .message .m_r .m_nr .form-group4{
    border-bottom: 1px solid #8fc7fa;
    float: right;
    width: 320px;
    height: 55px;
}

.case_bg .message .m_r .m_nr .form-group4 input{
    width: 200px;
    height: 55px;
    background: url(../images/m4.png) no-repeat left center;
    font-size: 14px;
    color: #fff;
    text-indent: 35px;
    float: left;
}

.case_bg .message .m_r .m_nr .form-group4 .imgcode{
    float: right;
    width: 90px;
    height: 36px;
    margin-top: 10px;
}

.case_bg .message .m_r .anniu{
    float: right;
    width: 60px;
    height: 110px;
    margin-top: 20px;
} 

.case_bg .message .m_r .anniu button{
    cursor: pointer;
    border: none;
    width: 60px;
    height: 110px;
    background: #ffc000;
    font-size: 18px;
    color: #fff;
    font-weight: bold;
    padding: 0 20px;
}


.case_bg .case{
    margin: 0 auto;
    width: 1280px;
}

.case_bg .case .case_box{
    width: 1280px;
    height: 470px;
    position: relative;
}

.case_bg .case .case_box .bd{
    width: 1280px;
}

.case_bg .case .case_box .bd ul li{
    float: left;
    width: 1280px;
    margin-bottom: 20px;
}

.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);
    margin-left: 8px;
    -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 .bd ul li:hover .pic{
    background: #1e8ff5;
}

.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;
    margin-top: 145px;
} 

.case_bg .case .case_box .bd ul li .txt span{
    display: block;
    height: 105px;
    border-bottom: 1px solid #dddddd;
    font-size: 24px;
    color: #333333;
    line-height: 75px;
}

.case_bg .case .case_box .bd ul li .txt span i{
    font-size: 72px;
    color: #f0f0f0;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    display: block;
    line-height: 55px;
    float: left;
    margin-right: 30px;
}

.case_bg .case .case_box .bd ul li .txt a{
    font-size: 20px;
    color: #1e8ff5;
    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;
    padding-left: 20px;
    background: url(../images/case_buttom.png) no-repeat left center;
    margin-top: 40px;
}

.case_bg .case .case_box .bd ul li .txt p{
    font-size: 16px;
    color: #666666;
    line-height: 42px;
    height: 84px;
    overflow: hidden;
    margin-top: 25px;

}

.case_bg .case .case_box .hd{
    position: absolute;
    right: 0px;
    top: 170px;
    z-index: 5;
    background: url(../images/xt2.png) no-repeat  center;
    height: 20px;
    width: 130px;
}

.case_bg .case .case_box .hd .next{
    float: left;
    width: 35px;
    height: 20px;
    cursor: pointer;
    background: url(../images/left1.png) no-repeat  center;
}

.case_bg .case .case_box .hd .prev{
    float: right;
    width: 35px;
    height: 20px;
    cursor: pointer;
    background: url(../images/right2.png) no-repeat  center;
}

.case_bg .case .case_show{
    margin: 40px auto 0 auto;
    width: 1360px;
} 

.case_bg .case .case_show ul li{
    float: left;
    width: 300px;
    margin-right: 27px;
}

.case_bg .case .case_show ul li .pic{
    width: 300px;
    height: 225px;
    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_show ul li .pic img{
    width: 280px;
    height: 205px;
    margin: 10px;
}

.case_bg .case .case_show ul li .txt{
    height: 55px;
    width: 280px;
    margin: 0 auto;
    position: relative;

}

.case_bg .case .case_show ul li .txt h5 a{
    float: left;
    width: 170px;
    line-height: 55px;
    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;
}

.case_bg .case .case_show ul li .txt .more{
    font-size: 20px;
    color: #999999;
    text-align: center;
    width: 39px;
    height: 39px;
    line-height: 38px;
    position: absolute;
    right: 0px;
    top: -30px;
    background: url(../images/more4.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_show ul li .txt::after{
    position: absolute;
    right: 0px;
    top: 27px;
    width: 100px;
    height: 1px;
    background: #dddddd;
    content: "";
    -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.on .txt h5 a{
    font-weight: bold;
    color: #1e8ff5;

}

.case_bg .case .case_show ul li.on .txt .more{
    background: url(../images/more5.png) no-repeat center;
    color: #fff;
}

.case_bg .case .case_show ul li.on .txt::after{
    background: #1e8ff5;

}


/*news*/

.news_bg{
    width: 100%;
    margin: 0px auto 0 auto;
    background: url(../images/news_bg.jpg) no-repeat  center;
    height: 1240px;
}


.news_bg .news{
    width: 1280px;
    margin: 0 auto;
    height: 780px;
    padding-top: 140px;
}

.news_bg .news .news_t{
    height: 70px;
}

.news_bg .news .news_t .title{
    float: left;
}

.news_bg .news .news_t .news_list{
    float: right;
    margin-top: 15px;
}

.news_bg .news .news_t .news_list ul li{
    float: left;
    margin-left: 45px;
    height: 40px;
}

.news_bg .news .news_t .news_list ul li a{
    display: block;
}

.news_bg .news .news_t .news_list ul li a span{
    display: block;
    float: left;
    width: 40px;
    height: 40px;
    background: #dddddd;
    border-radius: 50%;
    line-height: 40px;
    text-align: center;
    font-size: 24px;
    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;
}

.news_bg .news .news_t .news_list ul li a em{
    display: block;
    float: left;
    width: 1px;
    height: 26px;
    margin: 7px 10px 0 10px;
    background: #dddddd;
    -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 b{
    display: block;
    float: left;
    font-size: 16px;
    color: #333333;
    font-weight: normal;
    line-height: 20px;
    -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 b i{
    display: block;
    font-size: 12px;
    color: #999999;
    -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 a span{
    background: #ffc000;
}

.news_bg .news .news_t .news_list ul li.casehover a em{
    background: #ffc000;
}

.news_bg .news .news_t .news_list ul li.casehover a b{
    color: #ffc000;

}

.news_bg .news .news_t .news_list ul li.casehover a b i{
    color: #ffc000;
}

.news_bg .news .news_box{
    width: 1280px;
    margin: 40px auto 0 auto;

}

.news_bg .news .news_box .news_top{
    width: 1360px;
    height: 220px;
    margin-left: -10px;
}

.news_bg .news .news_box .news_top ul li{
    float: left;
    width: 630px;
    height: 220px;
    margin-right: 20px;
    position: relative;
    z-index: 5;
}

.news_bg .news .news_box .news_top ul li .news_img{
    float: left;
    width: 270px;
    height: 200px;
    background: #f8f8f8;
    margin: 10px;
    -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 img{
    width: 260px;
    height: 190px;
    margin: 5px;
}

.news_bg .news .news_box .news_top ul li .txt{
    float: left;
    margin-left: 20px;
    margin-top: 10px;
    width: 300px;

} 

.news_bg .news .news_box .news_top ul li .txt h5 a{
    font-size: 18px;
    color: #333333;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    overflow: hidden;
    display: block;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    line-height: 55px;
}

.news_bg .news .news_box .news_top ul li .txt span{
    display: block;
    font-size: 14px;
    color: #999999;
    padding-left: 22px;
    line-height: 20px;
    background: url(../images/news_ico1.png) no-repeat left  center;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.news_bg .news .news_box .news_top ul li .txt p{
    font-size: 14px;
    color: #999999;
    line-height: 30px;
    height: 60px;
    overflow: hidden;
    margin-top: 17px;
    -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 .more{
    display: block;
    margin-top: 20px;
    background: url(../images/more6.png) no-repeat  center;
    width: 26px;
    height: 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::after{
    position: absolute;
    left: 0px;
    top: 0px;
    width: 0px;
    height: 100%;
    background: #1e8ff5;
    content: "";
    z-index: -1;
    -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.on::after{
    width: 100%;
}

.news_bg .news .news_box .news_top ul li.on .txt h5 a{
    color: #fff;

}

.news_bg .news .news_box .news_top ul li.on .txt span{
    color: #fff;
    background: url(../images/news_ico2.png) no-repeat left  center;
}

.news_bg .news .news_box .news_top ul li.on .txt p{
    color: #fff;
}

.news_bg .news .news_box .news_top ul li.on .txt .more{
    background: url(../images/more7.png) no-repeat  center;
}

.news_bg .news .news_box .list{
    margin: 50px auto 0 auto;
    width: 1280px;
    height: 360px;
    background: #fff;
    -webkit-box-shadow: 0 0 8px 6px rgba(0, 0, 0, .03);
    box-shadow: 0 0 8px 6px rgba(0, 0, 0, .03);
}

.news_bg .news .news_box .list ul li{
    float: left;
    width: 255px;
    height: 360px;
    border-right: 1px dashed #dddddd;
    padding: 0 30px 0 34px;
}

.news_bg .news .news_box .list ul li:last-child{
    border-right: none;
}

.news_bg .news .news_box .list ul li span{
    display: block;
    font-size: 24px;
    color: #666666;
    font-weight: bold;
    text-align: right;
    line-height: 105px;
}

.news_bg .news .news_box .list ul li h5 a{
    font-size: 18px;
    color: #333;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    overflow: hidden;
    display: block;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.news_bg .news .news_box .list ul li em{
    display: block;
    width: 2px;
    height: 18px;
    background: #1e8ff5;
    margin: 15px 0 10px 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 .list ul li p{
    font-size: 14px;
    color: #999999;
    line-height: 30px;
    height: 90px;
    overflow: hidden;

}

.news_bg .news .news_box .list ul li .more{
    display: block;
    margin-top: 25px;
    font-size: 14px;
    color: #999999;
    text-transform: uppercase;
    line-height: 36px;
}

.news_bg .news .news_box .list ul li .more i{
    display: block;
    float: right;
    border-radius: 50%;
    background: url(../images/more8.png) no-repeat center;
    width: 36px;
    height: 36px;
    -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.on .more i{
    background: #1e8ff5 url(../images/more9.png) no-repeat center;
}

.news_bg .news .news_box .list ul li.on h5 a{
    color: #1e8ff5;
    font-weight: bold;
}

.news_bg .news .news_box .list ul li.on em{
    background: #1e8ff5;
}


/*links*/

.links{
    width: 1280px;
    margin: 10px auto 0 auto;
    height: 160px;
    overflow: hidden;
}

.links .links_t{
    float: left;
    background: url(../images/xt3.png) no-repeat right center;
    width: 102px;
}

.links .links_t span{
    display: block;
    font-size: 28px;
    color: #1e8ff5;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    line-height: 30px;
}

.links .links_t i{
    display: block;
    font-size: 16px;
    color: #333;
    letter-spacing: 7px;
}

.links .yq{
    float: right;
    width: 1155px;
} 

.links .yq a{
    margin-right: 10px;
    font-size: 14px;
    color: #999999;
}


.f_cont{
    width: 1280px;
    margin: 63px auto 0 auto;
    height: 85px;
    border-bottom: 1px solid #55a9f2;
}

.f_cont ul li{
    float: left;
    width: 426px;
}

.f_cont ul li img{
    display: block;
    float: left;
    width: 42px;
    height: 42px;
    margin-right: 13px;
}

.f_cont ul li p{
    float: left;
    font-size: 14px;
    color: #fff;
    width: 371px;
}

.f_cont ul li p span{
    display: block;
    font-size: 14px;
    color: #fff;
}

.f_cont ul li p i{
    display: block;
    font-size: 20px;
    color: #fff;
    font-weight: bold;
    line-height: 20px;
}

.f_cont ul li p em{
    display: block;
    font-size: 18px;
    color: #fff;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 20px;
}
 