.ny-nav {
    background: #fff;
    position: absolute;
    height: 136px;
    color: #333333;
    margin: 0 auto;
    left: 0;
    bottom: 0;
}

.ne_banner {
    width: 100%;
    overflow: hidden;
    position: relative;
    background: #000;
}

    .ne_banner img {
        display: block;
    }

    .ne_banner .bannerBox {
        width: 100%;
        position: relative;
    }

        .ne_banner .bannerBox img {
            width: 100%;
            animation: run 12s linear infinite;
        }

@keyframes run {
    0% {
        transform: scale(1);
    }

    25% {
        transform: scale(1.04);
    }

    50% {
        transform: scale(1.08);
    }

    75% {
        transform: scale(1.04);
    }

    100% {
        transform: scale(1);
    }
}

.pc-banner {
    display: block;
}

.mobile-banner {
    display: none;
}

.ne_banner .b-text {
    width: 100%;
    left: 0;
    top: 60%;
    transform: translateY(-60%);
    color: #fff;
    position: absolute;
    z-index: 2;
    text-align: center;
}

    .ne_banner .b-text .p1 {
        color: #f60;
        font-size: 1.625rem;
        line-height: 3rem;
    }

    .ne_banner .b-text .p2 {
        font-size: 2.5rem;
        font-family: "Oswald";
        line-height: 3.4rem;
    }

.about-center {
    padding-top: 4.5rem;
    padding-bottom: 7.1875rem;
    background: url(../images/ne_bg.jpg)no-repeat bottom center #f6f6f6;
}

.aboutBg {
    background: #fff;
    padding: 2.1875rem 4.375rem 5rem 4.375rem;
}

.hoverImg img {
    width: 100%;
    height: 100%;
    opacity: 0.6;
    transition-duration: .5s;
    display: block;
}

.hoverImg:hover img {
    opacity: 1;
    transform: scale(1.1);
}

.ne-bit {
    height: 54px;
    display: table;
    position: relative;
    margin: 0 auto;
    padding: 0 0.9375rem;
    line-height: 3.375rem;
}

    .ne-bit .f-bit {
        color: #fff;
        font-size: 3rem;
        font-weight: bold;
        position: relative;
        display: block;
        text-align: center;
        line-height: 1.625rem;
        padding-top: 0.625rem;
    }

        .ne-bit .f-bit span {
            font-size: 2.375rem;
        }

    .ne-bit .pos {
        display: inline-block;
        font-weight: normal;
        margin-top: 0.9375rem;
        font-size: 1.25rem;
        line-height: 2.6rem;
        width: 100%;
    }

    .ne-bit .f-bit:after {
        content: "";
        width: 5.5rem;
        height: 2.8125rem;
        transform: rotateY(180deg);
        background: url(../images/water.png) no-repeat;
        background-size: contain;
        left: -5.5rem;
        position: absolute;
        top: 0;
    }

    .ne-bit .f-bit:before {
        content: "";
        width: 5.5rem;
        height: 2.8125rem;
        background: url(../images/water.png) no-repeat;
        background-size: contain;
        right: -5.5rem;
        position: absolute;
        top: 0;
    }


