﻿.render-body {
    /*padding-top: 60px;*/
    /*background-color: #2c2c2c;*/
    background-color: #fff;
    --tilte-font-size: 2.34375vw;
}

.xtool-navbar {
    background-color: rgba(0, 0, 0, 0.7);
}

.about-top {
    background-image: url("/img/about/aboutus_bg.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    /*padding-top: 103.37%;*/
    padding-top: 43.6979%;
    position: relative;
}

    .about-top.us {
        background-image: none;
        background-color: #fff;
        padding-top: 15%;
    }

/*.about-top-content {
    position: absolute;
    top: 12%;
    left: 0;
    right: 0;
    text-align: center;
}*/

.about-top-content {
    position: absolute;
    top: 31%;
    left: 15%;
    max-width: 43.48958vw;
    /*text-align: center;*/
}
.about-top-content.en {
    top: 20%;
}

    .about-top-content.en {
        max-width: initial;
    }

    .about-top-content.us {
        position: relative;
        max-width: 900px;
        margin: 0 auto;
        top: auto;
        left: auto;
    }

    .about-top-content h3 {
        font-family: "siyuanheiti-blod";
        color: #484848;
        font-size: 18px;
        margin-top: 0px;
        margin-bottom: 25px;
    }

    .about-top-content p {
        /* width: 90%;
        margin: 0 auto;*/
        font-size: 12px;
        text-align: justify;
    }

        .about-top-content p.en {
            font-size: 2.1vw;
        }

.about-section2,
.about-section3,
.about-section4,
.about-section5 {
    padding: 50px 20px;
}

.about-section2 {
    display: flex;
    flex-direction: column;
    justify-content:center;
    align-items: center;
    text-align: center;
}

@media (min-width: 768px) {
    .render-body {
        padding-top: 0;
    }

    .about-top {
        /*   background-image: url("/img/about/about_bg.jpg");
        padding-top: 58.49%;*/
        background-image: url("/img/about/aboutus_bg.jpg");
        padding-top: 43.6979%;
    }

        .about-top.us {
            background-image: none;
            background-color: #fff;
            padding: 5% 0;
        }

    /*    .about-top-content {
        top: 14%;
    }*/

    .about-top-content h3 {
        font-size: 2.60417vw;
        text-shadow: 0px 5px 0px rgba(65, 65, 65, 0.22);
        /*margin-bottom: 4.95vw;*/
        transform: translateY(20%);
        opacity: 0;
    }

    .about-top-content.en h3 {
        font-size: 2.3vw;
    }

        .about-top-content.en h3.us {
            text-align: center;
            padding-top: 3vw;
            margin-bottom: 4.5vw;
        }

    .about-top-content p {
        text-shadow: 0px 3px 4.45px rgba(65, 65, 65, 0.14);
        /*     width: 75%;
        max-width: 800px;
        font-size: 0.95vw;*/
        font-size: 1.0359vw;
        line-height: 2;
        transform: translateY(15%);
        opacity: 0;
    }


        .about-top-content p.en {
            width: 48vw;
            max-width: 900px;
            color: #666;
            font-size: 1.5vw;
            font-weight: 200;
            line-height: 1.2;
        }

    .about-top-content.us p.en {
        position: relative;
        top: auto;
        left: auto;
        margin: 0 auto;
    }

    .about-top-content h3.faded,
    .about-top-content p.faded {
        transition: all 0.5s ease-in-out 0s;
        transform: translateY(0);
        opacity: 1;
    }

    .about-top-content p.faded {
        transition-delay: 0.3s;
    }
}

@media (min-width: 1200px) {
    .about-top-content p.en {
        width: 46.2vw;
        font-size: 18px;
    }
}

@media (min-width: 1400px) {
    .about-top-content p.en {
        width: 75%;
        max-width: 900px;
        color: #666;
        font-size: 18px;
        font-weight: 200;
        line-height: 1.5;
    }
}

/*.about-section2 {
    background-color: #121212;
    color: #f3f3f3;
}*/
.about-section2 {
    background-color: #E8E9ED;
    color: #484848;
}

    .about-section2 h3 {
        font-family: "siyuanheiti-blod";
        font-size: 4.4444vw;
        padding-left: 18vw;
        padding-right: 18vw;
        line-height: 1.1;
        text-align: center;
        margin: 0;
        /*padding-top: 8.7111vw;*/
        padding-bottom: 4.6222vw;
    }

        .about-section2 h3.en {
            padding-left: 0;
            padding-right: 0;
            font-size: var(--tilte-font-size);
            line-height: 1.2;
        }

/*.about-section2-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-bottom: 1.8667vw;
    padding-left: 6.6vw;
    padding-right: 6.6vw;
}*/

.about-section2-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-bottom: 1.8667vw;
    /* padding-left: 6.6vw; */
    /* padding-right: 6.6vw; */
}

