/* 
*    适配PC
*/
.flex_row{
    display: flex;
    flex-direction: row;
}
.cursor_pointer{
    cursor: pointer;
}
.bgDiv{
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin-top: 80px;
}
.manage_bg{
    width: 100%;
    height: 1000px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(../images/manage/manage_bg.jpg);
}
.imgInfoDiv{
    position: absolute;
    min-width: 372px;
    height: 169px;
    top: 71px;
}
.imgInfoDiv .title{
    font-family: 'Alimama ShuHeiTi';
    font-style: normal;
    font-weight: 700;
    font-size: 62px;
    line-height: 150%;
    color: #062D62;
    text-align: center;
}
.imgInfoDiv .info{
    /* font-family: 'PingFang SC'; */
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #083A7E;
    text-align: center;
}
.imgInfoDiv .btns{
    justify-content: center;
    margin-top: 12px;
}

.connect_btn_1 {
    align-items: center;
    justify-content: center;
    /* padding: 0 16px; */
    width: 118px;
    height: 40px;
    background: #0B51B2;
    border-radius: 8px;
} 
.connect_btn_1:hover {
    background: #0A4AA2;
}    
.connect_btn_1_text{
    /* font-family: 'PingFang SC'; */
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #FFFFFF;
    margin-left: 5.5px;
}
.justify_content_center{
    justify-content: center;
}

.connect_btn_2{
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    /* padding: 8px 16px; */
    width: 118px;
    height: 40px;
    background: transparent;
    border: 1px solid #E7EEF7;
    border-radius: 8px;
    margin-left: 12px;
}
.connect_btn_2:hover {
    border:1px solid #8FAFDC;
}
.connect_btn_2_text{
    /* font-family: 'PingFang SC'; */
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #0B51B2;
    margin-left: 5.5px;
}
.haveProblems{
    justify-content: center;
    margin-top: 120px;
}
.problemDiv{
    width: 1200px;
}
.problemDiv .title{
    /* font-family: 'PingFang SC'; */
    font-style: normal;
    font-weight: 600;
    font-size: 40px;
    line-height: 60px;
    color: #323C49;
}
.problemDiv .info{
    /* font-family: 'PingFang SC'; */
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #323C49;
}
.problemObjs .item{
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    padding: 0px;
    width: 300px;
    height: 52px;
    margin-top: 40px;
    margin-right: 32px;
}
.problemObjs .title{
    /* font-family: 'PingFang SC'; */
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
    color: #323C49;
}
.problemObjs .info{
    /* font-family: 'PingFang SC'; */
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: #848C99;
}

.solution .title{
    width: 1200px;
    margin-top:80px;
    /* font-family: 'PingFang SC'; */
    font-style: normal;
    font-weight: 600;
    font-size: 40px;
    line-height: 60px;
    color: #323C49;
}
.solution .info{
    /* font-family: 'PingFang SC'; */
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #323C49;
}
.swiperObj{
    min-width: 760px;
    height: 450px;
    border-radius: 8px;
    background-color: #EBEBEB;
    overflow: hidden;
}
.swiper-slide{
    justify-content: center;
    align-items: center;
}
.solution .content{
    width: 1200px;
    justify-content: space-between;
    align-items: center;
    margin-top: 40px;
}
.swiperClickItem{
    width: 400px;
    /*height: 96px;*/
    padding: 12px;
    /* background: #FAFAFA; */
    margin-bottom: 27px;
}
.swiperClickItem:last-child{
    margin-bottom: 0;
}
.swiperClickItem .swiperClickLabel{
    /* font-family: 'PingFang SC'; */
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    margin-left: 8px;
    /* color: #083A7E; */
}
.swiperClickItem img{
    width: 24px;
    height: 24px;
    margin-right:8px;
}
.swiperClickItem .swiperClickValue{
    /* font-family: 'PingFang SC'; */
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    /* color: #083A7E; */
    margin-top: 4px;
}
.swiperClickItem.active .swiperClickValue{
    color: #083A7E;
}
.swiperClickItem.active .swiperClickLabel{
    color: #083A7E;
}
.swiperClickItem.active{
    background: #FAFAFA;
}
.swiperClickItem.active .iconfont{
    color: #083A7E;
}
.swiper-pagination-custom{
    width: 400px;
}
.swiper-wrapper{
    width:760px
}


