
.company-introduce-wrap {
                    padding-top: 1rem;
                    padding-bottom: 1rem;
                }

                .company-introduce-wrap .company-introduce {
                    display: flex;
                    justify-content: space-between;
                }

                .company-introduce-wrap .company-introduce-content {
                    max-width: 6.9rem;
                    width: 100%;
                    margin-right: 0.6rem;
                }

                .company-introduce-wrap .ic-text {
                    margin-top: 0.5rem;
                    line-height: 1.75;
                    color: #666;
                }

                .company-introduce-wrap .ic-text * {
                    line-height: 1.75;
                }

                .company-introduce-wrap .pic-box {
                    max-width: 8rem;
                    width: 100%;
                    height: 6rem;
                    border-radius: 0.1rem;
                    overflow: hidden;
                }

                .company-introduce-wrap .ci-databox {
                    display: flex;
                    justify-content: space-between;
                    margin-top: 0.7rem;
                }

                .company-introduce-wrap .cid-item {
                    max-width: 4.5rem;
                    width: 100%;
                }

                .company-introduce-wrap .cid-main {
                    display: flex;
                    align-items: center;
                    justify-content: space-between;
                    color: #333;
                    padding-bottom: 0.1rem;
                    border-bottom: 0.01rem solid #e3e3e3;
                }

                .company-introduce-wrap .data-icon {
                    width: 0.46rem;
                    height: 0.46rem;
                    margin-left: 0.5rem;
                }

                .company-introduce-wrap .cid-footer {
                    line-height: 1.5;
                    margin-top: 0.15rem;
                }

                @media (max-width: 750px) {
                    .company-introduce-wrap .company-introduce {
                        flex-direction: column;
                    }

                    .company-introduce-wrap .pic-box {
                        margin-top: 0.6rem;
                    }

                    .company-introduce-wrap .ci-databox {
                        flex-direction: column;
                    }

                    .company-introduce-wrap .cid-item:nth-child(n+2) {
                        margin-top: 0.5rem;
                    }

                    .company-introduce-wrap .data-val {
                        font-size: 0.8rem;
                    }
                }

                .vision-wrap {
                    position: relative;
                    display: flex;
                    min-height: 7.8rem;
                }

                .vision-wrap .module-bg {
                    position: absolute;
                    top: 0;
                    left: 0;
                    width: 100%;
                    height: 100%;
                }

                .vision-wrap .vision {
                    position: relative;
                    display: flex;
                    flex-direction: column;
                    justify-content: center;
                    flex: 1 0 0;
                    z-index: 1;
                }

                .vision-wrap .mod-title {
                    color: #fff;
                }

                .vision-wrap .mod-line {
                    background-color: var(--theme-sub-color);
                }

                .vision-wrap .v-content {
                    max-width: 4.9rem;
                    width: 100%;
                    margin-top: 0.55rem;
                    line-height: 1.91;
                    color: #fff;
                }

                .vision-wrap .v-content * {
                    line-height: unset;
                }
          
                .culture-wrap {
                    padding-top: 0.87rem;
                    padding-bottom: 1rem;
                }

                .culture-wrap .module-header {
                    display: flex;
                    flex-direction: column;
                    align-items: center;
                }

                .culture-wrap .culture-list {
                    display: flex;
                    flex-wrap: wrap;
                    margin-top: 0.6rem;
                }

                .culture-wrap .culture-item {
                    --translateY: 0;
                    position: relative;
                    width: 3rem;
                    height: 6rem;
                    border-radius: 0.1rem;
                    overflow: hidden;
                    transition: 0.5s;
                }

                .culture-wrap .culture-item:nth-child(n+2) {
                    margin-left: 0.2rem;
                }

                .culture-wrap .culture-item.active {
                    width: 6.4rem;
                }

                .culture-wrap .culture-item.active .culture-content {
                    transform: none;
                }

                .culture-wrap .culture-item.active .culture-info {
                    opacity: 1;
                }

                .culture-wrap .culture-item.active .slide {
                    left: 0;
                    transform: translateX(0);
                }

                .culture-wrap .culture-cover {
                    position: absolute;
                    top: 0;
                    left: 0;
                    width: 100%;
                    height: 100%;
                    display: flex;
                }

                .culture-wrap .culture-cover::after {
                    content: "";
                    position: absolute;
                    top: 0;
                    left: 0;
                    width: 100%;
                    height: 100%;
                    background: linear-gradient(to top, rgba(var(--theme-rgb), 0.9), rgba(var(--theme-rgb), 0) 60%);
                }

                .culture-wrap .culture-content {
                    position: relative;
                    display: flex;
                    flex-direction: column;
                    align-items: flex-start;
                    width: 100%;
                    margin-top: auto;
                    padding: 0.5rem;
                    color: #fff;
                    transform: translateY(var(--translateY));
                    z-index: 1;
                    transition: 0.5s;
                }

                .culture-wrap .culture-title {
                    line-height: 1.875;
                }

                .culture-wrap .culture-icon {
                    width: 0.4rem;
                    height: 0.4rem;
                }

                .culture-wrap .culture-info {
                    line-height: 2;
                    opacity: 0;
                }

                .culture-wrap .slide {
                    position: relative;
                    left: 50%;
                    transform: translateX(-50%);
                    transition: 0.3s;
                }

                @media (max-width: 750px) {
                    .culture-wrap .culture-item {
                        width: calc((100% - 0.2rem) / 2);
                    }

                    .culture-wrap .culture-item:nth-child(n+2){margin-left: 0;margin-top: .2rem;}
                }
           
                .honor-wrap {
                    min-height: 8.8rem;
                    padding-top: 0.9rem;
                    padding-bottom: 1.2rem;
                    background: url("/static/home/images/img/honor-bg.jpg") no-repeat center/cover;
                }

                .honor-wrap .honor-header {
                    display: flex;
                    align-items: center;
                    justify-content: space-between;
                    max-width: 17.2rem;
                    padding: 0 0.6rem;
                    width: 100%;
                    margin: 0 auto;
                }

                .honor-wrap .mod-line {
                    background-color: var(--theme-sub-color);
                }

                .honor-wrap .honor-info {
                    max-width: 7rem;
                    width: 100%;
                    line-height: 1.666;
                    color: #666;
                }

                .honor-wrap .honor-val {
                    color: var(--theme-color);
                }

                .honor-wrap .honor-label {
                    line-height: 1.875;
                    color: #666;
                }

                .honor-wrap .honor-main {
                    padding: 0 0.4rem 0.42rem;
                    background: url("./images/icon/exhibit-base.jpg");
                    background-repeat: repeat-x;
                    background-size: contain;
                    background-position: bottom left;
                    box-shadow: 0 0.2rem 0.2rem 0 rgba(0, 0, 0, 0.0666666667);
                }

                .honor-wrap .honor-list {
                    margin-top: 0.8rem;
                }

                .honor-wrap .swiper-slide {
                    width: 2.5rem;
                    margin-top: auto;
                    border-top: 0.12rem solid;
                    border-right: 0.15rem solid;
                    border-bottom: 0.12rem solid;
                    border-left: 0.15rem solid;
                    border-image-source: url("/static/home/images/icon/bd.png");
                    border-image-slice: 6%;
                    border-image-width: 15px;
                    border-image-repeat: round;
                }

                .honor-wrap .swp-ctrl {
                    display: flex;
                    justify-content: space-between;
                    margin-top: 0.5rem;
                }

                .honor-wrap .progress-box {
                    width: 6rem;
                    height: 0.04rem;
                    background-color: #d1d7df;
                }

                .honor-wrap .progress {
                    width: 0;
                    height: 100%;
                    background-color: var(--theme-color);
                }

                .honor-wrap .swp-turner {
                    display: flex;
                }

                .honor-wrap .swp-prev,
                .honor-wrap .swp-next {
                    width: 0.54rem;
                    height: 0.54rem;
                    display: flex;
                    align-items: center;
                    justify-content: center;
                    background-color: #fff;
                    border-radius: 50%;
                    box-shadow: 0px 0px 25px 0px rgba(15, 91, 162, 0.2);
                    padding: 0.19rem;
                    z-index: 5;
                    transition: 0.3s;
                }

                .honor-wrap .swp-prev:hover,
                .honor-wrap .swp-next:hover {
                    background-color: var(--theme-color);
                }

                .honor-wrap .swp-prev:hover img,
                .honor-wrap .swp-next:hover img {
                    filter: grayscale(1) brightness(10);
                }

                .honor-wrap .swp-prev {
                    margin-right: 0.2rem;
                }

                .honor-wrap .swp-prev img {
                    transform: rotateZ(180deg);
                }

                @media (max-width: 750px) {
                    .honor-wrap .honor-header {
                        flex-direction: column;
                        align-items: flex-start;
                    }

                    .honor-wrap .honor-info {
                        margin: 0.5rem 0;
                    }
                }
                .window {
                position: relative;
            }

            .share-side {
                position: absolute;
                top: 0;
                right: 0.1rem;
                display: flex;
                flex-direction: column;
                width: 2em;
                height: 100%;
                pointer-events: none;
                z-index: 50;
            }

            .share-side .share-list {
                position: sticky;
                top: 2.5rem;
                margin: 0.1rem 0;
            }

            .share-side .share-item {position: relative;display: flex;align-items: center;justify-content: center;width: 2em;height: 2em;padding: 0.15rem;border-radius: 0.04rem;background-color: #fff;pointer-events: auto;}
            .share-side .share-item:nth-child(n+2) {margin-top: 0.04rem;}
            .share-side .share-item:hover .popup {transform: translateY(-50%) scaleX(1);opacity: 1;pointer-events: auto;}
