/* page-banner */

.page-banner {
    position: relative;
}

.page-banner>img {
    display: block;
    width: 100%;
}

.banner-fix {
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 99;
    width: 100%;
    height: 100%;
}

.banner-fix .fll-con {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    height: 100%;
}

.banner-fix h4 {
    font-size: 52px;
    line-height: 1;
    font-family: "Arial";
    margin-bottom: 20px;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-weight: bold;
    color: #fff
}

.banner-fix p {
    line-height: 1;
    font-size: 26px;
    font-family: "arial";
    color: rgba(255, 255, 255, .8)
}

@media (max-width:992px) {
    .page-banner>img {
        height: 220px;
        object-fit: cover;
    }
    .banner-fix h4 {
        font-size: 30px;
    }
    .banner-fix p {
        font-size: 16px;
    }
}


/**/

.about-profile {
    position: relative;
    padding-top: 5.2083vw;
    padding-bottom: 5.2083vw;
    overflow: hidden;
}

.about-block {
    display: flex;
    justify-content: space-between
}

.aboutb-right {
    width: calc(100% - 300px);
    max-width: 1150px;
}

.aboutb-utxt {
    color: #777777;
    line-height: 1.875;
}

.about-workshop {
    position: relative;
    background: #f3f3f3;
    overflow: hidden;
}

.mySwiper {
    position: relative;
}

.mySwiper .swiper-slide {
    position: relative;
}

.mySwiper .swiper-slide a {
    display: block;
}

.mySwiper .swiper-slide a img {
    display: block;
    width: 100%;
}

.about-workshop .swiper-pagination1 {
    bottom: 0px;
}

.about-honor {
    position: relative;
    padding-top: 4.166vw;
    padding-bottom: 5.2083vw;
}

.honor-flex {
    display: flex;
}

.honor-flex .img {
    width: 40%;
}

.honor-flex .img img {
    width: 100%;
    height: 100%;
}

.honor-flex .wenzi {
    width: 60%;
    padding: 5% 2%;
    display: flex;
    flex-direction: column;
    background: #164A96 url(//wm.cdn.cn86.cn/wmy79/2025/08/397f8f630236tqqw.jpg) no-repeat center / cover;
}

.honor-flex .wenzi .content {
    line-height: 1.5em;
}

@media (max-width: 1100px) {
    .honor-flex {
        flex-wrap: wrap;
    }
    .honor-flex>.img {
        width: 100%;
    }
    .honor-flex>.wenzi {
        width: 100%;
        padding: 40px 20px;
    }
}

.mySwiper2 {
    position: relative;
    overflow: hidden;
    height: 600px;
    max-height: 100vh;
}

.mySwiper2 .swiper-slide {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.history-item-intro {
    overflow: visible;
    position: relative;
    width: 100%;
    height: 100%;
    right: auto;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    background: #0009;
    max-height: none;
    margin-top: 0;
}

.history-event {
    margin: auto;
    width: 90vw;
}

.mySwiper2 .swiper-pagination2 {
    position: absolute;
    right: auto;
    z-index: 9;
    left: 10.416%;
}

.mySwiper2 .swiper-pagination2 .swiper-pagination-bullet {
    background: #fff;
    width: 12px;
    height: 12px;
    margin: 12px 0!important;
    opacity: 1;
}

.mySwiper2 .swiper-pagination2 .swiper-pagination-bullet-active {
    background-color: var(--main-theme-color)!important;
}

.about-partner-list {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    margin-right: -10px;
    margin-left: -10px;
}

.about-partner-list li {
    position: relative;
    width: calc(100%/6);
    margin-top: 30px;
}

.about-partner-list li .partner-item {
    display: flex;
    justify-content: space-between;
    border-radius: 10px;
    padding: 10px;
    margin-right: 10px;
    margin-left: 10px;
}

.about-partner-list li .partner-item .img {
    width: 100%;
    height: 100px;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 0 10px #3333;
    position: relative;
    cursor: pointer;
}

.about-partner-list li .partner-item .img::before {
    padding-top: 100%;
    content: "";
    display: block;
}

.about-partner-list li .partner-item .img img {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    left: 10px;
    width: calc(100% - 20px);
    object-fit: contain;
}

@media (max-width: 1280px) {
    .about-partner-list li {
        margin-top: 10px;
    }
    .about-partner-list li .partner-item .img {
        height: 80px;
    }
}

@media (max-width: 1024px) {
    .about-block {
        display: block;
    }
    .aboutb-right {
        width: 100%;
        margin-top: 20px;
    }
    .about-partner-list li .partner-item .img {
        height: 60px;
    }
}

@media (max-width: 992px) {
    .about-partner-list li {
        width: calc(100%/4);
    }
}

@media (max-width: 768px) {
    .about-partner-list li {
        width: calc(100%/2);
    }
    .about-partner-list li .partner-item {
        padding: 5px;
    }
    .about-honor {
        padding: 40px 0;
    }
    .mySwiper2 {
        max-height: 60vh;
    }
    .mySwiper2 .swiper-pagination2 {
        left: 15px;
    }
}