.content .introduce {
  width: 1440px;
  margin: 0 auto;
  padding-top: 120px;
}
.content .introduce .list {
  width: 100%;
  margin-top: 113px;
  display: flex;
  justify-content: space-between;
}
.content .introduce .list .item {
  width: 32.638%;
  height: 250px;
  background-color: #1e1e1e;
  border-radius: 8px;
  position: relative;
  transition: 0.5s;
}
.content .introduce .list .item::after {
  content: '';
  width: 2px;
  height: 0;
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 43px;
  transition: 0.5s;
}
.content .introduce .list .item .num {
  font-size: 48px;
  font-weight: bold;
  line-height: 48px;
  color: #ffffff;
  margin-top: 46px;
  margin-left: 41px;
  transition: 0.5s;
}
.content .introduce .list .item .name {
  font-size: 26px;
  font-weight: bold;
  line-height: 26px;
  color: #cf2e24;
  margin-left: 41px;
  margin-top: 63px;
  transition: 0.5s;
}
.content .introduce .list .item .item-p {
  font-size: 18px;
  line-height: 28px;
  color: #ffffff;
  margin-left: 41px;
  margin-right: 41px;
  margin-top: 14px;
}
.content .introduce .list .item .icon {
  width: 108px;
  height: 108px;
  position: absolute;
  top: 40px;
  right: 40px;
  border-radius: 50%;
}
.content .introduce .list .item .icon img {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.content .introduce .list .item .icon img:last-child {
  opacity: 0;
  transition: 0.5s;
}
.content .introduce .list .item a {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.content .introduce .list .item:hover {
  background-color: #cf2e24;
}
.content .introduce .list .item:hover::after {
  height: 30px;
}
.content .introduce .list .item:hover .num {
  color: #fff;
}
.content .introduce .list .item:hover .name {
  color: #Fff;
}
.content .introduce .list .item:hover .icon img:last-child {
  opacity: 1;
}
.content .title {
  width: 650px;
  margin: 0 auto;
  font-size: 36px;
  font-weight: bold;
  line-height: 48px;
  color: #333333;
  text-align: center;
}
.content .p {
  width: 1088px;
  margin: 0 auto;
  font-size: 18px;
  line-height: 36px;
  color: #333333;
  margin-top: 80px;
  text-align: center;
}
.content .map {
  width: calc(100% - 142px);
  padding: 106px 81px 93px 61px;
  background-color: #1e1e1e;
  margin-top: 134px;
  position: relative;
}
.content .map .map-box {
  width: 100%;
  position: relative;
}
.content .map .map-box .pc-img {
  width: 100%;
  position: relative;
}
.content .map .map-box .pc-img img {
  display: block;
}
.content .map .map-box .pc-img > img {
  width: 100%;
}
.content .map .map-box .pc-img .add1 {
  position: absolute;
  right: 24.24%;
  top: 24%;
  width: 0;
  height: 62px;
  overflow: hidden;
  transition: 1s;
}
.content .map .map-box .pc-img .add1 .box {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 16px;
  height: 16px;
}
.content .map .map-box .pc-img .add1 .box .dots {
  width: 100%;
}
.content .map .map-box .pc-img .add1 .box .dots img {
  width: 100%;
  display: block;
}
.content .map .map-box .pc-img .add1 .box .line {
  position: absolute;
  bottom: 8px;
  right: 8px;
  width: 164px;
  height: 34px;
}
.content .map .map-box .pc-img .add1 .box .line img {
  width: 100%;
}
.content .map .map-box .pc-img .add1 .box .line .name {
  position: absolute;
  top: -19px;
  left: 0;
  font-size: 15px;
  font-weight: bold;
  line-height: 15px;
  color: #ffffff;
}
.content .map .map-box .pc-img .add1.animate {
  width: 172px;
}
.content .map .map-box .pc-img .add2 {
  position: absolute;
  right: 21.203%;
  top: 34.312%;
  width: 0;
  height: 27px;
  overflow: hidden;
  transition: 1s;
}
.content .map .map-box .pc-img .add2 .box {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 16px;
  height: 16px;
}
.content .map .map-box .pc-img .add2 .box .dots {
  width: 100%;
}
.content .map .map-box .pc-img .add2 .box .dots img {
  width: 100%;
}
.content .map .map-box .pc-img .add2 .box .line {
  position: absolute;
  bottom: 8px;
  right: 8px;
  width: 138px;
  height: 1px;
}
.content .map .map-box .pc-img .add2 .box .line img {
  width: 100%;
  display: block;
}
.content .map .map-box .pc-img .add2 .box .line .name {
  position: absolute;
  top: -19px;
  left: 0;
  font-size: 15px;
  font-weight: bold;
  line-height: 15px;
  color: #ffffff;
}
.content .map .map-box .pc-img .add2.animate {
  width: 146px;
}
.content .map .map-box .pc-img .add3 {
  position: absolute;
  right: 22.665%;
  top: 37.955%;
  width: 0;
  height: 38px;
  overflow: hidden;
  transition: 1s;
}
.content .map .map-box .pc-img .add3 .box {
  position: absolute;
  right: 0;
  top: 0;
  width: 16px;
  height: 16px;
}
.content .map .map-box .pc-img .add3 .box .dots {
  width: 100%;
}
.content .map .map-box .pc-img .add3 .box .dots img {
  width: 100%;
}
.content .map .map-box .pc-img .add3 .box .line {
  position: absolute;
  top: 8px;
  right: 8px;
  width: 137px;
  height: 30px;
}
.content .map .map-box .pc-img .add3 .box .line img {
  width: 100%;
  display: block;
}
.content .map .map-box .pc-img .add3 .box .line .name {
  position: absolute;
  bottom: 6px;
  left: 0;
  font-size: 15px;
  font-weight: bold;
  line-height: 15px;
  color: #ffffff;
}
.content .map .map-box .pc-img .add3.animate {
  width: 145px;
}
.content .map .map-box .pc-img .add4 {
  position: absolute;
  left: 80.146%;
  top: 23.854%;
  width: 0;
  height: 42px;
  overflow: hidden;
  transition: 1s;
}
.content .map .map-box .pc-img .add4 .box {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 16px;
  height: 16px;
}
.content .map .map-box .pc-img .add4 .box .dots {
  width: 100%;
}
.content .map .map-box .pc-img .add4 .box .dots img {
  width: 100%;
}
.content .map .map-box .pc-img .add4 .box .line {
  position: absolute;
  bottom: 8px;
  left: 8px;
  width: 137px;
  height: 15px;
}
.content .map .map-box .pc-img .add4 .box .line img {
  width: 100%;
  display: block;
}
.content .map .map-box .pc-img .add4 .box .line .name {
  position: absolute;
  top: -19px;
  right: 0;
  font-size: 15px;
  font-weight: bold;
  line-height: 15px;
  color: #ffffff;
}
.content .map .map-box .pc-img .add4.animate {
  width: 145px;
}
.content .map .map-box .pc-img .add5 {
  position: absolute;
  left: 78.177%;
  top: 31.257%;
  width: 0;
  height: 27px;
  overflow: hidden;
  transition: 1s;
}
.content .map .map-box .pc-img .add5 .box {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 16px;
  height: 16px;
}
.content .map .map-box .pc-img .add5 .box .dots {
  width: 100%;
}
.content .map .map-box .pc-img .add5 .box .dots img {
  width: 100%;
}
.content .map .map-box .pc-img .add5 .box .line {
  position: absolute;
  top: 8px;
  left: 8px;
  width: 137px;
  height: 30px;
}
.content .map .map-box .pc-img .add5 .box .line img {
  width: 100%;
  display: block;
}
.content .map .map-box .pc-img .add5 .box .line .name {
  position: absolute;
  top: -19px;
  right: 0;
  font-size: 15px;
  font-weight: bold;
  line-height: 15px;
  color: #ffffff;
}
.content .map .map-box .pc-img .add5.animate {
  width: 146px;
}
.content .map .map-box .pc-img .add6 {
  position: absolute;
  left: 79.358%;
  top: 38.777%;
  width: 0;
  height: 54px;
  overflow: hidden;
  transition: 0.5s;
}
.content .map .map-box .pc-img .add6 .box {
  position: absolute;
  left: 0;
  top: 0;
  width: 16px;
  height: 16px;
}
.content .map .map-box .pc-img .add6 .box .dots {
  width: 100%;
}
.content .map .map-box .pc-img .add6 .box .dots img {
  width: 100%;
}
.content .map .map-box .pc-img .add6 .box .line {
  position: absolute;
  top: 8px;
  left: 8px;
  width: 153px;
  height: 46px;
}
.content .map .map-box .pc-img .add6 .box .line img {
  width: 100%;
  display: block;
}
.content .map .map-box .pc-img .add6 .box .line .name {
  position: absolute;
  bottom: 6px;
  right: 0;
  font-size: 15px;
  font-weight: bold;
  line-height: 15px;
  color: #ffffff;
}
.content .map .map-box .pc-img .add6.animate {
  width: 161px;
}
.content .map .map-box .mobile-img {
  display: none;
}
.content .map .text {
  width: 41.614%;
  position: absolute;
  left: 12.5%;
  bottom: 115px;
}
.content .map .text .title1 {
  font-size: 36px;
  font-weight: bold;
  line-height: 36px;
  color: #f6f6f6;
}
.content .map .text .p1 {
  font-size: 18px;
  line-height: 36px;
  color: #ffffff;
  margin-top: 41px;
}
.content .map .num-box {
  width: 27.447%;
  position: absolute;
  right: 12.5%;
  bottom: 124px;
  display: flex;
  justify-content: space-between;
}
.content .map .num-box .item {
  width: 45.351%;
  height: 175px;
  position: relative;
}
.content .map .num-box .item::before {
  content: '';
  width: 100%;
  height: 3px;
  background-color: #cf2e24;
  position: absolute;
  top: 0;
  left: 0;
}
.content .map .num-box .item::after {
  content: '';
  width: 100%;
  height: 1px;
  background-color: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
}
.content .map .num-box .item .name {
  font-size: 16px;
  line-height: 28px;
  color: #ffffff;
  margin-top: 12px;
}
.content .map .num-box .item .num {
  position: absolute;
  bottom: 14px;
  right: 3px;
  font-size: 24px;
  line-height: 24px;
  color: #ffffff;
}
.content .map .num-box .item .num .timer {
  font-size: 98px;
  line-height: 18px;
  letter-spacing: -6px;
  color: #e83428;
}
.content .map .num-box .item:first-child .num {
  font-size: 14px;
}
.content .introduce2 {
  width: 1440px;
  margin: 0 auto;
  padding-top: 120px;
}
.content .introduce2 .list {
  width: 100%;
  margin-top: 114px;
  display: flex;
  justify-content: space-between;
}
.content .introduce2 .list .item {
  width: 24.236%;
  height: 354px;
  background-color: #f6f6f6;
  position: relative;
}
.content .introduce2 .list .item .line {
  width: 75.644%;
  height: 3px;
  margin: 0 auto;
  margin-top: 49px;
  background-color: #333333;
  transition: 0.5s;
}
.content .introduce2 .list .item .name {
  width: 75.644%;
  font-size: 16px;
  line-height: 28px;
  color: #333333;
  margin: 0 auto;
  margin-top: 18px;
}
.content .introduce2 .list .item .num {
  position: absolute;
  right: 44px;
  bottom: 42px;
  font-size: 14px;
  line-height: 24px;
  color: #333;
}
.content .introduce2 .list .item .num .timer {
  font-size: 108px;
  line-height: 18px;
  letter-spacing: -6px;
  color: #333;
  transition: 0.5s;
}
.content .introduce2 .list .item:hover .line {
  background-color: #e83428;
}
.content .introduce2 .list .item:hover .num .timer {
  color: #e83428;
}
.content .decorate {
  width: 100%;
  height: 680px;
  margin-top: 169px;
  position: relative;
  overflow: hidden;
}
.content .decorate .swiper1 {
  width: 100%;
  height: 100%;
}
.content .decorate .swiper1 .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  display: inline-block;
  border-radius: 100%;
  background: #fff;
  opacity: 0.6;
}
.content .decorate .swiper1 .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
  background: #cf2e24;
}
.content .decorate .swiper1 .swiper-button-next1,
.content .decorate .swiper1 .swiper-button-prev1 {
  position: absolute;
  top: 0;
  width: 50%;
  height: 100vh;
  margin-top: 0;
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}
.content .decorate .swiper1 .swiper-button-next1::after,
.content .decorate .swiper1 .swiper-button-prev1::after {
  content: '';
}
.content .decorate .swiper1 .swiper-button-prev1 {
  cursor: url(/static/index/images/cursor-prev.png) 22 28, pointer;
  left: 0;
  pointer-events: auto;
}
.content .decorate .swiper1 .swiper-button-next1 {
  cursor: url(/static/index/images/cursor-next.png) 22 28, pointer;
  right: 0;
  pointer-events: auto;
}
.content .decorate img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.content .decorate .text {
  position: absolute;
  right: 12.5%;
  bottom: 15.735%;
  z-index: 1000;
}
.content .decorate .text::after {
  content: '';
  width: 3px;
  height: 57px;
  background-color: #e83428;
  position: absolute;
  top: 0;
  left: -29px;
}
.content .decorate .text .name {
  font-size: 24px;
  font-weight: bold;
  line-height: 24px;
  color: #ffffff;
}
.content .decorate .text .en {
  font-size: 16px;
  line-height: 16px;
  color: rgba(255, 255, 255, 0.6);
  margin-top: 20px;
}
.content .bottom-text {
  padding-top: 171px;
  padding-bottom: 186px;
}
.content .bottom-text .p {
  width: 1108px;
}
@media screen and (max-width: 1560px) {
  .content .introduce {
    width: 90%;
    margin: 0 auto;
    padding-top: 120px;
  }
  .content .introduce2 {
    width: 90%;
    margin: 0 auto;
    padding-top: 120px;
  }
  .content .bottom-text {
    width: 90%;
    margin: 0 auto;
    padding-top: 171px;
    padding-bottom: 186px;
  }
  .content .map {
    width: 90%;
    padding: 106px 5% 93px 5%;
    background-color: #1e1e1e;
    margin-top: 134px;
    position: relative;
  }
  .content .map .text {
    width: 50%;
    position: absolute;
    left: 5%;
    bottom: 60px;
  }
  .content .map .num-box {
    width: 35%;
    position: absolute;
    right: 5%;
    bottom: 60px;
    display: flex;
    justify-content: space-between;
  }
}
@media screen and (max-width: 1280px) {
  .content .p {
    width: 100%;
    margin: 0 auto;
    font-size: 18px;
    line-height: 36px;
    color: #333333;
    margin-top: 80px;
    text-align: center;
  }
  .content .introduce .list .item .num {
    font-size: 48px;
    font-weight: bold;
    line-height: 48px;
    color: #ffffff;
    margin-top: 46px;
    margin-left: 20px;
    transition: 0.5s;
  }
  .content .introduce .list .item {
    width: 32.638%;
    height: 268px;
    background-color: #1e1e1e;
    border-radius: 8px;
    position: relative;
    transition: 0.5s;
  }
  .content .introduce .list .item .name {
    font-size: 26px;
    font-weight: bold;
    line-height: 26px;
    color: #cf2e24;
    margin-left: 20px;
    margin-top: 63px;
    transition: 0.5s;
  }
  .content .introduce .list .item .item-p {
    font-size: 18px;
    line-height: 28px;
    color: #ffffff;
    margin-left: 20px;
    margin-right: 20px;
    margin-top: 14px;
  }
  .content .introduce .list .item .icon {
    width: 108px;
    height: 108px;
    position: absolute;
    top: 40px;
    right: 20px;
    border-radius: 50%;
  }
  .content .bottom-text .p {
    width: 100%;
  }
}
@media screen and (max-width: 980px) {
  .content .introduce .list {
    width: 100%;
    margin-top: 113px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .content .introduce .list .item {
    width: 100%;
    height: 268px;
    background-color: #1e1e1e;
    border-radius: 8px;
    position: relative;
    transition: 0.5s;
    margin-bottom: 20px;
  }
  .content .map {
    width: 90%;
    padding: 106px 5% 93px 5%;
    background-color: #1e1e1e;
    margin-top: 134px;
    position: relative;
  }
  .content .map .map-box .pc-img {
    width: 100%;
    position: relative;
    display: none;
  }
  .content .map .map-box .mobile-img {
    display: block;
    width: 100%;
  }
  .content .map .map-box .mobile-img img {
    width: 100%;
  }
  .content .map .text {
    width: 100%;
    position: relative;
    left: 0;
    bottom: auto;
    top: 0;
  }
  .content .map .num-box {
    width: 100%;
    position: relative;
    right: 0;
    bottom: auto;
    top: 0;
    margin-top: 30px;
    display: flex;
    justify-content: space-between;
  }
  .content .introduce2 .list {
    width: 100%;
    margin-top: 114px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .content .introduce2 .list .item {
    width: 49%;
    height: 354px;
    background-color: #f6f6f6;
    position: relative;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 800px) {
  .content .title {
    width: 90%;
    margin: 0 auto;
    font-size: 36px;
    font-weight: bold;
    line-height: 48px;
    color: #333333;
    text-align: center;
  }
}
@media screen and (max-width: 680px) {
  .content .introduce {
    width: 90%;
    margin: 0 auto;
    padding-top: 60px;
  }
  .content .title {
    width: 90%;
    margin: 0 auto;
    font-size: 24px;
    font-weight: bold;
    line-height: 36px;
    color: #333333;
    text-align: center;
  }
  .content .p {
    width: 100%;
    margin: 0 auto;
    font-size: 16px;
    line-height: 24px;
    color: #333333;
    margin-top: 30px;
    text-align: center;
  }
  .content .introduce .list {
    width: 100%;
    margin-top: 30px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .content .introduce .list .item {
    width: 100%;
    height: 240px;
    background-color: #1e1e1e;
    border-radius: 8px;
    position: relative;
    transition: 0.5s;
    margin-bottom: 20px;
  }
  .content .introduce .list .item .name {
    font-size: 22px;
    font-weight: bold;
    line-height: 22px;
    color: #cf2e24;
    margin-left: 20px;
    margin-top: 50px;
    transition: 0.5s;
  }
  .content .introduce .list .item .item-p {
    font-size: 16px;
    line-height: 24px;
    color: #ffffff;
    margin-left: 20px;
    margin-right: 20px;
    margin-top: 14px;
  }
  .content .map {
    width: 90%;
    padding: 60px 5% 93px 5%;
    background-color: #1e1e1e;
    margin-top: 60px;
    position: relative;
  }
  .content .map .text .title1 {
    font-size: 24px;
    font-weight: bold;
    line-height: 24px;
    color: #f6f6f6;
  }
  .content .map .text .p1 {
    font-size: 16px;
    line-height: 24px;
    color: #ffffff;
    margin-top: 20px;
  }
  .content .map .num-box .item .num .timer {
    font-size: 66px;
    line-height: 18px;
    letter-spacing: -6px;
    color: #e83428;
  }
  .content .introduce2 {
    width: 90%;
    margin: 0 auto;
    padding-top: 60px;
  }
  .content .introduce2 .list {
    width: 100%;
    margin-top: 30px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .content .introduce2 .list .item {
    width: 100%;
    height: 354px;
    background-color: #f6f6f6;
    position: relative;
    margin-bottom: 20px;
  }
  .content .decorate {
    width: 100%;
    height: 100vw;
    margin-top: 40px;
    position: relative;
    overflow: hidden;
  }
  .content .decorate .text {
    position: absolute;
    right: auto;
    left: 5%;
    bottom: 15.735%;
    padding-left: 10px;
  }
  .content .decorate .text::after {
    content: '';
    width: 3px;
    height: 57px;
    background-color: #e83428;
    position: absolute;
    top: 0;
    left: 0px;
  }
  .content .decorate .text .name {
    font-size: 20px;
    font-weight: bold;
    line-height: 20px;
    color: #ffffff;
  }
  .content .decorate .text .en {
    font-size: 14px;
    line-height: 14px;
    color: rgba(255, 255, 255, 0.6);
    margin-top: 20px;
  }
  .content .bottom-text {
    width: 90%;
    margin: 0 auto;
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
