
/*-----------------------------------------------------------*/
/*copyright by 动力无限  www.btoe.cn*/
/*邮箱 btoe@btoe.cn*/
/*合作电话 400-0599-360*/
/*版权所有违者必究*/
/*-----------------------------------------------------------*/

/*banner*/
.fullSlide {
    width: 100%;
    position: relative;
    height: 900px;
    background: #fff;
    overflow: hidden;
    top: -110px;
  }
  
  .fullSlide .bd {
    width: 100%;
    height: 900px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
    overflow: hidden;
  }

  
  .fullSlide .bd ul {
    width: 100% !important;
  }
  
  .fullSlide .bd li {
    width: 100% !important;
    height: 900px;
    overflow: hidden;
    text-align: center;
  }
  
  .fullSlide .bd li a {
    display: block;
    height: 900px;
  }
  
  .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: #0267db;
    -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{

}

.title h3{
    font-size: 22px;
    color: #333;

}

.title h3 a{
    display: block;
    font-size: 22px;
    color: #333;
}

.title h3 i{
    font-size: 50px;
    color: #333;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    text-transform: capitalize;
    margin-right: 7px;
    line-height: 45px;
    display: inline-block;

}



/*about*/

.ab_bg{
    width: 100%;
    margin: -90px auto 0 auto;
    position: relative;
    height: 851px;
    background: url(../images/ab_bg.jpg) no-repeat top center;
}

.ab_bg .about{
    width: 1300px;
    margin: 0 auto;
    padding-top: 75px;
    height: 360px;
}

.ab_bg .about .ab_l{
    float: left;
    width: 595px;
    background: url(../images/buttom1.png) no-repeat top right;
}

.ab_bg .about .ab_l .txt{
    margin-top: 35px;

}

.ab_bg .about .ab_l .txt h5{

    font-size: 18px;
    color: #333;
}

.ab_bg .about .ab_l .txt i{
    display: block;
    font-size: 12px;
    color: #999999;
    font-family: Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    letter-spacing: 8px;
    margin: 10px 0 25px 0;
}
.ab_bg .about .ab_l .txt p{
    font-size: 15px;
    color: #666666;
    line-height: 30px;
    height: 90px;
    overflow: hidden;
}

.ab_bg .about .ab_l .txt .more{
    display: block;
    margin-top: 42px;
    background: url(../images/buttom2.png) no-repeat center;
    width: 40px;
    height: 40px;
}

.ab_bg .about .ab_img{
    float: right;
    width: 620px;
    height: 360px;
}

.ab_bg .about .ab_img img{
    width: 620px;
    height: 360px;
}

.ab_bg .ab_list{
    width: 1300px;
    margin: 80px auto 0 auto;
} 

.ab_bg .ab_list ul li{
    float: left;
    width: 280px;
    height: 130px;
    background: #fff;
    position: relative;
    z-index: 5;
    margin-right: 60px;
}

.ab_bg .ab_list ul li.ab4{
    margin-right: 0;
}

.ab_bg .ab_list ul li a{
    display: block;
}

.ab_bg .ab_list ul li a b{
    display: block;
    float: left;
    background: url(../images/ab_list.png) no-repeat center;
    width: 106px;
    height: 130px;
    -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;
}

