.w1480, .container, .wrap{
    width: 14.8rem;
    max-width: 100%;
}
.idx_homeCon2 {
    width: 100%;
    height: auto;
    position: relative;
    z-index: 1;
    overflow: hidden;
    padding-top: 1.6rem;
    padding-bottom: 2.18rem;
}

.idx_homeCon2 .idx_title .t1 {
    color: #FF6B00;
}

.idx_homeCon2 .idx_title .t2 {
    margin-top: 0.2rem;
}

.idx_homeCon2 ul li {
    width: 4.4rem;
    margin: 0 0.2rem;
}

.idx_homeCon2 .item {
    position: relative;
    height: 6.8rem;
    overflow: hidden;
    -webkit-transition: all 0.8s ease;
    -o-transition: all 0.8s ease;
    transition: all 0.8s ease;
    cursor: pointer;
}

.idx_homeCon2 .item .img-default {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 1;
    -webkit-transition: all 0.5s cubic-bezier(0.32, 1.1, 0.69, 1.06);
    -o-transition: all 0.5s cubic-bezier(0.32, 1.1, 0.69, 1.06);
    transition: all 0.5s cubic-bezier(0.32, 1.1, 0.69, 1.06);
}

.idx_homeCon2 .item .img-hover {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0;
    -webkit-transition: all 1s cubic-bezier(0.32, 1.1, 0.69, 1.06);
    -o-transition: all 1s cubic-bezier(0.32, 1.1, 0.69, 1.06);
    transition: all 1s cubic-bezier(0.32, 1.1, 0.69, 1.06);
}

.idx_homeCon2 .item .word {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 1.2rem) translateZ(0);
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    padding-bottom: 0.56rem;
    -webkit-transition: all 0.3s cubic-bezier(0.32, 1.1, 0.69, 1.06);
    -o-transition: all 0.3s cubic-bezier(0.32, 1.1, 0.69, 1.06);
    transition: all 0.3s cubic-bezier(0.32, 1.1, 0.69, 1.06);
    background: linear-gradient(to bottom, rgba(var(--bgColor-rgb), 0) 0%, rgba(var(--bgColor-rgb), 0.9) 10%, rgba(var(--bgColor-rgb), 1) 100%);
    padding-top: 0.3rem;
    -webkit-font-smoothing: antialiased;
    backface-visibility: hidden;
}

.idx_homeCon2 .item .word .t2 {
    text-align: center;
    text-transform: uppercase;
    max-width: 81%;
}

.idx_homeCon2 .item .word .t1 {
    max-width: 81%;
}

