.one {
  position: relative;
  z-index: -1;
}

.one .back {
  width: 100%;
  height: 100%;
  position: absolute;
  display: block;
}

.one .wrap {
  padding: 100px 0;
  width: 1280px;
  margin: 0 auto;
  max-width:85%;
  transform: translateX(0px);
}

.one .wrap .top .title {
  text-align: center;
}

.one .wrap .top .title h3 {
  color: #caa672;
  font-size: 20px;
  line-height: 1;
  font-weight: normal;
}

.one .wrap .top .title h4 {
  color: #666;
  font-size: 13px;
  margin-top: 10px;
  line-height: 1;
  font-weight: normal;
}

.one .wrap .top .title .lineBox {
  width: 200px;
  background-color: #e8e8e8;
  margin: auto;
}

.one .wrap .top .title .lineBox .line {
  width: 80px;
  height: 1px;
  background-color: #caa672;
  margin-top: 20px;
  line-height: 36px;
}

.one .wrap .top .main {
  margin-top: 45px;
  text-align: center;

}

.one .wrap .top .main p {
  color: #666;
  font-size: 12px;
  line-height: 22px;
}

.one .wrap .bottom {
  margin-top: 60px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.one .wrap .bottom h4 {
  text-align: center;
  color: #666;
  font-size: 16px;
  position: relative;
  font-weight:normal;
}

.one .wrap .bottom h4::before,
.one .wrap .bottom h4::after {
  content: '';
  width: 7px;
  height: 7px;
  background-color: #caa672;
  position: absolute;
  top: 50%;
}

.one .wrap .bottom h4::before {
  transform: translateX(-17px) translateY(-50%);
  border-radius: 50%;
}

.one .wrap .bottom h4::after {
  transform: translateX(17px) translateY(-50%);
  border-radius: 50%;
}

.one .wrap .bottom .list {
  width: 800px;
  display: flex;
  justify-content: space-between;
  margin-top: 55px;
}

.one .wrap .bottom .list .item {
  width: 85px;
}

.one .wrap .bottom .list .item .icon {
  width: 85px;
  height: 85px;
  background-image: linear-gradient(0deg, #cba875, #e7d1b2);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.one .wrap .bottom .list .item .icon::before,
.one .wrap .bottom .list .item .icon::after {
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 50%;
  transform: translate(-50%, -50%);
}

.one .wrap .bottom .list .item .icon::before {
  content: '';
  width: 101px;
  height: 101px;
  z-index: 1;
  background-color: #e8e8e8;
}

.one .wrap .bottom .list .item .icon::after {
  content: '';
  width: 85px;
  height: 85px;
  z-index: 99;
  border: 1px solid #cba875;
  background-image: linear-gradient(
    0deg,
    rgba(203, 168, 117, 0.2),
    rgba(202, 166, 114, 0)
  );
  background-repeat: no-repeat;
  background-position: 0 85px;
  transition: all 1s;
}

.one .wrap .bottom .list .item .icon img {
  position: relative;
  z-index: 11;
}

.one .wrap .bottom .list .item .text {
  margin-top: 20px;
}

.one .wrap .bottom .list .item .text p {
  text-align: center;
  color: #666;
  font-size: 13px;
  line-height: 20px;
  transition: all 0.5s;
}

.one .wrap .bottom .list .item:nth-child(2) .icon::before {
  background-color: #f4f3f0;
}

.one .wrap .bottom .list .item:nth-child(3) .icon::before {
  background-color: #fafafa;
}

.one .wrap .bottom .list .item:nth-child(4) .icon::before {
  background-color: #f5f5f5;
}

.one .wrap .bottom .list .item:hover .icon::after {
  background-image: linear-gradient(
    0deg,
    rgba(203, 168, 117, 0.2),
    rgba(202, 166, 114, 0)
  );
  background-position: 0 0;
}

.one .wrap .bottom .list .item:hover .text p {
  color: #caa672;
}

.tow {
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #f3f3f3;
  position: relative;
}

.tow .wrap {
  width: 1280px;
  margin: 0 auto;
  max-width:75%;
  position: relative;
  z-index: 10;
  left:-62px;

  
    

  
  
}

.tow .wrap .top .title {
  text-align: center;
  width:100%;
  margin-left:50px;
}

.tow .wrap .top .title h3 {
  color: #caa672;
  font-size: 20px;
  line-height: 1;
  font-weight: normal;
}

.tow .wrap .top .title h4 {
  color: #666;
  font-size: 13px;
  margin-top: 10px;
  line-height: 1;

  font-weight: normal;
}

.tow .wrap .top .title .lineBox {
  width: 200px;
  background-color: #e8e8e8;
  margin: auto;
}

.tow .wrap .top .title .lineBox .line {
  width: 80px;
  height: 1px;
  background-color: #caa672;
  margin-top:20px;
  line-height: 36px;
}

.tow .wrap .top .main {
  margin-top: 51px;
  text-align: center;
  margin-left:50px;
  width:100%;
}

.tow .wrap .top .main p {
  color: #666;
  font-size: 13px;
  line-height: 22px;

}

.tow .wrap .top {
  transform: translateX(40px);
}

.tow .wrap .bottom {
  margin-top: 84px;
  display: flex;
  position: relative;
  transform: translateX(40px);
  pointer-events: none;
}

.tow .wrap .bottom .list {
  position: relative;
  z-index: 5;
}

.tow .wrap .bottom .list .item {
  width: 525px;
  margin-bottom: 20px;
  pointer-events: auto;
}

.tow .wrap .bottom .list .item:last-child {
  margin-bottom: 0;
}

.tow .wrap .bottom .list .item .textimg {
  display: flex;
  align-items: end;
  justify-content: flex-start;
}
.tow .wrap .bottom .list .item .textimg .left {
  min-width: 180px;
  margin-right: 0px;
}

.tow .wrap .bottom .list .item .textimg .left .icon {
  position: relative;
  margin-bottom: 10px;
}

.tow .wrap .bottom .list .item .textimg .left .icon img {
  display: block;
  filter: grayscale(100%);
  transition: all 1s;
}

.tow .wrap .bottom .list .item .textimg .left .text {
  color: rgba(32, 32, 32, 0.37);
  font-size: 14px;
  transition: all 1s;
}

.tow .wrap .bottom .list .item .textimg .right p {
  color: #666666;
  font-size: 13px;
  line-height: 20px;
  position: relative;
  transform: translateY(10px);
  opacity: 0;
  transition: all 1s;
}

.tow .wrap .bottom .list .item .textimg .right p::before {
  content: '';
  width: 6px;
  height: 6px;
  background-color: #d0101b;
  position: absolute;
  top: 50%;
  left: -18px;
  transform: translateY(-50%);
}

.tow .wrap .bottom .list .item .lineBox {
  width: 100%;
  height: 1px;
  margin-top: 24px;
  background-color: rgba(0, 0, 0, 0.1);
}

.tow .wrap .bottom .list .item .lineBox .line {
  width: 100%;
  height: 3px;
  transform: scaleX(0) translateY(-50%);
  background-color: #caa672;
  transition: all 1s;
  transform-origin: left;
}

.tow .wrap .bottom .list .item:hover .left .icon img {
  filter: grayscale(0%);
}

.tow .wrap .bottom .list .item:hover .left .text {
  color: #202020;
}

.tow .wrap .bottom .list .item:hover .right p {
  transform: translateY(0);
  opacity: 1;
}

.tow .wrap .bottom .list .item:hover .lineBox .line {
  transform: scaleX(1) translateY(-50%);
}

.tow .map {
  width: 67.08333333vw;
  position: absolute;
  right: -4.0104166vw;
  bottom: -3.90625vw;
  transform: scale(0.89);
  z-index: 0;
  pointer-events: all;
}

.tow .map.aos-animate .round1 {
  opacity: 0.2;
  transition: all 1s 0.5s;
}

.tow .map.aos-animate .drop {
  opacity: 1;
  transition: all 1s 1s;
}

.tow .map.aos-animate .line {
  transition: all 1s 1.2s;
}

.tow .map.aos-animate .towMap {
  opacity: 1;
  transition: all 1s 1.4s;
}

.tow .map.aos-animate .towMap .towdrop {
  opacity: 1;
  transform: translateY(0);
  transition: all 1s;
}

.tow .map.aos-animate .towMap .towdrop1 {
  transition-delay: 2s;
}

.tow .map.aos-animate .towMap .towdrop2 {
  transition-delay: 2.2s;
}

.tow .map.aos-animate .towMap .towdrop3 {
  transition-delay: 2.4s;
}

.tow .map.aos-animate .towMap .towdrop4 {
  transition-delay: 2.6s;
}

.tow .map.aos-animate .towMap .towdrop5 {
  transition-delay: 2.8s;
}

.tow .map.aos-animate .towMap .towdrop6 {
  transition-delay: 3s;
}

.tow .map.aos-animate .towMap .towdrop7 {
  transition-delay: 3.2s;
}

.tow .map > img {
  right: 0;
  top: 0;
  width: 100%;
}

.tow .map .towMap {
  width: 17.34375vw;
  height: 17.34375vw;
  position: absolute;
  border-radius: 50%;
  top: 10.41666667vw;
  left: 26.92708333vw;
  z-index: 99;
  opacity: 0;
  transition: all 1s;
}

.tow .map .towMap img {
  width: 100%;
  height: auto;
}

.tow .map .towMap .towdrop {
  position: absolute;
  transform: translateY(20px);
  opacity: 0;
}

.tow .map .towMap .towdrop1 {
  top: 3.07291667vw;
  left: 12.86458333vw;
}

.tow .map .towMap .towdrop1 span {
  color: #d0101b;
}

.tow .map .towMap .towdrop1 .text {
  white-space: nowrap;
  /* font-size: 0.9375vw; */
  font-size: 13px;
  color: #000;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}

.tow .map .towMap .towdrop2 {
  top: 8.38541667vw;
  left: 14.94791667vw;
}

.tow .map .towMap .towdrop2 span {
  color: #d0101b;
}

.tow .map .towMap .towdrop2::before {
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  width: 1px;
  height: 2.23958333vw;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateY(-100%);
}

.tow .map .towMap .towdrop2::after {
  content: '';
  width: 6.61458333vw;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.1);
  position: absolute;
  left: 50%;
  top: -2.23958333vw;
}

.tow .map .towMap .towdrop2 .text {
  white-space: nowrap;
  font-size: 13px;
  color: #000;
  position: absolute;
  left: 2.60416667vw;
  top: -4.84375vw;
}

.tow .map .towMap .towdrop3 {
  top: 9.63541667vw;
  left: 14.375vw;
}

.tow .map .towMap .towdrop3 span {
  color: #d0101b;
}

.tow .map .towMap .towdrop3::after {
  content: '';
  width: 8.64583333vw;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.1);
  position: absolute;
  left: 100%;
  top: 50%;
}

.tow .map .towMap .towdrop3 .text {
  white-space: nowrap;
  font-size: 13px;
  color: #000;
  position: absolute;
  left: 3.125vw;
  top: -2.08333333vw;
}

.tow .map .towMap .towdrop4 {
  top: 10.26041667vw;
  left: 13.95833333vw;
}

.tow .map .towMap .towdrop4 span {
  color: #d0101b;
  font-size: 12px;
}

.tow .map .towMap .towdrop span {
  cursor: pointer;
  transition: 0.6s;
  display: block;
}

.tow .map .towMap .towdrop span:hover {
  transform: scale(1.3);
}

.tow .map .towMap .towdrop4::before {
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  width: 1px;
  height: 1.09375vw;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(4.375vw, 100%);
}

.tow .map .towMap .towdrop4::after {
  content: '';
  width: 4.375vw;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.1);
  position: absolute;
  left: 50%;
  bottom: 0;
}

.tow .map .towMap .towdrop4 .text {
  white-space: nowrap;
  font-size: 13px;
  color: #000;
  position: absolute;
  left: 4.6875vw;
  top: 2.34375vw;
}

.tow .map .towMap .towdrop5 {
  top: 10.83333333vw;
  left: 11.61458333vw;
}

.tow .map .towMap .towdrop5 span {
  color: #d0101b;
}

.tow .map .towMap .towdrop5 .text {
  white-space: nowrap;
  /* font-size: 0.9375vw; */
  font-size: 13px;
  color: #000;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}

.tow .map .towMap .towdrop6 {
  top: 13.07291667vw;
  left: 10.625vw;
}

.tow .map .towMap .towdrop6 span {
  color: #d0101b;
}

.tow .map .towMap .towdrop6::before {
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  width: 1px;
  height: 5.3125vw;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(2.08333333vw, 100%);
}

.tow .map .towMap .towdrop6::after {
  content: '';
  width: 2.08333333vw;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.1);
  position: absolute;
  left: 50%;
  bottom: 0;
}

.tow .map .towMap .towdrop6 .text {
  white-space: nowrap;
  font-size: 13px;
  color: #000;
  position: absolute;
  left: 3.125vw;
  top: 5.20833333vw;
  transform: translateY(-50%);
}

.tow .map .towMap .towdrop7 {
  top: 13.80208333vw;
  left: 10.10416667vw;
}

.tow .map .towMap .towdrop7 span {
  color: #d0101b;
  font-size: 12px;
}

.tow .map .towMap .towdrop7::before {
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  width: 1px;
  height: 2.23958333vw;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateY(100%);
}

.tow .map .towMap .towdrop7::after {
  content: '';
  width: 8.69791667vw;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.1);
  position: absolute;
  left: 50%;
  bottom: -2.23958333vw;
  transform: translateX(-100%);
}