.about-section2-item {
    position: relative;
}

    .about-section2-item.xs {
        margin-bottom: 1.8667vw;
    }

    .about-section2-item.vertical-wrap {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    .about-section2-item.md {
        display: none;
    }

    .about-section2-item.vertical-wrap h4 {
        font-family: "siyuanheiti-blod";
        font-size: 3.4667vw;
        flex-grow: 1;
        margin: 0;
        background-color: #028be6;
        display: flex;
        align-items: center;
        justify-content: center;
    }

        .about-section2-item.vertical-wrap h4.en {
            font-size: 1.95vw;
        }

.about-section2-cn-item.vertical-wrap h4 {
    flex-grow: 0;
    font-size: 2.5vw;
    padding-top: 4.318%;
    padding-bottom: 4.318%;
}

.about-section2-product-bg {
    width: 100%;
}

.about-section2-product {
    position: absolute;
    top: 12%;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .about-section2-product > img {
        transform: scale(1);
        transition: transform 0.3s ease-in-out 0s;
    }

    .about-section2-product:hover > img {
        transform: scale(1.1);
    }

.showcase-product.md {
    display: none;
}

.showcase-product.xs {
    width: 100%;
    display: flex;
    justify-content: space-between;
    position: relative;
}

.showcase-product .about-section2-cn-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1.3vw;
    box-sizing: border-box;
}


    .showcase-product .about-section2-cn-item img {
        box-sizing: border-box;
        width: 100%;
    }

.showcase-product.xs .about-section2-cn-item:hover {
    transform: scale(1.03);
    box-shadow: 0px 0px 10px 0px #333;
}

.showcase-product.xs .about-section2-cn-item .animation-item {
    transform: translateY(15%);
    opacity: 0;
}

    .showcase-product.xs .about-section2-cn-item .animation-item.faded {
        transition: all 0.5s ease-in-out 0s;
        transform: translateY(0);
        opacity: 1;
    }
@media (max-width: 767px) {
    .about-section2 h3.en {
        font-size: 3.5vw;
        line-height: 1.5;
    }
}
@media (min-width: 768px) {
    .about-section2-wrap {
        padding-left: 0;
        padding-right: 0;
    }

    .about-section2 h3 {
        width:100%;
        font-size: 2.7vw;
        max-width: 18em;
        padding-bottom: 6%;
        padding-left: 0;
        padding-right: 0;
        transform: translateY(10%);
        opacity: 0;
    }

        .about-section2 h3.faded {
            transition: all 0.5s ease-in-out 0s;
            transform: translateY(0);
            opacity: 1;
        }
        .about-section2 h3.en.showcase {
            max-width: initial;
        }
    .about-section2-wrap {
        /*padding-bottom: 1.3vw;*/
        transform: translateY(15%);
        opacity: 0;
    }

        .about-section2-wrap.faded {
            transition: all 0.5s ease-in-out 0s;
            transform: translateY(0);
            opacity: 1;
        }

    .about-section2-item.xs {
        display: none;
    }

    .about-section2-item.md {
        display: block;
        margin-bottom: 1.3vw;
    }

    .about-section2-item.vertical-wrap.md {
        display: flex;
    }

    .about-section2-item.vertical-wrap h4 {
        flex-grow: 0;
        font-size: 2.7vw;
        padding-top: 4.318%;
        padding-bottom: 4.318%;
    }

        .about-section2-item.vertical-wrap h4.en {
            color: #f3f3f3;
            font-size: 1.3vw;
        }

    .showcase-product.xs {
        display: none
    }

    .showcase-product.md {
        width: 100%;
        display: flex;
        justify-content: space-between;
        position: relative;
    }

        .showcase-product.md .about-section2-cn-item {
            display: flex;
            justify-content: center;
            align-items: center;
            margin-bottom: 1.3vw;
            padding: 2vw 0;
        }

        .showcase-product.md:nth-child(2) .about-section2-cn-item {
            padding: 0;
        }

        .showcase-product.md:nth-child(1) .about-section2-cn-item.vertical-wrap {
            display: flex;
            flex-direction: column;
            justify-content: space-between;
            align-items: center;
            margin-bottom: 1.3vw;
            padding: 2.2vw 0 0;
        }

        .showcase-product.md:nth-child(1) .about-section2-cn-item:nth-child(1) {
            background-image: url("/img/about/about-section2-bg1.jpg");
            background-size: cover;
        }

        .showcase-product.md:nth-child(1) .about-section2-cn-item.vertical-wrap {
            background-image: url("/img/about/about-section2-bg2.jpg");
            background-size: cover;
        }

    .center-text {
        width: 100%;
    }

    .showcase-product.md:nth-child(1) .about-section2-cn-item.vertical-wrap .spacer {
        width: 100%;
        height: 1vw;
        background-color: #e8e9ed;
    }

    .showcase-product.md:nth-child(1) .about-section2-cn-item.vertical-wrap h4 {
        width: 100%;
        font-family: "siyuanheiti-blod";
        font-size: 1.8401vw;
        color: #f3f3f3;
        flex-grow: 0;
        margin: 0;
        background-color: #028be6;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .showcase-product.md:nth-child(1) .about-section2-cn-item.vertical-wrap h4.en {
        font-size: 1.4vw;
    }

    .showcase-product.md:nth-child(1) .about-section2-cn-item:nth-child(3) {
        background-image: url("/img/about/about-section2-bg3.jpg");
        background-size: cover;
    }

    .showcase-product.md:nth-child(2) {
        padding: 0;
    }

        .showcase-product.md:nth-child(2) .about-section2-cn-item:nth-child(1) {
            background-image: url("/img/about/about-section2-bg4.jpg");
            background-position: center;
            background-repeat: no-repeat;
            background-size: cover;
        }

        .showcase-product.md:nth-child(2) .about-section2-cn-item:nth-child(2) {
            background-image: url("/img/about/about-section2-bg5.jpg");
            background-position: center;
            background-repeat: no-repeat;
            background-size: cover;
        }

        .showcase-product.md:nth-child(2) .about-section2-cn-item:nth-child(3) {
            background-image: url("/img/about/about-section2-bg6.jpg");
            background-position: center;
            background-repeat: no-repeat;
            background-size: cover;
        }

        .showcase-product.md:nth-child(2) .about-section2-cn-item:nth-child(4) {
            background-image: url("/img/about/about-section2-bg7.jpg");
            background-position: center;
            background-repeat: no-repeat;
            background-size: cover;
        }

    .showcase-product .about-section2-cn-item img {
        box-sizing: border-box;
        width: 90%;
    }

    .showcase-product.md:nth-child(2) .about-section2-cn-item img {
        width: 90%;
    }

    .about-section2-cn-item.vertical-wrap img {
        width: 60%;
    }

    .about-section2-cn-item > img {
        transform: scale(1);
        transition: transform 0.3s ease-in-out 0s;
    }

    .about-section2-cn-item:hover > img {
        transform: scale(1.1);
    }
}

.about-section3 {
    color: #f3f3f3;
    /* color: #484848; */
    background-image: url("/img/about/about-section3-bg-trophy.png");
    background-repeat: no-repeat;
    background-size: 45%;
    background-position: 55vw bottom;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

    .about-section3 > h3 {
        color: #484848;
        font-family: "siyuanheiti-blod";
        font-size: 4.4444vw;
        text-align: center;
        margin: 0;
        padding-top: 10.5vw;
        padding-bottom: 5.8vw;
    }

.achievement-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
    place-items: center;
}

.achievement-item {
    width: 28vw;
    height: 48vw;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
}

.icon-wrap {
    width: 100%;
    text-align: center;
    box-sizing: border-box;
    object-fit: cover;
    padding: 10%;
    font-size: 0;
}

    .icon-wrap img {
        width: 80%;
        vertical-align: middle;
    }

.text-wrap {
    flex: 1;
    width: 100%;
    text-align: center;
    color: #f3f3f3;
    padding-top: 2.5vw;
}

    .text-wrap p {
        font-size: 1.5vw;
        font-weight: 700;
        height: 2.5em;
    }

        .text-wrap p.en {
            display: flex;
            justify-content: center;
            align-items: center;
        }

        .text-wrap p span {
            font-size: 1.8vw;
            font-weight: normal;
            font-family: 'siyuanheiti-light';
        }

.quality-system .icon-wrap {
    background-color: #daad4d;
}

.quality-system .text-wrap {
    background-color: #ca9132;
}

.iso .icon-wrap {
    background-color: #67c8bb;
}

.iso .text-wrap {
    background-color: #48b2a2;
}

.good .icon-wrap {
    background-color: #028be6;
}

.good .text-wrap {
    background-color: #016bda;
}

.cooperate .icon-wrap {
    background-color: #43dac4;
}

.cooperate .text-wrap {
    background-color: #2acaad;
}

.credit .icon-wrap {
    background-color: #7daaff;
}

.credit .text-wrap {
    background-color: #5d8dff;
}

@media (max-width: 767px) {
    .about-section3 > h3 {
        color: #484848;
        font-family: "siyuanheiti-blod";
        font-size: 3.5vw;
        line-height: 1.5;
        text-align: center;
        margin: 0;
        padding-top: 10.5vw;
        padding-bottom: 5.8vw;
    }
}
@media (min-width: 768px) {
    .about-section3 {
        color: #f3f3f3;
        /* color: #484848; */
        background-image: url("/img/about/about-section3-bg-trophy.png");
        background-repeat: no-repeat;
        background-size: 35%;
        background-position: right bottom;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

        .about-section3 > h3 {
            font-size: var(--tilte-font-size);
            padding-top: 5.15625vw;
            padding-bottom: 5.72916vw;
            transform: translateY(10%);
            opacity: 0;
        }

        .about-section3 h3.faded {
            transition: all 0.5s ease-in-out 0s;
            transform: translateY(0);
            opacity: 1;
        }

    .achievement-container {
        display: grid;
        grid-template-columns: repeat(5, 1fr);
        gap: 1vw;
        place-items: center;
    }

    .achievement-item {
        width: 13vw;
        height: 22.65625vw;
        box-sizing: border-box;
        display: flex;
        flex-direction: column;
    }

    .icon-wrap {
        width: 100%;
        text-align: center;
        box-sizing: border-box;
        object-fit: cover;
        padding: 20%;
        font-size: 0;
    }

        .icon-wrap img {
            width: 80%;
            vertical-align: middle;
        }

    .text-wrap {
        flex: 1;
        width: 13vw;
        text-align: center;
        color: #f3f3f3;
        padding-top: 2.5vw;
    }

        .text-wrap p {
            font-size: 1.5vw;
            font-weight: 700;
        }

            .text-wrap p span {
                font-size: 0.8vw;
                font-weight: normal;
                font-family: 'siyuanheiti-light';
            }

    .quality-system .icon-wrap {
        background-color: #daad4d;
    }

    .quality-system .text-wrap {
        background-color: #ca9132;
    }

    .iso .icon-wrap {
        background-color: #67c8bb;
    }

    .iso .text-wrap {
        background-color: #48b2a2;
    }

    .good .icon-wrap {
        background-color: #028be6;
    }

    .good .text-wrap {
        background-color: #016bda;
    }

    .cooperate .icon-wrap {
        background-color: #43dac4;
    }

    .cooperate .text-wrap {
        background-color: #2acaad;
    }

    .credit .icon-wrap {
        background-color: #7daaff;
    }

    .credit .text-wrap {
        background-color: #5d8dff;
    }

    .achievement-item {
        transition: all 0.2s ease-in-out 0s;
        transform: translateY(10%);
        opacity: 0;
    }

        .achievement-item.faded {
            -webkit-animation: section3-faded 0.5s ease-in-out 0s 1 normal;
            -webkit-animation-fill-mode: forwards;
            -moz-animation: section3-faded 0.5s ease-in-out 0s 1 normal;
            -moz-animation-fill-mode: forwards;
            animation: section3-faded 0.5s ease-in-out 0s 1 normal;
            animation-fill-mode: forwards;
        }

            .achievement-item.faded.transition-delay1 {
                -webkit-animation-delay: 0.05s;
                -moz-animation-delay: 0.05s;
                animation-delay: 0.05s;
            }

            .achievement-item.faded.transition-delay2 {
                -webkit-animation-delay: 0.1s;
                -moz-animation-delay: 0.1s;
                animation-delay: 0.1s;
            }

            .achievement-item.faded.transition-delay3 {
                -webkit-animation-delay: 0.15s;
                -moz-animation-delay: 0.15s;
                animation-delay: 0.15s;
            }

            .achievement-item.faded.transition-delay4 {
                -webkit-animation-delay: 0.2s;
                -moz-animation-delay: 0.2s;
                animation-delay: 0.2s;
            }

    @-webkit-keyframes section3-faded {
        0% {
            transform: translateY(10%);
            opacity: 0;
        }

        100% {
            transform: translateY(0);
            opacity: 1;
        }
    }

    @-moz-keyframes section3-faded {
        0% {
            transform: translateY(10%);
            opacity: 0;
        }

        100% {
            transform: translateY(0);
            opacity: 1;
        }
    }

    @-ms-keyframes section3-faded {
        0% {
            transform: translateY(10%);
            opacity: 0;
        }

        100% {
            transform: translateY(0);
            opacity: 1;
        }
    }

    @keyframes section3-faded {
        0% {
            transform: translateY(10%);
            opacity: 0;
        }

        100% {
            transform: translateY(0);
            opacity: 1;
        }
    }

    .about-section3-item-desc {
        font-size: 1.8229vw;
    }

    p.about-section3-item-desc.en {
        font-size: 1.5vw;
    }

    .about-section3-item-desc > span {
        font-size: 0.9375vw;
    }

    .about-section3-wrap.faded .about-section3-item {
        transition: all 0.5s ease-in-out 0s;
        transform: translateY(0);
        opacity: 1;
    }
}

.about-section4 {
    color: #333;
    /*    background-image: url("/img/about/about-section4-bg.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;*/
    padding-bottom: 6vw;
}

.about-section4-title h3 {
    font-family: "siyuanheiti-blod";
    font-size: 4.4444vw;
    text-align: center;
    line-height: 1.6;
    margin: 0;
    /*padding-top: 10vw;*/
    padding-bottom: 3.2vw;
}

.about-section4-title p {
    width: 60vw;
    margin: 0 auto;
    font-size: 2.8444vw;
    text-align: center;
    line-height: 1.5;
    padding-bottom: 2.5vw;
}

    .about-section4-title p.en {
        width: 90vw;
        font-size: 2.4vw;
    }

/*.about-section4-region {
    padding: 0 10vw 3vw;
}*/

.about-section4-region h3 {
    font-family: "siyuanheiti-blod";
    font-size: 4.5vw;
}

    .about-section4-region h3 > span {
        font-family: "siyuanheiti";
        font-size: 2.1333vw;
        margin-left: 1.6vw;
    }

.about-section4-item {
    margin-bottom: 3vw;
}

.about-section4-item-bg {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 30.6278vw;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.about-section4-item.service .about-section4-item-bg {
    background-position: top;
}

.about-section4-item-bg > img {
    width: 9.4333vw;
}

.about-section4-item-bg > h4 {
    font-family: "siyuanheiti-blod";
    margin-top: 2.2052vw;
    margin-bottom: 0;
    font-size: 6.5vw;
    text-align: center;
    color: #f3f3f3;
}

/*    .about-section4-item-bg > h4.small-1 {
        font-size: 5.5vw;
    }*/

.about-section4-item-desc {
    background-color: #028be6;
    padding: 4.6553vw;
    text-align: justify;
    color: #f3f3f3;
    font-size: 2.5726vw;
}

    .about-section4-item-desc.en {
        text-align: center;
        padding-bottom: 2.5vw;
    }

    .about-section4-item-desc > strong {
        font-family: "siyuanheiti-blod";
        font-size: 3.5527vw;
    }

@media (min-width: 768px) {
    .about-section4 {
        /*background-image: url("/img/about/about-section4-bg.png");*/
        padding-bottom: 6vw;
    }

    .about-section4-title h3 {
        font-size: var(--tilte-font-size);
        /*padding-top: 10vw;*/
        padding-bottom: 1.5625vw;
        line-height: 1.2;
        transform: translateY(10%);
        opacity: 0;
    }

    .about-section4-title p {
        width: auto;
        font-size: 0.9375vw;
        color: #131313;
        padding-bottom: 2.5vw;
        transform: translateY(10%);
        opacity: 0;
    }

        .about-section4-title p.en {
            width: auto;
            font-size: 1.09375vw;
        }

    .about-section4-title.faded h3 {
        transition: all 0.5s ease-in-out 0s;
        transform: translateY(0);
        opacity: 1;
    }

    .about-section4-title.faded p {
        transition: all 0.5s ease-in-out 0s;
        transition-delay: 0.3s;
        transform: translateY(0);
        opacity: 1;
    }
    .about-section4-title.faded p.en {
        max-width: 50em;
    }

    /*    .about-section4-region {
        padding: 0 12.9166vw 3vw;
    }*/

    .about-section4-region h3 {
        margin: 50px auto 20px 0;
        font-size: var(--tilte-font-size);
        transform: translateY(20%);
        opacity: 0;
    }

    .about-section4-region.faded h3 {
        transition: all 0.5s ease-in-out 0s;
        transform: translateY(0);
        opacity: 1;
    }

    .about-section4-region h3 > span {
        font-family: "siyuanheiti";
        font-size: 1.25vw;
        margin-left: 0.8vw;
    }

    .about-section4-wrap {
        /*    display: flex;
        justify-content: space-between;*/
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 50px;
        transform: translateY(10%);
        opacity: 0;
    }

    .about-section4-region.faded .about-section4-wrap {
        transition: all 0.5s ease-in-out 0s;
        transition-delay: 0.3s;
        transform: translateY(0);
        opacity: 1;
    }

    .about-section4-item {
        /*width: 34.0104vw;*/
        /*width: 34.0104vw;*/
        margin-bottom: 0;
        display: flex;
        flex-direction: column;
        color: #f3f3f3;
    }

    /* .about-section4-item.service {
            width: 23.177vw;
        }*/

    .about-section4-item-bg {
        /* height: 13.0208vw; */
        height: 12.8164vw;
    }

        /*   .about-section4-item.service .about-section4-item-bg {
        height: 13.8541vw;
    }*/

        .about-section4-item-bg > img {
            width: auto;
            max-width: 4.1666vw;
        }

        .about-section4-item-bg > h4 {
            margin-top: 1vw;
            /*font-size: 2.65625vw;*/
            font-size: 1.8392vw;
        }

            .about-section4-item-bg > h4.small-1 {
                /*font-size: 2.4vw;*/
                font-size: 1.8932vw;
            }

        .about-section4-item-bg.en > h4.small-1 {
            /*font-size: 2.4vw;*/
            font-size: 1.6vw;
        }

    .about-section4-item-desc {
        padding-top: 2vw;
        padding-left: 12.4105%;
        padding-right: 12.4105%;
        font-size: 1.01vw;
        text-align: justify;
        flex-grow: 1;
    }

        .about-section4-item-desc.en {
            font-size: 0.95vw;
        }

        .about-section4-item-desc > strong {
            font-family: "siyuanheiti-blod";
            font-size: 1.5vw;
        }
}

.about-section5 {
    color: #333;
    background-color: #d8dbe0;
    /*    color: #f3f3f3;
    background-image: url("/img/about/about-section5-bg.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;*/
    padding-bottom: 6vw;
    min-height: 500px;
}

    .about-section5 > h3 {
        font-family: "siyuanheiti-blod";
        font-size: 4.4444vw;
        text-align: center;
        margin: 0;
        padding: 11.1111vw 0;
    }

        .about-section5 > h3.en {
            font-size: 3.5vw;
            line-height: 1.5;
        }

.about-section5-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    /*padding: 0 8.8888vw;*/
}

.about-section5-item {
    margin-bottom: 1.6666vw;
}

    .about-section5-item > .animation-item {
        display: flex;
        background-color: #d8d8d8;
        overflow: hidden;
        color: #484848;
        width: 40.2666vw;
        height: 34.9333vw;
        flex-direction: column;
    }

.about-section5-item-title {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2.2222vw 0;
}

    .about-section5-item-title > img {
        width: 8.1777vw;
        margin-right: 1vw;
    }

    .about-section5-item-title > h4 {
        font-family: "siyuanheiti-blod";
        font-weight: bold;
        font-size: 2.1333vw;
        margin: 0;
    }

.about-section5-item-content {
    position: relative;
    flex-grow: 1;
}

.about-section5-item-product {
    position: absolute;
    text-align: center;
}

    .about-section5-item-product > img {
        width: 100%;
    }

    .about-section5-item-product > p {
        margin: 0;
        padding-top: 0.8vw;
        font-size: 1.3333vw;
    }

    .about-section5-item-product.e2 {
        top: 20%;
        left: 31%;
    }

        .about-section5-item-product.e2 > img {
            width: 15.7333vw;
        }

    .about-section5-item-product.h6pro {
        top: 5%;
        left: 12%;
    }

        .about-section5-item-product.h6pro > img {
            width: 12vw;
        }

    .about-section5-item-product.h6 {
        top: 5%;
        left: 59.6%;
        margin: 0;
    }

        .about-section5-item-product.h6 > img {
            width: 12vw;
        }

    .about-section5-item-product.d8 {
        top: 50%;
        left: 12%;
    }

        .about-section5-item-product.d8 > img {
            width: 12vw;
        }

    .about-section5-item-product.x300p {
        top: 48%;
        left: 69.095%;
    }

        .about-section5-item-product.x300p > img {
            width: 3.8222vw;
        }

    .about-section5-item-product.h6d {
        top: 5%;
        left: 12%;
    }

        .about-section5-item-product.h6d > img {
            width: 12vw;
        }

    .about-section5-item-product.scr600 {
        top: 0%;
        left: 69.095%;
    }

        .about-section5-item-product.scr600 > img {
            width: 3.8222vw;
        }

    .about-section5-item-product.h6dpro {
        top: 50%;
        left: 12%;
    }

        .about-section5-item-product.h6dpro > img {
            width: 12vw;
        }

    .about-section5-item-product.h6dpropsd {
        top: 50%;
        left: 59.6%;
    }

        .about-section5-item-product.h6dpropsd > img {
            width: 12vw;
        }

    .about-section5-item-product.tp200 {
        top: 20%;
        left: 12%;
    }

        .about-section5-item-product.tp200 > img {
            width: 6.1333vw;
        }

    .about-section5-item-product.tp150 {
        top: 10%;
        left: 40%;
    }

        .about-section5-item-product.tp150 > img {
            width: 6.1333vw;
        }

    .about-section5-item-product.ts100 {
        top: 32%;
        left: 65%;
    }

        .about-section5-item-product.ts100 > img {
            width: 8.9777vw;
        }

    .about-section5-item-product.i80pad {
        top: 5%;
        left: 12.5%;
    }

        .about-section5-item-product.i80pad > img {
            width: 11vw;
        }

    .about-section5-item-product.i80pro {
        top: 53%;
        left: 12%;
    }

        .about-section5-item-product.i80pro > img {
            width: 12vw;
        }

    .about-section5-item-product.xv100 {
        bottom: 8%;
        right: 0;
    }

        .about-section5-item-product.xv100 > img {
            width: 18.2222vw;
        }

    .about-section5-item-product.asct1000-1 {
        top: 6%;
        left: 15%;
    }

        .about-section5-item-product.asct1000-1 > img {
            width: 12.5333vw;
        }

    .about-section5-item-product.asct1000-2 {
        bottom: 10%;
        right: 2%;
    }

        .about-section5-item-product.asct1000-2 > img {
            width: 20.8888vw;
        }

    .about-section5-item-product.h6p {
        top: 5%;
        left: 12%;
    }

        .about-section5-item-product.h6p > img {
            width: 12vw;
        }

    .about-section5-item-product.h6eb {
        top: 5%;
        left: 59.6%;
        margin: 0;
    }

        .about-section5-item-product.h6eb > img {
            width: 12vw;
        }

    .about-section5-item-product.h6e {
        top: 50%;
        left: 12%;
    }

        .about-section5-item-product.h6e > img {
            width: 12vw;
        }

    .about-section5-item-product.x300p-en {
        top: 48%;
        left: 69.095%;
    }

        .about-section5-item-product.x300p-en > img {
            width: 3.8222vw;
        }

    .about-section5-item-product.h6dp {
        top: 10%;
        left: 12%;
    }

        .about-section5-item-product.h6dp > img {
            width: 12vw;
        }

    .about-section5-item-product.ps90pro {
        top: 38%;
        left: 53%;
    }

        .about-section5-item-product.ps90pro > img {
            width: 12vw;
        }

    .about-section5-item-product.ps90prohd {
        top: 50%;
        left: 12%;
    }

        .about-section5-item-product.ps90prohd > img {
            width: 12vw;
        }

    .about-section5-item-product.tp200-en {
        top: 20%;
        left: 12%;
    }

        .about-section5-item-product.tp200-en > img {
            width: 6.1333vw;
        }

    .about-section5-item-product.tp150-en {
        top: 10%;
        left: 40%;
    }

        .about-section5-item-product.tp150-en > img {
            width: 6.1333vw;
        }

    .about-section5-item-product.ts100-en {
        top: 32%;
        left: 65%;
    }

        .about-section5-item-product.ts100-en > img {
            width: 8.9777vw;
        }

    .about-section5-item-product.x100pad2 {
        top: 5%;
        left: 12.5%;
    }

        .about-section5-item-product.x100pad2 > img {
            width: 12vw;
        }

    .about-section5-item-product.x100pade {
        top: 53%;
        left: 12%;
    }

        .about-section5-item-product.x100pade > img {
            width: 12.3vw;
        }

    .about-section5-item-product.kc501 {
        top: 23%;
        left: 63%;
    }

        .about-section5-item-product.kc501 > img {
            width: 8.5vw;
        }

    .about-section5-item-product.a-10 {
        left: 33%;
        top: 15%;
    }

        .about-section5-item-product.a-10 > img {
            width: 15.3vw;
        }

    .about-section5-item-product.asct1000-en {
        left: 25%;
        top: 15%;
    }

        .about-section5-item-product.asct1000-en > img {
            width: 20vw;
        }

.about-section5-item-title > img {
    width: 8.1777vw;
    margin-right: 1vw;
}

.about-section5-item-title {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2.2222vw 0;
}

.about-section5-cn-wrap.md {
    display: none;
}

.about-section5-cn-wrap.xs {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 15px;
}

.about-section5-cn-item {
    box-sizing: border-box;
    width: calc(50% - 8.5px);
    margin-bottom: 1.6666vw;
    transition: box-shadow 0.2s ease-in-out 0s;
    transform: scale(1);
    transition-property: box-shadow, transform;
}

    .about-section5-cn-item:hover {
        transform: scale(1.03);
        /*box-shadow: 0px 0px 36px 0px #000;*/
        box-shadow: 0px 0px 20px 0px rgb(0,0,0,0.5);
    }

    .about-section5-cn-item .animation-item {
        transform: translateY(15%);
        opacity: 0;
    }

    .about-section5-cn-item img {
        width: 100%;
        box-sizing: border-box;
    }

    .about-section5-cn-item .animation-item.faded {
        transition: all 0.5s ease-in-out 0s;
        transform: translateY(0);
        opacity: 1;
    }

        .about-section5-cn-item .animation-item.faded.transition-delay1 {
            transition-delay: 0.05s;
        }

        .about-section5-cn-item .animation-item.faded.transition-delay2 {
            transition-delay: 0.1s;
        }

        .about-section5-cn-item .animation-item.faded.transition-delay3 {
            transition-delay: 0.15s;
        }

        .about-section5-cn-item .animation-item.faded.transition-delay4 {
            transition-delay: 0.2s;
        }

        .about-section5-cn-item .animation-item.faded.transition-delay5 {
            transition-delay: 0.25s;
        }

@media (min-width: 768px) {
    .about-section5 {
        background-position: center top;
    }

        .about-section5 > h3 {
            font-size: var(--tilte-font-size);
            line-height: 1.2;
            padding: 5.8854vw 0;
            transform: translateY(10%);
            opacity: 0;
        }

            .about-section5 > h3.en {
                font-size: var(--tilte-font-size);
            }

            .about-section5 > h3.faded {
                transition: all 0.5s ease-in-out 0s;
                transform: translateY(0);
                opacity: 1;
            }

    .about-section5-wrap {
        flex-wrap: nowrap;
        /*padding: 0 7.76vw;*/
    }

    .about-section5-item {
        margin-bottom: 0;
        transition: box-shadow 0.2s ease-in-out 0s;
        transform: scale(1);
        transition-property: box-shadow, transform;
    }

        .about-section5-item:hover {
            transform: scale(1.03);
            box-shadow: 0px 0px 36px 0px #000;
        }

        .about-section5-item > .animation-item {
            width: 12.65625vw;
            height: 28.6979vw;
            transform: translateY(15%);
            opacity: 0;
        }

            .about-section5-item > .animation-item.faded {
                transition: all 0.5s ease-in-out 0s;
                transform: translateY(0);
                opacity: 1;
            }

                .about-section5-item > .animation-item.faded.transition-delay1 {
                    transition-delay: 0.05s;
                }

                .about-section5-item > .animation-item.faded.transition-delay2 {
                    transition-delay: 0.1s;
                }

                .about-section5-item > .animation-item.faded.transition-delay3 {
                    transition-delay: 0.15s;
                }

                .about-section5-item > .animation-item.faded.transition-delay4 {
                    transition-delay: 0.2s;
                }

                .about-section5-item > .animation-item.faded.transition-delay5 {
                    transition-delay: 0.25s;
                }

    .about-section5-item-title {
        flex-direction: column;
        padding: 1.25vw 0;
    }

        .about-section5-item-title > img {
            width: auto;
            margin-right: 0;
            height: 3.177vw;
            margin-bottom: 0.8vw;
        }

        .about-section5-item-title > h4 {
            font-size: 1.1979vw;
        }

    .about-section5-item-product > p {
        font-size: 0.73vw;
        padding-top: 0.3vw;
    }

    .about-section5-item-product.e2 {
        top: 24%;
        left: 18%;
    }

        .about-section5-item-product.e2 > img {
            width: 8.6vw;
        }

    .about-section5-item-product.h6pro {
        top: 2%;
        left: 24%;
    }

        .about-section5-item-product.h6pro > img {
            width: 6.4583vw;
        }

    .about-section5-item-product.h6 {
        top: 35%;
        left: 42%;
    }

        .about-section5-item-product.h6 > img {
            width: 6.4583vw;
        }

    .about-section5-item-product.d8 {
        top: auto;
        bottom: 5%;
        left: 24%;
    }

        .about-section5-item-product.d8 > img {
            width: 6.4583vw;
        }

    .about-section5-item-product.x300p {
        top: 33%;
        left: 8%;
    }

        .about-section5-item-product.x300p > img {
            width: 2.1vw;
        }

    .about-section5-item-product.h6d {
        top: 2%;
        left: 24%;
    }

        .about-section5-item-product.h6d > img {
            width: 6.4583vw;
        }

    .about-section5-item-product.scr600 {
        top: auto;
        bottom: 2%;
        left: 35%;
    }

        .about-section5-item-product.scr600 > img {
            width: 2.6vw;
        }

    .about-section5-item-product.h6dpro {
        top: 37%;
        left: 2%;
    }

        .about-section5-item-product.h6dpro > img {
            width: 5.8vw;
        }

    .about-section5-item-product.h6dpropsd {
        top: 37%;
        left: 52%;
    }

        .about-section5-item-product.h6dpropsd > img {
            width: 5.8vw;
        }

    .about-section5-item-product.tp200 {
        top: 2%;
        left: 13%;
    }

        .about-section5-item-product.tp200 > img {
            width: 3.3333vw;
        }

    .about-section5-item-product.tp150 {
        top: 30%;
        left: 60%;
    }

        .about-section5-item-product.tp150 > img {
            width: 3.3333vw;
        }

    .about-section5-item-product.ts100 {
        top: auto;
        bottom: 5%;
        left: 13%;
    }

        .about-section5-item-product.ts100 > img {
            width: 4.84375vw;
        }

    .about-section5-item-product.i80pad {
        top: 2%;
        left: 26%;
    }

        .about-section5-item-product.i80pad > img {
            width: 6.4583vw;
        }

    .about-section5-item-product.i80pro {
        top: 38%;
        left: 24%;
    }

        .about-section5-item-product.i80pro > img {
            width: 7vw;
        }

    .about-section5-item-product.xv100 {
        bottom: 2%;
        right: 0;
    }

        .about-section5-item-product.xv100 > img {
            width: 10vw;
        }

    .about-section5-item-product.asct1000-1 {
        top: 2%;
        left: 15%;
    }

        .about-section5-item-product.asct1000-1 > img {
            width: 8.177vw;
        }

    .about-section5-item-product.asct1000-2 {
        bottom: 2%;
        right: 10%;
    }

        .about-section5-item-product.asct1000-2 > img {
            width: 9.6875vw;
        }

    .about-section5-item-product.h6p {
        top: 2%;
        left: 24%;
    }

        .about-section5-item-product.h6p > img {
            width: 6.4583vw;
        }

    .about-section5-item-product.h6eb {
        top: 35%;
        left: 37%;
    }

        .about-section5-item-product.h6eb > img {
            width: 7.4583vw;
        }

    .about-section5-item-product.h6e {
        top: auto;
        bottom: 5%;
        left: 24%;
    }

        .about-section5-item-product.h6e > img {
            width: 6.4583vw;
        }

    .about-section5-item-product.x300p-en {
        top: 33%;
        left: 8%;
    }

        .about-section5-item-product.x300p-en > img {
            width: 2vw;
        }

    .about-section5-item-product.h6dp {
        top: 15%;
        left: 24%;
    }

        .about-section5-item-product.h6dp > img {
            width: 6.8vw;
        }

    .about-section5-item-product.ps90pro {
        top: 59%;
        left: 24%;
    }

        .about-section5-item-product.ps90pro > img {
            width: 7.2vw;
        }

    .about-section5-item-product.ps90prohd {
        top: auto;
        bottom: 2%;
        left: 24%;
    }

        .about-section5-item-product.ps90prohd > img {
            width: 7.2vw;
        }

    .about-section5-item-product.tp200-en {
        top: 30%;
        left: 60%;
    }

        .about-section5-item-product.tp200-en > img {
            width: 3.3333vw;
        }

    .about-section5-item-product.tp150-en {
        top: 2%;
        left: 13%;
    }

        .about-section5-item-product.tp150-en > img {
            width: 3.3333vw;
        }

    .about-section5-item-product.ts100-en {
        top: auto;
        bottom: 5%;
        left: 13%;
    }

        .about-section5-item-product.ts100-en > img {
            width: 4.2vw;
        }

    .about-section5-item-product.x100pad2 {
        top: 36%;
        left: 38%;
    }

        .about-section5-item-product.x100pad2 > img {
            width: 6.8vw;
        }

    .about-section5-item-product.x100pade {
        top: 5%;
        left: 12.5%;
    }

        .about-section5-item-product.x100pade > img {
            width: 6.8vw;
        }

    .about-section5-item-product.kc501 {
        top: auto;
        bottom: 2%;
        left: 15%;
    }

        .about-section5-item-product.kc501 > img {
            width: 5vw;
        }

    .about-section5-item-product.a-10 {
        left: 18%;
        top: 22%;
    }

        .about-section5-item-product.a-10 > img {
            width: 8vw;
        }

    .about-section5-item-product.asct1000-en {
        left: 4%;
        top: 25%;
    }

        .about-section5-item-product.asct1000-en > img {
            width: 11.5vw;
        }

    .about-section5-cn-wrap.xs {
        display: none;
    }

    .about-section5-cn-wrap.md {
        /*padding: 0 7.76vw;*/
        display: flex;
        flex-wrap: nowrap;
        gap: 1.3vw;
    }

    .about-section5-cn-item.md {
        width: 16%;
    }

    .about-section5-cn-item.md {
        margin-bottom: 0;
        transition: box-shadow 0.2s ease-in-out 0s;
        transform: scale(1);
        transition-property: box-shadow, transform;
    }

    .about-section5-cn-item img {
        width: 100%
    }
}

@media (min-width: 768px) {
    .about-section2,
    .about-section3,
    .about-section4,
    .about-section5 {
        padding: 130px var(--sbox-px);
        position: relative;
    }

        .about-section2::after,
        .about-section3::after,
        .about-section4::after,
        .about-section5::after {
            content: '';
            display: block;
            width: 100%;
            height: 10px;
            background-color: #fff;
            position: absolute;
            left: 0;
            bottom: 0;
        }

        .about-section2::before {
            content: '';
            display: block;
            width: 100%;
            height: 10px;
            background-color: #fff;
            position: absolute;
            left: 0;
            top: -10px;
        }
}

@media (min-width: 1200px) {
    .about-section2,
    .about-section3,
    .about-section4,
    .about-section5 {
        padding-left: var(--mbox-px);
        padding-right: var(--mbox-px);
    }

    .about-section3,
    .about-section4,
    .about-section5 {
        padding-top: 20px;
    }
}

@media (min-width: 1400px) {
    /* .about-section2,
    .about-section3,
    .about-section4,
    .about-section5 {
        padding-left: var(--xbox-px);
        padding-right: var(--xbox-px);
    }*/

    .about-section2,
    .about-section3,
    .about-section4 {
        padding-left: var(--xbox-px);
        padding-right: var(--xbox-px);
    }
}

.about-honour {
    padding: 10% 6% 8%;
}

.honour-title {
    padding: 0 0 8%;
}

    .honour-title h3 {
        font-size: 18px;
        margin-top: 0;
        margin-bottom: 25px;
        /*color: #f3f3f3;*/
        color: #484848;
        font-weight: bold;
        text-align: center;
    }

.honour-type {
    display: flex;
    justify-content: space-around;
}

.honour-type-item {
    border: 1px solid #d8d8d8;
    font-size: 14px;
    line-height: 1;
    padding: 10px 0;
    text-align: center;
    width: 120px;
    color: #d8d8d8;
    /*background-color: transparent;*/
    background-color: #2c2c2c;
    outline: none;
}

    .honour-type-item.active {
        border: 1px solid #028be6;
        color: #f3f3f3;
        background-color: #028be6;
    }

.honour-wrap {
    display: none;
    /*    flex-wrap: wrap;
    justify-content: space-between;*/
}

    /*    .honour-wrap.active {
        display: flex;
    }

.honour-item {
    background-color: #d8dbe0;
    padding: 6px;
    width: 48%;
    margin-bottom: 4%;
}*/

    .honour-wrap.active {
        /*width: 100%;*/
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        gap: 15px;
    }

.honour-item {
    width: 100%;
    background-color: #d8dbe0;
    padding: 6px;
    /*width: 48%;*/
}

    .honour-item > img {
        width: 100%;
        transform: scale(1);
        transition: transform 0.2s ease-in-out 0s;
    }

    .honour-item:hover > img {
        transform: scale(1.05);
    }

    .honour-item > p {
        color: #333;
        font-size: 13px;
        text-align: center;
        margin-bottom: 0;
        margin-top: 6px;
        height: 36px;
        line-height: 36px;
        overflow: hidden;
        text-overflow: ellipsis;
    }

        .honour-item > p > span {
            display: inline-block;
            vertical-align: middle;
            line-height: 18px;
        }

@media (min-width: 768px) {
    .about-honour {
        padding: 6% 12% 8%;
    }

    .honour-title {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

        .honour-title h3 {
            font-size: var(--tilte-font-size);
            margin-bottom: 0;
        }

    .honour-type-item {
        flex-shrink: 0;
        margin-left: 5%;
        font-size: 20px;
        min-width: 150px;
        padding: 12px 0;
    }

    .honour-wrap {
        /*justify-content: flex-start;*/
    }

    .honour-item {
        padding: 10px;
        /*width: 23%;*/
        /*margin-right: 2%;*/
    }
}

.bg-black {
    background-color: rgba(36, 40, 44, 0.99);
}

.content-main-wrap {
    position: relative;
    padding-bottom: 50%;
}

.content-main,
.about-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.content-main {
    z-index: 2;
}

.about-bg {
    z-index: 1;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.title-main {
    text-align: center;
    color: #fff;
    margin: 0;
    padding: 80px 0;
}

.menu-wrap {
    background-color: rgba(0, 0, 0, 0.45);
    overflow: hidden;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

.menu-list {
    display: table;
    margin: auto;
}

    .menu-list > li {
        display: table-cell;
        color: #fff;
        white-space: nowrap;
        padding: 15px 30px;
        font-size: 15px;
        line-height: 1;
        cursor: pointer;
        -webkit-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) 0s;
        -moz-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) 0s;
        -ms-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) 0s;
        -o-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) 0s;
        transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) 0s;
    }

        .menu-list > li.active,
        .menu-list > li:hover {
            background-color: #028be6 /*#00c1de*/;
        }

