.page-shanghai .sh-01 {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: clamp(50px, 11.9vw, 230px);
}

.page-shanghai .sh-01 .sh-01-fixed {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row-reverse;
}

.page-shanghai .sh-01 .sh-01-fixed .text {
  width: 55%;
  box-sizing: border-box;
  padding-right: 5%;
}

.page-shanghai .sh-01 .sh-01-fixed .text .t .cn {
  font-size: clamp(20px, 2.1875vw, 42px);
  color: #222;
  font-weight: 500;
  line-height: 1;
}

.page-shanghai .sh-01 .sh-01-fixed .text .t .en {
  text-transform: uppercase;
  font-size: 18px;
  color: #999;
  letter-spacing: 1.8px;
}

.page-shanghai .sh-01 .sh-01-fixed .text .green {
  font-size: 18px;
  font-weight: 700;
  color: #08901C;
  padding: 30px 0 40px;
  position: relative;
}

.page-shanghai .sh-01 .sh-01-fixed .text .green::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 60px;
  height: 2px;
  background: #CCCCCC;
}

.page-shanghai .sh-01 .sh-01-fixed .text .tips {
  margin-top: 40px;
  font-size: 16px;
  color: #333;
}

.page-shanghai .sh-01 .sh-01-fixed .text .btn {
  margin-top: 75px;
}

.page-shanghai .sh-01 .sh-01-fixed .text .btn .see-more img {
  max-width: 12px;
  height: auto;
  margin-left: 10px;
}

.page-shanghai .sh-01 .sh-01-fixed .pic {
  width: 45%;
}

.page-shanghai .sh-01 .sh-01-fixed .pic .img-no-box img {
  width: 100%;
  height: auto;
}

.page-shanghai .sh-02 {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: clamp(50px, 8.854vw, 170px) 0 clamp(30px, 3.645vw, 70px);
  position: relative;
  overflow: hidden;
}

.page-shanghai .sh-02 .year {
  font-weight: 700;
  font-size: clamp(190px, 36.45vw, 700px);
  line-height: 1;
  position: absolute;
  bottom: -55%;
  left: 50%;
  color: rgba(255, 255, 255, 0.1);
  transform: translateX(-50%);
}

.page-shanghai .sh-02 .tit {
  text-align: center;
  max-width: 700px;
  margin: 0 auto;
  font-size: clamp(20px, 2.1875vw, 42px);
  color: #fff;
  font-weight: 500;
}

.page-shanghai .sh-02 .num-list {
  max-width: 1160px;
  margin: clamp(40px, 5.2vw, 100px) auto clamp(50px, 12vw, 240px);
}

.page-shanghai .sh-02 .num-list ul {
  display: flex;
  flex-wrap: wrap;
}

.page-shanghai .sh-02 .num-list ul li {
  width: calc(100% / 3);
  box-sizing: border-box;
  text-align: center;
  transition: transform 0.3s ease;
  opacity: 0;
  transform: translateY(50px);
  position: relative;
}

.page-shanghai .sh-02 .num-list ul li .num {
  display: flex;
  flex-wrap: nowrap;
  color: #fff;
  justify-content: center;
  align-items: flex-end;
}

.page-shanghai .sh-02 .num-list ul li .num span {
  font-size: clamp(30px, 3.75vw, 72px);
  font-weight: 300;
  line-height: 1;
}

.page-shanghai .sh-02 .num-list ul li .num i {
  font-size: clamp(16px, 1.6667vw, 24px);
}

.page-shanghai .sh-02 .num-list ul li .tips {
  font-size: clamp(16px, 1.6667vw, 20px);
  color: #fff;
  margin-top: 10px;
}

.page-shanghai .sh-02 .num-list ul li::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 1px;
  height: 92px;
  background: rgba(255, 255, 255, 0.6);
}

.page-shanghai .sh-02 .num-list ul li:first-child::after {
  display: none;
}

.page-shanghai .sh-02 .num-list ul li.show {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.8s ease, transform 0.8s ease;
}

.page-shanghai .sh-02 .tips {
  max-width: 1160px;
  margin: 0 auto;
  text-align: center;
  color: rgba(255, 255, 255, 0.7);
  line-height: 2;
}

.page-shanghai .sh-02 .down-icon {
  text-align: center;
  margin-top: clamp(40px, 6.25vw, 120px);
  animation: downIcon 1s linear infinite;
}

