.pc-show {
    display: block !important;
}

.mobile-show {
    display: none !important;
}

.banner {
    position: relative;
}

.banner .kv {
    width: 100%;
}

.common {
    width: calc((1680/19.2)*1vw);
    margin: 0 auto;
}


.bannerText {
    width: calc((588/19.2)*1vw);
    position: absolute;
    left: calc((123/19.2)*1vw);
    bottom: calc((89/19.2)*1vw);
}



.title {
    text-align: center;
    margin: calc((50/19.2)*1vw) 0;
    font-size: calc((40/19.2)*1vw);
}

.introduction {
    display: flex;
}

.introductionL {
    width: calc((928/19.2)*1vw);
    background-color: rgb(234, 235, 234);
    font-size: calc((24/19.2)*1vw);
    padding: calc((36/19.2)*1vw);
}

.introductionR {
    width: calc((728/19.2)*1vw);
}

.introductionR img {
    width: 100%;
}


.detailsTitle {
    font-size: calc((36/19.2)*1vw);
}


.details>div {
    margin-top: calc((30/19.2)*1vw);
    line-height: calc((46/19.2)*1vw);
}

.details>div>span {
    color: rgb(204, 0, 0);
    font-weight: 700;
}

.digit {
    width: 100%;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    padding: 38px 0;
    background-color: rgb(247, 247, 247);
}



.percent {
    position: relative;
    width: 150px;
    height: 150px;
}

.percent svg {
    position: relative;
    width: 100%;
    height: 100%;
    transform: rotate(190deg);
}

.percent svg circle {
    width: 100%;
    height: 100%;
    /* fill 用于设置SVG形状的颜色。 */
    fill: transparent;
    /* stroke-width 用于设置SVG的线条宽度 */
    stroke-width: 2;
    /* stroke 设置一个形状的轮廓线条样式、宽度和颜色 */
    stroke: rgb(225, 225, 225);
    transform: translate(5px, 5px);
}

.percent svg circle:nth-child(2) {
    stroke: rgb(247, 247, 247);
    /* dasharray 用于设置虚线样式*/
    stroke-dasharray: 400;
    stroke-width: 2;
    /*  stroke-dashoffset是stroke-dasharray属性（路径的虚线或间隔样式，可参考下文中的例子）的一个衍生属性，它规定了路径绘制时初始的偏移值。 */
    stroke-dashoffset: calc(400 - (720 * var(--num)) / 100);
}

.percent svg circle:nth-child(3) {
    stroke: var(--clr);
    /* dasharray 用于设置虚线样式*/
    stroke-dasharray: 400;
    /*  stroke-dashoffset是stroke-dasharray属性（路径的虚线或间隔样式，可参考下文中的例子）的一个衍生属性，它规定了路径绘制时初始的偏移值。 */
    stroke-dashoffset: calc(400 - (400 * var(--num)) / 100);
}

.digit li p {
    margin-top: 20px;
    text-align: center;
}

.digit .number {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.digit .number .counter {
    font-size: calc((56/19.2)*1vw);
    color: rgb(204, 0, 0);
}

.digit .number .unit {
    position: absolute;
    top: 44px;
    right: -27px;
    color: rgb(204, 0, 0);
    font-size: 24px;
}

.digit .unitR .number .unit {
    right: 0px;
}


.philosophy-title {
    font-size: calc((40/19.2)*1vw);
    color: #2d2d2d;
    text-align: center;
    padding-top: calc((74/19.2)*1vw);
}

.philosophy-text {
    text-align: center;
    font-size: calc((26/19.2)*1vw);
    line-height: calc((48/19.2)*1vw);
    color: #2d2d2d;
    padding: 30px 0 100px 0;
}

.public-title {
    font-size: calc((28/19.2)*1vw);
    color: #2d2d2d;
    position: relative;
    padding-bottom: 20px;
    text-align: center;
    margin-bottom: 45px;
}

.public-title::after {
    position: absolute;
    content: '';
    width: 50px;
    height: 4px;
    left: 50%;
    bottom: 0;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background: rgb(204, 0, 0);
}

.divider {
    position: relative;
}

.divider::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    width: 40%;
    transform: translateY(-50%);
    height: 2px;
    background: rgba(47, 47, 47, 0.5);
}