.idx_homeCon2 .item .word .idx_more {
    margin-top: 0.56rem;
    display: block;
    height: 0.48rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.idx_homeCon2 .item .word .idx_more .more {
    border-color: #FF6B00 !important;
    color: #FFFFFF !important;
    background: #FF6B00;
}

.idx_homeCon2 .item:hover,
.idx_homeCon2 .item.active {
    background: #A69E9E;
}

.idx_homeCon2 .item:hover .img-default,
.idx_homeCon2 .item.active .img-default {
    opacity: 0;
}

.idx_homeCon2 .item:hover .img-hover,
.idx_homeCon2 .item.active .img-hover {
    opacity: 1;
}

.idx_homeCon2 .item:hover .word,
.idx_homeCon2 .item.active .word {
    height: auto;
    position: absolute;
    bottom: 0;
    left: 50%;
    padding-bottom: 0.6rem;
    width: 100%;
    transform: translate(-50%, 0px) translateZ(0);
    padding-top: 0rem;
}

.idx_homeCon2 .item:hover .word .idx_more,
.idx_homeCon2 .item.active .word .idx_more {
    transform: translateY(0);
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.idx_homeCon2 .item:hover .word .t2,
.idx_homeCon2 .item.active .word .t2 {
    text-align: center;
    max-width: 81%;
}

.idx_homeCon2 .item:hover .word .t1,
.idx_homeCon2 .item.active .word .t1 {
    max-width: 81%;
}

.idx_homeCon2 .item:hover .idx_more,
.idx_homeCon2 .item.active .idx_more {
    margin-top: 0.56rem;
    display: block;
    height: 0.48rem;
}

.idx_homeCon2 .item:hover .idx_more .more,
.idx_homeCon2 .item.active .idx_more .more {
    border-color: #FF6B00 !important;
    color: #FFFFFF !important;
    background: #FF6B00;
}

@media (max-width: 990px) {
    .idx_homeCon2 .item {
        height: auto;
    }

    .idx_homeCon2 .item .img-default {
        position: relative;
    }

    .idx_homeCon2 .item .img-hover {
        display: none;
    }
}

.idx_homeCon2 .content {
    margin-top: 0.6rem;
}

.idx_homeCon2 .idxPageShow_box2 {
    bottom: 1.65rem;
}

.idx_manufactureCon5 {
    width: 100%;
    height: auto;
    position: relative;
    z-index: 1;
    overflow: hidden;
    margin-top: 1.6rem;
}

.idx_manufactureCon5 .nav_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    gap: 0.4rem;
    margin-top: 0.4rem;
}

.idx_manufactureCon5 .nav_list .nav_item {
    position: relative;
    cursor: pointer;
}

.idx_manufactureCon5 .nav_list .nav_item.active {
    color: #FF6B00;
}

.idx_manufactureCon5 .nav_list .nav_item.active ::after {
    content: "";
    height: 0.05rem;
    background: #FF6B00;
    position: absolute;
    bottom: -0.2rem;
    width: 100%;
    left: 0;
}

.idx_manufactureCon5 .nav_cont {
    margin-top: 0.2rem;
    padding-top: 0.2rem;
}

.idx_manufactureCon5 .nav_cont .tab_content {
    display: none;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.idx_manufactureCon5 .nav_cont .tab_content.active {
    display: block;
    animation: fadeIn 0.9s ease;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.idx_manufactureCon5 .nav_cont .scale_con .box_info,
.idx_manufactureCon5 .nav_cont .Team_con .box_info {
    gap: 0.2rem;
}

.idx_manufactureCon5 .nav_cont .scale_con .box_info .left_box,
.idx_manufactureCon5 .nav_cont .Team_con .box_info .left_box {
    width: 50%;
    background: rgba(0, 0, 0, 0.05);
}

.idx_manufactureCon5 .nav_cont .scale_con .box_info .right_box,
.idx_manufactureCon5 .nav_cont .Team_con .box_info .right_box {
    width: 50%;
}

@media (max-width: 990px) {
    .idx_manufactureCon5 .nav_cont .scale_con .box_info .left_box,
    .idx_manufactureCon5 .nav_cont .Team_con .box_info .left_box {
        width: 100%;
    }

    .idx_manufactureCon5 .nav_cont .scale_con .box_info .right_box,
    .idx_manufactureCon5 .nav_cont .Team_con .box_info .right_box {
        width: 100%;
    }
}

.idx_manufactureCon5 .nav_cont .scale_con .box_info1 .left_box,
.idx_manufactureCon5 .nav_cont .Team_con .box_info1 .left_box {
    width: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.idx_manufactureCon5 .nav_cont .scale_con .box_info1 .left_box .word,
.idx_manufactureCon5 .nav_cont .Team_con .box_info1 .left_box .word {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    gap: 0.2rem;
}

.idx_manufactureCon5 .nav_cont .scale_con .box_info1 .left_box .word .t1,
.idx_manufactureCon5 .nav_cont .Team_con .box_info1 .left_box .word .t1 {
    color: #FF6B00;
}

@media (max-width: 990px) {
    .idx_manufactureCon5 .nav_cont .scale_con .box_info1 .left_box .word,
    .idx_manufactureCon5 .nav_cont .Team_con .box_info1 .left_box .word {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        width: 100%;
        padding: 0.7rem;
    }
}

.idx_manufactureCon5 .nav_cont .scale_con .box_info1 .right_box,
.idx_manufactureCon5 .nav_cont .Team_con .box_info1 .right_box {
    width: 50%;
    position: relative;
    overflow: hidden;
    cursor: pointer;
}

.idx_manufactureCon5 .nav_cont .scale_con .box_info1 .right_box .control_box,
.idx_manufactureCon5 .nav_cont .Team_con .box_info1 .right_box .control_box {
    padding: 0.14rem 0.24rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    position: absolute;
    left: 0.4rem;
    bottom: 0.4rem;
    background: #fff;
    border-radius: 0.24rem;
    gap: 0.2rem;
    z-index: 3;
    opacity: 1;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.idx_manufactureCon5 .nav_cont .scale_con .box_info1 .right_box .control_box.active,
.idx_manufactureCon5 .nav_cont .Team_con .box_info1 .right_box .control_box.active {
    background: #FF6B00;
    color: #fff;
}

.idx_manufactureCon5 .nav_cont .scale_con .box_info1 .right_box .hover_box,
.idx_manufactureCon5 .nav_cont .Team_con .box_info1 .right_box .hover_box {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    z-index: 2;
    opacity: 0;
    -webkit-transition: all 0.02s ease;
    -o-transition: all 0.02s ease;
    transition: all 0.02s ease;
}

.idx_manufactureCon5 .nav_cont .scale_con .box_info1 .right_box .hover_box .hover_img,
.idx_manufactureCon5 .nav_cont .Team_con .box_info1 .right_box .hover_box .hover_img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) scale(0.8);
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.idx_manufactureCon5 .nav_cont .scale_con .box_info1 .right_box .banner_img,
.idx_manufactureCon5 .nav_cont .Team_con .box_info1 .right_box .banner_img {
    -webkit-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;
    height: 100%;
}

.idx_manufactureCon5 .nav_cont .scale_con .box_info1 .right_box .banner_img img,
.idx_manufactureCon5 .nav_cont .Team_con .box_info1 .right_box .banner_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.idx_manufactureCon5 .nav_cont .scale_con .box_info1 .right_box:hover .control_box,
.idx_manufactureCon5 .nav_cont .Team_con .box_info1 .right_box:hover .control_box {
    opacity: 0;
}

.idx_manufactureCon5 .nav_cont .scale_con .box_info1 .right_box:hover .hover_box,
.idx_manufactureCon5 .nav_cont .Team_con .box_info1 .right_box:hover .hover_box {
    opacity: 1;
    transform: scale(1);
}

.idx_manufactureCon5 .nav_cont .scale_con .box_info1 .right_box:hover .hover_box .hover_img,
.idx_manufactureCon5 .nav_cont .Team_con .box_info1 .right_box:hover .hover_box .hover_img {
    transform: translate(-50%, -50%) scale(1);
}

.idx_manufactureCon5 .nav_cont .scale_con .box_info1 .right_box:hover .banner_img,
.idx_manufactureCon5 .nav_cont .Team_con .box_info1 .right_box:hover .banner_img {
    transform: scale(1.2);
}

.idx_manufactureCon5 .nav_cont .scale_con .box_info2,
.idx_manufactureCon5 .nav_cont .Team_con .box_info2 {
    margin-top: 0.2rem;
    -webkit-flex-direction: row-reverse;
    -moz-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    -o-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

@media (max-width: 990px) {
    .idx_manufactureCon5 .nav_cont .scale_con .box_info2,
    .idx_manufactureCon5 .nav_cont .Team_con .box_info2 {
        flex-wrap: wrap;
        -ms-flex-wrap: wrap;
    }
}

.idx_manufactureCon5 .nav_cont .scale_con .box_info2 .left_box,
.idx_manufactureCon5 .nav_cont .Team_con .box_info2 .left_box {
    color: #000;
}

.idx_manufactureCon5 .nav_cont .scale_con .box_info2 .left_box .word,
.idx_manufactureCon5 .nav_cont .Team_con .box_info2 .left_box .word {
    width: 95%;
    padding: 0.8rem 0.5rem 0 0.4rem;
}

.idx_manufactureCon5 .nav_cont .scale_con .box_info2 .left_box .word .t1,
.idx_manufactureCon5 .nav_cont .Team_con .box_info2 .left_box .word .t1 {
    color: #000;
    line-height: 1.7;
}

@media (max-width: 990px) {
    .idx_manufactureCon5 .nav_cont .scale_con .box_info2 .left_box .word,
    .idx_manufactureCon5 .nav_cont .Team_con .box_info2 .left_box .word {
        width: 100%;
        padding: 0.5rem;
    }
}

.idx_manufactureCon5 .nav_cont .Equipment_con,
.idx_manufactureCon5 .nav_cont .Process_con {
    padding-top: 0rem;
}

.idx_manufactureCon5 .nav_cont .Equipment_con .box_info,
.idx_manufactureCon5 .nav_cont .Process_con .box_info {
    gap: 0.2rem;
}

.idx_manufactureCon5 .nav_cont .Equipment_con .box_info .left_box,
.idx_manufactureCon5 .nav_cont .Process_con .box_info .left_box {
    width: 78%;
    background: rgba(0, 0, 0, 0.05);
    padding: 0.8rem 0.45rem 0.58rem 0.6rem;
}

@media (max-width: 480px) {
    .idx_manufactureCon5 .nav_cont .Equipment_con .box_info .left_box,
    .idx_manufactureCon5 .nav_cont .Process_con .box_info .left_box {
        padding: 0.4rem;
    }
}

.idx_manufactureCon5 .nav_cont .Equipment_con .box_info .left_box .top_box,
.idx_manufactureCon5 .nav_cont .Process_con .box_info .left_box .top_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

@media (max-width: 990px) {
    .idx_manufactureCon5 .nav_cont .Equipment_con .box_info .left_box .top_box,
    .idx_manufactureCon5 .nav_cont .Process_con .box_info .left_box .top_box {
        flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        gap: 0.3rem;
    }
}

.idx_manufactureCon5 .nav_cont .Equipment_con .box_info .left_box .top_box .left_box2,
.idx_manufactureCon5 .nav_cont .Process_con .box_info .left_box .top_box .left_box2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    gap: 0.2rem;
}

.idx_manufactureCon5 .nav_cont .Equipment_con .box_info .left_box .top_box .left_box2 .num,
.idx_manufactureCon5 .nav_cont .Process_con .box_info .left_box .top_box .left_box2 .num {
    color: #FF6B00;
}

@media (max-width: 480px) {
    .idx_manufactureCon5 .nav_cont .Equipment_con .box_info .left_box .top_box .left_box2,
    .idx_manufactureCon5 .nav_cont .Process_con .box_info .left_box .top_box .left_box2 {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        flex-wrap: wrap;
        -ms-flex-wrap: wrap;
    }

    .idx_manufactureCon5 .nav_cont .Equipment_con .box_info .left_box .top_box .left_box2 .num,
    .idx_manufactureCon5 .nav_cont .Process_con .box_info .left_box .top_box .left_box2 .num {
        width: 100%;
        text-align: center;
    }
}

.idx_manufactureCon5 .nav_cont .Equipment_con .box_info .left_box .top_box .right_box2,
.idx_manufactureCon5 .nav_cont .Process_con .box_info .left_box .top_box .right_box2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    gap: 0.2rem;
}

.idx_manufactureCon5 .nav_cont .Equipment_con .box_info .left_box .top_box .right_box2 .num,
.idx_manufactureCon5 .nav_cont .Process_con .box_info .left_box .top_box .right_box2 .num {
    color: #FF6B00;
}

@media (max-width: 480px) {
    .idx_manufactureCon5 .nav_cont .Equipment_con .box_info .left_box .top_box .right_box2,
    .idx_manufactureCon5 .nav_cont .Process_con .box_info .left_box .top_box .right_box2 {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        flex-wrap: wrap;
        -ms-flex-wrap: wrap;
    }

    .idx_manufactureCon5 .nav_cont .Equipment_con .box_info .left_box .top_box .right_box2 .num,
    .idx_manufactureCon5 .nav_cont .Process_con .box_info .left_box .top_box .right_box2 .num {
        width: 100%;
        text-align: center;
    }
}

.idx_manufactureCon5 .nav_cont .Equipment_con .box_info .left_box .bottom_box,
.idx_manufactureCon5 .nav_cont .Process_con .box_info .left_box .bottom_box {
    margin-top: 0.4rem;
    line-height: 1.7;
    width: 97%;
}

.idx_manufactureCon5 .nav_cont .Equipment_con .box_info .right_box,
.idx_manufactureCon5 .nav_cont .Process_con .box_info .right_box {
    width: 25%;
}
.idx_manufactureCon5 .nav_cont .Equipment_con .box_info .right_box .banner_img,
.idx_manufactureCon5 .nav_cont .Equipment_con .box_info .right_box .banner_img img,
.idx_manufactureCon5 .nav_cont .Process_con .box_info .right_box .banner_img,
.idx_manufactureCon5 .nav_cont .Process_con .box_info .right_box .banner_img img {
    height: 100%;
}

.idx_manufactureCon5 .nav_cont .Equipment_con .list,
.idx_manufactureCon5 .nav_cont .Process_con .list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin-top: 0.2rem;
    gap: 0.2rem;
}


.idx_manufactureCon7 {
    width: 100%;
    height: auto;
    position: relative;
    z-index: 1;
    overflow: hidden;
    margin-top: 1.6rem;
    padding-bottom: 1.6rem;
}

.idx_manufactureCon7 .content {
    width: 100%;
    height: auto;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.idx_manufactureCon7 .content .center_box .intro {
    margin-top: 0.4rem;
    line-height: 1.7;
    width: 95%;
    color: #000;
}

.idx_manufactureCon7 .content .center_box .list {
    margin-top: 0.52rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    gap: 0.2rem;
}

@media (max-width: 480px) {
    .idx_manufactureCon7 .content .center_box .list {
        margin-top: 0.8rem;
        gap: 0.6rem;
    }
}

.idx_manufactureCon7 .content .center_box .list .item .box_info {
    gap: 0.6rem;
}

@media (max-width: 480px) {
    .idx_manufactureCon7 .content .center_box .list .item .box_info {
        gap: 0.3rem;
    }
}

.idx_manufactureCon7 .content .center_box .list .item .box_info .left_box {
    width: 50%;
}

.idx_manufactureCon7 .content .center_box .list .item .box_info .right_box {
    width: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.idx_manufactureCon7 .content .center_box .list .item .box_info .right_box .t1 {
    color: #FF6B00;
}

.idx_manufactureCon7 .content .center_box .list .item .box_info .right_box .t2 {
    color: #000;
    margin-top: 0.22rem;
    line-height: 1.7;
}


@media (max-width: 990px) {
    .idx_homeCon2 .item {
        height: auto;
    }

    .idx_homeCon2 .item .img-default {
    }

    .idx_homeCon2 .item:hover .img-default,
    .idx_homeCon2 .item.active .img-default {
        opacity: 1;
    }
    .idx_homeCon2 .item .img-hover {
        display: block;
        animation: fadeFlash 3s linear infinite alternate;
    }
}
@keyframes fadeFlash {
    0%, 40%{
        opacity: 0;
    }
    70%, 100%{
        opacity: 1;
    }
}
.idx_homeCon2 .content {
    margin-top: 0.6rem;
}

.idx_homeCon2 .idxPageShow_box2 {
    bottom: 1.65rem;
}


.idx_homeCon3 {
    width: 100%;
    height: auto;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.idx_homeCon3 .idx_title .t1 {
    color: #FF6B00;
}

.idx_homeCon3 .idx_title .t2 {
    margin-top: 0.2rem;
}

.idx_homeCon3 .banner_img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.idx_homeCon3 .banner_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.idx_homeCon3 .banner_img .mask {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
}

@media (max-width: 990px) {
    .idx_homeCon3 .banner_img {
        height: auto;
        position: relative;
        margin-bottom: 0.5rem;
    }

    .idx_homeCon3 .banner_img img.wap {
        min-height: auto;
        object-fit: unset;
    }
}

.idx_homeCon3 .content {
    margin-top: 0.58rem;
    width: 100%;
    height: auto;
    position: relative;
    z-index: 1;
    overflow: hidden;
    padding: 0.4rem 0;
}

.idx_homeCon3 .content .info_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    z-index: 1;
    position: relative;
}

.idx_homeCon3 .content .info_box::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    z-index: 1;
}

.idx_homeCon3 .content .info_box .left_box {
    width: 40%;
    z-index: 1;
    padding: 0.6rem;
}

.idx_homeCon3 .content .info_box .left_box .word {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    width: 100%;
}

.idx_homeCon3 .content .info_box .left_box .word .t1 {
    font-weight: 600;
}

.idx_homeCon3 .content .info_box .left_box .word .t2 {
    line-height: 1.75;
    margin-top: 0.24rem;
}

.idx_homeCon3 .content .info_box .left_box .word .idx_more {
    margin-top: 0.43rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
}

.idx_homeCon3 .content .info_box .right_box {
    width: 60%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.idx_homeCon3 .content .info_box .right_box .list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    width: 100%;
}

@media (max-width: 480px) {
    .idx_homeCon3 .content .info_box .right_box .list {
        grid-template-columns: repeat(2, 1fr);
    }
}

.idx_homeCon3 .content .info_box .right_box .list .item {
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    padding: 0 0.3rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    min-height: 2rem;
    height: 100%;
    Z-index: 9;
    cursor: pointer;
    box-shadow: inset 1px 0 1px #ffffff1a, inset 0 1px 1px #ffffff1a;
}

@media (max-width: 990px) {
    .idx_homeCon3 .content .info_box .right_box .list .item {
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
        padding: 0.7rem 0.3rem;
    }
}

.idx_homeCon3 .content .info_box .right_box .list .item .t1 {
    font-weight: 600;
}

.idx_homeCon3 .content .info_box .right_box .list .item .t1 .sp {
    font-size: var(--font14);
}

.idx_homeCon3 .content .info_box .right_box .list .item .t2 {
    margin-top: 0.14rem;
    word-break: break-all;
}

.idx_homeCon3 .content .info_box .right_box .list .item .icon {
    position: relative;
    width: 100%;
    min-height: 1.5rem;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    overflow: hidden;
}

.idx_homeCon3 .content .info_box .right_box .list .item .def_img {
    position: absolute;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    opacity: 1;
    transform: scale(1);
    -webkit-transition: all 0.8s ease;
    -o-transition: all 0.8s ease;
    transition: all 0.8s ease;
    z-index: 1;
}

.idx_homeCon3 .content .info_box .right_box .list .item .hover_img {
    position: absolute;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    opacity: 0;
    transform: scale(0);
    transform-origin: 75% 50%;
    -webkit-transition: all 0.8s ease;
    -o-transition: all 0.8s ease;
    transition: all 0.8s ease;
    z-index: 2;
}

.idx_homeCon3 .content .info_box .right_box .list .item:hover {
    background: #FF6B00;
}

.idx_homeCon3 .content .info_box .right_box .list .item:hover .def_img {
    opacity: 0;
    transform: scale(0);
    transform-origin: 75% 50%;
}

.idx_homeCon3 .content .info_box .right_box .list .item:hover .hover_img {
    opacity: 1;
    transform: scale(1);
    transform-origin: 75% 50%;
}

.idx_homeCon3 .content .info_box .right_box .list .item:first-child {
    padding: 0 0.2rem;
}

.idx_homeCon3 .content .video_box .list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    width: 100%;
}

.idx_homeCon3 .content2 {
    width: 100%;
    height: auto;
    margin-top: 0.2rem;
}

.idx_homeCon3 .content2 .list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0.24rem;
}

@media (max-width: 480px) {
    .idx_homeCon3 .content2 .list {
        grid-template-columns: repeat(2, 1fr);
    }
}

.idx_homeCon3 .content2 .list .item {
    position: relative;
    cursor: pointer;
    overflow: hidden;
}

.idx_homeCon3 .content2 .list .item .img img {
    -webkit-transition: all 0.8s ease;
    -o-transition: all 0.8s ease;
    transition: all 0.8s ease;
    transform: scale(1);
}

.idx_homeCon3 .content2 .list .item .word {
    top: 0rem;
    left: 0rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    z-index: 1;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.idx_homeCon3 .content2 .list .item .word .t1 {
    opacity: 1 !important;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.idx_homeCon3 .content2 .list .item .word .icon {
    opacity: 0 !important;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    position: absolute;
}

@media (max-width: 990px) {
    .idx_homeCon3 .content2 .list .item .word .icon {
        display: none;
    }
}

.idx_homeCon3 .content2 .list .item.active .img img,
.idx_homeCon3 .content2 .list .item:hover .img img {
    transform: scale(1.2);
}

.idx_homeCon3 .content2 .list .item.active .word,
.idx_homeCon3 .content2 .list .item:hover .word {
    background: transparent;
}

@media (max-width: 990px) {
    .idx_homeCon3 .content2 .list .item.active .word,
    .idx_homeCon3 .content2 .list .item:hover .word {
        background: rgba(0, 0, 0, 0.4) !important;
    }
}

.idx_homeCon3 .content2 .list .item.active .word .t1,
.idx_homeCon3 .content2 .list .item:hover .word .t1 {
    opacity: 0 !important;
}

@media (max-width: 990px) {
    .idx_homeCon3 .content2 .list .item.active .word .t1,
    .idx_homeCon3 .content2 .list .item:hover .word .t1 {
        opacity: 1 !important;
    }
}

.idx_homeCon3 .content2 .list .item.active .word .icon,
.idx_homeCon3 .content2 .list .item:hover .word .icon {
    opacity: 1 !important;
}

header .header_box .center_box .item_box .item .Secondary_Navigation .navBox2 .navBox3 {
    border-left: none;
}

.ManufactureNav .ManufactureTitle .ManufactureType .navTitle, .ProductNav .ProductTitle .ProductType .navTitle, .ManufactureNav .ManufactureTitle .ManufactureType .navTitle.active {
    justify-content: start;
    padding-left: 0.2rem;
}

.idx_homeCon3 .content .info_box .right_box .list .item .t1 .sp {
    font-size: var(--font14);
}

@media (max-width: 480px) {
    .idx_homeCon4 .content2 .item .word {
        background: transparent;
        color: #000;
        position: relative;
        padding: 0.2rem 0;
    }

    .idx_homeCon4 .content2 {
        margin-top: .4rem;
    }

    .idx_homeCon4 .swiper_box {
        width: calc(100% - 0.4rem);
        margin-left: .4rem;

    }

    .idx_homeCon4 .swiper-slide {
        width: 6rem;
        margin-right: .4rem;
    }
}

@media (max-width: 990px) {
    .idx_manufactureCon3 .content .box_info {
        gap: 0.6rem;
    }
}

@media (max-width: 480px) {
    .idx_manufactureCon3 .content .box_info .right_box .list {
        flex-wrap: wrap;
        gap: 0.5rem;
    }
}
.idx_manufactureCon4 .content .box_info .control_box .txt{
    transform: none;
}
.idx_manufactureCon4 .content .box_info .right_box .control_box{
    align-items: center;
}
.idx_manufactureCon4 .content .box_info .right_box .control_box .img {
    /*width: 0.18rem;*/
    width: 20px;
}
@media (max-width: 990px) {
    .idx_manufactureCon5 .nav_cont .scale_con .box_info1 .left_box .word,
    .idx_manufactureCon5 .nav_cont .Team_con .box_info1 .left_box .word {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        width: 100%;
        padding: 0.7rem;
    }
    .idx_manufactureCon4 .content .box_info .right_box .control_box .img {
        width: 0.19rem;
    }
}


.idx_companyCon5 .content .list .item .word_box .word {
    text-transform: uppercase;
}

.idx_companyCon5 .content .list .item .intro_box {
    line-height: 1.7;
    background: #F2F2F2;
}

.idx_companyCon6 .content .swiper_box .swiper-wrapper .swiper-slide .box_info .right_box .word .t1 {
    text-transform: uppercase;
}

.idx_companyCon6 .content .swiper_box .swiper-wrapper .swiper-slide .box_info .right_box .sp {
    z-index: 1;
    bottom: -0.05rem;
}

.idx_companyCon6 .content .swiper_box .swiper-wrapper .swiper-slide .box_info .right_box .word {
    z-index: 9;
    position: relative;
}

.idx_companyCon7 .content .box_info .word, .idx_companyCon8 .content .box_info .word .t2 {
    line-height: 1.7;
}

.idx_companyCon9 .content .list .item.hover1:hover .hover_box {
    text-transform: uppercase;
}

.idx_companyCon6 .content .swiper_box .swiper-wrapper .swiper-slide .box_info .left_box .img img {
    height: 100%;
    width: 100%;
    object-fit: contain;
}

@media (max-width: 990px) {
    .idx_companyCon9 .content .list .item {
        -webkit-box-align: end;
        -ms-flex-align: end;
        -webkit-align-items: flex-end;
        align-items: flex-end;
    }
}

@media (max-width: 990px) {
    .idx_companyCon9 .content .list .item.hover1 {
        -webkit-box-align: end;
        -ms-flex-align: end;
        -webkit-align-items: flex-end;
        align-items: flex-end;
    }

    .idx_companyCon9 .content .list .item.hover1 .img {
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        -webkit-justify-content: space-between;
        justify-content: space-between;
    }

    .idx_companyCon9 .content .list .item.hover1 .img img {
        min-height: 50%;
        object-fit: cover;
        object-position: top;
    }

    .idx_companyCon9 .content .list .item.hover1 .hover_box {
        position: relative;
        opacity: 1;
        transform: translateY(0);
        height: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        text-align: center;
        min-height: 2rem;
        align-items: center;
    }

    .idx_companyCon9 .content .list .item.hover2 {
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
    }
}

.idx_contactCon2 .content2 {
    margin-top: 1rem;
}

.idx_contactCon2 .content2 .banner_img img.wap {
    min-height: auto;
    object-fit: unset;
}

.ProductNav .ProductTitle .ProductDes .navCon {
    padding-left: 0.2rem;
}

.idx_contactCon2 .content2 {
    margin-top: 1rem !important;
}

@media (max-width: 990px) {
    .idx_manufactureCon5 .nav_cont .Equipment_con .box_info .right_box,
    .idx_manufactureCon5 .nav_cont .Process_con .box_info .right_box {
        display: none;
    }
}

@media (max-width: 990px) {
    .idx_manufactureCon5 .nav_cont .Equipment_con .list,
    .idx_manufactureCon5 .nav_cont .Process_con .list {
        display: none;
    }
}


@media (max-width: 990px) {
    .idx_manufactureCon5 .nav_cont .Equipment_con .wap_list1,
    .idx_manufactureCon5 .nav_cont .Process_con .wap_list1 {
        margin-top: 0.2rem;
        display: grid !important;
        grid-template-columns: repeat(3, 1fr);
        gap: 0.2rem;
    }

    .idx_manufactureCon5 .nav_cont .Equipment_con .wap_list2,
    .idx_manufactureCon5 .nav_cont .Process_con .wap_list2 {
        margin-top: 0.2rem;
        display: grid !important;
        grid-template-columns: repeat(2, 1fr);
        gap: 0.2rem;
    }
}

@media (max-width: 480px) {
    .idx_manufactureCon5 .nav_cont .Equipment_con .wap_list1 .item,
    .idx_manufactureCon5 .nav_cont .Process_con .wap_list1 .item,
    .idx_manufactureCon5 .nav_cont .Equipment_con .wap_list2 .item,
    .idx_manufactureCon5 .nav_cont .Process_con .wap_list2 .item {
        height: 1.8rem;
        overflow: hidden;
    }

    .idx_manufactureCon5 .nav_cont .Equipment_con .wap_list1 .item img,
    .idx_manufactureCon5 .nav_cont .Process_con .wap_list1 .item img,
    .idx_manufactureCon5 .nav_cont .Equipment_con .wap_list2 .item img,
    .idx_manufactureCon5 .nav_cont .Process_con .wap_list2 .item img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
    }
}

.idx_homeCon3 .content .info_box .right_box .list .item .t2 {
    text-align: center;
}

.system_section5 .center_box .content .list .item .word p span {
    font-weight: 400;
}

@media (max-width: 1560px) {
    .system_section1 .content .center_box .word {
        width: 51% !important;
    }
}

@media (max-width: 990px) {
    .idx_homeCon2 .item .word {
        transform: translate(-50%, 0) translateZ(0);
    }
}

@media (max-width: 480px) {
    .idx_companyCon6 .content .swiper_box .swiper-wrapper .swiper-slide .box_info .left_box {
        width: 100%;
        height: 3.5rem;
    }

    .idx_companyCon6 .content .swiper_line {
        margin-top: 0;
    }

}

.idx_productDetailCon3 .center_box .content .til_box .list .item {
    padding-bottom: 0.2rem;
}

.idx_homeCon1 {
    width: 100%;
    height: calc(100vh - 0.4rem);
}

header::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 0%;
    background: #FFFFFF;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08); /* 浅投影 */
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.idxPageShow.swiper-pagination-bullets-dynamic {
    align-items: center;
    /*gap: 0.25rem !important;*/
    width: fit-content!important;
    max-width: 2rem;
    justify-content: flex-start;
    gap: 0;
}

.idxPageShow.swiper-pagination-bullets-dynamic span.swiper-pagination-bullet {
    width: 0.14rem;
    height: 0.14rem;
    margin: 0 0.12rem;
}

.idxPageShow span.swiper-pagination-bullet.middle, .idxPageShow span.swiper-pagination-bullet-active + .swiper-pagination-bullet {
    /*width: 0.09rem;*/
    /*height: 0.09rem;*/
}

.idxPageShow span {
    /*width: 0.14rem;*/
    /*height: 0.14rem;*/
    flex-shrink: 0;
}

.swiper-wrapper {
    transition-timing-function: ease-out;
}

.idx_companyCon6 .content .swiper_line .progress-fill {
    transition: all .5s;
}

header .header_box .center_box .item_box .item .one::after {
    left: 0;
    transition: all 0.2s ease;
}

header .header_box .center_box .item_box .item .Secondary_Navigation {
    transition: none;
}

header .header_box .center_box .item_box .item:hover .Secondary_Navigation {
    transition: opacity 0.5s ease, visibility 0.5s ease;
}

.ProductNav .ProductTitle .ProductDes .navCon {
    text-align: left;
}

.right_fix {
    width: .48rem;
    z-index: 99999;
}

.right_fix .list .item span, .right_fix .list .item .icon_list {
    transition: all .5s;
    width: auto;

}

.right_fix .list .item:hover span, .right_fix .list .item.active span {
    padding-right: 0;
    margin-right: .24rem;
}

.right_fix .list .item {
    width: fit-content;
    max-width: 5rem;
    transform: translateX(calc(100% - 48px));
}

/*.right_fix .list .item:hover, .right_fix .list .item.active {*/
/*    transform: translateX(0);*/
/*    max-width: 5rem;*/
/*    width: max-content;*/
/*}*/

.idx_homeCon2 .item .word .t2 {
    margin-top: 0.08rem;
}

.idx_companyCon9 .content .list .item {
    height: 2.8rem;
    background: #ccc;
}

.layui-form-select .layui-edge {
    width: 0.16rem;
    height: 0.16rem;
    border: none;
    margin-top: -0.08rem;
    background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgiIGhlaWdodD0iMTgiIHZpZXdCb3g9IjAgMCAxOCAxOCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTE2LjE0MTQgNi4wNzEwN0w5LjA3MDMxIDEzLjE0MjFMMS45OTkyNCA2LjA3MTA3IiBzdHJva2U9ImJsYWNrIiBzdHJva2Utb3BhY2l0eT0iMC42Ii8+Cjwvc3ZnPgo=") center center no-repeat;
    background-size: 100% 100%;
}
.layui-form-selected .layui-edge {
    background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTIxLjUyMTggOC4wOTYwNkwxMi4wOTM4IDE3LjUyNDFMMi42NjU2NiA4LjA5NjA2IiBzdHJva2U9ImJsYWNrIiBzdHJva2Utd2lkdGg9IjEuNSIvPgo8L3N2Zz4K") center center no-repeat;
    background-size: 100% 100%;
}
.layui-form-selected .layui-select-title input::placeholder
,.layui-form-selected .layui-select-title input{
    color: #000000!important;
}


.idx_homeCon4 .content2 .item .word .idx_more {
    justify-content: start;
}

.idx_homeCon4 .content2 .item .word {
    justify-content: flex-end;
    transform: translateY(.4rem);
}

.idx_homeCon4 .content2 .item.active .word,
.idx_homeCon4 .content2 .item:hover .word {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.25) 75%, rgba(0, 0, 0, 0) 100%);
    transform: translateY(0);
    justify-content: flex-end;
    padding-bottom: 0.4rem;
}

