.banner_swiper {
  width: 100%;
  height: 100vh;
  overflow: hidden;
  position: relative
}

.banner_swiper .swiper_bottom {
  position: absolute;
  padding: 0 12.5vw;
  left: 0;
  bottom: 4.375vw;
  width: 100%;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: space-between
}

.banner_swiper .swiper_bottom .down {
  padding: .41667vw 1.04167vw;
  width: fit-content;
  display: flex;
  align-items: center;
  gap: .52083vw;
  border-radius: .20833vw;
  border: .05208vw solid rgba(255,255,255,0.5)
}

.banner_swiper .swiper_bottom .down p {
  color: #FFF;
  font-weight: 350;
  line-height: 150%
}

.banner_swiper .swiper_bottom .down img {
  display: block;
  width: 1.25vw
}

.banner_swiper .swiper_bottom .swiper_control {
  display: flex;
  align-items: center;
  gap: 2.08333vw
}

.banner_swiper .swiper_bottom .swiper_control .icon {
  width: .52083vw;
  cursor: pointer
}

.banner_swiper .swiper_bottom .swiper_control .icon svg {
  display: block;
  width: 100%
}

.banner_swiper .swiper_bottom .swiper_control .icon svg path {
  transition: 0.6s
}

.banner_swiper .swiper_bottom .swiper_control .icon:hover svg path {
  fill: #A1B69D
}

.banner_swiper .swiper_bottom .swiper_control .swiper-pagination {
  display: flex;
  position: unset;
  gap: 1.04167vw;
  position: unset
}

.banner_swiper .swiper_bottom .swiper_control .swiper-pagination .swiper-pagination-bullet {
  display: block;
  width: .20833vw;
  height: .20833vw;
  border-radius: 50%;
  background: #D9D9D9;
  margin: 0;
  opacity: 1;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.6s
}

.banner_swiper .swiper_bottom .swiper_control .swiper-pagination .swiper-pagination-bullet::after {
  content: "";
  width: .41667vw;
  height: .41667vw;
  border-radius: 50%;
  position: absolute;
  border: .20833vw solid #fff;
  opacity: 0;
  transition: 0.6s
}

.banner_swiper .swiper_bottom .swiper_control .swiper-pagination .swiper-pagination-bullet:hover,.banner_swiper .swiper_bottom .swiper_control .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: transparent
}

.banner_swiper .swiper_bottom .swiper_control .swiper-pagination .swiper-pagination-bullet:hover::after,.banner_swiper .swiper_bottom .swiper_control .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::after {
  opacity: 1
}

.banner_swiper .swiper-slide {
  overflow: hidden
}

.banner_swiper .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 2s;
  transform: scale(1.1)
}

.banner_swiper .swiper-slide.swiper-slide-active img {
  transform: scale(1)
}

.w1440 {
  width: 75vw;
  margin: 0 auto
}

.sec1 {
  padding: 6.25vw 0;
  background: #F8F9FA
}

.sec1 .wrap {
  display: flex;
  align-items: center;
  justify-content: space-between
}

.sec1 .wrap .l_box {
  width: 29.16667vw
}

.sec1 .wrap .l_box .sec1_big_swiper {
  width: 100%;
  overflow: hidden;
  border-radius: .41667vw;
  background: #FFF
}

.sec1 .wrap .l_box .sec1_big_swiper .swiper-slide {
  height: 29.16667vw
}

.sec1 .wrap .l_box .sec1_big_swiper .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  transition: 1s;
  object-fit: cover
}

.sec1 .wrap .l_box .sec1_small_swiper {
  width: 100%;
  overflow: hidden;
  margin: 1.04167vw 0 0;
  position: relative
}

.sec1 .wrap .l_box .sec1_small_swiper .jts {
  width: 100%;
  position: absolute;
  display: flex;
  justify-content: space-between;
  top: 2.23958vw;
  z-index: 3;
  pointer-events: none
}

.sec1 .wrap .l_box .sec1_small_swiper .jts .jt {
  width: 2.08333vw;
  height: 2.08333vw;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0,0,0,0.1);
  cursor: pointer;
  transition: 0.6s;
  pointer-events: auto
}

.sec1 .wrap .l_box .sec1_small_swiper .jts .jt svg {
  display: block;
  width: .57292vw
}

