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;
  background-image: url("../../../img/scheme/bg-1.png");
}
.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 > .title {
  margin-top: 145px;
  margin-bottom: 45px;
  font-size: 48px;
  font-weight: 500;
  color: #DC4A49;
}
.main > .section-1 > .content > .left-text > .sub-title {
  font-size: 16px;
  color: #DC4A49;
  margin-bottom: 100px;
}
.main > .section-1 > .content > .left-text > .btn {
  background-color: #DC4A49;
  border-radius: 4px;
  border: 0;
  width: 156px;
  height: 48px;
  font-family: PingFangSC-Medium;
  font-size: 20px;
  color: #fff;
  text-align: center;
  line-height: 48px;
  cursor: pointer;
}
.main > .section-1 > .content > .left-text > .btn:hover {
  background-color: #DC4A49;
}
.main > .section-1 > .content > .right-bg {
  width: 768px;
  height: 100%;
}
.main > .section-1 > .content > .right-bg > img {
  width: 100%;
  height: 100%;
}
.main > .section-2 {
  height: 700px;
  background-image: url("../../../img/scheme/bg-2.png");
}
.main > .section-2 > .content {
  width: 1200px;
  height: 100%;
  margin: 0 auto;
  position: relative;
}
.main > .section-2 > .content > .main-scheme {
  position: absolute;
  left: 0;
  top: -68px;
  width: 1200px;
  height: 585px;
  background: #FFFFFF;
  display: flex;
  flex-direction: column;
}
.main > .section-2 > .content > .main-scheme > .scheme-title {
  width: 100%;
  height: 205px;
}
.main > .section-2 > .content > .main-scheme > .scheme-title > p {
  text-align: center;
  color: #666666;
}
.main > .section-2 > .content > .main-scheme > .scheme-title > .title {
  font-size: 36px;
  padding-top: 68px;
  padding-bottom: 22px;
}
.main > .section-2 > .content > .main-scheme > .scheme-con {
  flex: 1;
  width: 100%;
  height: 380px;
  display: flex;
  display: flex;
}
.main > .section-2 > .content > .main-scheme > .scheme-con > .l-max {
  flex: 1;
  background-size: cover;
  background-image: url("../../../img/scheme/zhjs-bg.png");
  background-repeat: no-repeat;
  background-position: center center;
}
.main > .section-2 > .content > .main-scheme > .scheme-con > .l-max > .scheme-1 {
  width: 100%;
  height: 100%;
  background: linear-gradient(270deg, rgba(255, 124, 110, 0.1) 0%, rgba(200, 67, 67, 0.9) 100%);
  padding-left: 36px;
  display: flex;
  flex-direction: column;
}
.main > .section-2 > .content > .main-scheme > .scheme-con > .l-max > .scheme-1 > .title {
  margin-top: 46px;
  color: #FFF;
  font-size: 24px;
}
.main > .section-2 > .content > .main-scheme > .scheme-con > .l-max > .scheme-1 > .sub-title {
  color: #FFF;
  margin-top: 20px;
  margin-bottom: 140px;
  font-size: 16px;
}
.main > .section-2 > .content > .main-scheme > .scheme-con > .l-max > .scheme-1 .btn > a {
  width: 120px;
  height: 36px;
  background: #FBF3F3;
  border-radius: 4px;
  display: flex;
  padding: 8px 10px;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  color: #B53434;
  transition: all 0.3s;
}
.main > .section-2 > .content > .main-scheme > .scheme-con > .l-max > .scheme-1 .btn > a:hover {
  color: #FBF3F3;
  background: #B53434;
}
.main > .section-2 > .content > .main-scheme > .scheme-con > .r-min {
  flex: 1;
  display: flex;
  flex-wrap: wrap;
}
.main > .section-2 > .content > .main-scheme > .scheme-con > .r-min > .min-row {
  width: 299px;
  height: 190px;
  background: rgb(64, 64, 64);
  border: 1px solid #FFF;
  padding: 40px 30px;
}
.main > .section-2 > .content > .main-scheme > .scheme-con > .r-min > .min-row > a {
  color: #FFF;
  font-size: 18px;
}/*# sourceMappingURL=index.css.map */