.news-banner .jrs-line { display: none; }

.news-banner .news-banner-bg img {
  transform: scale(1.1);
  animation: news-banner-bg 1s ease-in-out forwards;
}

@keyframes news-banner-bg {
  0% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}


.area-content {
  max-width: min(1240px, 92vw) !important;
  padding-left: clamp(12px, 2.5vw, 24px);
  padding-right: clamp(12px, 2.5vw, 24px);
}

.area-title {
  position: relative;
  color: #212121;
  font-family: "Microsoft YaHei";
  font-size: 34px;
  font-style: normal;
  font-weight: 700;
  line-height: 32px;
  letter-spacing: 0.68px;
  padding-bottom: 34px;
}

.area-title::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 70px;
  height: 3px;
  background-color: #FF6E00;
}

.area-title > span {
  display: inline-block;
  transition: all .3s;
}

.area-title > span:hover {
  transform: scale(1.1);
}


.breadcrumb {
  background-color: #fff;
  height: 80px;
  border-bottom: 1px solid #f0f0f0;
  color: #212121;
  text-align: justify;
  font-family: "Microsoft YaHei";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 12px;
  letter-spacing: 0.24px;
  margin-bottom: 0 !important;
}

.breadcrumb .area-content {
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}

.area1 {
  background: #F9F9F9;
  height: 600px;

  display: flex;
  align-items: center;
}

.a1-left {
  max-width: 562px;
}

.a1-left-title {
  display: flex;

  color: #212121;
  font-family: "Microsoft YaHei";
  font-size: 34px;
  font-style: normal;
  font-weight: 700;
  line-height: 32px;
  letter-spacing: 0.68px;

  margin-bottom: 30px;
}

.a1-left-desc {
  color: #212121;
  font-family: "Microsoft YaHei";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 0.32px;
}


.a1-left-title-1, .a1-left-title-2 {
  border-bottom: 1px solid #212121;
  padding-bottom: 30px;
}

.a1-left-title-1 {
  border-bottom: 2px solid #FF6E00;
}

.a1-left-title-2 {
  flex: 1;
}

.a1-left-link {
  margin-top: 92px;
}

.area1 .area-content {
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}

.a1-left-link {
  display: flex;
  text-align: center;
  font-family: "Microsoft YaHei";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: 1.6px;
}

.a1-left-link > a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 207px;
  height: 51px;
}

.a1-left-link > a:nth-child(1) {
  background-color: #FF6E00;
  color: #fff;
  display: flex;
  gap: 9px;
}

.a1-left-link > a:nth-child(1):hover {
  background-color: #fff;
  color: #FF6E00;
}

.a1-left-link > a:nth-child(1):hover img {
  filter: invert(60%) sepia(90%) saturate(3000%) hue-rotate(300deg) brightness(100%) contrast(100%);
}

.a1-left-link > a:nth-child(2) {
  background-color: #fff;
  color: #FF6E00;
}

.a1-left-link > a:nth-child(2):hover {
  background-color: #FF6E00;
  color: #fff;
}

.a1-left-link > a img {
  height: 15px;
}

.a1-right {
  position: relative;
}

.a1-rigth-swiper {
  width: 429px;
  height: 322px;
}
.a1-rigth-swiper .swiper-slide {
  border: 1px solid #fff;
  background: linear-gradient(120deg, #FAFDFD 12.1%, #C4E0FF 98.46%);
}

.a1-rigth-swiper .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all .3s;
}

.a1-rigth-swiper .swiper-slide:hover img {
  transform: scale(1.1);
}

