/* box1 */
.my-bullet1 {
    display: inline-block;
    vertical-align: top;
    margin-right: 0.23rem;
    width: 0.15rem;
    height: 0.15rem;
    background: #F0F0F0;
    border-radius: 50%;
    transition: 0.3s;
}

.my-bullet-active1 {
    background: var(--c);
}

/* box2 */

.box2 {
    padding-top: 0.71rem;
}

/*.box2_wrap {*/
/*    display: flex;*/
/*    align-items: center;*/
/*    justify-content: space-between;*/
/*    margin-top: 0.63rem;*/
/*}*/

/*.box2_box {*/
/*    width: fit-content;*/
/*    height: fit-content;*/
/*}*/

/*.box2_box_top {*/
/*    width: 2.79rem;*/
/*    height: 1.2rem;*/
/*    background: var(--c);*/
/*    border-radius: 0.3rem 0.3rem 0rem 0rem;*/
/*    display: flex;*/
/*    align-items: center;*/
/*    justify-content: center;*/
/*}*/

/*.box2_box_top p {*/
/*    font-family: Microsoft YaHei UI, Microsoft YaHei UI;*/
/*    font-weight: 400;*/
/*    font-size: 0.26rem;*/
/*    color: #FFFFFF;*/
/*}*/

/*.box2_box .scale_box {*/
/*    width: 2.79rem;*/
/*    height: 3.21rem;*/
/*    border-radius: 0rem 0rem 0rem 0rem;*/
/*}*/
.box2 .product_swiper {
    margin-top: 0.7rem;
    position: relative !important;
}

.box2 .swiper-slide img {
    width: 1.64rem !important;
    /*height: 1.64rem !important;*/
    margin: 0 auto;
}

.box2 .dpn {
    display: none;
}

.box2 .swiper-slide p {
    width: 1.45rem;
    font-family: Inter, Inter;
    font-weight: 300;
    font-size: 0.24rem;
    color: #000000;
    line-height: 0.35rem;
    text-align: center;
    margin: 0 auto;
    margin-top: 0.37rem;
}

.box2 .swiper-slide:hover p {
    font-weight: 500;
    color: var(--c);
}

.box2 .swiper-slide:hover img {
    display: none;
}

.box2 .swiper-slide:hover .dpn {
    display: block;
}

.box2 .swiper-button-prev,
.box2 .swiper-button-next {
    width: 0.31rem !important;
    height: 0.63rem !important;
    color: #DDDDDD !important;
    font-size: 0.5rem !important;
    position: absolute !important;
    top: 35% !important;
    transform: translateY(-50%) !important;
    transition: 0.3s;
}

.box2 .swiper-button-prev:hover,
.box2 .swiper-button-next:hover {
    color: var(--c) !important;
}

.box2 .swiper-button-prev {
    left: -1rem !important;
}

.box2 .swiper-button-next {
    right: -1rem !important;
}
/* box3 */
.box3 {
    margin-top: 0.72rem;
}

.box3 .main {
    max-width: 15rem;
    display: flex;
    justify-content: space-between;
}

.box3_title {
    width: 3.49rem;
    font-family: Microsoft YaHei UI, Microsoft YaHei UI;
    font-weight: 300;
    font-size: 0.9rem;
    color: #000000;
    line-height: 1.1rem;
    text-align: center;
    position: relative;
    z-index: 1;
    padding-top: 0.29rem;
}

.box3_title::after {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    background-image: url('../img/index/img04.png');
    background-position: no-repeat;
    background-size: 100% 100%;
    width: 2.46rem;
    height: 3.12rem;
    z-index: -1;
}

.box3_p1 {
    font-family: Inter, Inter;
    font-weight: 400;
    font-size: 0.22rem;
    color: #000000;
    margin-top: 1.19rem;
    margin-bottom: 0.19rem;
}

.box3_p2 {
    max-width: 3.79rem;
    font-family: Inter, Inter;
    font-weight: 300;
    font-size: 0.16rem;
    color: #353535;
    line-height: 0.24rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-line-clamp: 12;
}

.box3_right .scale_box {
    width: 9.82rem;
    height: 6.25rem;
    overflow: visible;
}

/* box4 */
.box4 {
    margin-top: 1.51rem;
}

.box4 .index_title {
    padding-left: 0.5rem;
}

.box4_img {
    width: 15.39rem;
    height: 9.52rem;
    margin-top: 0.63rem;
}

/* box5 */
.box5 {
    margin-top: 1.27rem;
}

.box5_main {
    max-width: 18rem;
    width: 95%;
    margin: 0 auto;
    position: relative;
}

.box5_main::after {
    content: "";
    position: absolute;
    top: 4.21rem;
    left: 0;
    width: 100%;
    height: 0.01rem;
    background: var(--c);
    z-index: -1;
}

.mySwiper2 {
    margin-top: 1.01rem;
}

.mySwiper2 .scale_box {
    width: 2.75rem !important;
    height: 2.06rem !important;
    border-radius: 0.2rem;
}

.box5_p_box {
    width: 2.75rem;
    margin-top: 0.5rem;
    position: relative;
}

.box5_p_box::after {
    content: '';
    width: 0.11rem;
    height: 0.11rem;
    background: #FFFFFF;
    border-radius: 50%;
    border: 0.01rem solid var(--c);
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -0.22rem;
}

.box5_p1 {
    font-family: Inter, Inter;
    font-weight: bold;
    font-size: 0.2rem;
    color: #202020;
    line-height: 0.2rem;
    text-align: center;
    transition: 0.3s;
}

