* {
  padding: 0;
  margin: 0;
  font-family: 'Microsoft YaHei', arial, helvetica, clean, sans-serif;
}
body {
  font: 14px/1.231 'Microsoft YaHei', arial, helvetica, clean, sans-serif;
  color: #333;
  margin: 0;
  line-height: 1.5;
  overflow-x: hidden;
}
*:before,
*:after {
  box-sizing: content-box;
}
:focus {
  outline: 1;
}
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary {
  display: block;
}
a {
  color: #333;
  text-decoration: none;
}
a:link,
a:hover,
a:active,
a:visited {
  text-decoration: none;
}
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}
del {
  text-decoration: line-through;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}
input,
select {
  vertical-align: middle;
}
img {
  font-size: 0.14rem;
}
li,
ul {
  list-style-type: none;
}
img {
  border: none;
}
input,
textarea {
  outline: 0;
  border: 0;
  resize: none;
}
h1,
h2,
h3,
h4,
h5,
h6,
dl,
dd,
dt,
i,
em {
  font-weight: normal;
  font-style: normal;
}
.left {
  float: left;
}
.right {
  float: right;
}
.clearboth {
  clear: both;
}


.clear{
  clear: both;
}


.top_bg{
  background: none;
}

/* banner */

.banner {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
  top: -1rem;
}

.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 .txt{
  position: absolute;
  left: 8%;
  top: 40%;

}

.banner .swiper-slide .txt i{
  display: block;
  font-size: 0.52rem;
  color: #fff;
  font-weight: bold;
  line-height: 0.5rem;
  text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.1);
}

.banner .swiper-slide .txt span{
  display: block;
  font-size: 0.39rem;
  color: #fff;
  margin-top: 0.15rem;
  text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.1);
}

.banner .swiper-slide .txt a{
  display: block;
  font-size: 0.14rem;
  color: #333;
  width: 1.88rem;
  height: 0.52rem;
  line-height: 0.52rem;
  background: #fff;
  border-radius: 45px;
  text-align: center;
  margin-top: 0.8rem;
}


.banner .swiper-slide img {
  width: 100%;
  height: 100%;
  display: block;
  transition: 1s linear 2s;
  transform: scale(1.1, 1.1);
  object-fit: cover;
}

.banner .swiper-slide-active img,
.banner .swiper-slide-duplicate-active img {
  transition: 6s linear;
  transform: scale(1, 1);
}


.banner .swiper-button-next {
  position: relative;
  width: 0.38rem;
  height: 0.38rem;
  background: url(../images/bannerright.png) no-repeat center;
  right: 0%;
  top: 0%;
  z-index: 5;
  float: right;
  cursor: pointer;
  display: none;
}

.banner .swiper-button-prev {
  position: relative;
  width: 0.38rem;
  height: 0.38rem;
  background: url(../images/bannerleft.png) no-repeat center;
  left: 0%;
  top: 0%;
  float: left;
  z-index: 5;
  cursor: pointer;
  margin-right: 20px;
  display: none;
}

.banner .swiper-pagination {
  width: 1.3rem;
  height: 0.22rem;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 45px;
  bottom: 0.8rem;
  left: 8%;
  text-align: center;
  position: absolute;
  z-index: 5;
  
}

.banner .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 5px;
  background-color: #fff;
  width: 0.1rem;
  height: 0.1rem;
  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;
  display: inline-block;
}

.banner .swiper-pagination-bullets .swiper-pagination-bullet-active {
  width: 0.6rem;
  border-radius: 25px;
}



.swiper-button-prev::after, .swiper-container-rtl .swiper-button-next::after {
  content: 'prev';
  display: none;

}

.swiper-button-next:after, .swiper-container-rtl .swiper-button-prev:after {
  content: 'next';
  display: none;
}



@media (max-width: 1440px) {

  .banner .swiper-slide .txt{
    top: 30%;
  
  }
  
  .banner .swiper-slide .txt i{
    font-size: 0.36rem;
    line-height: 0.5rem;
  }
  
  .banner .swiper-slide .txt span{
    font-size: 0.26rem;
    margin-top: 0.15rem;
  }
  
  .banner .swiper-slide .txt a{
    margin-top: 0.8rem;
  }

}


@media (max-width: 980px) {

  .banner{
    top: 0;
  }

  .banner .swiper-button-next {
    display: none;
  }

  .banner .swiper-button-prev {
    display: none;
  }

  .banner .swiper-pagination {
    width: 30%;
    bottom: 0.15rem;
    left: 35%;
    text-align: center;
    position: absolute;
    z-index: 5;
    display: block;
  }

  .banner .swiper-slide .txt{
    top: 17%;
    left: 5%;
  
  }
  
  .banner .swiper-slide .txt i{
    font-size: 0.16rem;
    line-height: 0.3rem;
  }
  
  .banner .swiper-slide .txt span{
    font-size: 0.14rem;
    margin-top: 0rem;
  }
  
  .banner .swiper-slide .txt a{
    margin-top: 0.2rem;
    width: 0.88rem;
    height: 0.3rem;
    line-height: 0.3rem;
  }

  .banner .swiper-pagination-bullets .swiper-pagination-bullet-active {
    width: 0.5rem;
  }
  
}




/* title */

.title{
  margin: 0 auto;
  text-align: center;

}


.title h3{
  font-size: 0.4rem;
  color: #333333;
  font-weight: bold;
  line-height: 0.4rem;

}

.title h3 a{
  display: block;
  font-size: 0.4rem;
  color: #333333;
  font-weight: bold;
  

}

.title i{
  font-size: 0.16rem;
  color: #666666;
  font-family: Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  display: block;
  margin-top: 0.18rem;
}





@media (max-width: 980px) {

  .title h3{
    font-size: 0.24rem;
    line-height: 0.3rem;
  
  }
  
  .title h3 a{
    font-size: 0.24rem;
    
  
  }
  
  .title i{
    font-size: 0.14rem;
    margin-top: 0rem;
  }
  
}


/* product */

.probg{
  width: 100%;
  margin: -1rem auto 0 auto;
  background: url(../images/probg.jpg) no-repeat top center;
  background-size: cover;
  padding-bottom: 0.8rem;
}


.probg .product{
  margin: 0 auto;
  padding-top: 1.2rem;
}

.probg .product .procenter{
  margin: 0.55rem auto 0 auto;
}

.probg .product .procenter .prolist{
  overflow: hidden;
  text-align: center;
}

.probg .product .procenter .prolist ul li{
  display: inline-block;
  text-align: center;
  position: relative;
  z-index: 5;
  border: 1px solid #eaeaea;
  background: #fff;
  border-radius: 45px;
  width: 2.2rem;
  height: 0.54rem;
  line-height: 0.54rem;
  margin: 0 0.2rem;
}