.a1-rigth-swiper-thumbs .swiper-slide {
  border: 1px solid #fff;
  background: linear-gradient(120deg, #FAFDFD 12.1%, #C4E0FF 98.46%);
}

.a1-rigth-swiper-thumbs {
  width: 429px;
  margin-top: 12px;
}

.a1-rigth-swiper-thumbs .swiper-slide {
  height: 109px;
}

.a1-rigth-swiper-thumbs .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.thumbs-button-prev, .thumbs-button-next {
  cursor: pointer;
  position: absolute;
  bottom: 54px;
  transform: translateY(50%);
}
.thumbs-button-prev {
  left: -33px;
}

.thumbs-button-next {
  right: -33px;
}

.thumbs-button-prev:hover img, .thumbs-button-next:hover img {
  filter: brightness(0);
}

.breadcrumb .breadcrumb-inner, .breadcrumb .breadcrumb-inner a { transition: all .3s; }
.breadcrumb .breadcrumb-inner:hover {
  transform: scale(1.1);
}

.breadcrumb .breadcrumb-inner a:hover {
  color: #909090;
}

.area2 {
  padding-top: 90px;
  padding-bottom: 65px;
}

.a2-content {
  position: relative;
  margin-top: 50px;
}

.a2-content-items {
  display: flex;
  height: 466px;
  gap: 16px;
}

.a2-content-item {
  flex: 292;
  background: #F9F9F9;
  padding: 41px 64px 39px;
  transition: all .3s;
}

.a2-content-item.active {
  flex: 583;
}

.a2-content-item-title {
  color: #212121;
  font-family: "Microsoft YaHei";
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0.96px;
}

.a2-content-item-ball {
  position: relative;
  z-index: 1;
  height: 57px;
  width: 100%;
  transition: all .3s;
}

.a2-content-item-ball::after {
  position: absolute;
  content: '';
  display: block;
  width: 12px;
  height: 12px;
  border-radius: 100%;
  background-color: #C2C2C2;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all .3s;
}

.a2-content-item.active .a2-content-item-ball::after  {
  left: 0;
  transform: translate(0%, -50%);
  background-color: #FF6E00;
}

.a2-content-item-desc {
  height: 51px;
  margin-bottom: 20px;
  color: #212121;
  font-family: "Microsoft YaHei";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 0.56px;
}

.a2-content-item-image {
  height: 230px;
  width: 100%;
  overflow: hidden;
}

.a2-content-item-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all .3s;
}

.a2-content-item:hover .a2-content-item-image img {
  transform: scale(1.1);
}

.a2-content-line {
  position: absolute;
  z-index: 0;
  left: 64px;
  width: calc(100% - 64px);
  height: 0;
  border-bottom: 1px dashed #c2c2c2;
  top: calc(41px + 24px + (57px / 2) - 1px);
}

.area3 {
  padding-top: 90px;
  padding-bottom: 65px;
  background: #F9F9F9;
}

.a3-content {
  position: relative;
  margin-top: 45px;
  height: 540px;
  background-size: cover;
  background-position: center;
}

.a3-content-bg {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.a3-content-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 1s;
}

.a3-content-inner {
  position: relative;
  z-index: 1;
  margin: 0 auto;
  max-width: 849px;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 20px;
}

.a3-content-inner-item {
  height: 50px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 25px;
  transition: all .3s;
}

.a3-content-inner-item:hover {
  transform: scale(1.1);
}

