﻿
/*-----------------------------------------------------------*/
/*copyright by 动力无限  www.btoe.cn*/
/*邮箱 btoe@btoe.cn*/
/*合作电话 400-0599-360*/
/*版权所有违者必究*/
/*-----------------------------------------------------------*/

/*banner*/
.fullSlide {
    width: 100%;
    position: relative;
    height: 750px;
    background: #fff;
    overflow: hidden;
  }
  
  .fullSlide .bd {
    width: 100%;
    height: 750px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
    overflow: hidden;
  }

  
  .fullSlide .bd ul {
    width: 100%;
  }
  
  .fullSlide .bd li {
    width: 100% !important;
    height: 750px;
    overflow: hidden;
    text-align: center;
  }
  
  .fullSlide .bd li a {
    display: block;
    height: 750px;
  }

  .fullSlide .bd li span{
      display: block;
      position: absolute;
      right: 5%;
      top: 290px;
      font-size: 45px;
      color: #dfb163;
      font-family: "simsun";
      font-weight: bold;
      width: 85px;
      height: 65px;
      border-bottom: 1px solid #fff;
      text-align: right;
  }

  .fullSlide .num{
    position: absolute;
    right: 5%;
    top: 365px;
    font-size: 22px;
    color: #ffffff;
    font-family: "simsun";
    font-weight: bold;
    width: 85px;
    text-align: right;
    z-index: 9;
  }


  
  .fullSlide .hd {
    width: 100%;
    position: absolute;
    z-index: 9;
    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;
    background: #fff;
  }
  
  .fullSlide .hd ul .on {
    background: #dfb163;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
  }
  
  
  .fullSlide .next {
    width: 120px;
    height: 120px;
    position: absolute;
    bottom: 0%;
    z-index: 15;
    background: url(../images/bannerR.png) no-repeat center;
    -webkit-transition: all .5s linear;
    transition: all .5s linear;
    right: 0%;
 
  }
  
  .fullSlide .prev {
    width: 120px;
    height: 120px;
    position: absolute;
    bottom: 0%;
    z-index: 15;
    background: url(../images/bannerL.png) no-repeat center;
    -webkit-transition: all .5s linear;
    transition: all .5s linear;
    right: 120px;
 
  }

.banner_box {
    width: 100%;
    position: relative;
    height: 750px;
    background: #fff;
    overflow: hidden;
  }

.banner_box .banner_nr{
    position: absolute;
    left: 5%;
    top: 295px;
    z-index: 6;
}

.banner_box .banner_nr ul li{
    height: 40px;
    margin-bottom: 20px;
    position: relative;
}

.banner_box .banner_nr ul li span img{
    display: block;
    width: 40px;
    height: 40px;
}

.banner_box .banner_nr ul li p img{
    width: 100px;
    height: 100px;
    position: absolute;
    left: 50px;
    top: 0;
    opacity: 0;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
} 

.banner_box .banner_nr ul li:hover p img{
    opacity: 1;
}

.banner_box .banner_nr .search {
    height: 40px;
    z-index: 6;
    position: relative;
    width: 40px;
    z-index: 99;
  }
.banner_box .banner_nr .search .searchIco {
    display: block;
    margin: auto;
    width: 40px;
    height: 40px;
    overflow: hidden;
    cursor: pointer;
  }
.banner_box .banner_nr .search .searchIco em {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    top: 0;
    padding: 0;
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
  }
.banner_box .banner_nr .search .searchIco em.show {
    background: url(../images/sou.png) center center no-repeat;
  }
.banner_box .banner_nr .search .searchIco em.hide {
    background: url(../images/sou.png) center center no-repeat;
  }
.banner_box .banner_nr .search .searchIco.top em {
    top: -100%;
  }
.banner_box .banner_nr .search .searchBox {
    width: 0;
    height: 40px;
    position: absolute;
    right: 100%;
    background: #fff;
    top: 0%;
    left: 50px;
    overflow: hidden;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
  }
.banner_box .banner_nr .search .searchBox .searchInp {
    width: 250px;
    height: 40px;
    border: none;
    line-height: 40px;
    background: none;
    float: left;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 15px;
    font-size: 14px;
  }
.banner_box .banner_nr .search .searchBox .searchInp::-webkit-input-placeholder {
    color: #adadad;
  }