.bg-white {
    background-color: #fff;
}

.about-desc-wrap {
}

    .about-desc-wrap > div {
        padding: 15px;
    }

.about-desc-txt {
    font-size: 16px;
    text-indent: 32px;
    vertical-align: middle;
}

    .about-desc-txt p {
        margin-bottom: 20px;
    }

.culture {
    text-align: center;
    padding: 40px 0 100px;
    display: flex;
    flex-wrap: wrap;
}

.culture-item {
    padding-top: 30px;
    width: 100%;
}

    .culture-item h4 {
        margin-bottom: 15px;
        font-weight: bold;
    }

    .culture-item p {
        color: #6d6d6d;
    }

.conn-map-wrap {
    padding: 10px 10px 50px;
}

    .conn-map-wrap h3 {
        margin-bottom: 20px;
        font-size: 30px;
    }

    .conn-map-wrap img {
        max-width: 100%;
    }

#dituContent {
    height: 400px;
}

.table-layout {
    display: table;
    border-collapse: collapse;
}

    .table-layout p {
        display: table-row;
    }

    .table-layout span {
        display: table-cell;
        padding: 0 10px 10px 0;
        vertical-align: text-top;
    }

        .table-layout span.right {
            text-align: right;
            width: 60px;
        }

        .table-layout span.nowrap {
            white-space: nowrap;
        }

