.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.45rem;
    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: 0.2rem;
}

.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 .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 {
        position: relative;
    }

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

.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;
    }
}

@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.2rem;
    min-width: 15px;
}

.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 {
    align-items: center;
    gap: 0.25rem !important;
}

.idxPageShow span.swiper-pagination-bullet {
    width: 0.05rem;
    height: 0.05rem;
}

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

.idxPageShow span.swiper-pagination-bullet-active {
    width: 0.14rem;
    height: 0.14rem;
}

.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;

}

.layui-form-select .layui-edge {
    width: 0.18rem;
    height: 0.18rem;
    border: none;
    margin-top: -0.09rem;
    background: url(../images/select-arrow.svg) center center no-repeat;
    background-size: 100% 100%;
}

.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: 10px;
    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: 10px 10px 0 0 !important;
}

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

.idx_homeCon4 .center_box .content .top .list .item .layui-form-select dl dd:hover, .layui-form-select dl dd:hover {
    background: rgba(0, 0, 0, .1);
    color: #000 !important;
    font-weight: 600;
    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: 0px 4px 4px rgb(0 0 0 / 8%);
    margin-top: -1px;
}

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

.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: 8.21rem;
    bottom: 0;
    right: 0.8rem;
}


.idx_productDetailCon7 .center_box .content .con_box .banner_img .img2 {
    position: absolute;
    width: 8.21rem;
    bottom: 0;
    right: 0.8rem;
}

.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('../images/pd47-2.png');
    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(../images/select-arrow.png) 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;
}

.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: calc(100vw * (340 / 1920));
}

.idx_companyCon6 .content .swiper_box {
    height: calc(100vw * (720 / 1920));
    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.10);
    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 {
    font-weight: 600;
    border: 1px solid rgba(0, 0, 0, 0.10);
}

.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: rgba(0, 0, 0, 0.6);
}

.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;
}

.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;
}

footer .item_box .item .list_box .list .one{
    font-weight: 400;
}
.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;
}
@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
    ,.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;
}