/* mob */
@media screen and (max-width:768px) {
  :root {
    --head: 60px;
  }

  .C-more {
    display: flex;
    flex-wrap: wrap;
  }

  .C-more .icon-jt {
    width: 24px;
    height: 24px;
    margin-left: 30px;
  }

  @keyframes downJt {
    0% {
      transform: translate(0, 0);
    }

    50% {
      transform: translate(0, 10px);
    }
  }

  /* -----------------------------------------head,foot-------------------------------------- */
  .head1 {
    padding: 0 5%;
    width: 100%;
  }

  .scroll .head1 {
    backdrop-filter: blur(5px);
  }

  .scroll.blackHead .head1 {
    backdrop-filter: blur(5px);
  }

  .head1 .logo {
    width: 100px;
  }

  .head1 .menu {
    position: fixed;
    left: -100%;
    top: 0;
    width: 80%;
    height: 100vh;
    background: #fff;
    display: block;
    opacity: 0;
    overflow: auto;
    transition: all ease .3s;
    z-index: 50;
    color: #333;
  }

  header.open .head1 .menu {
    left: 0;
    opacity: 1;
  }

  .head1 .menu::before {
    content: '';
    width: 20vw;
    display: block;
    height: 100vh;
    background: rgba(0, 0, 0, 0.4);
    position: fixed;
    left: -20vw;
    top: 0;
    z-index: 50;
    transition: all ease .3s;
  }

  header.open .menu::before {
    left: 80%;
  }

  .head1 .link {
    width: 100%;
    margin-left: 0;
  }

  .head1 .link>a {
    display: block;
    border-bottom: 1px solid #ddd;
    line-height: 50px;
  }

  .head1 .link a {
    padding: 0 20px;
  }

  .head1 .link::after {
    /* display: none; */
    right: 10px;
    left: auto;
    top: 50%;
    margin: 0;
    transform: translate(0, -50%);
    width: 26px;
    height: 12px;
    clip-path: inset(0 100%);
  }

  .head1 .link:hover::after,
  .head1 .link.on::after {
    transform: translate(0, -50%);
  }

  .head1 .down {
    min-width: 80px;
    overflow: hidden;
    padding: 0;
  }

  .head1 .link .down {
    left: 50%;
    top: 100%;
    margin-top: 0;
    transform: translate(0, 0);
    min-width: 160px;
    padding: 0;
    border-radius: 0;
    box-shadow: none;
    position: static;
    opacity: 1;
    width: 100%;
    pointer-events: visible;
    border-bottom: 1px solid #ddd;
    display: none;
  }

  .head1 .link .down::before {
    width: 100%;
    height: 40px;
    bottom: 100%;
  }

  .head1 .link .down a {
    padding: 10px 30px;
    text-align: left;
    font-size: 14px;
    color: #666;
  }

  .head1 .link .down a:not(:last-child) {
    border-bottom: none;
  }

  /* .head1 .link .down-jt {
    width: 50px;
    height: 50px;
    position: absolute;
    right: 0;
    top: 0;
    background: url('/img/icon-jia.svg') no-repeat center/15px;
  }


  .head1 .link.on .down-jt {
    background: url('/img/icon-jian.svg') no-repeat center/15px;
  } */

  .head1 .right {
    margin-left: 104px;
  }

  .head1 .search {
    width: 18px;
    margin-left: 46px;
  }

  footer .foot-wrap {
    padding: 35px 5% 15px;
  }

  footer .bg {
    width: 100%;
    height: 100%;
  }

  footer .zuo {
    width: 100%;
  }

  .foot1 .logo {
    width: 144px;
  }

  .foot1 .foot-link {
    flex: none;
    width: 100%;
    gap: 30px;
    margin-top: 40px;
  }

  .foot1 .foot-link .a1 {
    margin-bottom: 15px;
  }

  .foot1 .foot-link .a1::after {
    width: 14px;
    height: 7px;
    margin-top: 5px;
  }

  .foot1 .foot-link .a2 {
    margin-bottom: 10px;
  }

  .foot2 {
    margin-top: 20px;
  }

  .foot2 form {
    padding-top: 17px;
    width: 100%;
  }

  .foot2 .ev {
    border: 1px solid rgba(255, 255, 255, 0.38);
    padding: 0 18px;
  }

  .foot2 .ev input {
    width: 100%;
    height: 42px;
    padding: 10px 0;
    flex: 1;
  }

  .foot2 .ev .btn {
    width: 24px;
  }

  .foot3 .zuo .t1 {
    padding: 25px 0 12px;
  }

  .foot3 .zuo .share {
    gap: 15px;
  }

  .foot3 .zuo .share .icon {
    width: 28px;
  }

  .foot3 .zuo .share .ev:hover .icon {
    transform: translate(0, -10px);
  }

  .foot3 .you {
    flex: none;
    width: 100%;
  }

  .foot3 .you .t2 p {
    margin-top: 13px;
  }

  .foot4 {
    margin-top: 50px;
  }

  .foot4 a {
    margin: 0 10px 0 0;
  }

  .foot5 {
    top: 80%;
    transform: translate(0, -50%) scaleX(0.5);
  }

  .scroll .foot5 {
    transform: translate(0, -50%) scaleX(1);
  }

  .foot5 a {
    width: 40px;
    height: 50px;
  }

  .foot5 a .t1 {
    margin-top: 9px;
    display: none;
  }

  .foot5 a .icon {
    width: 30px;
  }

  /* -----------------------------------------注释-------------------------------------- */
  .home1 .textSwiper .swiper-slide {
    padding: 0 5% 180px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
  }

  .home1 .t1 {
    margin-bottom: 80px;
  }

  .quan i {
    width: 108px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }

  .quan i svg {
    width: 100%;
  }

  .quan i svg path {
    stroke-width: 2px;
  }

  @keyframes draw {
    0% {
      stroke-dasharray: 1000;
    }
  }

  .home1 .control {
    right: 5%;
    bottom: 42px;
  }

  .home1 .swiper-button {
    width: 40px;
    height: 40px;
  }

  .home2 {
    margin-top: -20px;
    border-radius: 8px;
  }

  .home2::before {
    display: none;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, #000 35.66%, rgba(0, 0, 0, 0.20) 120.17%);
  }

  .home2 .main {
    padding: 17px 0 0;
    position: static;
  }

  .home-title {
    max-width: 95%;
    border-top: 1px solid #FFF;
    padding-top: 14px;
  }

  .home-title.theme2 {
    border-top: 1px solid #000;
  }

  .home2 .home-title {
    margin-bottom: 30px;
  }

  .home2 .main .zuo {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
  }

  .home2 .main .zuo .pic {
    display: none;
    width: 360px;
  }

  .home2 .main .zuo .home2-title {
    position: static;
    left: 0;
    margin-left: 5%;
  }

  .home2 .main .textSwiper {
    margin-left: 0;
    flex: none;
    width: 100%;
    padding: 0 5%;
    margin-top: 20px;
    height: auto;
  }

  .home2 .main .tag {
    margin: 25px 0;
    gap: 25px;
  }

  .home2 .main .tag span {
    display: flex;
    flex-wrap: wrap;
  }

  .home2 .main .tag span::before {
    width: 10px;
    height: 10px;
    border-radius: 100%;
    margin-right: 13px;
  }

  .home2 .main .swiper-pagination {
    position: static;
    left: 170px;
    top: 50%;
  }

  .home2 .main .swiper-button {
    left: 312px;
    width: 288px;
    display: none;
  }

  .home2 .main .swiper-button.prev {
    top: 16.5%;
  }

  .home2 .main .swiper-button.next {
    bottom: 17%;
  }

  .home3 {
    padding: 50px 0 50px 5%;
  }

  .home3 .t1 {
    margin: 20px 0;
  }

  .C-title::before {
    width: 25px;
    height: 25px;
    margin-right: 15px;
  }

  .home3 .C-title {
    width: 100%;
  }

  .home3 .ul {
    width: 100%;
    margin-top: 34px;
    border-bottom: 1px solid #D2D2D2;
  }

  .home3 .ul li {
    padding: 17px 14px;
    border-top: 1px solid #D2D2D2;
  }

  .home3 .ul li .text {
    width: 200px;
  }


  .home3 .maps {
    width: 100%;
    position: relative;
    left: 0;
    top: 0;
    padding-top: 40px;
  }

  .home3 .maps .biaoshi {
    width: 277px;
    margin: -10px 50px 0 auto;
  }

  .home3 .points .ev {
    width: 50%;
    position: static;
    opacity: 1;
  }

  .home3 .points .zgs {
    width: 100%;
    height: auto;
    background: none;
  }

  .home3 .points .fgs {
    width: 50%;
    height: auto;
    border-radius: 100%;
    background: none;
  }

  .home3 .points .czcs {
    width: 50%;
    height: auto;
    border-radius: 100%;
    background: none;
  }

  .home3 .points .t {
    position: static;
    display: inline-block;
    flex-direction: column;
    left: 50%;
    bottom: 100%;
    transform: none;
    width: 100%;
    opacity: 1;
    pointer-events: visible;
  }

  .home3 .points .t::after {
    display: none;
    width: 1px;
    height: 1px;
  }

  .home3 .points .ev:hover .t::after {
    height: 284px;
    height: 120px;
  }

  .home3 .points .t span {
    opacity: 1;
  }

  .home3 .points .fgs:hover {
    background: transparent;
  }

  .home3 .points .czcs:hover {
    background: transparent;
  }

  .home3 .points .mobtip {
    width: 95%;
    padding: 30px 0 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #3f3f3f;
    font-size: 18px;
    font-weight: bold;
  }

  .home3 .points span {
    font-size: 16px;
  }

  .home3 .points .list {
    gap: 10px 0;
  }

  .home3 .points .ev .d {
    display: none;
  }

  .home3 .points .ev .t {
    position: static;
    transform: none !important;
    margin: 3px 0;
  }

  .home3 .points .ev.czcs .t {
    display: block;
  }

  .home3 .points .ev .txt {
    display: block;
  }

  .home3 .tctext {
    display: none;
  }

  .home3 .points .fgs::after,
  .home3 .points .zgs::after {
    display: none;
  }

  /* 缩小版 */
  /* .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: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;
  }

  .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;
  }

  .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 .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 5% 50px;
  }

  .home4 .main {
    gap: 15px;
  }

  .home4 .group {
    gap: 15px;
    margin-bottom: 20px;
  }

  .home4 .ev {
    width: calc(33% - 10px);
    margin: 0 auto;
  }

  .home4 .ev .intr {
    padding-top: 38px;
  }

  .home4 .title {
    position: static;
    width: 120px;
    left: 50%;
    top: 0;
    transform: none;
    margin: 0 auto;
  }

  .home4 .C-more {
    margin-top: 54px;
  }

  .home5 .C-title {
    margin: 60px 0;
  }

  .home5 .main {
    padding: 0 5% 30px;
  }

  .home5 .list .item {
    width: calc(50% - 13px);
    border-radius: 8px;
  }

  .home5 .list .item .intr {
    padding: 5px;
  }

  .home5 .list .item .intr .text {
    padding-left: 16px;
  }

  .home5 .list .item .intr .text::before {
    top: 13px;
    width: 8px;
    height: 8px;
    border-radius: 100%;
  }

  .home6 {
    padding: 80px 0 65px;
  }

  .home6 .C-title {
    margin: 70px 0 50px;
  }

  .home6 .main2 .swiper {
    padding: 25px 0 35px;
    width: 100%;
  }

  .home6 .main2 .swiper::before {
    width: 67px;
    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%);
  }

  .home6 .main2 .swiper::after {
    width: 67px;
    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%);
  }

  .home6 .main2 .swiper .hpic {
    height: 22px;
  }

  .home6 .main2 .line {
    width: 100%;
    height: 1px;
    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%);
  }

  .home6 .main2 .line::before {
    left: 40%;
    top: -30px;
    width: 150px;
    height: 70px;
    border-radius: 254px;
    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: 50px;
  }

  .home6 .main3 .t1 {
    margin-bottom: 30px;
  }

  .home6 .main3 .swiper-slide {
    width: 122px;
    height: 122px;
    padding: 20px;
    border: 1px solid #484848;
  }

  #home6-3 {
    margin-top: 24px;
  }

  .home7 {
    padding-bottom: 50px;
  }

  .home7 .C-title {
    margin: 18px 0 30px;
  }

  .home7 .swiper {
    padding: 0 55px;
  }

  .home7 .ev .t1 {
    padding: 13px 0 7px;
  }

  .home7 .ev .t3 {
    margin-top: 30px;
  }

  .home7 .C-more {
    margin: 50px 0 0 5%;
  }

  /* -----------------------------------------注释-------------------------------------- */
  .about1 .textSwiper {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.20) 0%, rgba(0, 0, 0, 0.20) 100%);
  }

  .about1 .textSwiper .swiper-slide {
    padding: 0 5%;
    display: flex;
    flex-direction: column;
  }

  .about1 .textSwiper .swiper-slide .t2 {
    max-width: 100%;
    margin-top: 30px;
  }

  .about1 .control {
    right: 5%;
    bottom: 32px;
  }

  .about1 .swiper-button {
    width: 40px;
    height: 40px;
  }

  .about2 {
    padding: 60px 0 50px;
    background: linear-gradient(180deg, #FFF 44.5%, #EBEBEB 100%);
  }

  .about2 .zuo {
    width: 100%;
  }

  .about2 .zuo .C-title {
    margin: 0 0 30px;
  }

  .about2 .you {
    width: 100%;
    padding-top: 20px;
  }

  .about2 .you li {
    padding: 17px 0;
    border-bottom: 1px solid #ECECEC;
  }

  .about2 .you .t3 {
    margin-bottom: 10px;
  }

  .about2 .map {
    position: static;
    width: 100%;
    height: 105vw;
    left: 0;
    top: 0;
  }

  .about2 .map iframe {
    width: 100%;
    height: 100%;
  }

  .about3 {
    padding: 0 0 70px;
  }

  .about3::before {
    width: 100%;
    height: 100%;
  }

  .about3 .t2 {
    margin-top: 20px;
    width: 100%;
  }

  .about3 .list {
    gap: 20px;
    height: 100%;
  }

  .about3 .list:nth-child(1) {
    margin-left: 0;
    margin-top: 20px;
  }

  .about3 .list:nth-child(2) {
    margin-left: 0;
    margin-top: 20px;
  }

  .about3 .list:nth-child(3) {
    margin-left: 0;
    margin-top: 20px;
  }

  .about3 .list .ev {
    margin: 0 auto;
    width: calc(33% - 20px);
    filter: drop-shadow(0px 3.11px 15px rgba(0, 0, 0, 0.21));
  }

  .about3 .list .ev::before {
    width: 100%;
    height: 100%;
  }

  .about3 .list .ev .icon {
    width: 27px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }

  .xflb {
    width: 100%;
    height: 100%;
  }

  .xflb .swiper {
    height: 100%;
  }

  .xflb .swiper-slide {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
  }

  .xflb .swiper-slide .t2 {
    margin-top: 20px;
  }

  .xflb .swiper-slide .pic {
    width: 70%;
  }

  .xflb .close {
    right: 20px;
    top: 20px;
    width: 30px;
    height: 30px;
  }

  .about3 .swiper-button {
    width: 50px;
    height: 50px;
    top: 50%;
  }

  .about3 .swiper-button.prev {
    left: 5px;
  }

  .about3 .swiper-button.next {
    right: 5px;
  }

  .about4 .main1 {
    padding: 60px 0 30px;
  }

  .about4 .main1 .C-title {
    margin-top: 48px;
  }

  .about4 .main2 {
    padding: 45px 5% 60px;
    flex-direction: column-reverse;
  }

  .about4 .main2 .zuo {
    width: 100%;
  }

  .about4 .main2 .zuo .ul {
    margin: 13px 0 40px;
  }

  .about4 .main2 .zuo .ul li {
    max-width: 100%;
    width: 100%;
    margin-right: 0;
    display: flex;
    flex-wrap: wrap;
  }

  .about4 .main2 .zuo .ul li::before {
    width: 5px;
    height: 5px;
    border-radius: 100%;
    margin-right: 13px;
  }

  .about4 .control {
    margin-top: 40px;
  }

  .about4 .swiper-button {
    width: 30px;
    height: 30px;
    display: flex;
    border-radius: 100%;
  }

  .about4 .swiper-button svg {
    width: 16px;
    height: 16px;
  }

  .about4 .swiper-button.prev {
    margin-right: 10px;
  }

  .about4 .you {
    width: 40vw;
    margin: 100px auto;
  }

  .about4 .you .bg {
    width: 100%;
    height: 40vw;
  }

  .about4 .you .title {
    width: 100%;
    text-align: center;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) scale(0.8);
  }

  .about4 .you li {
    padding: 14px 10px;
    max-width: 100%;
  }

  .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%);
    max-width: 30vw;
  }

  .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%);
    max-width: 30vw;
  }

  .about5 .C-title {
    margin: 25px 0;
  }

  .about5 .list {
    gap: 2px;
  }

  .about5 .list .ev {
    width: 49%;
    height: auto;
  }

  .about5 .ev.on {
    width: auto;
  }

  .about5 .ev.small {
    width: auto;
  }

  .about5 .list .ev .bg {
    width: 100%;
    height: 100%;
  }

  .about5 .list .ev .bg img {
    width: 100%;
    height: 100%;
  }

  .about5 .list .ev .intr {
    width: 100%;
    height: 100%;
    padding: 20px 10px;
  }

  .about5 .list .ev .icon {
    width: 35px;
    margin-bottom: 10px;
  }

  .about5 .list .ev .down {
    padding-top: 20px;
  }

  .about6 {
    padding-bottom: 60px;
  }

  .about6 .box {
    width: 100%;
    position: static;
  }

  .about6 .C-title {
    margin: 25px 0 40px;
  }

  .about6 .zuo {
    width: 100%;
  }

  .about6 .you {
    flex: none;
    width: 100%;
    margin: 0;
    padding: 5%;
  }

  .about6 .you .t2 {
    padding: 0 0 28px;
  }

  .about6 .you li {
    padding-left: 22px;
  }

  .about6 .you li::before {
    border-radius: 100%;
    width: 5px;
    height: 5px;
    margin-right: 5px;
  }

  .about6 .you li span {
    font-size: 18px;
  }

  .about6 .zuo .pic {
    width: 100%;
  }

  .about6 .zhanwei {
    width: 100%;
    height: 0;
  }

  /* -----------------------------------------注释-------------------------------------- */
  .news1 .intr {
    width: 100%;
    height: 100%;
    padding: 0 5% 99px;
  }

  .news1 .t2 {
    margin-top: 18px;
    width: 100%;
  }

  .news2 {
    padding: 50px 0;
  }

  .news2 .zuo {
    width: 100%;
  }

  .news2 .you {
    width: 100%;
    flex: none;
    padding: 20px 3%;
  }

  .news2 .you .t2 {
    margin-top: 18px;
  }

  .news2 .you .t3 {
    margin: 30px 0;
  }

  .news3 {
    padding: 0 5% 60px;
  }

  .news3 .item {
    width: calc(50% - 10px);
    padding-bottom: 20px;
  }

  .news3 .item.item1 .t1 {
    margin: 12px 0 10px;
  }

  .news3 .item.item2 .intr {
    padding: 50px 20px;
  }

  .news3 .item.item2 .t1 {
    margin-bottom: 10px;
  }

  .news3 .item.item3 .intr {
    padding: 37px 20px;
  }

  .news3 .item.item3 .t1 {
    margin-bottom: 18px;
  }

  .news3 .item.item4 .intr {
    padding: 40px 20px;
  }

  .news3 .item.item4 .t1 {
    margin-bottom: 18px;
  }

  .news3 .item.item5 .intr {
    padding: 37px 20px;
  }

  .news3 .item.item5 .t1 {
    margin-bottom: 18px;
  }

  .news3 .C-more {
    margin-top: 15px;
  }

  /* -----------------------------------------注释-------------------------------------- */
  .case1 .intr {
    width: 100%;
    height: 100%;
    padding: 0 5%;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .case1 .t2 {
    margin-top: 30px;
    width: 100%;
  }

  .case2 .list {
    width: 100%;
    gap: 20px;
    padding: 30px 5% 50px;
  }

  .case2 .select {
    width: calc(33% - 15px);
    max-width: 140px;
    padding: 7px 0;
    display: flex;
    flex-wrap: wrap;
  }

  .case2 .select::after {
    width: 12px;
    margin-left: 8px;
  }

  .case2 .select .options {
    top: 100%;
    width: 100%;
    min-width: 120px;
    max-width: 180px;
    height: 204px;
    padding: 14px 18px;
    box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.19);
  }

  .case2 .select .options::-webkit-scrollbar {
    width: 4px;
  }

  .case2 .select .options .option {
    margin: 0 0 4px;
  }

  .case3 {
    padding: 0 5% 50px;
  }

  .case3 .item {
    width: calc(50% - 10px);
    border-radius: 8px;
  }

  .case3 .C-more {
    margin-top: 36px;
  }

  .case3 .list .item .intr {
    padding: 5px;
  }

  .case3 .list .item .intr .text {
    padding-left: 16px;
  }

  .case3 .list .item .intr .text::before {
    top: 13px;
    width: 8px;
    height: 8px;
    border-radius: 100%;
  }

  /* -----------------------------------------注释-------------------------------------- */
  .case4 .intr {
    width: 100%;
    height: 100%;
    padding: 0 5% 0;
    -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: 20px;
  }

  .pic.inset {
    clip-path: inset(100%);
  }

  .pic.inset.animated {
    clip-path: inset(0%);
  }

  .case-line {
    width: 22px;
    height: 12px;
  }

  .case5 {
    gap: 60px;
  }

  .case5 .swiper {
    width: 100%;
  }

  .case5 .pic {
    width: 100%;
  }

  .case5 .ev {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
  }

  .case5 .swiper:nth-child(2n) .ev {
    justify-content: flex-end;
  }

  .case5 .intr {
    width: 100%;
    padding: 25px 5%;
    right: 40px;
    position: static;
  }

  .case5 .swiper:nth-child(2n) .intr {
    left: 40px;
  }

  .case5 .intr .t2 {
    margin-top: 20px;
  }

  .case5 .swiper .control {
    left: 5%;
    bottom: auto;
    top: 20px;
    gap: 30px;
  }

  .case5 .swiper:nth-child(2n) .control {
    right: 5%;
  }

  .case5 .swiper .control .swiper-button {
    filter: drop-shadow(0 0 5px #000);
  }

  .case5 .swiper .control img {
    width: 15px;
  }

  .case6 {
    padding: 60px 0;
  }

  .case6 .zuo .pic:nth-child(1) {
    width: 80%;
    margin-left: 15%;
  }

  .case6 .zuo .pic:nth-child(2) {
    width: 80%;
    margin-top: -40px;
  }

  .case6 .you {
    width: 100%;
    flex: none;
    padding-left: 0;
    padding-top: 20px;
  }

  .case6 .you .intr {
    width: 100%;
    padding: 0 5% 30px;
  }

  .case6 .you .t2 {
    margin: 10px 0 20px;
  }

  .case6 .you .pic:nth-child(1) {
    width: 80%;
    margin-right: 20%
  }

  .case6 .you .pic:nth-child(2) {
    width: 80%;
    margin-right: 0;
    margin-top: -22px;
  }

  .case7 {
    padding: 0 0 50px;
  }

  .case7 .ev {
    width: 100%;
  }

  .case7 .ev .pic {
    width: 100%;
  }

  .case7 .intr {
    width: 100%;
    padding: 30px 5%;
    position: static;
  }

  .case7 .intr .t2 {
    margin-top: 15px;
  }

  .case8 {
    padding: 0 0 60px;
  }

  .case8 .title {
    padding: 0 5%;
    text-align: center;
  }

  .case8 .t2 {
    margin: 10px 0 25px;
  }

  .case8 .pic:nth-child(1) {
    width: 100%;
  }

  .case8 .pic:nth-child(2) {
    width: 100%;
    margin-left: 5%;
    margin-top: -30px;
  }

  /* -----------------------------------------注释-------------------------------------- */
  .zt1 .intr {
    width: 100%;
    height: 100%;
    padding: 0 5%;
  }

  .zt1 .t2 {
    margin-top: 30px;
    width: 100%;
  }

  .zt2 {
    padding: 35px 5%;
  }

  .zt2 .main1 {
    gap: 20px 30px;
    padding-bottom: 28px;
  }

  .zt2 .main3 {
    padding-bottom: 28px;
  }

  .zt2 .main2 {
    gap: 20px 30px;
  }

  .zt2 .main2 a {
    display: flex;
    flex-wrap: wrap;
  }

  .zt2 .main2 a::before {
    width: 8px;
    height: 8px;
    margin-right: 8px;
  }

  .zt3 {
    padding: 0 5% 60px;
  }

  .zt3 .list {
    gap: 30px 23px;
  }

  .zt3 .list .ev {
    width: 100%;
    border-radius: 8px;
  }

  .zt3 .list .ev .intr {
    padding: 14px;
    width: 100%;
    backdrop-filter: blur(2.5px);
  }

  .zt3 .C-paging {
    padding-top: 40px;
  }

  .C-paging {
    gap: 10px;
  }

  .C-paging .pages {
    gap: 10px;
  }

  .C-paging a {
    width: 30px;
    height: 30px;
    border-radius: 100%;
    display: flex;
  }

  /* -----------------------------------------注释-------------------------------------- */
  .search1 form {
    width: 100%;
    margin-top: 20px;
  }

  .search1 input {
    padding: 0 20px;
    border-radius: 30px;
    width: 100%;
    height: 48px;
  }

  .search1 button {
    width: 20px;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
  }

  .search1 button:hover {
    transform: translateY(-50%) scale(1.1);
  }

  .search2 {
    padding: 0 0 290px;
  }

  .search2 .wrap {
    width: 100%;
    gap: 30px;
  }

  .search2 .zuo .t1 {
    margin-right: 120px;
  }

  .search2 .you {
    flex: none;
    width: 100%;
    margin-top: 20px;
    gap: 13px;
  }

  .search2 .line {
    height: 1px;
  }

  /* -----------------------------------------注释-------------------------------------- */
  .news4 {
    padding: 35px 5%;
  }

  .news4 .zuo {
    width: 100%;
    padding-bottom: 20px;
  }

  .news4 .t2 {
    margin: 16px 0 14px;
  }

  .news4 .share-outer {
    margin-left: 10px;
    gap: 13px;
  }

  .news4 .share-outer .icon {
    width: 24px;
  }

  .news5 {
    padding: 0 5% 80px 0;
  }

  .news6 {
    padding: 0 5% 60px;
  }

  .news6 .empty img {
    max-width: 100% !important;
    margin: 0 auto 15px;
  }

  .news6 .empty p {
    margin-bottom: 15px;
  }

  .news6 .page-switch {
    margin-top: 35px;
    gap: 20px;
    align-items: flex-start;
  }

  .news6 .page-switch .back {
    border-bottom: 1px solid #000;
  }

  .news6 .page-switch a {
    border-bottom: 1px solid transparent;
  }

  .news6 .page-switch a:hover {
    border-bottom: 1px solid #D9111E;
  }

  /* -----------------------------------------注释-------------------------------------- */
  .pj1 .t2 {
    width: 100%;
  }

  .pj2 .list {
    gap: 20px;
    padding: 30px 5%;
  }

  .pj3 {
    padding-bottom: 32px;
  }

  .pj3 .list {
    gap: 16px;
  }

  .pj3 .ev .zuo {
    width: 100%;
  }

  .pj3 .ev .you {
    flex: none;
    width: 100%;
    padding: 25px 30px;
  }

  .pj3 .ev .you .ul {
    margin-top: 19px;
    gap: 11px;
  }

  .pj3 .paging2 {
    gap: 19px;
    margin-top: 30px;
  }

  /* -----------------------------------------环保展台-------------------------------------- */
  .hbt2 {
    padding: 60px 0 48px;
  }

  .hbt2 .C-title {
    margin: 22px 0 25px;
  }

  .hbt2 .hbt2-list1 {
    margin-bottom: 36px;
  }

  .hbt2 .hbt2-list1 .swiper-slide {
    width: 190px;
  }

  .hbt2 .hbt2-list2 .swiper-slide {
    width: 150px;
  }

  .hbt2 .hbt2-list1 .pic::after {
    width: 190px;
    height: 4px;
  }

  .hbt2 .t1 {
    display: flex;
    flex-wrap: wrap;
    height: 40px;
  }

  .hbt3 .C-title {
    margin: 24px 0;
  }

  .hbt3 .list .ev {
    padding: 20px 5%;
    border-bottom: 1px solid rgba(104, 134, 198, 0.31);
  }

  .hbt3 .list .ev .zuo {
    margin-right: 20px;
    flex: none;
    width: 100%;
  }

  .hbt3 .list .ev .zuo .pic {
    width: 80%;
    margin: 0 auto 20px;
  }

  .hbt3 .list .ev .you {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    flex-wrap: wrap;
    text-align: center;
  }

  .hbt3 .C-more {
    margin-top: 43px;
  }

  .hbt3 .C-more .icon-jt {
    margin-left: 21px;
  }

  .hbt4 .C-title {
    margin: 21px 0 24px;
  }

  .hbt4 .C-more {
    margin-top: 32px;
  }

  .hbt4 .swiper-slide {
    width: 251px;
  }

  .hbt5 {
    margin-bottom: 20px;
  }

  .hbt6 .zuo {
    width: 100%;
    background: linear-gradient(90deg, #2550AE 8.96%, #7590CB 33.2%, rgba(251, 251, 251, 0.50) 96.48%, #FFF 99.89%);
    padding: 39px 5%;
  }

  .hbt6 .zuo .t2 {
    margin: 8px 0 22px;
  }

  .hbt6 .zuo .t3 {
    margin-bottom: 6px;
  }

  .hbt6 .zuo .ul li {
    display: flex;
    flex-wrap: wrap;
  }

  .hbt6 .zuo .ul li .content {
    flex: 1;
  }

  .hbt6 .you {
    width: 100%;
  }

  .hbt6 .you .swiper-father {
    padding: 25px 50px 0;
  }

  .hbt6 .you #sw2 .swiper-slide.on {
    border: 2px solid #1B48A9;
  }

  .swiper-button2 {
    width: 15px;
    height: 15px;
    margin-top: -8px;
    top: 50%;
  }

  .hbt6 .swiper-button2 {
    margin-top: 5px;
  }

  .hbt6 .swiper-button2.prev {
    left: 20px;
  }

  .hbt6 .swiper-button2.next {
    right: 20px;
  }

  .hbt7#d7 {
    width: 100%;
    box-shadow: 0 0 5px #999;
  }

  .hbt7 {
    padding: 14px 0;
    display: none;
  }

  .hbt7 .list {
    gap: 47px;
  }

  .hbt7 a {
    border-bottom: 2px solid transparent;
  }

  .hbt7 a.on {
    border-bottom: 2px solid #0D3869;
  }

  .hbt8 {
    padding: 50px 5% 55px;
  }

  .hbt8 .swiper {
    margin-top: 21px;
  }

  .hbt8 .swiper-button2.prev {
    right: 100%;
    margin: 0 10px;
  }

  .hbt8 .swiper-button2.next {
    left: 100%;
    margin: 0 10px;
  }

  .hbt9 .ul {
    margin: 37px 0 50px;
    height: 300px;
  }

  .hbt9 li {
    border-radius: 50px;
  }

  .hbt9 .color1 {
    width: 72px;
    height: 18px;
    left: 44px;
  }

  .hbt9 .color2 {
    width: 60px;
    height: 28px;
    left: 120px;
  }

  .hbt9 .color3 {
    padding: 12px 14px;
    left: 68px;
    top: 30px;
  }

  .hbt9 .color4 {
    padding: 14px 47px;
    left: 23px;
    top: 67px;
  }

  .hbt9 .color5 {
    padding: 12px 25px;
    left: 109px;
    top: 120px;
  }

  .hbt9 .color6 {
    width: 179px;
    height: 38px;
    left: 30px;
    top: 160px;
  }

  .hbt9 .color7 {
    padding: 21px 30px;
    left: 69px;
    top: 180px;
  }

  .hbt9 .color8 {
    width: 46px;
    height: 21px;
    left: 50px;
    top: 190px;
  }

  .hbt9 .color9 {
    padding: 12px 25px;
    left: 3px;
    top: 220px;
  }

  .hbt9 .color10 {
    padding: 10px 36px;
    left: auto;
    top: 245px;
    right: 0;
  }

  .hbt10 {
    padding: 30px 0 65px;
  }

  .hbt10 .list {
    gap: 30px 20px;
    margin-top: 30px;
  }

  .hbt10 .list .ev {
    width: calc((100% - 20px) / 2);
  }

  .hbt10 .list .ev .t1 {
    margin-top: 33px;
  }

  .hbt11 {
    padding: 0 0 36px;
  }

  .hbt11 .swiper-father {
    margin-top: 10px;
  }

  .hbt11 .t1 {
    margin-top: 10px;
  }

  .swiper-button3 {
    width: 19px;
    transform: translateY(-50%);
    top: 50%;
  }

  .swiper-button3.prev {
    right: 100%;
    margin: 0 10px;
  }

  .swiper-button3.next {
    left: 100%;
    margin: 0 10px;
  }

  .hbt11 .yema {
    margin-top: 17px;
  }

  .hbt11 .yema .line {
    width: 100px;
    margin: 0 5px;
  }

  .hbt12 {
    top: 50%;
  }

  .hbt12 .sec1 .icon {
    width: 45px;
  }

  .hbt12.on .sec1 .icon {
    width: 75px;
  }

}