.swiper-button-prev::after,
.swiper-button-next::after {
    font-size: 0;
}


/* 内页 */

.about-section1 {
    position: relative;
    padding: 6.25vw 0 20px;
}

.n-about-left {
    position: relative;
    overflow: hidden;
    width: 45.66%;
}

.n-about-left img {
    display: block;
    width: 100%;
}

.n-about-right {
    position: relative;
    padding-left: 40px;
    width: 54.33%;
}

.n-about-right .p1 {
    font-size: 20px;
    color: var(--main-theme-color);
    font-weight: bold;
    line-height: 1.5;
    margin-bottom: 15px;
}

.n-about-right .p2 {
    font-size: 44px;
    color: #222222;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 20px;
}

.n-about-right .p3 {
    font-size: 17px;
    color: #888888;
    line-height: 1.8;
    margin-bottom: 50px;
}

.n-about-right .p4 span {
    color: #fff;
    font-size: 17px;
    margin-left: 50px;
    margin-left: 0px;
    line-height: 28px;
    background: var(--main-theme-color);
    padding: 20px 30px;
}

.n-about-right .p4 span a{
    color: #fff;
}

.about_video_btn {
    position: relative;
    display: block;
    width: 57px;
    height: 57px;
    z-index: 10;
    cursor: pointer;
}

.about_video_btn .bts {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    background-image: url(//wm.cdn.cn86.cn/yzkaisuer/2025/05/bbfb950b42hzu00g.png)
}

.about_video_btn .btns_bwen {
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0
}

.about_video_btn .circle,
.about_video_btn .circle1,
.about_video_btn .circle2,
.about_video_btn .circle3 {
    width: 100%;
    height: 100%;
    background: rgba(214, 10, 0, .7);
    border: 1px solid rgba(255, 255, 255, 0);
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0
}

.about_video_btn .circle1,
.about_video_btn .circle2 {
    animation-name: circleChange;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-timing-function: linear
}

.about_video_btn .circle1 {
    animation-delay: 1s
}

.about_video_btn .circle2 {
    animation-delay: 2s
}

@keyframes circleChange {
    0% {
        transform: scale(1);
        opacity: .95
    }
    25% {
        transform: scale(1.2);
        opacity: .75
    }
    50% {
        transform: scale(1.4);
        opacity: .5
    }
    75% {
        transform: scale(1.6);
        opacity: .25
    }
    100% {
        transform: scale(1.8);
        opacity: .05
    }
}


/**/

.transition_1 {
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s
}

.img_bg {
    -o-background-size: contain;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center
}

.img_sca {
    overflow: hidden;
    display: block
}

.img_sca:hover .img_bg {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2)
}

.grid-box {
    font-size: 0;
    letter-spacing: -4px;
    font-size: 12px;
    line-height: 1.5;
}

.grid-box .column {
    display: inline-block;
    font-size: 12px;
    vertical-align: top;
    letter-spacing: 0
}

.grid-box>.column {
    width: 50%;
}

.init-2 {
    z-index: 3;
    position: relative;
    padding-bottom: 76px
}

.init-2 .bg {
    content: '';
    position: absolute;
    width: 100%;
    height: -webkit-calc(-60%);
    height: -moz-calc(-60%);
    height: calc(100% - 160px);
    top: 160px;
    left: 0;
    -o-background-size: cover;
    background-size: cover;
    z-index: -1;
}

.init-2 .max1500 .column-left {
    color: #fff;
    margin-top: 90px
}

.init-2 .max1500 .column-left .tips {
    color: red;
    font-weight: 700
}

.init-2 .max1500 .column-left .title {
    font-weight: 700;
    max-width: 410px
}

.init-2 .max1500 .column-left .list_cont .list {
    margin-top: 30px
}

.init-2 .max1500 .column-left .list_cont .list .img {
    vertical-align: middle;
    width: 90px;
    height: 90px;
    background-color: #fd0400;
    text-align: center;
    position: relative
}

.init-2 .max1500 .column-left .list_cont .list .img img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 60px;
    height: 60px;
    -o-object-fit: contain;
    object-fit: contain
}