.divider::after {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    width: 40%;
    height: 2px;
    background: rgba(47, 47, 47, 0.5);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}




.respect-box .respect-title {
    font-size: calc((36/19.2)*1vw);
    text-align: center;
    margin-bottom: calc((40/19.2)*1vw);
}

.respect-box ul {
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.respect-box ul li {
    text-align: center;
    width: calc((540/19.2)*1vw);
    height: calc((423/19.2)*1vw);
    /* padding: 180px 0 50px 0; */
}

.respect-box ul li:nth-child(1) {
    background: url(../image/enterprise/2.png) no-repeat;
    background-size: 100% 100%;
}

.respect-box ul li:nth-child(2) {
    background: url(../image/enterprise/3.png) no-repeat;
    background-size: 100% 100%;
}

.respect-box ul li:nth-child(3) {
    background: url(../image/enterprise/4.png) no-repeat;
    background-size: 100% 100%;
}


.respect-box ul li .name {
    font-size: calc((36/19.2)*1vw);
    position: relative;
    display: inline-block;
    line-height: calc((80/19.2)*1vw);
    margin-top: calc((140/19.2)*1vw);
    margin-bottom: calc((39/19.2)*1vw);
    padding-bottom: 10px;
}

.respect-box ul li .name::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 4px;
    left: 50%;
    bottom: 0;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background: rgb(204, 0, 0);
}

.respect-box ul li p {
    font-size: calc((20/19.2)*1vw);
    line-height: calc((36/19.2)*1vw);
}

.happy-wrapper .happy-title {
    font-size: calc((36/19.2)*1vw);
    text-align: center;
    margin-top: calc((100/19.2)*1vw);
    margin-bottom: calc((58/19.2)*1vw);
}

.happy-wrapper .happy-con {
    display: flex;
    margin-bottom: calc((60/19.2)*1vw);
}



.happy-wrapper .item-box {
    width: 50%;
    font-size: calc((20/19.2)*1vw);

}

.item-con {
    line-height: calc((44/19.2)*1vw);
}

.happy-wrapper .item-box img {
    width: calc((840/19.2)*1vw);
}

.happy-wrapper .itemBoxR {
    padding: 0 calc((91/19.2)*1vw);
}

.happy-wrapper .itemBoxL {
    padding-right: calc((91/19.2)*1vw);
}

.happy-wrapper .item-title {
    letter-spacing: calc((30/19.2)*1vw);
    /* 设置文字间距为 2 像素 */
    font-size: calc((30/19.2)*1vw);
}

.happy-wrapper .item-title span {
    font-size: calc((40/19.2)*1vw);
    color: #2d2d2d;
    position: relative;
    display: inline-block;
    padding-bottom: 20px;
    margin-bottom: 50px;
}

.happy-wrapper .item-title span::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 4px;
    left: 50%;
    bottom: 0;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background: rgb(204, 0, 0);
}



.purpose {
    text-align: center;
    padding-top: calc((118/19.2)*1vw);
}

.purpose p {
    line-height: calc((60/19.2)*1vw);
    font-size: calc((26/19.2)*1vw);
    color: #2d2d2d;
}

.public-title {
    font-size: calc((30/19.2)*1vw);
    color: #2d2d2d;
    position: relative;
    padding-bottom: calc((20/19.2)*1vw);
    text-align: center;
}

.public-title::after {
    position: absolute;
    content: '';
    width: 50px;
    height: 4px;
    left: 50%;
    bottom: 0;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background: #c30705;
}

.footerBox {
    /* width: 100vw; */
    height: 50vw;
    position: relative;
    background: url(../image/enterprise/8.png) no-repeat;
    background-size: 100% 100%;
}