.a3-content-inner > .a3-content-inner-item:nth-child(n) {
  background: linear-gradient(90deg, #091d35cc 5.96%, #21426ccc 50.63%, #25456fcc 89.92%);
}


.a3-content-inner > .a3-content-inner-item:nth-child(2n+1) {
  background: linear-gradient(90deg, #5d4d34cc 5.96%, #9a8468cc 48.98%, #5c4d33cc 89.92%);
}

.a3-content-inner-item-left {
  color: #fff;
}

.a3-content-inner-item-left > span:nth-child(1) {
  color: #ffffff;
  font-family: "Microsoft YaHei";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 70px;
  letter-spacing: 0.72px;
}

.a3-content-inner-item-left > span:nth-child(2) {
  color: #ffffff;
  font-family: "Microsoft YaHei";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 70px;
  letter-spacing: 0.72px;
}


.a3-content-inner-item-right {
  position: relative;
  padding-left: 28px;
}
.a3-content-inner-item-right::after {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 60%;
  width: 1px;
  background-color: #fff;
}

.area4 {
  padding-top: 90px;
  padding-bottom: 65px;
  background: #fff;
}

.a4-content {
  margin-top: 45px;
  display: flex;
  gap: 16px;
}

.a4-content > .a4-content-items {
  display: grid;
  grid-template-rows: 389px 259px;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.a4-content > .a4-content-items > div:nth-child(1) { grid-area: 1 / 1 / 2 / 2; }
.a4-content > .a4-content-items > div:nth-child(2) { grid-area: 1 / 2 / 2 / 3; }
.a4-content > .a4-content-items > div:nth-child(3) { grid-area: 2 / 1 / 3 / 3; }

.a4-content > .a4-content-items:nth-child(2) {
  grid-template-rows: 259px 389px;
}

.a4-content > .a4-content-items:nth-child(2) > div:nth-child(1) { grid-area: 1 / 1 / 2 / 3;  }
.a4-content > .a4-content-items:nth-child(2) > div:nth-child(2) { grid-area: 2 / 1 / 3 / 2;  }
.a4-content > .a4-content-items:nth-child(2) > div:nth-child(3) { grid-area: 2 / 2 / 3 / 3; }

.a4-content-item {
  position: relative;
}

.a4-content-item::before {
  content: '';
  position: absolute;
  z-index: 1;
  display: block;
  top: 0;
  left: 0;
  width: 0%;
  height: 3px;
  background: #FF6E00;
  transition: all .6s;
}

.a4-content-item:hover::before {
  width: 100%;
}

.a4-content-item-bg {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.a4-content-item-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.a4-content-item-bg::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  transition: all .6s;
}

.a4-content-item-bg:hover::before {
  background-color: rgba(33, 33, 33, 0.5);
}

.a4-content-item-title, .a4-content-item-desc {
  position: relative;
  z-index: 1;
}

.a4-content-item-title {
  color: #ffffff;
  text-align: center;
  font-family: "Microsoft YaHei";
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 26px;
  letter-spacing: 0.96px;
  pointer-events: none;
}

.a4-content-item-desc {
  color: #fffcdd;
  font-family: "Microsoft YaHei";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 0.56px;
  pointer-events: none;
  max-width: 80%;
  margin: 0 auto;
  opacity: 0;
  transform: translateY(20px);
  transition: all .6s;
}

.a4-content-item:hover .a4-content-item-desc {
  opacity: 1;
  transform: translateY(0px);
}

.a4-content-inner {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  padding: 60px 0;
  justify-content: space-between;
  gap: 20px;
}

.area5 {
  padding-top: 90px;
  padding-bottom: 65px;
  background: #F9F9F9;
}

.a5-content {
  margin-top: 35px;
  display: flex;
  gap: 19px;
}

.a5-content-item {
  position: relative;

  flex: 1;
  height: 548px;
}

.a5-content-item-bg {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.a5-content-item-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.a5-content-item:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  transition: all .6s;
}

.a5-content-item::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0px;
  height: 3px;
  background-color: #FF6E00;
  transition: all .6s;
  z-index: 3;
}

.a5-content-item:hover::before {
  background-color: rgba(33, 33, 33, .5);
}

.a5-content-item:hover::after {
  width: 100%;
}

.a5-content-item-inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 86px;
  z-index: 2;
}

.a5-content-item-title {
  color: #ffffff;
  font-family: "Microsoft YaHei";
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: 0.96px;
}

.a5-content-item-desc {
  color: #fffcdd;
  text-align: center;
  font-family: "Microsoft YaHei";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.56px;
  margin-top: 59px;
}

.a5-content-item-image {
  margin-top: 2px;
}

.area6 {
  padding-top: 90px;
  padding-bottom: 65px;
  background: #fff;
}


.a6-content {
  margin-top: 35px;
  display: flex;
}

.a6-content > div {
  flex: 1;
}

.a6-content-left {
  overflow: hidden;
}

.a6-content-left img {
  transition: all .3s;
}

.a6-content-left:hover img {
  transform: scale(1.1);
}

.a6-content-right {
  display: flex;
  flex-direction: column;
}

.a6-content-right-item {
  position: relative;
  flex: 1;
  display: flex;
  align-items: center;
  padding: 0 66px;
  transition: all .3s;
}

.a6-content-right-item::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 3px;
  height: 100%;
  background: #FF6E00;
  opacity: 0;
  transition: all .3s;
}