.banner_box .banner_nr .search .searchBox .searchInp:focus::-webkit-input-placeholder,
.banner_box .banner_nr .search .searchBox .searchInp:active::-webkit-input-placeholder {
    opacity: 0.6;
    filter: alpha(opacity=60);
  }
.banner_box .banner_nr .search .searchBox .submitBtn {
    position: absolute;
    right: 10px;
    top: 5px;
    background: url(../images/sou1.png) center center no-repeat;
    width: 30px;
    height: 30px;
    cursor: pointer;
    border: none;
    float: right;
    -webkit-transition: all 0.6s ease-out;
    transition: all 0.6s ease-out;
    opacity: 0;
    filter: alpha(opacity=0);
  }
.banner_box .banner_nr .search .searchBox.searchShow {
    width: 300px;
  }
.banner_box .banner_nr .search .searchBox.searchShow .submitBtn {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
  }
.banner_box .banner_nr .search .searchBox.searchShow .submitBtn:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
  }


  
/*trait*/

.trait_bg{
    width: 100%;
    height: 97px;
    margin: 0 auto;
    background: url(../images/trait_bg.jpg) center center no-repeat;
}

.trait_bg .trait{
    width: 1280px;
    margin: 0 auto;

}

.trait_bg .trait p{
    font-size: 15px;
    color: #333;
    margin: 0px 0 0 780px;
    padding-top: 37px;
}

.trait_bg .trait p i{
    font-size: 14px;
    color: #666666;
}


/*title*/

.title{
    position: relative;
    margin-left: 48px;
    padding-top: 50px;
    width: 500px;
}

.title::after{
    position: absolute;
    left: -370px;
    top: 40px;
    width: 360px;
    height: 1px;
    background: #dedede;
    content: "";

}

.title h3{
    font-size: 28px;
    color: #333333;
    display: inline-block;
    background: url(../images/title.png) no-repeat right center;
    padding-right: 22px;
}

.title h3 a{
    font-size: 28px;
    color: #333333;
}


/*product*/

.pro_bg{
    width: 100%;
    margin: 70px auto 0 auto;
    overflow: hidden;
}

.pro_bg .product{
    width: 1280px;
    margin: 0 auto;

}

.pro_bg .product .pro_t{
    height: 93px;
}

.pro_bg .product .pro_t .title{
    float: left;
    background: url(../images/pro_t.png) no-repeat top left;
}