.tow .map .towMap .towdrop7 .text {
  white-space: nowrap;
  font-size: 13px;
  color: #000;
  position: absolute;
  right: 5.20833333vw;
  top: 0.52083333vw;
}

.tow .map .round {
  position: absolute;
  background-color: #d9bd96;
  border: 1px solid #c9a572;
  border-radius: 50%;
}

.tow .map .round1 {
  width: 17.60416667vw;
  height: 17.60416667vw;
  top: 3.54166667vw;
  left: 12.34375vw;
  opacity: 0;
  transition: all 1s;
}

.tow .map .drop {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: all 1s;
}

.tow .map .drop span {
  position: relative;
  z-index: 10;
}

.tow .map .drop::after {
  content: '';
  position: absolute;
  z-index: 1;
  background-color: #d9bd96;
  border: 1px solid #c9a572;
  border-radius: 50%;
}

.tow .map .drop .text {
  position: absolute;
  white-space: nowrap;
  left: 40px;
}

.tow .map .drop1 {
  top: 11.77083333vw;
  left: 25.52083333vw;
}

.tow .map .drop1 span {
  color: #d0101b;
  font-size: 36px;
  transition: 0.6s;
  cursor: pointer;
}

.tow .map .drop1 span:hover {
  transform: scale(1.1);
}

