
/*-----------------------------------------------------------*/
/*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;
}

.top_bg{
  background: rgba(0, 0, 0, 0.3);
}



/* banner */

.banner {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
  top: -1.24rem;
}

.banner .swiper-container {
  width: 100%;
  height: 100%;
  overflow: hidden;
  margin: 0 auto;

}

.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%;
  min-height:100%;
  display: block;
  transition:1s linear 2s;
  transform:scale(1.1,1.1);
}

.banner .swiper-slide-active img{
  transition:6s linear;
  transform:scale(1,1);
  }	


.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;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.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;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.banner:hover .swiper-button-next1{
  right: 4%;
}

.banner:hover .swiper-button-prev1{
  left: 4%;
}


.banner .swiper-pagination {
  width: 100%;
  bottom: 40px;
  right: 0px;
}

.banner .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 10px ;
  background: #fff;
  width: 15px;
  height: 15px;
  opacity: 1;
  border-radius: 50%;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.banner .swiper-pagination-bullets .swiper-pagination-bullet-active {
  background: #04287e;
}


@media (max-width: 1200px) {

  .banner {
    top: 0rem;
  }

  .banner .swiper-button-next1{
    display: none;
  }
  
  .banner .swiper-button-prev1{
    display: none;
  }

  .banner .swiper-pagination {
    bottom: 0.15rem;
  }
  .banner .swiper-pagination-bullets .swiper-pagination-bullet {
    width: 8px;
    height: 8px;

  }

}


/* about */

.ab_bg{
  width: 100%;
  margin: -1.24rem auto 0 auto;
  background: url(../images/ab_bg.jpg) no-repeat  center;
  height: 9.5rem;
  overflow: hidden;

}

.ab_bg .about{
  margin: 0 auto;
  padding-top: 0.9rem;

}

.ab_bg .about .ab_l{
  float: left;
  margin-left: 11%;
  width: 37%;
}

.ab_bg .about .ab_l .ab_nr{
 
}

.ab_bg .about .ab_l .ab_nr .ab_t{
  height: 2.28rem;
  background: url(../images/ab_ico.png) no-repeat  left top;
  padding-left: 14%;
}

.ab_bg .about .ab_l .ab_nr .ab_t h3 a{
  display: block;
  font-size: 0.24rem;
  color: #333;
  padding-top: 0.65rem;
  letter-spacing: 2px;
}

.ab_bg .about .ab_l .ab_nr .ab_t span img{
  display: block;
  margin: 0.15rem 0 0.12rem 0;
}

.ab_bg .about .ab_l .ab_nr .ab_t i img{
  display: block;
}

.ab_bg .about .ab_l .ab_nr .txt{
  margin-top: 0.6rem;
  margin-left: 14%;

} 

.ab_bg .about .ab_l .ab_nr .txt h5{
  font-size: 0.2rem;
  color: #333333;
  font-weight: bold;
}

.ab_bg .about .ab_l .ab_nr .txt i{
  display: block;
  width: 0.22rem;
  height: 3px;
  background:  #04287e;
  margin-top: 0.1rem;
}

.ab_bg .about .ab_l .ab_nr .txt p{
  font-size: 0.15rem;
  color: #666666;
  line-height: 0.36rem;
  height: 1.08rem;
  overflow: hidden;
  margin-top: 5px;
}

.ab_bg .about .ab_l .ab_nr .ab_list{
  margin-top: 0.3rem;
  margin-left: 5%;
  position: relative;
  z-index: 5;
  width: 10rem;

}

.ab_bg .about .ab_l .ab_nr .ab_list ul li{
  float: left;
  width: 2.35rem;
  height: 2.35rem;
  background: #f2f4f8;
  border-radius: 50%;
  margin-left: -25px;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  position: relative;
}

.ab_bg .about .ab_l .ab_nr .ab_list ul li:first-child{
  margin-left: 0;
}

.ab_bg .about .ab_l .ab_nr .ab_list ul li:nth-child(2){
  z-index: 5;
}

