/*  */

.max1550 {
    max-width: 1580px;
    padding-left: 15px;
    padding-right: 15px;
    margin: 0 auto;
}

.inner-banner {
    position: relative;
    background: #f1f3f5;
}

.inner-banner img {
    width: 100%;
    border-radius: 15px;
}

.inner-banner .txx {
    padding: 15px 0 30px;
    font-size: 14px;
}

.inner-banner .txx h2 {
    margin-bottom: 0px;
    font-size: 16px;
    font-weight: 400;
    color: #707070;
}


/* about-first */

.about-first {
    position: relative;
    padding: 4.427083vw 0;
}

.about1-left {
    position: relative;
}

.about1-left>h2 {
    font-size: 32px;
    color: #222222;
    font-weight: bold;
    margin-bottom: 30px;
    text-transform: uppercase;
    line-height: 1.5;
}

.about1-left .about1-txt {
    font-size: 15px;
    color: #666666;
    line-height: 1.7;
}

.about1-right {
    width: 100%;
    position: relative;
    overflow: hidden;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
}

.about1-right img {
    width: 100%;
}

.about-section2 {
    position: relative;
    background: #f1f3f5;
    padding: 4.166vw 0 3.125vw;
}

.about-tit2 h3 {
    text-transform: uppercase;
    font-size: 32px;
    color: #222222;
    font-weight: bold;
    line-height: 1;
}

.n-photo-list4 {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -20px;
}

.n-photo-list4 li {
    position: relative;
    width: calc(25% - 40px);
    margin: 0 20px 20px 20px;
}

.n-photo-list4 li a {
    display: block;
}

.n-photo-list4 li .img img {
    display: block;
    width: 100%;
}

.n-photo-list4 li .text {
    padding-top: 30px;
    text-align: center;
}

.n-photo-list4 li .text h3 {
    font-size: 20px;
    color: #222222;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 10px;
}

.n-photo-list4 li .text .p {
    font-size: 15px;
    color: #555555;
    line-height: 1.7;
    padding: 0 2.083vw;
}

.n-photo-list4 li:hover .text h3 {
    color: var(--sub-theme-color);
}


/* about-three */

.about-three {
    position: relative;
    padding: 7.2916vw 0 6.25vw;
    background: url(//wm.cdn.cn86.cn/dgxinwei/2025/05/c186540ader1nioa.jpg) no-repeat;
    background-size: cover;
}

.about3-left {
    position: relative;
}

.about3-left .about3-txt {
    font-size: 15px;
    color: #ffffff;
    line-height: 2.2;
}

.about3-right {
    position: relative;
    overflow: hidden;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
}

.about3-right img {
    width: 100%;
}

.about3-right a.playx {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 99;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}


/* about-honor */
.about-honor{
    padding: 5.2083vw 0;
}
.pin_swiper2{
    position: relative;
    padding-left: 40px;
    padding-right: 40px;
}
.pin_swiper {
    width: 100%;
    overflow: hidden;
}
.pin_swiper .swiper-slide {
    position: relative;
    overflow: hidden;border: 1px solid #eee;
}
.pin_swiper .swiper-slide a {
    display: block;
}
.pin_swiper .swiper-slide a > img {
    display: block;
    width: 100%;
}



.pin_swiper .swiper-pagination2 {
	bottom: 0px;
    position: relative;
    margin-top: 30px;
}


.swiper-button-next::after,
.swiper-button-prev::after {
    font-size: 0;
}
.pin_swiper .swiper-button-next2,
.pin_swiper .swiper-button-prev2 {
    position: absolute;
    width: 54px;
    height: 54px;
    top: 50%;
    margin-top: -27px;
    font-size: 0;
    outline: none;
    border: none;
    background: none;
    z-index: 99;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
}
.pin_swiper .swiper-button-prev2 {
    left: 0;
}
.pin_swiper .swiper-button-next2 {
    right: 0;
}










@media (max-width: 1200px) {
    .n-photo-list4 {
        margin: 0 -10px;
    }
    .n-photo-list4 li {
        width: calc(50% - 20px);
        margin: 0 10px 20px 10px;
    }
}

@media (max-width: 768px) {
    .inner-banner .txx {
        padding-bottom: 15px;
    }
    .n-photo-list4 li .text {
        padding-top: 20px;
    }
    .n-photo-list4 li .text h3 {
        font-size: 18px;
    }
    .about-first {
        padding: 40px 0;
    }
    .about-section2 {
        padding: 40px 0;
    }
    .about-three {
        padding: 40px 0;
    }
    .about1-left>h2 {
        font-size: 24px;
    }
    .contact-tit2 h3 {
        font-size: 24px;
    }

    .about-tit2 h3{
        font-size: 24px;
    }
    .n-photo-list4 li .text .p{
        line-height: 22px;
    }
    .mb-50{
        margin-bottom: 30px;
    }

    .about-honor{
        padding: 40px 0;
    }

}

@media (min-width: 992px) {
    .elementor-col-50 {
        width: 47.09%;
    }
}