@media screen and (max-width:768px) {
  .header .nav {
    position: fixed;
    left: -100%;
    top: var(--head);
    width: 100%;
    height: 100vh;
    background: #fff;
    display: block;
    opacity: 0;
    transform: none;
    overflow: auto;
    -webkit-transition: all ease .3s;
    -o-transition: all ease .3s;
    -moz-transition: all ease .3s;
    transition: all ease .3s;
    z-index: 50;
    color: #333;
  }

  .header.open .nav {
    left: 0;
    opacity: 1;
  }

  .header .nav-link {
    width: 100%;
    margin-left: 0;
    display: block;
    border-bottom: 1px solid #ddd;
    line-height: 50px;
    padding: 0 20px;
  }

  .header .nav-link>a {
    display: block;
  }

  .header .nav-link a {
    padding: 0 20px;
  }

  .header .nav-link::after {
    display: none;
    width: 52px;
    height: 10px;
    left: 50%;
    top: 100%;
    margin-top: 14px;
    -webkit-transform: translate(-50%, -50%) scale(0);
    -moz-transform: translate(-50%, -50%) scale(0);
    -o-transform: translate(-50%, -50%) scale(0);
    transform: translate(-50%, -50%) scale(0);
  }

  .header .nav-link:hover::after,
  .header .nav-link.on::after {
    -webkit-transform: translate(-50%, 0) scale(1);
    -moz-transform: translate(-50%, 0) scale(1);
    -o-transform: translate(-50%, 0) scale(1);
    transform: translate(-50%, 0) scale(1);
  }

  .header .down {
    min-width: 80px;
    overflow: hidden;
    padding: 0;
  }

  .header .nav-link .down {
    left: 50%;
    top: 100%;
    margin-top: 0;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    min-width: 160px;
    padding: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    position: static;
    opacity: 1;
    width: 100%;
    pointer-events: visible;
    border-bottom: 1px solid #ddd;
    display: none;
  }

  .header .nav-link .down::before {
    width: 100%;
    height: 40px;
    bottom: 100%;
  }

  .header .nav-link .down a {
    padding: 10px 30px;
    text-align: left;
    font-size: 14px;
    color: #666;
  }

  .header .nav-link .down a:not(:last-child) {
    border-bottom: none;
  }

  .header .nav-link .down-jt {
    width: 50px;
    height: 50px;
    position: absolute;
    right: 0;
    top: 0;
    background: url('/img/icon-jia.svg') no-repeat center/15px;
  }


  .header .nav-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: 80%;
  }

  .C-wrap2 {
    width: 90%;
  }

  .C-btn {
    display: inline-flex;
    flex-wrap: wrap;
  }

  .C-btn5 {
    width: 143px;
    height: 28px;
    display: flex;
  }

  .C-btn5.size2 {
    height: 32px;
  }

  /* -----------------------------------------head,foot-------------------------------------- */
  .head1 {
    width: 100%;
  }

  .isback .head1 {
    transform: translateY(-100%);
  }

  .head1 .logo {
    width: 150px;
  }

  .header-inner {
    padding: 10px 5%;
    width: 100%;
  }

  .header .logo {
    width: 68px;
    height: 25px;
  }

  .header-right {
    gap: 13px;
  }

  .header .globe {
    width: 18px;
    height: 18px;
  }

  .header .contact-btn {
    padding: 4px 9px;
    height: 25px;
    border-radius: 150px;
    line-height: 17px;
  }

  .footer {
    padding-top: 50px;
  }

  .footer-inner {
    padding: 0 5%;
  }

  .footer-top {
    gap: 50px;
  }

  .footer-left {
    width: 189px;
  }

  .footer-logo {
    width: 124px;
    height: 46px;
  }

  .footer-contact {
    margin-top: 18px;
  }

  .footer-contact .contact-item {
    margin-bottom: 12px;
  }

  .footer-contact .contact-item .label {
    margin-bottom: 6px;
  }

  .footer-social {
    margin-top: 12px;
    gap: 10px;
  }

  .footer-social .icon {
    width: 26px;
  }

  .footer-right {
    gap: 38px;
  }

  .footer-col {
    min-width: 90px;
  }

  .footer-col .col-title {
    margin-bottom: 10px;
  }

  .footer-col .col-links {
    display: flex;
    flex-direction: column;
  }

  .footer-col .col-links a {
    padding: 3px 0;
    font-size: 12px;
  }

  .footer-bottom {
    margin-top: 25px;
  }

  .footer-line {
    width: 100%;
    height: 1px;
  }

  .footer-copyright {
    padding: 13px 0;
  }

  .footer-terms {
    gap: 6px;
  }

  /* -----------------------------------------注释-------------------------------------- */
  .ct1 {
    padding-top: 89px;
    padding-bottom: 76px;
  }

  .ct1-inner {
    padding: 0 13px;
  }

  .ct1-title {
    font-size: 34px;
  }

  .ct2 {
    padding: 0 0 130px;
  }

  .ct2-inner {
    padding: 0 5%;
    gap: 74px;
  }

  .ct2-left {
    width: 284px;
    flex-shrink: 0;
    position: static;
  }

  .ct2-header {
    gap: 15px;
    margin-bottom: 49px;
  }

  .ct2-dot {
    width: 13px;
    height: 13px;
    border-radius: 50%;
  }

  .ct2-info {
    display: flex;
    flex-direction: column;
    gap: 24px;
  }

  .info-item {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }

  .info-value {
    max-width: 286px;
  }

  .ct2-right {
    flex: 1;
  }

  .contact-form {
    display: flex;
    flex-direction: column;
    gap: 24px;
  }

  .form-group {
    display: flex;
    flex-direction: column;
    gap: 12px;
  }

  .custom-select {
    width: 100%;
  }

  .select-trigger {
    padding: 5px 10px;
    height: 28px;
    border: 1px solid #D9D9D9;
    border-radius: 8px;
  }

  .custom-select.open .select-trigger {
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.06);
  }

  .select-arrow {
    width: 10px;
    height: 10px;
  }

  .select-dropdown {
    top: calc(100% + 2px);
    width: 100%;
    border-radius: 8px;
    box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.12);
    padding: 5px 10px;
    transform: translateY(-5px);
  }

  .select-option {
    display: flex;
    gap: 4px;
    padding: 5px 10px;
    height: 28px;
    margin-bottom: 1px;
    border-radius: 8px;
  }

  .option-checkbox {
    width: 10px;
    height: 10px;
    border: 1px solid #DCDCDC;
    border-radius: 4px;
    flex-shrink: 0;
  }

  .select-option.selected .option-checkbox::after {
    left: 50%;
    top: 50%;
    width: 100%;
    height: 100%;
    transform: translate(-50%, -50%);
  }

  .form-row {
    gap: 13px;
  }

  .form-col {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 11px;
  }

  .form-input {
    padding: 5px 10px;
    height: 28px;
    border: 1px solid #D9D9D9;
    border-radius: 8px;
  }

  .form-input:focus {
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.06);
  }

  .form-textarea {
    padding: 10px;
    border: 1px solid #D9D9D9;
    border-radius: 8px;
    min-height: 100px;
  }

  .form-textarea:focus {
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.06);
  }

  .submit-btn {
    width: 100%;
    height: 31px;
  }

  /* -----------------------------------------注释-------------------------------------- */
  .section-dot {
    width: 13px;
    height: 13px;
    border-radius: 50%;
    margin-right: 15px;
  }

  .about1 {
    padding: 90px 5% 55px;
  }

  .about1-inner {
    max-width: 90%;
  }

  .about1-slogan {
    font-size: 34px;
  }

  .slogan-line1 {
    margin-bottom: 5px;
    padding-left: 45px;
  }

  .about2 {
    padding: 0 5% 40px;
  }

  .C-title1 {
    padding: 0 0 15px;
    border-bottom: 1px solid #D9D9D9;
  }

  .about2-content {
    gap: 50px;
    margin-top: 48px;
  }

  .about2-image {
    width: 100%;
    height: auto;
    flex-shrink: 0;
    border-radius: 8px;
  }

  .about2-image img {
    width: 100%;
    height: 100%;
  }

  .about2-text {
    flex: 1;
    max-width: 100%;
  }

  .about2-title {
    margin-bottom: 28px;
  }

  .about2-desc p {
    margin-bottom: 10px;
  }

  .about2 .C-btn5 {
    margin-top: 25px;
  }

  .about3 {
    padding: 30px 5% 50px;
  }

  .about3-content {
    max-width: 100%;
  }

  .about3-title {
    margin: 28px 0;
  }

  .about3-accordion {
    border-top: 1px solid #2D2D2D;
  }

  .accordion-item {
    border-bottom: 1px solid #2D2D2D;
  }

  .accordion-header {
    padding: 13px 9px;
  }

  .accordion-left {
    display: flex;
    flex-direction: column;
    gap: 4px;
  }

  .accordion-icon {
    width: 22px;
    height: 22px;
  }

  .accordion-icon img {
    width: 100%;
    height: 100%;
  }

  .accordion-body {
    padding: 0 9px;
  }

  .accordion-item.active .accordion-body {
    max-height: 100px;
    padding: 0 9px 13px;
  }

  .accordion-body p {
    max-width: 100%;
  }

  .about4 {
    padding: 42px 0 69px;
    background: linear-gradient(180deg, rgba(254, 254, 204, 1) 0%, rgba(255, 255, 255, 0) 100%);
  }

  .about4-content {
    padding: 0 5%;
  }

  .about4-title {
    right: 110px;
    position: static;
  }

  .about4-map-wrap {
    margin-top: 80px;
    width: 100%;
  }

  .about4-map {
    max-width: 100%;
  }

  .about4-map img {
    width: 100%;
  }

  .location-card {
    left: 50%;
    bottom: 100%;
    transform: translate(-50%, 0);
    margin-bottom: 15px;
    border-radius: 10px;
    padding: 0 5px;
    height: 38px;
    display: flex;
    flex-wrap: wrap;
    filter: drop-shadow(0px 3px 12px rgba(20, 0, 66, 0.02)) drop-shadow(0px 6px 22px rgba(20, 0, 66, 0.03)) drop-shadow(0px 9px 29px rgba(20, 0, 66, 0.03));
  }

  .location-card::after {
    left: 50%;
    top: 100%;
    width: 10px;
    height: 10px;
    border-radius: 5px;
    transform: translate(-50%, -60%) rotate(45deg);
  }

  .location-info {
    gap: 2px;
    flex-wrap: nowrap;
  }

  .location-icon {
    width: 18px;
    height: 18px;
  }

  .map-legend {
    right: 40px;
    bottom: 30px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 4px;
  }

  .legend-item {
    gap: 6px;
  }

  .legend-icon {
    width: 18px;
    height: 18px;
  }

  .about4 .list .item {
    width: 1px;
    height: 1px;
  }

  .about4 .list .item .point::before {
    width: 8px;
    height: 8px;
    border-radius: 100%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }

  .about4 .list .item .point::after {
    width: 18px;
    height: 18px;
    border-radius: 100%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }

  .about5 {
    padding: 40px 5% 50px;
  }

  .about5-section-title {
    margin-bottom: 12px;
    padding: 0 30px;
  }

  .about5-content {
    max-width: 100%;
    padding: 55px 0 44px;
  }

  .about5-title {
    margin-bottom: 25px;
  }

  .about5-timeline {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
  }

  .about5 .zuo {
    width: 100%;
  }

  .timeline-slider {
    width: 100%;
    flex-shrink: 0;
    border-radius: 8px;
  }

  .timeline-img {
    width: 100%;
    height: 246px;
  }

  .timeline-nav {
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    display: flex;
    padding: 0 10px;
  }

  .timeline-prev,
  .timeline-next {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
  }

  .timeline-prev img,
  .timeline-next img {
    width: 100%;
    height: 100%;
  }

  .timeline-info {
    padding: 40px 0 0;
  }

  .timeline-year-wrap {
    gap: 14px;
    margin-bottom: 21px;
  }

  .timeline-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
  }

  .timeline-line {
    width: 100%;
    max-width: 100%;
    height: 1px;
  }

  .about6 {
    padding: 0 5% 95px;
  }

  .about6-content {
    padding: 0;
  }

  .category-grid {
    gap: 0 14px;
    margin-top: 31px;
    grid-template-columns: repeat(2, 1fr);
  }

  .cat-item.offset-down {
    margin-top: 30px;
  }

  .cat-img {
    border-radius: 8px;
  }

  .cat-img img {
    width: 100%;
    height: 100%;
  }

  .cat-name {
    width: 100%;
    padding-bottom: 10px;
  }

  .about7 {
    padding: 30px 0 42px;
  }

  .about7 .sec1 {
    padding: 0 5%;
  }

  .about7-content {
    margin-top: 28px;
    padding: 0 5%;
  }

  .about7-left {
    flex: 1;
    margin: 0 10px 0 0;
  }

  .about7-title {
    margin-bottom: 30px;
  }

  .about7-list {
    width: 100%;
  }

  .about7-item {
    border-bottom: 1px solid #2D2D2D;
    padding: 13px 9px;
  }

  .about7-item:first-child {
    border-top: 1px solid #2D2D2D;
  }

  .about7-right {
    width: 100%;
    flex-shrink: 0;
    margin-top: 20px;
  }

  .about7-image {
    width: 100%;
    height: 268px;
    border-radius: 8px;
    margin-bottom: 15px;
  }

  .about7-image img {
    width: 100%;
    height: 100%;
  }

  .about7-desc {
    max-width: 100%;
  }

  /* -----------------------------------------注释-------------------------------------- */
  .pdlist1 {
    padding: 73px 35px 0;
    width: 100%;
  }

  .pdlist1 .title-line1 {
    font-size: 44px;
    width: 100%;
    padding-left: 2px;
  }

  .pdlist1 .title-line2 {
    font-size: 44px;
    margin-top: 2px;
    width: 100%;
  }

  .pdlist2 {
    padding: 0 15px;
    margin-top: 38px;
    width: 100%;
  }

  .pdlist2 .category-row {
    gap: 10px;
    width: 100%;
  }

  .pdlist2 .cat-link::after {
    width: 100%;
    height: 1px;
  }

  .pdlist2 .cat-line {
    width: 1px;
    height: 12px;
    flex-shrink: 0;
  }

  .pdlist3 {
    padding: 0 5%;
    margin-top: 25px;
  }

  .pdlist3 .product-grid {
    gap: 25px 19px;
    width: 100%;
    grid-template-columns: repeat(2, 1fr);
  }

  .pdlist3 .product-img {
    width: auto;
    height: auto;
  }

  .pdlist3 .product-img video {
    height: 100%;
  }

  .pdlist3 .product-name {
    margin-top: 13px;
  }

  .pdlist3 .view-all-wrap {
    margin-top: 50px;
    padding-bottom: 50px;
  }

  .pdlist3 .view-all-btn {
    padding: 6px 33px;
    height: 26px;
    line-height: 15px;
  }

  /* -----------------------------------------注释-------------------------------------- */
  .pdinfo1 {
    width: 100%;
  }

  .sbtn2 {
    top: 50%;
    width: 26px;
    margin: 0 25px;
  }

  .pdinfo1 .sbtn2 {
    top: 40%;
  }

  .pdinfo1 .bg {
    width: 100%;
  }

  .pdinfo1 .swiper-pagination {
    bottom: 15px;
  }

  .pdinfo1 .swiper-pagination-bullet {
    width: 6px;
    height: 6px;
  }

  .pdinfo2 {
    padding: 12px 5%;
    gap: 22px;
  }

  .pdinfo2-img {
    width: 308px;
    height: 308px;
    flex-shrink: 0;
  }

  .pdinfo2-content {
    width: 100%;
  }

  .pdinfo2-info {
    margin-bottom: 30px;
  }

  .product-title {
    margin-bottom: 35px;
  }

  .product-specs {
    display: flex;
    flex-direction: column;
    gap: 13px;
  }

  .product-specs li {
    gap: 9px;
  }

  .spec-icon {
    width: 6px;
    flex-shrink: 0;
  }

  .spec-label {
    width: 60px;
    flex-shrink: 0;
  }

  .spec-sizes {
    display: flex;
    flex-direction: column;
    gap: 5px;
    width: 137px;
  }

  .pdinfo3 {
    padding: 45px 5%;
  }

  .pdinfo3-title {
    gap: 15px;
    margin-bottom: 23px;
  }

  .title-dot {
    width: 13px;
    height: 13px;
    border-radius: 50%;
  }

  .pdinfo3-list {
    gap: 8px;
    grid-template-columns: repeat(2, 1fr);
  }

  .pdinfo3-item {
    width: 100%;
  }

  .item-img {
    width: 100%;
    margin-bottom: 5px;
  }

  .pdinfo4 {
    margin: 48px 0 0;
    padding: 0 5% 13px;
  }

  .pdinfo4-list {
    gap: 12px;
    /* grid-template-columns: repeat(2, 1fr); */
  }

  .pdinfo4-card {
    width: auto;
    height: auto;
    aspect-ratio: 1;
  }

  .card-bg {
    width: 100%;
    height: 100%;
  }

  .card-bg img {
    width: 100%;
    height: 100%;
  }

  .card-btn {
    right: 13px;
    bottom: 10px;
    width: 22px;
    height: 22px;
  }

  .card-btn img {
    width: 100%;
    height: 100%;
  }

  .card-name {
    left: 19px;
    top: 18px;
  }

  .pdinfo5 {
    margin: 0 5% 52px;
    height: auto;
    display: flex;
    flex-direction: column-reverse;
  }

  .pdinfo5-bg {
    width: 100%;
    height: 194px;
    background: linear-gradient(45deg, rgba(204, 229, 251, 1) 0%, rgba(238, 247, 255, 1) 100%);
  }

  .pdinfo5-content {
    position: static;
    padding: 5%;
    left: 63px;
    top: 173px;
  }

  .pdinfo5-title {
    margin-bottom: 17px;
  }

  .pdinfo5-desc {
    margin-bottom: 30px;
  }

  .pdinfo5-img {
    width: 346px;
    height: 346px;
    position: static;
  }

  /* -----------------------------------------注释-------------------------------------- */
  .home1 {
    width: 100%;
    height: auto;
  }

  .home1-swiper {
    width: 100%;
    height: 100%;
  }

  .home1 .intr {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    padding: 0 40px 28px 0;
  }

  .home1-title {
    font-size: 32px;
    margin-bottom: 4px;
  }

  .home2 {
    padding: 64px 0 72px;
  }

  .home2 .list {
    margin-top: 104px;
    gap: 27px;
  }

  .home2 .list .item .line {
    width: 100%;
    height: 1px;
    margin-top: 5px;
  }

  .home2 .list .item .t1 {
    display: flex;
    flex-wrap: wrap;
  }

  .home2 .list .item .t1 .sub {
    margin-left: 10px;
  }

  .home2 .list .item .t2 {
    margin-top: 12px;
  }

  .home2 .list .item .t3 {
    margin-top: 10px;
  }

  .home2 .t8 {
    width: 100%;
    right: 0;
    top: 0;
    position: static;
  }

  .home3 {
    padding: 59px 0 55px;
  }

  .home3 .list {
    padding: 23px 0 90px;
    gap: 20px 12px;
  }

  .home3 .item {
    clip-path: inset(0 0 100% 0);
    -webkit-clip-path: inset(0 0 100% 0);
  }

  .clip-down {
    clip-path: inset(0 0 100% 0);
    -webkit-clip-path: inset(0 0 100% 0);
  }

  .home3 .item:nth-child(2n) {
    top: 0;
  }

  .home3 .item video {
    height: 100%;
  }

  .home3 .item .name {
    margin-top: 9px;
  }

  .home3 .item .icon {
    width: 26px;
    right: 10px;
    bottom: 10px;
    border-radius: 100%;
  }

  .home3 .item:hover .icon {
    box-shadow: 0 0 5px #adadad;
  }

  .home3 .tabs {
    gap: 5px;
    position: static;
    margin-top: 20px;
    width: 100%;
  }

  .home4 {
    padding: 60px 0 0;
  }

  .home4 .swiper {
    padding: 17px 0;
  }

  .home4 .swiper-slide {
    width: 80%;
  }

  .home4 .swiper-slide .intr {
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 65.17%, #000 100%);
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: flex-end;
    padding: 18px;
    gap: 3px;
  }

  .home4 .swiper-pagination-bullet {
    width: 6px;
    height: 6px;
    border-radius: 10px;
  }

  .home4 .swiper-pagination-bullet-active {
    width: 34px;
  }

  .home5 {
    padding: 123px 0 89px;
    font-size: 32px;
  }

  .home5 .t1>div {
    display: flex;
    flex-wrap: wrap;
    padding: 10px;
    line-height: 1.4
  }

  .home5 .t1 .txt-lines>div {
    display: flex;
    flex-wrap: wrap;
  }

  .home5 .icon {
    width: 94px;
    margin: 0 -5px;
  }

  .home5 .icon img {
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }

  .home6 .group {
    display: flex;
  }

  .home6 .item {
    width: 145px;
    border: 1px solid #E0E0E0;
  }

  .home7 .main {
    width: 100%;
    height: 100%;
    padding: 23px 5%;
    background: rgba(0, 0, 0, 0.4);
  }

  .home7 .swiper-slide img {
    min-height: 450px;
  }

  .home7 .list {
    margin-top: 39px;
    gap: 10px;
  }

  .home7 .item {
    padding-bottom: 5px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.24);
  }

  .home7 .item .text {
    padding-left: 10px;
    flex: 1;
  }

  .home7 .item::after {
    width: 5px;
    height: 5px;
    border-right: 1px solid #F2E14B;
    border-top: 1px solid #F2E14B;
    top: 3px;
  }

  .home7 .item:hover::after {
    transform: translate(100%, -100%);
  }

  .mouse-down-tip {
    left: 50%;
    transform: translate(-50%, 50%);
    display: none;
  }

  .mouse-down-tip .pic {
    width: 42px;
  }

  .mouse-down-tip .icon {
    width: 12px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }

  .home8 {
    padding: 81px 0 60px;
  }

  .home8 .list {
    margin-top: 17px;
    gap: 9px;
  }

  .home8 .item1 {
    padding: 245px 18px 18px;
  }


  .home8 .item1 video {
    top: 30px;
  }

  .home8 .item1 .ul {
    margin-top: 7px;
  }

  .home8 .item1 .ul .li {
    padding-left: 14px;
  }

  .home8 .item1 .ul .li::before {
    width: 5px;
    height: 5px;
    border-radius: 100%;
  }

  .home8 .item1 .ul .li .dd {
    margin-top: 3px;
  }

  .home8 .item1 .t4-1 {
    top: 37px;
    width: 100%;
  }

  .home8 .item1 .t4-2 {
    left: 24px;
    top: 49%;
  }

  .home8 .item1 .t4-3 {
    left: 70%;
    top: 53%;
  }

  .home8 .item2 {
    padding: 345px 11px 20px;
  }

  .home8 .item2 video {
    top: 60px;
  }

  .home8 .item2 .t4 {
    top: 37px;
    width: 100%;
  }

  .home8 .item2 .ul {
    gap: 13px 5px;
  }

  .home8 .item2 .ul .li {
    width: 100%;
  }

  .home8 .item2 .ul .li:nth-child(2) {
    width: 54%;
  }

  .home8 .item2 .ul .li:nth-child(3) {
    width: 40%;
  }

  .home8 .item3 {
    padding: 18px 0;
  }

  .home8 .item3 .sec1 {
    padding: 0 18px;
  }

  .home8 .item3 .sec3 {
    padding: 0 18px;
  }

  .home8 .item3 .touxiang {
    margin: 13px 0 0;
    width: 127px;
    border-radius: 50px;
  }

  .home8 .item3 .touxiang .swiper-slide {
    width: 19px;
  }

  .home8 .item3 .touxiang .swiper-slide .icon {
    border-radius: 100%;
    border: 2px solid #fff;
  }

  .home8 .item3 .touxiang .swiper-slide .icon img {
    border-radius: 100%;
  }

  .home8 .item3 .wenzilb {
    padding: 12px 18px;
    height: 80px;
  }

  .home8 .wenzilb .swiper-slide {
    display: flex;
    flex-wrap: wrap;
    height: 46px;
    border-radius: 10px;
    box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.10);
  }

  .home8 .item4 .ul {
    width: 100%;
    height: 100%;
    padding: 85px 18% 10px;
    gap: 18px;
  }

  .home9 {
    padding: 0 0 61px;
  }

  .home9 .main {
    margin: 17px 5% 0;
  }

  .home9 .xiaoSwiper {
    flex: 1;
    margin-left: 21px;
  }

  .home9 .xiaoSwiper .swiper-slide {
    width: 300px;
  }

  .home9 .xiaoSwiper .swiper-slide .bg {
    height: 187px;
  }

  .home9 .swiper-slide .t1 {
    margin: 9px 0;
  }

  .home9 .swiper-slide .t2 {
    padding: 3px 6px;
    border-radius: 50px;
  }

  .home9 .daSwiper {
    width: 100%;
  }

  .home9 .daSwiper .swiper-slide {
    width: 100%;
  }

  .home9 .daSwiper .swiper-slide .bg {
    height: auto;
  }
}