@media (max-width: 860px) {
    .pc-show {
        display: none !important;
    }

    .mobile-show {
        display: block !important;
    }

    .common {
        width: calc((343/3.75)*1vw);
    }

    .title {
        margin: 30px 0 25px;
        font-size: 20px;
        font-weight: 700;
    }

    .introduction {
        display: block;
    }

    .introductionL {
        width: 100%;
        padding: 14px;
        font-size: 14px;

    }

    .detailsTitle {
        font-size: 20px;
        font-weight: 700;
    }

    .details>div {
        margin-top: 15px;
        line-height: 24px;
    }

    .introductionR {
        width: 100%;
    }

    .digit {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
        place-items: center;
    }

    .percent {
        width: 130px;
        height: 130px;
    }

    .unit {
        font-size: 12px;
    }

    .digit .number .counter {
        font-size: 36px;
    }

    .digit li p {
        margin-top: 10px;
        font-size: 14px;
    }

    .philosophy-title {
        font-size: 20px;
        padding-top: 40px;
        font-weight: 700;
    }

    .philosophy-text {
        font-size: 14px;
        line-height: 24px;
        padding: 40px 0;
    }

    .philosophy-text>p {
        margin-bottom: 10px;
    }

    .public-title {
        font-size: 20px;
        font-weight: 700;
    }

    .divider::before {
        content: '';
        position: absolute;
        left: 0;
        top: 50%;
        width: 40%;
        transform: translateY(-50%);
        height: 0px;
        background: rgba(47, 47, 47, 0.5);
    }

    .divider::after {
        content: '';
        position: absolute;
        right: 0;
        top: 50%;
        width: 40%;
        height: 0px;
        background: rgba(47, 47, 47, 0.5);
        transform: translateY(-50%);
    }

    .respect-box ul {
        display: block;
    }

    .respect-box ul li {
        width: 100%;
        height: calc((260/3.75)*1vw);
        margin-bottom: calc((10/3.75)*1vw);
    }

    .respect-box ul li p {
        font-size: 14px;
        line-height: calc((22/3.75)*1vw);
    }

    .respect-box ul li .name {
        font-size: 20px;
        margin-top: calc((80/3.75)*1vw);
        margin-bottom: calc((39/3.75)*1vw);
    }

    .respect-box .respect-title {
        font-size: 16px;
        margin-bottom: calc((40/3.75)*1vw);
    }

    .happy-wrapper .happy-title {
        font-size: 16px;
        margin: 20px 0;
    }


    .happy-wrapper .happy-con {
        display: block;
        margin-bottom: calc((30/3.75)*1vw);
    }

    .happy-wrapper .itemBoxR {
        padding: 0;
    }

    .happy-wrapper .item-box {
        width: 100%;
        font-size: calc((14/3.75)*1vw);
    }

    .item-con {
        line-height: calc((24/3.75)*1vw);
    }

    .happy-wrapper .item-title {
        font-size: calc((14/3.75)*1vw);
        margin-top: calc((10/3.75)*1vw);
    }

    .happy-wrapper .item-title span {
        font-size: calc((26/3.75)*1vw);
        margin-bottom: calc((10/3.75)*1vw);
        padding-bottom: calc((10/3.75)*1vw);
    }

    .happy-wrapper .item-box img {
        width: calc((343/3.75)*1vw);
    }

    .footerBox {
        height: calc((710/3.75)*1vw);
        position: relative;
        background: url(../image/enterprise/mod8.png) no-repeat;
        background-size: 100% 100%;
    }

    .purpose {
        text-align: center;
        padding-top: calc((80/3.75)*1vw);
    }

    .purpose p {
        line-height: calc((30/3.75)*1vw);
        font-size: calc((14/3.75)*1vw);
        color: #2d2d2d;
    }

    .public-title {
        color: #2d2d2d;
        position: relative;
        padding-bottom: calc((20/3.75)*1vw);
        text-align: center;
        margin-bottom: 20px;
    }

    .back {
        width: 123px;
        height: 34px;
        line-height: 34px;
        text-align: center;
        background-color: rgb(204, 0, 0);
        color: #fff;
        margin: 40px auto;
    }
}