.ab_bg .ab_list ul li a b span{
    display: block;
    width: 32px;
    height: 32px;
    margin: 50px auto 0 auto;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.ab_bg .ab_list ul li.ab1 a b span{
    background: url(../images/ab1.png) no-repeat center;
}

.ab_bg .ab_list ul li.ab2 a b span{
    background: url(../images/ab2.png) no-repeat center;
}

.ab_bg .ab_list ul li.ab3 a b span{
    background: url(../images/ab3.png) no-repeat center;
}

.ab_bg .ab_list ul li.ab4 a b span{
    background: url(../images/ab4.png) no-repeat center;
}

.ab_bg .ab_list ul li a i{
    display: block;
    float: left;
    margin: 35px 0 0 25px;
    font-size: 18px;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.ab_bg .ab_list ul li a i em{
    display: block;
    font-size: 14px;
    color: #999;
    margin-top: 2px;
}

.ab_bg .ab_list ul li.ab4 a i{
    margin: 35px 0 0 20px;
}

.ab_bg .ab_list ul li b::after{
    position: absolute;
    left: 0px;
    top: 0px;
    width: 0px;
    height: 100%;
    z-index: -1;
    content: "";
    background: url(../images/ab_list1.png) no-repeat center;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.ab_bg .ab_list ul li.on b::after{
    width: 106px;
}

.ab_bg .ab_list ul li.ab1.on a b span{
    background: url(../images/ab11.png) no-repeat center;
}

.ab_bg .ab_list ul li.ab2.on a b span{
    background: url(../images/ab22.png) no-repeat center;
}

.ab_bg .ab_list ul li.ab3.on a b span{
    background: url(../images/ab33.png) no-repeat center;
}

.ab_bg .ab_list ul li.ab4.on a b span{
    background: url(../images/ab44.png) no-repeat center;
}



@font-face {
    font-family: 'PangMenZhengDao';
    src: url('../fonts/PangMenZhengDao.eot');
    src: url('../fonts/PangMenZhengDao.eot?#iefix') format('embedded-opentype'),
        url('../fonts/PangMenZhengDao.woff2') format('woff2'),
        url('../fonts/PangMenZhengDao.woff') format('woff'),
        url('../fonts/PangMenZhengDao.ttf') format('truetype'),
        url('../fonts/PangMenZhengDao.svg#PangMenZhengDao') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

/*product*/

.product{
    width: 100%;
    margin: -100px auto 0 auto;
    position: relative;
    z-index: 5;
}

.product .title{
    width: 1300px;
    margin: 0 auto;
}

.product .pro_box{
    width: 97%;
    margin: 30px auto 0 auto;
    position: relative;
 
}

.product .pro_box .mySwiper{
    overflow: hidden;
    padding: 0 15px;
}

.product .pro_box .swiper-slide{
    margin: 15px 0;
    background: #ffffff;
    width: 100%;
    height: 580px;
    -webkit-box-shadow: 0 0 8px 6px rgba(0, 0, 0, .05);
    box-shadow: 0 0 8px 6px rgba(0, 0, 0, .05);
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.product .pro_box .swiper-slide .txt{
    width: 80%;
    margin: 45px auto 0 auto;
    height: 165px;

}

.product .pro_box .swiper-slide .txt a{
    font-size: 30px;
    color: #444;
    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;
   font-family: 'PangMenZhengDao';
}

.product .pro_box .swiper-slide .txt a i{
    display: block;
    font-size: 14px;
    color: #ccc;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.product .pro_box .swiper-slide .txt p{
    font-size: 15px;
    color: #777777;
    line-height: 30px;
    height: 60px;
    overflow: hidden;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    margin-top: 12px;
}

.product .pro_box .swiper-slide .pic{
    width: 80%;
    height: 330px;
    margin: 0 auto;
    position: relative;

} 

.product .pro_box .swiper-slide .pic img{
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    object-fit: cover;
    
}

.product .pro_box .swiper-slide-next{
    background: #3e8bdb;

}

.product .pro_box .swiper-slide-next .txt a{
    color: #fff;

}

.product .pro_box .swiper-slide-next .txt a i{
    color: #fff;
}

.product .pro_box .swiper-slide-next .txt p{
    color: #fff;
}

.product .pro_box .swiper-button-next{
    background: url(../images/right.png) no-repeat  center;
    width: 19px;
    height: 38px;
    left: auto;
    right: 15%;
    top: -50px;
}

.product .pro_box .swiper-button-prev{
    position: absolute;
    background: url(../images/left.png) no-repeat  center;
    width: 19px;
    height: 38px;
    right: 18%;
    top: -50px;
    left: auto;
}
.swiper-button-next::after, .swiper-container-rtl .swiper-button-prev::after {
    content: 'next';
    display: none;
  }

.swiper-button-prev::after, .swiper-container-rtl .swiper-button-next::after {
    display: none;
    content: 'prev';

}

/*case*/

.case{
    width: 1300px;
    margin: 100px auto 0 auto;
    position: relative;
    height: 800px;
}

.case .title{
    position: absolute;
    left: 0px;
    top: 0px;
}

.case .case_box{
    margin: 0 auto;
    position: relative;
}

.case .case_box .bd{
    float: left;
    width: 1110px;
    margin-top: 90px;
}

.case .case_box .bd ul li{
    width: 1110px;
    float: left;
}

.case .case_box .bd ul li .dl{
    float: left;
    width: 500px;
    margin-right: 55px;
}

.case .case_box .bd ul li .dl .num{
    height: 50px;
    line-height: 50px;
    text-align: right;
    background: url(../images/buttom3.png) no-repeat left center;
    font-size: 36px;
    color: #cccccc;

}

.case .case_box .bd ul li .dl .pic{
    width: 500px;
    height: 380px;
    border-radius: 8px;

}

.case .case_box .bd ul li .dl .pic img{
    width: 500px;
    height: 380px;
    border-radius: 8px;
}

.case .case_box .bd ul li .dl .txt{
    margin: 28px auto 0 auto;

}

.case .case_box .bd ul li .dl .txt a{
    font-size: 18px;
    color: #444;
    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/buttom4.png) no-repeat right 3px;
    padding-right: 70px;
}

.case .case_box .bd ul li .dl .txt a i{
    display: block;
    font-size: 12px;
    color: #aaaaaa;
    text-transform: uppercase;
    margin-top: 8px;
}

.case .case_box .bd ul li .dl:hover .txt a{
    color: #0267db;
}

.case .case_box .hd{
    float: right;
    width: 140px;
    height: 702px;
    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 .case_box .hd ul li{
    width: 140px;
    height: 116px;
    border-bottom: 1px solid #f0f0f0;
    position: relative;
    z-index: 5;
}

.case .case_box .hd ul li a{
    font-size: 16px;
    color: #555;
    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;
}

.case .case_box .hd ul li a i{
    display: block;
    margin: 30px auto 10px auto;
    background: url(../images/case_ico1.png) no-repeat top center;
    width: 30px;
    height: 24px;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.case .case_box .hd ul li::after{
    position: absolute;
    right: 0px;
    top: 0px;
    width: 0px;
    height: 100%;
    z-index: -1;
    content: "";
    background: #0267db;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.case .case_box .hd ul li.on::after{
    width: 150px;
}

.case .case_box .hd ul li.on a{
    color: #fff;

}

.case .case_box .hd ul li.on a i{
    background: url(../images/case_ico2.png) no-repeat top center;
}

.case .case_box .hd .more{
    width: 140px;
    height: 116px;
    position: relative;
    z-index: 5;
}


.case .case_box .hd .more a {
    font-size: 16px;
    color: #555;
    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;
}

.case .case_box .hd .more a i{
    display: block;
    margin: 30px auto 10px auto;
    background: url(../images/case_ico1.png) no-repeat top center;
    width: 30px;
    height: 24px;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.case .case_box .case_button{
    position: absolute;
    left:0px;
    top: 650px;
    z-index: 5;
    width: 1080px;
    height: 50px;
    background: url(../images/buttom5.png) no-repeat right center;
}

.case .case_box .case_button .next{
    float: left;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #fff url(../images/left1.png) no-repeat  center;
    -webkit-box-shadow: 0 0 8px 6px rgba(0, 0, 0, .05);
    box-shadow: 0 0 8px 6px rgba(0, 0, 0, .05);
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.case .case_box .case_button .prev{
    float: left;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #fff url(../images/right1.png) no-repeat  center;
    -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: 20px;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.case .case_box .case_button .next:hover{
    background: #0267db url(../images/left2.png) no-repeat  center;
}

.case .case_box .case_button .prev:hover{
    background: #0267db url(../images/right2.png) no-repeat  center;
}


/*hz*/
.hz_bg {
    width: 100%;
    position: relative;
    height: 800px;
    background: #f8f8f8;
    overflow: hidden;
  }

  .hz_bg .hz{
      width: 1300px;
      margin: 0 auto;
      padding-top: 45px;
  }

  .hz_bg .hz .hz_t{
      height: 100px;

  }
  
  .hz_bg .hz .hz_t .title{
      float: left;
  }

  .hz_bg .hz .hz_t .title_more{
      float: right;
  } 

  .hz_bg .hz .hz_t .title_more a{
      display: block;
      line-height: 36px;
      font-size: 22px;
      color: #333;

  }

  .hz_bg .hz .hz_box{
      width: 1360px;
      margin: 0 auto;
  } 

  .hz_bg .hz .hz_box ul li{
    width: 400px;
    float: left;
    margin: 0 50px 35px 0;
  }

  .hz_bg .hz .hz_box ul li .pic{

    width: 400px;
    height: 230px;
    background: #fff;
    overflow: hidden;
  }

  .hz_bg .hz .hz_box ul li .pic img{
    width: 400px;
    height: 230px;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    overflow: hidden;
  }

  .hz_bg .hz .hz_box ul li .txt{
      height: 50px;
      line-height: 50px;
      text-align: center;

  } 

  .hz_bg .hz .hz_box ul li .txt a{
    font-size: 16px;
    color: #555555;
    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;
  }
  
  .hz_bg .hz .hz_box ul li:hover .txt a{
      color: #0267db;

  }

  .hz_bg .hz .hz_box ul li:hover .pic img{
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
  }


  /*news*/

  .news{
      margin: 95px auto 100px auto;
      width: 1300px;
  }


  .news .news_t{
      height: 85px;
  }

  .news .news_t .title{
      float: left;
  }

  .news .news_t .news_list{
      float: right;
  }

  .news .news_t .news_list ul li{
    float: left;
    margin-left: 65px;
    width: 160px;
    height: 46px;
    line-height: 46px;
    border-radius: 8px;
    position: relative;
    z-index: 5;
}

.news .news_t .news_list ul li a{
    font-size: 18px;
    color: #333333;
    display: block;
    padding-left: 65px;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.news .news_t .news_list ul li.n1 a {
    background: url(../images/news1.png) no-repeat 25px center;
}

.news .news_t .news_list ul li.n2 a {
    background: url(../images/news2.png) no-repeat 25px center;
}

.news .news_t .news_list ul li.n3 a {
    background: url(../images/news3.png) no-repeat 25px center;
}

.news .news_t .news_list ul li::after{
    position: absolute;
    left: 0px;
    top: 0px;
    width: 0px;
    height: 100%;
    z-index: -1;
    content: "";
    border-radius: 8px;
    background: #0267db;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.news .news_t .news_list ul li.casehover a{
    color: #fff;
}

.news .news_t .news_list ul li.casehover::after{
    width: 100%;
}

.news .news_t .news_list ul li.n1.casehover a {
    background: url(../images/news11.png) no-repeat 25px center;
}

.news .news_t .news_list ul li.n2.casehover a {
    background: url(../images/news22.png) no-repeat 25px center;
}

.news .news_t .news_list ul li.n3.casehover a {
    background: url(../images/news33.png) no-repeat 25px center;
}

.news .news_box{
    width: 1360px;
    margin: 0 auto;
    height: 471px;
    overflow: hidden;
}

.news .news_box ul li{
    float: left;
    width: 320px;
    height: 471px;
    padding: 0 36px;
    background: url(../images/news_list.jpg) no-repeat center;
    margin-right: 60px;
}

.news .news_box ul li .time{
    margin-top: 30px;
    height: 70px;
    background: url(../images/buttom6.png) no-repeat right top;

}

.news .news_box ul li .time span{
    display: block;
    font-size: 30px;
    color: #cccccc;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 26px;
}

.news .news_box ul li .time i{
    display: block;
    font-size: 14px;
    color: #cccccc;
    margin-top: 7px;
}

.news .news_box ul li .news_img{
    width: 320px;
    height: 180px;
    overflow: hidden;

} 

.news .news_box ul li .news_img img{
    width: 320px;
    height: 180px;
    overflow: hidden;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.news .news_box ul li .txt{
    margin: 25px auto 0 auto;

}

.news .news_box ul li .txt h5 a{
    font-size: 18px;
    color: #333333;
    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 .news_box ul li .txt p{
    font-size: 14px;
    color: #888888;
    line-height: 24px;
    height: 48px;
    overflow: hidden;
    margin: 10px 0 0 0px;
}

.news .news_box ul li .txt .more{
    display: block;
    font-size: 14px;
    color: #555555;
    margin-top: 20px;
    background: url(../images/more1.png) no-repeat right center;
    width: 100px;
    height: 18px;
    line-height: 18px;
}

.news .news_box ul li:hover .news_img img{
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
}

.news .news_box ul li:hover .txt h5 a{
    color: #0267db;
}