
/*-----------------------------------------------------------*/
/*copyright by 动力无限  www.btoe.cn*/
/*邮箱 btoe@btoe.cn*/
/*合作电话 400-0599-360*/
/*版权所有违者必究*/
/*-----------------------------------------------------------*/
.sjcTop,
.sjcTop2,
.sjcBottom,
.sjcLeft,
.sjcRight,
.bg,
.leftWow,
.rightWow,
.bottomWow {
  -webkit-transition: all 0.8s ease-out;
  transition: all 0.8s ease-out;
}




/* banner */

.banner {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}

.banner .swiper-container {
  width: 100%;
  height: 100%;
  overflow: hidden;
  margin: 0 ;

}

.banner .swiper-slide {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}

.banner .swiper-slide {
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
}

.banner .swiper-slide img {
  width: 100%;
  height: 100%;
  display: block;
}


.banner .swiper-button-next1{
  position: absolute;
  width: 65px;
  height: 65px;
  background: url(../images/bannerR.png) no-repeat  center;
  right: 4%;
  top: 50%;
  z-index: 5;
  cursor: pointer;
}

.banner .swiper-button-prev1{
  position: absolute;
  width: 65px;
  height: 65px;
  background: url(../images/bannerL.png) no-repeat  center;
  left: 4%;
  top: 50%;
  z-index: 5;
  cursor: pointer;
}

.banner .swiper-pagination {
  width: 100%;
  bottom: 10px;
  right: 0px;
}

.banner .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 10px ;
  background-color: #fff;
  width: 10px;
  height: 10px;
  opacity: 1;
  border-radius: 50%;
}

.banner .swiper-pagination-bullets .swiper-pagination-bullet-active {
  background-color: #0e3ea8;
}



@media (max-width: 1200px) {

  .banner .swiper-button-next1{
    display: none;
  }
  
  .banner .swiper-button-prev1{
    display: none;
  }

  .banner .swiper-pagination {
    bottom: 0.15rem;
  }
  .banner .swiper-pagination::before{
    opacity: 0;
  }

}



/* title */

.title{
  margin: 0 auto;
  text-align: center;
}

.title h3{
  font-size: 0.42rem;
  color: #333;
  font-weight: bold;
  line-height: 0.5rem;

}

.title h3 a{
  display: block;
  font-size: 0.42rem;
  color: #333;
  font-weight: bold;
}

.title span{
  display: block;
  font-size: 0.16rem;
  color: #666666;
  margin: 0.12rem auto 0.15rem auto;
}

.title em{
  display: block;
  background: url(../images/title.png) no-repeat  center;
  width: 0.4rem;
  height: 3px;
  margin: 0 auto;
}





/* about */

.ab_bg{
  width: 100%;
  margin: 0 auto;
  background: url(../images/ab_bg.jpg) no-repeat  center;
  overflow: hidden;
  padding-bottom: 0.65rem;
}

.ab_bg .about{
  margin: 0 auto;
  padding-top: 0.65rem;
  
}

.ab_bg .about .ab_box{
  margin: 0.5rem auto 0 auto;
}

.ab_bg .about .ab_box .txt{
  width: 57%;

}

.ab_bg .about .ab_box .txt h5 a{
  display: block;
  font-size: 0.26rem;
  color: #333;
  font-weight: bold;
  letter-spacing: 3px;
}

.ab_bg .about .ab_box .txt p{
  font-size: 0.16rem;
  color: #666666;
  line-height: 0.42rem;
  height: 2.1rem;
  overflow: hidden;
  margin-top: 0.18rem;
}

.ab_bg .about .ab_box .ab_list{
  margin-top: 0.43rem;

} 

.ab_bg .about .ab_box .ab_list ul li{
  float: left;
  position: relative;
  border-radius: 5px;
  background: #fff;
  -webkit-box-shadow: 0 0 8px 6px rgba(0, 0, 0, .03);
  box-shadow: 0 0 8px 6px rgba(0, 0, 0, .03);
  margin-right: 0.9rem;
  width: 1.9rem;
  height: 2.4rem;

}

.ab_bg .about .ab_box .ab_list ul li .pic img{
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
}

.ab_bg .about .ab_box .ab_list ul li .txt{
  position: absolute;
  left: 0;
  top: 0;
  width: 90%;
}


.ab_bg .about .ab_box .ab_list ul li .txt a{
  display: block;

  text-align: center;
}

.ab_bg .about .ab_box .ab_list ul li .txt a span{
  display: block;
  font-size: 0.16rem;
  color: #333333;
  margin-top: 0.3rem;
}

.ab_bg .about .ab_box .ab_list ul li .txt a i{
  font-size: 0.12rem;
  color: #999999;
  display: block;
}