.sec1 .wrap .l_box .sec1_small_swiper .jts .jt:hover {
  background: rgba(0,0,0,0.8)
}

.sec1 .wrap .l_box .sec1_small_swiper .jts .jt.swiper-button-disabled {
  opacity: 0
}

.sec1 .wrap .l_box .sec1_small_swiper .swiper-slide {
  height: 6.51042vw;
  border-radius: .41667vw;
  background: #FFF;
  overflow: hidden
}

.sec1 .wrap .l_box .sec1_small_swiper .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  transition: 1s;
  object-fit: cover
}

.sec1 .wrap .l_box .sec1_small_swiper .swiper-slide:hover img {
  transform: scale(1.1)
}

.sec1 .wrap .r_box {
  width: 37.5vw
}

.sec1 .wrap .r_box .title {
  display: flex;
  align-items: center;
  gap: 1.04167vw
}

.sec1 .wrap .r_box .title .h1 {
  color: #2B2B2B;
  font-weight: 500;
  line-height: 140%
}

.sec1 .wrap .r_box .title .label {
  padding: .20833vw .41667vw;
  border-radius: .20833vw;
  background: #A1B69D;
  color: #FFF;
  font-weight: 350;
  line-height: 150%
}

.sec1 .wrap .r_box .labels {
  margin: .41667vw 0 1.25vw;
  display: flex;
  flex-wrap: wrap;
  gap: .625vw
}

.sec1 .wrap .r_box .labels .label {
  color: #799873;
  font-weight: 350;
  line-height: 150%
}

.sec1 .wrap .r_box .des {
  color: #2B2B2B;
  font-weight: 350;
  line-height: 180%;
  margin-bottom: 2.08333vw
}

.sec1 .wrap .r_box .table_box {
  border-radius: .41667vw;
  background: #FFF;
  width: 100%;
  padding: 2.08333vw
}

.sec1 .wrap .r_box .table_box .h5 {
  color: #3E3A39;
  font-weight: 500;
  line-height: 150%;
  margin-bottom: 1.04167vw
}

.sec1 .wrap .r_box .table_box .table {
  width: 100%
}

.sec1 .wrap .r_box .table_box .table table {
  width: 100%
}

.sec1 .wrap .r_box .table_box .table table tr td {
  width: 50%;
  color: #2B2B2B;
  font-weight: 500;
  line-height: 150%;
  font-size: .9375vw
}

.sec1 .wrap .r_box .table_box .table table tr:nth-child(2n) td {
  padding: 0 0 .625vw;
  border-bottom: .05208vw solid #e5e6e7
}

.sec1 .wrap .r_box .table_box .table table tr:nth-child(2n-1) td {
  padding: .625vw 0 .41667vw;
  color: #6B6F6C;
  font-weight: 350;
  line-height: 150%
}

.sec1 .wrap .r_box .table_box .table table tr:nth-last-child(1) td {
  padding: 0;
  border-bottom: none
}

.sec2 {
  padding: 6.25vw 11.82292vw;
  background: #FFF
}

.sec2 .items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5625vw;
  margin-bottom: 6.25vw
}

.sec2 .items .item {
  width: 100%;
  border-radius: .52083vw;
  background: #F8F9FA;
  position: relative;
  height: 13.22917vw;
  padding: 1.45833vw 3.38542vw 0 1.35417vw;
  overflow: hidden
}

.sec2 .items .item img {
  position: absolute;
  right: 0;
  bottom: 0;
  display: block;
  transition: all 600ms
}

.sec2 .items .item .p1 {
  color: #2B2B2B;
  font-weight: 500;
  line-height: 1.4;
  margin-bottom: 1.04167vw
}

.sec2 .items .item .des {
  color: #2B2B2B;
  font-weight: 350;
  line-height: 1.4
}

.sec2 .items .item:nth-child(1) img {
  width: 10.05208vw
}

.sec2 .items .item:nth-child(2) img {
  width: 9.375vw
}

.sec2 .items .item:nth-child(3) img {
  width: 7.96875vw
}

.sec2 .items .item:hover img {
  transform: scale(1.05)
}

.sec2 .hero-2 .t {
  color: #2B2B2B;
  text-align: center;
  font-weight: 500;
  line-height: 1.4;
  margin-bottom: 4.16667vw
}

.sec2 .hero-2 .swiper1 {
  width: 100%;
  overflow: hidden
}