.box5_p2 {
    max-width: 1.7rem;
    font-family: Inter, Inter;
    font-weight: 400;
    font-size: 0.16rem;
    color: #999999;
    line-height: 0.2rem;
    text-align: center;
    margin: 0 auto;
    transition: 0.3s;
    margin-top: 0.1rem;
}

.box5 .hover_box:hover .box5_p1,
.box5 .hover_box:hover .box5_p2 {
    color: var(--c);
}

.box5 .hover_box:hover .scale_box {
    border: 0.05rem solid var(--c);
}

/* box6 */

.box6 {
    margin-top: 1.54rem;
}

.box6 .main {
    max-width: 13.7rem;
    position: relative;
}

.box6 .index_title {
    padding-left: 0.25rem;
}

.box6_body {
    margin-top: 0.55rem;
    display: flex;
    flex-wrap: wrap;
    /* justify-content: space-between; */
    gap: 0.45rem 0.7rem;
}

.box6_box {
    width: 6.5rem;
    height: 4.5rem;
    background: #D9D9D9;
    border-radius: 0.3rem 0.3rem 0.3rem 0.3rem;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.box6_box_bg {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transition: var(--s_tran);
    z-index: -1;
}

.box6_box:hover .box6_box_bg {
    transform: scale(1.1);
}

.box6_info {
    width: 4.09rem;
    height: 0.5rem;
    background: #DA251C;
    border-radius: 0.25rem;
    font-family: Inter, Inter;
    font-weight: 400;
    font-size: 0.17rem;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 3.68rem auto 0 auto;
}

/* box7 */
.box7 {
    margin-top: 1.35rem;
    padding-top: 0.76rem;
    padding-bottom: 0.75rem;
    background: #DA251C;
}

.box7 .main {
    max-width: 13.7rem;
}

.box7_title {
    font-family: Inter, Inter;
    font-weight: 300;
    font-size: 0.6rem;
    color: #FFFFFF;
    text-align: center;
}

.box7_box1 {
    width: 100%;
    height: 4.07rem;
    background: #FFFCFC;
    border-radius: 0.6rem;
    margin-top: 0.45rem;
    padding: 0 1.06rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.box7_box1 img {
    width: 1.77rem;
    height: 1.29rem;
    margin: 0 auto;
}

.box7_box1_p1 {
    font-family: Microsoft YaHei UI, Microsoft YaHei UI;
    font-weight: 400;
    font-size: 0.22rem;
    color: #272727;
    line-height: 0.2rem;
    text-align: center;
    margin: 0.27rem 0;
}

.box7_box1_p2 {
    width: 2.09rem;
    font-family: Microsoft YaHei UI, Microsoft YaHei UI;
    font-weight: 400;
    font-size: 0.16rem;
    color: #272727;
    line-height: 0.2rem;
    text-align: center;
}

.box7_box2 {
    width: 100%;
    padding-left: 0.63rem;
    padding-right: 0.2rem;
    margin-top: 0.57rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}


.box7_box2_p1 {
    width: 1.58rem;
    font-family: Microsoft YaHei UI, Microsoft YaHei UI;
    font-weight: 400;
    font-size: 0.3rem;
    color: #FFF8F8;
    line-height: 0.4rem;
    text-align: center;
}

.box7_box2_p2 { 
    font-family: Microsoft YaHei UI, Microsoft YaHei UI;
    font-weight: 400;
    font-size: 0.16rem;
    color: #FBFBFB;
    line-height: 0.2rem;
    text-align: center;
    margin-top: 0.2rem;
}

.box7_box2_img {
    width: 1.32rem;
    height: 1.32rem;
    margin: 0 auto;
    transition: 0.5s;
}

.box7_box2_img:hover {
    transform: scale(1.1);
}

.box7_box2_icon {
    width: 0.32rem;
    height: 0.23rem;
    margin-bottom: 0.4rem;
    animation: box7_box2_icon 2s infinite;
}
@keyframes box7_box2_icon{
    0% {
        transform: translateX(0.05rem);
    }
    50% {
        transform: translateX(-0.05rem);
    }
    100% {
        transform: translateX(0.05rem);
    }
}
.box7_bottom {
    max-width: 100%;
    font-family: Microsoft YaHei UI, Microsoft YaHei UI;
    font-weight: 400;
    font-size: 0.16rem;
    color: #FFFFFF;
    line-height: 0.3rem;
    text-align: left;
    margin: 0.71rem auto 0 auto;
}


@media only screen and (max-width:768px){
    .box1{
        margin-top:1.2rem;
    }
    .box2_wrap{
       overflow: scroll;
    }
    .box2_box{
        margin-bottom: 0.2rem;
        width: 3.5rem;
            margin-right: 0.4rem;
    }
    
    .box3 .main{
        flex-wrap: wrap;
    }
    .box3_title{
        width: auto;
    }
    .box3_p2{
        max-width: 100%;
    }
    .box3_right .scale_box{
        width: 7rem;
    }
    .box3_title::after{
            height: 2.12rem;
    }
    .box4_img{
        width: 7rem;
    height: 5.52rem;
        object-fit: contain;
    }
    .box6_box{
            width: 3.2rem;
    }
    .box5_p_box{
        width: auto;
    }
    .mySwiper2 .scale_box{
        width:inherit!important;
    }
    .box5_main::after{
        top: 5rem;
    }
    .box6_info{
        width: auto;
        height: 0.55rem;
        padding: 0 0.2rem;
    }
    .box7_box1{
        flex-wrap: wrap;
        height: 6.07rem;
    }
    .box7_box2{
        flex-wrap: wrap;
    }
    .box7_bottom{
            -webkit-line-clamp: 6;
    }
    .box7_box2 div{
        margin-bottom: 0.2rem;
    }
}