.ny-nav1 {
    width: 100%;
    text-align: center;
    position: absolute;
    z-index: 2;
    left: 0;
    bottom: 0;
}

    .ny-nav1 a {
        color: #fff;
        display: inline-block;
        margin: 0 1.25rem;
        padding: 0 0.9375rem;
        line-height: 3.25rem;
        font-size: 1.375rem;
        position: relative;
        transition-duration: 1s;
        cursor: pointer;
    }

        .ny-nav1 a:before {
            content: "";
            position: absolute;
            width: 0;
            border-bottom: 0.375rem solid transparent;
            border-image: linear-gradient(to right, #166a9f, #16768e, #168f81, #1fa478) 1;
            left: 50%;
            transform: translate(-50%);
            transition-duration: .5s;
            bottom: -0.375rem;
        }

        .ny-nav1 a:hover:before {
            width: 110px;
        }

    .ny-nav1 .ts {
        /* border-bottom: 6px solid #00a3e9; */
        border-bottom: 0.375rem solid transparent;
        border-image: linear-gradient(to right, #166a9f, #16768e, #168f81, #1fa478) 1;
        color: #fff;
        font-weight: bold;
    }

.neBit {
    width: auto;
    text-align: center;
    line-height: 3.75rem;
    font-size: 2.25rem;
    font-weight: bold;
    background: linear-gradient(to right, #166a9f, #1fa478);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    display: table;
    margin: 0 auto 2.8rem;
}

.warp {
    width: 1200px;
    margin: 0 auto;
}

.pos {
    width: 100%;
    align-items: center;
    display: flex;
    padding: 10px 0;
    line-height: 30px;
    font-size: 14px;
    border-bottom: 1px solid #eee;
    margin-bottom: 1.875rem;
}

    .pos img {
        margin-right: 2px;
    }

    .pos a {
        color: #f7992b;
        margin: 0 6px;
    }

    .pos span {
        margin-left: 6px;
    }

.proBit {
    width: 100%;
    text-align: center;
    line-height: 3.625rem;
    font-family: "Oswald";
    font-size: 2rem;
    margin-bottom: 5px;
}

.proText {
    width: 100%;
    font-size: 18px;
    line-height: 2rem;
    margin-bottom: 1.25rem;
    margin-bottom: 2.5rem;
}

.productBox {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-bottom: 6.25rem;
}

    .productBox .left {
        width: 23%;
    }

/* 产品导航 */
.sidebar-menu {
    width: 100%;
    max-width: 300px;
    border: 1px solid #eee;
    background: #fff;
    margin-bottom: 1.875rem;
}

.menu-title {
    margin: 0;
    padding: 0.625rem 0.9375rem;
    font-size: 16px;
    font-weight: 500;
    color: #222;
    border-bottom: 1px solid #eee;
}

.submenu-list {
    margin: 0;
    padding: 0;
    list-style: none;
    padding: 5px 0;
}

    .submenu-list li {
        position: relative;
        padding: 0.3rem 0.9375rem 0.3rem 1.7rem;
        font-size: 1.15rem;
        color: #333;
        line-height: 1.4;
    }

        .submenu-list li::before {
            content: "";
            position: absolute;
            left: 0.9375rem;
            top: 50%;
            transform: translateY(-50%);
            width: 4px;
            height: 4px;
            border-radius: 50%;
            background-color: #999;
        }

.protable {
    width: 100%;
    position: relative;
}

    .protable h2 {
        width: 100%;
        text-align: center;
        line-height: 3.625rem;
        font-family: "Oswald";
        font-size: 2rem;
        margin-bottom: 5px;
    }

    .protable .swiper-slide .pText {
        font-size: 14px;
    }

    .protable .mySwiper2 {
        width: 80%;
        margin: 0 auto;
    }

    .protable .swiper-button-next,
    .protable .swiper-button-prev {
        width: 2.125rem;
        height: 2.125rem;
        border-radius: 100%;
        top: 60%;
        background: #869791;
        opacity: 0.5;
        transition-duration: .5s;
    }

        .protable .swiper-button-next:after,
        .protable .swiper-button-prev:after {
            font-size: 16px;
            color: #fff;
        }

        .protable .swiper-button-next:hover,
        .protable .swiper-button-prev:hover {
            opacity: 1;
        }

    .protable .swiper-button-next {
        right: 0px;
    }

    .protable .swiper-button-prev {
        left: 0px;
    }



.productBox .right {
    width: 75%;
}

.smallBanner {
    width: 100%;
    margin-bottom: 16px;
}

    .smallBanner img {
        display: block;
        width: 100%;
    }

.smallBit {
    width: 100%;
    line-height: 2.2rem;
    font-family: "Oswald";
    font-size: 2rem;
    margin-bottom: 5px;
    font-weight: bold;
}

.productList {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

    .productList dl {
        width: 32.5%;
        margin-right: 1.25%;
        margin-bottom: 0.625rem;
        border: 1px solid #cccccc;
        padding: 0.625rem 0.3125rem 0 0.3125rem;
        transition-duration: .5s;
    }

        .productList dl:nth-child(3n) {
            margin-right: 0%;
        }

    .productList dt {
        position: relative;
        width: 100%;
        height: auto;
        overflow: hidden;
    }

.productBox .right .proText {
    margin-bottom: 10px;
}

.productList dl dt img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: opacity 1s ease;
}

.productList dl:hover {
    box-shadow: 0 0 7px #c4c4c4;
}

.productList dl dt .img1 {
    opacity: 1;
    z-index: 1;
    position: relative;
    transition-duration: 1s;
}

.productList dl dt .img2 {
    opacity: 0;
    z-index: 0;
    left: 0;
    top: 0;
    transition-duration: 1s;
}

.productList dl:hover dt .img1 {
    opacity: 0;
    z-index: 0;
}

.productList dl:hover dt .img2 {
    opacity: 1;
    z-index: 1;
}

.productList dl dd {
    width: 100%;
    line-height: 2.625rem;
    text-align: center;
    font-size: 0.9375rem;
}

    .productList dl dd a:hover {
        color: #f7992b;
        text-decoration: underline;
    }

.pagination {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    /* 靠右对齐，和截图一致 */
    gap: 8px;
    /* 按钮之间的间距 */
    margin-top: 20px;
    font-size: 14px;
}


    .pagination a {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 30px;
        height: 30px;
        border: 1px solid #eee;
        background: #fff;
        color: #333;
        text-decoration: none;
        cursor: pointer;
        transition: all 0.3s ease;
    }

        .pagination a:hover {
            border-color: #f60;
            color: #f60;
        }

        .pagination a.current {
            background: #f60;
            color: #fff;
            border-color: #f60;
        }


        .pagination a.prev,
        .pagination a.next {
            font-size: 16px;
            color: #666;
        }

            .pagination a.prev:hover,
            .pagination a.next:hover {
                color: #f60;
                border-color: #f60;
            }

.contact {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

    .contact .left {
        width: 35%;
        padding: 2.5rem 0.9375rem 5.625rem 6.875rem;
        background: url(../images/contact-d.jpg) no-repeat right 80% #f6f6f6;
    }

        .contact .left .contlogo {
            width: 100%;
            display: block;
        }

        .contact .left .addBox {
            width: 100%;
            position: relative;
            padding-top: 1.5rem;
            margin-top: 16px;
        }

            .contact .left .addBox:after {
                width: 2.5rem;
                height: 0.25rem;
                background: #f60;
                content: "";
                left: 0;
                top: 0;
                position: absolute;
            }

            .contact .left .addBox dl {
                padding-bottom: 1.875rem;
                color: #000;
            }

                .contact .left .addBox dl dt {
                    display: flex;
                    align-items: center;
                    font-weight: bold;
                    line-height: 2rem;
                    font-size: 1.25rem;
                }

                .contact .left .addBox dl dd {
                    display: flex;
                    align-items: center;
                    font-size: 16px;
                    line-height: 2rem;
                }

                    .contact .left .addBox dl dd .iconfont {
                        font-size: 1.3rem;
                        margin-right: 5px;
                        display: flex;
                        align-items: center;
                    }

    .contact .right {
        width: 65%;
        padding: 2.5rem 10% 4rem 10%;
    }

        .contact .right .bit {
            text-align: center;
        }

/* 联系我们表单 */
.contact-form-wrapper {
    width: 100%;
    margin: 0 auto;
    font-family: sans-serif;
}

/* 表单头部 */
.form-header {
    text-align: center;
    margin-bottom: 1.875rem;
}

    .form-header h2 {
        margin: 0 0 0.625rem;
        font-size: 1.25rem;
        color: #222;
    }

    .form-header p {
        margin: 0 0 0.625rem;
        font-size: 16px;
        color: #333;
        line-height: 1.5;
    }

.divider-line {
    display: inline-block;
    width: 60px;
    height: 3px;
    background-color: #f7941d;
    /* 橙色分隔线，和截图一致 */
}

/* 表单行 */
.form-row {
    display: flex;
    align-items: center;
    margin-bottom: 1.25rem;
}

.form-label {
    width: 120px;
    /* 标签固定宽度，对齐 */
    font-size: 18px;
    color: #333;
    text-align: right;
    padding-right: 1.4rem;
    box-sizing: border-box;
}

    .form-label.required::before {
        content: "*";
        color: #ff3333;
        margin-right: 4px;
    }

/* 输入框样式 */
.form-input {
    flex: 1;
    height: 3rem;
    border: 1px solid #ccc;
    padding: 0 0.75rem;
    font-size: 16px;
    box-sizing: border-box;
}

.form-textarea {
    flex: 1;
    height: 7.5rem;
    border: 1px solid #ccc;
    padding: 0.75rem;
    font-size: 16px;
    resize: vertical;
    box-sizing: border-box;
}

/* 提交按钮 */
.form-submit {
    text-align: center;
    margin-top: 1.875rem;
}

.submit-btn {
    padding: 14px 50px;
    background-color: #f7941d;
    /* 橙色按钮，和截图一致 */
    color: #fff;
    border: none;
    font-size: 18px;
    cursor: pointer;
    transition: background 0.3s;
}

    .submit-btn:hover {
        background-color: #e68417;
    }

/* 联系我们表单 */
/* about图文 */
.about_container {
    display: flex;
    flex-wrap: wrap;
    max-width: 100%;
    margin: 1.875rem auto;
    gap: 1rem;
}

.text-section {
    flex: 1;
}

.intro-text {
    font-size: 16px;
    line-height: 30px;
    color: #333;
    margin-bottom: 1.8rem;
    padding-top: 1.25rem;
}

.features-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.5rem;
    margin-bottom: 16px;
}

.feature-item {
    font-size: 18px;
    font-weight: 600;
    color: #222;
}

.divider-line {
    width: 3.125rem;
    height: 4px;
    background-color: #ff8a00;
}

.image-section {
    flex: 1;
}

.ship-image {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 4px;
}

@media (max-width: 992px) {
    .container {
        flex-direction: column;
    }

    .features-grid {
        grid-template-columns: 1fr;
    }
}

/* .company_achievement h2{font-family: "Oswald"; font-size: 30px; line-height: 46px; text-align: center; margin-bottom: 10px;} */

.achievements {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0.875rem;
    margin: 0 auto 20px;
}

    .achievements dl {
        background: #fff;
        border: 1px solid #eee;
        overflow: hidden;
    }


    .achievements dt {
        width: 100%;
        overflow: hidden;
    }

        .achievements dt img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            display: block;
            transition-duration: .5s;
        }

    .achievements dl:hover dt img {
        transform: scale(1.1);
    }

    .achievements dd {
        padding: 0.9375rem;
        margin: 0;
    }

        .achievements dd .title {
            font-size: 18px;
            font-weight: bold;
            color: #222;
            margin-bottom: 0.625rem;
            padding-left: 0.9375rem;
            position: relative;
        }


            .achievements dd .title::before {
                content: '';
                position: absolute;
                left: 0;
                top: 50%;
                transform: translateY(-50%);
                width: 6px;
                height: 6px;
                border-radius: 50%;
                background-color: #ffaa00;
            }

        .achievements dd .desc {
            font-size: 14px;
            line-height: 1.6;
            color: #555;
        }

        .achievements dd .more {
            color: #e3832c;
            font-size: 18px;
        }

@media (max-width: 992px) {
    .achievements {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 600px) {
    .achievements {
        grid-template-columns: 1fr;
    }
}

.about_banner {
    width: 60%;
    margin: 0 auto 30px;
}

    .about_banner .swiper-button-next,
    .about_banner .swiper-button-prev {
        width: 2.8rem;
        height: 2.8rem;
        text-align: center;
        line-height: 2.8rem;
        border-radius: 100%;
        background: #000000;
        opacity: 0;
        transition-duration: .5s;
    }

    .about_banner:hover .swiper-button-next,
    .about_banner:hover .swiper-button-prev {
        opacity: 1;
    }

    .about_banner .swiper-button-next:after,
    .about_banner .swiper-button-prev:after {
        color: #717171;
        font-size: 1.3rem;
    }

    .about_banner .swiper-button-next {
        right: 2%;
    }

    .about_banner .swiper-button-prev {
        left: 2%;
    }

    .about_banner .swiper-pagination {
        bottom: 20px !important;
    }

    .about_banner .swiper-pagination-bullet {
        width: 13px;
        height: 13px;
        border: 2px solid #000;
        background: #000;
        opacity: 1;
        margin: 0 0.75rem !important;
    }

    .about_banner .swiper-pagination-bullet-active {
        border: 2px solid #000;
        background: none !important;
    }

.why_choose {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
    max-width: 1400px;
    margin: 0 auto 30px;
}


    .why_choose .card-item {
        text-align: center;
        padding: 30px 20px;
        border: 1px solid #eee;
        transition-duration: .5s;
    }

        .why_choose .card-item:hover {
            box-shadow: 0 0 10px #c4c4c4;
        }

    .why_choose .icon {
        width: 80px;
        margin: 0 auto;
        fill: #ff8a00;
        transition: transform 0.3s ease;
    }

    .why_choose .card-item:hover .icon {
        transform: scaleX(-1);
    }


    .why_choose .card-title {
        font-size: 30px;
        color: #222;
        margin-bottom: 15px;
        position: relative;
        display: inline-block;
    }

        .why_choose .card-title::after {
            content: '';
            position: absolute;
            left: 50%;
            transform: translateX(-50%);
            bottom: -10px;
            width: 60px;
            height: 3px;
            background-color: #ff8a00;
        }

    .why_choose .card-desc {
        margin-top: 20px;
        font-size: 14px;
        line-height: 1.7;
        color: #333;
    }

/* project */
.project_container {
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding-bottom: 6.25rem;
}

    .project_container .left {
        width: 23%;
    }

    .project_container .right {
        width: 75%;
    }


/* .accordion-menu {
	width: 100%;
	max-width: 600px;
	border: 1px solid #e5e5e5;
	border-radius: 4px;
}

.menu-item {
	border-bottom: 1px solid #e5e5e5;
}

.menu-item:last-child {
	border-bottom: none;
}

.menu-header {
	display: flex;
	align-items: center;
	padding: 8px 10px;
	background: #f8f8f8;
	user-select: none;
}

.toggle-icon {
	width: 16px;
	height: 16px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin-right: 10px;
	font-size: 16px;
	color: #666;
	border: 1px solid #ccc;
	border-radius: 2px;
	background: #fff;
	cursor: pointer;
}


.menu-title-link {
	font-size: 2em;
	color: #222;
	text-decoration: none;
	cursor: pointer;
}

.menu-title-link:hover {
	color: #f60;
}

.menu-content {
	display: none;
	background: #fff;
	padding: 6px 10px 6px 2.1875rem;
}

.menu-title-link {
	font-size: 16px;
}

.menu-content a {
	display: block;
	line-height: 30px;
	font-size: 16px;
	color: #222;
	text-decoration: none;
}

.menu-content a:hover {
	color: #f60;
}

.menu-item.open .menu-content {
	display: block;
}

.menu-item.open .toggle-icon::before {
	content: "−";
}

.toggle-icon::before {
	content: "+";
} */


.projectBit {
    width: 100%;
    justify-content: space-between;
    display: flex;
    margin-bottom: 20px;
}

    .projectBit h2 {
        line-height: 40px;
        font-size: 32px;
        font-family: "Oswald";
    }

    .projectBit .search {
        width: 280px;
        position: relative;
        border: 1px solid #d1d1d1;
    }

        .projectBit .search input {
            width: 100%;
            outline: none;
            line-height: 38px;
            padding: 0 10px;
            font-size: 16px;
            border: none;
        }

        .projectBit .search .btn {
            width: 30px;
            height: 38px;
            position: absolute;
            right: 6px;
            top: 0px;
            display: flex;
            align-items: center;
        }

            .projectBit .search .btn .iconfont {
                font-size: 22px;
                color: #999999;
            }

/* 新闻列表 */
.page-title {
    text-align: center;
    font-size: 28px;
    margin-bottom: 40px;
    font-weight: 600;
}


.newslist {
    list-style: none;
    margin-bottom: 40px;
}


.newslist-item {
    display: flex;
    gap: 20px;
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #eee;
}

    .newslist-item:last-child {
        border-bottom: none;
        margin-bottom: 0;
        padding-bottom: 0;
    }


.newslist-img {
    width: 180px;
    object-fit: cover;
    flex-shrink: 0;
    background-color: #f5f5f5;
}


.newslist-content {
    flex: 1;
}

.search-type-tag {
    display: inline-block;
    padding: 2px 8px;
    font-size: 12px;
    font-weight: 600;
    border-radius: 3px;
    margin-bottom: 8px;
    text-transform: uppercase;
}

.search-type-tag.product {
    background-color: #007bff;
    color: #fff;
}

.search-type-tag.article {
    background-color: #f60;
    color: #fff;
}

.search-info {
    padding: 15px 20px;
    background-color: #f8f9fa;
    border-left: 4px solid #f7992b;
    margin-bottom: 20px;
    border-radius: 3px;
}

.search-info p {
    margin: 0;
    font-size: 15px;
    color: #333;
}

.search-info strong {
    color: #f7992b;
    font-weight: 600;
}

.newslist-title {
    font-size: 18px;
    font-weight: 600;
    color: #222;
    margin-bottom: 8px;
    text-decoration: none;
    display: inline-block;
    font-family: "Oswald";
}

    .newslist-title:hover {
        color: #f60;
        text-decoration: underline;
    }


.newslist-date {
    font-size: 14px;
    color: #666;
    margin-bottom: 12px;
    display: flex;
    align-items: center;
    gap: 6px;
}

    .newslist-date::before {
        content: "";
    }


.newslist-excerpt {
    font-size: 15px;
    line-height: 1.6;
    color: #444;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
}

/* 分页 */
.project_container .right .pagination {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 12px;
    font-size: 24px;
}

    .project_container .right .pagination a,
    .project_container .right .pagination span,
    .project_container .right .pagination input,
    .project_container .right .pagination button {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        min-width: 35px;
        height: 35px;
        border: 1px solid #ccc;
        text-decoration: none;
        color: #333;
        background: #fff;
        font-size: 15px;
    }

    .project_container .right .pagination .current-page {
        background-color: #f7941d;
        /* 橙色当前页 */
        color: #fff;
        border-color: #f7941d;
    }

    .project_container .right .pagination .text-info {
        border: none;
        min-width: auto;
        padding: 0 10px;
    }

    .project_container .right .pagination input {
        width: 35px;
        text-align: center;
    }

    .project_container .right .pagination button {
        cursor: pointer;
    }

.projectList {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin-top: 30px;
}

    .projectList dl {
        width: 32%;
        margin-bottom: 15px;
        position: relative;
        top: 0;
        transition-duration: .3s;
        margin-right: 2%;
    }

        .projectList dl:nth-child(3n) {
            margin-right: 0;
        }

        .projectList dl dt {
            width: 100%;
            overflow: hidden;
            background: #000;
        }

            .projectList dl dt img {
                width: 100%;
                display: block;
                transition-duration: .5s;
                height: 17.5rem;
            }

        .projectList dl:hover dt img {
            transform: scale(1.1);
            opacity: 0.7;
        }

        .projectList dl dd {
            width: 100%;
            border: 1px solid #dddddd;
            padding: 10px 15px;
            background: #f9f9f9;
        }

            .projectList dl dd a {
                overflow: hidden;
                line-height: 32px;
                font-size: 16px;
                overflow: hidden;
                text-overflow: ellipsis;
                display: -webkit-box;
                -webkit-line-clamp: 1;
                line-clamp: 1;
                -webkit-box-orient: vertical;
            }


        .projectList dl:hover {
            box-shadow: 0 0 10px #d2d2d2;
            top: -5px;
        }

.project_detail {
    width: 100%;
    padding: 30px 0 90px 0;
}

    .project_detail h2 {
        line-height: 1.8;
        font-size: 36px;
        font-weight: normal;
        text-align: center;
        margin-bottom: 10px;
    }

.inquire-button {
    width: 180px;
    height: 38px;
    line-height: 38px;
    gap: 12px;
    background-color: #f7941d;
    color: #fff;
    border: none;
    border-radius: 8px;
    font-size: 12px;
    font-weight: 500;
    cursor: pointer;
    text-decoration: none;
    text-align: center;
    display: table;
    margin: 0 auto;
}



    .inquire-button:hover {
        background-color: #e68316;
        color: #fff;
    }


.detailText {
    width: 100%;
    padding-bottom: 40px;
    padding-top: 30px;
}

    .detailText .Title {
        width: 100%;
        font-weight: bold;
        font-size: 18px;
        padding-bottom: 25px;
    }

    .detailText .pText {
        width: 100%;
        font-size: 16px;
        line-height: 30px;
        padding-bottom: 25px;
        text-align: justify;
    }

/* 上一篇下一篇 */
.article-nav {
    display: flex;
    justify-content: space-between;
    gap: 20px;
}

.article-nav-item {
    flex: 1;
    max-width: 40%;
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 11px 15px;
    color: #111;
    text-decoration: none;
    display: flex;
    align-items: center;
    transition: border-color 0.2s;
}

    .article-nav-item:hover {
        border-color: #f7941d;
    }


.article-nav-title {
    font-size: 18px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.projectPic {
    padding-bottom: 70px;
}

    .projectPic .swiper-slide {
        overflow: hidden;
        border-radius: 10px;
    }

        .projectPic .swiper-slide img {
            display: block;
            width: 100%;
        }

    .projectPic .swiper-button-next,
    .projectPic .swiper-button-prev {
        width: 26px;
        height: 26px;
        text-align: center;
        line-height: 26px;
        border-radius: 100%;
        background: #1c1f89;
        opacity: 1;
        transition-duration: .5s;
    }



        .projectPic .swiper-button-next:after,
        .projectPic .swiper-button-prev:after {
            color: #fff;
            font-size: 1rem;
        }

    .projectPic .swiper-button-next {
        right: 0;
    }

    .projectPic .swiper-button-prev {
        left: 0;
    }

/* 上一篇下一篇 */

/* 详情列表 */
.detailList ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.detailList li {
    display: flex;
    align-items: center;
    padding: 15px 0;
    border-bottom: 1px solid #eee;
}

.listIcon {
    width: 6px;
    height: 6px;
    background: #f29701;
    border-radius: 50%;
    margin-right: 10px;
    flex-shrink: 0;
}

.listTitle {
    flex: 1;
    font-size: 18px;
    color: #333;
    text-decoration: none;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

    .listTitle:hover {
        color: #1d208a;
    }

.listTime {
    font-size: 16px;
    color: #999;
    flex-shrink: 0;
}

.detailText .pText {
    width: 100%;
    font-size: 16px;
    line-height: 30px;
    padding-bottom: 25px;
    text-align: justify;
    text-align-last: left;
}

/* 详情列表 */
/* detail表单 */
.inquire {
    padding-bottom: 60px;
}

.article-info {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 30px;
}

    .article-info th,
    .article-info td {
        border: 1px solid #ddd;
        padding: 15px;
        vertical-align: top;
    }

    .article-info th {
        background-color: #f5f5f5;
        text-align: left;
        font-weight: normal;
        color: #111;
        font-size: 18px;
    }

        .article-info th:nth-child(1) {
            width: 12%;
        }

        .article-info th:nth-child(2) {
            width: 39%;
        }

        .article-info th:nth-child(4) {
            width: 49%;
        }

    .article-info img {
        width: 100px;
    }

/* 表单样式 */
.inquiry-form {
    width: 100%;
    margin: 0 auto;
}

.form-group {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

    .form-group label {
        width: 140px;
        text-align: right;
        padding-right: 15px;
        font-size: 18px;
        color: #333;
    }

        .form-group label .required {
            color: red;
            margin-right: 4px;
        }

    .form-group input[type="text"],
    .form-group input[type="email"],
    .form-group input[type="tel"],
    .form-group textarea {
        flex: 1;
        padding: 12px;
        border: 1px solid #ddd;
        border-radius: 4px;
        font-size: 16px;
    }

    .form-group textarea {
        resize: vertical;
        min-height: 120px;
    }


.verify-group {
    align-items: center;
}

.verify-code-input {
    width: 200px;
    margin-right: 10px;
}

.verify-code-img {
    font-size: 24px;
    letter-spacing: 4px;
    color: #555;
    padding: 8px 12px;
    border: 1px solid #ddd;
    background: #f9f9f9;
    cursor: pointer;
}

.submit-btn {
    margin-left: 155px;
    padding: 10px 30px;
    background-color: #f7941d;
    color: #fff;
    border: none;
    border-radius: 4px;
    font-size: 16px;
    cursor: pointer;
}

    .submit-btn:hover {
        background-color: #f7941d;
    }

/* news&Blog */
.blogBox {
    padding-top: 20px;
}

/* resource */
.video-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    width: 100%;
    margin: 0 auto 30px;
}


.video-item {
    position: relative;
    aspect-ratio: 16 / 9;
    background: #eee;
    overflow: hidden;
    cursor: pointer;
}

    .video-item img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition-duration: .5s;
    }

    .video-item:hover img {
        transform: scale(1.1);
    }

.play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80px;
    height: 86px;
    background: url(../images/player.png)no-repeat;
    background-size: 100% 100%;
}


.modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 999;
}


.modal-content {
    position: relative;
    width: 80%;
    max-width: 900px;
}

.modal-close {
    position: absolute;
    top: -50px;
    right: 0;
    color: #fff;
    font-size: 30px;
    cursor: pointer;
}

.modal-content video {
    width: 100%;
    display: block;
}

/* 下载列表 */
.download-list {
    border-top: 1px solid #eee;
    margin-top: 20px;
}


.download-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px 0;
    border-bottom: 1px solid #eee;
}

.download-name {
    flex: 1;
    font-size: 18px;
    color: #111;
    text-decoration: none;
}

    .download-name:hover {
        color: #f7941d;
    }

.download-date {
    font-size: 16px;
    color: #666;
    margin: 0 20px;
    white-space: nowrap;
}

.download-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    background-color: #f7941d;
    color: #fff;
    border-radius: 4px;
    text-decoration: none;
    font-size: 18px;
}

    .download-btn:hover {
        background-color: #e68316;
        color: #fff;
    }

