
/*-----------------------------------------------------------*/
/*copyright by 动力无限  www.btoe.cn*/
/*邮箱 btoe@btoe.cn*/
/*合作电话 400-0599-360*/
/*版权所有违者必究*/
/*-----------------------------------------------------------*/

/*banner*/
.fullSlide {
    width: 100%;
    position: relative;
    height: 800px;
    background: #fff;
    overflow: hidden;
    top: -170px;
  }
  
  .fullSlide .bd {
    width: 100%;
    height: 800px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
    overflow: hidden;
  }

  
  .fullSlide .bd ul {
    width: 100% !important;
  }
  
  .fullSlide .bd li {
    width: 100% !important;
    height: 800px;
    overflow: hidden;
    text-align: center;
  }
  
  .fullSlide .bd li a {
    display: block;
    height: 800px;
  }
  
  .fullSlide .hd {
    width: 100%;
    position: absolute;
    z-index: 2;
    bottom: 40px;
    left: 0;
    height: 30px;
    text-align: center;
  }
  
  .fullSlide .hd ul {
    text-align: center;
  }
  
  .fullSlide .hd ul li {
    cursor: pointer;
    display: inline-block;
    zoom: 1;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    margin: 12px;
    overflow: hidden;
    line-height: 99px;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
    background: #fff;
  }
  
  .fullSlide .hd ul .on {
    background: #2564ce;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
  }
  
  
  .fullSlide .next {
    width: 65px;
    height: 65px;
    position: absolute;
    top: 50%;
    z-index: 2;
    background: url(../images/bannerR.png) no-repeat center;
    filter: alpha(opacity=80);
    -moz-opacity: .8;
    opacity: .8;
    -webkit-transition: all .5s linear;
    transition: all .5s linear;
    right: 4%;
  }
  
  .fullSlide .prev {
    width: 65px;
    height: 65px;
    position: absolute;
    top: 50%;
    z-index: 2;
    background: url(../images/bannerL.png) no-repeat center;
    filter: alpha(opacity=80);
    -moz-opacity: .8;
    opacity: .8;
    -webkit-transition: all .5s linear;
    transition: all .5s linear;
    left: 4%;
  }



/*title*/

.title{
    margin: 0 auto;
    text-align: center;
}

.title span{
    display: block;
    font-size: 72px;
    color: #2564ce;
    text-transform: uppercase;
    font-family: 'Times New Roman', Times, serif;
    font-weight: bold;
    line-height: 55px;
    opacity: 0.1;
}

.title h3{
    font-size: 36px;
    color: #333;
    font-weight: bold;
    margin-top: -50px;
    letter-spacing: 1px;
}

.title h3 a{
    font-size: 36px;
    color: #333;
    font-weight: bold;
}

.title i{
    display: block;
    margin: 22px auto 0 auto;
    width: 50px;
    height: 3px;
    background: #2564ce;
}


/*product*/

.pro_bg{
    width: 100%;
    height: 1134px;
    margin: -170px auto 0 auto;
    background: url(../images/pro_bg.jpg) no-repeat center;
}

.pro_bg .trait{
    width: 1280px;
    margin: 0 auto;
    height: 91px;

}

.pro_bg .trait .trait_l{
    float: left;
    line-height: 91px;
    background: url(../images/buttom1.png) no-repeat left center;
    font-size: 18px;
    color: #333;
    padding-left: 32px;
    width: 330px;
}

.pro_bg .trait .tel{
    float: left;
    line-height: 91px;
    background: url(../images/tel.png) no-repeat left center;
    font-size: 24px;
    color: #333;
    font-family: Arial, Helvetica, sans-serif;
    padding-left: 40px;
    width: 265px;

} 

 /* 询盘*/
 i {
    font-weight: normal;
    font-style: normal;
  }
  
  .topxunpan {
    position: relative;
    margin-top: 22px;
    float: left;

  }
  
  
  .topxunpan .xp {
    position: relative;
    height: 46px;
    line-height: 46px;
    font-size: 16px;
    color: #666666;
    cursor: pointer;

  }
  
  .topxunpan .xp img {
    position: relative;
    top: 0px;
    margin: 0 10px 0 0px;
    vertical-align: middle;
  }

  .topxunpan .xp i {
    padding: 0 0px;
    margin-left: 0px;
    margin-right: 0px;
    box-sizing: border-box;
    font-size: 16px;
    color: #666666;
    font-weight: bold;
  }
  
  .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: #2564ce;
    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: #2564ce;
  }
  
  .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;
  }

  .trait .search{
      float: right;
      width: 310px;
      height: 40px;
      background: #fff;
      margin-top: 26px;
      position: relative;
  }


  .trait .search .search2{
      float: left;
      width: 180px;
      height: 40px;
      padding-left: 45px;
      font-size: 14px;
      color: #999999;
      background: none;
      position: relative;
  }
  .trait .search::after{
      position: absolute;
      left: 25px;
      top: 13px;
      width: 1px;
      height: 15px;
      background: #e7ecf7;
      content: "";
  }
  
  .trait .search .search_s{
      float: right;
      margin: 11px 27px 0 0;
      width: 18px;
      height: 18px;
  }


