.area1Swiper {
  position: relative;
  height: 100svh;
}

.area1Swiper .swiper-slide {
  background-size: cover;
}

.swiper1-button-next, .swiper1-button-prev {
  z-index: 10;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}

.swiper1-button-prev {
  left: 10vw;
}

.swiper1-button-next {
  right: 10vw;
}

.a1-content-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100svh;
  transition: all 2s ease;
  transform: scale(1.3);
  transition-delay: 200ms;
}

.a1-content-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.swiper-wrapper > .swiper-slide:nth-child(1) .a1-content-bg {
  transform: scale(1);
}


.swiper-slide.style1 .a1-content {
  position: relative;
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #fff;
}

.swiper-slide.style1 .a1-content-icon {
  width: 95px;
  height: 95px;
  margin-bottom: 41px;
}

.swiper-slide.style1 .a1-content-t1 {
  color: #FFF;
  text-align: center;
  font-family: "Microsoft YaHei";
  font-size: 50px;
  font-style: normal;
  font-weight: 700;
  line-height: 68px; /* 136% */
  text-transform: uppercase;
  margin-bottom: 41px;
}

.swiper-slide.style1 .a1-content-t2 {
  display: inline-flex;
  padding: 16px 48px;
  justify-content: center;
  align-items: center;
  gap: 16px;
  border: 1px solid #FFF;

  color: #FFF;
  text-align: center;
  font-family: "Microsoft YaHei";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;

  margin-bottom: 150px;
}

.swiper-slide.style1 .a1-content-bottom, .swiper-slide.style2 .a1-content-bottom {
  position: absolute;
  left: 50%;
  bottom: 131px;
  transform: translateX(-50%);
}

.swiper-slide.style1 .a1-content-bottom-t1, .swiper-slide.style2 .a1-content-bottom-t1  {
  color: #FFF;
  text-align: center;
  font-family: "Microsoft YaHei";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
  opacity: .8;
  margin-bottom: 22px;
}


.slide-content-1-bottom-down {
  display: flex;
  flex-direction: column;
  align-items: center;
  /*gap: 4px; !* 箭头之间的间距，可根据需要调整 *!*/
}

.slide-content-1-bottom-down svg {
  opacity: 0;
  animation: arrowBlink 1.5s infinite;
}

.slide-content-1-bottom-down svg:nth-child(1) {
  animation-delay: 0s;
}

.slide-content-1-bottom-down svg:nth-child(2) {
  animation-delay: 0.3s;
}

.slide-content-1-bottom-down svg:nth-child(3) {
  animation-delay: 0.6s;
}

@keyframes arrowBlink {
  0% { opacity: 0; }
  50% { opacity: 1 }
  100% { opacity: 0 }
}



.swiper-slide.style2 .a1-content {
  position: relative;
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #fff;
}
.swiper-slide.style2 .a1-content-t1 {
  color: #FFF;
  font-family: "Microsoft YaHei";
  font-size: 50px;
  font-style: normal;
  font-weight: 700;
  line-height: 68px; /* 136% */
  text-transform: uppercase;
}
.swiper-slide.style2 .a1-content-t2 {
  display: inline-flex;
  padding: 16px 48px;
  justify-content: center;
  align-items: center;
  gap: 16px;
  border: 1px solid #FFF;

  color: #FFF;
  text-align: center;
  font-family: "Microsoft YaHei";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-top: 140px;
}
.swiper-slide.style2 .a1-content-image img {
  width: 492.182px;
}
.swiper-slide.style2 .a1-content .layout-content {
  max-width: 1400px;
}

.area2 {
  padding: 98px 0;
}
.a2-content-t1 {
  color: #212121;
  text-align: center;
  font-family: "Microsoft YaHei";
  font-size: 60px;
  font-style: normal;
  font-weight: 700;
  line-height: 68px; /* 113.333% */

  margin-bottom: 36px;
}