.sec2 .hero-2 .swiper1 .info .pic {
  border-radius: .41667vw;
  overflow: hidden
}

.sec2 .hero-2 .swiper1 .info .pic img {
  width: 100%;
  display: block;
  height: 12.29167vw;
  transition: all 600ms
}

.sec2 .hero-2 .swiper1 .info p {
  text-align: center;
  margin-top: .78125vw;
  color: #2B2B2B;
  font-weight: 350;
  line-height: 1.4
}

.sec2 .hero-2 .swiper1 .info:hover .pic img {
  transform: scale(1.05)
}

.sec3 {
  padding: 6.25vw 0;
  background: #F8F9FA
}

.sec3 .wrap .title {
  color: #2B2B2B;
  font-weight: 500;
  line-height: 140%;
  text-align: center;
  margin-bottom: 4.16667vw
}

.sec3 .wrap .list {
  display: flex;
  flex-wrap: wrap;
  gap: 1.25vw
}

.sec3 .wrap .list .item {
  width: 11.45833vw
}

.sec3 .wrap .list .item .item_box {
  border-radius: .41667vw;
  background: #FFF;
  padding: 2.39583vw 0;
  transition: 0.6s
}

.sec3 .wrap .list .item .item_box .icon {
  position: relative;
  width: 4.16667vw;
  height: 4.16667vw;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 3;
  margin: 0 auto 1.04167vw;
  transition: 0.6s;
  fill: #FFF;
  box-shadow: 0 .52083vw 1.04167vw rgba(121,152,115,0.1)
}

.sec3 .wrap .list .item .item_box .icon>img {
  display: block;
  width: 100%;
  height: 100%
}

.sec3 .wrap .list .item .item_box .icon .icon_bg {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
  transition: 0.6s
}

.sec3 .wrap .list .item .item_box .icon .icon_bg img {
  display: block;
  width: 100%;
  height: 100%
}

.sec3 .wrap .list .item .item_box p {
  color: #2B2B2B;
  font-weight: 350;
  line-height: 150%;
  text-align: center;
  transition: 0.6s
}

.sec3 .wrap .list .item .item_box:hover {
  background: #F1F4F1
}

.sec3 .wrap .list .item .item_box:hover .icon .icon_bg {
  transform: rotate(180deg)
}

.sec3 .wrap .list .item .item_box:hover p {
  color: #60795C;
  font-weight: 500
}

.sec4 {
  border-top: .05208vw solid #E5E7E6;
  background: #FFF;
  padding: 6.25vw 0 7.08333vw
}

.sec4 .wrap .title {
  color: #2B2B2B;
  font-weight: 500;
  line-height: 140%;
  margin-bottom: 2.08333vw
}

.sec4 .wrap .swiper {
  width: 100%;
  overflow: hidden
}

.sec4 .wrap .swiper .swiper-slide .slide_box {
  display: block;
  width: 100%
}

.sec4 .wrap .swiper .swiper-slide .slide_box .img {
  width: 100%;
  height: 16.09375vw;
  /* height: 100%; */
  border-radius: .41667vw;
  background: #F1F1F1;
  display: flex;
  align-items: center;
  justify-content: center
}

.sec4 .wrap .swiper .swiper-slide .slide_box .img img {
  display: block;
  /* max-height:70%; */
  /* max-width:80%; */
  height: 100%;
  transition: 1s;
  border-radius: inherit;
}

.sec4 .wrap .swiper .swiper-slide .slide_box .h5 {
  padding: 0 .20833vw;
  overflow: hidden;
  color: #2B2B2B;
  text-overflow: ellipsis;
  font-weight: 500;
  line-height: 140%;
  white-space: nowrap;
  margin: .83333vw 0;
  transition: 0.6s
}

.sec4 .wrap .swiper .swiper-slide .slide_box .p {
  padding: 0 .20833vw;
  overflow: hidden;
  color: #6B6F6C;
  text-overflow: ellipsis;
  font-weight: 350;
  line-height: 150%;
  white-space: nowrap
}

.sec4 .wrap .swiper .swiper-slide .slide_box:hover .img img {
  transform: scale(1.1)
}

.sec4 .wrap .swiper .swiper-slide .slide_box:hover .h5 {
  color: #799873
}