/* 响应式适配 */
@media (max-width: 992px) {
    .why_choose {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 600px) {
    .why_choose {
        grid-template-columns: 1fr;
    }
}

/* about 结束*/

/* solutions */
.solution-section {
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px;
}

.solution-text {
    width: 50%;
    padding-top: 20px;
}

    .solution-text p {
        font-size: 18px;
        line-height: 1.6;
        color: #111;
        margin-bottom: 30px;
    }


.solution-divider {
    width: 80px;
    height: 4px;
    background-color: #f7941d;
}

.solution-image {
    width: 40%;
}

    .solution-image img {
        width: 100%;
        height: auto;
        display: block;
    }

/* 下半部分：数据卡片网格 */
.solution-stats-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    margin-bottom: 30px;
}

.solution-stat-card {
    border: 1px solid #eee;
    padding: 10px 20px;
    text-align: center;
}

.solution-stat-number {
    font-size: 28px;
    font-weight: bold;
    color: #222;
    font-family: "Oswald";
}

    .solution-stat-number span {
        font-size: 20px;
        display: inline-block;
        padding-left: 2px;
        font-weight: normal;
    }

.solution-stat-label {
    font-size: 18px;
    color: #666;
    margin-bottom: 5px;
}

/* solution  */
.solution-process-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 20px;
    margin-bottom: 40px;
}

