.com-layer {
  top: 50px;
}

.inside {
  padding: 10px;
}

.inside p {
  font: 400 14px/24px "微软雅黑";
  color: #000;
  text-align: justify;
}

.inside p img {
  max-width: 100%;
}

@media (min-width: 1200px) {
  .inside {
    width: 64vw;
    margin: 0 auto;
    padding: 0;
  }
  .inside p {
    font: 400 16px/30px "微软雅黑";
  }
}

/* about  */
.about {
  padding: 0;
}
.about-bottom {
  margin: 10px 0 0;
}
.about-banner {
  padding: 0;
}

.about-banner-left {
  padding: 10px;
}
.about-banner-title {
  padding: 10px 0;
  font-size: 16px;
  line-height: 30px;
}
.about-banner-p {
  font-size: 14px;
  line-height: 24px;
  color: #333;
}
.about-banner-right i {
  display: block;
}
.about-banner-right i img {
  width: 100%;
}
.about-banner-btn {
  display: flex;
  position: absolute;
  z-index: 55;
  left: 10px;
  bottom: 10px;
}
.about-banner-btn div {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  margin-right: 10px;
  background: #f6f6f6;
  border-radius: 50%;
  cursor: pointer;
}
.about-banner-btn img {
  width: 10px;
}
@media (min-width: 1200px) {
  .com-layer {
    width: 40%;
  }
  .com-nav ul {
    justify-content: flex-start;
  }

  .about-bottom {
    margin: 2vw 0 0;
  }
  .about-banner .swiper-slide {
    display: flex;
    justify-content: space-between;
    padding: 0;
  }
  .about-banner-left {
    width: 50%;
    padding: 5vw;
  }
  .about-banner-p {
    font-size: 14px;
    line-height: 24px;
    color: #333;
  }

  .about-banner-right {
    width: 50%;
  }

  .about-banner-btn {
    left: 5vw;
    bottom: 2vw;
  }
}