.idx_homeCon4 .content2 .item .word .idx_more .more, .idx_homeCon4 .content2 .item .word .idx_more .more {
    background: #FF6B00;
    border: none;
}

.layui-form-select .layui-select-title input, .idx_homeCon4 .center_box .content .top .list .item .layui-form-select .layui-select-title input {
    border-radius: 0.1rem;
    border: 1px solid rgba(0, 0, 0, 0.10);
    background: rgba(0, 0, 0, 0.05);
}

.layui-form-select.layui-form-selected input.layui-input {
    background: #fff !important;
    border-radius: 0.1rem 0.1rem 0 0 !important;
}

.layui-form-item.active input.layui-input,
.layui-input-inline.active input.layui-input{
    color: #000 !important;
    font-weight: 600!important;
}

.idx_homeCon4 .center_box .content .top .list .item .layui-form-select dl dd:hover, .layui-form-select dl dd:hover {
    background: rgba(255, 107, 0, 0.10)!important;
    color: #000 !important;
    font-weight: 400;
    opacity: 1;
}

.layui-form-select {
    color: #000000;
}

.layui-form-select dl dd {
    opacity: .5;
}

.layui-form-select dl dd.layui-this {
    opacity: 1;
    color: #000000;
    display: none;
}

.layui-form-select.layui-form-selected dl {
    top: 100%;
    border: 1px solid rgba(0, 0, 0, 0.10);
    border-top: none;
    box-shadow: none;
    margin-top: -1px;
    border-radius: 0 0 0.1rem 0.1rem!important;
}

.idx_homeCon4 .center_box .content .middle .list .item .layui-form-select .layui-select-title input {
    border: 1px solid rgba(0, 0, 0, 0.10);
    border-radius: 0.1rem;
}

.idx_homeCon5 .content .box_info .left_box .word_box .address .one .word2 .t2 {
    color: #fff;
}

.idx_contactCon2 .content .box_info .left_box .word_box .address .one .word2 .t2 {
    color: #fff;
}

.idx_companyCon2 .content .center_box .video_box {
    position: relative;
}

.idx_companyCon2 .content .center_box .video_box video {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;

}

.layui-input:focus,
.layui-textarea:focus {
    box-shadow: unset;
    border-color: rgba(0, 0, 0, 0.10) !important;
}

.swiper-wrapper {
    transition-timing-function: cubic-bezier(0.12, 0.98, 0.58, 1);
}

