.banner {
  position: relative;
}
.banner .img {
  width: 100%;
}
.banner .img img {
  display: block;
  width: 100%;
}
.banner .text {
  position: absolute;
  top: 10.78125vw;
  left: 12.5vw;
  z-index: 3;
}
.banner .text .h1 {
  color: #FFF;
  font-weight: 500;
  line-height: 140%;
}
.banner .text .p {
  color: #FFF;
  font-weight: 350;
  line-height: 150%;
  margin: 0.4166666667vw 0 0;
}

.crumbs {
  display: flex;
  justify-content: center;
  width: 100%;
  position: sticky;
  top: 5.1041666667vw;
  gap: 2.0833333333vw;
  border-bottom: 0.0520833333vw solid #E4EAE3;
  background: #FFF;
  z-index: 10;
}
.crumbs .item {
  padding: 1.3541666667vw 1.0416666667vw;
  color: #2B2B2B;
  font-weight: 500;
  line-height: 150%;
  transition: 0.6s;
  position: relative;
  cursor: pointer;
}
.crumbs .item::after {
  content: "";
  width: 100%;
  bottom: -0.0520833333vw;
  left: 0;
  height: 0.1041666667vw;
  background: #799873;
  position: absolute;
  transform: scaleX(0);
  transition: 1s;
}
.crumbs .item:hover, .crumbs .item.on {
  color: #60795C;
}
.crumbs .item:hover::after, .crumbs .item.on::after {
  transform: scaleX(1);
}

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

