@media screen and (min-width: 320px) and (max-width: 1024px) {
  html {
    font-size: 50px;
  }
  .main-box {
    display: none;
  }
  .phone-box {
    display: block;
  }
  .phoneheader {
    position: relative;
  }
  .phoneheader .logo {
    font-size: 0.32rem;
    font-weight: bold;
    color: #5f6060;
  }
  .phoneheader .color-line {
    position: absolute;
    bottom: -0.04rem;
    left: 0;
    display: flex;
    width: 100%;
    z-index: 3;
  }
  .phoneheader .color-line .line {
    flex: 1;
    height: 0.04rem;
  }
  .phoneheader .color-line .line:nth-child(1) {
    background-color: #77d575;
  }
  .phoneheader .color-line .line:nth-child(2) {
    background-color: #3b7df4;
  }
  .phoneheader .color-line .line:nth-child(3) {
    background-color: #e9475d;
  }
  .phoneheader .color-line .line:nth-child(4) {
    background-color: #f7cd53;
  }
  .floor1 .ping-box .biaoti {
    position: absolute;
    top: 1.84rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 9;
    left: 50%;
    transform: translateX(-50%);
    font-size: 0.54rem;
    font-weight: bold;
    color: #5f6060;
  }
  .floor1 .ping-box .biaoti .bt-top {
    margin-bottom: 0.1rem;
    white-space: nowrap;
  }
  .floor1 .ping-box .biaoti .bt-top .bt-logo {
    width: 3.37rem;
  }
  .floor1 .ping-box .biaoti span {
    color: #f7cd53;
    margin: 0 0.05rem;
    font-size: 0.6rem;
  }
  .floor1 .ping-box .biaoti p {
    font-size: 0.54rem;
    font-weight: bold;
    color: #5f6060;
    line-height: 0.44rem;
    /* 81.25% */
    width: 100%;
  }
  .floor1 .ping-box .biaoti p i {
    font-style: normal;
  }
  .floor1 .ping-box .floor1-pagination {
    position: absolute;
    right: 228px;
    top: 31.42%;
    z-index: 3;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .floor1 .ping-box .floor1-pagination i {
    color: #d8d8d8;
    font-size: 30px;
    transform-origin: center;
    transition: 0.3s;
  }
  .floor1 .ping-box .floor1-pagination i.active {
    color: #5f6060;
  }
  .floor1 .ping-box .floor1-pagination i.top-jiantou {
    transform: rotateZ(-90deg);
  }
  .floor1 .ping-box .floor1-pagination i.bottom-jiantou {
    transform: rotateZ(90deg);
  }
  .floor1 .ping-box .floor1-pagination ul {
    position: static;
    transform: unset;
  }
  .floor1 .ping-box .floor1-pagination ul li {
    width: 6px;
    height: 38px;
    border-radius: 3px;
    background-color: #d8d8d8;
  }
  .floor1 .ping-box .floor1-pagination ul li:not(:last-child) {
    margin-bottom: 8px;
  }
  .floor1 .ping-box .floor1-pagination ul li.swiper-pagination-bullet-active {
    height: 112px;
    background-color: #5f6060;
  }
  .floor1 .ping-box .color-line {
    position: absolute;
    top: 58%;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    width: 100%;
    z-index: 3;
  }
  .floor1 .ping-box .color-line.active {
    width: 3.44rem;
    top: 24%;
    opacity: 0;
  }
  .floor1 .ping-box .color-line .line {
    flex: 1;
    height: 2px;
  }
  .floor1 .ping-box .color-line .line:nth-child(1) {
    background-color: #77d575;
  }
  .floor1 .ping-box .color-line .line:nth-child(2) {
    background-color: #3b7df4;
  }
  .floor1 .ping-box .color-line .line:nth-child(3) {
    background-color: #e9475d;
  }
  .floor1 .ping-box .color-line .line:nth-child(4) {
    background-color: #f7cd53;
  }
  .floor1 > .swiper {
    height: 100vh;
  }
  .floor1 > .swiper .swiper-pagination .swiper-pagination-bullet {
    height: 19px;
    width: 6px;
    border-radius: 3px;
    background-color: #d8d8d8;
    opacity: 1;
  }
  .floor1 > .swiper .swiper-pagination .swiper-pagination-bullet-active {
    height: 60px;
    background-color: #5f6060;
  }
  .floor1 > .swiper .swiper-slide {
    padding-top: 1.04rem;
    position: relative;
    height: calc(100% - 56px);
    margin: 0 auto;
    overflow: hidden;
  }
  .floor1 > .swiper .swiper-slide .swiperbg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }
  .floor1 > .swiper .swiper-slide .nr-box {
    position: relative;
    height: 100%;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .floor1 > .swiper .swiper-slide .nr-box .biaoti {
    position: absolute;
    top: 0.8rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .floor1 > .swiper .swiper-slide .nr-box .biaoti .bt-top {
    font-size: 0.54rem;
    font-weight: bold;
    color: #5f6060;
    margin-bottom: 0.1rem;
  }
  .floor1 > .swiper .swiper-slide .nr-box .biaoti .bt-top .bt-logo {
    width: 3.37rem;
  }
  .floor1 > .swiper .swiper-slide .nr-box .biaoti span {
    color: #f7cd53;
    margin: 0 0.05rem;
    font-size: 0.6rem;
  }
  .floor1 > .swiper .swiper-slide .nr-box .biaoti p {
    font-size: 0.54rem;
    font-weight: bold;
    color: #5f6060;
    line-height: 0.44rem;
    /* 81.25% */
    width: 100%;
  }
  .floor1 > .swiper .swiper-slide .nr-box .biaoti p i {
    font-style: normal;
  }
  .floor1 > .swiper .swiper-slide .nr-box .team-intro {
    position: absolute;
    top: 65%;
    font-size: 0.4rem;
    text-align: center;
    color: #5f6060;
    font-weight: bold;
    line-height: 0.51rem;
    /* 125% */
  }
  .floor1 > .swiper .swiper-slide .nr-box .team-intro2 {
    position: absolute;
    top: 80%;
    text-align: center;
    width: 820px;
    font-size: 0.27rem;
    color: #5f6060;
    line-height: 0.375rem;
    width: 5.5rem;
  }
  .floor1 > .swiper .swiper-slide .nr-box .team-intro2 span:nth-child(1) {
    color: #3b7df4;
  }
  .floor1 > .swiper .swiper-slide .nr-box .team-intro2 span:nth-child(2) {
    color: #e9475d;
  }
  .floor1 > .swiper .swiper-slide .nr-box .team-intro2 span:nth-child(3) {
    color: #f7cd53;
  }
  .floor1 > .swiper .swiper-slide .nr-box .team-intro2 span:nth-child(4) {
    color: #77d575;
  }
  .floor1 > .swiper .swiper-slide2 {
    background-color: #f4f4f4;
  }
  .floor1 > .swiper .swiper-slide2 .nr-box .team-intro4 {
    position: absolute;
    top: 21.24%;
    font-size: 0.34rem;
    color: #5f6060;
    line-height: 0.44rem;
    /* 130% */
    width: 6.37rem;
    text-align: center;
  }
  .floor1 > .swiper .swiper-slide2 .nr-box .color-line {
    position: absolute;
    top: 32%;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    width: 3.44rem;
    z-index: 3;
  }
  .floor1 > .swiper .swiper-slide2 .nr-box .color-line .line {
    flex: 1;
    height: 2px;
  }
  .floor1 > .swiper .swiper-slide2 .nr-box .color-line .line:nth-child(1) {
    background-color: #77d575;
  }
  .floor1 > .swiper .swiper-slide2 .nr-box .color-line .line:nth-child(2) {
    background-color: #3b7df4;
  }
  .floor1 > .swiper .swiper-slide2 .nr-box .color-line .line:nth-child(3) {
    background-color: #e9475d;
  }
  .floor1 > .swiper .swiper-slide2 .nr-box .color-line .line:nth-child(4) {
    background-color: #f7cd53;
  }
  .floor1 > .swiper .swiper-slide2 .nr-box .zxt-list {
    width: 4.9rem;
    position: absolute;
    top: 25%;
    display: flex;
    width: 100%;
  }
  .floor1 > .swiper .swiper-slide2 .nr-box .zxt-list .zxt-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-bottom: 1rem;
  }
  .floor1 > .swiper .swiper-slide2 .nr-box .zxt-list .zxt-item .zxt-title {
    font-size: 0.27rem;
    font-weight: bold;
    color: #5f6060;
    margin-bottom: 0.1rem;
    text-align: center;
    line-height: 0.44rem;
  }
  .floor1 > .swiper .swiper-slide2 .nr-box .zxt-list .zxt-item .zxt-box {
    width: 4.9rem;
    height: 2.74rem;
    border-bottom: 1px solid #5f6060;
    position: relative;
  }
  .floor1
    > .swiper
    .swiper-slide2
    .nr-box
    .zxt-list
    .zxt-item
    .zxt-box
    .yaris
    .line {
    position: absolute;
    width: 100%;
    height: 0.017rem;
    background-color: #e9e9e9;
    left: 0;
  }
  .floor1
    > .swiper
    .swiper-slide2
    .nr-box
    .zxt-list
    .zxt-item
    .zxt-box
    .yaris
    .line:nth-child(1) {
    top: 0;
  }
  .floor1
    > .swiper
    .swiper-slide2
    .nr-box
    .zxt-list
    .zxt-item
    .zxt-box
    .yaris
    .line:nth-child(2) {
    top: 0.685rem;
  }
  .floor1
    > .swiper
    .swiper-slide2
    .nr-box
    .zxt-list
    .zxt-item
    .zxt-box
    .yaris
    .line:nth-child(3) {
    top: 1.37rem;
  }
  .floor1
    > .swiper
    .swiper-slide2
    .nr-box
    .zxt-list
    .zxt-item
    .zxt-box
    .yaris
    .line:nth-child(4) {
    top: 2.055rem;
  }
  .floor1
    > .swiper
    .swiper-slide2
    .nr-box
    .zxt-list
    .zxt-item
    .zxt-box
    .ys-box {
    display: flex;
    justify-content: space-between;
    padding: 0 0.3rem;
  }
  .floor1
    > .swiper
    .swiper-slide2
    .nr-box
    .zxt-list
    .zxt-item
    .zxt-box
    .ys-box.ys-box2 {
    padding: 0 0.5rem;
  }
  .floor1
    > .swiper
    .swiper-slide2
    .nr-box
    .zxt-list
    .zxt-item
    .zxt-box
    .ys-box.ys-box2
    .ys-item {
    position: relative;
    display: flex;
  }
  .floor1
    > .swiper
    .swiper-slide2
    .nr-box
    .zxt-list
    .zxt-item
    .zxt-box
    .ys-box.ys-box2
    .ys-item
    .chaoshi {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -0.6rem;
    display: flex;
    align-items: center;
    font-size: 0.24rem;
    color: #5f6060;
  }
  .floor1
    > .swiper
    .swiper-slide2
    .nr-box
    .zxt-list
    .zxt-item
    .zxt-box
    .ys-box.ys-box2
    .ys-item
    .chaoshi
    img {
    width: 0.52rem;
    margin-right: 0.06rem;
    border-radius: 0.1rem;
  }
  .floor1
    > .swiper
    .swiper-slide2
    .nr-box
    .zxt-list
    .zxt-item
    .zxt-box
    .ys-box.ys-box2
    .ys-item
    .ys:not(:last-child) {
    margin-right: 0.26rem;
  }
  .floor1
    > .swiper
    .swiper-slide2
    .nr-box
    .zxt-list
    .zxt-item
    .zxt-box
    .ys-box.ys-box2
    .ys-item
    .ys:nth-child(1)
    .zhuzi
    .zhuzi-yan {
    background-color: #f7cd53;
  }
  .floor1
    > .swiper
    .swiper-slide2
    .nr-box
    .zxt-list
    .zxt-item
    .zxt-box
    .ys-box.ys-box2
    .ys-item
    .ys:nth-child(2)
    .zhuzi
    .zhuzi-yan {
    background-color: #77d575;
  }
  .floor1
    > .swiper
    .swiper-slide2
    .nr-box
    .zxt-list
    .zxt-item
    .zxt-box
    .ys-box
    .ys {
    position: relative;
    z-index: 2;
    width: 0.63rem;
    height: 2.74rem;
  }
  .floor1
    > .swiper
    .swiper-slide2
    .nr-box
    .zxt-list
    .zxt-item
    .zxt-box
    .ys-box
    .ys:nth-child(2)
    .zhuzi {
    height: 1.28rem;
  }
  .floor1
    > .swiper
    .swiper-slide2
    .nr-box
    .zxt-list
    .zxt-item
    .zxt-box
    .ys-box
    .ys:nth-child(2)
    .zhuzi
    .zhuzi-yan {
    background-color: #e9475d;
  }
  .floor1
    > .swiper
    .swiper-slide2
    .nr-box
    .zxt-list
    .zxt-item
    .zxt-box
    .ys-box
    .ys:nth-child(2)
    .zhuzi
    .number {
    color: #fff;
  }
  .floor1
    > .swiper
    .swiper-slide2
    .nr-box
    .zxt-list
    .zxt-item
    .zxt-box
    .ys-box
    .ys:nth-child(3)
    .zhuzi {
    height: 1.7rem;
  }
  .floor1
    > .swiper
    .swiper-slide2
    .nr-box
    .zxt-list
    .zxt-item
    .zxt-box
    .ys-box
    .ys:nth-child(3)
    .zhuzi
    .zhuzi-yan {
    background-color: #3b7df4;
  }
  .floor1
    > .swiper
    .swiper-slide2
    .nr-box
    .zxt-list
    .zxt-item
    .zxt-box
    .ys-box
    .ys:nth-child(3)
    .zhuzi
    .number {
    color: #fff;
  }
  .floor1
    > .swiper
    .swiper-slide2
    .nr-box
    .zxt-list
    .zxt-item
    .zxt-box
    .ys-box
    .ys:nth-child(4)
    .zhuzi {
    height: 2.19rem;
  }
  .floor1
    > .swiper
    .swiper-slide2
    .nr-box
    .zxt-list
    .zxt-item
    .zxt-box
    .ys-box
    .ys:nth-child(4)
    .zhuzi
    .zhuzi-yan {
    background-color: #77d575;
  }
  .floor1
    > .swiper
    .swiper-slide2
    .nr-box
    .zxt-list
    .zxt-item
    .zxt-box
    .ys-box
    .ys
    .zhuzi {
    position: absolute;
    width: 100%;
    height: 0.77rem;
    bottom: 1px;
    left: 0;
  }
  .floor1
    > .swiper
    .swiper-slide2
    .nr-box
    .zxt-list
    .zxt-item
    .zxt-box
    .ys-box
    .ys
    .zhuzi.active
    .zhuzi-yan {
    height: 100%;
  }
  .floor1
    > .swiper
    .swiper-slide2
    .nr-box
    .zxt-list
    .zxt-item
    .zxt-box
    .ys-box
    .ys
    .zhuzi.active
    .number {
    opacity: 1;
  }
  .floor1
    > .swiper
    .swiper-slide2
    .nr-box
    .zxt-list
    .zxt-item
    .zxt-box
    .ys-box
    .ys
    .zhuzi
    .zhuzi-yan {
    position: absolute;
    width: 100%;
    height: 0;
    bottom: 0;
    left: 0;
    background-color: #f7cd53;
    border-top-left-radius: 0.26rem;
    border-top-right-radius: 0.26rem;
    transition: 1s;
  }
  .floor1
    > .swiper
    .swiper-slide2
    .nr-box
    .zxt-list
    .zxt-item
    .zxt-box
    .ys-box
    .ys
    .zhuzi
    .number {
    position: absolute;
    top: 0.2rem;
    left: 50%;
    transform: translateX(-50%);
    font-size: 0.2rem;
    color: #5f6060;
    font-weight: bold;
    z-index: 2;
    opacity: 0;
    transition: 0.3s;
  }
  .floor1
    > .swiper
    .swiper-slide2
    .nr-box
    .zxt-list
    .zxt-item
    .zxt-box
    .ys-box
    .ys
    .zhuzi
    .year {
    position: absolute;
    font-size: 0.24rem;
    color: #5f6060;
    left: 50%;
    transform: translateX(-50%);
    bottom: -0.5rem;
    font-weight: bold;
    z-index: 2;
  }
  .floor1 > .swiper .swiper-slide2 .nr-box .team-intro5 {
    position: absolute;
    top: 73%;
    width: 4.74rem;
    color: #5f6060;
    font-size: 0.15rem;
    font-weight: 400;
    text-align: center;
    line-height: 0.18rem;
  }
  .floor1 > .swiper .swiper-slide2 .nr-box .team-intro6 {
    position: absolute;
    top: 82.3%;
    width: 6.72rem;
    color: #5f6060;
    font-size: 0.31rem;
    font-weight: 400;
    line-height: 0.44rem;
    text-align: center;
  }
  .floor1 > .swiper .swiper-slide3 {
    padding-top: 0;
  }
  .floor1 > .swiper .swiper-slide3 .nr-box .team-intro4 {
    top: 18%;
  }
  .floor1 > .swiper .swiper-slide3 .nr-box .date-box {
    position: absolute;
    top: 35%;
    display: block;
    align-items: center;
    width: 100%;
  }
  .floor1 > .swiper .swiper-slide3 .nr-box .date-box .swiper-slide {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .floor1 > .swiper .swiper-slide3 .nr-box .date-box .date-title {
    font-size: 0.28rem;
    font-family: "GTBO";
    margin-bottom: 0.3rem;
  }
  .floor1 > .swiper .swiper-slide3 .nr-box .date-box .svg24 {
    width: 4rem;
  }
  .floor1 > .swiper .swiper-slide3 .nr-box .date-box .svg24 path {
    transition-duration: 1s;
  }
  .floor1 > .swiper .swiper-slide3 .nr-box .date-box .svg24 g {
    transition-duration: 1s;
  }
  .floor1 > .swiper .swiper-slide3 .nr-box .date-box .svgperson {
    width: 5.2rem;
  }
  .floor2 > .swiper .swiper-pagination .swiper-pagination-bullet {
    width: 19px;
    height: 6px;
    border-radius: 3px;
    background-color: #d8d8d8;
    opacity: 1;
  }
  .floor2 > .swiper .swiper-pagination .swiper-pagination-bullet-active {
    width: 60px;
    background-color: #5f6060;
  }
  .floor2 > .swiper .jiantou {
    position: absolute;
    font-size: 30px;
    z-index: 2222;
    top: 45%;
    transform: translateY(-50%);
  }
  .floor2 > .swiper .jiantou.swiper-button-disabled {
    color: #c8c8c8;
  }
  .floor2 > .swiper .jiantou.left-jiantou {
    left: 10px;
    transform: rotateZ(-180deg);
  }
  .floor2 > .swiper .jiantou.right-jiantou {
    right: 10px;
  }
  .floor2 > .swiper .swiper-slide {
    position: relative;
    height: 100%;
    margin: 0 auto;
    overflow: hidden;
    background-color: #e5e5e5;
    padding-bottom: 1rem;
  }
  .floor2 > .swiper .swiper-slide .swiperbg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }
  .floor2 > .swiper .swiper-slide .nr-box {
    position: relative;
    height: 100%;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 0.8rem;
  }
  .floor2 > .swiper .swiper-slide .nr-box .biaoti {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-bottom: 0.35rem;
  }
  .floor2 > .swiper .swiper-slide .nr-box .biaoti .bt-top {
    font-size: 0.54rem;
    font-weight: bold;
    color: #5f6060;
    margin-bottom: 0.1rem;
  }
  .floor2 > .swiper .swiper-slide .nr-box .biaoti .bt-top .bt-logo {
    width: 3.37rem;
  }
  .floor2 > .swiper .swiper-slide .nr-box .biaoti span {
    color: #f7cd53;
    margin: 0 0.05rem;
    font-size: 0.6rem;
  }
  .floor2 > .swiper .swiper-slide .nr-box .biaoti p {
    font-size: 0.54rem;
    font-weight: bold;
    color: #5f6060;
    line-height: 0.44rem;
    /* 81.25% */
    width: 100%;
    text-align: center;
  }
  .floor2 > .swiper .swiper-slide .nr-box .biaoti p i {
    font-style: normal;
  }
  .floor2 > .swiper .swiper-slide .nr-box .team-intro {
    position: absolute;
    top: 77%;
    font-size: 28px;
    color: #5f6060;
    font-weight: bold;
  }
  .floor2 > .swiper .swiper-slide .nr-box .team-intro2 {
    position: absolute;
    top: 90%;
    text-align: center;
    width: 820px;
    font-size: 22px;
    color: #5f6060;
    line-height: 1.3em;
  }
  .floor2 > .swiper .swiper-slide .nr-box .team-intro2 span:nth-child(1) {
    color: #3b7df4;
  }
  .floor2 > .swiper .swiper-slide .nr-box .team-intro2 span:nth-child(2) {
    color: #e9475d;
  }
  .floor2 > .swiper .swiper-slide .nr-box .team-intro2 span:nth-child(3) {
    color: #f7cd53;
  }
  .floor2 > .swiper .swiper-slide .nr-box .team-intro2 span:nth-child(4) {
    color: #77d575;
  }
  .floor2 > .swiper .swiper-slide .nr-box .cases-box {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .floor2 > .swiper .swiper-slide .nr-box .cases-box .short-intro {
    width: 3.95rem;
    text-align: center;
  }
  .floor2 > .swiper .swiper-slide .nr-box .cases-box .short-intro .sml-title {
    font-size: 0.22rem;
    font-weight: bold;
    margin-bottom: 0.38rem;
    color: #5f6060;
    line-height: 0.44rem;
    /* 200% */
  }
  .floor2 > .swiper .swiper-slide .nr-box .cases-box .short-intro .text-p {
    color: #5f6060;
    margin-bottom: 28px;
  }
  .floor2
    > .swiper
    .swiper-slide
    .nr-box
    .cases-box
    .short-intro
    .text-p
    .bigP {
    font-size: 0.3rem;
    font-style: normal;
    font-weight: 400;
    line-height: 0.32rem;
    margin-bottom: 0.23rem;
  }
  .floor2 > .swiper .swiper-slide .nr-box .cases-box .short-intro .text-p p {
    font-size: 0.24rem;
    font-style: normal;
    font-weight: 400;
    line-height: 0.32rem;
    text-align: center;
  }
  .floor2
    > .swiper
    .swiper-slide
    .nr-box
    .cases-box
    .short-intro
    .code-box
    .notice {
    font-size: 13px;
    font-style: normal;
    font-weight: 700;
    line-height: 26px;
    /* 200% */
    margin-bottom: 4px;
  }
  .floor2
    > .swiper
    .swiper-slide
    .nr-box
    .cases-box
    .short-intro
    .code-box
    .code {
    width: 108px;
  }
  .floor2 > .swiper .swiper-slide .nr-box .cases-box .video-box {
    position: relative;
    width: 3.08rem;
    height: 6.43rem;
    border: 5px solid #1d1d1b;
    border-radius: 0.4rem;
    margin-bottom: 0.36rem;
  }
  .floor2 > .swiper .swiper-slide .nr-box .cases-box .video-box::after {
    content: "";
    position: absolute;
    width: 3.18rem;
    height: 6.53rem;
    background: #e0e1e3;
    border-radius: 20px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
  }
  .floor2 > .swiper .swiper-slide .nr-box .cases-box .video-box .btnbg {
    position: absolute;
    width: 3.24rem;
    left: 50%;
    transform: translateX(-50%);
    top: 1rem;
  }
  .floor2 > .swiper .swiper-slide .nr-box .cases-box .video-box video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 15px;
  }
  .floor2 > .swiper .swiper-slide .nr-box .cases-box .table-box {
    width: 6rem;
  }
  .floor2 > .swiper .swiper-slide .nr-box .cases-box .table-box .sml-title {
    font-size: 0.22rem;
    font-weight: bold;
    color: #5f6060;
    margin-bottom: 0.35rem;
    line-height: 0.44rem;
    text-align: center;
  }
  .floor2 > .swiper .swiper-slide .nr-box .cases-box .table-box .table-list {
    margin-bottom: 0.68rem;
  }
  .floor2
    > .swiper
    .swiper-slide
    .nr-box
    .cases-box
    .table-box
    .table-list.active
    .list-item
    .shuju {
    opacity: 1;
  }
  .floor2
    > .swiper
    .swiper-slide
    .nr-box
    .cases-box
    .table-box
    .table-list
    .list-item {
    width: 100%;
    height: 0.58rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #5f6060;
  }
  .floor2
    > .swiper
    .swiper-slide
    .nr-box
    .cases-box
    .table-box
    .table-list
    .list-item.list-head
    .shuju {
    font-family: "GTBO";
  }
  .floor2
    > .swiper
    .swiper-slide
    .nr-box
    .cases-box
    .table-box
    .table-list
    .list-item
    .label {
    width: 3rem;
    font-size: 0.22rem;
    font-style: normal;
    font-weight: 500;
    line-height: 0.31rem;
    /* 138.462% */
    margin-right: 0.3rem;
    color: #5f6060;
    font-family: "GTME";
  }
  .floor2
    > .swiper
    .swiper-slide
    .nr-box
    .cases-box
    .table-box
    .table-list
    .list-item
    .shuju {
    font-size: 0.2rem;
    font-style: normal;
    font-weight: 400;
    line-height: 0.31rem;
    /* 138.462% */
    flex: 1;
    opacity: 1;
    color: #5f6060;
  }
  .floor2
    > .swiper
    .swiper-slide
    .nr-box
    .cases-box
    .table-box
    .table-list
    .list-item
    .shuju.aug {
    transition-delay: 0;
  }
  .floor2
    > .swiper
    .swiper-slide
    .nr-box
    .cases-box
    .table-box
    .table-list
    .list-item
    .shuju.sept {
    transition-delay: 0.3s;
  }
  .floor2
    > .swiper
    .swiper-slide
    .nr-box
    .cases-box
    .table-box
    .table-list
    .list-item
    .shuju.oct {
    transition-delay: 0.6s;
  }
  .floor2 > .swiper .swiper-slide .nr-box .cases-box .table-box .data-from {
    display: flex;
    justify-content: space-between;
  }
  .floor2
    > .swiper
    .swiper-slide
    .nr-box
    .cases-box
    .table-box
    .data-from
    .from-item {
    width: 49.5%;
  }
  .floor2
    > .swiper
    .swiper-slide
    .nr-box
    .cases-box
    .table-box
    .data-from
    .from-item
    .number {
    display: flex;
    color: #5f6060;
    align-items: center;
  }
  .floor2
    > .swiper
    .swiper-slide
    .nr-box
    .cases-box
    .table-box
    .data-from
    .from-item
    .number
    span {
    font-size: 0.44rem;
    font-style: normal;
    font-weight: 300;
    line-height: 0.44rem;
    /* 100% */
    margin-bottom: 0.1rem;
  }
  .floor2
    > .swiper
    .swiper-slide
    .nr-box
    .cases-box
    .table-box
    .data-from
    .from-item
    .number
    img {
    width: 0.25rem;
    margin-left: 0.1rem;
  }
  .floor2
    > .swiper
    .swiper-slide
    .nr-box
    .cases-box
    .table-box
    .data-from
    .from-item
    p {
    height: 1.02rem;
    font-size: 0.22rem;
    font-style: normal;
    font-weight: 400;
    line-height: 0.31rem;
    /* 138.462% */
    color: #5f6060;
  }
  .floor2
    > .swiper
    .swiper-slide
    .nr-box
    .cases-box
    .table-box
    .data-from
    .from-item
    .source {
    font-size: 9px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    /* 288.889% */
    color: #5f6060;
  }
  .floor3 .swiper-slide {
    position: relative;
    margin: 0 auto;
    overflow: hidden;
    background-color: #f4f4f4;
    padding-top: 0.8rem;
  }
  .floor3 .swiper-slide .nr-box {
    position: relative;
    height: 100%;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .floor3 .swiper-slide .nr-box .biaoti {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-bottom: 0.87rem;
    font-size: 0.54rem;
    font-weight: bold;
    color: #5f6060;
  }
  .floor3 .swiper-slide .nr-box .biaoti .bt-top {
    margin-bottom: 0.1rem;
  }
  .floor3 .swiper-slide .nr-box .biaoti .bt-top .bt-logo {
    width: 3.37rem;
  }
  .floor3 .swiper-slide .nr-box .biaoti span {
    color: #f7cd53;
    margin: 0 0.05rem;
    font-size: 0.6rem;
  }
  .floor3 .swiper-slide .nr-box .biaoti p {
    font-size: 0.54rem;
    font-weight: bold;
    color: #5f6060;
    line-height: 0.44rem;
    /* 81.25% */
    width: 100%;
    text-align: center;
  }
  .floor3 .swiper-slide .nr-box .biaoti p i {
    font-style: normal;
  }
  .floor3 .swiper-slide .nr-box .contact-list {
    display: block;
  }
  .floor3 .swiper-slide .nr-box .contact-list .contact-item {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0.7rem;
  }
  .floor3 .swiper-slide .nr-box .contact-list .contact-item .nrr {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .floor3 .swiper-slide .nr-box .contact-list .contact-item .nrr .ci-top {
    display: flex;
    align-items: center;
    margin-bottom: 0.37rem;
  }
  .floor3
    .swiper-slide
    .nr-box
    .contact-list
    .contact-item
    .nrr
    .ci-top
    .contact-icon {
    height: 0.94rem;
    margin-right: 0.15rem;
  }
  .floor3
    .swiper-slide
    .nr-box
    .contact-list
    .contact-item
    .nrr
    .ci-top
    .text-box {
    color: #5f6060;
  }
  .floor3
    .swiper-slide
    .nr-box
    .contact-list
    .contact-item
    .nrr
    .ci-top
    .text-box
    .question {
    font-size: 0.31rem;
    font-style: normal;
    font-weight: 400;
    line-height: 0.32rem;
    margin-bottom: 0.07rem;
  }
  .floor3
    .swiper-slide
    .nr-box
    .contact-list
    .contact-item
    .nrr
    .ci-top
    .text-box
    .notice {
    font-size: 0.24rem;
    font-style: normal;
    font-weight: 400;
    line-height: 0.32rem;
    /* 135.714% */
  }
  .floor3 .swiper-slide .nr-box .contact-list .contact-item .nrr .ci-bottom {
    font-size: 0.48rem;
    font-style: normal;
    font-weight: 300;
    line-height: 0.32rem;
    /* 67.857% */
    color: #5f6060;
    width: 4.33rem;
    height: 1.01rem;
    border-radius: 0.15rem;
    border: 0.02rem solid #77d575;
    background: #e6ffe6;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .floor3
    .swiper-slide
    .nr-box
    .contact-list
    .contact-item
    .nrr
    .ci-bottom.ci-bottom2 {
    border: 0.02rem solid #3b7df4;
    background: #d3e3ff;
  }
  .floor3
    .swiper-slide
    .nr-box
    .contact-list
    .contact-item
    .nrr
    .ci-form
    .input-item {
    display: flex;
    align-items: center;
    margin-bottom: 0.25rem;
  }
  .floor3
    .swiper-slide
    .nr-box
    .contact-list
    .contact-item
    .nrr
    .ci-form
    .input-item
    .label {
    font-size: 0.27rem;
    font-style: normal;
    font-weight: 400;
    line-height: 0.32rem;
    /* 118.75% */
    width: 1.5rem;
    color: #5f6060;
  }
  .floor3
    .swiper-slide
    .nr-box
    .contact-list
    .contact-item
    .nrr
    .ci-form
    .input-item
    input {
    border-radius: 0.15rem;
    border: 0.03rem solid #f7cd53;
    background: #fff8e3;
    width: 4.33rem;
    height: 1.01rem;
    padding: 0 0.2rem;
  }
  .floor3
    .swiper-slide
    .nr-box
    .contact-list
    .contact-item
    .nrr
    .ci-form
    button {
    border-radius: 0.15rem;
    background: #f7cd53;
    width: 2.95rem;
    height: 0.68rem;
    font-size: 0.31rem;
    font-style: normal;
    font-weight: 400;
    line-height: 0.32rem;
    /* 105.556% */
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    outline: none;
    cursor: pointer;
    transition: 0.3s;
    color: #5f6060;
    font-family: "GT";
    margin: 0 auto;
  }
  .floor3
    .swiper-slide
    .nr-box
    .contact-list
    .contact-item
    .nrr
    .ci-form
    button:hover {
    box-shadow: rgba(50, 50, 93, 0.25) 0px 30px 60px -12px inset,
      rgba(0, 0, 0, 0.3) 0px 18px 36px -18px inset;
  }
  .footer {
    width: 100%;
    background-color: #e9e9e9;
    padding: 0.6rem 0;
    height: max-content;
  }
  .footer .wrap {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .footer .wrap .footer-left {
    margin-bottom: 1.28rem;
  }
  .footer .wrap .footer-left ul li {
    text-align: center;
  }
  .footer .wrap .footer-left ul li:not(:last-child) {
    margin-bottom: 0.085rem;
  }
  .footer .wrap .footer-left ul li.active a {
    font-weight: bold;
  }
  .footer .wrap .footer-left ul li:hover a {
    font-weight: bold;
  }
  .footer .wrap .footer-left ul li a {
    font-size: 0.25rem;
    font-style: normal;
    font-weight: 400;
    line-height: 0.4rem;
    /* 160% */
    color: #5f6060;
  }
  .footer .wrap .footer-left .logo img {
    max-width: 166px;
  }
  .footer .wrap .footer-right {
    color: #5f6060;
    font-size: 0.22rem;
    font-style: normal;
    font-weight: 330;
    line-height: 0.34rem;
    text-align: center;
    margin-bottom: 0.48rem;
  }
  .footer .wrap .footer-right a {
    color: #5f6060;
  }
  .footer .wrap .logo {
    font-size: 0.4rem;
    font-weight: bold;
    color: #5f6060;
  }
  .footer .wrap .logo .website-logo {
    width: 100%;
  }
  .tz-mc {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999;
    display: none;
  }
  .tz-mc .modal-content {
    background-color: #fff;
    padding: 10px;
    width: 300px;
    /* 弹窗宽度 */
    height: 150px;
    text-align: center;
    border-radius: 5px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  /* news */
  .news-list {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 15px;
  }
  .news-item {
    transition: 0.3s;
    background-color: #f4f4f4;
    border-radius: 14px;
    overflow: hidden;
  }

  .news-item a {
    display: block;
    padding: 20px;
  }
  .news-item:hover a .news-left .title-box h3 {
    color: #2da584;
  }
  .news-item:hover a .news-right {
    transform: translateX(5px);
  }
  .news-item a .news-right {
    font-size: 18px;
    font-weight: bold;
    transition: 0.3s;
  }
  .news-item a .news-left {
    flex: 1;
    margin-right: 6px;
  }
  .news-item a .news-left .bj {
    font-size: 20px;
    font-weight: bold;
    padding-bottom: 9px;
  }
  .news-item a .news-left .title-box {
    padding: 15px 0;
    border-bottom: 1px solid #979797;
    border-top: 1px solid #979797;
  }
  .news-item a .news-left .title-box h3 {
    font-size: 24px;
    margin-bottom: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .news-item a .news-left .title-box .subtitle {
    font-size: 20px;
  }
  .news-item a .news-left .p-box {
    padding: 20px 0;
    color: rgba(0, 0, 0, 0.7);
    font-size: 18px;
  }
  .news-item a .news-left .p-box .date {
    margin-bottom: 10px;
  }
  .news-item a .news-left .p-box p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
  }
}
@media screen and (min-width: 320px) and (max-width: 1024px) {
  .newss-box .footer {
    display: none;
  }
  .newss-box .floor3 {
    display: none;
  }
  .news-content {
    padding-top: 0;
  }
  .news-content .news-wrap {
    max-width: unset;
    width: 100%;
  }
  .news-content .news-wrap h2 {
    font-size: 22px;
    margin-bottom: 0;
    padding: 0 20px;
  }
  .news-content .news-wrap .xq-box .topbg {
    margin-bottom: 0.66rem;
  }
  .news-content .news-wrap .xq-box .xw-content {
    width: 100%;
    padding: 0 0.5rem;
  }
  .news-content .news-wrap .xq-box .xw-content .title-box h3 {
    font-size: 0.36rem;
    line-height: 1.4em;
  }
  .news-content .news-wrap .xq-box .xw-content .title-box .subtitle {
    font-size: 0.32rem;
  }
  .news-content .news-wrap .xq-box .xw-content .title-box .au-fx {
    flex-wrap: wrap;
    margin-bottom: 0.37rem;
  }
  .news-content .news-wrap .xq-box .xw-content .title-box .au-fx .af-left {
    font-size: 0.28rem;
    margin-bottom: 0.4rem;
  }
  .news-content .news-wrap .xq-box .xw-content .title-box .au-fx .icons-list {
    border-top: 1px solid #979797;
    padding-top: 0.37rem;
    width: 100%;
    justify-content: center;
  }
  .news-content .news-wrap .xq-box .xw-content .title-box .wz-content {
    padding: 0.4rem 0;
    border-top: 1px solid #979797;
    border-bottom: 1px solid #979797;
    font-size: 0.28rem;
  }
  .sides {
    position: fixed;
    right: 0;
    bottom: 2rem;
    display: none;
  }
  .sides .icons-list {
    display: block;
  }
  .sides .icons-list .icon-item {
    position: relative;
    width: 36px;
    cursor: pointer;
    transition: 0.3s;
  }
  .sides .icons-list .icon-item:not(:last-child) {
    margin-right: 0;
  }
  .sides .icons-list .icon-item:hover {
    filter: none;
  }
  .sides .icons-list .icon-item:hover .code {
    display: block;
  }
  .sides .icons-list .icon-item:not(:last-child) {
    margin-bottom: 0.36rem;
  }
  .sides .icons-list .icon-item .icon {
    width: 100%;
  }
  .sides .icons-list .icon-item .code {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100px;
    right: 100%;
    display: none;
  }
  .sections-list {
    padding: 0 20px;
  }
  .sections-list .section-item {
    padding: 20px;
    display: block;
  }
  .sections-list .section-item .news-left .bj {
    font-size: 14px;
  }
  .sections-list .section-item .news-left .title-box h3 {
    font-size: 18px;
  }
  .sections-list .section-item .news-left .p-box a {
    font-size: 15px;
  }
  .sections-list .section-item .news-right {
    font-size: 14px;
  }
  .paging {
    display: flex;
    align-items: center;

    margin: 0 20px;
    margin-top: 36px;
  }
  .paging p {
    width: 30px;
    height: 30px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    padding-bottom: 10px;
  }
  .paging a {
    width: 30px;
    height: 30px;
    background-color: #f4f4f4;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    border-radius: 4px;
  }
  .paging a.active {
    color: #fff;
    background-color: #2da584;
  }
  .paging a:hover {
    color: #fff;
    background-color: #2da584;
  }
  .paging a:not(:last-child) {
    margin-right: 10px;
  }
}
