/* pc */
@media screen {
  :root {
    --head: 6.25vw;
    --color: #E74E46;
  }

  .C-more {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    cursor: pointer;
  }

  .C-more .icon-jt {
    transition: all ease .3s;
  }

  .C-more:hover .icon-jt {
    transform: rotate(45deg);
  }

  .C-more .icon-jt {
    width: 1.458vw;
    height: 1.458vw;
    margin-left: 3.073vw;
    background: url('/img/icon-more.svg') no-repeat center/contain;
  }


  .C-more.theme1 {
    color: #fff;
  }

  .C-more.theme2 {
    color: #000;
  }

  .C-more.theme2 .icon-jt {
    background: url('/img/icon-more2.svg') no-repeat center/contain;
  }

  .C-more.theme3 {
    color: #000;
  }

  .C-more.theme3 .icon-jt {
    background: url('/img/icon-more3.svg') no-repeat center/contain;
  }

  .C-more.theme3:hover .icon-jt {
    animation: downJt 0.5s ease-in forwards;
  }

  @keyframes downJt {
    0% {
      transform: translate(0, 0);
    }

    50% {
      transform: translate(0, 0.521vw);
    }

    100% {
      transform: translate(0, 0);
    }
  }

  .C-more.theme4 {
    color: #000;
  }

  .C-more.theme4 .icon-jt {
    background: url('/img/icon-more4.svg') no-repeat center/contain;
  }

  /* -----------------------------------------head,foot-------------------------------------- */
  .head1 {
    padding: 0 4.167vw;
    color: #fff;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: var(--head);
    z-index: 50;
    transition: all ease .3s;
  }

  .isback .head1 {
    opacity: 0;
    pointer-events: none;
  }

  .scroll .head1 {
    background: rgba(17, 17, 17, 0.5);
    backdrop-filter: blur(0.26vw);
  }

  .scroll.blackHead .head1 {
    background: rgba(255, 255, 255, 0.5);
    backdrop-filter: blur(0.26vw);
  }

  .head1 .logo {
    width: 8.646vw;
  }

  .head1 .link {
    font-weight: 300;
    margin-left: 4.167vw;
    position: relative;
  }

  .head1 .link::after {
    content: '';
    display: block;
    position: absolute;
    left: 50%;
    top: 100%;
    margin-top: 0.26vw;
    transform: translate(-50%, 0);
    width: 2.396vw;
    height: 0.625vw;
    background: url('/img/head-i1.svg') no-repeat center/contain;
    clip-path: inset(0 100%);
    transition: all ease .3s;
  }

  .head1 .link.on {
    color: var(--color);
  }

  .head1 .link.on::after,
  .head1 .link:hover::after {
    clip-path: inset(0 0);
  }

  .head1 .right {
    margin-left: 5.417vw;
  }

  .head1 .language {
    color: rgba(255, 255, 255, 0.41);
  }

  .head1 .language span {
    color: var(--color);
  }

  .head1 .search {
    width: 1.458vw;
    margin-left: 2.396vw;
  }

  .head-zhanwei {
    height: var(--head);
  }

  .hoverImgSwitch img:nth-child(2) {
    display: none;
  }

  .blackHead .hoverImgSwitch img:nth-child(1) {
    display: none;
  }

  .blackHead .hoverImgSwitch img:nth-child(2) {
    display: block;
  }

  .blackHead .head1 .menu .link {
    color: #000;
  }

  .blackHead .head1 .language {
    color: rgba(0, 0, 0, 0.41);
  }







  footer {
    position: relative;
    background: #1C1C1C;
    overflow: hidden;
  }

  footer .foot-wrap {
    padding: 3.646vw 8.177vw 1.563vw 6.927vw;
    position: relative;
    z-index: 5;
  }

  footer .bg {
    mix-blend-mode: overlay;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
  }

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

  footer .zuo {
    width: 47.344vw;
  }

  .foot1 .logo {
    display: block;
    width: 16.354vw;
  }

  .foot1 .foot-link {
    flex: 1;
    gap: 3.979vw;
  }

  .foot1 .foot-link ul {
    display: block;
  }

  .foot1 .foot-link a {
    display: block;
  }

  .foot1 .foot-link .a1 {
    margin-bottom: 1.302vw;
  }

  .foot1 .foot-link .a1::after {
    content: '';
    display: block;
    width: 1.25vw;
    height: 0.365vw;
    margin-top: 0.521vw;
    background: url('/img/foot2-i2.svg') no-repeat center/contain;

  }

  .foot1 .foot-link .a2 {
    margin-bottom: 0.781vw;
    color: rgba(255, 255, 255, 0.50);
    transition: all ease .3s;
  }

  .foot1 .foot-link .a2:hover {
    color: rgba(255, 255, 255, 1);
  }

  .foot2 {
    margin-top: -2.083vw;
  }

  .foot2 form {
    display: block;
    padding-top: 0.885vw;
    width: 29.427vw;
  }

  .foot2 .ev {
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.38);
    padding: 0 0.938vw;
  }

  .foot2 .ev input {
    display: block;
    width: 100%;
    height: 2.188vw;
    padding: 0.521vw 0;
    flex: 1;
    color: #fff;
    font-size: inherit;
    border: none;
    background: transparent;
  }

  .foot2 .ev input::placeholder {
    color: #707070;
  }

  .foot2 .ev .btn {
    width: 1.458vw;
    cursor: pointer;
  }

  .foot3 .zuo .t1 {
    padding: 2.865vw 0 1.146vw;
  }

  .foot3 .zuo a {
    display: block;
  }

  .foot3 .zuo .share {
    gap: 1.302vw;
  }

  .foot3 .zuo .share .icon {
    width: 1.458vw;
    transition: all ease .3s;
  }

  .foot3 .zuo .share .ev:hover .icon {
    transform: translate(0, -0.521vw);
  }

  .foot3 .you {
    flex: 1;
  }

  .foot3 .you .t2 {
    margin-top: auto;
  }

  .foot3 .you .t2 p {
    margin-top: 0.677vw;
  }

  .foot4 {
    margin-top: 5.99vw;
  }

  .foot4 a {
    margin-left: 3.906vw;
  }

  .foot4 a:hover {
    color: var(--color);
  }


  .foot5 {
    position: fixed;
    right: 0;
    top: 50%;
    transform: translate(0, -50%) scaleX(0.5);
    z-index: 49;
    opacity: 0;
  }

  .scroll .foot5 {
    opacity: 1;
    transition: all ease .5s 1s;
    transform: translate(0, -50%) scaleX(1);
  }

  .foot5 a {
    background: #D9D9D9;
    width: 4.427vw;
    height: 6.042vw;
  }

  .foot5 a:hover {
    background: #fff;
    box-shadow: 0 0 0 #eee;
  }

  .foot5 a .t1 {
    margin-top: 0.469vw;
  }

  .foot5 a .icon {
    width: 2.604vw;
  }















  /* -----------------------------------------注释-------------------------------------- */
  .home {
    background: #1C1C1C;
  }

  .home1 .textSwiper {
    z-index: 5;
  }

  .home1 .textSwiper .swiper-slide {
    padding: 0 10.417vw 8.646vw;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
  }

  .home1 .t1 {
    margin-bottom: 8.854vw;
    font-weight: bold;
  }

  .quan {
    position: relative;
  }

  .quan i {
    display: block;
    position: absolute;
    width: 13.438vw;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }

  .quan i svg {
    width: 100%;
  }

  .quan i svg path {
    fill: none;
    stroke: #E74E46;
    stroke-width: 0.104vw;
    stroke-dasharray: 1000;
    stroke-dashoffset: 1000;
  }

  .swiper-slide-active .quan i svg path {
    transition: all linear 0.3s 1s;
    stroke-dasharray: 0;
    stroke-dashoffset: 0;
    /* animation: draw 0.3s 1s ease forwards; */
  }

  @keyframes draw {
    0% {
      stroke-dasharray: 1000;
      stroke-dashoffset: 1000;
    }

    100% {
      stroke-dasharray: 0;
      stroke-dashoffset: 0;
    }
  }

  .home1 .control {
    position: absolute;
    right: 4.896vw;
    bottom: 3.229vw;
    z-index: 7;
  }

  .home1 .swiper-pagination {
    position: static;
  }

  .home1 .swiper-button {
    position: static;
    width: 2.083vw;
    height: 2.083vw;
    cursor: pointer;
  }

  .home1 .swiper-button.prev {
    background: url('/img//home1-3.svg') no-repeat center/contain;
  }

  .home1 .swiper-button.next {
    background: url('/img//home1-4.svg') no-repeat center/contain;
  }

  .home1 .bgSwiper .swiper-slide {
    opacity: 0;
    transition: all ease 1s !important;
  }

  .home1 .bgSwiper .swiper-slide img {
    transform: scale(1.1);
    transition: all ease 1s;
  }

  .home1 .bgSwiper .swiper-slide-active img {
    transform: scale(1);
  }


  .home2 {
    margin-top: -1.042vw;
    position: relative;
    z-index: 20;
    border-radius: 8px;
    overflow: hidden;
  }

  .home2::before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;

    opacity: 0.78;
    background: linear-gradient(90deg, #000 35.66%, rgba(0, 0, 0, 0.20) 120.17%);
    z-index: 2;
  }

  .home2 .main {
    z-index: 3;
    padding: 0.885vw 0 0;
  }

  .home-title {
    margin-left: auto;
    max-width: 91.927vw;
    border-top: 1px solid #FFF;
    line-height: 1.25;
    padding-top: 0.729vw;
    text-transform: uppercase;
  }

  .home-title.theme2 {
    border-top: 1px solid #000;
  }

  .home-title.theme3 {
    border-top: 1px solid #525252;
    color: #666;
  }

  .home2 .home-title {
    margin-bottom: 3.125vw;
  }

  .home2 .main .zuo {
    position: relative;
  }

  .home2 .main .zuo .pic {
    width: 18.75vw;
  }

  .home2 .main .zuo .home2-title {
    position: absolute;
    left: 7.365vw;
    top: -2vw;
    width: 26.042vw;
  }

  .home2 .main .textSwiper {
    margin-left: 4.792vw;
    flex: 1;
    height: 460px;
  }

  .home2 .main .textSwiper .swiper-slide {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    flex-direction: column;
  }

  .home2 .main .tag {
    margin: 2.604vw 0;
    gap: 6.51vw;
  }

  .home2 .main .tag span {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }

  .home2 .main .tag span::before {
    content: '';
    display: block;
    width: 0.521vw;
    height: 0.521vw;
    border-radius: 100%;
    background: #fff;
    margin-right: 0.677vw;
  }

  .home2 .bgSwiper .swiper-slide {
    opacity: 0;
    transition: all ease 1s !important;
  }

  .home2 .main .swiper-pagination {
    position: absolute;
    left: 8.854vw;
    top: 50%;
    width: auto;
  }

  .home2 .main .swiper-button {
    opacity: 0.4;
    position: absolute;
    left: 16.25vw;
    width: 15vw;
    display: -webkit-box;
    display: box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    cursor: pointer;
    user-select: none;
  }

  .home2 .main .swiper-button.prev {
    top: 16.5%;
  }

  .home2 .main .swiper-button.next {
    bottom: 17%;
  }

  .home3 {
    padding: 4.948vw 0 18.542vw 8.333vw;
    position: relative;
  }

  .home3 .t1 {
    margin: 2.083vw 0;
  }

  .C-title::before {
    content: '';
    display: inline-block;
    width: 3.021vw;
    height: 3.021vw;
    background: url('/img/icon-jt1.svg') no-repeat center/contain;
    margin-right: 1.302vw;
    font-weight: 300;
  }


  .C-title.theme2::before {
    background: url('/img/icon-jt2.svg') no-repeat center/contain;
  }

  .home3 .t2 {
    line-height: 2.16;
  }

  .home3 .ul {
    width: 23.906vw;
    margin-top: 6.979vw;
    border-bottom: 1px solid #D2D2D2;
  }

  .home3 .ul li {
    padding: 1.771vw 0.729vw;
    border-top: 1px solid #D2D2D2;
  }

  .home3 .number {
    line-height: 1;
    font-family: Montserrat-ExtraLight;
    flex: 1;
  }

  .home3 .ul li .text {
    width: 12.604vw;
  }



  .home3 .maps {
    width: 75.521vw;
    position: absolute;
    right: 0;
    top: 33.333vw;
  }

  .home3 .maps .pic {
    width: 100%;
  }

  .home3 .maps .biaoshi {
    width: 14.427vw;
    margin: -0.521vw 2.604vw 0 auto;
  }

  .home3 .points .ev {
    position: absolute;
    cursor: pointer;
  }

  .home3 .points .ev .txt {
    display: none;
  }

  .home3 .points .ev .t {
    position: absolute;
    left: 50%;
    bottom: 100%;
    transform: translate(-50%, 0);
    line-height: 1;
    margin: 0.468vw 0;
    width: max-content;
  }

  .home3 .points .ev.czcs .t {
    display: none;
  }

  .home3 .points .ev:hover .t {
    color: #ff0;
  }

  .home3 .points .ev.txt-r .t {
    left: 100%;
    top: 50%;
    bottom: auto;
    transform: translate(0, -50%);
    margin: 0 0.468vw;
  }

  .home3 .points .ev.txt-l .t {
    left: auto;
    right: 100%;
    top: 50%;
    bottom: auto;
    transform: translate(0, -50%);
    margin: 0 0.468vw;
  }

  .home3 .points .ev.txt-b .t {
    bottom: auto;
    top: 100%;
  }

  /* 特殊的线 */
  .home3 .points .ev.txt-l2 .d {
    width: 0.312vw;
    height: 0.312vw;
  }

  .home3 .points .ev.txt-l2::after {
    content: '';
    display: block;
    background: url('/img/home3-i2.svg') no-repeat center/contain;
    width: 2.343vw;
    height: 3.125vw;
    position: absolute;
    right: 0;
    bottom: 0;
    display: none;
  }

  .home3 .points .ev.txt-l2 .t {
    left: auto;
    right: 2.343vw;
    top: auto;
    bottom: 2.604vw;
    transform: translate(0, -50%);
    margin: 0;
  }

  .home3 .points .ev.txt-l2 .d::after {
    display: none;
  }

  .home3 .points .ev.txt-l3 .d {
    width: 0.312vw;
    height: 0.312vw;
  }

  .home3 .points .ev.txt-l3::after {
    content: '';
    display: block;
    background: url('/img/home3-i3.svg') no-repeat center/contain;
    width: 3.489vw;
    height: 1.302vw;
    position: absolute;
    right: 0;
    bottom: 0;
    display: none;
  }

  .home3 .points .ev.txt-l3 .t {
    left: auto;
    right: 3.489vw;
    top: auto;
    bottom: 0.781vw;
    transform: translate(0, -50%);
    margin: 0;
  }

  .home3 .points .ev.txt-l3 .d::after {
    display: none;
  }

  .home3 .points .fgs::after,
  .home3 .points .zgs::after {
    content: '';
    display: block;
    background: url('/img/home3-i1.svg') no-repeat center/contain;
    width: 1.563vw;
    height: 2.292vw;
    position: absolute;
    left: 0;
    bottom: 0;
  }

  .home3 .points .ev .d {
    display: block;
    width: 0.52vw;
    height: 0.52vw;
    position: relative;
    border-radius: 100%;
  }

  .home3 .points .ev .d::after {
    content: '';
    display: block;
    width: 1.041vw;
    height: 1.041vw;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 3;
    border-radius: 100%;
    animation: shake5 1s ease var(--delay) alternate infinite;
  }

  @keyframes shake5 {
    0% {
      transform: translate(-50%, -50%) scale(0);
    }

    100% {
      transform: translate(-50%, -50%) scale(1);
    }
  }

  .home3 .points .zgs .d {
    background: #E74E46;
  }

  .home3 .points .zgs .d::after {
    background: rgba(231, 78, 70, 0.19);
  }

  .home3 .points .zgs .d::before {
    content: '';
    display: block;
    width: 1.041vw;
    height: 1.041vw;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    border-radius: 100%;
    background: rgba(231, 78, 70, 0.17);
  }

  .home3 .points .fgs .d {
    background: #E74E46;
  }

  .home3 .points .fgs .d::after {
    background: rgba(231, 78, 70, 0.19);
  }

  .home3 .points .czcs .d {
    background: #fff;
  }

  .home3 .points .czcs .d::after {
    background: rgba(255, 255, 255, 0.17);
  }

  .home3 .tctext {
    max-width: 26.041vw;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.20);
    padding: 1.77vw 1.458vw;
    display: flex;
    flex-direction: column;
    gap: 0.781vw;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    backdrop-filter: blur(0.104vw);
    pointer-events: none;
    transition: all ease .2s;
    transform: translate(33.697vw, 0vw);
  }

  .home3 .tctext.show {
    opacity: 1;
    transition: all ease .2s;
  }

  .home3 .tctext i {
    color: #E74E46;
    font-style: normal;
  }



























  .home4 {
    padding: 0 6.25vw 5.208vw 8.854vw;
  }

  .home4 .main {
    position: relative;
    gap: 43px;
  }

  .home4 .group {
    gap: 0.781vw;
  }

  .home4 .ev {
    width: 11.354vw;
  }

  .home4 .ev .pic {
    -webkit-clip-path: polygon(0 0, 90% 0, 100% 10%, 100% 100%, 10% 100%, 0 90%);
    clip-path: polygon(0 0, 90% 0, 100% 10%, 100% 100%, 10% 100%, 0 90%);
  }

  .home4 .ev .intr {
    padding-top: 1.979vw;
    text-align: center;
  }

  .home4 .title {
    width: 9.375vw;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }

  .home4 .C-more {
    margin-top: 5.938vw;
  }


  .home5 .C-title {
    margin: 4.322vw 0 6.406vw;
  }

  .home5 .main {
    padding: 0 3.906vw 1.563vw;
  }

  .home5 .list {
    position: relative;
  }

  .home5 .list .item {
    position: absolute;
    width: 21.094vw;
    width: calc(25% - 50px);
    display: block;
    border-radius: 8px;
    overflow: hidden;
  }

  .home5 .list .item .bg {
    opacity: 0.2;
    transition: all ease .3s;
  }

  .home5 .list .item:hover .bg {
    opacity: 1;
  }

  .home5 .list .item .intr {
    padding: 1.146vw;
  }

  .home5 .list .item:hover .intr {
    opacity: 0;
  }

  .home5 .list .item .intr .text {
    padding-left: 0.833vw;
    line-height: 1.7;
    position: relative;
  }

  .home5 .list .item .intr .text::before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0.677vw;
    width: 0.417vw;
    height: 0.417vw;
    border-radius: 100%;
    background: var(--color);
  }

  .home5 .list .item .intr .t2 {
    font-weight: 200;
  }

  .home6 {
    padding: 8.021vw 0 6.719vw;
  }

  .home6 .C-title {
    margin: 2.083vw 0 5.729vw;
  }

  .home6 .main2 {
    overflow: hidden;
  }

  .home6 .main2 .swiper {
    padding: 2.448vw 0 3.49vw;
    width: 70.573vw;
    margin: 0 auto;
  }

  .home6 .main2 .swiper::before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 6.094vw;
    height: 100%;
    background: linear-gradient(90deg, rgba(28, 28, 28, 0.00) 2.13%, rgba(28, 28, 28, 0.55) 37.8%, #1C1C1C 99.86%);
    z-index: 5;
    transform: rotateY(180deg);
  }

  .home6 .main2 .swiper::after {
    content: '';
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    width: 6.094vw;
    height: 100%;
    background: linear-gradient(90deg, rgba(28, 28, 28, 0.00) 2.13%, rgba(28, 28, 28, 0.55) 37.8%, #1C1C1C 99.86%);
    z-index: 5;
  }

  .home6 .main2 .swiper-slide {
    width: auto;
    opacity: 0.5;
  }

  .home6 .main2 .swiper .hpic {
    width: 6.875vw;
    height: auto;
  }
.home6 .main2 .swiper .hpic img {
    width: 100%;
    height: auto;
  }
  .home6 .swiper-wrapper {
    -webkit-transition-timing-function: linear !important;
    -moz-transition-timing-function: linear !important;
    -ms-transition-timing-function: linear !important;
    -o-transition-timing-function: linear !important;
    transition-timing-function: linear !important;
  }

  .home6 .main2 .line {
    width: 63.177vw;
    height: 0.052vw;
    margin: 0 auto;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.00) 0%, rgba(255, 255, 255, 0.60) 54%, rgba(255, 255, 255, 0.00) 100%);
    position: relative;
  }

  .home6 .main2 .line::before {
    content: '';
    display: block;
    position: absolute;
    left: 17.708vw;
    top: -3.542vw;
    width: 27.813vw;
    height: 9.688vw;
    border-radius: 534px;
    background: radial-gradient(50% 50% at 50% 50%, rgba(255, 255, 255, 0.14) 0%, rgba(255, 255, 255, 0.00) 100%);
  }

  .home6 .main3 {
    padding-top: 4.948vw;
  }

  .home6 .main3 .t1 {
    margin-bottom: 1.563vw;
  }

  .home6 .main3 .swiper {
    width: 100%;
  }

  .home6 .main3 .swiper-slide {
    width: 11.042vw;
    height: 11.042vw;
    padding: 2.083vw;
    border: 1px solid #484848;
    background: #1C1C1C;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .home6 .main3 .swiper-slide img {
    width: 100%;
    max-height: 100%;
  }

  #home6-3 {
    margin-top: 1.25vw;
  }

  .home7 {
    padding-bottom: 5.208vw;
  }

  .home7 .C-title {
    margin: 2.5vw 0 2.917vw;
  }

  .home7 .swiper {
    padding: 0 2.865vw;
  }

  .home7 .ev .t1 {
    color: #0D3869;
    font-weight: 300;
    padding: 0.677vw 0 0.365vw;
  }

  .home7 .ev .t2 {
    height: calc(1.4 * 3em);
    transition: all ease .3s;
  }

  .home7 .ev:hover .t2 {
    color: var(--color);
  }

  .home7 .ev .t3 {
    color: #999;
    font-weight: 300;
    margin-top: 3.125vw;
  }

  .home7 .C-more {
    margin: 5.677vw 0 0 6.979vw;
  }

  /* -----------------------------------------注释-------------------------------------- */
  .about1 .textSwiper {
    z-index: 5;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.20) 0%, rgba(0, 0, 0, 0.20) 100%);
  }

  .about1 .textSwiper .swiper-slide {
    padding: 0 4.167vw;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .about1 .textSwiper .swiper-slide .t1 {
    font-weight: bold;
  }

  .about1 .textSwiper .swiper-slide .t2 {
    max-width: 28.385vw;
    margin-top: 3.125vw;
  }

  .about1 .control {
    position: absolute;
    right: 4.896vw;
    bottom: 3.229vw;
    z-index: 7;
  }

  .about1 .swiper-pagination {
    position: static;
  }

  .about1 .swiper-button {
    position: static;
    width: 2.083vw;
    height: 2.083vw;
    cursor: pointer;
  }

  .about1 .swiper-button.prev {
    background: url('/img//home1-3.svg') no-repeat center/contain;
  }

  .about1 .swiper-button.next {
    background: url('/img//home1-4.svg') no-repeat center/contain;
  }

  .about1 .bgSwiper .swiper-slide {
    opacity: 0;
    transition: all ease 1s !important;
  }

  .about1 .bgSwiper .swiper-slide img {
    transform: scale(1.1);
    transition: all ease 1s;
  }

  .about1 .bgSwiper .swiper-slide-active img {
    transform: scale(1);
  }


  .about2 {
    padding: 6.25vw 0 5.208vw;
    background: linear-gradient(180deg, #FFF 44.5%, #EBEBEB 100%);

    position: relative;
  }

  .about2 .zuo {
    width: 23.438vw;
    position: relative;
    z-index: 5;
  }

  .about2 .zuo .C-title {
    margin: 2.188vw 0 3.021vw;
  }

  .about2 .t2 {
    line-height: 1.8;
    color: #525252;
  }

  .about2 .you {
    width: 15.469vw;
    padding-top: 1.042vw;
    position: relative;
    z-index: 5;
  }

  .about2 .you li {
    padding: 1.406vw 0;
    border-bottom: 1px solid #ECECEC;
  }

  .about2 .you li:last-child {
    border-bottom: none;
  }

  .about2 .you .t3 {
    color: #666;
    margin-bottom: 0.521vw;
  }

  .about2 .you .number {
    color: #0D3869;
    line-height: 1;
    font-family: Montserrat;
  }

  .about2 .map {
    width: 52vw;
    height: 52vw;
    position: absolute;
    left: 24.479vw;
    top: 9.271vw;
    z-index: 1;
    user-select: none;
  }

  .about2 .map iframe {
    width: 100%;
    height: 100%;
  }

  .about3 {
    padding: 0 0 7.656vw;
    position: relative;
  }

  .about3::before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: url('/img/about3-1.png') no-repeat center/cover;
    mix-blend-mode: luminosity;
  }

  .about3 .t2 {
    line-height: 1.8;
    margin-top: 1.042vw;
    width: 37.344vw;
    color: #525252;
    text-transform: uppercase;
  }

  .about3 .list {
    gap: 1.042vw;
    height: 100%;
  }

  .about3 .list:nth-child(1) {
    margin-left: 3.333vw;
    margin-top: 12.708vw;
  }

  .about3 .list:nth-child(2) {
    margin-left: 4.167vw;
    margin-top: 7.24vw;
  }

  .about3 .list:nth-child(3) {
    margin-left: 2.396vw;
    margin-top: -4.688vw;
  }

  .about3 .list .ev {
    width: 7.135vw;
    position: relative;
    filter: drop-shadow(0vw 3.0.573vw 15.28.542vw rgba(0, 0, 0, 0.21));
  }

  .about3 .list .ev::before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    opacity: 0;
    background: #fff;
    transition: all ease .3s;
  }

  .about3 .list .ev:hover:before {
    opacity: 0.4;
  }

  .about3 .list .ev .icon {
    width: 1.927vw;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 3;
    cursor: pointer;
    opacity: 0;
    transition: all ease .3s;
  }

  .about3 .list .ev:hover .icon {
    opacity: 1;
  }

  .xflb {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 55;
    background: rgba(0, 0, 0, 0.5);
    display: none;
  }

  .xflb.on {
    display: block;
  }

  .xflb .swiper {
    height: 100%;
    display: none;
  }

  .xflb .swiper.on {
    display: block;
  }

  .xflb .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    flex-direction: column;
  }

  .xflb .swiper-slide .t2 {
    text-align: center;
    margin-top: 2.083vw;
    color: #fff;
  }

  .xflb .swiper-slide .pic {
    width: 22.917vw;
  }

  .xflb .close {
    position: absolute;
    right: 1.563vw;
    top: 1.563vw;
    width: 2.083vw;
    height: 2.083vw;
    z-index: 5;
    background: url(/img/close.svg) no-repeat center/contain;
    cursor: pointer;
  }

  .about3 .swiper-button {
    width: 4.167vw;
    height: 4.167vw;
    cursor: pointer;
    position: absolute;
    top: 50%;
    z-index: 2;
  }

  .about3 .swiper-button.prev {
    left: 2.083vw;
    background: url('/img//home1-3.svg') no-repeat center/contain;
  }

  .about3 .swiper-button.next {
    right: 2.083vw;
    background: url('/img//home1-4.svg') no-repeat center/contain;
  }

  .about4 {
    border-radius: 8px;
    background: #fff;
    transition: all ease .5s;
  }

  .about4.on {
    background: #111;
  }

  .about4 .main1 {
    padding: 6.25vw 0 3.802vw;
  }

  .about4 .main1 .C-title {
    margin-top: 2.5vw;
    transition: all ease .3s;
  }

  .about4.on .main1 .C-title {
    color: #fff;
  }

  .about4 .main2 {
    padding: 4.844vw 18.229vw 6.771vw 8.854vw;
    color: #000;
  }

  .about4.on .main2 {
    color: #fff;
  }

  .about4 .main2 .zuo {
    width: 29.063vw;
  }

  .about4 .main2 .zuo .ul {
    margin: 1.354vw 0 3.75vw;
  }

  .about4 .main2 .zuo .ul li {
    max-width: 50%;
    margin-right: 6.51vw;
    line-height: 2.3;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }

  .about4 .main2 .zuo .ul li::before {
    content: '';
    display: block;
    width: 0.521vw;
    height: 0.521vw;
    border-radius: 100%;
    background: #fff;
    margin-right: 0.677vw;
  }

  .about4 .control {
    margin-top: 16.667vw;
    visibility: hidden;
  }

  .about4 .swiper-button {
    width: 2.917vw;
    height: 2.917vw;
    background: #fff;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
  }

  .about4 .swiper-button svg {
    width: 0.833vw;
    height: 0.833vw;
  }

  .about4 .swiper-button.prev {
    transform: rotateY(180deg);
    margin-right: 0.521vw;
  }

  .about4 .swiper-button.swiper-button-disabled {
    opacity: 0.5;
  }

  .about4 .you {
    position: relative;
  }

  .about4 .you .bg {
    width: 31.198vw;
    height: 31.198vw;
    transition: transform .25s ease-out;
  }

  .about4 .you .title {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
  }

  .about4 .you li {
    padding: 0.729vw 1.771vw;
    position: absolute;
    cursor: pointer;
    width: max-content;
    max-width: 20.313vw;
    z-index: 3;
    opacity: 0.6;
  }

  .about4 .you li:nth-of-type(1) {
    bottom: 100%;
    left: 50%;
    transform: translate(-50%, 0);
  }

  .about4 .you li:nth-of-type(2) {
    left: 100%;
    top: 50%;
    transform: translate(0, -50%);
  }

  .about4 .you li:nth-of-type(3) {
    top: 100%;
    left: 50%;
    transform: translate(-50%, 0);
  }

  .about4 .you li:nth-of-type(4) {
    right: 100%;
    top: 50%;
    transform: translate(0, -50%);
  }

  .about5 .C-title {
    margin: 2.5vw 0 2.708vw;
  }

  .about5 .list {
    gap: 0.104vw;
  }

  .about5 .list .ev {
    width: calc(25% - 0.104vw);
    height: 25.938vw;
    position: relative;
    transition: all ease .5s;
    overflow: hidden;
  }

  .about5 .ev.on {
    width: 28.958vw;
  }

  .about5 .ev.small {
    width: 17.917vw;
  }

  .about5 .list .ev .bg {
    width: 100%;
    height: 100%;
  }

  .about5 .list .ev .bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .about5 .list .ev .intr {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    padding: 4.167vw 1.042vw;
    background: rgba(0, 0, 0, 0.47);
    color: #fff;
    align-items: center;
  }

  .about5 .list .ev .icon {
    width: 3.021vw;
    margin-bottom: 1.042vw;
  }

  .about5 .list .ev .down {
    text-align: center;
    padding-top: 1.771vw;
    color: #999;
    display: none;
  }

  .about6 {
    padding-bottom: 6.25vw;
    position: relative;
  }

  .about6 .box {
    position: sticky;
    left: 0;
    top: 0;
    width: 100%;
    overflow: hidden;
  }

  .about6 .C-title {
    margin: 2.5vw 0 3.75vw;
  }

  .about6 .zuo {
    width: 51.354vw;
  }

  .about6 .you {
    flex: 1;
    margin-left: 2.083vw;
    padding-right: 4.063vw;
    position: relative;
    z-index: 4;
  }

  .about6 .you .t2 {
    line-height: 1.5;
    padding: 0 2.344vw 1.458vw 0;
  }

  .about6 .you li {
    font-weight: bold;
    padding-left: 1.146vw;
    position: relative;
  }

  .about6 .you li::before {
    content: '';
    display: block;
    background: #A1E005;
    border-radius: 100%;
    width: 0.521vw;
    height: 0.521vw;
    margin-right: 0.521vw;
    position: absolute;
    left: 0;
    top: 0.8em;
  }

  .about6 .you li span {
    font-size: 1.667vw;
    color: #A1E005;
  }

  .about6 .zuo .pic {
    width: 100%;
    position: relative;
    z-index: 5;
  }

  .about6 .zhanwei {
    width: 100%;
    height: 70vh;
    opacity: 0;
  }

  /* -----------------------------------------注释-------------------------------------- */
  .news1 {
    position: relative;
  }

  .news1 .intr {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    padding: 0 4.948vw 5.156vw;
    background: rgba(0, 0, 0, 0.29);
  }

  .news1 .t2 {
    margin-top: 0.938vw;
    width: 27.292vw;
  }

  .news2 {
    padding: 5.208vw 6.979vw 4.948vw 4.948vw;
  }

  .news2 .zuo {
    width: 48.542vw;
  }

  .news2 .you {
    width: 100%;
    flex: 1;
    padding-left: 4.531vw;
  }

  .news2 .you .t2 {
    margin-top: 0.938vw;
  }

  .news2 .you .t3 {
    margin: 4.583vw 0 4.167vw;
    color: #666;
  }

  .news3 {
    padding: 0 6.875vw 6.25vw;
  }

  .news3 .list {
    position: relative;
  }

  .news3 .item {
    width: calc(25% - 40px);
    padding-bottom: 2.083vw;
    position: absolute;
    transition: all linear .3s;
  }

  .news3 .item.item1 .t1 {
    margin: 1.25vw 0 1.042vw;
  }

  .news3 .item.item1 .pic {
    overflow: hidden;
  }

  .news3 .item.item1 img {
    transition: all ease .5s;
  }

  .news3 .item.item1:hover img {
    transform: scale(1.1);
  }

  .news3 .item:hover .t2 {
    text-decoration: underline;
  }

  .news3 .item.item1:hover .t2 {
    text-decoration: none;
    color: #D9111E;
  }

  .news3 .item.item2 .intr {
    padding: 4.688vw 1.771vw;
    color: #fff;
    background: #D9111E;
  }

  .news3 .item.item2 .t1 {
    margin-bottom: 0.938vw;
  }

  .news3 .item.item3 .intr {
    padding: 1.927vw 1.771vw;
    color: #fff;
    background: #0D3869;
  }

  .news3 .item.item3 .t1 {
    margin-bottom: 0.938vw;
  }

  .news3 .item.item4 .intr {
    padding: 2.865vw 1.771vw;
    color: #fff;
    background: #BD0612;
  }

  .news3 .item.item4 .t1 {
    margin-bottom: 0.938vw;
  }

  .news3 .item.item5 .intr {
    padding: 1.927vw 1.771vw;
    color: #fff;
    background: #05264C;
  }

  .news3 .item.item5 .t1 {
    margin-bottom: 0.938vw;
  }

  .news3 .C-more {
    margin-top: 1.458vw;
  }

  /* -----------------------------------------注释-------------------------------------- */
  .case1 {
    position: relative;
  }

  .case1 .intr {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    padding: 19.271vw 4.167vw 0;
    background: rgba(0, 0, 0, 0.29);
  }

  .case1 .t2 {
    margin-top: 2.396vw;
    width: 27.292vw;
  }

  .case2 .list {
    gap: 5.833vw;
    padding: 3.646vw 0 5.104vw;
  }

  .case2 .select {
    max-width: 7.292vw;
    position: relative;
    --inputHeight: 1.3em;
    padding: 0.365vw 0;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    color: #000;
    cursor: pointer;
  }

  .case2 .select .simulate {
    position: relative;
    line-height: var(--inputHeight);
    height: var(--inputHeight);
    font-weight: bold;
    text-align: center;


    display: -webkit-box;
    display: box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
  }

  .case2 .select .placeholder {
    height: var(--inputHeight);
    line-height: var(--inputHeight);
    font-weight: bold;
    text-align: center;
    display: none;
  }

  .case2 .select:hover {
    color: #D6111E;
  }

  .case2 .select::after {
    content: '';
    display: block;
    width: 0.625vw;
    height: 1em;
    margin-left: 0.417vw;
    background: url('/img/icon-sel.svg') no-repeat center/contain;
  }

  .case2 .select:hover::after {
    background: url('/img/icon-sel2.svg') no-repeat center/contain;
  }

  .case2 .select .options {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 100%;
    width: 100%;
    min-width: 6.25vw;
    max-width: 9.375vw;
    height: 10.625vw;
    overflow-y: scroll;
    padding: 0.729vw 0.938vw;
    background: #FFF;
    box-shadow: 0vw 0.208vw 1.042vw 0vw rgba(0, 0, 0, 0.19);
    display: none;
    z-index: 55;
  }

  .case2 .select .options::-webkit-scrollbar {
    width: 0.208vw;
  }

  .case2 .select .options::-webkit-scrollbar-thumb {
    background: #D9111E;
  }

  .case2 .select .options::-webkit-scrollbar-track {
    background: #0D3869;
  }


  .case2 .select.on .options {
    display: block;
  }

  .case2 .select .options .option {
    cursor: pointer;
    color: #666;
  }

  .case2 .select .options .option {
    margin: 0 0 0.208vw;
    text-align: center;
  }

  .case2 .select .options .option.on,
  .case2 .select .options .option:hover {
    color: #D6111E;
  }

  .case2 .select input {
    display: none;
  }

  .case2 .select .simulate:empty+.placeholder {
    display: block;
  }

  .case3 {
    padding: 0 3.906vw 5.573vw;
  }

  .case3 .list {
    position: relative;
  }

  .case3 .item {
    width: 20vw;
    width: calc(25% - 50px);
    border-radius: 8px;
    overflow: hidden;
    position: absolute;
    transition: none;
  }

  .case3 .C-more {
    margin-top: 1.875vw;
  }

  .case3 .list .item .intr {
    padding: 1.146vw;
    background: rgba(0, 0, 0, 0.60);
    opacity: 0;
    transition: all ease .3s;
  }

  .case3 .list .item:hover .intr {
    opacity: 1;
  }

  .case3 .list .item .intr .text {
    padding-left: 0.833vw;
    line-height: 1.7;
    position: relative;
  }

  .case3 .list .item .intr .text::before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0.677vw;
    width: 0.417vw;
    height: 0.417vw;
    border-radius: 100%;
    background: var(--color);
  }

  .case3 .list .item .intr .t2 {
    font-weight: 200;
  }

  /* -----------------------------------------注释-------------------------------------- */
  .case4 {
    position: relative;
  }

  .case4 .intr {
    position: absolute;
    left: 0;
    top: 0;
    width: 63.75vw;
    height: 100%;
    padding: 0 4.167vw 0;
    background: rgba(13, 56, 105, 0.58);
    -webkit-clip-path: polygon(0 0, 100% 0%, 77% 100%, 0% 100%);
    clip-path: polygon(0 0, 100% 0%, 77% 100%, 0% 100%);
  }

  .case4 .t1 p {
    margin-bottom: 2.604vw;
  }

  .pic.inset {
    clip-path: inset(100%);
    transition: all ease-out 2s;
  }

  .pic.inset.animated {
    clip-path: inset(0%);
  }

  .case-line {
    width: 2.188vw;
    height: 0.625vw;
    background: url('/img/icon-caseline.svg') no-repeat center/contain;
  }

  .case5 {
    gap: 6.25vw;
  }

  .case5 .swiper {
    width: 100%;
  }

  .case5 .pic {
    width: 72.917vw;
  }

  .case5 .ev {
    width: 100%;
    position: relative;
    display: flex;
    flex-wrap: wrap;
  }

  .case5 .swiper:nth-child(2n) .ev {
    justify-content: flex-end;
  }

  .case5 .intr {
    width: 37.24vw;
    padding: 2.448vw 3.646vw;
    background: #FFF;
    position: absolute;
    right: 2.083vw;
    bottom: 0;
    z-index: 5;
  }

  .case5 .swiper:nth-child(2n) .intr {
    left: 2.083vw;
    right: auto;
  }

  .case5 .intr .t2 {
    margin-top: 1.042vw;
  }

  .case5 .swiper .control {
    left: 5.208vw;
    bottom: 3.385vw;
    gap: 3.125vw;
    position: absolute;
    z-index: 5;
  }

  .case5 .swiper:nth-child(2n) .control {
    left: auto;
    right: 5.208vw;
  }

  .case5 .swiper .control .swiper-button {
    cursor: pointer;
    filter: drop-shadow(0 0 0.26vw #000);
  }

  .case5 .swiper .control .swiper-button.swiper-button-disabled {
    opacity: 0.2;
  }

  .case5 .swiper .control img {
    width: 2.083vw;
  }

  .case6 {
    padding: 6.042vw 0 6.771vw;
    background: #EBEBEB;
  }

  .case6 .zuo .pic:nth-child(1) {
    width: 35.26vw;
    margin-left: 13.021vw;
    position: relative;
    z-index: 2;
  }

  .case6 .zuo .pic:nth-child(2) {
    width: 27.656vw;
    margin-top: -21.25vw;
  }

  .case6 .you {
    width: 100%;
    flex: 1;
    padding-left: 4.167vw;
    padding-top: 1.042vw;
  }

  .case6 .you .intr {
    width: 30.833vw;
    padding-bottom: 3.125vw;
  }

  .case6 .you .t2 {
    margin: 1.042vw 0 1.51vw;
  }

  .case6 .you .pic:nth-child(1) {
    width: 27.656vw;
    position: relative;
    z-index: 2;
  }

  .case6 .you .pic:nth-child(2) {
    width: 27.656vw;
    margin-right: 13.906vw;
    margin-top: -16.771vw;
  }

  .case7 {
    padding: 0 3.333vw 5vw;
    background: #EBEBEB;
  }

  .case7 .ev {
    width: 100%;
    position: relative;
  }

  .case7 .ev .pic {
    width: 100%;
  }

  .case7 .intr {
    width: 37.24vw;
    padding: 3.229vw 3.646vw 2.188vw;
    background: #FFF;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 5;
  }

  .case7 .intr .t2 {
    margin-top: 1.563vw;
  }

  .case8 {
    padding: 0 0 6.25vw 12.865vw;
    background: #EBEBEB;
  }

  .case8 .title {
    padding-right: 12.865vw;
  }

  .case8 .t2 {
    margin: 1.042vw 0 2.5vw;
  }

  .case8 .pic:nth-child(1) {
    width: 58.125vw;
  }

  .case8 .pic:nth-child(2) {
    width: 27.656vw;
    margin-left: 45.521vw;
    margin-top: -30.99vw;
    position: relative;
    z-index: 2;
  }

  /* -----------------------------------------注释-------------------------------------- */
  .zt1 {
    position: relative;
  }

  .zt1 .intr {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    padding: 0 4.167vw;
    background: rgba(0, 0, 0, 0.29);
  }

  .zt1 .t2 {
    margin-top: 2.396vw;
    width: 27.292vw;
  }

  .zt2 {
    padding: 3.646vw 5.469vw;
  }

  .zt2 .main1 {
    gap: 1.042vw 3.646vw;
    padding-bottom: 1.979vw;
  }

  .zt2 .main1 a.on {
    color: #D9111E;
  }

  .zt2 .main3 {
    padding-bottom: 1.979vw;
  }

  .zt2 .main2 {
    gap: 1.042vw 2.969vw;
  }

  .zt2 .main2 a {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
  }

  .zt2 a:hover {
    transform: scale(1.05);
  }

  .zt2 .main2 a.on {
    color: #D9111E;
  }

  .zt2 .main2 a::before {
    content: '';
    display: block;
    width: 0.625vw;
    height: 0.625vw;
    margin-right: 0.521vw;
    background: url('/img/zt2-1.svg') no-repeat center/contain;
  }

  .zt2 .main2 a.on::before {
    background: url('/img/zt2-2.svg') no-repeat center/contain;
  }

  .zt3 {
    padding: 0 3.333vw 6.25vw;
  }

  .zt3 .list {
    gap: 3.646vw 1.198vw;
  }

  .zt3 .list .ev {
    width: calc((100% - 2.396vw) / 3);
    border-radius: 8px;
    overflow: hidden;
    position: relative;
  }

  .zt3 .list .ev .intr {
    padding: 0.729vw;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.15);
    backdrop-filter: blur(2.0.26vw);
    text-align: center;
  }

  .zt3 .C-paging {
    padding-top: 3.646vw;
  }

  .C-paging {
    gap: 0.521vw;
  }

  .C-paging .pages {
    gap: 0.521vw;
  }

  .C-paging a {
    width: 1.875vw;
    height: 1.875vw;
    color: #333;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .C-paging a:hover,
  .C-paging a.on {
    background: #000;
    color: #fff;
  }

  /* -----------------------------------------注释-------------------------------------- */
  .search1 form {
    display: block;
    width: 100%;
    margin-top: 2.083vw;
    position: relative;
  }

  .search1 input {
    padding: 0 2.083vw;
    border-radius: 30px;
    border: none;
    background: #F2F2F2;
    color: #000;
    display: block;
    width: 100%;
    height: 2.5vw;
    font-size: inherit;
    font-weight: bold;

  }

  .search1 input::placeholder {
    color: #333333;
  }

  .search1 button {
    position: absolute;
    width: 1.563vw;
    right: 2.083vw;
    top: 50%;
    transform: translateY(-50%);
    border: none;
    background: transparent;
    cursor: pointer;
  }

  .search1 button:hover {
    transform: translateY(-50%) scale(1.1);
  }

  .search2 {
    padding: 0 0 46.354vw;
  }

  .search2 .wrap {
    width: 75vw;
    gap: 2.083vw;
  }

  .search2 .zuo .t1 {
    color: #2E2E2E;
    margin-right: 6.25vw;
  }

  .search2 .you {
    color: #666;
    flex: 1;
    gap: 0.677vw;
  }

  .search2 .you a {
    display: block;
  }

  .search2 .you a:hover {
    color: var(--color);
  }

  .search2 .line {
    height: 0.052vw;
    background: #F2F2F2;
  }

  /* -----------------------------------------注释-------------------------------------- */
  #brand-waterfall {
    height: 50vh;
    opacity: 0;
    cursor: progress;
  }

  #brand-waterfall.loaded {
    height: auto;
    opacity: 1;
    cursor: default;
  }

  /* -----------------------------------------注释-------------------------------------- */
  .news4 {
    padding: 3.646vw 17.344vw 3.646vw 13.854vw;
  }

  .news4 .zuo {
    width: 45.156vw;
  }

  .news4 .t2 {
    margin: 1.354vw 0 0.729vw;
  }

  .news4 .t3 {
    line-height: 1.6;
    color: #666;
  }

  .news4 .share-outer {
    margin-left: 0.99vw;
    gap: 0.677vw;
  }

  .news4 .share-outer .icon {
    width: 1.458vw;
  }

  .news5 {
    padding: 0 17.344vw 4.167vw 0;
  }

  .news6 {
    padding: 0 14.427vw 6.25vw 13.854vw;
  }

  .news6 .empty {
    line-height: 1.6;
    color: #666;
  }

  .news6 .empty * {
    white-space: normal !important;
  }

  .news6 .empty img {
    max-width: 100% !important;
    overflow: hidden;
    margin: 0 auto 1.563vw;
  }

  .news6 .empty p {
    margin-bottom: 1.563vw;
  }

  .news6 .page-switch {
    margin-top: 3.385vw;
    gap: 1.146vw;
    align-items: flex-start;
    line-height: 1.1;
  }

  .news6 .page-switch .back {
    border-bottom: 1px solid #000;
  }

  .news6 .page-switch a {
    border-bottom: 1px solid transparent;
  }

  .news6 .page-switch a:hover {
    color: #D9111E;
    border-bottom: 1px solid #D9111E;
  }

  /* -----------------------------------------注释-------------------------------------- */
  .pj1 .t1 {
    margin-top: 1em;
  }

  .pj1 .t2 {
    margin-top: 1em;
    width: 23.593vw;
  }

  .pj2 .list {
    padding: 3.75vw 0 3.489vw;
  }

  .pj2 .select:hover {
    color: #01339F;
  }

  .pj2 .select::after {
    background: url('/img/icon-sel.svg') no-repeat center/contain;
  }

  .pj2 .select:hover::after {
    background: url('/img/icon-sel3.svg') no-repeat center/contain;
  }

  .pj2 .select .options::-webkit-scrollbar-thumb {
    background: #01339F;
  }

  .pj2 .select .options::-webkit-scrollbar-track {
    background: #D2D7EE;
  }

  .pj2 .select .options .option.on,
  .pj2 .select .options .option:hover {
    color: #01339F;
  }

  .pj3 {
    padding-bottom: 3.281vw;
  }

  .pj3 .list {
    gap: 1.666vw;
  }

  .pj3 .ev {
    background: #F6F7FB;
  }

  .pj3 .ev .zuo {
    width: 36.718vw;
  }

  .pj3 .ev .you {
    flex: 1;
    padding: 2.604vw 4.166vw;
  }

  .pj3 .ev .you .ul {
    margin-top: 1.927vw;
    gap: 1.093vw;
  }

  .pj3 .paging2 {
    color: #666;
    gap: 1.979vw;
    margin-top: 3.125vw;
  }

  .pj3 .paging2 a:hover {
    color: #0D3869;
  }

  .pj3 .paging2 a.on {
    color: #0D3869;
  }

  /* -----------------------------------------环保展台-------------------------------------- */
  .hbt2 {
    padding: 6.25vw 0 5vw;
  }

  .hbt2 .C-title {
    margin: 2.291vw 0 2.552vw;
  }

  .hbt2 .swiper-slide {
    display: block;
    margin-top: auto;
  }

  .hbt2 .hbt2-list1 {
    margin-bottom: 3.75vw;
  }

  .hbt2 .hbt2-list1 .swiper-slide {
    width: 19.791vw;
  }

  .hbt2 .hbt2-list2 .swiper-slide {
    width: 15.625vw;
  }

  .hbt2 .hbt2-list1 .pic {
    position: relative;
  }

  .hbt2 .hbt2-list1 .pic::after {
    content: '';
    display: block;
    width: 19.791vw;
    height: 0.416vw;
    background: #D80C18;
    position: absolute;
    left: 0;
    bottom: 0;
  }

  .hbt2 .t1 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    text-align: center;
    height: 4.166vw;
    background: #345CB2;
    color: #fff;
  }

  .hbt3 .C-title {
    margin: 2.5vw 0;
  }

  .hbt3 .list .ev {
    padding: 2.083vw 9.895vw;
    background: #F8F9FD;
    border-bottom: 1px solid rgba(104, 134, 198, 0.31);
  }

  .hbt3 .list .ev:last-child {
    border-bottom: none;
  }

  .hbt3 .list .ev .zuo {
    margin-right: 2.083vw;
    flex: 1;
  }

  .hbt3 .list .ev .zuo .pic {
    width: 18.541vw;
  }

  .hbt3 .list .ev .you {
    width: 9.687vw;
  }

  .hbt3 .C-more {
    margin-top: 4.479vw;
  }

  .hbt3 .C-more .icon-jt {
    margin-left: 2.187vw;
  }

  .hbt4 .C-title {
    margin: 2.187vw 0 2.5vw;
  }

  .hbt4 .C-more {
    margin-top: 3.281vw;
    color: #345CB2;
  }

  .hbt4 .swiper-slide {
    width: 26.145vw;
  }

  .hbt5 {
    margin-bottom: 2.083vw;
  }

  .hbt6 .zuo {
    width: 50%;
    background: linear-gradient(90deg, #2550AE 8.96%, #7590CB 33.2%, rgba(251, 251, 251, 0.50) 96.48%, #FFF 99.89%);
    padding: 4.01vw 14.375vw 0.416vw 8.333vw;
  }

  .hbt6 .zuo .t2 {
    margin: 0.833vw 0 2.291vw;
  }

  .hbt6 .zuo .t3 {
    margin-bottom: 0.625vw;
  }

  .hbt6 .zuo .ul {
    line-height: 2.3;
  }

  .hbt6 .zuo .ul li {
    display: flex;
    flex-wrap: wrap;
  }


  .hbt6 .zuo .ul li .content {
    margin-left: 1em;
    flex: 1;
  }

  .hbt6 .you {
    width: 50%;
  }

  .hbt6 .you .swiper-father {
    padding: 2.604vw 5.208vw 0;
    position: relative;
  }

  .hbt6 .you #sw2 .swiper-slide {
    cursor: pointer;
  }

  .hbt6 .you #sw2 .swiper-slide.on {
    border: 2px solid #1B48A9;
  }

  .swiper-button2 {
    width: 1.562vw;
    height: 1.562vw;
    margin-top: -0.781vw;
    background: url('/img/icon-sw2.svg') no-repeat center/contain;
    position: absolute;
    top: 50%;
    cursor: pointer;
  }

  .swiper-button2.next {
    transform: rotateY(180deg);
  }

  .hbt6 .swiper-button2 {
    margin-top: 0.52vw;
  }

  .hbt6 .swiper-button2.prev {
    left: 2.083vw;
  }

  .hbt6 .swiper-button2.next {
    right: 2.083vw;
  }

  .hbt7#d7 {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 10;
    box-shadow: 0 0 0.26vw #999;
    opacity: 0;
  }

  .hbt7#d7.on {
    opacity: 1;
  }

  .hbt7#d7-static.on {
    opacity: 0;
  }

  .hbt7 {
    padding: 1.406vw 0;
    background: #fff;
    transition: all ease .3s;
  }

  .hbt7 .list {
    gap: 4.843vw;
  }

  .hbt7 a {
    border-bottom: 4px solid transparent;
  }

  .hbt7 a.on {
    color: #0D3869;
    border-bottom: 4px solid #0D3869;
  }

  .hbt8 {
    padding: 5.208vw 0 5.729vw;
  }

  .hbt8 .swiper-father {
    position: relative;
  }

  .hbt8 .swiper {
    margin-top: 2.187vw;
  }

  .hbt8 .swiper-button2.prev {
    right: 100%;
    margin: 0 1.041vw;
  }

  .hbt8 .swiper-button2.next {
    left: 100%;
    margin: 0 1.041vw;
  }

  .hbt9 .ul {
    margin: 3.854vw 0 5.208vw;
    height: 22.916vw;
    position: relative;
  }

  .hbt9 li {
    border-radius: 100px;
    color: #FFF;
    line-height: 1;
    position: absolute;
    transform: scale(0.2);
  }

  .hbt9 .ul.wow1 li {
    transform: scale(1);
  }

  .hbt9 .color1 {
    width: 7.5vw;
    height: 1.875vw;
    left: 13.75vw;
    top: 0;
    background: rgba(189, 158, 205, 0.49);
  }

  .hbt9 .color2 {
    width: 6.25vw;
    height: 2.916vw;
    left: 37.916vw;
    top: 0;
    background: rgba(140, 165, 215, 0.59);
  }

  .hbt9 .color3 {
    padding: 1.25vw 1.458vw;
    left: 43.177vw;
    top: 0;
    background: rgba(147, 201, 17, 0.69);
  }

  .hbt9 .color4 {
    padding: 1.406vw 4.895vw;
    left: 7.291vw;
    top: 2.812vw;
    background: rgba(27, 72, 169, 0.81);
  }

  .hbt9 .color5 {
    padding: 1.25vw 7.916vw;
    left: 34.375vw;
    top: 5vw;
    background: rgba(63, 111, 214, 0.69);
  }

  .hbt9 .color6 {
    width: 18.645vw;
    height: 3.958vw;
    left: 9.479vw;
    top: 8.333vw;
    background: rgba(181, 218, 91, 0.81);
  }

  .hbt9 .color7 {
    padding: 2.187vw 9.27vw;
    left: 21.614vw;
    top: 10.312vw;
    background: rgba(46, 89, 183, 0.92);
  }

  .hbt9 .color8 {
    width: 4.739vw;
    height: 2.135vw;
    left: 15.625vw;
    top: 16.51vw;
    background: #DFCFE6;
  }


  .hbt9 .color9 {
    padding: 1.25vw 2.604vw;
    left: 10.052vw;
    top: 17.239vw;
    background: rgba(67, 112, 208, 0.65);
  }

  .hbt9 .color10 {
    padding: 1.041vw 3.75vw;
    left: 43.229vw;
    top: 18.229vw;
    background: #B5DA5B;
  }

  .hbt10 {
    padding: 3.125vw 0 6.77vw;
  }

  .hbt10 .list {
    gap: 3.229vw 3.645vw;
    margin-top: 3.125vw;
  }

  .hbt10 .list .ev {
    width: calc((100% - 14.583vw) / 5);
  }

  .hbt10 .list .ev .t1 {
    color: #3E3E3E;
    margin-top: 3.385vw;
    text-align: center;
  }

  .hbt11 {
    padding: 0 0 3.75vw;
    /* gap: 1.354vw 1.041vw; */
  }

  .hbt11 .swiper-father {
    position: relative;
    margin-top: 1.041vw;
  }

  .hbt11 .t1 {
    margin-top: 1.041vw;
  }

  .swiper-button3 {
    width: 1.927vw;
    transform: translateY(-50%);
    position: absolute;
    top: 50%;
    cursor: pointer;
  }

  .swiper-button3.prev {
    right: 100%;
    margin: 0 1.041vw;
  }

  .swiper-button3.next {
    left: 100%;
    margin: 0 1.041vw;
  }

  .hbt11 .yema {
    margin-top: 1.77vw;
    font-family: Roboto;
  }

  .hbt11 .yema .line {
    width: 10.416vw;
    margin: 0 0.52vw;
  }

  .hbt12 {
    position: fixed;
    right: 0;
    top: 60%;
    z-index: 40;
    transform: translate(100%, -50%);
    transition: all ease .3s;
  }

  .hbt12.on {
    transform: translate(0, -50%);
  }

  .hbt12 .sec1 .icon {
    width: 75px;
    position: relative;
    z-index: 5;
    transition: all ease .3s;
    transform: translate(-100%, 0);
    cursor: pointer;
  }

  .hbt12.on .sec1 .icon {
    transform: translate(88px, 0);
    cursor: default;
  }

  .hbt12 .sec2 {
    width: 252px;
    padding-top: 43px;
    margin-top: -36px;
    background: #F8F9FD;
    box-shadow: 0px 4px 20px 0px rgba(7, 88, 180, 0.28);
    opacity: 0;
    pointer-events: none;
    transition: all ease .3s;
    position: relative;
    z-index: 2;
  }

  .hbt12.on .sec2 {
    opacity: 1;
    pointer-events: visible;
  }

  .hbt12 .sec2 .item {
    padding: 24px 5px 22px 17px;
  }

  .hbt12 .sec2 .item .t1 {
    color: #2651AF;
    margin-bottom: 18px;
  }

  .hbt12 .sec2 .item:not(:last-child) {
    border-bottom: 1px dashed #C3CAD9;
  }

  .hbt12 .sec2 .item .ul {
    gap: 14px;
  }

  .hbt12 .sec2 .item .ul a .icon {
    width: 24px;
    margin-right: 7px;
  }

  .hbt12 .sec2 .item .ul a p {
    flex: 1;
  }

  .hbt12 .sec2 .closebtn {
    position: absolute;
    right: 10px;
    top: 10px;
    width: 15px;
    height: 15px;
    opacity: 0.5;
    background: url('/img/close2.svg') no-repeat center/contain;
    cursor: pointer;
    z-index: 10;
  }

  .hbt12 .sec2 .qrlist {
    padding: 24px 17px;
  }

  .hbt12 .sec2 .qrlist .ev {
    width: 48%;
  }

  .hbt12 .sec2 .qrlist .ev .pic {
    border: 1px solid #000;
    border-radius: 10px;
    padding: 5px;
    overflow: hidden;
    margin-bottom: 10px;
  }
}