.a2-content-t2 {
  display: inline-flex;
  padding: 16px 48px;
  justify-content: center;
  align-items: center;
  gap: 16px;
  border: 1px solid #212121;


  color: #212121;
  text-align: center;
  font-family: "Microsoft YaHei";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 90px;
}

.area2 .layout-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.a2-content-list {
  display: flex;
  flex-wrap: wrap;
  gap: 46px;
}

.a2-content-list-item {
  flex: 1;
  padding: 35px 50px;
  background: #FFF;
  
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transition: all .3s;
}

.a2-content-list-item-t1 {
  color: #212121;
  text-align: center;
  font-family: "Microsoft YaHei";
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  max-width: 165px;
  margin-bottom: 21px;
}

.a2-content-list-item-buttons {
  display: flex;
  flex-direction: column;
  gap: 8px;
  justify-content: center;
  align-items: center;
}


.a2-content-list-item-buttons > a {
  display: flex;
  padding: 10px 42px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  align-self: stretch;
}

.a2-content-list-item-buttons > a:nth-child(1) {
  color: #FFF;
  text-align: center;
  font-family: "Microsoft YaHei";
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  background: #FF6E00;
}

.a2-content-list-item-buttons > a:nth-child(2) {
  border: 1px solid #3E3A39;
  color: #212121;
  text-align: center;
  font-family: "Microsoft YaHei";
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.a2-content-list-item-image {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

.a2-content-list-item:hover {
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
  transform: translateY(-34px);
}

.area3 {
  width: 100%;
  overflow: hidden;
}

.a3-content-t1 {
  color: #212121;
  text-align: center;
  font-family: "Microsoft YaHei";
  font-size: 60px;
  font-style: normal;
  font-weight: 700;
  line-height: 68px; /* 113.333% */
}

.a3-content-content {
  padding: 120px 0;
  display: flex;
  justify-content: center;
  gap: 20px;
  height: calc(662px + 120px + 120px);
}

.a3-content-content > div {
  display: flex;
  flex-shrink: 0;
}

.a3-content-content > div > div {
  flex: 1;
  background-size: cover;
  background-position: center;
}

.a3-content-content-left {
  width: 345px;
  gap: 20px;
}

.a3-content-content-center {
  width: 467px;
}

.a3-content-content-right {
  width: 588px;
}

.a3-content-content-item {
  position: relative;
  padding: 30px;
  
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-size: cover;
  background-position: center;
  overflow: hidden;
}

.a3-content-content-item img.a3-content-content-item-row {
  width: 121.5px;
  opacity: 0;
  transition: all .3s;
}

.a3-content-content-item-title {
  color: #FFF;
  font-family: "Microsoft YaHei";
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.a3-content-content-right {
  display: grid !important;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 1fr);
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}

.a3-content-content-right > a:nth-child(1) { grid-area: 1 / 1 / 2 / 3; }
.a3-content-content-right > a:nth-child(2) { grid-area: 2 / 1 / 3 / 2; }
.a3-content-content-right > a:nth-child(3) { grid-area: 2 / 2 / 3 / 3; }

.a3-content-content-item > * {
  position: relative;
  z-index: 2;
}

.a3-content-content-item .a3-content-content-item-bg::before {
  position: absolute;
  content: "";
  background-color: rgba(0, 0, 38, 0);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transition: all .3s;
  z-index: 3;
}
.a3-content-content-item:hover .a3-content-content-item-bg::before {
  background-color: rgba(0, 0, 38, 0.6);
}

.a3-content-content-item.style2 .a3-content-content-item-bg::before {
  background-color: rgba(255, 110, 0, 0);
  transition: all .3s;
}

.a3-content-content-item.style2:hover .a3-content-content-item-bg::before {
  background-color: rgba(255, 110, 0, 0.73);
}

.a3-content-content-item:hover img.a3-content-content-item-row {
  opacity: 1;
  transform: translateX(0);
}
.a3-content-content-item img.a3-content-content-item-row { 
  transform: translateX(-100%);
}

.area4 {
  padding: 136px 0px;
  padding-bottom: 200px;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 100svh;
  display: flex;
  align-items: center;
}

.a4-title {
  color: #FFF;
  text-align: center;
  font-family: "Microsoft YaHei";
  font-size: 60px;
  font-style: normal;
  font-weight: 700;
  line-height: 68px; /* 113.333% */
}

.a4-content {
  margin-top: 114px;
  display: flex;
}

.a4-content > div {
  flex: 1;
}

.a4-content-left .a4-content-left-title {
  display: flex;
  align-items: center;
}

.a4-content-left-title-t1 {
  color: #FFF;
  font-family: "Microsoft YaHei";
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 68px; /* 242.857% */
  margin-right: 14px;
}

.a4-content-left-title-logo {
  width: 102.002px;
}

.a4-content-left-content {
  color: #FFF;
  text-align: justify;
  font-family: "Microsoft YaHei";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 200% */
  max-width: 547px;
  text-align: left;
}

.a4-content-left-link {
  margin-top: 54px;
  display: inline-flex;
  padding: 16px 48px;
  justify-content: center;
  align-items: center;
  gap: 16px;
  border: 1px solid #FFF;

  color: #FFF;
  text-align: center;
  font-family: "Microsoft YaHei";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.a4-content-right {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 1fr);
  /*gap: 0px;*/
}

.a4-content-right-item-t1 {
  color: #FF6E00;
  text-align: center;
  font-family: D-DIN-PRO;
  font-size: 128px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
}

.a4-content-right-item-t2 {
  color: #FFF;
  text-align: center;
  font-family: "Microsoft YaHei";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
}

.area5 {
  height: 100svh;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.area5-pc, .a5-content, .a5-flot {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.a5-flot {
  display: flex;
  justify-content: flex-end;
}

.a5-flot-item-title {
  writing-mode: sideways-rl;

  color: #FFF;
  opacity: 0.5;
  font-family: "Microsoft YaHei";
  font-size: 32px;
  font-style: normal;
  font-weight: 290;
  line-height: 42.667px; /* 133.333% */
}

.a5-flot-item {
  cursor: pointer;
  padding-left: 35px;
  padding-right: 25px;
  padding-top: 41px;
  background: rgba(0, 0, 38, 0.60);
  transition: all 1.5s;
}

.a5-flot .a5-flot-item:nth-child(odd) {
  background: rgba(0, 0, 38, 0.80);
}

.a5-content-inner-t1 {
  color: #FFF;
  font-family: "Microsoft YaHei";
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 50.667px; /* 126.667% */
}
.a5-content-inner-t2 {
  color: #FFF;
  font-family: "Microsoft YaHei";
  font-size: 20px;
  font-style: normal;
  font-weight: 290;
  line-height: 24px; /* 120% */
}

.a5-content {
  z-index: 11;
  pointer-events: none;
  padding-left: 239px;
  padding-top: 114px;
  overflow: hidden;
}

.a5-content-inner {
  opacity: 1;
  transition: all .3s;
}

.area5-pc .a5-content-inner.hidden {
  opacity: 0;
}


.area5-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100svh;
}

.area5-bg-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  transition: all .5s;
}

.area5-pc .area5-bg-image.hidden {
  opacity: 0;
}
.area5-mobile {
  padding-top: 44px;
  width: 100%;
}

.a5-mobile-swiper {
  height: 392px;
}
.a5-mobile-t1 {
  color: #212121;
  text-align: center;
  font-family: "Microsoft YaHei";
  font-size: 60px;
  font-style: normal;
  font-weight: 700;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 30px;
  /*line-height: 34px; !* 130.769% *!*/
}

.a5-mobile-swiper {
  position: relative;
  margin: 0 20px;
  overflow: hidden;
}

.a5-mobile-swiper .swiper-slide {
  background-size: cover;
  background-position: center;
  border-radius: 3.75px;
  
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding-bottom: 53px;
}

.swiper5-pagination {
  position: absolute;
  bottom: 20px !important;
  z-index: 10;
  width: fit-content !important;
  left: 50% !important;
  transform: translateX(-50%);
}

.swiper-pagination-bullet-active {
  background-color: rgba(255,255,255,1) !important;
}

.swiper-pagination-bullet {
  background-color: rgba(255,255,255,0);
  border: 1px solid rgba(255,255,255,1);
}

.a5-mobile-inner-t1 {
  color: #FFF;
  text-align: center;
  font-family: "Microsoft YaHei";
  font-size: 13.125px;
  font-style: normal;
  font-weight: 700;
  line-height: 20.625px; /* 157.143% */
}
.a5-mobile-inner-t2 {
  max-width: 225px;
  color: #FFF;
  text-align: center;
  margin: 0 auto;
  font-family: "Microsoft YaHei";
  font-size: 11.25px;
  font-style: normal;
  font-weight: 290;
  line-height: 18.75px; /* 166.667% */
}

.area6 {
  padding-top: 100px;
}

.a6-title {
  color: #212121;
  text-align: center;
  font-family: "Microsoft YaHei";
  font-size: 60px;
  font-style: normal;
  font-weight: 700;
  line-height: 68px; /* 113.333% */
  margin-bottom: 100px;
}

.a6-content {
  height: 100svh;
  display: flex;
}

.a6-content > div {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.a6-content-item {
  position: relative;
  flex: 1;
  overflow: hidden;
}

.a6-content-item-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  transition: all .3s;
  object-fit: cover;
}

.a6-content-item-title {
  position: absolute;
  bottom: 30px;
  left: 54px;

  color: #FAFAFA;
  font-family: "Microsoft YaHei";
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 68px; /* 188.889% */
}

.a6-content-left .a6-content-item-title {
  left: unset;
  right: 510px;
}


.a6-content-item:hover .a6-content-item-bg {
  transform: scale(1.1);
}


.a7-title {
  margin: 100px 0;
  color: #212121;
  text-align: center;
  font-family: "Microsoft YaHei";
  font-size: 60px;
  font-style: normal;
  font-weight: 700;
  line-height: 68px; /* 113.333% */
}

.a7-content {
  height: 652px;
  display: flex;
}

.a7-content > div {
  flex: 1;
}

.a7-content-left, .a7-content-right {
  background-size: cover;
  padding: 124px 0;
  padding-bottom: 60px;
}
.a7-content-left-inner {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
  /*padding-right: 15vw;*/
  padding-right: 270px;
}

.a7-content-right-inner {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding-left: 56px;
}

.a7-content-right {
  background-color: rgba(0, 0, 38, 1);
}

.a7-content-left-t1 {
  color: #FFF;
  font-family: "Microsoft YaHei";
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}

.a7-content-left-bottom-link {
  color: #FFF;
  text-align: center;
  font-family: "Microsoft YaHei";
  font-size: 17.962px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;

  display: inline-flex;
  padding: 17.962px 53.885px;
  justify-content: center;
  align-items: center;
  gap: 17.962px;
  background: #FF6E00;

  margin-bottom: 50px;
}

.a7-content-left-bottom-desc {
  color: #FFF;
  font-family: "Microsoft YaHei";
  font-size: 20px;
  font-style: normal;
  font-weight: 290;
  line-height: normal;
  max-width: 497px;
}

.a7-content-right-t1 {
  display: flex;
  align-items: center;

  color: #FF6E00;
  font-family: "Microsoft YaHei";
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}

.a7-content-right-t1 img {
  margin-left: 23px;
}
.a7-content-right-t2 {
  color: #FFF;
  font-family: "Microsoft YaHei";
  font-size: 24px;
  font-style: normal;
  font-weight: 290;
  line-height: normal;
  max-width: 682px;
  margin-top: 21px;
}

.a7-content-right {
  padding-bottom: 125px;
}

.a7-content-right-inner-bottom-email {
  position: relative;
  display: flex;
  align-items: center;
}

.a7-content-right-inner-bottom-email input {
  width: 459px;
  height: 60px;
  flex-shrink: 0;
  background: #FFF;
  outline: none;
  padding: 0 32px;
}

.a7-content-right-inner-bottom-email a {
  display: block;
  width: 60px;
  height: 60px;
  flex-shrink: 0;
  background: #FF6E00;
  display: flex;
  align-items: center;
  justify-content: center;
}

.a7-content-right-inner-bottom-icons {
  margin-top: 56px;
  display: flex;
  align-items: center;
  gap: 40px;
}

@media screen and (max-width: 1800px) {
  .swiper-slide .a1-content-t1 {
    font-size: 40px !important;
  }

  .swiper-slide.style2 .a1-content .layout-content {
    flex-direction: column-reverse;
  }

  .swiper-slide.style2 .a1-content-image img {
    width: auto;
    height: 200px;
  }

  .swiper-slide.style2 .a1-content-t1 {
    text-align: center;
    margin-top: 40px;
  }

  .swiper-slide.style2 .a1-content-t2 {
    margin-top: 41px;
  }

  .swiper-slide.style2 .a1-content .layout-content > div:nth-child(1) {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .swiper-slide.style1 .a1-content-t2 {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 1700px) {

  .a7-content-left-inner {
    padding-right: 56px;
  }

  .a7-content-right-t2 { 
    word-break: break-all;
    max-width: 532px;
    margin-bottom: 20px;
  }
  .a7-content-left-t1 {
    margin-bottom: 20px;
  }
  
  .a6-content-left .a6-content-item-title {
    right: unset; left: 20px; bottom: 20px;
  }
  .a6-content-item-title {
    left: 20px;
    bottom: 20px;
  }

  footer .layout-content {
    height: 450px !important;
  }
}

@media screen and (max-width: 1600px) {
  /*.area3 {*/
  /*  height: 220svh !important;*/
  /*}*/

  .swiper-slide.style1 .a1-content-bottom, .swiper-slide.style2 .a1-content-bottom {
    bottom: 20px;
  }

  .a5-flot-item {
    padding-left: 20px;
    padding-right: 20px;
  }
  .a5-flot-item-title {
    font-size: 20px;
  }

  .a5-content-inner-t1 {
    font-size: 30px;
  }

  .a5-content-inner-t2 {
    font-size: 16px;
  }
  
  .a3-content-content {
    padding-top: 40px !important;
  }
}

@media screen and (max-width: 1400px) {
  .a7-content {
    flex-direction: column;
    height: auto;
  }
  .a7-content-left-inner {
    padding-right: 0;
    align-items: center;
  }
  .a7-content-right-inner {
    padding-left: 0;
    align-items: center;
  }
  .a7-content-right-inner-bottom {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  
  .a7-content-right-inner-bottom-icons {
    margin-top: 40px;
  }
  
  .a7-content-right-inner > div:nth-child(1) {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  
  .area3 {
    height: auto !important;
    padding-bottom: 100px;
  }
  .area3 .a3-content-content.pc { display: none }
  .area3 .a3-content-mobile { 
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 20px;
  }
}

@media screen and (max-width: 1200px) {
  .a4-content {
    flex-direction: column-reverse;
  }
  .a4-content-left {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 40px;
  }
  .a4-content-right-item-t1 {
    font-size: 50px;
  }
  
  .area5-pc, .area5-bg {
    display: none !important;
  }
  .area5-mobile {
    display: block !important;
  }

  .area5 {
    height: auto;
  }
  
}

@media screen and (max-width: 1000px) {
  .a6-content-item-title {
    font-size: 20px;
  }

  .a6-content {
    height: 100svh;
    flex-direction: column;
  }

  .swiper-slide .a1-content-t1 {
    font-size: 20px !important;
    line-height: 40px !important;
  }
  
  .a2-content-t1, .a3-content-t1, .a4-title, .a6-title, .a7-title {
    font-size: 26px;
  }

  .a5-mobile-t1 {
    font-size: 26px;
  }

  .a7-content-left-t1 {
    font-size: 20px;
  }
  
  .a7-content-left-bottom {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0 20px;
  }
  .a7-content-right-t1 {
    font-size: 20px;
  }
  .a7-content-right-t1 img {
    width: 18px;
  }

  .a7-content-right-inner-bottom-email input {
    width: auto;
  }
  
  .a7-content-right-t2 {
    font-size: 16px;
    padding: 0 20px;
  }
  
  .a7-content-right {
    padding-top: 45px;
  }
  
  
  .a7-content-right-inner-bottom-icons-item img {
    width: 26px;
  }

  footer .layout-content {
    height: 300px !important;
  }

  .a7-content-right-inner-bottom {
    width: 100%;
  }

  .a7-content-right-inner-bottom-email {
    width: 100%;
    padding: 0 20px;
  }
  .a7-content-right-inner-bottom-email input {
    flex: 1;
  }
}





.a3-content-content-center {
  width: 100vw;
  height: 100svh;
  /*margin-right: 200px;*/
}

.a3-content-content {
  transform: translateX(6vw);
}

.area3 .a3-content-content {
  height: unset;
}

.area3 {
  /*height: 190svh;*/
}

.a3-content-content-item-title, .a3-content-content-item::before, .a3-content-content-item img {
  transition: all .3s;
}

.area3.hidden-content .a3-content-content-item .a3-content-content-item-bg::before {
  opacity: 0;
}
.area3.hidden-content .a3-content-content-item-title {
  opacity: 0;
}
.area3.hidden-content .a3-content-content-item img.a3-content-content-item-row {
  opacity: 0;
}


.a3-content-mobile-item {
  height: 204px;
  padding: 20px 15px;
  border-radius: 4px;
  width: 100%;
  
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  background-size: cover;
  background-position: center;
}

.a3-content-mobile-item > div {
  color: #FFF;
  font-family: "Microsoft YaHei";
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
/*.a3-content-content-center .a3-content-content-item-title {*/
/*  display: none;*/
/*}*/

/*.a3-content-content-item::before {*/
/*  display: none !important;*/
/*}*/

/*.a3-content-content-item > img {*/
/*  display: none;*/
/*}*/

.a2-content-list-item-buttons > a:nth-child(1) span, .a2-content-list-item-buttons > a:nth-child(2) {
  transition: all .3s;
}
.a2-content-list-item-buttons > a:nth-child(1):hover span {
  transform: scale(1.2);
}

.a2-content-list-item-buttons > a:nth-child(2):hover {
  color: #FF6E00 !important;
  border-color: #FF6E00 !important;
}

.a7-content-left-bottom-link:hover span {
  transform: scale(1.2);
}


.a3-content-content-center, .a3-content-content-item-title, .a3-content-content.pc {
  transition-delay: 1000ms !important;
  transition: all 2s ease;
}
.a3-content-content.pc.fadeIn .a3-content-content-center {
  width: 467px;
  height: 662px;
}

.a3-content-content.pc.fadeIn .a3-content-content-item-title { 
  opacity: 1;
}

.a3-content-content.pc.fadeIn {
  transform: translateX(0);
}

.a3-content-content-item { position: relative }
.a3-content-content-item-bg {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.a3-content-content-item-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.a3-content-content-item:hover .a3-content-content-item-bg img {
  transform: scale(1.2);
}
.num-after {
  display: inline-block;
  margin-left: 10px;
  font-size: 60px;
  font-weight: bold;
}

.a5-flot-row {
  color: #FFF;
  font-family: "Microsoft YaHei";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 133.333% */
  
  position: relative;
  top: 50%;

  animation: floatRight 2s ease-in-out infinite;
}

.a5-flot-row div {
  margin-top: 6px;
}
@keyframes floatRight {
  0%   { transform: translateX(0); }
  50%  { transform: translateX(30px); }
  100% { transform: translateX(0); }
}