.solution-process-card {
    border: 1px solid #eee;
    padding: 15px;
    text-align: center;
    transition-duration: .5s;
}

    .solution-process-card:hover {
        box-shadow: 0 0 10px #c7c7c7;
    }

.solution-process-number {
    display: inline-block;
    background-color: #e68935;
    color: #fff;
    width: 35px;
    height: 35px;
    line-height: 35px;
    font-size: 18px;
    margin-bottom: 20px;
}

.solution-process-text {
    font-size: 18px;
    line-height: 1.5;
    color: #555;
}

.solution-toggle-wrap {
    border: 1px solid #eee;
    margin-bottom: 40px;
}

.solution-toggle-header {
    padding: 10px;
    font-size: 18px;
    cursor: pointer;
    display: flex;
    align-items: center;
    font-weight: bold;
}

    .solution-toggle-header::before {
        content: "▶";
        margin-right: 10px;
        transition: transform 0.2s;
    }

    .solution-toggle-header.open::before {
        transform: rotate(90deg);
    }

.solution-toggle-content {
    padding: 0 20px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease, padding 0.3s ease;
    font-size: 18px;
    color: #666;
    line-height: 1.6;
}

    .solution-toggle-content.open {
        padding: 0 20px 20px;
        max-height: 300px;
    }

.solution-contact-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #fdf6ee;
    padding: 24px 16px;
    gap: 40px;
    margin-bottom: 5rem;
    background: linear-gradient(90deg, rgba(227, 131, 44, .08), rgba(227, 131, 44, .02));
    border-top: 1px solid var(--border, #e6e6e6);
}

.solution-contact-title {
    font-size: 20px;
    color: #111;
    line-height: 1.5;
}

.solution-contact-desc {
    flex: 1;
    font-size: 18px;
    color: #555;
    line-height: 1.6;
}

.solution-contact-btn {
    background-color: #e68935;
    color: #fff;
    border: none;
    padding: 15px 20px;
    font-size: 20px;
    font-weight: bold;
    cursor: pointer;
    text-align: center;
}

.solu3 .solution-image {
    width: 49%;
}

.solu3 .solution-text p {
    line-height: 1.8;
    color: #333;
}


@media (max-width: 1200px) {
    .solution-process-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 768px) {
    .solution-process-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .solution-contact-wrap {
        flex-direction: column;
        text-align: center;
    }
}

@media (max-width: 576px) {
    .solution-process-grid {
        grid-template-columns: 1fr;
    }
}

/* 响应式适配 */
@media (max-width: 992px) {
    .solution-section {
        flex-direction: column;
    }

    .solution-stats-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 576px) {
    .solution-stats-grid {
        grid-template-columns: 1fr;
    }
}

.soluPadd {
    margin-bottom: 30px;
    padding: 0 20px;
}

.solu1 .intro-text {
    font-size: 18px;
    color: #111;
}

/* 表格 */
#jier-consultation {
    padding: 15px 20px;
}

    #jier-consultation table {
        width: 100%;
        border-collapse: collapse;
        border: 1px solid #e6e6e6;
        margin-top: 10px;
    }

    #jier-consultation thead th {
        background: #faf7f3;
        border-bottom: 1px solid #e6e6e6;
        padding: 10px 12px;
        text-align: left;
        font-weight: 700;
        font-size: 18px;
    }

    #jier-consultation tbody td,
    #jier-consultation tbody th {
        border-top: 1px solid #e6e6e6;
        padding: 10px 12px;
        vertical-align: top;
    }

    #jier-consultation tbody th {
        width: 280px;
        background: #fff;
        font-size: 17px;
        font-weight: normal;
        text-align: left;
    }

    #jier-consultation .tick {
        color: #f60;
        font-weight: 700
    }

    #jier-consultation .dot {
        display: inline-block;
        width: 8px;
        height: 8px;
        border-radius: 50%;
        background: var(--dot);
        margin-right: 6px;
        transform: translateY(-1px)
    }

    #jier-consultation .muted {
        color: #66666e;
        font-size: 13px
    }

    #jier-consultation .process {
        max-width: var(--maxw);
        margin: 22px auto 0;
        padding: 0 16px
    }

    #jier-consultation .steps {
        list-style: none;
        margin: 0;
        padding: 0;
        display: grid;
        grid-template-columns: repeat(5, 1fr);
        gap: 12px
    }

        #jier-consultation .steps li {
            position: relative;
            border: 1px solid #e6e6e6;
            background: #fff;
            padding: 16px 12px 14px;
            text-align: center
        }

        #jier-consultation .steps .num {
            display: inline-block;
            background: var(--accent);
            color: #fff;
            font-family: "Oswald", sans-serif;
            padding: 4px 8px;
            margin-bottom: 6px
        }

        #jier-consultation .steps p {
            margin: 6px 0 0;
            color: var(--muted)
        }

    #jier-consultation tbody td,
    #jier-consultation tbody th {
        border-top: 1px solid #e6e6e6;
        padding: 10px 12px;
        vertical-align: top;
    }

