.subpage-banner {
    position: relative;
    overflow: hidden;
}

.subpage-banner .subbanner-img {
    margin: 0 auto;
    display: block;
}

.subpage-banner-frontend {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding-top: 10%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
}

.subpage-banner-frontend h1 {
    height: 70px;
    font-size: 48px;
    font-weight: 700;
    letter-spacing: 0px;
    line-height: 69.5px;
    color: rgba(255, 255, 255, 1);
    text-align: left;
    vertical-align: top;
}

.breadcrumb {
    background: rgba(250, 250, 250, 1);
    /** 鏂囨湰1 */
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0px;
    line-height: 20.27px;
    color: rgba(42, 42, 42, 1);
    vertical-align: top;

}

.breadcrumb .wrap {
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.breadcrumb a {
    font-weight: 400;
    letter-spacing: 0px;
    color: rgba(42, 42, 42, 1);
    vertical-align: top;
}

.breadcrumb .sonsort {
    flex: 1;
    display: flex;
    justify-content: flex-end;
}

.breadcrumb .sonsort a {
    padding: 5px 0;
    font-size: 16px;
    margin-left: 40px;
    transition-duration: 0.3s;
}

.breadcrumb .sonsort a:hover {
    color: rgba(52, 194, 170, 1);
}

.breadcrumb .sonsort a.active {
    position: relative;
    color: rgba(52, 194, 170, 1);
}

.breadcrumb .sonsort a.active::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: rgba(52, 194, 170, 1);
    display: block;
}

