.no_index {
    display: none !important
}

.yes_index {
    display: block !important
}

.swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: #fff;
    opacity: 1;
    border: 1px solid var(--color-main)
}

.swiper-pagination-bullet-active {
    background: var(--color-main)
}

.home_swiper {
    position: relative;
    overflow: hidden
}

.home_swiper .img {
    padding-bottom: calc((850 / 19.2) * 1%)
}

.home_swiper .swiper-pagination {
    bottom: 20px;
}

.home_swiper .swiper-button-prev,
.home_swiper .swiper-button-next {
    width: 46px;
    height: 105px;
    background-repeat: no-repeat;
    background-size: 25%;
    background-color: rgba(0, 0, 0, 0.5);
    background-position: center
}

.home_swiper .swiper-button-prev:hover,
.home_swiper .swiper-button-next:hover {
    background-color: var(--color-main)
}

.home_swiper .swiper-button-prev {
    background-image: url(../images/color/home_l.png);
    left: 0
}

.home_swiper .swiper-button-next {
    background-image: url(../images/color/home_r.png);
    right: 0
}

.home_swiper_h5 {
    padding-bottom: 65%;
    position: absolute;
    top: 999999px
}

.box1 {
    padding: 40px 0;
    background: var(--color-main)
}

.box1 .box1_main {
    --pd: 40px;
    --mt: 40px
}

.box1 .box1_main .item {
    position: relative;
    padding: 30px 20px 20px;
    background: #fff
}

.box1 .box1_main .item span {
    display: inline-block;
    position: absolute;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background: var(--color-main2);
    left: 50%;
    top: -12.5px;
    transform: translateX(-50%)
}

.box1 .box1_main .item .title {
    text-align: center;
    font-size: 22px;
    color: var(--color-main);
    font-family: DIN;
    line-height: 1.4;
    margin: 0
}

.box1 .box1_main .item .desc {
    line-height: 1.5;
    font-size: 15px
}

.box2 .box2_main {
    --pd: 40px;
    --mt: 40px;
    margin-top: 20px
}

.box2 .box2_main .item:hover .info,
.box2 .box2_main .item.active .info,
.box2 .box2_main .item:hover .mark,
.box2 .box2_main .item.active .mark {
    opacity: 1
}

.box2 .box2_main .mark,
.box2 .box2_main .info {
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transition: all .3s ease
}

.box2 .box2_main .mark {
    background: rgba(0, 0, 0, 0.35);
    z-index: 2;
    padding: 20px
}

.box2 .box2_main .mark .desc {
    color: #fff;
    position: absolute;
    bottom: 20px;
    line-height: 1.5
}

.box2 .box2_main .info {
    z-index: 1
}

.box2 .box2_main .img {
    padding-bottom: 100%
}

.box2 .box2_main .title {
    margin: 0;
    background: var(--color-main);
    padding: 10px;
    text-align: center;
    flex: 1
}

.box3 {
    padding: calc((140 / 19.2) * 1%) 0;
    background: url(../images/other/box3_bg.webp) no-repeat center / cover
}

.box3 .box3_main {
    --pd: 80px
}

.box3 .box3_main .title {
    font-size: 26px;
    font-family: DIN;
    line-height: 1.4
}

.box3 .box3_main .desc {
    margin-top: 20px;
    line-height: 1.7
}

.box3 .box3_main .c_btn {
    margin-top: 20px
}

.box3 .box3_main ul li {
    text-shadow: -2px -2px 0 #fff, 0 -2px 0 #fff, 2px -2px 0 #fff, -2px 0 0 #fff, 2px 0 0 #fff, -2px 2px 0 #fff, 0 2px 0 #fff, 2px 2px 0 #fff;
    font-size: 20px;
    line-height: 35px;
    display: flex;
}

.box3 .box3_main ul li:before {
    content: "";
    display: inline-block;
    width: 30px;
    height: 30px;
    background: url(../images/color/dui.webp) no-repeat center / contain;
    margin-right: 20px;
    flex-shrink: 0;
}