.product{
    width: 1280px;
    margin: 95px auto 0 auto;
} 

.product .pro_box{
    width: 1280px;
    margin: 60px auto 0 auto;
} 

.product .pro_box .pro_l{
    float: left;
    width: 250px;
    height: 692px;
    background: url(../images/pro_list.png) no-repeat center;
}

.product .pro_box .pro_l .pro_t{
    text-align: center;
    height: 121px;

}

.product .pro_box .pro_l .pro_t span{
    display: block;
    font-weight: bold;
    font-size: 22px;
    color: #fff;
    text-transform: uppercase;
    font-family: Arial, Helvetica, sans-serif;
    line-height:27px;
    opacity: 0.1;
    margin-top: 25px;
}

.product .pro_box .pro_l .pro_t a{
    display: block;
    font-weight: bold;
    font-size: 24px;
    color: #fff;
    margin-top: -25px;
}

.product .pro_box .pro_l .pro_t p{
    font-size: 14px;
    color: #fff;
    opacity: 0.5;
    margin-top: 5px;
}

.product .pro_box .pro_con{
    width: 230px;
    margin: 0 10px;
    background: #fff;
    padding: 40px 0 20px 0;
} 

.product .pro_box .pro_con ul li{
    width: 200px;
    height: 44px;
    line-height: 44px;
    margin: 3px auto;
    position: relative;
    z-index: 5;
}

.product .pro_box .pro_con ul li a{
    font-size: 16px;
    color: #666;
    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;
    background: url(../images/buttom3.png) no-repeat 15px center;
    padding-left: 45px;
}