.sec5 {
  padding: 7.44792vw 0 7.08333vw;
  background: #F8F9FA;
  overflow: hidden
}

.sec5 .wrap .title {
  color: #2B2B2B;
  font-weight: 500;
  line-height: 140%;
  margin-bottom: 3.28125vw
}

.sec5 .wrap .swiper {
  width: 100%;
  position: relative
}

.sec5 .wrap .swiper .btns {
  display: flex;
  width: 78.54167vw;
  justify-content: space-between;
  position: absolute;
  left: 50%;
  top: 4.84375vw;
  transform: translate(-50%, 0);
  z-index: 3;
  pointer-events: none
}

.sec5 .wrap .swiper .btns .jt {
  display: flex;
  width: 3.75vw;
  height: 3.75vw;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(43,43,43,0.8);
  backdrop-filter: blur(1.04167vw);
  cursor: pointer;
  pointer-events: auto;
  transition: 0.6s
}

.sec5 .wrap .swiper .btns .jt svg {
  display: block;
  width: .83333vw
}

.sec5 .wrap .swiper .btns .jt.prev svg {
  transform: rotate(180deg)
}

.sec5 .wrap .swiper .btns .jt:hover {
  background: #799873
}

.sec5 .wrap .swiper .btns .jt.swiper-button-disabled {
  opacity: 0
}

.sec5 .wrap .swiper .swiper-slide {
  border-radius: .41667vw;
  background: #FFF;
  overflow: hidden
}

.sec5 .wrap .swiper .swiper-slide .img {
  height: 13.59375vw;
  overflow: hidden
}

.sec5 .wrap .swiper .swiper-slide .img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 1s
}

.sec5 .wrap .swiper .swiper-slide .slide_bottom {
  padding: 2.08333vw
}

.sec5 .wrap .swiper .swiper-slide .slide_bottom .h5 {
  overflow: hidden;
  color: #2B2B2B;
  text-overflow: ellipsis;
  font-weight: 500;
  line-height: 140%;
  white-space: nowrap
}

.sec5 .wrap .swiper .swiper-slide .slide_bottom .p {
  overflow: hidden;
  color: #6B6F6C;
  text-overflow: ellipsis;
  font-weight: 350;
  line-height: 150%;
  margin: .52083vw 0 0;
  white-space: nowrap
}

.sec5 .wrap .swiper .swiper-slide:hover .img img {
  transform: scale(1.1)
}

.sec5 .wrap .swiper-pagination {
  display: flex;
  justify-content: center;
  position: unset;
  gap: 1.04167vw;
  position: unset;
  margin: 3.02083vw 0 0
}

.sec5 .wrap .swiper-pagination .swiper-pagination-bullet {
  display: block;
  width: .20833vw;
  height: .20833vw;
  border-radius: 50%;
  background: #6b6f6c;
  margin: 2.91667vw 0 0;
  opacity: 1;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.6s
}

.sec5 .wrap .swiper-pagination .swiper-pagination-bullet::after {
  content: "";
  width: .41667vw;
  height: .41667vw;
  border-radius: 50%;
  position: absolute;
  border: .20833vw solid #6b6f6c;
  opacity: 0;
  transition: 0.6s
}

.sec5 .wrap .swiper-pagination .swiper-pagination-bullet:hover,.sec5 .wrap .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: transparent
}

.sec5 .wrap .swiper-pagination .swiper-pagination-bullet:hover::after,.sec5 .wrap .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::after {
  opacity: 1
}

.common_section {
  padding: 6.25vw 0;
  position: relative
}

.common_section .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1
}

.common_section .bg img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover
}

.common_section .title {
  color: #FFF;
  text-align: center;
  font-weight: 350;
  line-height: 160%
}

.common_section .des {
  color: rgba(255,255,255,0.8);
  text-align: center;
  font-weight: 350;
  line-height: 140%;
  margin: .41667vw 0 2.08333vw
}

.common_section .more {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  display: flex;
  padding: .625vw 2.03125vw;
  border-radius: .20833vw;
  background: #FFF;
  color: #2B2B2B;
  font-weight: 500;
  line-height: 150%;
  width: fit-content;
  transition: 0.6s
}

.common_section .more:hover {
  background-color: #A1B69D;
  color: #FFF
}

.fixed_form {
  width: 100%;
  height: 100vh;
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: 0.6s;
  pointer-events: none
}