.solu2 ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

    .solu2 ul li {
        width: 24%;
    }

        .solu2 ul li img {
            display: block;
            width: 100%;
        }

.s2 .solution-stat-number {
    font-size: 28px;
    font-weight: bold;
    font-family: "Oswald", sans-serif;
}

.solutionBox {
    margin-bottom: 20px;
    border: 1px solid #e6e6e6;
    padding: 12px;
}

    .solutionBox h2 {
        margin: 0 0 8px;
        font-weight: 700;
        font-size: 30px;
        line-height: 1.3;
        position: relative;
        padding-left: 6px;
        font-family: "Oswald";
    }

    .solutionBox .pText {
        margin: 0;
        color: #555555;
        line-height: 1.7;
        font-size: 18px;
    }

.soluPic {
    width: 100%;
    border-top: 1px solid #e6e6e6;
    background: #fafafa;
    padding-top: 13px;
    margin-top: 15px;
}

    .soluPic ul {
        width: 100%;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }

        .soluPic ul li {
            width: 49.3%;
            overflow: hidden;
            background: #000;
        }

            .soluPic ul li img {
                display: block;
                width: 100%;
                transition-duration: .5s;
            }

            .soluPic ul li:hover img {
                transform: scale(1.1);
                opacity: 0.7;
            }

/*  */
.slider-wrap {
    max-width: 100%;
    margin: 0 auto;
}

/* ========== 大图区域 ========== */
.big-img-area {
    position: relative;
    height: 520px;
    overflow: hidden;
    margin-bottom: 24px;
    border-radius: 8px;
    background: #cccccc;
    width: 100%;
}

    /* 新增：右侧40%区域半透明遮罩，弱化露出的图片 */
    .big-img-area::after {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        width: 40%;
        height: 100%;
        background: rgba(230, 137, 53, 0.6);
        pointer-events: none;
        /* 不遮挡点击 */
        z-index: 2;
    }

.big-slide-box {
    display: flex;
    transition: transform 0.5s ease-in-out;
    height: 100%;
}

/* 单个幻灯片固定占父容器60%宽度 */
.big-slide-item {
    flex: 0 0 60%;
    height: 100%;
}

    .big-slide-item img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
    }

/* 大图右箭头 */
.big-next-arrow {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    width: 48px;
    height: 48px;
    background: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 10;
    box-shadow: 0 2px 8px #0002;
}

    .big-next-arrow::after {
        content: '';
        width: 14px;
        height: 14px;
        border-top: 3px solid #333;
        border-right: 3px solid #333;
        transform: rotate(45deg);
    }

/* ========== 缩略图区域 ========== */
.thumb-container {
    position: relative;
    overflow: hidden;
    padding: 10px 0;
}

.thumb-outer {
    display: flex;
    transition: transform 0.4s ease;
}

.thumb-item {
    min-width: 200px;
    margin-right: 14px;
    cursor: pointer;
    opacity: 0.7;
    transition: all 0.3s;
    flex-shrink: 0;
}

    .thumb-item.active {
        opacity: 1;
        border-bottom: 3px solid #ffaa00;
    }

    .thumb-item img {
        width: 100%;
        height: 130px;
        object-fit: cover;
        border-radius: 4px;
        display: block;
    }

    .thumb-item p {
        margin-top: 6px;
        font-size: 14px;
        color: #333;
        padding: 5px;
        line-height: 24px;
    }

.thumb-scroll-arrow {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    background: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 10;
    box-shadow: 0 2px 6px #0002;
}

    .thumb-scroll-arrow::after {
        content: '';
        width: 12px;
        height: 12px;
        border-top: 2px solid #333;
        border-right: 2px solid #333;
        transform: rotate(45deg);
    }

/* solutions */
.equipmenBox {
    width: 100%;
    position: relative;
    margin-top: 10px;
    margin-bottom: 30px;
}

    .equipmenBox .swiper-button-next {
        right: -40px;
    }

    .equipmenBox .swiper-button-prev {
        left: -40px;
    }

    .equipmenBox .swiper-button-next:after {
        color: #999;
    }

    .equipmenBox .swiper-button-prev:after {
        color: #999;
    }

    .equipmenBox .swiper-slide {
        cursor: pointer;
    }

        .equipmenBox .swiper-slide .pic {
            overflow: hidden;
            background: #000;
        }

            .equipmenBox .swiper-slide .pic img {
                display: block;
                width: 100%;
                transition-duration: .5s;
            }

        .equipmenBox .swiper-slide:hover .pic img {
            transform: scale(1.1);
            opacity: 0.8;
        }

        .equipmenBox .swiper-slide p {
            width: 100%;
            line-height: 26px;
            font-size: 18px;
            padding: 6px 0;
            text-align: center;
        }

.img-preview-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.9);
    z-index: 9999;
    display: none;
    align-items: center;
    justify-content: center;
}

    .img-preview-modal.show {
        display: flex;
    }

.preview-close {
    position: absolute;
    top: 30px;
    right: 40px;
    font-size: 40px;
    color: #fff;
    cursor: pointer;
    z-index: 10;
}

.preview-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 50px;
    height: 50px;
    background: rgba(255, 255, 255, 0.2);
    color: #fff;
    font-size: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    cursor: pointer;
    user-select: none;
}

    .preview-arrow.prev {
        left: 30px;
    }

    .preview-arrow.next {
        right: 30px;
    }

.preview-img-box {
    width: 700px;
}

    .preview-img-box img {
        width: 100%;
        display: block;
        object-fit: contain;
    }


.solutionVideo {
    width: 100%;
    margin-top: 10px;
}

/* solution图片和视频 */


/* ========== 工厂视频模块样式 ========== */
.solutionVideo {
    margin-top: 30px;
}

.video-list-row {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    padding-bottom: 4.375rem;
}

.video-item {
    position: relative;
    overflow: hidden;
    border-radius: 6px;
    cursor: pointer;
}

    .video-item img {
        width: 100%;
        display: block;
        transition: transform 0.3s ease;
    }

    .video-item:hover img {
        transform: scale(1.05);
    }

.play-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80px;
    height: 80px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* 			.play-icon::after {
				content: '';
				width: 0;
				height: 0;
				border-top: 16px solid transparent;
				border-bottom: 16px solid transparent;
				border-left: 26px solid #fff;
				margin-left: 6px;
			} */
.video-item-desc {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 12px;
    background: linear-gradient(transparent, rgba(0, 0, 0, 0.7));
    color: #fff;
    font-size: 14px;
}

/* 视频弹窗样式 */
.video-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.92);
    z-index: 10000;
    display: none;
    align-items: center;
    justify-content: center;
}

    .video-modal.show {
        display: flex;
    }

.video-modal-close {
    position: absolute;
    top: 25px;
    right: 40px;
    font-size: 42px;
    color: #ffffff;
    cursor: pointer;
    z-index: 2;
}

.video-modal-box {
    width: 85%;
    max-width: 1100px;
}

    .video-modal-box video {
        width: 100%;
        display: block;
        border-radius: 4px;
    }

/* 移动端适配 */
@media (max-width:768px) {
    .video-list-row {
        grid-template-columns: repeat(1, 1fr);
    }
}

/*  */
/* 搜索容器 */
.search-container {
    max-width: 1200px;
    margin: 0 auto;
    width: 100%;
}

/* 搜索框行 */
.search-bar {
    display: flex;
    width: 100%;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
    background-color: white;
    transition: all 0.3s ease;
}

    .search-bar:hover {
        box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
    }

    .search-bar:focus-within {
        box-shadow: 0 4px 20px rgba(59, 130, 246, 0.15);
        /*  border: 1px solid #f7941d; */
    }

/* 输入框 */
.search-input {
    flex: 1;
    padding: 18px 24px;
    border: none;
    outline: none;
    font-size: 16px;
    color: #333;
    background-color: transparent;
}

    .search-input::placeholder {
        color: #9ca3af;
    }

/* 搜索按钮 */
.search-button {
    background-color: #f7941d;
    border: none;
    padding: 0 28px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background-color 0.3s ease;
}

    .search-button:hover {
        background-color: #f7941d;
    }

    .search-button svg {
        width: 22px;
        height: 22px;
        fill: white;
    }

.hot-keywords {
    margin-top: 24px;
    padding-bottom: 40px;
}

.keywords-title {
    font-size: 15px;
    color: #4b5563;
    margin-bottom: 12px;
    font-weight: 500;
}

.keywords-list {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.keyword-tag {
    background-color: #fff;
    border: 1px solid #f7941d;
    color: #f7941d;
    padding: 8px 16px;
    border-radius: 20px;
    font-size: 14px;
    cursor: pointer;
    transition: all 0.3s ease;
}

    .keyword-tag:hover {
        background-color: #f7941d;
        border-color: #fcd7ab;
        color: #fff;
        transform: translateY(-1px);
    }

/* 产品分类通用 */
.product-category-block {
    margin-bottom: 60px;
}

.category-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 20px;
}

.category-title-area {
    flex: 1;
    padding-right: 24px;
}

.category-title {
    font-size: 24px;
    font-weight: bold;
    border-left: 5px solid #f7941d;
    padding-left: 14px;
    margin-bottom: 12px;
    color: #222;
    font-family: "Oswald";
}

.category-desc {
    font-size: 18px;
    line-height: 1.7;
    color: #333;
}

