.page-banner > img {
    min-width: 100%;
    display: block;
}

.page-position-container {
    width: 100%;
    background: rgba(247, 247, 247, 1);
}

.page-position-container > .container {
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0px;
    color: rgba(51, 51, 51, 1);
    vertical-align: top;
}

.page-position-container > .container a {
    color: rgba(51, 51, 51, 1);
}

.page-position-container .positions a {
    padding: 0 5px;
}

.page-position-container .sub-nav a {
    margin-left: 55px;
}

/* 分页 */
.pagination {
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px;
}

.pagination a {
    /*width: 58px;*/
    /*min-width: 58px;*/
    height: 36px;
    line-height: 34px;
    padding: 0 14px;
    background: rgba(255, 255, 255, 1);
    border: 1px solid rgba(153, 153, 153, 1);
    display: inline-block;
}

.pagination a.disabled {
    color: rgba(0, 0, 0, 0.3);
    background: rgba(255, 255, 255, 1);
    border: 1px solid rgba(0, 0, 0, 0.2);
}

.pagination a:hover, .pagination .page-num-current {
    background: rgba(46, 128, 64, 1);
    border: 1px solid rgba(0, 0, 0, 0.2);
    color: #fff;
}

.pagination form {
    line-height: 36px;
    margin-left: 36px;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0px;
    color: rgba(0, 0, 0, 1);
    text-align: left;
    vertical-align: top;
}

.pagination form label {
    display: inline-block;
}

.pagination form input {
    width: 36px;
    height: 36px;
    margin: 0 6px;
    background: rgba(255, 255, 255, 1);
    border: 1px solid rgba(153, 153, 153, 1);
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0px;
    text-align: center;
    color: rgba(51, 51, 51, 1);
    vertical-align: bottom;
}

.pagination form button {
    width: 50px;
    height: 36px;
    margin-left: 19px;
    padding: 0;
    background: rgba(255, 255, 255, 1);
    border: 1px solid rgba(153, 153, 153, 1);
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0px;
    color: rgba(51, 51, 51, 1);

}

/* 关于我们 */
.page-about {
    padding: 60px 0 52px;
}

.page-about .company-title {
    line-height: 53px;
    font-size: 36px;
    font-weight: 700;
    letter-spacing: 0px;
    color: rgba(51, 51, 51, 1);
    text-align: left;
    vertical-align: top;
}

.page-about .company-subtitle {
    line-height: 24px;
    margin-bottom: 28px;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0px;
    color: rgba(51, 51, 51, 1);
    text-align: left;
    vertical-align: top;
}

.page-about .content {
    line-height: 24px;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0px;
    color: rgba(51, 51, 51, 1);
    text-align: justify;
    vertical-align: top;
}

/* 图片列表 厂区实景 */
.page-factory {
    padding: 50px 0 122px;
}

.img-list {
    margin-bottom: 64px;
    display: flex;
    gap: 24px;
    flex-wrap: wrap;
}

.img-list li {
    padding-bottom: 57px;
    transition-duration: .3s;
}

.img-list .img-box {
    position: relative;
    width: 332px;
    height: 249px;
    overflow: hidden;
}

.img-list .img-box .img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    transform: translate(-50%, -50%);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    transition-duration: .3s;
    display: block;
}

.img-list .title {
    line-height: 29px;
    margin: 28px 0 0;
    font-size: 20px;
    font-weight: 400;
    letter-spacing: 0px;
    color: rgba(0, 0, 0, 1);
    text-align: center;
    vertical-align: top;
}

.img-list li:hover .img {
    transform: translate(-50%, -50%) scale(1.2);
}

/* 荣誉资质 */
.page-honor {
    padding: 50px 0 124px;
}

.page-honor .img-list li {
    padding: 10px;
    background: rgba(255, 255, 255, 1);
    border: 1px solid rgba(235, 235, 235, 1);
}

.page-honor .img-list .img-box {
    width: 310px;
    height: 234px;
}

