
/*-----------------------------------------------------------*/
/*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;
}




/* section1 */


.section1 {
  width: 100%;
  height: 100% !important;
  overflow: hidden;
}

.section2 {
  width: 100%;
  height: 100% !important;
  overflow: hidden;
  background: url(../images/page1.jpg) no-repeat top center;
  background-size: cover;
}


.section3 {
  width: 100%;
  height: 100% !important;
  overflow: hidden;
  background: url(../images/page2.jpg) no-repeat top center;
  background-size: cover;
}


.section4 {
  width: 100%;
  height: 100% !important;
  overflow: hidden;
  background: url(../images/page3.jpg) no-repeat top center;
  background-size: cover;
}

.section5 {
  width: 100%;
  height: 100% !important;
  overflow: hidden;
  background: url(../images/page4.jpg) no-repeat top center;
  background-size: cover;
}

.section6 {
  width: 100%;
  height: 100% !important;
  overflow: hidden;
  background: url(../images/page5.jpg) no-repeat top center;
  background-size: cover;
  position: relative;
}

.section7 {
  width: 100%;
  height: 100% !important;
  overflow: hidden;
  background: url(../images/page6.jpg) no-repeat top center;
  background-size: cover;
}

.section8 {
  width: 100%;
  height: 100% !important;
  overflow: hidden;
  background: url(../images/page7.jpg) no-repeat top center;
  background-size: cover;
}

.section9 {
  width: 100%;
  height: 100% !important;
  overflow: hidden;
  background: url(../images/page8.jpg) no-repeat top center;
  background-size: cover;
}





/* banner */

.banner {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.banner .swiper-container {
  width: 100%;
  height: 100%;
  overflow: hidden;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
}

.banner .swiper-slide {
  width: 100%;
  height: 100%;
  position: relative;
}

.banner .swiper-slide {
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
  
}


.banner .swiper-slide img {
  width: 100% !important;
  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-next{
  position: absolute;
  width: 65px;
  height: 65px;
  background: url(../images/bannerR.png) no-repeat  center;
  right: 4%;
  top: 50%;
  z-index: 5;

}

.banner .swiper-button-prev{
  position: absolute;
  width: 65px;
  height: 65px;
  background: url(../images/bannerL.png) no-repeat  center;
  left: 4%;
  top: 50%;
  z-index: 5;
}

.banner .swiper-pagination {
  width: 100%;
  bottom: 30px;
}

.banner .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 15px;
  background-color: #fff;
  width: 30px;
  height: 4px;
  opacity: 1;
  border-radius: 0;
}

.banner .swiper-pagination-bullets .swiper-pagination-bullet-active {
  background-color: #cf1826;
}


.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;
}





/* 手机端 */

.banner_mobile {
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: none;
}

.banner_mobile .swiper-container {
  width: 100%;
  height: 100%;
  overflow: hidden;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
}

.banner_mobile .swiper-slide {
  width: 100%;
  height: 100%;
  position: relative;
}

.banner_mobile .swiper-slide {
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
  
}


.banner_mobile .swiper-slide img {
  width: 100% !important;
  height: 100%;
  display: block;
}


.banner_mobile .swiper-pagination1 {
  width: 100%;
  bottom: 30px;
}

.banner_mobile .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 15px;
  background-color: #fff;
  width: 10px;
  height: 10px;
  opacity: 1;
  border-radius: 0;
}

.banner_mobile .swiper-pagination-bullets .swiper-pagination-bullet-active {
  background-color: #cf1826;
}


@media (max-width: 798px){

  .banner{
    display: none;
  }

  .banner_mobile{
    display: block;
  }

}


.page_center{
  width: 94%;
  margin: 0 auto;
  position: relative;
  top: 150px;
  opacity: 0;
  transition: all 1.2s ease 0s;
  transition-delay: 0s;
}
.section.active .page_center{
  top: 0;
  opacity: 1;
  transition-delay: 0.8s;
}

/* title */

.title{
  text-align: center;
  width: 1rem;
  position: relative;
  top: 100px;
  opacity: 0;
  transition: all 1s ease 0s;
  transition-delay: 0s;
}

.section.active .title{
  top: 0;
  opacity: 1;
  transition-delay: 0.5s;
}

.title img{
  display: block;
  margin: 0 auto;
}

.title em{
  display: block;
  width: 28px;
  height: 4px;
  background: #131406;
  margin: 0.25rem auto 0.2rem auto;
}

.title span{
  display: block;
  margin: 0 auto;
  font-size: 0.4rem;
  color: #333;
  font-weight: bold;
  font-family: "simsun";
  display: none;
  line-height: 0.36rem;
}

.title h3{
  width: 1rem;
  line-height: 1rem;
  font-size: 0.3rem;
  color: #131406;
  writing-mode: tb-rl;
  text-align: center;
  letter-spacing: 5px;
}




/* about */

.about{
  margin: 0 auto;
  padding-top: 1.2rem;

}

.about .title{
  float: left;
  margin-top: 1.7rem;
}

.about .ab_box{
  float: right;
  width: 88%;
} 

.about .ab_box .ab_nr{
  position: relative;

}

.about .ab_box .ab_nr .ab_img{
  width: 84%;
  height: 5.23rem;
  position: relative;
  border-radius: 18px;
  margin: 0 auto;

}

.about .ab_box .ab_nr .ab_img img{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100% !important;
  height: 100% !important;
  border-radius: 18px;
}

.about .ab_box .ab_nr .ab_img iframe{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100% !important;
  height: 100% !important;
  border-radius: 18px;
}

.about .ab_box .ab_nr .ab_ico{
  position: absolute;
  right: 0px;
  bottom: -0.9rem;
  width: 7.16rem;
  height: 0.61rem;
}


.about .ab_box .ab_more{
  margin: 1.55rem auto 0 auto;
  width: 1.96rem;
  height: 0.65rem;
  border-bottom: 1px solid #333333;
}

.about .ab_box .ab_more a{
  display: block;
  text-align: center;
  height: 0.5rem;
  line-height: 0.5rem;
}

.about .ab_box .ab_more a span{
  font-size: 0.2rem;
  color: #333333;
  display: inline-block;
  position: relative;
  top: -0.15rem;
}

.about .ab_box .ab_more a em{
  display: inline-block;
  background: url(../images/more.png) no-repeat center;
  width: 0.36rem;
  height: 0.5rem;
  margin: 0 0.02rem;
}




