.subpage-banner {
    position: relative;
    text-align: center;
}

.subpage-banner .wrap {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: left;
    color: #fff;
    z-index: 2;
}

.subpage-banner h1 {
    line-height: 1;
    font-family: Adobe Heiti Std;
    font-weight: normal;
    font-size: 40px;
}

.subpage-banner h3 {
    line-height: 1;
    margin-top: 19px;
    font-family: Adobe Heiti Std;
    font-weight: normal;
    font-size: 17px;
}

.list-type-tab {
    margin: 25px 0 30px;
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

.list-type-tab li a {
    line-height: 32px;
    padding: 0 20px;
    background: #F0F0F0;
    border-radius: 16px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    font-size: 20px;
    color: #333333;
    display: inline-block;
    transition-duration: .3s;
}

.list-type-tab .active a, .list-type-tab li a:hover {
    background-color: #00923E;
    color: #fff;
}

.article-list {
}

.article-list .article-item {
    margin-top: 40px;
    display: flex;
    gap: 40px;
    background: #FAFAFA;
    overflow: hidden;
}

.article-list .article-item-left {
    position: relative;
    width: 349px;
    overflow: hidden;
}

.article-list .article-item-img {
    width: 100%;
    padding-top: 65.9%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    display: block;
    transition-duration: .3s;
}

.article-list .article-item-title {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.article-list .article-item-right {
    flex: 1;
    padding: 30px 48px 30px 0;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.article-list .article-item-title span {
    height: 26px;
    line-height: 26px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    font-size: 26px;
    color: #000000;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
}

.article-list .article-item-info {
    flex: 1;
}

.article-list .article-item-desc {
    height: 54px;
    line-height: 27px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    font-size: 18px;
    color: #555555;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}

.article-list .article-item-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-family: Source Han Sans CN;
    font-weight: 400;
    font-size: 16px;
    color: #555555;
}

.article-list .more-btn {
    line-height: 2;
    padding: 0 18px;
    border-radius: 13px;
    border: 1px solid #36A77C;
    font-family: Source Han Sans CN;
    font-weight: 400;
    font-size: 14px;
    color: #36A77C;
    display: inline-block;
    transition-duration: .3s;
}

.article-list .article-item:hover .article-item-img {
    transform: scale(1.1);
}

.article-list .article-item:hover .more-btn {
    background: #00923E;
    color: #fff;
}

.pager .pagination {
}

.pager li > a, .pager li > span {
    min-width: 38px;
    height: 41px;
    line-height: 41px;
    margin: 0 5px;
    padding: 0 10px;
    background: #FAFAFA;
    border: none;
    border-radius: 4px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    font-size: 14px;
    color: #333333;
}

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    background-color: #00923E;
    color: #fff;
}

.loadmore {
    padding: 100px 0;
    text-align: center;
    font-size: 18px;
    color: #999;
}

.product-list {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

.product-list .product-item {
    width: calc(25% - 15px);
    padding: 46px 0 33px;
    background: linear-gradient(180deg, #CEF1E4, #FFFFFF);
    border-radius: 10px;
    border: 1px solid #F2F2F2;
    overflow: hidden;
}

.product-list .product-item-img {
    width: 100%;
    padding-top: 84.21%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    display: block;
    transition-duration: .3s;
}

.product-list .product-item:hover .product-item-img {
    transform: scale(1.1);
}

.product-list .product-item-title {
    line-height: 1;
    margin: 4px 0 0;
    padding: 0 20px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    font-size: 18px;
    color: #000000;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.product-list .product-item-title h3 {
    overflow: hidden;
    text-overflow: ellipsis;
}

.product-list .product-item-desc {
    line-height: 1.4;
    margin-top: 16px;
    padding: 0 20px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    font-size: 14px;
    color: #666666;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.product-list .product-item-desc p {
    overflow: hidden;
    text-overflow: ellipsis;
}

.subpage-mode-title {
    height: 90px;
    margin: 70px 0 0;
    background-position: left center;
    background-repeat: no-repeat;
    background-size: contain;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.subpage-mode-title-text {
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
    gap: 15px;
}

.subpage-mode-title-text span {
    line-height: 1;
    font-size: 30px;
    color: #333333;
}

.subpage-mode-title-text::after {
    content: "";
    width: 63px;
    height: 13px;
    background: url("../../img/frontend/common-title-after-bg.png") center no-repeat;
    background-size: contain;
    display: block;
    overflow: hidden;
}

.contact-page {
    padding: 0 0 50px;
    background: #F5FFFA;
}

.contact-page .contact-info {
    padding: 25px 0 0;
    font-family: Source Han Sans CN VF;
    font-weight: 400;
    font-size: 16px;
    color: #000000;
    line-height: 24px;
}

.contact-page .allmap {
    width: 100%;
    height: 506px;
    margin: 40px 0;
}


.contact-page .contact-box {
    display: flex;
    align-items: center;
    justify-content: space-around;
    gap: 60px;
}

.contact-page .contact-box a {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    text-align: center;
    gap: 12px;
    color: #000000;
}

.contact-page .contact-box a:not([href="javascript:;"]) {
    cursor: pointer;
}

.contact-page .contact-box h3 {
    line-height: 33px;
    font-family: PingFang SC;
    font-weight: 500;
    font-size: 16px;
}

.contact-page .contact-box p {
    line-height: 33px;
    font-family: PingFang SC;
    font-weight: 500;
    font-size: 20px;
}

.contact-page .contact-box a:hover {
    color: #000000;
}

.contact-page .contact-box svg {
    width: 60px;
    height: 60px;
}

.contact-page .contact-box svg circle {
    stroke: #fff;
    fill: #00923E;
}

.contact-page .contact-box svg .ico {
    fill: #fff;
    stroke: #00923E;
}

.contact-form {
    padding: 48px 0 53px;
}

.contact-form form {
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
}

.contact-form .form-group {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin: 0;
}

.contact-form .form-group div {
    padding: 0;
    width: 100%;
}

.contact-form .form-group:nth-child(1), .contact-form .form-group:nth-child(2), .contact-form .form-group:nth-child(3) {
    width: calc(33.33% - 20px);
    padding-right: 60px;
}

.contact-form .form-group:nth-child(3) {
    padding: 0;
}


.contact-form .form-group .control-label {
    line-height: 26px;
    font-size: 16px;
    color: #000000;
    font-weight: bold;
    text-align: left;
}

.contact-form .form-group .control-label::before {
    content: "*";
    color: #f00;
}

.contact-form .normal-footer .control-label::before {
    display: none;
}

.contact-form .form-control {
    width: 100%;
    height: 40px;
    background: #f7f7f7;
    border-radius: 4px;
    border: none;
    outline: none;
    box-shadow: none;
    color: #333333;
}

.contact-form textarea.form-control {
    height: 153px;
    resize: none;
}

.contact-form .form-control:focus {
    border: none;
    outline: none;
    box-shadow: none;
}

.contact-form .form-control::placeholder {
    color: #888888;
}

.contact-form .msg-box .n-msg {
    color: #f00;
}

.contact-form .text-center {
    text-align: center;
}

.contact-form .submit-btn {
    height: 44px;
    padding: 0 75px;
    background: #36a77c;
    color: #fff;
    font-size: 16px;
    border-radius: 4px;
    border: none;
    outline: none;
}

.about-page {
}

.about-info {
    padding: 60px 0 0;
    display: flex;
    align-items: flex-start;
}

.about-info > div {
    overflow: hidden;
}

.about-info img {
    width: 100%;
}

.about-info .img-left {
    flex: none;
    width: 24.16%;
}

.about-info .img-mid {
    flex: none;
    width: 19.16%;
    position: relative;
    top: 100px;
    left: 30px;
    z-index: 2;
}

.about-info .info {
    flex: 1;
    padding: 65px 60px;
    background: #effff7;
    overflow: hidden;
}

.about-info .info h3 {
    color: #333333;
    font-weight: 500;
    font-size: 20px;
}

.about-info .info .m {
    margin-top: 15px;
    color: #010101;
    font-size: 14px;
}

.about-culture {
    padding: 20px 0 0;
    display: flex;
    align-items: flex-start;
    gap: 22px;
}

.about-culture .left-img {
    flex: none;
    width: 40%;
    padding: 5.5% 0 0;
    overflow: hidden;
}

.about-culture .left-img img {
    width: 100%;
}

.about-culture .right {
    flex: 1;
    overflow: hidden;
}

.about-culture .right-img {
    width: 100%;
}

.about-culture .right-img img {
    width: 100%;
}

.about-culture .right-info {
    padding: 100px 0 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.about-culture dl {
    font-size: 16px;
    color: #000;
    display: flex;
    align-items: flex-start;
}

.about-culture dl dt, .about-culture dl dd {
    width: calc(100% - 26vw);
    line-height: 28px;
    overflow: hidden;
}

.about-culture dl dt {
    width: 148px;
    padding: 0 0 0 28px;
}

.about-culture dl dt::before {
    content: "";
    width: 9px;
    height: 9px;
    margin-right: 17px;
    border: 3px solid #00923E;
    border-radius: 50%;
    display: inline-block;
}

.about-honor {
    position: relative;
    margin: 104px 0 0;
}

.about-honor .bg {
    max-width: 1920px;
    margin: 0 auto;
}

.about-honor .wrap {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
}

.about-honor .honor-info {
    line-height: 52px;
    margin: 23px 0 0;
    font-size: 20px;
    color: #000;
}

.about-brand {
    position: relative;
    margin: 104px 0 0;
    padding: 103px 0 100px;
    background-position: center top;
    background-size: auto 100%;
    background-repeat: no-repeat;
}

.about-honor .subpage-mode-title, .about-brand .subpage-mode-title {
    margin-top: 34px;
}

.about-brand .brand-list {
    width: 100%;
    margin: 100px auto 0;
    display: flex;
    justify-content: space-between;

}

.about-brand .brand-list .img-item {
    width: calc(100% / 4 - 20px);
    text-align: center;
}

.breadcrumb {
    padding: 20px 0;
    margin-bottom: 30px;
    background: none;
    border-bottom: 1px solid #eee;
}

.article-image {
    position: relative;
    width: 100%;
    height: 600px;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
}

.detail-swiper-container .swiper-slide {
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.detail-swiper-container .swiper-button-next, .detail-swiper-container .swiper-button-prev {
    color: #36a77c;
}

.gallery-top {
    height: 80%;
    width: 100%;
}

.gallery-thumbs {
    height: 20%;
    box-sizing: border-box;
    padding: 10px 0;
}

.gallery-thumbs .swiper-slide {
    width: 25%;
    height: 100%;
    opacity: 0.4;
}

.gallery-thumbs .swiper-slide-thumb-active {
    opacity: 1;
}

.detail-swiper-container .article-image {
    height: 600px;
}


.news-detail .metas-title, .product-detail .metas-title {
    text-align: center;
    font-size: 32px;
    font-weight: bold;
}

.news-detail .metas-body, .product-detail .metas-body {
    margin: 20px 0 40px;
    text-align: center;
    font-size: 14px;
    color: #999;
}

.news-detail .content, .product-detail .content {
    font-size: 16px;
}

.news-detail .pages, .product-detail .pages {
    margin: 30px 0;
    font-size: 16px;
    color: #333;
    display: flex;
    justify-content: space-between;
}

.subpage-detail-model-title {
    margin: 60px 0 20px;
    line-height: 1.5;
    padding: 10px 0;
    font-size: 24px;
    color: #333;
    font-weight: bold;
    border-bottom: 1px solid #eee;
}

.related {
    padding-bottom: 60px;
}

.related h5 {
    line-height: 1.5;
    margin: 5px 0 10px;
    font-size: 16px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.related-article .row > div {
    width: 50%;
}

.related-article .embed-responsive-4by3 {
    padding-bottom: 84.21%;
}

.embed-responsive .embed-responsive-item, .embed-responsive iframe, .embed-responsive embed, .embed-responsive object, .embed-responsive video {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: auto;
    margin: 0 auto;
}

@media screen and (max-width: 1659px) {

}

@media screen and (max-width: 1279px) {
    .subpage-mode-title {
        height: 70px;
    }

    .subpage-mode-title-text span {
        font-size: 24px;
    }

    .subpage-mode-title-text::after {
        height: 10px;
    }

    .about-info {
        align-items: normal;
    }

    .about-info .img-mid {
        display: none;
    }

    .about-honor .honor-info {
        line-height: 1.4;
        margin: 10px 0 0;
        font-size: 18px;
    }

    .about-brand {
        margin: 40px 0 0;
        padding: 50px 0 40px;
    }

    .article-list .article-item {
        gap: 20px;
    }

    .article-list .article-item-left {
        width: 300px;
    }

    .article-list .article-item-title span {
        height: 24px;
        line-height: 24px;
        font-size: 22px;
    }

    .article-list .article-item-desc {
        height: 48px;
        line-height: 24px;
        font-size: 16px;
    }
}

@media screen and (max-width: 960px) {
    body {
        padding-top: 70px;
    }

    header {
        background: #fff !important;
    }

    .about-info .img-left {
        width: 45%;
    }

    .about-culture .left-img {
        width: 50%;
    }

    .about-honor {
        display: flex;
        flex-direction: column-reverse;
    }

    .about-honor .wrap {
        position: relative;
        margin: 0 0 20px;
    }

    .about-brand .brand-list {
        flex-wrap: wrap;
        gap: 40px;
    }

    .about-brand .brand-list .img-item {
        width: calc(100% / 2 - 20px);
    }

    .product-list .product-item {
        width: calc(100% / 2 - 10px);
    }

    .news-detail .pages, .product-detail .pages {
        flex-direction: column;
    }

    .contact-page .contact-box {
        flex-direction: column-reverse;
        align-items: flex-start;
        gap: 30px;
    }

    .contact-page .contact-box a {
        flex-direction: row;
        text-align: left;
    }

    .contact-form .form-group:nth-child(1), .contact-form .form-group:nth-child(2), .contact-form .form-group:nth-child(3) {
        padding-right: 0px;
    }

    .article-list .article-item {
        gap: 20px;
    }

    .article-list .article-item:hover .article-item-img {
        transform: none;
    }

    .article-list .article-item-left {
        width: 30%;
    }

    .article-list .article-item-right {
        padding: 15px;
        gap: 0;
        justify-content: space-between;
    }

    .article-list .article-item-title span {
        height: 48px;
        line-height: 24px;
        font-size: 22px;
        white-space: normal;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .article-list .article-item-info {
        display: none;
    }
}

@media screen and (max-width: 750px) {
    body {
        padding-top: 12vw;
    }

    header {
        background: #fff !important;
    }

    .subpage-banner .wrap {
        text-align: center;
    }

    .subpage-banner h1 {
        font-size: 5vw;
    }

    .subpage-banner h3 {
        font-size: 3.2vw;
    }

    .about-info {
        padding: 4vw 0 0;
        flex-direction: column-reverse;
    }

    .about-info .img-left {
        width: 100%;
    }

    .about-culture {
        flex-direction: column;
    }

    .about-culture .left-img {
        width: 100%;
    }

    .about-culture .right-img {
        display: none;
    }

    .about-info .info {
        padding: 4vw;
    }

    .about-info .info h3 {
        font-size: 6vw;
    }

    .about-info .info .m {
        font-size: 3.733vw;
    }

    .about-culture .right-info {
        padding: 6vw 0 0;
        gap: 2vw;
    }

    .about-culture dl {
        font-size: 3.733vw;
    }

    .about-culture dl dt {
        width: 24vw;
        padding: 0;
    }

    .about-honor {
        margin: 6vw 0 0;
    }

    .about-honor .wrap {
        margin: 0 0 2vw;
    }

    .subpage-mode-title {
        height: 10vw;
        margin: 10vw 0 0;
    }

    .subpage-mode-title-text span {
        font-size: 5vw;
    }

    .subpage-mode-title-text::after {
        height: 1.5vw;
        background-position: left center;
    }

    .about-honor .honor-info {
        margin: 2vw 0 0;
        line-height: 2;
        font-size: 3.733vw;
    }

    .about-brand {
        margin: 5.5vw 0 0;
        padding: 7vw 0 5.5vw;
    }

    .about-brand .brand-list {
        gap: 5.5vw;
    }

    .about-brand .brand-list .img-item {
        width: calc(100% / 2 - 2.75vw);
    }

    .list-type-tab {
        margin: 3vw 0;
        gap: 2vw;
    }

    .list-type-tab li a {
        line-height: 2;
        padding: 0 2vw;
        font-size: 3.4vw;
    }

    .loadmore {
        padding: 10vw 0;
        font-size: 4vw;
    }

    .product-list {
        gap: 2vw;
    }

    .product-list .product-item {
        width: calc(100% / 2 - 1.5vw);
        padding: 6vw 0 5vw;
    }

    .product-list .product-item-title {
        font-size: 4vw;
    }

    .product-list .product-item-desc {
        margin-top: 2.2vw;
        padding: 0 2.1vw;
        font-size: 3.2vw;
    }

    .breadcrumb {
        padding: 3vw 0;
        font-size: 3.2vw;
    }

    .news-detail .metas-title, .product-detail .metas-title {
        font-size: 6vw;
    }

    .news-detail .metas-body, .product-detail .metas-body {
        margin: 3vw 0 6vw;
        font-size: 3.733vw;
    }

    .news-detail .content, .product-detail .content {
        font-size: 3.733vw;
    }

    .article-image {
        height: 70vw;
    }

    .news-detail .pages, .product-detail .pages {
        font-size: 3.733vw;
    }

    .subpage-detail-model-title {
        margin: 5vw 0 3vw;
        font-size: 4vw;
    }

    .related {
        padding-bottom: 9vw;
    }

    .related h5 {
        margin: 1vw 0 1.8vw;
        font-size: 4.3vw;
    }

    .contact-page .contact-info {
        line-height: 1.5;
        padding: 4vw 0 0;
        font-size: 3.733vw;
    }

    .contact-page .allmap {
        height: 50vw;
        margin: 5.8vw 0;
    }

    .contact-page .contact-box svg {
        width: 14vw;
        height: 14vw;
    }

    .contact-page .contact-box h3 {
        line-height: 1.5;
        font-size: 3.733vw;
    }

    .contact-page .contact-box p {
        line-height: 2;
        font-size: 4vw;
    }

    .contact-form {
        padding: 7vw 0 8vw;
    }

    .contact-form form {
        gap: 2vw;
    }

    .contact-form .form-group:nth-child(1), .contact-form .form-group:nth-child(2), .contact-form .form-group:nth-child(3) {
        width: 100%;
    }

    .contact-form .form-group {
        gap: 1vw;
    }

    .contact-form .form-group .control-label {
        line-height: 1.5;
        font-size: 3.733vw;
    }

    .contact-form .form-control {
        height: 10vw;
        border-radius: .48vw;
        font-size: 3.733vw;
    }

    .contact-form textarea.form-control {
        height: 20.4vw;
    }

    .contact-form .msg-box .n-msg {
        font-size: 3.733vw;
    }

    .contact-form .submit-btn {
        height: 10vw;
        border-radius: .48vw;
        font-size: 3.733vw;
    }

    .article-list .article-item {
        gap: 2vw;
    }

    .article-list .article-item-left {
        width: 36%;
    }

    .article-list .article-item-right {
        padding: 2vw;
    }

    .article-list .article-item-title span {
        height: 9.2vw;
        line-height: 4.6vw;
        font-size: 3.733vw;
        white-space: normal;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .article-list .article-item-bottom {
        font-size: 3.3vw;
    }

    .article-list .more-btn {
        line-height: 4.7vw;
        padding: 0 1.8vw;
        border-radius: 2.35vw;
        font-size: 3.3vw;
    }
}