@-webkit-keyframes spinning {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes spinning {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.u32 {
  padding-top: 74px;
  text-align: center;
}
.u32 p {
  font-size: 40px;
  font-weight: bold;
  line-height: 1.5;
  color: #2a2a2a;
}
.u32 .tips {
  margin-top: 1px;
  font-size: 16px;
  line-height: 30px;
  color: #777;
}

.m9 .u8 .u9 .u10 {
  position: relative;
}
.m9 .u8 .u9 .u10 .img {
  font-size: 0;
}
.m9 .u8 .u9 .u10 .img img {
  width: 100%;
}
.m9 .u8 .u9 .u10 .img img:last-child {
  display: none;
}
.m9 .u8 .u9 .u10 .content {
  position: absolute;
  left: 14.7395833333%;
  top: 22%;
  width: 520px;
  padding: 38px 40px 43px;
  background: #fff;
}
.m9 .u8 .u9 .u10 .content .tit {
  font-size: 29px;
  font-weight: bold;
  line-height: 46px;
  color: #2a2a2a;
}
.m9 .u8 .u9 .u10 .content .en {
  font-family: ;
  font-size: 14px;
  line-height: 1.5;
  color: #777;
}
.m9 .u8 .u9 .u10 .content .tips {
  position: relative;
  margin-top: 17px;
  padding-left: 16px;
  font-size: 16px;
  line-height: 26px;
  color: #2a2a2a;
}
.m9 .u8 .u9 .u10 .content .tips::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 4px;
  height: calc(100% - 12px);
  background: #939393;
}
.m9 .u8 .u9 .u10 .content .more {
  margin-top: 37px;
}
.m9 .u8 .u11 {
  display: flex;
  align-items: center;
  justify-content: center;
  bottom: 37px;
  font-size: 0;
}
.m9 .u8 .u11 span {
  opacity: 1;
  width: 14px;
  height: 14px;
  margin: 0 10px;
  border-radius: 50%;
  background: #cccccc;
}
.m9 .u8 .u11 span.u11-bullet-active {
  -webkit-animation: spinning 4s linear infinite;
          animation: spinning 4s linear infinite;
  width: 16px;
  height: 16px;
  background: url(../image/bannerIco.png) no-repeat center;
}

.u12 {
  border-bottom: 1px solid #eaeaea;
}
.u12 .u1 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 40px 0;
}
.u12 .u1 .list {
  display: flex;
}
.u12 .u1 .list .img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  margin-right: 16px;
  font-size: 0;
}
.u12 .u1 .list .text p {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
  color: #2a2a2a;
}
.u12 .u1 .list .text .tips {
  font-size: 15px;
  line-height: 1.5;
  color: #555;
}
.u12 .u1 span {
  display: block;
  width: 1px;
  height: 30px;
  margin: 0 30px;
  background: #eaeaea;
}

