@media screen and (max-width:768px) {
  .head1 .menu {
    position: fixed;
    left: 0;
    top: -120vh;
    width: 100%;
    height: calc(100vh - var(--head));
    background: #fff;
    display: block;
    opacity: 0;
    overflow: auto;
    transition: all ease .3s;
    z-index: 50;
    color: #333;
  }

  header.open .menu {
    top: var(--head);
    opacity: 1;
  }

  .head1 .link {
    width: 100%;
    margin-left: 0;
  }

  .head1 .link>a {
    display: block;
    border-bottom: 1px solid #ddd;
    line-height: 50px;
    color: #333;
  }

  .head1 .link a {
    padding: 0 20px;
  }

  .head1 .link::after {
    display: none;
    width: 52px;
    height: 10px;
    left: 50%;
    top: 100%;
    margin-top: 14px;
    transform: translate(-50%, -50%) scale(0);
  }

  .head1 .link:hover::after,
  .head1 .link.on::after {
    transform: translate(-50%, 0) scale(1);
  }

  .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;
  }


  :root {
    --head: 45px;
  }

  svg {
    width: 100%;
    height: 100%;
  }

  .C-wrap {
    width: 90%;
  }

  .C-btn {
    display: inline-flex;
    flex-wrap: wrap;
    height: 40px;
  }

  .C-btn.theme1 {
    padding: 0 17px;
    border: 0.5px solid #fff;
    box-shadow: 7px 0 19px 0 rgba(255, 255, 255, 0.13) inset, 0 8px 23px 0 rgba(255, 255, 255, 0.13) inset;
    filter: drop-shadow(0 1px 5px rgba(0, 0, 0, 0.1));
    -webkit-backdrop-filter: blur(14px);
    backdrop-filter: blur(14px);
    border-radius: 20px;
  }

  .C-btn .icon {
    width: 5px;
    margin-left: 3px;
  }

  body {
    font-size: 4px;
  }

  /* -----------------------------------------head,foot-------------------------------------- */
  .head1 {
    width: 100%;
  }

  .isback .head1 {
    transform: translateY(-100%);
  }

  .head1 .logo {
    width: 150px;
  }

  .head1 .menu {
    gap: 44px;
    height: 100%;
  }

  .head1 .link {
    height: auto;
  }

  .head1 .link>a {
    padding: 0 5%;
    height: auto;
    display: flex;
  }

  .head1 .link>a::after {
    width: auto;
    height: 1px;
  }

  .head1 .right {
    margin-left: 42px;
  }

  .head1 .right .line {
    width: 1px;
    height: 21px;
    margin-right: 26px;
  }

  .foot1 {
    padding: 65px 0 45px;
  }

  .foot1 .logo {
    left: 26px;
    top: 33px;
    width: 71px;
  }

  .foot1 .zuo {
    align-items: flex-end;
  }

  .foot1 .zuo .t1 {
    letter-spacing: 0.8px;
    margin-right: 21px;
  }

  .foot1 .zuo .ul {
    gap: 12px;
    margin: 40px 0;
  }

  .foot1 .zuo .ul .line {
    width: 1px;
    height: 9px;
  }

  .foot2 .swiper-slide {
    padding: 17px 15px 8px 19px;
    width: 228px;
    min-height: 200px;
    height: 345px;
    border-radius: 8px;
    box-shadow: 0 0 19px 0 rgba(255, 255, 255, 0.13) inset, 0 8px 23px 0 rgba(255, 255, 255, 0.13) inset;
    -webkit-backdrop-filter: blur(14px);
    backdrop-filter: blur(14px);
    display: flex;
    flex-direction: column;
  }

  .foot2 .swiper-slide .t2 {
    margin: 17px 0 auto;
  }

  .foot2 .swiper-slide .qr {
    margin-top: 23px;
  }

  .foot2 .swiper-slide .qr .bg {
    width: 48px;
    height: 48px;
    margin-bottom: 3px;
  }

  .foot2 .controls {
    margin-top: -18px;
  }

  .foot4 {
    padding: 34px 0 30px;
  }

  .foot4 .zuo {
    gap: 5px;
  }

  .foot4 .you {
    gap: 10px;
    margin-top: 5px;
  }

  .foot5 {
    bottom: 20%;
    right: 21px;
  }

  .foot5 .default {
    width: 38px;
    height: 38px;
    margin-left: auto;
  }

  .foot5 .default::after {
    width: 50px;
    height: 50px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) scale(0.3);
    border-radius: 100%;
  }

  .foot5 .ul .li {
    width: 54px;
    height: 54px;
    border-radius: 10px;
    box-shadow: 0 4px 5px 4px rgba(0, 0, 0, 0.1);
    margin-top: 7px;
    display: flex;
    flex-wrap: wrap;
  }

  .foot5 .ul .li .icon {
    width: 16px;
    margin: 0 auto 5px;
  }

  /* -----------------------------------------首页-------------------------------------- */
  .bg video {
    height: 100%;
  }

  .home1 .bg::after {
    width: 100%;
    height: 100%;
  }

  .home1 .pic {
    width: 76px;
    left: 50px;
    top: 32px;
  }

  .home1 .video-detail {
    top: 35px;
    right: 50px;
  }

  .home1 .intr {
    width: 100%;
    height: 100%;
  }

  .home1 .intr .title {
    margin: 163px 0 78px;
  }

  .home1 .intr .title .t2 {
    margin-top: 14px;
  }

  .home1 .intr .C-btn {
    width: 147px;
  }

  .home1 .btn-group {
    gap: 30px;
    justify-content: center;
    flex-direction: column;
    align-items: center;
  }

  .C-title .k2 {
    margin-top: 4px;
  }

  .home2 {
    padding: 57px 5% 88px;
  }

  .home2 .main {
    margin-top: 50px;
  }

  .home2 .zuo {
    width: 100%;
    padding-top: 33px;
  }

  .home2 .zuo .swiper {
    width: 260px;
    height: 180px;
  }

  .home2 .zuo .swiper-slide {
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
  }

  .home2 .you {
    width: 100%;
    margin-top: 33px;
  }

  .home2 .you .t1 {
    letter-spacing: 0.8px;
  }

  .home2 .you .t2 {
    margin: 8px 0 26px;
  }

  .home2 .you .t4{
    height: calc(4 * 1.4em);
  }

  .home2 .you .C-more {
    margin-top: 26px;
  }

  .home2 .you .swiper-pagination {
    height: 1px;
    flex: 1;
  }

  .home2 .you .controls {
    margin-top: 26px;
  }

  .home2 .you .controls .prev {
    margin: 0 15px 0 14px;
  }

  .C-more {
    text-decoration-thickness: 7.5%;
  }

  .C-more .icon {
    width: 9px;
    height: 3px;
    margin-left: 6px;
  }

  .sbtn1 {
    width: 30px;
    height: 30px;
    border-radius: 100%;
    display: flex;
    flex-wrap: wrap;
  }

  .sbtn1 .icon {
    width: 12px;
    height: 5px;
  }

  .home3 .zuo {
    width: 100%
  }

  .home3 .zuo .swiper {
    width: 100%;
    height: auto;
    margin-top: 49px;
  }

  .home3 .zuo .swiper-slide {
    width: auto;
    display: flex;
    justify-content: flex-end;
    padding: 24px 0 0;
  }

  .home3 .zuo .swiper-slide::after {
    width: 10px;
    height: 10px;
    border: 1px solid var(--color);
    border-radius: 100%;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
  }

  .home3 .zuo .line {
    width: 100%;
    height: 1px;
    background: linear-gradient(to right, transparent, #8c8c8c 15%, #8c8c8c 85%, transparent 100%);
    right: 0;
    top: 54px;
  }

  .home3 .you {
    width: 100%;
    margin: 52px 0 0;
  }

  .home3 .you .a1::before {
    width: 27px;
    height: 25px;
    right: 100%;
    bottom: 75%;
  }

  .home3 .you .a1::after {
    width: 27px;
    height: 25px;
    left: 100%;
    top: 85%;
    margin-left: 2px;
  }

  .home3 .you .list {
    margin-top: 15px;
    gap: 17px;
    grid-template-rows: 153px 299px;
  }

  .home3 .you .list .item .intr {
    padding: 19px 18px;
    width: 100%;
    -webkit-backdrop-filter: blur(13px);
    backdrop-filter: blur(13px);
  }

  .home3 .you .list .item .intr .C-more {
    margin-top: 15px;
    margin-left: 3px;
  }

  .home3 .you .t2 {
    margin-top: 13px;
  }

  .home3 .you .t2 span {
    margin-right: 4px;
  }

  .home4 {
    padding: 63px 0 90px;
  }

  .home4 .sec1 {
    margin: 40px 0 24px;
  }

  .home4 .sec1 .t2 {
    margin-top: 19px;
  }

  .home4 .item {
    min-height: 278px;
    justify-content: flex-end;
  }

  .home4 .item:nth-last-child(n+2) {
    margin-bottom: 37px;
  }

  .home4 .item .zuo {
    width: 100%;
    height: 100%;
    mask: none;
    position: relative;
  }

  .home4 .item .zuo .t8 {
    padding: 20px 23px;
    width: 100%;
    -webkit-backdrop-filter: blur(13px);
    backdrop-filter: blur(13px);
  }

  .home4 .item .you {
    width: 100%;
    padding: 32px 38px 20px;
    mask: none;
  }

  .home4 .item .you .ul {
    margin-top: 18px;
  }

  .home4 .item .you .ul .li:nth-last-child(n+2) {
    margin-bottom: 10px;
  }

  .home4 .item .you .ul .t4 {
    margin-top: 3px;
  }

  .home4 .item:nth-of-type(2n) {
    justify-content: flex-start;
  }

  .home4 .item:nth-of-type(2n) .zuo {
    mask: none;
  }

  .home4 .item:nth-of-type(2n) .zuo .t8 {
    padding-left: 194px;
  }

  .home4 .item:nth-of-type(2n) .you {
    padding: 32px 38px 20px;
    mask: none;
  }


  .C-more2 .icon {
    width: 25px;
    height: 25px;
    margin-left: 13px;
    border-radius: 100%;
    display: flex;
    flex-wrap: wrap;
  }

  .C-more2 .icon svg {
    width: 10px;
  }

  .home5 .swiper-pagination {
    height: 1px;
    flex: 1;
  }

  .home5 .controls {
    margin-top: 13px;
  }

  .home5 .controls .prev {
    margin: 0 15px 0 14px;
  }

  .home5 .main {
    margin-top: 50px;
    padding: 0 5%;
  }

  .home5 .daSwiper {
    width: 100%;
  }

  .home5 .xiaoSwiper {
    flex: none;
    width: 100%;
    margin: 0;
  }

  .home5 .xiaoSwiper .swiper-slide {
    width: 100%;
  }

  .home5 .swiper-slide {
    border-radius: 10px;
    height: 280px;
  }

  .home5 .swiper-slide .intr {
    padding: 16px 51px 18px 28px;
    width: 100%;
    border-radius: 6px;
    -webkit-backdrop-filter: blur(13px);
    backdrop-filter: blur(13px);
  }

  .home5 .swiper-slide .intr .t2 {
    margin-top: 10px;
  }

  .home6 {
    padding: 90px 0 29px;
  }

  .home6 .main {
    margin-top: 43px;
  }

  .home6 .zuo {
    width: 100%;
  }

  .home6 .zuo .t2 {
    margin-top: 9px;
  }

  .home6 .zuo .bg {
    height: 371px;
    margin-top: 33px;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
  }

  .home6 .you {
    margin-left: 0;
    padding-right: 22px;
    flex: 1;
    height: 805px;
  }

  .home6 .you .list {
    border-top: 1px solid #b2b2b2;
  }

  .home6 .you .item {
    border-bottom: 1px solid #b2b2b2;
  }

  .home6 .you .item .txt {
    width: 100%;
  }

  .home6 .you .item .name {
    padding: 23px 31px 24px;
  }

  .home6 .you .item .name .t1 {
    left: 31px;
    top: 19px;
    position: static;
  }

  .home6 .you .item .name .btn {
    width: 11px;
    height: 11px;
    top: 26px;
    right: 31px;
  }

  .home6 .you .item .content {
    padding: 0 30px 55px;
  }

  .home6 .you .item.on .name {
    padding: 23px 30px 12px;
  }
  .home6 .you .item .name .t2{
    font-size: 16px;
  }
  .home7 .logolist {
    width: 100%;
    height: 100%;
  }

  .home7 .line {
    width: 100%;
    height: 100%;
  }

  .home7 .line svg {
    width: 100%;
    height: 100%;
  }

  .home7 #map-line-list path {
    stroke-dashoffset: 1280px;
    stroke-dasharray: 1280px;
  }

  .home7 .logo {
    left: 50%;
    top: 45%;
    transform: translate(-50%, -50%);
    width: 50px;
  }

  @keyframes animation-svg-line {
    0% {
      stroke-dashoffset: 1280px;
    }

    50% {
      stroke-dashoffset: 0px;
    }

    100% {
      stroke-dashoffset: -1000px;
    }
  }

  .C-banner .intr {
    width: 100%;
    height: 100%;
  }
  
  .C-banner .pic {
    width: 76px;
    left: 5%;
    top: 32px;
  }
  
  .C-banner .intr .title .t2 {
    margin: 14px auto 0;
    width: 100%;
  }
  
  .about2 {
    padding: 57px 0 0;
  }
  
  .about2 .desc {
    margin-top: 50px;
    max-width: 715px;
  }
  
  .about2 .desc .t2 {
    margin-top: 14px;
  }
  
  .about2 .numlist {
    margin-top: 27px;
    padding: 0;
  }
  
  .about2 .numlist .item {
    width:50%;
    min-width: 75px;
  }
  
  .about2 .numlist .label {
    margin-top: 5px;
  }
  
  .about3 {
    padding: 90px 0 0;
  }
  
  .about3 .main {
    margin-top: 90px;
    padding: 0 50px;
  }
  
  .about3 .main::before,
  .about3 .main::after {
    width: 50px;
    height: 100%;
    background: linear-gradient(270deg, rgba(255, 255, 255, 0.00) 0%, #FFF 100%);
  }
  
  .about3 .deco {
    width: 70px;
    left: 110px;
    top: -50px;
  }
  
  .about3 .timeline-line {
    width: 100%;
    height: 1px;
    background: linear-gradient(90deg, rgba(202, 0, 34, 0.00) 0%, #CA0022 10.58%, #CA0022 85.58%, rgba(202, 0, 34, 0.00) 100%);
    top: 26px;
  }
  
  .about3 .swiper-slide {
    width: 70vw;
  }
  
  .about3 .year-dot {
    margin-bottom: 17px;
  }
  
  .about3 .year-dot .year {
    margin-bottom: 7px;
  }
  
  .about3 .year-dot .dot {
    width: 10px;
    height: 10px;
    border-radius: 100%;
  }
  
  .about3 .content {
    margin-top: 17px;
  }
  
  .about3 .content .t2 {
    margin-top: 5px;
  }
  
  .about3 .content .bg {
    margin-top: 10px;
    border-radius: 8px;
  }
  
  .about3 .controls {
    gap: 10px;
    width: 100%;
    padding: 0 50px;
    bottom: auto;
    top: 105%;
  }
  
  .about3 .controls .sbtn1 {
    width: 30px;
    height: 30px;
  }
  
  .about3 .controls .sbtn1 .icon {
    width: 12px;
    height: 5px;
  }
  
  .about4 {
    padding: 90px 0 110px;
  }
  
  .about4 .main {
    margin-top: 50px;
    display: flex;
    flex-wrap: wrap;
  }
  
  .about4 .zuo {
    width: 100%;
    padding-top: 54px;
    padding-left: 23px;
  }
  
  .about4 .zuo .deco {
    width: 40px;
    top: 9px;
  }
  
  .about4 .zuo .deco img {
    width: 100%;
  }
  
  .about4 .zuo .txt-wrap p {
    margin-bottom: 12px;
  }
  
  .about4 .zuo .sign {
    margin-top: 50px;
    display: flex;
    justify-content: flex-end;
  }
  
  .about4 .zuo .sign .dot {
    width: 5px;
    height: 5px;
    margin-right: 4px;
  }
  .about4 .you{
    margin: 20px 0 0 auto;
  }
  .about4 .you .photo {
    width: 257px;
    height: 300px;
  }
  
  .about4 .you .photo img {
    width: 100%;
  }
  
  .about4 .you .float-card {
    right: 100%;
    margin-right: -80px;
    bottom: -24px;
    width: 147px;
    height: 171px;
    padding: 15px 20px;
    display: flex;
    flex-direction: column;
  }
  
  .about4 .card-pic {
    width: 133px;
    left: 113px;
    top: 39px;
  }
  
  .about4 .you .float-card .card-title {
    margin-top: 44px;
  }
  
  .about5 {
    padding: 0 0 90px;
  }
  
  .about5 .main {
    margin-top: 50px;
  }
  
  .about5 .top-bg {
    border-radius: 8px;
    height: 334px;
  }
  
  .about5 .top-bg-mask {
    width: 90%;
    height: 136px;
    left: 50%;
    top: 60%;
    transform: translate(-50%, 0);
    display: none;
  }
  
  .about5 .card-wrap {
    margin-top: -68px;
    gap: 20px;
    padding: 0 14px;
    justify-content: center;
  }
  
  .about5 .card {
    width: 290px;
    min-height: 138px;
    border-radius: 8px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
    padding: 20px;
  }
  
  .about5 .card-line {
    width: 100%;
    height: 1px;
    margin: 15px 0 19px;
  }
  
  .about5 .card-body {
    padding: 0 0 0 14px;
    align-items: flex-start;
  }
  
  .about5 .card-left {
    flex: 1;
    gap: 10px;
  }
  
  .about5 .card-icon {
    width: 17px;
    margin-top: 2px;
  }
  
  .about5 .card-txt {
    flex: 1;
  }
  
  .about5 .card-deco {
    width: 49px;
    right: 30px;
  }
  
  .about6 {
    padding: 0 0 90px;
  }
  
  .about6 .sub {
    margin: 50px 0 55px;
    max-width: 448px;
  }
  
  .about6 .main {
    margin-top: 30px;
    padding: 0 50px;
  }
  
  .about6 .main::before,
  .about6 .main::after {
    width: 50px;
    height: 100%;
    background: linear-gradient(270deg, rgba(255, 255, 255, 0.00) 0%, #FFF 100%);
  }
  
  .about6 .swiper-slide {
    width: 100%;
  }
  
  .about6 .swiper-slide .bg {
    border-radius: 8px;
    height: 130px;
  }
  
  .about6 .swiper-slide .intr {
    padding-top: 10px;
  }
  
  .about6 .swiper-slide .t2 {
    margin-top: 5px;
  }
  
  .about6 .vr-link {
    margin-top: 10px;
    justify-content: flex-end;
  }
  
  .about6 .vr-icon {
    width: 11px;
    margin-right: 5px;
  }
  
  .about6 .controls {
    top: -14px;
    left: 50px;
    right: 50px;
    display: flex;
  }
  
  .about6 .controls .sbtn1 {
    width: 30px;
    height: 30px;
  }
  
  .about6 .controls .sbtn1 .icon {
    width: 12px;
    height: 5px;
  }
  
  .about7 {
    padding: 0 5% 90px;
  }
  
  .about7 .list {
    margin-top: 45px;
    gap: 40px 124px;
  }
  
  .about7 .item:hover {
    transform: translateY(-4px);
  }
  
  .about7 .avatar {
    width: 156px;
    height: 156px;
  }
  
  .about7 .avatar-img {
    width: 100%;
    height: 100%;
    border-radius: 100%;
  }
  
  .about7 .avatar-plus {
    width: 46px;
    height: 46px;
  }
  
  .about7 .info {
    margin-top: 24px;
  }
  
  .about7 .info .title {
    margin-top: 5px;
  }
  
  .about7-popup {
    width: 100%;
    height: 100%;
  }
  
  .about7-popup .mask {
    width: 100%;
    height: 100%;
  }
  
  .about7-popup .popup-body {
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 95%;
    border-radius: 10px;
    padding: 15px;
  }
  
  .about7-popup .close-btn {
    right: 15px;
    top: 15px;
    width: 24px;
    height: 24px;
  }
  
  .about7-popup .popup-content {
    gap: 26px;
  }
  
  .about7-popup .card-pic {
    right: 36px;
    width: 85px;
    top: 50%;
    transform: translateY(-50%);
  }
  
  .about7-popup .popup-photo {
    width: 98px;
    height: 130px;
    border-radius: 10px;
    flex-shrink: 0;
  }
  
  .about7-popup .popup-info {
    flex: none;
    width: 100%;
  }
  
  .about7-popup .popup-info .popup-name {
    margin-bottom: 8px;
  }
  
  .about7-popup .popup-info .popup-title {
    margin-bottom: 8px;
  }
  
  .school2 .item {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    min-height: 540px;
  }
  
  .school2 .item .zuo {
    width: 100%;
    flex-shrink: 0;
  }
  
  .school2 .item .zuo .bg {
    height: 100%;
  }
  
  .school2 .item .you {
    flex: 1;
    padding: 80px 50px 50px;
    display: flex;
    flex-direction: column;
  }
  
  .school2 .item.reverse {
    flex-direction: row-reverse;
  }
  
  .school2 .item .txt .t2 {
    margin-top: 18px;
  }
  
  .school2 .item .txt .t3 {
    margin-top: 8px;
  }
  
  .school2 .item .txt .t4 {
    margin-top: 10px;
  }
  
  .school2 .item .btns {
    display: flex;
    flex-direction: column;
    gap: 24px;
    margin-top: 40px;
    align-items: center;
  }
  
  .school2 .item .btn1 {
    display: flex;
    width: 248px;
    height: 35px;
    border-radius: 40px;
    border: 0.5px solid #fff;
    box-shadow: inset 7px 0 19px 0 rgba(255, 255, 255, 0.13), inset 0 8px 23px 0 rgba(255, 255, 255, 0.13);
    backdrop-filter: blur(14px);
  }
  
  .school3 {
    height: 510px;
  }
  
  .school3 .bg {
    width: 100%;
    height: 100%;
  }
  
  .school3 .mask {
    width: 100%;
    height: 100%;
  }
  
  .school3 .intr {
    padding: 72px 0 0;
  }
  
  .school3 .t1 {
    letter-spacing: 1px;
  }
  
  .school3 .t2 {
    margin-top: 14px;
    letter-spacing: 1px;
    max-width: 628px;
  }
  
  .school5 .list {
    gap: 31px;
  }
  
  .school5 .item {
    min-height: 138px;
    box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.08);
    padding: 19px 20px;
    display: flex;
    flex-direction: column;
    gap: 14px;
  }
  
  .school5 .icon-box {
    width: 24px;
    height: 24px;
  }
  
  .school5 .icon-bg {
    width: 24px;
    height: 24px;
  }
  
  .school5 .icon {
    width: 15px;
    height: 15px;
    left: 5px;
    top: 5px;
  }
  
  .school6 {
    height: 376px;
    margin-top: 90px;
  }
  
  .school6>.bg {
    width: 100%;
    height: 100%;
  }
  
  .school6>.mask {
    width: 100%;
    height: 100%;
  }
  
  .school6 .intr {
    padding-top: 86px;
  }
  
  .school6 .tabs {
    margin-top: 50px;
    gap: 20px;
    flex-direction: column;
    align-items: center;
  }
  
  .school6 .tab {
    width: 161px;
    height: 24px;
    border-radius: 10px;
    display: flex;
  }
  
  .school7 {
    padding: 40px 0 50px;
  }
  
  .school7 .C-title {
    margin-bottom: 16px;
  }
  
  .school7 .list {
    gap: 20px 80px;
  }
  
  .school7 .item {
    width: 100%;
    height: 52px;
    border: 1px solid #8c8c8c;
    border-radius: 10px;
    padding: 0 11px;
  }
  
  .school7 .icon-box {
    width: 28px;
    height: 28px;
    border-radius: 5px;
    flex-shrink: 0;
  }
  
  .school7 .icon-box img {
    width: 14px;
    height: auto;
  }
  
  .school7 .info {
    margin-left: 15px;
  }
  
  .school7 .info .t2 {
    margin-top: 2px;
    letter-spacing: 1px;
  }
  
  .school8 {
    padding: 50px 0 0;
  }
  
  .school8 .main {
    margin-top: 50px;
    padding: 0 5%;
    gap: 20px;
    align-items: flex-start;
  }
  
  .school8 .zuo {
    width: 100%;
    height: auto;
    flex-shrink: 0;
  }
  
  .school8 .you {
    flex: 1;
  }
  
  .school8 .accordion {
    display: flex;
    flex-direction: column;
  }
  
  .school8 .acc-item {
    padding: 22px 0;
    border-bottom: 1px solid #e5e5e5;
  }
  
  .school8 .acc-head {
    padding: 0 22px;
  }
  
  .school8 .acc-icon {
    width: 32px;
    height: 32px;
    border-radius: 100%;
    border: 2px solid #CA0022;
  }
  
  .school8 .acc-icon img {
    width: 20px;
    height: auto;
  }
  
  .school8 .acc-title {
    padding-right: 50px;
    margin-left: 22px;
    flex: 1;
  }
  
  .school8 .acc-title .t1 {
    letter-spacing: 1px;
  }
  
  .school8 .acc-title .t2 {
    margin-top: 2px;
    letter-spacing: 1px;
  }
  
  .school8 .acc-arrow {
    width: 14px;
    height: 14px;
    flex-shrink: 0;
    margin-left: 10px;
    right: 25px;
    top: 10px;
    display: flex;
    flex-wrap: wrap;
  }
  
  .school8 .acc-arrow .arrow-down {
    width: 100%;
  }
  
  .school8 .acc-item.on .acc-arrow .arrow-up {
    width: 100%;
  }
  
  .school8 .acc-body {
    padding: 10px 80px 0 64px;
  }
  
  .school8 .acc-item.on {
    padding: 23px 0 30px;
  }
  
  .school9 {
    padding: 90px 0 90px;
  }
  
  .school9 .C-title {
    margin-bottom: 50px;
  }
  
  .school9 .zuo {
    flex: 1;
    min-height: 460px;
  }
  
  .school9 .zuo .bg-mask {
    width: 100%;
    height: 100%;
  }
  
  .school9 .zuo .content {
    padding: 50px 44px;
    display: flex;
    flex-direction: column;
    gap: 35px;
  }
  
  .school9 .info-list {
    display: flex;
    flex-direction: column;
    gap: 30px;
    letter-spacing: 1px;
  }
  
  .school9 .info-item {
    display: flex;
    flex-direction: column;
    gap: 16px;
  }
  
  .school9 .info-item .val {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
  
  .school9 .social {
    gap: 16px;
  }
  
  .school9 .s-icon {
    width: 20px;
    height: auto;
  }
  
  .school9 .you {
    width: 100%;
    flex-shrink: 0;
  }
  
  .school9 .you .bg {
    height: 100%;
  }
  
  .std2 {
    padding: 57px 0 0;
  }
  
  .std2 .main {
    margin-top: 50px;
  }
  
  .std2-ev {
    display: flex;
    width: 100%;
    height: 540px;
  }
  
  .std2-ev .zuo {
    width: 100%;
    flex-shrink: 0;
    display: flex;
  }
  
  .std2-ev .zuo .info {
    width: 100%;
  }
  
  .std2-ev .zuo .info .t1 {
    letter-spacing: 1px;
  }
  
  .std2-ev .zuo .info .t2 {
    margin-top: 15px;
  }
  
  .std2-ev .you {
    flex: 1;
  }
  
  .std2-ev .you .bg {
    height: 100%;
  }
  
  .std2-ev.reverse {
    flex-direction: row-reverse;
  }
  
  .std2-ev.reverse .zuo {
    width: 100%;
  }
  .std2-ev .zuo .info{
    padding: 0 5%;
  }
  .std2-ev.theme-img .zuo .zuo-bg {
    width: 100%;
    height: 100%;
  }
  
  .std2-ev.theme-img .zuo .zuo-bg img {
    width: 100%;
    height: 100%;
  }
  
  .std2-ev-down .swiper {
    width: 90%;
    padding: 50px 0;
  }
  
  .std2-ev-down .swiper-slide {
    width: 100%;
  }
  
  .std2-ev-down .swiper-slide .bg {
    height: 230px;
    border-radius: 10px;
  }
  
  .std2-ev-down .swiper-slide .name {
    margin-top: 15px;
  }
  
  .std2-ev-down .controls {
    left: 50px;
    right: 50px;
    top: 173px;
    display: flex;
  }
  
  .std2-ev-down .controls .sbtn1 {
    width: 30px;
    height: 30px;
  }
  
  .std2-ev-down .controls .sbtn1 .icon {
    width: 12px;
    height: 5px;
  }
  
  .std3 .tabs {
    margin-top: 50px;
    gap: 20px;
  }
  
  .std3 .tab {
    width: 161px;
    height: 34px;
    border-radius: 30px;
    border: 1px solid #8c8c8c;
    display: flex;
  }
  
  .std3 .date-switch {
    margin-top: 40px;
    padding: 0 5%;
    display: flex;
  }
  
  .std3 .date-switch .btn-date {
    width: 15px;
    height: 18px;
    display: flex;
  }
  
  .std3 .date-switch .btn-date img {
    width: 6px;
    height: 15px;
  }
  
  .std3 .calendar-img {
    margin-top: 26px;
    padding: 0 5%;
  }
  
  .std3 .calendar-img .bg {
    height: auto;
  }
  
  .std3 .upcoming {
    margin-top: 40px;
    padding: 0 5%;
  }
  
  .std3 .upcoming .list {
    margin-top: 26px;
    gap: 17px 38px;
  }
  
  .std3 .upcoming .item {
    height: auto;
    border: 1px solid #8c8c8c;
    display: flex;
    padding: 12px;
    gap: 12px;
  }
  
  .std3 .upcoming .item .dot {
    width: 7px;
    height: 7px;
    border-radius: 100%;
    flex-shrink: 0;
  }
  
  .std3 .upcoming .item .info .t2 {
    margin-top: 5px;
  }
  
  .std4 {
    padding: 90px 0;
  }
  
  .std4 .main {
    margin-top: 92px;
  }
  
  .std4 .main>.bg {
    width: 100%;
    height: 100%;
  }
  
  .std4 .grid {
    grid-template-rows: repeat(2, 270px);
  }
  
  .std4 .grid .cell {
    border: 1px solid rgba(255, 255, 255, 0.2);
  }
  
  .std4 .grid .cell .bg {
    width: 100%;
    height: 100%;
  }
  
  .std4 .grid .cell .bg img {
    width: 100%;
    height: 100%;
  }
  
  .std4 .grid .cell .mask {
    width: 100%;
    height: 100%;
  }
  
  .std4 .grid .cell .info {
    width: 100%;
    height: 100%;
    display: flex;
  }
  
  .std4 .grid .cell .info-inner {
    backdrop-filter: blur(13px);
    -webkit-backdrop-filter: blur(13px);
    width: 100%;
    height: 100%;
    display: flex;
  }
  
  .std4 .grid .cell .info-content .title-row {
    display: flex;
    gap: 6px;
  }
  
  .std4 .grid .cell .info-content .title-row .icon-circle {
    width: 30px;
    height: 30px;
    border-radius: 100%;
    display: flex;
    flex-shrink: 0;
  }
  
  .std4 .grid .cell .info-content .title-row .icon-circle img {
    width: 16px;
    height: auto;
  }
  
  .std4 .grid .cell .info-content .buy-btn {
    margin-top: 51px;
    display: inline-flex;
    height: 30px;
    padding: 0 20px;
    border-radius: 30px;
    border: 0.5px solid #fff;
    box-shadow: inset 7px 0 19px 0 rgba(255, 255, 255, 0.13), inset 0 8px 23px 0 rgba(255, 255, 255, 0.13);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    filter: drop-shadow(0 1px 5px rgba(0, 0, 0, 0.1));
  }
  
  .news2 {
    padding: 57px 5% 96px;
  }
  
  .news2 .main {
    margin-top: 50px;
  }
  
  .news2 .swiper-pagination {
    margin: 0 auto 21px;
  }
  
  .news2 .swiper-pagination-bullet {
    width: 10px;
    height: 2px;
    border-radius: 4px;
    --swiper-pagination-bullet-horizontal-gap: 6px;
  }
  
  .news2 .slider-wrap {
    display: flex;
    gap: 13px;
  }
  
  .news2 .slider-wrap .swiper {
    flex: 1;
  }
  
  .news2 .slider-wrap .sbtn1 {
    width: 30px;
    height: 30px;
    flex-shrink: 0;
  }
  
  .news2 .slider-wrap .sbtn1 .icon {
    width: 12px;
    height: 5px;
  }
  
  .news2 .swiper-slide .bg {
    height: 214px;
    border-radius: 10px;
  }
  
  .news2 .swiper-slide .info {
    padding-top: 12px;
  }
  
  .news2 .swiper-slide .info .t2 {
    margin-top: 5px;
  }
  
  .news2 .swiper-slide .info .t3 {
    margin-top: 5px;
  }
  
  .news3 {
    height: 340px;
  }
  
  .news3 .bg {
    width: 100%;
    height: 100%;
  }
  
  .news3 .mask {
    width: 100%;
    height: 100%;
  }
  
  .news3 .txt {
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
  
  .news4 {
    padding: 40px 5% 90px;
  }
  
  .news4 .list .item {
    width:100%;
    padding: 23px 0;
    border-bottom: 1px dashed #8C8C8C;
    display: flex;
    flex-wrap:wrap;
    flex-direction: column;
    gap: 38px;
  }
  
  .news4 .list .item:first-child {
    border-top: 1px dashed #8C8C8C;
  }
  
  .news4 .list .item .info {
    flex: 1;
  }
  
  .news4 .list .item .info .t1 {
    width: 100%;
    max-width: 100%;
  }
  
  .news4 .list .item .info .bottom {
    margin-top: 10px;
  }
  
  .news4 .list .item .pic {
    width: 100%;
    height: 202px;
    border-radius: 10px;
    flex-shrink: 0;
  }
  
  .C-paging {
    margin-top: 40px;
    gap: 11px;
  }
  
  .C-paging .arrow {
    width: 26px;
    height: 26px;
    display: flex;
  }
  
  .C-paging .arrow img {
    width: 100%;
    height: 100%;
  }
  
  .C-paging .num {
    width: 26px;
    height: 26px;
    border-radius: 25px;
    display: flex;
  }
  
  .C-paging .dot {
    width: 20px;
    height: 20px;
    display: flex;
  }
  
  .news5 {
    height: 540px;
  }
  
  .news5 .bg {
    width: 100%;
    height: 100%;
  }
  
  .news5 .mask {
    width: 100%;
    height: 100%;
  }
  
  .news5 .txt {
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.25);
  }
  
  .news6 {
    padding: 57px 5% 0;
  }
  
  .news6 .title-area {
    display: flex;
    flex-direction: column;
    gap: 29px;
  }
  
  .news6 .title-area .t1 {
    letter-spacing: -2px;
  }
  
  .news6 .title-area .t2 {
    letter-spacing: 1px;
  }
  
  .news6 .title-area .line {
    width: 100%;
    height: 1px;
  }
  
  .news6 .content-area {
    margin-top: 29px;
  }
  
  .news6 .content-area p {
    margin-bottom: 10px;
  }
  
  .news6 .content-area img {
    margin: 26px 0;
    border-radius: 10px;
    max-width: 100%;
  }
  
  .news6 .page-switch {
    margin-top: 50px;
    padding-bottom: 90px;
  }
  
  .news6 .page-switch .line {
    width: 100%;
    height: 1px;
    display: none;
  }
  
  .news6 .page-switch .btns {
    gap: 20px;
    justify-content: space-between;
    width: 100%;
  }
  
  .news6 .page-switch .btn-item {
    letter-spacing: 1px;
  }
  
  .news6 .page-switch .arrow {
    width: 8px;
    height: 14px;
  }
  
  .news6 .page-switch .prev-arrow {
    margin-right: 8px;
  }
  
  .news6 .page-switch .next-arrow {
    margin-left: 8px;
  }
  
  .news7 {
    padding: 0 0 60px;
  }
  
  .news7 .swiper-wrap {
    padding: 0 50px;
  }
  
  .news7 .swiper-slide {
    width: 100%;
  }
  
  .news7 .swiper-slide .bg {
    height: 135px;
    border-radius: 10px;
  }
  
  .news7 .swiper-slide .info {
    margin-top: -27px;
    width: 100%;
    min-height: 116px;
    border-radius: 10px;
    padding: 38px 14px 14px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
  }
  
  .news7 .swiper-slide .info .t1 {
    margin-bottom: 19px;
  }
  
  .news7 .swiper-slide .info .bottom .date {
    letter-spacing: 1px;
  }
  
  .news7 .controls {
    margin-top: 20px;
    gap: 15px;
  }
  
  .news7 .controls .sbtn1 {
    width: 30px;
    height: 30px;
  }
  
  .news7 .controls .sbtn1 .icon {
    width: 12px;
    height: 5px;
  }
  
  .trg2 {
    padding: 57px 0 0;
  }
  
  .trg2 .main {
    margin-top: 30px;
  }
  
  .trg2 .deco {
    width: 90%;
    height: 364px;
    border-radius: 10px;
    left: 50%;
    transform: translateX(-50%);
    top: -32px;
    display:none;
  }
  
  .trg2 .psr {
    width: 100%;
    transform: translate(0, 0);
  }
  
  .trg2 .swiper {
    border-radius: 10px;
  }
  
  .trg2 .slide-inner {
    padding: 35px 23px;
  }
  
  .trg2 .txt {
    width: 100%;
    max-height: none;
  }
  
  .trg2 .txt .t1 {
    margin-bottom: 20px;
  }
  
  .trg2 .txt p {
    margin-bottom: 5px;
  }
  
  .trg2 .photo {
    width: 100%;
    flex-shrink: 0;
  }
  
  .trg2 .photo .bg {
    height: auto;
  }
  
  .trg2 .name-tag {
    padding: 8px 10px;
    min-width: 152px;
    justify-content: flex-end;
  }
  
  .trg2 .sbtn1 {
    width: 30px;
    top: 50%;
    box-shadow: 0 0 5px #f5f5f5;
    display:none;
  }
  
  .trg2 .sbtn1.prev {
    transform: translate(-50%, 0);
  }
  
  .trg2 .sbtn1.next {
    transform: translate(50%, 0);
  }
  
  .trg3 {
    padding: 90px 0 0;
  }
  
  .trg3 .list {
    margin-top: 50px;
    gap: 10px;
  }
  
  .trg3 .item {
    width: 100%;
    height: 374px;
    flex-shrink: 0;
  }
  
  .trg3 .item .bg {
    width: 100%;
    height: 100%;
  }
  
  .trg3 .item .bg img {
    width: 100%;
    height: 100%;
  }
  
  .trg3 .item .intr {
    width: 100%;
    height: 79px;
    backdrop-filter: blur(13px);
    -webkit-backdrop-filter: blur(13px);
    display: flex;
  }
  
  .trg3 .item .intr-detail {
    width: 100%;
    height: 100%;
    backdrop-filter: blur(13px);
    -webkit-backdrop-filter: blur(13px);
    padding: 20px 19px 0;
  }
  
  .trg3 .item .intr-detail .desc {
    margin-top: 25px;
  }
  
  .trg3 .item .intr-detail .desc p {
    margin-bottom: 8px;
  }
  
  .trg4 {
    padding: 45px 0;
    margin-top: 90px;
  }
  
  .trg5 {
    padding: 40px 0 42px;
  }
  
  .trg5 .waterfall .item {
    width: calc(50% - 10px);
    border-radius: 10px;
  }
  
  .trg5 .waterfall .item img {
    width: 100%;
  }
  
  .trg5 .bottom-txt {
    margin-top: 20px;
  }
  
  .cr2 {
    padding: 57px 0;
  }
  
  .cr2 .filter-group {
    margin-bottom: 10px;
  }
  
  .cr2 .filter-label {
    margin-bottom: 10px;
  }
  
  .cr2 .filter-tabs {
    gap: 14px;
    flex-wrap: wrap;
  }
  
  .cr2 .filter-group:nth-child(2) .filter-tabs {
    gap: 8px;
  }
  
  .cr2 .tab {
    width: 161px;
    height: 32px;
    border-radius: 10px;
    border: 1px solid #8c8c8c;
    display: flex;
  }
  
  .cr2 .filter-group:nth-child(2) .tab {
    width: 80px;
  }
  
  .cr2 .list {
    margin-top: 40px;
    display: flex;
    flex-wrap: wrap;
    gap: 40px 51px;
  }
  
  .cr2 .item {
    width: 100%;
    border-radius: 10px;
  }
  
  .cr2 .item:hover {
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(202, 0, 34, 0.3);
  }
  
  .cr2 .item .bg {
    height: 180px;
    border-radius: 10px;
  }
  
  .cr2 .item .info {
    padding: 5px 13px;
    height: auto;
    display: flex;
    flex-direction: column;
  }
  
  .cr2 .item .info .bottom {
    margin-top: 4px;
  }
  
  .cr2 .cr2-nav {
    margin-top: 40px;
    gap: 15px;
  }
  
  .cr2 .cr2-nav .sbtn1 {
    width: 30px;
    height: 30px;
  }
  
  .cr2 .cr2-nav .sbtn1 .icon {
    width: 12px;
    height: 5px;
  }
  
  .cr2-popup {
    width: 100%;
    height: 100%;
  }
  
  .cr2-popup-mask {
    width: 100%;
    height: 100%;
  }
  
  .cr2-popup-body {
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 95%;
    max-height: 425px;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
  }
  
  .cr2-popup-header {
    padding: 10px 16px;
    border-bottom: 1px solid #8c8c8c;
    flex-shrink: 0;
  }
  
  .cr2-popup-header .logo {
    width: 90px;
  }
  
  .cr2-popup-close {
    width: 14px;
    height: 14px;
  }
  
  .cr2-popup-scroll {
    flex: 1;
    padding: 16px;
  }
  
  .cr2-popup-title {
    margin-bottom: 14px;
  }
  
  .cr2-popup-line {
    width: 100%;
    height: 1px;
    margin: 14px 0;
  }
  
  .cr2-popup-sec .sec-title {
    margin-bottom: 10px;
  }
  
  .cr2-popup-sec .sec-content p {
    margin-bottom: 8px;
  }
  
  .cr2-popup-footer {
    padding: 12px;
    border-top: 1px solid #8c8c8c;
    display: flex;
    flex-shrink: 0;
  }
  
  .cr2-popup-footer .submit-btn {
    width: 96px;
    height: 34px;
    border-radius: 10px;
    display: flex;
  }
  
  .cr3 {
    padding: 35px 0 0;
  }
  
  .cr3 .main {
    margin-top: 50px;
    padding: 36px 5% 36px;
  }
  .cr3 .swiper{
    margin-bottom: 20px;
  }
  .cr3 .swiper-box {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  
  .cr3 .swiper-box .sbtn1 {
    border: 1px solid rgba(255, 255, 255, 0.3);
    position: static;
  }
  
  .cr3 .swiper-box .sbtn1.prev {
    right: 100%;
    margin-right: 22px;
  }
  
  .cr3 .swiper-box .sbtn1.next {
    left: 384px;
  }
  
  .cr3 .photo {
    flex-shrink: 0;
  }
  
  .cr3 .photo .bg {
    width: 362px;
    height: 229px;
    border-radius: 10px;
  }
  
  .cr3 .txt {
    width: 100%;
  }
  
  .cr3 .txt .t1 {
    letter-spacing: 1px;
  }
  
  .cr3 .txt .t2 {
    margin-top: 12px;
  }
  
  .cr3 .txt .t3 {
    margin-top: 12px;
  }
  
  .cr4 {
    padding: 40px 5% 0;
  }
  
  .cr4 .list .item {
    padding: 26px 0;
    border-top: 1px dashed #8c8c8c;
    gap: 26px;
    align-items: flex-start;
  }
  
  .cr4 .list .item:last-child {
    border-bottom: 1px dashed #8c8c8c;
  }
  
  .cr4 .item .num {
    flex-shrink: 0;
    margin-top: 0.2em;
  }
  
  .cr4 .item .info {
    flex: 1;
  }
  
  .cr4 .item .info .t1 {
    letter-spacing: 1px;
    -webkit-line-clamp: 2;
  }
  .cr4 .item .info .t3 {
    margin-top: 15px;
  }
  .cr4 .item .info .bottom {
    margin-top: 34px;
  }
  
  .cr4 .item .pic {
    width: 240px;
    height: 147px;
    border-radius: 10px;
    flex-shrink: 0;
  }
  
  .cr4 .C-paging {
    margin-top: 40px;
    padding-bottom: 40px;
  }
  
  .cr5 {
    padding: 39px 0 0;
  }
  
  .cr5 .C-title .k2 {
    margin-top: 20px;
  }
  
  .cr5 .faq-section {
    margin-top: 40px;
  }
  
  .cr5 .faq-group {
    padding: 30px;
    border-top: none;
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
  }
  
  .cr5 .faq-group:last-child {
    border-bottom: none;
  }
  
  .cr5 .faq-group-title {
    width: 100%;
  }
  
  .cr5 .faq-list {
    width: 100%;
    margin-top: 10px;
  }
  
  .cr5 .faq-item {
    border-top: 1px solid #8c8c8c;
    padding: 20px 0;
  }
  
  .cr5 .faq-item:last-child {
    border-bottom: 1px solid #8c8c8c;
  }
  
  .cr5 .faq-q {
    flex: 1;
  }
  
  .cr5 .faq-toggle {
    width: 21px;
    height: 21px;
    flex-shrink: 0;
    margin-left: 10px;
  }
  
  .cr5 .faq-body {
    padding-top: 14px;
  }
  
  .cr5 .faq-answer p {
    margin-bottom: 5px;
  }
  
.privacy-content .C-wrap {
  max-width: none;
}
}