.box5 .box5_swiper .img {
    padding-bottom: calc((340 / 4.53) * 1%)
}

.box5 .box5_swiper .info {
    position: absolute;
    padding: 20px;
    background: #fff;
    bottom: 0;
    transform: translateY(100%);
    transition: all .3s ease
}

.box5 .box5_swiper .desc {
    line-height: 1.7;
    margin: 0
}

.box5 .box5_swiper .more {
    text-align: right;
    display: block
}

.box5 .box5_swiper .item:hover .info {
    transform: translateY(0)
}

.box6 {
    background: #fafafa
}

.box6 .box6_main {
    margin-top: 40px;
    --pd: 50px;
    --l-w: calc((625 / 14) * 1%);
    align-items: flex-start
}

.box6 .box6_main .lll {
    display: flex;
    flex-wrap: wrap;
    --pd: 40px;
    --mt: 40px
}

.box6 .box6_main .lll .item {
    flex-direction: row;
    padding: 20px 10px;
    border: 2px solid var(--color-main);
    border-radius: 8px
}

.box6 .box6_main .lll .img {
    margin-right: 10px;
    width: 50px;
    height: 50px;
    flex-shrink: 0
}

.box6 .box6_main .lll .nums {
    display: flex;
    align-items: flex-end
}

.box6 .box6_main .lll .nums div {
    color: var(--color-main)
}

.box6 .box6_main .lll .nums .num1 {
    font-size: 36px
}

.box6 .box6_main .lll .desc {
    margin-top: 5px
}

.box6 .box6_main .lll .c_btn {
    margin-top: 40px;
    position: relative;
    left: 50%;
    transform: translateX(-50%)
}

.box6 .box6_main .lll .c_btn:hover {
    transform: translateX(-50%) translateY(-5px)
}

.box6 .box6_main .rrr {
    padding-bottom: calc((430 / 14) * 1%)
}

.box7 {
    padding: calc((50 / 19.2) * 1%) 0;
    background: url(../images/color/box7_bg.webp) no-repeat center / cover
}

.box7 .size26,
.box7 .sizedesc,
.box7 .box7_main .title,
.box7 .box7_main .desc {
    color: #fff;
}

.box7 .box7_main {
    margin-top: 40px;
    --pd: 20px;
    --mt: 20px
}

.box7 .box7_main .img {
    width: 80px;
    height: 80px
}

.box7 .box7_main .title {
    margin-top: 10px;
    line-height: 1.4
}

.box7 .box7_main .desc {
    margin-top: 10px;
    line-height: 1.7
}

.box7 .c_btn2:hover {
    transform: translateX(-50%) translateY(-5px)
}

.box8 {
    padding: calc((50 / 19.2) * 1%) 0;
    background: #fafafa
}

.box8 .box8_main {
    --pd: 50px;
    align-items: center
}

.box8 .lll .size26 {
    display: flex
}

.box8 .lll .size26:before {
    content: "";
    display: block;
    width: 40px;
    height: 30px;
    background: url(../images/color/box8_0.webp) no-repeat center / contain;
    flex-shrink: 0;
    margin-right: 10px
}

.box8 .lll .tit2 {
    margin-top: 20px;
    font-family: DIN;
    font-size: 18px;
    margin-left: 50px
}

.box8 .lll .ul1 {
    margin-top: 20px
}

.box8 .lll .ul1 li {
    line-height: 40px
}

.box8 .lll .ul1 li:before {
    content: "";
    display: inline-block;
    width: 24px;
    height: 25px;
    background: url(../images/color/ztop.svg) no-repeat center / contain;
    margin-right: 5px;
    position: relative;
    top: 5px
}

.box8 .lll .c_btn {
    margin-top: 20px
}

.box8 .rrr {
    --pd: 50px;
    --mt: 50px;
    position: relative
}

.box8 .rrr .img {
    padding-bottom: calc((322 / 13) * 1%)
}

.box8 .rrr .img:last-child {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    margin: 0
}

.box9 {
    padding-bottom: 0
}