.sec1 {
  position: relative;
  overflow: hidden;
}
.sec1 .map {
  width: 100%;
  position: relative;
}
.sec1 .map .dians {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.sec1 .map .dians .dian {
  width: 1.0416666667vw;
  position: absolute;
  cursor: pointer;
}
.sec1 .map .dians .dian .p {
  width: max-content;
  color: #799873;
  font-weight: 350;
  line-height: 120%;
  position: absolute;
  right: -0.2604166667vw;
  top: 50%;
  transform: translate(100%, -50%);
  opacity: 0;
  transition: 0.6s;
  pointer-events: none;
}
.sec1 .map .dians .dian .icon {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.sec1 .map .dians .dian .icon .cir {
  display: block;
  width: 0.4166666667vw;
  position: absolute;
  bottom: -0.3645833333vw;
  animation: 4s scale linear infinite;
}
.sec1 .map .dians .dian .icon img {
  display: block;
  width: 100%;
}
.sec1 .map .dians .dian .icon:after {
  content: "";
  width: 0.2083333333vw;
  height: 0.2083333333vw;
  background: #A1B69D;
  border-radius: 50%;
  position: absolute;
  bottom: -0.3125vw;
  transform: scaleY(0.5);
}
.sec1 .map .dians .dian:nth-child(1) {
  top: 13.9583333333vw;
  left: 79.5833333333vw;
}
.sec1 .map .dians .dian:nth-child(2) {
  top: 14.5833333333vw;
  left: 85.3125vw;
}
.sec1 .map .dians .dian:nth-child(3) {
  top: 16.8229166667vw;
  left: 80.5208333333vw;
}
.sec1 .map .dians .dian:nth-child(4) {
  top: 18.59375vw;
  left: 78.6979166667vw;
  width: 1.8229166667vw;
}
.sec1 .map .dians .dian:nth-child(4) .icon:after {
  display: none;
}
.sec1 .map .dians .dian:nth-child(4) .icon img:nth-child(1) {
  animation: 4s goY linear infinite;
}
.sec1 .map .dians .dian:nth-child(4) .p {
  left: -0.2604166667vw;
  right: unset;
  top: 50%;
  transform: translate(-100%, -50%);
}
.sec1 .map .dians .dian:hover .p {
  opacity: 1;
  pointer-events: auto;
}
.sec1 .map > img {
  display: block;
  width: 100%;
}
.sec1 .wrap {
  position: absolute;
  top: 8.3333333333vw;
  left: 50%;
  transform: translateX(-50%);
  pointer-events: none;
}
.sec1 .wrap .title {
  color: #2B2B2B;
  font-weight: 500;
  line-height: 140%;
}
.sec1 .wrap .des {
  width: 40vw;
  color: #2B2B2B;
  font-weight: 350;
  line-height: 150%;
  margin: 2.0833333333vw 0 8.3333333333vw;
}
.sec1 .wrap .numList {
  display: flex;
}
.sec1 .wrap .numList .item {
  padding: 0 4.1666666667vw 0 2.0833333333vw;
  border-left: 0.0520833333vw dashed #A1B69D;
}
.sec1 .wrap .numList .item .num {
  display: flex;
  align-items: center;
  gap: 0.2604166667vw;
}
.sec1 .wrap .numList .item .num .flex {
  display: flex;
  align-items: flex-end;
}
.sec1 .wrap .numList .item .num .flex .count {
  color: #799873;
  font-weight: 600;
  line-height: 140%;
}
.sec1 .wrap .numList .item .num .flex span {
  color: #799873;
  font-weight: 500;
  line-height: 140%;
  display: block;
  margin-bottom: 0.625vw;
}
.sec1 .wrap .numList .item .num p {
  color: #2B2B2B;
  font-weight: 500;
  line-height: 140%;
}
.sec1 .wrap .numList .item .item_des {
  display: flex;
  align-items: center;
  gap: 0.2083333333vw;
  color: #2B2B2B;
  line-height: 140%;
}
.sec1 .wrap .numList .item .item_des span {
  color: #799873;
}

.sec2 {
  padding: 6.25vw 0 10.4166666667vw;
  overflow: hidden;
}
.sec2 .wrap .title {
  color: #2B2B2B;
  text-align: center;
  font-weight: 500;
  line-height: 140%;
}
.sec2 .wrap .des {
  margin: 0.4166666667vw 0 4.1666666667vw;
  color: #799873;
  font-weight: 350;
  line-height: 150%;
  text-align: center;
}
.sec2 .wrap .list {
  width: 100%;
  height: 31.25vw;
  border-radius: 0.4166666667vw;
  overflow: hidden;
  display: flex;
}
.sec2 .wrap .list .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.sec2 .wrap .list .bg img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.sec2 .wrap .list .item {
  width: 33.333%;
  height: 100%;
  position: relative;
  display: flex;
  align-items: flex-end;
  border-radius: 0.4166666667vw 0.4166666667vw 0 0;
  border-right: 0.0520833333vw solid transparent;
  border-left: 0.0520833333vw solid transparent;
  transition: 0.6s;
}
.sec2 .wrap .list .item:after {
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(205, 209, 189, 0) 48.56%, #CDD1BD 100%);
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  opacity: 0;
  transition: 0.6s;
  border-radius: 0.4166666667vw 0.4166666667vw 0 0;
}
.sec2 .wrap .list .item .item_box {
  padding: 2.0833333333vw;
  width: 100%;
  transition: 0.6s;
}
.sec2 .wrap .list .item .item_box .h5 {
  color: #FFF;
  font-weight: 300;
  line-height: 140%;
  margin-bottom: 1.0416666667vw;
}
.sec2 .wrap .list .item .item_box .p {
  color: #FFF;
  font-weight: 500;
  line-height: 140%;
}
.sec2 .wrap .list .item:hover {
  border-right: 0.0520833333vw solid #fff;
  border-left: 0.0520833333vw solid #fff;
}
.sec2 .wrap .list .item:hover .item_box {
  transform: translateY(-18.125vw);
}
.sec2 .wrap .list .item:hover:after {
  opacity: 1;
}
.sec2 .wrap .content {
  display: flex;
  align-items: center;
  gap: 1.25vw;
  margin: 8.3333333333vw 0 0;
}
.sec2 .wrap .content .h5 {
  width: 24.1666666667vw;
  text-align: center;
  color: #799873;
  font-weight: 500;
  line-height: 140%;
}
.sec2 .wrap .content .p {
  width: 49.5833333333vw;
  color: #2B2B2B;
  font-weight: 500;
  line-height: 140%;
}

body {
  overflow: hidden;
}

.sec3 {
  width: 100%;
  padding: 6.25vw 0;
  background: #F8F9FA;
  overflow: hidden;
}
.sec3 .wrap .title {
  color: #2B2B2B;
  text-align: center;
  font-weight: 500;
  line-height: 140%;
}
.sec3 .wrap .des {
  color: #799873;
  font-weight: 350;
  line-height: 150%;
  margin: 0.4166666667vw 0 4.1666666667vw;
  text-align: center;
}
.sec3 .wrap .swiper {
  width: 36.4583333333vw;
  margin: 0 auto;
}
.sec3 .wrap .swiper .swiper-slide {
  width: 100%;
  display: flex;
  align-items: center;
}
.sec3 .wrap .swiper .swiper-slide img {
  display: block;
  width: 100%;
  transition: 0.6s;
}

.sec4 {
  padding: 6.25vw 0 7.0833333333vw;
  width: 100%;
  overflow: hidden;
}
.sec4 .wrap .title {
  color: #2B2B2B;
  font-weight: 500;
  line-height: 140%;
}
.sec4 .wrap .des {
  color: #799873;
  font-weight: 350;
  line-height: 150%;
  margin: 0.4166666667vw 0 4.1666666667vw;
}
.sec4 .wrap .swiper_box {
  position: relative;
}
.sec4 .wrap .swiper_box .btns {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  gap: 71.1458333333vw;
  top: 15.9375vw;
  z-index: 3;
  pointer-events: none;
  display: flex;
}
.sec4 .wrap .swiper_box .btns .jt {
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: auto;
  cursor: pointer;
  width: 3.75vw;
  height: 3.75vw;
  border-radius: 50%;
  background: rgba(43, 43, 43, 0.4);
  backdrop-filter: blur(1.0416666667vw);
  transition: 0.6s;
}
.sec4 .wrap .swiper_box .btns .jt svg {
  display: block;
  width: 0.8333333333vw;
}
.sec4 .wrap .swiper_box .btns .jt:hover {
  background: rgba(43, 43, 43, 0.8);
}
.sec4 .wrap .swiper_box .btns .jt.swiper-button-disabled {
  opacity: 0;
}
.sec4 .wrap .swiper_box .swiper_part {
  overflow: hidden;
}
.sec4 .wrap .swiper_box .swiper {
  overflow: hidden;
  transform: translateX(-1.25vw);
}
.sec4 .wrap .swiper_box .swiper .swiper-slide {
  padding: 0 1.25vw;
  border-left: 0.0520833333vw solid #E5E7E6;
}
.sec4 .wrap .swiper_box .swiper .swiper-slide .year {
  color: #799873;
  font-weight: 500;
  line-height: 140%;
}
.sec4 .wrap .swiper_box .swiper .swiper-slide .h5 {
  color: #2B2B2B;
  font-weight: 500;
  line-height: 140%;
  height: 2.9166666667vw;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin: 0.5208333333vw 0;
}
.sec4 .wrap .swiper_box .swiper .swiper-slide .p {
  color: #6B6F6C;
  font-weight: 350;
  line-height: 150%;
  height: 2.1875vw;
  /* -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden; */
  margin-bottom: 2.0833333333vw;
}
.sec4 .wrap .swiper_box .swiper .swiper-slide .img {
  width: 100%;
  height: 12.1875vw;
  border-radius: 0.4166666667vw;
  overflow: hidden;
}
.sec4 .wrap .swiper_box .swiper .swiper-slide .img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 1s;
}
.sec4 .wrap .swiper_box .swiper .swiper-slide:hover .img img {
  transform: scale(1.1);
}
.sec4 .wrap .swiper-pagination {
  display: flex;
  position: unset;
  justify-content: center;
  gap: 1.0416666667vw;
  position: unset;
  margin: 5vw 0 0;
}
.sec4 .wrap .swiper-pagination .swiper-pagination-bullet {
  display: block;
  width: 0.2083333333vw;
  height: 0.2083333333vw;
  border-radius: 50%;
  background: #6B6F6C;
  margin: 0;
  opacity: 1;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.6s;
}
.sec4 .wrap .swiper-pagination .swiper-pagination-bullet::after {
  content: "";
  width: 0.4166666667vw;
  height: 0.4166666667vw;
  border-radius: 50%;
  position: absolute;
  border: 0.2083333333vw solid #2B2B2B;
  opacity: 0;
  transition: 0.6s;
}
.sec4 .wrap .swiper-pagination .swiper-pagination-bullet:hover, .sec4 .wrap .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: transparent;
}
.sec4 .wrap .swiper-pagination .swiper-pagination-bullet:hover::after, .sec4 .wrap .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::after {
  opacity: 1;
}