.read-more-btn {
    width: 182px;
    padding: 11px 24px;
    background-color: #f7941d;
    color: #fff;
    border: none;
    border-radius: 4px;
    font-size: 15px;
    cursor: pointer;
    white-space: nowrap;
    transition: background 0.2s ease;
    text-align: center;
}

    .read-more-btn:hover {
        background-color: #e68610;
        color: #fff;
    }

/* 横向轮播容器 */
.product-scroll-container {
    position: relative;
}

.pro-scroll {
    position: relative;
    overflow: hidden;
}

.product-scroll-wrapper {
    display: flex;
    transition: transform 0.4s ease-out;
    gap: 18px;
    padding: 10px 0;
}

.product-card-item {
    flex: 0 0 calc(25% - 14px);
    border: 1px solid #eee;
    border-radius: 6px;
    padding: 14px;
    text-align: center;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    background: #fff;
}

    .product-card-item:hover {
        transform: translateY(-6px);
        box-shadow: 0 8px 16px rgba(0, 0, 0, 0.08);
    }


.product-img-box {
    height: 16.875rem;
    position: relative;
    overflow: hidden;
    margin-bottom: 10px;
}

    .product-img-box .img1,
    .product-img-box .img2 {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: contain;
        transition: opacity 0.3s ease;
    }

    .product-img-box .img1 {
        opacity: 1;
        transition-duration: .5s;
    }

    .product-img-box .img2 {
        opacity: 0;
        transition-duration: .5s;
    }

/* 悬浮切换图片 */
.product-card-item:hover .img1 {
    opacity: 0;
}

.product-card-item:hover .img2 {
    opacity: 1;
}

.product-name {
    font-size: 15px;
    color: #333;
    margin-bottom: 14px;
    line-height: 1.7;
}

.inquire-btn {
    width: 100%;
    padding: 10px 0;
    background-color: #f7941d;
    color: #333;
    border: none;
    border-radius: 4px;
    font-size: 15px;
    cursor: pointer;
    transition: background 0.2s ease;
    display: inline-block;
}

    .inquire-btn:hover {
        color: #333;
        background-color: #e68610;
    }

/* 左右切换箭头 */
.scroll-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    font-size: 24px;
    cursor: pointer;
    border: none;
    background: none;
    z-index: 10;
    display: none;
    transition: all 0.2s;
}

    .scroll-arrow:hover {
        color: #f7941d;
    }

.arrow-left {
    left: -30px;
}

.arrow-right {
    right: -30px;
}

.scroll-arrow.show {
    display: flex;
    align-items: center;
    justify-content: center;
}

/* 响应式适配 */

/* 导航容器 */
.nav-container {
    max-width: 600px;
    margin: 0 auto;
    border-radius: 8px;
    overflow: hidden;
    border: 1px solid #eee;
}

/* 一级菜单项 */
.nav-item {
    border-bottom: 1px solid #eee;
}

    .nav-item:last-child {
        border-bottom: none;
    }

/* 一级菜单标题栏 */
.nav-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px;
    font-size: 18px;
    font-weight: 500;
    color: #333;
    cursor: pointer;
    transition: background-color 0.2s ease;
}

    .nav-title:hover {
        background-color: #f29702;
        color: #fff;
    }

/* 展开态标题栏（橙色主题） */
.nav-item.active .nav-title {
    background-color: #f29702;
    color: #fff;
}

/* 箭头图标 */
.arrow-icon {
    width: 20px;
    height: 20px;
    transition: transform 0.3s ease;
}

.nav-item.active .arrow-icon {
    transform: rotate(180deg);
}

/* 二级菜单容器 */
.submenu {
    height: 0;
    overflow: hidden;
    background-color: #fff;
    transition: height 0.3s ease;
}

.nav-item.active .submenu {
    height: auto;
}

/* 二级菜单 a 标签样式 */
.submenu a {
    display: block;
    padding: 12px 20px 12px 40px;
    font-size: 16px;
    color: #555;
    text-decoration: none;
    /* 去除下划线 */
    border-left: 3px solid transparent;
    transition: all 0.2s ease;
}

    /* 二级链接 hover 效果 */
    .submenu a:hover {
        background-color: #fff7f0;
        color: #ff7a21;
        border-left-color: #ff7a21;
    }

    /* 高亮二级链接 */
    .submenu a.highlight {
        color: #f29702;
    }


/* ----------------- */
@media (max-width: 992px) {
    .product-card-item {
        flex: 0 0 calc(33.333% - 12px);
    }
}

@media (max-width: 768px) {
    .product-card-item {
        flex: 0 0 calc(50% - 9px);
    }

    .category-header {
        flex-direction: column;
    }

    .read-more-btn {
        margin-top: 14px;
        align-self: flex-start;
    }
}

@media (max-width: 480px) {
    .product-card-item {
        flex: 0 0 100%;
    }

    .category-title {
        font-size: 20px;
    }
}

/* 产品详情 */
.product-detail-wrap {
    display: flex;
    gap: 40px;
    width: 100%;
    margin: 50px auto;
    padding: 0 20px;
}

.product-img-bigbox {
    width: 52%;
    position: relative;
}

.product-main-img-container {
    width: 100%;
    height: 590px;
    border: 1px solid #eee;
    position: relative;
    overflow: hidden;
    cursor: crosshair;
}

.product-main-img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
}

.product-magnifier-lens {
    width: 180px;
    height: 180px;
    border: 2px solid #f7941d;
    background-color: rgba(247, 148, 29, 0.15);
    position: absolute;
    pointer-events: none;
    display: none;
    z-index: 10;
}

.product-magnifier-preview {
    width: 500px;
    height: 500px;
    border: 1px solid #ddd;
    position: absolute;
    left: calc(100% + 20px);
    top: 0;
    overflow: hidden;
    display: none;
    background: #fff;
    z-index: 9;
}

.product-preview-img {
    position: absolute;
    width: 200%;
    height: 200%;
    transform-origin: left top;
}

.product-img-switch-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 44px;
    height: 44px;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 50%;
    font-size: 20px;
    display: none;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 8;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    user-select: none;
}

    .product-img-switch-arrow.product-left {
        left: 12px;
    }

    .product-img-switch-arrow.product-right {
        right: 12px;
    }

.product-main-img-container:hover .product-img-switch-arrow {
    display: flex;
}

.product-img-switch-arrow:hover {
    background-color: #f7941d;
    color: #fff;
    border-color: #f7941d;
}

.product-thumb-wrap {
    position: relative;
    margin-top: 16px;
    overflow: hidden;
}

.product-thumb-arrow {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 36px;
    height: 100%;
    background: #f5f5f5;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
    cursor: pointer;
    user-select: none;
    font-size: 16px;
    color: #333;
}

    .product-thumb-arrow.thumb-left {
        left: 0;
    }

    .product-thumb-arrow.thumb-right {
        right: 0;
    }

    .product-thumb-arrow:hover {
        background: #f7941d;
        color: #fff;
    }

/* 底部缩略图栏 */
.product-thumb-list {
    display: flex;
    gap: 12px;
    overflow-x: auto;
    padding: 0 44px;
    scroll-behavior: smooth;
    scrollbar-width: none;
}

    .product-thumb-list::-webkit-scrollbar {
        display: none;
    }

.product-thumb-item {
    width: 110px;
    height: 110px;
    border: 2px solid transparent;
    cursor: pointer;
    overflow: hidden;
    flex-shrink: 0;
}

    .product-thumb-item.product-active {
        border-color: #f7941d;
    }

    .product-thumb-item img {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }

.product-info-box {
    width: 46%;
}

.product-info-title-wrap {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    margin-bottom: 24px;
    position: relative;
}

.product-title {
    font-size: 26px;
    color: #222;
    margin: 0;
}

.product-title-row {
    display: flex;
    align-items: center;
    gap: 12px;
}

.product-qrcode-trigger-box {
    position: relative;
    margin-left: 8px;
    flex-shrink: 0;
}

.product-qrcode-icon {
    width: 23px;
    height: 22px;
    cursor: pointer;
    transition: opacity 0.2s;
}

    .product-qrcode-icon:hover {
        opacity: 1;
    }

.product-qrcode-dropdown-card {
    position: absolute;
    top: calc(100% + 10px);
    left: 0;
    width: 220px;
    background: #fff;
    border: 1px solid #eee;
    border-radius: 6px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.12);
    display: none;
    z-index: 99;
}

    .product-qrcode-dropdown-card img {
        width: 100%;
        display: block;
    }

.product-info-desc {
    font-size: 18px;
    line-height: 1.8;
    color: #333;
    margin-bottom: 20px;
}

.product-info-item {
    font-size: 19px;
    margin: 14px 0;
    color: #222;
}

    .product-info-item span {
        font-weight: bold;
        width: 130px;
        display: inline-block;
        text-align: right;
        padding-right: 10px;
    }

.product-inquire-btn {
    margin-top: 30px;
    padding: 10px 60px;
    border: 1px solid #f7941d;
    background: #fff;
    color: #f7941d;
    font-size: 18px;
    border-radius: 99px;
    cursor: pointer;
    transition: all 0.2s;
    display: inline-block;
}

    .product-inquire-btn:hover {
        background-color: #f7941d;
        color: #fff;
    }