.tow .map .drop1::after {
  width: 6.25vw;
  height: 6.25vw;
  opacity: 0.3;
}

.tow .map .drop2 {
  top: 9.11458333vw;
  left: 48.4375vw;
}

.tow .map .drop2 span {
  color: #caa672;
  font-size: 26px;
}

.tow .map .drop2::after {
  width: 8.64583333vw;
  height: 8.64583333vw;
  opacity: 0.2;
}

.tow .map .drop3 {
  top: 13.33333333vw;
  left: 51.97916667vw;
}

.tow .map .drop3 span {
  color: #caa672;
  font-size: 26px;
}

.tow .map .drop span {
  transition: 0.6s;
  cursor: pointer;
}

.tow .map .drop span:hover {
  transform: scale(1.3);
}

.tow .map .drop3::after {
  width: 7.13541667vw;
  height: 7.13541667vw;
  opacity: 0.2;
}

.tow .map .line {
  transition: all 1s;
  position: absolute;
  animation: line-move 5s linear infinite reverse forwards;
}

.tow .map .line1 {
  width: 23.17708333vw;
  top: 9.42708333vw;
  left: 26.30208333vw;
}

.tow .map .line2 {
  width: 26.25vw;
  top: 13.54166667vw;
  left: 26.30208333vw;
}

