    /* 全局样式 */
    @font-face {
        font-family: 'siyuanheiti-light';
        src: url('//s.cdn-static.cn/font/思源黑体CN-Light.otf')
    }

    @font-face {
        font-family: 'siyuanheiti-regular';
        src: url('//s.cdn-static.cn/font/思源黑体CN-Regular.otf')
    }

    @font-face {
        font-family: 'siyuansongti-Regular';
        src: url('//s.cdn-static.cn/font/思源宋体-Regular.otf')
    }

    @font-face {
        font-family: 'siyuansongti';
        src: url('//s.cdn-static.cn/font/思源宋体.otf')
    }

    @font-face {
        font-family: 'kugaoduanhei';
        src: url('//s.cdn-static.cn/font/站酷高端黑修订151105.ttf')
    }

    @font-face {
        font-family: 'kuaileti';
        src: url('//s.cdn-static.cn/font/站酷快乐体2016修订版.ttf')
    }

    @font-face {
        font-family: 'yiwenti';
        src: url('//s.cdn-static.cn/font/站酷文艺体.ttf')
    }

    * {
        margin: 0;
        padding: 0;
        box-sizing: border-box;
        font-family: "siyuansongti-regular", "PingFangSC-Regular", "SourceHanSansCN-Normal", "Source Han Sans CN", Helvetica, Tahoma, Arial, sans-serif;
    }

    body {
        background: #fff;
        color: #000;
        font-size: 14px;
        line-height: 1.5;
    }

    img {
        max-width: 100%;
        height: auto;
        vertical-align: middle;
    }

    a {
        text-decoration: none;
        color: inherit;
    }

    .container {
        /* max-width: 1440px; */
        margin: 0 auto;
        padding: 0 15px;
    }

    .section {
        position: relative;
    }

    .section-title {
        text-align: center;
        font-size: 48px;
        line-height: 0.9;
        font-weight: bold;
        margin-bottom: 50px;
        font-family: siyuansongti-regular;
    }

    .section-subtitle {
        text-align: center;
    }

    .section-subtitle span {
        font-size: 18px;
        display: inline-block;
        text-align: center;
        margin-bottom: 40px;
        position: relative;
        padding: 0 20px;
        line-height: 0.8;
        font-family: siyuansongti-regular;
    }

    .section-subtitle span::before,
    .section-subtitle span::after {
        content: '';
        position: absolute;
        top: 50%;
        width: 50px;
        height: 1px;
        background: #000;
    }

    .section-subtitle span::before {
        left: -50px;
    }

    .section-subtitle span::after {
        right: -50px;
    }

    .btnOUter {
        text-align: center;
        margin-top: 40px;
    }

    .zz-button {
        display: flex;
        padding: 18px 50px;
        align-items: center;
        background: transparent;
        justify-content: space-around;
    }

    .zz-button svg {
        width: 20px;
        height: 20px;
        margin-left: 20px;
        fill: rgba(0, 0, 0, 1);
    }

    /* 导航栏样式 */
    .header {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        background: #fff;
        box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1);
        z-index: 1000;
    }

    .nav-container {
        display: flex;
        min-height: 100px;
        justify-content: space-between;
        align-items: center;
    }

    .nav-box {
        width: 100%;
    }

    .logo {
        height: 100%;
        display: flex;
        align-items: center;
    }

    .logo img {
        height: 100%;
    }

    .nav-menu {
        height: 100%;
        display: flex;
        align-items: center;
        list-style: none;
        justify-content: center;
    }

    .nav-menu li {
        height: 4.6rem;
    }

    .nav-menu a {
        height: 100%;
        display: flex;
        font-size: 16px;
        justify-content: center;
        align-items: center;
        position: relative;
        padding: 0 1.1rem;
        transition: all 0.3s;
    }

    .nav-menu a:hover,
    .nav-menu a.active {
        width: 100%;
        color: #fff;
        background-color: rgb(128 146 81);
    }

    .contact-info {
        height: 100%;
        display: flex;
        align-items: center;
    }

    .contact-info .phone-icon {
        display: flex;
        justify-content: flex-end;
        width: 28.135593220338983%;
    }

    .phone-icon img {
        width: 72%;
        object-fit: contain;
        display: block;
    }

    .contact-info .contact {
        display: flex;
        font-size: 16px;
        line-height: 1.5;
        padding-left: 10px;
        flex-direction: column;
    }

    .contact-info p {
        margin: 0;
    }

    /* Banner轮播样式 */
    .banner {
        position: relative;
        margin-top: 100px;
        min-height: calc(115vh - 100px);
    }

    .swiper-container {
        width: 100%;
        height: 100%;
        position: absolute;
    }

    .swiper-slide {
        background-size: cover;
        background-position: center;
    }

    .banner .swiper-pagination-bullet {
        width: 12px;
        height: 12px;
        background: #fff;
    }

    .banner .swiper-pagination-bullet-active {
        width: 24px;
        border-radius: 6px;
    }

    /* 核心优势部分 */
    .advantages {
        overflow: hidden;
        position: relative;
        padding: 90px 0 120px;
    }

    .advantages .zz-bg-color {
        background: rgba(255, 255, 255, 0.5);
    }

    .advantages .zz-bg-img {
        background: url(../images/content1bg.jpg) center no-repeat;
        background-size: cover;
    }

    .zz-comp-row>.zz-column {
        padding: 0 15px 0px 15px;
    }

    .advantages .swiper-container {
        position: relative;
        padding-bottom: 30px;
    }

    .advantages .swiper-pagination-bullet {
        background: #000;
    }

    .advantages .swiper-pagination {
        bottom: 0px;
    }

    .advantages-grid {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        gap: 30px;
    }

    .advantage-card {
        overflow: hidden;
        padding: 10px;
    }

    .advantage-box {
        border-radius: 8px;
        background: rgba(247, 248, 247, 0.6);
    }

    .card-img {
        overflow: hidden;
    }

    .card-img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: transform 0.5s;
    }

    .advantage-card:hover .card-img img {
        transform: scale(1.1);
    }

    .card-content {
        padding: 20px;
    }

    .card-content h3 {
        font-size: 18px;
        margin-bottom: 10px;
    }

    /* 品牌介绍部分 */
    .abouts {
        padding: 150px 0;
    }

    .abouts .zz-row .zz-row .zz-column {
        padding: 0;
    }

    .aboutBoxBg .zz-row .zz-row .zz-column {
        padding: 0 15px 0px 15px;
    }

    .aboutBoxBg {
        background: #fff;
        background-image: url(../images/aboutLeft.jpg);
        background-position: center center;
        background-repeat: no-repeat;
        background-attachment: inherit;
        background-size: cover;
        border: 0px solid #000;
        padding: 0px 0px 0px 0px;
        border-radius: 0px 0px 0px 0px;
    }

    .aboutRight {
        align-items: center;
    }

    .abouts .zz-bg-img {
        background: url(../images/aboutBg.jpg) center no-repeat;
        background-size: cover;
        background-attachment: fixed;
    }

    .aboutBoxBg .zz-bg-img {
        background-image: url(../images/aboutRight.png);
        background-position: center center;
        background-repeat: no-repeat;
        background-attachment: inherit;
        background-size: cover;
    }

    .video-poster1 {
        width: 100%;
        position: relative;
        padding-top: 87.9746835443038%;
    }

    .video-img {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
    }

    .video-poster1 .aboutRightImg {
        height: 100%;
        width: 100%;
        -o-object-fit: cover;
        object-fit: cover;
    }

    .bofang {
        width: 62px;
        height: 62px;
        top: 50%;
        left: 50%;
        cursor: pointer;
        position: absolute;
        transform: translate(-50%, -50%);
    }

    .intro-content {
        padding: 180px 0;
    }

    .intro-content img {
        width: 216px;
    }

    .intro-content>p {
        font-size: 16px;
        line-height: 2;
        text-align-last: left;
        color: rgba(0, 0, 0, 0.8);
    }

    .intro-content>p:first-child {
        margin-top: 0px;
        margin-bottom: 8px;
    }

    .intro-content>p:last-child {
        margin-top: 8px;
        margin-bottom: 0px;
    }

    .intro-video {
        flex: 1;
        position: relative;
        padding-top: 56.25%;
        /* 16:9 Aspect Ratio */
    }

    .btnOuter .btn {
        display: inline-block;
        position: relative;
        background: transparent;
        border: 1px solid #000;
        cursor: pointer;
        overflow: hidden;
        margin: 10px 0;
    }

    .btnOuter .btn:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: rgba(0, 0, 0, 1);
        transform: scaleX(0);
        transition: all .5s;
        transform-origin: left;
    }

    .btnOuter .btn:hover:before {
        transform: scaleX(1);
    }

    .btnOuter .btn p {
        margin-top: 0px;
        line-height: 1;
        color: #000;
        font-size: 14px;
        position: relative;
        z-index: 2;
        display: flex;
        align-items: center;
        justify-content: space-around;
    }

    .btnOuter .btn:hover p {
        color: #fff;
    }

    .btnOuter .btn:hover svg {
        fill: rgba(255, 255, 255, 1);
    }

    /* 产品海报部分 */
    .products {
        overflow: hidden;
        position: relative;
        padding: 90px 0 120px;
    }

    .products .zz-bg-color {
        background: rgba(255, 255, 255, 0.5);
    }

    .products .zz-bg-img {
        background: url(../images/content1bg.jpg) center no-repeat;
        background-size: cover;
    }

    .products .swiper-container {
        position: relative;
        padding-bottom: 30px;
    }

    .product-slide {
        padding: 10px;
        position: relative;
    }

    .product .swiper-pagination {
        bottom: 0;
    }

    .product-slide img {
        width: 100%;
        height: 100%;
        transform: scale(1);
        object-fit: cover;
        transition: all 0.5s;
    }

    .product-slide img:hover {
        transform: scale(1.2);
    }

    .products .swiper-pagination-bullets .swiper-pagination-bullet {
        background: #000;
    }

    .products .swiper-pagination-bullet-active {
        width: 20px;
        border-radius: 5px;
    }

    .product-box {
        border: 2px solid rgba(202, 156, 113, 1);
    }

    /* 空间体验部分 */
    .space {
        overflow: hidden;
        position: relative;
        padding: 100px 0 80px;
    }

    .space .zz-bg-img {
        background: url(../images/spaceImg.jpg) center no-repeat;
        background-size: cover;
    }

    .space .zz-bg-color {
        background: rgba(104, 255, 0, 0.34);
    }

    .space .swiper-container {
        position: relative;
        padding-bottom: 30px;
    }

    .space-slide {
        padding: 10px;
        position: relative;
    }

    .space .swiper-pagination {
        bottom: 0;
    }

    .space-slide img {
        width: 100%;
        height: 100%;
        transform: scale(1);
        object-fit: cover;
        transition: all 0.5s;
    }

    .space-slide img:hover {
        transform: scale(1.1);
    }

    .space .swiper-pagination-bullets .swiper-pagination-bullet {
        background: #000;
    }

    .space .swiper-pagination-bullet-active {
        width: 20px;
        border-radius: 5px;
    }

    /* 新闻资讯部分 */
    .news {
        overflow: hidden;
        position: relative;
        padding: 90px 0 120px;
    }

    .news .zz-bg-img {
        background: url(../images/newsBg.jpg) center no-repeat;
        background-size: cover;
    }

    .news .swiper-container {
        position: relative;
    }

    .newsBox > .zz-comp-row {
        margin: 0 -20px;
    }

    .newsBox {
        background: #fff;
    }

    .news-slide {
        padding: 0px;
        position: relative;
    }

    .news .swiper-pagination {
        bottom: 10px;
    }

    .news-box,
    .news .card-img {
        height: 100%;
    }

    .news-slide img {
        width: 100%;
        height: 100%;
        transform: scale(1);
        object-fit: cover;
        transition: all 0.5s;
    }

    .news-slide img:hover {
        transform: scale(1.1);
    }

    .news .swiper-pagination-bullets .swiper-pagination-bullet {
        width: 10px;
        height: 10px;
        background: #fff;
    }

    .news-list {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        width: 100%;
        height: 100%;
        flex-direction: column;
        justify-content: center;
    }

    .news-item {
        position: relative;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        overflow: hidden;
        z-index: 1;
        height: 100%;
        border-top: 0px solid rgba(0, 0, 0, 0.1);
        border-left: none;
        border-bottom: none;
        border-right: none;
        padding: 0px 40px 0px 0px;
        border-radius: 0px 0px 0px 0px;
    }

    .news-item a {
        display: block;
        overflow: hidden;
        margin-bottom: 0px;
        transition: all .4s;
        padding: 20px 10px 20px 10px;
    }

    .news-item a h3 {
        color: #333;
        font-size: 24px;
        line-height: 1.5;
        text-align: inherit;
        font-weight: 700;
    }

    .news-item a p {
        margin-top: 0px;
        color: #999;
        font-size: 14px;
        line-height: 1.5;
        text-align: inherit;
    }

    .news-item a .news-date {
        font-size: 12px;
        color: #999;
        font-weight: 400;
        margin-top: 10px;
        display: inline-block;
    }

    .news-item a:hover h3 {
        color: rgb(128 146 81);
    }

    .news .btnOuter {
        display: flex;
        margin-top: 60px;
        align-items: center;
        justify-content: center;
    }

    /* 页脚样式 */
    .footer {
        padding: 120px 0;
        overflow: hidden;
        position: relative;
    }

    .footer .zz-bg-img {
        background: url(../images/footerBg.jpg) center no-repeat;
        background-attachment: fixed;
        background-size: cover;
    }

    .footerInner {
        padding: 80px 60px 40px;
        overflow: hidden;
        position: relative;
    }

    .footer-top {
        padding: 0 0 60px;
        border-bottom: 1px solid rgba(0, 0, 0, 0.03);
    }

    .footerInner .zz-bg-color {
        background: rgba(255, 255, 255, 0.3);
    }

    .footerInner .zz-bg-img {
        background: url(../images/newsBg.jpg) center no-repeat;
        background-size: cover;
    }

    .footerInner .zz-comp-row>.zz-column {
        padding: 0;
    }

    .footer-grid {
        display: grid;
        grid-template-columns: repeat(5, 1fr);
        margin-bottom: 40px;
    }

    .footer-col h3 {
        font-size: 18px;
        margin-bottom: 20px;
    }

    .footer-links {
        list-style: none;
    }

    .footer-links li {
        padding: 10px 0;
    }

    .footer-links a {
        color: #666;
        font-size: 14px;
        line-height: 1;
        transition: color 0.3s;
    }

    .footer-links a:hover {
        color: #000;
    }

    .footer-logo {
        height: 50px;
        display: block;
        margin-bottom: 20px;
    }

    .phone {
        width: 100%;
        font-size: 18px;
        color: #808080;
        text-align: right;
        line-height: 1;
        padding: 5px 0px 5px 0px;
    }

    .address {
        width: 100%;
        text-align: right;
        color: #808080;
        margin-bottom: 24px;
        padding: 5px 0px 5px 0px;
    }

    .contact-col {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .qrcode-grid {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }

    .qrcode-item {
        width: 100%;
        padding: 10px;
        text-align: center;
    }

    .qrcode-item img {
        width: 100%;
        display: block;
        margin-bottom: 10px;
    }

    .qrcode-item p {
        color: #333;
        font-size: 16px;
        height: 1.5em;
        text-align: center;
    }

    .footer-btm {
        padding: 80px 0 30px;
    }

    .copyright p {
        text-align: left;
        color: #808080;
        font-size: 14px;
        padding: 5px 0px;
        line-height: 1.5;
    }

    .privacy p {
        font-size: 14px;
        color: #808080;
        text-align: right;
        padding: 5px 0px;
        line-height: 1.5;
    }

    /*声明弹窗*/
    .popup {
        display: none;
        position: fixed;
        top: 0px;
        left: 0px;
        height: 100%;
        width: 100%;
        background: rgba(0,0,0,0.3);
        justify-content: center;
        align-items: center;
        z-index: 999;
    }
    .popupBox {
        position: absolutes;
        background: #fff;
        width: 800px;
        height: 420px;
        transform: translate(65%,65%);
        padding: 20px;
    }
    .popupBox h3 {
        font-size: 18px;
        margin-top: 0px;
        text-align: center;
    }
    .popupBox img {
        height: 40px;
        margin: 15px;
    }
    .popupBox p {
        font-size: 16px;
        line-height: 30px;
        text-indent: 30px;
    }
    .popupBox p:nth-child(n+4){
        text-align:right;
    }
    .popupBox ul {
        list-style-type: square;
        margin: 10px 30px;
        padding: 0;
    }
    .popupBox li {margin: 10px 0px;
        font-size: 14px;
        line-height: 20px;
    }
    .popupBox .popTxt {
        padding: 0 20px;
    }
    .popupBox .popTxt h2 {
        font-weight: bold;
        text-align: center;
        margin-bottom: 20px;
    }
    .closeBtn {position: absolute;
        top: 20px;
        right: 30px;
        cursor: pointer;
        font-size: 20px;
        color: #809251;
    }
    .closeBtn:hover {
        color: #000000;
    }

    /* ================ 移动端导航样式 ================ */
    /* .mobile-nav-toggle {
        display: none;
        cursor: pointer;
        position: absolute;
        top: 50%;
        right: 20px;
        transform: translateY(-50%);
        z-index: 1001;
        width: 30px;
        height: 24px;
    } */

    .mobile-header {
        display: none;
    }

    .mobile-nav-toggle {
        display: flex;
        position: relative;
        justify-content: space-around;
        flex-direction: column;
    }

    .mobile-nav-toggle span {
        display: block;
        height: 2px;
        width: 100%;
        background: #000;
        border-radius: 3px;
        opacity: 1;
        left: 0;
        top: 50%;
        margin-top: -1px;
        position: absolute;
        border-radius: 4px;
        transform: rotate(0deg);
        transition: .25s ease-in-out;
    }

    .mobile-nav-toggle span:nth-child(1) {
        -webkit-transform: translateY(6px);
        transform: translateY(6px);
    }

    .mobile-nav-toggle span:nth-child(3) {
        -webkit-transform: translateY(-6px);
        transform: translateY(-6px);
    }

    .mobile-nav-toggle.active span:nth-child(1) {
        top: 10px;
        width: 0%;
        left: 50%;
    }

    .mobile-nav-toggle.active span:nth-child(2) {
        transform: rotate(45deg);
    }

    .mobile-nav-toggle.active span:nth-child(3) {
        transform: rotate(-45deg);
    }

    .mobile-nav-toggle.active span:nth-child(4) {
        top: 10px;
        width: 0%;
        left: 50%;
    }

    .mobile-nav {
        position: fixed;
        top: 0;
        width: 80%;
        display: none;
        padding: 10px;
        right: -80%;
        height: 100vh;
        background: #fff;
        transition: all 0.5s ease;
        z-index: 1000;
        box-shadow: -5px 0 15px rgba(0, 0, 0, 0.1);
    }

    .mobile-nav.show {
        right: 0;
    }

    .mobile-nav .close-nav {
        cursor: pointer;
        opacity: 1;
        height: 55px;
        font-size: 24px;
        line-height: 1.5;
        color: #333;
        text-align: right;
    }

    .mobile-nav .mobile-nav-menu {
        list-style: none;
    }

    .mobile-nav .mobile-nav-menu li {
        position: relative;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        white-space: nowrap;
        font-size: 18px;
        height: 5.5rem;
        border: 1px solid #eee;
    }

    .mobile-nav .mobile-nav-menu a {
        padding: 0 1.5rem;
        height: 5.5rem;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        justify-content: center;
        color: #909399;
    }

    .mobile-nav .mobile-nav-menu a:hover,
    .mobile-nav .mobile-nav-menu a.active {
        color: #fff;
        background-color: rgb(128 146 81);
    }

    .mobile-nav .contact-info-mobile {
        margin-top: 30px;
        padding-top: 20px;
        border-top: 1px solid #eee;
    }

    .mobile-nav .contact-info-mobile p {
        margin-bottom: 10px;
        font-size: 15px;
        color: #555;
    }

    .mobile-nav-overlay {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.5);
        z-index: 999;
        opacity: 0;
        visibility: hidden;
        transition: all 0.3s;
    }

    .mobile-nav-overlay.show {
        opacity: 1;
        visibility: visible;
    }

    /* 产品展示页面 */
    .chanpinBanner {
        min-height: 700px;
    }

    .chanpinTit {
        width: 100%;
        max-width: 100%;
        color: rgba(0, 0, 0, 1);
        font-size: 14px;
        line-height: 1.5;
        padding: 110px 20px 80px 20px;
    }

    .chanpintitImg {
        width: 32.5%;
    }

    .chanpinBanner .zz-bg-img {
        background-position: center center;
        background-repeat: no-repeat;
        background-attachment: inherit;
        background-size: cover;
    }

    .chanpinProducts .zz-bg-img {
        background: url(../images/newsBg.jpg) center no-repeat;
        background-size: cover;
    }

    .chanpinProducts .zz-bg-color {
        background: transparent;
    }

    .xilie {
        padding: 60px 0 120px;
    }

    .xilie .zz-bg-img {
        background-image: url(../images/content1bg.jpg);
        background-position: center center;
        background-repeat: no-repeat;
        background-attachment: inherit;
        background-size: cover;
    }

    .xilie .zz-bg-color {
        background: rgba(255, 255, 255, 0.5);
    }

    .chanpinTab {
        display: flex;
        margin-bottom: 40px;
        align-items: center;
        justify-content: center;
    }

    .chanpinTab ul {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .chanpinTab ul li {
        font-size: 16px;
        height: 3.3rem;
        background: #fff;
        margin: 0 5px;
        display: flex;
        align-items: center;
        padding: 0 1.3rem;
        cursor: pointer;
        transition: all .3s;
        justify-content: center;
    }

    .chanpinTab ul li.active,
    .chanpinTab ul li:hover {
        background-color: #ca9c71;
    }

    .xilieImgBox {
        display: none;
    }

    .xilieImgBox.active {
        display: block;
    }

    .xilieImgBox li {
        padding: 14px;
        margin: 0;
    }

    .chanpinImgBox {
        border: 1px solid rgba(0, 0, 0, 0.1);
    }

    .chanpinImgBox .img {
        height: 74%;
        overflow: hidden;
    }

    .chanpinImgBox img {
        width: 100%;
        height: 100%;
        transform: scale(1);
        object-fit: cover;
        transition: all .6s;
    }

    .chanpinImgBox:hover img {
        transform: scale(1.2);
    }

    .chanpinImgBox .text {
        color: #000;
        text-align: center;
        -webkit-line-clamp: 1;
        font-size: 20px;
        line-height: 0.1;
        transition: all .6s;
        padding: 30px;
    }

    .chanpinImgBox:hover .text {
        color: rgb(128 146 81);
    }

    /* 关于我们 */
    .aboutUs {
        padding: 120px 0;
    }

    .aboutUs .section-title {
        margin-bottom: 0;
    }

    .zoujinpinpai {
        padding: 45px 0 60px;
    }

    .zoujinpinpai p {
        font-size: 16px;
        text-align: center;
        word-wrap: break-word;
    }

    .aboutVideo {
        position: relative;
    }

    .aboutVideo .aboutVideoImg {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .aboutUs .zz-bg-color {
        background: rgba(255, 255, 255, 0.5);
    }

    .aboutUs .zz-bg-img { 
        background-image: url(../images/content1bg.jpg);
        background-position: center center;
        background-repeat: no-repeat;
        background-attachment: inherit;
        background-size: cover;
    }

    .pinpai {
        padding: 120px 0;
    }

    .pinpaiLeft {
        width: 100%;
        height: 100%;
        background: #fff;
    }

    .pinpaiContent {
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
    }

    .pinpaiContent .zz-comp {
        width: 100%;
    }

    .pinpaiBox .zz-column {
        padding: 0;
    }

    .pinpaiLeft h2 {
        color: #000;
        font-size: 48px;
        line-height: 0.9;
        font-weight: 700;
        text-align: left;
        margin-bottom: 50px;
    }

    .pinpaiLeft p {
        text-align: left;
        color: #404040;
        font-size: 18px;
        line-height: 2;
    }

    .pinpai .zz-bg-img {
        background-image: url(../images/newsBg.jpg);
        background-position: center center;
        background-repeat: no-repeat;
        background-attachment: inherit;
        background-size: cover;
    }

    .wenhua {
        padding: 100px 0;
    }

    .wenhua .swiper-container {
        position: relative;
        padding-bottom: 30px;
    }

    .wenhua .section-title {
        color: #fff;
        margin-bottom: 30px;
    }

    .wenhua .swiper-slide {
        padding: 35px;
    }

    .wenhua .card-img {
        width: 70%;
        margin: 0 auto;
    }

    .wenhua .card-text {
        color: #fff;
        text-align: center;
        padding-top: 20px;
    }

    .wenhua .card-text h2 {
        font-size: 24px;
        font-weight: 700;
        line-height: 1.5;
    }

    .wenhua .card-text p {
        font-size: 18px;
        line-height: 1.5;
        color: rgba(255, 255, 255, 0.8);
    }

    .wenhua .swiper-pagination-bullet {
        width: 8px;
        height: 8px;
        background: #fff;
    }

    .wenhua .swiper-pagination-bullet-active {
        width: 24px;
        border-radius: 6px;
    }

    .wenhua .zz-bg-img {
        background-image: url(../images/wenhuaBg.jpg);
        background-position: center center;
        background-repeat: no-repeat;
        background-attachment: fixed;
        background-size: cover;
    }

    .wenhua .zz-bg .zz-bg-color {
        background: rgba(0, 0, 0, 0.22);
    }

    .mendian {
        padding: 160px 0 120px;
    }

    .mendian .swiper-container {
        position: relative;
        padding-bottom: 30px;
    }

    .mendian .swiper-slide {
        padding: 12px;
    }

    .mendian .card-img img {
        transform: scale(1);
        transition: all 0.5s;
    }

    .mendian .card-img:hover img { 
        transform: scale(1.1);
    }

    .mendian .swiper-pagination-bullet {
        width: 8px;
        height: 8px;
        background: #000;
    }

    .mendian .swiper-pagination-bullet-active {
        width: 16px;
        border-radius: 6px;
    }

    .mendian .zz-bg-img {
        background-image: url(../images/content1bg.jpg);
        background-position: center center;
        background-repeat: no-repeat;
        background-attachment: inherit;
        background-size: cover;
    }

    .mendian .zz-bg-color {
        background: rgba(255, 255, 255, 0.5);
    }

    /* 加入我们 */
    .hangyeyoushi {
        padding: 100px 0; 
    }

    .hangyeyoushi .section-title {
        line-height: 1.5;
        margin-bottom: 35px;
    }

    .hangyeyoushi .swiper-container {
        position: relative;
        padding-bottom: 30px;
    }

    .hangyeyoushi .swiper-wrapper { 
        height: 100%;
    }

    .hangyeyoushi .swiper-slide {
        padding: 14px;
        height: 100%;
    }

    .hangyeyoushi-box {
        height: 100%;
        padding: 40px 0;
        background: #fff;
        transition: all .5s;
        border: 2px solid #ca9c71;
    }

    .hangyeyoushi-box:hover {
        background: #ca9c71;
    }

    .hangyeyoushi .card-img {
        width: 40.8%;
        margin: 0 auto;
    }

    .hangyeyoushi .card-img img {
        display: block;
        margin: 0 auto;
    }

    .hangyeyoushi .card-text {
        padding: 25px 24px 10px 24px;
    }

    .hangyeyoushi .card-text h2 {
        color: #000;
        font-size: 22px;
        line-height: 1.5;
        text-align: center;
        font-weight: 700;
    }

    .hangyeyoushi .card-text p {
        margin-top: 10px;
        font-size: 16px;
        line-height: 1.6;
        text-align: center;
        color: rgba(64, 64, 64, 0.54);
    }

    .hangyeyoushi .swiper-pagination-bullet {
        width: 8px;
        height: 8px;
        background: #000;
    }

    .hangyeyoushi .swiper-pagination-bullet-active {
        width: 16px;
        border-radius: 6px;
    }

    .anli, .waimai {
        padding: 100px 0 70px;
    }

    .kyal {
        display: flex;
        text-align: center;
        color: #ca9c71;
        font-size: 34px;
        font-weight: bold;
        letter-spacing: 1px;
        line-height: 1.2;
        align-items: center;
        justify-content: center;
    }

    .kyal img {
        height: 30px;
        margin-left: 8px;
    }

    .anli .section-title, .waimai .section-title {
        color: #fff;
        padding-top: 10px;
        margin-bottom: 30px;
    }

    .anli-container ul {
        display: flex;
        align-items: center;
        justify-content: space-around;
    }

    .anli-container li {
        padding: 10px;
        width: 33.333333;
    }

    .anli-container li .anli-box {
        border: 2px solid #ca9c71;
    }

    .anli-container li img {
        transform: scale(1);
        transition: all 0.5s;
    }

    .anli-container li:hover img {
        transform: scale(1.1);
    }

    .anli-box .card-text {
        color: #fff;
        text-align: center;
        font-size: 18px;
        line-height: 1.5;
        padding: 10px 0;
        font-weight: 700;
    }

    .anli .zz-bg-color, .waimai .zz-bg-color {
        background-color: rgba(0, 0, 0, 0.5);
    }

    .anli .zz-bg-img, .waimai .zz-bg-img {
        background-image: url(../images/wenhuaBg.jpg);
        background-position: center center;
        background-repeat: no-repeat;
        background-attachment: inherit;
        background-size: cover;
    }

    .dianping, .team {
        padding: 90px 0 30px;
    }

    .dianping .section-title, .team .section-title {
        padding-top: 10px;
    }

    .anli .swiper-container, .dianping .swiper-container, .team .swiper-container {
        position: relative;
        padding-bottom: 30px;
    }

    .dianping .swiper-slide, .team .swiper-slide {
        padding: 12px;
        height: 100%;
    }

    .dianping-box, .waimai-box {
        border: 2px solid #ca9c71;
    }

    .dianping .card-img img, .team .team-slide img {
        transform: scale(1);
        transition: all 0.5s;
    }

    .dianping .card-img:hover img, .team .team-slide:hover img { 
        transform: scale(1.1);
    }

    .dianping .swiper-pagination-bullet, .team .swiper-pagination-bullet {
        width: 8px;
        height: 8px;
        background: #000;
    }

    .dianping .swiper-pagination-bullet-active, .team .swiper-pagination-bullet-active {
        width: 16px;
        border-radius: 6px;
    }

    .dianping .zz-bg-img, .team .zz-bg-img {
        background-image: url(../images/content1bg.jpg);
        background-position: center center;
        background-repeat: no-repeat;
        background-attachment: inherit;
        background-size: cover;
    }

    .dianping .zz-bg-color {
        background: rgba(255, 255, 255, 0.5);
    }

    .waimai .swiper-container {
        position: relative;
        padding-bottom: 30px;
    }

    .waimai .card-img img {
        transform: scale(1);
        transition: all 0.5s;
    }

    .waimai .card-img:hover img { 
        transform: scale(1.1);
    }

    .waimai-slide {
        padding: 10px;
    }

    .waimai .swiper-pagination-bullet, .anli .swiper-pagination-bullet {
        width: 8px;
        height: 8px;
        background: #fff;
    }

    .waimai .swiper-pagination-bullet-active, .anli .swiper-pagination-bullet-active {
        width: 16px;
        border-radius: 6px;
    }

    .team-slide {
        padding: 12px;
    }

    .team-box {
        height: 100%;
        background: #fff;
    }

    .team .card-text {
        color: #404040;
        text-align: center;
        padding: 25px 40px;
    }

    .team .card-text h2 {
        font-size: 24px;
        font-weight: 700;
        line-height: 1.5;
    }

    .team .card-text p {
        color: #999;
        font-size: 16px;
        line-height: 1.6;
        margin-top: 10px;
    }

    .jiameng {
        padding: 80px 0;
    }

    .jiameng .zz-bg-img {
        background-image: url(../images/newsBg.jpg);
        background-position: center center;
        background-repeat: no-repeat;
        background-attachment: inherit;
        background-size: cover;
    }

    .jiameng .section-title {
        margin-bottom: 58px;
    }

    .jiamengicon {
        height: 136px;
        overflow: hidden;
        position: relative;
        transition: all 0.5s;
    }

    .jiamengicon:hover .img-0 {
        transform: translateY(-100%);
    }

    .jiamengicon:hover .img-1 {
        transform: translateY(0%)!important;
    }

    .jiameng .zz-comp-list__item>.zz-element-wrapper {
        border: 1px solid rgba(238, 238, 238, 1);
        padding: 30px 35px 30px 35px;
        background: rgba(255, 255, 255, 0.5);
        border-radius: 0px 0px 0px 0px;
    }

    .jiameng .zz-comp-list__item .do-img-cover {
        justify-content: flex-start;
    }

    .jiameng .zz-comp-list__item img {
        width: 24%;
        object-fit: contain;
    }

    .liucheng {
        padding: 100px 0;
    }

    .liucheng .section-title { 
        color: #fff;
        font-size: 48px;
        line-height: 1.5;
        font-weight: bold;
    }

    .liucheng .zz-bg-color {
        background: rgba(0, 0, 0, 0.3);
    }

    .liucheng .zz-bg-img {
        background-image: url(../images/space3.jpg);
        background-position: center center;
        background-repeat: no-repeat;
        background-attachment: fixed;
        background-size: cover;
    }

    .liucheng .swiper-container {
        position: relative;
        padding-bottom: 30px;
    }

    .liucheng .card-img img {
        width: 75%;
        display: block;
        margin: 0 auto;
    }

    .liucheng .liucheng-box {
        transition: all 0.5s;
        transform: translateY(0);
    }

    .liucheng .liucheng-box:hover { 
        transform: translateY(-10px);
    }

    .liucheng-slide {
        padding: 20px;
    }

    .liucheng .swiper-pagination-bullet {
        width: 8px;
        height: 8px;
        background: #fff;
    }

    .liucheng .swiper-pagination-bullet-active {
        width: 16px;
        border-radius: 6px;
    }

    .liucheng .card-img {
        height: 290px;
        display: flex;
        overflow: visible;
        align-items: center;
    }

    .liucheng .card-img img {
        height: auto;
    }

    .liucheng .card-text {
        color: #fff;
        text-align: center;
        padding-top: 20px;
    }

    .liucheng .card-text h2 {
        font-size: 20px;
        line-height: 1.5;
        font-weight: 700;
    }

    .liucheng .card-text p {
        font-size: 14px;
        line-height: 1.5;
        color: rgba(255, 255, 255, 0.8);
    }

    /* 新闻资讯 */
    .xinwen {
        padding: 110px 0;
    }

    .xinwen .zz-bg-color {
        background: rgba(0, 0, 0, 0.03);
    }

    .xinwenTab {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .xinwenTab ul {
        gap: 12px;
        display: flex;
        margin-bottom: 30px;
        align-items: center;
        justify-content: center;
    }

    .xinwenTab ul li {
        font-size: 18px;
        line-height: 2;
        display: flex;
        cursor: pointer;
        background: #fff;
        transition: all .3s;
        align-items: center;
        justify-content: center;
        padding: 14px 40px 14px 40px;
    }

    .xinwenTab ul li.active,
    .xinwenTab ul li:hover {
        color: #fff;
        background-color: #809251;
    }

    .xinwen .zz-tab-pane {
        display: block;
    }

    .xinwen .zz-comp-list__item {
        padding: 12px;
        margin: 0;
    }

    .xinwen .zz-comp-list__item>.zz-element-wrapper {
        background: #fff;
        transition: transform .5s ease;
    }

    .xinwen .zz-comp-list__item>.zz-element-wrapper:hover img { 
        transform: scale(1.1);
    }

    .xinwen .zz-comp-list__item>.zz-element-wrapper:hover h2 { 
        color: #809251;
    }

    .xinwen .card-img {
        width: 36%;
        overflow: hidden;
        padding-top: 20%;
        position: relative;
        -webkit-box-ordinal-group: 2;
        -webkit-order: 0;
        -moz-box-ordinal-group: 2;
        -ms-flex-order: 0;
        order: 0;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -moz-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    }

    .xinwen .card-img img {
        top: 0px;
        left: 0px;
        position: absolute;
    }

    .xinwen .card-text {
        padding: 26px 60px 26px 40px;
        display: -webkit-box;
        justify-content: center;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -moz-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        -webkit-box-flex: 1;
        -webkit-flex: 1 1 0%;
        -moz-box-flex: 1;
        -ms-flex: 1 1 0%;
        flex: 1 1 0%;
    }

    .xinwen .card-text h2 { 
        color: #333;
        font-size: 20px;
        line-height: 2;
        text-align: left;
        font-weight: 700;
        -webkit-line-clamp: 1;
    }

    .xinwen .card-text p { 
        margin-top: 10px;
        color: #999;
        font-size: 16px;
        line-height: 1.6;
        text-align: left;
        -webkit-line-clamp: 2;
    }

    .xinwen .card-text span { 
        font-size: 12px;
        color: #999;
        font-weight: 400;
        margin-top: 10px;
        display: inline-block;
        padding: 30px 0 10px;
    }

    /* 联系我们 */
    .contactus {
        padding: 80px 0;
    }

    .contactus .zz-comp-list__wrap .zz-element-wrapper {
        flex-direction: row;
        transition: all 0.5s;
        background: rgba(247, 248, 247, 0.7);
    }

    .contactus .zz-comp-list__item .zz-element-wrapper:hover {
        box-shadow: 0 2px 13px 0 rgb(0 0 0 / 10%);
    }

    .contactus .zz-bg-color { 
        background: rgba(255, 255, 255, 0.5);
    }

    .contactus .zz-bg-img {
        background-image: url(../images/content1bg.jpg);
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
        background-attachment: inherit;
    }

    .contactus .zz-comp-list__item {
        padding: 10px;
        margin: 0;
    }

    .contacticon {
        width: 30.5%;
        position: relative;
        padding-top: 33.4%;
        transition: all 0.5s;
    }

    .contacticon img {
        width: 50%;
    }

    .contacticon:hover .img-0 {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }

    .contacticon:hover .img-1 {
        -webkit-transform: translateY(0%)!important;
        transform: translateY(0%)!important;
    }

    .contactus .card-text {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -moz-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        -webkit-box-flex: 1;
        -webkit-flex: 1 1 0%;
        -moz-box-flex: 1;
        -ms-flex: 1 1 0%;
        flex: 1 1 0%;
        justify-content: center;
        padding: 25px 10px 25px 0px;
    }

    .contactus .card-text h2 {
        color: rgba(0, 0, 0, 1);
        font-size: 18px;
        line-height: 1.5;
        text-align: left;
        font-weight: 700;
    }

    .contactus .card-text p {
        margin-top: 0px;
        color: rgba(0, 0, 0, 0.7);
        font-size: 16px;
        line-height: 1.5;
        text-align: left;
    }

    .mapImg {
        width: 100%;
        height: 100%;
        margin-top: 60px;
    }

    .mapImg a {
        display: block;
        border: 2px solid #ca9c71;
    }

    .mapImg img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
    }

    .mapImg .pcMap {
        display: block;
    }

    .mapImg .wapMap {
        display: none;
    }

    .video-container {
        top: 0px;
        left: 0px;
        width: 100%;
        height: 100%;
        position: fixed;
        z-index: 2000;
        display: none;
    }

    .show {
        display: block;
    }

    .video-bg {
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        background-color: rgba(0,0,0,0.5);
    }

    .video-modal {
        width: 680px;
        position: absolute;
        min-width: 200px;
        background-color: #fff;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        z-index: 2;
        border-radius: 5px;
    }

    .video-modal-inner {
        font-size: 14px;
        color: #606266;
        position: relative;
        padding: 5px 5px 0 5px;
    }

    .close {
        position: absolute;
        display: flex;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        top: -40px;
        right: -10%;
        width: 40px;
        height: 40px;
        cursor: pointer;
        -webkit-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
        color: #fff;
    }

    /* 响应式设计 */
    @media (max-width: 992px) {
        .advantages-grid {
            grid-template-columns: repeat(2, 1fr);
        }

        .brand-intro {
            flex-direction: column;
        }

        .news-container {
            grid-template-columns: 1fr;
        }

        .footer-grid {
            grid-template-columns: repeat(2, 1fr);
        }
        
        .mapImg .pcMap {
            display: none;
        }
    
        .mapImg .wapMap {
            display: block;
        }
    }

    @media (max-width: 768px) {
        .btnOuter {
            display: flex;
            justify-content: center;
            margin-top: 40px;
        }

        .nav-menu {
            display: none;
        }

        .mobile-header {
            display: flex;
            align-items: center;
            justify-content: space-between;
            position: fixed;
            top: 8px;
            width: 100%;
            height: 55px;
            z-index: 9;
            padding: 0 20px;
        }

        .pc-nav {
            display: none;
        }

        .header {
            min-height: 70px;
        }

        .nav-container {
            min-height: 70px;
        }

        .logo {
            margin-bottom: 0;
            display: -webkit-box;
            display: -webkit-flex;
            display: -moz-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -webkit-align-items: center;
            -moz-box-align: center;
            -ms-flex-align: center;
            align-items: center;
        }

        .logo img {
            height: 32.5px;
        }

        .mobile-nav {
            display: block;
        }

        .mobile-nav-toggle {
            width: 24px;
            height: 24px;
        }

        .contact-info {
            position: absolute;
            right: 60px;
            padding-right: 10px;
        }

        .contact-info .phone-icon {
            width: 30px;
        }

        .contact-info .contact {
            display: none;
        }

        .advantages-grid {
            grid-template-columns: 1fr;
        }

        .footer-grid {
            grid-template-columns: 1fr;
        }

        .section {
            padding: 40px 0;
        }

        .banner {
            min-height: calc(100vh - 100px);
            margin-top: 70px;
        }

        .intro-content {
            padding: 60px 0;
        }

        .intro-content img {
            display: block;
            margin: 0 auto;
        }

        .btn {
            margin: 0 auto;
        }

        .news-container>.zz-comp-row>.zz-column {
            padding: 0;
        }

        .news-list {
            background: #f7f8f7;
            padding: 20px 0;
        }

        .news-item {
            padding-right: 0;
        }

        .news-item a {
            padding: 10px 30px;
        }

        .news-item a h3 {
            font-size: 16px;
            display: -webkit-box;
            -webkit-box-orient: vertical;
            overflow: hidden;
            visibility: visible;
            -webkit-line-clamp: 1;
            margin-bottom: 0;
        }

        .news-item a p {
            font-size: 14px;
            display: -webkit-box;
            -webkit-box-orient: vertical;
            overflow: hidden;
            visibility: visible;
            -webkit-line-clamp: 1;
            margin-bottom: 0;
        }

        .footer {
            padding: 0;
        }

        .footerInner {
            padding: 0 40px;
        }

        .footer-logo {
            height: auto;
            padding-top: 50px;
        }

        .footer-top {
            padding-bottom: 50px;
        }

        .footer-btm {
            padding-top: 55px;
        }

        .footer .zz-comp-row>.zz-column {
            padding: 0;
        }

        .copyright p {
            text-align: center;
            color: #808080;
            font-size: 14px;
            padding: 5px 0px;
            line-height: 1.5;
        }

        .privacy p {
            font-size: 14px;
            color: #808080;
            text-align: center;
            padding: 5px 0px;
            line-height: 1.5;
        }

        /* 产品 */
        .chanpinTit .zz-comp-row>.zz-column {
            padding: 0;
        }

        .chanpinBanner {
            min-height: 250px;
        }

        .chanpintitImg {
            width: 50%;
        }

        .chanpinProducts .section-title {
            font-size: 40px;
        }

        .chanpinTab {
            overflow-x: auto;
            white-space: nowrap;
            justify-content: flex-start;
        }

        .chanpinTab ul {
            flex-wrap: nowrap;
            width: max-content;
        }

        .chanpinTab ul li {
            flex-shrink: 0;
            white-space: nowrap;
            font-size: 14px;
            margin: 0 4px;
            padding: 0 1rem;
        }

        .chanpinImgBox .text {
            font-size: 20px;
        }

        /* 关于我们 */
        .zoujinpinpai {
            padding-bottom: 40px;
        }

        .pinpaiLeft h2 {
            font-size: 40px;
            line-height: 1.5;
            padding-top: 40px;
            text-align: center;
        }

        .pinpaiLeft p {
            color: #404040;
            font-size: 16px;
            line-height: 1.8;
            text-align: center;
        }
        /* 加入我们 */
        .jiameng .zz-comp-list__item .do-img-cover {
            justify-content: center;
        }

        .jiameng .card-text {
            text-align: center;
            padding: 20px 0px 10px;
        }

        .anli-container ul {
            display: flex;
            align-items: center;
            justify-content: inherit;
        }
        /* 新闻资讯 */
        .xinwenTab {
            overflow-x: auto;
            white-space: nowrap;
            justify-content: flex-start;
        }

        .xinwenTab ul {
            flex-wrap: nowrap;
            width: max-content;
        }

        .xinwenTab ul li {
            flex-shrink: 0;
            white-space: nowrap;
        }
        
        .xinwen .zz-comp-list__item .zz-element-wrapper {
            flex-direction: column;
        }

        .xinwen .card-img {
            width: 100%;
            padding-top: 56%;
        }

        .xinwen .card-text {
            padding: 15px 20px 15px 20px;
        }

        .xinwen .card-text h2 {
            font-size: 18px;
            line-height: 1.5;
        }

        .xinwen .card-text p {
            font-size: 14px;
            line-height: 1.6;
        }

        .xinwen .card-text span {
            font-size: 12px;
            margin-top: 10px;
        }

        .video-modal {
            width: 90% !important;
            margin-top: 0 !important;
            position: absolute;
            top: 48%;
            left: 50%;
            -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .anli .section-title {
            font-size: 30px;
            line-height: 1.4;
        }
        
        .mapImg {
            margin-top: 30px;
        }
        
        .mapImg .pcMap {
            display: none;
        }
    
        .mapImg .wapMap {
            display: block;
        }
        
        .chanpinBanner .zz-bg-img{
            top: 70px;
        }
        /*声明弹窗*/
        .popup {
            display: none;
            position: fixed;
            top: 0px;
            left: 0px;
            height: 100%;
            width: 100%;
            background: rgba(0,0,0,0.3);
            justify-content: center;
            align-items: center;
            z-index: 999;
        }
        .popupBox {
            position: absolutes;
            background: #fff;
            width: 300px;
            height: 400px;
            transform: translate(10%,40%);
            padding: 15px;
        }
        .popupBox img {
            height: 25px;
            margin: 5px 20px;
        }
        .popupBox p {
            font-size: 14px;
            line-height: 20px;
            text-indent: 30px;
        }
        .popupBox p:nth-child(n+4){
            text-align:right;
        }
        .popupBox ul {
            list-style-type: square;
            margin: 10px 30px;
            padding: 0;
        }
        .popupBox li {margin: 10px 0px;
            font-size: 14px;
            line-height: 20px;
        }
        .popupBox .popTxt {
            padding: 0 20px;
        }
        .popupBox .popTxt h2 {
            font-weight: bold;
            text-align: center;
            margin: 10px 0;
            font-size: 14px;
        }
        .closeBtn {position: absolute;
            top: 15px;
            right: 30px;
            cursor: pointer;
            font-size: 20px;
            color: #809251;
        }
        .closeBtn:hover {
            color: #000000;
        }
    }

    @media (min-width: 768px) and (max-width: 1199px) {
        .nav-menu li {
            height: 3.5rem;
        }

        .nav-menu a {
            font-size: 15px;
            padding: 0 0.5rem;
        }

        .contact-info div {
            padding: 0;
        }

        .contact-info p {
            font-size: 14px;
        }

        .contact-info span {
            font-size: 10px;
        }

        .banner {
            height: 625px;
            min-height: auto;
        }
    }