.homepage {
  font-size: 0.18rem;
}
.homepage .banner {
  height: 100vh;
  background: url(../images/img_03.jpg) bottom center no-repeat;
  background-size: cover;
  display: flex;
  font-family: Black;
  color: #fff;
  align-items: center;
}
.homepage .banner p {
  font-size: 0.93rem;
  line-height: 1.2;
  margin-top: 0.3rem;
}
.homepage .banner .logo {
  width: 3.51rem;
}
.homepage .one {
  padding: 0.9rem 0;
}
.homepage .one .container {
  max-width: 14rem;
}
.homepage .one .bd {
  margin-top: 0.5rem;
}
.homepage .one .bd ul {
  display: flex;
  flex-wrap: wrap;
  padding-top: 0.4rem;
  color: #808080;
  margin: -0.3rem;
}
.homepage .one .bd ul li {
  width: 20%;
  padding: 0.3rem;
}
.homepage .one .pic {
  width: 100%;
}
.homepage .two {
  background: url(../images/img_09.jpg) center no-repeat;
  background-size: cover;
  padding: 0.9rem 0;
}
.homepage .two .bd {
  padding-top: 0.5rem;
}
.homepage .two .swiper {
  padding-bottom: 0.9rem;
}
.homepage .two .swiper-slide {
  width: 25%;
  padding-top: 0.7rem;
}
.homepage .two .swiper-slide a {
  display: block;
  background: #fff;
  font-size: 0.24rem;
  height: 2.8rem;
  border-radius: 0.1rem;
  color: #ec0044;
  text-align: center;
  box-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.1);
}
.homepage .two .swiper-slide dt {
  font-family: black;
  font-size: 0.36rem;
  margin: 0.3rem 0 0.1rem;
}
.homepage .two .swiper-slide .pic {
  border-radius: 50%;
  width: 1.4rem;
  display: inline-block;
  margin-top: -0.7rem;
  background: #ec0044;
  height: 1.4rem;
}
.homepage .two .swiper-slide .pic img {
  filter: brightness(0) invert(1);
  transition: all 0s;
}
.homepage .two .swiper-slide:hover a,
.homepage .two .swiper-slide-active a {
  background: #ec0044;
  color: #fff;
}
.homepage .two .swiper-slide:hover .pic,
.homepage .two .swiper-slide-active .pic {
  background: #fff;
}
.homepage .two .swiper-slide:hover .pic img,
.homepage .two .swiper-slide-active .pic img {
  filter: inherit;
}
.homepage .two .swiper-button-next,
.homepage .two .swiper-button-prev {
  top: auto;
  bottom: 0;
  margin: 0;
  color: #ec0044;
}
.homepage .two .swiper-button-prev {
  left: 45%;
}
.homepage .two .swiper-button-next {
  right: 45%;
}
.homepage .three {
  background: #f2f2f2;
  padding: 0.9rem 0;
}
.homepage .three ul {
  display: flex;
  flex-wrap: wrap;
  margin: -0.15rem;
}
.homepage .three li {
  width: 33.333%;
  padding: 0.15rem;
  line-height: 1.8;
}
.homepage .three li h4 {
  font-family: black;
  margin-top: 0.15rem;
  color: #ec0044;
  font-size: 0.24rem;
}
.homepage .three li p {
  color: #666;
}
.homepage .three li .btn {
  display: inline-block;
  background: #ec0044;
  font-size: 0.16rem;
  border: 1px solid #ec0044;
  padding: 0 0.1rem;
  margin-top: 0.3rem;
  transition: all 0.3s;
  color: #fff;
}
.homepage .three li:hover .pic img {
  transform: scale(1.1);
}
.homepage .three li:hover .btn {
  color: #ec0044;
  background: #fff;
}
.homepage .four {
  background: url(../images/img_21.jpg) center no-repeat;
  background-size: auto 100%;
  padding: 0.9rem 0;
}
.homepage .four .bd {
  margin-top: 0.6rem;
}
.homepage .four .bd ul {
  display: flex;
  flex-wrap: wrap;
  margin: -0.15rem -0.1rem;
}
.homepage .four .bd ul li {
  width: 10%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.15rem 0.1rem;
}