.page-shanghai .sh-03 {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.page-shanghai .sh-03 .sh-03-list ul {
  display: flex;
  flex-wrap: wrap;
}

.page-shanghai .sh-03 .sh-03-list ul li {
  width: calc(100% / 6);
  box-sizing: border-box;
  padding: 0 35px;
  display: flex;
  height: clamp(400px, 50vw, 960px);
  transition: all 0.6s;
  border-left: 1px solid rgba(255, 255, 255, 0.4);
  flex-direction: column;
  justify-content: center;
}

.page-shanghai .sh-03 .sh-03-list ul li:first-child {
  border-left: none;
}

.page-shanghai .sh-03 .sh-03-list ul li .li-inner {
  position: relative;
}

.page-shanghai .sh-03 .sh-03-list ul li.hover {
  width: calc((100% / 6)*3);
  padding: 0 clamp(35px, 4.2vw, 80px);
}

.page-shanghai .sh-03 .sh-03-list ul li.hover .tit {
  text-align: left;
}

.page-shanghai .sh-03 .sh-03-list ul li.hover .tit a {
  font-weight: 700;
}

.page-shanghai .sh-03 .sh-03-list ul li.hover .tips {
  max-height: 4.5em;
  opacity: 1;
  display: block;
}

.page-shanghai .sh-03 .sh-03-list ul li.hover .btn {
  opacity: 1;
  transform: scale(1, 1);
}

.page-shanghai .sh-03 .sh-03-list ul li.hover .clickmore {
  opacity: 0;
}

.page-shanghai .sh-03 .sh-03-list ul li .tit {
  text-align: center;
  transition: all 0.6s;
}

.page-shanghai .sh-03 .sh-03-list ul li .tit a {
  font-size: clamp(20px, 2.1875vw, 42px);
  color: #fff;
  font-weight: 500;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.page-shanghai .sh-03 .sh-03-list ul li .tips {
  font-size: 18px;
  color: #fff;
  margin: 35px 0 0;
  display: none;
  width: 567px;
  height: 4.5em;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  transition: all 0.6s;
  max-height: 0;
  opacity: 0;
  display: none;
}

.page-shanghai .sh-03 .sh-03-list ul li .btn {
  margin-top: 75px;
  opacity: 0;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.6s;
}

.page-shanghai .sh-03 .sh-03-list ul li .btn .see-more img {
  max-width: 12px;
  height: auto;
  margin-left: 10px;
}

.page-shanghai .sh-03 .sh-03-list ul li .clickmore {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  transition: all 0.6s;
  opacity: 1;
}

.page-shanghai .sh-03 .sh-03-list ul li .clickmore a {
  width: 49px;
  height: 49px;
  margin: 0 auto;
  border-radius: 50%;
  border: 1px solid #FFFFFF;
  display: flex;
  justify-content: center;
  align-items: center;
}

.page-shanghai .sh-04 {
  background: #F7F9F7;
  padding: 80px 0;
}

.page-shanghai .sh-04 ul {
  display: flex;
  flex-wrap: wrap;
}

.page-shanghai .sh-04 ul li {
  width: 20%;
}

.page-shanghai .sh-04 ul li a {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.page-shanghai .sh-04 ul li a .icon {
  width: 40px;
}

.page-shanghai .sh-04 ul li a .icon img {
  max-width: 100%;
  height: auto;
}

.page-shanghai .sh-04 ul li a .text {
  width: calc(100% - 40px);
  box-sizing: border-box;
  padding-left: 20px;
}

.page-shanghai .sh-04 ul li a .text .t {
  font-weight: 700;
  color: #222;
  font-size: 18px;
}

.page-shanghai .sh-04 ul li a .text .d {
  color: #777;
  margin-top: 5px;
}

@keyframes downIcon {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(0);
  }
}

@keyframes numUp {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-100%);
  }
}
@media screen and (max-width: 1023px) {
    .page-shanghai .sh-01{
        padding:40px 0;
    }
    .page-shanghai .sh-01 .sh-01-fixed{
        display:block;
    }
    .page-shanghai .sh-01 .sh-01-fixed .pic{
        width:100%;
    }
    .page-shanghai .sh-01 .sh-01-fixed .text{
        width:100%;
        padding:20px 0 0;
    }
    .page-shanghai .sh-02 .num-list ul li{
        width:100%;
        border:none;
    }
    .page-shanghai .sh-02 .num-list ul li:nth-child(2){
        padding:20px 0;
    }
    .page-shanghai .sh-02 .num-list ul li::after{
        display:none;
    }
    .page-shanghai .sh-03 .sh-03-list ul li{
        width:100%;
        border-top:1px solid #ccc;
    }
    .page-shanghai .sh-03 .sh-03-list ul li:first-child{
        border-top:none;
    }
    .page-shanghai .sh-03 .sh-03-list ul li.hover{
        width:100%;
        
    }
    .page-shanghai .sh-03 .sh-03-list ul li .tips{
        width:100%;
        max-height:auto;
        height:auto;
        -webkit-line-clamp:inherit;
        font-size:14px;
    }
    .page-shanghai .sh-03 .sh-03-list ul li.hover .tips{
        max-height:inherit;
    }
    .page-shanghai .sh-03 .sh-03-list ul li.hover .btn{
        margin-top:30px;
    }
    .page-shanghai .sh-04 ul li{
        width:100%;
        padding-top:20px;
    }
    .page-shanghai .sh-04 ul li:first-child{
        margin-top:0;
    }
    .page-shanghai .sh-04{
        padding:40px 0;
    }
}   