.init-2 .max1500 .column-left .list_cont .list .cont {
    padding-left: 20px;
    vertical-align: middle;
    width: -webkit-calc(10%);
    width: -moz-calc(10%);
    width: calc(100% - 90px)
}

.init-2 .max1500 .column-left .list_cont .list .cont .title_2 {
    font-weight: 700
}

.init-2 .max1500 .column-left .list_cont .list .cont .title_2 p {
    margin-bottom: 0px;
}

.init-2 .max1500 .column-left .list_cont .list .cont .des_2 {
    color: #bbb;
    line-height: 1.6;
    margin-top: 10px
}

.init-2 .max1500 .column-left .list_cont .list:hover .img {
    border-radius: 10px
}

.init-2 .max1500 .column-left .list_cont .list2 .img {
    background-color: #222
}

.init-2 .max1500 .column-left .list_cont .list3 .img {
    background-color: #fff
}

.init-2 .max1500 .column-right {
    padding-left: 40px
}

.init-2 .max1500 .column-right .list_cont {
    margin: 0 -15px
}

.init-2 .max1500 .column-right .list_cont .list {
    margin-top: 25px;
    padding: 0 15px;
    width: 33.33333%;
}

.init-2 .max1500 .column-right .list_cont .list .box {
    z-index: 1;
    position: relative;
    background-color: #fff;
    padding: 40px 10px 20px;
    text-align: center
}

.init-2 .max1500 .column-right .list_cont .list .box .shadow {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    opacity: 0;
    -o-background-size: cover;
    background-size: cover
}

.init-2 .max1500 .column-right .list_cont .list .box .sub {
    content: '';
    position: absolute;
    width: 100%;
    height: 7px;
    top: 0;
    left: 0;
    background-color: red
}

.init-2 .max1500 .column-right .list_cont .list .box .num {
    font-size: 48px;
    font-weight: 700;
    color: #111111;
    line-height: 1
}

.init-2 .max1500 .column-right .list_cont .list .box .des {
    margin-top: 16px;
    min-height: 60px;
    line-height: 25px;
    color: #666666;
}

.init-2 .max1500 .column-right .list_cont .list .box .des p {
    margin-bottom: 0px;
}

.init-2 .max1500 .column-right .list_cont .list .box:hover .shadow {
    opacity: 1
}

.pt-110 {
    padding-top: 110px
}

.font-40 {
    font-size: 40px
}

.font-32 {
    font-size: 32px
}

.font-24 {
    font-size: 24px
}

.font-20 {
    font-size: 20px;
    line-height: 1.8
}

.font-18 {
    font-size: 18px;
    line-height: 1.8
}

.font-16 {
    font-size: 16px;
    line-height: 2
}

.font-14 {
    font-size: 14px
}

@media (max-width: 1500px) {
    .font-40 {
        font-size: 30px
    }
}

@media (max-width: 1250px) {
    .init-2 .max1500 .column-left {
        width: 100%
    }
    .init-2 .max1500 .column-left .title {
        max-width: 100%
    }
    .init-2 .max1500 .column-right {
        width: 100%;
        padding: 0;
        margin-top: 20px
    }
    .init-2 .max1500 .column-right img {
        width: 100%;
        display: none
    }
}

@media (max-width: 768px) {
    .init-2 {
        margin-top: 40px;
        background-color: #000
    }
    .init-2 .bg {
        display: none
    }
    .init-2 .max1500 .column-left {
        margin-top: 0
    }
    .init-2 .max1500 .column-right .list_cont .list {
        width: 50%;
    }
}

@media (max-width: 500px) {
    .init-2 .max1500 .column-left .list_cont .list {
        text-align: center
    }
    .init-2 .max1500 .column-left .list_cont .list .cont {
        width: 100%;
        padding-left: 0;
        margin-top: 20px
    }
    .init-2 .max1500 .column-right .list_cont .list {
        width: 100%;
    }
    .init-2 .max1500 .column-right .list_cont .list .box .num {
        font-size: 36px;
    }
    .init-2 .max1500 .column-right .list_cont .list .box .des {
        min-height: auto;
    }
    .pt-110 {
        padding-top: 40px
    }
    .font-40 {
        font-size: 24px;
        line-height: 1.8
    }
    .font-32 {
        font-size: 24px;
        line-height: 1.8
    }
    .font-24 {
        font-size: 16px;
        line-height: 1.8
    }
    .font-20 {
        font-size: 18px
    }
    .font-18 {
        font-size: 16px;
        line-height: 2
    }
}