/* 询盘*/
i {
    font-weight: normal;
    font-style: normal;
  }
  
  .topxunpan {
    position: relative;
    margin: 15px 0 0px 0px;
    float: right;
    height: 50px;
    background: #dfb163;
    border-radius: 45px;
    padding: 0 25px;
  }
  
  
  .topxunpan .xp {
    position: relative;
    line-height: 50px;
    color: #333;
    font-size: 16px;
    cursor: pointer;
  }
  
  .topxunpan .xp img {
    position: relative;
    top: 6px;
    margin-right: 5px;
  }
  
  .topxunpan .xp i {
    padding: 0 0px;
    margin-left: 0px;
    margin-right: 0px;
    box-sizing: border-box;
    color: #333333;
    font-size: 18px;
    font-family: Arial, Helvetica, sans-serif;
  }
  
  .topxunpan .xp #xunpantip {
    z-index: 999;
    position: absolute;
    top: 35px;
    left: 50%;
    width: 180px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    color: #fff;
    font-size: 14px;
    -webkit-transform: translateX(-50%) scale(0);
    -moz-transform: translateX(-50%) scale(0);
    -o-transform: translateX(-50%) scale(0);
    -ms-transform: translateX(-50%) scale(0);
    transform: translateX(-50%) scale(0);
    -webkit-transition: transform .4s, opacity .4s;
    -moz-transition: transform .4s, opacity .4s;
    -o-transition: transform .4s, opacity .4s;
    -ms-transition: transform .4s, opacity .4s;
    transition: transform .4s, opacity .4s;
    background-color: #dfb163;
    border-radius: 4px;
    opacity: 0;
    font-weight: bold;
    box-shadow: 5px 5px 2px #dfdfdf;
  }
  
  .topxunpan .xp #xunpantip::after {
    content: '';
    position: absolute;
    top: -16px;
    left: 50%;
    width: 0;
    height: 0;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    border: 8px solid transparent;
    border-bottom-color: #dfb163;
  }
  
  .topxunpan .xp #xunpantip.xunpantextactive {
    -webkit-transform: translateX(-50%) scale(1);
    -moz-transform: translateX(-50%) scale(1);
    -o-transform: translateX(-50%) scale(1);
    -ms-transform: translateX(-50%) scale(1);
    transform: translateX(-50%) scale(1);
    opacity: 1;
  }
  

  .product .pro_list{
      margin: 85px auto 0 auto;
      position: relative;
      width: 1280px;
      height: 160px;
      background: #fff;
      border-radius: 12px;
      -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_list ul li{
      float: left;
      width: 426px;
      height: 160px;
      text-align: center;
      position: relative;
      z-index: 5;
      background: url(../images/pro_xt.png) no-repeat right  center;
  }

  .product .pro_list ul li:last-child{
      background: none;
  }

  .product .pro_list ul li a{
    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;
  }

  .product .pro_list ul li a img{
      display: block;
      margin: 30px auto;
      -webkit-transition: all 0.5s ease-out;
      -o-transition: all 0.5s ease-out;
      transition: all 0.5s ease-out;
  }

  .product .pro_list ul li a i{
      display: block;
      font-size: 16px;
      color: #333;
      background: url(../images/buttom2.png) no-repeat   center;
      width: 134px;
      height: 33px;
      margin: 32px auto 0 auto;
      text-align: left;
      padding-left: 7px;
      opacity: 0;
      -webkit-transition: all 0.5s ease-out;
      -o-transition: all 0.5s ease-out;
      transition: all 0.5s ease-out;
  }

  .product .pro_list ul li::after{
      position: absolute;
      content: "";
      left: 0;
      top: -40px;
      width: 100%;
      height: 0;
      background: #dfb163;
      border-radius: 12px;
      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_list ul li.on::after{
      height: 240px;

  }

  .product .pro_list ul li.on a i{
      opacity: 1;
  }

  .product .pro_list ul li.on a img{
      margin: 0 auto 30px auto;
  }

  .product .pro_box{
      margin: 90px auto 0 auto;
      width: 1360px;
  } 

  .product .pro_box ul li{
      float: left;
      width: 290px;
      height: 270px;
      border: 1px solid #dedede;
      margin: 0 40px 40px 0;
      -webkit-transition: all 0.5s ease-out;
      -o-transition: all 0.5s ease-out;
      transition: all 0.5s ease-out;
  }

  .product .pro_box ul li .pic{
      width: 280px;
      height: 210px;
      margin: 5px 5px 0 5px;
      overflow: hidden;

  }

  .product .pro_box ul li .pic img{
    width: 280px;
      height: 210px;
      overflow: hidden;
      -webkit-transition: all 0.5s ease-out;
      -o-transition: all 0.5s ease-out;
      transition: all 0.5s ease-out;
  }

  .product .pro_box ul li .txt{
      height: 55px;
      line-height: 55px;
      width: 280px;
      margin: 0 auto;
  } 

  .product .pro_box ul li .txt h5 a{
      float: left;
      margin-left: 10px;
      width: 200px;
      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;
  }

  .product .pro_box ul li .txt .more{
      display: block;
      float: right;
      font-size: 14px;
      color: #666666;
      font-family: Arial, Helvetica, sans-serif;
      text-transform: capitalize;
      text-align: center;
      border-left: 1px solid #666666;
      height: 20px;
      line-height: 20px;
      width: 50px;
      margin-top: 17px;
      -webkit-transition: all 0.5s ease-out;
      -o-transition: all 0.5s ease-out;
      transition: all 0.5s ease-out;
  }

  .product .pro_box ul li:hover{
    border: 1px solid #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 ul li:hover .txt .more{
      background: #dfb163;
      border-left: 1px solid #dfb163;
  }

  .product .pro_box ul li:hover .pic img{
      transform: scale(1.1);
      -webkit-transform: scale(1.1);
      -o-transform: scale(1.1);
  }


  /* banner_1*/
  
  .banner_1{
      width: 100%;
      height: 637px;
      margin: 30px auto 0 auto;
      background: url(../images/banner_1.jpg) no-repeat  top  center;
  }

  .banner_1 .cont{
      width: 1280px;
      margin: 0 auto;
  }

  .banner_1 .cont .tel{
      margin: 0px 0 0 680px;
      padding-top: 45px;

  }

  .banner_1 .cont .tel span{
      display: block;
      background: url(../images/tel2.png) no-repeat  left  center;
      padding-left: 45px;
      font-size: 16px;
      color: #333;
      line-height: 28px;
  }

  .banner_1 .cont .tel p{
    font-size: 18px;
    color: #333;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    margin: 5px 0 0 45px;
  }

  .banner_1 .cont .tel p i{
      margin-right: 10px;
      font-size: 27px;
      color: #333;
      font-weight: bold;
      font-family: Arial, Helvetica, sans-serif;
  }

  .banner_1 .cont .zx{
      width: 135px;
      height: 48px;
      line-height: 48px;
      background: url(../images/zx.png) no-repeat   center;
      float: right;
      margin: 50px auto 55px auto;
  } 

  .banner_1 .cont .zx a{
    font-size: 16px;
    color: #333;
    font-family: Arial, Helvetica, sans-serif;
    padding-left: 55px;
  }

  .banner_1 .cont .txt{
      float: right;
      width: 423px;
      background: url(../images/buttom3.png) no-repeat  top center;
  }


  .banner_1 .cont .txt p{
    font-size: 16px;
    color: #333;
    padding-top: 125px;
    letter-spacing: 0.5px;
  }

  .banner_1 .cont .txt span{
      display: block;
      font-size: 12px;
      color: #333;
      font-family: Arial, Helvetica, sans-serif;
      margin-top: 10px;
  }


/* ys*/

.ys_bg{
  width: 100%;
  height: auto;
  margin: 0 auto;
  background: url(../images/ys_bg.jpg) no-repeat  top  center;
}

.ys_bg .ys{
  width: 1280px;
  margin: 0 auto;
  position: relative;
  padding-top: 13px;
}

.ys_bg .ys .title{
  position: absolute;
  left: 48px;
  top: 13px;
  z-index: 5;
  background: url(../images/ys_t.png) no-repeat  top  left;
}

.ys_bg .ys .ys_box{
  position: relative;
  width: 1280px;
  margin: 0 auto;
}

.ys_bg .ys .ys_box .bd{
  width: 1280px;
  margin: 0 auto;
}

.ys_bg .ys .ys_box .bd ul li{
  float: left;
  width: 1280px;
  margin: 0 auto;
}

.ys_bg .ys .ys_box .bd ul li .ys1{
  width: 1280px;
  height: 550px;
  position: relative;
}

.ys_bg .ys .ys_box .bd ul li .ys1 .txt{
  float: left;
  width: 570px;
  margin-top: 205px;
}

.ys_bg .ys .ys_box .bd ul li .ys1 .txt h5{
  font-size: 26px;
  color: #333333;
  height: 45px;
  line-height: 45px;

}

.ys_bg .ys .ys_box .bd ul li .ys1 .txt h5 i{
  display: block;
  float: left;
  width: 45px;
  height: 45px;
  background: #dfb163;
  border-radius: 50%;
  margin-right: 15px;


}

.ys_bg .ys .ys_box .bd ul li .ys1 .txt h5 i img {
  width: 45px;
  height: 45px;
}

.ys_bg .ys .ys_box .bd ul li .ys1 .txt p{
  font-size: 14px;
  color: #666666;
  line-height: 36px;
  margin-top: 35px;
}

.ys_bg .ys .ys_box .bd ul li .ys1 .ys_img{
  float: right;
  position: relative;
  height: 550px;
} 

.ys_bg .ys .ys_box .bd ul li .ys1 .ys_img .pic1 img{
  width: 530px;
  height: 550px;
  position: relative;

}

.ys_bg .ys .ys_box .bd ul li .ys1 .ys_img .pic2{
  width: 255px;
  height: 316px;
  background: url(../images/ys_list.png) no-repeat  right  center;
  position: absolute;
  left: -110px;
  bottom: 0;

}

.ys_bg .ys .ys_box .bd ul li .ys1 .ys_img .pic2 img {
  display: block;
  width: 240px;
  height: 300px;
  margin-top: 16px;

}

.ys_bg .ys .ys_box .bd ul li .ys1 .ys_img .num{
  font-size: 76px;
  color: #333;
  font-family: 'Times New Roman', Times, serif;
  text-transform: uppercase;
  writing-mode:tb-rl;
  position: absolute;
  top: 75px;
  right: -53px;
  z-index: 5;
}





.ys_bg .ys .ys_box .bd ul li .ys2{
  width: 1280px;
  height: 550px;
  position: relative;
  margin-top: 75px;
}

.ys_bg .ys .ys_box .bd ul li .ys2 .txt{
  float: right;
  width: 570px;
  margin-top: 205px;
}

.ys_bg .ys .ys_box .bd ul li .ys2 .txt h5{
  font-size: 26px;
  color: #333333;
  height: 45px;
  line-height: 45px;

}

.ys_bg .ys .ys_box .bd ul li .ys2 .txt h5 i{
  display: block;
  float: left;
  width: 45px;
  height: 45px;
  background: #dfb163;
  border-radius: 50%;
  margin-right: 15px;


}

.ys_bg .ys .ys_box .bd ul li .ys2 .txt h5 i img {
  width: 45px;
  height: 45px;
}

.ys_bg .ys .ys_box .bd ul li .ys2 .txt p{
  font-size: 14px;
  color: #666666;
  line-height: 36px;
  margin-top: 35px;
}

.ys_bg .ys .ys_box .bd ul li .ys2 .ys_img{
  float: left;
  position: relative;
  height: 550px;
} 

.ys_bg .ys .ys_box .bd ul li .ys2 .ys_img .pic1 img{
  width: 530px;
  height: 550px;
  position: relative;

}

.ys_bg .ys .ys_box .bd ul li .ys2 .ys_img .pic2{
  width: 255px;
  height: 316px;
  background: url(../images/ys_list1.png) no-repeat  left  center;
  position: absolute;
  left: 385px;
  bottom: 0;

}

.ys_bg .ys .ys_box .bd ul li .ys2 .ys_img .pic2 img {
  display: block;
  width: 240px;
  height: 300px;
  margin-top: 16px;
  margin-left: 15px;

}


.ys_bg .ys .ys_box .bd ul li .ys2 .ys_img .num{
  font-size: 76px;
  color: #333;
  font-family: 'Times New Roman', Times, serif;
  text-transform: uppercase;
  writing-mode:tb-rl;
  position: absolute;
  top: 75px;
  left: -53px;
  z-index: 5;
}


.ys_bg .ys .ys_box .prev{
  position: absolute;
  left: 505px;
  top: 498px;
  cursor: pointer;
  background: url(../images/right1.jpg) no-repeat   center;
  width: 170px;
  height: 170px;
}



.ys_bg .ys .ys_box .zx1{
  position: absolute;
  left: 0px;
  top: 460px;
  background: url(../images/zx1.png) no-repeat   center;
  width: 150px;
  height: 47px;
  line-height: 47px;
}

.ys_bg .ys .ys_box .zx1 a{
  display: block;
  font-size: 16px;
  color: #333;
  padding-left: 60px;

}


.ys_bg .ys .ys_box .zx2{
  position: absolute;
  left: 710px;
  top: 1110px;
  background: url(../images/zx2.png) no-repeat   center;
  width: 150px;
  height: 47px;
  line-height: 47px;
}

.ys_bg .ys .ys_box .zx2 a{
  display: block;
  font-size: 16px;
  color: #333;
  padding-left: 60px;

}


/* te*/

.te_bg{
    width: 100%;
    height: 380px;
    margin: 60px auto 0 auto;
    background: url(../images/te_bg.jpg) no-repeat  bottom  center;
}

.te_bg .te{
    width: 1280px;
    margin: 0 auto;
    position: relative;
}

.te_bg .te ul li{
  float: left;
  text-align: center;
  position: relative;
  z-index: 5;
  width: 180px;
  height: 200px;
  background: #fff;
  border-radius: 8px;
  -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: 40px;
  white-space: nowrap;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.te_bg .te ul li.te6{
  margin-right: 0;
  margin-top: 30px;
}

.te_bg .te ul li img{
  display: block;
  width: 48px;
  height: 48px;
  margin: 45px auto 20px auto;
}

.te_bg .te ul li i{
  display: block;
  width: 45px;
  height: 2px;
  background: #dedede;
  margin: 0 auto;
}

.te_bg .te ul li h5{
  font-size: 16px;
  color: #333333;
  margin-top: 20px;


}

.te_bg .te ul li.te1{
  margin-top: 125px;
}

.te_bg .te ul li.te2{
  margin-top: 100px;
}

.te_bg .te ul li.te3{
  margin-top: 50px;
}

.te_bg .te ul li.te4{
  margin-top: 30px;
}


.te_bg .te ul li:hover{
  -webkit-box-shadow: 0 0 8px 6px rgba(223, 177, 99, .08);
  box-shadow: 0 0 8px 6px rgba(223, 177, 99, .08);
}

.te_bg .te ul li::after{
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  content: "";
  width: 100%;
  height: 0;
  background: url(../images/te_list.png) no-repeat  top  center;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.te_bg .te ul li:hover::after{
  height: 214px;
  
}

.te_bg .te .tel{
  position: absolute;
  right: 0;
  top: 290px;
  font-size: 16px;
  color: #333;
  padding-left: 35px;
  background: url(../images/tel.png) no-repeat  left  center;
  font-weight: bold;
}

.te_bg .te .tel i{
  font-size: 25px;
  color: #333;
  font-weight: bold;
  font-family: Arial, Helvetica, sans-serif;
  margin-right: 5px;
}



  /* case*/
  
  .case_bg{
    width: 100%;
    height: 910px;
    margin: 68px auto 0 auto;
    overflow: hidden;
}

.case_bg .case{
    width: 1280px;
    margin: 0 auto;
    position: relative;
}

.case_bg .case .title{
  position: absolute;
  top: 0;
  left: 48px;
  background: url(../images/case_t.png) no-repeat  top  center;
}

.case_bg .case .case_box{
  width: 1280px;
  margin: 0 auto;
  position: relative;
}

.case_bg .case .case_box .bd{
  width: 1280px;
  margin: 0 auto;
}

.case_bg .case .case_box .bd ul li{
  float: left;
  width: 1280px;
}

.case_bg .case .case_box .bd ul li .txt{
  float: left;
  width: 605px;
  margin-top: 150px;

}

.case_bg .case .case_box .bd ul li .txt span{
  display: block;
  font-size: 113px;
  color: #f8f8f8;
  font-weight: bold;
  font-family: Arial, Helvetica, sans-serif;
  line-height: 85px;
}

.case_bg .case .case_box .bd ul li .txt h5{
  font-size: 18px;
  color: #333;
  font-weight: bold;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-top: -25px;
  -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 .txt h5{
  color: #dfb163;
}

.case_bg .case .case_box .bd ul li .txt i{
  display: block;
  width: 445px;
  height: 1px;
  background: #333333;
  margin-top: 22px;
}

.case_bg .case .case_box .bd ul li .txt p{
  font-size: 14px;
  color: #666666;
  line-height: 36px;
  height: 72px;
  overflow: hidden;
  margin-top: 15px;

}

.case_bg .case .case_box .bd ul li .txt .more{
  display: block;
  font-size: 16px;
  color: #333333;
  font-family: Arial, Helvetica, sans-serif;
  text-transform: capitalize;
  padding-left: 42px;
  background: url(../images/more.png) no-repeat  left  center;
  line-height: 24px;
  margin-top: 50px;
}

.case_bg .case .case_box .bd ul li .pic{
  float: right;
  background: #f8f8f8;
  width: 600px;
  height: 455px;

}

.case_bg .case .case_box .bd ul li .pic img{
  width: 580px;
  height: 435px;
  margin: 10px;

}


.case_bg .case .case_box .prev{
  position: absolute;
  cursor: pointer;
  background: url(../images/right.png) no-repeat  center;
  width: 50px;
  height: 50px;
  left: 560px;
  top: 180px;
}

.case_bg .case .case_show{
  margin: 60px auto 0 auto;
  width: 1360px;
} 

.case_bg .case .case_show ul li{
  float: left;
  width: 400px;
  margin-right: 40px;
}

.case_bg .case .case_show ul li .pic{
  width: 400px;
  height: 285px;
  background: #f8f8f8;
  -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 .pic img{
  width: 380px;
  height: 285px;
  margin: -10px 10px 0 10px;
}

.case_bg .case .case_show ul li .txt{
  width: 380px;
  margin: 0 auto;
  height: 60px;
  line-height: 60px;
} 

.case_bg .case .case_show ul li .txt h5 a{
  float: left;
  width: 280px;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  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;

}

.case_bg .case .case_show ul li .txt .more{
  display: block;
  float: right;
  font-size: 16px;
  color: #666666;
  font-family: Arial, Helvetica, sans-serif;
  text-transform: capitalize;
  -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{
  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:hover .txt h5 a{
  color: #dfb163;
}

.case_bg .case .case_show ul li:hover .txt .more{
  text-decoration:underline;
}




  /* about*/
  
  .ab_bg{
    width: 100%;
    height: 777px;
    margin: 50px auto 0 auto;
    background: url(../images/ab_bg.jpg) no-repeat  top  center;
}

.ab_bg .about{
    width: 1280px;
    margin: 0 auto;
    padding-top: 70px;
}

.ab_bg .about .ab_l{
  float: left;
  position: relative;
}

.ab_bg .about .ab_l span img{
  display: block;
  position: relative;
  z-index: 5;

}

.ab_bg .about .ab_l .ab_img{
  width: 702px;
  height: 580px;
  margin-top: -26px;
}

.ab_bg .about .ab_l .ab_img img{
  width: 702px;
  height: 580px;
}

.ab_bg .about .ab_r{
  float: right;
  width: 510px;
}
 
.ab_bg .about .ab_r .tel{
  margin-left: 45px;
  padding-left: 40px;
  font-size: 16px;
  color: #333;
  background: url(../images/tel1.png) no-repeat  left  0px;
  font-weight: bold;
}

.ab_bg .about .ab_r .tel i{
  display: block;
  font-size: 24px;
  color: #333;
  font-family: Arial, Helvetica, sans-serif;
}

.ab_bg .about .ab_r .zx{
  width: 135px;
  height: 48px;
  line-height: 48px;
  background: url(../images/zx.png) no-repeat center;
  margin: 45px 0 0 374px;

} 

.ab_bg .about .ab_r .zx a{
font-size: 16px;
color: #333;
font-family: Arial, Helvetica, sans-serif;
padding-left: 55px;
}

.ab_bg .about .ab_r .txt{
  margin-top: 60px;

}

.ab_bg .about .ab_r .txt a{
  font-size: 28px;
  color: #333333;
  font-weight: bold;
  font-family: "simsun";
  text-align: right;
  background: url(../images/ab_xt.png) no-repeat right bottom;
  height: 65px;
  display: block;
}

.ab_bg .about .ab_r .txt p{
  margin-top: 30px;
  font-size: 14px;
  color: #666666;
  line-height: 36px;
  height: 144px;
  overflow: hidden;
  text-align: right;

}

.ab_bg .about .ab_r .ab_list{
  margin-top: 60px;
  width: 525px;

}

.ab_bg .about .ab_r .ab_list ul li{
  float: left;
  background: url(../images/ab_xt1.png) no-repeat right center;
  text-align: center;
  width: 175px;
-webkit-transition: all 0.5s ease-out;
-o-transition: all 0.5s ease-out;
transition: all 0.5s ease-out;
}

.ab_bg .about .ab_r .ab_list ul li:hover{
  transform: translateY(-10px);
-webkit-transform:  translateY(-10px);
-o-transform:  translateY(-10px);
}


.ab_bg .about .ab_r .ab_list ul li:last-child{
  background: none;
}

.ab_bg .about .ab_r .ab_list ul li a{
  display: block;
  font-size: 16px;
  color: #333;
-webkit-transition: all 0.5s ease-out;
-o-transition: all 0.5s ease-out;
transition: all 0.5s ease-out;
}

.ab_bg .about .ab_r .ab_list ul li a img{
  display: block;
  width: 41px;
  height: 41px;
  margin: 0 auto 15px auto;
}

.ab_bg .about .ab_r .ab_list ul li a i{
  display: block;
  font-size: 12px;
  color: #999;
  font-family: Arial, Helvetica, sans-serif;
  margin-top: 3px;
}

.ab_bg .about .ab_r .ab_list ul li:hover a{

color:#dfb163;
}
 


/* news*/
  
  .news_bg{
    width: 100%;
    margin: 70px auto 0 auto;
    overflow: hidden;
}

.news_bg .news{
    width: 1280px;
    margin: 0 auto;
}


.news_bg .news .news_t{
  height: 95px;

}

.news_bg .news .news_t .title{
  float: left;
  background: url(../images/news_t.png) no-repeat top center;
}

.news_bg .news .news_t .news_list{
  float: right;
}

.news_bg .news .news_t .news_list ul li{
  float: left;
  width: 165px;
  height: 55px;
  line-height: 55px;
  margin-left: 35px;
  border: 1px solid #333333;
  position: relative;
  z-index: 5;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.news_bg .news .news_t .news_list ul li::after{
  width: 165px;
  height: 3px;
  background: #dfb163;
  position: absolute;
  left: 0;
  bottom: -4px;
  content: "";
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
 
.news_bg .news .news_t .news_list ul li a{
  display: block;
  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;
}

.news_bg .news .news_t .news_list ul li a img{
  vertical-align: middle;
  margin: 0 15px 0 25px;
}


.news_bg .news .news_t .news_list ul li::before{
  width: 0%;
  height: 55px;
  background: #dfb163;
  position: absolute;
  left: 0;
  top: 0px;
  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_t .news_list ul li.casehover::before{
  width: 100%;
}

.news_bg .news .news_t .news_list ul li.casehover{
  border: 1px solid #dfb163;
}

.news_bg .news .news_t .news_list ul li.casehover::after{
  opacity: 0;
}

.news_bg .news .news_box{
  margin: 65px auto 0 auto;

} 

.news_bg .news .news_box .news_top{
  width: 1360px;
  height: 450px;

}

.news_bg .news .news_box .news_top ul li{
  float: left;
  width: 400px;
  margin-right: 40px;
  position: relative;
  height: 450px;

}

.news_bg .news .news_box .news_top ul li .time{
  position: absolute;
  left: 25px;
  top: -25px;
  width: 130px;
  height: 50px;
  line-height: 50px;
  background: #dfb163;

}

.news_bg .news .news_box .news_top ul li .time i{
  display: block;
  padding-left: 57px;
  font-size: 20px;
  color: #333333;
  font-family: Arial, Helvetica, sans-serif;
  background: url(../images/buttom4.png) no-repeat 20px  center;
}

.news_bg .news .news_box .news_top ul li .news_img{
  width: 400px;
  height: 300px;

}

.news_bg .news .news_box .news_top ul li .news_img img{
  width: 400px;
  height: 300px;
}

.news_bg .news .news_box .news_top ul li .txt{
  height: 65px;
  line-height: 65px;
  border-bottom: 1px solid #dedede;

}

.news_bg .news .news_box .news_top ul li .txt a{
  background: url(../images/more.png) no-repeat right  center;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  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;
  padding-right: 50px;
}

.news_bg .news .news_box .news_top ul li:hover .txt a{
  color: #dfb163;
}

.news_bg .news .news_box .news_top ul li .txt p{
  margin-top: 15px;
  font-size: 14px;
  color: #666666;
  line-height: 30px;
  height: 60px;
  overflow: hidden;

}

.news_bg .news .news_box .list{
  margin: 35px auto 0 auto;
  width: 1360px;
}

.news_bg .news .news_box .list ul li{
  width: 290px;
  height: 97px;
  background: #f8f8f8;
  margin-right: 40px;
  margin-bottom: 10px;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  float: left;

}

.news_bg .news .news_box .list ul li a{
  line-height: 45px;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 14px;
  color: #333333;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  position: relative;
  z-index: 5;
}

.news_bg .news .news_box .list ul li a i{
  display: block;
  float: left;
  width: 45px;
  height: 45px;
  margin-right: 15px;
  background: #fff  url(../images/buttom5.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_box .list ul li a i:after{
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 2px;
  height: 45px;
  background: #dfb163;
  -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:hover a i{
  background: #dfb163  url(../images/buttom5.png) no-repeat   center;
}

.news_bg .news .news_box .list ul li .more{
  width: 214px;
  height: 51px;
  line-height: 51px;
  margin-left: 60px;
  border-top: 1px solid #e0e0e0;

}

.news_bg .news .news_box .list ul li .more a{
  display: block;
  float: left;
  font-size: 16px;
  color: #333333;
  font-family: Arial, Helvetica, sans-serif;
  text-transform: capitalize;

}

.news_bg .news .news_box .list ul li .more span{
  display: block;
  float: right;
  font-size: 14px;
  color: #999;
  font-family: Arial, Helvetica, sans-serif;
  padding-left: 20px;
  background: url(../images/buttom6.png) no-repeat left  center;
}

.news_bg .news .news_box .list ul li:hover{
  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);
}



/* links*/
  
.links{
  width: 1280px;
  margin: 40px auto 0 auto;
  overflow: hidden;
}

.links .links_t{
  float: left;
  width: 114px;
  background: url(../images/links.png) no-repeat top  center;
}

.links .links_t i{
  display: block;
  text-align: center;
  font-size: 16px;
  color: #333;
  font-weight: bold;
  padding-top: 23px;
}

.links .yq{
  float: right;
  width: 1125px;

}

.links .yq a{
  font-size: 14px;
  color: #999999;
  margin: 0 10px;

}