.fixed_form.on {
  opacity: 1;
  pointer-events: auto
}

.fixed_form .fixed_shadow {
  background: rgba(0,0,0,0.1);
  width: 100%;
  height: 100%;
  position: absolute;
  cursor: pointer
}

.fixed_form .fixed_box {
  width: 56.25vw;
  padding: 4.16667vw;
  background: #FFF;
  border-radius: .41667vw;
  position: relative;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center
}

.fixed_form .fixed_box .step1 {
  position: absolute;
  width: 100%;
  text-align: center;
  transition: 0.6s;
  opacity: 0;
  pointer-events: none
}

.fixed_form .fixed_box .step1.show {
  opacity: 1;
  pointer-events: auto
}

.fixed_form .fixed_box .step1 .icon {
  width: 4.16667vw;
  margin: 0 auto 1.25vw
}

.fixed_form .fixed_box .step1 .icon img {
  display: block;
  width: 100%
}

.fixed_form .fixed_box .step1 .h1 {
  color: #2B2B2B;
  font-weight: 500;
  line-height: 140%
}

.fixed_form .fixed_box .step1 .h2 {
  color: #2B2B2B;
  font-weight: 350;
  line-height: 150%;
  margin: 1.92708vw 0 .41667vw
}

.fixed_form .fixed_box .step1 .h3 {
  color: #6B6F6C;
  font-weight: 350;
  line-height: 150%
}

.fixed_form .fixed_box .step1 .download_btn {
  display: flex;
  padding: .625vw 2.03125vw;
  justify-content: center;
  align-items: center;
  gap: .52083vw;
  width: fit-content;
  margin: 1.92708vw auto 1.25vw;
  color: #FFF;
  font-weight: 500;
  line-height: 150%;
  border-radius: .20833vw;
  background: #2B2B2B
}

.fixed_form .fixed_box .step1 .p {
  color: #799873;
  font-weight: 500;
  line-height: 150%
}

.fixed_form .fixed_box .step {
  transition: 0.6s
}

.fixed_form .fixed_box .step.hide {
  opacity: 0;
  pointer-events: none
}

.fixed_form .fixed_box .step .h5 {
  color: #2B2B2B;
  font-weight: 350;
  line-height: 150%;
  margin-bottom: 1.92708vw
}

.fixed_form .fixed_box .step .h5 span {
  color: #FF383C
}

.fixed_form .fixed_box .step form {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  gap: 1.92708vw 0;
  justify-content: space-between
}

.fixed_form .fixed_box .step form .item {
  width: 22.96875vw
}

.fixed_form .fixed_box .step form .item .item_h5 {
  color: #2B2B2B;
  font-weight: 350;
  line-height: 150%
}

.fixed_form .fixed_box .step form .item .item_h5 span {
  color: #FF383C
}

.fixed_form .fixed_box .step form .item input {
  margin: .83333vw 0 0;
  width: 100%;
  height: 2.91667vw;
  border-radius: .41667vw;
  border: .05208vw solid #E5E7E6;
  background: #F8F9FA;
  padding: 0 1.04167vw;
  font-size: .83333vw
}

.fixed_form .fixed_box .step form .item textarea {
  margin: .83333vw 0 0;
  width: 100%;
  height: 7.96875vw;
  border-radius: .41667vw;
  border: .05208vw solid #E5E7E6;
  background: #F8F9FA;
  padding: .41667vw 1.04167vw;
  font-size: .83333vw
}

.fixed_form .fixed_box .step form .item.w100 {
  width: 100%
}

.fixed_form .fixed_box .step form button {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: .625vw 2.03125vw;
  border-radius: .20833vw;
  background: #2B2B2B;
  color: #FFF;
  font-weight: 500;
  line-height: 150%;
  border: none;
  transition: 0.6s;
  cursor: pointer
}

.fixed_form .fixed_box .step form button:hover {
  background: #799873
}

.fixed_form .fixed_box .close {
  position: absolute;
  top: 1.04167vw;
  right: 1.04167vw;
  cursor: pointer
}

.fixed_form .fixed_box .close svg {
  display: block;
  width: 2.08333vw
}

.fixed_form .fixed_box .close svg path {
  transition: 0.6s
}

.fixed_form .fixed_box .close:hover svg path {
  fill: #799873
}

