.header .box .links a {
  color: #fff;
  transition: 0.6s ease;
}

.header.hasBg .box .links a {
  color: #000;
}

.header .box .links a.on {
  color: #D80001;
}

img {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

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

.item_hover {
  overflow: hidden;
}
.item_hover:hover img {
  transform: scale(1.05);
}
.item_hover img {
  width: 100%;
  height: 100%;
  object-fit: cover ;
  transition: 1s;
}

.common_title .en {
  background: linear-gradient(7deg, rgba(0, 0, 0, 0) 4.71%, rgba(0, 0, 0, 0.12) 94.4%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  line-height: 1;
  width: -moz-fit-content;
  width: fit-content;
}
.common_title .cn {
  font-weight: 600;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: -2.1354166667vw;
  background: linear-gradient(90deg, #DD3031 0%, #000 100%);
  background-size: 200% 200%;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

@keyframes yAnimate {
  0% {
    transform: translateY(50px);
    opacity: 0;
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes scaleAnimate {
  100% {
    transform: translate(-50%, -50%) scale(3);
    opacity: 0;
  }
}
.home .banner {
  background: #F1F1F1;
}
.home .section1 {
  padding: 5.3125vw 8.3333333333vw 6.25vw 8.3333333333vw;
  background: #F1F1F1;
}
.home .section1 .content {
  margin: 2.7083333333vw 0 0 0;
  display: flex;
  justify-content: space-between;
  gap: 1.5104166667vw;
}
.home .section1 .content .item {
  flex: 1;
  height: 32.7083333333vw;
  position: relative;
  border-radius: 1.3020833333vw;
  transition: 1s ease;
}
.home .section1 .content .item video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.home .section1 .content .item .position {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2;
  padding: 2.0833333333vw;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  transition: 1s ease;
}
.home .section1 .content .item .position .text {
  transform: translateY(6.8958333333vw);
  transition: 1s ease;
}
.home .section1 .content .item .position .opacity {
  transition: 1s ease;
  opacity: 0;
}
.home .section1 .content .item .position .p1 {
  color: #FFF;
  margin: 0 0 0.8333333333vw;
}
.home .section1 .content .item .position .p2 {
  color: #FFF;
  margin: 0 0 0.9375vw;
}
.home .section1 .content .item .position .p3 {
  height: 6.6666666667vw;
  color: rgba(255, 255, 255, 0.8);
  font-weight: 300;
  line-height: 1.6666666667vw; /* 200% */
}
.home .section1 .content .item:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 14.1145833333vw;
  bottom: 0;
  left: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(255, 0, 0, 0.35) 100%);
}
.home .section1 .content .item:hover {
  flex: 1.832;
}
.home .section1 .content .item:hover .position {
  background: #D52E2F;
}
.home .section1 .content .item:hover .position .text {
  transform: translateY(0);
}
.home .section1 .content .item:hover .position .opacity {
  opacity: 1;
  transition-delay: 0.3s;
}
.home .section2 {
  padding: 6.25vw 8.3333333333vw;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.home .section2 .l {
  width: 41.25vw;
}
.home .section2 .l .text {
  color: #333;
  font-weight: 300;
  line-height: 1.6666666667vw;
  margin: 2.7083333333vw 0 1.9270833333vw;
}
.home .section2 .l .flex {
  width: -moz-fit-content;
  width: fit-content;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.25vw 6.25vw;
}
.home .section2 .l .flex .list {
  display: flex;
  align-items: center;
  gap: 0.8854166667vw;
}
.home .section2 .l .flex .list p {
  color: #333;
}
.home .section2 .l .flex .list img {
  width: 0.7291666667vw;
  height: 0.7291666667vw;
}
.home .section2 .img {
  border-radius: 1.3020833333vw;
  width: 37.9166666667vw;
  height: 42.7083333333vw;
}
.home .section2 .img video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.home .section3 {
  background: #F1F1F1;
  padding: 6.25vw 8.3333333333vw;
  position: relative;
  z-index: 1;
}
.home .section3 .point {
  width: 0.5208333333vw;
  height: 0.5208333333vw;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #D80001;
  position: absolute;
  z-index: 1;
}
.home .section3 .point:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(1);
  background: #D80001;
  opacity: 0.5;
  animation: scaleAnimate 1s linear infinite;
  pointer-events: none;
  border-radius: 50%;
  z-index: -1;
}
.home .section3 .point div {
  width: 0.2083333333vw;
  height: 0.2083333333vw;
  border-radius: 50%;
  background: #fff;
}
.home .section3 .point1 {
  top: 32.0833333333vw;
  left: 37.34375vw;
}
.home .section3 .point2 {
  top: 40.3645833333vw;
  left: 34.5833333333vw;
}
.home .section3 .point3 {
  top: 43.8020833333vw;
  left: 38.125vw;
}
.home .section3 .point4 {
  top: 44.53125vw;
  left: 41.1979166667vw;
}
.home .section3 .point5 {
  top: 48.3854166667vw;
  left: 37.1875vw;
}
.home .section3 .point6 {
  top: 51.9791666667vw;
  left: 35.8854166667vw;
}
.home .section3 .point7 {
  top: 47.1875vw;
  left: 43.8020833333vw;
}
.home .section3 .point8 {
  top: 52.03125vw;
  left: 40.5729166667vw;
}
.home .section3 .point9 {
  top: 38.0208333333vw;
  left: 38.4375vw;
  opacity: 0.5;
}
.home .section3 .point10 {
  top: 40.7291666667vw;
  left: 42.5vw;
  opacity: 0.5;
}
.home .section3 .noClick {
  pointer-events: none;
  width: 0.3125vw;
  height: 0.3125vw;
}
.home .section3 .noClick::after {
  display: none;
}
.home .section3 .noClick div {
  display: none;
}
.home .section3 .line {
  position: absolute;
  -o-object-fit: contain;
     object-fit: contain;
}
.home .section3 .line1 {
  width: 3.4375vw;
  height: 3.59375vw;
  top: 40.4166666667vw;
  left: 34.8958333333vw;
}
.home .section3 .line2 {
  width: 4.14125vw;
  height: 3.97171875vw;
  top: 44.5833333333vw;
  left: 37.3958333333vw;
}
.home .section3 .line3 {
  width: 8.046875vw;
  height: 4.9034895833vw;
  top: 47.2916666667vw;
  left: 36.0416666667vw;
}
.home .section3 .line4 {
  width: 3.5677083333vw;
  height: 4.140625vw;
  top: 48.59375vw;
  left: 37.34375vw;
}
.home .section3 .map {
  position: absolute;
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  top: 0;
  left: 0;
  z-index: -1;
}
.home .section3 .pick {
  width: 41.25vw;
  color: #333;
  font-weight: 300;
  line-height: 1.6666666667vw; /* 200% */
  margin: 2.7083333333vw 0 0 0;
}
.home .section3 .end {
  margin: 13.5416666667vw 0 0 0;
  display: flex;
  justify-content: flex-end;
  position: relative;
}
.home .section3 .end .matter {
  width: 40.625vw;
  height: 18.125vw;
  border-radius: 1.3020833333vw;
  background: #FFF;
  padding: 2.0833333333vw;
  display: none;
}
.home .section3 .end .matter.on {
  display: block;
  animation: yAnimate 1s ease forwards;
}
.home .section3 .end .matter .display {
  display: flex;
  align-items: center;
  gap: 2.0833333333vw;
}
.home .section3 .end .matter .display .img {
  width: 16.6666666667vw;
  height: 9.375vw;
  border-radius: 1.3020833333vw;
}
.home .section3 .end .matter .display .text .p1 {
  color: #000;
  margin: 0 0 1.0416666667vw;
}
.home .section3 .end .matter .display .text .p2 {
  display: flex;
  align-items: center;
  gap: 0.4166666667vw;
}
.home .section3 .end .matter .display .text .p2 img {
  width: 1.1458333333vw;
  height: 1.1458333333vw;
}
.home .section3 .end .matter .display .text .p2 p {
  color: #333;
  font-weight: 300;
}
.home .section3 .end .matter .text2 {
  margin: 1.25vw 0 0 0;
  color: rgba(0, 0, 0, 0.8);
  font-weight: 300;
  line-height: 1.6666666667vw; /* 200% */
}
.home .section4 .wrap {
  margin: 6.25vw 8.3333333333vw;
  border-radius: 1.3020833333vw;
  background: #F1F1F1;
  height: 43.75vw;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4.1666666667vw;
}
.home .section4 .wrap .img {
  width: 27.0833333333vw;
  height: 31.25vw;
  border-radius: 1.3020833333vw;
}
.home .section4 .wrap .img .imgSwiper {
  width: 100%;
  height: 100%;
  border-radius: 1.3020833333vw;
}
.home .section4 .wrap .img .imgSwiper img {
  width: 100%;
  height: 100%;
  border-radius: 1.3020833333vw;
}
.home .section4 .wrap .img .imgSwiper video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.home .section4 .wrap .r {
  width: 35.4166666667vw;
}
.home .section4 .wrap .r .flex {
  position: relative;
  margin: 2.7083333333vw 0 1.6666666667vw;
}
.home .section4 .wrap .r .flex .item {
  opacity: 0;
  transform: translateX(50px);
  transition: 0.6s;
  pointer-events: none;
}
.home .section4 .wrap .r .flex .item:not(:first-child) {
  position: absolute;
  left: 0;
  top: 0;
}
.home .section4 .wrap .r .flex .item.on {
  opacity: 1;
  pointer-events: auto;
  transform: translateX(0);
}
.home .section4 .wrap .r .flex .item .p1 {
  color: #333;
  font-weight: 300;
  line-height: 1.6666666667vw; /* 200% */
}
.home .section4 .wrap .r .flex .item .dis {
  margin: 2.7083333333vw 0 0 0;
  display: flex;
  gap: 4.1666666667vw;
}
.home .section4 .wrap .r .flex .item .dis p {
  font-weight: 300;
  color: #333;
}
.home .section4 .wrap .r .button {
  gap: 1.25vw;
  display: flex;
  position: absolute;
  z-index: 5;
}
.home .section4 .wrap .r .button svg {
  width: 3.5416666667vw;
  height: 3.5416666667vw;
  cursor: pointer;
}
.home .section4 .wrap .r .button svg path {
  transition: 0.6s ease;
}
.home .section4 .wrap .r .button svg:hover path:last-child {
  stroke: #D80001;
}
.home .section4 .wrap .r .button svg:last-child {
  transform: rotate(180deg);
}
@media screen and (max-width: 768px) {
  .home {
    overflow-x: hidden;
  }
  .home .banner video {
    height: calc(100vh + 25px);
  }
  .home .banner .text {
    left: 0;
    padding: 0 5%;
  }
  .home .banner .text .p1 {
    font-size: 24px;
  }
  .home .section1 {
    padding: 50px 5%;
  }
  .home .section1 .content {
    flex-direction: column;
    margin: 25px 0 0 0;
    gap: 15px;
  }
  .home .section1 .content .item {
    height: 400px;
    flex: unset !important;
    border-radius: 15px;
  }
  .home .section1 .content .item:after {
    height: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 6.99%, rgba(206, 0, 0, 0.7) 56.62%, #CE0000 100%);
  }
  .home .section1 .content .item .position {
    padding: 0 5% 25px 5%;
    background: transparent !important;
  }
  .home .section1 .content .item .position .text {
    transform: none;
  }
  .home .section1 .content .item .position .text .opacity {
    opacity: 1 !important;
  }
  .home .section1 .content .item .position .text .p1 {
    margin: 0 0 15px;
  }
  .home .section1 .content .item .position .text .p2 {
    margin: 0 0 15px;
  }
  .home .section1 .content .item .position .text .p3 {
    line-height: 1.7;
    height: auto;
  }
  .home .section3 {
    padding: 50px 5%;
  }
  .home .section3 .map {
    display: none;
  }
  .home .section3 .sj_map {
    display: block !important;
    max-width: 100%;
    width: auto;
    height: 220px;
  }
  .home .section3 .line, .home .section3 .point {
    display: none;
  }
  .home .section3 .pick {
    width: 100%;
    line-height: 1.7;
  }
  .home .section3 .sj_end {
    display: block !important;
  }
  .home .section3 .sj_end .button {
    display: flex;
    justify-content: flex-end;
    margin: 20px 0 0 0;
    gap: 2px;
  }
  .home .section3 .sj_end .button .circle {
    width: 12vw;
    height: 12vw;
  }
  .home .section3 .sj_end .button .circle img {
    width: 100%;
  }
  .home .section3 .end {
    justify-content: unset;
    flex-direction: column;
    gap: 15px;
    display: none;
  }
  .home .section3 .end .matter {
    width: 100%;
    height: auto;
    position: static !important;
    pointer-events: auto;
    display: block !important;
    padding: 15px 5%;
    border-radius: 15px;
  }
  .home .section3 .end .matter .display {
    flex-direction: column;
    align-items: unset;
  }
  .home .section3 .end .matter .display .img {
    width: 100%;
    height: 300px;
    border-radius: 15px;
    margin: 0 0 15px;
  }
  .home .section3 .end .matter .display .text .p1 {
    margin: 0 0 10px;
  }
  .home .section3 .end .matter .display .text .p2 {
    gap: 5px;
  }
  .home .section3 .end .matter .display .text .p2 img {
    width: 13px;
    height: 13px;
  }
  .home .section3 .end .matter .text2 {
    line-height: 1.7;
  }
  .home .section2 {
    padding: 50px 5%;
    flex-direction: column;
  }
  .home .section2 .l {
    width: 100%;
  }
  .home .section2 .l .text {
    line-height: 1.7;
    margin: 25px 0;
  }
  .home .section2 .l .flex {
    gap: 15px 20px;
  }
  .home .section2 .l .flex .list {
    gap: 15px;
  }
  .home .section2 .l .flex .list img {
    width: 14px;
    height: 14px;
  }
  .home .section2 .img {
    width: 100%;
    height: auto;
    border-radius: 15px;
    margin: 25px 0 0 0;
  }
  .home .section4 .wrap {
    margin: 50px 5%;
    height: auto;
    flex-direction: column;
    border-radius: 15px;
    padding: 10px 10px 40px 10px;
  }
  .home .section4 .wrap .img {
    width: 100%;
    height: auto;
  }
  .home .section4 .wrap .img .imgSwiper .swiper-slide {
    border-radius: 15px;
    height: 235px;
  }
  .home .section4 .wrap .r {
    width: 100%;
    margin: 30px 0 0 0;
  }
  .home .section4 .wrap .r .flex {
    margin: 25px 0;
  }
  .home .section4 .wrap .r .flex .item .p1 {
    line-height: 1.7;
  }
  .home .section4 .wrap .r .flex .item .dis {
    gap: 15px;
  }
  .home .section4 .wrap .r .button {
    gap: 10px;
  }
  .home .section4 .wrap .r .button svg {
    width: 45px;
    height: 45px;
  }
}



.container {
  background-color: #fff;
  border-radius: 10px;
  height: 65%;
  width: 50%;
  min-height: 500px;
  min-width: 340px;
  overflow: hidden;
}


.dialog {
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  /* display: none; */
  display: none;
  justify-content: center;
  align-items: center;
  height: 100vh;
}

.dialog .contain {
  font-size: 16px;
  height: 72%;
  margin: 18px auto;
  overflow-y: auto;
  line-height: 1.6;
  width: 90%;
}

.dialog .container .title {
  padding: 16px;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  box-shadow: 0 -2px 8px 0 rgba(0, 0, 0, .5);
}

.contain-footer {
  padding: 16px;
  text-align: center;
}

.contain-footer .btn {
  padding: 8px 24px;
  border: none;
  border-radius: 4px;
  font-size: 14px;
  cursor: pointer;
  margin: 0 8px;
}

.contain-footer .btn-cancel {
  background: #f5f5f5;
  color: #333;
  cursor: not-allowed;
}

.contain-footer .btn-confirm {
  background: #1677ff;
  color: #fff;
}
@media (min-width:1920px) {
  .dialog .contain {
    font-size: 0.8333vw;
  }
  .dialog .container .title {
    font-size: 0.9375vw;
  }
}