.idx_productDetailCon7 .center_box .content .con_box .banner_img .img2 {
    position: absolute;
    width: 100%;
    bottom: 0;
    right: 0;
}

.idx_productDetailCon7 .center_box .content .con_box .banner_img .progress-bar {
    position: absolute;
    width: 4rem;
    height: 0.4rem;
    left: 0.6rem;
    bottom: 0.6rem;
    border-radius: 20px;
    background: #e6e6e6;
    padding: 0.05rem;
}

.idx_productDetailCon7 .center_box .content .con_box .banner_img .block {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #000000;
    opacity: .8;
    left: 0;
    top: 0;
    animation: productDetailCon7block 2s linear infinite alternate;
}

.idx_productDetailCon7 .center_box .content .con_box .banner_img .progress-bar span {
    display: block;
    width: 0;
    height: 100%;
    border-radius: 20px;
    background: linear-gradient(90deg, rgba(255, 107, 0, 0.00) 0%, #FF6B00 100%);
    animation: productDetailCon7bar 2s linear infinite alternate;
}

@keyframes productDetailCon7block {
    0%, 20% {
        opacity: 0;
    }
    80%, 100% {
        opacity: .8;
    }
}

@keyframes productDetailCon7block2 {
    0% {
        opacity: 0;
    }
    100% {
        opacity: .8;
    }
}

@keyframes productDetailCon7bar {
    0%, 20% {
        width: 0;
    }
    80%, 100% {
        width: 100%;
    }
}

@keyframes productDetailCon7bar2 {
    0% {
        width: 0;
    }
    100% {
        width: 100%;
    }
}

/*.idx_productDetailCon7 .center_box .content .con_box .banner_img:hover .block{*/
/*    animation: productDetailCon7block2 .5s forwards;*/

/*}*/
/*.idx_productDetailCon7 .center_box .content .con_box .banner_img:hover .progress-bar span{*/
/*    animation: productDetailCon7bar2 .5s forwards;*/

/*}*/

.idx_productDetailCon7 .center_box .content .con_box .banner_img .item.point::before, .idx_productDetailCon7 .center_box .content .con_box .banner_img .item.point::after {
    display: none;
}

.idx_productDetailCon7 .center_box .content .con_box .banner_img .item.point .animate {
    width: 0.8rem;
    height: 0.8rem;
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFAAAABQCAYAAACOEfKtAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAOdEVYdFNvZnR3YXJlAEZpZ21hnrGWYwAACmJJREFUeAHtXc9vXFcVPvfNeOxpnFKnOLRRlEZN2BQWAUWim4oFq65Y0TVsqVoJCVF2wBI2ICIQYsO+/QMQCwSoSFGLEUZqKqEmiEYmRGmcH44de8Yzc/nOuW/sGdvj+903d8ZO1c/yzNi+7737vnd+3XPPvXZyhPBenFyRhvxN6lKTGTmB1ya+FZ3yvY+2ePytI1t435CuPIXPi/jtj2XbOfzuiOBkitgh7COZxdfcPpKqYguEboHMr8qmvCHtaRI6FQL9j0DaisyDtAa+Jn/NByASZLo3pSUTxsRuxqTtLZC2DsVsTFfSd6CS2ZRHeHht9w4+TwDZb+xYELcXSuTTkMifgczMyHqD/nvmAk5ms225UUqk+zlUPBOyEOjfBmF/kWfgRxvyJKAFKu/KWg61HptA/32o6mNI3XFRVxZeelKAxDGlsfJNm637ISxLCxHZk4yubLgrsiYVUYlAU9n3ZAEXn5HcKBBU63cL1moQPVjWWUiLvudGTbblptyvotLJBBp578uzWRyFErUpp/E6D2JO2Tikh58OP6aDr0dou4b3+zjifhZS1cGsymoqiUkEZiFPSevKGdz0adihBcmBHkisyy183xmLzAok0gRmIE+l6wzez0WlrCpUOj1IrMm/8VM155BIIkXgWOSpxHXkBZD2okwTDhJZlcgEEjlJCA4jnTwPaevIhYlJ3OHXPmN2VeQGHuKtpGPncK/nZAGRxmosMRGVQP+WfC45VFGp25ZL2WzcuKgqjUSIcyiBNjTzGGGkoLCh3CU8/Tk5TiigmIUsSSqJj+Wh+y1eR552BMzutSB9KfBIcXbk8rEjT9Gz/OPLuKfFpOOactJ/a7T5Gm2b/gDyTiaEOT2zOV+SceFtPD2PK4d3j0Sps3x0Gz+v2+fq0My3asc12i46tDxtWrh68J8PQLLqquR10bEq8DaKPoX3L+Kn50RJO7z9PbS/h08f4/2mVEVXljGy+YRu7+TBQePmgyUwpKRYKNlflnTMl6S9VEodB2eeVb8v4rh1vN/G7/4hYp951NDnbdjEGTJHuAlV9rK11yvvk0D/A5DXjkjBLjQ4TrN5QeK+gveXJC+uJxOpjmVbrkISOXFpI5f46+HzDzkRcxy9PYP4w9BFcJzmMFRFvzkB8hQqka9a7MlC++4STA/mDS0LNYBhL3wV0sGONtRpeBuacfAmda+K0NJdBXrub9i1WBSIVVnS1aG8jvzn0OGDUNvHQaX0grDw8gpeqzmZatBrfY1u3cW9tMjR0swIAjH1yM/Tpqmu3shFmTa8OadXyNZ1G7wxgBTaNG2JXQl8SBPSpFXXT8RZpOBigjrzUnhnVwqNQDCq75zz6JJZlWBXpqm2o6B9eI5qyUphQxp9Z1Ls/IqBJgkc4vI41JjzNmjSUFXmYs0XKClUZ/JmOF9ozKpvB+QxqamgNlW8rZ5bpeXzOIeGGHNlhzsDQfMDfN6SNOjQUE3JssSuX5h5io9wmkZgq14e1qBCSc72KXGpTkP7cRY3eRbXCH1yQ9fV3z1j32Ec8B+8rxixLPShOgTbsUDbm4bFCVwzk/eoMPvHeF9VXya/lxKDKYKUXcb3+R3y4jiP4y7vSCiP+IPVuJBRYyRd1Q6qDeQ63aWTo5zBVigB3ox8lfRXODaFRM0WMbawIFNesIMF8hGcA+naAP5wOPNirO2rj0FeH4FEVnJdmfmJoSAHFC2paVMueHbESXvwYjzOynjk9TFXnotFXI21lovDTAGTyj69k0Sb+NMN7fSmz0suDDqfGLw8H23DSuAJlcBidFp/4IR1omKggc5xBKbOs8TRD38YzBN2sE45kk2pF+R0ZXyU0k2K+3hHw8IhduQR7+sJTqILqixtm4rOU7LK+VNaPsGeMn1tEUIzpyqcCykE8vFeyvVTHFK2B5iPwJR5jaPGeDN7Q8hHYMpcRPpYlkHKsC4jgXWiCqlG3HBKp9xECEx5gPG+MmVyXnqcBBZwIzHUkqYV70p+3E5oG+9rjygBgfAVaBaXQH0aReSJ9MrKAQ63kzIpDDzSXAycTczHJLBDTXX2VALn6RuJPxEn/xMOHVx8RXLBI73Fm4VV4nxc0fmGSuAtkkAto43jurBwIDCHMwnn4B8GUw5SkNUKpsIvkvXAXeKkhdWssM5EH9zyWCSGY5cTzME6jokT2KGERZDJaqsT4W64ibmoGHpWSXVNWLiSgCok7pLHH8ubGI7At2W7cD+xNAHnSFxmNVYoAU6WzI5x6JRtlyqEQ7E5kVD9xTiQLelqoVEYUunasdrwjPuBKCCF8cz0uhX5pKX29eHoPId6Z83U9MvcQv+8kaxk3S3bpHtwJx8JFyVwdYO9sBY5dPAUVO8hQWANJ/dE0XghH4JoLV1LG3MGkm7L3pjOjfjMQ4mLS1+IDriawdkg/f1Aum01oDGEePBjop3awnfl+OA9YaTPQcPYUrdfBt9hBJod9OTy+A69ZKBf+Hi00D6wlaxeblDtHsvjfqHl7lDuNMJCBnUTXba0VtUmzankxTXhVDcshaiTTml2t90OgZBCTo0VDVu8wom6qnKRENrkgjoNJ++TrTdp6VPve2VXW/cmE7ixrNrCLnlBhceNTFOdw7X+SrdX8ljpaw4PKIYJXIR2s1I4AzV2ZMAZsIyr/VFSi8HToCHU74VVW4Wq7gwZYOsaupXhgcf+IvPvIvRokNN6mk1sy8siCXXVIbS5VFbo50OIPT9MzDZrgmSJlr4Disz3E6i1MhuY4WKrVcPSrssVFhT2iXxeqs9R9IeO8aKh/VAbfpUmT23fb/YPZ49+oU3oxbmyIFMX3Dwbaf0I7TXQvl4uuqmWns+00GZkXO9fx42kbGOSc6lXUU5+O5us1z6EJV69sZd6BdTlA7yyiQXFpvvFwQnb0Wr3dRzwZ0gWu52JZhYdUv+6ammc9cFhXdw9+zzozrxUHcYNQqOHD9A7XvK0N5+MTuWNnBNxr9kWc2lbJTlcqge7UnW5/WShsd5SktoqZuXhYSvX4wuu35CnqUzNIDpWnnshaSHOJKES3ZN/0uPcPhqyHttvKz4rdwp2p5t44bqlx66h42prjlIaNXf4L9jyvyeTV5NtZrOyyW86cXTSeAMP/mYycYqETSemt+3JLpFaxD2pTSiULE238YmBvZjEtid9ZNl4p2VLCRbxeoYqG6Y6Zl5bHditShLXxyQ33ukj69ZPLVtgsYAbX7ARTSitjUlnx+ZtdeqxY6OPO2OR1sc0tn7qw0h81/a6yq+KSmoTX3trEnXjsQ2yYiAV09x8bBCVQpzjBoQq8lOEKxV3/h1/A0YdN+v2KE/aBow6wujI2mF7wjDItwXonyCNs8dwv5iD4PDIVw4fYfCnyojPNqHNBEvKPmWbtR8PIkOWfV1+JRu5dzmf3Ebcqta6icVRSuQEietjOlvBfxu28QuwkNPYsLZtGcQt+S/mbt/JVws9CtP/ZwTfAZFKZtciujyS2bQ83xZC6m35nbQ+df+MYBSM0NeQK1ks96vRf4ehS882bYQy3LdmGUCrI9B/h7FpR3SnTdhe/B8IhqS2KUKyqgAAAABJRU5ErkJggg==");
    animation: productDetailCon7zoom 2s ease-in-out infinite alternate;
    position: absolute;
    /* left: 0; */
    /* right: 0; */
    margin: auto;
    top: -.5rem;
    background-size: 100% 100%;
}

@keyframes productDetailCon7zoom {
    0% {
        transform: scale(1);
    }
    100% {
        transform: scale(1.375);
    }
}

.idx_productDetailCon2 .con_box .swiper-box {
    margin-bottom: 0.2rem;
}

.idx_productDetailCon2 .con_box .swiper-box .swiper-slide {
    width: auto;
}

.idx_productDetailCon2 .con_box .test {
    display: block !important;
    opacity: 0;
    position: absolute;
    width: 100%;
}

.idx_productDetailCon2 .con_box .swiper-box .img {
    height: 1.6rem;
    width: 100%;
    border: 1px solid #ccc;
    border-bottom: none;
    background: #ccc;
}

.idx_productDetailCon2 .con_box .swiper-box.hasSlide .img {
    height: 1.6rem;
    width: auto;
}

.idx_productDetailCon2 .con_box .swiper-box .img img {
    width: 100%;
    height: 100%;
    max-width: unset;
    max-height: unset;
    object-fit: cover;
}
.idx_productDetailCon2 .con_box .swiper-box.hasSlide .img img {
    width: auto;
    height: 100%;
    max-width: unset;
    max-height: unset;
    object-fit: cover;
}

.idx_productDetailCon2 .con_box .swiper-box .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    width: 100%;
}

.idx_productDetailCon2 .con_box .swiper-box .word {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    padding: 0.1rem 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    border-right: 1px solid rgba(0, 0, 0, 0.2);
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    border-left: 1px solid rgba(0, 0, 0, 0.2);
    flex: 1;
}

.idx_productDetailCon2 .con_box .swiper-box {
    position: relative;
}

.idx_productDetailCon2 .con_box .swiper-box.flex .swiper-wrapper {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
    gap: .2rem;
}

.idx_productDetailCon2 .con_box .swiper-box.flex .swiper-slide {
    flex: 1;
    margin: 0;
}

.idx_productDetailCon2 .con_box .swiper-box.justify .swiper-wrapper {
    justify-content: space-between;
}

.idx_productDetailCon2 .con_box .swiper-box.justify .swiper-slide {
    margin-right: auto;
}

