﻿.afloor{
    padding: 51px 0;
    background: #FAFCFF;
}
.floor-bg{
    background-position: center bottom;
    background-repeat: no-repeat;
    background-image: url('fl_bg.png');
    background-size: cover;
}
.floor-box{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.floor_img{
    width: 55%;
    flex-shrink: 0;
}
.floor_img_i{
    width: 100%;
    display: block;
}
.floor_con{
    flex: 1;
    padding-left: 14px;
    box-sizing: border-box;
    padding-right: 20px;
}
.floor-bg .floor_con{
    padding-right: 0px;
}
.floor_con_t{
    font-size: 36px;
    color: #333333;
    line-height: 46px;
}
.floor_con_s{
    font-size: 22px;
    color: #333333;
    line-height: 28px;
    margin-top: 10px;
    font-weight: 600;
}
.floor_con_i{
    margin-top: 30px;
    margin-left: 20px;
}
.floor_con_i li{
    margin-bottom: 20px;
    font-size: 20px;
    color: #757575;
    line-height: 36px;
    list-style: disc;
}
.floor_title{
    font-weight: 600;
    font-size: 32px;
    color: #333333;
    line-height: 24px;
    text-stroke: 1px rgba(0,0,0,0);
}
/* banner */
.banner{
    padding: 178px 0;
    background: url('banner_bg.png') no-repeat center bottom;
    background-size: cover;
}
.banner-inner{
    text-align: center;
}
/* 应用场景 */
.floor7{
    background: url('fl7_bg.png') no-repeat left top;
    background-size: cover;
    padding: 96px 0 86px;
}
.floor7-list{
    margin-top: 50px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    margin-right: -40px;
}
.floor7-item{
    width: 50%;
}
.floor7-item_i{
    background: #FFFFFF;
    border-radius: 6px;
    margin-right:40px;
    margin-bottom: 30px;
    display: flex;
    flex-direction: row;
    padding: 45px 40px;
}
.floor7-item_il{
    width: 78px;
    height: 78px;
    background: rgba(255,136,19,0.1);
    border-radius: 7px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-right: 22px;
}
.floor7-item_ii{
    display: block;
    width: 44.45px;
    height: 44.45px;
}
.floor7-item_ir{
    padding: 7px 0 6px;
}
.floor7-item_ir h2{
    font-weight: 600;
    font-size: 22px;
    color: #333333;
    line-height: 31px;
}
.floor7-item_ir p{
    font-size: 18px;
    color: #757575;
    margin-top: 9px;
    line-height: 25px;
}
@media screen and (max-width: 1024px){

}
@media screen and (max-width:768px){

}
@media (max-width: 480px){
    .afloor{
        padding: 32px 0 0;
        background: #fff;
    }
    .floor-bg{
        background-image: url('mfl_bg.png');
    }
    .floor_title{
        font-size: 18px;
        line-height: 22px;
        text-align: center;
    }
    .floor_img{
        width: 100%;
    }
    .banner{
        padding: 0;
        background: none;
    }
    .banner .ks-container{
        padding: 0;
    }
    .floor-box{
        flex-direction: column;
    }
    .floor_con{
        padding: 0 2px;
    }
    .floor_con_t{
        font-size: 18px;
        line-height: 22px;
        text-align: center;
    }
    .floor_con_s{
        font-size: 13px;
        margin-top:6px;
        line-height: 16px;
        text-align: center;
    }
    .floor_con_i{
        margin-top: 16px;
        margin-left: 0;
    }
    .floor_con_i li{
        list-style: none;
        font-size: 12px;
        color: #757575;
        line-height: 20px;
        text-align: center;
        margin-bottom: 10px;
    }
    .floor7{
        background: linear-gradient( 180deg, #f8fcff 0%, #e6f4ff 100%);
        padding-bottom: 30px;
    }
    .floor7-list{
        margin-right: 2px;
        margin-left: 2px;
        flex-direction: column;
        margin-top: 26px;
    }
    .floor7-item{
        width: 100%;
    }
    .floor7-item:last-child .floor7-item_i{
        margin-bottom: 0;
    }
    .floor7-item_i{
        margin-right: 0;
        padding: 20px;
        border-radius: 6px;
        margin-bottom: 10px;
    }
    .floor7-item_il{
        width: 50px;
        height: 50px;
        border-radius: 4px;
        margin-right: 14px;
        flex-shrink: 0;
    }
    .floor7-item_ii{
        width: 26px;
        height: 26px;
    }
    .floor7-item_ir{
        padding: 5px 0 6px;
    }
    .floor7-item_ir h2{
        font-size: 14px;
        line-height:18px;
    }
    .floor7-item_ir p{
        font-size: 12px;
        color: #757575;
        line-height:15px;
        margin-top: 6px;
    }
}