@media screen and (max-width: 768px) {
  .banner_swiper {
      height:30vh;
      margin: 50px 0 0
  }

  .banner_swiper .swiper_bottom {
      padding: 0 5vw;
      bottom: 25px
  }

  .banner_swiper .swiper_bottom .down {
      padding: 5px 10px;
      gap: 5px;
      border-radius: 4px
  }

  .banner_swiper .swiper_bottom .down img {
      width: 16px
  }

  .banner_swiper .swiper_bottom .down p {
      font-size: 14px
  }

  .banner_swiper .swiper_bottom .swiper_control {
      gap: 15px
  }

  .banner_swiper .swiper_bottom .swiper_control .icon {
      width: 8px
  }

  .banner_swiper .swiper_bottom .swiper_control .swiper-pagination {
      gap: 10px
  }

  .banner_swiper .swiper_bottom .swiper_control .swiper-pagination .swiper-pagination-bullet {
      width: 4px;
      height: 4px
  }

  .banner_swiper .swiper_bottom .swiper_control .swiper-pagination .swiper-pagination-bullet::after {
      width: 8px;
      height: 8px
  }

  .w1440 {
      width: 90%
  }

  .sec1 {
      padding: 50px 0
  }

  .sec1 .wrap {
      display: block
  }

  .sec1 .wrap .l_box {
      width: 100%
  }

  .sec1 .wrap .l_box .sec1_big_swiper .swiper-slide {
      height: 90vw;
      border-radius: 10px
  }

  .sec1 .wrap .l_box .sec1_small_swiper {
      margin: 15px 0 0
  }

  .sec1 .wrap .l_box .sec1_small_swiper .swiper-slide {
      height: 27vw;
      border-radius: 6px
  }

  .sec1 .wrap .l_box .sec1_small_swiper .jts {
      top: 50%;
      transform: translateY(-50%)
  }

  .sec1 .wrap .l_box .sec1_small_swiper .jts .jt {
      width: 30px;
      height: 30px
  }

  .sec1 .wrap .l_box .sec1_small_swiper .jts .jt svg {
      width: 8px
  }

  .sec1 .wrap .r_box {
      width: 100%;
      margin: 30px 0 0
  }

  .sec1 .wrap .r_box .title {
      gap: 10px
  }

  .sec1 .wrap .r_box .title .h1 {
      font-size: 22px
  }

  .sec1 .wrap .r_box .title .label {
      padding: 2px 8px;
      border-radius: 3px;
      font-size: 13px
  }

  .sec1 .wrap .r_box .labels {
      gap: 8px;
      margin: 15px 0
  }

  .sec1 .wrap .r_box .labels .label {
      font-size: 13px
  }

  .sec1 .wrap .r_box .des {
      font-size: 14px;
      margin-bottom: 20px
  }

  .sec1 .wrap .r_box .table_box {
      padding: 20px;
      border-radius: 8px
  }

  .sec1 .wrap .r_box .table_box .h5 {
      font-size: 15px;
      margin-bottom: 15px
  }

  .sec1 .wrap .r_box .table_box .table table tr td {
      font-size: 13px;
      padding: 10px 0 !important
  }

  .sec2 {
      padding: 40px 5%
  }

  .sec2 .items {
      grid-template-columns: 1fr;
      gap: 20px;
      margin-bottom: 50px
  }

  .sec2 .items .item {
      border-radius: 10px;
      height: 200px;
      padding: 14px 20px
  }

  .sec2 .items .item .p1 {
      margin-bottom: 10px
  }

  .sec2 .items .item .des {
      font-size: 16px
  }

  .sec2 .items .item img {
      width: 120px !important
  }

  .sec2 .hero-2 .t {
      margin-bottom: 30px
  }

  .sec2 .hero-2 .swiper1 .info .pic {
      border-radius: 8px
  }

  .sec2 .hero-2 .swiper1 .info .pic img {
      height: 153px
  }

  .sec2 .hero-2 .swiper1 .info p {
      margin-top: 10px
  }

  .sec3 {
      padding: 50px 0
  }

  .sec3 .wrap .title {
      font-size: 22px;
      margin-bottom: 25px
  }

  .sec3 .wrap .list {
      justify-content: space-between;
      gap: 15px 0
  }

  .sec3 .wrap .list .item {
      width: 48%
  }

  .sec3 .wrap .list .item .item_box {
      padding: 40px 0;
      border-radius: 8px
  }

  .sec3 .wrap .list .item .item_box .icon {
      width: 60px;
      height: 60px;
      margin-bottom: 15px
  }

  .sec3 .wrap .list .item .item_box p {
      font-size: 15px
  }

  .sec4 {
      padding: 50px 0;
      overflow: hidden
  }

  .sec4 .wrap .title {
      font-size: 22px;
      margin-bottom: 25px
  }

  .sec4 .wrap .swiper {
      overflow: unset
  }

  .sec4 .wrap .swiper .swiper-slide .slide_box .img {
      height: 70vw;
      border-radius: 8px
  }

  .sec4 .wrap .swiper .swiper-slide .slide_box .h5 {
      font-size: 16px;
      margin: 10px 0
  }

  .sec4 .wrap .swiper .swiper-slide .slide_box .p {
      font-size: 14px
  }

  .sec5 {
      padding: 50px 0
  }

  .sec5 .wrap .title {
      font-size: 22px;
      margin-bottom: 25px
  }

  .sec5 .wrap .swiper .swiper-slide .img {
      height: 41vw
  }

  .sec5 .wrap .swiper .swiper-slide .slide_bottom {
      padding: 15px
  }

  .sec5 .wrap .swiper .swiper-slide .slide_bottom .h5 {
      font-size: 16px;
      margin-bottom: 10px
  }

  .sec5 .wrap .swiper .swiper-slide .slide_bottom .p {
      font-size: 14px
  }

  .sec5 .wrap .swiper .btns {
      width: 100%;
      top: calc(20.5vw - 18px)
  }

  .sec5 .wrap .swiper .btns .jt {
      width: 36px;
      height: 36px
  }

  .sec5 .wrap .swiper .btns .jt svg {
      width: 12px
  }

  .sec5 .wrap .swiper-pagination {
      gap: 10px;
      margin: 25px 0 0
  }

  .sec5 .wrap .swiper-pagination .swiper-pagination-bullet {
      width: 4px;
      height: 4px
  }

  .sec5 .wrap .swiper-pagination .swiper-pagination-bullet::after {
      width: 8px;
      height: 8px
  }

  .common_section {
      padding: 70px 5vw
  }

  .common_section .title {
      font-size: 20px
  }

  .common_section .des {
      font-size: 14px;
      margin: 15px 0 35px
  }

  .common_section .more {
      padding: 6px 15px;
      font-size: 14px;
      border-radius: 3px
  }

  .fixed_form .fixed_box {
      width: 90vw;
      border-radius: 10px;
      padding: 30px 20px
  }

  .fixed_form .fixed_box .step .h5 {
      font-size: 15px;
      margin-bottom: 15px
  }

  .fixed_form .fixed_box .step form {
      gap: 15px
  }

  .fixed_form .fixed_box .step form .item {
      width: 100%
  }

  .fixed_form .fixed_box .step form .item .item_h5 {
      font-size: 15px
  }

  .fixed_form .fixed_box .step form .item input {
      width: 100%;
      height: 40px;
      font-size: 14px;
      padding: 0 15px;
      border-radius: 4px
  }

  .fixed_form .fixed_box .step form .item textarea {
      height: 150px;
      font-size: 14px;
      padding: 8px 15px
  }

  .fixed_form .fixed_box .step form button {
      padding: 6px 15px;
      border-radius: 4px;
      font-size: 14px
  }

  .fixed_form .fixed_box .step1 {
      padding: 0 20px
  }

  .fixed_form .fixed_box .step1 .icon {
      width: 60px;
      margin: 0 auto 30px
  }

  .fixed_form .fixed_box .step1 .h2 {
      font-size: 15px;
      margin: 15px 0 8px
  }

  .fixed_form .fixed_box .step1 .h3 {
      font-size: 14px;
      margin: 0 0 10px
  }

  .fixed_form .fixed_box .step1 .download_btn {
      padding: 8px 15px;
      border-radius: 4px;
      margin: 0 auto 15px
  }

  .fixed_form .fixed_box .step1 .p {
      font-size: 15px
  }

  .fixed_form .fixed_box .close {
      width: 28px;
      top: 5px;
      right: 5px
  }

  .fixed_form .fixed_box .close svg {
      width: 100%;
      height: auto
  }
}
