.banner{
    width: 100%;
    height: 23.18vw;
    background-size: 100%;
    background-repeat: no-repeat;
    overflow: auto;
}



.banner-mobile{
    display: none;
}

#div-content{
    width: 52vw;
    margin: 0 auto;
}

#div-content-titile{
    font-size: 1.46vw;
    padding: 5.2vw 0;
}

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

.ul-content li{
    width: 25%;
    height: 11.46vw;
    float: left;
    margin: 0.8vw 0;
    list-style: none;
}

.li-div-content{
    width: 13vw;
    height: 11.46vw;
    /* background: url("/img/industry_content_1.png");  */
    /* background: red;  */
    background-size: contain;
    text-align:bottom;
}

.li-div-content span{
    display: inline-block;
    position: relative;
    font-size: 1vw;
    top: 9vw;
}


#div-plan{
    display: inline-block;
    margin: 0 auto;
}

#div-plan-mobile{
    display: none;
}

#div-plan-titile{
    font-size: 1.67vw;
    padding-bottom: 5vw;
}

.ul-plan{
    list-style: none;
    overflow: hidden;
    padding: 0;
    /* margin-bottom: 6.25vw; */
}

.ul-plan li{
    float: left;
    padding: 0;
    margin: 1.15vw;
}



.li-div-plan{
    width: 16.67vw;
    height: 14.9vw;
    /* background: url("/img/industry_plan_1.png");        */
    background-size: cover;
    text-align:center;
    position: relative;
}

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

.li-div-span-detail-plan{
    display: block;
    position: absolute;
    /* top: 9vw; */
    bottom: 1.35vw;
    left: 50%;
    transform:translate(-50%);
    font-size: 1vw;
    padding: 0.42vw 2vw;
    border: black 1px solid ;border-radius: 50px;
    cursor: pointer;
}

#div-more{
    display: inline-block;
    margin-bottom: 6.25vw;
    padding: 0.4vw 1.2vw;
    font-size: 18px;
    border: black solid 2px;
    border-radius: 50px;
    cursor: pointer;
}

#div-more:hover{
    border: red solid 2px;
}

.b{
    margin: 5vw 0;
}