/* .banner{
    width: 100%;
    height: 100%;
} */
.banner >img{
    max-width: 100%;
    height: auto;
}
.PAS_tab{
    width: 100%;
    height: 40px;
    padding-top:90px;
    background-color: #f7f8fa;
}
.PAS_tab_Ul{
    height: 40px;
    margin: 0 auto;
}
.PAS_tab_Ul li{
    float: left;
    height: 40px;
    margin-right:120px;
    font-size: 18px;
    cursor: pointer;
}
.PAS_tab_Ul li:last-child{
    margin-right:0;
}
.PAS_tab_Ul .PAS_tab_active{
    color: #48acf9;
    position: relative;
}
/* .PAS_tab_Ul .PAS_tab_active::after{
    content: "";
    width: 100%;
    height: 4px;
    background-color: #48acf9;
    border-radius: 2px;
    position: absolute;
    bottom:0;
    left: 0;
    648239409
    554642
} */
.PAS_tab >.w1200{
    width: 980px;
    position: relative;
}
.PAS_tab >.w1200 >span{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 108px;
    height: 4px;
    border-radius: 2px;
    background-color: #48acf9;
}


.capitalFlow{
    width: 100%;
    height: 550px;
    padding: 80px 0;
}
.capitalFlow >.w1200 >h1{
    text-align: center;
    font-size: 24px;
    letter-spacing: 4px;
    margin-bottom: 50px;
}
.capitalFlow >.w1200 >img{
    display: block;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
}
.retailStore{
    padding: 80px 0;
    background-color: #f7f8fa;
}
.retailStore >.box{
    display: none;
}
.retailStore >.box >h2{
    text-align: center;
    font-size: 24px;
    letter-spacing: 4px;
    margin-bottom: 50px;
}
.retailStore >.box >img{
    max-width: 100%;
    height: auto;
}

@media screen and (max-width: 980px) {
    .PAS_tab_Ul{
        padding: 0 20px;

    }
    .PAS_tab_Ul li{
        margin-right: 110px;
    }
}   
