html,
body {
  font-size: 100px;
  margin: 0;
  padding: 0;
}
ul,
li {
  list-style: none;
}
a,
a:active,
a:hover,
a:focus {
  text-decoration: none;
  color: #333;
}
.Lelem > img {
  display: block;
}
.flex{
  display: flex;
  align-items: center;
}

.pc-banner {
  display: block;
  width: 100%;
}
.pc-banner .swiper-container {
  position: relative;
  width: 100%;
  height: 100%;
}
.pc-banner .swiper-slide img {
  display: inherit;
  width: 100%;
  height: 100%;
}
.pc-banner .swiper-slide .banner-content {
  position: absolute;
  top: 1rem;
  left: 3rem;
}
.pc-banner .swiper-slide .banner-content h3 {
  color: #fff;
  font-size: .3rem;
}
.pc-banner .swiper-slide .banner-content h1 {
  color: #fff;
  font-size: .72rem;
  font-weight: bold;
}
.pc-banner .swiper-slide .banner-content .line {
  display: inline-block;
  width: 1.5rem;
  border-top: 2px solid #fff;
  margin-top: 0;
}
.pc-banner .swiper-slide .banner-content img {
  width: 3.4rem;
  margin-top: .6rem;
}

.mobile-banner {
  display: none;
  width: 100%;
}

.mobile-banner .swiper-container {
  position: relative;
  width: 100%;
  height: 100%;
}

.mobile-banner .swiper-container .swiper-wrapper .swiper-slide img {
  display: inherit;
  width: 100%;
  height: 100%;
}

.strength {
  background-color: #f3f3f3;
}
.strength_content{
  width: 13rem;
  height: 2rem;
  margin: 0 auto 1rem !important;
  box-shadow: 0px 0px 20px 0px rgb(0 0 0 / 18%);
  position: relative;
  margin-top: -0.6rem !important;
  background: #ffffff;
  z-index: 10000;
}
.strength_content .strength-title {
  width: 75%;
  font-size: .48rem;
  text-align: center;
  font-weight: bold;
  padding-left: .3rem;
}
.strength_content .strength-img {
  padding-left: .5rem;
  width: 25%;
}
.strength_content .strength-img img {
  width: 2.42rem;
}

.fuwu {
  height: 9rem;
  background-color: #f3f3f3;
}
.fuwu h1 {
  text-align: center;
  font-size: .48rem;
  color: #343434;
  font-weight: bold;
  margin-top: 0;
}
.fuwu h1 span {
  font-size: .48rem;
  color: #e42219;
  font-weight: bold;
}
.fuwu h3 {
  text-align: center;
  font-size: .24rem;
  color: #868686;
  margin-bottom: .5rem;
}
.fuwu .fuwu_container {
  width: 13rem;
  margin: 0 auto;
  position: relative;
}
.fuwu .fuwu-item {
  background-color: #fff;
  height: 3.3rem;
  padding: .3rem;
  border: 1px solid #f3f3f3;
  transition: all 0.5s ease-out;
  /*transition: transform 0.5s ease-out;*/
}
.fuwu .fuwu-item:hover {
  transform: translate(0, -.1rem);
  z-index: 2;
  box-shadow: 0px 0px 20px 0px rgb(0 0 0 / 18%);
}
.fuwu .fuwu_container .item-head {
  font-size: .21rem;
  color: #343434;
  margin-bottom: .4rem;
}
.fuwu .fuwu_container .item-head img {
  width: .66rem;
}
.fuwu .fuwu_container .item-head span {
  padding-left: .2rem;
}
.fuwu .fuwu_container .item-body {
  height: .55rem;
  font-size: .16rem;
  color: #939393;
  margin-bottom: .4rem;
}
.fuwu .fuwu_container .item-foot a {
  font-size: .14rem;
  color: #e42219;
}

.data {
  height: 9.54rem;
  padding-top: .7rem;
}
.data h1 {
  text-align: center;
  font-size: .48rem;
  color: #343434;
  font-weight: bold;
  margin-top: 0;
}
.data h1 span {
  font-size: .48rem;
  color: #e42219;
  font-weight: bold;
}
.data h3 {
  text-align: center;
  font-size: .24rem;
  color: #868686;
  margin-bottom: .5rem;
}
.data img {
  width: 12.78rem;
  display: block;
  margin: 0 auto;
}