.product .pro_box .pro_con ul li::after{
    position: absolute;
    left: 0px;
    top: 0px;
    width: 0px;
    height: 44px;
    background: #ff7132;
    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 .pro_con ul li.on::after{
    width: 100%;
}

.product .pro_box .pro_con ul li.on a{
    background: url(../images/buttom2.png) no-repeat 15px center;
    color: #fff;
}

.product .pro_box .tel{
    margin: 30px 0 0 25px;
    background: url(../images/tel1.png) no-repeat left center;
    padding-left: 52px;
}
 
.product .pro_box .tel span{
    display: block;
    font-size: 14px;
    color: #fff;
}

.product .pro_box .tel p{
    font-size: 22px;
    color: #fff;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
}

.product .pro_box .pro_r{
    float: right;
    width: 1025px;
} 

.product .pro_box .pro_r ul li{
    float: left;
    width: 225px;
    height: 208px;
    border: 1px solid #e4eaf4;
    background: #fff;
    border-radius: 8px;
    margin: 0 0 32px 29px;
    -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 ul li .pic{
    width: 215px;
    height: 155px;
    border-radius: 5px;
    margin: 5px 5px 0 5px;

}

.product .pro_box .pro_r ul li .pic img{
    width: 215px;
    height: 155px;
    border-radius: 5px;
}

.product .pro_box .pro_r ul li .txt{
    height: 45px;
    line-height: 45px;
    text-align: center;

} 
 
.product .pro_box .pro_r ul li .txt a{
    font-size: 14px;
    color: #666;
    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;
}

.product .pro_box .pro_r ul li:hover .txt a{
    font-weight: bold;
    color: #2564ce;
}

.product .pro_box .pro_r ul li:hover{
    border: 1px solid #2564ce;
}


/*case*/

.case_bg{
    width: 100%;
    height: 1140px;
    margin: -30px auto 0 auto;
    background: url(../images/case_bg.jpg) no-repeat center;
}

.case_bg .banner_1{
    width: 1280px;
    margin: 0 auto;
    padding-top: 80px;
    height: 340px;

}

.case_bg .banner_1 h5{
    font-size: 42px;
    color: #fff;
    font-weight: bold;
    letter-spacing: 8px;
    line-height: 50px;

}

.case_bg .banner_1 p{
    font-size: 30px;
    color: #fff;
    margin-top: 18px;
    letter-spacing: 6px;
}

.case_bg .banner_1 span{
    display: block;
    font-size: 14px;
    color: #fff;
    font-family: Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.2px;
    margin-top: 3px;
}

.case_bg .banner_1 .zx{
    margin-top: 40px;

}

.case_bg .banner_1 .zx .tel{
    float: left;
    font-size: 26px;
    color: #fff;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    line-height: 34px;
}

.case_bg .banner_1 .zx .zixun{
    float: left;
    margin-left: 45px;
}

.case_bg .banner_1 .zx .zixun a{
    display: block;
    background: url(../images/buttom4.png) no-repeat 24px center;
    padding-left: 46px;
    font-size: 14px;
    color: #fff;
}


.case_bg .banner_1 .zx .btnstyle2 {
    position: relative;
    z-index: 1;
    display: block;
    width: 130px;
    height: 34px;
    line-height: 34px;
    background: #ff7132;
    border-radius: 5px;
    overflow: hidden;
    -webkit-transition: background-color 0.6s, color 0.3s;
    transition: background-color 0.6s, color 0.3s;
    box-sizing: border-box;
    border: none;
    cursor: pointer;
  }
  .case_bg .banner_1 .zx .btnstyle2::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 2px solid #ff7132;
    z-index: -1;
    border-radius: inherit;
    opacity: 0;
    -webkit-transform: scale3d(0.6, 0.6, 1);
    transform: scale3d(0.6, 0.6, 1);
    -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
    transition: transform 0.3s, opacity 0.3s;
    -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
    transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
    box-sizing: border-box;
  }
  .case_bg .banner_1 .zx .btnstyle2:hover {
    color: #ff7132;
    background: #2564ce;
  }
  .case_bg .banner_1 .zx .btnstyle2:hover::before {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    opacity: 1;
  }

  .case_bg .case{
      margin: 55px auto 0 auto;
      width: 1280px;

  }

  .case_bg .case .case_t{
      overflow: hidden;
  }

  .case_bg .case .case_t .title{
      float: left;
      text-align: left;
  }

  .case_bg .case .case_t .title i{
      margin: 22px 0 0 0;
  }

  .case_bg .case .case_t .t_more{
      float: right;
      width: 150px;
      height: 36px;
      line-height: 36px;
      border: 1px solid #ff7132;
      border-radius: 5px;
      margin-top: 28px;
  }

  .case_bg .case .case_t .t_more a{
      display: block;
      padding-left: 22px;
      font-size: 12px;
    color: #ff7132;
    text-transform: uppercase;
    background: url(../images/more1.png) no-repeat 112px center;
  }

  .case_bg .case .case_box{
      margin: 55px auto 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;
      height: 430px;
      margin: 0 auto;
      position: relative;
  }

  .case_bg .case .case_box .bd ul li .case_pic{
      float: left;
      width: 560px;
      height: 420px;
      background: #2564ce;
      border-radius: 8px;
      margin-left: 8px;
  }

  .case_bg .case .case_box .bd ul li .case_pic img{
      width: 556px;
      height: 416px;
      border-radius: 8px;
      margin: 2px;

  }

  .case_bg .case .case_box .bd ul li .txt{
      margin-left: 35px;
      margin-top: 30px;
      width: 400px;
      float: left;

  } 

  .case_bg .case .case_box .bd ul li .txt a{
    font-size: 18px;
    color: #333;
    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;
  }

  .case_bg .case .case_box .bd ul li:hover .txt a{
      color: #2564ce;
  }

  .case_bg .case .case_box .bd ul li .txt p{
    font-size: 16px;
    color: #666;
    line-height: 36px;
    height: 108px;
    overflow: hidden;
    margin-top: 18px;
  }

  .case_bg .case .case_box .bd ul li .nr{
      position: absolute;
      right: 0px;
      top: 220px;
      z-index: 5;
  }

  .case_bg .case .case_box .bd ul li .nr dl{
      float: left;
      width: 280px;
      height: 210px;
      position: relative;
      margin-left: 40px;
      overflow: hidden;
  }

  .case_bg .case .case_box .bd ul li .nr dl .pic{
    width: 280px;
    height: 210px;
    border-radius: 12px;
    position: relative;
  }

  .case_bg .case .case_box .bd ul li .nr dl .pic img{
    width: 280px;
    height: 210px;
    border-radius: 12px;
  }

  .case_bg .case .case_box .bd ul li .nr dl .txt_t{
    width: 280px;
    height: 55px;
    line-height: 55px;
    background: url(../images/ico1.png) repeat  center;
    position: absolute;
    left: 0;
    bottom: -55px;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
    -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 .nr dl .txt_t a{
    font-size: 16px;
    color: #fff;
    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;
    text-align: center;
    opacity: 0.7;
    padding: 0 5px;
  }

  .case_bg .case .case_box .bd ul li .nr dl:hover .txt_t{
      bottom: 0;
  }


  .case_bg .case .case_box .hd{
      position: absolute;
      left: 608px;
      top: 375px;
      z-index: 5;
  }

  .case_bg .case .case_box .hd .next{
      float: left;
      cursor: pointer;
      width: 70px;
      height: 55px;
      background: #666666 url(../images/left.png) no-repeat center;
      border-radius: 8px;
  }

  .case_bg .case .case_box .hd .prev{
    float: left;
    cursor: pointer;
    width: 70px;
    height: 55px;
    background: #2564ce url(../images/right.png) no-repeat center;
    border-radius: 8px;
    margin-left: 1px;
  }

  .case_bg .case .case_box .zx{
      position: absolute;
      right: 0;
      top: 45px;
      z-index: 5;
  }

  .case_bg .case .case_box .zx .tel{

  }

  .case_bg .case .case_box .zx .tel span{
      display: block;
      background: url(../images/tel2.png) no-repeat left  center;
      padding-left: 25px;
      font-size: 18px;
      color: #333;
  }

  .case_bg .case .case_box .zx .tel p{
    font-size: 24px;
    color: #333;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    margin: 5px 0 0 5px;
  }

  .case_bg .case .case_box .zx .zixun{
    width: 128px;
    height: 33px;
    line-height: 33px;
    background: #ff7132;
    border-radius: 5px;
    margin-top: 35px;
  } 

  .case_bg .case .case_box .zx .zixun a{
    display: block;
    background: url(../images/buttom7.png) no-repeat 20px center;
    padding-left: 48px;
    font-size: 14px;
    color: #fff;
  }




  
/*ys*/

.ys_bg{
    width: 100%;
    height: 842px;
    margin: 0px auto 0 auto;
    background: url(../images/ys_bg.jpg) no-repeat center;
}

.ys_bg .ys{
    width: 1280px;
    margin: 0 auto;
    padding-top: 98px;
    position: relative;

}

.ys_bg .ys .title{
    position: absolute;
    left: 0;
    top: 98px;
    z-index: 5;
    text-align: left;
    margin: 0;
}

.ys_bg .ys .title h3{
    letter-spacing: 1px;
    margin-top: -65px;
}

.ys_bg .ys .title h3 em{
    font-size: 36px;
    color: #2564ce;
    font-weight: bold;
}

.ys_bg .ys .title i{
    margin: 22px 0 0 0;
}

.ys_bg .ys .ys_box{
    position: relative;
    width: 1280px;
    margin: 0 auto;
}
 
.ys_bg .ys .ys_box .bd{
    width: 1280px;
    margin: 0 auto;
    height: 400px;
}

.ys_bg .ys .ys_box .bd ul li{
    float: left;
    width: 1280px;
    margin: 0 auto;
}

.ys_bg .ys .ys_box .bd ul li .txt{
    float: left;
    width: 615px;
    margin-top: 150px;
}

.ys_bg .ys .ys_box .bd ul li .txt h5{
    font-size: 28px;
    color: #333;
    font-weight: bold;
}

.ys_bg .ys .ys_box .bd ul li .txt p{
    font-size: 14px;
    color: #666666;
    line-height: 30px;
    margin-top: 25px;
}

.ys_bg .ys .ys_box .bd ul li .ys_img{
    float: right;
    width: 580px;
    height: 400px;
}

.ys_bg .ys .ys_box .bd ul li .ys_img img{
    width: 580px;
    height: 400px;
}

.ys_bg .ys .ys_box .hd{
    width: 1280px;
    margin: 75px auto 0 auto;
}

.ys_bg .ys .ys_box .hd ul li{
    float: left;
    text-align: center;
    width: 320px;
    background: url(../images/ys_xt.png) no-repeat right center;
}

.ys_bg .ys .ys_box .hd ul li:last-child{
    background: none;
}

.ys_bg .ys .ys_box .hd ul li h5{
    font-weight: bold;
    font-size: 16px;
    color: #2564ce;
    -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 h5{
    color: #ff7132;

}


.ys_bg .ys .ys_box .hd ul li .te_list {
    display: block;
    overflow: hidden;
    transition-duration: 0.7s;
    margin: 15px auto 0px auto;
    width: 62px;
    height: 62px;
    background: #2564ce;
    border-radius: 50%;
    -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 .te_list .te_img {
    display: block;
    position: relative;
    transition: 0.7s;
    font-size: 0;
  }
  
  .ys_bg .ys .ys_box .hd ul li .te_list .te_img i{
    display: block;
    width: 62px;
    height: 62px;
    text-align: center;
    line-height: 62px;
    margin: 0px auto;
  }

  .ys_bg .ys .ys_box .hd ul li .te_list .te_img i img{
    vertical-align: middle;
    display: inline-block;
    width: 62px;
    height: 62px;
  }

  .ys_bg .ys .ys_box .hd ul li .te_list .te_img i:before{
    /* 辅助ie8图片居中 */
    content: '';
    height: 62px;
    width: 1px;
    font-size: 0;
  }
  
  
  .ys_bg .ys .ys_box .hd ul li .te_list .te_img {
    width: 100%;
    height: 200%;
    top:0;
  }

  .ys_bg .ys .ys_box .hd ul li.on .te_img {
    top:-62px;
  }

  .ys_bg .ys .ys_box .hd ul li.on .te_list{
      background: #ff7132;
  }

  .ys_bg .ys .ys_box  .zx{
      position: absolute;
      left: 0;
      top: 370px;
      z-index: 5;
  }

  .ys_bg .ys .ys_box  .zx .tel{
    float: left;
    font-size: 30px;
    color: #333;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    line-height: 32px;
  }

  .ys_bg .ys .ys_box  .zx .zixun{
    float: left;
    margin-left: 95px;
    position: relative;
}

.ys_bg .ys .ys_box  .zx .zixun a{
    display: block;
    background: url(../images/buttom6.png) no-repeat 24px center;
    padding-left: 46px;
    font-size: 14px;
    color: #fff;
}


.ys_bg .ys .ys_box  .zx .btnstyle2 {
    position: relative;
    z-index: 1;
    display: block;
    width: 124px;
    height: 32px;
    line-height: 32px;
    background: #ff7132;
    border-radius: 5px;
    overflow: hidden;
    -webkit-transition: background-color 0.6s, color 0.3s;
    transition: background-color 0.6s, color 0.3s;
    box-sizing: border-box;
    border: none;
    cursor: pointer;
  }
  .ys_bg .ys .ys_box  .zx .btnstyle2::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 2px solid #ff7132;
    z-index: -1;
    border-radius: inherit;
    opacity: 0;
    -webkit-transform: scale3d(0.6, 0.6, 1);
    transform: scale3d(0.6, 0.6, 1);
    -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
    transition: transform 0.3s, opacity 0.3s;
    -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
    transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
    box-sizing: border-box;
  }
  .ys_bg .ys .ys_box  .zx .btnstyle2:hover {
    color: #ff7132;
    background: #2564ce;
  }
  .ys_bg .ys .ys_box  .zx .btnstyle2:hover::before {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    opacity: 1;
  }


/*about*/

.ab_bg{
    width: 100%;
    height: 770px;
    margin: 0px auto 0 auto;
    background: url(../images/ab_bg.jpg) no-repeat center;
}

.ab_bg .about{
    width: 1280px;
    margin: 0 auto;
    padding-top: 95px;

}

.ab_bg .about .ab_box{
    width: 1280px;
    margin: 55px auto 0 auto;
}

.ab_bg .about .ab_box .ab_l{
    float: left;
    width: 730px;
}
 
.ab_bg .about .ab_box .ab_l .txt{
    overflow: hidden;
}

.ab_bg .about .ab_box .ab_l .txt .ab_t{
    height: 65px;

}

.ab_bg .about .ab_box .ab_l .txt .ab_t h5{
    float: left;
    font-weight: bold;
    font-size: 30px;
    color: #333;

}

.ab_bg .about .ab_box .ab_l .txt .ab_t h5 i{
    display: block;
    width: 58px;
    height: 3px;
    background: #2564ce;
    margin-top: 15px;
}

.ab_bg .about .ab_box .ab_l .txt .ab_t .more{
    display: block;
    float: right;
    padding-right: 30px;
    font-size: 12px;
    color: #ff7132;
    text-transform: uppercase;
    background: url(../images/more1.png) no-repeat right center;
    margin-top: 15px;
}

.ab_bg .about .ab_box .ab_l .txt p{
    margin-top: 25px;
    font-size: 16px;
    color: #333333;
    line-height: 42px;
    height: 210px;
    overflow: hidden;
    text-indent: 2em;

}


.ab_bg .about .ab_box .ab_l  .ab_list{
    margin-top: 55px;
    height: 150px;
    width: 780px;
    position: relative;
    margin-left: -60px;

}

.ab_bg .about .ab_box .ab_l  .ab_list ul li{
    float: left;
    text-align: center;
    width: 260px;
    height: 150px;
    background: url(../images/xt1.png) no-repeat right center;
}

.ab_bg .about .ab_box .ab_l  .ab_list ul li:last-child{
    background: none;
}

.ab_bg .about .ab_box .ab_l  .ab_list ul li h5{
    font-size: 24px;
    color: #333;
    font-family: Arial, Helvetica, sans-serif;
    margin-top: 25px;
    margin-bottom: 5px;
    line-height: 54px;

}
.ab_bg .about .ab_box .ab_l  .ab_list ul li  h5 span{
    font-size: 36px;
    color: #333;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    display: inline-block;
    top: 5px;
    position: relative;
    margin-right: 5px;
    -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_l  .ab_list ul li p{
    font-size: 15px;
    color: #333;
}

.ab_bg .about .ab_box .ab_l  .ab_list ul li p i{
    font-size: 15px;
    color: #999;
}

.ab_bg .about .ab_box .ab_l  .ab_list ul li:hover  h5 span{
    color: #ff7132;
}

.ab_bg .about .ab_box .ry{
    float: left;
    background: url(../images/ry_bg.png) no-repeat  center;
    width: 220px;
    height: 297px;
    margin-top: 225px;
}
 
.ab_bg .about .ab_box .ry img{
    width: 154px;
    height: 237px;
    margin: 22px 0 0 22px;
}


/*news*/

.news_bg{
    width: 100%;
    height: 1038px;
    margin: 0px auto 0 auto;
    background: #f6f8fb;
}

.news_bg .news{
    width: 1280px;
    margin: 0 auto;
    padding-top: 80px;
    height: 745px;
}

.news_bg .news .news_t{
    overflow: hidden;
}

.news_bg .news .news_t .title{
    float: left;
    text-align: left;
}

.news_bg .news .news_t .title i{
    margin: 22px 0 0 0;
}

.news_bg .news .news_t .news_list{
    float: right;
    width: 450px;
    height: 60px;
    border-bottom: 1px solid #dae5f9;
    margin-top: 15px;
    
}

.news_bg .news .news_t .news_list ul li{
    float: left;
    width: 110px;
    height: 60px;
    line-height: 60px;
    margin: 0 20px;
    text-align: center;
    position: relative;
    z-index: 5;
}

.news_bg .news .news_t .news_list ul li a{
    display: block;
    font-size: 18px;
    color: #666;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    position: relative;
}

.news_bg .news .news_t .news_list ul li.casehover a{
    font-weight: bold;
    color: #2564ce;

}

.news_bg .news .news_t .news_list ul li::after{
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 0px;
    height: 2px;
    background: #2564ce;
    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::after{
    position: absolute;
    left: 0px;
    top: 30px;
    width: 0px;
    height: 1px;
    background: #2564ce;
    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::before{
    position: absolute;
    right: 0px;
    top: 30px;
    width: 0px;
    height: 1px;
    background: #2564ce;
    content: "";
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}


.news_bg .news .news_t .news_list ul li.casehover::after{
    width: 100%;
}

.news_bg .news .news_t .news_list ul li.casehover a::after{
    width: 5px;
}

.news_bg .news .news_t .news_list ul li.casehover a::before{
    width: 5px;
}

.news_bg .news .news_box{
    margin: 60px auto 0 auto;
    width: 1360px;
} 

.news_bg .news .news_box .news_top{
    height: 437px;
}

.news_bg .news .news_box .news_top ul li{
    float: left;
    width: 400px;
    height: 436px;
    border-bottom: 1px solid #e8eefa;
    margin-right: 40px;
}

.news_bg .news .news_box .news_top ul li .pic{
    width: 398px;
    height: 298px;
    background: #fff;
    border-radius: 10px;
    border: 1px solid #e4e9f4;
    -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:hover .pic{
    background: #2564ce;
    border: 1px solid #2564ce;
}

.news_bg .news .news_box .news_top ul li .pic img{
    width: 380px;
    height: 280px;
    margin: 9px;
    border-radius: 6px;
}

.news_bg .news .news_box .news_top ul li .txt{
    margin-top: 25px;

} 

.news_bg .news .news_box .news_top ul li .txt .time{
    float: left;
    margin-top: 3px;
}

.news_bg .news .news_box .news_top ul li .txt .time span{
    display: block;
    font-size: 46px;
    color: #666;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 40px;
}

.news_bg .news .news_box .news_top ul li .txt .time i{
    display: block;
    font-size: 14px;
    color: #999;
    font-family: Arial, Helvetica, sans-serif;
    margin-top: 3px;
}

.news_bg .news .news_box .news_top ul li .txt .nr{
    float: right;
    width: 310px;
    margin-right: 20px;
}

.news_bg .news .news_box .news_top ul li .txt .nr a{
    font-size: 16px;
    color: #666;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.news_bg .news .news_box .news_top ul li .txt .nr p{
    font-size: 14px;
    color: #999;
    line-height: 26px;
    height: 52px;
    overflow: hidden;
    margin-top: 12px;
}

.news_bg .news .news_box .list{
    margin: 25px auto 0 auto;
    width: 1360px;
}

.news_bg .news .news_box .list ul li{
    float: left;
    width: 400px;
    margin-right: 40px;
}

.news_bg .news .news_box .list ul li .time{
    float: left;
    float: left;
    margin-top: 3px;
}

.news_bg .news .news_box .list ul li .time span{
    display: block;
    font-size: 46px;
    color: #666;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 40px;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.news_bg .news .news_box .list ul li .time i{
    display: block;
    font-size: 14px;
    color: #999;
    font-family: Arial, Helvetica, sans-serif;
    margin-top: 3px;
}

.news_bg .news .news_box .list ul li .nr{
    float: right;
    width: 310px;
    margin-right: 20px;
}

.news_bg .news .news_box .list ul li .nr h5 a{
    font-size: 16px;
    color: #666;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.news_bg .news .news_box .list ul li .nr p{
    font-size: 14px;
    color: #999;
    line-height: 26px;
    height: 52px;
    overflow: hidden;
    margin-top: 12px;
}

.news_bg .news .news_box .list ul li .nr .more{
    width: 110px;
    height: 30px;
    line-height: 30px;
    background: #999999;
    border-radius: 5px;
    margin-top: 17px;
    position: relative;
    z-index: 5;


}

.news_bg .news .news_box .list ul li .nr .more a{
    display: block;
    font-size: 16px;
    color: #fff;
    font-family: Arial, Helvetica, sans-serif;
    padding-left: 25px;
    background: url(../images/more2.png) no-repeat 75px center;
}

.news_bg .news .news_box .list ul li .nr .more::after{
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 0px;
    height: 30px;
    background: #2564ce;
    border-radius: 5px;
    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 .list ul li:hover .nr .more::after{
    width: 100%;
}


.news_bg .news .news_box .list ul li:hover .time span{
    color: #ff7132;
}

/*links*/

.links{
    width: 1280px;
    margin: 80px auto 0 auto;
    overflow: hidden;
    line-height: 50px;
    border: 1px solid #e8eefa;
}

.links .links_t{
    float: left;
    margin-left: 30px;
    background: url(../images/links.png) no-repeat left center;
    width: 117px;
}

.links .links_t i{
    padding-left: 25px;
    font-size: 16px;
    color:  #2564ce;
    display: block;
}

.links .yq{
    float: right;
    width: 1115px;

} 

.links .yq a{
    font-size: 14px;
    color:  #666;
    margin-right: 15px;
}