body {
  padding-top: 0 !important;
}
.banner-wrap {
  width: 100%;
  height: 10.8rem;
  background: url(../img/business/banner.png) no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
}
.banner-wrap .banner-box {
  width: 8rem;
}
.banner-wrap .banner-box .title {
  text-align: center;
}
.banner-wrap .banner-box .title .title-cn {
  font-family: MicrosoftYaHei, MicrosoftYaHei;
  font-weight: normal;
  font-size: 0.48rem;
  color: #FFFFFF;
  position: relative;
  padding-bottom: 0.25rem;
}
.banner-wrap .banner-box .title .title-cn::after {
  content: '';
  width: 2.62rem;
  height: 0.01rem;
  background: #E1E1E1;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}
.banner-wrap .banner-box .title .title-en {
  font-family: ArialMT, ArialMT;
  font-weight: normal;
  font-size: 0.3rem;
  color: #FFFFFF;
  margin-top: 0.25rem;
}
.banner-wrap .banner-box .cn {
  font-family: MicrosoftYaHei, MicrosoftYaHei;
  font-weight: normal;
  font-size: 0.16rem;
  color: #FFFFFF;
  line-height: 0.3rem;
  margin-top: 0.8rem;
}
.banner-wrap .banner-box .en {
  font-family: ArialMT, ArialMT;
  font-weight: normal;
  font-size: 0.14rem;
  color: #FFFFFF;
  line-height: 0.24rem;
  margin-top: 0.45rem;
}
.business-wrap {
  padding: 1.3rem 0 1rem 0;
  background: #AA3737;
}
.business-wrap .business-box {
  width: 11rem;
  margin: 0 auto;
}
.business-wrap .business-box .title {
  font-family: MicrosoftYaHei, MicrosoftYaHei;
  font-weight: normal;
  font-size: 0.48rem;
  color: #fff;
  padding-left: 0.3rem;
  position: relative;
}
.business-wrap .business-box .title::after {
  content: "";
  width: 0.04rem;
  height: 100%;
  background: #fff;
  position: absolute;
  left: 0;
  top: 0;
}
.business-wrap .business-box .cn {
  font-family: MicrosoftYaHei, MicrosoftYaHei;
  font-weight: normal;
  font-size: 0.16rem;
  color: #FFFFFF;
  line-height: 0.3rem;
  margin-top: 0.8rem;
  padding-bottom: 0.6rem;
  border-bottom: 1px solid #fff;
}
.business-wrap .business-box .en {
  font-family: ArialMT, ArialMT;
  font-weight: normal;
  font-size: 0.14rem;
  color: #FFFFFF;
  line-height: 0.24rem;
  margin-top: 0.6rem;
}
.case-wrap {
  margin: 0.75rem auto;
}
.case-wrap .title {
  font-family: MicrosoftYaHei, MicrosoftYaHei;
  font-weight: normal;
  font-size: 0.48rem;
  color: #000000;
  padding-bottom: 0.35rem;
  position: relative;
  text-align: center;
}
.case-wrap .title::after {
  content: "";
  width: 0.4rem;
  height: 0.04rem;
  background: #AA3737;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}
.case-wrap .case-swiper {
  margin-top: 0.6rem;
  position: relative;
}
.case-wrap .case-swiper .caseSwiper {
  width: 100%;
  overflow: hidden;
  padding: 0.1rem;
}
.case-wrap .case-swiper .caseSwiper .swiper-slide {
  background: #FFFFFF;
  box-shadow: 0rem 0rem 0.06rem 0.01rem rgba(0, 0, 0, 0.16);
}
.case-wrap .case-swiper .caseSwiper .img {
  width: 100%;
  height: 3rem;
}
.case-wrap .case-swiper .caseSwiper .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.case-wrap .case-swiper .caseSwiper .text {
  font-family: MicrosoftYaHei, MicrosoftYaHei;
  font-weight: normal;
  font-size: 0.24rem;
  color: #000000;
  line-height: 0.36rem;
  padding: 0 0.2rem;
  margin-top: 0.24rem;
}
.case-wrap .case-swiper .caseSwiper .more {
  padding: 0 0.2rem;
  padding-bottom: 0.2rem;
  display: flex;
  justify-content: flex-end;
  margin-top: 0.2rem;
}
.case-wrap .case-swiper .caseSwiper .more img {
  height: 0.3rem;
  width: auto;
}
.case-wrap .case-swiper .swiper-button-next,
.case-wrap .case-swiper .swiper-button-prev {
  width: 0.38rem;
  height: 0.38rem;
  border-radius: 50%;
  border: 2px solid #333;
  font-size: 0.3rem;
}
.case-wrap .case-swiper .swiper-button-next:hover,
.case-wrap .case-swiper .swiper-button-prev:hover {
  border-color: #AA3737;
}
.case-wrap .case-swiper .swiper-button-next:hover::after,
.case-wrap .case-swiper .swiper-button-prev:hover::after {
  color: #AA3737;
}
.case-wrap .case-swiper .swiper-button-next:after,
.case-wrap .case-swiper .swiper-button-prev:after {
  font-size: 0.18rem;
  color: #333;
  font-weight: bold;
}
.case-wrap .case-swiper .swiper-button-next {
  right: -0.45rem;
}
.case-wrap .case-swiper .swiper-button-prev {
  left: -0.45rem;
}
@media only screen and (max-width: 900px) {
  body {
    padding-top: 1.3rem !important;
  }
  .banner-wrap {
    width: 100%;
    height: auto;
    padding: 1rem 0.3rem 1rem 0.3rem;
  }
  .banner-wrap .banner-box {
    width: 100%;
  }
  .banner-wrap .banner-box .title {
    text-align: center;
  }
  .banner-wrap .banner-box .title .title-cn {
    font-size: 0.62rem;
    padding-bottom: 0.25rem;
  }
  .banner-wrap .banner-box .title .title-en {
    font-size: 0.34rem;
    margin-top: 0.25rem;
  }
  .banner-wrap .banner-box .cn {
    font-size: 0.28rem;
    color: #FFFFFF;
    line-height: 0.5rem;
    margin-top: 0.8rem;
    text-align: justify;
  }
  .banner-wrap .banner-box .en {
    font-size: 0.28rem;
    color: #FFFFFF;
    line-height: 0.5rem;
    margin-top: 0.45rem;
  }
  .business-wrap {
    padding: 1.3rem 0.3rem 1rem 0.3rem;
    background: #AA3737;
  }
  .business-wrap .business-box {
    width: 100%;
    margin: 0 auto;
  }
  .business-wrap .business-box .title {
    font-family: MicrosoftYaHei, MicrosoftYaHei;
    font-weight: normal;
    font-size: 0.48rem;
    color: #fff;
    padding-bottom: 0.35rem;
    position: relative;
    text-align: center;
    padding-left: 0;
  }
  .business-wrap .business-box .title::after {
    content: "";
    width: 0.66rem;
    height: 0.04rem;
    background: #fff;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    top: auto;
  }
  .business-wrap .business-box .cn {
    font-size: 0.28rem;
    color: #FFFFFF;
    line-height: 0.5rem;
    text-align: justify;
  }
  .business-wrap .business-box .en {
    font-size: 0.28rem;
    color: #FFFFFF;
    line-height: 0.5rem;
    margin-top: 0.6rem;
  }
  .case-wrap {
    margin: 0.75rem auto;
    overflow: hidden;
  }
  .case-wrap .title {
    font-family: MicrosoftYaHei, MicrosoftYaHei;
    font-weight: normal;
    font-size: 0.48rem;
    color: #000000;
    padding-bottom: 0.35rem;
    position: relative;
    text-align: center;
  }
  .case-wrap .title::after {
    content: "";
    width: 0.66rem;
    height: 0.04rem;
    background: #AA3737;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
  }
  .case-wrap .case-swiper {
    margin-top: 0.6rem;
    padding: 0 0.8rem;
    position: relative;
  }
  .case-wrap .case-swiper .caseSwiper {
    width: 100%;
    overflow: hidden;
    padding: 0.1rem;
  }
  .case-wrap .case-swiper .caseSwiper .swiper-slide {
    background: #FFFFFF;
    box-shadow: 0rem 0rem 0.06rem 0.01rem rgba(0, 0, 0, 0.16);
  }
  .case-wrap .case-swiper .caseSwiper .img {
    width: 100%;
    height: 4.14rem;
  }
  .case-wrap .case-swiper .caseSwiper .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .case-wrap .case-swiper .caseSwiper .text {
    font-size: 0.28rem;
    color: #000000;
    line-height: 0.36rem;
    padding: 0 0.25rem;
    margin-top: 0.24rem;
  }
  .case-wrap .case-swiper .caseSwiper .more {
    padding: 0 0.25rem;
    padding-bottom: 0.25rem;
    display: flex;
    justify-content: flex-end;
    margin-top: 0.2rem;
  }
  .case-wrap .case-swiper .caseSwiper .more img {
    height: 0.35rem;
    width: auto;
  }
  .case-wrap .case-swiper .swiper-button-next,
  .case-wrap .case-swiper .swiper-button-prev {
    width: 0.5rem;
    height: 0.5rem;
    border-radius: 50%;
    border: 2px solid #333;
    font-size: 0.3rem;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .case-wrap .case-swiper .swiper-button-next:hover,
  .case-wrap .case-swiper .swiper-button-prev:hover {
    border-color: #AA3737;
  }
  .case-wrap .case-swiper .swiper-button-next:hover::after,
  .case-wrap .case-swiper .swiper-button-prev:hover::after {
    color: #AA3737;
  }
  .case-wrap .case-swiper .swiper-button-next:after,
  .case-wrap .case-swiper .swiper-button-prev:after {
    font-size: 0.26rem;
    color: #333;
    font-weight: bold;
  }
  .case-wrap .case-swiper .swiper-button-next {
    right: 0.2rem;
  }
  .case-wrap .case-swiper .swiper-button-prev {
    left: 0.2rem;
  }
}
