.banner {
  width: 100%;
  display: block;
}
.cn .section.section5 ul li {
  height: 160px;
  padding-top: 35px;
}
.section {
  width: 1220px;
  margin: 0 auto;
}
.section.section1 {
  margin-top: 65px;
}
.section.section1 h3 {
  color: #000000;
  font-family: Helvetica Neue;
  font-size: 40px;
  font-weight: 500;
  line-height: 44px;
  letter-spacing: 0px;
  margin-bottom: 46px;
}
.section.section1 .content {
  display: flex;
  justify-content: space-between;
}
.section.section1 .content .card {
  width: 370px;
  height: 341px;
  border-radius: 12px;
  left: 0;
  position: relative;
  overflow: hidden;
  box-sizing: border-box;
  padding-top: 33px;
  background: linear-gradient(180deg, #ffffff, #ffffff 100%);
  box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.05);
  backdrop-filter: blur(27.18px);
}
.section.section1 .content .card::before {
  content: '';
  display: block;
  position: absolute;
  width: 730px;
  height: 730px;
  background: radial-gradient(28% 50% at 50% 50%, #58b750, rgba(88, 183, 80, 0) 100%);
  opacity: 0.2;
  border-radius: 50%;
  top: -570px;
  left: -270px;
  z-index: -1;
}
.section.section1 .content .card h4 {
  color: #000000;
  font-family: Helvetica Neue;
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0px;
  text-align: center;
}
.section.section1 .content .card p {
  width: 280px;
  height: 60px;
  color: #999999;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0px;
  text-align: center;
  margin: 0 auto;
  margin-top: 17px;
}
.section.section1 .content .card div {
  color: #000000;
  font-size: 16px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0px;
  text-align: center;
  margin-top: 20px;
}
.section.section1 .content .card input {
  margin: 0 auto;
  width: 280px;
  height: 48px;
  border-radius: 24px;
  background: #f0f0f2;
  border: none;
  outline: none;
  margin-top: 20px;
  display: block;
  text-align: center;
  font-size: 24px;
  font-weight: 400;
}
.section.section1 .content .card input::-webkit-input-placeholder {
  color: #c6c6c6;
}
.section.section1 .content .card button {
  margin: 0 auto;
  width: 280px;
  display: block;
  height: 48px;
  border-radius: 24px;
  background-color: #73B36E;
  color: #ffffff;
  font-family: Helvetica Neue;
  font-size: 24px;
  font-weight: 500;
  line-height: 24px;
  text-align: center;
  margin-top: 20px;
  border: none;
  cursor: pointer;
}
.section.section1 .content .desc .ttl {
  color: #000000;
  font-size: 20px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0px;
  margin-bottom: 10px;
  padding-top: 4px;
}
.section.section1 .content .desc p {
  width: 807px;
  color: #666666;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
}
.section.section2 {
  margin-top: 79px;
}
.section.section2 h3 {
  color: #000000;
  font-family: Helvetica Neue;
  font-size: 40px;
  font-weight: 500;
  line-height: 44px;
  letter-spacing: 0px;
  margin-bottom: 15px;
}
.section.section2 .desc {
  width: 1220px;
  height: 30px;
  color: #666666;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  text-align: left;
}
.section.section2 ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 37px;
}
.section.section2 ul li {
  padding-top: 245px;
  border-radius: 12px;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100% auto;
  list-style: none;
  width: 394px;
  height: 456px;
  box-sizing: border-box;
  background-color: #fff;
  opacity: 0;
}
.section.section2 ul li.an1 {
  opacity: 1;
  transition: all, opacity 1s ease 200ms;
}
.section.section2 ul li.an2 {
  opacity: 1;
  transition: all, opacity 1s ease 500ms;
}
.section.section2 ul li.an3 {
  opacity: 1;
  transition: all, opacity 1s ease 800ms;
}
.section.section2 ul li.card1 {
  background-image: url(../images/service_1.jpeg?v=20);
}
.section.section2 ul li.card2 {
  background-image: url(../images/service_2.jpeg?v=20);
}
.section.section2 ul li.card3 {
  background-image: url(../images/service_3.jpeg?v=20);
}
.section.section2 ul li .title {
  color: #000000;
  font-family: Helvetica Neue;
  font-size: 20px;
  font-weight: 500;
  line-height: 20px;
  text-align: center;
}
.section.section2 ul li p {
  margin: 0 auto;
  margin-top: 11px;
  color: #666666;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0px;
  text-align: center;
}
.section.section2 ul li a {
  width: 140px;
  height: 38px;
  border-radius: 24px;
  background: #73b36e;
  color: #fff;
  font-family: Helvetica Neue;
  font-size: 16px;
  font-weight: 500;
  line-height: 38px;
  display: block;
  text-align: center;
  position: relative;
  margin: 0 auto;
  margin-top: 31px;
  cursor: pointer;
  text-decoration: none;
}
.section.section2 ul li a::after {
  position: absolute;
  right: 20px;
  display: inline-block;
  content: '';
  height: 6px;
  width: 6px;
  box-sizing: border-box;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg) translateY(-50%);
  top: 50%;
}
.section.section3 {
  margin-top: 53px;
  background-image: url(../images/line.jpeg?v=20);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 260px;
}
.section.section3 .main {
  width: 1220px;
  margin: 0 auto;
  padding-top: 50px;
}
.section.section3 .main h3 {
  color: #fff;
  font-family: Helvetica Neue;
  font-size: 40px;
  font-weight: 500;
  line-height: 44px;
  letter-spacing: 0px;
  margin-bottom: 7px;
}
.section.section3 .main .desc {
  width: 1220px;
  height: 30px;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  text-align: left;
}
.section.section4 {
  margin-top: 34px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.section.section4 .card {
  padding-top: 40px;
  list-style: none;
  width: 290px;
  height: 280px;
  box-sizing: border-box;
  background-color: #ffffff;
  border-radius: 12px;
}
.section.section4 .card i {
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100% auto;
  height: 64px;
  width: 64px;
  display: block;
  margin: 0 auto;
}
.section.section4 .card.an1 {
  opacity: 1;
  transition: all, opacity 1s ease 200ms;
}
.section.section4 .card.an2 {
  opacity: 1;
  transition: all, opacity 1s ease 500ms;
}
.section.section4 .card.an3 {
  opacity: 1;
  transition: all, opacity 1s ease 800ms;
}
.section.section4 .card.an4 {
  opacity: 1;
  transition: all, opacity 1s ease 1200ms;
}
.section.section4 .card.card1 i {
  background-image: url(../images/adv-1.svg?v=20);
}
.section.section4 .card.card2 i {
  background-image: url(../images/adv-2.svg?v=20);
}
.section.section4 .card.card3 i {
  background-image: url(../images/adv-3.svg?v=20);
}
.section.section4 .card.card4 i {
  background-image: url(../images/adv-4.svg?v=20);
}
.section.section4 .card .title {
  color: #000000;
  font-size: 20px;
  font-weight: 500;
  text-align: center;
  margin-top: 36px;
}
.section.section4 .card p {
  margin: 0 auto;
  margin-top: 11px;
  width: 240px;
  height: 132px;
  color: #666666;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  text-align: center;
}
.section.section5 {
  margin-top: 83px;
}
.section.section5 h3 {
  color: #000000;
  font-family: Helvetica Neue;
  font-size: 40px;
  font-weight: 500;
  line-height: 44px;
  letter-spacing: 0px;
  margin-bottom: 16px;
}
.section.section5 .desc {
  width: 1220px;
  height: 30px;
  color: #666666;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  text-align: left;
}
.section.section5 ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 37px;
}
.section.section5 ul li {
  padding-top: 35px;
  border-radius: 12px;
  list-style: none;
  width: 394px;
  height: 286px;
  box-sizing: border-box;
  background-color: #fff;
}
.section.section5 ul li.an1 {
  opacity: 1;
  transition: all, opacity 1s ease 200ms;
}
.section.section5 ul li.an2 {
  opacity: 1;
  transition: all, opacity 1s ease 500ms;
}
.section.section5 ul li.an3 {
  opacity: 1;
  transition: all, opacity 1s ease 800ms;
}
.section.section5 ul li .title {
  color: #000000;
  font-family: Helvetica Neue;
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0px;
  text-align: left;
  padding-left: 40px;
  padding-right: 30px;
}
.section.section5 ul li p {
  margin: 0 auto;
  margin-top: 7px;
  width: 324px;
  color: #666666;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 0px;
  text-align: center;
}
.section.section6 {
  margin: 0 auto;
  margin-top: 77px;
}
.section.section6 h3 {
  height: 48px;
  color: #000000;
  font-family: Helvetica Neue;
  font-size: 40px;
  font-weight: 500;
  line-height: 44px;
  letter-spacing: 0px;
  text-align: left;
  margin: 0 auto;
  margin-bottom: 29px;
}
.section.section6 .s6 {
  width: 1220px;
  margin: 0 auto;
  font-size: 0;
  display: flex;
}
.section.section6 .s6 .l {
  width: 394px;
  height: 270px;
  background-image: url(../images/photo.jpeg?v=20);
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 12px;
}
.section.section6 .s6 .r {
  margin-left: 36px;
  width: 790px;
}
.section.section6 .s6 .r .desc {
  padding-top: 7px;
  box-sizing: border-box;
  width: 100%;
  color: #666666;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
}
.section.section6 .s6 .r .name {
  color: #000000;
  font-size: 18px;
  font-weight: 400;
  line-height: 18px;
  text-align: left;
  margin-top: 65px;
}
.section.section6 .s6 .r .name_d {
  color: #333333;
  font-size: 14px;
  font-weight: 400;
  line-height: 14px;
  letter-spacing: 0px;
  text-align: left;
  margin-top: 8px;
}
.section.section7_cn {
  margin-top: 68px;
  height: 297px;
  background: linear-gradient(90deg, #73b36e, rgba(115, 179, 110, 0.3));
  width: 100%;
}
.section.section7_cn .main {
  width: 1220px;
  margin: 0 auto;
  padding-top: 50px;
}
.section.section7_cn .main h3 {
  color: #fff;
  font-size: 40px;
  font-weight: 500;
  line-height: 44px;
  letter-spacing: 0px;
  margin-bottom: 20px;
}
.section.section7_cn .main .desc {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 32px;
  text-align: left;
}
.section.section7_cn .main .more {
  width: 140px;
  height: 38px;
  border-radius: 24px;
  background: #fff;
  color: #333;
  font-size: 16px;
  font-weight: 500;
  line-height: 38px;
  display: inline-block;
  text-align: center;
  position: relative;
  margin-top: 28px;
  cursor: pointer;
  text-decoration: none;
}