.note-item {
    border-left: 2px solid #028be6 /*#00c1de*/;
    position: relative;
    padding-top: 20px;
    padding-bottom: 20px;
}

.note-list .note-item:last-child {
    padding-bottom: 0;
}

.note-item ul {
    display: table;
}

    .note-item ul > li {
        padding-top: 12px;
        font-size: 14px;
    }

        .note-item ul > li:before {
            content: "\e250";
            position: relative;
            top: 1px;
            display: table-cell;
            font-family: "Glyphicons Halflings";
            font-style: normal;
            font-weight: normal;
            line-height: 1;
            color: #028be6 /*#00c1de*/;
        }

        .note-item ul > li > span {
            display: table-cell;
        }

            .note-item ul > li > span.month {
                white-space: nowrap;
            }

        .note-item ul > li .month {
            width: 40px;
        }

.note-item sup {
    font-size: 10px;
}

.note-item .node {
    font-size: 18px;
    color: #028be6 /*#00c1de*/;
    max-height: 16px;
    background-color: #fff;
    position: absolute;
    left: -10px;
    top: 26px;
}

    .note-item .node.first {
        font-size: 30px;
        left: -17px;
        top: 0;
    }

.note-item .year {
    font-size: 26px;
    line-height: 1;
    margin: 0;
    font-weight: bold;
    padding-bottom: 10px;
}

