@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: 66px;
  }
  
  .head1 {
    width: 100%;
  }
  
  .isback .head1 {
    transform: translateY(-100%);
  }
  
  .C-wrap {
    width: 90%;
  }
  
  .C-btn1 {
    display: inline-flex;
    height: 36px;
    padding: 0 22px;
    border: 1px solid #fff;
    font-size: 14px;
    letter-spacing: 1px;
  }
  
  .C-btn1 .txt {
    height: 14px;
    display: flex;
    flex-direction: column;
    gap: 5px;
  }
  
  .C-btn1 .txt em {
    height: 14px;
    line-height: 14px;
  }
  
  .C-btn1::after {
    width: 100%;
  }
  
  .C-btn1:hover::after {
    height: 100%;
  }
  
  .C-btn1.theme3::after {
    height: 100%;
  }
  
  .C-btn1.theme3:hover::after {
    height: 0%;
  }
  
  .C-banner {
    width: 100%;
  }
  
  .C-banner .banner-nav {
    width: 100%;
    border-top: 1px solid #C4B698;
    padding: 15px 20px 0;
    gap: 12px 24px;
  }
  
  .C-banner .banner-nav a::after {
    bottom: -1px;
    height: 1px;
  }
  
  .C-banner .banner-nav a:hover::after {
    width: 100%;
  }
  
  .C-banner .banner-nav a.on::after {
    width: 100%;
  }
  
  .C-banner .ban-txt {
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    padding: 0 30px;
  }
  
  .C-banner .ban-txt .t1 {
    letter-spacing: 3px;
  }

  .C-banner .ban-txt .t2 {
    font-size: 40px;
    margin-top: 5px;
  }

  .C-banner .ban-txt .t3 {
    max-width: 100%;
    margin: 20px auto 0;
    letter-spacing: 1px;
  }
  
  .head1 {
    padding: 0 20px;
  }
  
  .head1 .logo {
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 54px;
  }
  
  .head-right {
    gap: 12px;
  }
  
  .head1 .lang-cur img {
    width: 15px;
  }
  
  .lang .lang-cur {
    width: 15px;
  }
  
  .lang .lang-drop {
    right: -14px;
    top: 100%;
    margin-top: 6px;
    width: 43px;
    padding: 10px 0;
    display: flex;
    flex-direction: column;
    gap: 7px;
    transform: translateY(5px);
  }
  
  .lang .lang-drop a {
    font-size: 14px;
    letter-spacing: 1px;
  }
  
  .lang .lang-drop a::after {
    bottom: -1px;
    height: 1px;
  }
  
  .lang .lang-drop a:hover::after {
    width: 100%;
  }
  
  .head-menu {
    width: 100%;
    display: flex;
    align-items: flex-start;
    overflow-y: auto;
  }

  .head-menu .menu-in {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 24px;
    padding: calc(var(--head) + 30px) 0 40px;
  }

  .head-menu .col {
    transform: translateY(20px);
  }

  .head-menu .c-t {
    margin-bottom: 10px;
  }
  
  .head-menu .c-list {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    opacity: 0.7;
  }
  
  .head-menu .c-list a::after,
  .head-menu .c-t a::after {
    bottom: -1px;
    height: 1px;
  }
  
  .head-menu .c-list a:hover::after,
  .head-menu .c-t a:hover::after {
    width: 100%;
  }
  
  .jd2 .ico {
    width: 86px;
  }
  
  .jd2 .list {
    gap: 30px;
    margin-top: 30px;
  }
  
  .jd2 .list .item .cn {
    margin-top: 9px;
  }
  
  .jd2 .intr {
    max-width: 495px;
    margin: 30px auto 0;
  }
  
  .jd2 .intr .p2 {
    margin-top: 20px;
    letter-spacing: 1px;
  }
  
  .jd3 .jd3-bg {
    width: 100%;
  }
  
  .jd3 .fix {
    display: flex;
  }
  
  .jd3 .wrap {
    width: 90%;
  }
  
  .jd3 .h1 {
    margin-bottom: 30px;
  }
  
  .jd3 .jd3_swiper {
    width: 90%;
  }
  
  .jd3 .swiper-slide {
    width: 300px;
  }

  .jd3 .slide_box {
    gap: 14px;
    margin: 0 0 18px 0;
  }

  .jd3 .slide_box .img {
    width: 120px;
    height: 160px;
    flex-shrink: 0;
  }

  .jd3 .slide_box .slide_box_r {
    flex: 1;
    min-width: 0;
  }

  .jd3 .slide_box .slide_box_r .year {
    margin-bottom: 12px;
  }
  
  .jd3 .slide_box .slide_box_r .p {
    letter-spacing: 1px;
  }
  
  .jd3 .slide_bottom {
    gap: 15px;
  }
  
  .jd3 .slide_bottom .year {
    width: 46px;
    padding: 5px 0;
  }
  
  .jd3 .slide_bottom .year::after {
    left: 50%;
    width: 1px;
    height: 160px;
    background: linear-gradient(0deg, #2c241e 0%, rgba(44, 36, 30, 0) 100%);
    transform: translate(-50%, -100%);
    display: none;
  }

  .jd3 .slide_bottom .lines {
    width: auto;
    flex: 1;
    min-width: 0;
  }
  
  .jd3 .slide_bottom .lines img {
    width: 100%;
  }
  
  .jd3 .slide_bottom .jt {
    left: 17px;
    bottom: -3px;
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
    border-bottom: 4px solid #000;
  }
  
  .jd4 {
    padding: 0 0 32px;
  }
  
  .jd4 .list {
    width: 100%;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    padding: 0 12px;
  }

  .jd4 .item {
    width: 100%;
  }

  .jd4 .item .mask {
    background: rgba(0, 0, 0, 0.25);
  }

  .jd4 .item .name {
    top: 50%;
    opacity: 1;
    transform: translateY(-50%);
  }
  
  .foot1 {
    padding: 62px 20px 32px;
  }

  .foot1 .foot-nav {
    gap: 10px 16px;
    padding: 0;
  }
  
  .foot1 .foot-nav a::after {
    bottom: -1px;
    height: 1px;
  }
  
  .foot1 .foot-nav a:hover::after {
    width: 100%;
  }
  .foot1 .foot-nav .about-drop{
    /* display: none; */
  }
  
  .foot1 .foot-bar {
    margin-top: 12px;
    padding: 8px 0;
    border-top: 1px solid #c4b698;
    border-bottom: 1px solid #c4b698;
  }
  
  .foot1 .copy {
    gap: 11px;
  }
  
  .foot1 .foot-links {
    gap: 21px;
  }
  
  .story2 .zuo {
    width: 100%;
    height: auto;
    aspect-ratio: 431/420;
  }

  .story2 .you {
    width: 100%;
    margin-top: 30px;
  }
  
  .story2 .intr {
    margin-top: 30px;
    letter-spacing: 1px;
  }
  
  .story2 .intr .p2 {
    margin-top: 14px;
  }
  
  .story3 {
    height: auto;
    padding: 60px 0;
  }

  .story3 .bg {
    height: 120%;
    top: -10%;
  }

  .story3 .box {
    width: 90%;
    height: auto;
    padding: 30px 20px;
  }

  .story3 .list {
    width: 100%;
    margin: 30px auto 0;
    flex-direction: column;
    gap: 20px;
  }

  .story3 .col {
    gap: 12px;
    letter-spacing: 1px;
  }

  .story3 .col1 {
    width: 100%;
  }

  .story3 .col2 {
    width: 100%;
  }
  
  .story4 {
    padding: 45px 0 55px;
  }
  
  .story4 .s4-grid {
    grid-template-columns: 0.9fr 1fr 1.6fr;
    gap: 8px;
  }

  .story4 .col {
    gap: 8px;
    height: 260px;
  }

  .story4 .item {
    width: 100%;
  }

  .story4 .item img {
    width: 100%;
    height: 100%;
  }

  .story4 .col1 .item:nth-child(1) {
    height: 105px;
  }

  .story4 .col1 .item:nth-child(2) {
    height: 147px;
  }

  .story4 .col2 .item:nth-child(1) {
    height: 172px;
  }

  .story4 .col2 .item:nth-child(2) {
    height: 80px;
  }

  .story4 .col3 .item {
    height: 126px;
  }

  .story4 .story4-progress {
    width: 60%;
    height: 1px;
    margin: 20px auto 0;
  }
  
  .kf2 {
    padding: 77px 0 89px;
  }
  
  .kf2 .intr {
    max-width: 505px;
    margin: 20px auto 0;
    letter-spacing: 1px;
  }
  
  .kf2 .C-btn1 {
    margin-top: 20px;
  }
  
  .kf3 {
    padding: 60px 0;
  }
  
  .kf3 .tex::after {
    background: linear-gradient(180deg, rgba(249, 247, 239, 0) 80%, #f9f7ef 100%);
  }
  
  .kf3 .main {
    width: 100%;
    gap: 30px;
  }

  .kf3 .zuo {
    width: 100%;
    height: auto;
    aspect-ratio: 334/553;
  }

  .kf3 .zuo img+img {
    width: 100%;
    height: 100%;
  }

  .kf3 .list {
    width: 100%;
  }
  
  .kf3 .item {
    padding: 16px 16px 16px;
    border-bottom: 1px solid #000;
    margin-bottom: 16px;
  }
  
  .kf3 .name {
    display: flex;
    gap: 10px;
  }
  
  .kf3 .name .cn {
    letter-spacing: 2px;
  }
  
  .kf3 .item .p {
    margin-top: 20px;
    letter-spacing: 1px;
  }
  
  .kf3 .item .i1 {
    right: -10px;
    top: 16px;
    width: 100px;
  }
  
  .kf4 {
    padding: 45px 0 25px;
  }
  
  .kf4 .s4-grid {
    gap: 8px;
  }
  
  .kf4 .row {
    gap: 8px;
  }
  
  .kf4 .item {
    width: 100%;
  }
  
  .kf4 .item img {
    width: 100%;
    height: 100%;
  }
  
  .kf4 .row1 {
    grid-template-columns: 1fr 1.4fr;
    height: 200px;
  }

  .kf4 .row2 {
    margin-top: 8px;
    height: 110px;
  }

  .kf4 .kf4-progress {
    width: 60%;
    height: 1px;
    margin: 20px auto 0;
  }
  
  .kf5 {
    padding: 59px 0;
  }
  
  .kf5 .C-wrap {
    width: 90%;
  }
  
  .kf5 .k2 {
    width: 80%;
    max-width: 338px;
  }

  .kf5 .box {
    margin-top: 30px;
    gap: 30px;
  }

  .kf5 .zuo {
    width: 100%;
  }
  
  .kf5 .intr {
    margin-top: 20px;
    letter-spacing: 1px;
  }
  
  .kf5 .intr p+p {
    margin-top: 8px;
  }
  
  .kf5 .C-btn1 {
    margin-top: 20px;
  }
  
  .kf5 .you {
    width: 100%;
    height: auto;
    aspect-ratio: 248/127;
  }
  
  .kf7 {
    padding: 60px 0 60px;
  }
  
  .kf7 .tex::after {
    background: linear-gradient(180deg, rgba(249, 247, 239, 0) 80%, #f9f7ef 100%);
  }
  
  .kf7 .C-wrap {
    height: auto;
    gap: 30px;
  }

  .kf7 .zuo {
    width: 100%;
    padding-bottom: 0;
  }
  
  .kf7 .intr {
    margin-top: 30px;
    letter-spacing: 1px;
  }
  
  .kf7 .C-btn1 {
    margin-top: 30px;
  }
  
  .kf7 .you {
    width: 100%;
  }

  .kf7 .kf7_swiper {
    width: 100%;
    height: auto;
    aspect-ratio: 33/40;
  }
  
  .kf7 .ctrl {
    align-items: flex-end;
    gap: 7px;
    margin-top: 7px;
  }
  
  .kf7 .ctrl .icon {
    width: 12px;
  }
  
  .kf7 .ctrl .page {
    letter-spacing: 1px;
  }
  
  .kf8 {
    height: auto;
    padding-bottom: 40px;
  }

  .kf8 .zuo {
    width: 100%;
    height: 240px;
  }

  .kf8 .you {
    width: 100%;
    margin-right: 0;
    margin-top: 24px;
    padding: 0 20px;
    letter-spacing: 1px;
  }
  
  .kf8 .you p+p {
    margin-top: 7px;
  }
  
  .kf9 {
    padding: 60px 0;
  }
  
  .kf9 .list {
    width: 100%;
    margin: 30px auto 0;
    align-items: flex-start;
  }
  
  .kf9 .item {
    width: 106px;
  }
  
  .kf9 .quan {
    width: 90px;
    height: 90px;
    border-radius: 50%;
  }
  
  .kf9 .quan img {
    max-width: 100%;
    max-height: 55px;
  }
  
  .kf9 .t {
    margin-top: 15px;
  }
  
  .kf9 .t p+p {
    margin-top: 4px;
    font-size: 14px;
  }
  
  .kf9 .line {
    width: 1px;
    height: 150px;
  }
  
  .kf10 .list {
    width: 90%;
    padding: 50px 0;
    gap: 20px;
    align-items: flex-end;
  }

  .kf10 .item {
    width: 253px;
    height: 340px;
    margin: 0 auto;
  }

  .kf10 .item:nth-child(2) {
    height: 340px;
  }

  .kf10 .item .en {
    top: 50%;
    transform: translate(-0.1em, -62%);
  }

  .kf10 .item:nth-child(1) .en {
    font-size: 90px;
  }

  .kf10 .item:nth-child(2) .en {
    font-size: 70px;
  }

  .kf10 .item:nth-child(3) .en {
    font-size: 76px;
  }
  
  .kf10 .item .intr {
    top: 50%;
    transform: translateY(-50%);
  }
  
  .kf10 .item .t1 {
    transform: translateY(10px);
  }
  
  .kf10 .item .t2 {
    margin-top: 5px;
    transform: translateY(10px);
  }
  
  .kf7 .k1 .en {
    font-size: 28px;
    margin-bottom: 4px;
  }
  
  .ctn3 .tex::after {
    background: linear-gradient(180deg, rgba(249, 247, 239, 0) 95%, #f9f7ef 100%);
  }
  
  .ctn3 .list {
    width: 90%;
  }
  
  .ctn3 .item {
    gap: 20px;
    padding: 32px 0;
  }

  .ctn3 .item .bg {
    width: 100%;
    height: auto;
    aspect-ratio: 3/2;
    flex-shrink: 0;
  }
  
  .ctn3 .intr {
    flex: 1;
  }
  
  .ctn3 .intr .p {
    margin-top: 20px;
    letter-spacing: 1px;
  }
  
  .ctn3 .intr .C-btn1 {
    margin-top: 30px;
  }
  
  .ctn3 .item .i1 {
    right: 0;
    width: 120px;
  }
  
  .ctn7 {
    padding: 0 0 56px;
  }
  
  .ctn7 .sec1 .zuo {
    width: 100%;
    gap: 20px;
  }

  .ctn7 .sec1 .zuo .bg {
    width: calc(50% - 10px);
    height: auto;
    aspect-ratio: 223/332;
    flex-shrink: 0;
  }

  .ctn7 .sec1 .list {
    width: 100%;
    margin-top: 24px;
  }
  
  .ctn7 .sec1 .item .p {
    margin-top: 9px;
    letter-spacing: 1px;
  }
  
  .ctn7 .sec1 .item+.item {
    margin-top: 20px;
  }
  
  .ctn7 .sec2 {
    margin-top: 20px;
  }
  
  .ctn7 .sec2 .zuo {
    width: 100%;
    height: auto;
    aspect-ratio: 465/203;
  }

  .ctn7 .sec2 .you {
    width: 100%;
    margin-top: 20px;
  }

  .ctn7 .sec2 .box {
    width: 100%;
    margin-left: 0;
    padding: 20px 0;
    border-top: 1px solid #c4b698;
    border-bottom: 1px solid #c4b698;
    gap: 12px;
  }
  
  .ctn7 .sec2 .intr {
    letter-spacing: 1px;
  }
  
  .ctn7 .sec2 .intr p+p {
    margin-top: 4px;
  }
  
  .ctn8 .tex::after {
    background: linear-gradient(180deg, #f9f7ef 0%, rgba(249, 247, 239, 0) 20%);
  }
  
  .ctn8 .list {
    width: 90%;
  }
  
  .ctn8 .item {
    gap: 20px;
    padding: 32px 0;
  }

  .ctn8 .item .bg {
    width: 100%;
    height: auto;
    aspect-ratio: 3/2;
    flex-shrink: 0;
  }

  .ctn8 .item .zuo:not(.bg),
  .ctn8 .item .you:not(.bg) {
    width: 100%;
    flex-shrink: 0;
  }
  
  .ctn8 .item .p {
    margin-top: 20px;
    letter-spacing: 1px;
  }
  
  .ctn9 {
    height: auto;
    padding: 50px 0;
  }

  .ctn9 .C-wrap {
    height: auto;
    gap: 30px;
  }

  .ctn9 .zuo {
    width: 100%;
  }
  
  .ctn9 .intr {
    margin-top: 20px;
    letter-spacing: 1px;
  }
  
  .ctn9 .C-btn1 {
    margin-top: 20px;
  }
  
  .ctn9 .list {
    width: 100%;
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    gap: 16px;
  }

  .ctn9 .item .txt {
    width: 100%;
    height: 120px;
    flex-shrink: 0;
  }

  .ctn9 .item .bg {
    width: 100%;
    height: 140px;
    flex-shrink: 0;
  }
  
  .ctn9 .item .cn {
    margin-top: 5px;
  }
  
  .ctn9 .item .desc {
    width: 90%;
    margin: 5px auto 0;
    letter-spacing: 1px;
    transform: translateY(5px);
  }
  
  .ctn9 .corner {
    width: 51px;
  }
  
  .ctn9 .corner img {
    width: 100%;
  }
  
  .ctn9 .corner.tl {
    left: 2px;
    top: 2px;
  }
  
  .ctn9 .corner.br {
    right: 2px;
    bottom: 2px;
  }
  
  .bqt2 .tex {
    height: 130%;
  }
  
  .bqt3 {
    padding: 70px 0 50px;
    display: flex;
  }
  
  .bqt3_swiper {
    width: 90%;
    height: 420px;
  }
  
  .bqt3_swiper .swiper-slide {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
  }
  
  .bqt3_swiper .swiper-slide .bg {
    height: 160px;
    flex: none;
  }
  
  .bqt3_swiper .swiper-slide-active {
    width: 100%;
  }
  
  .bqt3_swiper .swiper-slide-active .bg {
    width: 100%;
  }
  
  .bqt3_swiper .intr {
    margin-top: 10px;
  }
  
  .bqt3_swiper .p {
    margin-top: 5px;
    letter-spacing: 1px;
  }
  
  .bqt4 {
    padding: 60px 0 71px;
  }
  
  .bqt4 .head {
    gap: 12px;
  }
  
  .bqt4 .head .p {
    width: 90%;
    letter-spacing: 1px;
  }
  
  .bqt4 .main {
    margin-top: 22px;
  }
  
  .bqt4 .track {
    flex-wrap: nowrap;
    gap: 16px;
  }
  
  .bqt4 .item {
    flex: none;
    width: 169px;
    height: 253px;
  }
  
  .bqt4 .item .bg::after {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 50%);
  }
  
  .bqt4 .item::after {
    backdrop-filter: blur(1px);
  }
  
  .bqt4 .item .intr {
    display: flex;
    flex-direction: column;
  }
  
  .bqt4 .item .desc {
    letter-spacing: 1px;
    font-size: 12px;
  }
  
  .bqt4 .item:hover {
    width: 300px;
  }

  .bqt4 .item:hover .intr {
    align-items: flex-start;
    justify-content: flex-end;
    padding: 20px;
  }
  
  .bqt4 .item:hover .desc {
    margin-top: 4px;
  }
  
  .bqt4 .bar {
    width: 200px;
    height: 1px;
    margin: 28px auto 0;
  }
  
  .bqt4 .bar-in {
    width: 16px;
    height: 100%;
  }
  
  .bqt5 {
    height: 540px;
  }
  
  .bqt5 .box {
    left: 20px;
    right: 20px;
    bottom: 40px;
    width: auto;
    padding: 30px 24px;
  }
  
  .bqt5 .box .p {
    margin-top: 12px;
    letter-spacing: 1px;
  }
  
  .bqt5 .C-btn1 {
    margin-top: 12px;
  }
  
  .bqt7 .zuo {
    width: 100%;
  }
  
  .bqt8 {
    height: 540px;
  }
  
  .bqt9 .quan img {
    max-height: 60px;
  }
  
  .bqt9 .t {
    letter-spacing: 1px;
  }
  
  .bqt9 .item {
    width: 109px;
  }
  
  .spa3 {
    padding: 32px 0;
  }
  
  .spa3 .sec1 .zuo {
    width: 100%;
    height: 298px;
  }
  
  .spa3 .sec1 .intr {
    width: 90%;
    margin: 20px auto 0;
  }
  
  .spa3 .sec1 .time {
    margin-top: 16px;
    letter-spacing: 1px;
  }
  
  .spa3 .sec1 .p {
    margin-top: 16px;
    letter-spacing: 1px;
  }
  
  .spa3 .sec1 .C-btn1 {
    margin-top: 32px;
  }
  
  .spa3 .sec2 {
    margin-top: 64px;
    gap: 40px;
  }

  .spa3 .sec2 .item {
    width: 100%;
  }

  .spa3 .sec2 .box {
    height: auto;
    aspect-ratio: 1/1;
  }
  
  .spa3 .sec2 .intr {
    margin-top: 20px;
  }
  
  .spa3 .sec2 .time {
    margin-top: 10px;
    letter-spacing: 1px;
  }
  
  .spa3 .sec2 .C-btn1 {
    align-self: flex-end;
  }
  
  .spa4 .quan img {
    max-height: 70px;
  }
  
  .spa4 .t {
    letter-spacing: 1px;
  }
  
  .spa5 .you {
    height: 148px;
  }
  
  .home1 {
    min-height: 360px;
  }
  .home1 .k1{
    text-align: center;
  }
  .home1 .ban-txt {
    left: 50%;
    bottom: 113px;
    width: 90%;
    margin-left: -45%;
  }
  
  .home1 .more {
    left: 50%;
    bottom: 10px;
    flex-direction: column;
    gap: 4px;
    transform: translateX(-50%);
  }
  
  .home1 .more .line {
    width: 1px;
    height: 33px;
  }
  
  .home2 {
    height: 100vh;
  }

  .home2 .intr {
    left: 50%;
    top: 50%;
    width: 90%;
    margin: 0;
    transform: translate(-50%, -50%);
  }
  
  .home2 .t1 {
    letter-spacing: 1px;
  }
  
  .home2 .C-btn1 {
    margin-top: 20px;
  }
  
  .home2 .t2 {
    margin-top: 20px;
    letter-spacing: 1px;
  }
  
  .home2 .fly1 {
    left: 15px;
    top: auto;
    bottom: 10%;
    width: 80px;
    margin-top: -5px;
  }

  .home2 .fly2 {
    right: 10px;
    top: 10%;
    width: 100px;
    margin-top: 0;
  }
  
  @keyframes home2Fly {
  
    0%,
    100% {
      transform: translate3d(0, 0, 0) rotate(0deg);
    }
  
    50% {
      transform: translate3d(0, -12px, 0) rotate(-2.5deg);
    }
  }
  
  .home3 {
    height: auto;
    padding: 50px 0;
  }

  .home3 .zuo {
    width: 100%;
    padding-top: 0;
  }
  
  .home3 .zuo .p {
    margin-top: 12px;
    letter-spacing: 1px;
  }
  
  .home3 .zuo .t {
    margin-top: 12px;
    letter-spacing: 1px;
  }
  
  .home3 .you {
    width: 100%;
    height: auto;
    aspect-ratio: 383/420;
    margin-top: 30px;
  }
  
  .home3 .you img {
    height: 116%;
  }
  
  .home4 {
    min-height: 360px;
  }
  
  .home4 .item {
    transform: translateX(100%);
  }
  
  .home4 .item>.bg::after {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0) 50%), rgba(0, 0, 0, 0.1);
  }
  
  .home4 .item .C-wrap {
    left: 50%;
    height: 100%;
    margin-left: -45%;
  }

  .home4 .tt {
    left: 0;
    top: 100px;
    gap: 10px;
  }

  .home4 .tt .cn {
    letter-spacing: 3px;
  }

  .home4 .tt .dot {
    font-size: 30px;
    letter-spacing: 2px;
  }

  .home4 .tt .en {
    font-size: 36px;
  }

  .home4 .down {
    bottom: 40px;
    width: 100%;
  }
  
  .home4 .down .p {
    letter-spacing: 1px;
  }
  
  .home4 .down .btns {
    gap: 8px;
    margin-top: 12px;
  }
  
  .home4 .tt,
  .home4 .down .p,
  .home4 .down .btns {
    transform: translateY(20px);
  }
  
  .home5 {
    height: auto;
    padding-bottom: 40px;
  }
  
  .home5 .main {
    padding: 60px 5% 0;
  }
  
  .home5 .box {
    margin-top: 20px;
  }
  
  .home5 .swiper {
    height: 320px;
  }
  
  .home5 .swiper-slide {
    width: 185px;
    height: 240px;
  }
  
  .home5 .swiper-slide-active {
    height: 320px;
  }
  
  .home5 .texts {
    position: static;
    width: 100%;
    height: auto;
    margin-top: 20px;
  }

  .home5 .swiper-text {
    position: static;
    width: 100%;
    display: none;
    transform: none;
  }

  .home5 .swiper-text.on {
    display: block;
  }
  
  .home5 .swiper-text .p {
    margin-top: 10px;
    letter-spacing: 1px;
  }
  
  .home6 {
    height: auto;
  }
  
  .home6 .you {
    position: static;
    width: 100%;
    height: 100%;
  }
  
  .home6 .you img {
    height: 120%;
    margin-top: -10%;
  }
  
  .home6 .intr {
    position: static;
    left: 20px;
    top: 40px;
    width: 80%;
    margin: 40px auto 40px;
  }
  
  .home6 .tag {
    padding: 2px 8px;
    letter-spacing: 1px;
  }
  
  .home6 .intr .p {
    margin-top: 12px;
    letter-spacing: 1px;
  }
  
  .home6 .intr .bg {
    width: 130px;
    height: 195px;
    margin: 16px 0 0 16px;
  }

  .home6 .C-btn1 {
    margin: 16px 0 0 32px;
  }
  
  .home7 {
    height: auto;
    padding-top: 40px;
  }
  
  .home7 .loopLogos-warpper {
    flex-wrap: nowrap;
  }
  
  .home7 .item {
    flex-shrink: 0;
    width: 134px;
    height: 146px;
    margin-right: 20px;
  }
  
  .home8 {
    height: auto;
    padding: 40px 0;
  }

  .home8 .map {
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    height: auto;
    margin-left: 0;
    display: none;
  }

  .home8 .map-pic{
    position: static;
  }

  .home8 .mob-tabs {
    overflow-x: auto;
    gap: 10px;
    padding: 0 20px;
    font-size: 14px;
    scrollbar-width: none;
  }

  .home8 .mob-tabs::-webkit-scrollbar {
    display: none;
  }

  .home8 .mob-tabs .tab-item {
    flex-shrink: 0;
    gap: 6px;
    height: 36px;
    padding: 0 14px;
    border: 1px solid #b08e47;
    border-radius: 18px;
    color: #b08e47;
    cursor: pointer;
    transition: background .3s, color .3s;
  }

  .home8 .mob-tabs .tab-item .icon {
    width: 16px;
    filter: contrast(0.5);
  }

  .home8 .mob-tabs .tab-item.on .icon {
    filter: none;
  }

  .home8 .mob-tabs .tab-item.on {
    background: #b08e47;
    color: #fff;
  }

  .home8 .item-b {
    left: 67.29%;
    top: 18.49%;
    width: 54px;
    height: 54px;
  }
  
  .home8 .item-b .i1 {
    width: 85%;
  }
  
  .home8 .item-b .i2 {
    left: 50%;
    top: 41.5%;
    width: 31px;
    transform: translate(-50%, -50%);
  }
  
  .home8 .item-b.on {
    transform: translateY(-3px);
  }
  
  .home8 .item-s,
  .home8 .item-m {
    border-radius: 50%;
  }
  
  .home8 .item-s {
    width: 18px;
    height: 18px;
    border: 1px solid #F9F7EF;
  }
  
  .home8 .item-m {
    width: 20px;
    height: 20px;
  }
  
  .home8 .item-s img {
    width: 8px;
  }
  
  .home8 .item-m img {
    width: 9px;
  }
  
  .home8 .C-wrap {
    left: 50%;
    height: 100%;
    margin-left: -45%;
  }

  .home8 .contact {
    position: static;
    width: 100%;
    padding: 0 20px 24px;
  }
  
  .home8 .contact .c-list {
    margin-top: 20px;
  }
  
  .home8 .contact .c-list p+p {
    margin-top: 8px;
  }
  
  .home8 .contact .C-btn1 {
    margin-top: 20px;
  }
  
  .home8 .cards {
    position: relative;
    left: 0;
    top: 0;
    width: 92%;
    height: auto;
    margin: 24px auto 0;
  }

  .home8 .card {
    position: static;
    display: none;
  }

  .home8 .card.on {
    display: flex;
    gap: 12px;
    padding: 12px;
  }

  .home8 .card .bg {
    position: static;
    width: 120px;
    height: 120px;
    flex-shrink: 0;
  }

  .home8 .card .info {
    position: static;
    width: auto;
    flex: 1;
    min-width: 0;
  }
  
  .home8 .card .t {
    letter-spacing: 1px;
  }
  
  .home8 .card .p {
    margin-top: 7px;
    letter-spacing: 1px;
  }
  
  .home8 .card .dis {
    margin-top: 7px;
    letter-spacing: 1px;
  }
  
  .home8 .card .dis p+p {
    margin-top: 4px;
  }

  .legal1 {
    padding: 100px 0 40px;
  }

  .legal1 .k1 {
    letter-spacing: 2px;
  }

  .legal2 .C-wrap {
    max-width: 100%;
  }

  .privacy-section + .privacy-section {
    margin-top: 28px;
  }

  .privacy-section__title {
    padding-left: 12px;
    border-left-width: 3px;
    margin-bottom: 12px;
  }

  .privacy-section__text + .privacy-section__text {
    margin-top: 12px;
  }
}