
/*-----------------------------------------------------------*/
/*copyright by 动力无限  www.btoe.cn*/
/*邮箱 btoe@btoe.cn*/
/*合作电话 400-0599-360*/
/*版权所有违者必究*/
/*-----------------------------------------------------------*/


/*banner*/
.fullSlide {
    width: 100%;
    position: relative;
    height: 800px;
    background: #FFF;
    overflow: hidden;
  }
  
  .fullSlide .bd {
    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: 40px;
    text-align: center;
  }
  
  .fullSlide .hd ul {
    text-align: center;
  }
  
  .fullSlide .hd ul li {
    cursor: pointer;
    display: inline-block;
    zoom: 1;
    width: 40px;
    height: 40px;
    margin: 0 15px;
    border: 1px solid #fbfdff;
    overflow: hidden;
    line-height: 40px;
    border-radius: 50%;
    font-size: 24px;
    color: #fff;
    text-align: center;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
    position: relative;
  }

  .fullSlide .hd ul li::before{
      content: "0";
      font-size: 24px;
      color: #fff;
  }
  
  .fullSlide .hd ul .on {
    width: 40px;
    background: #fff;
    font-size: 24px;
    font-weight: bold;
    color: #0d7fe1;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
  }

  .fullSlide .hd ul .on::before{
    content: "0";
    font-size: 24px;
    font-weight: bold;
    color: #0d7fe1;
  }
  
  
  .fullSlide .next {
    width: 81px;
    height: 81px;
    position: absolute;
    top: 91%;
    margin-top: -30px;
    z-index: 2;
    background: url(../images/bannerR.png) no-repeat center;
    right: 10%;
    display: none;
  }
  
  .fullSlide .prev {
    width: 81px;
    height: 81px;
    position: absolute;
    top: 91%;
    margin-top: -30px;
    z-index: 2;
    background: url(../images/bannerL.png) no-repeat center;
    left: 10%;
    display: none;
  }

  
/*title*/

.title{
    float: left;
}

.title span{
    display: block;
    font-size: 60px;
    font-weight: bold;
    color: #f5f5f5;
    text-transform: uppercase;
    line-height: 55px;

}

.title h3{
    font-size: 30px;
    font-weight: bold;
    color: #444;
    margin-top: -43px;
}

.title h3 a{
    font-size: 30px;
    font-weight: bold;
    color: #444;
}

.title i{
    display: block;
    font-size: 12px;
    color: #777;
    text-transform: uppercase;
    margin-top: 3px;
}



/*product*/

.product_bg{
    width: 100%;
    margin: 0 auto;
    background: #f5f5f5;
    overflow: hidden;
    padding: 60px 0 50px 0;
}

.product_bg .product{
    width: 1360px;
    margin: 0 auto;
}

.product_bg .product .pro_t{
    height: 80px;

}

.product_bg .product .pro_t .title span{
    color: #fff;
}


.product_bg .product .pro_t .pro_list{
    float: right;
    height: 36px;
    margin-top: 15px;
}

.product_bg .product .pro_t .pro_list ul li{
    float: left;
    height: 36px;
    line-height: 36px;
    width: 120px;
    border-radius: 3px;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    margin: 0 0px;
}

.product_bg .product .pro_t .pro_list ul li:last-child{
    margin-right: 0;
}

.product_bg .product .pro_t .pro_list ul li a{
    font-size: 14px;
    color:#444;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
    text-align: center;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    padding: 0 10px;
}

.product_bg .product .pro_t .pro_list ul li:hover{
    background: #017ae0;

}

.product_bg .product .pro_t .pro_list ul li:hover a{
    color: #fff;
}

.product_bg .product .pro_box{
    margin: 40px auto 0 auto;
}

.product_bg .product .pro_box ul li{
    width: 315px;
    height: 340px;
    background: #fff;
    margin: 0 13px 30px 12px ;
    float: left;
    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;
}

.product_bg .product .pro_box ul li .pic{
    width: 295px;
    height: 240px;
    margin: 10px auto 0 auto;
}

.product_bg .product .pro_box ul li .pic img{
    width: 295px;
    height: 240px;
}

.product_bg .product .pro_box ul li .txt{
    height: 90px;
    width: 295px;
    margin: 0 auto;
}

.product_bg .product .pro_box ul li .txt h5{
    float: left;
    width: 240px;
}


.product_bg .product .pro_box ul li .txt h5 a{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
    font-size: 15px;
    color:#444;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.product_bg .product .pro_box ul li .txt h5 a i{
    display: block;
    width: 20px;
    height: 2px;
    background: #c9c9c9;
    margin: 30px 0 8px 0;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;

}

