html, body {
  width: 100%;
  min-width: 1208px;
}

.main {
  position: relative;
  padding-top: 68px;
}
.main > section {
  width: 100%;
  min-width: 1208px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.main > .section-1 {
  height: 600px;
}
.main > .section-1 > .content {
  width: 1200px;
  height: 100%;
  margin: 0 auto;
  position: relative;
  display: flex;
  justify-content: space-between;
}
.main > .section-1 > .content > .left-text {
  display: flex;
  flex-direction: column;
}
.main > .section-1 > .content > .left-text > .title {
  margin-top: 145px;
  margin-bottom: 45px;
  font-size: 48px;
  font-weight: 500;
  color: #FFF;
}
.main > .section-1 > .content > .left-text > .sub-title {
  font-size: 16px;
  color: #FFF;
  margin-bottom: 100px;
}
.main > .section-1 > .content > .left-text > .btn {
  cursor: pointer;
  width: 128px;
  height: 40px;
  background: #FBF3F3;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  color: #B53434;
  transition: all 0.3s;
}
.main > .section-1 > .content > .left-text > .btn:hover {
  color: #FFF;
  background: #B53434;
}
.main > .section-1 > .content > .right-bg {
  width: 768px;
  height: 100%;
}
.main > .section-1 > .content > .right-bg > img {
  width: 100%;
  height: 100%;
}
.main > .section-2 {
  min-height: 700px;
  background-color: #FFF;
}
.main > .section-2 > .content {
  width: 1200px;
  height: 100%;
  padding: 100px 0;
  margin: 0 auto;
  position: relative;
}
.main > .section-2 > .content > .title {
  margin-bottom: 40px;
  line-height: 87px;
  font-family: "HarmonyOS Sans SC";
  font-size: 36px;
  text-align: center;
  color: #1D2129;
}
.main > .section-2 > .content > .con {
  display: flex;
  justify-content: space-between;
  border: 1px solid #C9C9C9;
  width: 1200px;
  border-radius: 2px;
  box-shadow: 0px 1px 4px 0px #D5D5D5;
}
.main > .section-2 > .content > .con > .left {
  width: 580px;
  padding: 80px;
}
.main > .section-2 > .content > .con > .left > .title {
  color: #B53434;
  font-size: 20px;
  margin-bottom: 24px;
}
.main > .section-2 > .content > .con > .left > .desc {
  color: #4E5969;
  font-size: 16px;
  line-height: 30px;
}
.main > .section-2 > .content > .con > .right > img {
  width: 560px;
  height: 430px;
}
.main > .section-3 {
  min-height: 700px;
}
.main > .section-3 > .content {
  width: 1200px;
  height: 100%;
  padding: 100px 0;
  margin: 0 auto;
  position: relative;
}
.main > .section-3 > .content > .title {
  margin-bottom: 40px;
  line-height: 87px;
  font-family: "HarmonyOS Sans SC";
  font-size: 36px;
  text-align: center;
  color: #1D2129;
}
.main > .section-3 > .content > .con {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 1200px;
}
.main > .section-3 > .content > .con > .row {
  width: 388px;
  height: 520px;
  border-radius: 4px;
  box-shadow: 0px 3px 4px 2px #E8E8E8;
  display: flex;
  flex-direction: column;
  background-color: #FFF;
}
.main > .section-3 > .content > .con > .row > .title {
  height: 90px;
  text-align: center;
  line-height: 90px;
  background-color: #B53434;
  font-size: 30px;
  font-weight: 500;
  color: #FFF;
}
.main > .section-3 > .content > .con > .row > .row-c {
  flex: 1;
  border-bottom: 16px solid #B53434;
  display: flex;
  flex-direction: column;
}
.main > .section-3 > .content > .con > .row > .row-c > .bg-img {
  width: 100%;
  height: 220px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.main > .section-3 > .content > .con > .row > .row-c > .bg-img > img {
  width: auto;
  height: auto;
}
.main > .section-3 > .content > .con > .row > .row-c > .sub-title {
  font-size: 24px;
  color: #B53434;
  text-align: center;
  line-height: 34px;
  margin: 18px;
}
.main > .section-3 > .content > .con > .row > .row-c > .desc {
  padding: 0 40px;
  font-size: 16px;
  color: #4E5969;
  line-height: 24px;
}
.main > .section-4 {
  min-height: 700px;
  background-color: #FFF;
}
.main > .section-4 > .content {
  width: 1200px;
  height: 100%;
  padding: 100px 0;
  margin: 0 auto;
  position: relative;
}
.main > .section-4 > .content > .title {
  margin-bottom: 40px;
  line-height: 87px;
  font-family: "HarmonyOS Sans SC";
  font-size: 36px;
  text-align: center;
  color: #1D2129;
}
.main > .section-4 > .content > .scheme_swiper {
  width: 1088px;
  height: 338px;
  margin: 0 auto;
  overflow: hidden;
}
.main > .section-4 > .content > .scheme_swiper > .swiper-wrapper > .swiper-slide {
  width: 338px;
  margin: 0 12px;
  border-radius: 4px;
  background: #FFFFFF;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.main > .section-4 > .content > .scheme_swiper .swiper-button-next, .main > .section-4 > .content > .scheme_swiper .swiper-button-prev {
  top: calc(50% + 44px);
  color: #d1201d;
}
.main > .section-4 > .content > .con {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 1200px;
}
.main > .section-4 > .content > .con > .row {
  width: 380px;
  display: flex;
  flex-direction: column;
}
.main > .section-4 > .content > .con > .row > .bg-img {
  width: 380px;
  height: 200px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.main > .section-4 > .content > .con > .row > .bg-img > img {
  width: auto;
  height: auto;
}
.main > .section-4 > .content > .con > .row > .row-c {
  width: 360px;
  margin-left: 10px;
  width: 360px;
  height: 156px;
  padding: 18px 30px;
  border: 1px solid #ddd;
  border-radius: 4px;
  background: #FFFFFF;
  margin-top: -20px;
}
.main > .section-4 > .content > .con > .row > .row-c > .sub-title {
  font-size: 18px;
  color: #B53434;
  line-height: 30px;
  margin-bottom: 12px;
}
.main > .section-4 > .content > .con > .row > .row-c > .desc {
  font-size: 14px;
  color: #4E5969;
  line-height: 24px;
}/*# sourceMappingURL=schemes.css.map */