.content {
  width: 1440px;
  margin: 0 auto;
  margin-top: 86px;
  margin-bottom: 174px;
}
.content .top-title .en {
  font-family: "DINNextLTProBold";
  font-size: 18px;
  color: #D13239;
  line-height: 36px;
  letter-spacing: 5px;
  text-align: center;
}
.content .top-title .cn {
  font-weight: bold;
  font-size: 36px;
  color: #55565B;
  line-height: 36px;
  letter-spacing: 3px;
  text-align: center;
}
.content .map {
  width: 100%;
  aspect-ratio: 1440/700;
  position: relative;
  margin: 0 auto;
  margin-top: 100px;
}
.content .map .bg {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.content .map .bg img {
  width: 100%;
}
.content .map .box {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.content .map .box .num {
  width: 1px;
  height: 1px;
  position: absolute;
}
.content .map .box .num .icon {
  width: 21px;
  height: 30px;
  position: absolute;
  top: -30px;
  left: -11px;
  cursor: pointer;
}
.content .map .box .num .icon img {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: 0.5s;
}
.content .map .box .num .icon img:nth-child(2) {
  opacity: 0;
}
.content .map .box .num .icon a {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.content .map .box .num .downBox {
  width: 0;
  height: 160px;
  border-radius: 10px;
  overflow: hidden;
  background-color: rgba(255, 255, 255, 0.9);
  margin-top: 17px;
  margin-left: -15px;
  transition: 1s;
  box-shadow: 4px 4px 16px 0 rgba(0, 0, 0, 0.1);
  z-index: 110;
  position: relative;
}
.content .map .box .num .downBox .box1 {
  width: 100%;
  height: 100%;
  display: flex;
}
.content .map .box .num .downBox .box1 .left {
  width: 285px;
  height: 100%;
  flex-shrink: 0;
}
.content .map .box .num .downBox .box1 .left img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.content .map .box .num .downBox .box1 .right {
  margin-left: 24px;
  margin-top: 20px;
  flex-shrink: 0;
}
.content .map .box .num .downBox .box1 .right .title {
  font-size: 16px;
  line-height: 24px;
  color: #55565b;
}
.content .map .box .num .downBox .box1 .right .p {
  font-size: 12px;
  line-height: 18px;
  color: #b9b9b9;
  margin-top: 50px;
}
.content .map .box .num1 {
  left: 15.069%;
  top: 73.857%;
}
.content .map .box .num2 {
  left: 59.444%;
  top: 53.142%;
}
.content .map .box .num3 {
  left: 62.43%;
  top: 54.142%;
}
.content .map .box .num4 {
  left: 64.861%;
  top: 43.857%;
}
.content .map .box .num5 {
  left: 66.319%;
  top: 46.571%;
}
.content .map .box .num6 {
  left: 70%;
  top: 52.857%;
}
.content .map .box .num6 .downBox {
  position: absolute;
  top: 2px;
  right: -20px;
}
.content .map .box .num7 {
  left: 70.347%;
  top: 50.714%;
}
.content .map .box .num7 .downBox {
  position: absolute;
  top: 2px;
  right: -20px;
}
.content .map .box .num8 {
  left: 71.458%;
  top: 48.142%;
}
.content .map .box .num8 .downBox {
  position: absolute;
  top: 2px;
  right: -20px;
}
.content .map .box .num9 {
  left: 77.638%;
  top: 49.714%;
}
.content .map .box .num9 .downBox {
  position: absolute;
  top: 2px;
  right: -20px;
}
.content .map .box .num10 {
  left: 82.361%;
  top: 33.714%;
}
.content .map .box .num10 .downBox {
  position: absolute;
  top: 2px;
  right: -20px;
}
.content .map .box .active .icon {
  z-index: 2;
}
.content .map .box .active .icon img:nth-child(1) {
  opacity: 0;
}
.content .map .box .active .icon img:nth-child(2) {
  opacity: 1;
}
.content .map .box .active .downBox {
  width: 496px;
}
.content .bottom1 {
  width: 100%;
  margin-top: 30px;
  display: none;
}
.content .bottom1 .list {
  width: 100%;
}
.content .bottom1 .list .item {
  width: 100%;
  height: 30vw;
  border-radius: 10px;
  overflow: hidden;
  background-color: rgba(255, 255, 255, 0.9);
  margin-top: 17px;
  transition: 1s;
  box-shadow: 4px 4px 16px 0 rgba(0, 0, 0, 0.1);
  display: flex;
}
.content .bottom1 .list .item.active {
  background-color: #D13239;
}
.content .bottom1 .list .item.active .right .title {
  color: #fff;
}
.content .bottom1 .list .item.active .right .p {
  color: #fff;
}
.content .bottom1 .list .item .left {
  width: 54%;
  height: 100%;
}
.content .bottom1 .list .item .left img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.content .bottom1 .list .item .right {
  margin-left: 24px;
  margin-top: 20px;
}
.content .bottom1 .list .item .right .title {
  font-size: 16px;
  line-height: 24px;
  color: #55565b;
}
.content .bottom1 .list .item .right .p {
  font-size: 12px;
  line-height: 18px;
  color: #b9b9b9;
  margin-top: 50px;
}
.content .bottom {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-top: 130px;
}
.content .bottom .left .cnList {
  font-size: 20px;
  line-height: 36px;
  cursor: pointer;
  color: #55565B;
}
.content .bottom .left .cnList .item {
  transition: 0.5s;
}
.content .bottom .left .cnList .item:hover {
  color: #D13239;
}
.content .bottom .left .enList {
  font-family: "DINNextLTProRegular";
  font-size: 20px;
  line-height: 36px;
  cursor: pointer;
  color: #55565B;
  margin-top: 50px;
}
.content .bottom .left .enList .item {
  transition: 0.5s;
}
.content .bottom .left .enList .item:hover {
  color: #D13239;
}
.content .bottom .right {
  width: 65.972%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.content .bottom .right .item {
  width: 48.421%;
  aspect-ratio: 460 / 260;
  position: relative;
  margin-bottom: 32px;
}
.content .bottom .right .item .bg {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.content .bottom .right .item .bg img {
  width: 100%;
  transition: 0.5s;
}
.content .bottom .right .item .text {
  font-size: 14px;
  line-height: 14px;
  color: #fff;
  position: absolute;
  left: 17px;
  bottom: 17px;
}
.content .bottom .right .item:hover .bg img {
  transform: scale(1.1);
}
@media screen and (max-width: 1600px) {
  .content {
    width: 90%;
    margin: 0 auto;
    margin-top: 74px;
    margin-bottom: 130px;
  }
}
@media screen and (max-width: 1200px) {
  .content .bottom1 {
    display: block;
  }
  .content .map .box .num .downBox {
    display: none;
  }
  .content .map {
    width: 145%;
    aspect-ratio: 1440 / 700;
    position: relative;
    margin: 0 auto;
    margin-top: 100px;
    margin-left: -20%;
  }
}
@media screen and (max-width: 1080px) {
  .content .top-title .cn {
    font-weight: bold;
    font-size: 32px;
    color: #55565B;
    line-height: 32px;
    letter-spacing: 3px;
    text-align: center;
  }
  .content .bottom .left .cnList {
    font-size: 16px;
    line-height: 36px;
    cursor: pointer;
    color: #55565B;
  }
  .content .bottom {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-top: 60px;
    flex-wrap: wrap;
  }
  .content .bottom .left {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .content .bottom .left .enList {
    font-family: "DINNextLTProRegular";
    font-size: 20px;
    line-height: 36px;
    cursor: pointer;
    color: #55565B;
    margin-top: 0;
  }
  .content .bottom .right {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 60px;
  }
}
@media screen and (max-width: 540px) {
  .content .bottom1 .list .item .right .p {
    font-size: 12px;
    line-height: 18px;
    color: #b9b9b9;
    margin-top: 0px;
  }
  .content .bottom .left .cnList {
    font-size: 16px;
    line-height: 36px;
    cursor: pointer;
    color: #55565B;
    width: 100%;
  }
  .content .bottom .left .enList {
    width: 100%;
    font-family: "DINNextLTProRegular";
    font-size: 20px;
    line-height: 36px;
    cursor: pointer;
    color: #55565B;
    margin-top: 0;
  }
}
@keyframes aniyuan {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.5);
  }
}
