.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; */
  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: 25px;
  margin-bottom: 30px;
  border-bottom: 1px solid #212121;
}

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

.a1-left-title-1 {
  position: relative;
}

.a1-left-title::after {
  content: '';
  width: 137px;
  height: 2px;
  background-color: #FF6E00;
  position: absolute;
  bottom: -1px;
  left: 0;
  /* 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;
  background-color: #fff;
}

.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: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: 0.8px;
}

.a2-content-item-ball {
  position: relative;
  z-index: 1;
  height: 63px;
  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: 11px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
}

.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: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0.6px;
}


.a3-content-inner-item-right {
  position: relative;
  padding-left: 28px;
  flex-shrink: 0;
}
.a3-content-inner-item-right img {
  max-height: 44px;
}
.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.48px;
  pointer-events: none;
}

.a4-content-item-desc {
  color: #fffcdd;
  font-family: "Microsoft YaHei";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: 0.48px;

  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;
}

.area5 table tr {
  height: 81px;
}
.area5 table tr td:nth-child(1) {
  color: #ffffff;
  text-align: center;
  font-family: "Microsoft YaHei";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.8px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.area5 table tr td:nth-child(2) {
  color: #212121;
  font-family: "Microsoft YaHei";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.72px;

  display: flex;
  align-items: center;
  justify-content: flex-start;
  text-align: left !important;

  padding: 5px 50px;
}

.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: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0.48px;
  /* 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: 28px;
  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: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 14px;
  letter-spacing: 0.24px;
  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);
} 


.area9 {
  background-color: #fff;
  padding-top: 70px;
  padding-bottom: 162px;
}

.a9-content {
  padding-top: 51px;

  display: flex;
  flex-direction: column;
  gap: 18px;
}

.a9-content input, .a9-content textarea {
  width: 100%;
  outline: none;
  height: 58px;
  border: 1px solid #212121;
  background: #F9F9F9;
  padding: 0 35px;

  color: #212121;
  font-family: "Microsoft YaHei";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 38px;
  letter-spacing: 0.36px;
}
.a9-content .item-warp {
  position: relative;
}
.a9-content .item-warp::before {
  content: attr(placeholder);
  position: absolute;
  top: 50%;
  left: 35px;
  transform: translateY(-50%);
  color: #8C8C8C;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 38px;
  letter-spacing: 0.36px;
  opacity: 0;
  pointer-events: none;
  transition: all .2s;
}

.a9-content .item-warp.show::before {
  opacity: 1;
}

.a9-content .item-warp.show:hover:before {
  color: #212121;
}
.a9-content .item-warp.textarea-warp textarea {
  padding-top: 10px;
  height: 252px;
}
.a9-content .item-warp.textarea-warp::before {
  top: 30px;
}

.a9-content-btn {
  margin-top: 16px;
}

.a9-content-btn button {
  width: 207px;
  height: 51px;
  background: #FF6E00;


  color: rgb(255, 255, 255);
  text-align: center;
  font-family: "Microsoft YaHei";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: 0.32px;
  transition: all .3s;
}

.a9-content-btn button:hover {
  border: 1px solid #212121;
  background: #F9F9F9;
   color: rgb(33, 33, 33);
}

.a9-content-btn button svg path {
  transition: all .3s;
}

.a9-content input:disabled {
  background: #EAEAEA !important;
  color: #8C8C8C !important;
}

.a9-content-btn .submit {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
}

.a9-content-btn button:hover svg path {
  stroke: #212121 !important;
}

.custom-select-warp {
  position: relative;
  cursor: pointer;
}

.custom-dropdown {
  margin-top: 10px;
  display: none;
  position: absolute;
  top: calc(100% - 1px);
  left: 0;
  width: 100%;
  background: rgba(249, 249, 249, 0.8);
  backdrop-filter: blur(2px);
  border: 1px solid #212121;
  z-index: 10;
   
  overflow-y: auto;
  box-shadow: 0 4px 6px rgba(0,0,0,0.1);
}

.custom-select-warp.active .custom-dropdown {
  display: block;
}

.dropdown-item {
  padding: 10px 15px;
  color: #8c8c8c;
  font-family: "Microsoft YaHei";
  font-size: 14px;
  cursor: pointer;
  transition: background 0.2s;
  text-align: center;
}

.dropdown-item:hover {
  background: #EAEAEA;
}

.custom-select-warp::after {
  content: '';
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  width: 10px;
  height: 10px;
  border-right: 2px solid #212121;
  border-bottom: 2px solid #212121;
  pointer-events: none;
  transition: transform 0.2s;
  margin-top: -3px;
}

.custom-select-warp.active::after {
  transform: translateY(-50%) rotate(-135deg);
  margin-top: 2px;
}

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

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

  .breadcrumb {
    height: 4.167vw;
    font-size: max(12px, 0.625vw);
    line-height: 0.625vw;
    letter-spacing: 0.0125vw;
  }

  .area1 {
    height: 31.25vw;
  }
  .a1-left {
    max-width: 29.271vw;
  }
  .a1-left-title {
    font-size: max(16px, 1.771vw);
    line-height: 1.667vw;
    letter-spacing: 0.035vw;
    padding-bottom: 1.302vw;
    margin-bottom: 1.5625vw;
  }
  .a1-left-title::after {
    width: 7.135vw;
    height: 2px;
  }
  .a1-left-desc {
    font-size: max(12px, 0.729vw);
    line-height: 1.25vw;
    letter-spacing: 0.015vw;
  }
  .a1-left-link {
    margin-top: 4.792vw;
    font-size: max(12px, 0.833vw);
    line-height: 1.042vw;
    letter-spacing: 0.083vw;
  }
  .a1-left-link > a {
    width: 10.781vw;
    height: 2.656vw;
  }
  .a1-left-link > a:nth-child(1) {
    gap: 0.469vw;
  }
  .a1-left-link > a img {
    height: 0.781vw;
  }
  

  .a1-rigth-swiper {
    width: 22.344vw;
    height: 16.771vw;
  }
  .a1-rigth-swiper-thumbs {
    width: 22.344vw;
    margin-top: 0.625vw;
  }
  .a1-rigth-swiper-thumbs .swiper-slide {
    height: 5.677vw;
  }
  .thumbs-button-prev, .thumbs-button-next {
    bottom: 2.8125vw;
  }
  .thumbs-button-prev { left: -1.719vw; }
  .thumbs-button-next { right: -1.719vw; }


  .area2 {
    padding-top: 4.6875vw;
    padding-bottom: 3.385vw;
  }
  .a2-content {
    margin-top: 2.604vw;
  }
  .a2-content-items {
    height: 24.271vw;
    gap: 0.833vw;
  }
  .a2-content-item {
    padding: 2.135vw 3.333vw 2.031vw;
  }
  .a2-content-item-title {
    font-size: max(14px, 1.042vw);
    line-height: 1.042vw;
    letter-spacing: 0.042vw;
  }
  .a2-content-item-ball {
    height: 3.281vw;
  }
  .a2-content-item-ball::after {
    width: 0.625vw;
    height: 0.625vw;
  }
  .a2-content-item-desc {
    height: 2.656vw;
    margin-bottom: 1.042vw;
    font-size: max(11px, 0.573vw);
    line-height: 0.9375vw;
  }
  .a2-content-item-image {
    height: 11.979vw;
  }
  .a2-content-line {
    left: 3.333vw;
    width: calc(100% - 3.333vw);
    top: calc(2.135vw + 1.25vw + (2.969vw / 2) - 1px);
  }


  .area3 {
    padding-top: 4.6875vw;
    padding-bottom: 3.385vw;
  }
  .a3-content {
    margin-top: 2.344vw;
    height: 28.125vw;
  }
  .a3-content-inner {
    max-width: 44.219vw;
    gap: 1.042vw;
  }
  .a3-content-inner-item {
    height: 2.604vw;
    padding: 0 1.302vw;
  }
  .a3-content-inner-item-left {
    gap: 1.198vw;
    padding-right: 1.198vw;
  }
  .a3-content-inner-item-left > span:nth-child(1) {
    font-size: max(14px, 0.9375vw);
    line-height: 3.646vw;
    letter-spacing: 0.0375vw;
  }
  .a3-content-inner-item-left > span:nth-child(2) {
    font-size: max(12px, 0.625vw);
    line-height: 0.833vw;
    letter-spacing: 0.031vw;
  }
  .a3-content-inner-item-right {
    padding-left: 1.458vw;
  }

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


  .area4 {
    padding-top: 4.6875vw;
    padding-bottom: 3.385vw;
  }
  .a4-content {
    margin-top: 2.344vw;
    gap: 0.833vw;
  }
  .a4-content > .a4-content-items {
    grid-template-rows: 20.26vw 13.49vw;
    gap: 0.833vw;
  }
  .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.354vw;
    letter-spacing: 0.025vw;
  }
  .a4-content-item-desc {
    font-size: max(12px, 0.625vw);
    line-height: 0.9375vw;
    letter-spacing: 0.025vw;
    transform: translateY(1.042vw);
  }
  .a4-content-inner {
    padding: 3.125vw 0;
    gap: 1.042vw;
  }


  .area5 {
    padding-top: 4.6875vw;
    padding-bottom: 3.385vw;
  }
  .a5-content {
    margin-top: 1.823vw;
    gap: 0.99vw;
  }

  .area5 table tr {
    height: 4.218vw;
  }
  .area5 table tr td:nth-child(1) {
    font-size: max(14px, 1.042vw);
    letter-spacing: 0.042vw;
  }
  .area5 table tr td:nth-child(2) {
    font-size: max(14px, 0.938vw);
    line-height: 1.042vw;
    letter-spacing: 0.038vw;
    padding: 0.26vw 2.604vw;
  }

  .area6 {
    padding-top: 4.6875vw;
    padding-bottom: 3.385vw;
  }
  .a6-content {
    margin-top: 1.823vw;
  }
  .a6-content-right-item {
    padding: 0 3.4375vw;
  }
  .a6-content-right-item span:nth-child(1) {
    font-size: max(12px, 0.9375vw);
    line-height: 1.042vw;
    letter-spacing: 0.0375vw;
    width: 10.417vw;
    margin-right: 0.521vw;
  }
  .a6-content-right-item span:nth-child(2) {
    font-size: max(12px, 0.833vw);
    line-height: 1.042vw;
    letter-spacing: 0.033vw;
  }


  .area7 {
    padding-top: 4.6875vw;
    padding-bottom: 3.385vw;
  }
  .a7-content {
    margin-top: 2.448vw;
    gap: 1.302vw;
  }
  .a7-content-item {
    width: 19.948vw;
    height: 25.9375vw;
  }
  .a7-content-item-inner {
    padding: 0 2.1875vw;
    gap: 0.885vw;
  }
  .a7-content-item-inner-title {
    font-size: max(12px, 0.9375vw);
    line-height: 1.146vw;
    letter-spacing: 0.0375vw;
  }
  .a7-content-item-inner-desc {
    font-size: max(12px, 0.625vw);
    line-height: 0.833vw;
    letter-spacing: 0.025vw;
  }


  .area8 {
    padding-top: 6.667vw;
  }
  .a8-content {
    margin-top: 3.177vw;
  }
  .area8 .area-title {
    gap: 1.406vw;
  }
  .area8 .area-title .more {
    font-size: max(12px, 0.833vw);
    line-height: 1.042vw;
    letter-spacing: 0.017vw;
    gap: 0.417vw;
  }
  .area8 .area-title .more img {
    width: 0.469vw;
    height: 0.729vw;
  }
  .a8-content-swiper {
    padding-bottom: 6.51vw;
  }
  .a8-slide {
    padding: 2.135vw 2.083vw 1.771vw;
  }
  .a8-slide-title {
    font-size: max(14px, 1.146vw);
    line-height: 1.458vw;
    letter-spacing: 0.023vw;
  }
  .a8-slide-desc {
    font-size: max(12px, 0.729vw);
    line-height: 1.458vw;
    letter-spacing: 0.015vw;
  }
  .a8-slide-cover {
    width: 12.922vw;
    height: 10.625vw;
    margin: 0.573vw 0;
  }
  .a8-slide-link {
    font-size: max(12px, 0.625vw);
    line-height: 0.729vw;
    letter-spacing: 0.0125vw;
   
    height: 1.458vw;
    gap: 0.469vw;
  }
  .a8-button-prev, .a8-button-next {
    top: calc(50% - 6.51vw / 2);
  }
  .a8-button-prev { left: -2.448vw; }
  .a8-button-next { right: -2.448vw; }

  .area9 {
    padding-top: 3.646vw;
    padding-bottom: 8.4375vw;
  }
  .a9-content {
    padding-top: 2.656vw;
    gap: 0.9375vw;
  }
  .a9-content input, .a9-content textarea {
    height: 3.021vw;
    padding: 0 1.823vw;
    font-size: max(14px, 0.9375vw);
    line-height: 1.979vw;
    letter-spacing: 0.01875vw;
  }
  .a9-content .item-warp::before {
    left: 1.823vw;
    font-size: max(14px, 0.9375vw);
    line-height: 1.979vw;
    letter-spacing: 0.01875vw;
  }
  .a9-content .item-warp.textarea-warp textarea {
    padding-top: 0.521vw;
    height: 13.125vw;
  }
  .a9-content .item-warp.textarea-warp::before {
    top: 1.5625vw;
  }
  .a9-content-btn {
    margin-top: 0.833vw;
  }
  .a9-content-btn button {
    width: 10.781vw;
    height: 2.656vw;
    font-size: max(14px, 0.833vw);
    line-height: 1.042vw;
    letter-spacing: 0.016vw;
  }
  .custom-dropdown {
    margin-top: 0.521vw;
  }
  .dropdown-item {
    padding: 0.521vw 0.781vw;
    font-size: max(12px, 0.729vw);
  }
  .custom-select-warp::after {
    right: 0.781vw;
    width: 0.521vw;
    height: 0.521vw;
  }
}


@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;
  }
  
  .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;
  }

  .area9 {
    padding-top: 40px;
    padding-bottom: 60px;
  }
  .a9-content {
    padding-top: 30px;
    gap: 15px;
  }
  .a9-content input, .a9-content textarea {
    height: 50px;
    padding: 0 20px;
    font-size: 16px;
    line-height: 30px;
  }
  .a9-content .item-warp::before {
    left: 20px;
    font-size: 16px;
    line-height: 30px;
  }
  .a9-content .item-warp.textarea-warp textarea {
    padding-top: 10px;
    height: 180px;
  }
  .a9-content .item-warp.textarea-warp::before {
    top: 20px;
  }
  .a9-content-btn {
    margin-top: 10px;
  }
  .a9-content-btn button {
    width: 160px;
    height: 45px;
    font-size: 14px;
  }
}


@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;
  }

  .area5 table tr {
    height: auto;
    min-height: 60px;
  }
  .area5 table tr td:nth-child(1) {
    font-size: 16px;
    padding: 10px;
  }
  .area5 table tr td:nth-child(2) {
    font-size: 16px;
    padding: 10px 20px;
  }
}

@media (max-width: 768px) {
  .breadcrumb {
    height: auto;
    padding: 10px 0;
  }
  
  .breadcrumb .breadcrumb-inner {
    display: flex;
    flex-wrap: wrap;
    line-height: 1.5;
  }

  .area-title {
    font-size: 20px;
  }

  .a1-left-title {
    font-size: 20px;
  }

  .a1-left-title-1 {
    font-size: 22px;
  }

  .a1-left-title-2 {
    font-size: 18px;
  }

  .a1-left-desc {
    font-size: 14px;
    line-height: 1.6;
  }

  .a1-left-link > a {
    width: 150px;
    height: 40px;
    font-size: 14px;
  }

  .area2, .area3, .area4, .area5, .area6, .area7 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .a3-content-inner-item {
    padding: 15px 10px;
  }

  .a3-content-inner-item-left {
    flex-direction: column;
    align-items: flex-start;
    gap: 5px;
    padding-right: 0;
  }

  .a3-content-inner-item-left > span:nth-child(1) {
    line-height: 1;
    font-size: 16px !important;
  }

  .a4-content > .a4-content-items {
    grid-template-columns: 1fr !important;
    grid-template-rows: auto auto auto !important;
    display: flex;
    flex-direction: column;
  }

  .a4-content > .a4-content-items > div {
    grid-area: auto !important;
    height: 250px;
  }

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

  .a4-content-inner {
    padding: 30px 0;
  }

  .a4-content-item-desc {
    opacity: 1;
    transform: translateY(0);
    max-width: 90%;
  }

  .area5 table tr {
    flex-direction: column;
  }
  .area5 table tr td:nth-child(1) {
    width: 100%;
    flex: none !important;
    padding: 10px;
    justify-content: center;
  }
  .area5 table tr td:nth-child(2) {
    width: 100%;
    flex: none !important;
    padding: 15px;
    justify-content: center;
    text-align: center !important;
  }

  .a6-content-right-item {
    padding: 15px;
  }

  .a6-content-right-item span:nth-child(1) {
    font-size: 16px;
  }

  .a7-content-item-inner {
    padding: 20px;
  }

  .a7-content-item-inner-title {
    font-size: 16px;
  }

  .a8-slide {
    padding: 20px;
  }

  .a8-slide-cover {
    width: 100%;
    height: auto;
    aspect-ratio: 4/3;
  }

  .a8-slide-title {
    font-size: 18px;
  }

  .area9 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .a9-content {
    gap: 10px;
  }
  .a9-content > .flex {
    gap: 10px !important;
  }
  .a9-content .item-warp.flex-\[145\] {
    flex: 1 !important;
    min-width: 80px;
  }
  .a9-content .item-warp.flex-\[1040\] {
    flex: 3 !important;
  }
  .a9-content input, .a9-content textarea {
    height: 45px;
    padding: 0 15px;
    font-size: 14px;
    line-height: 25px;
  }
  .a9-content .item-warp::before {
    left: 15px;
    font-size: 14px;
    line-height: 25px;
  }
  .a9-content .item-warp.textarea-warp textarea {
    height: 150px;
  }
  .a9-content .item-warp.textarea-warp::before {
    top: 15px;
  }
  .a9-content-btn button {
    width: 100%;
    height: 40px;
  }
}