.there {
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
  justify-content: center;
}

.there .wrap {
  /* width: 1595px; */
  width: 1100px;
  max-width:100%;
}
.there .wrap .title {
  display: flex;
  justify-content: center;
  text-align: center;
}
.there .wrap .title h3 {
  color: #caa672;
  font-size: 20px;
  line-height: 1;
  font-weight: normal;
}

.there .wrap .title h4 {
  color: #666;
  font-size: 13px;
  margin-top: 10px;
  line-height: 1;
  font-weight: normal;
}

.there .wrap .title .lineBox {
  width: 200px;
  background-color: #e8e8e8;
}

.there .wrap .title .lineBox .line {
  width: 80px;
  height: 1px;
  background-color: #caa672;
  margin-top: 20px;
  line-height: 36px;
}

.there .wrap .main {
  padding-top: 60px;
  position: relative;
}

.there .wrap .main .swiper {
  height: 100%;
}

.there .wrap .main .swiper-slide {
  width: auto;
}

.there .wrap .main .swiper-slide .item {
  position: relative;
  height: 190px;
  width: 160px;
}

.there .wrap .main .swiper-slide .item .text {
  position: absolute;
  top: 20px;
  left: 0;
  width: 160px;
  height: 100%;
}

.there .wrap .main .swiper-button-prev,
.there .wrap .main .swiper-button-next {
  width: 59px;
  height: 59px;
  background-color: #fff;
  border-radius: 50%;
  border: 1px solid hsl(0, 0%, 90%);
  top: -59px;
  transition: all 1s;
}