.page-tabs {
    margin: 61px 0 0;
    text-align: center;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.page-tabs a {
    width: 160px;
    height: 44px;
    line-height: 44px;
    margin: 20px 20px 0 0;
    border-radius: 8px 8px 0px 0px;
    background: #145596;
    font-size: 20px;
    font-weight: 400;
    letter-spacing: 0px;
    color: rgba(255, 255, 255, 1);
    text-align: center;
    display: block;
    transition-duration: 0.3s;
}

.page-tabs a:last-child {
    margin-right: 0;
}

.page-tabs a.active,
.page-tabs a:hover {
    background: #ca0e0f;
}

.list-4 {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
}

.list-4 img {
    width: 100%;
    display: block;
}

.list-4 li {
    width: calc(25% - 20.25px);
    margin-left: 27px;
    margin-top: 30px;
}

.list-4 li:nth-child(4n + 1) {
    margin-left: 0;
}

.list-4 li a {
    color: rgba(51, 51, 51, 1);
    transition-duration: 0.3s;
    display: block;
}

.list-4 li h5 {
    height: 60px;
    line-height: 60px;
    padding: 0 20px;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 0px;
    display: flex;
    align-items: center;
}

.list-4 li h5 span {
    flex: 1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.list-4 li h5 b {
    width: 28px;
    height: 28px;
    border-radius: 14px;
    border: 1px solid rgba(153, 153, 153, 1);
    display: flex;
    align-items: center;
    justify-content: center;
    transition-duration: 0.3s;
}

.list-4 li svg {
    width: 14px;
    height: 14px;
}

.list-4 li svg .r {
    fill: #999999;
    transition-duration: 0.3s;
}

/*.list-4 li a:hover {*/
/*    background: rgba(221, 237, 248, 1);*/
/*    color: #fff;*/
/*}*/

.list-4 li a:hover b {
    border-color: #fff;
}

.list-4 li a:hover svg .r {
    fill: #fff;
}

.list-3 {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
}

.list-3 img {
    width: 100%;
    display: block;
}

.list-3 li {
    width: calc(33.33% - 21px);
    margin-left: 31px;
    margin-top: 30px;
}

.list-3 li:nth-child(3n + 1) {
    margin-left: 0;
}

.list-3 li a {
    color: rgba(51, 51, 51, 1);
    transition-duration: 0.3s;
    display: block;
}

.list-3 li h5 {
    height: 60px;
    line-height: 60px;
    padding: 0 20px;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 0px;
    display: flex;
    align-items: center;
}

.list-3 li h5 span {
    flex: 1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.list-1 {
    margin-top: 39px;
}

.list-1 li {
    padding: 20px 0;
    border-bottom: 1px solid rgba(204, 204, 204, 1);
}

.list-1 li a {
    display: flex;
}

.list-1 .n-l {
    width: 320px;
    max-height: 220px;
    margin-right: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.list-1 .n-l img {
    max-width: 100%;
    max-height: 100%;
}

.list-1 .n-r {
    flex: 1;
    overflow: hidden;
}

.list-1 h3 {
    line-height: 38px;
    margin: 9px 0 11px;
    font-size: 26px;
    font-weight: 400;
    letter-spacing: 0px;
    color: rgba(51, 51, 51, 1);
    text-align: left;
    vertical-align: top;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    transition-duration: 0.3s;
}

.list-1 p {
    line-height: 24px;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0px;
    color: rgba(102, 102, 102, 1);
    text-align: left;
    vertical-align: top;
}

.list-1 h5 {
    flex: 1;
    height: 48px;
    line-height: 24px;
    margin: 19px 0 20px;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0px;
    color: rgba(51, 51, 51, 1);
    vertical-align: top;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.list-1 .more {
    line-height: 24px;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0px;
    color: rgba(102, 102, 102, 1);
    vertical-align: top;
    display: inline-flex;
    align-items: center;
    transition-duration: 0.3s;
}

.list-1 .r {
    fill: #666666;
    transition-duration: 0.3s;
}

.list-1 a:hover h3 {
    color: rgba(52, 194, 170, 1);
}

.list-1 a:hover .more {
    color: rgba(52, 194, 170, 1);
}

.list-1 a:hover .r {
    fill: #fff;
}

/*鍒嗛〉*/
.pagination {
    padding: 68px 20px 71px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.page-num:not(.disabled) {
    cursor: pointer;
}

.page-num,
.page-link {
    display: inline-block;
    /* width: 58px; */
    height: 28px;
    line-height: 26px;
    margin-left: 5px;
    margin-bottom: 5px;
    color: rgba(0, 0, 0, 0.7);
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 0px;
    background: rgba(255, 255, 255, 1);
    border: 1px solid rgba(0, 0, 0, 0.2);
    transition-duration: 0.3s;
}

.page-link {
    padding: 0 17px;
}

.page-num {
    padding: 0 10px;
}

a.page-num:not(.disabled):hover,
.page-link:not(.disabled):hover {
    text-decoration: none;
    color: #fff;
    background: rgba(52, 194, 170, 1);
    border: 1px solid rgba(0, 0, 0, 0.2);
}

.page-num-current {
    color: #fff;
    background: rgba(52, 194, 170, 1);
    border: 1px solid rgba(0, 0, 0, 0.2);
}

.page-num-current:not(.disabled):hover {
    color: #fff;
    background: rgba(52, 194, 170, 1);
    border: 1px solid rgba(0, 0, 0, 0.2);
}

a.page-num.disabled,
.page-link.disabled,
a.page-num.disabled:hover,
.page-link.disabled:hover {
    text-decoration: none;
    color: rgba(0, 0, 0, 0.3);
    background: rgba(255, 255, 255, 1);
    border: 1px solid rgba(0, 0, 0, 0.2);
}

.page-ipt {
    width: 40px;
    height: 28px;
    padding: 6px 0 6px 6px;
    margin: 0 5px;
    margin-bottom: 5px;
    line-height: 14px;
    color: rgba(0, 0, 0, 0.7);
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 0px;
    background: rgba(255, 255, 255, 1);
    border: 1px solid rgba(0, 0, 0, 0.2);
}

.go-page {
    width: 50px;
    height: 28px;
    margin-bottom: 5px;
    background: rgba(255, 255, 255, 1);
    border: 1px solid rgba(0, 0, 0, 0.2);
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 0px;
    color: rgba(0, 0, 0, 0.7);
    text-align: center;
    vertical-align: top;
}

/* 浜у搧鍒楄〃 */
.page-product-list .page-tabs {
    margin-bottom: 7px;
}

.page-product-list .list-4 {
    margin: 78px 0 0;
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
}

.page-product-list .list-4 li {
    width: calc(50% - 20px);
    margin: 0 0 20px;
    background: rgba(255, 255, 255, 1);
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.05);

}

.page-product-list .list-4 li a {
    padding: 62px 60px 94px;
}

.page-product-list .list-4 li h3 {
    line-height: 43.44px;
    margin: 30px 0 26px;
    font-size: 30px;
    font-weight: 500;
    letter-spacing: 0px;
    color: rgba(42, 42, 42, 1);
    text-align: center;
    vertical-align: top;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.page-product-list a:hover h5 b {
    transform: translateX(5px);
}

.list-4 a .img,
.list-3 a .img {
    overflow: hidden;
    background-color: #000;
}

.list-4 a .img img,
.list-3 a .img img {
    transition-duration: 0.3s;
}

.list-4 a:hover .img img,
.list-3 a:hover .img img {
    transform: scale(1.3);
    opacity: 0.7;
}

/* 鍘傚尯鐜 */
.page-advantage-list {
    background-color: rgba(248, 248, 248, 1);
}

.page-advantage-list .page-tabs {
    margin-bottom: 7px;
}

.page-advantage-list .list-3 li {
    background: rgba(248, 248, 248, 1);

    text-align: center;
}

/* 鏂伴椈 鍒楄〃 */
.page-news-list {
    padding: 70px 0 20px;
}

.page-news-list .news-recommend {
    position: relative;
    padding-bottom: 40px;
    overflow: hidden;
    border-bottom: 1px solid rgba(247, 247, 247, 1);
}

.page-news-list .news-recommend-swiper {
    position: relative;
}

.page-news-list .news-recommend .swiper-slide {
    display: flex;
    background: rgba(247, 247, 247, 1);
}

.page-news-list .news-recommend .img {
    width: 51.38%;
}

.page-news-list .news-recommend .info {
    padding: 55px 60px 60px 64px;
    overflow: hidden;
}

.page-news-list .news-recommend .time {
    line-height: 24px;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0px;
    color: rgba(102, 102, 102, 1);
    vertical-align: top;
}

.page-news-list .news-recommend .title {
    line-height: 50px;
    margin: 11px auto 19px;
    font-size: 34px;
    font-weight: 400;
    letter-spacing: 0px;
    color: rgba(42, 42, 42, 1);
    text-align: left;
    vertical-align: top;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.page-news-list .news-recommend .desc {
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0px;
    line-height: 23.17px;
    color: rgba(102, 102, 102, 1);
    text-align: left;
    vertical-align: top;
}

.page-news-list .news-recommend .more-btn {
    margin-top: 31px;
    padding: 0 52px;
}

.page-news-list .swiper-pagination {
    padding: 0 55px;
    text-align: right;
}

.page-news-list .swiper-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    margin: 0 5px;
    background: rgba(204, 204, 204, 1);
    opacity: 1;
}

.page-news-list .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: rgba(52, 194, 170, 1);
}

.page-news-list .list-1 {
    margin: 0;
}

.page-news-list .list-1 li {
    padding: 40px 0 48px;
    border-bottom: 1px solid rgba(247, 247, 247, 1);
}

.page-news-list .list-1 li:last-child {
    padding-bottom: 0px;
    border-bottom: 0;
}

.page-news-list .list-1 .n-l {
    width: 360px;
    max-height: 232px;
}

.page-news-list .list-1 .n-l img {
    width: 100%;
}

.page-news-list .list1 h3 {
    line-height: 44px;
    margin: 8px 0 23px;
    font-size: 30px;
    font-weight: 400;
    letter-spacing: 0px;
    color: rgba(42, 42, 42, 1);
    text-align: left;
    vertical-align: top;
}

.page-news-list .list-1 h5 {
    height: 69px;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0px;
    line-height: 23px;
    color: rgba(102, 102, 102, 1);
    text-align: left;
    vertical-align: top;
    -webkit-line-clamp: 3;
}

.page-news-list .list-1 p {
    line-height: 24px;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0px;
    color: rgba(102, 102, 102, 1);
    vertical-align: top;
}

/* 浼佷笟鏂囧寲 */
.page-corporateculture {
    padding: 68px 0 102px;
}

.page-corporateculture .corporateculture {
    display: flex;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.page-corporateculture .corporateculture .cor-item {
    /*flex: 1;*/
    width: 25%;
    padding: 0 15px;
    height: 600px;
    border-right: 1px solid #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    color: #fff;
    overflow: hidden;
    transition-duration: .3s;
}

.page-corporateculture .corporateculture .cor-item:last-child {
    border-right: 0;
}

.page-corporateculture .corporateculture:hover .cor-item {
    width: 16%;
    opacity: .6;
    /*background-color: rgba(0,0,0,.9);*/
}

.page-corporateculture .corporateculture .cor-item:hover {
    width: 52%;
    opacity: 1;
    background-color: rgba(0, 0, 0, .7);
}

.page-corporateculture .corporateculture .cor-item h3 {
    height: 35px;
    line-height: 34.75px;
    font-size: 24px;
    font-weight: 700;
    letter-spacing: 0px;
    vertical-align: top;
}

.page-corporateculture .corporateculture .cor-item h4 {
    height: 24px;
    line-height: 23.17px;
    margin-top: 8px;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0px;
    color: rgba(255, 255, 255, 1);
    vertical-align: top;

}

/* 鍏充簬鎴戜滑 */
.page-about-detail {
    padding: 80px 0 126px;
    overflow: hidden;
}

.page-about-detail .wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.page-about-detail .wrap .page-about-left {
    flex: none;
    width: 58.65%;
}

.page-about-detail .wrap .page-about-right {
    flex: none;
    width: 37.15%;
}

.page-about-detail .model-title {
    line-height: 70px;
    font-size: 48px;
    font-weight: 700;
    letter-spacing: 0px;
    color: rgba(42, 42, 42, 1);
    text-align: left;
    vertical-align: top;
}

.page-about-detail .content-title {
    line-height: 44px;
    margin: 10px 0 32px;
    font-size: 30px;
    font-weight: 700;
    letter-spacing: 0px;
    color: rgba(50, 184, 161, 1);
    text-align: left;
    vertical-align: top;
}

.page-about-detail .page-about-content {
    line-height: 23.17px;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0px;
    color: rgba(115, 115, 115, 1);
    text-align: justify;
    vertical-align: top;
}

.page-about-detail .page-about-content p {
    margin-top: 1em;
}

.page-about-detail .more-btn {
    margin: 50px 0;
}

/* 灏婁韩鏈嶅姟 */
.page-message {
    padding: 100px 0 92px;
}

.page-message .wrap {
    display: flex;
    gap: 160px;
}

.page-message .wrap .message-left {
    flex: 1;
}

.page-message .wrap .message-right {
    flex: none;
    width: 42.36%;
}

.page-message .message-left h3 {
    left: 240px;
    top: 861px;
    width: 432px;
    height: 35px;
    opacity: 1;
    /** 鏂囨湰1 */
    font-size: 24px;
    font-weight: 500;
    letter-spacing: 0px;
    line-height: 34.75px;
    color: rgba(51, 51, 51, 1);
    text-align: left;
    vertical-align: top;
}

.page-message .form-control {
    border: 0;
    border-bottom: 1px solid rgba(196, 196, 196, 1);
    outline: none;
    width: 100%;
    padding: 21px 0;
    line-height: 21px;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0px;
    line-height: 20.27px;
    color: rgba(153, 153, 153, 1);
    text-align: left;
    vertical-align: top;
    display: block;
}

.page-message input[type='text'] {
    max-width: 300px;
}

.page-message textarea {
    height: 98px;
    resize: none;
}

.page-message .submit-btn {
    width: 180px;
    height: 46px;
    margin-top: 42px;
    background: rgba(52, 194, 170, 1);
    font-size: 20px;
    font-weight: 400;
    letter-spacing: 0px;
    color: rgba(255, 255, 255, 1);
    border: none;
    outline: none;
}

/* 鍝佺墝浼樺娍 */
.page-youshi-list {
    padding: 74px 0 100px;
}

.model-title {
    line-height: 70px;
    margin-bottom: 51px;
    font-size: 48px;
    font-weight: 700;
    letter-spacing: 0px;
    color: rgba(42, 42, 42, 1);
    text-align: center;
}

.page-youshi-list h1 b {
    /** 鏂囨湰2 */
    font-size: 72px;
    font-weight: 700;
    letter-spacing: 0px;
    color: rgba(50, 184, 161, 1);
}

.page-youshi-list .youshi-list {
    display: flex;
    flex-direction: column;
    gap: 50px;
}

.page-youshi-list .youshi-list li {
    display: flex;
    background: rgba(255, 255, 255, 1);
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.05);
}

.page-youshi-list .youshi-list li:nth-child(2n) {
    flex-direction: row-reverse;
}

.page-youshi-list .youshi-list li .n-l {
    position: relative;
    flex: none;
    width: 50%;
    overflow: hidden;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.page-youshi-list .youshi-list li .n-l img {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    width: 135%;
    max-width: none;
    display: block;
}

.page-youshi-list .ico {
    width: 112px;
    height: 112px;
    background: rgba(255, 255, 255, 1);
    border: 2px solid rgba(52, 194, 170, 1);
    border-radius: 50%;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.page-youshi-list .ico img {
    max-width: 57%;
    display: block;
}

.page-youshi-list .youshi-list li .n-r {
    padding: 30px 44px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.page-youshi-list h3 {
    line-height: 44px;
    margin: 17px 0;
    font-size: 30px;
    font-weight: 700;
    letter-spacing: 0px;
    color: rgba(51, 51, 51, 1);
    text-align: center;
    vertical-align: top;
}

.page-youshi-list p {
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0px;
    line-height: 23.17px;
    color: rgba(102, 102, 102, 1);
    text-align: center;
    vertical-align: top;
}

/* 璧勮川鑽ｈ獕 */
.page-honor {
    padding: 67px 0 131px;
    background: url("../images/honor-bg.png") top center no-repeat;
    background-size: cover;
}

.page-honor .honor-swiper .swiper-slide {
    padding: 100px 52px 52px;
    background: #fff;
}

.page-honor .honor-swiper .swiper-slide img {
    width: 100%;
}

.page-honor .honor-swiper .swiper-slide p {
    line-height: 24px;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0px;
    color: rgba(100, 102, 102, 1);
    text-align: center;
    vertical-align: top;
}

.page-honor .swiper-button-next, .page-honor .swiper-button-prev {
    width: 64px;
    height: 64px;
    border: 2px solid rgba(52, 194, 170, 1);
    border-radius: 50%;
    color: rgba(52, 194, 170, 1);
}

.page-honor .swiper-button-next::after, .page-honor .swiper-button-prev::after {
    font-size: 25px;
}

/* 鏅鸿兘鍒堕€� */
.page-intelligentmanufacturing-list .list-3 li {
    background: rgba(240, 240, 240, 1);
}

.page-intelligentmanufacturing-list .list-3 li .img {
    position: relative;
}

.page-intelligentmanufacturing-list .play {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 48px;
    height: 48px;
    transform: translate(-50%, -50%);
}

.page-intelligentmanufacturing-list .play .play-fill {
    fill: #ffffff;
    opacity: 0.5;
    transition-duration: 0.3s;
}

.page-intelligentmanufacturing-list .list-3 a:hover {
    background: #ca0e0f;
    color: #fff;
}

.page-intelligentmanufacturing-list .list-3 a:hover .play-fill {
    fill: #ca0e0f;
    opacity: 1;
}

/* 鑱旂郴鎴戜滑 */
.page-contact {
    margin: 70px 0 80px;
}

.page-contact .contact {
    display: flex;
}

.page-contact .map {
    flex: 1;
    /* margin-right: 108px; */
    overflow: hidden;
}

.page-contact .contact-right {
    width: 480px;
    /*height: 570px;*/
    padding: 66px 34px;
    background: rgba(52, 194, 170, 1);
    color: #fff;
}

.page-contact .contact-right h1 {
    font-size: 36px;
    font-weight: 700;
    letter-spacing: 0px;
    line-height: 52.13px;
    color: rgba(255, 255, 255, 1);
    text-align: left;
    vertical-align: top;
}

.page-contact .contact-right h3 {
    font-size: 20px;
    font-weight: 400;
    letter-spacing: 0px;
    line-height: 28.96px;
    color: rgba(255, 255, 255, 1);
    text-align: left;
    vertical-align: top;
}

.page-contact .contact-right a {
    color: #fff;
}

.page-contact .contact-right ul {
    margin: 42px 0 113px;
}

.page-contact .contact-right .weixin {
    width: 100px;
}

.page-contact .contact-right .weixin img {
    width: 100%;
}

.page-contact .contact-right .weixin h4 {
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0px;
    line-height: 32px;
    color: rgba(255, 255, 255, 1);
    text-align: center;
    vertical-align: top;

}

.map .BMap_Marker.BMap_noprint {
    background-size: contain;
}

.map .anchorBL {
    display: none;
}

/* 鏂伴椈璇︽儏 - 閫氱敤鏂囩珷璇︽儏椤� */
.page-detail-title {
    line-height: 38px;
    padding: 3px 0;
    margin: 55px 0 3px;
    font-size: 30px;
    font-weight: 400;
    letter-spacing: 0px;
    color: rgba(51, 51, 51, 1);
    text-align: center;
    vertical-align: top;
}

.page-detail-desc {
    line-height: 24px;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0px;
    color: rgba(102, 102, 102, 1);
    text-align: center;
    vertical-align: top;
}

.page-detail-content {
    padding: 29px 0 36px;
    margin-top: 27px;
    border-top: 1px solid rgba(204, 204, 204, 1);
    border-bottom: 1px solid rgba(204, 204, 204, 1);

    font-size: 18px;
    font-weight: 400;
    letter-spacing: 0px;
    line-height: 30px;
    color: rgba(51, 51, 51, 1);
}

.page-detail-content img {
    max-width: 100%;
}

.page-detail-pages {
    margin: 17px 0 102px;
    display: flex;
    align-items: center;
    justify-content: space-between;

    line-height: 27px;
    font-size: 18px;
    letter-spacing: 0px;
    color: rgba(102, 102, 102, 1);
}

.page-detail-pages a {
    font-weight: 400;
    letter-spacing: 0px;
    color: rgba(102, 102, 102, 1);
}

/* 浜у搧璇︽儏椤� */
.page-product-detail {
    padding: 61px 0 0;
}

.page-product-detail .product-detail-top {
    padding: 62px 0 52px;
    background: rgba(250, 250, 250, 1);
    overflow: hidden;
}

.page-product-detail .product-detail-top .left {
    width: 580px;
    margin-right: 90px;
}

#product-swiper-container {
    margin-bottom: 11px;
    overflow: hidden;
    position: relative;
}

#product-pagination-swiper-container {
    overflow: hidden;
}

.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 .wrap {
    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 {
    min-height: 160px;
    line-height: 40px;
    margin: 54px 0 63px;
    font-size: 36px;
    font-weight: 500;
    letter-spacing: 0px;
    color: rgba(51, 51, 51, 1);
    text-align: left;
    display: block;
    /* 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 .detail-model-sub-top {
    line-height: 44px;
    margin: 80px 0 27px;
    font-size: 30px;
    font-weight: 700;
    letter-spacing: 0px;
    color: rgba(42, 42, 42, 1);
    text-align: left;
    vertical-align: top;
}

.product-minutia {
    display: flex;
    /*align-items: center;*/
    justify-content: center;
    gap: 30px;
    text-align: center;
}

.product-minutia h4 {
    line-height: 35px;
    margin: 26px 0 15px;
    font-size: 24px;
    font-weight: 400;
    letter-spacing: 0px;
    color: rgba(42, 42, 42, 1);
    text-align: center;
    vertical-align: top;
}

.product-minutia p {
    min-height: 55px;
    line-height: 23.17px;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0px;
    color: rgba(102, 102, 102, 1);
    text-align: center;
    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(52, 194, 170, 1);
    display: inline-block;
}

.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;
    background: rgba(245, 245, 245, 1);
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.detail-model-top span {
    flex: 1;
    padding: 0 24px;
    font-size: 30px;
    font-weight: 700;
    letter-spacing: 0px;
    color: rgba(255, 255, 255, 1);
    background: rgba(52, 194, 170, 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;
    margin-bottom: 40px;
    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: 67px;
}

.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: 40px;
    height: 80px;
    background: rgba(0, 0, 0, 0.3);
    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);
}

/* 浣跨敤鍦烘櫙 */
.page-changjing-list {
    padding: 68px 0 40px;
    overflow: hidden;
}

.page-changjing-list .changjing-list {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.page-changjing-list .changjing-list li {
    width: calc(25% - 15px);
    margin-bottom: 44px;
}

.page-changjing-list .changjing-list li h3 {
    height: 29px;
    line-height: 28.96px;
    margin-top: 17px;
    font-size: 20px;
    font-weight: 400;
    letter-spacing: 0px;
    color: rgba(42, 42, 42, 1);
    text-align: center;
    vertical-align: top;
}

/* 妗堜緥 */
.page-case-list {
    padding: 70px 0 70px;
}

.page-case-list .case-list {
    display: flex;
    flex-wrap: wrap;
    gap: 18px;
}

.page-case-list .case-list li {
    width: calc(33.33% - 12px);
}

.page-case-list .case-list li .title {
    height: 24px;
    line-height: 23.17px;
    margin: 16px 0 20px;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0px;
    color: rgba(42, 42, 42, 1);
    text-align: center;
    vertical-align: top;

}

/* 鍏叡鍗曢〉 */
.page-single-page {
    padding: 68px 0 95px;
}

/* 鍙戝睍鍘嗙▼ */
.page-history-list {
    padding-bottom: 57px;
    background-color: rgba(248, 248, 248, 1);
    overflow: hidden;
}

.history-list {
    position: relative;
    margin: 54px auto 0;
    padding-top: 60px;
    padding-right: 87px;
    overflow: hidden;
}

.history-list::before {
    content: "";
    position: absolute;
    top: 0;
    left: 302px;
    width: 20px;
    height: 20px;
    background: rgba(52, 194, 170, 1) url(../images/public/history-top.png) center no-repeat;
    border-radius: 50%;
    display: block;
    z-index: 3;
}

.history-list::after {
    content: "";
    position: absolute;
    top: 0;
    left: 312px;
    bottom: 0;
    width: 1px;
    background-color: rgba(52, 194, 170, 1);
    display: block;
    z-index: 1;
}

.history-list li {
    position: relative;
    min-height: 56px;
    margin-bottom: 60px;
    z-index: 2;
}

.history-list li .year {
    position: absolute;
    top: 0;
    left: 0;
    width: 312px;
}

.history-list li .year::before {
    content: "";
    position: absolute;
    right: 0;
    top: 17px;
    transform: translateX(50%);
    width: 20px;
    height: 20px;
    background: rgba(255, 255, 255, 1);
    border: 2px solid rgba(52, 194, 170, 1);
    border-radius: 50%;
    display: block;
    z-index: 2;
}

.history-list li .year::after {
    content: "";
    position: absolute;
    top: 26px;
    right: 0;
    width: 40px;
    height: 1px;
    background-color: rgba(52, 194, 170, 1);
    display: block;
    z-index: 1;
}

.history-list li .year .d {
    min-width: 171px;
    height: 54px;
    line-height: 54px;
    margin-right: 38px;
    padding: 0 47px 0 57px;
    border-radius: 8px;
    background: rgba(52, 194, 170, 1);
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 0px;
    color: rgba(255, 255, 255, 1);
    text-align: center;
    vertical-align: top;
    float: right;
}

.history-list .event {
    position: relative;
    margin-left: 360px;
    padding: 14px 25px;
    line-height: 27px;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 0px;
    color: rgba(51, 51, 51, 1);
    text-align: left;
    vertical-align: top;
    background: rgba(255, 255, 255, 1);
    box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
}

.history-list .event::before {
    content: "";
    position: absolute;
    top: 20px;
    left: -12px;
    width: 12px;
    height: 14px;
    background: url(../images/public/c-left.png) left center no-repeat;
    display: block;
}

.page-history-list .more {
    width: 160px;
    height: 48px;
    line-height: 48px;
    margin-left: 312px;
    transform: translateX(-50%);
    border-radius: 223px;
    background: rgba(255, 255, 255, 1);
    border: 1px solid rgba(52, 194, 170, 1);
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 0px;
    text-align: center;
    color: rgba(52, 194, 170, 1);
    vertical-align: top;
    display: inline-block;
}

.subpage-title {
    position: relative;
    /* height: 58px; */
    line-height: 58px;
    margin-top: 69px;
    margin-bottom: 45px;
    text-align: center;
    font-size: 40px;
    font-weight: 700;
    letter-spacing: 0px;
    color: rgba(51, 51, 51, 1);
    text-align: center;
    vertical-align: top;
}

.subpage-title::after {
    content: "";
    /* position: absolute;
    bottom: 0;
    left: 50%; */
    margin-top: 13px;
    margin-left: 50%;
    transform: translateX(-50%);
    width: 48px;
    height: 6px;
    border-radius: 174px;
    background: rgba(52, 194, 170, 1);
    display: block;
}

.page-list4 {
    background: rgba(248, 248, 248, 1);
}

.page-list4 .list-4 li a {
    padding: 17px 18px 30px;
    background-color: #fff;
}

.page-list4 h5 {
    font-size: 20px;
    text-align: center;
}

/*.page-list4 .list-4 li a:hover {*/
/*    background-color: rgba(221, 237, 248, 1);*/
/*    color: rgba(52, 194, 170, 1);*/
/*}*/

.page-img-detail {
    background-color: rgba(248, 248, 248, 1);
    overflow: hidden;
}

@media screen and (max-width: 1600px) {
    .model-title {
        line-height: 1.8;
        font-size: 44px;
    }

    .subpage-banner-frontend h1 {
        height: auto;
        line-height: 1.5;
        font-size: 40px;
    }

    .page-tabs a {
        width: auto;
        height: 40px;
        line-height: 40px;
        padding: 0 25px;
        font-size: 18px;
    }

    .pagination {
        padding: 58px 20px 66px;
    }

    .list-4 li h5,
    .list-3 li h5 {
        height: 50px;
        line-height: 50px;
        padding: 0 18px;
        font-size: 17px;
    }

    /* 浜у搧璇︽儏椤� */
    .page-product-detail {
        padding: 50px 0 0;
    }

    .page-product-detail .product-detail-top .left {
        width: 540px;
        min-height: 540px;
        margin-right: 60px;
    }

    .page-product-detail .product-detail-top .product-desc {
        margin-top: 20px;
    }

    .page-product-detail .bz {
        margin: 30px 0 34px;
    }

    .page-product-detail .btns {
        margin-top: 35px;
    }

    /* 鍏充簬鎴戜滑 */
    .page-about-detail .sources h4 {
        line-height: 80px;
        font-size: 70px;
    }

    /*  浼樺娍  */
    .page-youshi-list {
        padding: 64px 0 80px;
    }

    .page-youshi-list h1 b {
        font-size: 1.5em;
    }

    .page-youshi-list .ico {
        width: 100px;
        height: 100px;
    }

    .page-youshi-list h3 {
        line-height: 1.5;
        font-size: 26px;
    }

    .page-corporateculture {
        padding: 60px 0 90px;
    }

    .page-corporateculture .corporateculture .cor-item {
        height: 550px;
    }

    .page-news-list .news-recommend .info {
        padding: 45px 40px 40px 44px;
    }

    .page-news-list .news-recommend .title {
        line-height: 1.5;
        margin: 5px 0 10px;
        font-size: 30px;
    }

    .page-news-list .news-recommend .desc {
        line-height: 1.5;
        font-size: 15px;
    }

    .page-news-list .list-1 li {
        padding: 30px 0 33px;
    }

    .page-news-list .list-1 .n-l {
        width: 300px;
    }

    .page-news-list .list-1 h3 {
        line-height: 1.5;
        font-size: 24px;
    }

    .page-news-list .list-1 h5 {
        margin: 10px 0;
    }

    .page-news-list .list-1 h5, .page-news-list .list-1 p {
        height: 66px;
        line-height: 1.5;
        font-size: 15px;
    }

    .page-product-list .list-4 {
        margin: 68px 0 0;
    }

    .page-product-list .list-4 li a {
        padding: 52px 50px 74px;
    }

    .page-product-list .list-4 li h3 {
        line-height: 1.5;
        font-size: 26px;
    }


}

@media screen and (max-width: 1400px) {
    .model-title {
        font-size: 40px;
        margin-bottom: 40px;
    }

    .subpage-banner-frontend h1 {
        font-size: 36px;
    }

    .page-tabs {
        margin-top: 50px;
    }

    .page-tabs a {
        width: auto;
        height: 36px;
        line-height: 36px;
        padding: 0 22px;
        font-size: 17px;
    }

    .subpage-title {
        line-height: 54px;
        margin-top: 60px;
        margin-bottom: 40px;
        font-size: 36px;
    }

    .pagination {
        padding: 50px 20px 60px;
    }

    .list-4 li h5,
    .list-3 li h5 {
        height: 46px;
        line-height: 46px;
        padding: 0 16px;
        font-size: 16px;
    }

    .list-4 li h5 b {
        width: 24px;
        height: 24px;
    }

    .list-4 li h5 b svg {
        width: 10px;
        height: 10px;
    }

    .flex-wrap {
        margin: 55px 0 41px;
    }

    .flex-wrap .left {
        margin-right: 68px;
    }

    .flex-wrap .right {
        width: 490px;
    }

    /* 浜у搧璇︽儏椤� */
    .page-product-detail {
        padding: 40px 0 0;
    }

    .page-product-detail .product-detail-top {
        padding: 40px 0 30px;
    }

    .page-product-detail .product-detail-top .left {
        width: 440px;
        min-height: 440px;
        margin-right: 40px;
    }

    .page-product-detail .product-detail-top .product-title {
        margin-top: 0;
        min-height: 64px;
        line-height: 32px;
        font-size: 28px;
    }

    .page-product-detail .product-detail-top .product-desc {
        margin-top: 20px;
        line-height: 22px;
        font-size: 15px;
    }

    .page-product-detail .bz {
        margin: 20px 0 24px;
    }

    .page-product-detail .btns {
        margin-top: 25px;
    }

    .page-product-detail .detail-model-sub-top {
        line-height: 1.5;
        margin: 60px 0 20px;
        font-size: 24px;
    }

    .product-minutia h4 {
        line-height: 1.5;
        margin: 16px 0 10px;
        font-size: 20px;
    }

    .product-minutia p {
        line-height: 1.5;
        font-size: 15px;
    }

    .btns .btn {
        height: 46px;
        line-height: 46px;
        padding: 0 40px;
    }

    /* 鍏充簬鎴戜滑 */
    .page-about-detail .about-top .top-titles {
        margin: 6px 0 10px;
    }

    .page-about-detail .about-top h4 {
        height: 80px;
        font-size: 54px;
    }

    .page-about-detail .about-top h4 b {
        font-size: 90px;
    }

    .page-about-detail .about-top h1 {
        font-size: 34px;
    }

    .page-about-detail .about-top h3 {
        font-size: 17px;
    }

    .page-about-detail .sources {
        padding: 130px 0 140px;
    }

    .page-about-detail .sources li {
        font-size: 20px;
    }

    .page-about-detail .sources h4 {
        line-height: 70px;
        font-size: 60px;
    }

    /*  鑱旂郴鎴戜滑  */
    .page-contact .contact-right {
        width: 400px;
    }

    .page-contact .contact-right h1 {
        line-height: 1.5;
        font-size: 32px;
    }

    .page-contact .contact-right ul {
        margin: 30px 0 80px;
    }

    .page-youshi-list .ico {
        width: 80px;
        height: 80px;
    }

    .page-youshi-list h3 {
        font-size: 22px;
    }

    .page-youshi-list p {
        line-height: 1.5;
        font-size: 14px;
    }

    .page-corporateculture {
        padding: 50px 0 80px;
    }

    .page-corporateculture .corporateculture .cor-item {
        height: 500px;
    }

    .page-corporateculture .corporateculture .cor-item h3 {
        height: auto;
        line-height: 1.5;
        font-size: 20px;
    }

    .page-corporateculture .corporateculture .cor-item h4 {
        height: auto;
        line-height: 1.5;
        font-size: 14px;
    }
}

@media screen and (max-width: 1200px) {
    .page-tabs {
        margin-top: 40px;
    }

    .page-tabs a {
        width: auto;
        height: 34px;
        line-height: 34px;
        padding: 0 20px;
        font-size: 16px;
    }

    .breadcrumb .sonsort a {
        margin-left: 20px;
        font-size: 15px;
    }

    .subpage-title {
        line-height: 50px;
        margin-top: 50px;
        margin-bottom: 34px;
        font-size: 34px;
    }

    .pagination {
        padding: 40px 20px 50px;
    }

    .list-4 li {
        all: unset;
        width: calc(33.33% - 20px);
        margin: 26px 0 0 26px;
    }

    .list-4 li:nth-child(4n + 1) {
        margin-left: 26px;
    }

    .list-4 li:nth-child(3n + 1) {
        margin-left: 0;
    }

    .list-4 li h5,
    .list-3 li h5 {
        height: 44px;
        line-height: 44px;
        padding: 0 14px;
        font-size: 15px;
    }


    .flex-wrap {
        margin: 45px 0 41px;
    }

    .flex-wrap .left {
        margin-right: 38px;
    }

    .flex-wrap .right {
        width: 400px;
    }

    .list-1 .n-l {
        width: 300px;
        margin-right: 30px;
    }

    /* 浜у搧璇︽儏椤� */
    .page-product-detail {
        padding: 32px 0 0;
    }

    .page-product-detail .product-detail-top .left {
        width: 440px;
        min-height: 440px;
        margin-right: 20px;
    }

    .page-product-detail .lx a {
        font-size: 24px;
    }

    .btns .btn {
        height: 32px;
        line-height: 32px;
        padding: 0 20px;
    }

    /* 鍙戝睍鍘嗙▼ */
    .history-list {
        padding-right: 10px;
    }

    .history-list::before {
        left: 210px;
    }

    .history-list::after {
        left: 220px;
    }

    .history-list li .year {
        width: 220px;
    }

    .history-list .event {
        margin-left: 260px;
    }

    .page-history-list .more {
        margin-left: 220px;
    }

    /* 鍏充簬鎴戜滑 */
    .page-about-detail .model-title {
        line-height: 2;
        margin-bottom: 1em;
        font-size: 36px;
    }

    .page-about-detail .content-title {
        line-height: 1.5;
        font-size: 24px;
    }

    .page-about-detail .page-about-content {
        line-height: 1.5;
        font-size: 15px;
    }

    .page-about-detail .more-btn {
        margin: 40px 0;
    }

    /*  鑱旂郴鎴戜滑  */
    .page-contact .contact {
        flex-direction: column-reverse;
    }

    .page-contact .map {
        flex: none;
        width: 100%;
        height: 80vh;
    }

    .page-contact .contact-right {
        width: 100%;
        padding: 26px 20px;
    }

    .page-contact .contact-right ul {
        margin: 10px 0 30px;
    }

    .page-contact .contact-top li {
        margin-top: 5px;
    }

    .page-corporateculture {
        padding: 40px 0 70px;
    }

    .page-corporateculture .corporateculture .cor-item {
        height: 450px;
    }

    .page-corporateculture .corporateculture .cor-item h3 {
        font-size: 18px;
    }

    .page-corporateculture .corporateculture .cor-item h4 {
        font-size: 14px;
    }

    .page-news-list {
        padding: 60px 0 10px;
    }

    .page-news-list .news-recommend .info {
        padding: 30px;
    }

    .page-news-list .news-recommend .time, .page-news-list .news-recommend .desc {
        font-size: 14px;
    }

    .page-news-list .list-1 li {
        padding: 25px 0;
    }

    .page-news-list .list-1 .n-l {
        width: 240px;
    }

    .page-news-list .list-1 h3 {
        font-size: 20px;
    }

    .page-news-list .list-1 h5, .page-news-list .list-1 p {
        font-size: 14px;
    }

    .page-message .wrap {
        gap: 100px;
    }

    .page-message .wrap .message-right {
        flex: 1;
        width: auto;
    }
}

@media screen and (max-width: 960px) {
    .model-title {
        margin-bottom: 30px;
        font-size: 34px;
    }

    .subpage-banner {
        margin-top: 80px;
    }

    .subpage-banner-frontend h1 {
        font-size: 30px;
    }

    .page-tabs {
        margin-top: 30px;
    }

    .page-tabs a {
        height: 32px;
        line-height: 32px;
        padding: 0 16px;
        font-size: 15px;
    }

    .breadcrumb .wrap {
        height: auto;
        /*min-height: 80px;*/
        padding: 10px 0;
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
    }

    .breadcrumb .wrap > div {
        /*flex:1;*/
        flex-wrap: wrap;
        gap: 0px;
        align-items: center;
        justify-content: left;
    }

    .breadcrumb .wrap > div a {
        margin-right: 10px;
    }

    .breadcrumb .sonsort {
        margin-top: 10px;
        padding-top: 10px;
        border-top: 1px solid #dedede;
        width: 100%;
        text-align: center;
        justify-content: flex-start;
        flex: none;
        gap: 15px;
    }

    .breadcrumb .sonsort a {
        margin-left: 0;
        font-size: 14px;
    }

    .subpage-title {
        line-height: 48px;
        margin-top: 48px;
        margin-bottom: 32px;
        font-size: 32px;
    }

    .pagination {
        padding: 36px 20px 42px;
    }

    .list-4 li {
        all: unset;
        width: calc(50% - 20px);
        margin: 26px 0 0 26px;
        box-shadow: 0px 2px 4px 0px rgb(0 0 0 / 10%);
    }

    .list-4 li:nth-child(3n + 1),
    .list-3 li:nth-child(3n + 1) {
        margin-left: 26px;
    }

    .list-4 li:nth-child(2n + 1),
    .list-3 li:nth-child(2n + 1) {
        margin-left: 0;
    }

    .list-4 li h5,
    .list-3 li h5 {
        height: 44px;
        line-height: 44px;
        padding: 0 14px;
        font-size: 15px;
    }

    .list-3 li {
        all: unset;
        width: calc(50% - 20px);
        margin: 26px 0 0 26px;
    }

    .about-content p > img {
        margin-left: 10px;
    }

    .flex-wrap {
        margin: 45px 0 41px;
        display: block;
    }

    .flex-wrap .left {
        margin-right: 38px;
    }

    .flex-wrap .right {
        width: 100%;
        margin-left: 0;
    }

    .list-1 .n-l {
        width: 200px;
        margin-right: 20px;
    }

    .list-1 h3 {
        margin: 0;
        line-height: 30px;
        font-size: 22px;
    }

    .list-1 h5 {
        margin: 6px 0;
        height: 40px;
        line-height: 20px;
        font-size: 14px;
    }

    .list-1 .more {
        padding: 3px 10px;
        font-size: 14px;
    }

    /* 浜у搧璇︽儏椤� */
    .page-product-detail .product-detail-top .wrap {
        display: block;
    }

    .page-product-detail .product-detail-top .left {
        width: 100%;
        height: auto;
    }

    .page-product-detail .product-detail-top .product-title {
        min-height: auto;
        margin-top: 30px;
        font-size: 24px;
    }

    .page-product-detail .lx {
        text-align: center;
    }

    .page-product-detail .lx h4 {
        flex-direction: column;
    }

    .page-product-detail .bz {
        height: 60px;
    }

    .page-product-detail .btns {
        text-align: center;
    }

    .page-product-detail .btns .btn {
        margin-right: 10px;
    }

    .page-product-detail .btns .btn:last-child {
        margin-right: 0;
    }

    .detail-model-top {
        height: 40px;
        line-height: 40px;
    }

    .detail-model-top span {
        font-size: 18px;
    }

    .page-product-detail .content {
        margin-top: 10px;
    }

    /* 鍙戝睍鍘嗙▼ */
    .history-list::before {
        left: 120px;
    }

    .history-list::after {
        left: 130px;
    }

    .history-list li {
        margin-bottom: 40px;
    }

    .history-list li .year {
        width: 130px;
    }

    .history-list li .year .d {
        min-width: auto;
        height: 49px;
        line-height: 49px;
        padding: 0 20px;
        font-size: 16px;
    }

    .history-list .event {
        margin-left: 170px;
        line-height: 1.5;
        font-size: 14px;
    }

    .page-history-list .more {
        margin-left: 130px;
    }

    /* 鍏充簬鎴戜滑 */
    .page-about-detail {
        padding: 40px 0 60px;
    }

    .page-about-detail .wrap {
        flex-direction: column-reverse;
    }

    .page-about-detail .wrap .page-about-left, .page-about-detail .wrap .page-about-right {
        width: 100%;
    }

    .page-about-detail .wrap .page-about-right {
        text-align: center;
    }

    .page-about-detail .model-title {
        line-height: 1.5;
        margin-top: 1em;
        margin-bottom: .5em;
        font-size: 34px;
    }

    .page-about-detail .content-title {
        margin: 10px 0 15px;
        font-size: 22px;
    }

    .page-about-detail .page-about-content {
        font-size: 14px;
    }

    .page-about-detail .more-btn {
        margin: 30px 0;
    }

    /* 鑱旂郴鎴戜滑 */
    .page-contact .wrap .right {
        margin-top: 40px;
        padding-left: 0;
    }

    /*  浼樺娍  */
    .page-youshi-list {
        padding: 40px 0 30px;
    }

    .page-youshi-list .youshi-list {
        gap: 30px;
    }

    .page-youshi-list .youshi-list li {
        flex-direction: column-reverse;
    }

    .page-youshi-list .youshi-list li:nth-child(2n) {
        flex-direction: column-reverse;
    }

    .page-youshi-list .youshi-list li .n-l {
        width: 100%;
    }

    .page-youshi-list .youshi-list li .n-r {
        padding: 15px;
    }

    .page-youshi-list .ico {
        width: 60px;
        height: 60px;
    }

    .page-youshi-list h3 {
        margin: 8px 0;
        font-size: 18px;
    }

    .page-corporateculture {
        padding: 40px 0 60px;
    }

    .page-corporateculture .corporateculture .cor-item {
        height: 400px;
    }

    .page-corporateculture .corporateculture .cor-item h3 {
        font-size: 18px;
    }

    .page-corporateculture .corporateculture .cor-item h4 {
        font-size: 14px;
    }


    .page-news-list {
        padding: 50px 0 10px;
    }

    .page-news-list .news-recommend .swiper-slide {
        flex-direction: column;
    }

    .page-news-list .news-recommend .swiper-slide > img {
        width: 100%;
    }

    .page-news-list .news-recommend .info {
        padding: 25px;
    }

    .page-news-list .list-1 li {
        padding: 20px 0;
    }

    .page-news-list .list-1 li a {
        flex-direction: column;
    }

    .page-news-list .list-1 .n-l {
        width: 100%;
        max-height: none;
        margin-bottom: 10px;
    }

    .page-news-list .list-1 h3 {
        font-size: 18px;
    }

    .page-product-list .list-4 {
        margin: 48px 0 0;
    }

    .page-product-list .list-4 li {
        width: 100%;
        margin: 0;
    }

    .page-product-list .list-4 li a {
        padding: 30px 30px 40px;
    }

    .page-product-list .list-4 li h3 {
        line-height: 1.5;
        margin: 15px 0 14px;
        font-size: 22px;
    }

    .page-message {
        padding: 50px 0;
    }

    .page-message .wrap {
        gap: 40px;
        flex-direction: column;
    }

    .page-message .wrap .message-left, .page-message .wrap .message-right {
        flex: none;
        width: 100%;
    }

    .page-message .message-left h3 {
        font-size: 18px;
    }

    .page-message .form-control {
        padding: 12px 10px;
    }

    .page-message input[type='text'] {
        max-width: 100%;
        width: 100%;
    }

    .page-message .submit-btn {
        width: 100%;
    }

    .page-message .wrap .message-right img {
        width: 100%;
    }
}

@media screen and (max-width: 480px) {
    .model-title {
        font-size: 24px;
    }

    .subpage-title {
        line-height: 44px;
        margin-top: 44px;
        margin-bottom: 30px;
        font-size: 30px;
    }

    .list-4 li {
        all: unset;
        width: calc(50% - 8px);
        margin: 16px 0 0 16px;
        box-shadow: 0px 2px 4px 0px rgb(0 0 0 / 10%);
    }

    .list-3 li {
        all: unset;
        width: calc(50% - 8px);
        margin: 16px 0 0 16px;
    }

    .list-4 li:nth-child(3n + 1),
    .list-3 li:nth-child(3n + 1) {
        margin-left: 16px;
    }

    .list-4 li:nth-child(2n + 1),
    .list-3 li:nth-child(2n + 1) {
        margin-left: 0;
    }

    .about-content p {
        display: block;
    }

    .about-content p > img {
        width: 100%;
        margin-left: 0px;
    }

    .list-1 a {
        flex-direction: column;
    }

    .list-1 .n-l {
        width: 100%;
        margin-right: 0;
    }

    .list-1 h3 {
        margin: 10px 0 5px;
        line-height: 30px;
        font-size: 22px;
    }

    /* 浜у搧璇︽儏椤� */
    .page-product-detail .product-detail-top .product-title {
        font-size: 20px;
    }

    .page-product-detail .bz {
        flex-wrap: wrap;
        height: auto;
        padding: 5px 0;
    }

    .page-product-detail .bz span {
        flex: auto;
        padding: 5px 0;
        width: 50%;
    }

    .page-product-detail .detail-model-sub-top {
        margin: 40px 0 15px;
        font-size: 18px;
    }

    .product-minutia {
        flex-direction: column;
    }

    .product-minutia img {
        width: 100%;
    }

    /* 鍏充簬鎴戜滑 */
    .page-about-detail .sources {
        padding: 30px 0 40px;
        flex-wrap: wrap;
    }

    .page-about-detail .sources li {
        width: 50%;
        padding: 20px 0;
        font-size: 14px;
    }

    .page-corporateculture {
        padding: 40px 0 50px;
    }

    .page-corporateculture .corporateculture {
        flex-direction: column;
    }

    .page-corporateculture .corporateculture .cor-item {
        width: 100%;
        height: auto;
        padding: 15px 10px;
        border-bottom: 1px solid #fff;
        border-right: none;
    }

    .page-corporateculture .corporateculture:hover .cor-item {
        width: 100%;
        opacity: 1;
    }

    .page-corporateculture .corporateculture .cor-item:hover {
        width: 100%;
        background: none;
    }

    .page-corporateculture .corporateculture .cor-item h3 {
        font-size: 16px;
    }

    .page-corporateculture .corporateculture .cor-item h4 {
        font-size: 14px;
    }

    .page-product-list .list-4 {
        gap: 30px;
    }

    .page-product-list .list-4 li {
        margin: 0;
    }

    .page-product-list .list-4 li a {
        padding: 15px;
    }

}