.ab_bg .about .ab_l .ab_nr .ab_list ul li span{
  display: block;
  float: left;
  font-size: 0.55rem;
  color: #333;
  font-family: "黑体";
  margin: 0.85rem 0.1rem 0 0.6rem;
  line-height: 0.6rem;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.ab_bg .about .ab_l .ab_nr .ab_list ul li:nth-child(2) span{
  margin: 0.85rem 0.1rem 0 0.5rem;
}

.ab_bg .about .ab_l .ab_nr .ab_list ul li p{
  float: left;
  margin-top: 0.9rem;
}

.ab_bg .about .ab_l .ab_nr .ab_list ul li p i{
  display: block;
  font-size: 0.16rem;
  color: #333;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.ab_bg .about .ab_l .ab_nr .ab_list ul li p em{
  display: block;
  font-size: 0.16rem;
  color: #333;
  margin-top: 3px;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.ab_bg .about .ab_l .ab_nr .ab_list ul li.on{
  background: #04287e;
}

.ab_bg .about .ab_l .ab_nr .ab_list ul li.on span{
  color: #fff;
}

.ab_bg .about .ab_l .ab_nr .ab_list ul li.on p i{
  color: #fff;
}

.ab_bg .about .ab_l .ab_nr .ab_list ul li.on p em{
  color: #fff;
}

.ab_bg .about .ab_r{
  float: right;
  width: 47%;
  margin-top: 0.5rem;
} 

.ab_bg .about .ab_r .ab_xt{

}

.ab_bg .about .ab_r .ab_xt i{
  display: block;
  font-size: 0.16rem;
  color: #333;
  letter-spacing: 3px;
}

.ab_bg .about .ab_r .ab_xt em{
  display: block;
  font-size: 0.12rem;
  color: #999999;
  font-family: Arial, Helvetica, sans-serif;
  margin-top: 5px;
}

.ab_bg .about .ab_r .ab_img{
  margin-top: 0.4rem;
  width: 100%;
  padding-top: 66%;
  position: relative;

} 

.ab_bg .about .ab_r .ab_img img{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;

}

@media (max-width: 1440px) {
  .ab_bg .about .ab_l .ab_nr .ab_list {
    margin-left: 0%;
  }

  .ab_bg .about .ab_l .ab_nr .ab_list ul li {
    width: 2rem;
    height: 2rem;
}

.ab_bg .about .ab_l .ab_nr .ab_list ul li span {
  margin: 0.65rem 0.1rem 0 0.4rem;

}

.ab_bg .about .ab_l .ab_nr .ab_list ul li:nth-child(2) span {
  margin: 0.65rem 0.1rem 0 0.2rem;

}
.ab_bg .about .ab_l .ab_nr .ab_list ul li p {
  margin-top: 0.7rem;
}
}


@media (max-width: 1200px) {

  .ab_bg{
    width: 100%;
    margin: 0rem auto 0 auto;
    background: url(../images/ab_bg.jpg) no-repeat  center;
    height: auto;
  
  }
  
  .ab_bg .about{
    margin: 0 auto;
    padding-top: 0.5rem;
    width: 90%;
  
  }
  
  .ab_bg .about .ab_l{
    float: none;
    margin-left: 0%;
    width: 100%;
  }
  
  .ab_bg .about .ab_l .ab_nr{
   
  }
  
  .ab_bg .about .ab_l .ab_nr .ab_t{
    height: 2.28rem;
    background: url(../images/ab_ico.png) no-repeat  left top;
    padding-left: 14%;
  }
  
  .ab_bg .about .ab_l .ab_nr .ab_t h3 a{
    display: block;
    font-size: 0.24rem;
    color: #333;
    padding-top: 0.65rem;
  }
  
  
  
  .ab_bg .about .ab_l .ab_nr .txt{
    margin-top: 0.3rem;
    margin-left: 2%;
  
  } 
  

  
  .ab_bg .about .ab_l .ab_nr .ab_list{
    margin-top: 0.3rem;
    margin-left: 0%;
    position: relative;
    z-index: 5;
    width: auto;
    height: 2rem;
  
  }


  
  .ab_bg .about .ab_r{
    float: none;
    width: 100%;
    margin-top: 0.5rem;
  } 

  .ab_bg .about .ab_r .ab_xt i {
    letter-spacing: 0px;
  }
  
  
  .ab_bg .about .ab_r .ab_img{
    margin-top: 0.2rem;
    width: 100%;
    padding-top: 66%;
    position: relative;
  
  } 
  


}

@media (max-width: 790px) {
  .ab_bg .about .ab_l .ab_nr .ab_t {
    height: 1.58rem;
    background-size: contain;
}

.ab_bg .about .ab_l .ab_nr .ab_t h3 a {
  padding-top: 0.15rem;
}
  
  .ab_bg .about .ab_l .ab_nr .ab_t span img {
    width: 90%;

}
.ab_bg .about .ab_l .ab_nr .ab_list {
  height: 1.2rem;
}

.ab_bg .about .ab_l .ab_nr .ab_list ul li {
  width: 1.2rem;
  height: 1.2rem;
}

.ab_bg .about .ab_l .ab_nr .ab_list ul li span {
  display: block;
  float: none;
  font-size: 0.4rem;
  color: #333;
  margin: 0.1rem auto 0 auto;
  line-height: 0.4rem;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  text-align: center;
}

.ab_bg .about .ab_l .ab_nr .ab_list ul li p{
  text-align: center;
  float: none;
  margin-top: 0rem;
}
.ab_bg .about .ab_l .ab_nr .ab_list ul li:nth-child(2) span {
  margin: 0.1rem auto 0 auto;
}

}


/* title */

.title h3{
  display: block;
  font-size: 0.24rem;
  color: #333;
  letter-spacing: 2px;
}

.title span img{
  display: block;
  margin: 0.15rem 0 0.12rem 0;
}

.title i img{
  display: block;
}



/* product */

.pro_bg{
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
}

.pro_bg .pro_l{
  float: left;
  width: 33%;
  background: url(../images/pro_bg.jpg) no-repeat top center;
  padding-bottom: 1.1rem;
  overflow: hidden;
  height: auto;
}


.pro_bg .pro_l .pro_t{
  margin: 0 0 0 17%;
  padding-top: 1.1rem;

}

.pro_bg .pro_l .pro_t h3 a{
  display: block;
  font-size: 0.38rem;
  color: #fff;
  font-family: "Impact";
  text-transform: uppercase;
  line-height: 0.48rem;

}

.pro_bg .pro_l .pro_list{
  margin: 0.5rem 0 0 17%;
  position: relative;
  z-index: 5;
} 

.pro_bg .pro_l .pro_list::after{
  position: absolute;
  left: 10%;
  top: 60%;
  content: "...";
  z-index: -1;
  font-size: 0.2rem;
  color: #fff;
  writing-mode: tb-rl;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.pro_bg .pro_l .pro_list ul li{
  margin-bottom: 1.75rem;
  overflow: hidden;
}

.pro_bg .pro_l .pro_list ul li:last-child{
  margin-bottom: 0;
}

.pro_bg .pro_l .pro_list ul li a{
  display: block;
}

.pro_bg .pro_l .pro_list ul li a span{
  display: block;
  float: left;
  font-size: 147px;
  color: #fff;
  font-family: "Impact";
  line-height: 1.3rem;
  opacity: 0.05;
}

.pro_bg .pro_l .pro_list ul li a i{
  font-size: 0.2rem;
  color: #fff;
  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;
  float: left;
  margin-left: -0.7rem;
  margin-top: 0.4rem;
  width: 30%;
}

.pro_bg .pro_l .pro_list ul li a i em{
  font-size: 0.12rem;
  color: #8094c3;
  font-family: Arial, Helvetica, sans-serif;
  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;
  margin-top: 4px;
}

.pro_bg .pro_l .pro_list ul li a b{
  float: left;
  background: url(../images/more3.png) no-repeat  center;
  width: 0rem;
  height: 0.14rem;
  margin-top: 0.58rem;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  opacity: 0;
}

.pro_bg .pro_l .pro_list ul li.on a i{
  margin-top: 0.5rem;
}

.pro_bg .pro_l .pro_list ul li.on a i em{
  opacity: 0;
}

.pro_bg .pro_l .pro_list ul li.on a b{
  opacity: 1;
  width: 0.61rem;
}


.pro_bg .proCenter{
  float: right;
  width: 67%;
}

.pro_bg .proCenter .swiper-container{
  overflow: hidden;
}

.pro_bg .proCenter .swiper-slide{

}

.pro_bg .proCenter .swiper-slide ul li{
  float: left;
  width: 49%;
  margin: 0 0 0.12rem 1%;
  position: relative;
}

.pro_bg .proCenter .swiper-slide ul li .pic{
  position: relative;
  width: 100%;
  padding-top: 63%;
  overflow: hidden;

}

.pro_bg .proCenter .swiper-slide ul li .pic img{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.pro_bg .proCenter .swiper-slide ul li:hover .pic img{
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
}

.pro_bg .proCenter .swiper-slide ul li .txt{
  position: absolute;
  left: 10%;
  top: 28%;
  width: 40%;
} 

.pro_bg .proCenter .swiper-slide ul li .txt a{
  display: block;
}

.pro_bg .proCenter .swiper-slide ul li .txt a span{
  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;
}

.pro_bg .proCenter .swiper-slide ul li .txt a i{
  font-size: 0.18rem;
  color: #333;
  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;
  margin-top: 0.1rem;
}

.pro_bg .proCenter .swiper-slide ul li .txt a em{
  display: block;
  font-size: 0.14rem;
  color: #333;
  font-family: "Impact";
  background: url(../images/more4.png) no-repeat bottom left;
  padding-bottom: 0.1rem;
  margin-top: 0.6rem;
}


@media (max-width: 1440px) {
  .pro_bg .pro_l .pro_list ul li {
   margin-bottom: 0.75rem;
}
.pro_bg .pro_l {
  padding-bottom: 0.5rem;

}
.pro_bg .pro_l .pro_t {
  margin: 0 0 0 17%;
  padding-top: 0.5rem;
}

}


@media (max-width: 1200px) {

  .pro_bg{
    width: 100%;
    margin: 0.2rem auto 0 auto;
  }
  
  .pro_bg .pro_l{
    float: none;
    width: 100%;
    background: url(../images/pro_bg.jpg) no-repeat top center;
    padding-bottom: 0.2rem;
    overflow: hidden;
    height: auto;
    background-size: cover;
  }
  
  
  .pro_bg .pro_l .pro_t{
    margin: 0 2% 0 2%;
    padding-top: 0.3rem;
  
  }
  
  .pro_bg .pro_l .pro_t h3 a{
    display: block;
    font-size: 0.28rem;
    color: #fff;
    font-family: "Impact";
    text-transform: uppercase;
    line-height: 0.48rem;
  
  }
  
  .pro_bg .pro_l .pro_list{
    margin: 0.1rem 2% 0 2%;
    position: relative;
    z-index: 5;
  } 
  
  .pro_bg .pro_l .pro_list::after{

    display: none;
  }
  
  .pro_bg .pro_l .pro_list ul li{
    overflow: hidden;
    float: left;
    width: 48%;
    margin: 0 1%;
    text-align: center;
  }
  
  .pro_bg .pro_l .pro_list ul li a span{
    display: block;
    float: none;
    font-size: 0.5rem;
    color: #fff;
    font-family: "Impact";
    line-height: 0.5rem;
    opacity: 0.05;
  }
  
  .pro_bg .pro_l .pro_list ul li a i{
    font-size: 0.2rem;
    color: #fff;
    float: none;
    margin-left: 0rem;
    margin-top: 0.05rem;
    width: 100%;
  }

  .pro_bg .pro_l .pro_list ul li a b{
    float: none;
    margin: 0 auto;
    display: block;
  }

  .pro_bg .pro_l .pro_list ul li.on a i {
    margin-top: 0.05rem;
}

  .pro_bg .proCenter{
    float: none;
    width: 98%;
    margin: 0.2rem auto 0 auto;
  }
  
  .pro_bg .proCenter .swiper-container{
    overflow: hidden;
  }
  
  .pro_bg .proCenter .swiper-slide{
  
  }
  
  .pro_bg .proCenter .swiper-slide ul li{
    float: left;
    width: 48%;
    margin: 0 1% 0.12rem 1%;
    position: relative;
  }

  .pro_bg .proCenter .swiper-slide ul li .txt{
    position: absolute;
    left: 0%;
    top: 0%;
    width: 100%;
    height: 100%;
  } 
  
  .pro_bg .proCenter .swiper-slide ul li .txt a{
    display: block;
    padding: 5% 5%;
    width: 90%;
  }
  
  
  .pro_bg .proCenter .swiper-slide ul li .txt a i{
    margin-top: 0rem;
  }
  
  .pro_bg .proCenter .swiper-slide ul li .txt a em{
    margin-top: 0.1rem;
  }
  

  
}


/* ys */

.ys_bg{
  width: 100%;
  margin: 0 auto;
  background: url(../images/ys_bg.jpg) no-repeat bottom center;
  height: 11rem;
  overflow: hidden;
}

.ys_bg .ys{
  margin: 0 auto;
  width: 68%;
  max-width: 1300px;
  position: relative;
  padding-top: 1.9rem;
}

.ys_bg .ys .title{
  position: absolute;
  top: 0.8rem;
  left: -1rem;
  padding-left: 1rem;
  height: 2.28rem;
  background: url(../images/ab_ico.png) no-repeat left top;
}

.ys_bg .ys .title h3{
  padding-top: 0.65rem;

}


.ys_bg .ys .ys_box{
  margin: 0 auto;
  position: relative;
}

.ys_bg .ys .ys_box .ys_list{
  position: absolute;
  right: 0;
  top: 0;
  z-index: 5;
}

.ys_bg .ys .ys_box .ys_list ul li{
  position: relative;
  border-radius: 50%;
  width: 2.14rem;
  height: 2.14rem;
  background: #fff;
}

.ys_bg .ys .ys_box .ys_list ul li .ys_ico{
  border-radius: 50%;
  width: 1.44rem;
  height: 1.44rem;
  background: #fff;
  border: 3px solid #d9dee9;
  margin: 0.32rem;
}

.ys_bg .ys .ys_box .ys_list ul li .ys_ico span img{
  display: block;
  margin: 0.3rem auto 0.17rem auto;
}

.ys_bg .ys .ys_box .ys_list ul li .ys_ico p{
  text-align: center;
  font-size: 0.18rem;
  color: #d9dee9;

}

.ys_bg .ys .ys_box .ys_list ul li:nth-child(1){
  position: absolute;
  right: 5.1rem;
  top: 4.7rem;
}

.ys_bg .ys .ys_box .ys_list ul li:nth-child(2){
  position: absolute;
  right: 2.62rem;
  top: 1.2rem;
}

.ys_bg .ys .ys_box .ys_list ul li:nth-child(3){
  position: absolute;
  right: -0.8rem;
  top: -0.32rem;
  
}

.ys_bg .ys .ys_box .ys_list ul li .ys_img{
  width: 0rem;
  height: 0rem;
  background: #fafafa;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 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 .ys_list ul li .ys_img img{
  width: 0rem;
  height: 0rem;
  border-radius: 50%;
  margin: 0.31rem;
  -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.on .ys_img{
  width: 5rem;
  height: 5rem;
  opacity: 1;
  left: -1.43rem;
  top: -50%;
  
}

.ys_bg .ys .ys_box .ys_list ul li.on .ys_img img{
  width: 4.38rem;
  height: 4.38rem;
}


.ys_bg .ys .ys_box .ysCenter{
  margin-top: 2rem;
  width: 45%;
  float: left;
}

.ys_bg .ys .ys_box .ysCenter .swiper-slide .txt{

}

.ys_bg .ys .ys_box .ysCenter .swiper-slide .txt p{
  font-size: 0.15rem;
  color: #666;
  line-height: 0.42rem;
}

.ys_bg .ys .ys_box .ysCenter .swiper-slide .txt h5{
  height: 0.7rem;
  margin-top: 0.85rem;
  position: relative;

}

.ys_bg .ys .ys_box .ysCenter .swiper-slide .txt h5::after{
  position: absolute;
  left: 1px;
  top: 0rem;
  width: 2px;
  height: 0.7rem;
  content: "";
  background: #174d9e;
  -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 .ysCenter .swiper-slide .txt h5 span{
  display: block;
  font-size: 0.24rem;
  color: #333;
  font-weight: bold;
  padding-top: 0.06rem;
  padding-left: 0.3rem;
}

.ys_bg .ys .ys_box .ysCenter .swiper-slide .txt h5 i{
  display: block;
  font-size: 0.12rem;
  color: #999;
  font-family: Arial, Helvetica, sans-serif;
  margin-top: 3px;
  padding-left: 0.3rem;
}

.ys_bg .ys .ys_box .ysCenter .swiper-slide .ys_img{
  width: 100%;
  height: 3rem;
  position: relative;
  opacity: 0;

}

.ys_bg .ys .ys_box .ysCenter .swiper-slide .ys_img img{
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.ys_bg .ys .ys_box .tel{
  position: absolute;
  right: 0;
  top: 6.55rem;
  z-index: 5;
  text-align: right;
}

.ys_bg .ys .ys_box .tel span{
  display: inline-block;
  width: 2.16rem;
  height: 0.29rem;
  background: url(../images/buttom3.png) no-repeat  center;
  text-align: right;
  margin-right: -0.25rem;
}

.ys_bg .ys .ys_box .tel span  img{
  display: inline-block;
  text-align: right;
  padding-right: 0.25rem;

}


.ys_bg .ys .ys_box .tel i{
  display: block;
  font-size: 0.12rem;
  color: #666666;
  margin: 0.15rem 0 0.1rem 0;
}

.ys_bg .ys .ys_box .tel em{
  display: block;
  font-size: 0.18rem;
  color: #333;
  font-weight: bold;
  font-family: Arial, Helvetica, sans-serif;
  border-top: 1px solid #000000;
  padding-top: 0.15rem;
}


@media (max-width: 1440px) {

  .ys_bg .ys .ys_box .ys_list ul li .ys_img{
    width: 0rem;
    height: 0rem;
    background: #fafafa;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    top: 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 .ys_list ul li .ys_img img{
    width: 0rem;
    height: 0rem;
    border-radius: 50%;
    margin: 0.31rem;
    -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.on .ys_img{
    width: 3rem;
    height: 3rem;
    opacity: 1;
    left: -25%;
    top: -25%;
    
  }
  
  .ys_bg .ys .ys_box .ys_list ul li.on .ys_img img{
    width: 2.38rem;
    height: 2.38rem;
  }


  .ys_bg .ys .ys_box .ys_list ul li:nth-child(1){
    position: absolute;
    right: 3.5rem;
    top: 4.7rem;
  }
  
  .ys_bg .ys .ys_box .ys_list ul li:nth-child(2){
    position: absolute;
    right: 1.02rem;
    top: 1.2rem;
  }
  
  .ys_bg .ys .ys_box .ys_list ul li:nth-child(3){
    position: absolute;
    right: -1.8rem;
    top: -0.32rem;
    
  }
  

}

@media (max-width: 1200px) {


  .ys_bg{
    width: 100%;
    margin: 0 auto;
    background: url(../images/ys_bg1.jpg) no-repeat bottom center;
    height: auto;
    padding-bottom: 0.2rem;
  }
  
  .ys_bg .ys{
    margin: 0 auto;
    width: 96%;
    max-width: 96%;
    position: relative;
    padding-top: 0.5rem;
  }
  
  .ys_bg .ys .title{
    position: relative;
    top: 0rem;
    left: 0rem;
    padding-left: 0.5rem;
    height: 1.58rem;
    background: url(../images/ab_ico.png) no-repeat left top;
    background-size: contain;
  }
  
  .ys_bg .ys .title h3{
    padding-top: 0.25rem;
  
  }

  .ys_bg .ys .title span img{
    width: 4rem;
  }
  
  
  .ys_bg .ys .ys_box{
    margin: 0 auto;
    position: relative;
  }
  
  .ys_bg .ys .ys_box .ys_list{
    position: relative;
    right: 0;
    top: 0;
    z-index: 5;
    margin-top: 0.2rem;
  }
  
  .ys_bg .ys .ys_box .ys_list ul li{
    position: relative;
    border-radius: 50%;
    width: 1.06rem;
    height: 1.06rem;
    background: #fff;
    float: left;
    margin: 0 0.07rem;
  }
  
  .ys_bg .ys .ys_box .ys_list ul li .ys_ico{
    border-radius: 50%;
    width: 1rem;
    height: 1rem;
    background: #fff;
    border: 3px solid #d9dee9;
    margin: 0rem;
    -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 .ys_ico span img{
    display: block;
    margin: 0.12rem auto 0.07rem auto;
    width: 0.25rem;
    height: 0.34rem;
  }
  
  .ys_bg .ys .ys_box .ys_list ul li .ys_ico p{
    text-align: center;
    font-size: 0.18rem;
    color: #d9dee9;
    -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:nth-child(1){
    position: relative;
    right: 0rem;
    top: 0rem;
  }
  
  .ys_bg .ys .ys_box .ys_list ul li:nth-child(2){
    position: relative;
    right: 0rem;
    top: 0rem;
  }
  
  .ys_bg .ys .ys_box .ys_list ul li:nth-child(3){
    position: relative;
    right: 0rem;
    top: 0rem;
    
  }
  
  .ys_bg .ys .ys_box .ys_list ul li .ys_img{
    display: none;
  } 
  
  .ys_bg .ys .ys_box .ys_list ul li.on .ys_ico{
    border: 3px solid #04287e;

  }

  .ys_bg .ys .ys_box .ys_list ul li.on .ys_ico p{
    color: #04287e;
  }
  
  .ys_bg .ys .ys_box .ysCenter{
    margin-top: 0.3rem;
    width: 100%;
    float: none;
  }
  
  .ys_bg .ys .ys_box .ysCenter .swiper-slide .txt{
  
  }
  
  
  .ys_bg .ys .ys_box .ysCenter .swiper-slide .txt h5{
    height: 0.7rem;
    margin-top: 0.2rem;
  
  }
  
  
  .ys_bg .ys .ys_box .ysCenter .swiper-slide .ys_img{
    width: 100%;
    height: 3rem;
    position: relative;
    opacity: 1;
    margin: 0.3rem auto 0 auto;
  
  }
  
  .ys_bg .ys .ys_box .tel{
    position: relative;
    right: 0;
    top: 0rem;
    z-index: 5;
    text-align: center;
    margin: 0.3rem auto 0 auto;
  }
  
  .ys_bg .ys .ys_box .tel span{
    display: block;
    width: 2.16rem;
    height: 0.29rem;
    background: url(../images/buttom3.png) no-repeat  center;
    text-align: center;
    margin-right: 0;
    margin: 0 auto;
  }
  
  .ys_bg .ys .ys_box .tel span  img{
    display: block;
    text-align: center;
    padding-right: 0rem;
    margin: 0 auto;
  
  }
  
  
  .ys_bg .ys .ys_box .tel i{
    display: block;
    font-size: 0.12rem;
    color: #666666;
    margin: 0.15rem 0 0.1rem 0;
  }
  
  .ys_bg .ys .ys_box .tel em{
    display: block;
    font-size: 0.18rem;
    color: #333;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    border-top: 1px solid #000000;
    padding-top: 0.15rem;
  }

}

@media (max-width: 790px) {
  .ys_bg .ys .title span img {
    width: 3rem;
}

.ys_bg .ys .ys_box .ysCenter .swiper-slide .ys_img{

  height: 2rem;

}

}




/* case */

.case_bg{
  width: 100%;
  margin: 0 auto;
  background: #f6f6f6;
  overflow: hidden;
}

.case_bg .case{
  padding-top: 0.75rem;
  width: 90%;
  margin: 0 auto;
}

.case_bg .case .title{
  text-align: center;
}

.case_bg .case .title span img{
  margin: 0.15rem auto 0.12rem auto;
}

.case_bg .case .title i img{
  margin: 0rem auto ;
}

.case_bg .case .case_box{
  margin: 0.35rem auto  0 auto;
}

.case_bg .case .case_box .mySwiper{
  margin: 0 auto;
  overflow: hidden;
}

.case_bg .case .case_box .mySwiper .swiper-slide{
  position: relative;
  cursor: url(../images/mouse.png), default;
}

.case_bg .case .case_box .mySwiper .swiper-slide .pic{
  position: relative;
  padding-top: 90%;
  width: 100%;

}

.case_bg .case .case_box .mySwiper .swiper-slide .pic img{
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  object-fit: cover;
  cursor: url(../images/mouse.png), default;
}

.case_bg .case .case_box .mySwiper .swiper-slide .txt{
  margin: 0 auto;
  height: 2.45rem;
  padding: 0 14%;
  text-align: center;
  position: relative;
  z-index: 5;
  padding-top: 0.35rem;

} 

.case_bg .case .case_box .mySwiper .swiper-slide .txt .c1{
  display: block;
  width: 1px;
  height: 0.26rem;
  background: #e7e7e7;
  margin: 0em auto 0.12rem auto;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  position: relative;
}

.case_bg .case .case_box .mySwiper .swiper-slide .txt .c2{
  display: block;
  width: 1px;
  height: 0.26rem;
  background: #e7e7e7;
  margin: 0.15rem auto 0 auto;
  -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 .mySwiper .swiper-slide .txt span{
  display: block;
  font-size: 0.24rem;
  color: #333333;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  margin: 0rem 0 0.1rem 0;
  position: relative;
}

.case_bg .case .case_box .mySwiper .swiper-slide .txt h5 a{
  font-size: 0.2rem;
  color: #333333;
  font-weight: bold;
  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;
}

.case_bg .case .case_box .mySwiper .swiper-slide .txt i{
  font-size: 0.14rem;
  color: #999999;
  font-family: Arial, Helvetica, sans-serif;
  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;
}

.case_bg .case .case_box .mySwiper .swiper-slide .txt p{
  font-size: 0.15rem;
  color: #666666;
  line-height: 0.36rem;
  height: 0.72rem;
  overflow: hidden;
  margin-top: 0.1rem;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  opacity: 0;
}

.case_bg .case .case_box .mySwiper .swiper-slide .txt::after{
  position: absolute;
  left: 0px;
  bottom: 0rem;
  width: 100%;
  height: 0%;
  content: "";
  z-index: -1;
  background: #fff;
  -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 .mySwiper .swiper-slide-next .txt::after{
  height: 3.98rem;
}

.case_bg .case .case_box .mySwiper .swiper-slide-next .txt .c1{
  height: 0;
  margin: 0 auto;
}

.case_bg .case .case_box .mySwiper .swiper-slide-next .txt .c2{
  background: #bfbfbf;
  
}

.case_bg .case .case_box .mySwiper .swiper-slide-next .txt span{
  margin-top: -0.8rem;
  color: #cccccc;
}

.case_bg .case .case_box .mySwiper .swiper-slide-next .txt h5 a{
  color: #04287e;
}

.case_bg .case .case_box .mySwiper .swiper-slide-next .txt p{
  opacity: 1;
}


@media (max-width: 790px) {


.case_bg .case{
  padding-top: 0.35rem;
  width: 94%;
  margin: 0 auto;
}

.case_bg .case .title{
  text-align: center;
}

.case_bg .case .title span img{
  margin: 0.1rem auto 0.12rem auto;
  width: 60%;
}


.case_bg .case .case_box{
  margin: 0.3rem auto  0 auto;
}


.case_bg .case .case_box .mySwiper .swiper-slide .txt{
  margin: 0 auto;
  height: auto;
  padding: 0.35rem 14% 0.15rem 14%;



} 



.case_bg .case .case_box .mySwiper .swiper-slide .txt p{
  line-height: 0.3rem;
  height: 0.6rem;
}


.case_bg .case .case_box .mySwiper .swiper-slide-next .txt::after{
  height: 100%;
}


.case_bg .case .case_box .mySwiper .swiper-slide-next .txt span{
  margin-top: 0rem;
}
}


/* news */

.news_bg{
  width: 100%;
  margin: 0 auto;
  background: url(../images/news_bg1.jpg) no-repeat  top center;
}

.news_bg .news{

}

.news_bg .news .news_t{
  height: 3.93rem;
  width: 90%;
  margin: 0 auto;
}

.news_bg .news .news_t .news_list{
  float: left;
  margin-top: 1.1rem;
  overflow:inherit;
}


.news_bg .news .news_t .news_list ul li{
  float: left;
  width: 1.4rem;
  height: 1.73rem;
  text-align: center;
  position: relative;
  z-index: 5;
}

.news_bg .news .news_t .news_list ul li a{
  display: block;
  font-size: 0.18rem;
  color: #666666;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  padding-top: 0.7rem;
}

.news_bg .news .news_t .news_list ul li a i{
  display: block;
  margin: 0.2rem auto 0 auto;
  width: 0.76rem;
  height: 2px;
  background: #dddddd;
  -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 em{
  display: block;
  margin: -0.08rem auto 0 auto;
  width: 0.5rem;
  height: 0rem;
  background: url(../images/buttom1.png) no-repeat  center;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.news_bg .news .news_t .news_list ul li::after{
  position: absolute;
  left: -0.15rem;
  top: 0rem;
  width: 0%;
  height: 0%;
  content: "";
  z-index: -1;
  background: url(../images/news_list.png) no-repeat  center;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.news_bg .news .news_t .news_list ul li.on::after{
  height: 1.73rem;
  width: 1.7rem;
}

.news_bg .news .news_t .news_list ul li.on a i{
  opacity: 0;
}

.news_bg .news .news_t .news_list ul li.on a em{
  height: 0.16rem;
  opacity: 1;
}

.news_bg .news .news_t .title{
  float: right;
  text-align: right;
  padding-top: 1.35rem;
  margin-right: 10%;
}

.news_bg .news .news_t .title h3 a{
  color: #fff;
}

.news_bg .news .news_t .title i img{
  text-align: right;
  display: inline-block;
}


.news_bg .news .newsCenter{
  width: 94%;
  margin: 0.5rem auto 0 auto;
  
}

.news_bg .news .newsCenter .swiper-container{
  overflow: hidden;
}

.news_bg .news .newsCenter .swiper-container .swiper-slide{

}

.news_bg .news .newsCenter .swiper-container .swiper-slide ul li{
  float: left;
  width: 33.33%;
  height: 7.45rem;
}

.news_bg .news .newsCenter .swiper-container .swiper-slide ul li .nr{
  border-right: 1px solid #f2f2f2;
  width: 86%;
  height: 100%;
  padding: 0 7%;
}

.news_bg .news .newsCenter .swiper-container .swiper-slide ul li .news_img{
  width: 100%;
  padding-top: 63%;
  position: relative;
  background: #f2f2f2;

}

.news_bg .news .newsCenter .swiper-container .swiper-slide ul li .news_img img{
  position: absolute;
  left: 2%;
  top: 3%;
  width: 96%;
  height: 94%;
  object-fit: cover;
  
}


.news_bg .news .newsCenter .swiper-container .swiper-slide ul li .txt{
  width: 80%;
  margin: 0.4rem 0 0 2%;
}

.news_bg .news .newsCenter .swiper-container .swiper-slide ul li .txt span{
  display: block;
  font-size: 0.14rem;
  color: #333333;
  font-family: Arial, Helvetica, sans-serif;
}

.news_bg .news .newsCenter .swiper-container .swiper-slide ul li .txt span i{
  font-size: 0.34rem;
  color: #333333;
  font-weight: bold;
  font-family: Arial, Helvetica, sans-serif;
  margin-right: 5px;
  display: inline-block;
  line-height: 0.3rem;
}

.news_bg .news .newsCenter .swiper-container .swiper-slide ul li .txt em{
  display: block;
  width: 1.04rem;
  height: 1px;
  background: #04287e;
  margin: 0.16rem 0 0.12rem 0;
}

.news_bg .news .newsCenter .swiper-container .swiper-slide ul li .txt h5 a{
  font-size: 0.18rem;
  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;
}

.news_bg .news .newsCenter .swiper-container .swiper-slide ul li .txt b{
  display: block;
  font-size: 0.15rem;
  color: #666666;
  font-weight: normal;

}

.news_bg .news .newsCenter .swiper-container .swiper-slide ul li .txt p{
  font-size: 0.15rem;
  color: #666666;
  line-height: 0.36rem;
  height: 0.72rem;
  overflow: hidden;
  margin-top: 3px;
}

.news_bg .news .newsCenter .swiper-container .swiper-slide ul li .txt .more{
  display: block;
  width: 0.61rem;
  height: 0.61rem;
  background:  #f6f6f6 url(../images/more1.png) no-repeat center;
  border-radius: 50%;
  margin-top: 0.27rem;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.news_bg .news .newsCenter .swiper-container .swiper-slide ul li:hover .txt .more{
  background:  #04287e url(../images/more2.png) no-repeat center;
}



@media (max-width: 1024px) {

  .news_bg{
    width: 100%;
    margin: 0 auto;
    background: none;
  }
  
  .news_bg .news{
  
  }
  
  .news_bg .news .news_t{
    height: 3rem;
    width: 94%;
    padding: 0 3%;
    margin: 0 auto;
    background: url(../images/news_bg.jpg) no-repeat  top center;
  }
  
  .news_bg .news .news_t .news_list{
    float: none;
    margin-top: 0;
    overflow:inherit;
    padding-top: 0rem;
  }
  
  
  .news_bg .news .news_t .news_list ul li{
    float: left;
    width: 25%;
    height: auto;
    text-align: center;
    position: relative;
    z-index: 5;
  }
  
  .news_bg .news .news_t .news_list ul li a{
    display: block;
    font-size: 0.18rem;
    color: #fff;
    padding-top: 0.5rem;
  }
  
  .news_bg .news .news_t .news_list ul li a i{
    display: block;
    margin: 0.2rem auto 0 auto;
    width: 0.76rem;
    height: 2px;
    background: #dddddd;

  }
  
  .news_bg .news .news_t .news_list ul li a em{
    display: block;
    margin: -0.08rem auto 0 auto;
    width: 0.5rem;
    height: 0rem;
    background: url(../images/buttom1.png) no-repeat  center;
  }
  
  .news_bg .news .news_t .news_list ul li::after{
    display: none;

  }

  .news_bg .news .news_t .title{
    float: none;
    text-align: center;
    padding-top: 0.5rem;
    margin-right: 0%;
  }
  
  .news_bg .news .news_t .title h3 a{
    color: #fff;
  }
  
  .news_bg .news .news_t .title span img{
    text-align: center;
    display: block;
    width: 2rem;
    margin: 0.15rem auto 0.12rem auto;
  }
  .news_bg .news .news_t .title i img{
    text-align: center;
    display: block;
    margin: 0 auto;
  }
  
  
  .news_bg .news .newsCenter{
    width: 94%;
    margin: 0.3rem auto 0 auto;
    
  }
  
  .news_bg .news .newsCenter .swiper-container{
    overflow: hidden;
  }
  
  .news_bg .news .newsCenter .swiper-container .swiper-slide{
  
  }
  
  .news_bg .news .newsCenter .swiper-container .swiper-slide ul li{
    float: none;
    width: 100%;
    height: auto;
    margin-bottom: 0.2rem;
  }
  
  .news_bg .news .newsCenter .swiper-container .swiper-slide ul li .nr{
    border-right: none;
    border-bottom: 1px solid #f2f2f2;
    width: 100%;
    height: 100%;
    padding: 0% 0 0.1rem 0;
  }
  
  .news_bg .news .newsCenter .swiper-container .swiper-slide ul li .news_img{
    width: 100%;
    padding-top: 50%;
    position: relative;
    background: #f2f2f2;
  
  }
  
  
  
  .news_bg .news .newsCenter .swiper-container .swiper-slide ul li .txt{
    width: 80%;
    margin: 0.1rem 0 0 2%;
  }
  
  
  .news_bg .news .newsCenter .swiper-container .swiper-slide ul li .txt em{

    margin: 0.1rem 0 0.1rem 0;
  }
  
  
  .news_bg .news .newsCenter .swiper-container .swiper-slide ul li .txt p{
    line-height: 0.25rem;
    height: 0.5rem;
    overflow: hidden;
    margin-top: 3px;
  }
  
  .news_bg .news .newsCenter .swiper-container .swiper-slide ul li .txt .more{
    display: block;
    width: 0.4rem;
    height: 0.4rem;
    background:  #f6f6f6 url(../images/more1.png) no-repeat center;
    border-radius: 50%;
    margin-top: 0.15rem;
    background-size: contain;
  }
  
  .news_bg .news .newsCenter .swiper-container .swiper-slide ul li:hover .txt .more{
    background:  #04287e url(../images/more2.png) no-repeat center;
  }

}