.idx_productDetailCon2 .con_box .swiper-box .swiper-slide:last-child {
    margin-right: 0;
}

.idx_productDetailCon2 .con_box .swiper-box.hasSlide .navigation {
    position: absolute;
    right: 0;
    top: 0;
    width: 0.3rem;
    height: 100%;
    gap: .1rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
}

.idx_productDetailCon2 .con_box .swiper-box.hasSlide .navigation .swiper-button-disabled {
    display: none;
}

.idx_productDetailCon2 .con_box .swiper-box.hasSlide .next, .idx_productDetailCon2 .con_box .swiper-box.hasSlide .prev {
    width: 100%;
    flex: 1;
    border: 1px solid rgba(0, 0, 0, 0.2);
    cursor: pointer;
    position: relative;
}

.idx_productDetailCon2 .con_box .swiper-box.hasSlide .next:after, .idx_productDetailCon2 .con_box .swiper-box.hasSlide .prev:after {
    position: absolute;
    content: '';
    width: 0.10rem;
    height: 0.20rem;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAXCAYAAAA7kX6CAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAOdEVYdFNvZnR3YXJlAEZpZ21hnrGWYwAAAIhJREFUeAGl1M0JgDAMBeBovbqAY1j3Bxfw7gQO4ADaYoUQ2uRFH6R/9KOXUKInMdVMjgwFRXa2IbAX+wV9OaQ6ynpi88XOm5C+4MDWLhzEHsYSwrgGIdyCJtaginvyZ8xDZ1yS7binWi3YRBpUUQuaqAYhJCGMOHShF7pRjmwACOXwH+BE0a/cSIwudwZUbmEAAAAASUVORK5CYII=") center center no-repeat;
    background-size: 100% 100%;
}

.idx_productDetailCon2 .con_box .swiper-box.hasSlide .prev:after {
    transform: rotate(-180deg);
}

.idx_productDetailCon2 .con_box .swiper-box.hasSlide .swiper-slide {
    margin-right: 0.2rem;
    width: calc(calc(100% - 1.2rem) / var(--rows, 6));
}

.idx_productDetailCon2 .con_box .swiper-box .slide-box {
    position: relative;
    width: 100%;
}

.idx_productDetailCon2 .con_box .swiper-box.hasSlide .slide-box {
    width: calc(100% - 0.3rem);
    overflow: hidden;
}

.idx_homeCon3 .content .info_box .right_box .list .item .t2 {
    text-align: center;
    line-height: 1.71;
}

.idx_homeCon4 .content2 .word .t1, .idx_homeCon4 .content2 .word .idx_more span {
    font-weight: 400;
}