.page-honor .img-list .img-box .img {
    background-size: contain;
}

.page-honor .img-list .title {
    line-height: 64px;
    margin-top: 10px;
    background: rgba(247, 247, 247, 1);
}

/* 联系我们 */
.page-contact {
    padding: 45px 0 120px;
}

.page-contact .contact-top {
    display: flex;
    justify-content: space-between;
}

.page-contact .contact-top .contact-left {
    flex: 1;
    margin-right: 62px;
}

.page-contact h1 {
    line-height: 35px;
    font-size: 24px;
    font-weight: 700;
    letter-spacing: 0px;
    color: rgba(51, 51, 51, 1);
    vertical-align: top;
}

.page-contact .contact-detail {
    padding-right: 27px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.page-contact .contact-top ul {
    flex: 1;
    line-height: 30px;
    margin-top: 18px;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0px;
    color: rgba(51, 51, 51, 1);
    text-align: left;
    vertical-align: top;
}

.page-contact a {
    color: rgba(51, 51, 51, 1);
    transition-duration: .3s;
}

.page-contact a:hover {
    color: rgba(46, 128, 64, 1);
}

.page-contact .contact-top .desc {
    line-height: 20px;
    margin-top: 52px;
    padding: 21px 0;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0px;
    color: rgba(51, 51, 51, 1);
    text-align: left;
    vertical-align: top;
    border-top: 1px solid rgba(204, 204, 204, 1);
}

.page-contact .map {
    width: 35.41vw;
    height: 393px;
}

.page-contact .contact-form {
    padding-top: 78px;
}

.page-contact .contact-form h3 {
    line-height: 35px;
    margin-bottom: 16px;
    font-size: 24px;
    font-weight: 500;
    letter-spacing: 0px;
    color: rgba(51, 51, 51, 1);
    text-align: center;
    vertical-align: top;
}

.page-contact .contact-form h4 {
    line-height: 20.27px;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0px;
    color: rgba(51, 51, 51, 1);
    text-align: center;
    vertical-align: top;
}

.page-contact form {
    margin-top: 34px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    gap: 20px;
}

.page-contact form .flex-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 34px;
}

.page-contact form .input-box {
    width: calc(33.33% - 25.5px);
    display: flex;
    justify-content: space-between;
}

.page-contact form input[type="text"] {
    width: calc(33.33% - 25.5px);
    height: 50px;
    padding: 0 8px;
    background: rgba(255, 255, 255, 1);
    border: 1px solid rgba(51, 51, 51, 1);
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0px;
    vertical-align: top;
}

.page-contact form textarea {
    width: 100%;
    height: 160px;
    line-height: 24px;
    padding: 10px;
    background: rgba(255, 255, 255, 1);
    border: 1px solid rgba(51, 51, 51, 1);
    resize: none;
    outline: none;
    font-size: 16px;
    font-weight: 400;
    text-align: left;
    vertical-align: top;;
}

.page-contact form input[type="text"]::placeholder, .page-contact form textarea::placeholder {
    color: rgba(189, 189, 189, 1);
}

.page-contact form img {
    width: 200px;
    height: 50px;
    /*margin: 0 35px 0 0;*/
    display: inline-block;
}

.page-contact form button[type="submit"] {
    width: 168px;
    height: 50px;
    background: rgba(46, 128, 64, 1);
    font-size: 16px;
    font-weight: 400;
    color: rgba(255, 255, 255, 1);
    border: none;
    outline: none;
}

/* 新闻列表 */
.page-newslist {
    padding: 30px 0 124px;
}

.news-list {
    padding: 0 0 79px;
}

.news-list li {
    padding: 19px 0;
    border-bottom: 1px solid rgba(204, 204, 204, 1);
}

.news-list a {
    display: flex;
    overflow: hidden;
}

.news-list .img-box, .news-list .img {
    width: 320px;
    height: 220px;
}