/* ----------- */
.product-tab-box {
    width: 100%;
    margin: 40px 0 20px 0;
    border: 1px solid #ddd;
}

.product-tab-header {
    display: flex;
    border-bottom: 1px solid #ddd;
}

.product-tab-nav-item {
    padding: 16px 32px;
    font-size: 20px;
    background: #f1f1f1;
    border: none;
    cursor: pointer;
    transition: all 0.2s ease;
}

    .product-tab-nav-item.active {
        background: #f7941d;
        color: #fff;
    }

    .product-tab-nav-item:hover:not(.active) {
        background: #e9e9e9;
    }

.product-tab-content-wrap {
    padding: 30px;
    min-height: 420px;
}

.product-tab-content-item {
    display: none;
}

    .product-tab-content-item.active {
        display: block;
    }

.product-tab-title-yellow {
    font-size: 22px;
    color: #f7941d;
    margin-bottom: 16px;
    font-weight: 500;
}

.product-tab-list-block {
    margin-bottom: 32px;
}

.product-tab-list-item {
    font-size: 17px;
    color: #222;
    margin: 12px 0;
    display: flex;
    align-items: flex-start;
    gap: 10px;
}

    .product-tab-list-item::before {
        content: "■";
        color: #222;
        font-size: 14px;
        margin-top: 4px;
    }

.product-tab-img-box {
    width: 100%;
    min-height: 360px;
    flex-wrap: wrap;
}

    .product-tab-img-box img {
        max-width: 100%;
        object-fit: contain;
        margin-bottom: 20px;
    }

.product-tab-video-box {
    width: 100%;
    min-height: 360px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f9f9f9;
}

    .product-tab-video-box video {
        max-width: 100%;
        max-height: 400px;
    }

.product-tab-bottom-tag-wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    border-top: 1px solid #ccc;
    padding: 18px 0;
}

.product-tab-bottom-tag {
    padding: 8px 20px;
    border: 1px solid #ccc;
    border-radius: 99px;
    font-size: 16px;
    background: #fff;
    cursor: default;
    transition: all 0.2s ease;
}

    .product-tab-bottom-tag:hover {
        background: #f7941d;
        color: #fff;
        border-color: #f7941d;
    }

/* 产品详情 */
.product-project-section {
    width: 100%;
    margin: 60px 0;
}

.product-project-title {
    font-size: 42px;
    font-family: "Oswald", sans-serif;
    color: #222;
    margin-bottom: 36px;
}

.product-project-list-wrap {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    padding-bottom: 4.375rem;
}

.product-project-card {
    border: 1px solid #eee;
    overflow: hidden;
    transition: all 0.3s ease;
}

    .product-project-card:hover {
        box-shadow: 0 12px 24px rgba(0, 0, 0, 0.1);
    }

.product-project-img-box {
    width: 100%;
    overflow: hidden;
}

    .product-project-img-box img {
        width: 100%;
        height: auto;
        display: block;
        transition: transform 0.4s ease;
    }

.product-project-card:hover .product-project-img-box img {
    transform: scale(1.06);
}

.product-project-text-desc {
    padding: 22px 16px;
}

    .product-project-text-desc p {
        font-size: 18px;
        color: #333;
        line-height: 1.6;
        text-align: center;
        margin: 0;
    }



@media screen and (max-width:768px) {
    .product-project-list-wrap {
        grid-template-columns: 1fr;
    }

    .product-project-title {
        font-size: 30px;
    }
}


/* 数量 */
.product-count-box {
    display: flex;
    align-items: stretch;
    width: 180px;
    height: 40px;
    border: 1px solid #858585;
    border-radius: 14px;
    overflow: hidden;
    background: #fff;
}

/* 左侧数字输入框 */
.product-count-input {
    width: 100%;
    flex: 1;
    border: none;
    outline: none;
    font-size: 16px;
    padding: 0 14px;
    color: #111;
    background: transparent;
}

/* 右侧箭头容器 浅灰色方块 */
.product-count-btn-wrap {
    width: 30px;
    background: #f1f1f1;
    display: flex;
    flex-direction: column;
    flex-shrink: 0;
    position: relative;
    z-index: 2;
    right: 0;
    top: 0;
}

/* 上下箭头按钮 */
.product-count-btn {
    flex: 1;
    border: none;
    background: transparent;
    font-size: 16px;
    color: #222;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.2s;
}

    .product-count-btn:hover {
        background: #e0e0e0;
    }

    .product-count-btn:first-child {
        border-bottom: 1px solid #cccccc;
    }

.inquiry-form {
    padding-bottom: 70px;
}

@media only screen and (max-width: 1440px) {
}

@media only screen and (max-width: 1366px) {
}

@media only screen and (max-width: 1280px) {
}

@media only screen and (max-width: 1199px) {
    .ny-nav1 a {
        font-size: 20px;
    }

    .neBit {
        line-height: 2.8rem;
        font-size: 28px;
        margin: 0 auto 1.2rem;
    }

    .aboutText {
        font-size: 16px;
        line-height: 30px;
    }

    .aboutPic dl dd {
        font-size: 30px;
    }

    .pictureBox dl dd,
    .buyTicket dl dd h2,
    .buyText h2,
    .traffic dl dd h2 {
        font-size: 20px;
    }

    .ne-bit .pos {
        font-size: 18px;
    }

    .openTime dl dd h2 {
        font-size: 20px;
    }

    .openTime dl dd p,
    .yyxzText,
    .buyTicket dl dd p,
    .buyText p,
    .traffic dl dd p,
    .ggc {
        font-size: 16px;
        line-height: 28px;
    }

    .NewsBox dl dt .neir p,
    .NewsBox1 dl dd .neir,
    .dydl dl dt .dw .pText,
    .ProBox .pText,
    .hotelIntro p {
        font-size: 16px;
        line-height: 24px;
    }

    .NewsBox dl dt .time h2 {
        line-height: 34px;
        font-size: 28px;
    }

    .NewsBox dl dt .time span {
        line-height: 26px;
        font-size: 18px;
    }

    .NewsBox dl dt .neir h2,
    .NewsBox1 dl dd h2,
    .dydl dl dt .dw h2 {
        line-height: 32px;
        font-size: 18px;
    }

    .NewsBox dl dd {
        width: 30%;
    }

    .NewsBox1 dl {
        margin-bottom: 30px;
    }

    .NewsBox dl {
        padding: 30px 0;
    }

    .dydl dl dt .dw .pText {
        height: 11rem;
    }

    .homeProTab ul li {
        font-size: 18px;
    }

    .BookList dl dd {
        padding: 30px;
    }

        .BookList dl dd h2 {
            font-size: 22px;
            line-height: 40px;
        }

        .BookList dl dd .pText {
            font-size: 18px;
            line-height: 30px;
        }

    .price span {
        font-size: 30px;
    }

    .price {
        font-size: 22px;
    }

    .bmfwText {
        height: 6.75rem;
        font-size: 20px;
    }

    .guideList .swiper-slide .text {
        font-size: 16px;
        line-height: 30px;
    }


    .guideList .swiper-slide .buyBtn {
        width: 100%;
    }

    .buyBtn a {
        line-height: 34px;
        font-size: 16px;
    }

    .guideList .swiper-button-prev {
        left: 92%;
    }

    .hotelIntro .buyBtn {
        width: 160px;
    }

    .hotelIntro h2 {
        margin-bottom: 15px;
    }

    .hotelBook dl dd {
        padding: 25px;
    }

    .faqBox .item input {
        font-size: 16px;
    }

    .faqBox .item textarea {
        font-size: 16px;
        line-height: 26px;
    }

    .contact dl dt {
        width: 73px;
    }

    .contact dl dd {
        line-height: 36px;
        font-size: 17px;
        padding-top: 18px;
    }

    .contact {
        margin-bottom: 40px;
    }
}

@media only screen and (max-width: 996px) {
}