@media (max-width: 980px){


  
  /* title */
  
  .title{
    text-align: center;
    width: 100%;
  
  }
  
  .title img{
    display: none;
    margin: 0 auto;
  }
  
  .title em{
    display: inline-block;
    width: 28px;
    height: 4px;
    background: #131406;
    margin: 0.1rem auto 0rem auto;
  }

  .title span{
    display: block;
  }
  
  .title h3{
    width: auto;
    line-height: 0.3rem;
    font-size: 0.24rem;
    color: #131406;
    writing-mode:inherit;
    text-align: center;
    letter-spacing: 5px;
  }
  
  
  
  
  /* about */
  
  .about{
    margin: 0 auto;
    padding-top: 1rem;
  
  }
  
  .about .title{
    float: none;
    margin-top: 0rem;
  }
  
  .about .ab_box{
    float: none;
    width: 100%;
    margin: 0.4rem auto 0 auto;
  } 
  
  .about .ab_box .ab_nr{
    position: relative;
  
  }
  
  .about .ab_box .ab_nr .ab_img{
    width: 100%;
    height: auto;
    padding-top: 50%;
  
  }
  

  
  .about .ab_box .ab_nr .ab_ico{
    position: absolute;
    right: 0px;
    bottom: -0.3rem;
    width: 100%;
    height: auto;
  }

  .about .ab_box .ab_nr .ab_ico img{
    width: 100%;
    height: auto;
  }
  
  
  .about .ab_box .ab_more{
    margin: 1.5rem auto 0 auto;

  }

  

}

/* lc */

.lc{
  margin: 0 auto;
}

.lc .lc_t{
  margin: 0 auto;
  padding-top: 1rem;
  text-align: center;
}

.lc .lc_t img{
  display: block;
  margin: 0 auto;
}

.lc .lc_t p{
  font-size: 0.2rem;
  color: #888888;
  margin-top: 0.1rem;

}

.lc .lc_box{
  margin: 0.4rem auto 0 auto;
} 

.lc .lc_box .title{
  float: left;
  margin-top: 0.5rem;
}

.lc .lc_box  .lc_r{
  float: right;
  width: 88%;
}


.lc .lc_box  .lc_r .lc_list_box{
  height: 0.9rem;
}

.lc .lc_box  .lc_r .lc_list_box .lc_ico{
  float: left;
  margin-left: 0.25rem;
}

.lc .lc_box  .lc_r .lc_list_box .lc_ico img{
  display: block;
  width: 0.28rem;
  height: 0.5rem;
}

.lc .lc_box  .lc_r .lc_list_box .lc_list{
  float: left;
  position: relative;
  z-index: 5;
  width: 93%;
  margin-left: -4%;
}

.lc .lc_box  .lc_r .lc_list .swiper-slide{
  text-align: center;

}