.news-list .img-box {
    position: relative;
    overflow: hidden;
}

.news-list .img {
    position: absolute;
    top: 0;
    left: 0;
    transition-duration: .3s;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.news-list a:hover .img {
    transform: scale(1.2);
}

.news-list a:hover .title, .news-list a:hover .more-btn {
    color: rgba(46, 128, 64, 1);
}

.news-list .news-info {
    flex: 1;
    margin-left: 50px;
}

.news-list .title {
    line-height: 38px;
    margin: 9px 0 11px;
    font-size: 26px;
    font-weight: 700;
    letter-spacing: 0px;
    color: rgba(51, 51, 51, 1);
    text-align: left;
    vertical-align: top;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    transition-duration: .3s;
}

.news-list .date {
    line-height: 24px;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0px;
    color: rgba(102, 102, 102, 1);
    vertical-align: top;
}

.news-list .subtitle {
    height: 47px;
    margin: 19px 0 26px;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0px;
    line-height: 23.17px;
    color: rgba(51, 51, 51, 1);
    text-align: justify;
    vertical-align: top;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.news-list .more-btn {
    line-height: 24px;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0px;
    color: rgba(102, 102, 102, 1);
    text-align: left;
    vertical-align: top;
    transition-duration: .3s;
}

/* 新闻详情 */
.page-newsdetail {
    padding: 50px 0 107px;
}

.page-newsdetail .detail-title {
    line-height: 44px;
    font-size: 30px;
    font-weight: 700;
    letter-spacing: 0px;
    color: rgba(51, 51, 51, 1);
    text-align: center;
    vertical-align: top;
}

.page-newsdetail .detail-date {
    line-height: 24px;
    margin: 6px 0 24px;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0px;
    color: rgba(102, 102, 102, 1);
    text-align: center;
    vertical-align: top;
}

.page-newsdetail .content {
    line-height: 30px;
    padding: 39px 0 80px;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0px;
    color: rgba(51, 51, 51, 1);
    text-align: justify;
    vertical-align: top;
    border-top: 1px solid rgba(204, 204, 204, 1);
    border-bottom: 1px solid rgba(204, 204, 204, 1);
}

.page-newsdetail .content img {

}

.page-newsdetail .pages {
    line-height: 27px;
    padding-top: 17px;
    font-size: 18px;
    letter-spacing: 0px;
    color: rgba(102, 102, 102, 1);
    display: flex;
    justify-content: space-between;
}

.page-newsdetail a {
    color: rgba(102, 102, 102, 1);
    transition-duration: .3s;
}

.page-newsdetail a:hover {
    color: rgba(46, 128, 64, 1);
}

/* 产品列表 */
.page-productlist {
    padding: 50px 0 122px;
}

.page-productlist .img-list li {
    padding-bottom:16px;
}

.page-productlist .img-list li .title {
    line-height: 64px;
    margin-top:10px;
    background: rgba(247, 247, 247, 1);
}

/* 产品详情 */
.page-product-detail {
    padding: 60px 0 86px;
}
.page-product-detail .product-detail-top .left {
    width: 600px;
    margin-right: 100px;
    background: rgba(255, 255, 255, 1);
}

#product-swiper-container {
    margin-bottom: 11px;
}
.page-product-detail .product-detail-top .left img {
    width: 100%;
    display: block;
}

.page-product-detail .product-detail-top .right {
    flex: 1;
}

.page-product-detail .product-detail-top {
    display: flex;
}

.page-product-detail .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    opacity: 1;
    background: rgba(0, 0, 0, 0.6);
}

.page-product-detail
.swiper-container-horizontal
> .swiper-pagination-bullets
.swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: rgba(235, 19, 22, 1);
}

.page-product-detail .product-detail-top .product-title {
    line-height: 40px;
    padding: 6px 0;
    margin: 0;
    font-size: 36px;
    font-weight: 500;
    letter-spacing: 0px;
    color: rgba(51, 51, 51, 1);
    text-align: left;
    vertical-align: top;
    display: flex;
    align-items: center;
    /* justify-content: center; */
}