.u122 {
  padding-bottom: 14px;
}
.u122 .u1 .content {
  width: 100%;
  margin-top: 36px;
}
.u122 .u1 .content .tab {
  display: flex;
  justify-content: space-between;
}
.u122 .u1 .content .tab a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: calc((100% - 2px) / 2);
  height: 76px;
  padding: 0 40px;
  font-size: 24px;
  color: #2a2a2a;
  background: #f5f6f8;
}
.u122 .u1 .content .tab a img {
  filter: none;
}
.u122 .u1 .content .tab a.on {
  background: #939393;
  color: #fff;
}
.u122 .u1 .content .tab a.on img {
  filter: contrast(0) brightness(10);
}
.u122 .u1 .content .u13 {
  margin-top: 6px;
}
.u122 .u1 .content .u13 .list {
  display: none;
}
.u122 .u1 .content .u13 .list .left {
  width: 50%;
  height: 480px;
  padding: 47px 60px 0;
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.07);
}
.u122 .u1 .content .u13 .list .left .tit {
  font-size: 32px;
  font-weight: bold;
  line-height: 1.3;
  color: #2a2a2a;
}
.u122 .u1 .content .u13 .list .left .en {
  font-family: ;
  font-size: 15px;
  line-height: 30px;
  color: #777777;
}
.u122 .u1 .content .u13 .list .left .tips {
  margin-top: 23px;
  font-size: 15px;
  line-height: 24px;
  color: #2a2a2a;
}
.u122 .u1 .content .u13 .list .left ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  max-width: 70%;
  margin-top: 15px;
}
.u122 .u1 .content .u13 .list .left ul li {
  transition: color 0.3s;
  font-size: 16px;
  line-height: 2;
  color: #777;
}
.u122 .u1 .content .u13 .list .left ul li a {
  transition: color 0.3s;
  color: #777;
}
.u122 .u1 .content .u13 .list .left .u14 {
  position: relative;
  margin-top: 55px;
}
.u122 .u1 .content .u13 .list .left .u14 a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: color 0.3s;
  padding: 12px 0;
  font-size: 18px;
  line-height: 34px;
  color: #777;
}
.u122 .u1 .content .u13 .list .left .u14::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #eaeaea;
}
.u122 .u1 .content .u13 .list .left .u14::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  transition: width 0.3s;
  width: 0;
  height: 1px;
  background: #939393;
}
.u122 .u1 .content .u13 .list .right {
  width: 50%;
  font-size: 0;
}
.u122 .u1 .content .u13 .list .right img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.u123 .content {
  display: flex;
  margin-top: 42px;
}
.u123 .content .left {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 1px;
  width: 50%;
}
.u123 .content .left .list {
  position: relative;
  transition: background 0.3s;
  background: #f5f6f7;
  padding: 21.0031347962% 12.539184953%;
}
.u123 .content .left .list .tit {
  transition: color 0.3s;
  font-size: 24px;
  line-height: 30px;
  letter-spacing: 1px;
  color: #2a2a2a;
}
.u123 .content .left .list p {
  transition: color 0.3s, opacity 0.3s;
  font-size: 16px;
  line-height: 30px;
  color: #777;
  opacity: 1;
}
.u123 .content .left .list .img {
  position: absolute;
  bottom: 16.6144200627%;
  font-size: 0;
}
.u123 .content .left .list .img img {
  transition: opacity 0.3s;
  opacity: 1;
}
.u123 .content .left .list .img img:last-child {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}
.u123 .content .left .list .num {
  position: absolute;
  right: 21.0031347962%;
  bottom: 14.4200626959%;
  transition: color 0.3s, opacity 0.3s;
  font-family: ;
  font-size: 40px;
  color: #000000;
  opacity: 0.03;
}
.u123 .content .left .list.on {
  background: #939393;
}
.u123 .content .left .list.on .tit {
  color: #fff;
}
.u123 .content .left .list.on p {
  color: #fff;
  opacity: 0.7;
}
.u123 .content .left .list.on .img img {
  opacity: 0;
}
.u123 .content .left .list.on .img img:last-child {
  opacity: 1;
}
.u123 .content .left .list.on .num {
  color: #fff;
  opacity: 0.1;
}
.u123 .content .right {
  width: 50%;
  font-size: 0;
}
.u123 .content .right img {
  width: 100%;
}