.probg .product .procenter .prolist ul li a{
  font-size: 0.18rem;
  color: #333;
  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;
}

.probg .product .procenter .prolist ul li::after{
  position: absolute;
  left: 0;
  top: 0px;
  width: 0;
  height: 100%;
  background: #bc211d;
  border-radius: 45px;
  content: "";
  z-index: -1;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.probg .product .procenter .prolist ul li.on::after{
  width: 100%;
}

.probg .product .procenter .prolist ul li.on a{
  color: #fff;
  font-weight: bold;
}


.probg .product .procenter .probox{
  margin: 0.55rem auto 0 auto;
  position: relative;
} 

.probg .product .procenter .probox .swiper-slide{
  position: relative;
}

.probg .product .procenter .probox .swiper-slide ul li{
  float: left;
  width: 24%;
  position: relative;
  margin-right: 1.3%;
}

.probg .product .procenter .probox .swiper-slide ul li:last-child{
  margin-right: 0;
}

.probg .product .procenter .probox .swiper-slide ul li .pic{
  position: relative;
  width: 100%;
  padding-top: 83%;
  overflow: hidden;

}

.probg .product .procenter .probox .swiper-slide ul li .pic img{
  position: absolute;
  left: 0;
  top: 0px;
  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;
}

.probg .product .procenter .probox .swiper-slide ul li .txt{
  margin: 0.2rem auto 0 auto;
  text-align: center;

}

.probg .product .procenter .probox .swiper-slide ul li .txt a{
  font-size: 0.2rem;
  color: #333;
  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;
}

.probg .product .procenter .probox .swiper-slide ul li:hover .pic img{
  transform: scale(1.1);
}

.probg .product .procenter .probox .swiper-slide ul li:hover .txt a{
  color: #bc211d;
}

.probg .product .procenter .probox .pro_button{
  margin: 0.5rem auto 0 auto;
  text-align: center;
}

.probg .product .procenter .probox .pro_button .pro-next{
  display: inline-block;
  width: 0.54rem;
  height: 0.54rem;
  background: #fff url(../images/proright.png) no-repeat center;
  border: 1px solid #ededed;
  border-radius: 50%;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.probg .product .procenter .probox .pro_button .pro-next:hover{
  background: #bc211d url(../images/proright1.png) no-repeat center;
  border: 1px solid #bc211d;
}

.probg .product .procenter .probox .pro_button .pro-prev{
  display: inline-block;
  width: 0.54rem;
  height: 0.54rem;
  background: #fff url(../images/proleft.png) no-repeat center;
  border: 1px solid #ededed;
  border-radius: 50%;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.probg .product .procenter .probox .pro_button .pro-prev:hover{
  background: #bc211d url(../images/proleft1.png) no-repeat center;
  border: 1px solid #bc211d;
}


.probg .product .procenter .probox .pro_button .more{
  display: inline-block;
  width: 1.9rem;
  height: 0.54rem;
  line-height: 0.54rem;
  background: #fff;
  border: 1px solid #ededed;
  border-radius: 45px;
  margin: 0 0.1rem;
  position: relative;
  top: -0.23rem;
}

.probg .product .procenter .probox .pro_button .more a{
  display: block;
  font-size: 0.14rem;
  color: #333;
  text-align: left;
}

.probg .product .procenter .probox .pro_button .more a i{
  display: block;
  float: left;
  background: url(../images/more.png) no-repeat center;
  width: 0.44rem;
  height: 0.44rem;
  margin: 0.05rem 0.3rem 0 0.05rem;
}




@media (max-width: 1440px){

  .probg .product .procenter .prolist ul li {
    width: 2rem;
    margin: 0 0.2rem;
}

}


@media (max-width: 980px){

  .probg{
    margin: 0rem auto 0 auto;
    padding-bottom: 0.3rem;
  }
  
  
  .probg .product{
    padding-top: 0.3rem;
  }
  
  .probg .product .procenter{
    margin: 0.25rem auto 0 auto;
  }
  
  
  .probg .product .procenter .prolist ul li{
    width: 47%;
    height: 0.44rem;
    line-height: 0.44rem;
    margin: 0 0.1% 0.1rem 0.1%;
  }
  
  .probg .product .procenter .prolist ul li a{
    font-size: 0.15rem;
  }
  
  
  .probg .product .procenter .probox{
    margin: 0.25rem auto 0 auto;
    position: relative;
  } 
  
  
  .probg .product .procenter .probox .swiper-slide ul li{
    float: left;
    width: 48%;
    position: relative;
    margin-right: 4%;
    margin-bottom: 0.2rem;
  }
  
  .probg .product .procenter .probox .swiper-slide ul li:nth-child(2n){
    margin-right: 0;
  }
  
  
  .probg .product .procenter .probox .swiper-slide ul li .txt{
    margin: 0.1rem auto 0 auto;
    text-align: center;
  
  }
  
  .probg .product .procenter .probox .swiper-slide ul li .txt a{
    font-size: 0.15rem;
  }
  
  
  .probg .product .procenter .probox .pro_button{
    margin: 0.3rem auto 0 auto;
    text-align: center;
  }
  
  .probg .product .procenter .probox .pro_button .pro-next{
    display: inline-block;
    width: 0.44rem;
    height: 0.44rem;
    background: #fff url(../images/proright.png) no-repeat center;

  }
  
  
  .probg .product .procenter .probox .pro_button .pro-prev{
    display: inline-block;
    width: 0.44rem;
    height: 0.44rem;
  }
  
  
  .probg .product .procenter .probox .pro_button .more{
    display: inline-block;
    width: 1.9rem;
    height: 0.44rem;
    line-height: 0.44rem;
    margin: 0 0.1rem;
    position: relative;
    top: -0.17rem;
  }
  
  
  .probg .product .procenter .probox .pro_button .more a i{
    width: 0.34rem;
    height: 0.34rem;
    background-size: 100%;
  }
  
  

}





/* te */

.tebg{
  width: 100%;
  margin: 0 auto;
  background: url(../images/tebg.jpg) no-repeat center;
  background-size: cover;
  overflow: hidden;
  position: relative;
  height: 9.5rem;
}

.tebg .te{
  margin: 0 auto;
  padding-top: 1.15rem;
}


.tebg .te .tebox{
  margin: 0.45rem auto 0 auto;
  position: relative;
}


.tebg .te .tebox .teimg{
  margin: 0 auto;
  width: 5.49rem;
  height: 5.49rem;


}

.tebg .te .tebox .teimg img{
  border-radius: 50%;
  width: 100%;
  height: 100%;
}

.tebg .te .tebox .te_l{
  position: absolute;
  left: 0;
  top: 0;
  width: 24%;
}

.tebg .te .tebox .te_l ul li{
  height: 0.8rem;
  line-height: 0.8rem;
  margin-bottom: 0.75rem;

}

.tebg .te .tebox .te_l ul li:nth-child(2),
.tebg .te .tebox .te_l ul li:nth-child(3){
  margin-right: 0.53rem;
}

.tebg .te .tebox .te_l ul li h5{
  float: right;
  text-align: right;
  font-size: 0.2rem;
  color: #333;
  font-weight: bold;
  margin-right: 0.2rem;
}

.tebg .te .tebox .te_l ul li span{
  display: block;
  float: right;
  width: 0.8rem;
  height: 0.8rem;
  border-radius: 50%;
  background: rgba(188, 33, 29, 0.3);
  -webkit-transition: all 2.5s ease-out;
  -o-transition: all 2.5s ease-out;
  transition: all 2.5s ease-out;
}

.tebg .te .tebox .te_l ul li span i{
  width: 0.62rem;
  height: 0.62rem;
  border-radius: 50%;
  display: block;
  margin: 0.09rem;
  background: rgba(188, 33, 29, 1);
  -webkit-transition: all 2.5s ease-out;
  -o-transition: all 2.5s ease-out;
  transition: all 2.5s ease-out;
}

.tebg .te .tebox .te_l ul li span i img{
  width: 0.62rem;
  height: 0.62rem;
}

.tebg .te .tebox .te_l ul li:hover span{
  transform: rotate(-180deg);
}

.tebg .te .tebox .te_l ul li:hover span i{
  transform: rotate(-180deg);

}

.tebg .te .tebox .te_r{
  position: absolute;
  right: 0;
  top: 0;
  width: 24%;
}

.tebg .te .tebox .te_r ul li:nth-child(2),
.tebg .te .tebox .te_r ul li:nth-child(3){
  margin-left: 0.53rem;
}

.tebg .te .tebox .te_r ul li{
  height: 0.8rem;
  line-height: 0.8rem;
  margin-bottom: 0.75rem;
}

.tebg .te .tebox .te_r ul li h5{
  float: left;
  text-align: right;
  font-size: 0.2rem;
  color: #333;
  font-weight: bold;
  margin-left: 0.2rem;
}

.tebg .te .tebox .te_r ul li span{
  display: block;
  float: left;
  width: 0.8rem;
  height: 0.8rem;
  border-radius: 50%;
  background: rgba(188, 33, 29, 0.3);
  -webkit-transition: all 2.5s ease-out;
  -o-transition: all 2.5s ease-out;
  transition: all 2.5s ease-out;
}

.tebg .te .tebox .te_r ul li span i{
  width: 0.62rem;
  height: 0.62rem;
  border-radius: 50%;
  display: block;
  margin: 0.09rem;
  background: rgba(188, 33, 29, 1);
  -webkit-transition: all 2.5s ease-out;
  -o-transition: all 2.5s ease-out;
  transition: all 2.5s ease-out;
}

.tebg .te .tebox .te_r ul li span i img{
  width: 0.62rem;
  height: 0.62rem;
}

.tebg .te .tebox .te_r ul li:hover span{
  transform: rotate(-180deg);
}

.tebg .te .tebox .te_r ul li:hover span i{
  transform: rotate(-180deg);

}

@media (max-width: 1440px){

  .tebg .page_container{
    width: 100%;
    
  }

  .tebg .te .tebox .te_l {
    width: 21%;
}

.tebg .te .tebox .te_r {
  width: 21%;
}

}



@media (max-width: 980px){
  .tebg{
    background: url(../images/tebg1.jpg) no-repeat center;
    background-size: cover;
    height: auto;
  }
  
  .tebg .te{
    margin: 0 auto;
    padding-top: 0.3rem;
  }
  
  
  .tebg .te .tebox{
    margin: 0.3rem auto 0 auto;
    position: relative;
  }
  
  
  .tebg .te .tebox .teimg{
    margin: 0 auto;
    width: 2.6rem;
    height: 2.6rem;
  
  
  }
  
  
  .tebg .te .tebox .te_l{
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
  }
  
  .tebg .te .tebox .te_l ul li{
    height: 0.6rem;
    line-height: 0.6rem;
    margin-bottom: 0.2rem;
    float: left;
    width: 47%;
    margin-left: 3%;
  
  }

  .tebg .te .tebox .te_l ul li:nth-child(2),
  .tebg .te .tebox .te_l ul li:nth-child(3){
    margin-left: 3%;
    margin-right: 0;
  }

  
  .tebg .te .tebox .te_l ul li h5{
    float: left;
    text-align: left;
    font-size: 0.16rem;
    margin-right: 0rem;
    margin-left: 0.2rem;
  }
  
  .tebg .te .tebox .te_l ul li span{
    display: block;
    float: left;
    width: 0.6rem;
    height: 0.6rem;
  }
  
  .tebg .te .tebox .te_l ul li span i{
    width: 0.42rem;
    height: 0.42rem;
  }
  
  .tebg .te .tebox .te_l ul li span i img{
    width: 0.42rem;
    height: 0.42rem;
  }

  
  .tebg .te .tebox .te_r{
    position: relative;
    right: 0;
    top: 0;
    width: 100%;
  }
  

  
  .tebg .te .tebox .te_r ul li{
    height: 0.6rem;
    line-height: 0.6rem;
    margin-bottom: 0.2rem;
    float: left;
    width: 47%;
    margin-left: 3%;
  }

  .tebg .te .tebox .te_r ul li:nth-child(2),
  .tebg .te .tebox .te_r ul li:nth-child(3){
    margin-left: 3%;
  }
  
  .tebg .te .tebox .te_r ul li h5{
    float: left;
    text-align: left;
    font-size: 0.16rem;
    margin-left: 0.2rem;
  }
  
  .tebg .te .tebox .te_r ul li span{
    display: block;
    float: left;
    width: 0.6rem;
    height: 0.6rem;
  
  }
  
  .tebg .te .tebox .te_r ul li span i{
    width: 0.42rem;
    height: 0.42rem;
  }
  
  .tebg .te .tebox .te_r ul li span i img{
    width: 0.42rem;
    height: 0.42rem;
  }
  

  
}


@media (max-width: 640px){
  .tebg{
    background: url(../images/tebg1.jpg) no-repeat center;
    background-size: cover;
    height: auto;
    padding-bottom: 0.3rem;
  }
  
  .tebg .te{
    margin: 0 auto;
    padding-top: 0.3rem;
  }
  
  
  .tebg .te .tebox{
    margin: 0.3rem auto 0 auto;
    position: relative;
  }
  
  
  .tebg .te .tebox .teimg{
    margin: 0 auto;
    width: 2rem;
    height: 2rem;
  
  
  }
  
  
  .tebg .te .tebox .te_l{
    position: absolute;
    left: 3%;
    top: 0;
    width: 30%;
  }
  
  .tebg .te .tebox .te_l ul li{
    height: 0.4rem;
    line-height: 0.4rem;
    margin-bottom: 0.1rem;
    float: none;
    width: 100%;
    margin-left: 0%;
  
  }

  .tebg .te .tebox .te_l ul li:nth-child(2),
  .tebg .te .tebox .te_l ul li:nth-child(3){
    margin-left: 0%;
    margin-right: 0;
  }

  
  .tebg .te .tebox .te_l ul li h5{
    float: left;
    text-align: left;
    font-size: 0.14rem;
    margin-right: 0rem;
    margin-left: 0.1rem;
  }
  
  .tebg .te .tebox .te_l ul li span{
    display: block;
    float: left;
    width: 0.4rem;
    height: 0.4rem;
  }
  
  .tebg .te .tebox .te_l ul li span i{
    width: 0.3rem;
    height: 0.3rem;
      margin: 0.05rem;
  }
  
  .tebg .te .tebox .te_l ul li span i img{
    width: 0.3rem;
    height: 0.3rem;
  }

  
  .tebg .te .tebox .te_r{
    position: absolute;
    right: 3%;
    top: 0;
    width: 30%;
  }
  

  
  .tebg .te .tebox .te_r ul li{
    height: 0.4rem;
    line-height: 0.4rem;
    margin-bottom: 0.1rem;
    float: none;
    width: 100%;
    margin-left: 0%;
  }

  .tebg .te .tebox .te_r ul li:nth-child(2),
  .tebg .te .tebox .te_r ul li:nth-child(3){
    margin-left: 0%;
  }
  
  .tebg .te .tebox .te_r ul li h5{
    float: left;
    text-align: left;
    font-size: 0.14rem;
    margin-left: 0.1rem;
  }
  
  .tebg .te .tebox .te_r ul li span{
    display: block;
    float: right;
    width: 0.4rem;
    height: 0.4rem;
  
  }
  
  .tebg .te .tebox .te_r ul li span i{
    width: 0.3rem;
    height: 0.3rem;
     margin: 0.05rem;
  }
  
  .tebg .te .tebox .te_r ul li span i img{
    width: 0.3rem;
    height: 0.3rem;
  }
  

  
}


/* ys */

.ysbg{
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
}

.ysbg .ys{
  margin: 0 auto;
}


.ysbg .ys ul li{
  float: left;
  position: relative;
  width: 25%;
  height: 8.92rem;
}

.ysbg .ys ul li .pic{
  position: relative;
  width: 100%;
  height: 100%;

}

.ysbg .ys ul li .pic img{
  width: 100%;
  height: 100%;
  display: block;
}

.ysbg .ys ul li .txt{
  position: absolute;
  left: 0;
  top: 0;
  width: 72%;
  height: 100%;
  padding: 0 14%;
} 

.ysbg .ys ul li .txt h5{
  font-size: 0.3rem;
  color: #fff;
  font-weight: bold;
  margin: 0.7rem 0 0.15rem 0;
}

.ysbg .ys ul li .txt span{
  display: block;
  font-size: 0.18rem;
  color: #fff;
}

.ysbg .ys ul li .txt em{
  display: block;
  width: 0.51rem;
  height: 3px;
  background: #fff;
  margin: 0.45rem 0 0.4rem 0;
}

.ysbg .ys ul li .txt p{
  font-size: 0.14rem;
  color: #fff;
  line-height: 0.32rem;
  height: 0;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  overflow: hidden;
}

.ysbg .ys ul li .txt a{
  display: block;
  width: 1.74rem;
  height: 0.46rem;
  line-height: 0.46rem;
  background: #bc211d;
  text-align: center;
  font-size: 0.14rem;
  color: #fff;
  margin: 0.2rem 0 0 0;
  opacity: 0;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.ysbg .ys ul li.on .txt p{
  opacity: 1;
  height: 1.92rem;

}

.ysbg .ys ul li.on .txt a{
  opacity: 1;
}



@media (max-width: 980px){

  
  .ysbg .ys ul li{
    float: left;
    position: relative;
    width: 50%;
    height: 3.6rem;
  }
  
  
  .ysbg .ys ul li .txt{
    position: absolute;
    left: 0;
    top: 0;
    width: 80%;
    height: 100%;
    padding: 0 10%;
  } 
  
  .ysbg .ys ul li .txt h5{
    font-size: 0.2rem;
    margin: 0.3rem 0 0.1rem 0;
    text-align: center;
  }
  
  .ysbg .ys ul li .txt span{
    display: block;
    font-size: 0.14rem;
    color: #fff;
    text-align: center;
  }
  
  .ysbg .ys ul li .txt em{
    display: block;
    width: 0.51rem;
    height: 3px;
    background: #fff;
    margin: 0.2rem auto 0.3rem auto;
  }
  
  .ysbg .ys ul li .txt p{
    font-size: 0.14rem;
    color: #fff;
    line-height: 0.2rem;
  }
  
  .ysbg .ys ul li .txt a{
    display: block;
    width: 1rem;
    height: 0.3rem;
    line-height: 0.3rem;
    margin: 0.2rem auto 0 auto;
  }
  
  .ysbg .ys ul li.on .txt p{
    opacity: 1;
    height: 1.2rem;
  
  }
  
  .ysbg .ys ul li.on .txt a{
    opacity: 1;
  }
  
  .ysbg .ys ul li .pic img {
    object-fit: cover;
}
  
}





/* about */

.aboutbg{
  width: 100%;
  margin: 0 auto;
  background: #bc211d;
  overflow: hidden;
  position: relative;
  height: 9.5rem;
}

.aboutbg .about{
  margin: 0 auto;
}

.aboutbg .about .ab_l{
  float: left;
  width: 49%;

}

.aboutbg .about .ab_l .txt{
  margin-top: 1.6rem;

}

.aboutbg .about .ab_l .txt h5{
  font-size: 0.4rem;
  color: #fff;
  font-weight: bold;
  line-height: 0.4rem;

}

.aboutbg .about .ab_l .txt i{
  display: block;
  font-size: 0.18rem;
  color: #fff;
  font-family: Arial, Helvetica, sans-serif;
  margin: 0.15rem 0 0.4rem 0;
}

.aboutbg .about .ab_l .txt p{
  font-size: 0.14rem;
  color: #fff;
  line-height: 0.37rem;
  height: 1.85rem;
  overflow: hidden;
  width: 88%;
}

.aboutbg .about .ab_l .txt .more{
  width: 1.9rem;
  height: 0.54rem;
  line-height: 0.54rem;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 45px;
  margin: 0.75rem 0 0 0;
  position: relative;
}

.aboutbg .about .ab_l .txt .more a {
  display: block;
  font-size: 0.16rem;
  color: #fff;
}

.aboutbg .about .ab_l .txt .more a i{
  display: block;
  float: left;
  background: url(../images/more1.png) no-repeat center;
  width: 0.44rem;
  height: 0.44rem;
  margin: 0.05rem 0.3rem 0 0.05rem;
}


.aboutbg .about .ab_l .fc{
  margin-top: 0.9rem;

}

.aboutbg .about .ab_l .fc ul li{
  float: left;
  width: 22%;
  height: 1.17rem;
  border: 1px solid rgba(255, 255, 255, 0.5);
  margin-right: 1%;
  position: relative;
  z-index: 5;
}

.aboutbg .about .ab_l .fc ul li a{
  display: block;
}

.aboutbg .about .ab_l .fc ul li a span{
  display: block;
  overflow: hidden;
  width: 0.4rem;
  height: 0.4rem;
  margin: 0.2rem auto 0.15rem auto;
}

.aboutbg .about .ab_l .fc ul li a span .ico1{
  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;
}

.aboutbg .about .ab_l .fc ul li a span .ico2{
  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;
}


.aboutbg .about .ab_l .fc ul li a i{
  display: block;
  text-align: center;
  font-size: 0.14rem;
  color: #fff;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.aboutbg .about .ab_l .fc ul li::after{
  position: absolute;
  left: 0;
  top: 0px;
  width: 100%;
  height: 0%;
  background: #fff;
  content: "";
  z-index: -1;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.aboutbg .about .ab_l .fc ul li.on::after{
  height: 100%;
}

.aboutbg .about .ab_l .fc ul li.on a span .ico1{
  transform: translateY(-0.4rem);

}

.aboutbg .about .ab_l .fc ul li.on a span .ico2{
  transform: translateY(-0.4rem);
}

.aboutbg .about .ab_l .fc ul li.on a i{
  color: #333;
  
}


.aboutbg .about .ab_r{
  float: right;
  width: 50%;
  height: 100%;
  background: url(../images/aboutbg.jpg) no-repeat top center;
  background-size: cover;
  position: absolute;
  right: 0;
  top: 0;
}


.aboutbg .about .ab_r .ab_list{
  margin-top: 1.6rem;
  margin-right: 10%;
  float: right;
  width: 64%;

}

.aboutbg .about .ab_r .ab_list ul li{
  float: left;
  width: 40%;
  height: 0.73rem;
  margin-bottom: 0.7rem;
  background: url(../images/xt.png) no-repeat top left;
  padding-left: 10%;
  text-align: center;
}

.aboutbg .about .ab_r .ab_list ul li h5{
  font-size: 0.16rem;
  color: #fff;
  line-height: 0.42rem;

}

.aboutbg .about .ab_r .ab_list ul li h5 span{
  font-size: 0.46rem;
  color: #fff;
  font-weight: bold;
  font-family: Arial, Helvetica, sans-serif;
}

.aboutbg .about .ab_r .ab_list ul li p{
  font-size: 0.14rem;
  color: #fff;
  font-weight: bold;
}


@media (max-width: 980px){

  .aboutbg{
    height: auto;
  }
  
  .aboutbg .about .ab_l{
    float: none;
    width: 100%;
    overflow: hidden;
  
  }
  
  .aboutbg .about .ab_l .txt{
    margin-top: 0.3rem;
    text-align: center;
  
  }
  
  .aboutbg .about .ab_l .txt h5{
    font-size: 0.2rem;
    line-height: 0.4rem;
  
  }
  
  .aboutbg .about .ab_l .txt i{
    display: block;
    font-size: 0.14rem;
    margin: 0rem 0 0.25rem 0;
  }
  
  .aboutbg .about .ab_l .txt p{
    font-size: 0.14rem;
    color: #fff;
    line-height: 0.3rem;
    height: 1.5rem;
    overflow: hidden;
    width: 88%;
    margin: 0 auto;
  }
  
  .aboutbg .about .ab_l .txt .more{
    width: 1.5rem;
    height: 0.44rem;
    line-height: 0.44rem;
    border-radius: 45px;
    margin: 0.35rem auto 0 auto;
    position: relative;
  }
  
  .aboutbg .about .ab_l .txt .more a {
    display: block;
    font-size: 0.14rem;
    color: #fff;
    text-align: left;
  }
  
  .aboutbg .about .ab_l .txt .more a i{
    display: block;
    float: left;
    background: url(../images/more1.png) no-repeat center;
    width: 0.34rem;
    height: 0.34rem;
    margin: 0.05rem 0.3rem 0 0.05rem;
    background-size: 100%;
  }
  
  
  .aboutbg .about .ab_l .fc{
    margin-top: 0.3rem;
  
  }
  
  .aboutbg .about .ab_l .fc ul li{
    float: left;
    width: 48%;
    margin-bottom: 0.05rem;
  }
  
  .aboutbg .about .ab_l .fc ul li a{
    display: block;
  }
  
  .aboutbg .about .ab_l .fc ul li a span{
    margin: 0.2rem auto 0.15rem auto;
  }
  
  
  
  
  .aboutbg .about .ab_r{
    float: none;
    width: 98%;
    height: 3rem;
    position: relative;
    right: 0;
    top: 0;
  }
  
  
  .aboutbg .about .ab_r .ab_list{
    float: none;
    width: 80%;
    padding-top: 0.3rem;
    margin: 0 auto;
  
  }
  
  .aboutbg .about .ab_r .ab_list ul li{
    float: left;
    width: 45%;
    margin-bottom: 0.2rem;
    padding-left: 5%;
    text-align: center;
  }
  
  .aboutbg .about .ab_r .ab_list ul li h5{
    font-size: 0.14rem;
    color: #fff;
    line-height: 0.42rem;
  
  }
  
  .aboutbg .about .ab_r .ab_list ul li h5 span{
    font-size: 0.28rem;
  }
  
  .aboutbg .about .ab_r .ab_list ul li p{
    font-size: 0.14rem;
    color: #fff;
    font-weight: bold;
  }

}









/* honor */

.honorbg{
  width: 100%;
  margin: 0 auto;
  background: url(../images/honorbg.jpg) no-repeat center;
  overflow: hidden;
  position: relative;
  background-size: cover;
}

.honorbg .honor{
  margin: 0 auto;
  padding-top: 1.45rem;
}


.honorbg .honor .honor_t{
  overflow: hidden;
}

.honorbg .honor .honor_t .title{
  float: left;
  text-align: left;
}

.honorbg .honor .honor_t .title h3{
  color: #fff;
}

.honorbg .honor .honor_t .title i{
  color: #fff;
}

.honorbg .honor .honor_t .titlemore{
  float: right;
  margin-right: 1.45rem;
} 

.honorbg .honor .honorbox{
  margin: 1.1rem auto 0 auto;
  position: relative;
}

.honorbg .honor .honorbox .swiper-container{
  padding-bottom: 2.1rem;
}

.honorbg .honor .honorbox .swiper-slide{
  position: relative;
}

.honorbg .honor .honorbox .swiper-slide .pic{
  position: relative;
  width: 100%;
  height: 4rem;
  background: url(../images/ry_list.png) no-repeat center;
  background-size: 100%;


}

.honorbg .honor .honorbox .swiper-slide .pic img{
  display: block;
  position: absolute;
  left: 5.5%;
  top: 0.15rem;
  width: 89.5%;
  height: 93%;
  object-fit: contain;

}

.honorbg .honor .honorbox .swiper-slide .pic::after{
  position: absolute;
  left: 0;
  bottom: -2.1rem;
  width: 100%;
  height: 2.1rem;
  background: url(../images/ry_list1.png) no-repeat center;
  content: "";
  z-index: -1;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}


.honorbg .honor .honorbox .honor-next{
  width: 0.54rem;
  height: 0.54rem;
  background: #fff url(../images/proleft.png) no-repeat center;
  border: 1px solid #ededed;
  border-radius: 50%;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  position: absolute;
  right: 0.73rem;
  top: -1.9rem;
}

.honorbg .honor .honorbox .honor-next:hover{
  background: #bc211d url(../images/proleft1.png) no-repeat center;
  border: 1px solid #bc211d;
}

.honorbg .honor .honorbox .honor-prev{
  width: 0.54rem;
  height: 0.54rem;
  background: #fff url(../images/proright.png) no-repeat center;
  border: 1px solid #ededed;
  border-radius: 50%;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  position: absolute;
  right: 0rem;
  top: -1.9rem;
}


.honorbg .honor .honorbox .honor-prev:hover{
  background: #bc211d url(../images/proright1.png) no-repeat center;
  border: 1px solid #bc211d;
}


.honorbg .honor .ry{
  display: none;
}


@media (max-width: 980px){

  
  .honorbg .honor{
    margin: 0 auto;
    padding-top: 0.5rem;
  }
  
  
  .honorbg .honor .honor_t .titlemore{
    float: right;
    margin-right: 0rem;
  } 
  
  .honorbg .honor .honorbox{
    margin: 0.3rem auto 0 auto;
    position: relative;
    display: none;
  }
  
  .honorbg .honor .honorbox .swiper-container{
    padding-bottom: 0;
  }
  
  .honorbg .honor .honorbox .swiper-slide{
    position: relative;
    float: left;
    width: 48%;
    margin: 0 1% 0.2rem 1% ;
  }
  
  .honorbg .honor .honorbox .swiper-slide .pic{
    position: relative;
    width: 100%;
    height: 4rem;
    background: url(../images/ry_list.png) no-repeat center;
    background-size: 100%;
  
  
  }
  
  
  .honorbg .honor .honorbox .swiper-slide .pic::after{
    display: none;
  }
  
  
  .honorbg .honor .honorbox .honor-next{
    display: none;
  }
  
  
  .honorbg .honor .honorbox .honor-prev{
    display: none;
  }


  .honorbg .honor .ry{
    display: block;
    margin: 0.3rem auto 0rem auto;
  }


  .honorbg .honor .ry ul li{
    float: left;
    width: 48%;
    margin: 0 1% 0.05rem 1%;
  }

  .honorbg .honor .ry ul li .pic{
    position: relative;
    width: 100%;
    height: 2.5rem;
    background: url(../images/ry_list.png) no-repeat top center;
      background-size: auto;
    background-size: 100%;
  }

  .honorbg .honor .ry ul li .pic img{
    display: block;
    position: absolute;
    left: 5.5%;
    top: 0.03rem;
    width: 89.5%;
    height: 93%;
    object-fit: contain;
  }


}

/* case */

.casebg{
  width: 100%;
  margin: 0 auto;
  background: url(../images/casebg.jpg) no-repeat center;
  background-size: cover;
  overflow: hidden;
  position: relative;
  padding-bottom: 1.95rem;
}

.casebg .case{
  margin: 0 auto;
  padding-top: 1.35rem;
}


.casebg .case .case_t{
  overflow: hidden;
}

.casebg .case .case_t .title{
  float: left;
  text-align: left;
}

.casebg .case .case_t .title i{

}


.casebg .case .case_t .titlemore{
  float: right;
  margin-right: 1.5rem;
}


.titlemore{
  width: 1.9rem;
  height: 0.54rem;
  line-height: 0.54rem;
  background: #fff;
  border: 1px solid #ededed;
  border-radius: 45px;
  position: relative;
}

.titlemore a{
  display: block;
  font-size: 0.14rem;
  color: #333;
  text-align: left;
}

.titlemore a i{
  display: block;
  float: left;
  background: url(../images/more.png) no-repeat center;
  width: 0.44rem;
  height: 0.44rem;
  margin: 0.05rem 0.3rem 0 0.05rem;
}

.casebg .case .casebox{
  margin: 0.95rem auto 0 auto;
  position: relative;
}

.casebg .case .casebox .swiper-slide{
  position: relative;
}

.casebg .case .casebox .swiper-slide .pic{
  position: relative;
  width: 100%;
  padding-top: 76%;

}

.casebg .case .casebox .swiper-slide .pic img{
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.casebg .case .casebox .swiper-slide .txt{
  width: 100%;
  height: 0.55rem;
  line-height: 0.55rem;
  text-align: center;
  background: #fff;
  position: relative;
  z-index: 5;

}

.casebg .case .casebox .swiper-slide .txt a{
  font-size: 0.18rem;
  color: #333;
  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;
}

.casebg .case .casebox .swiper-slide .txt::after{
  position: absolute;
  left: 0;
  top: 0px;
  width: 0;
  height: 100%;
  background: #bc211d;
  content: "";
  z-index: -1;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.casebg .case .casebox .swiper-slide:hover .txt::after{
  width: 100%;
}

.casebg .case .casebox .swiper-slide:hover .txt a{
  color: #fff;
}


.casebg .case .casebox .case-next{
  width: 0.54rem;
  height: 0.54rem;
  background: #fff url(../images/proleft.png) no-repeat center;
  border: 1px solid #ededed;
  border-radius: 50%;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  position: absolute;
  right: 0.73rem;
  top: -1.75rem;
}

.casebg .case .casebox .case-next:hover{
  background: #bc211d url(../images/proleft1.png) no-repeat center;
  border: 1px solid #bc211d;
}

.casebg .case .casebox .case-prev{
  width: 0.54rem;
  height: 0.54rem;
  background: #fff url(../images/proright.png) no-repeat center;
  border: 1px solid #ededed;
  border-radius: 50%;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  position: absolute;
  right: 0rem;
  top: -1.75rem;
}


.casebg .case .casebox .case-prev:hover{
  background: #bc211d url(../images/proright1.png) no-repeat center;
  border: 1px solid #bc211d;
}



@media (max-width: 980px){

  .casebg{
    padding-bottom: 0.3rem;
  }
  
  .casebg .case{
    margin: 0 auto;
    padding-top: 0.3rem;
  }
  
  
  .casebg .case .case_t .titlemore{
    float: right;
    margin-right: 0rem;
  }
  
  
  .titlemore{
    width: 1.5rem;
    height: 0.44rem;
    line-height: 0.44rem;
  }
  
  
  .titlemore a i{
    display: block;
    float: left;
    background: url(../images/more.png) no-repeat center;
    width: 0.34rem;
    height: 0.34rem;
    margin: 0.05rem 0.3rem 0 0.05rem;
    background-size: 100%;
  }
  
  .casebg .case .casebox{
    margin: 0.3rem auto 0 auto;
    position: relative;
  }
  

  
  .casebg .case .casebox .swiper-slide .txt{
    width: 100%;
    height: 0.45rem;
    line-height: 0.45rem;
    text-align: center;
    background: #fff;
    position: relative;
    z-index: 5;
  
  }
  
  .casebg .case .casebox .swiper-slide .txt a{
    font-size: 0.16rem;
    width: 90%;
    margin: 0 auto;
  }
  
  
  .casebg .case .casebox .case-next{
    width: 0.4rem;
    height: 0.4rem;
    background: #fff url(../images/proleft.png) no-repeat center;
    position: relative;
    right: 0.0rem;
    top: 0rem;
    float: left;
    margin: 0.2rem 0 0 30%;
  }
  
  
  .casebg .case .casebox .case-prev{
    width: 0.4rem;
    height: 0.4rem;
    background: #fff url(../images/proright.png) no-repeat center;
    border: 1px solid #ededed;
    position: relative;
    right: 0rem;
    top: -0rem;
    float: right;
    margin: 0.2rem 30% 0 0%;
  }
  
  


}




/* news */

.newsbg{
  width: 100%;
  margin: 0 auto;
  background: url(../images/newsbg.jpg) no-repeat center;
  overflow: hidden;
  position: relative;
  padding-bottom: 1.45rem;
  background-size: cover;
}

.newsbg .news{
  margin: 0 auto;
  padding-top: 1.35rem;
}


.newsbg .news .news_t{
  overflow: hidden;
}

.newsbg .news .news_t .title{
  float: left;
  text-align: left;
}

.newsbg .news .news_t .titlemore{
  float: right;
  margin-right: 1.5rem;
}

.newsbg .news .newsbox{
  margin: 0.75rem auto 0 auto;
  width: 100%;
  height: 5.1rem;
  background: #fff;
  position: relative;
}

.newsbg .news .newsbox .swiper-slide{
  position: relative;
}


.newsbg .news .newsbox .swiper-slide .news_l{
  float: left;
  width: 59%;
}

.newsbg .news .newsbox .swiper-slide .news_l ul li{
  float: left;
  width: 49.8%;
  height: 5.1rem;
  border-right: 1px solid #ebebeb;
}

.newsbg .news .newsbox .swiper-slide .news_l ul li .pic{
  width: 100%;
  height: 3.49rem;
  position: relative;

}

.newsbg .news .newsbox .swiper-slide .news_l ul li .pic img{
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;

}

.newsbg .news .newsbox .swiper-slide .news_l ul li .txt{
  width: 84%;
  margin: 0 auto;

}

.newsbg .news .newsbox .swiper-slide .news_l ul li .txt a{
  font-size: 0.2rem;
  color: #333;
  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;
  margin: 0.22rem 0 0.1rem 0;
}

.newsbg .news .newsbox .swiper-slide .news_l ul li .txt p{
  font-size: 0.14rem;
  color: #666666;
  line-height: 0.24rem;
  height: 0.48rem;
  overflow: hidden;
}

.newsbg .news .newsbox .swiper-slide .news_l ul li .txt i{
  display: block;
  font-size: 0.14rem;
  color: #666666;
  font-family: Arial, Helvetica, sans-serif;
  margin-top: 0.08rem;
}

.newsbg .news .newsbox .swiper-slide .news_r{
  float: right;
  width: 41%;
}

.newsbg .news .newsbox .swiper-slide .news_r ul li{
  width: 100%;
  height: 1.27rem;
  position: relative;
  z-index: 5;
  border-bottom: 1px solid #ebebeb;

}

.newsbg .news .newsbox .swiper-slide .news_r ul li .time{
  float: left;
  text-align: center;
  width: 0.78rem;
  height: 0.75rem;
  background: #e9edf0;
  border-radius: 5px;
  margin: 0.26rem 4% 0 4%;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.newsbg .news .newsbox .swiper-slide .news_r ul li .time span{
  display: block;
  font-size: 0.3rem;
  color: #666666;
  font-family: Arial, Helvetica, sans-serif;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  line-height: 0.36rem;
  margin-top: 0.1rem;
}

.newsbg .news .newsbox .swiper-slide .news_r ul li .time i{
  display: block;
  font-size: 0.12rem;
  color: #666666;
  font-family: Arial, Helvetica, sans-serif;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.newsbg .news .newsbox .swiper-slide .news_r ul li .txt{
  float: left;
  width: 70%;
  margin-top: 0.4rem;

}

.newsbg .news .newsbox .swiper-slide .news_r ul li .txt a{
  display: block;
}

.newsbg .news .newsbox .swiper-slide .news_r ul li .txt i{
  font-size: 0.18rem;
  color: #333333;
  display: block;
  overflow: hidden;
  line-height: 0.24rem;
  height: 0.48rem;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  float: left;
  width: 80%;

}

.newsbg .news .newsbox .swiper-slide .news_r ul li .txt em{
  display: block;
  width: 7px;
  height: 0.48rem;
  background: url(../images/more2.png) no-repeat center;
  float: right;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;

}


.newsbg .news .newsbox .swiper-slide .news_r ul li::after{
  position: absolute;
  left: 0;
  top: 0px;
  width: 0;
  height: 100%;
  background: #bc211d;
  content: "";
  z-index: -1;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.newsbg .news .newsbox .swiper-slide .news_r ul li:hover::after{
  width: 100%;
}

.newsbg .news .newsbox .swiper-slide .news_r ul li:hover .time{
  background: #fff;
}


.newsbg .news .newsbox .swiper-slide .news_r ul li:hover .txt i{
  color: #fff;

}

.newsbg .news .newsbox .swiper-slide .news_r ul li:hover .txt em{
  background: url(../images/more3.png) no-repeat center;
}


.newsbg .news .newsbox .news-next{
  width: 0.54rem;
  height: 0.54rem;
  background: #fff url(../images/proleft.png) no-repeat center;
  border: 1px solid #ededed;
  border-radius: 50%;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  position: absolute;
  right: 0.73rem;
  top: -1.55rem;
}

.newsbg .news .newsbox .news-next:hover{
  background: #bc211d url(../images/proleft1.png) no-repeat center;
  border: 1px solid #bc211d;
}

.newsbg .news .newsbox .news-prev{
  width: 0.54rem;
  height: 0.54rem;
  background: #fff url(../images/proright.png) no-repeat center;
  border: 1px solid #ededed;
  border-radius: 50%;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  position: absolute;
  right: 0rem;
  top: -1.55rem;
}


.newsbg .news .newsbox .news-prev:hover{
  background: #bc211d url(../images/proright1.png) no-repeat center;
  border: 1px solid #bc211d;
}


@media (max-width: 980px){



  .newsbg{
    padding-bottom: 0.3rem;
  }
  
  .newsbg .news{
    margin: 0 auto;
    padding-top: 0.3rem;
  }
  
  
  .newsbg .news .news_t{
    overflow: hidden;
  }
  
  
  .newsbg .news .news_t .titlemore{
    float: right;
    margin-right: 0rem;
  }
  
  .newsbg .news .newsbox{
    margin: 0.35rem auto 0 auto;
    width: 100%;
    height: auto;
    background: #fff;
    position: relative;
    overflow: hidden;
    padding-bottom: 0.3rem;
  }
  
  .newsbg .news .newsbox .swiper-slide{
    position: relative;
  }
  
  
  .newsbg .news .newsbox .swiper-slide .news_l{
    float: none;
    width: 100%;
  }
  
  .newsbg .news .newsbox .swiper-slide .news_l ul li{
    float: none;
    width: 99.5%;
    height: auto;
    border-right: 1px solid #ebebeb;
    border-bottom: 1px solid #ebebeb;
    margin-bottom: 0.15rem;
  }
  
  .newsbg .news .newsbox .swiper-slide .news_l ul li .pic{
    width: 100%;
    height: 2rem;
    position: relative;
  
  }
  
  
  .newsbg .news .newsbox .swiper-slide .news_l ul li .txt{
    width: 90%;
    margin: 0 auto 0.15rem auto;
  
  }
  
  .newsbg .news .newsbox .swiper-slide .news_l ul li .txt a{
    font-size: 0.16rem;
    margin: 0.15rem 0 0.07rem 0;
  }
  
  
  .newsbg .news .newsbox .swiper-slide .news_r{
    float: none;
    width: 100%;
  }
  
  .newsbg .news .newsbox .swiper-slide .news_r ul li{
    width: 100%;
    height: 1rem;
    position: relative;
    z-index: 5;
    border-bottom: 1px solid #ebebeb;
  
  }
  
  .newsbg .news .newsbox .swiper-slide .news_r ul li .time{
    float: left;
    text-align: center;
    width: 0.78rem;
    height: 0.7rem;
    background: #e9edf0;
    border-radius: 5px;
    margin: 0.15rem 4% 0 4%;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
  }
  
  .newsbg .news .newsbox .swiper-slide .news_r ul li .time span{
    display: block;
    font-size: 0.2rem;
    color: #666666;
    line-height: 0.36rem;
    margin-top: 0.07rem;
  }
  
  
  .newsbg .news .newsbox .swiper-slide .news_r ul li .txt{
    float: left;
    width: 65%;
    margin-top: 0.22rem;
  
  }
  
  
  .newsbg .news .newsbox .swiper-slide .news_r ul li .txt i{
    font-size: 0.15rem;
    line-height: 0.24rem;
    height: 0.48rem;
    float: left;
    width: 80%;
  
  }
  
  
  
  .newsbg .news .newsbox .news-next{
    width: 0.4rem;
    height: 0.4rem;
    position: relative;
    right: 0rem;
    top: -0rem;
    float: left;
    margin: 0.2rem 0 0 30%;
  }
  
  
  .newsbg .news .newsbox .news-prev{
    width: 0.4rem;
    height: 0.4rem;
    position: relative;
    right: 0rem;
    top: -0rem;
    float: right;
    margin: 0.2rem 30% 0 0%;
  }
  


}


.kefu_nav{
  position: fixed;
  right: 0.15rem;
  top: 30%;
  z-index: 5;
  background: rgba(79, 79, 79, 0.5);
  border-radius: 45px;
  width: 0.76rem;
}

.kefu_nav .logoico{
  margin: 0.12rem auto 0.15rem auto;
  width: 0.41rem;
  height: 0.41rem;
}

.kefu_nav .logoico img{
  display: block;
  width: 100%;
  height: 100%;

}

.kefu_nav ul{
  margin: 0 auto;
}

.kefu_nav ul li{
  text-align: center;
  margin-bottom: 0.2rem;
  position: relative;
}

.kefu_nav ul li a{
  display: block;
}

.kefu_nav ul li img{
  display: block;
  margin: 0 auto;
  width: 0.32rem;
  height: 0.32rem;
}

.kefu_nav ul li i{
  display: block;
  margin: 0.1rem auto 0 auto;
  font-size: 0.12rem;
  color: #fff;
}

.kefu_nav ul li p{
  position: absolute;
  right: 0.76rem;
  top: 0px;
  background: #fff;
  text-align: center;
  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;
  padding: 0.2rem;
  opacity: 0;
}

.kefu_nav ul li p em{
  display: none;
  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;
}

.kefu_nav ul li p img{
  width: 0rem;
  height: 0rem;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.kefu_nav ul li:hover p{
  opacity: 1;
}

.kefu_nav ul li:hover p em{
  display: block;
}

.kefu_nav ul li:hover p img{
  width: 1rem;
  height: 1rem;
}


.kefu_nav .back-to-top{
  margin: 0 auto 0.25rem auto;
  text-align: center;
}

.kefu_nav .back-to-top img{
  display: block;
  margin: 0 auto;
}

.kefu_nav .back-to-top i{
  display: block;
  font-size: 0.12rem;
  color: #fff;
}


@media (max-width: 980px){

  .kefu_nav{
    display: none;
  }
}