.sub_nav_wp{
    background: #F9F9F9!important;
}


.aboutUs{
    display: flex;
    align-items: center;
    padding-bottom: 60px;
}
.aboutUsL{
    display: block;
    width: 55%;
    height: auto;
    margin-right: 50px;
}
.aboutUsR{
    font-size: 16px;
    color: #333;
}
.aboutUsR p{
    text-indent: 2em;
    line-height: 1.6;
}
.aboutUsR p span{
    font-size: 18px;
    font-weight: bolder;
    color: #00578F;
}

/* 版图 */
.aboutMap{
    background: #FAFAFA;
    padding-bottom: 50px;
}
.aboutMapImg{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 30px;
}
.aboutMapImg img{
    display: block;
    width: 48%;
}
.aboutMapTip{
    display: flex;
    align-items: center;
    justify-content: flex-end;
    color: #666;
    font-size: 14px;
    margin-bottom: 16px;
}
.aboutMapTip i{
    display: block;
    width: 14px;
    height: 14px;
    background: url(../img/aboutMapI.png)no-repeat center center;
    background-size: 100% 100%;
    margin-right: 8px;
}
.aboutMapCon{
    background: #fff;
    box-shadow: 0px 3px 20px rgba(16,59,138,0.05);
    border-radius: 4px;
    padding: 15px 35px;
}
/* 轮播 tab */
.swiperBox{
    padding: 0px 45px;
    border-bottom: 1px solid #E6E6E6;
    position: relative;
}
.aboutMapSwiperPrev{
    position: absolute;
    top: 50%;
    left: 0px;
    transform: translateY(-50%);
    background: url(../img/aboutMapSwiperPrev.png)no-repeat center center;
    background-size: 100% 100%;
}
.aboutMapSwiperNext{
    position: absolute;
    top: 50%;
    right: 0px;
    transform: translateY(-50%);
    background: url(../img/aboutMapSwiperNext.png)no-repeat center center;
    background-size: 100% 100%;
}
.aboutMapSwiperPrev,
.aboutMapSwiperNext{
    display: block;
    width: 22px;
    height: 22px;
    cursor: pointer;
}
.aboutMapSwiper .swiper-slide{
    /*margin-right: 45px;*/
    margin: 0px 22px;
    width: unset;
    cursor: pointer;
    font-size: 18px;
    color: #666;
    padding: 15px 0px;
    position: relative;
}
.aboutMapSwiper .swiper-slide:last-of-type{
    margin-right: 0px;
}
.aboutMapSwiper .swiper-slide::after{
    content:"";
    position: absolute;
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%);
    display: block;
    width: 0px;
    height: 3px;
    background: #005CAD;
    border-radius: 2px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.aboutMapSwiper .swiper-slide-active{
    font-size: 18px;
    color: #005CAD;
    font-weight: bold;
}
.aboutMapSwiper .swiper-slide-active::after{
    width: 20px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.aboutMapSwiper .swiper-pagination{
    display: none;
}
.aboutMapBox{
    padding-top: 30px;
}
.aboutMapBox .aboutMapItem{
    display: none;
}
.aboutMapItem ul{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    list-style-type: none!important;
}
.aboutMapItem li{
    width: 48%;
    color: #333;
    font-size: 16px;
}
.aboutMapItem li:nth-child(n+3){
    margin-top: 20px;
}
.aboutMapItem li.on{
    padding-left: 28px;
    background: url(../img/aboutMapI.png)no-repeat top 3px left;
    background-size: 16px 16px;
}
.aboutMapItem .green{
    color: #428E5E;
}
.aboutMapItem .blue{
    color: #005CAD;
}


/* 云平台 */
.platform{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    padding: 40px 0px 50px 0px;
}
.platform img{
    display: block;
    width: 49%;
    height: auto;
}
.platformTitle br{
    display: none;
}
.platformTitle{
    line-height: 1.4;
}
.platformTitle h2::after,
.platformTitle h2::before{
    top: 50%;
}


@media (max-width: 900px){
    .aboutUs,
    .aboutMapImg{
        flex-wrap: wrap;
    }
    .aboutUsL{
        width: 100%;
        margin: 0px 0px 20px 0px;
    }
    .aboutUsR,
    .aboutMapImg img,
    .platform img{
        width: 100%;
    }
    .aboutMapCon{
        padding: 10px 14px;
    }
    .aboutMapSwiper .swiper-slide{
        font-size: 16px;
        padding: 12px 0px;
        /*margin-right: 30px;*/
        margin: 0px 15px;
    }
    .aboutMapSwiper .swiper-slide-active{
        font-size: 16px;
    }
    .aboutMapItem li{
        width: 100%;
        font-size: 14px;
    }
    .aboutMapItem li:nth-child(n+2){
        margin-top: 14px;
    }
    .aboutMapBox {
        padding-top: 22px;
    }
    .aboutMapImg img:first-of-type,
    .platform img:first-of-type{
        margin-bottom: 20px;
    }
    .platformTitle br{
        display: block;
    }
}