.ab_bg .about .ab_box .ab_list ul li .txt a em{
  display: block;
  font-size: 0.18rem;
  color: #fff;
  font-family: Arial, Helvetica, sans-serif;
  width: 0.3rem;
  height: 0.3rem;
  text-align: center;
  line-height: 0.3rem;
  background: #333333;
  border-radius: 50%;
  margin: 0.35rem 0 0 -0.15rem;
  -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_list ul li.on .txt a em{
  background: #ff6703;
}

@media (max-width: 1200px) {

  .title{
    width: 94%;
  }
  
  .title h3{
    font-size: 0.32rem;
  
  }
  
  .title h3 a{
    font-size: 0.32rem;
  }
  


  
  
  /* about */
  
  .ab_bg{

  }
  
  .ab_bg .about{
    margin: 0 auto;
    padding-top: 0.3rem;
    width: 94%;
    
  }
  
  .ab_bg .about .ab_box{
    margin: 0.3rem auto 0 auto;
  }
  
  .ab_bg .about .ab_box .txt{
    width: 100%;
  
  }
  
  .ab_bg .about .ab_box .txt h5 a{
    display: block;
    font-size: 0.24rem;
    letter-spacing: 0px;
  }
  
  .ab_bg .about .ab_box .txt p{
    font-size: 0.16rem;
    color: #666666;
    line-height: 0.4rem;
    height: 2rem;
    overflow: hidden;
    margin-top: 0.2rem;
  }
  
  .ab_bg .about .ab_box .ab_list{
    margin-top: 0.35rem;
  
  } 
  
  .ab_bg .about .ab_box .ab_list ul li{

    margin-right: 0rem;
    width: 45%;
    margin-right: 6%;
    margin-left: 2%;
    height: 2.4rem;
  
  }

  .ab_bg .about .ab_box .ab_list ul li:last-child{
    margin-right: 0;
  }
  
  .ab_bg .about .ab_box .ab_list ul li .pic img{
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
  }
  
  .ab_bg .about .ab_box .ab_list ul li .txt{
    position: absolute;
    left: 0;
    top: 0;
    width: 90%;
  }
  
  
  .ab_bg .about .ab_box .ab_list ul li .txt a{
    display: block;
  
    text-align: center;
  }
  
  .ab_bg .about .ab_box .ab_list ul li .txt a span{
    display: block;
    font-size: 0.16rem;
    color: #333333;
    margin-top: 0.3rem;
  }
  
  .ab_bg .about .ab_box .ab_list ul li .txt a i{
    font-size: 0.12rem;
    color: #999999;
    display: block;
  }
  
  .ab_bg .about .ab_box .ab_list ul li .txt a em{
    display: block;
    font-size: 0.18rem;
    color: #fff;
    font-family: Arial, Helvetica, sans-serif;
    width: 0.3rem;
    height: 0.3rem;
    text-align: center;
    line-height: 0.3rem;
    background: #333333;
    border-radius: 50%;
    margin: 0.35rem 0 0 -0.15rem;
    -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_list ul li.on .txt a em{
    background: #ff6703;
  }


}


/* product */

.pro_bg{
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  background: url(../images/pro_bg.jpg) no-repeat top center ;
  padding-bottom: 0.5rem;
}

.pro_bg .product{
  margin: 0 auto;
  padding-top: 0.6rem;

}

.pro_bg .product .pro_list{
  margin: 0.5rem auto 0 auto;
  width: 68%;
  height: 0.68rem;
  background: #fff;
  -webkit-box-shadow: 0 0 8px 6px rgba(0, 0, 0, .03);
  box-shadow: 0 0 8px 6px rgba(0, 0, 0, .03);
  padding: 0.21rem 0;


}

.pro_bg .product .pro_list ul li{
  height: 0.68rem;
  border-right: 1px solid #ebebeb;
  width: 24.8%;
  float: left;
  
}

.pro_bg .product .pro_list ul li a{
  display: block;
  text-align: center;
}

.pro_bg .product .pro_list ul li a i{
  display: block;
  width: 0.6rem;
  height: 0.6rem;
  background: #f9f9f9;
  border-radius: 50%;
  line-height: 0.6rem;
  text-align: center;
  font-size: 0.24rem;
  color: #333;
  font-family: "Impact";
  margin-right: 0.2rem;
  margin-left: 0.5rem;
  margin-top: 0.04rem;
  float: left;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.pro_bg .product .pro_list ul li a span{
  font-size: 0.18rem;
  color: #333333;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: left;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  width: 37%;
  float: left;
  line-height: 0.68rem;

}

.pro_bg .product .pro_list ul li.on a i{
  background: #ff6703;
  color: #fff;
}

.pro_bg .product .pro_list ul li.on a span{
  font-weight: bold;
  color: #ff6703;
}

.pro_bg .product .pro_box{
  margin: 0.4rem auto 0 auto;
  width: 90%;
} 

.pro_bg .product .pro_box ul li{
  width: 23%;
  margin: 0 1% 0.3rem 1%;
  background:  #fff;
  -webkit-box-shadow: 0 0 8px 6px rgba(0, 0, 0, .03);
  box-shadow: 0 0 8px 6px rgba(0, 0, 0, .03);
  float: left;

}

.pro_bg .product .pro_box ul li .pic{
  position: relative;
  padding-top: 69%;
  width: 94%;
  margin: 0.15rem auto 0 auto;
  overflow: hidden;
  background: #a9d7ee;
}


.pro_bg .product .pro_box ul li .pic img{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.pro_bg .product .pro_box ul li:hover .pic img{
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
}

.pro_bg .product .pro_box ul li .txt{
  width: 80%;
  height: 0.7rem;
  line-height: 0.7rem;
  margin: 0 auto;
} 

.pro_bg .product .pro_box ul li .txt h5 a{
  float: left;
  font-size: 0.16rem;
  color: #333333;
  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;
  width: 60%;
}

.pro_bg .product .pro_box ul li .txt .more{
  display: block;
  float: right;
  font-size: 0.14rem;
  color: #999999;
  background: url(../images/more.png) no-repeat right center;
  padding-right: 0.22rem;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.pro_bg .product .pro_box ul li:hover .txt h5 a{
  color: #0e3ea8;
  font-size: 0.18rem;
  font-weight: bold;
}

.pro_bg .product .pro_box ul li:hover .txt .more{
  color: #0e3ea8;
  background: url(../images/more1.png) no-repeat right center;
}



@media (max-width: 1200px) {
  .pro_bg{
    padding-bottom: 0.5rem;
  }
  
  .pro_bg .product{
    padding-top: 0.3rem;
  
  }
  
  .pro_bg .product .pro_list{
    margin: 0.3rem auto 0 auto;
    width: 96%;
    height: auto;
    background: #fff;
    -webkit-box-shadow: 0 0 8px 6px rgba(0, 0, 0, .03);
    box-shadow: 0 0 8px 6px rgba(0, 0, 0, .03);
    padding: 0.21rem 0;
    overflow: hidden;
  
  
  }
  
  .pro_bg .product .pro_list ul li{
    height: 0.68rem;
    border-right: 1px solid #ebebeb;
    border-bottom: 1px solid #ebebeb;
    width: 49.5%;
    float: left;
    
  }


  .pro_bg .product .pro_list ul li:last-child{
    border-bottom: 1px solid #fff;
  }

  .pro_bg .product .pro_list ul li:nth-child(2n-1){
    border-bottom: 1px solid #fff;
  }
  
  .pro_bg .product .pro_list ul li:first-child{
    border-bottom: 1px solid #ebebeb;
  }
  
  .pro_bg .product .pro_list ul li a i{
    display: block;
    width: auto;
    height: 0.6rem;
    background: none;
    border-radius: 50%;
    line-height: 0.6rem;
    text-align: center;
    font-size: 0.24rem;
    color: #333;
    font-family: "Impact";
    margin-right: 0.1rem;
    margin-left: 0.1rem;
    margin-top: 0.04rem;
    float: left;

  }
  
  .pro_bg .product .pro_list ul li a span{
    font-size: 0.16rem;
    color: #333333;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: left;
    width: 68%;
    float: left;
    line-height: 0.68rem;
  
  }
  
  .pro_bg .product .pro_list ul li.on a i{
    background: none;
    color: #333;
  }
  

  
  .pro_bg .product .pro_box{
    margin: 0.3rem auto 0 auto;
    width: 98%;
  } 
  
  .pro_bg .product .pro_box ul li{
    width: 48%;
    margin: 0 1% 0.3rem 1%;
    background:  #fff;
    float: left;
  
  }
  
  .pro_bg .product .pro_box ul li .pic{
    margin: 0.1rem auto 0 auto;
  }
  
  
  .pro_bg .product .pro_box ul li .txt{
    width: 94%;
    height: auto;
    line-height: 0;
    margin: 0 auto;
    text-align: center;
    padding-bottom: 0.1rem;
  } 
  
  .pro_bg .product .pro_box ul li .txt h5 a{
    float: none;
    font-size: 0.16rem;
    color: #333333;
    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;
    width: 100%;
    line-height: 0.4rem;
  }
  
  .pro_bg .product .pro_box ul li .txt .more{
    display: block;
    float: none;
    font-size: 0.14rem;
    color: #999999;
    background: url(../images/more.png) no-repeat right center;
    padding-right: 0.22rem;
    text-align: center;
    display: inline-block;
    line-height: 0.3rem;
  }
  

}




/* hz */



.hz_bg{
  margin: 0.65rem auto 0 auto;
}

.hz_bg .hz{
  margin: 0rem auto 0 auto;
  width: 85%;
}

.hz_bg .hz_box{
  margin: 0.5rem auto 0 auto;
} 

.hz_bg .hz_box ul li{
  float: left;
  width: 18%;
  height: 1rem;
  border: 1px solid #e9e9e9;
  margin: 0 1.8% 0.3rem 0;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.hz_bg .hz_box ul li .pic{
  float: left;
  border-radius: 50%;
  width: 0.7rem;
  height: 0.7rem;
  border: 1px solid #dddddd;
  position: relative;
  margin: 15px 0 0 15px;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.hz_bg .hz_box ul li .pic img{
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
}

.hz_bg .hz_box ul li .txt{
  float: left;
  margin: 15px 0 0 15px;
  line-height: 0.7rem;
  width: 60%;


} 

.hz_bg .hz_box ul li .txt a{
  font-size: 0.14rem;
  color: #333333;
  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;
}

.hz_bg .hz_box ul li:hover{

  border: 1px solid #0e3ea8;

}


@media (max-width: 1200px) {

  .hz_bg{
    margin: 0rem auto 0 auto;
  }
  
  .hz_bg .hz{
    margin: 0rem auto 0 auto;
    width: 96%;
  }
  
  .hz_bg .hz_box{
    margin: 0.3rem auto 0 auto;
  } 
  
  .hz_bg .hz_box ul li{
    float: left;
    width: 47%;
    height: 0.8rem;
    border: 1px solid #e9e9e9;
    margin: 0 1% 0.2rem 1%;
  }
  
  .hz_bg .hz_box ul li .pic{
    float: left;
    border-radius: 50%;
    width: 0.5rem;
    height: 0.5rem;
    border: 1px solid #dddddd;
    position: relative;
    margin: 0.15rem 0 0 0.1rem;

  }
  
  .hz_bg .hz_box ul li .pic img{
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
  }
  
  .hz_bg .hz_box ul li .txt{
    float: left;
    margin: 0.15rem 0 0 0.1rem;
    line-height: 0.5rem;
    width: 50%;
  
  
  } 

  
}

/* ys */

.ys_bg{
  width: 100%;
  margin: 0.4rem auto 0 auto;
  background: #f5f5f5;
  overflow: hidden;
}

.ys_bg .ys{
  margin: 0 auto;
  padding-top: 0.65rem;
}

.ys_bg .ys .ys_box{
  margin: 0.45rem auto 0 auto;
}

.ys_bg .ys .ys_box .ys_list{
  margin: 0 auto;
  text-align: center;
}

.ys_bg .ys .ys_box .ys_list ul{
  text-align: center;
}

.ys_bg .ys .ys_box .ys_list ul li{
  display: inline-block;
  text-align: center;
  background: url(../images/ys_xt.png) no-repeat right center;
  width: 24.7%;
  margin: 0 auto;
}

.ys_bg .ys .ys_box .ys_list ul li:last-child{
  background: none;
}

.ys_bg .ys .ys_box .ys_list ul li i{
  display: block;
  font-size: 1.1rem;
  color: #333333;
  font-family: 'Times New Roman', Times, serif;
  font-weight: bold;
  line-height: 0.8rem;
  opacity: 0.1;
  -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 .ys_list ul li em{
  display: block;
  font-size: 0.24rem;
  color: #333333;
  font-weight: bold;
  width: 100%;
  height: 0.36rem;
  line-height: 0.36rem;
  background: #f5f5f5;
  margin: -0.25rem auto 0 auto;
  position: relative;
  z-index: 5;
}


.ys_bg .ys .ys_box .ys_list ul li.on i{
  color: #0e3ea8;
  opacity: 1;
}

.ys_bg .ys .ys_box .ys_list ul li.on em{
  color: #0e3ea8;

}


.ys_bg .ys .ys_box .ysCenterTobox{
  margin: 0.45rem auto 0 auto;
  position: relative;
}

.ys_bg .ys .ys_box .ysCenterTobox .swiper-slide{
  position: relative;
}

.ys_bg .ys .ys_box .ysCenterTobox .swiper-slide .txt{
  float: left;
  width: 26%;
  height: 6.5rem;
  background: url(../images/ys_bg.jpg) no-repeat center;
  padding: 0 7% 0 17%;

}

.ys_bg .ys .ys_box .ysCenterTobox .swiper-slide .txt h5{
  font-size: 0.4rem;
  color: #fff;
  font-weight: bold;
  line-height: 0.45rem;
  margin: 1rem 0 0.15rem 0;

}

.ys_bg .ys .ys_box .ysCenterTobox .swiper-slide .txt span{
  font-size: 0.16rem;
  color: #fff;
  font-family: Arial, Helvetica, sans-serif;
  text-transform: capitalize;
}

.ys_bg .ys .ys_box .ysCenterTobox .swiper-slide .txt p{
  font-size: 0.16rem;
  color: #fff;
  line-height: 0.42rem;
  opacity: 0.7;
  margin-top: 0.7rem;
  padding-left: 0.2rem;
  background: url(../images/buttom6.png) no-repeat left 22px;
}


.ys_bg .ys .ys_box .ysCenterTobox .ys_button{
  position: absolute;
  top: 5.4rem;
  left: 17%;
  z-index: 5;
  height: 0.22rem;
  width: 2.75rem;
}

.ys_bg .ys .ys_box .ysCenterTobox .ys_button .swiper-pagination{
  margin-left: 0.75rem;

}

.ys_bg .ys .ys_box .ysCenterTobox .ys_button .swiper-pagination span{
  width: 0.13rem;
  height: 0.13rem;
  background: url(../images/buttom1.png) no-repeat center;
  margin-right: 0.22rem;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  opacity: 1;
}

.ys_bg .ys .ys_box .ysCenterTobox .ys_button .swiper-pagination span.swiper-pagination-bullet-active{
  background: url(../images/buttom2.png) no-repeat center;
}

.ys_bg .ys .ys_box .ysCenterTobox .ys_button .ys_next{
  background: url(../images/right.png) no-repeat center;
  width: 0.13rem;
  height: 0.22rem;
  outline: none;
  right: 0;
  top: 0;
  position: absolute;
}


.ys_bg .ys .ys_box .ysCenterTobox .ys_button .ys_prev{
  background: url(../images/left.png) no-repeat center;
  width: 0.13rem;
  height: 0.22rem;
  outline: none;
  left: 0;
  top: 0;
  position: absolute;
} 




.ys_bg .ys .ys_box .ysCenterTobox .swiper-slide .ys_img{
  float: right;
  width: 50.5%;
  height: 6.5rem;
  position: absolute;
  right: 0;
  top: 0;

}

.ys_bg .ys .ys_box .ysCenterTobox .swiper-slide .ys_img img{
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}





@media (max-width: 1200px) {

  .ys_bg{
    width: 100%;
    margin: 0.3rem auto 0 auto;

  }
  
  .ys_bg .ys{
    margin: 0 auto;
    padding-top: 0.35rem;
  }
  
  .ys_bg .ys .ys_box{
    margin: 0.35rem auto 0 auto;
  }
  
  .ys_bg .ys .ys_box .ys_list{
    margin: 0 auto;
    text-align: center;
  }
  
  .ys_bg .ys .ys_box .ys_list ul{
    text-align: center;
  }
  
  .ys_bg .ys .ys_box .ys_list ul li{
    display: inline-block;
    text-align: center;
    background: url(../images/ys_xt.png) no-repeat right center;
    width: 48.7%;
    margin: 0 auto;
  }
  
  .ys_bg .ys .ys_box .ys_list ul li:last-child{
    background: url(../images/ys_xt.png) no-repeat right center;
  }
  
  .ys_bg .ys .ys_box .ys_list ul li i{
    display: block;
    font-size: 0.8rem;
    line-height: 0.8rem;
  }
  
  .ys_bg .ys .ys_box .ys_list ul li em{
    display: block;
    font-size: 0.2rem;
    margin: -0.25rem auto 0 auto;

  }
  
  
  .ys_bg .ys .ys_box .ysCenterTobox{
    margin: 0.35rem auto 0 auto;
    position: relative;
  }
  
  
  .ys_bg .ys .ys_box .ysCenterTobox .swiper-slide .txt{
    float: none;
    width: 90%;
    height: auto;
    background: url(../images/ys_bg.jpg) no-repeat center;
    padding: 5% 5% 5% 5%;
  
  }
  
  .ys_bg .ys .ys_box .ysCenterTobox .swiper-slide .txt h5{
    font-size: 0.3rem;
    color: #fff;
    font-weight: bold;
    line-height: 0.45rem;
    margin: 0rem 0 0.1rem 0;
  
  }
  
  .ys_bg .ys .ys_box .ysCenterTobox .swiper-slide .txt span{
    font-size: 0.16rem;
    color: #fff;
    font-family: Arial, Helvetica, sans-serif;
    text-transform: capitalize;
  }
  
  .ys_bg .ys .ys_box .ysCenterTobox .swiper-slide .txt p{
    font-size: 0.16rem;
    color: #fff;
    line-height: 0.36rem;
    opacity: 0.7;
    margin-top: 0.2rem;
    padding-left: 0.2rem;
    background: url(../images/buttom6.png) no-repeat left 22px;
  }
  
  
  .ys_bg .ys .ys_box .ysCenterTobox .ys_button{
    position: absolute;
    top: auto;
    bottom: 0.2rem;
    left: 10%;
    z-index: 5;
    height: 0.22rem;
    width: 80%;
  }
  
  .ys_bg .ys .ys_box .ysCenterTobox .ys_button .swiper-pagination{
    margin-left: 0.75rem;
  
  }
  
  .ys_bg .ys .ys_box .ysCenterTobox .ys_button .swiper-pagination span{
    width: 0.13rem;
    height: 0.13rem;
    background: url(../images/buttom1.png) no-repeat  center;
    margin-right: 0.22rem;
  }
  
  
  .ys_bg .ys .ys_box .ysCenterTobox .swiper-slide .ys_img{
    float: none;
    width: 100%;
    height: auto;
    padding-top: 50%;
    position: relative;
    margin: 0 auto;
  
  }




}







/* case */

.case{
  margin: 0.7rem auto 0 auto;
}

.case .case_box{
  margin: 0.5rem auto 0 auto;
  position: relative;
}

.case .case_box .mySwiper{
  overflow: hidden;
}


.case .case_box .mySwiper .swiper-slide{
  position: relative;
  background: #f5f5f5;
  padding-bottom: 0.3rem;
  overflow: hidden;

}

.case .case_box .mySwiper .swiper-slide .pic{
  position: relative;
  padding-top: 70%;
  width: 95%;
  margin: 0.1rem auto 0 auto;

}

.case .case_box .mySwiper .swiper-slide .pic img{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;

}

.case .case_box .mySwiper .swiper-slide .txt{
  width: 80%;
  margin: 0.3rem auto 0 auto;

} 

.case .case_box .mySwiper .swiper-slide .txt h5 a{
  font-size: 0.18rem;
  color: #0e3ea8;
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  overflow: hidden;
  display: block;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;font-weight: bold;
}

.case .case_box .mySwiper .swiper-slide .txt p{
  font-size: 0.14rem;
  color: #888888;
  line-height: 0.24rem;
  height: 0.72rem;
  overflow: hidden;
  margin-top: 0.15rem;

}

.case .case_box .mySwiper .swiper-slide .txt .more{
  width: 0.98rem;
  height: 0.3rem;
  line-height: 0.3rem;
  border: 1px solid #333333;
  float: right;
  margin-top: 0.2rem;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.case .case_box .mySwiper .swiper-slide .txt .more a{
  display: block;
  text-align: center;
  font-size: 0.14rem;
  color: #333333;
  text-transform: uppercase;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}


.case .case_box .mySwiper .swiper-slide:hover .txt h5 a{
  color: #0e3ea8;

}

.case .case_box .mySwiper .swiper-slide:hover .txt .more {
  border: 1px solid #0e3ea8;
}

.case .case_box .mySwiper .swiper-slide:hover .txt .more a{
  background: #0e3ea8;
  color: #fff;

}

.case .case_box .swiper-button-next{
  cursor: pointer;
  background: url(../images/case_right.png) no-repeat  center;
  width: 0.35rem;
  height: 0.64rem;
  position: absolute;
  right: -0.7rem;
  top: 45%;
  outline: none;

}

.case .case_box .swiper-button-prev{
  cursor: pointer;
  background: url(../images/case_left.png) no-repeat  center;
  width: 0.35rem;
  height: 0.64rem;
  position: absolute;
  left: -0.7rem;
  top: 45%;
  outline: none;
}


.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 {
  content: 'prev';
  display: none;
}


@media (max-width: 1660px) {
  .hz_bg .hz_box ul li .txt {
    width: 45%;
}

}
@media (max-width: 1200px) {
  .case{
    margin: 0.3rem auto 0 auto;
  }
  
  .case .case_box{
    margin: 0.3rem auto 0 auto;
    position: relative;
    padding-bottom: 0.5rem;
  }
  
  .case .case_box .mySwiper{
    overflow: hidden;
  }
  
  
  .case .case_box .mySwiper .swiper-slide{
    position: relative;
    height: auto;
    background: #f5f5f5;
  
  }
  
  .case .case_box .mySwiper .swiper-slide .pic{
    position: relative;
    padding-top: 70%;
    width: 95%;
    margin: 0.05rem auto 0 auto;
  
  }
  
  .case .case_box .mySwiper .swiper-slide .pic img{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
  
  }
  
  .case .case_box .mySwiper .swiper-slide .txt{
    width: 80%;
    margin: 0.3rem auto 0 auto;
    text-align: center;
  
  } 
  
  .case .case_box .mySwiper .swiper-slide .txt h5 a{
    font-size: 0.18rem;
    color: #333;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    overflow: hidden;
    display: block;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    text-align: center;
  }
  
  .case .case_box .mySwiper .swiper-slide .txt p{
    font-size: 0.14rem;
    color: #888888;
    line-height: 0.24rem;
    height: 0.72rem;
    overflow: hidden;
    margin-top: 0.15rem;
  
  }
  
  .case .case_box .mySwiper .swiper-slide .txt .more{

    margin: 0.2rem auto 0 auto;

  }

  
  .case .case_box .swiper-button-next{
    cursor: pointer;
    background: url(../images/case_right.png) no-repeat  center;
    background-size: 100%;
    width: 0.25rem;
    height: 0.55rem;
    position: absolute;
    right: 0px;
    bottom: 0%;
  
  }
  
  .case .case_box .swiper-button-prev{
    cursor: pointer;
    background: url(../images/case_left.png) no-repeat  center;
    width: 0.25rem;
    height: 0.55rem;
    position: absolute;
    left: 0px;
    bottom: 0%;
    background-size: 100%;
  }
}



/* lc */

.lc_bg{
  width: 100%;
  margin: 0.7rem auto 0 auto;
  background: url(../images/lc_bg.jpg) no-repeat  top center;
  overflow: hidden;
  padding-bottom: 0.7rem;
}

.lc_bg .lc{
  margin: 0 auto;
  padding-top: 0.6rem;
}

.lc_bg .lc .lc_box{
  margin: 0.5rem auto 0 auto;
  overflow: hidden;
  padding-top: 1px;
}

.lc_bg .lc .lc_box ul li{
  float: left;
  width: 24.8%;
  height: 2rem;
  border: 1px solid #d5d5d5;
  margin: -1px -1px 0 0;
  text-align: center;
  position: relative;

}

.lc_bg .lc .lc_box ul li h5{
  font-size: 0.22rem;
  color: #333333;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.lc_bg .lc .lc_box ul li p{
  font-size: 0.14rem;
  color: #9a9a9a;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.lc_bg .lc .lc_box ul li span{
  display: block;
  font-size: 0.22rem;
  color: #999999;
  font-family: Arial, Helvetica, sans-serif;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 0.5rem;
  height: 0.6rem;
  line-height: 0.7rem;
  padding-left: 0.1rem;
  text-align: center;
  background: url(../images/buttom3.png) no-repeat center;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}




.lc .lc_box ul li .te_list {
  display: block;
  overflow: hidden;
  transition-duration: 0.7s;
  margin: 0.4rem auto 0.1rem auto;
  width: 0.42rem;
  height: 0.42rem;
}

.lc .lc_box ul li .te_list .te_img {
  display: block;
  position: relative;
  transition: 0.7s;
  font-size: 0;
}

.lc .lc_box ul li .te_list .te_img i{
  display: block;
  width: 0.42rem;
  height: 0.42rem;
  text-align: center;
  line-height: 0.42rem;
  margin: 0px auto;
}

.lc .lc_box ul li .te_list .te_img i img{
  vertical-align: middle;
  display: inline-block;
  width: 0.42rem;
  height: 0.42rem;
}

.lc .lc_box ul li .te_list .te_img i:before{
  /* 辅助ie8图片居中 */
  content: '';
  height: 0.42rem;
  width: 1px;
  font-size: 0;
}


.lc .lc_box ul li .te_list .te_img {
  width: 100%;
  height: 200%;
  top:0;
}

.lc .lc_box ul li:hover .te_img {
  top:-0.42rem;
}



.lc_bg .lc .lc_box ul li:hover h5{

  color: #0e3ea8;

}

.lc_bg .lc .lc_box ul li:hover p{

  color: #0e3ea8;

}

.lc_bg .lc .lc_box ul li:hover span{
  color: #fff;
  background: url(../images/buttom4.png) no-repeat center;

}

.lc_bg .lc .tel{
  margin: 0.58rem auto 0 auto;
  text-align: center;

}

.lc_bg .lc .tel span{
  display: inline-block;
  background: url(../images/tel1.png) no-repeat left center;
  line-height: 0.3rem;
  padding-left: 0.42rem;
  font-size: 0.16rem;
  color: #333;
}

.lc_bg .lc .tel span i{
  font-size: 0.28rem;
  color: #333;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;

}

.lc_bg .lc .zx{
  margin: 0.15rem auto 0 auto;
  width: 1.8rem;
  height: 0.47rem;
  line-height: 0.47rem;
  background: #ff6703;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.lc_bg .lc .zx a{
  display: block;
  text-align: center;
  font-size: 0.18rem;
  color: #fff;
}

.lc_bg .lc .zx:hover{
  border-radius: 45px;
}




@media (max-width: 1200px) {
  
.lc_bg{
  width: 100%;
  margin: 0rem auto 0 auto;
  background: url(../images/lc_bg.jpg) no-repeat  top center;
  background-size: cover;
  overflow: hidden;
  padding-bottom: 0.5rem;
}

.lc_bg .lc{
  margin: 0 auto;
  padding-top: 0.3rem;
}

.lc_bg .lc .lc_box{
  margin: 0.3rem auto 0 auto;
  overflow: hidden;
  padding-top: 1px;
}

.lc_bg .lc .lc_box ul li{
  float: left;
  width: 49.5%;
  height: 1.7rem;
  border: 1px solid #d5d5d5;
  margin: -1px -1px 0 0;
  text-align: center;
  position: relative;

}

.lc_bg .lc .lc_box ul li h5{
  font-size: 0.2rem;
  color: #333333;

}

.lc_bg .lc .lc_box ul li span{
  display: block;
  font-size: 0.2rem;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 0.3rem;
  height: 0.4rem;
  line-height: 0.5rem;
  padding-left: 0.1rem;
  text-align: center;
  background: url(../images/buttom3.png) no-repeat center;
  background-size: 100%;

}



.lc .lc_box ul li .te_list {
  display: block;
  overflow: hidden;
  transition-duration: 0.7s;
  margin: 0.2rem auto 0.1rem auto;
  width: 0.42rem;
  height: 0.42rem;
}



.lc_bg .lc .tel{
  margin: 0.28rem 0 0 5%;
  text-align: left;

}

.lc_bg .lc .tel span{
  display: inline-block;
  background: url(../images/tel1.png) no-repeat left center;
  line-height: 0.3rem;
  padding-left: 0.42rem;
  font-size: 0.16rem;
  color: #333;
}

.lc_bg .lc .tel span i{
  font-size: 0.2rem;
  display: block;

}



}



/* news */

.news{
  margin: 0.65rem auto 0.7rem auto;
}

.news .news_list{
  margin: 0.5rem auto 0 auto;
  height: 0.44rem;
  text-align: center;
}

.news .news_list ul{
  text-align: center;
  margin: 0 auto;
  display: block;
}

.news .news_list ul li{
  display: inline-block;
  margin: 0 0.35rem;
  width: 1.6rem;
  height: 0.44rem;
  line-height: 0.44rem;
  text-align: center;
  position: relative;
  z-index: 5;
} 

.news .news_list ul li a{
  font-size: 0.18rem;
  color: #333333;
  -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 a i{
  display: inline-block;
  width: 0.22rem;
  height: 0.22rem;
  margin: 0rem 0.12rem 0 0rem;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  position: relative;
  top: 0.05rem;
}

.news .news_list ul li:nth-child(1) a i{
  background: url(../images/news1.png) no-repeat  center;
}

.news .news_list ul li:nth-child(2) a i{
  background: url(../images/news2.png) no-repeat  center;
}

.news .news_list ul li:nth-child(3) a i{
  background: url(../images/news3.png) no-repeat  center;
}

.news .news_list ul li::after{
  position: absolute;
  left: 0px;
  top: 0rem;
  width: 0%;
  height: 100%;
  content: "";
  z-index: -1;
  background: #ff6703;
  border-radius: 45px;
  -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.on::after{
  width: 100%;
}

.news .news_list ul li.on a{
  color: #fff;

}

.news .news_list ul li:nth-child(1).on a i{
  background: url(../images/news11.png) no-repeat  center;
}

.news .news_list ul li:nth-child(2).on a i{
  background: url(../images/news22.png) no-repeat  center;
}

.news .news_list ul li:nth-child(3).on a i{
  background: url(../images/news33.png) no-repeat  center;
}


.news .newsCenter{
  margin: 0.5rem auto 0 auto;
  border: 1px solid #dddddd;
}

.news .newsCenter .swiper-slide{
  margin: 0 auto;

}

.news .newsCenter .swiper-slide .news_l{
  float: left;
  width: 33%;
  border-right: 1px solid #dddddd;
}

.news .newsCenter .swiper-slide .news_l ul li{
  border-bottom: 1px solid #dddddd;
  width: 100%;
  height: 1.17rem;
  position: relative;
  z-index: 5;
}

.news .newsCenter .swiper-slide .news_l ul li .time{
  float: left;
  width: 22%;
  text-align: right;
}

.news .newsCenter .swiper-slide .news_l ul li .time span{
  display: inline-block;
  text-align: right;
  background: url(../images/buttom5.png) no-repeat center;
  width: 0.4rem;
  height: 0.4rem;
  margin-top: 0.4rem;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.news .newsCenter .swiper-slide .news_l ul li .time i{
  display: block;
  font-size: 0.2rem;
  color: #333;
  font-family: Arial Black;
  line-height: 0.24rem;
  opacity: 0;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.news .newsCenter .swiper-slide .news_l ul li .txt{
  float: left;
  margin: 0.4rem 0 0 7%;
  width: 65%;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
} 

.news .newsCenter .swiper-slide .news_l ul li .txt a{
  font-size: 0.16rem;
  color: #333333;
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  overflow: hidden;
  display: block;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  line-height: 0.4rem;
}

.news .newsCenter .swiper-slide .news_l ul li .txt p{
  font-size: 0.14rem;
  color: #999999;
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  overflow: hidden;
  display: block;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  opacity: 0;
  margin-top: 0.03rem;
}

.news .newsCenter .swiper-slide .news_l ul li::after{
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  z-index: -1;
  width: 0;
  height: 100%;
  background: #f4f7fa;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.news .newsCenter .swiper-slide .news_l ul li:hover::after{
  width: 100%;
}

.news .newsCenter .swiper-slide .news_l ul li:hover .time span{
  margin-top: 0.25rem;
}

.news .newsCenter .swiper-slide .news_l ul li:hover .time i{
  opacity: 1;
}


.news .newsCenter .swiper-slide .news_l ul li:hover .txt{
  margin: 0.28rem 0 0 7%;
}

.news .newsCenter .swiper-slide .news_l ul li:hover .txt p{
  opacity: 1;
}


.news .newsCenter .swiper-slide .news_r{
  float: right;
  width: 63%;
}

.news .newsCenter .swiper-slide .news_r .txt{
  float: left;
  width: 41%;

}

.news .newsCenter .swiper-slide .news_r .txt span{
  display: block;
  font-size: 0.18rem;
  color: #adadad;
  font-family: Arial, Helvetica, sans-serif;
  margin: 1.3rem 0 0.1rem 0;

}

.news .newsCenter .swiper-slide .news_r .txt h5 a{
  font-size: 0.2rem;
  color: #0e3ea8;
  font-weight: bold;
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  overflow: hidden;
  display: block;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.news .newsCenter .swiper-slide .news_r .txt p{
  font-size: 0.14rem;
  color: #999999;
  line-height: 0.32rem;
  height: 0.96rem;
  overflow: hidden;
  margin: 0.3rem 0 0.82rem 0;
}

.news .newsCenter .swiper-slide .news_r .txt .more{
  width: 84%;
  height: 0.6rem;
  line-height: 0.6rem;
  border-bottom: 2px solid #0e3ea8;

}

.news .newsCenter .swiper-slide .news_r .txt .more a{
  display: block;
  font-size: 0.14rem;
  color: #0e3ea8;
  text-transform: uppercase;
  font-family: Arial, Helvetica, sans-serif;
  background: url(../images/more2.png) no-repeat right center;
}

.news .newsCenter .swiper-slide .news_r .news_img{
  float: right;
  position: relative;
  width: 54%;
  height: 5.9rem;
}

.news .newsCenter .swiper-slide .news_r .news_img img{
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}


@media (max-width: 1200px) {

  .news{
    margin: 0.3rem auto 0.3rem auto;
    overflow: hidden;
  }
  
  .news .news_list{
    margin: 0.3rem auto 0 auto;
    height: 0.44rem;
    text-align: center;
  }
  
  
  .news .news_list ul li{
    display: inline-block;
    margin: 0 1%;
    width: 30%;
    height: 0.44rem;
    line-height: 0.44rem;
    text-align: center;
    position: relative;
    z-index: 5;
  } 
  
  .news .news_list ul li a{
    font-size: 0.16rem;
    color: #333333;

  }
  
  .news .news_list ul li a i{
    display: inline-block;
    width: 0.2rem;
    height: 0.2rem;
    margin: 0rem 0.05rem 0 0.05rem;
    top: 0.05rem;

  }
  
  .news .news_list ul li:nth-child(3) a i{
    background: url(../images/news3.png) no-repeat  center;
    background-size: 100%;
  }
  
  
  .news .news_list ul li:nth-child(3).on a i{
    background: url(../images/news33.png) no-repeat  center;
    background-size: 100%;
  }
  
  
  .news .newsCenter{
    margin: 0.3rem auto 0 auto;
    border: 1px solid #dddddd;
    padding-bottom: 0.2rem;
  }
  
  
  .news .newsCenter .swiper-slide .news_l{
    float: none;
    width: 100%;
    border-right: 1px solid #dddddd;
  }
  
  .news .newsCenter .swiper-slide .news_l ul li .time span {
    margin-top: 0.3rem;

}

  .news .newsCenter .swiper-slide .news_l ul li .time i{

    opacity: 1;

  }
  
  .news .newsCenter .swiper-slide .news_l ul li .txt {
    margin: 0.3rem 0 0 7%;
}

  .news .newsCenter .swiper-slide .news_l ul li .txt p{
    opacity: 1;
    margin-top: 0.03rem;
  }
  
  
  .news .newsCenter .swiper-slide .news_r{
    float: none;
    width: 100%;
    overflow: hidden;
  }
  
  .news .newsCenter .swiper-slide .news_r .txt{
    float: none;
    width: 90%;
    margin: 0 auto;
  
  }
  
  .news .newsCenter .swiper-slide .news_r .txt span{
    margin: 0.5rem 0 0.1rem 0;
  
  }
  
  
  .news .newsCenter .swiper-slide .news_r .txt p{
    margin: 0.2rem 0 0.2rem 0;
  }
  
  .news .newsCenter .swiper-slide .news_r .txt .more{
    width: 84%;
    height: 0.5rem;
    line-height: 0.5rem;
    border-bottom: 2px solid #0e3ea8;
  
  }
  
  
  .news .newsCenter .swiper-slide .news_r .news_img{
    float: none;
    position: relative;
    width: 90%;
    height: auto;
    padding-top: 60%;
    margin: 0.2rem auto 0 auto;
  }
  

}