.banner {
  display: block;
  width: 100%;
}
.section {
  width: 1220px;
  margin: 0 auto;
}
.section.section1 {
  margin-top: 39px;
}
.section.section1 h3 {
  color: #000000;
  font-family: Helvetica Neue;
  font-size: 40px;
  font-weight: 500;
  line-height: 44px;
  letter-spacing: 0px;
  margin-bottom: 7px;
}
.section.section1 h4 {
  color: #000000;
  font-family: Helvetica Neue;
  font-size: 28px;
  font-weight: 500;
  line-height: 28px;
  letter-spacing: 0px;
  margin-bottom: 11px;
}
.section.section1 .desc {
  width: 1220px;
  color: #666666;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  text-align: left;
  padding-left: 0px;
  box-sizing: border-box;
}
.section.section1 > ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 25px;
}
.section.section1 > ul > li {
  padding: 0;
  border-radius: 12px;
  list-style: none;
  width: 400px;
  height: 394px;
  box-sizing: border-box;
  cursor: pointer;
  overflow: hidden;
  perspective: 1000px;
}
.section.section1 > ul > li .card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  transition: transform 0.6s ease;
  transform-style: preserve-3d;
  background-color: #fff;
}
.section.section1 > ul > li:hover .card-inner {
  transform: rotateY(180deg);
}
.section.section1 > ul > li .card-front,
.section.section1 > ul > li .card-back {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
  border-radius: 12px;
}
.section.section1 > ul > li .card-front {
  padding: 42px 24px 0px 44px;
  box-sizing: border-box;
}
.section.section1 > ul > li .card-front > ul {
  padding: 0;
  margin-top: 18px;
}
.section.section1 > ul > li .card-front > ul li {
  list-style-type: disc;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #000000;
  opacity: 0.6;
}
.section.section1 > ul > li .card-back {
  transform: rotateY(180deg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-color: #fff;
}
.section.section1 > ul > li .card-back.card-back-1 {
  background-image: url(../images/services-product-1.jpg?v=29);
}
.section.section1 > ul > li .card-back.card-back-2 {
  background-image: url(../images/services-product-2.jpg?v=29);
}
.section.section1 > ul > li .card-back.card-back-3 {
  background-image: url(../images/services-product-3.jpg?v=29);
}
.section.section1 > ul > li .card-back.card-back-4 {
  background-image: url(../images/services-product-4.jpg?v=29);
}
.section.section1 > ul > li .card-back.card-back-5 {
  background-image: url(../images/services-product-5.jpg?v=29);
}
.section.section1 > ul > li .card-back.card-back-6 {
  background-image: url(../images/services-product-6.jpg?v=29);
}
.section.section1 > ul > li .num {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 44px;
}
.section.section1 > ul > li .num > span {
  font-family: 'Cera Pro';
  font-style: normal;
  font-weight: 500;
  font-size: 40px;
  color: #69A765;
}
.section.section1 > ul > li .num > i {
  display: block;
  border-radius: 50%;
  background-color: rgba(105, 167, 101, 0.2);
  height: 44px;
  width: 44px;
  background-image: url(../images/container.svg?v=29);
  background-position: center;
  background-size: 32px 32px;
  background-repeat: no-repeat;
}
.section.section1 > ul > li .title {
  margin-top: 26px;
  margin-bottom: 2px;
  color: #000000;
  font-family: Helvetica Neue;
  font-size: 28px;
  font-weight: 500;
  line-height: 32px;
  letter-spacing: 0px;
  text-align: left;
}
.section.section1 > ul > li p {
  color: #666;
  font-family: Helvetica Neue;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: 0px;
  text-align: center;
}
.section.section2 {
  margin-top: 50px;
  width: 100%;
  height: 260px;
  background: linear-gradient(90deg, #73b36e, rgba(115, 179, 110, 0) 100%);
}
.section.section2 .main {
  width: 1220px;
  margin: 0 auto;
  padding-top: 67px;
  position: relative;
}
.section.section2 .main h3 {
  color: #fff;
  font-family: Helvetica Neue;
  font-size: 40px;
  font-weight: 500;
  line-height: 44px;
  letter-spacing: 0px;
  margin-bottom: 10px;
}
.section.section2 .main .mt {
  color: #ffffff;
  font-size: 24px;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: 0px;
  text-align: left;
  margin-top: 17px;
}
.section.section2 .main .desc {
  width: 1220px;
  height: 30px;
  color: #fff;
  padding-left: 20px;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  text-align: left;
}
.section.section2 .main a {
  width: 140px;
  height: 38px;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.6);
  color: #000;
  font-family: Helvetica Neue;
  font-size: 16px;
  font-weight: 500;
  line-height: 38px;
  display: inline-block;
  text-align: center;
  position: relative;
  margin-top: 20px;
  cursor: pointer;
  text-decoration: none;
}
.section.section2 .main .qr {
  position: absolute;
  right: 0;
  top: 43px;
  width: 140px;
}
.section.section2 .main .qr > .img {
  background-image: url(../images/services-qrcode.jpg?v=29);
  background-position: center center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  height: 140px;
  width: 140px;
  border-radius: 8px;
}
.section.section2 .main .qr > .txt {
  font-family: 'Source Han Sans CN';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  text-align: center;
  white-space: nowrap;
  padding-top: 10px;
  color: rgba(0, 0, 0, 0.6);
}
.section.section3 {
  margin-top: 81px;
}
.section.section3 h3 {
  color: #000000;
  font-family: Helvetica Neue;
  font-size: 40px;
  font-weight: 500;
  line-height: 44px;
  letter-spacing: 0px;
  margin-bottom: 6px;
}
.section.section3 .desc {
  width: 1220px;
  color: #666666;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  text-align: left;
  box-sizing: border-box;
  padding-left: 19px;
}
.section.section3 ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 26px;
}
.section.section3 ul li {
  padding-top: 241px;
  border-radius: 12px;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100% auto;
  list-style: none;
  width: 394px;
  height: 531px;
  box-sizing: border-box;
  background-color: #fff;
}
.section.section3 ul li.card1 {
  background-image: url(../images/3pl_1.jpeg?v=29);
}
.section.section3 ul li.card2 {
  background-image: url(../images/3pl_2.jpeg?v=29);
}
.section.section3 ul li.card3 {
  background-image: url(../images/3pl_3.jpeg?v=29);
}
.section.section3 ul li .title {
  color: #000000;
  font-family: Helvetica Neue;
  font-size: 20px;
  font-weight: 500;
  line-height: 26px;
  text-align: center;
}
.section.section3 ul li p {
  margin: 0 auto;
  margin-top: 10px;
  padding-left: 18px;
  color: #666666;
  font-size: 16px;
  font-weight: 400;
  line-height: 23px;
  letter-spacing: 0px;
  text-align: justify;
}
.section.section3_1 {
  margin-top: 30px;
  background-image: url(../images/line2.jpeg?v=29);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 290px;
}
.section.section3_1 .main {
  width: 1220px;
  margin: 0 auto;
  padding-top: 189px;
}
.section.section3_1 .main h3 {
  color: #ffffff;
  font-family: Helvetica Neue;
  font-size: 40px;
  font-weight: 500;
  line-height: 44px;
  letter-spacing: 0px;
  text-align: left;
}
.section.section4 {
  margin-top: 90px;
}
.section.section4 h3 {
  color: #000000;
  font-family: Helvetica Neue;
  font-size: 40px;
  font-weight: 500;
  line-height: 44px;
  letter-spacing: 0px;
  margin-bottom: 20px;
}
.section.section4 .desc {
  width: 1220px;
  color: #666666;
  font-size: 16px;
  font-weight: 400;
  line-height: 27px;
  text-align: left;
  padding-left: 24px;
  box-sizing: border-box;
  letter-spacing: -0.4px;
}
.section.section4 ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 45px;
}
.section.section4 ul li {
  padding-top: 33px;
  border-radius: 12px;
  list-style: none;
  width: 394px;
  height: 300px;
  box-sizing: border-box;
  background-color: #fff;
}
.section.section4 ul li .title {
  width: 316px;
  color: #000000;
  font-family: Helvetica Neue;
  font-size: 20px;
  font-weight: 500;
  line-height: 26px;
  letter-spacing: 0px;
  text-align: center;
  margin: 0 auto;
}
.section.section4 ul li p {
  margin: 0 auto;
  margin-top: 10px;
  width: 354px;
  color: #666666;
  font-size: 16px;
  font-weight: 400;
  line-height: 23px;
  letter-spacing: 0px;
  text-align: left;
}
.section.section5 {
  margin-top: 83px;
  position: relative;
}
.section.section5::after {
  background-image: url(../images/service_map.png);
  background-size: 100%;
  background-repeat: no-repeat;
  height: 768px;
  width: 697px;
  opacity: 0.5;
  display: block;
  content: '';
  position: absolute;
  right: 0px;
  top: 173px;
}
.section.section5 h3 {
  color: #000000;
  font-family: Helvetica Neue;
  font-size: 40px;
  font-weight: 500;
  line-height: 52px;
  letter-spacing: 0px;
  margin-bottom: 17px;
}
.section.section5 h4 {
  color: #262626;
  font-family: Helvetica Neue;
  font-size: 40px;
  font-weight: 400;
  line-height: 44px;
  letter-spacing: 0px;
  margin-bottom: 17px;
}
.section.section5 .ttl_inner {
  font-size: 22px;
  color: #73B36E;
  font-weight: 500;
}
.section.section5 .kh {
  padding: 0;
  margin: 0;
  padding-top: 26px;
  padding-left: 0px;
}
.section.section5 .kh li {
  list-style-type: disc;
  font-size: 18px;
  font-weight: 500;
  padding-bottom: 12px;
}
.section.section5 .star {
  padding: 0;
  margin: 0;
  padding-top: 15px;
  padding-left: 0px;
}
.section.section5 .star li.l {
  list-style-type: disc;
  font-size: 18px;
  font-weight: 500;
  padding-bottom: 12px;
  margin-top: 10px;
}
.section.section5 .star li.d {
  color: #666;
  list-style-type: none;
  font-size: 16px;
  padding-bottom: 18px;
}
.section.section5 .desc {
  width: 1220px;
  color: #666666;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  text-align: left;
}
.section.section5 .icons {
  display: flex;
  align-items: center;
  margin: 0 auto;
  margin-top: 24px;
  justify-content: space-between;
  width: 1210px;
}
.section.section5 .icons li {
  list-style: none;
  width: 210px;
  height: 266px;
  background-color: #fff;
  border-radius: 8px;
  box-sizing: border-box;
  padding-top: 32px;
  position: relative;
}
.section.section5 .icons li:last-child::after {
  display: none;
}
.section.section5 .icons li::after {
  display: block;
  position: absolute;
  content: ' ';
  height: 10px;
  width: 10px;
  transform: rotate(45deg) translateY(-50%);
  right: -20px;
  border-top: 1px solid #888889;
  border-right: 1px solid #888889;
  top: 50%;
}
.section.section5 .icons li > i {
  background-color: #eee;
  height: 70px;
  width: 70px;
  margin: 0 auto;
  display: block;
  background-position: 0px 0px;
  background-repeat: no-repeat;
  background-size: auto 100%;
}
.section.section5 .icons li > i.b1 {
  background-image: url(../images/service_icon_1.svg?v=29);
}
.section.section5 .icons li > i.b2 {
  background-image: url(../images/service_icon_2.svg?v=29);
}
.section.section5 .icons li > i.b3 {
  background-image: url(../images/service_icon_3.svg?v=29);
}
.section.section5 .icons li > i.b4 {
  background-image: url(../images/service_icon_4.svg?v=29);
}
.section.section5 .icons li > i.b5 {
  background-image: url(../images/service_icon_5.svg?v=29);
}
.section.section5 .icons li > label {
  margin-top: 23px;
  display: inline-block;
  word-break: break-all;
  color: #000000;
  font-family: Helvetica Neue;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0px;
  width: 100%;
  text-align: center;
}
.section.section5 .icons li > span {
  margin-top: 8px;
  font-family: 'Source Han Sans CN';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #666666;
  white-space: nowrap;
  text-align: center;
  display: inline-block;
  width: 100%;
}
.section.section6 {
  margin-top: 48px;
  background-image: url(../images/advantage.jpg?v=29);
  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-family: Helvetica Neue;
  font-size: 40px;
  font-weight: 500;
  line-height: 58px;
  letter-spacing: 0px;
}
.section.section6 .main .desc {
  width: 1000px;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  margin-top: 12px;
  text-align: left;
}
.section.section6 .main .s1 {
  color: #ffffff;
  font-size: 24px;
  font-weight: 400;
  line-height: 30px;
  text-align: left;
  margin-top: 30px;
}
.section.section6 .main .more {
  width: 140px;
  height: 38px;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.6);
  color: #000;
  font-family: Helvetica Neue;
  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=29);
  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-family: 'Source Han Sans CN';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  text-align: center;
  white-space: nowrap;
  padding-top: 10px;
  color: #fff;
}
.section.section7 {
  margin-top: 97px;
  padding-bottom: 70px;
}
.section.section7 h3 {
  color: #000000;
  font-family: Helvetica Neue;
  font-size: 40px;
  font-weight: 500;
  line-height: 44px;
  letter-spacing: 0px;
  margin-bottom: 20px;
}
.section.section7 ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 37px;
}
.section.section7 ul li {
  padding-top: 37px;
  border-radius: 12px;
  list-style: none;
  width: 290px;
  height: 360px;
  box-sizing: border-box;
  background-color: #fff;
}
.section.section7 ul li p {
  margin-top: 20px;
  width: 210px;
  color: #666666;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0px;
  text-align: left;
  padding-left: 40px;
}