.sec5 {
  padding: 6.25vw 0 7.5vw;
  width: 100%;
  overflow: hidden;
  background: #F8F9FA;
}
.sec5 .wrap .title {
  color: #2B2B2B;
  font-weight: 500;
  line-height: 140%;
}
.sec5 .wrap .des {
  color: #799873;
  font-weight: 350;
  line-height: 150%;
  margin: 0.4166666667vw 0 4.1666666667vw;
}
.sec5 .wrap .swiper {
  width: 100%;
  overflow: hidden;
}
.sec5 .wrap .swiper .swiper-slide {
  cursor: pointer;
}
.sec5 .wrap .swiper .swiper-slide .img {
  width: 100%;
  height: 20.8333333333vw;
  border-radius: 0.4166666667vw;
  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 {
  display: flex;
  padding: 0 1.25vw;
  justify-content: space-between;
  align-items: center;
  margin: 1.25vw 0 0;
}
.sec5 .wrap .swiper .swiper-slide .slide_bottom .l {
  width: 10.4166666667vw;
}
.sec5 .wrap .swiper .swiper-slide .slide_bottom .l .name {
  color: #2B2B2B;
  font-weight: 500;
  line-height: 140%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.sec5 .wrap .swiper .swiper-slide .slide_bottom .l .position {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #6B6F6C;
  font-weight: 350;
  line-height: 150%;
}
.sec5 .wrap .swiper .swiper-slide .slide_bottom .icon {
  width: 2.0833333333vw;
}
.sec5 .wrap .swiper .swiper-slide .slide_bottom .icon svg {
  display: block;
  width: 100%;
}
.sec5 .wrap .swiper .swiper-slide .slide_bottom .icon svg path {
  transition: 0.6s;
}
.sec5 .wrap .swiper .swiper-slide:hover .img img {
  transform: scale(1.1);
}
.sec5 .wrap .swiper .swiper-slide:hover .slide_bottom .icon svg path {
  stroke: #799873;
}

.fixed {
  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.on {
  opacity: 1;
  pointer-events: auto;
}
.fixed .fixed_shadow {
  background: rgba(0, 0, 0, 0.1);
  width: 100%;
  height: 100%;
  position: absolute;
  cursor: pointer;
}
.fixed .fixed_box {
  width: 41.6666666667vw;
  padding: 3.125vw 1.5625vw 1.5625vw;
  background: #F8F9FA;
  border-radius: 0.4166666667vw;
  position: relative;
  z-index: 3;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 2.0833333333vw;
}
.fixed .fixed_box .close {
  position: absolute;
  top: 1.0416666667vw;
  right: 1.0416666667vw;
  cursor: pointer;
}
.fixed .fixed_box .close svg {
  display: block;
  width: 2.0833333333vw;
}
.fixed .fixed_box .close svg path {
  transition: 0.6s;
}
.fixed .fixed_box .close:hover svg path {
  fill: #799873;
}
.fixed .fixed_box .fixed_box_r {
  width: 23.9583333333vw;
}
.fixed .fixed_box .fixed_box_r .name {
  color: #2B2B2B;
  font-weight: 500;
  line-height: 140%;
}
.fixed .fixed_box .fixed_box_r .position {
  color: #6B6F6C;
  font-weight: 500;
  line-height: 140%;
  margin-bottom: 2.0833333333vw;
}
.fixed .fixed_box .fixed_box_r .des {
  color: #2B2B2B;
  font-weight: 350;
  line-height: 180%;
  max-height: 8.3333333333vw;
  overflow-y: auto;
}
.fixed .fixed_box .img {
  width: 12.5vw;
  height: 16.6666666667vw;
  border-radius: 0.4166666667vw;
  overflow: hidden;
}
.fixed .fixed_box .img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 1s;
}

.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: 0.4166666667vw 0 2.0833333333vw;
}
.common_section .more {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  display: flex;
  padding: 0.625vw 2.03125vw;
  border-radius: 0.2083333333vw;
  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.1666666667vw;
  background: #FFF;
  border-radius: 0.4166666667vw;
  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.1666666667vw;
  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.9270833333vw 0 0.4166666667vw;
}
.fixed_form .fixed_box .step1 .h3 {
  color: #6B6F6C;
  font-weight: 350;
  line-height: 150%;
}
.fixed_form .fixed_box .step1 .download_btn {
  display: flex;
  padding: 0.625vw 2.03125vw;
  justify-content: center;
  align-items: center;
  gap: 0.5208333333vw;
  width: fit-content;
  margin: 1.9270833333vw auto 1.25vw;
  color: #FFF;
  font-weight: 500;
  line-height: 150%;
  border-radius: 0.2083333333vw;
  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.9270833333vw;
}
.fixed_form .fixed_box .step .h5 span {
  color: #FF383C;
}
.fixed_form .fixed_box .step form {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  gap: 1.9270833333vw 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: 0.8333333333vw 0 0;
  width: 100%;
  height: 2.9166666667vw;
  border-radius: 0.4166666667vw;
  border: 0.0520833333vw solid #E5E7E6;
  background: #F8F9FA;
  padding: 0 1.0416666667vw;
  font-size: 0.8333333333vw;
}
.fixed_form .fixed_box .step form .item textarea {
  margin: 0.8333333333vw 0 0;
  width: 100%;
  height: 7.96875vw;
  border-radius: 0.4166666667vw;
  border: 0.0520833333vw solid #E5E7E6;
  background: #F8F9FA;
  padding: 0.4166666667vw 1.0416666667vw;
  font-size: 0.8333333333vw;
}
.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: 0.625vw 2.03125vw;
  border-radius: 0.2083333333vw;
  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.0416666667vw;
  right: 1.0416666667vw;
  cursor: pointer;
}
.fixed_form .fixed_box .close svg {
  display: block;
  width: 2.0833333333vw;
}
.fixed_form .fixed_box .close svg path {
  transition: 0.6s;
}
.fixed_form .fixed_box .close:hover svg path {
  fill: #799873;
}

