* {
    margin: 0 auto;
}
/*.nav.active{*/
/*    background: none !important;*/
/*}*/
/*.nav.active ul li a{*/
/*    color: #fff !important;*/
/*}*/
/*.nav.active .nav-2 a:nth-child(1) p{*/
/*    background: url(../images/nav.png) no-repeat !important;*/
/*}*/
/*.nav.active .nav-2 a:nth-child(2) p{*/
/*    background: url(../images/nav3.png) no-repeat !important;*/
/*    background-size: contain !important;*/
/*}*/
/*.nav.active .nav-2 p:nth-child(3){*/
/*    background: url(../images/nav5.png) no-repeat !important;*/
/*    background-size: contain !important;*/
/*}*/
/*.nav.active .nav-3-img2.open p{*/
/*    color: #fff !important;*/
/*}*/
/*.nav.active .nav-3-img3{*/
/*    background: url(../images/xia.png) no-repeat !important;*/
/*}*/



.banner{
    height: 8.3rem !important;
    margin-top: -1.1rem;
    position: relative;
}

.banner video{
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.play{
    width: .56rem;
    height: .56rem;
    /* background: #FFFFFF;ss */
    border-radius: 50%;
    top: 5.18rem;
    left: 3.7rem;
    position: absolute;
}













.care-content {
    /*margin-top: 0.9rem;*/
    display: flex;
    justify-content: center;
}

.care-contents {
    max-width: 14.4rem;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    row-gap: 0.2rem;
}

.care-content_1 {
    width: 100%;
    font-family: Source Han Sans CN, Source Han Sans CN;
    font-weight: bold;
    font-size: 0.36rem;
    color: #333333;
    text-align: center;
    font-style: normal;
    text-transform: none;
    align-content: center;
    margin-bottom: 1rem;
    margin-top: 0.8rem;
}

.care-content_2{
    width: 100%;
    height: 9.44rem;
    background-size: cover !important;
    margin-bottom: 1.12rem;
}
.care-content_2 .content2_title{
    width: 100%;
    text-align: center;
    font-weight: bold;
    font-size: 0.48rem;
    color: #FFFFFF;
    margin-top: 0.63rem;
}
.care-content_2 .content2_body{
    width: 100%;
    height: 7rem;
    margin-top: 0.87rem;
    position: relative;
}

.content2_list{
    width: 4rem;
    height: auto;
    position: absolute;
}
.content2_list .content2_title{
    display: flex;
    align-items: center;
    margin-bottom: 0.16rem;
    flex-wrap: wrap;
        text-align: left;
}
.content2_list .content2_title .content2_img{
    width: 0.46rem;
    height: 0.46rem;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 0.2rem;
}
.content2_list .content2_title .content2_img img{
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}
.content2_list .content2_title span{
    width:3.34rem;
    font-weight: bold;
    font-size: 0.26rem;
    color: #FFFFFF;
    line-height: 0.28rem;
}
.content2_list .content2_cont{
    font-family: Arial, Arial;
    font-weight: 400;
    font-size: 0.16rem;
    color: #FFFFFF;
    line-height: 0.28rem;
}
.content2_list:nth-child(1){
    left: 2rem;
    top: 0;
}
.content2_list:nth-child(2){
    left: 9.73rem;
    top: 0;
}
.content2_list:nth-child(3){
    left: 1.32rem;
    top: 1.9rem;
}
.content2_list:nth-child(4){
    left: 10.43rem;
    top: 1.9rem;
}
.content2_list:nth-child(5){
    left: 2rem;
    top: 3.8rem;
}
.content2_list:nth-child(6){
    left: 9.73rem;
    top: 3.8rem;
}
.content2_list:nth-child(7){
    left:5.6rem;
    top: 4.6rem;
}



.care-content_3,
.care-content_4 {
    width: 100%;
    display: flex;
    justify-content: space-between;
    /* align-items: center; */
    column-gap: 0.6rem;
}
.content3_img{
    width: 6.5rem;
    height: 4.12rem;
    overflow: hidden;
}
.content3_img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.care-content_4 {
    margin-top: 0.74rem;
}

.content3_txt{
    width: 50%;
    padding-top: 0.78rem;
}
.content3_txt .txt_title{
    font-weight: 500;
    font-size: 0.36rem;
    color: #191919;
    line-height: 0.44rem;
    margin-bottom: 0.54rem;
}
.content3_txt .txt_body{
    font-weight: 400;
    font-size: 0.18rem;
    color: #6D6D6D;
    line-height: 0.32rem;
}
.content3_txt .txt_body b{
    color: #0D0D0D;
}










.care-bg {
    max-width: 14.4rem;
    background: #353D50;
    /* height: 7.09rem; */
    margin: 0 auto;
    margin-top: 0.95rem;
    padding: 0.9rem 1.2rem 1.38rem;
    box-sizing: border-box;
}
.care-bg_1 {
    font-family: Source Han Sans CN, Source Han Sans CN;
    font-weight: bold;
    font-size: 0.48rem;
    color: #FFFFFF;
    text-align: center;
    padding-bottom: 0.71rem;
}

.care-bg_2 {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    max-width: 12rem;
    margin: 0 auto;
    background: #fff;
    position: relative;
}
.care-bg_2 .care_img{
    width: 50%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.care-bg_2 .care_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.care-bg_2 .care_txt{
    width: 50%;
    padding: 0.3rem 0.4rem 0.5rem;
    box-sizing: border-box;
}

.care-bg_2 .care_txt .care_title{
    font-weight: 500;
    font-size: 0.26rem;
    color: #191919;
    line-height: 0.44rem;
    margin-top: 0.21rem;
}
.care-bg_2 .care_txt .care_title:first-child{
    margin-top: 0;
}
.care-bg_2 .care_txt .care_cont{
    font-weight: 400;
    font-size: 0.18rem;
    color: #6D6D6D;
    line-height: 0.32rem;
    margin-top: 0.15rem;
}




.body2_list{
    width: 14.4rem;
    margin: 0.95rem auto;
    position: relative;
    display: flex;
    justify-content: flex-end;
}
.body2_list:last-child{
    margin-bottom: 0.7rem;
    position: relative;
}
.body2_list .body2_img{
    width: 6.5rem;
    max-height: 100%;
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.body2_list .body2_img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.body2_list .body2_txt{
    width: 50%;
} 
.body2_list .body2_txt .body2_title{
    font-weight: 500;
    font-size: 0.36rem;
    color: #191919;
    line-height: 0.44rem;
    margin-bottom: 0.2rem;
}
.body2_list .body2_txt .body2_cont{
    font-weight: 400;
    font-size: 0.18rem;
    color: #6D6D6D;
    line-height: 0.36rem;
}
.body2_list .body2_txt .body2_cont b{
    color: #000000;
}
.body2_list:nth-child(2n){
    justify-content: flex-start;
}
.body2_list:nth-child(2n) .body2_img{
    right: 0;
    left: auto;
}









@media only screen and (max-width: 1024px) {
    .banner-content .banner-content_1{
        width: 80%;
        height: 1.78rem;
        line-height: 0.6rem;
        font-size: 0.48rem;
        margin:0 auto;
    }





    .care-contents{
        width: 100%;
    }


    .care-content_1{
        width: 94%;
        margin: 0.5rem auto;
    }
    
    .care-content_2{
        height: auto;
        padding-bottom: 0.4rem;
        margin-bottom: 0.4rem;
    }
    .care-content_2 .content2_body{
        height: auto;
        margin-top: 0.04rem;
        display: flex;
        flex-wrap: wrap;
        width: 7rem;
        margin: 0 auto;
    }
    .content2_list{
        position: relative;
        width: 50%;
        left: auto !important;
        right: auto !important;
        top: auto !important;
        bottom: auto !important;
    }

    
    .care-content_3,
    .care-content_4{
        width: 94%;
        column-gap: 0;
        display: flex;
        align-items: center;
    }
    .content3_img,
    .content3_txt{
        width: 48%;
        padding-top: 0.2rem;
    }
    .content3_txt .txt_title{
        margin-bottom: 0.2rem;
    }
    .care-content_4{
        margin-top: 0.4rem;
    }



    .care-bg{
        height: auto;
        margin: 0.4rem 0;
        padding: 0.4rem 0;
        width: 100%;
    }
    .care-bg_1{
        padding-bottom: 0.4rem;
    }
    .care-bg_2{
        flex-wrap: wrap;
        width: 7rem;
        margin: 0 auto;
    }
    .care-bg_2 .care_img{
        width: 100%;
        position: relative;
    }
    .care-bg_2 .care_txt{
        height: auto;
        width: 100%;
    }


    .body2_list{
        width: 7rem;
        display: block;
        margin-bottom: 0.5rem;
    }
    .body2_list .body2_img,
    .body2_list .body2_txt{
        width: 100%;
    }
    .body2_list .body2_img{
        position: relative;
        top: auto;
        left: auto;
        transform: none;
        margin-bottom: 0.2rem;
    }
}