.note-item .year,
.note-item ul > li {
    padding-left: 20px;
}

.note-list {
    margin: auto;
    padding: 20px 0 50px;
    display: inline-block;
    text-align: left;
}

#about-note {
    text-align: center;
    padding: 0 10px 0 20px;
}

.bg-ligray {
    background-color: #f2f2f2;
}

.recr-wrap {
    padding: 10px;
}

.recr-item {
    margin: 0 auto 10px;
    padding: 15px 15px 20px;
    background-color: #fff;
    border-radius: 3px;
}

    .recr-item hr {
        margin: 15px 0;
    }

.recr-title {
    margin: 0 0 10px;
}

.recr-info span {
    color: #999;
    margin-right: 15px;
}

    .recr-info span > i {
        padding-right: 5px;
    }

.recr-content {
    padding: 0 5px;
}

    .recr-content > h4 {
        padding: 20px 0 15px;
        margin: 0;
    }

    .recr-content > ul {
        padding-left: 20px;
        list-style: decimal;
    }

        .recr-content > ul li {
            padding-bottom: 10px;
        }

.to-link {
    border: 1px solid #028be6 /*#00c1de*/;
    color: #028be6 /*#00c1de*/;
    font-size: 14px;
    line-height: 1;
    padding: 5px 15px;
}

    .to-link:focus {
        color: #028be6 /*#00c1de*/;
    }

    .to-link:hover {
        background-color: #028be6 /*#00c1de*/;
        color: #fff;
    }