.idx_productDetailCon1 .content .center_box .video_img img {
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.idx_productDetailCon1 .content .center_box .video_img img:hover {
    transform: scale(1.2);
}
.idx_productDetailCon1{
    height: calc(100vh - var(--header-height) - .4rem - var(--font14));
}
.idx_productDetailCon1 .banner_img {
    height: 100%;
}
.idx_productDetailCon1 .banner_img video {
    /*position: absolute;*/
    /*top: 0;*/
    /*left: 0;*/
    width: 100%;
    height: 100%;
    object-fit: cover;
    /*min-height: 100VH;*/
    z-index: 3;
}

.idx_productListCon2 .content .center_box .product_box .right_box .intro_box .banner_img img {
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.idx_productListCon2 .content .center_box .product_box .right_box .intro_box .banner_img {
    overflow: hidden;
}

.idx_productListCon2 .content .center_box .product_box .right_box .intro_box:hover .banner_img img {
    transform: scale(1.2);
}

.idx_productListCon2 .nav_box .list {
    font-weight: 600;
}

.idx_productDetailCon9 .center_box .content .swiper_box .info_box .img .hover_box .idx_more {
    transform: translateY(0);
}

.idx_productDetailCon8 .center_box .content .swiper_box .info_img {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0.4rem !important;
    row-gap: 0.4rem !important;
}

.idx_productDetailCon7 .center_box .content .con_box .DIMMING_con .t2 {
    font-weight: 600;
}

.idx_productDetailCon2 .center_box .content .til_box .list .item ::after {
    z-index: 1;
}

.section_til {
    text-transform: uppercase;
    line-height: 1.22;
}

.section_til .line {
    margin-top: 0.2rem;
}

.idx_manufactureCon6 .box_info {
    margin-top: 0.4rem;
}

.idx_manufactureCon6 .content .box_info1 .left_box .word .t1, .idx_manufactureCon6 .content .box_info .left_box .word .t1 {
    margin-top: 0.2rem;
    line-height: 1.22;
}

.idx_manufactureCon6 .content .box_info2 {
    margin-top: 0;
}

.idx_manufactureCon6 .content .box_info2 .left_box {
    padding-top: 0.4rem;
}

.idx_manufactureCon6 .content .box_info1 .left_box .word {
    padding-right: 0.3rem;
}

.box_info .control_box .txt {
    transform: translateY(10%);
}

.idx_manufactureCon5 .nav_list {
    position: relative;
}

.idx_manufactureCon5 .nav_list::after {
    content: "";
    height: 1px;
    background: rgba(0, 0, 0, 0.10);
    position: absolute;
    bottom: -0.2rem;
    width: 100%;
    left: 0;
}

.idx_manufactureCon5 * {
    font-family: Montserrat;
}

.idx_manufactureCon3, .idx_manufactureCon3 .content {
    overflow: visible;
}

.idx_manufactureCon3 .content .pc_box .list2:after {
    display: block;
    width: 100%;
    overflow: hidden;
    clear: both;
    height: 1px;
}

.idx_manufactureCon3 .content .pc_box .list2, .idx_manufactureCon3 .content .pc_box .list3 {
    display: block;
    overflow: visible;
}

.idx_manufactureCon3 .content .pc_box .list2:after, .idx_manufactureCon3 .content .pc_box .list3:after {
    display: block;
    width: 100%;
    overflow: hidden;
    clear: both;
    height: 1px;
    content: '';
}

.idx_manufactureCon3 .content .pc_box .list2 .item2 {
    width: 15.88%;
    position: relative !important;
    margin: 0;
    left: auto !important;
    margin-right: -3.68%;
    float: left;
}

.idx_manufactureCon3 .content .pc_box .list2 .item2:nth-child(1) {
    margin-left: -1.35%;
}

.idx_manufactureCon3 .content .pc_box .list2 .item2:nth-child(8) {
    width: 15.88%;
}

.idx_manufactureCon3 .content .pc_box .list3 {
    display: block;
}

.idx_manufactureCon3 .content .pc_box .list3 .item3 {
    width: 15.88%;
    position: relative !important;
    margin: 0;
    left: auto !important;
    margin-right: -3.65%;
    float: left;
}

.idx_manufactureCon3 .content .pc_box .list3 .item3:nth-child(1) {
    margin-left: -1.35%;
}

.idx_manufactureCon3 .content .pc_box .list3 .item3:nth-child(1), .idx_manufactureCon3 .content .pc_box .list3 .item3:nth-child(2) {
    margin-right: -5.4%;
    width: 29.72%;
}

header.absolute {
    z-index: 9999999;
    position: absolute;
}

header.absolute .header_box .center_box .item_box .item .one {
    color: #000;
}

header.absolute .def_img {
    display: none !important;
}

header.absolute .hover_img {
    display: block !important;
}

header.absolute::after {
    height: 100%;
}

header.absolute .header_box {
    --color1: #333;
    --fiter: unset;
    --color2: var(--active_color);
    --color3: var(--active_color);
    --color4: #FFFFFF;
}

header.absolute .language_box {
    border-radius: 22px !important;
    background: #f5f5f5 !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

header.absolute .language_box .def_img {
    opacity: 0 !important;
    visibility: hidden !important;
    display: block !important;
}

header.absolute .language_box .hover_img {
    opacity: 1 !important;
    visibility: visible !important;
    display: block !important;
}

header.absolute .language_box .icon_img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.idx_manufactureCon2 .content .top_box.sticky, .idx_companyCon2 .content .top_box.sticky {
    top: 0;
    border-bottom: 1px solid rgba(230, 230, 230, 1);
    box-shadow: none;
}

.idx_companyCon8 .content .box_info .right_box .banner_img2 img {
    width: 102.77%;
    height: auto;
    max-width: unset;
    max-height: unset;
    margin-top: -1.5%;
}

.idx_companyCon8 .content .box_info .left_box {
    width: 45.27%;
}

.idx_companyCon8 .content .box_info .right_box {
    width: 48.64%;
}

.idx_companyCon7 .til {
    margin-top: .4rem;
}

.idx_companyCon6 .content .swiper_line {
    background: rgba(0, 0, 0, 0.10);
    padding: 0.05rem;
    margin-top: calc(100vw * (40 / 1920));
}

.idx_companyCon6 .content .swiper_line .progress-fill {
    position: relative;
    left: unset;
    top: unset;
    background: linear-gradient(90deg, rgba(255, 107, 0, 0.00) 0%, #FF6B00 100%);
}

.idx_companyCon6 .content .swiper_box .swiper-wrapper .swiper-slide {
    height: 3.4rem;
}

.idx_companyCon6 .content .swiper_box {
    height: 7.2rem;
    overflow: hidden;
}

.idx_companyCon6 .content .swiper_box .swiper-wrapper .swiper-slide .box_info .right_box .word .t1 {
    line-height: 1.23;
}

.idx_companyCon6 .content .swiper_box .swiper-wrapper .swiper-slide .box_info .right_box {
    padding: 0.52rem 0.6rem;
}

.idx_companyCon6 .content .swiper_box .swiper-wrapper .swiper-slide .box_info .right_box .word {
    font-size: var(--font16);
    width: 27em;
}

.idx_companyCon5 .content .box_info .left_box {
    width: calc(50% - 0.2rem);
    height: 3.2rem;
}

.idx_companyCon5 .content .box_info .right_box {
    width: auto;
    flex: 1;
}

.idx_companyCon5 .content .box_info .right_box .word {
    gap: 0;
    padding: .4rem 0.6rem 0;
    justify-content: flex-start;
    line-height: 1.75;
}

.idx_companyCon4 .content .list .box_info .left_box, .idx_companyCon4 .content .list .box_info .right_box {
    flex: 1;
}

.idx_companyCon4 .content .list .box_info .left_box .banner_img, .idx_companyCon4 .content .list .box_info .right_box .banner_img {
    height: 3.2rem;
}

.idx_companyCon4 .content .list .box_info .intro_box {
    font-weight: 400;
    padding: 0.2rem .8rem 0 0;
}

.idx_companyCon4 .content .til {
    margin: 0.36rem 0 0.21rem;
}

.idx_companyCon3 .content .list .box_info .left_box .word {
    justify-content: flex-start;
}

.idx_companyCon3 .content .list .box_info .left_box {
    padding-top: 0.4rem;
}

.idx_companyCon3 .content .list .box_info .left_box .word .t1 {
    line-height: 1.23;
}

.idx_companyCon3 .content .list .box_info:nth-child(2) .left_box .word .t2 {
    margin-top: 0;
}

.idx_companyCon2 .content .center_box .video_box {
    height: 7.4rem;
    background: #000;
    margin: 0.6rem 0 0.46rem;
}

.idx_productDetailCon2 .center_box .content .til_box {
    border: none;
    position: relative;
}

.idx_productDetailCon2 .center_box .content .til_box:after {
    content: "";
    height: 1px;
    background: rgba(0, 0, 0, 0.40);
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
}

.viewer-container {
    z-index: 9999999 !important;
}

@media screen and (max-width: 990px) {
    .idx_companyCon6 .content .swiper_box {
        height: calc(100vw * (800 / 750));
    }

    .idx_companyCon6 .content .swiper_box .swiper-wrapper .swiper-slide .box_info .left_box {
        width: 100%;
        height: auto;
    }

    .idx_companyCon6 .content .swiper_box .swiper-wrapper .swiper-slide .box_info .right_box .word {
        width: 100%;
    }

    .idx_companyCon6 .content .swiper_box .swiper-wrapper .swiper-slide .box_info .right_box {
        padding: .52rem .6rem 1.1rem;
    }

    .idx_companyCon6 .content .swiper_box .swiper-wrapper .swiper-slide .box_info .right_box .sp {
        bottom: .2rem;
    }
}

@media screen and (max-width: 480px) {
    .idx_companyCon6 .content .swiper_box .swiper-wrapper .swiper-slide .box_info .right_box {
        height: fit-content;
    }
}

.idx_homeCon3 .content .info_box .right_box .list:first-child .item .animate1 {
    /*width: 1.04rem;*/
    width: 0.936rem;
}

.idx_homeCon3 .content .info_box .right_box .list:first-child .item .animate2 {
    /*width: 0.73rem;*/
    width: 0.657rem;
    margin-left: 0.04rem;
}

.idx_homeCon3 .content .info_box .right_box .list:first-child .item .animate1, .idx_homeCon3 .content .info_box .right_box .list:first-child .item .animate2, .idx_homeCon3 .content .info_box .right_box .list:first-child .item {
    transition: all .3s cubic-bezier(0.12, 0.98, 0.58, 1);
}

.idx_homeCon3 .content .info_box .right_box .list:first-child .item:hover .animate1 {
    transform: translate(.3rem, -.15rem);
    opacity: 0;
}

.idx_homeCon3 .content .info_box .right_box .list:first-child .item:hover .animate2 {
    transform: translate(-69%, 0) scale(1.76);
}

.idx_companyCon5 .content .box_info .right_box .word .t2 {
    margin-top: 0.45rem;
}

.idx_homeCon3 .content2 .list .item .word .t1 {
    font-weight: 600;
}

.idx_homeCon3 .content .info_box .right_box .list {
    grid-template-columns: repeat(4, minmax(0, 1fr)); /* 关键：允许缩到0，强制等分 */
}

.idx_homeCon4 .center_box .content .top .list .item .layui-form-select dl, .idx_homeCon4 .center_box .content .middle .list .item .layui-form-select dl {
    border-radius: 0 0 0.1rem 0.1rem;
}

.idx_homeCon4 .layui-form-select dl dd, .idx_homeCon4 .layui-form-select dl dt {
    padding: 0 10px;
    line-height: 28px;

}

.idx_homeCon5 .content .box_info .right_box .input_box input
,.idx_contactCon2 .content .box_info .right_box .input_box input{
    font-weight: 600;
    border: 1px solid rgba(0, 0, 0, 0.10);
}
.layui-input::placeholder
,.layui-textarea::placeholder{
    color: rgba(0, 0, 0, 0.40);
    font-weight: 600;
}
.layui-form-select .layui-input::placeholder
{
    color: rgba(0, 0, 0, 0.60);
}

.idx_homeCon5 .content .box_info .right_box .textarea_box textarea {
    font-weight: 600;
    border-radius: 0.1rem;
    border: 1px solid rgba(0, 0, 0, 0.10);
}

.idx_homeCon5 .content .box_info .right_box .check_box .layui-col-xs6:nth-child(even) .layui-form-checkbox {
    position: relative;
    right: -0.1rem;
}

.idx_companyCon3 .content .list .box_info .right_box .hrefson2 {
    gap: 0.08rem;
}

.idx_companyCon3 .content .list .box_info .right_box .hrefson2 .txt {
    transform: translateY(0);
}

.idx_productListCon2 .content .center_box .product_box .right_box .intro_box .word .t1 {
    color: rgba(0, 0, 0, 0.80);
}

header .header_box .center_box .column_right .language_box .icon_img .txt {
    font-weight: 600;
}

/*header .header_box .center_box .item_box .item .one {*/
/*    color: #000;*/
/*}*/
header.active::after,
header:hover::after,
header.activeA::after {
    height: 100%;
}

header:hover::after {
    box-shadow: none;
}

.idx_homeCon4 .center_box .content .middle {
    border-radius: 0.1rem;
}

.idx_homeCon4 .center_box .content .bottom .clear_btn:hover {
    background: #666666;
    border-color: #666666;
}

.idx_homeCon3 .content .info_box .right_box .list .item.forlist{
    border-right: 2px solid rgba(255, 255, 255, 0.2);
    border-bottom: 2px solid rgba(255, 255, 255, 0.2);
    box-shadow: none;
}
.idx_homeCon3 .content .info_box .right_box .list .item.forlist:nth-child(4)
,.idx_homeCon3 .content .info_box .right_box .list .item.forlist:nth-child(8){
    border-right: none;
}
.idx_homeCon3 .content .info_box .right_box .list .item.forlist:nth-child(1)
,.idx_homeCon3 .content .info_box .right_box .list .item.forlist:nth-child(5){
    border-left: 2px solid rgba(255, 255, 255, 0.2);
}
.idx_homeCon3 .content .info_box .right_box .list .item.forlist:nth-child(n+5){
    border-bottom: none;
}


header.active .header_box .center_box .item_box .item .one {
    color: #000;
}

header:hover .header_box .center_box .item_box .item .one {
    color: #000;
}

footer .foot_right .item_box .item:last-child .list_box .list {
    gap: 0.2rem;
}

/*footer .foot_right .item_box .item:last-child .list_box .list a{*/
/*  line-height:2;*/
/*}*/
/* 鼠标悬浮：橙色 + 下划线 */
footer .foot_right .item_box .item:last-child .list_box .list a:hover {
    color: #FF6B00 !important;
    text-decoration: underline !important;
}

footer .foot_right .item_box .item:last-child .title:hover {
    color: #FF6B00 !important;
    text-decoration: underline !important;
}

footer .item_box .item .list_box .list .one:hover {
    text-decoration: none;
}

.idx_manufactureCon4 .content .box_info .right_box .hover_box .hover_img {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

footer .item_box .item .list_box .list {
    margin-top: 0.2rem;
}

footer .yx_box {
    font-size: var(--font16);
}

footer .contact_box {
    font-weight: 600;
    text-transform: uppercase;
    white-space: nowrap;
}

.idx_manufactureCon5 .nav_cont .scale_con .box_info1 .right_box .hover_box .hover_img,
.idx_manufactureCon5 .nav_cont .Team_con .box_info1 .right_box .hover_box .hover_img {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.idx_companyCon3 .content .list .box_info .right_box .hover_box .hover_img {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.idx_companyCon5 .content .box_info .left_box .hover_box .hover_img {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.idx_productDetailCon10 .center_box .content .swiper_box .info_box .img .hover_box .hover_img {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.idx_productDetailCon10 .center_box .content .swiper_box .info_box .img:hover .hover_img {
    transform: translate(-50%, -50%) scale(0.8) !important;
}

.idx_manufactureCon4 .content .box_info .right_box:hover .hover_box .hover_img {
    transform: translate(-50%, -50%) scale(0.8) !important;
}

.idx_homeCon1 .swiper_box ul li .centerInfo {
    height: calc(100vh - 0.4rem);
}

.idx_companyCon5 .content .list .item .pb .ab .img img {
    width: 100%;
}

.idx_homeCon3 .content2 .list .item .img img {
    width: 100%;
}

@media (min-width: 1280px) {
    .idx_homeCon4 .content2 .item {
        height: 2.4rem;
    }

    .idx_homeCon4 .content2 .item .img {
        width: 100%;
        height: 100%;
    }

    /*.idx_productDetailCon1 .banner_img video{*/
    /*    height: 6.4rem;*/
    /*}  */
    /*.idx_companyCon1 .banner_img video{*/
    /*   height: 6.4rem;*/
    /*}*/
    /*.idx_productListCon1 .banner_img .pc{*/
    /*  height: 6.4rem;*/
    /*}*/
}

header .header_box .center_box .item_box .item:hover .one::after, header .header_box .center_box .item_box .item .one.active::after {
    width: 100%;
}

/* 移动端：自动变成 2列等分 */
@media (max-width: 768px) {
    .idx_homeCon3 .content .info_box .right_box .list {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 1560px) {
    .idx_homeCon3 .content .info_box .right_box .list .item .t2 {
        white-space: pre-line;
        word-break: normal;
        overflow-wrap: break-word;
        text-align: left;
    }
}
.idx_productListCon2 .content .center_box .product_box .left_box .list .item input{
    background: none;
    color: rgba(0,0,0,.6);
    font-size: var(--font14);
}

.idx_productListCon2 .content .center_box .product_box .left_box .layui-form-select .layui-edge{
    background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEzLjY1NjkgNS42NTY4NUw4IDExLjMxMzdMMi4zNDMxNSA1LjY1Njg1IiBzdHJva2U9ImJsYWNrIi8+Cjwvc3ZnPgo=") center center no-repeat;
    background-size: 100% 100%;
}

footer .item_box .item .list_box .list .one{
    font-weight: 400;
    color: rgba(0, 0, 0, 0.60);
    font-size: var(--font14);
}
.idx_productDetailCon3 .center_box .content .banner_img img{
    height: 100%;
}
.idx_productDetailCon3 .center_box .content .banner_img{
    height: 7.8rem;
}
.idx_productDetailCon8 .center_box .content .swiper_box .info_img .img{
    height: 3.7rem;
    cursor: pointer;
}
@media (max-width: 768px) {
    .idx_productDetailCon3 .center_box .content .banner_img
    ,.idx_productDetailCon8 .center_box .content .swiper_box .info_img .img{
        height: auto;
    }
}
.idx_productDetailCon3 .center_box .content .con_box .list .item .img img
,.idx_productDetailCon4 .center_box .content .list .item .img img
,.idx_productDetailCon6 .center_box .content .list .item .img img
,.idx_productDetailCon7 .center_box .content .con_box .banner_img img
,.idx_productDetailCon9 .center_box .content .swiper_box .info_box .img > img
,.idx_productDetailCon8 .center_box .content .swiper_box .info_img .img > img
,.idx_productDetailCon10 .center_box .content .swiper_box .info_box .img > img
,.flow-container .flow-item .image img
,.ProductNav .ProductTitle .ProductCon .img img
,.ManufactureNav .ManufactureTitle .ManufactureCon .img img
,.idx_productDetailCon2 .con_box .swiper-box .img img
{
    max-width: unset;
    max-height: unset;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.idx_productDetailCon3 .center_box .content .con_box .list .item .img
,.idx_productDetailCon3 .center_box .content .con_box .list .item .pb
{
    height: 6.4rem;
    padding-bottom: 0;
}
.idx_productDetailCon4 .center_box .content .list .item .img
,.idx_productDetailCon6 .center_box .content .list .item .img
{
    height: 5.4rem;
}
.idx_productDetailCon7 .center_box .content .con_box .banner_img{
    height: 5.2rem;
}
.idx_productDetailCon9 .center_box .content .swiper_box .info_box .img
,.idx_productDetailCon10 .center_box .content .swiper_box .info_box .img{
    height: 4rem;
}
.idx_productDetailCon7 .center_box .content .con_box .DIMMING_con .t2{
    font-weight: 400;
}
.idx_productDetailCon2 .con_box .swiper-box.hasSlide .img
,.idx_productDetailCon2 .con_box .swiper-box.hasSlide .swiper-slide
{
    width: auto;
}
.idx_productDetailCon5 .center_box .content .word .t2{
    line-height: 1.75;
}
.idx_productDetailCon3 .center_box .content .con_box .list.column1 {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 0.4rem;
    row-gap: 0.4rem;
}

.idx_productDetailCon3 .section_til + .word
,.idx_productDetailCon7 .center_box .content .til_box
,.idx_productDetailCon3 .center_box .content .section_til + .til_box{
    margin-top: .4rem;
}
.idx_productDetailCon3 .center_box .content .con_box .list.column1 .item .pb
,.idx_productDetailCon3 .center_box .content .con_box .list.column1 .item .img{
    height: auto;
}
.idx_productDetailCon3 .center_box .content .con_box .list.column1 .item .pb .ab{
    position: relative;
}
.idx_productDetailCon3 .center_box .content .con_box .list.column1 .item .img img{
    width: 100%;
    height: auto;
}

.ins_thanksCon1 .center_box .image{
    width: 0.96rem;
}
.ins_thanksCon1 .center_box .word .t2{
    font-size: var(--font18);
    margin-top: 0.12rem;
    font-weight: 400;
    line-height: 1.23;
}
.ins_thanksCon1 .center_box .word .t1{
    font-size: var(--font30);
    font-weight: 600;
    line-height: 1.23;
}
.ins_thanksCon1 .center_box .word{
    margin-top: 0.16rem;
}
.ins_thanksCon1 .center_box{
    border-radius: 0.1rem;
    border: 1px solid rgba(0, 0, 0, 0.20);
    padding: 0 .6rem .5rem;
    height: 7rem;
    margin: 0;
}
.ins_thanksCon1 .container{
    padding: 1.2rem 0;
}
.ins_thanksCon1 .center_box .moreInfo{
    margin-top: 0.8rem;
}
.ins_thanksCon1 .center_box .moreInfo .one{
    height: auto;
    min-height: unset;
    border-radius: 0.48rem;
    border: 2px solid var(--active_color);
    background: #FFF;
    font-size: var(--font20);
    color: var(--active_color);
    text-transform: uppercase;
    font-weight: 600;
    padding: 0.1rem 0.68rem;
}
@media (max-width: 990px) {
    .ins_thanksCon1 .container{
        padding: 1.2rem .3rem;
    }
}
.layui-form-select{
    color: rgba(0, 0, 0, 0.60);
}

.layui-form-item.active .layui-form-select dl dd:first-child{
    display: block;
}
.layui-form-select dl{
    padding: 0.1rem 0rem;
}
.layui-form-select dl dd {
    opacity: 1;
    font-weight: 400;
    line-height: 1.25!important;
    padding: 0.05rem 0.1rem!important;
}
.layui-form-select dl dd:first-child{
    font-weight: 600;
    display: none;
    padding: 0.1rem 0.1rem!important;
}
.layui-form-select dl dd:first-child:hover{
    font-weight: 600!important;
}


.idx_productListCon2 .content .center_box .product_box .left_box .list .item.active .def_con{
    display: block;
    padding: 0.09rem 0.1rem;
    background: var(--active_color);
    color: #fff;
}
.idx_productListCon2 .content .center_box .product_box .left_box .list .item .series_til{
    color: #000;
    line-height: 1.375;
}
.idx_productListCon2 .content .center_box .product_box .left_box .list .item.active .series_til{
    color: #ffffff;
}
.idx_productListCon2 .content .center_box .product_box .left_box .list .item{
    border-top: 1px solid rgba(0, 0, 0, 0.20);
    border-bottom: none;
}
.idx_productListCon2 .content .center_box .product_box .left_box .list .item .word .t1{
    font-size: var(--font24);
    line-height: 1.25;
    padding: 0.1rem 0;
}
.idx_productListCon2 .content .center_box .product_box .left_box .list .item .word .t2{
    display: none;
}
.idx_productListCon2 .content .center_box .product_box .left_box .list .item.active .active_con .word{
    padding-bottom: 0;
    border-bottom: none;
}
.idx_productListCon2 .content .center_box .product_box .left_box .list .item form{
    margin-top: 0;
}
.idx_productListCon2 .content .center_box .product_box .left_box .list .item{
    padding: 0.09rem 0.1rem;
}
.idx_productListCon2 .content .center_box .product_box .left_box .list .item.active .active_con{
    padding: 0 0.1rem;
    overflow: visible;
}
.idx_productListCon2 .content .center_box .product_box .left_box .list .item.active{
    padding: 0;
    border: none;
}

.inspirationsCon1 .filter{
    margin-top: 0;
    background: rgba(0, 0, 0, 0.05);
    padding: 0.2rem 0.1rem;
}
@media (min-width: 991px) {
    .inspirationsCon1 .layui-input
    ,.inspirationsCon1 .layui-select
    ,.inspirationsCon1 .layui-textarea{
        height: auto;
        padding-top: 0.05rem;
        padding-bottom: 0.05rem;
        padding-left: 0.1rem;
    }
    .inspirationsCon1 .filter .layui-input-inline{
        width: auto;
        flex: 1;
    }
    .inspirationsCon1 .filter .checkBox .layui-input-inline{
        flex: unset;
    }

    .idx_productDetailCon3 .center_box .content .con_box .list.flex1 .item .ab {
        position: relative;
        height: auto;
    }
    .idx_productDetailCon3 .center_box .content .con_box .list.flex1 .item .pb {
        height: auto;
        width: 100%;
    }
    .idx_productDetailCon3 .center_box .content .con_box .list.flex1 .item .img img {
        height: auto;
        aspect-ratio: 16/8;
    }
    .idx_productDetailCon3 .center_box .content .con_box .list.flex1 .item .img {
        height: auto;
    }
    .idx_productDetailCon33 .forview2 > div{
        display: none;
    }
    .idx_productDetailCon3 .center_box .content .con_box .list.flex1 .item .word{
        padding-right: 0.2rem;}
    .idx_productDetailCon3 .center_box .content .con_box .list.flex1 .item {
        flex: 1 0 0%;
        min-width: 0;
    }
    .idx_productDetailCon3 .center_box .content .con_box .list.flex1 .item .word .t3{
        word-break: break-word;
    }
    .idx_productDetailCon3 .center_box .content .con_box .list.flex1 {
        display: flex;
        flex-direction: row;
        gap: 0.4rem;
        align-items: stretch;
        justify-content: space-between;
    }
    header .slideBox{
        z-index: 1000;
    }
    header .menu_btn{
        transition: all .3s;
    }
    header{
        --header-width: 14.8rem;
        --left: translate(calc((100vw - var(--header-width)) * 0.5 - 0.42rem), 0);
    }
    header.slideDown .menu_btn{
        transform: var(--left);
        z-index: 1001;
    }
    header.slideDown:before{
        display: none;
    }
    header .slideBox .navBox .title .icon{
        width: 0.4rem;
        height: 0.4rem;
        background-position: 50% 50%;
        background-size: 0.16rem auto;
    }
    header .slideBox .navBox{
        max-height: unset;
        height: calc(100vh + var(--header-height));
        margin-top: calc(-1 * var(--header-height));
        background: rgba(0, 0, 0, 0.60);
        padding: 0;
    }
    header .slideBox .navBox .column{
        height: 100%;
        background: #ffffff;
        margin-right: 0;
        padding: 0.94rem .2rem;
        width: 6.4rem;
    }
}
header.slideDown{
    z-index: 999999!important;
}

.inspirationsCon1 .layui-form-checkbox > div{
    text-transform: capitalize;
    color: #000000;
    font-weight: 400;
}
.inspirationsCon1 .layui-form-checkbox[lay-skin=primary] > i{
    background: #ffffff;
}

header .slideBox .languageBox{
    padding: 0.4rem 0;
}
header .slideBox .languageBox .row:last-child{
    margin-bottom: 0;
}
header .slideBox .languageBox .row{
    margin-bottom: 0.4rem;
}
header .slideBox .languageBox h1{
    margin-bottom: 0.2rem;
}
header .slideBox .languageBox a{
    justify-content: flex-start;
    height: 0.3rem;
}
header .slideBox .languageBox a:not(.active):not(:hover) {
    color: rgba(0, 0, 0, 0.6);
}
@media (max-width: 990px) {
    .idx_productDetailCon2 .center_box .content .til_box .list
    ,.idx_productDetailCon3 .center_box .content .til_box .list
    ,.idx_productDetailCon7 .center_box .content .til_box .list
    {
        overflow-x: auto;
    }
    .idx_productDetailCon2 .center_box .content .til_box .list::-webkit-scrollbar
    ,.idx_productDetailCon3 .center_box .content .til_box .list::-webkit-scrollbar
    ,.idx_productDetailCon7 .center_box .content .til_box .list::-webkit-scrollbar
    {
        display: none;
    }
    .idx_productDetailCon2 .center_box .content .til_box .list .item
    ,.idx_productDetailCon3 .center_box .content .til_box .list .item
    ,.idx_productDetailCon7 .center_box .content .til_box .list .item
    {
        white-space: nowrap;
    }
    header .slideBox .languageBox{
        padding: 0.3rem 0.32rem 0.5rem;
    }
    header .slideBox .languageBox a{
        height: 0.4rem;
    }
}


.idx_productDetailCon12 .nav_list{
    padding-top: 0;
}

/* 心愿清单产品表格仅第一列表头与静态页面保持居中对齐。 */
.wishlistCon1 .tableBox .layui-table th:first-child .layui-table-cell{
    padding-left: 0;
    text-align: center;
}

/* 首页应用场景筛选：上方多选分类，下方单选分类。 */
.idx_homeCon4 .center_box .content .top .scenario-multi-list{
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 0.1rem;
}
.idx_homeCon4 .center_box .content .top .scenario-multi-select{
    position: relative;
    min-width: 0;
}
.idx_homeCon4 .center_box .content .top .scenario-multi-trigger{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 0.4rem;
    padding: 0 0.1rem;
    border: 1px solid rgba(0, 0, 0, 0.10);
    border-radius: 0.1rem;
    background: rgba(0, 0, 0, 0.05);
    color: rgba(0, 0, 0, 0.6);
    font: inherit;
    text-align: left;
    cursor: pointer;
}
.idx_homeCon4 .center_box .content .top .scenario-multi-trigger span{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.idx_homeCon4 .center_box .content .top .scenario-multi-trigger i{
    width: 0.1rem;
    height: 0.1rem;
    margin-left: 0.08rem;
    border-right: 1px solid rgba(0, 0, 0, 0.6);
    border-bottom: 1px solid rgba(0, 0, 0, 0.6);
    transform: rotate(45deg) translateY(-0.03rem);
    transition: transform 0.2s ease;
}
.idx_homeCon4 .center_box .content .top .scenario-multi-select.active .scenario-multi-trigger{
    border-radius: 0.1rem 0.1rem 0 0;
    background: #fff;
}
.idx_homeCon4 .center_box .content .top .scenario-multi-select.active .scenario-multi-trigger i{
    transform: rotate(225deg) translateY(-0.03rem);
}
.idx_homeCon4 .center_box .content .top .scenario-multi-dropdown{
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 100000;
    width: 100%;
    max-height: 3rem;
    padding: 0.1rem;
    overflow-y: auto;
    border: 1px solid rgba(0, 0, 0, 0.10);
    border-top: 0;
    border-radius: 0 0 0.1rem 0.1rem;
    background: #fff;
    box-sizing: border-box;
}
.idx_homeCon4 .center_box .content .top .scenario-multi-select.active .scenario-multi-dropdown{
    display: block;
}
.idx_homeCon4 .center_box .content .top .scenario-multi-dropdown .layui-form-checkbox[lay-skin=primary]{
    display: block;
    margin: 0 0 0.08rem;
}
.idx_homeCon4 .center_box .content .top .scenario-multi-dropdown .layui-form-checkbox span{
    color: rgba(0, 0, 0, 0.6);
}
@media (max-width: 990px) {
    .idx_homeCon4 .center_box .content .top .scenario-multi-list{
        grid-template-columns: 1fr;
    }
    .idx_homeCon4 .center_box .content .top .scenario-multi-trigger{
        height: 0.55rem;
    }
}

.defaultNewsList .item:not(.recommend):hover .image .more{
    opacity: 0;
}
.defaultNewsList .linkBox .item:not(.recommend):hover .image .more{
    opacity: 1;
}
.defaultNewsList.column2 .list .item.recommend{
    background: none;
}
.defaultNewsList.column2 .list .item.recommend .word h2{
    margin-top: 0.2rem;
}
.defaultNewsList.column2 .list .item.recommend .word{
    padding: 0;
}
.defaultNewsList.column2 .list .item.recommend .image{
    width: 100%;
    height: 4rem;
}
.defaultNewsList.column2 .list .item.recommend > a{
    flex-direction: column;
}
.ProductNav .ProductTitle .ProductType .navTitle
,.ManufactureNav .ManufactureTitle .ManufactureType .navTitle{
    text-transform: uppercase;
}
.ProductNav .ProductTitle .ProductCon .img{
    height: auto;
    aspect-ratio: 390/300;
    overflow: hidden;
}
.ManufactureNav .ManufactureTitle .ManufactureCon .img{
    height: auto;
    aspect-ratio: 600/240;
    overflow: hidden;
}
.li5 + .ManufactureNav .ManufactureTitle .ManufactureCon .img{
    aspect-ratio: 600/290;
}
.ProductNav .ProductTitle .ProductDes .t1 h2{
    color: rgba(0, 0, 0, 0.60);
    font-size: var(--font16);
    font-weight: 600;
    line-height: calc(20/16);
    text-transform: uppercase;
    padding: 0.05rem 0.2rem;
}
.ProductNav .ProductTitle .ProductDes .navCon{
    color: rgba(0, 0, 0, 0.60);
    font-size: var(--font16);
    font-weight: 400;
    line-height: calc(20/16);
    padding: 0.1rem 0.2rem;
    height: auto;
}
.ProductNav .ProductTitle .ProductDes .t1{
    text-align: left;
}

.ManufactureNav .ManufactureTitle .ManufactureType{
    width: 2.2rem!important;
}
.ManufactureNav .ManufactureTitle .ManufactureCon .navCon .intro{
    margin-bottom: 0;
    min-height: 5.1em;
    color: #000000;
}
.ManufactureNav .ManufactureTitle{
    width: fit-content!important;
}
.ManufactureNav .ManufactureTitle .ManufactureCon{
    width: 6.2rem!important;
}
header .slideBox .navBox .slide a{
    color: rgba(0, 0, 0, 0.60);
}
.right_fix{
    right: 0.2rem;
    width: auto;
}
.right_fix .list{
    gap: 0.1rem;
}
.right_fix .list .item:hover, .right_fix .list .item.active{
    width: 0.48rem;
}
.right_fix .list .item:hover span, .right_fix .list .item.active span{
    margin: 0;
    padding: 0;
}
.right_fix .list .item .info .word b{
    color: var(--active_color);
}
.right_fix .list .item .info .word p{
    color: #000;
    font-size: var(--font16);
    line-height: calc(20/16);
    font-weight: 400;
    margin-top: 0.04rem;
}
.right_fix .list .item .info .word h2{
    color: rgba(0, 0, 0, 0.60);
    font-size: var(--font16);
    font-weight: 600;
    line-height: calc(20/16);
    text-transform: uppercase;
}
.right_fix .list .item .info .word{
    padding: 0.2rem;
    border-radius: 0.1rem;
    background: #FFF;
}
.right_fix .list .item .info:after{
    position: absolute;
    width: 0.11rem;
    height: 0.2rem;
    background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTEiIGhlaWdodD0iMjAiIHZpZXdCb3g9IjAgMCAxMSAyMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTkuNTg1NzkgOC41ODU3OEMxMC4zNjY4IDkuMzY2ODMgMTAuMzY2OCAxMC42MzMyIDkuNTg1NzkgMTEuNDE0MkwxIDIwTDIuMTQ1ODVlLTA2IDIwTDEuOTA3MzVlLTA2IDEuMTkyNTFlLTA3TDEgMS4xOTI0OGUtMDdMOS41ODU3OSA4LjU4NTc4WiIgZmlsbD0id2hpdGUiLz4KPC9zdmc+Cg==") center no-repeat;
    background-size: 100% 100%;
    content: '';
    right: 0.04rem;
    top: 50%;
    transform: translateY(-50%);
}
.right_fix .list .item .info{
    position: absolute;
    right: 100%;
    padding-right: 0.14rem;
    width: fit-content;
    white-space: nowrap;
    transition: all 0.3s;
    opacity: 0;
    transform: translateX(0.1rem);
    visibility: hidden;
}
.right_fix .list .item:hover .del_img{
    filter: none;
}
.right_fix .list .item:hover{
    background: var(--active_color);
}
.right_fix .list .item:hover .info{
    opacity: 1;
    transform: translateX(0);
    visibility: visible;
    filter: drop-shadow(0 4px 20px rgba(0, 0, 0, 0.10));

}
.right_fix .list .item{
    width: 0.48rem;
    height: 0.48rem;
    transform: none!important;
    overflow: visible;
    position: relative;
    border-radius: 24px;
    background: #FFF;
    box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.10);
    align-items: center;
    justify-content: center;
}
.right_fix .list .item .del_img{
    filter: invert(1);
    margin: 0;
}
a:hover,a.active {
    color: var(--active_color);
}
.right_fix .list .item .icon_list{
    opacity: 1;
    gap: 0.1rem;
    margin-top: 0.04rem;
}
.idx_homeCon5 .content .box_info .right_box .check_box .layui-form-checkbox > div
,.idx_contactCon2 .content .box_info .right_box .check_box .layui-form-checkbox > div{
    font-weight: 400;
    color: #000000;
}
.ProductNav .ProductTitle .ProductCon .navCon .word .t2{
    color: #000000;
}
.idx_productListCon2 .content .center_box .product_box .right_box .product_list .product_item.col .pb .nocol_img {
    opacity: 0 !important;
    pointer-events: none !important;
}
.idx_productListCon2 .content .center_box .product_box .right_box .product_list .product_item.col .pb .col_img {
    opacity: 1;
    pointer-events: auto;
}
.idx_productListCon2 .content .center_box .product_box .right_box .product_list .product_item.nocol:hover .pb .nocol_img {
    opacity: 1;
    pointer-events: auto;
}
header .showLogin.is-member-photo img,
header .m_header_box .showLogin.is-member-photo img {
    display: block!important;
    width: 0.34rem!important;
    height: 0.34rem;
    border-radius: 50%;
    object-fit: cover;
}
header .showLogin.is-member-initial,
header .m_header_box .showLogin.is-member-initial {
    position: relative;
    background: var(--active_color);
    color: #ffffff;
}
header .showLogin.is-member-initial img,
header .m_header_box .showLogin.is-member-initial img {
    display: none!important;
}
header .showLogin.is-member-initial::after,
header .m_header_box .showLogin.is-member-initial::after {
    content: attr(data-member-initial);
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    font-size: var(--font16);
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0;
}
.ProductNav .ProductTitle .ProductCon .navCon .word {
    position: relative;
}
/* 产品标签统一使用后台配置颜色；选中后显示纯色背景和白色文字。 */
.checkTag > *.tag-custom-color .layui-form-checkbox {
    background: transparent !important;
    display: flex;
    align-items: center;
    justify-content: center;
}
.checkTag > *.tag-custom-color .layui-form-checkbox > div {
    background: linear-gradient(
            180deg,
            var(--tag-color, #666666) 0%,
            color-mix(in srgb, var(--tag-color, #666666) 40%, transparent) 100%
    )!important;
    background-clip: text!important;
    -webkit-background-clip: text!important;
    -webkit-text-fill-color: transparent!important;
}
.checkTag > *.tag-custom-color .layui-form-checkbox.layui-form-checked {
    background: linear-gradient(
            180deg,
            var(--tag-color, #666666) 0%,
            color-mix(in srgb, var(--tag-color, #666666) 40%, transparent) 100%
    )!important;
}
.checkTag > *.tag-custom-color .layui-form-checkbox.layui-form-checked > div,
.checkTag > *.tag-custom-color .layui-form-checkbox.layui-form-checked:hover > div {
    color: #ffffff !important;
    background: transparent !important;
    background-clip: border-box !important;
    -webkit-background-clip: border-box !important;
    -webkit-text-fill-color: #ffffff !important;
}

.idx_productDetailCon9 .center_box .content
,.idx_productDetailCon10 .center_box .content
,.relatedProducts .swiper-box{
    clip-path: inset(0 -9999px 0 -9999px);
}
.idx_productListCon2 .content .center_box .product_box .right_box .intro_box:hover .more{
    border-color: var(--active_color);
    color: #fff;
}
.idx_productListCon2 .content .center_box .product_box .right_box .intro_box .word .title{
    line-height: calc(30/24);
    font-size: var(--font24);
    color: var(--active_color);
    margin-bottom: 0.1rem;
}
.idx_homeCon4 .center_box .content .bottom .clear_btn
,.idx_homeCon4 .center_box .content .bottom .recom_btn{
    border-radius: 100px;
    font-weight: 600;
}
header .header_box .center_box .item_box .item:hover .one,
header .header_box .center_box .item_box .item.active .one{
    color: var(--active_color);
}
header .header_box .center_box .item_box .item .Secondary_Navigation .navBox .tOne{
    color: #000000;
}
main{
    --header-height: 0.64rem;
}
header .header_box .center_box .column_right > .icon_img
,header .menu_btn{
    flex-shrink: 0;
}
header .header_box .center_box .column_left{
    margin-right: 1rem;
    width: 1.26rem;
    flex-shrink: 0;
}
header .header_box .center_box .column_center{
    margin-left: 0;
    margin-right: auto;
}
header .header_box .center_box .item_box{
    gap: .3rem;
}
header .header_box .center_box .column_right{
    flex-shrink: 0;
    margin-left: 0.3rem;
}
.idx_homeCon1 .swiper_box ul li .centerInfo .content .center_box .t2{
    line-height: calc(37/30);
    margin-top: 0.12rem;
}
.idx_homeCon1 .swiper_box ul li .centerInfo .content .center_box .t1{
    font-weight: 800;
    line-height: calc(73/60);
}
.idx_more .more
,.idx_companyCon3 .content .list .box_info .right_box .control_box
,.idx_homeCon5 .content .box_info .right_box .send_btn{
    border-radius: 100px;
}
.idx_homeCon1 .swiper_box ul li .centerInfo .content .center_box .wowUp{
    animation: none;
}
.idx_homeCon1 .swiper_box ul li.swiper-slide-active .centerInfo .content .center_box .wowUp{
    animation: fadeInUp 1s forwards;
}
.idx_homeCon5 .content .box_info .left_box .word_box .address{
    border-color: rgba(255, 255, 255, 0.40);
}
.idx_homeCon5 .content .box_info .left_box .word_box .address .one .word2 .t1{line-height: calc(20/16);}
.idx_homeCon5 .content .box_info .left_box .word_box .address .one .word2 .t2{line-height: calc(20/16);margin-top: 0.04rem;}
footer .list_icon .one .icon{
    border: none;
}

@media (max-width: 1500px){
    .idx_manufactureCon6 .content .box_info1 .left_box .word{
        line-height: 1.4;
    }
    .idx_manufactureCon6 .content .box_info1 .left_box .down_btn{
        margin-top: 0.2rem;
        margin-bottom: 0.2rem;
    }
}
.idx_manufactureCon2 .content .list .item:after
,.idx_productListCon2 .nav_box .list .item:after
,.idx_companyCon2 .content .list .item:after
{
    position: absolute;
    left: 0;
    bottom: -0.2rem;
    height: 4px;
    background: var(--active_color);
    content: '';
    width: 0;
    transition: all .5s;
}
.idx_manufactureCon2 .content .list .item.active:after
,.idx_productListCon2 .nav_box .list .item.active:after
,.idx_companyCon2 .content .list .item.active:after
{
    width: 100%;
}
.idx_productDetailCon3 .center_box .content .con_box .list .item .word .t1{
    letter-spacing: -3%;
    margin-bottom: 0.1rem;
}
.idx_productDetailCon3 .center_box .content .con_box .list .item .word .t3{
    margin-top: 0;
}
.idx_productDetailCon3 .center_box .content .con_box .list .item .word
,.idx_productDetailCon6 .center_box .content .list .item .word
{
    color: #000000;
}
.idx_productDetailCon9 .center_box .content .swiper_box .info_box .word .t1
,.idx_productDetailCon10 .center_box .content .swiper_box .info_box .word .t1{
    text-transform: uppercase;
}
.idx_companyCon3 .content .list .box_info .right_box .control_box .img{
    display: flex;
}
.idx_productListCon2 .content .center_box .product_box .right_box .product_list .product_item .word .t3{
    text-align: left;
}
.idx_productListCon2 .content .center_box .product_box .right_box .product_list .product_item .word .t3 p{
    white-space: pre-line;
    word-break: break-word;
}
.idx_companyCon8 .banner_img .hover_box .left_box .t2
,.idx_companyCon8 .banner_img .hover_box .right_box .t2{
    font-weight: 600;
}
.idx_companyCon2 .content .list .item:hover, .idx_companyCon2 .content .list .item{
    position: relative;
}
.newDetail + footer{
    margin-top: 1.2rem;
}


/*.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {*/
/*    transform: scale(0.66);*/
/*}*/
/*.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {*/
/*    transform: scale(1);*/
/*}*/
/*.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main + .swiper-pagination-bullet-active-next {*/
/*    transform: scale(0.33);*/
/*}*/
.cookies_box{z-index: 99999;}

.idx_companyCon8 .content .box_info{
    padding-top: 0.41rem;
}
.idx_companyCon4 .content .list .box_info .word_box .word .t1{
    font-size: var(--font30);
}
.idx_contactCon2 .content .box_info .left_box .word_box .address .one .word2 .t1{
    line-height: 1.25;
}
.idx_contactCon2 .content .box_info .left_box .word_box .address .one .word2 .t2{
    margin-top: 0.04rem;
    line-height: 1.25;
}

.newDetail + .relatedProducts{
    .section_til{
        font-size: var(--font30);
    }
}
.idx_homeCon5 .content .box_info .right_box .check_box .layui-form-item{
    margin-bottom: 0;
}
.idx_homeCon5 .content .box_info .right_box .check_box .layui-form-checkbox{
    margin-top: 0.12rem;
    line-height: 1.25;
    min-height: .2rem;
}
.idx_laypage .layui-laypage .iconfont{
    font-size: var(--font32);
}
footer .footer_box .footer_bottom .foot_right{
    font-size: var(--font14);
}
.idx_productDetailCon7 .center_box .content .til_box .list
,.idx_productDetailCon3 .center_box .content .til_box .list{
    border-bottom: none;
}
.idx_productDetailCon7 .center_box .content .til_box .list:after
,.idx_productDetailCon3 .center_box .content .til_box .list:after{
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background: rgba(0, 0, 0, 0.4);
}
.idx_companyCon5 .content .list .item .word_box .word .t1{
    font-size: var(--font24);
}
.idx_productListCon2 .content .center_box .product_box .left_box .list .item .def_con:hover .series_til{
    color: var(--active_color);
}
.idx_productListCon2 .content .center_box .product_box .left_box .list .item.active .def_con:hover .series_til{
    color: #ffffff;
}
.idx_productListCon2 .content .center_box .product_box .left_box .list .item form .scroll{
    overflow-y: auto;
    max-height: 5rem;
}
.idx_productListCon2 .content .center_box .product_box .left_box .list .item form .scroll .layui-form-item{
    margin-bottom: 0.04rem!important;}
.idx_productListCon2 .content .center_box .product_box .right_box .product_list .product_item .word .t2{
    color: #000000;
}
.idx_productListCon2 .content .center_box .product_box .right_box .product_list .product_item:hover .pb .ab .img{
    transform: scale(1.1);
}
.idx_productListCon2 .content .center_box .product_box .right_box .product_list .product_item .pb .col_img
,.relatedProducts .product_item .pb .col_img
,.idx_productListCon2 .content .center_box .product_box .right_box .product_list .product_item .pb .nocol_img
, .relatedProducts .product_item .pb .nocol_img
{
    width: 0.24rem;
}
header .header_box .center_box .item_box .item .Secondary_Navigation .navBox2 .navBox3 .navTitle{
    color: #000000;
}
.idx_manufactureCon2 .content .top_box{
    transition: none;
}
.idx_manufactureCon2 .content .top_box.sticky .w1480{
    width: 14.8rem;
}

/* F2 图片响应式：<picture> 单 img 取代 .pc/.wap 双图后，补回原 .banner_img img.wap 在 WAP 下的规则 */
@media (max-width: 990px) {
    .banner_img .wst-picture img {
        min-height: 400px;
        object-fit: cover;
    }
}