@keyframes scale {
  50% {
    transform: scale(4);
    opacity: 0;
  }
  100% {
    transform: scale(4);
    opacity: 0;
  }
}
@keyframes goY {
  50% {
    transform: translateY(0.3645833333vw);
    opacity: 0.7;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@media screen and (max-width: 768px) {
  body {
    overflow: unset;
  }
  .banner {
    padding: 60px 0 0;
  }
  .banner .img img {
    height: 300px;
    object-fit: cover;
  }
  .banner .text {
    top: 180px;
    left: 0;
    width: 100%;
    padding: 0 5vw;
  }
  .banner .text .h1 {
    margin-bottom: 10px;
  }
  .banner .text .p {
    font-size: 16px;
  }
  .crumbs {
    display: none;
  }
  .w1440 {
    width: 90%;
  }
  .sec1 {
    padding: 50px 0;
  }
  .sec1 .map {
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
  }
  .sec1 .map > img {
    height: 100%;
    object-fit: cover;
  }
  .sec1 .map .dians {
    display: none;
  }
  .sec1 .wrap {
    position: unset;
    transform: unset;
  }
  .sec1 .wrap .title {
    font-size: 20px;
  }
  .sec1 .wrap .des {
    width: 100%;
    margin: 15px 0 25px;
    font-size: 15px;
  }
  .sec1 .wrap .numList {
    flex-wrap: wrap;
    gap: 15px 0;
  }
  .sec1 .wrap .numList .item {
    width: 50%;
  }
  .sec1 .wrap .numList .item .item_des {
    font-size: 13px;
    margin: 4px 0 0;
  }
  .sec2 {
    padding: 50px 0;
  }
  .sec2 .wrap .title {
    font-size: 22px;
  }
  .sec2 .wrap .des {
    font-size: 15px;
    margin: 8px 0 20px;
  }
  .sec2 .wrap .list {
    height: unset;
    width: 100%;
    flex-wrap: wrap;
    border-radius: 8px;
  }
  .sec2 .wrap .list .bg {
    filter: brightness(0.8);
  }
  .sec2 .wrap .list .item {
    width: 100%;
    height: unset;
    padding: 10px 0;
    border: none !important;
  }
  .sec2 .wrap .list .item:after {
    display: none;
  }
  .sec2 .wrap .list .item .item_box {
    padding: 20px;
    transform: unset !important;
  }
  .sec2 .wrap .list .item .item_box .h5 {
    font-size: 18px;
  }
  .sec2 .wrap .list .item .item_box .p {
    font-size: 13px;
    margin: 10px 0 0;
  }
  .sec2 .wrap .content {
    display: block;
    margin: 30px 0 0;
  }
  .sec2 .wrap .content .h5 {
    text-align: left;
    width: 100%;
    font-size: 18px;
  }
  .sec2 .wrap .content .p {
    width: 100%;
    margin: 15px 0 0;
    font-size: 15px;
  }
  .sec3 {
    padding: 50px 0;
  }
  .sec3 .wrap .title {
    font-size: 22px;
  }
  .sec3 .wrap .des {
    font-size: 15px;
    margin: 8px 0 30px;
  }
  .sec3 .wrap .swiper {
    width: 100%;
  }
  .sec4 {
    padding: 50px 0;
  }
  .sec4 .wrap .title {
    font-size: 22px;
  }
  .sec4 .wrap .des {
    font-size: 15px;
    margin: 8px 0 30px;
  }
  .sec4 .wrap .swiper_box .btns {
    top: unset;
    bottom: calc(20vw - 18px);
    width: 100%;
    justify-content: space-between;
    gap: 0;
  }
  .sec4 .wrap .swiper_box .btns .jt {
    width: 36px;
    height: 36px;
  }
  .sec4 .wrap .swiper_box .btns .jt svg {
    width: 14px;
  }
  .sec4 .wrap .swiper_box .swiper_part {
    overflow: unset;
  }
  .sec4 .wrap .swiper_box .swiper {
    overflow: unset;
  }
  .sec4 .wrap .swiper_box .swiper .swiper-slide {
    padding: 0;
    border-left: none;
  }
  .sec4 .wrap .swiper_box .swiper .swiper-slide .year {
    font-size: 22px;
  }
  .sec4 .wrap .swiper_box .swiper .swiper-slide .h5 {
    font-size: 16px;
    line-height: 22px;
    height: 44px;
    margin: 8px 0;
  }
  .sec4 .wrap .swiper_box .swiper .swiper-slide .p {
    font-size: 14px;
    line-height: 20px;
    height: 40px;
    margin-bottom: 15px;
  }
  .sec4 .wrap .swiper_box .swiper .swiper-slide .img {
    height: 40vw;
    border-radius: 8px;
  }
  .sec4 .wrap .swiper-pagination {
    gap: 10px;
    margin: 30px 0 0;
  }
  .sec4 .wrap .swiper-pagination .swiper-pagination-bullet {
    width: 4px;
    height: 4px;
  }
  .sec4 .wrap .swiper-pagination .swiper-pagination-bullet::after {
    width: 8px;
    height: 8px;
  }
  .sec5 {
    padding: 50px 0;
  }
  .sec5 .wrap .title {
    font-size: 22px;
  }
  .sec5 .wrap .des {
    font-size: 14px;
    margin: 8px 0 30px;
  }
  .sec5 .wrap .swiper {
    width: 100%;
  }
  .sec5 .wrap .swiper .swiper-slide .img {
    height: 100vw;
    border-radius: 8px;
  }
  .sec5 .wrap .swiper .swiper-slide .slide_bottom {
    padding: 0 15px;
    margin: 20px 0 0;
  }
  .sec5 .wrap .swiper .swiper-slide .slide_bottom .l {
    width: 60vw;
  }
  .sec5 .wrap .swiper .swiper-slide .slide_bottom .l .name {
    margin-bottom: 6px;
  }
  .sec5 .wrap .swiper .swiper-slide .slide_bottom .icon {
    width: 24px;
  }
  .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 .fixed_box {
    width: 90vw;
    border-radius: 6px;
    padding: 20px;
    display: block;
  }
  .fixed .fixed_box .close {
    width: 32px;
    top: 15px;
    right: 15px;
  }
  .fixed .fixed_box .close svg {
    display: block;
    width: 100%;
  }
  .fixed .fixed_box .img {
    width: 150px;
    height: 196px;
    border-radius: 4px;
    margin-bottom: 10px;
  }
  .fixed .fixed_box .fixed_box_r {
    width: 100%;
  }
  .fixed .fixed_box .fixed_box_r .name {
    font-size: 18px;
  }
  .fixed .fixed_box .fixed_box_r .position {
    font-size: 14px;
    margin: 6px 0 20px;
  }
  .fixed .fixed_box .fixed_box_r .des {
    font-size: 14px;
    width: 100%;
    max-height: 40vw;
  }
  .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;
  }
}

/*# sourceMappingURL=about.css.map */