.u124 {
  padding-bottom: 90px;
}
.u124 .tab {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 23px;
}
.u124 .tab a {
  position: relative;
  transition: color 0.3s;
  margin: 0 26px;
  padding-bottom: 2px;
  font-size: 16px;
  line-height: 2;
  color: #555;
}
.u124 .tab a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  transition: width 0.3s;
  width: 0;
  height: 2px;
  background: #939393;
}
.u124 .tab a.on {
  color: #939393;
}
.u124 .tab a.on::after {
  width: 100%;
}
.u124 .u124Swiper {
  margin-top: 32px;
}
.u124 .u124Swiper .u9 .u10 {
  width: 1000px;
  padding-bottom: 40px;
}
.u124 .u124Swiper .u9 .u10 .bg {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  transition: opacity 0.3s;
  width: 100%;
  height: calc(100% - 40px);
  background: #ddd;
  opacity: 0.7;
}
.u124 .u124Swiper .u9 .u10 .img {
  display: block;
  overflow: hidden;
  font-size: 0;
}
.u124 .u124Swiper .u9 .u10 .img img {
  transform: scale(1);
  transition: transform 0.3s;
  width: 100%;
}
.u124 .u124Swiper .u9 .u10 .content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: absolute;
  right: 40px;
  bottom: 0;
  opacity: 0;
  transition: opacity 0.3s;
  width: 540px;
  height: 302px;
  padding: 35px 50px;
  background-color: #939393;
}
.u124 .u124Swiper .u9 .u10 .content .type {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 108px;
  height: 28px;
  padding: 0 10px;
  border-radius: 14px;
  border: solid 1px #ffffff;
  font-size: 12px;
  color: #fff;
}
.u124 .u124Swiper .u9 .u10 .content .tit {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-top: 14px;
  font-size: 28px;
  line-height: 1.3;
  letter-spacing: 1px;
  color: #fff;
}
.u124 .u124Swiper .u9 .u10 .content .tips {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  margin-top: 8px;
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  opacity: 0.8;
}
.u124 .u124Swiper .u9 .u10 .content .more {
  margin-top: 44px;
  background: #fff;
  color: #939393;
  border-color: #fff;
}
.u124 .u124Swiper .u9 .u10.u10-active .bg {
  z-index: -1;
  opacity: 0;
}
.u124 .u124Swiper .u9 .u10.u10-active .content {
  opacity: 1;
}
.u124 .u124Swiper .swiper-button-next, .u124 .u124Swiper .swiper-button-prev {
  display: flex;
  align-items: center;
  justify-content: center;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  width: 64px;
  height: 64px;
  margin-top: none;
  background: #f2f3f5;
  border-radius: 50%;
}
.u124 .u124Swiper .swiper-button-next::after, .u124 .u124Swiper .swiper-button-prev::after {
  display: none;
}
.u124 .u124Swiper .swiper-button-next.swiper-button-next, .u124 .u124Swiper .swiper-button-prev.swiper-button-next {
  right: 10.4166666667%;
}
.u124 .u124Swiper .swiper-button-next.swiper-button-prev, .u124 .u124Swiper .swiper-button-prev.swiper-button-prev {
  left: 10.4166666667%;
}

.u125 {
 
  background: url(../image/u125Bg.jpg) no-repeat center/cover;
  background-position: right top;
}
.u125 .u1 .content {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-gap: 10px;
  margin-top: 42px;
}
.u125 .u1 .content .list {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 130px;
  background: #fff;
}
.u125 .u1 .content .list img {
  max-width: 65%;
  max-height: 65%;
}
.u125 .u1 .more {
  margin: 0 auto;
  margin-top: 56px;
}

.u126 {
  padding-bottom: 100px;
}
.u126 .u1 .content {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 30px;
  margin-top: 44px;
}
.u126 .u1 .content .list {
  position: relative;
  overflow: hidden;
}
.u126 .u1 .content .list .img {
  overflow: hidden;
  font-size: 0;
}
.u126 .u1 .content .list .img img {
  transform: scale(1);
  transition: transform 0.3s;
}
.u126 .u1 .content .list .bottom {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: absolute;
  bottom: 0;
  transition: bottom 0.3s;
  z-index: 1;
  width: 100%;
  height: 90px;
  background: #939393;
}
.u126 .u1 .content .list .bottom .ico {
  margin-top: -25px;
  font-size: 0;
}
.u126 .u1 .content .list .bottom .tit {
  margin-top: 9px;
  font-size: 22px;
  line-height: 30px;
  color: #fff;
}
.u126 .u1 .content .list .posi {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 0;
  top: 0;
  transition: opacity 0.3s;
  z-index: -1;
  width: 100%;
  height: 100%;
  padding: 0 33px;
  background: rgba(0, 0, 0, 62%);
  opacity: 0;
}
.u126 .u1 .content .list .posi .tit {
  margin-top: 16px;
  font-size: 22px;
  color: #ffaa0e;
}
.u126 .u1 .content .list .posi span {
  display: block;
  width: 30px;
  height: 2px;
  margin-top: 17px;
  margin-bottom: 13px;
  background: #ffaa0e;
}
.u126 .u1 .content .list .posi .tips {
  text-align: center;
  font-size: 15px;
  line-height: 24px;
  color: #ffaa0e;
  margin-top: 20px;
}