.init-3 {
    position: relative;
    z-index: 2;
    -o-background-size: cover;
    background-size: cover;
    padding-top: 60px;
    padding-bottom: 50px;
    text-align: center;
}

.init-3 .max1500 .tips {
    font-weight: 700;
    color: red;
    text-transform: uppercase
}

.init-3 .max1500 .tips_title {
    font-weight: 700;
    max-width: 550px;
    margin: 10px auto 0;
    color: #111111;
    line-height: 1.4
}

.init-3 .max1500 .content {
    margin: 40px 0px 0
}

.init3_swiper {
    position: relative;
    overflow: hidden;
}

.init3_swiper .swiper-slide a {
    display: block;
}

.init3_swiper .swiper-slide a img {
    display: block;
    width: 100%;
}


/**/

.about-section2 {
    position: relative;
    padding: 20px 0 5.2083vw;
    overflow: hidden;
}

.n-about-title {
    position: relative;
}

.n-about-title p {
    font-size: 20px;
    color: var(--main-theme-color);
    font-weight: bold;
    line-height: 1.5;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.n-about-title h3 {
    line-height: 1.2;
    font-size: 38px;
    color: #222222;
    font-weight: bold;
    margin-bottom: 20px;
}

.n-about-title .ree {
    position: relative;
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.n-about-title .ree .swiper-button-next,
.n-about-title .ree .swiper-button-prev {
    position: relative;
    left: 0px;
    right: 0px;
    bottom: 0px;
    top: 0px;
    margin: 0;
    width: 50px;
    height: 50px;
    margin-top: -25px;
    margin-left: 15px;
    font-size: 0;
    border: none;
    outline: none;
}

.n-about-title .ree .swiper-button-prev {
    background: url(//wm.cdn.cn86.cn/yzkaisuer/2025/05/8abed09233indimc.png) no-repeat center #777777;
}

.n-about-title .ree .swiper-button-next {
    background: url(//wm.cdn.cn86.cn/yzkaisuer/2025/05/8abed09233indimc.png) no-repeat center #777777;
    transform: rotate(180deg);
}

.n-about-title .ree .swiper-button-prev:hover {
    background: url(//wm.cdn.cn86.cn/yzkaisuer/2025/05/8abed09233indimc.png) no-repeat center var(--main-theme-color);
    transform: rotate(0deg);
}

.n-about-title .ree .swiper-button-next:hover {
    background: url(//wm.cdn.cn86.cn/yzkaisuer/2025/05/8abed09233indimc.png) no-repeat center var(--main-theme-color);
    transform: rotate(180deg);
}

.pin_swiper {
    position: relative;
    overflow: hidden;
}

.pin_swiper .swiper-slide {
    position: relative;
}

.pin_swiper .swiper-slide a {
    display: block;
}

.pin_swiper .swiper-slide a img {
    display: block;
    width: 100%;
}


/*  about */

@media (max-width: 1280px) {
    .n-about-right .p1,
    .n-about-title p {
        font-size: 18px;
    }
    .n-about-right .p2,
    .n-about-title h3 {
        font-size: 32px;
    }
    .n-about-right .p3 {
        font-size: 15px;
    }
    .n-about-right .p4 span {
        font-size: 15px;
        padding: 12px 20px;
    }
}

@media (max-width: 992px) {
    .n-about-left {
        width: 100%;
        margin-bottom: 30px;
    }
    .n-about-right {
        width: 100%;
    }
    .n-about-right .p4 span {
        margin-left: 30px;
    }
}

@media (max-width: 768px) {
    .n-about-right {
        padding-left: 20px;
    }
    .n-about-right .p2,
    .n-about-title h3 {
        font-size: 24px;
    }
    .n-about-title .ree {
        display: none;
    }
    .n-about-title h3 {
        margin-bottom: 0px;
    }
    .about-section1 {
        padding: 40px 0;
    }
    .about-section2 {
        padding-bottom: 40px;
    }
}