.a6-content-right-item:hover {
  z-index: 1;
  box-shadow: 0 10px 10px 0 #00000026;
}

.a6-content-right-item:hover::before {
  opacity: 1;
}

.a6-content-right-item:nth-child(2n+1) {
  background: #F9F9F9;
}

.a6-content-right-item:nth-child(2n) {
  background: #EAEAEA;
}

.a6-content-right-item span:nth-child(1) {
  flex-shrink: 0;
  display: block;
  color: #000000;
  font-family: "Microsoft YaHei";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: 0.72px;

  width: 200px;
  margin-right: 10px;
}

.a6-content-right-item span:nth-child(2) {
  color: #000000;
  font-family: "Microsoft YaHei";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.64px;
}

.area7 {
  padding-top: 90px;
  padding-bottom: 65px;
  background: #F9F9F9;
}

.a7-content {
  margin-top: 47px;
  display: flex;
  gap: 25px;
}

.a7-content-item {
  width: 383px;
  height: 498px;
  display: flex;
  flex-direction: column;
  transition: all .3s;
}

.a7-content-item:hover {
  box-shadow: 0 10px 10px 0 #00000026;
}

.a7-content-item:nth-child(2n) {
  flex-direction: column-reverse;
}

.a7-content-item > div {
  flex: 1;
}
.a7-content-item-cover {
  overflow: hidden;
}
.a7-content-item-cover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all .3s;
}

.a7-content-item:hover .a7-content-item-cover img {
  transform: scale(1.1);
}

.a7-content-item-inner {
  background-color: #fff;
  padding: 0px 42px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  gap: 17px;
}

.a7-content-item-inner-title {
  color: #000000;
 font-family: "Microsoft YaHei";
 font-size: 18px;
 font-style: normal;
 font-weight: 700;
 line-height: 22px;
 letter-spacing: 0.72px;
}

.a7-content-item-inner-desc {
  color: #000000;
  font-family: "Microsoft YaHei";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 0.56px;
  /* height: 143px; */
}



.area8 {
  padding-top: 128px;
  background: #F1F1F1;
}

.a8-content {
  position: relative;
  margin-top: 61px;
}

.area8 .area-title {
  display: flex;
  gap: 27px;
  align-items: flex-end;
}
.area8 .area-title .more {
  cursor: pointer;
  display: flex;
  align-items: center;
  color: #000000;
  font-family: "Microsoft YaHei";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.32px;
  gap: 8px;
}

.area8 .area-title .more img {
  width: 9px;
  height: 14px;
}

.a8-content-swiper {
  position: relative;
  padding-bottom: 125px;
}

.a8-slide {
  background-color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 41px 40px 34px;
  transition: all .3s;
}


.a8-slide-title {
  color: #000000;
  text-align: center;
  font-family: "Microsoft YaHei";
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 32px;
  letter-spacing: 0.44px;
}

.a8-slide-desc {
  color: #000000;
  text-align: center;
  font-family: "Microsoft YaHei";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 0.28px;
}

.a8-slide-cover {
  width: 248.1px;
  height: 204px;
  margin: 11px 0;
}

.a8-slide-cover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.a8-slide-link {
  color: #000000;
  font-family: "Microsoft YaHei";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 0.28px;
  text-align: center;


  width: 112px;
  height: 28px;
  border: 1px solid #212121;
  background: #FFF;

  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  transition: all .3s;
}

.a8-slide-link path {
  transition: all .3s;
}

.a8-slide:hover {
 box-shadow: 0 10px 10px 0 #00000026;
}

.a8-slide:hover .a8-slide-link {
  color: #FF6E00;
  border-color: #FF6E00;
}

.a8-slide:hover .a8-slide-link path {
  stroke: #FF6E00;
}

.a8-button-prev, .a8-button-next {
  cursor: pointer;
  position: absolute;
  z-index: 1;
  top: calc(50% - 125px / 2);
  transform: translateY(-50%);
}

.a8-button-prev {
  left: -47px;
}

.a8-button-next {
  right: -47px;
}

.a8-button-prev:hover, .a8-button-next:hover {
    filter: brightness(0);
} 