.u127 {
  position: relative;
}
.u127 .img {
  height: 800px;
  font-size: 0;
}
.u127 .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.u127 .u1 {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 100%;
  padding-top: 14px;
}
.u127 .u1 .u32 p {
  color: #ffaa0e;
}
.u127 .u1 .u32 .tips {
  color: #ffaa0e;
}
.u127 .u1 .content {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-top: 64px;
}
.u127 .u1 .content .left {
 
}
.u127 .u1 .content .left .tips {
  text-align: justify;
  font-size: 18px;
  line-height: 32px;
  color:#ffaa0e;
}
.u127 .u1 .content .left ul {
  display: flex;
  margin-top: 39px;
}
.u127 .u1 .content .left ul li {
  margin-right: 86px;
}
.u127 .u1 .content .left ul li p {
  font-size: 46px;
  color:#ffaa0e;
}
.u127 .u1 .content .left ul li p span {
  font-family: ;
}
.u127 .u1 .content .left ul li div {
  margin-top: -3px;
  font-size: 16px;
  line-height: 30px;
  color:#ffaa0e;
}
.u127 .u1 .content .left ul li:last-child {
  margin-right: 0;
}
.u127 .u1 .content .left .more {
  margin-top: 62px;
}
.u127 .u1 .content .right {
  display: flex;
  align-items: flex-end;
  margin-right: 72px;
  margin-top: 50px;
  cursor: pointer;
}
.u127 .u1 .content .right img {
  transform: translateY(-15px);
  margin-right: -9px;
}
.u127 .u1 .content .right span {
  font-size: 14px;
  line-height: 30px;
  color: #ffaa0e;
}
.u127 .u1 .bottom {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 1px;
  position: absolute;
  bottom: -60px;
  width: 100%;
  background: #fff;
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.07);
}
.u127 .u1 .bottom .list {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
 height: 120px;
  background: rgb(0 0 0 / 0%);
}
.u127 .u1 .bottom .list .ico {
  height: 35px;
}
.u127 .u1 .bottom .list p {
  margin-top: 11px;
  font-size: 16px;
  line-height: 30px;
  color: #2a2a2a;
}
.u127 .u1 .bottom .list:first-child p {
  color: #2a2a2a;
}
.u127 .u1 .bottom .list:first-child ::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: #939393;
}

.u31 {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
  z-index: 7;
}
.u31 .content {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  width: 65%;
  height: auto;
  font-size: 0;
}
.u31 .content video {
  width: 100%;
  height: 100%;
  background: #000000;
}
.u31 .content .close {
  position: absolute;
  top: -40px;
  right: -40px;
  z-index: 1;
  width: 30px;
  height: 30px;
  border: 1px solid #fff;
  border-radius: 50%;
  cursor: pointer;
}
.u31 .content .close span {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  width: 16px;
  height: 2px;
  background: #fff;
}
.u31 .content .close span:last-child {
  width: 2px;
  height: 16px;
}

.u128 {
  padding-top: 60px;
  padding-bottom: 100px;
}
.u128 .u1 .content {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 30px;
  margin-top: 43px;
}
.u128 .u1 .content .list .img {
  position: relative;
  font-size: 0;
}
.u128 .u1 .content .list .img .center {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  padding: 0 30px;
}
.u128 .u1 .content .list .img .center p {
  font-family: ;
  font-size: 16px;
  line-height: 2;
  color: #fff;
}
.u128 .u1 .content .list .img .center .tit {
  margin-top: -4px;
  font-size: 24px;
  font-weight: bold;
  line-height: 32px;
  color: #ffaa0e;
}
.u128 .u1 .content .list ul {
  border: solid 1px #eaeaea;
  border-top: 0;
  padding-top: 27px;
  padding-bottom: 17px;
	width: 402px;
}
.u128 .u1 .content .list ul li p {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  padding-left: 18px;
}
.u128 .u1 .content .list ul li p span {
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 6px;
  height: 6px;
  background-color: #ccc;
  border-radius: 50%;
}
.u128 .u1 .content .list ul li p a {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  transition: color 0.3s;
  width: calc(100% - 110px);
  font-size: 14px;
  line-height: 32px;
  color: #2a2a2a;
}
.u128 .u1 .content .list ul li p i {
  font-style: normal;
  font-family: ;
  font-size: 15px;
  color: #777;
}
.u128 .u1 .content .list ul li {
  padding: 0 30px;
  margin-bottom: 6px;
}
.u128 .u1 .content .list ul li:first-child {
  margin-bottom: 10px;
}
.u128 .u1 .content .list ul li:first-child p span {
  background: ;
}
.u128 .u1 .content .list ul li .tips {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  margin-top: 6px;
  padding-left: 18px;
  font-size: 15px;
  line-height: 22px;
  color: #777;
}