.btn-wrap {
    text-align: center;
}

.com-class {
    font-weight: bold;
}

/*.char-wrap { max-width: 1050px; margin: 0 auto; }*/
.char-wrap h3 {
    font-size: 28px;
    margin-bottom: 30px;
    text-align: center;
}

.area-wrap {
    padding: 0 0 30px 70px;
}

    .area-wrap h4 {
        font-size: 24px;
        color: #028be6 /*#00c1de*/;
        margin-bottom: 15px;
    }

.area-list {
}

    .area-list dl {
        display: inline-block;
        margin-right: 70px;
    }

    .area-list dt {
        font-weight: normal;
        font-size: 18px;
        margin-bottom: 10px;
    }

    .area-list dd {
        font-size: 16px;
        color: #666;
        margin-bottom: 5px;
    }

@media (min-width: 768px) {
    .content-main-wrap {
        padding-bottom: 40%;
    }

    .menu-list > li {
        padding: 20px 50px;
    }

    .about-desc-wrap {
        margin: 30px 0 0 0;
        padding: 0 15px;
    }

    .note-list {
        padding: 60px 0 100px;
    }

    .conn-map-wrap {
        padding: 60px 60px 100px;
    }

    .recr-wrap {
        padding: 40px;
    }

    .recr-item {
        padding: 30px;
        margin-bottom: 40px;
    }

    .note-item ul > li {
        font-size: 16px;
    }

    .recr-content > ul {
        padding-left: 40px;
    }
}