@media (min-width: 1000px) and (max-width: 1900px) {
  .area-content {
    max-width: 64.58vw !important;
    padding-left: 1.25vw; 
    padding-right: 1.25vw;
  }
  

  .area-title {
    font-size: max(16px, 1.77vw);
    line-height: 1.66vw;
    letter-spacing: 0.035vw; 
    padding-bottom: 1.77vw;
  }
  .area-title::after {
    width: 3.65vw;
    height: 3px;
  }

  .breadcrumb {
    height: 4.17vw;
    font-size: max(12px, 0.625vw);
    line-height: 0.625vw;
  }

  .area1 {
    height: 31.25vw;
  }
  .a1-left {
    max-width: 29.27vw;
  }
  .a1-left-title {
    font-size: max(16px, 1.77vw);
    line-height: 1.66vw;
    margin-bottom: 1.56vw;
  }
  .a1-left-desc {
    font-size: max(12px, 0.83vw);
    line-height: 1.46vw;
  }
  .a1-left-title-1, .a1-left-title-2 {
    padding-bottom: 1.56vw;
  }
  .a1-left-link {
    margin-top: 4.79vw;
    font-size: max(12px, 0.83vw);
    line-height: 1.04vw;
    letter-spacing: 0.08vw;
  }
  .a1-left-link > a {
    width: 10.78vw;
    height: 2.66vw;
  }
  .a1-left-link > a:nth-child(1) {
    gap: 0.47vw;
  }
  .a1-left-link > a img {
    height: 0.78vw;
  }
  

  .a1-rigth-swiper {
    width: 22.34vw;
    height: 16.77vw;
  }
  .a1-rigth-swiper-thumbs {
    width: 22.34vw;
    margin-top: 0.625vw;
  }
  .a1-rigth-swiper-thumbs .swiper-slide {
    height: 5.68vw;
  }
  .thumbs-button-prev, .thumbs-button-next {
    bottom: 2.81vw;
  }
  .thumbs-button-prev { left: -1.72vw; }
  .thumbs-button-next { right: -1.72vw; }


  .area2 {
    padding-top: 4.69vw;
    padding-bottom: 3.39vw;
  }
  .a2-content {
    margin-top: 2.60vw;
  }
  .a2-content-items {
    height: 24.27vw;
    gap: 0.83vw;
  }
  .a2-content-item {
    padding: 2.14vw 3.33vw 2.03vw;
  }
  .a2-content-item-title {
    /* font-size: max(14px, 1.25vw); */
    font-size: 1.04vw;
    line-height: 1.04vw;
  }
  .a2-content-item-ball {
    height: 2.97vw;
  }
  .a2-content-item-ball::after {
    width: 0.625vw;
    height: 0.625vw;
  }
  .a2-content-item-desc {
    height: 2.66vw;
    margin-bottom: 1.04vw;
    font-size: max(12px, 0.73vw);
    line-height: 1.35vw;
  }
  .a2-content-item-image {
    height: 11.98vw;
  }
  .a2-content-line {
    left: 3.33vw;
    width: calc(100% - 3.33vw);
    top: calc(2.14vw + 1.04vw + (2.97vw / 2) - 1px);
  }


  .area3 {
    padding-top: 4.69vw;
    padding-bottom: 3.39vw;
  }
  .a3-content {
    margin-top: 2.34vw;
    height: 28.125vw;
  }
  .a3-content-inner {
    max-width: 44.22vw;
    gap: 1.04vw;
  }
  .a3-content-inner-item {
    height: 2.60vw;
    padding: 0 1.30vw;
  }
  .a3-content-inner-item-left > span:nth-child(1),
  .a3-content-inner-item-left > span:nth-child(2) {
    font-size: max(12px, 0.94vw);
    line-height: 3.65vw;
  }
  .a3-content-inner-item-right {
    padding-left: 1.46vw;
  }

  .a3-content-inner-item-right img {
    height: 2vw;
  }


  .area4 {
    padding-top: 4.69vw;
    padding-bottom: 3.39vw;
  }
  .a4-content {
    margin-top: 2.34vw;
    gap: 0.83vw;
  }
  .a4-content > .a4-content-items {
    grid-template-rows: 20.26vw 13.49vw;
    gap: 0.83vw;
  }
  .a4-content > .a4-content-items:nth-child(2) {
    grid-template-rows: 13.49vw 20.26vw;
  }
  .a4-content-item-title {
    font-size: max(14px, 1.25vw);
    line-height: 1.35vw;
  }
  .a4-content-item-desc {
    font-size: max(12px, 0.73vw);
    line-height: 1.46vw;
    transform: translateY(1.04vw);
  }


  .area5 {
    padding-top: 4.69vw;
    padding-bottom: 3.39vw;
  }
  .a5-content {
    margin-top: 1.82vw;
    gap: 0.99vw;
  }

  .a5-content-item {
    /* width: 14.9vw; */
    flex: 1;
    height: 28.54vw;
  }
  .a5-content-item-inner {
    padding-top: 4.48vw; 
  }
  .a5-content-item-title {
    font-size: max(14px, 1.25vw);
    line-height: 1.04vw;
  }
  .a5-content-item-desc {
    font-size: max(12px, 0.73vw);
    line-height: 1.04vw;
    margin-top: 3.07vw;
  }
  .a5-content-item-image {
    margin-top: 0.10vw;
  }


  .area6 {
    padding-top: 4.69vw;
    padding-bottom: 3.39vw;
  }
  .a6-content {
    margin-top: 1.82vw;
  }
  .a6-content-right-item {
    padding: 0 3.44vw; 
  }
  .a6-content-right-item span:nth-child(1) {
    font-size: max(12px, 0.94vw);
    line-height: 1.04vw;
    width: 10.42vw;
    margin-right: 0.52vw;
  }
  .a6-content-right-item span:nth-child(2) {
    font-size: max(12px, 0.83vw);
    line-height: 1.04vw;
  }


  .area7 {
    padding-top: 4.69vw;
    padding-bottom: 3.39vw;
  }
  .a7-content {
    margin-top: 2.45vw; 
    gap: 1.30vw;
  }
  .a7-content-item {
    width: 19.95vw;
    height: 25.94vw;
  }
  .a7-content-item-inner {
    padding: 0 2.19vw;
    gap: 0.89vw;
  }
  .a7-content-item-inner-title {
    font-size: max(12px, 0.94vw);
    line-height: 1.15vw;
  }
  .a7-content-item-inner-desc {
    font-size: max(12px, 0.73vw);
    line-height: 1.35vw;
  }


  .area8 {
    padding-top: 6.67vw;
  }
  .a8-content {
    margin-top: 3.18vw;
  }
  .area8 .area-title {
    gap: 1.41vw;
  }
  .area8 .area-title .more {
    font-size: max(12px, 0.83vw);
    line-height: 1.04vw;
    gap: 0.42vw;
  }
  .area8 .area-title .more img {
    width: 0.47vw;
    height: 0.73vw;
  }
  .a8-content-swiper {
    padding-bottom: 6.51vw;
  }
  .a8-slide {
    padding: 2.14vw 2.08vw 1.77vw;
  }
  .a8-slide-title {
    font-size: max(14px, 1.15vw);
    line-height: 1.66vw;
  }
  .a8-slide-desc {
    font-size: max(12px, 0.73vw);
    line-height: 1.46vw;
  }
  .a8-slide-cover {
    width: 12.92vw;
    height: 10.625vw;
    margin: 0.57vw 0;
  }
  .a8-slide-link {
    font-size: max(12px, 0.73vw);
    line-height: 1.46vw;
    width: 5.83vw;
    height: 1.46vw;
    gap: 0.47vw;
  }
  .a8-button-prev, .a8-button-next {
    top: calc(50% - 6.51vw / 2);
  }
  .a8-button-prev { left: -2.45vw; }
  .a8-button-next { right: -2.45vw; }
}