.page-product-detail .product-detail-top .product-desc {
    line-height: 24px;
    margin-top: 40px;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0px;
    color: rgba(102, 102, 102, 1);
    vertical-align: top;
}

.page-product-detail .bz {
    height: 71px;
    margin: 40px 0 44px;
    border-top: 1px solid rgba(204, 204, 204, 1);
    border-bottom: 1px solid rgba(204, 204, 204, 1);
    display: flex;
    align-items: center;
    justify-content: center;
}

.page-product-detail .bz span {
    flex: 1;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0px;
    color: rgba(102, 102, 102, 1);
    vertical-align: top;
    display: flex;
    align-items: center;
    justify-content: center;
}

.page-product-detail .bz img {
    margin-right: 10px;
}

.page-product-detail .lx p {
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0px;
    line-height: 16px;
    color: rgba(102, 102, 102, 1);
    vertical-align: top;
}

.page-product-detail .lx h4 {
    margin-top: 5px;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0px;
    line-height: 40px;
    color: rgba(51, 51, 51, 1);
    display: flex;
    align-items: center;
}

.page-product-detail .lx a {
    line-height: 30px;
    margin-top: 5px;
    margin-right: 10px;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 0px;
    color: rgba(230, 28, 28, 1);
    text-align: left;
    vertical-align: top;
    font-family: HarmonyOS_Sans;
    display: inline-block;
}

.btns .btn {
    height: 50px;
    line-height: 50px;
    margin-right: 30px;
    padding: 0 58px;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0px;
    color: rgba(255, 255, 255, 1);
    background: rgba(46, 128, 64, 1);
    display: inline-block;
}

.btns .btn:last-child {
    margin-right:0;
}

.btns .btn.btn-danger {
    background: rgba(230, 28, 28, 1);
}

.page-product-detail .btns {
    margin-top: 40px;
}