@media (min-width: 992px) {
    .content-main-wrap {
        padding-bottom: 30%;
    }

    .about-desc-wrap {
        display: table;
        margin: 60px 0 0 0;
    }

        .about-desc-wrap > div {
            display: table-cell;
            width: 50%;
        }

    .note-list {
        max-width: 75%;
    }

    .conn-map-wrap {
        display: table;
        margin: auto;
    }

        .conn-map-wrap > div {
            display: table-cell;
            vertical-align: middle;
        }

            .conn-map-wrap > div.map-corp {
                min-width: 570px;
            }

            .conn-map-wrap > div:first-child {
                padding-right: 100px;
            }

    .recr-wrap {
        padding: 40px 0;
    }

    .recr-item {
        width: 800px;
    }

    .recr-content {
        padding: 0 20px;
    }

    .note-item ul > li:before {
        /*vertical-align: middle;*/
    }

    .char-wrap {
        max-width: 1050px;
        margin: 0 auto;
    }

        .char-wrap h3 {
            font-size: 28px;
            margin-bottom: 30px;
            text-align: center;
        }

    .culture-item {
        width: 50%;
    }
}

@media (min-width: 1120px) {
    .area-wrap {
        padding: 0 0 50px 0;
    }
}

@media (min-width: 1600px) {
    .culture-item {
        width: 25%;
    }
}

