.banner {
  display: block;
  width: 100%;
}
.section {
  width: 1220px;
  margin: 0 auto;
  display: block;
}
.section .title-line {
  font-weight: 500;
  font-style: Medium;
  font-size: 44px;
  line-height: 44px;
  letter-spacing: 0%;
  text-align: center;
  width: 100%;
}
.section.section1 {
  background-color: #000000;
  width: 100%;
  padding-bottom: 28px;
}
.section.section1 .main {
  width: 1120px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  padding-bottom: 30px;
}
.section.section1 .main .card {
  width: 360px;
  height: 400px;
  position: relative;
  border-radius: 12px;
  box-sizing: border-box;
  padding-top: 30px;
  padding-left: 30px;
}
.section.section1 .main .card::after {
  background: linear-gradient(180deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 93.83%);
  width: 100%;
  height: 400px;
  left: 0;
  top: 0;
  opacity: 0.2;
  content: '';
  display: block;
  overflow: hidden;
  border-radius: 12px;
  position: absolute;
  z-index: 0;
  pointer-events: none;
}
.section.section1 .main .card > h3 {
  font-style: normal;
  font-weight: 500;
  font-size: 28px;
  line-height: 31px;
  color: #FFFFFF;
  text-align: left;
  box-sizing: border-box;
}
.section.section1 .main .card > p {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  width: 305px;
  margin-top: 13px;
  color: #FFFFFF;
  opacity: 0.6;
  box-sizing: border-box;
}
.section.section1 .main .card > p > span {
  color: #FFF600;
  font-weight: bold;
}
.section.section1 .main .card > div {
  margin-top: 18px;
  color: #85d381;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0%;
  display: inline-block;
  text-align: left;
  background: url(../images/yes.svg?v=30) no-repeat;
  background-position: left 3px;
  padding-left: 22px;
  background-size: 16px 16px;
}
.section.section2 {
  width: 1220px;
  margin: 0 auto;
  margin-top: 100px;
}
.section.section2 .title-line {
  margin-bottom: 56px;
}
.section.section2 .cards {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-bottom: 17px;
}
.section.section2 .cards .card {
  width: 600px;
}
.section.section2 .card {
  padding: 40px 0 0 50px;
  background-color: #ffffff;
  border-radius: 12px;
  height: 509px;
  box-sizing: border-box;
  position: relative;
}
.section.section2 .card > img {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  display: block;
}
.section.section2 .card.card1 > img {
  height: 173px;
  width: 521px;
  bottom: 43px;
  left: 51%;
}
.section.section2 .card.card2 > img {
  height: 152px;
  width: 487px;
  bottom: 33px;
  left: 47%;
}
.section.section2 .card.card3 > img {
  height: 178px;
  width: 448px;
  bottom: 33px;
  left: 49%;
}
.section.section2 .card.card4 > img {
  height: 273px;
  width: 600px;
  bottom: 5px;
}
.section.section2 .card.card5 {
  position: relative;
  width: 1220px;
  height: 459px;
}
.section.section2 .card.card5 > p {
  width: 460px !important;
}
.section.section2 .card.card5 > div {
  margin-top: 20px;
}
.section.section2 .card.card5 > img {
  position: absolute;
  bottom: 0px;
  z-index: 1;
  width: 100%;
  height: 460px;
}
.section.section2 .card > h3 {
  font-weight: 500;
  font-style: Medium;
  font-size: 28px;
  line-height: 36px;
  letter-spacing: 0%;
  margin-bottom: 8px;
}
.section.section2 .card > div {
  color: #6aae66;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0%;
  text-align: left;
  background: url(../images/light.svg?v=30) no-repeat;
  background-position: left 4px;
  padding-left: 22px;
  background-size: 16px 16px;
  margin-bottom: 10px;
}
.section.section2 .card > p {
  font-weight: 400;
  font-size: 16px;
  color: #666;
  line-height: 24px;
  letter-spacing: 0%;
  max-width: 500px;
  padding-left: 2px;
}
.section.section3 {
  width: 1220px;
  margin: 0 auto;
  margin-top: 100px;
}
.section.section3 .title-line {
  margin-bottom: 56px;
}
.section.section3 .cards {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 56px;
  flex-wrap: wrap;
  column-gap: 20px;
  row-gap: 20px;
}
.section.section3 .cards .card {
  padding: 30px 0 0 30px;
  box-sizing: border-box;
  height: 460px;
  width: 600px;
  background-color: #ffffff;
  border-radius: 12px;
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
}
.section.section3 .cards .card.card1 {
  background-image: url(../images/product_proc_1.jpg);
}
.section.section3 .cards .card.card2 {
  background-image: url(../images/product_proc_2.jpg);
}
.section.section3 .cards .card.card3 {
  background-image: url(../images/product_proc_3.jpg);
}
.section.section3 .cards .card.card3 ul {
  width: 385px;
}
.section.section3 .cards .card.card4 {
  background-image: url(../images/product_proc_4.jpg);
}
.section.section3 .cards .card.card4 ul {
  width: 305px;
}
.section.section3 .cards .card > b {
  font-weight: 700;
  font-size: 22px;
  line-height: 28px;
  letter-spacing: 0%;
  color: #69a765;
  opacity: 0;
}
.section.section3 .cards .card > h3 {
  font-weight: 500;
  font-size: 22px;
  line-height: 28px;
  letter-spacing: 0%;
  margin-top: 12px;
}
.section.section3 .cards .card > ul {
  position: relative;
  margin-top: 13px;
  width: 284px;
}
.section.section3 .cards .card > ul > li {
  position: relative;
  left: 0px;
  list-style: disc;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0%;
  color: #666;
}
.section.section3 .cards .card .commit {
  position: absolute;
  left: 30px;
  bottom: 22px;
}
.section.section3 .cards .card .commit > span {
  font-weight: 700;
  font-weight: bold;
  font-size: 16px;
  line-height: 16px;
  letter-spacing: 0%;
  background: #fff;
  height: 26px;
  line-height: 26px;
  border-radius: 13px;
  padding: 0 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  display: inline-block;
  color: #6aae66;
}
.section.section3 .cards .card .commit > p {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0%;
  margin-top: 8px;
  color: #fff;
}
.section.section4 {
  margin-top: 110px;
  width: 100%;
  height: 254px;
  background: linear-gradient(90deg, #73b36e, rgba(115, 179, 110, 0.3));
}
.section.section4 .main {
  width: 1220px;
  margin: 0 auto;
  padding-top: 52px;
  position: relative;
}
.section.section4 .main h3 {
  color: #fff;
  font-size: 40px;
  font-weight: 500;
  line-height: 44px;
  letter-spacing: 0px;
  margin-bottom: 14px;
}
.section.section4 .main .mt {
  color: #ffffff;
  font-size: 24px;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: 0px;
  text-align: left;
  margin-top: 17px;
}
.section.section4 .main .desc {
  width: 1220px;
  height: 30px;
  color: #fff;
  padding-left: 20px;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  text-align: left;
  box-sizing: border-box;
}
.section.section4 .main a {
  width: 140px;
  height: 38px;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.6);
  color: #000;
  font-size: 16px;
  font-weight: 500;
  line-height: 38px;
  display: inline-block;
  text-align: center;
  position: relative;
  margin-top: 16px;
  cursor: pointer;
  text-decoration: none;
}
.section.section4 .main .qr {
  position: absolute;
  right: 3px;
  top: 34px;
  width: 140px;
}
.section.section4 .main .qr > .img {
  background-image: url(../images/services-qrcode.jpg?v=30);
  background-position: center center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  height: 140px;
  width: 140px;
  border-radius: 8px;
}
.section.section4 .main .qr > .txt {
  font-style: normal;
  font-weight: 400;
  white-space: nowrap;
  font-size: 16px;
  text-align: center;
  padding-top: 10px;
  color: rgba(0, 0, 0, 0.6);
}
.section.section5 {
  margin-top: 100px;
}
.section.section5 .cards {
  margin-top: 56px;
  display: flex;
  flex-wrap: wrap;
  row-gap: 20px;
}
.section.section5 .cards .card {
  height: 394px;
  width: 1220px;
  box-sizing: border-box;
  background-color: #ffffff;
  border-radius: 12px;
  padding: 36px 30px 0 30px;
}
.section.section5 .cards .card > h3 {
  font-weight: 500;
  font-size: 28px;
  line-height: 36px;
  padding-left: 20px;
  letter-spacing: 0%;
}
.section.section5 .cards .card ul {
  margin-top: 26px;
  width: 100%;
}
.section.section5 .cards .card ul li {
  height: 64px;
  display: flex;
  align-items: center;
  border-bottom: 1px solid rgba(105, 167, 101, 0.3);
}
.section.section5 .cards .card ul li:first-child {
  border-top: 1px solid rgba(105, 167, 101, 0.3);
}
.section.section5 .cards .card ul li:nth-child(odd) {
  background-color: rgba(105, 167, 101, 0.1);
}
.section.section5 .cards .card ul li > label {
  padding-left: 20px;
  width: 240px;
  font-weight: bold;
  font-size: 16px;
  box-sizing: border-box;
  color: #69a765;
}
.section.section5 .cards .card ul li > span {
  font-size: 16px;
  color: #69a765;
}
.section.section7 {
  margin-top: 95px;
}
.section.section7 ol {
  list-style-position: outside;
  box-sizing: border-box;
  width: 1202px;
  padding-left: 34px;
  margin-top: 40px;
}
.section.section7 ol li {
  width: 100%;
  font-weight: 400;
  font-size: 16px;
  line-height: 30px;
  letter-spacing: 0%;
}
.section.section6 {
  margin-top: 115px;
  background-image: url(../images/advantage.jpg?v=30);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 630px;
}
.section.section6 .main {
  width: 1220px;
  margin: 0 auto;
  padding-top: 60px;
}
.section.section6 .main h3 {
  color: #fff;
  font-size: 40px;
  font-weight: 500;
  line-height: 40px;
  letter-spacing: 0px;
}
.section.section6 .main .desc {
  width: 570px;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  margin-top: 26px;
  text-align: left;
}
.section.section6 .main .s1 {
  color: #ffffff;
  font-size: 24px;
  font-weight: 400;
  text-align: left;
  margin-top: 14px;
}
.section.section6 .main .more {
  width: 140px;
  height: 38px;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.6);
  color: #000;
  font-size: 16px;
  font-weight: 500;
  line-height: 38px;
  display: inline-block;
  text-align: center;
  position: relative;
  margin-top: 68px;
  margin-left: 13px;
  cursor: pointer;
  text-decoration: none;
}
.section.section6 .main .qr {
  margin-top: 40px;
  width: 140px;
}
.section.section6 .main .qr > .img {
  background-image: url(../images/services-qrcode.jpg?v=30);
  background-position: center center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  height: 140px;
  width: 140px;
  border-radius: 8px;
}
.section.section6 .main .qr > .txt {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  text-align: center;
  white-space: nowrap;
  padding-top: 10px;
  color: #fff;
}