.detail-model-top {
    height: 60px;
    line-height: 60px;
    padding-right: 20px;
    background: rgba(245, 245, 245, 1);
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.detail-model-top span {
    padding: 0 24px;
    font-size: 30px;
    font-weight: 700;
    letter-spacing: 0px;
    color: rgba(255, 255, 255, 1);
    background: rgba(46, 128, 64, 1);
    display: inline-block;
}

.detail-model-top .more {
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0px;
    color: rgba(102, 102, 102, 1);
}

.page-product-detail .product-detail-middle .detail-model-top {
    margin: 41px 0 0;
}

.page-product-detail .content {
    margin-top: 24px;
    overflow: hidden;
}

.page-product-detail .content p {
    /*margin-top: 19px;*/
}

.page-product-detail .content p img {
    max-width: 100%;
    /* flex: 1; */
    overflow: hidden;
}

.page-product-detail .content p > img {
    margin-left: 22px;
}

.page-product-detail .content p > img:first-child {
    margin-left: 0;
}

/*.page-product-detail .product-detail-bottom {*/
/*    padding-bottom: 86px;*/
/*}*/

.page-product-detail .product-detail-bottom .detail-model-top {
    margin: 25px 0 13px;
}

.page-product-detail .page-product-list ul {
    margin-top: 0;
}

.product-detail-top .product-prev,
.product-detail-top .product-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 38px;
    height: 80px;
    background: rgba(128, 128, 128, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition-duration: 0.3s;
    z-index: 100;
}

.product-detail-top .product-prev {
    left: 0;
}

.product-detail-top .product-next {
    right: 0;
}

.product-detail-top .product-prev:hover,
.product-detail-top .product-next:hover {
    background: rgba(128, 128, 128, 1);
}

.other-products .img-list {
    margin-bottom:0;
}

.other-products .img-list li {
    padding-bottom:0;
    background: rgba(255, 255, 255, 1);
    box-shadow: 0px 0px 4px  rgba(0, 0, 0, 0.1);
}

.other-products .img-list a {
    padding-bottom:32px;
    display: block;
}

.other-products .img-list h3 {
    line-height: 29px;
    margin: 21px auto 9px;
    font-size: 20px;
    font-weight: 400;
    letter-spacing: 0px;
    color: rgba(0, 0, 0, 1);
    text-align: center;
    vertical-align: top;
}

.other-products .img-list .more {
    width: 108px;
    height: 40px;
    line-height: 38px;
    margin: 0 auto;
    border: 1px solid rgba(102, 102, 102, 1);
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0px;
    color: rgba(102, 102, 102, 1);
    text-align: center;
    vertical-align: top;
    display: block;
}


@media screen and (max-width: 1600px) {
    .page-about {
        padding: 50px 0 82px;
    }

    .page-honor {
        padding: 50px 0 84px;
    }

    .img-list .img-box {
        width: 302px;
        height: 226px;
    }

    .img-list li {
        padding-bottom: 23px;
    }

    .img-list .title {
        line-height: 28px;
        margin: 23px 0 0;
        font-size: 19px;
    }

    .page-honor .img-list .img-box {
        width: 280px;
        height: 204px;
    }

    .page-honor .img-list .title {
        line-height: 58px;
    }

    .page-contact {
        padding: 40px 0 100px;
    }

    .page-contact .contact-top .desc {
        margin-top: 34px;
    }

    .page-contact .map {
        width: 37vw;
    }

    .page-contact .contact-form {
        padding-top: 60px;
    }

    .page-productlist {
        padding: 40px 0 100px;
    }

    .page-productlist .img-list li {
        padding-bottom:14px;
    }

    .page-productlist .img-list li .title {
        line-height: 58px;
    }
}

@media screen and (max-width: 1366px) {

    .page-about {
        padding: 50px 0 62px;
    }

    .page-honor {
        padding: 50px 0 64px;
    }

    .img-list .img-box {
        width: 232px;
        height: 166px;
    }

    .img-list li {
        padding-bottom: 18px;
    }

    .img-list .title {
        line-height: 26px;
        margin: 18px 0 0;
        font-size: 18px;
    }

    .page-honor .img-list .img-box {
        width: 210px;
        height: 154px;
    }

    .page-honor .img-list .title {
        line-height: 48px;
    }

    .page-contact {
        padding: 36px 0 80px;
    }

    .page-contact .contact-detail {
        flex-direction: column;
        align-items: flex-start;
    }

    .page-contact .contact-top ul {
        margin-bottom: 10px;
    }

    .page-contact .contact-top .desc {
        margin-top: 22px;
    }

    .page-contact .contact-form {
        padding-top: 50px;
    }

    .page-contact form input[type="text"] {
        height: 44px;
        font-size: 15px;
    }

    .page-contact form textarea {
        height: 140px;
        line-height: 23px;
        font-size: 15px;
    }

    .page-contact form img {
        width: auto;
        height: 44px;
    }

    .page-contact form button[type="submit"] {
        width: 140px;
        height: 44px;
    }

    .page-newslist {
        padding: 30px 0 100px;
    }

    .news-list {
        padding: 0 0 70px;
    }

    .news-list li {
        padding: 16px 0;
    }

    .news-list .img-box, .news-list .img {
        width: 300px;
        height: 208px;
    }

    .news-list .title {
        line-height: 34px;
        margin: 7px 0 9px;
        font-size: 24px;
    }

    .news-list .date {
        line-height: 22px;
        font-size: 15px;
    }

    .news-list .subtitle {
        height: 42px;
        line-height: 21px;
        font-size: 15px;
    }

    .news-list .more-btn {
        line-height: 22px;
        font-size: 15px;
    }

    .page-newsdetail {
        padding: 45px 0 97px;
    }

    .page-newsdetail .content {
        padding: 30px 0 60px;
    }

    .page-newsdetail .detail-title {
        line-height: 42px;
        font-size: 28px;
    }

    .page-newsdetail .detail-date {
        line-height: 22px;
        font-size: 15px;
    }

    .page-newsdetail .content {
        line-height: 28px;
        font-size: 15px;
    }

    .page-newsdetail .pages {
        line-height: 25px;
        font-size: 16px;
    }

    .page-productlist {
        padding: 30px 0 80px;
    }

    .page-productlist .img-list li {
        padding-bottom:12px;
    }

    .page-productlist .img-list li .title {
        line-height: 54px;
    }

    .page-product-detail .product-detail-top .left {
        width:450px;
        margin-right:60px;
    }

    .page-product-detail .product-detail-top .product-title {
        line-height: 36px;
        font-size:32px;
    }

    .page-product-detail .product-detail-top .product-desc {
        line-height: 22px;
        margin-top:16px;
        font-size: 15px;
    }

    .page-product-detail .bz {
        height:60px;
        margin:20px 0 24px;
    }

    .page-product-detail .btns {
        margin-top:16px;
    }

    .btns .btn {
        height: 40px;
        line-height: 40px;
        margin-right:20px;
        padding: 0 40px;
    }

    .detail-model-top {
        height:50px;
        line-height: 50px;
    }

    .detail-model-top span {
        font-size: 24px;
    }

    .page-product-detail .product-detail-middle .detail-model-top {
        margin-top:30px;
    }

    .detail-model-top .more {
        font-size: 15px;
    }

    .other-products .img-list a {
        padding-bottom:28px;
    }

    .other-products .img-list h3 {
        line-height: 27px;
        margin: 19px auto 7px;
        font-size: 18px;
    }

    .other-products .img-list .more {
        width: 100px;
        height: 36px;
        line-height: 34px;
        font-size: 15px;
    }
}

@media screen and (max-width: 1280px) {
    .pagination a {
        height: 30px;
        line-height: 28px;
        padding: 0 10px;
        font-size: 14px;
    }

    .pagination form {
        line-height: 30px;
        margin-left: 28px;
    }

    .pagination form input {
        height: 30px;
        line-height: 28px;
        font-size: 14px;
    }

    .pagination form button {
        width: 46px;
        height: 30px;
        font-size: 14px;
    }

    .page-position-container > .container {
        height: 70px;
        font-size: 15px;
    }

    .page-position-container .positions a {
        padding: 0 3px;
    }

    .page-position-container .sub-nav a {
        margin-left: 35px;
    }

    .page-about {
        padding: 50px 0 42px;
    }

    .page-honor {
        padding: 50px 0 44px;
    }

    .img-list .img-box {
        width: 100%;
        height: 156px;
    }

    .img-list li {
        width: calc(25% - 18px);
        padding-bottom: 15px;
    }

    .img-list .title {
        line-height: 24px;
        margin: 14px 0 0;
        font-size: 16px;
    }

    .page-honor .img-list .img-box {
        width: 100%;
        height: 154px;
    }

    .page-honor .img-list .title {
        line-height: 42px;
    }

    .page-contact {
        padding: 34px 0 70px;
    }

    .page-contact .map {
        width: 50vw;
    }

    .page-productlist {
        padding: 30px 0 70px;
    }

    .page-productlist .img-list li {
        padding-bottom:6px;
    }

    .page-productlist .img-list li .title {
        line-height: 44px;
    }

}

@media screen and (max-width: 1024px) {
    .img-list .img-box {
        height: 18.9vw;
    }

    .img-list li {
        width: calc(25% - 18px);
        padding-bottom: 12px;
    }

    .img-list .title {
        line-height: 22px;
        margin: 12px 0 0;
        font-size: 15px;
    }

    .page-honor .img-list .img-box {
        height: 19vw;
    }

    .page-honor .img-list .title {
        line-height: 36px;
    }


    .page-contact {
        padding: 34px 0 60px;
    }

    .page-contact .contact-top {
        flex-direction: column;
    }

    .page-contact .contact-detail {
        flex-direction: row;
        align-items: center;
    }

    .page-contact h1, .page-contact .contact-form h3 {
        line-height: 32px;
        font-size: 22px;
    }

    .page-contact .contact-top ul {
        margin-bottom: 0;
        line-height: 28px;
        font-size: 15px;
    }

    .page-contact .map, .page-contact .map img {
        width: 100%;
        height: auto;
    }

    .page-newslist {
        padding: 20px 0 80px;
    }

    .news-list {
        padding: 0 0 60px;
    }

    .news-list li {
        padding: 12px 0;
    }

    .news-list .img-box, .news-list .img {
        width: 260px;
        height: 188px;
    }

    .news-list .news-info {
        margin-left: 30px;
    }

    .news-list .title {
        line-height: 32px;
        margin: 5px 0 7px;
        font-size: 22px;
    }

    .news-list .date {
        line-height: 20px;
        font-size: 14px;
    }

    .news-list .subtitle {
        height: 40px;
        line-height: 20px;
        font-size: 14px;
    }

    .news-list .more-btn {
        line-height: 20px;
        font-size: 14px;
    }

    .page-newsdetail {
        padding: 40px 0 77px;
    }

    .page-newsdetail .content {
        padding: 25px 0 50px;
    }

    .page-newsdetail .detail-title {
        line-height: 40px;
        font-size: 26px;
    }

    .page-newsdetail .detail-date {
        line-height: 20px;
        font-size: 14px;
    }

    .page-newsdetail .content {
        line-height: 26px;
        font-size: 14px;
    }

    .page-newsdetail .pages {
        line-height: 23px;
        font-size: 14px;
    }

    .page-productlist {
        padding: 30px 0 60px;
    }

    .page-productlist .img-list li {
        padding-bottom:2px;
    }

    .page-productlist .img-list li .title {
        line-height: 38px;
    }

    .page-product-detail {
        padding: 30px 0 70px;
    }

    .page-product-detail .product-detail-top {
        flex-direction: column;
    }

    .page-product-detail .product-detail-top .left {
        width: 100%;
        margin-right: 0;
    }

    .page-product-detail .product-detail-top .right {
        margin-top:20px;
    }

    .page-product-detail .product-detail-top .product-title {
        line-height: 34px;
        font-size: 28px;
        justify-content: center;
    }

    .page-product-detail .bz span {
        font-size: 15px;
    }

    .page-product-detail .lx p {
        font-size: 14px;
        text-align: center;
    }

    .page-product-detail .lx h4 {
        font-size: 14px;
        justify-content: center;
    }

    .page-product-detail .lx a {
        font-size: 16px;
    }

    .page-product-detail .btns {
        text-align: center;
    }

    .detail-model-top {
        height: 40px;
        line-height: 40px;
    }

    .detail-model-top span {
        font-size: 15px;
    }

    .detail-model-top .more {
        font-size: 14px;
    }

    .other-products .img-list a {
        padding-bottom:18px;
    }

    .other-products .img-list h3 {
        line-height: 24px;
        margin:13px auto 5px;
        font-size: 16px;
    }

    .other-products .img-list .more {
        width:90px;
        height:34px;
        line-height: 32px;
        font-size: 14px;
    }
}

@media screen and (max-width: 960px) {
    .page-position-container > .container {
        height: 60px;
        font-size: 14px;
    }

    .page-position-container .positions a {
        padding: 0 2px;
    }

    .page-position-container .sub-nav a {
        margin-left: 25px;
    }

    .page-banner {
        position: relative;
        height: 34vw;
        overflow: hidden;
    }

    .page-banner img {
        position: absolute;
        top: 0;
        left: 50%;
        max-width: none;
        width: auto;
        height: 100%;
        transform: translateX(-50%);
    }

    .page-about {
        padding: 40px 0 42px;
    }

    .page-about .company-title {
        line-height: 43px;
        font-size: 32px;
    }

    .page-about .company-subtitle {
        line-height: 22px;
        margin-bottom: 24px;
        font-size: 15px;
    }

    .img-list .img-box {
        height: 18.9vw;
    }

    .img-list li {
        width: calc(33.33% - 16px);
        padding-bottom: 5px;
    }

    .img-list .title {
        line-height: 20px;
        margin: 8px 0 0;
        font-size: 14px;
    }

    .page-honor .img-list .title {
        line-height: 34px;
    }

    .page-contact .contact-top .contact-left {
        margin-right: 0;
    }

    .page-contact .contact-detail {
        padding-right: 0;
    }

    .page-contact h1, .page-contact .contact-form h3 {
        line-height: 30px;
        font-size: 20px;
    }

    .page-contact .contact-top ul {
        margin-right: 20px;
        line-height: 26px;
        font-size: 14px;
    }

    .page-contact form .flex-content {
        flex-direction: column;
        gap: 15px;
    }

    .page-contact form input[type="text"] {
        width: 100%;
    }

    .page-contact form .input-box {
        width: 100%;
    }

    .page-contact form button[type="submit"] {
        flex: 1;
        width: auto;
        margin-left: 30px;
    }

    .page-newslist {
        padding: 10px 0 60px;
    }

    .news-list {
        padding: 0 0 40px;
    }

    .news-list li {
        padding: 12px 0;
    }

    .news-list .img-box, .news-list .img {
        width: 30vw;
        height: 24vw;
    }

    .news-list .news-info {
        margin-left: 10px;
    }

    .news-list .subtitle {
        margin: 10px 0 12px;
    }

    .page-newsdetail {
        padding: 30px 0 57px;
    }

    .page-newsdetail .content {
        padding: 20px 0 40px;
    }

    .page-newsdetail .detail-title {
        line-height: 36px;
        font-size: 24px;
    }

    .page-newsdetail .pages {
        flex-direction: column;
    }
}

@media screen and (max-width: 640px) {
    .page-position-container > .container {
        padding: 8px 0;
        flex-direction: column;
        align-items: flex-start;
        line-height: 24px;
    }

    .page-position-container .positions a {
        padding: 0 1px;
    }

    .page-position-container .sub-nav a {
        margin: 0 5px 0 0;
    }

    .page-about .company-title {
        line-height: 34px;
        font-size: 26px;
    }

    .page-about .company-subtitle {
        line-height: 20px;
        margin-bottom: 20px;
        font-size: 14px;
    }

    .img-list .img-box {
        height: 25.9vw;
    }

    .img-list li {
        width: calc(50% - 12px);
        padding-bottom: 2px;
    }

    .img-list .title {
        margin: 4px 0 0;
    }

    .page-honor .img-list .title {
        line-height: 30px;
    }

    .page-newsdetail {
        padding: 30px 0 40px;
    }

    .page-newsdetail .content {
        padding: 20px 0 30px;
    }

    .page-newsdetail .detail-title {
        line-height: 34px;
        font-size: 22px;
    }

    .page-productlist {
        padding: 30px 0 50px;
    }

    .page-productlist .img-list li {
        padding-bottom:0px;
    }

    .page-productlist .img-list li .title {
        line-height: 34px;
    }

    .page-product-detail .product-detail-top .product-title {
        line-height: 30px;
        font-size: 24px;
    }

    .page-product-detail .bz {
        height: 80px;
        flex-wrap: wrap;
        align-items: center;
    }

    .page-product-detail .bz span {
        flex:none;
        width:calc(50% - 12px);
        height: 30px;
        line-height: 30px;
    }


    .other-products .img-list a {
        padding-bottom:14px;
    }

    .other-products .img-list h3 {
        line-height: 22px;
        margin:10px auto 5px;
        font-size: 15px;
    }

    .other-products .img-list .more {
        width:90px;
        height:30px;
        line-height: 28px;
    }
}