.box9 .box9_swiper {
    margin-top: 20px;
    --pd: 1px
}

.box9 .box9_swiper .img {
    padding-bottom: 100%;
    padding-bottom: calc((180 / 14) * 1%)
}

.box9 .box9_swiper .img img {
    object-fit: contain
}

.box10 .news_swiper {
    margin-top: 20px;
    position: relative
}

.box10 .news_swiper .img {
    padding-bottom: calc((373 / 4.66) * 1%)
}

.box10 .news_swiper .img .time {
    position: absolute;
    left: 20px;
    top: 20px;
    padding: 10px 15px;
    background: #fff;
    text-align: center
}

.box10 .news_swiper .img .time span {
    line-height: 1;
    color: var(--color-main);
}

.box10 .news_swiper .img .time span:first-child {
    font-size: 30px
}

.box10 .news_swiper .img .time span:last-child {
    font-size: 24px
}

.box10 .news_swiper .read_more {
    background-color: var(--color-main2);
    margin-top: -14px;
    padding: 5px 10px;
    display: inline-block;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
    white-space: nowrap;
    color: #fff;
}

.box10 .news_swiper .read_more:hover {
    color: #fff !important;
    background: var(--color-main);
}

.box10 .news_swiper .title {
    display: block;
    font-size: 24px;
    line-height: 1.4;
    margin-top: 40px
}

@media screen and (max-width:1366px) {

    .box2 .box2_main,
    .box6 .box6_main .lll {
        --pd: 20px;
        --mt: 20px
    }

    .box6 .box6_main {
        --pd: 30px
    }

    .send_message .send_msg_main {
        --pd: 60px
    }
}

@media screen and (max-width:950px) {
    .home_swiper {
        position: absolute;
        top: 999999px
    }

    .home_swiper_h5 {
        position: relative;
        top: unset
    }

    .box3 .box3_main ul li:before {
        position: relative;
        top: 8px;
    }

    .box1 .box1_main {
        --pd: 10px;
        --mt: 20px
    }

    .box1 .box1_main .item {
        padding: 30px 10px 20px
    }

    .box1 .box1_main .item .title {
        font-size: 18px
    }

    .box2 .box2_main .img {
        border: 1px solid rgba(0, 0, 0, 0.35)
    }

    .box2 .box2_main .img img {
        width: calc(100% - 2px);
        height: calc(100% - 2px);
        left: 1px;
        top: 1px
    }

    .box2 .box2_main .title {
        font-size: 16px
    }

    .box3 {
        padding: 40px 0
    }

    .box3 .box3_main .title {
        font-size: 20px
    }

    .box3 .box3_main ul li {
        font-size: 18px
    }

    .box3 .box3_main ul li::before {
        margin-right: 10px;
        width: 20px;
        height: 20px;
        top: 5px
    }

    .box5 {
        padding-top: 0
    }

    .box6 .box6_main {
        flex-direction: column-reverse
    }

    .box6 .box6_main .lll {
        --pd: 10px;
        --mt: 10px;
        margin-top: 20px
    }

    .box6 .box6_main .lll .item {
        align-items: center
    }

    .box6 .box6_main .lll .img {
        width: 40px;
        height: 40px
    }

    .box6 .box6_main .lll .nums .num1 {
        font-size: 26px
    }

    .box6 .box6_main .rrr {
        margin-top: 0;
        padding-bottom: 70%
    }

    .box7 {
        padding: 50px 0
    }

    .box7 .box7_main .img {
        width: 40px;
        height: 40px
    }

    .box7 .box7_main .title {
        font-size: 16px
    }

    .box8 {
        padding: 50px 0
    }

    .box8 .box8_main {
        flex-direction: column-reverse
    }

    .box8 .box8_main .rrr {
        --pd: 30px;
        --mt: 30px;
        margin: 0
    }

    .box8 .box8_main .lll {
        margin-top: 20px
    }

    .box9 .box9_swiper .img {
        padding-bottom: 20%
    }

    .box10 .news_swiper .title {
        font-size: 16px
    }
}