main {
    background-color: var(--txt_white);
}

main::after {
    content: '';
    display: block;
    height: 130px;
}

/* 公司简介 */
.gsjj {
    background-color: white;
    padding: 100px 0;
}


.gsjj-left p {
    text-indent: 0 !important;
}

.gsjj-right img {
    margin-top: 16px;
    border-radius: 12px;
}

/* 发展历程 */
.fzlc {
    padding: 100px 0;
    background-color: var(--boxbg);
    position: relative;
}

.swiper {
    width: 100%;
    height: 800px;
}

.swiper-slide {
    overflow: hidden;
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 500px;
    border-radius: 12px;
    background: linear-gradient(-180deg, rgba(51, 143, 255) 0%, var(--txt_white) 100%);
}

.his-year {
    display: none;
    font-weight: 600;
    text-align: center;
    color: var(--txt_white);
}

.swiper-slide-gradient {
    width: 100%;
    height: 100%;
    position: absolute !important;
    top: 0;
    left: 0;
    background: linear-gradient(0deg, var(--txt_white) 30%, transparent 100%);
}

.swiper-slide-gradient-c {
    height: 500px;
    width: 500px;
    border-radius: 50%;
    position: absolute;
    margin-left: 50%;
    left: -250px;
    overflow: hidden;
    margin-top: 100px;
    box-shadow: 0 0 14px rgba(0, 0, 0, 0.2);
}

.swiper-slide-gradient-c>div {
    height: 70px;
    line-height: 70px;
    width: 100%;
    background-color: rgba(0, 62, 178, 0.9);
    position: absolute;
    bottom: 70px;
    color: var(--txt_white);
    font-size: 1rem;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* 前进后退按钮 */
.swiper-button-next,
.swiper-button-prev {
    position: absolute;
    top: 350px !important;
    right: 4% !important;
    left: auto;
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-prev {
    left: 4% !important;
    right: auto;
}

/* 分页器容器 */
.sw-cus1 {
    top: 666px !important;
    height: 80px;
    justify-content: space-between !important;
    width: 100% !important;
}

/* 分页器-横线 */
.sw-cus1::after {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background-color: rgba(0, 0, 0, 0.1);
    position: absolute;
    top: 10%;
    z-index: -1 !important;
}

/* 分页器圆点 */
.swiper-pagination-bullet {
    height: 10px !important;
    width: 10px !important;
    color: var(--txt_color);
    line-height: 80px;
    font-size: 1rem;
    margin: 0 30px !important;
    border: 1px solid var(--primary_color);
    background-color: var(--boxbg) !important;
    opacity: 1 !important;
    text-align: center;
}

.swiper-pagination-bullet span {
    margin-left: -15px;
}

/* 分页器圆点-激活 */
.swiper-pagination-bullet-active {
    height: 20px !important;
    width: 20px !important;
    font-size: 1.6rem;
    font-weight: 600;
    color: var(--primary_color);
    background-color: var(--primary_color) !important;
    border: 0;
}

/* 资质荣誉 */
.zzry {
    padding: 100px 0;
    background: url(/images/honbg.jpg) center no-repeat;
    background-size: cover;
    position: relative;
    /* height: 930px; */
}

/* 合作客户 */
.hzkh {
    padding: 100px 0;
    background-color: white;
    position: relative;
}

/* 企业文化 */
.qywh {
    padding: 100px 0;
    background-color: var(--boxbg);
    position: relative;
}

.qywh-btn {
    text-indent: -9999 !important;
    color: white;
    border-radius: 10px !important;
}

.qywh-text {
    position: absolute;
    display: flex;
    flex-direction: column;
    top: 17%;
    left: 7%;
    color: white;
    font-size: 1rem;
    text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
}

.qywh-text>span:first-child {
    font-size: 2rem;
    margin-bottom: 0.5rem;
    font-weight: 600;
}

.a-du-1500 {
    animation-duration: 1.5s !important;
}

.a-de-500 {
    animation-delay: 0.5s;
}

/* 厂区环境 */
.cqhj {
    padding: 100px 0 0 0;
    background-color: var(--txt_white);
    position: relative;
}

@media screen and (min-width:992px) {
    .qywh-btn {
        height: 50px !important;
        width: 30% !important;
        background-color: var(--primary_color) !important;
        text-align: center !important;
        text-indent: 0 !important;
        color: white;
        border-radius: 10px !important;
    }

    .gsjj-right img {
        margin-left: 20px;
        margin-top: 100px;
        border-radius: 12px;
    }

    .his-year {
        display: inline-block;
        font-size: 28rem;
    }

}

@media screen and (min-width:1400px) {
    .his-year {
        font-size: 33rem;
    }
}