.home-page .home-banner {
  background: #4573cc;
}
.home-page .home-banner .home-banner-box {
  padding-top: 20px;
  padding-bottom: 40px;
}
.home-page .home-banner .home-banner-box .home-logo {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  overflow: hidden;
}
.home-page .home-banner .home-banner-box .home-logo img {
  width: 100%;
  height: 100%;
}
.home-page .home-banner .home-banner-box .home-banner-info {
  text-align: center;
  line-height: 80px;
}
.home-page .home-banner .home-banner-box .home-banner-info p {
  font-weight: 700;
  color: #ffffff;
  font-size: 32px;
}
.home-page .home-banner .home-banner-box .home-banner-info .banner-btn {
  display: flex;
  justify-content: center;
}
.home-page .home-banner .home-banner-box .home-banner-info .banner-btn a {
  font-size: 21px;
  font-weight: 700;
  height: 60px;
  line-height: 60px;
  color: #000;
  background-color: #fff;
  border-radius: 8px;
  padding: 0 40px;
}
.home-page .home-main .home-about {
  padding-top: 60px;
}
.home-page .home-main .home-about h1 {
  font-size: 60px;
  font-weight: 700;
  color: #5271ff;
  margin-bottom: 15px;
}
.home-page .home-main .home-about .about-item {
  border: 4px solid #5271ff;
  border-radius: 30px;
  padding: 10px;
  font-size: 30px;
  margin-bottom: 80px;
}
.home-page .home-main .home-about .about-item .mb-40 {
  margin-bottom: 40px;
}
.home-page .home-main .home-about .facebook-item {
  padding: 30px 10px;
  margin-top: 35px;
}
.home-page .home-main .home-about .imgList-item {
  padding: 30px 100px;
  margin-top: 35px;
}
.home-page .home-main .home-about .imgList-item .Izwocg-item {
  margin-bottom: 20px;
}
.home-page .home-main .home-about .imgList-item .Izwocg-item:last-child {
  margin-bottom: 0;
}
.home-page .home-main .home-about .imgList-item .Izwocg-item img {
  width: 100%;
  display: block;
}
.home-page .home-main .home-advertising {
  background: #4573cc;
  padding-top: 1px;
  padding-bottom: 50px;
}
.home-page .home-main .home-advertising .advertising-box .advertising-title {
  background: #5271ff;
  color: #fff;
  font-size: 45px;
  border: 2px solid #000;
  display: inline-block;
  padding: 8px 80px;
  font-weight: 700;
}
.home-page .home-main .home-advertising .advertising-box .advantage-box {
  margin-top: 50px;
}
.home-page .home-main .home-advertising .advertising-box .advantage-box .advantage-name {
  padding: 0 60px;
}
.home-page .home-main .home-advertising .advertising-box .advantage-box .advantage-list {
  background-color: #fff;
  padding: 30px 150px;
  border: 4px solid #000;
  border-radius: 42px;
  width: 85%;
  margin: 0 auto;
  margin-top: 100px;
}
.home-page .home-main .home-advertising .advertising-box .advantage-box .advantage-list .advantage-item {
  border: 4px solid #000;
  font-weight: 700;
  margin-top: 15px;
  line-height: 42px;
  border-radius: 42px;
  font-size: 18px;
  text-align: center;
}
.home-page .home-main .home-advertising .advertising-box .advantage-box .advantage-list .advantage-item:first-child {
  margin-top: 0;
}
.home-page .home-main .home-advertising .advertising-box .advantage-box .advantage-btn {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}
.home-page .home-main .home-advertising .advertising-box .advantage-box .advantage-btn a {
  font-size: 21px;
  font-weight: 700;
  height: 60px;
  line-height: 60px;
  color: #000;
  background-color: #fff;
  border-radius: 8px;
  padding: 0 40px;
}
@media screen and (max-width: 768px) {
  .home-page .home-banner .home-banner-box .home-logo {
    width: 95px;
    height: 95px;
  }
  .home-page .home-banner .home-banner-box .home-banner-info {
    line-height: 40px;
  }
  .home-page .home-banner .home-banner-box .home-banner-info p {
    font-size: 26px;
  }
  .home-page .home-banner .home-banner-box .home-banner-info .banner-btn {
    margin-top: 15px;
  }
  .home-page .home-banner .home-banner-box .home-banner-info .banner-btn a {
    font-size: 18px;
    height: 48px;
    line-height: 48px;
  }
  .home-page .home-main .home-about h1 {
    font-size: 50px;
  }
  .home-page .home-main .home-about .about-item {
    font-size: 23px;
  }
  .home-page .home-main .home-about .facebook-item {
    margin-top: 15px;
  }
  .home-page .home-main .home-about .imgList-item {
    padding: 15px 15px;
    margin-top: 15px;
  }
  .home-page .home-main .home-about .imgList-item .Izwocg-item {
    margin-bottom: 10px;
  }
  .home-page .home-main .home-advertising .advertising-box .advertising-title {
    font-size: 40px;
    padding: 8px 15px;
  }
  .home-page .home-main .home-advertising .advertising-box .advantage-box {
    margin-top: 150px;
  }
  .home-page .home-main .home-advertising .advertising-box .advantage-box .advantage-name {
    padding: 0;
  }
  .home-page .home-main .home-advertising .advertising-box .advantage-box .advertising-title {
    padding: 8px 30px;
  }
  .home-page .home-main .home-advertising .advertising-box .advantage-box .advantage-list {
    background-color: #fff;
    padding: 20px 15px;
    width: 100%;
    margin-top: 30px;
  }
  .home-page .home-main .home-advertising .advertising-box .advantage-box .advantage-list .advantage-item {
    line-height: 30px;
    font-size: 16px;
  }
  .home-page .home-main .home-advertising .advertising-box .advantage-box .advantage-btn {
    margin-top: 15px;
  }
  .home-page .home-main .home-advertising .advertising-box .advantage-box .advantage-btn a {
    font-size: 18px;
    height: 48px;
    line-height: 48px;
  }
}
