.banner{
   display: none;
}


.banner-mobile{
    width: 100%;
    height: 37vw;
    margin-top: 60px;
    background-size: contain;
    background-repeat: no-repeat;
}

#div-content{
    width: 100%;
    margin: 0 auto;
}

#div-content-titile{
    font-size: 4.4vw;
    /* padding: 2vw 0; */
    margin: 7.3vw 0;
}

.ul-content{
    list-style: none;
    overflow: hidden;
    padding: 0;
    margin: 0 6vw;
}

.ul-content li{
    width: 33.33%;
    height: 25.55vw;
    float: left;
    margin: 1vw 0;
    padding: 0;
}

.li-div-content{
    width: 100%;
    height: 25.55vw;
    background: url("/img/industry_content_1.png");       
    background-size: cover;
    text-align:bottom;
    text-align: center;
}

.li-div-content span{
    display: inline-block;
    position: relative;
    bottom: 1px;
    /* font-size: 3.4vw; */
    font-size: 14px;
    top: 17vw;
}


#div-plan{
    display: none;
}


#div-plan-titile{
    font-size: 4.4vw;
    padding: 7.3vw;
}

.ul-plan-mobile{
    list-style: none;
    overflow: hidden;
    padding: 0;
    /* margin: 0 0 55px 0; */
}


.li-div-plan{
    width: 90%;
    height: 40.63vw;
    background: url("/img/industry_plan_1_mobile.png");
    background-size: contain;
    text-align:bottom;
    margin: 0 auto;
    margin-bottom: 9px;
}

.li-div-span-title-plan{
    display: block;
    position: relative;
    top: 4.3vw;
    font-size: 4.4vw;
    letter-spacing: 2px;
}

.li-div-span-detail-plan{
    display: inline-block;
    position: relative;
    top: 20vw;
    /* font-size: 3.9vw; */
    font-size: 16px;
    padding: 1.5vw 6.2vw;
    border: black 2px solid ;border-radius: 50px;
    cursor: pointer;
}

.li-div-span-detail-plan:active{
    background: transparent;
}

.a{
    width: 100vw;
    height: auto;
    margin: 5vw 0;
}

.b{
    width: 100vw;
    height: auto;
    margin: 5vw 0;
}