@media (any-hover: hover) {
  .u122 .u1 .content .u13 .list .left .u14:hover a {
    color: #939393;
  }
  .u122 .u1 .content .u13 .list .left .u14:hover::before {
    width: 100%;
  }
  .u122 .u1 .content .u13 .list .left ul li:hover a {
    color: #939393;
  }
  .u124 .u124Swiper .u9 .u10:hover .img img {
    transform: scale(1.05);
  }
  .u126 .u1 .content .list:hover .bottom {
    bottom: -115px;
  }
  .u126 .u1 .content .list:hover .posi {
    z-index: 1;
    opacity: 1;
  }
  .u128 .u1 .content .list ul li:hover p a {
    color: #939393;
  }
}
@media (max-width: 1610px) {
  .u123 .content .left .list .tit {
    font-size: 20px;
    line-height: 1.3;
  }
}
@media (max-width: 1440px) {
  .u32 {
    padding-top: 44px;
  }
  .u32 p {
    font-size: 32px;
  }
  .m9 .u8 .u9 .u10 .content {
    left: 8%;
    top: 40%;
    transform: translateY(-50%);
  }
}
@media (max-width: 1366px) {
  .u123 .content .left .list {
    padding: 25px;
  }
  .u123 .content .left .list p {
    font-size: 14px;
  }
  .u123 .content .left .list .num {
    right: 25px;
    bottom: 30px;
  }
  .u125 .u1 .content .list {
    height: 110px;
  }
  .u127 .u1 .content .left {
    width: 65%;
  }
  .u127 .u1 .content .right img {
    width: 120px;
  }
}
@media (max-width: 1300px) {
  .u124 .tab a {
    margin: 0 10px;
  }
}
@media (max-width: 1280px) {
  .u12 .u1 .list .text p {
    font-size: 18px;
  }
  .u12 .u1 .list .text .tips {
    font-size: 14px;
  }
  .u12 .u1 span {
    margin: 0 20px;
  }
  .u126 .u1 .content .list .posi {
    padding: 0 20px;
  }
  .u126 .u1 .content .list .posi .tit {
    font-size: 20px;
  }
  .u126 .u1 .content .list .posi span {
    margin: 15px 0 12px;
  }
  .u126 .u1 .content .list .posi .tips {
    font-size: 14px;
    line-height: 1.5;
  }
}
@media (max-width: 1100px) {
  .u123 .content .left .list {
    padding: 20px;
  }
  .u123 .content .left .list .tit {
    font-size: 17px;
    letter-spacing: 0;
  }
  .u123 .content .left .list .img {
    width: 30px;
  }
  .u123 .content .left .list .num {
    bottom: 20px;
    font-size: 30px;
  }
  .u126 .u1 .content .list .bottom .tit {
    font-size: 18px;
  }
  .u126 .u1 .content .list .posi .tit {
    margin-top: 10px;
    font-size: 18px;
  }
}
@media (max-width: 1080px) {
  .u32 {
    padding-top: 40px;
  }
  .u32 p {
    font-size: 26px;
  }
  .u32 .tips {
    font-size: 14px;
  }
  .m9 .u8 .u9 .u10 .img img {
    display: none;
  }
  .m9 .u8 .u9 .u10 .img img:last-child {
    display: block;
  }
  .m9 .u8 .u9 .u10 .content {
    top: 10%;
    left: 0;
    transform: translateY(0);
    width: 100%;
    padding: 0 5%;
    background: none;
  }
  .m9 .u8 .u9 .u10 .content .tit {
    font-size: 50px;
    line-height: 64px;
    color: #fff;
  }
  .m9 .u8 .u9 .u10 .content .en {
    margin-top: 5px;
    font-size: 22px;
    line-height: 1.5;
    color: #fff;
  }
  .m9 .u8 .u9 .u10 .content .tips {
    padding-left: 27px;
    font-size: 22px;
    line-height: 1.5;
    color: #fff;
  }
  .m9 .u8 .u9 .u10 .content .tips::after {
    height: 56px;
    background: #fdbe01;
  }
  .m9 .u8 .u9 .u10 .content .more {
    width: 216px;
    height: 64px;
    border-radius: 32px;
    font-size: 24px;
  }
  .u12 .u1 {
    padding: 30px 0;
  }
  .u12 .u1 span {
    display: none;
  }
  .u12 .u1 .list {
    width: 50%;
    padding: 10px 0;
  }
  .u122 {
    padding-bottom: 0;
  }
  .u122 .u1 .content .tab a {
    height: 55px;
    padding: 0 20px;
    font-size: 20px;
  }
  .u122 .u1 .content .tab a img {
    display: none;
  }
  .u122 .u1 .content .u13 {
    margin-top: 2px;
  }
  .u122 .u1 .content .u13 .list {
    flex-direction: column-reverse;
  }
  .u122 .u1 .content .u13 .list .left {
    width: 100%;
    height: auto;
    padding: 30px 30px 0;
  }
  .u122 .u1 .content .u13 .list .left .tit {
    display: block;
    font-size: 24px;
  }
  .u122 .u1 .content .u13 .list .left .en {
    font-size: 14px;
  }
  .u122 .u1 .content .u13 .list .left .tips {
    margin-top: 15px;
    font-size: 14px;
    line-height: 1.5;
  }
  .u122 .u1 .content .u13 .list .left .u14 {
    margin-top: 20px;
  }
  .u122 .u1 .content .u13 .list .left .u14 a {
    font-size: 14px;
  }
  .u122 .u1 .content .u13 .list .right {
    width: 100%;
  }
  .u123 .content {
    flex-direction: column-reverse;
  }
  .u123 .content .left {
    width: 100%;
  }
  .u123 .content .left .list .img {
    position: relative;
    bottom: auto;
    margin-top: 15px;
  }
  .u123 .content .right {
    width: 100%;
  }
  .u124 .tab {
    justify-content: flex-start;
    overflow-x: auto;
    scrollbar-width: none; /* 不显示滚动轴 */
    scrollbar-color: transparent; /* 将滚动轴颜色设置为透明 */
  }
  .u124 .tab a {
    white-space: nowrap;
  }
  .u124 .u124Swiper .u9 .u10 {
    width: 100%;
    padding-bottom: 0;
  }
  .u124 .u124Swiper .u9 .u10 .content {
    position: relative;
    right: 0;
    width: 100%;
    padding: 30px 5%;
  }
  .u125 {
    padding-bottom: 40px;
  }
  .u125 .u1 .content {
    grid-template-columns: repeat(3, 1fr);
  }
  .u125 .u1 .more {
    margin-top: 30px;
  }
  .u126 .u1 .content {
    grid-template-columns: repeat(2, 1fr);
  }
  .u126 .u1 .content .list .img img {
    width: 100%;
  }
  .u126 .u1 .content .list .bottom {
    display: none;
  }
  .u126 .u1 .content .list .posi {
    display: flex;
    z-index: 1;
    opacity: 1;
  }
  .u127 .u1 {
    padding-top: 0;
  }
  .u127 .u1 .content {
    margin-top: 30px;
  }
  .u127 .u1 .content .right {
    display: none;
  }
  .u127 .u1 .content .left {
    width: 100%;
  }
  .u127 .u1 .content .left .tips {
    font-size: 16px;
    line-height: 1.8;
  }
  .u127 .u1 .content .left ul {
    flex-wrap: wrap;
    margin-top: 20px;
  }
  .u127 .u1 .content .left ul li {
    width: 50%;
    margin: 10px 0 0;
  }
  .u127 .u1 .content .left ul li p {
    font-size: 24px;
  }
  .u127 .u1 .content .left .more {
    margin-top: 30px;
  }
  .u127 .img {
    height: 600px;
  }
  .u128 {
    padding-bottom: 40px;
  }
  .u128 .u1 .content {
    width: 100%;
    grid-template-columns: repeat(2, 1fr);
  }
  .u128 .u1 .content .list .img img {
    width: auto;
  }
  .u31 .content {
    max-width: 80%;
    max-height: 80%;
    width: 100%;
    height: auto;
  }
  .u31 .content .close {
    top: -30px;
    right: -30px;
  }
}
@media (max-width: 500px) {
  .u32 {
    padding-top: 30px;
  }
  .u32 p {
    font-size: 20px;
  }
  .m9 .u8 .u9 .u10 .content .tit {
    font-size: 25px;
    line-height: 32px;
    letter-spacing: 2px;
  }
  .m9 .u8 .u9 .u10 .content .en {
    font-size: 12px;
  }
  .m9 .u8 .u9 .u10 .content .tips {
    padding-left: 14px;
    font-size: 14px;
  }
  .m9 .u8 .u9 .u10 .content .tips::after {
    height: 36px;
  }
  .m9 .u8 .u9 .u10 .content .more {
    width: 105px;
    height: 32px;
    font-size: 12px;
  }
  .u12 .u1 {
    justify-content: space-between;
    padding: 10px 0;
  }
  .u12 .u1 .list {
    width: calc((100% - 4px) / 2);
  }
  .u12 .u1 .list .img {
    width: 24px;
    height: 24px;
    margin-right: 8px;
  }
  .u12 .u1 .list .img img {
    width: 100%;
    height: auto;
  }
  .u12 .u1 .list .text p {
    font-size: 16px;
  }
  .u12 .u1 .list .text .tips {
    font-size: 12px;
  }
  .u122 .u1 .content {
    margin-top: 20px;
  }
  .u122 .u1 .content .tab a {
    height: 40px;
    padding: 0 15px;
    font-size: 14px;
  }
  .u122 .u1 .content .u13 .list .left {
    padding: 20px 20px 0;
  }
  .u122 .u1 .content .u13 .list .left .tit {
    font-size: 18px;
  }
  .u122 .u1 .content .u13 .list .left .en {
    font-size: 14px;
  }
  .u122 .u1 .content .u13 .list .left .tips {
    margin-top: 4px;
    font-size: 14px;
  }
  .u122 .u1 .content .u13 .list .left ul {
    max-width: 100%;
  }
  .u122 .u1 .content .u13 .list .left ul li a {
    font-size: 14px;
  }
  .u123 .content {
    margin-top: 20px;
  }
  .u123 .content .left {
    grid-template-columns: repeat(2, 1fr);
  }
  .u124 {
    padding-bottom: 40px;
  }
  .u124 .tab a {
    font-size: 14px;
  }
  .u124 .u124Swiper .u9 .u10 .content {
    height: auto;
    padding: 20px 5%;
  }
  .u124 .u124Swiper .u9 .u10 .content .tit {
    font-size: 20px;
  }
  .u124 .u124Swiper .u9 .u10 .content .tips {
    font-size: 14px;
  }
  .u124 .u124Swiper .swiper-button-next, .u124 .u124Swiper .swiper-button-prev {
    width: 40px;
    height: 40px;
    margin-top: -100px;
  }
  .u124 .u124Swiper .swiper-button-next img, .u124 .u124Swiper .swiper-button-prev img {
    width: 10px;
  }
  .u125 .u1 .content {
    grid-template-columns: repeat(0, 2fr);
    margin-top: 20px;
  }
  .u125 .u1 .content .list {
    height: 80px;
  }
  .u125 .u1 .content .list img {
    max-width: 55%;
    max-height: 55%;
  }
  .u125 .u1 .content .list:last-child {
    display: none;
  }
  .u126 {
    padding-bottom: 40px;
  }
  .u126 .u1 .content {
    grid-template-columns: repeat(1, 1fr);
    margin-top: 20px;
  }
  .u127 .u1 .content {
    margin-top: 20px;
  }
  .u127 .u1 .content .left .tips {
    font-size: 14px;
  }
  .u127 .u1 .bottom .list {
    height: 100px;
  }
  .u127 .u1 .bottom .list .ico {
    width: 28px;
    height: 28px;
  }
  .u128 .u1 .content {
    grid-template-columns: repeat(1, 1fr);
  }
  .u128 .u1 .content .list ul {
    padding: 15px 0;
  }
  .u128 .u1 .content .list ul li {
    padding: 0 20px;
  }
  .u128 .u1 .content .list ul li p {
    padding-left: 12px;
  }
  .u128 .u1 .content .list ul li p a {
    font-size: 16px;
  }
  .u128 .u1 .content .list ul li .tips {
    font-size: 14px;
  }
}/*# sourceMappingURL=index.css.map */