@media (max-width: 1000px) {
  .area-content {
    max-width: 100% !important;
    padding: 0 20px;
  }
  .area1 {
    height: auto;
    padding: 40px 0;
  }
  .area1 .area-content {
    flex-direction: column;
    gap: 40px;
  }
  .a1-left {
    max-width: 100%;
    text-align: center;
  }
  .a1-left-title {
    justify-content: center;
  }
  .a1-left-link {
    justify-content: center;
    margin-top: 40px;
  }
  .a1-right {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .a1-rigth-swiper, .a1-rigth-swiper-thumbs {
    width: 100%;
    max-width: 500px; 
  }
  .a1-rigth-swiper {
    height: auto;
    aspect-ratio: 429/322;
  }
  .a1-rigth-swiper-thumbs .swiper-slide {
    height: 80px;
  }
  .thumbs-button-prev, .thumbs-button-next {
    display: none; 
  }
  
  .a2-content-items {
    flex-direction: column;
    height: auto;
  }
  .a2-content-item {
    flex: none;
    width: 100%;
  }
  .a2-content-line {
    display: none; 
  }
  
  .a3-content {
    height: auto;
    padding: 40px 0;
  }
  .a3-content-inner {
    flex-direction: column;
    height: auto;
    gap: 10px;
  }
  .a3-content-inner-item {
    width: 100%;
    padding: 10px;
  }
  
  .a4-content {
    flex-direction: column;
  }
  .a4-content > .a4-content-items {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    display: flex;
    flex-direction: column;
  }
  
  .a5-content {
    flex-direction: column;
  }
  .a5-content-item {
    width: 100%;
    height: 300px;
  }
  
  .a6-content {
    flex-direction: column;
  }
  .a6-content-left {
    width: 100%;
  }
  .a6-content-left img {
    width: 100%;
    height: auto;
  }
  .a6-content-right-item {
    padding: 20px;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }
  .a6-content-right-item span:nth-child(1) {
    width: 100%;
    margin-bottom: 5px;
  }
  
  .a7-content {
    flex-direction: column;
  }
  .a7-content-item {
    width: 100%;
    height: auto;
    flex-direction: column !important;
  }
  .a7-content-item-cover {
    height: 200px;
  }
  .a7-content-item-inner {
    padding: 20px;
  }
  
  .area8 .area-title {
    justify-content: space-between;
  }
  .a8-button-prev, .a8-button-next {
    display: none;
  }
}


@media (max-width: 1000px) {
  .a1-left-title {
    font-size: 25px;
  }
  .area-title {
    font-size: 25px;
    padding-bottom: 20px;
  }
  
  .a1-left-title {
    flex-direction: column;
    align-items: flex-start;
  }
  .a1-left-title-1 {
    border: none;
    padding-bottom: 10px;
  }
  .a1-left-title-2 {
    width: 100%;
    text-align: left;
    padding-bottom: 20px;
  }
  .a1-left-desc {
    text-align: left;
  }

  .a2-content-item {
    padding: 40px 20px;
  }

  .a2-content-item-title {
    font-size: 20px;
  }
  .a2-content-item-desc {
    line-height: 20px;
    margin-top: 10px;
  }
  .a2-content-item-ball {
    display: none;
  }

  .a3-content {
    padding: 20px;
  }

  .a3-content-inner-item {
    height: auto;
  }
  .a3-content-inner-item-left {
    flex: 1;
  }
  .a3-content-inner-item-left span {
    font-size: 12px !important;
    line-height: 24px !important;
  }

  .a3-content-inner-item-right {
    padding-left: 10px;
    margin-left: 10px;
  }

  .a3-content-inner-item-right img {
    height: 30px;
  }

  .a4-content > .a4-content-items {
    display: grid;
    grid-template-rows: 389px 259px !important;
    grid-template-columns: 1fr 1fr !important;
  }

  .a4-content > .a4-content-items:nth-child(2) {
    grid-template-rows: 259px 389px  !important;
  }

  .a4-content-item-title {
    font-size: 20px;
  }

  .a4-content-item-desc {
    font-size: 12px;
    line-height: 24px;
  }

  .a5-content {
    display: grid;
    grid-template-columns: 1fr 1fr !important;
    gap: 20px;
  }

  .a5-content-item-title {
    font-size: 20px;
  }

  .a5-content-item-desc {
    font-size: 12px;
  }
}
