@media screen and (max-width:768px) {
  :root {
    --head: 50px;
  }

  .C-wrap {
    width: calc(100% - 40px);
  }

  .home-title {
    letter-spacing: 0.5px;
  }

  .C-btn1 {
    display: inline-flex;
    height: 36px;
    padding: 0 18px;
    border-radius: 500px;
    letter-spacing: 1px;
    border: 1px solid transparent;
  }

  .head1 {
    width: 100%;
    height: var(--head);
    padding: 0 15px;
  }

  .head1 .logo {
    width: 130px;
    height: 18px;
  }

  .head1 .logo img {
    width: 100%;
    height: 100%;
  }

  .head1 .menu {
    position: fixed;
    right: 2%;
    top: -120vh;
    width: 60%;
    height: auto;
    max-height: 100vh;
    background: #fff;
    box-shadow: 0 0 5px #cfcfcf;
    display: block;
    opacity: 0;
    overflow: auto;
    transition: opacity ease .3s;
    z-index: 50;
    color: #333;
    gap: 0;
    border-radius: 20px;
    margin-left: 0;
  }

  header.open .menu {
    top: var(--head);
    opacity: 1;
  }

  .head1 .menu .link {
    width: 100%;
    position: relative;
  }

  .head1 .menu .link>a {
    display: block;
    border-bottom: 1px solid #ddd;
    line-height: 50px;
    color: #333;
    padding: 0 20px;
  }

  .head1 .menu .link::after {
    display: none;
  }

  .head1 .menu .down {
    position: static;
    width: 100%;
    min-width: 100%;
    padding: 0;
    margin-top: 0;
    border-radius: 0;
    box-shadow: none;
    opacity: 1;
    visibility: visible;
    transform: none;
    pointer-events: auto;
    border-bottom: 1px solid #ddd;
    display: none;
    background: #f9f9f9;
  }

  .head1 .menu .down::before {
    display: none;
  }

  .head1 .menu .down a {
    padding: 10px 30px;
    text-align: left;
    color: #666;
    line-height: 1.5;
    border-bottom: none;
  }

  .head1 .menu .link .down-jt {
    position: absolute;
    right: 0;
    top: 0;
    width: 50px;
    height: 50px;
    background: url('/img/icon-jia.svg') no-repeat center/15px;
  }

  .head1 .menu .link.on .down-jt {
    background: url('/img/icon-jian.svg') no-repeat center/15px;
  }

  .head1 .right {
    gap: 10px;
  }

  .head1 .language {
    color: #fff;
  }

  .head1 .language .lang-current {
    gap: 4px;
    padding: 6px 12px;
  }

  .head1 .language .icon-lang {
    width: 12px;
    height: 12px;
  }

  .head1 .language .icon-arrow {
    width: 8px;
    height: 5px;
  }

  .head1 .language .lang-list {
    min-width: 90px;
    margin-top: 6px;
    padding: 5px;
    border-radius: 10px;
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.12);
    transform: translateY(-5px);
  }

  .head1 .language .lang-list::before {
    top: -6px;
    height: 6px;
  }

  .head1 .language .lang-list li a {
    padding: 6px 10px;
    border-radius: 8px;
  }

  .head1 .language .lang-list li:nth-last-child(n+2) {
    margin-bottom: 2px;
  }

  .head1 .navbar-toggle {
    display: block;
  }

  .isback .head1 {
    transform: translateY(-100%);
  }

  body.scroll .head1 {
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.06);
  }

  footer {
    padding: 40px 0 20px;
  }

  footer .foot1 {
    padding-bottom: 25px;
  }

  footer .foot-logo {
    width: 150px;
    height: 20px;
    margin-bottom: 24px;
  }

  footer .foot-logo img {
    width: 100%;
    height: 100%;
  }

  footer .foot-mid {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    padding-bottom: 18px;
    margin-bottom: 20px;
  }

  footer .foot-nav {
    flex-wrap: wrap;
    gap: 10px 18px;
  }

  footer .share-list {
    gap: 12px;
  }

  footer .share-list .share {
    width: 32px;
    height: 32px;
  }

  footer .share-list .share img {
    width: 14px;
    height: 14px;
  }

  footer .foot-info {
    gap: 18px 24px;
  }

  footer .foot-info .info-item {
    min-width: calc(50% - 12px);
    max-width: 100%;
  }

  footer .foot-info .label {
    margin-bottom: 5px;
  }

  footer .foot2 {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    padding-top: 18px;
  }

  footer .foot2 .copy {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }

  footer .foot2 .legal {
    gap: 8px;
  }

  footer .goTop {
    gap: 6px;
  }

  footer .goTop img {
    width: 9px;
    height: 5px;
  }

  .home1 {
    height: 480px;
  }

  .home1 .intr {
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: calc(100% - 40px);
  }

  .home1 .intr .home-title {
    text-shadow: 1px 2px 4px rgba(0, 0, 0, 0.15);
  }

  .home1 .btn-group {
    margin-top: 22px;
    gap: 12px;
  }

  .home2 {
    padding: 50px 0;
  }

  .home2 .home-title {
    padding-left: 20px;
    margin-bottom: 24px;
  }

  .home2 .wrap {
    position: static;
    height: auto;
  }

  .home2 .pic {
    position: static;
    width: 100%;
    height: auto;
    border-radius: 0 10px 10px 0;
    margin-bottom: 30px;
  }

  .home2 .list {
    position: static;
    width: calc(100% - 40px);
    margin: 0 auto;
    gap: 24px;
  }

  .home2 .list .item .num {
    letter-spacing: -1px;
  }

  .home2 .list .item .desc {
    margin-top: 8px;
  }

  .home3 .bg-list {
  }

  .home3 .bg-list .bg::after {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.55) 0%, rgba(0, 0, 0, 0.45) 100%);
  }

  .home3 .C-wrap {
    padding: 50px 0;
  }

  .home3 .info-list {
    margin-top: 28px;
    margin-left: 0;
    width: 100%;
    gap: 18px;
  }

  .home3 .info-list .item {
    min-height: 0;
    padding: 18px 18px 22px;
    border-radius: 10px;
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
    box-shadow: 2px 2px 20px 0 rgba(204, 204, 204, 0.25);
    gap: 12px;
  }

  .home3 .info-list .item.on .num {
    transform: translateX(-26px);
  }

  .home3 .info-list .text {
    gap: 10px;
    align-items: flex-end;
  }

  .home3 .info-list .text .desc {
    width: 100%;
    letter-spacing: 0.5px;
  }

  .home4 {
    padding: 50px 0;
  }

  .home4 .home-title {
    margin-bottom: 22px;
  }

  .home4 .tabs {
    display: inline-flex;
    padding: 4px 5px;
    border-radius: 500px;
    gap: 6px;
    max-width: 90%;
    overflow: auto;
  }

  .home4 .tabs-wrap {
    margin-bottom: 24px;
  }

  .home4 .tabs .tab-indicator {
    top: 4px;
    left: 5px;
    height: 30px;
    border-radius: 500px;
  }

  .home4 .tabs .tab {
    padding: 6px 18px;
  }

  .home4 .swiper-slide {
    width: 220px;
    height: 280px;
    border: 2px solid #f5f5f5;
    border-radius: 10px;
    padding: 24px 14px 30px;
  }

  .home4 .swiper-slide .inner {
    width: 100%;
    gap: 18px;
  }

  .home4 .swiper-slide .pic {
    width: 100%;
    height: 140px;
  }

  .home4 .swiper-slide .pic img {
    max-width: 100%;
    max-height: 100%;
  }

  .home5 {
    padding: 50px 0;
  }

  .home5 .head-row {
    flex-direction: column;
    align-items: flex-start;
    gap: 18px;
    margin-bottom: 22px;
  }

  .home5 .tab-group {
    width: auto;
  }

  .home5 .tab-group .tabs {
    gap: 30px;
  }

  .home5 .tab-group .tab {
    padding: 0 3px 8px;
  }

  .home5 .tab-group .line {
    width: 100%;
    height: 1px;
  }

  .home5 .tab-group .line .indicator {
    top: -1px;
    height: 2px;
  }

  .home5 .tab-content-ev {
    flex-direction: column;
    gap: 20px;
  }

  .home5 .tab-content-ev.on {
    display: flex;
  }

  .home5 .tab-content-ev .zuo {
    width: 100%;
    height: 240px;
    border-radius: 10px;
    flex-shrink: 0;
  }

  .home5 .tab-content-ev .zuo img {
    width: 100%;
    height: 100%;
  }

  .home5 .tab-content-ev .you {
    width: 100%;
    flex: none;
  }

  .home5 .tab-content-ev .you .pic {
    width: 100%;
    height: 200px;
    border-radius: 10px;
    margin-bottom: 16px;
  }

  .home5 .tab-content-ev .you .pic img {
    width: 100%;
    height: 100%;
  }

  .home5 .tab-content-ev .tag {
    gap: 6px;
    letter-spacing: 0.5px;
    margin-bottom: 8px;
  }

  .home5 .tab-content-ev .tag .dot {
    width: 5px;
    height: 5px;
    border-radius: 50%;
  }

  .home5 .tab-content-ev .title {
    margin-bottom: 10px;
  }

  .home5 .tab-content-ev .sub {
    margin-bottom: 20px;
  }

  .home5 .tab-content-ev .desc-list {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .home5 .tab-content-ev .desc-item .label {
    margin-bottom: 6px;
  }

  .home6 {
    padding: 50px 0 70px;
    height: auto;
  }

  .home6 .home6-bg {
    width: 100%;
    height: 100%;
  }

  .home6 .home6-bg img {
    width: 100%;
    height: 100%;
  }

  .home6 .C-wrap {
    flex-direction: column;
    align-items: flex-start;
  }

  .home6 .zuo {
    width: 100%;
    padding-top: 0;
  }

  .home6 .zuo .home-title {
    margin-bottom: 16px;
  }

  .home6 .zuo .desc {
    margin-bottom: 24px;
  }

  .home6 .you {
    gap: 14px;
    width: 100%;
    margin: 50px 0 0;
  }

  .home6 .you .item {
    flex: 1;
    width: auto;
    height: 220px;
  }

  .home6 .you .item:hover {
    transform: translateY(-4px);
  }

  .home6 .you .item:nth-child(2) {
    margin-top: 50px;
  }

  .home6 .you .item .pic {
    width: 100%;
    height: 100%;
    border-radius: 10px;
  }

  .home6 .you .item .pic img {
    width: 100%;
    height: 100%;
  }

  .home6 .you .item .label {
    width: 100%;
    padding: 10px;
    font-size: 14px;
  }

  .home6 .you .item .tag {
    left: 8px;
    top: 8px;
    gap: 5px;
    padding: 7px 9px;
    border-radius: 8px;
    max-width: 100%;
  }

  .home6 .you .item .tag img {
    width: 16px;
  }

  .home6 .you .item .tag span {
    flex: 1;
    font-size: 12px;
  }

  .home6 .you .item:nth-child(1) .tag {
    left: -6px;
    top: 60px;
  }

  .home6 .you .item:nth-child(2) .tag {
    left: 20px;
    top: auto;
    bottom: -10px;
  }

  .home7 {
    padding: 50px 0 40px;
  }

  .home7 .home-title {
    margin-bottom: 24px;
    width: 90%;
    margin-left: 5%;
  }

  .home7 .logo-scroll {
    width: 100%;
    padding: 4px 0;
  }

  .home7 .logo-scroll::before,
  .home7 .logo-scroll::after {
    height: 100%;
    width: 40px;
  }

  .home7 .logo-scroll::before {
    background: linear-gradient(90deg, #fff 0%, rgba(255, 255, 255, 0) 100%);
  }

  .home7 .logo-scroll::after {
    background: linear-gradient(-90deg, #fff 0%, rgba(255, 255, 255, 0) 100%);
  }

  .home7 .warpper2 {
    margin-top: -1px;
  }

  .home7 .logo-list {
    grid-template-columns: repeat(6, 100px);
    flex-shrink: 0;
  }

  .home7 .logo-list .item {
    width: 100px;
    height: 100px;
    border: 1px solid #F4F4F4;
    margin-left: -1px;
  }

  .home7 .logo-list .item::before {
    width: 100%;
    height: 100%;
    background: linear-gradient(167deg, #FFF 11.36%, #E2FFED 95.29%);
  }

  .home7 .logo-list .item:hover {
    border: 1px solid #F4F4F4;
  }

  .home7 .logo-list .item img {
    max-width: 60%;
    max-height: 32px;
    filter: grayscale(100%);
  }

  .home7 .item .jia::before,
  .home7 .item .jia::after {
    width: 5px;
    height: 5px;
    display: none;
  }

  .home7 .item .jia:nth-child(1)::before {
    transform: translate(-50%, -50%);
    margin-left: -1px;
  }

  .home7 .item .jia:nth-child(1)::after {
    transform: translate(50%, -50%);
  }

  .home7 .item .jia:nth-child(2):before {
    transform: translate(-50%, 50%);
    margin-left: -1px;
  }

  .home7 .item .jia:nth-child(2)::after {
    transform: translate(50%, 50%);
  }

  .home7 .warpper1 .item .jia:nth-child(2):before {
    margin-bottom: -1px;
  }

  .home7 .warpper1 .item .jia:nth-child(2)::after {
    margin-bottom: -1px;
  }

  .home8 {
    padding: 0 0 50px;
  }

  .home8 .home-title {
    margin-bottom: 24px;
  }

  .home8 .home8-swiper {
    height: 360px;
  }

  .home8 .home8-swiper .swiper-slide {
    width: 90vw;
    height: 300px;
    border-radius: 20px;
    box-shadow: 4px 6px 20px 0 rgba(0, 71, 43, 0.25);
  }

  .home8 .home8-swiper .swiper-slide-active {
    height: 100%;
  }

  .home8 .home8-swiper .swiper-slide .bg img {
    width: 100%;
    height: 100%;
  }

  .home8 .home8-swiper .swiper-slide .bg::after {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0.7) 100%);
  }

  .home8 .home8-swiper .swiper-slide .intr {
    left: 20px;
    right: 20px;
    bottom: 24px;
  }

  .home8 .home8-swiper .swiper-slide .date {
    margin-bottom: 10px;
  }

  .home8 .home8-swiper .swiper-slide .row {
    flex-direction: column;
    align-items: flex-start;
    gap: 14px;
  }

  .home8 .home8-swiper .swiper-slide .title {
    flex: none;
    width: 100%;
  }

  .home9 {
    height: 380px;
  }

  .home9 .bg {
    width: 100%;
    height: 100%;
  }

  .home9 .bg img {
    width: 100%;
    height: 100%;
  }

  .home9 .intr {
    left: 0;
    top: 50%;
    transform: translate(0, -50%);
    width: 100%;
    padding: 0 20px;
  }

  .home9 .home-title {
    margin-bottom: 18px;
    letter-spacing: 0.5px;
  }
}