.sect-1 {
  width: 100%;
}
.sect-1 .swiper {
  overflow: hidden;
  width: 100%;
  height: 400px;
}
.sect-1 .swiper .swiper-slide {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}
.sect-1 .swiper .swiper-slide .name {
  width: 100%;
  height: 100%;
  padding: 0 15px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  color: #fff;
  text-align: center;
}
.sect-1 .swiper .swiper-slide .name .cn-tit {
  font-size: 30px;
  font-weight: 800;
  color: #ffffff;
  letter-spacing: 3.4px;
}
.sect-1 .swiper .swiper-slide .name .en-tit {
  font-size: 16px;
  font-weight: 400;
  color: #e2e2e2;
}
.sect-2 {
  width: 100%;
  height: auto;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.sect-2 .wrap {
  width: calc(100% - 30px);
  height: 100%;
  padding: 40px 0;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.sect-2 .wrap .data-item {
  width: 50%;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  color: #ffffff;
  margin-bottom: 20px;
}
.sect-2 .wrap .data-item .num {
  font-size: 30px;
  font-weight: 700;
}
.sect-3 {
  width: 100%;
}
.sect-3 .wrap {
  width: calc(100% - 30px);
  margin: 0 auto;
  padding: 40px 0;
  display: block;
}
.sect-3 .wrap .l-box {
  width: 100%;
  padding-right: 0;
}
.sect-3 .wrap .l-box .tit {
  font-size: 30px;
  font-weight: 700;
  color: #333333;
}
.sect-3 .wrap .l-box .desc {
  font-size: 16px;
  font-weight: 400;
  color: #999999;
  line-height: 36px;
}
.sect-3 .wrap .l-box .btn {
  width: 200px;
  height: 50px;
  border: 1px solid #707070;
  font-size: 16px;
  font-weight: 500;
  color: #5e5e5e;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
  transition: all 0.3s linear;
  position: relative;
}
.sect-3 .wrap .l-box .btn::after {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  background: linear-gradient(90deg, #99c64a, #68aa49);
  width: 0;
  height: 100%;
  content: '';
  display: block;
  transition: all 0.3s linear;
}
.sect-3 .wrap .l-box .btn:hover {
  color: #fff;
  border-color: #ffffff00;
}
.sect-3 .wrap .l-box .btn:hover::after {
  width: 100%;
}
.sect-3 .wrap .r-box {
  width: 100%;
  overflow-x: hidden;
  height: auto;
  margin-top: 40px;
}
.sect-3 .wrap .r-box .swiper-slide {
  width: 100%;
  aspect-ratio: 85/50;
}
.sect-3 .wrap .r-box .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.sect-3 .wrap .r-box .control {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 15px 0;
}
.sect-3 .wrap .r-box .control img {
  width: 30px;
  transition: all 0.3s linear;
}
.sect-3 .wrap .r-box .control .s-prev,
.sect-3 .wrap .r-box .control .s-next {
  flex-shrink: 0;
  cursor: pointer;
}
.sect-3 .wrap .r-box .control .s-prev:hover img,
.sect-3 .wrap .r-box .control .s-next:hover img {
  scale: 1.1;
}
.sect-3 .wrap .r-box .control .s-scrollbar {
  height: 2px;
  flex-grow: 1;
  background-color: #EBEBEB;
}
.sect-4 {
  width: 100%;
}
.sect-4 .wrap {
  width: 100%;
  display: block;
}
.sect-4 .wrap .item {
  width: 100%;
  aspect-ratio: 640/695;
  position: relative;
}
.sect-4 .wrap .item .bg {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.sect-4 .wrap .item .content {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  padding: 60px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  background-color: #00000030;
}
.sect-4 .wrap .item .content .cn-tit {
  font-size: 22px;
  font-weight: 700;
  color: #ffffff;
}
.sect-4 .wrap .item .content .en-tit {
  font-size: 14px;
  color: #d8d8d8;
  margin-top: 10px;
}
.sect-4 .wrap .item .content .more {
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: 300;
  color: #ffffff;
  margin-top: 30px;
}
.sect-4 .wrap .item .content .more img {
  width: 16px;
  margin-left: 10px;
}
.sect-5 {
  width: 100%;
}
.sect-5 .wrap {
  width: calc(100% - 30px);
  margin: 0 auto;
  padding: 40px 0;
}
.sect-5 .wrap .tit {
  font-size: 30px;
  font-weight: 700;
  color: #333333;
}
.sect-5 .wrap .desc {
  font-size: 16px;
  font-weight: 400;
  color: #999999;
  line-height: 36px;
}
.sect-5 .wrap .items {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
}
.sect-5 .wrap .items .item {
  background-color: #F2F5EE;
  padding: 30px 20px;
  margin-top: 20px;
}
.sect-5 .wrap .items .item .i-tit {
  font-size: 18px;
  font-weight: 700;
  color: #333333;
}
.sect-5 .wrap .items .item .i-en-tit {
  font-size: 12px;
  font-weight: normal;
  color: #c8cbc4;
  margin-top: 20px;
}
.sect-5 .wrap .items .item .p-img {
  width: 100%;
  aspect-ratio: 4/3;
  object-fit: cover;
  margin-top: 30px;
}
.sect-5 .wrap .items .item .more {
  font-size: 12px;
  font-weight: 500;
  color: #979797;
  display: flex;
  align-items: center;
  margin-top: 30px;
}
.sect-5 .wrap .items .item .more img {
  width: 6px;
  margin-left: 6px;
}
.sect-6 {
  width: 100%;
  height: auto;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.sect-6 .wrap {
  width: calc(100% - 30px);
  margin: 0 auto;
  padding: 40px 0;
  display: block;
}
.sect-6 .wrap .l-box {
  width: 100%;
}
.sect-6 .wrap .l-box .tit {
  font-size: 30px;
  font-weight: 700;
  color: #ffffff;
  margin-top: 20px;
}
.sect-6 .wrap .l-box .desc {
  font-size: 16px;
  font-weight: 400;
  color: #ffffff;
  line-height: 36px;
  width: 50%;
  margin-top: 20px;
}
.sect-6 .wrap .l-box .btn {
  width: 200px;
  height: 50px;
  border: 1px solid #fff;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  transition: all 0.3s linear;
  position: relative;
  margin-top: 30px;
}
.sect-6 .wrap .l-box .btn .btn-content {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
}
.sect-6 .wrap .l-box .btn::after {
  position: absolute;
  left: 0;
  top: 0;
  background: #fff;
  width: 0;
  height: 100%;
  content: '';
  display: block;
  transition: all 0.3s linear;
}
.sect-6 .wrap .l-box .btn:hover {
  color: #83B949;
}
.sect-6 .wrap .l-box .btn:hover::after {
  width: 100%;
  background: #fff;
}
.sect-6 .wrap .r-box {
  width: 100%;
  aspect-ratio: 67/59;
  margin-top: 20px;
}
.sect-6 .wrap .r-box img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
@media (min-width: 576px) {
  .sect-1 .swiper {
    height: 500px;
  }
}
@media (min-width: 768px) {
  .sect-1 .swiper {
    height: 600px;
  }
}
@media (min-width: 992px) {
  .sect-1 .swiper {
    height: 700px;
  }
  .sect-1 .swiper .swiper-slide .name .cn-tit {
    font-size: 50px;
  }
  .sect-1 .swiper .swiper-slide .name .en-tit {
    font-size: 20px;
  }
  .sect-2 {
    width: 100%;
    height: 170px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
  }
  .sect-2 .wrap {
    width: 932px;
    height: 100%;
    margin: 0 auto;
    display: flex;
    align-items: center;
  }
  .sect-2 .wrap .data-item {
    width: 20%;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    color: #ffffff;
  }
  .sect-2 .wrap .data-item .num {
    font-size: 40px;
    font-weight: 700;
  }
  .sect-3 {
    width: 100%;
  }
  .sect-3 .wrap {
    width: 932px;
    margin: 0 auto;
    padding: 60px 0;
    display: flex;
  }
  .sect-3 .wrap .l-box {
    width: 40%;
    padding-right: 50px;
  }
  .sect-3 .wrap .l-box .tit {
    font-size: 40px;
    font-weight: 700;
    color: #333333;
  }
  .sect-3 .wrap .l-box .desc {
    font-size: 16px;
    font-weight: 400;
    color: #999999;
    line-height: 36px;
  }
  .sect-3 .wrap .l-box .btn {
    width: 200px;
    height: 50px;
    border: 1px solid #707070;
    font-size: 16px;
    font-weight: 500;
    color: #5e5e5e;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
    transition: all 0.3s linear;
    position: relative;
  }
  .sect-3 .wrap .l-box .btn::after {
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    background: linear-gradient(90deg, #99c64a, #68aa49);
    width: 0;
    height: 100%;
    content: '';
    display: block;
    transition: all 0.3s linear;
  }
  .sect-3 .wrap .l-box .btn:hover {
    color: #fff;
    border-color: #ffffff00;
  }
  .sect-3 .wrap .l-box .btn:hover::after {
    width: 100%;
  }
  .sect-3 .wrap .r-box {
    width: 60%;
    overflow-x: hidden;
    height: auto;
    margin-top: 0;
  }
  .sect-3 .wrap .r-box .swiper-slide {
    width: 100%;
    aspect-ratio: 85/50;
  }
  .sect-3 .wrap .r-box .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .sect-3 .wrap .r-box .control {
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 15px 0;
  }
  .sect-3 .wrap .r-box .control img {
    width: 36px;
    transition: all 0.3s linear;
  }
  .sect-3 .wrap .r-box .control .s-prev,
  .sect-3 .wrap .r-box .control .s-next {
    flex-shrink: 0;
    cursor: pointer;
  }
  .sect-3 .wrap .r-box .control .s-prev:hover img,
  .sect-3 .wrap .r-box .control .s-next:hover img {
    scale: 1.1;
  }
  .sect-3 .wrap .r-box .control .s-scrollbar {
    height: 2px;
    flex-grow: 1;
    background-color: #EBEBEB;
  }
  .sect-4 {
    width: 100%;
  }
  .sect-4 .wrap {
    width: 100%;
    display: flex;
  }
  .sect-4 .wrap .item {
    width: calc(100% / 3);
    aspect-ratio: 640/695;
    position: relative;
  }
  .sect-4 .wrap .item .bg {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .sect-4 .wrap .item .content {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    padding: 60px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end;
    background-color: #00000030;
  }
  .sect-4 .wrap .item .content .cn-tit {
    font-size: 22px;
    font-weight: 700;
    color: #ffffff;
  }
  .sect-4 .wrap .item .content .en-tit {
    font-size: 14px;
    color: #d8d8d8;
    margin-top: 10px;
  }
  .sect-4 .wrap .item .content .more {
    display: flex;
    align-items: center;
    font-size: 14px;
    font-weight: 300;
    color: #ffffff;
    margin-top: 30px;
  }
  .sect-4 .wrap .item .content .more img {
    width: 16px;
    margin-left: 10px;
  }
  .sect-5 {
    width: 100%;
  }
  .sect-5 .wrap {
    width: 932px;
    padding: 50px 0;
  }
  .sect-5 .wrap .tit {
    font-size: 30px;
  }
  .sect-5 .wrap .items {
    gap: 20px;
    grid-template-columns: 1fr 1fr 1fr;
  }
  .sect-5 .wrap .items .item {
    padding: 40px 30px;
  }
  .sect-6 .wrap {
    display: flex;
    width: 932px;
    padding: 50px 0;
  }
}
@media (min-width: 1200px) {
  .sect-2 .wrap {
    width: 1140px;
  }
  .sect-3 .wrap {
    width: 1140px;
  }
  .sect-5 .wrap {
    width: 1140px;
  }
  .sect-6 .wrap {
    width: 1140px;
  }
}
@media (min-width: 1430px) {
  .sect-2 .wrap {
    width: 1370px;
  }
  .sect-3 .wrap {
    width: 1370px;
  }
  .sect-5 .wrap {
    width: 1370px;
  }
  .sect-5 .wrap .items {
    gap: 40px;
  }
  .sect-6 .wrap {
    width: 1370px;
  }
}
@media (min-width: 1660px) {
  .sect-1 .swiper {
    height: 800px;
  }
  .sect-1 .swiper .swiper-slide .name .cn-tit {
    font-size: 68px;
  }
  .sect-1 .swiper .swiper-slide .name .en-tit {
    font-size: 26px;
  }
  .sect-2 .wrap {
    width: 1600px;
  }
  .sect-3 .wrap {
    width: 1600px;
  }
  .sect-5 {
    width: 100%;
  }
  .sect-5 .wrap {
    width: 1600px;
    padding: 60px 0;
  }
  .sect-5 .wrap .tit {
    font-size: 40px;
  }
  .sect-5 .wrap .items {
    gap: 40px;
  }
  .sect-5 .wrap .items .item {
    padding: 60px 40px;
  }
  .sect-6 .wrap {
    width: 1600px;
    padding: 60px 0;
  }
}
/*# sourceMappingURL=index.css.map */