.youshi {
  position: relative;
  width: 100%;
  height: 9.5rem;
  background-color: #f3f3f3;
  padding-top: .5rem;
}
.youshi h1 {
  text-align: center;
  font-size: .48rem;
  color: #343434;
  font-weight: bold;
  margin-top: 0;
}
.youshi h1 span {
  font-size: .48rem;
  color: #e42219;
  font-weight: bold;
}
.youshi h3 {
  text-align: center;
  font-size: .24rem;
  color: #868686;
  margin-bottom: .5rem;
}
.youshi .youshi_container {
  width: 12.8rem;
  height: 6.78rem;
  margin: 0 auto;
  background-color: #fff;
  padding: .7rem .4rem 0 .2rem;
}
.youshi .youshi_container .youshi-list-item {
  position: relative;
  padding: 0 .3rem;
}
.youshi .youshi_container .youshi-list-item img {
  width: 1.99rem;
}
.youshi .youshi_container .youshi-list-item div {
  position: absolute;
  width: 1.72rem;
  font-size: .25rem;
  text-align: center;
  color: #fff;
  top: 1.1rem;
}
.youshi .youshi_container .youshi-3-list {
  margin-top: .7rem;
}
.youshi .youshi_container .youshi-3-item img {
  display: block;
  height: .73rem;
  margin: 0 auto;
}
.youshi .youshi_container .youshi-3-item p {
  display: inline-block;
  width: 100%;
  height: auto;
  margin-top: .2rem;
  line-height: .3rem;
  font-size: .18rem;
  font-weight: 500;
  letter-spacing: 2px;
  color: #7c848e;
  text-align: center;
}
.youshi .youshi_container .youshi-3-item .title {
  display: inline-block;
  width: 100%;
  height: auto;
  margin-top: .2rem;
  line-height: .5rem;
  font-size: .3rem;
  font-weight: 600;
  letter-spacing: 2px;
  color: #ee4422;
  text-align: center;
}
.youshi .youshi_container .youshi-3-item .desc {
  display: inline-block;
  width: 100%;
  height: auto;
  line-height: .35rem;
  font-size: .2rem;
  letter-spacing: 2px;
  color: #929292;
  text-align: center;
}

.fuwushang {
  height: 11.37rem;
  padding-top: .7rem;
}
.fuwushang h1 {
  text-align: center;
  font-size: .48rem;
  color: #343434;
  font-weight: bold;
  margin-top: 0;
}
.fuwushang h1 span {
  font-size: .48rem;
  color: #e42219;
  font-weight: bold;
}
.fuwushang h3 {
  text-align: center;
  font-size: .24rem;
  color: #868686;
  margin-bottom: .5rem;
}
.fuwushang img {
  width: 12.8rem;
  display: block;
  margin: 0 auto;
}

.solution {
  height: 11.62rem;
  background-color: #f3f3f3;
  padding-top: .5rem;
  position: relative;
}
.solution h1 {
  text-align: center;
  font-size: .48rem;
  color: #343434;
  font-weight: bold;
  margin-top: 0;
}
.solution h1 span {
  font-size: .48rem;
  color: #e42219;
  font-weight: bold;
}
.solution h3 {
  text-align: center;
  font-size: .24rem;
  color: #868686;
  margin-bottom: .5rem;
}
.solution .solution-container {
  width: 14rem;
  margin: 0 auto;
}
.solution .solution-container .nav-list {
  display: -webkit-flex;  /* Safari */
  margin: .3rem auto;
  width: 13rem;
}
.solution .solution-container .nav-list .nav-item {
  color: #fff;
  height: .7rem;
  line-height: .7rem;
  font-size: .29rem;
  text-align: center;
  margin: 0 .14rem;
  padding: 0 .1rem;
  background-color: #c5c5c5;
  border-radius: .12rem;
  cursor: pointer;
}
.solution .solution-container .nav-list .nav-item:nth-child(1) {
  background-color: #ffae02;
  border-color: #ffae02;
}
.solution .swiper-container .swiper-slide img {
  display: inherit;
  width: 12.72rem;
  margin: 0 auto;
}
.solution .solution-container .swiper-button-prev:after{
  display: none;
}
.solution .solution-container .swiper-button-next:after{
  display: none;
}
.solution .solution-container .swiper-button-prev{
  width: 1.42rem;
  height: 1.42rem;
  top: 6.6rem;
  left: 1.5rem;
  color: rgba(0, 0, 0, 0)!important;
  background:url(../image/22.png) center center no-repeat;
  background-size: 100%;
  display: none;
}
.solution .solution-container .swiper-button-next{
  width: 1.42rem;
  height: 1.42rem;
  top: 6.6rem;
  right: 1.5rem;
  color: rgba(0, 0, 0, 0)!important;
  background:url(../image/23.png) center center no-repeat;
  background-size: 100%;
}

.pinpai {
  height: 8.81rem;
  padding-top: .7rem;
}
.pinpai h1 {
  text-align: center;
  font-size: .48rem;
  color: #343434;
  font-weight: bold;
  margin-top: 0;
}
.pinpai h1 span {
  font-size: .48rem;
  color: #e42219;
  font-weight: bold;
}
.pinpai img {
  width: 12.97rem;
  display: block;
  margin: 0 auto;
}


@media screen and (max-width: 767px) {
  .pc-banner {
    display: none;
  }

  .mobile-banner {
    display: block;
  }

  .youshi .youshi_container {
    padding: 0 1%;
  }

  .youshi .youshi_container ul li .youshi_title {
    line-height: .4rem;
    font-size: .3rem;
  }

  .youshi .youshi_container ul li .youshi_desc {
    line-height: .4rem;
    font-size: .2rem;
  }

  .fuwushang .fuwushang_container {
    padding: 0;
  }

  .fuwushang .fuwushang_container ul li .fuwushang_one .fuwushang_content {
    padding: 15% 0 15% 5%;
  }

  .fuwushang .fuwushang_container ul li .fuwushang_one .fuwushang_content ul li p {
    font-size: .23rem;
  }

  .pinpai .pinpai_container {
    padding: 0 5%;
  }

  .pinpai .pinpai_container .pinpai_detail p {
    font-size: .25rem;
  }

  .pinpai .pinpai_container .pinpai_detail .detail_list li:nth-child(5) {
    display: none;
  }

  .pinpai .pinpai_container .pinpai_detail .detail_list li:nth-child(6) {
    display: none;
  }
}