@media screen and (min-width: 1024px) {
  .phone-box {
    display: none;
  }
  header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #e9e9e9;
    z-index: 999;
    height: 80px;
  }
  header .color-line {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    width: 100%;
    z-index: 3;
  }
  header .color-line .line {
    flex: 1;
    height: 2px;
  }
  header .color-line .line:nth-child(1) {
    background-color: #77d575;
  }
  header .color-line .line:nth-child(2) {
    background-color: #3b7df4;
  }
  header .color-line .line:nth-child(3) {
    background-color: #e9475d;
  }
  header .color-line .line:nth-child(4) {
    background-color: #f7cd53;
  }
  header .wrap {
    height: 100%;
    padding: 0 150px !important;
    display: flex;
    align-items: center;
    width: 1400px;
    margin: 0 auto !important;
  }
  header .logo .website-logo {
    width: 166px;
  }
  header .logo a {
    font-size: 26px;
    font-weight: 700;
    color: #5f6060;
  }
  header .header-navs {
    display: flex;
    align-items: center;
    margin-left: auto;
  }
  header .header-navs li {
    width: 120px;
    text-align: right;
  }
  header .header-navs li:first-child {
    width: 200px;
  }
  header .header-navs li.active a {
    font-family: "GTME";
  }
  header .header-navs li:hover a {
    font-family: "GTME";
  }
  header .header-navs li a {
    color: #5f6060;
    font-size: 15px;
    cursor: pointer;
  }
  .indswiper-box {
    width: 100vw;
  }
  .floor1 .ping-box .floor1-pagination {
    position: absolute;
    right: calc((100% - 1360px) / 2 + 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: 74%;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    width: 1360px;
    z-index: 3;
  }
  .floor1 .ping-box .color-line.active {
    width: 200px;
    top: 38%;
    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 .ping-box .biaoti {
    position: absolute;
    top: 15%;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    z-index: 999;
    font-size: 46px;
    font-weight: 700;
    color: #5f6060;
  }
  .floor1 .ping-box .biaoti .bt-logo {
    width: 282px;
  }
  .floor1 .ping-box .biaoti p {
    font-size: 46px;
    font-weight: 700;
    color: #5f6060;
  }
  .floor1 .ping-box .biaoti p span {
    color: #f7cd53;
    margin: 0 5px;
  }
  .floor1 .ping-box .biaoti p i {
    font-style: normal;
  }
  .floor1 .swiper {
    height: 100vh;
  }
  .floor1 .swiper .swiper-slide {
    position: relative;
    height: calc(100% - 56px);
    max-width: 1360px;
    margin: 0 auto;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    overflow: hidden;
    padding-top: 80px;
  }
  .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 .team-intro {
    position: absolute;
    top: 70%;
    font-size: 28px;
    color: #5f6060;
    font-weight: bold;
  }
  .floor1 .swiper .swiper-slide .nr-box .team-intro2 {
    position: absolute;
    top: 85%;
    text-align: center;
    width: 820px;
    font-size: 22px;
    color: #5f6060;
    line-height: 1.3em;
  }
  .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: 27.93%;
    font-size: 20px;
    color: #5f6060;
  }
  .floor1 .swiper .swiper-slide2 .nr-box .color-line {
    position: absolute;
    top: 36%;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    width: 200px;
    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 {
    position: absolute;
    top: 41.62%;
    display: flex;
  }
  .floor1 .swiper .swiper-slide2 .nr-box .zxt-list .zxt-item:not(:last-child) {
    margin-right: 84px;
  }
  .floor1 .swiper .swiper-slide2 .nr-box .zxt-list .zxt-item .zxt-title {
    font-size: 16px;
    font-weight: bold;
    color: #5f6060;
    margin-bottom: 6px;
    text-align: center;
  }
  .floor1 .swiper .swiper-slide2 .nr-box .zxt-list .zxt-item .zxt-box {
    width: 288px;
    height: 160px;
    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: 1px;
    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: 40px;
  }
  .floor1
    .swiper
    .swiper-slide2
    .nr-box
    .zxt-list
    .zxt-item
    .zxt-box
    .yaris
    .line:nth-child(3) {
    top: 80px;
  }
  .floor1
    .swiper
    .swiper-slide2
    .nr-box
    .zxt-list
    .zxt-item
    .zxt-box
    .yaris
    .line:nth-child(4) {
    top: 120px;
  }
  .floor1 .swiper .swiper-slide2 .nr-box .zxt-list .zxt-item .zxt-box .ys-box {
    display: flex;
    justify-content: space-between;
    padding: 0 17px;
  }
  .floor1
    .swiper
    .swiper-slide2
    .nr-box
    .zxt-list
    .zxt-item
    .zxt-box
    .ys-box.ys-box2 {
    padding: 0 32px;
  }
  .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: -30px;
    display: flex;
    align-items: center;
    font-size: 14px;
    color: #5f6060;
  }
  .floor1
    .swiper
    .swiper-slide2
    .nr-box
    .zxt-list
    .zxt-item
    .zxt-box
    .ys-box.ys-box2
    .ys-item
    .chaoshi
    img {
    width: 26px;
    margin-right: 3px;
    border-radius: 5px;
  }
  .floor1
    .swiper
    .swiper-slide2
    .nr-box
    .zxt-list
    .zxt-item
    .zxt-box
    .ys-box.ys-box2
    .ys-item
    .ys:not(:last-child) {
    margin-right: 13px;
  }
  .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: 37px;
    height: 160px;
  }
  .floor1
    .swiper
    .swiper-slide2
    .nr-box
    .zxt-list
    .zxt-item
    .zxt-box
    .ys-box
    .ys:nth-child(2)
    .zhuzi {
    height: 75.34px;
  }
  .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: 99.45px;
  }
  .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: 128.58px;
  }
  .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: 45.2px;
    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: 15px;
    border-top-right-radius: 15px;
    transition: 1s;
  }
  .floor1
    .swiper
    .swiper-slide2
    .nr-box
    .zxt-list
    .zxt-item
    .zxt-box
    .ys-box
    .ys
    .zhuzi
    .number {
    position: absolute;
    top: 10px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 12px;
    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: 14px;
    color: #5f6060;
    left: 50%;
    transform: translateX(-50%);
    bottom: -20px;
    font-weight: bold;
    z-index: 2;
  }
  .floor1 .swiper .swiper-slide2 .nr-box .team-intro5 {
    position: absolute;
    top: 73.88%;
    color: #5f6060;
    font-size: 9px;
    font-weight: 400;
    line-height: 26px;
  }
  .floor1 .swiper .swiper-slide2 .nr-box .team-intro6 {
    position: absolute;
    top: 83.8%;
    width: 573px;
    color: #5f6060;
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
    text-align: center;
  }
  .floor1 .swiper .swiper-slide3 {
    padding-top: 0;
    background: none;
  }
  .floor1 .swiper .swiper-slide3 .nr-box {
    height: calc(100% - 28px);
    background-color: #f4f4f4;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
  }
  .floor1 .swiper .swiper-slide3 .nr-box .date-box {
    position: absolute;
    top: 46.5%;
    display: flex;
    align-items: center;
  }
  .floor1 .swiper .swiper-slide3 .nr-box .date-box.active .svgperson {
    opacity: 1;
    transition-delay: 1.2s;
  }
  .floor1 .swiper .swiper-slide3 .nr-box .date-box.active .person {
    opacity: 1;
  }
  .floor1 .swiper .swiper-slide3 .nr-box .date-box.active .jiantou1 {
    opacity: 1;
    transition-delay: 0.2s;
  }
  .floor1 .swiper .swiper-slide3 .nr-box .date-box.active .jiantou2 {
    opacity: 1;
    transition-delay: 0.4s;
  }
  .floor1 .swiper .swiper-slide3 .nr-box .date-box.active .circle {
    opacity: 1;
    transition-delay: 0.6s;
  }
  .floor1 .swiper .swiper-slide3 .nr-box .date-box.active .person-num {
    opacity: 1;
    transition-delay: 0.8s;
  }
  .floor1 .swiper .swiper-slide3 .nr-box .date-box.active .center-num {
    opacity: 1;
    transition-delay: 1s;
  }
  .floor1 .swiper .swiper-slide3 .nr-box .date-box .firstsvg-box {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .floor1 .swiper .swiper-slide3 .nr-box .date-box .firstsvg-box .date-title {
    font-weight: bold;
    color: #5f6060;
    margin-bottom: 20px;
    font-family: "GTBO";
  }
  .floor1 .swiper .swiper-slide3 .nr-box .date-box p {
    font-size: 20px;
    color: #5f6060;
    margin: 0 50px;
  }
  .floor1 .swiper .swiper-slide3 .nr-box .date-box .svg24 {
    width: 230px;
  }
  .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 {
    opacity: 0;
    width: 306px;
    transition-duration: 1s;
  }
  .floor1 .swiper .swiper-slide3 .nr-box .date-box .person {
    opacity: 0;
  }
  .floor1 .swiper .swiper-slide3 .nr-box .date-box .jiantou1 {
    opacity: 0;
  }
  .floor1 .swiper .swiper-slide3 .nr-box .date-box .jiantou2 {
    opacity: 0;
  }
  .floor1 .swiper .swiper-slide3 .nr-box .date-box .circle {
    opacity: 0;
  }
  .floor1 .swiper .swiper-slide3 .nr-box .date-box .person-num {
    opacity: 0;
  }
  .floor1 .swiper .swiper-slide3 .nr-box .date-box .center-num {
    opacity: 0;
  }
  .floor2 .ping-box .floor2-pagination {
    position: absolute;
    left: calc((100% - 1360px) / 2 + 400px);
    bottom: 15%;
    z-index: 3;
    display: flex;
    align-items: center;
  }
  .floor2 .ping-box .floor2-pagination i {
    color: #5f6060;
    font-size: 30px;
    transform-origin: center;
    transition: 0.3s;
    cursor: pointer;
  }
  .floor2 .ping-box .floor2-pagination i.swiper-button-disabled {
    color: #c8c8c8;
  }
  .floor2 .ping-box .floor2-pagination i.active {
    color: #5f6060;
  }
  .floor2 .ping-box .floor2-pagination i.top-jiantou {
    transform: rotateZ(-180deg);
  }
  .floor2 .ping-box .floor2-pagination i.bottom-jiantou {
    transform: rotateZ(0);
  }
  .floor2 .ping-box .floor2-pagination ul {
    position: static;
    transform: unset;
    display: flex;
    align-items: center;
  }
  .floor2 .ping-box .floor2-pagination ul li {
    width: 38px;
    height: 6px;
    border-radius: 3px;
    background-color: #d8d8d8;
  }
  .floor2 .ping-box .floor2-pagination ul li:not(:last-child) {
    margin-right: 8px;
  }
  .floor2 .ping-box .floor2-pagination ul li.swiper-pagination-bullet-active {
    width: 112px;
    background-color: #5f6060;
  }
  .floor2 .ping-box .color-line {
    position: absolute;
    top: 84%;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    width: 100%;
    z-index: 3;
  }
  .floor2 .ping-box .color-line.active {
    width: 200px;
    top: 34.36%;
  }
  .floor2 .ping-box .color-line .line {
    flex: 1;
    height: 2px;
  }
  .floor2 .ping-box .color-line .line:nth-child(1) {
    background-color: #77d575;
  }
  .floor2 .ping-box .color-line .line:nth-child(2) {
    background-color: #3b7df4;
  }
  .floor2 .ping-box .color-line .line:nth-child(3) {
    background-color: #e9475d;
  }
  .floor2 .ping-box .color-line .line:nth-child(4) {
    background-color: #f7cd53;
  }
  .floor2 .swiper {
    height: 716px;
    max-width: 1360px;
  }
  .floor2 .swiper .swiper-slide {
    position: relative;
    height: 100%;
    max-width: 1360px;
    margin: 0 auto;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    overflow: hidden;
    background-color: #f4f4f4;
  }
  .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;
  }
  .floor2 .swiper .swiper-slide .nr-box .biaoti {
    position: absolute;
    top: 10.47%;
    display: flex;
    align-items: center;
    font-size: 46px;
    font-weight: bold;
    color: #5f6060;
  }
  .floor2 .swiper .swiper-slide .nr-box .biaoti .bt-logo {
    width: 282px;
  }
  .floor2 .swiper .swiper-slide .nr-box .biaoti p {
    font-size: 46px;
    font-weight: bold;
    color: #5f6060;
  }
  .floor2 .swiper .swiper-slide .nr-box .biaoti p span {
    color: #f7cd53;
    margin: 0 5px;
  }
  .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 {
    position: absolute;
    top: 25.14%;
    display: flex;
  }
  .floor2 .swiper .swiper-slide .nr-box .cases-box .short-intro {
    width: 232px;
    margin-right: 46px;
  }
  .floor2 .swiper .swiper-slide .nr-box .cases-box .short-intro .sml-title {
    font-size: 13px;
    line-height: 26px;
    margin-bottom: 40px;
    color: #5f6060;
    font-family: "GTBO";
  }
  .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: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 19px;
    margin-bottom: 9px;
  }
  .floor2 .swiper .swiper-slide .nr-box .cases-box .short-intro .text-p p {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 19px;
  }
  .floor2
    .swiper
    .swiper-slide
    .nr-box
    .cases-box
    .short-intro
    .code-box
    .notice {
    font-size: 13px;
    font-style: normal;
    line-height: 26px;
    /* 200% */
    margin-bottom: 4px;
    font-family: "GTBO";
    color: #5f6060;
  }
  .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: 180px;
    height: 377px;
    border: 5px solid #1d1d1b;
    border-radius: 20px;
    margin-right: 120px;
  }
  .floor2 .swiper .swiper-slide .nr-box .cases-box .video-box::after {
    content: "";
    position: absolute;
    width: 187px;
    height: 383px;
    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: 190px;
    left: 50%;
    transform: translateX(-50%);
    top: 50px;
  }
  .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: 437px;
  }
  .floor2 .swiper .swiper-slide .nr-box .cases-box .table-box .sml-title {
    font-size: 13px;
    line-height: 26px;
    color: #5f6060;
    margin-bottom: 43px;
    font-family: "GTBO";
  }
  .floor2 .swiper .swiper-slide .nr-box .cases-box .table-box .table-list {
    margin-bottom: 36px;
  }
  .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: 34px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #5f6060;
    color: #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: 180px;
    font-size: 13px;
    font-style: normal;
    line-height: 18px;
    /* 138.462% */
    margin-right: 20px;
    font-family: "GTME";
  }
  .floor2
    .swiper
    .swiper-slide
    .nr-box
    .cases-box
    .table-box
    .table-list
    .list-item
    .shuju {
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    /* 150% */
    flex: 1;
    opacity: 0;
  }
  .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.2s;
  }
  .floor2
    .swiper
    .swiper-slide
    .nr-box
    .cases-box
    .table-box
    .table-list
    .list-item
    .shuju.oct {
    transition-delay: 0.4s;
  }
  .floor2
    .swiper
    .swiper-slide
    .nr-box
    .cases-box
    .table-box
    .table-list
    .list-item
    .shuju.nov {
    transition-delay: 0.6s;
  }
  .floor2
    .swiper
    .swiper-slide
    .nr-box
    .cases-box
    .table-box
    .table-list
    .list-item
    .shuju.dec {
    transition-delay: 0.8s;
  }
  .floor2 .swiper .swiper-slide .nr-box .cases-box .table-box .data-from {
    display: flex;
  }
  .floor2
    .swiper
    .swiper-slide
    .nr-box
    .cases-box
    .table-box
    .data-from
    .from-item {
    color: #5f6060;
  }
  .floor2
    .swiper
    .swiper-slide
    .nr-box
    .cases-box
    .table-box
    .data-from
    .from-item:not(:last-child) {
    margin-right: 46px;
  }
  .floor2
    .swiper
    .swiper-slide
    .nr-box
    .cases-box
    .table-box
    .data-from
    .from-item
    .number {
    display: flex;
    align-items: center;
  }
  .floor2
    .swiper
    .swiper-slide
    .nr-box
    .cases-box
    .table-box
    .data-from
    .from-item
    .number
    span {
    font-size: 26px;
    font-style: normal;
    font-weight: 300;
    line-height: 26px;
    /* 100% */
    margin-bottom: 6px;
  }
  .floor2
    .swiper
    .swiper-slide
    .nr-box
    .cases-box
    .table-box
    .data-from
    .from-item
    .number
    img {
    width: 15px;
    margin-left: 6px;
  }
  .floor2
    .swiper
    .swiper-slide
    .nr-box
    .cases-box
    .table-box
    .data-from
    .from-item
    p {
    width: 151px;
    height: 60px;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    /* 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 {
    padding-top: 28px;
  }
  .floor3 .swiper-slide {
    position: relative;
    height: 520px;
    max-width: 1360px;
    margin: 0 auto;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    overflow: hidden;
  }
  .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 {
    position: absolute;
    top: 10.47%;
    display: flex;
    align-items: center;
    font-size: 46px;
    font-weight: bold;
    color: #5f6060;
  }
  .floor3 .swiper-slide .nr-box .biaoti .bt-logo {
    width: 282px;
  }
  .floor3 .swiper-slide .nr-box .biaoti p {
    font-size: 46px;
    font-weight: bold;
    color: #5f6060;
  }
  .floor3 .swiper-slide .nr-box .biaoti p span {
    color: #f7cd53;
    margin: 0 5px;
  }
  .floor3 .swiper-slide .nr-box .biaoti p i {
    font-style: normal;
  }
  .floor3 .swiper-slide .nr-box .contact-list {
    position: absolute;
    top: 38.4%;
    display: flex;
  }
  .floor3 .swiper-slide .nr-box .contact-list .contact-item {
    height: 244px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 37px;
  }
  .floor3 .swiper-slide .nr-box .contact-list .contact-item:not(:last-child) {
    border-right: 1px solid #000;
  }
  .floor3 .swiper-slide .nr-box .contact-list .contact-item .nrr .ci-top {
    display: flex;
    align-items: center;
    margin-bottom: 22px;
  }
  .floor3
    .swiper-slide
    .nr-box
    .contact-list
    .contact-item
    .nrr
    .ci-top
    .contact-icon {
    height: 55px;
    margin-right: 15px;
  }
  .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: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 19px;
    margin-bottom: 4px;
  }
  .floor3
    .swiper-slide
    .nr-box
    .contact-list
    .contact-item
    .nrr
    .ci-top
    .text-box
    .notice {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 19px;
    /* 135.714% */
  }
  .floor3 .swiper-slide .nr-box .contact-list .contact-item .nrr .ci-bottom {
    font-size: 28px;
    font-style: normal;
    font-weight: 300;
    line-height: 19px;
    /* 67.857% */
    color: #5f6060;
    width: 254px;
    height: 59px;
    border-radius: 9px;
    border: 2px 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: 2px 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: 10px;
  }
  .floor3
    .swiper-slide
    .nr-box
    .contact-list
    .contact-item
    .nrr
    .ci-form
    .input-item
    .label {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 19px;
    /* 118.75% */
    width: 80px;
    color: #5f6060;
  }
  .floor3
    .swiper-slide
    .nr-box
    .contact-list
    .contact-item
    .nrr
    .ci-form
    .input-item
    input {
    border-radius: 9px;
    border: 2px solid #f7cd53;
    background: #fff8e3;
    width: 175px;
    height: 40px;
    padding: 16px;
    font-family: "GT";
    color: #5f6060;
  }
  .floor3
    .swiper-slide
    .nr-box
    .contact-list
    .contact-item
    .nrr
    .ci-form
    button {
    margin-left: 80px;
    border-radius: 9px;
    background: #f7cd53;
    width: 173px;
    height: 40px;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 19px;
    /* 105.556% */
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    outline: none;
    cursor: pointer;
    transition: 0.3s;
    font-family: "GT";
  }
  .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;
  }
  .sp-floor {
    height: max-content;
  }
  .contact-floor {
    height: max-content;
    padding-bottom: 20px;
  }
  .footer {
    width: 100%;
    background-color: #e9e9e9;
    padding: 30px 0;
    height: max-content;
  }
  .footer .wrap {
    height: 100%;
    padding: 0 150px;
    display: flex;
    align-items: flex-end;
    width: 1400px;
    margin: 0 auto;
  }
  .footer .wrap .footer-left {
    margin-right: 400px;
  }
  .footer .wrap .footer-left ul {
    margin-bottom: 104px;
  }
  .footer .wrap .footer-left ul li {
    width: 200px;
    height: 35px;
  }
  .footer .wrap .footer-left ul li.active a {
    font-family: "GTME";
  }
  .footer .wrap .footer-left ul li:hover a {
    font-family: "GTME";
  }
  .footer .wrap .footer-left ul li a {
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    /* 160% */
    color: #5f6060;
    cursor: pointer;
  }
  .footer .wrap .footer-left .logo {
    font-size: 26px;
    font-weight: 700;
    color: #5f6060;
  }
  .footer .wrap .footer-left .logo .website-logo {
    max-width: 166px;
  }
  .footer .wrap .footer-right {
    color: #5f6060;
    font-size: 13px;
    font-style: normal;
    font-weight: 330;
    line-height: 24px;
  }
  .footer .wrap .footer-right a {
    color: #5f6060;
  }
  .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;
  }
  .floor4 .swiper-slide {
    height: max-content;
  }
  /* news */
  .news-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
  }
  .news-item {
    transition: 0.3s;
    background-color: #f4f4f4;
    border-radius: 14px;
    overflow: hidden;
  }

  .news-item a {
    display: flex;
    align-items: flex-end;

    padding: 20px 35px !important;
  }
  .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: 20px;
    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: 30px;
    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: 25px;
  }
  .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;
  }
}
/* news */
.dian {
  height: 80px;
}
.news-content {
  padding: 25px 0;
}
.news-content .news-wrap {
  position: relative;
  max-width: 1100px;
  margin: 0 auto;
}
.news-content .news-wrap h2 {
 /* font-size: 35px;
  margin-bottom: 25px;
  line-height: 55px;
  color: #000; */
}
.news-content .news-wrap .xq-box .topbg {
  width: 100%;
  display: block;
  margin-bottom: 20px;
}
.news-content .news-wrap .xq-box .xw-content {
  width: 890px;
  margin: 0 auto;
  padding: 15px 0;
  color: #000;
}
.news-content .news-wrap .xq-box .xw-content .title-box>h3 {
  font-size: 28px;
  margin-bottom: 20px;
}
.news-content .news-wrap .xq-box .xw-content .title-box .subtitle {
  font-size: 22px;
  margin-bottom: 25px;
}
.news-content .news-wrap .xq-box .xw-content .title-box .au-fx {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 15px;
}
.news-content .news-wrap .xq-box .xw-content .title-box .au-fx .af-left {
  font-size: 16px;
  color: rgba(0, 0, 0, 0.7);
}
.news-content .news-wrap .xq-box .xw-content .title-box .au-fx .icons-list {
  display: flex;
}
.news-content
  .news-wrap
  .xq-box
  .xw-content
  .title-box
  .au-fx
  .icons-list
  .icon-item {
  position: relative;
  width: 36px;
  cursor: pointer;
  transition: 0.3s;
}
.news-content
  .news-wrap
  .xq-box
  .xw-content
  .title-box
  .au-fx
  .icons-list
  .icon-item:hover {
  filter: none;
}
.news-content
  .news-wrap
  .xq-box
  .xw-content
  .title-box
  .au-fx
  .icons-list
  .icon-item:hover
  .code {
  display: block;
}
.news-content
  .news-wrap
  .xq-box
  .xw-content
  .title-box
  .au-fx
  .icons-list
  .icon-item:not(:last-child) {
  margin-right: 16px;
}
.news-content
  .news-wrap
  .xq-box
  .xw-content
  .title-box
  .au-fx
  .icons-list
  .icon-item
  .icon {
  width: 100%;
}
.news-content
  .news-wrap
  .xq-box
  .xw-content
  .title-box
  .au-fx
  .icons-list
  .icon-item
  .code {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 100px;
  top: 100%;
  display: none;
}
.news-content .news-wrap .xq-box .xw-content .title-box .wz-content {
  padding: 30px 0;
  font-size: 16px;
  border-top: 1px solid #979797;
  border-bottom: 1px solid #979797;
  line-height: 1.6em;
  margin-bottom: 0.26rem;
}
.paging {
  display: flex;
  align-items: center;
  margin-top: 36px;
}
.paging p {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding-bottom: 10px;
}
.paging a {
  width: 40px;
  height: 40px;
  background-color: #f4f4f4;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  border-radius: 10px;
}
.paging a.active {
  color: #fff;
  background-color: #2da584;
}
.paging a:hover {
  color: #fff;
  background-color: #2da584;
}
.paging a:not(:last-child) {
  margin-right: 10px;
}
.sides {
  position: static;
  right: 0;
  bottom: 2rem;
  display: none;
}
.sides .icons-list {
  display: flex;
  justify-content: flex-end;
}
.sides .icons-list .icon-item {
  position: relative;
  width: 36px;
  cursor: pointer;
  transition: 0.3s;
}
.sides .icons-list .icon-item:not(:last-child) {
  margin-right: 16px;
}
.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: 36px;
}
.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;
}
.section-item {
  background-color: #f4f4f4;
  border-radius: 14px;
  overflow: hidden;
  display: flex;
  align-items: flex-end;
  padding: 25px;
}
.section-item:not(:last-child) {
  margin-bottom: 19px;
}
.section-item .news-left {
  flex: 1;
  margin-right: 6px;
}
.section-item .news-left .bj {
  font-size: 16px;
  font-weight: bold;
  padding-bottom: 9px;
  color: #000;
}
.section-item .news-left .title-box {
  padding: 15px 0;
  border-bottom: 1px solid #979797;
  border-top: 1px solid #979797;
  width: max-content;
}
.section-item .news-left .title-box h3 {
  font-size: 22px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  color: #000;
}
.section-item .news-left .p-box {
  margin: 20px 0;
  height: 150px;
  overflow: hidden;
  transition: 0.3s;
}
.section-item .news-left .p-box.active {
  height: auto;
}
.section-item .news-left .p-box a {
  display: block;
  color: rgba(0, 0, 0, 0.7);
  font-size: 15px;
}
.section-item .news-left .p-box a:hover {
  color: #2da584;
}
.section-item .news-left .p-box a:not(:last-child) {
  margin-bottom: 10px;
}
.section-item .news-right {
  font-size: 16px;
  font-weight: bold;
  transition: 0.3s;
  color: #000;
  cursor: pointer;
}