.coverageSolution{
    margin-top: 240px;
}
.coverageSolution .title{
    width: 1200px;
    /* font-family: 'PingFang SC'; */
    font-style: normal;
    font-weight: 600;
    font-size: 40px;
    line-height: 60px;
    color: #323C49;
    text-align: center;
}
.coverageSolution .info{
    /* font-family: 'PingFang SC'; */
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #6C7685;
}
.coverageSolution .content{
    width: 1200px;
    justify-content: space-between;
    margin-top: 40px;
}
.coverageSolution .contentItem{
    padding: 0px;
    width: 590px;
    /* height: 740px; */
    background: #FFFFFF;
    border: 1px solid #EDEEF0;
    border-radius: 8px;
    filter: drop-shadow(0px 10px 20px rgba(0, 0, 0, 0.05));
}
.coverageSolution .imgTitle{
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}
.coverageSolution .imgContent{
    padding: 24px;
    display: flex;
flex-direction: column;
justify-content: space-between;
}
.coverageSolution .imgContentTitle{
    /* font-family: 'PingFang SC'; */
    font-style: normal;
    font-weight: 600;
    font-size: 28px;
    line-height: 42px;
    color: #323C49;
}
.coverageSolution .imgContentInfo{
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #475467;
    margin-top: 8px;
}
.coverageSolution .splitLine{
    width: 540px;
    height: 0px;
    border: 1px solid #EDEEF0;
    margin-top: 32px;
}
.coverageSolution .advantage{
    padding: 4px 8px;
    gap: 10px;
    width: 48px;
    height: 32px;
    background: #0B51B2;
    border-radius: 4px;
    margin-top: 32px;

    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #FFFFFF;
    margin-bottom: 20px;
}
.coverageSolution .advantageLabel{
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #475467;
    margin-left: 16px;
}
.coverageSolution .advantageItem{
    margin-bottom: 12px;
}
.coverageSolution .disadvantage{
    padding: 4px 8px;
    width: 48px;
    height: 32px;
    background: #EDEEF0;
    border-radius: 4px;

    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #475467;
    margin-top: 32px;
    margin-bottom: 20px;
}
.coverageSolution .circleDiv{
    width: 24px;
    height: 24px;
    justify-content: center;
    align-items: center;
    margin-right: 16px;
}
.coverageSolution .circle{
    width:8px;
    height:8px;
    border-radius: 50%;
    background: #56BA8D;
}
.coverageSolution .disadvantageItem{
    align-items: center;
}
.coverageSolution .disadvantageLabel{
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #475467;
}
.coverageSolution .btn{
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 8px 16px;
    width: 540px;
    height: 40px;
    border: 1px solid #0B51B2;
    border-radius: 8px;
    margin-top: 76px;
}
.coverageSolution .btnText{
    /* font-family: 'PingFang SC'; */
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #0B51B2;
    margin-left: 4px;
    
}
.coverageSolution .contentItemTwo{
    background: #0B51B2;
}
/* .contentItemTwo .imgContentTitle{
    color: #FFFFFF;
} */
.color_white{
    color: #FFFFFF !important;
}
.contentItemTwo .splitLine{
    border: 1px solid #5C8ACB;
}
.contentItemTwo .advantage{
    background: #ffffff;
    color: #0B51B2;
}
.contentItemTwo .disadvantage{
    background: #3C74C1;
}
.contentItemTwo .circle{
    background-color: #ffffff;
}
.contentItemTwo .disadvantageItem{
    margin-bottom: 12px;
}
.contentItemTwo .btn{
    margin-top: 28px;
    background-color: #fff;
}
.sonSystem{
    margin-top: 240px;
}
.sonSystem .title{
    /* font-family: 'PingFang SC'; */
    font-style: normal;
    font-weight: 600;
    font-size: 40px;
    line-height: 60px;
    color: #323C49;
    text-align: center;
}
.sonSystem .info{
    /* font-family: 'PingFang SC'; */
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #6C7685;
}
.sonSystem .imgs{
    width: 1202px;
    flex-wrap: wrap;
    margin-top: 40px;
    background: #FFFFFF;
    border: 1px solid #EDEEF0;
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.05);
    border-radius: 8px;
}
.sonSystem .imgItem{
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 12px;
    width: 400px;
    height: 300px;
    border-width: 0px 1px 1px 0px;
    border-style: solid;
    border-color: #EDEEF0;
}
.sonSystem .imgItemName{
    /* font-family: 'PingFang SC'; */
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
    text-align: center;
    color: #475467;
}
.sonSystem .btns{
    margin-top: 40px;
    width: 1200px;
    justify-content: center;
}
.sonSystem .btn_1{
    align-items: center;
    /* padding: 8px 16px; */
    justify-content: center;
    width: 118px;
    height: 40px;
    border: 1px solid #0B51B2;
    border-radius: 8px;
}
.sonSystem .btn_1_text{
    /* font-family: 'PingFang SC'; */
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #0B51B2;
    margin-left:4px
}

.sonSystem .btn_2{
    align-items: center;
    justify-content: center;
    width: 128px;
    height: 40px;
    background: #0B51B2;
    border-radius: 8px;

    /* font-family: 'PingFang SC'; */
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #FFFFFF;
}

.facility{
    margin-top:240px;
    margin-bottom:240px
}
.facility .title{
    /* font-family: 'PingFang SC'; */
    font-style: normal;
    font-weight: 600;
    font-size: 40px;
    line-height: 60px;
    color: #323C49;
    text-align: center;
    width: 1200px;
}
.facility .info{
    width: 1200px;
    /* font-family: 'PingFang SC'; */
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #6C7685;
}
.facility .imgs{
    padding: 0px;
    width: 1202px;
    background: #FFFFFF;
    border: 1px solid #EDEEF0;
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.05);
    border-radius: 8px;
    flex-wrap: wrap;
    margin-top: 40px;
}
.facility .imgItem{
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 12px;
    width: 300px;
    height: 338px;
    border: 1px solid #EDEEF0;
}
.facility .imgItemName{
    /* font-family: 'PingFang SC'; */
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
    color: #475467;
}