.lc .lc_box  .lc_r .lc_list .swiper-slide span{
  display: block;
  margin: 0 auto;
  width: 0.4rem;
  height: 0.4rem;
  border: 1px solid #acacac;
  background: #fff;
  border-radius: 50%;
  overflow: hidden;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.lc .lc_box  .lc_r .lc_list .swiper-slide span .lc1{
  display: block;
  margin: 0 auto;
  width: 0.4rem;
  height: 0.4rem;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.lc .lc_box  .lc_r .lc_list .swiper-slide span .lc2{
  display: block;
  margin: 0 auto;
  width: 0.4rem;
  height: 0.4rem;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.lc .lc_box  .lc_r .lc_list .swiper-slide h5{
  font-size: 0.17rem;
  color: #333333;
  margin: 0.12rem auto 0 auto;

}


.lc .lc_box  .lc_r .lc_list::after{
  position: absolute;
  content: "";
  z-index: -1;
  left: 13%;
  top: 0.2rem;
  width: 110%;
  height: 1px;
  border-bottom: 1px dashed #aaaaaa;
}

.lc .lc_box  .lc_r .lc_list .swiper-slide-thumb-active span{
  background: #e6212a;
  border: 1px dashed #e6212a;
}

.lc .lc_box  .lc_r .lc_list .swiper-slide-thumb-active span .lc1{
  transform: translateY(-40px);
}

.lc .lc_box  .lc_r .lc_list .swiper-slide-thumb-active span .lc2{
  transform: translateY(-40px);
}

.lc .lc_box  .lc_r .lcCenter{
  margin: 0;
  width: 90%;
  position: relative;
}

.lc .lc_box  .lc_r .lcCenter .lcCenterTobox{
  overflow: hidden;
}

.lc .lc_box  .lc_r .lcCenter .lcCenterTobox .swiper-slide{
  padding: 0.4rem 0;
}

.lc .lc_box  .lc_r .lcCenter .lcCenterTobox .swiper-slide .pic{
  width: 90%;
  height: 5.12rem;
  border: 1px solid #fff;
  border-radius: 8px;
  position: relative;
  -webkit-box-shadow: 0 0 8px 8px rgba(0, 41, 20, .08);
  box-shadow: 0 0 8px 8px rgba(0, 41, 20, .08);
  margin-left: 4%;
}

.lc .lc_box  .lc_r .lcCenter .lcCenterTobox .swiper-slide .pic img{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  border-radius: 8px;

}

.lc .lc_box  .lc_r .lcCenter .lc-next{
  position: absolute;
  right: 9%;
  left: auto;
  top: 50%;
  cursor: pointer;
  background: url(../images/right1.png) no-repeat center;
  width: 0.38rem;
  height: 0.69rem;
  z-index: 9;
  outline: none;
}

.lc .lc_box  .lc_r .lcCenter .lc-prev{
  position: absolute;
  left: 6%;
  top: 50%;
  cursor: pointer;
  background: url(../images/left1.png) no-repeat center;
  width: 0.38rem;
  height: 0.69rem;
  z-index: 9;
  outline: none;
}







@media (max-width: 980px){

  .lc{
    margin: 0 auto;
  }
  
  .lc .lc_t{
    margin: 0 auto;
    padding-top: 0.9rem;
    text-align: center;
  }
  
  .lc .lc_t img{
    display: block;
    margin: 0 auto;
    width: 3rem;
    height: auto;
  }
  
  
  .lc .lc_box{
    margin: 0.4rem auto 0 auto;
  } 
  
  .lc .lc_box .title{
    display: none;
  }
  
  .lc .lc_box  .lc_r{
    float: none;
    width: 100%;
  }
  
  
  .lc .lc_box  .lc_r .lc_list_box{
    height: 0.9rem;
  }
  
  .lc .lc_box  .lc_r .lc_list_box .lc_ico{
    float: left;
    margin-left: 0rem;
  }
  
  .lc .lc_box  .lc_r .lc_list_box .lc_ico img{
    display: block;
    width: 0.28rem;
    height: 0.5rem;
  }
  
  
  .lc .lc_box  .lc_r .lcCenter{
    margin: 0 auto;
    width: 96%;
    position: relative;
  }
  
  .lc .lc_box  .lc_r .lcCenter .lcCenterTobox{
    overflow: hidden;
  }
  
  .lc .lc_box  .lc_r .lcCenter .lcCenterTobox .swiper-slide{
    padding: 0.4rem 0;
  }
  
  .lc .lc_box  .lc_r .lcCenter .lcCenterTobox .swiper-slide .pic{
    width: 94%;
    height: auto;
    padding-top: 60%;
    border: 1px solid #fff;
    border-radius: 8px;
    position: relative;
    -webkit-box-shadow: 0 0 8px 8px rgba(0, 41, 20, .08);
    box-shadow: 0 0 8px 8px rgba(0, 41, 20, .08);
    margin:0 3% ;
  }
  
  .lc .lc_box  .lc_r .lcCenter .lcCenterTobox .swiper-slide .pic img{
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    border-radius: 8px;
  
  }
  
  .lc .lc_box  .lc_r .lcCenter .lc-next{
    position: absolute;
    right: 6%;
    left: auto;
    top: 40%;
    cursor: pointer;
    background: url(../images/right1.png) no-repeat center;
    width: 0.38rem;
    height: 0.69rem;
    z-index: 9;
    outline: none;
    background-size: 60%;
  }
  
  .lc .lc_box  .lc_r .lcCenter .lc-prev{
    position: absolute;
    left: 6%;
    top: 40%;
    cursor: pointer;
    background: url(../images/left1.png) no-repeat center;
    width: 0.38rem;
    height: 0.69rem;
    z-index: 9;
    outline: none;
    background-size: 60%;
  }
  
  
  

}

@media (max-width: 768px){
  .lc .lc_t img{
    display: block;
    margin: 0 auto;
    width: 2rem;
    height: auto;
  }
}


/* product */

.product{
  margin: 0 auto;
  padding-top: 0.6rem;
}

.product .title{
  float: left;
  margin-top: 2.3rem;
}

.product .pro_box{
  float: right;
  width: 91%;
  position: relative;
} 

.product .pro_box .pro_list{
  position: absolute;
  right: 0px;
  top: 1.85rem;
  width: 2.4rem;
  z-index: 9;
}

.product .pro_box .pro_list .swiper-wrapper{
  display: block;
}

.product .pro_box .pro_list ul li{
  position: relative;
  height: 1rem;
  width: 2.4rem !important;
  margin-bottom: 0.3rem;
}

.product .pro_box .pro_list ul li a{
  display: block;
}

.product .pro_box .pro_list ul li img{
  display: block;
  float: left;
  width: 0.8rem;
  height: 1rem;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  opacity: 0;
}

.product .pro_box .pro_list ul li span{
  float: left;
  width: 1.4rem;
  font-size: 0.2rem;
  color: #131406;
  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;
  letter-spacing: 2px;
  padding-left: 0.2rem;
  background: url(../images/buttom5.png) no-repeat left 0.12rem;
  margin-top: 0.2rem;
}

.product .pro_box .pro_list ul li span i{
  font-size: 0.12rem;
  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;
  letter-spacing: 0px;
}

.product .pro_box .pro_list ul li.swiper-slide-thumb-active  img{
  opacity: 1;

}

.product .pro_box .pro_list ul li.swiper-slide-thumb-active  span{
  background: none;
}

.product .pro_box .proCenter{
  width: 82%;
  position: relative;
} 

.product .pro_box .proCenter .proCenterTobox{
  overflow: hidden;
}

.product .pro_box .proCenter .proCenterTobox .swiper-slide{
  position: relative;

}

.product .pro_box .proCenter .proCenterTobox .swiper-slide .pic{
  margin: 0 auto;
  width: 52%;
  height: 9rem;
  position: relative;


}

.product .pro_box .proCenter .proCenterTobox .swiper-slide .pic img{
  position: absolute;
  left: 0;
  top: 0px;
  width: 100%;
  height: 100%;
  object-fit: contain;

}

.product .pro_box .proCenter .proCenterTobox .swiper-slide .txt{
  position: absolute;
  right: 0px;
  bottom: 1rem;
  background: url(../images/buttom4.png) no-repeat left top;
  font-size: 0.3rem;
  color: #131406;
  font-weight: bold;
  font-family: "simsun";
  padding-left: 1.05rem;
  letter-spacing: 2px;
  line-height: 0.3rem;
} 

.product .pro_box .proCenter .pro-next{
  position: absolute;
  right: 0px;
  top: 50%;
  border: 1px solid #fff;
  border-radius: 50%;
  width: 1rem;
  height: 1rem;
  z-index: 9;
  cursor: pointer;
  outline: none;

}
.product .pro_box .proCenter .pro-next i{
  display: block;
  text-align: center;
  font-size: 0.2rem;
  color: #fff;
  font-weight: bold;
  font-family: Arial, Helvetica, sans-serif;
  background: url(../images/pro_right.png) no-repeat center bottom;
  padding-bottom: 0.2rem;
  margin-top: 0.2rem;
}

.product .pro_box .proCenter .pro-prev{
  position: absolute;
  left: 0px;
  top: 50%;
  border: 1px solid #fff;
  border-radius: 50%;
  width: 1rem;
  height: 1rem;
  z-index: 9;
  cursor: pointer;
  outline: none;
} 

.product .pro_box .proCenter .pro-prev i{
  display: block;
  text-align: center;
  font-size: 0.2rem;
  color: #fff;
  font-weight: bold;
  font-family: Arial, Helvetica, sans-serif;
  background: url(../images/pro_left.png) no-repeat center bottom;
  padding-bottom: 0.2rem;
  margin-top: 0.2rem;
}



@media (max-width: 1200px){

  .product .pro_box{
    width: 88%;
  }

}
@media (max-width: 980px){
  .product{
    margin: 0 auto;
    padding-top: 0rem;
  }
  
  .product .title{
    float: none;
    margin-top: 0.85rem;
  }
  
  .product .pro_box{
    float: none;
    width: 100%;
    position: relative;
    margin: 0.3rem auto 0 auto;
  } 
  
  .product .pro_box .pro_list{
    position: relative;
    right: 0px;
    top: 0rem;
    width: 100%;
    z-index: 9;
    overflow: hidden;
  }
  
  .product .pro_box .pro_list .swiper-wrapper{
    display: flex;
  }
  
  .product .pro_box .pro_list ul li{
    position: relative;
    height: 1rem;
    width: 100% !important;
    margin-bottom: 0rem;
  }
  
  .product .pro_box .pro_list ul li a{
    display: block;
  }
  
  .product .pro_box .pro_list ul li  img{
    display: block;
    float: left;
    width: 0.8rem;
    height: 1rem;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    opacity: 0;
    margin-left: 0.5rem;
  }
  
  .product .pro_box .pro_list ul li  span{
    float: left;
    width: 1.4rem;
    font-size: 0.2rem;
    color: #131406;
    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;
    letter-spacing: 2px;
    padding-left: 0.2rem;
    background: url(../images/buttom5.png) no-repeat left 0.12rem;
    margin-top: 0.2rem;
  }
  

  

  
  .product .pro_box .proCenter{
    width: 100%;
    margin: 0.1rem auto 0 auto;
  } 
  
  .product .pro_box .proCenter .proCenterTobox{
    overflow: hidden;
  }
  
  .product .pro_box .proCenter .proCenterTobox .swiper-slide{
    position: relative;
  
  }
  
  .product .pro_box .proCenter .proCenterTobox .swiper-slide .pic{
    margin: 0 auto;
    width: 80%;
    height: 3rem;
    position: relative;
  
  
  }
  
  
  .product .pro_box .proCenter .proCenterTobox .swiper-slide .txt{
    position: relative;
    right: 0px;
    bottom: auto;
    background: none;
    font-size: 0.2rem;
    color: #131406;
    font-weight: bold;
    font-family: "simsun";
    padding-left: 0rem;
    letter-spacing: 0px;
    line-height: 0.3rem;
    margin: 0 auto;
    text-align: center;
  } 


  


}


/* ab_time */

.ab_time{
  margin: 0 auto;
  position: relative;
  padding-top: 1.6rem;
}

.ab_time .title{
  float: left;
  margin-top: 1.3rem;
}

.ab_time .ab_time_box{
  float: right;
  width: 91%;
  position: relative;
} 

.ab_time .ab_time_box .gallery-top{
  position: absolute;
  top: 1.7rem;
  right: 1.35rem;
  overflow: hidden;
  width: 5.1rem;
  z-index: 9;
}

.ab_time .ab_time_box .gallery-top .swiper-slide{
  position: relative;
}

.ab_time .ab_time_box .gallery-top .swiper-slide span{
  display: block;
  font-size: 1.9rem;
  color: #f5f8fa;
  font-family: "Impact";
  line-height: 1.5rem;

}

.ab_time .ab_time_box .gallery-top .swiper-slide i{
  display: block;
  font-size: 0.2rem;
  color: #e6212a;
  line-height: 0.3rem;
  height: 0.3rem;
  margin-top: -0.3rem;
  position: relative;
  z-index: 5;
}

.ab_time .ab_time_box .gallery-top .swiper-slide i em{
  font-size: 0.28rem;
  color: #e6212a;
  font-family: "Impact";
  margin-right: 5px;
  display: block;
  float: left;
}

.ab_time .ab_time_box .gallery-top .swiper-slide p{
  font-size: 0.18rem;
  color: #666666;
  margin-top: 0.3rem;
}


.ab_time .ab_time_box .gallery-thumbs{
  position: absolute;
  top: 0rem;
  right: 0;
  overflow: hidden;
  width: 100%;
  height: 3.45rem;
  background: url(../images/ab_time_xt.png) no-repeat right 55px;

} 


.ab_time .ab_time_box .gallery-thumbs .swiper-slide{
  margin-top: 0.3rem;

}

.ab_time .ab_time_box .gallery-thumbs .swiper-slide:nth-child(2n){
  margin-top: 0.9rem;
}

.ab_time .ab_time_box .gallery-thumbs .swiper-slide:nth-child(3n){
  margin-top: 1.15rem;
}

.ab_time .ab_time_box .gallery-thumbs .swiper-slide:nth-child(4n){
  margin-top: 0.87rem;
}

.ab_time .ab_time_box .gallery-thumbs .swiper-slide:nth-child(5n){
  margin-top: -0.15rem;
}

.ab_time .ab_time_box .gallery-thumbs .swiper-slide:nth-child(6n){
  margin-top: -0.88rem;
}

.ab_time .ab_time_box .gallery-thumbs .swiper-slide:nth-child(7n){
  margin-top: -0.92rem;
}

.ab_time .ab_time_box .gallery-thumbs .swiper-slide:nth-child(8n){
  margin-top: -0.2rem;
}

.ab_time .ab_time_box .gallery-thumbs .swiper-slide i{
  display: block;
  font-size: 0.2rem;
  color: #333;
  line-height: 0.3rem;
  height: 0.3rem;
  position: relative;
  z-index: 5;
  text-align: center;
  padding-top: 1rem;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}


.ab_time .ab_time_box .gallery-thumbs .swiper-slide i em{
  font-size: 0.28rem;
  color: #333;
  font-family: "Impact";
  margin-right: 5px;
  display: inline-block;
  position: relative;
  top: 3px;
}


.ab_time .ab_time_box .gallery-thumbs .swiper-slide span{
  display: block;
  width: 8px;
  height: 8px;
  background: #9e9e9e;
  border-radius: 50%;
  margin: 0.2rem auto 5px auto;
}


.ab_time .ab_time_box .gallery-thumbs .swiper-slide img{
  display: block;
  border-radius: 50%;
  width: 1rem;
  height: 1rem;
  margin: 0 auto;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  opacity: 0;
}

.ab_time .ab_time_box .gallery-thumbs .swiper-slide-thumb-active{
  transform: translateY(-40px);
}

.ab_time .ab_time_box .gallery-thumbs .swiper-slide-thumb-active span{
  display: none;
}

.ab_time .ab_time_box .gallery-thumbs .swiper-slide-thumb-active img{
  opacity: 1;
  margin-top: 0.2rem;
}

.ab_time .ab_time_box .gallery-thumbs .swiper-slide-thumb-active:nth-child(6) i{
  padding-top: 1.3rem;
}

.ab_time .ab_time_box .gallery-thumbs .swiper-slide-thumb-active:nth-child(7) i{
  padding-top: 1.3rem;
}

.ab_time .ab_time_box .button-next{
  position: absolute;
  right: 0px;
  top: 2.8rem;
  cursor: pointer;
  background: url(../images/right.png) no-repeat center;
  width: 0.38rem;
  height: 0.69rem;
  z-index: 9;
  outline: none;
}

.ab_time .ab_time_box .button-prev{
  position: absolute;
  right: 7.3rem;
  left: auto;
  top: 2.8rem;
  cursor: pointer;
  background: url(../images/left.png) no-repeat center;
  width: 0.38rem;
  height: 0.69rem;
  z-index: 9;
  outline: none;
}



@media (max-width: 980px){

  .ab_time{
    margin: 0 auto;
    position: relative;
    padding-top: 0rem;
  }
  
  .ab_time .title{
    float: none;
    margin-top: 0.85rem;
  }
  
  .ab_time .ab_time_box{
    float: none;
    width: 100%;
    position: relative;
    margin: 0.3rem  auto 0 auto;
  } 
  
  .ab_time .ab_time_box .gallery-top{
    position: relative;
    top: 0rem;
    right: auto;
    left: 0;
    overflow: hidden;
    width: 60%;
    z-index: 9;
  }
  
  .ab_time .ab_time_box .gallery-top .swiper-slide{
    position: relative;
  }
  
  .ab_time .ab_time_box .gallery-top .swiper-slide span{
    display: block;
    font-size: 0.9rem;
    color: #f5f8fa;
    font-family: "Impact";
    line-height: 1rem;
    display: none;
  
  }
  
  .ab_time .ab_time_box .gallery-top .swiper-slide i{
    display: block;
    font-size: 0.2rem;
    color: #e6212a;
    line-height: 0.3rem;
    height: 0.3rem;
    margin-top: 0rem;
    position: relative;
    z-index: 5;
  }
  
  .ab_time .ab_time_box .gallery-top .swiper-slide i em{
    font-size: 0.28rem;
    color: #e6212a;
    font-family: "Impact";
    margin-right: 5px;
    display: block;
    float: left;
  }
  
  .ab_time .ab_time_box .gallery-top .swiper-slide p{
    font-size: 0.18rem;
    color: #666666;
    margin-top: 0.3rem;
  }
  
  
  .ab_time .ab_time_box .gallery-thumbs{
    position: relative;
    top: 0rem;
    right: 0;
    overflow: hidden;
    width: 100%;
    height: 1.8rem;
    background: none;
  
  } 
  
  
  .ab_time .ab_time_box .gallery-thumbs .swiper-slide{
    margin-top: 0rem;
  
  }
  
  .ab_time .ab_time_box .gallery-thumbs .swiper-slide:nth-child(2n){
    margin-top: 0;
  }
  
  .ab_time .ab_time_box .gallery-thumbs .swiper-slide:nth-child(3n){
    margin-top: 0;
  }
  
  .ab_time .ab_time_box .gallery-thumbs .swiper-slide:nth-child(4n){
    margin-top: 0;
  }
  
  .ab_time .ab_time_box .gallery-thumbs .swiper-slide:nth-child(5n){
    margin-top: 0;
  }
  
  .ab_time .ab_time_box .gallery-thumbs .swiper-slide:nth-child(6n){
    margin-top: 0;
  }
  
  .ab_time .ab_time_box .gallery-thumbs .swiper-slide:nth-child(7n){
    margin-top: 0;
  }
  
  .ab_time .ab_time_box .gallery-thumbs .swiper-slide:nth-child(8n){
    margin-top: 0;
  }
  
  .ab_time .ab_time_box .gallery-thumbs .swiper-slide i{
    display: block;
    font-size: 0.2rem;
    color: #333;
    line-height: 0.3rem;
    height: 0.3rem;
    position: relative;
    z-index: 5;
    text-align: center;
    padding-top: 0.1rem;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
  }
  
  
  .ab_time .ab_time_box .gallery-thumbs .swiper-slide i em{
    font-size: 0.28rem;
    color: #333;
    font-family: "Impact";
    margin-right: 5px;
    display: inline-block;
    position: relative;
    top: 3px;
  }
  
  
  .ab_time .ab_time_box .gallery-thumbs .swiper-slide span{
    display: block;
    width: 8px;
    height: 8px;
    background: #9e9e9e;
    border-radius: 50%;
    margin: 0.2rem auto 5px auto;
  }
  
  
  .ab_time .ab_time_box .gallery-thumbs .swiper-slide img{
    display: block;
    border-radius: 50%;
    width: 1rem;
    height: 1rem;
    margin: 0 auto;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    opacity: 0;
  }
  
  .ab_time .ab_time_box .gallery-thumbs .swiper-slide-thumb-active{
    transform: translateY(0px);
  }
  
  .ab_time .ab_time_box .gallery-thumbs .swiper-slide-thumb-active span{
    display: none;
  }
  
  .ab_time .ab_time_box .gallery-thumbs .swiper-slide-thumb-active img{
    opacity: 1;
    margin-top: 0.2rem;
  }
  
  .ab_time .ab_time_box .gallery-thumbs .swiper-slide-thumb-active:nth-child(6) i{
    padding-top: 0.1rem;
  }
  
  .ab_time .ab_time_box .gallery-thumbs .swiper-slide-thumb-active:nth-child(7) i{
    padding-top: 0.1rem;
  }
  
  .ab_time .ab_time_box .button-next{
    position: absolute;
    right: 0px;
    top: 2.8rem;
    cursor: pointer;
    background: url(../images/right.png) no-repeat center;
    width: 0.38rem;
    height: 0.69rem;
    z-index: 9;
  }
  
  .ab_time .ab_time_box .button-prev{
    position: absolute;
    right: auto;
    left: 0;
    top: 2.8rem;
    cursor: pointer;
    background: url(../images/left.png) no-repeat center;
    width: 0.38rem;
    height: 0.69rem;
    z-index: 9;
  }
.product .pro_box .proCenter .pro-next{
  position: absolute;
  right: 0px;
  top: 50%;
  width: 0.5rem;
  height:0.5rem;

}
.product .pro_box .proCenter .pro-next i{
  display: block;
  text-align: center;
  font-size: 0.16rem;
  padding-bottom: 0.1rem;
  margin-top: 0.1rem;
}

.product .pro_box .proCenter .pro-prev{
  position: absolute;
  left: 0px;
  top: 50%;
  width: 0.5rem;
  height:0.5rem;
} 

.product .pro_box .proCenter .pro-prev i{
  display: block;
  text-align: center;
  font-size: 0.16rem;
  padding-bottom: 0.1rem;
  margin-top: 0.1rem;
}

}






  /* fc */

  .fc{
    margin: 0 auto;
    
  }

  .fc .title{
    float: left;
    margin-top: 2.85rem;
  }

  .fc .fc_box{
    float: right;
    width: 90%;
    height: 100vh;
    overflow: hidden;
  } 

  .fc .fc_box ul li{
    float: left;
    width: 19.9%;
    height: 100vh;
    border-left: 1px solid #cdd5dd;
    position: relative;
    z-index: 5;
  }

  .fc .fc_box ul li span{
    display: block;
    width: 1.35rem;
    height: 1.25rem;
    overflow: hidden;
    margin: 2.1rem auto 0 auto;
  }

  .fc .fc_box ul li span .fc1{
    display: block;
    margin: 0 auto;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
  }

  .fc .fc_box ul li span .fc2{
    display: block;
    margin: 0 auto;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
  }

  .fc .fc_box ul li i{
    display: block;
    font-size: 0.13rem;
    color: #131406;
    font-family: Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    writing-mode: tb-rl;
    margin: 0 auto;
    position: relative;
    top: -45px;
    left: -20px;
    height: 1.65rem;
    width: 20px;
  }

  .fc .fc_box ul li em{
    display: block;
    width: 0.4rem;
    height: 5px;
    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;
    margin: 0 auto;
  }

  .fc .fc_box ul li h5{
    font-size: 0.22rem;
    color: #333333;
    letter-spacing: 2px;
    margin: 0.4rem auto 0.1rem auto;
    text-align: center;
  }

  .fc .fc_box ul li p{
    font-size: 0.16rem;
    color: #666666;
    line-height: 0.36rem;
    letter-spacing: 2px;
    text-align: center;
  }

  .fc .fc_box ul li::after{
    position: absolute;
    left: 0%;
    top: 0px;
    width: 100%;
    height: 0px;
    content: "";
    z-index: -1;
    background: url(../images/fc_list.jpg) no-repeat top center;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
  }

  .fc .fc_box ul li:hover::after{
    height: 100%;
  }

  .fc .fc_box ul li:hover span .fc1{
    transform: translateY(-125px);
  }

  .fc .fc_box ul li:hover span .fc2{
    transform: translateY(-125px);
  }

  .fc .fc_box ul li:hover em{
    background: url(../images/buttom2.png) no-repeat  center;
  }




  .fc .fc_box ul li.on::after{
    height: 100%;
  }

  .fc .fc_box ul li.on span .fc1{
    transform: translateY(-125px);
  }

  .fc .fc_box ul li.on span .fc2{
    transform: translateY(-125px);
  }

  .fc .fc_box ul li.on em{
    background: url(../images/buttom2.png) no-repeat  center;
  }



  .section6 .fc_ico{
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2.73rem;
    background: url(../images/fc_bg.png) no-repeat center;
    z-index: 5;
  }


  @media (max-width: 1440px){
    .fc .fc_box ul li i {
      height: 1.05rem;
  }

  }


  @media (max-width: 980px){


    .fc{
      margin: 0 auto;
      
    }
  
    .fc .title{
      float: none;
      margin-top: 0.85rem;
    }
  
    .fc .fc_box{
      float: none;
      width: 100%;
      height: auto;
      overflow: hidden;
      margin: 0.3rem auto 0 auto;
    } 
  
    .fc .fc_box ul li{
      float: left;
      border-left: 1px solid #cdd5dd;
      position: relative;
      z-index: 5;
    }
  
    .fc .fc_box ul li span{
      display: block;
      width: 1.35rem;
      height: 1.25rem;
      overflow: hidden;
      margin: 0.3rem auto 0 auto;
    }
  
    .fc .fc_box ul li span .fc1{
      display: block;
      margin: 0 auto;
      -webkit-transition: all 0.5s ease-out;
      -o-transition: all 0.5s ease-out;
      transition: all 0.5s ease-out;
    }
  
    .fc .fc_box ul li span .fc2{
      display: block;
      margin: 0 auto;
      -webkit-transition: all 0.5s ease-out;
      -o-transition: all 0.5s ease-out;
      transition: all 0.5s ease-out;
    }
  
    .fc .fc_box ul li i{
      display: block;
      font-size: 0.13rem;
      color: #131406;
      font-family: Arial, Helvetica, sans-serif;
      text-transform: uppercase;
      writing-mode: tb-rl;
      margin: 0 auto;
      position: relative;
      top: -45px;
      left: -20px;
      height: 0.8rem;
      width: 20px;
    }
  
  
    .fc .fc_box ul li h5{
      font-size: 0.2rem;
      color: #333333;
      letter-spacing: 2px;
      margin: 0.3rem auto 0.1rem auto;
      text-align: center;
    }
  
    .fc .fc_box ul li p{
      font-size: 0.16rem;
      color: #666666;
      line-height: 0.3rem;
      letter-spacing: 0px;
      text-align: center;
    }
  
    .fc .fc_box ul li::after{
      position: absolute;
      left: 0%;
      top: 0px;
      width: 100%;
      height: 0px;
      content: "";
      z-index: -1;
      background: url(../images/fc_list.jpg) no-repeat top center;
      -webkit-transition: all 0.5s ease-out;
      -o-transition: all 0.5s ease-out;
      transition: all 0.5s ease-out;
    }
  
    .fc .fc_box ul li:hover::after{
      height: 100%;
    }
  
    .fc .fc_box ul li:hover span .fc1{
      transform: translateY(-125px);
    }
  
    .fc .fc_box ul li:hover span .fc2{
      transform: translateY(-125px);
    }
  
    .fc .fc_box ul li:hover em{
      background: url(../images/buttom2.png) no-repeat  center;
    }
  
  
    .section6 .fc_ico{
      display: none;
    }


  }


  /* join */

.join{
  margin: 0 auto;
  padding-top: 0.55rem;
}

.join .title{
  margin-top: 2.35rem;
  float: left;

}

.join .join_box{
  float: right;
  width: 90%;
  height: 5.72rem;
  position: relative;
}

.join .join_box .join_img{
  margin: 1.6rem auto 0 auto;
  background: url(../images/join_bg.png) no-repeat  center;
  width: 4.63rem;
  height: 5.72rem;
  position: relative;
  z-index: 5;
}

.join .join_box .join_img img{
  width: 4.63rem;
  height: 5.72rem;
  display: block;
  object-fit: contain;
}

.join .join_box ul li{
  position: relative;
  border-radius: 50%;
}

.join .join_box ul li img{
  position: absolute;
  left: 0;
  top: 0px;
  width: 100%;
  height: 100%;
  border-radius: 50%;
}

.join .join_box ul li:nth-child(1){
  width: 2.07rem;
  height: 2.07rem;
  position: absolute;
  left: 0;
  top: 4.2rem;
}

.join .join_box ul li:nth-child(2){
  width: 1.57rem;
  height: 1.57rem;
  position: absolute;
  left: 1.8rem;
  top: 2.6rem;
}

.join .join_box ul li:nth-child(3){
  width: 1.01rem;
  height: 1.01rem;
  position: absolute;
  left: 5.95rem;
  top: 0.7rem;
}

.join .join_box ul li:nth-child(4){
  width: 1.01rem;
  height: 1.01rem;
  position: absolute;
  right: 4.25rem;
  top: 0rem;
}

.join .join_box ul li:nth-child(5){
  width: 2.28rem;
  height: 2.28rem;
  position: absolute;
  right: 1.05rem;
  top: 2.7rem;
}

.join .join_box ul li:nth-child(6){
  width: 1.66rem;
  height: 1.66rem;
  position: absolute;
  right: 4.35rem;
  top: 4.3rem;
}

.join .join_box .join_t{
  margin: -0.9rem auto 0 auto;
  text-align: center;
}

.join .join_box .join_t span{
  display: block;
  font-size: 3.03rem;
  color: #fff;
  font-family: "Impact";
  line-height: 2rem;
  opacity: 0.3;
  letter-spacing: 10px;
}

.join .join_box .join_t h5{
  font-size: 0.34rem;
  color: #131406;
  margin-top: -1.4rem;
  position: relative;
  z-index: 5;

}

.join .join_box .join_t h5 i{
  font-size: 0.74rem;
  color: #e6212a;
  font-family: "Impact";

}

@media (max-width: 1440px){
  .join .join_box ul li:nth-child(5) {
    right: 0.05rem;
}

.join .join_box ul li:nth-child(4) {
  right: 2.25rem;
}

.join .join_box ul li:nth-child(6) {
  right: 2.4rem;
}

}

@media (max-width: 1240px){
  .join .join_box ul li:nth-child(5) {
    right: -1rem;
}

.join .join_box ul li:nth-child(4) {
  right: 1.05rem;
}

.join .join_box ul li:nth-child(6) {
  right: 1.5rem;
}

}

@media (max-width: 980px){
  .join{
    margin: 0 auto;
    padding-top: 0.85rem;
  }
  
  .join .title{
    margin-top: 0rem;
    float: none;
  
  }
  
  .join .join_box{
    float: none;
    width: 100%;
    height: auto;
    position: relative;
    margin: 0.2rem auto 0 auto;
  }
  
  .join .join_box .join_img{
    display: none;
  }
  

  
  .join .join_box ul li{
    position: relative;
    border-radius: 50%;
    float: left;
    width: 50%;
    margin: 0 auto 0.2rem auto;
  }

  .join .join_box ul li .pic {
    width: 1.27rem;
    height: 1.27rem;
    margin: 0 auto;
    position: relative;
  }
  
  
  .join .join_box ul li:nth-child(1){
    width: 50%;
    height: 1.27rem;
    position: relative;
    left: 0;
    top: 0;
  }
  
  .join .join_box ul li:nth-child(2){
    width: 50%;
    height: 1.27rem;
    position: relative;
    left: 0;
    top: 0;
  }
  
  .join .join_box ul li:nth-child(3){
    width: 50%;
    height: 1.27rem;
    position: relative;
    left: 0;
    top: 0;
  }
  
  .join .join_box ul li:nth-child(4){
    width: 50%;
    height: 1.27rem;
    position: relative;
    left: 0;
    top: 0;
  }
  
  .join .join_box ul li:nth-child(5){
    width: 50%;
    height: 1.27rem;
    position: relative;
    left: 0;
    top: 0;
  }
  
  .join .join_box ul li:nth-child(6){
    width: 50%;
    height: 1.27rem;
    position: relative;
    left: 0;
    top: 0;
  }
  
  .join .join_box .join_t{

    display: none;
  }
  


}

  /* news */

  .news{
    margin: 0 auto;
    
  }

.news .title{
  padding-top: 2.8rem;
  float: left;
}

.news  .news_center{
  float: right;
  width: 90%;
}

.news  .news_center .newsTitle{
  margin-top: 2.05rem;
  height: 0.7rem;
  position: relative;
}

.news  .news_center .newsTitle ul li{
  float: left;
  margin-right: 0.8rem;
  display: block;
  width: 1.3rem;
  position: initial;
  line-height: 0.65rem;
}

.news  .news_center .newsTitle ul li h5 a{
  float: left;
  display: block;
  background: url(../images/buttom3.png) no-repeat left center;
  padding-left: 25px;
  font-size: 24px;
  color: #131406;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;

}

.news  .news_center .newsTitle ul li .news_more{
  width: 1.96rem;
  height: 0.65rem;
  border-bottom: 1px solid #333333;
  position: absolute;
  right: 0px;
  top: 0px;
  display: none;
}

.news  .news_center .newsTitle ul li .news_more a{
  display: block;
  text-align: center;
  height: 0.5rem;
  line-height: 0.5rem;
}

.news  .news_center .newsTitle ul li .news_more a span{
  font-size: 0.2rem;
  color: #333333;
  display: inline-block;
  position: relative;
  top: -0.15rem;
}

.news  .news_center .newsTitle ul li .news_more a em{
  display: inline-block;
  background: url(../images/more.png) no-repeat center;
  width: 0.36rem;
  height: 0.5rem;
  margin: 0 0.02rem;
}

.news  .news_center .newsTitle ul li.on .news_more{
  display: block;
}


.news  .news_center .newsTitle ul li.on h5 a{
  color: #e6212a;
}


.news  .newsCenter{
  margin: 0.5rem auto 0 auto;
} 

.news  .newsCenter .swiper-slide{
  padding: 0.3rem 0;
}

.news  .newsCenter .swiper-slide ul li{
  float: left;
  width: 33%;
  margin-right: 0.3%;
  position: relative;

}

.news  .newsCenter .swiper-slide ul li .news_img{
  float: left;
  height: 4.6rem;
  width: 65%;
  position: relative;

}

.news  .newsCenter .swiper-slide ul li .news_img img{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  border-radius: 8px;

}

.news  .newsCenter .swiper-slide ul li .txt{
  position: absolute;
  right: 0px;
  top: -9px;
  background: url(../images/news_list.png) no-repeat  center;
  width: 1.69rem;
  height: 5.08rem;
  padding: 0 0.6rem 0 0.7rem;

} 


.news  .newsCenter .swiper-slide ul li .txt span{
  display: block;
  font-size: 0.4rem;
  color: #131406;
  font-weight: bold;
  font-family: 'Times New Roman', Times, serif;
  padding-top: 0.85rem;
}


.news  .newsCenter .swiper-slide ul li .txt h5 a{
  display: block;
  font-size: 17px;
  color: #131406;
  line-height: 0.3rem;
  height: 0.6rem;
  overflow: hidden;
  margin-top: 0.25rem;
}


.news  .newsCenter .swiper-slide ul li .txt em{
  display: block;
  width: 0.2rem;
  height: 3px;
  background: #5d5d5d;
  margin: 0.2rem 0 0.7rem 0;

}


.news  .newsCenter .swiper-slide ul li .txt .more{
  display: block;
  background: #e1efef;
  border-radius: 50%;
  width: 0.61rem;
  height: 0.61rem;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}


.news  .newsCenter .swiper-slide ul li:hover .txt .more{
  transform: rotate(45deg);

}

@media (max-width: 1440px){
  .news .newsCenter .swiper-slide ul li .txt{
    right: -0.5rem;
  }

}




@media (max-width: 980px){

.news .title{
  padding-top: 0.85rem;
  float: none;
}

.news  .news_center{
  float: none;
  width: 100%;
}

.news  .news_center .newsTitle{
  margin-top: 0.3rem;
  height: 0.7rem;
  position: relative;
}

.news  .news_center .newsTitle ul li{
  float: left;
  margin-right: 3%;
  display: block;
  width: 30%;
  position: initial;
  line-height: 0.65rem;
}

.news  .news_center .newsTitle ul li h5 a{
  float: left;
  display: block;
  background: url(../images/buttom3.png) no-repeat left center;
  padding-left: 25px;
  font-size: 0.2rem;
  color: #131406;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;

}



.news  .news_center .newsTitle ul li.on .news_more{
  display: none;
}




.news  .newsCenter{
  margin: 0.2rem auto 0 auto;
} 

.news  .newsCenter .swiper-slide{
  padding: 0rem 0;
  height: 3rem;
  overflow: hidden;
}

.news  .newsCenter .swiper-slide ul li{
  float: left;
  width: 100%;
  margin-right: 0%;
  position: relative;

}

.news  .newsCenter .swiper-slide ul li .news_img{
  float: left;
  height: 3rem;
  width: 65%;
  position: relative;

}


.news  .newsCenter .swiper-slide ul li .txt{
  position: absolute;
  right: -0.7rem;
  top: -9px;
  background: url(../images/news_list.png) no-repeat  center;
  width: 1.69rem;
  height: 5.08rem;
  padding: 0 0.6rem 0 0.7rem;

} 


.news  .newsCenter .swiper-slide ul li .txt span{
  display: block;
  font-size: 0.4rem;
  color: #131406;
  font-weight: bold;
  font-family: 'Times New Roman', Times, serif;
  padding-top: 0.85rem;
}


.news  .newsCenter .swiper-slide ul li .txt h5 a{
  display: block;
  font-size: 17px;
  color: #131406;
  line-height: 0.3rem;
  height: 0.6rem;
  overflow: hidden;
  margin-top: 0.25rem;
}


.news  .newsCenter .swiper-slide ul li .txt em{
  display: block;
  width: 0.2rem;
  height: 3px;
  background: #5d5d5d;
  margin: 0.2rem 0 0.7rem 0;

}


.news  .newsCenter .swiper-slide ul li .txt .more{
  display: block;
  background: #e1efef;
  border-radius: 50%;
  width: 0.61rem;
  height: 0.61rem;
}

}



/* footer */

.footer_bg{
  margin: 0 auto;
}

.footer_bg .footer{
  padding-top: 2.3rem;
  overflow: hidden;
}

.footer_bg .footer .title{
  float: left;
  margin-top: 0.5rem;
}

.footer_bg .footer .title em{
  background: #fff;
}

.footer_bg .footer .title h3{
  color: #fff;
}

.footer_bg .footer .f_box{
  float: right;
  width: 90%;
} 

.footer_bg .footer .f_box .f_img{
  float: left;
  position: relative;
  width: 45%;
  height: 4.74rem;

}

.footer_bg .footer .f_box .f_img img{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  border-radius: 5px;
}

.footer_bg .footer .f_box .message{
  float: left;
  width: 22%;
  height: 4.72rem;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 8px;
  margin-left: 1.7%;
}

.footer_bg .footer .f_box .message .form-group1{
  width: 84%;
  height: 0.55rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  margin: 0.4rem auto 0 auto;


}

.footer_bg .footer .f_box .message .form-group1 input{
  width: 100%;
  height: 0.55rem;
  background: none;
  font-size: 0.14rem;
  color: #fff;

}


.footer_bg .footer .f_box .message .form-group2{
  width: 84%;
  height: 0.55rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  margin: 0.4rem auto 0 auto;


}

.footer_bg .footer .f_box .message .form-group2 input{
  width: 100%;
  height: 0.55rem;
  background: none;
  font-size: 0.14rem;
  color: #fff;

}

.footer_bg .footer .f_box .message .form-group3{
  width: 84%;
  height: 0.55rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  margin: 0.4rem auto 0 auto;


}

.footer_bg .footer .f_box .message .form-group3 textarea{
  width: 100%;
  height: 0.55rem;
  background: none;
  font-size: 0.14rem;
  color: #fff;

}

.footer_bg .footer .f_box .message .form-group4{
  width: 84%;
  height: 0.55rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  margin: 0.4rem auto 0 auto;


}

.footer_bg .footer .f_box .message .form-group4 input{
  width: 50%;
  height: 0.55rem;
  background: none;
  font-size: 0.14rem;
  color: #fff;
  float: left;

}

.footer_bg .footer .f_box .message .form-group4 .imgcode{
  float: left;
  height: 0.3rem;
  width: 20%;
  margin-top: 0.1rem;
}


.footer_bg .footer .f_box .message .anniu{
  float: right;
  margin-top: 0.15rem;
}

.footer_bg .footer .f_box .message .anniu button{
  cursor: pointer;
  border: none;
  font-size: 0.14rem;
  color: #fff;
  background: url(../images/anniu.png) no-repeat right center;
  padding-right: 25px;
}

.footer_bg .footer .f_box .f_r{
  float: right;
  width: 29.5%;
} 

.footer_bg .footer .f_box .f_r .f_cont{
  width: 99%;
  height: 2.22rem;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 8px;
}

.footer_bg .footer .f_box .f_r .f_cont ul {
  margin: 0.6rem auto 0 auto;
  width: 80%;
}

.footer_bg .footer .f_box .f_r .f_cont ul li{
  text-align: center;
  line-height: 0.28rem;
  overflow: hidden;
  margin-bottom: 0.4rem;
}

.footer_bg .footer .f_box .f_r .f_cont ul li img{
  display: block;
  float: left;
  margin-right: 10px;
}

.footer_bg .footer .f_box .f_r .f_cont ul li p{
  display: block;
  float: left;
  font-size: 0.16rem;
  color: #fff;
  text-align: left;
  width: 85%;
}

.footer_bg .footer .f_box .f_r .f_cont ul li p i{
  font-size: 0.32rem;
  color: #fff;
  font-family: "Impact";
}

.footer_bg .footer .f_box .f_r .f_cont ul li p em{
  font-size: 0.18rem;
  color: #fff;
}

.footer_bg .footer .f_box .f_r .ewm{
  margin-top: 0.25rem;
  width: 99%;
  height: 2.22rem;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 8px;
  text-align: center;
} 

.footer_bg .footer .f_box .f_r .ewm ul li{
  display: inline-block;
  margin: 0.35rem 0.18rem 0 0.18rem;
  width: 1.22rem;
}

.footer_bg .footer .f_box .f_r .ewm ul li img{
  display: block;
  width: 1.22rem;
  height: 1.22rem;
}

.footer_bg .footer .f_box .f_r .ewm ul li span{
  display: block;
  text-align: center;
  font-size: 0.16rem;
  color: #fff;
  margin-top: 0.15rem;
}


.footer_bg .end{
  margin: 0.85rem auto 0 auto;
  text-align: center;
  font-size: 0.14rem;
  color: #cdcecf;
}

.footer_bg .end a{
  font-size: 0.14rem;
  color: #cdcecf;

}

.footer_bg .end img{
  vertical-align: middle;
}



@media (max-width: 1440px){
  .footer_bg .footer .f_box .f_r .f_cont ul li p i {
    font-size: 0.24rem;
}

}



@media (max-width: 980px){

  .footer_bg .footer{
    padding-top: 0.85rem;
    overflow: hidden;
  }
  
  .footer_bg .footer .title{
    float: none;
    margin-top: 0rem;
  }

  .footer_bg .footer .title  span{
    color: #fff;
  }
  
  .footer_bg .footer .title em{
    background: #fff;
  }
  
  .footer_bg .footer .title h3{
    color: #fff;
  }
  
  .footer_bg .footer .f_box{
    float: none;
    width: 100%;
    margin: 0.2rem auto 0 auto;
  } 
  
  .footer_bg .footer .f_box .f_img{
    float: left;
    position: relative;
    width: 45%;
    height: auto;
    display: none;
  
  }
  
  .footer_bg .footer .f_box .message{

    display: none;
  }

 
  .footer_bg .footer .f_box .f_r{
    float: none;
    width: 100%;
  } 
  
  .footer_bg .footer .f_box .f_r .f_cont{
    width: 99%;
    height: auto;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 8px;
  }
  
  .footer_bg .footer .f_box .f_r .f_cont ul {
    margin: 0.2rem auto 0 auto;
    width: 92%;
  }
  
  .footer_bg .footer .f_box .f_r .f_cont ul li{
    text-align: center;
    line-height: 0.28rem;
    overflow: hidden;
    margin-bottom: 0.15rem;
  }
  
  
  .footer_bg .footer .f_box .f_r .f_cont ul li p{
    display: block;
    float: left;
    font-size: 0.16rem;
    color: #fff;
    text-align: left;
    width: 87%;
  }
  
  .footer_bg .footer .f_box .f_r .f_cont ul li p i{
    font-size: 0.2rem;
    color: #fff;
    font-family: "Impact";
  }
  
  .footer_bg .footer .f_box .f_r .f_cont ul li p em{
    font-size: 0.16rem;
    color: #fff;
  }
  
  .footer_bg .footer .f_box .f_r .ewm{
    margin-top: 0.2rem;
    margin-bottom: 0.05rem;
    width: 99%;
    height: auto;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 8px;
    text-align: center;
  } 
  
  .footer_bg .footer .f_box .f_r .ewm ul li{
    display: inline-block;
    margin: 0.2rem 0.18rem 0 0.18rem;
    width: 1rem;
  }
  
  .footer_bg .footer .f_box .f_r .ewm ul li img{
    display: block;
    width: 1rem;
    height: 1rem;
  }
  
  .footer_bg .footer .f_box .f_r .ewm ul li span{
    display: block;
    text-align: center;
    font-size: 0.16rem;
    color: #fff;
    margin-top: 0.1rem;
  }
  
  
  .footer_bg .end{
    margin: 0.3rem auto 0 auto;
    text-align: center;
    font-size: 0.14rem;
    color: #cdcecf;
  }
  
  
  

}

@media (max-width: 768px) {
  .m_end_bg {
    z-index: 999999;
    display: none;
  }
}