@media only screen and (max-width: 768px) {
    .pc-banner {
        display: none;
    }

    .mobile-banner {
        display: block;
    }

    .ne_banner .b-text {
        top: 20%;
    }

    .ne-bit .pos {
        font-size: 16px;
        line-height: 32px;
        margin-top: 0;
    }

    .ne-bit .f-bit {
        font-size: 22px;
        line-height: 26px;
        padding-top: 0;
    }

        .ne-bit .f-bit:before {
            right: -1rem;
        }

        .ne-bit .f-bit:after {
            left: -1rem;
        }

    .ny-nav1 {
        text-align: left;
    }

        .ny-nav1 a {
            width: 23%;
            font-size: 16px;
            text-align: center;
            line-height: 34px;
            margin: 0 5%;
            padding: 0;
        }

    .neBit {
        line-height: 36px;
        font-size: 24px;
        margin: 0 auto 20px;
    }

    .buyTicket dl {
        width: 100%;
        padding-bottom: 20px;
    }

        .pictureBox dl dd,
        .buyTicket dl dd h2,
        .buyText h2,
        .traffic dl dd h2 {
            font-size: 19px;
            line-height: 30px;
        }

    .aboutPic dl {
        width: 48%;
    }

        .aboutPic dl dd {
            font-size: 22px;
            line-height: 40px;
        }

    .pictureBox dl {
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px;
    }

        .pictureBox dl dd {
            font-size: 17px;
            line-height: 40px;
            padding: 10px;
        }

    .openTime {
        width: 100%;
        padding: 25px 15px;
        margin-bottom: 20px;
    }

        .openTime dl,
        .openTime dl:nth-child(2) {
            width: 100%;
        }

    .aboutBg {
        padding: 30px 13px;
    }

    .openTime dl {
        flex-wrap: wrap;
    }

        .openTime dl dt {
            width: 50px;
            margin-right: 0;
            margin-bottom: 15px;
        }

        .openTime dl:nth-child(1) {
            padding-bottom: 20px;
        }

        .openTime dl dd h2 {
            font-size: 20px;
            line-height: 32px;
        }

    .f-neBit {
        line-height: 42px;
        font-size: 22px;
    }

    .traffic dl dt {
        width: 100%;
    }

    .traffic dl dd {
        width: 100%;
        padding: 10px;
    }

    .NewsBox dl dd {
        width: 100%;
    }

    .NewsBox dl dt {
        width: 100%;
        padding-bottom: 15px;
    }

        .NewsBox dl dt .time {
            width: 22%;
        }

        .NewsBox dl dt .neir {
            width: 78%;
        }

    .NewsBox1 dl {
        width: 100%;
        margin-right: 0;
    }

        .NewsBox1 dl dd .time {
            line-height: 32px;
            font-size: 15px;
        }

        .NewsBox1 dl dd {
            padding: 13px;
        }

    .dydl dl dt .dw .pText {
        height: 78%;
    }

    .homeProTab ul li {
        width: 100%;
        font-size: 17px;
        padding: 0;
        margin: 0;
        line-height: 40px;
    }

        .homeProTab ul li.hover::after,
        .homeProTab ul li::after {
            height: 2px;
        }

    .BookList dl dt {
        width: 100%;
    }

    .BookList dl dd {
        width: 100%;
        padding: 20px;
    }

        .BookList dl dd h2 {
            font-size: 20px;
        }

        .BookList dl dd .pText {
            font-size: 16px;
            line-height: 28px;
        }

    .bmfwText {
        height: auto;
        font-size: 18px;
        padding: 20px;
    }

    .guideList .swiper-slide .pic {
        width: 130px;
    }

    .tourguide .bit h2 {
        line-height: 36px;
        padding-left: 10px;
        font-size: 18px;
    }

    .guideList .swiper-button-next,
    .guideList .swiper-button-prev {
        width: 30px;
        height: 28px;
        top: -22px !important;
    }

    .guideList .swiper-button-prev {
        left: 81%;
    }

    .hotelBook dl dt {
        width: 100%;
    }

    .hotelBook dl dd {
        width: 100%;
    }

    .hotelIntro h2 {
        font-size: 20px;
    }

    .catering dl dd {
        height: 60px;
    }

    .faqBox .item {
        width: 100%;
        margin-bottom: 10px;
    }

        .faqBox .item input {
            font-size: 16px;
            line-height: 40px;
        }

        .faqBox .item textarea {
            height: 100px;
        }

    .contact dl {
        width: 100%;
        padding-bottom: 30px;
        border-right: none;
    }

        .contact dl dt {
            width: 63px;
        }

        .contact dl:nth-child(2) {
            padding-bottom: 0;
        }

    .newsTitle h1 {
        font-size: 18px;
        line-height: 30px;
    }

    .newsTitle .bur {
        font-size: 15px;
    }

        .newsTitle .bur p {
            line-height: 26px;
        }

    .detailText {
        font-size: 16px;
        line-height: 26px;
        padding-bottom: 20px;
    }

    .bigPro dl dt {
        width: 100%;
    }

    .bigPro dl dd {
        width: 100%;
        padding: 20px;
    }

        .bigPro dl dd .intro .btn {
            width: 166px;
            height: 38px;
            line-height: 36px;
            font-size: 16px;
        }

        .bigPro dl dd .intro .title {
            line-height: 36px;
            font-size: 16px;
        }

        .bigPro dl dd .intro .price {
            line-height: 34px;
            padding: 0 15px;
            font-size: 16px;
        }

    .prolistBox .title a {
        padding-right: 20px;
        line-height: 40px;
        font-size: 18px;
    }

    .product dl {
        width: 50%;
        padding: 15px;
    }

        .product dl dd .bit,
        .product dl dd .price {
            line-height: 30px;
            font-size: 16px;
        }

    .jianT li {
        line-height: 28px;
        height: 30px;
        min-width: 32px;
        margin: 0 6px;
        padding: 0;
    }

        .jianT li a {
            font-size: 16px;
        }

    .warp {
        width: 96%;
        margin: 0 auto;
    }

    .solution-text {
        width: 100%;
    }

    .solution-image {
        width: 100%;
    }

    .proBit {
        line-height: 36px;
        font-size: 20px;
    }

    .achievements dd .title {
        font-size: 18px;
        line-height: 30px;
        padding-left: 13px;
    }

    .achievements dd .desc {
        font-size: 15px;
    }

    .achievements dd .more {
        font-size: 16px;
    }

    .solution-contact-wrap {
        gap: 20px;
    }

    .solution-contact-btn {
        padding: 15px 25px;
        font-size: 17px;
    }

    .solution-toggle-content {
        font-size: 16px;
    }

    .text-section {
        width: 100%;
        flex: inherit;
        margin-bottom: 20px;
    }

    .solu1 .intro-text {
        font-size: 16px;
    }

    .table-wrap {
        width: 100%;
        overflow: auto;
    }

    #jier-consultation table {
        width: 1000px;
    }

    #jier-consultation .tick {
        font-size: 20px;
    }

    .solu2 ul li {
        width: 49%;
    }

    .solu3 .solution-image {
        width: 100%;
        margin-top: 20px;
    }

    .big-img-area {
        height: 250px;
        margin-bottom: 20px;
    }

    .equipmenBox .swiper-slide p {
        line-height: 20px;
        font-size: 16px;
        padding: 10px 0;
    }

    .project_container .right {
        width: 100%;
    }

    .project_container .left {
        display: none;
    }

    .newslist-title {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        line-clamp: 2;
        -webkit-box-orient: vertical;
    }

    .newslist-excerpt {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        line-clamp: 2;
        -webkit-box-orient: vertical;
    }

    .project_container .right .pagination a,
    .project_container .right .pagination span,
    .project_container .right .pagination input,
    .project_container .right .pagination button {
        min-width: 30px;
        height: 30px;
        font-size: 12px;
    }

    .project_container .right .pagination .text-info {
        padding: 0 5px;
    }

    .projectList dl {
        width: 48%;
        margin: 0 1% 10px 1% !important;
    }

    .project_detail h2 {
        line-height: 1.8;
        font-size: 18px;
    }

    .form-group label {
        width: 120px;
        padding-right: 15px;
        font-size: 16px;
    }

    .verify-code-img {
        width: 120px;
        font-size: 18px;
        letter-spacing: 1px;
        padding: 8px 10px;
    }

    .verify-code-input {
        width: 160px;
    }

    .article-info td,
    .download-date {
        font-size: 14px;
    }

    .download-name {
        font-size: 15px;
    }

    .video-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .play-btn {
        width: 50px;
        height: 56px;
    }

    .proText {
        font-size: 16px;
        line-height: 26px;
    }

    .about_banner {
        width: 100%;
    }

    .why_choose .card-title {
        font-size: 20px;
    }

    .contact .left {
        width: 100%;
    }

        .contact .left img {
            width: 80%;
        }

        .contact .left .addBox dl {
            padding-bottom: 30px;
            color: #000;
        }

            .contact .left .addBox dl dt {
                line-height: 36px;
                font-size: 18px;
            }

            .contact .left .addBox dl dd {
                font-size: 16px;
                line-height: 24px;
            }

                .contact .left .addBox dl dd .iconfont {
                    font-size: 20px !important;
                }

    .contact .right {
        width: 100%;
        padding: 20px 3%;
    }

    .form-header h2 {
        font-size: 20px;
    }

    .form-header p {
        font-size: 16px;
        line-height: 1.5;
    }

    .form-label {
        width: 100px;
        font-size: 15px;
    }

    .form-input {
        height: 30px;
        font-size: 15px;
    }

    .submit-btn {
        margin-left: 0px;
    }

    .product-img-bigbox {
        width: 100%;
    }

    .product-main-img-container {
        width: 100%;
        height: 370px;
    }

    .product-thumb-arrow {
        width: 26px;
    }

    .product-info-box {
        width: 100%;
    }

    .product-detail-wrap {
        display: flex;
        flex-wrap: wrap;
    }

    .product-title {
        font-size: 20px;
    }

    .product-info-desc {
        font-size: 16px;
        line-height: 26px;
    }

    .product-info-item {
        font-size: 16px;
        margin: 7px 0;
    }

    .product-tab-nav-item {
        padding: 10px;
        font-size: 18px;
    }

    .product-tab-content-wrap {
        padding: 20px;
    }

    .product-tab-video-box {
        width: 100%;
        min-height: auto;
    }

    .product-tab-bottom-tag {
        padding: 8px 10px;
        font-size: 15px;
    }

    .product-project-text-desc p {
        font-size: 15px;
        line-height: 1.4;
    }
}