.product_bg .product .pro_box ul li .txt .more{
    float: right;
    width: 20px;
    height: 20px;
    background: url(../images/more.png) no-repeat center;
    -webkit-transition: all 0.9s ease-out;
    -o-transition: all 0.9s ease-out;
    transition: all 0.9s ease-out;
    margin-top: 40px;

}

.product_bg .product .pro_box ul li span{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 0;
    background: #017ae0;
    z-index: -1;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.product_bg .product .pro_box ul li:hover  span{
    height: 100%;
}

.product_bg .product .pro_box ul li:hover h5 a{
    color: #fff;
}

.product_bg .product .pro_box ul li:hover h5 a i{
    background: #fff;
}

.product_bg .product .pro_box ul li:hover .more{
    background: url(../images/more1.png) no-repeat center;
}

.product_bg .product .pro_box ul li:hover{
    -webkit-box-shadow: 0 0 8px 6px rgba(0, 0, 0, .08);
    box-shadow: 0 0 8px 6px rgba(0, 0, 0, .08);
}

  /*case*/

  .case{
      width: 1360px;
      margin: 65px auto 0 auto;
      height: 765px;
  }

  .case .case_t{
      height: 80px;
  }


  .case .case_list{
    float: right;
    height: 36px;
    margin-top: 15px;
}

.case .case_list ul li{
    float: left;
    height: 36px;
    line-height: 36px;
    width: 100px;
    border-radius: 3px;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    margin: 0 3px;
}

.case .case_list ul li:last-child{
    margin-right: 0;
}

.case .case_list ul li a{
    font-size: 14px;
    color:#444;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
    text-align: center;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    padding: 0 5px;
}

.case .case_list ul li:hover{
    background: #017ae0;

}

.case .case_list ul li:hover a{
    color: #fff;
}


.case .case_box{
    margin: 30px auto 0 auto;
    position: relative;

}

.case .case_box ul li{
    position: relative;
}

.case .case_box ul li .txt{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 120px;
    height: 60px;
    padding-left: 20px;
    padding-right: 10px;
    background: url(../images/ico1.png) repeat  center;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.case .case_box ul li .txt a{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
    font-size: 18px;
    color:#fff;
    margin-top: 5px;
}

.case .case_box ul li .txt a i{
    font-size: 12px;
    color:#fff;
    display: block;
}

.case .case_box ul li:hover .txt{
    background: url(../images/ico2.png) repeat  center;
}

.case .case_box .c1{
    position: absolute;
    left: 0;
    top: 0;
    width: 380px;
    height: 260px;
}

.case .case_box .c1 .pic{
    width: 380px;
    height: 260px;
    position: relative;
}

.case .case_box .c1 .pic img{
    width: 380px;
    height: 260px;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.case .case_box .c2{
    position: absolute;
    left: 410px;
    top: 0;
    width: 500px;
    height: 320px;
}

.case .case_box .c2 .pic{
    width: 500px;
    height: 320px;
    position: relative;
}

.case .case_box .c2 .pic img{
    width: 500px;
    height: 320px;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}


.case .case_box .c3{
    position: absolute;
    right: 0px;
    top: 0;
    width: 420px;
    height: 320px;
}

.case .case_box .c3 .pic{
    width: 420px;
    height: 320px;
    position: relative;
}

.case .case_box .c3 .pic img{
    width: 420px;
    height: 320px;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.case .case_box .c4{
    position: absolute;
    left: 0;
    top: 290px;
    width: 380px;
    height: 360px;
}

.case .case_box .c4 .pic{
    width: 380px;
    height: 360px;
    position: relative;
}

.case .case_box .c4 .pic img{
    width: 380px;
    height: 360px;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.case .case_box .c5{
    position: absolute;
    left: 410px;
    top: 350px;
    width: 400px;
    height: 300px;
}

.case .case_box .c5 .pic{
    width: 400px;
    height: 300px;
    position: relative;
}

.case .case_box .c5 .pic img{
    width: 400px;
    height: 300px;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.case .case_box .c6{
    position: absolute;
    right: 0px;
    top: 350px;
    width: 520px;
    height: 300px;
}

.case .case_box .c6 .pic{
    width: 520px;
    height: 300px;
    position: relative;
}

.case .case_box .c6 .pic img{
    width: 520px;
    height: 300px;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.case .case_box ul li .pic img{
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}



.case .case_box ul li:hover .pic img{
    border-radius: 50% 0 50% 0;

}



  /*about*/

  .ab_bg{
      width: 100%;
      margin: 70px auto 0 auto;
      height: 635px;
      background: #f5f5f5;

  }

  .about{
      width: 1360px;
      margin: 0 auto;
      padding-top: 40px;
  }

  .about .ab_t{
      height: 80px;
      background: url(../images/xt.png) no-repeat 245px  30px;
  }

  .about .ab_t .title span{
      color: #e5e5e5;

  }

  .about .ab_t  .more{
      float: right;
      width: 28px;
      height: 28px;
      margin-top: 16px;
  }

  .about .ab_box{
      margin: 30px auto 0 auto;
  }

  .about .ab_box .ab_img{
      float: left;
      width: 680px;
      height: 420px;
  }

  .about .ab_box .ab_img img{
      width: 680px;
      height: 420px;
  }

  .about .ab_box .ab_nr{
      float: right;
      width: 620px;
  }

  .about .ab_box .ab_nr .txt{
      overflow: hidden;
  }

  .about .ab_box .ab_nr .txt span{
      width: 100px;
      height: 3px;
      background: #017ae0;
      display: block;
      margin: 20px 0 15px 0;

  }

  .about .ab_box .ab_nr .txt h5 a{
      display: block;
      font-size: 20px;
      color: #444;

  }

  .about .ab_box .ab_nr .txt p{
    font-size: 15px;
    color: #444;
    line-height: 34px;
    height: 136px;
    overflow: hidden;
    margin-top: 15px;

  }

  .about .ab_box .ab_list{
      margin-top: 57px;
  }

  .about .ab_box .ab_list ul li{
      float: left;
      width: 80px;
      margin: 0 55px 0 70px;
  }

  .about .ab_box .ab_list ul li a{
      display: block;
      font-size: 18px;
      color: #555;
      text-align: center;
  }

  .about .ab_box .ab_list ul li a span{
      display: block;
      width: 80px;
      height: 80px;
      background: #aaaaaa;
      border-radius: 50%;
      margin-bottom: 17px;
      -webkit-transition: all 0.5s ease-out;
      -o-transition: all 0.5s ease-out;
      transition: all 0.5s ease-out;
  }


  .about .ab_box .ab_list ul li a span img{
      display: block;
      margin: 0 auto;
      width: 80px;
      height: 80px;

  }

  .about .ab_box .ab_list ul li:hover a span{
      background: #017ae0;

  }


  /*news*/


.news{
    width: 1360px;
    height: 675px;
    margin: 65px auto 0 auto;
}

.news .news_t{
    height: 80px;
    background: url(../images/xt.png) no-repeat 245px  30px;
}

.news .news_t .title span{
    color: #e5e5e5;

}

.news .news_t  .more{
    float: right;
    width: 28px;
    height: 28px;
    margin-top: 16px;
}

.news .news_box{
    margin: 30px auto 0 auto;
}

.news .news_box .news_top {
    margin: 0px auto 0 auto;
    height: 375px;
}


.news .news_top ul li {
    width: 420px;
    float: left;
    margin: 0 50px 0 0px;
    position: relative;

}

.news .news_top ul li:last-child{
    margin-right: 0;
}


.news .news_top ul li .news_img {
    width: 420px;
    height: 300px;
    position: relative;
}

.news .news_top ul li .news_img img {
    width: 420px;
    height: 300px;
}


.news .news_top ul li .txt {
    margin-top: 20px;
}

.news .news_top ul li .txt h5 a {
    font-size: 16px;
    color: #555;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    background: url(../images/xt1.png) no-repeat center left;
    padding-left: 20px;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.news .news_top ul li:hover .txt h5 a {
    transform: translateX(10px);
    -webkit-transform: translateX(10px);
    color: #017ae0;
}

.news .news_top ul li .txt p {
    font-size: 14px;
    color: #777;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin: 5px 0 0 20px;
}


.news .news_list {
    width: 1410px;
    margin: 20px auto 0 auto;
}

.news .news_list ul li {
    width: 420px;
    height: 55px;
    line-height: 55px;
    border-bottom: 1px solid #e5e5e5;
    float: left;
    margin: 0 50px 0 0;
    position: relative;
}

.news .news_list ul li a {
    float: left;
    width: 280px;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 15px;
    color: #555;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.news .news_list ul li span {
    float: right;
    font-size: 15px;
    color: #777;
}


.news .news_list ul li i {
    width: 0;
    height: 1px;
    background: #017ae0;
    position: absolute;
    left: 0px;
    bottom: 0px;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    display: block;
}

.news .news_list ul li:hover i {
    width: 100%;
}

.news .news_list ul li:hover a {
    color: #017ae0;
}