@media (max-width: 991px) {
    .conn-map-wrap > div:first-child {
        padding-bottom: 40px;
    }
}

@media (max-width: 767px) {
    .render-body {
        padding-top: 56px;
    }

    .conn-map-wrap > div:first-child {
        padding-bottom: 10px;
    }

    .honour-wrap.active {
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
    }

    .about-top-content {
        top: 20%;
        left: 8%;
        max-width: 60vw;
    }
    .about-top-content h3 {
        font-family: "siyuanheiti-blod";
        color: #484848;
        font-size: 3.2vw;
        mix-blend-mode: revert;
        margin-top: 0px;
        margin-bottom: 15px;
    }
        .about-top-content h3.en {
            font-size: 3vw;
            margin-bottom: 1vw;
        }

    .about-top-content.en.us {
        left: auto;
        top: auto;
        text-align: center;
        padding-bottom: 10%;
    }
    .about-top-content.us h3 {
        font-size: 4vw;
        line-height: 1.5;
        margin-bottom: 3vw;
    }

    .about-top-content p {
        font-size: 1.8vw;
        text-align: justify;
    }

    .about-top-content.us p {
        margin: 0 auto;
    }

    .about-top-content.en {
        left: 20px;
        text-align: start;
    }

        .about-top-content p.en {
            text-align: start;
            line-height: 1.2;
            max-width: 70%;
        }

    .about-section2-item.vertical-wrap h4.en {
        font-size: 1.8vw;
        color: var(--title-white);
    }

    .about-section3 > h3.en {
        padding-top: 0
    }
    .icon-wrap {
        padding: 20%;
    }
    .text-wrap p {
        font-size: 3vw;
        padding-top: 4vw;
        padding-bottom: 15vw;
    }
    .text-wrap p.en {
        font-size: 3vw;
        padding: 8vw 5vw 4vw;
    }
    .about-section4-title h3.en {
        font-size: 3.5vw;
    }

    .about-section5 > h3 {
        font-family: "siyuanheiti-blod";
        font-size: 4.4444vw;
        text-align: center;
        margin: 0;
        padding: 0 0 11.1111vw;
    }
}