.there .wrap .main .swiper-button-prev span,
.there .wrap .main .swiper-button-next span {
  font-size: 20px;
  color: #4a4a4a;
  transition: all 1s;
}

.there .wrap .main .swiper-button-prev::after,
.there .wrap .main .swiper-button-next::after {
  display: none;
}

.there .wrap .main .swiper-button-prev:hover,
.there .wrap .main .swiper-button-next:hover {
  background-color: #caa672;
}

.there .wrap .main .swiper-button-prev:hover span,
.there .wrap .main .swiper-button-next:hover span {
  color: #fff;
}

.there .wrap .main .swiper-button-next.swiper-button-disabled,
.there .wrap .main .swiper-button-prev.swiper-button-disabled {
  opacity: 1;
}

.there .wrap .main .swiper-horizontal > .swiper-pagination-progressbar,
.there .wrap .main .swiper-pagination-progressbar.swiper-pagination-horizontal {
  height: 1px;
}

.there .wrap .main .there .wrap .main .swiper-pagination-progressbar,
.there .wrap .main .swiper-pagination-progressbar {
  position: relative;
  margin-top: 16px;
}

.there
  .wrap
  .main
  .swiper-pagination-progressbar
  .swiper-pagination-progressbar-fill {
  display: block;
  background-color: #d0101b;
}

.there .wrap .main .swiper-pagination-progressbar {
  background-color: #dddddd;
}

.there .wrap .main .swiper-button-next {
  right: 260px;
}

.there .wrap .main .swiper-button-prev {
  left: auto;
  transform: rotate(180deg);
  right: 343px;
}

.there .wrap .main .item h5 {
  color: #0d0d0d;
  font-size: 24px;
}

.there .wrap .main .item:hover .text {
  transform: translateY(-10px);
}

.there .wrap .main .item:hover .text .drop {
  background-color: #caa672;
}

.there .wrap .main .item:hover .text p {
  color: #c9a572;
}

.there .wrap .main .item .text {
  display: flex;
  margin-top: 40px;
  transition: all 1s;
}

.there .wrap .main .item .text .drop {
  width: 5px;
  height: 5px;
  background-color: #000;
  border-radius: 50%;
  margin-right: 10px;
  margin-top: 10px;
  transition: all 1s;
}

.there .wrap .main .item .text p {
  flex: 1;
  color: #666;
  font-size: 12px;
  line-height: 16px;
  max-width: 240px;
  transition: all 1s;
}

.there .wrap .main .line {
  position: relative;
  z-index: 999;
}

.there .wrap .main .line .drop {
  width: 8px;
  height: 8px;
  position: absolute;
  left: 0;
  top: 50%;
  display: block;
  border-radius: 50%;
  transform: translateY(-50%);
  background-color: #d0101b;
  transition: all 1s;
}

@keyframes line-move {
  0% {
    stroke-dashoffset: 0;
  }
  100% {
    stroke-dashoffset: 222;
  }
}

@media screen and (max-width: 2560px) {
  .there .wrap {
    margin: 0 auto;
  }

  .tow .map {
    transform: translate(60px, 60px) scale(0.69);
  }
}

@media screen and (max-width: 2048px) {
  .there .wrap {
    margin: 0;
  }
}

@media screen and (max-width: 2048px) {
  .tow .map {
    transform: translate(0, 0) scale(0.89);
  }
}
@media screen and (max-width: 1600px) {
  .tow .wrap .top {
    transform: translateX(0);
  }
  .tow .map {
    right: -10.010417vw;
    bottom: -1.09375vw;
  }
  .tow .wrap .bottom {
    transform: translateX(0);
  }

  .tow .wrap .bottom .list .item .textimg .left .text {
    font-size: 13px;
  }
  .tow .wrap .bottom .list .item .textimg .left .icon img {
    width: 30px;
  }
}
