* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

.banner .swiper .swiper-slide {
  width: 100%;
  height: 480px;
}

.banner .swiper .swiper-slide img {
  width: 100%;
  height: 480px;
  object-fit: cover;
}

.content {
  width: 1200px;
  margin: 0 auto;
}

.content .function {
  margin-bottom: 53px;
  background: #ffffff;
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.12);
}

.content .function .more-title {
  width: 1200px;
  height: 58px;
  background: #f3f3f3;
  border-radius: 10px 10px 0px 0px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  margin-bottom: 21px;
}

.content .function .more-title .more-left {
  flex: 1;
  height: 30px;
  font-size: 22px;
  font-family: PingFangSC, PingFangSC-Semibold;
  font-weight: 600;
  text-align: left;
  color: #333333;
  line-height: 30px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-all;
  margin-left: 33px;
}

.content .function .content-en {
  font-size: 14px;
  font-family: SourceHanSansCN-Medium, SourceHanSansCN;
  font-weight: 500;
  color: #505b65;
  line-height: 28px;
  padding: 0 33px;
}
