.a_layout .a_top .a_text {
    position: absolute;
    box-sizing: border-box;
    padding: 31px;
    background: rgba(24,24,24,0.65);
    color: #CCCCCC;
    top: 0;
    left: 0;
    width: 72%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-size: 15px;
    letter-spacing: 0px;
    line-height: 1.5;
}


.a_layout .a_middle .a_title h2 {
    position: relative;
    color: #201813;
    font-size: 26px;
    font-weight: bold;
    margin: 0;
    letter-spacing: 0px;
    line-height: 1.2;
}


.s_layout .s_text h3 {
    position: relative;
    color: #666666;
    font-size: 17px;
    font-weight: 500;
    margin: 0;
    letter-spacing: 0;
    line-height: 1.2;
    width: 100%;
    margin-left: 5px;
}

.s_layout .s_top ul li {
    font-size: 16px;
    letter-spacing: 0;
}


.s_layout .s_top ul li span {
   
    margin-right: 10px;
   
}

@media screen and (max-width: 1220px){
    .a_layout .a_bottom .a_col:first-of-type {
        position: relative;
        width: 45%;
        padding-right: 15px;
    }


    .a_layout .a_top .a_text{
        width: 100%;
    }
}

@media screen and (max-width: 1180px){
    .a_layout .a_bottom {
        position: relative;
        
        flex-direction: column;
    }


    
    .s_layout .s_top {
       
        padding-top: 15px;
    }


    .a_layout .a_bottom .a_col:first-of-type {
        position: relative;
        width: 100%;
        padding-right: 0px;
    }


    .a_layout .a_bottom .a_col:last-of-type {
        position: relative;
        width: 100%;
        padding-left: 0px;
        max-width: unset;
    }
}



@media screen and (max-width: 1100px){
    .a_layout .a_top h3{
        font-size: 18px;
    }
    .a_layout .a_top .a_text {
        padding: 30px 20px;
        position: relative;
        width: 100%;
        background: rgba(24,24,24,1);
    }
    .a_layout .a_top .a_title i{
        top: 48%;
        left: 125px;
    }
    .a_layout .a_middle{
        flex-direction: column;
        margin: 0 0 30px;
    }
    .a_layout .a_middle .a_col:first-of-type{
        width: 100%;
    }
    .a_layout .a_middle .a_col:last-of-type{
        width: 100%;
    }
    .a_layout .a_middle .a_title {
        margin: 0 auto 30px;
        text-align: center;
    }
    .a_layout .a_middle .a_title i {
        left: calc(50% - 150px);
    }
    .a_layout .a_middle .a_title span {
        padding-left: 0;
    }
    .a_layout .a_middle .a_title h2:after{
        margin: 15px auto;
    }
    .a_layout .s_layout .s_bottom .s_box {
        margin: 10px;
    }

    .a_layout .s_layout .s_bottom .s_box:last-of-type {
        margin:10px;
    }

    .a_layout .s_layout{
        padding: 0;
    }
    .a_layout .s_layout .s_top ul li+li {
        padding: 10px 0 0;
        font-size: 15px;
    }
    .a_layout .s_layout .s_top ul li span{
        font-size: 16px;
        width: 30px;
        height: 30px;
        line-height: 30px;
    }
    .a_layout .s_layout .s_bottom{
        margin: 0 auto;
       
    }


}







@media screen and (max-width: 480px){
    .a_layout .s_layout .s_bottom .s_box,
    .a_layout .s_layout .s_bottom .s_box:last-of-type{
        padding: 0 10px;
        height: 120px;
        width: 100px;
        margin: 8px;
    }
    .a_layout .a_top .a_title i{
        left: 100px;
    }

    .s_layout .s_text h3 {
        font-size: 16px;
        margin: 10px 0 0;
    }
    .s_layout .s_bottom .s_box span {
        font-size: 18px;
        margin: 0;
    }
    .s_layout .s_bottom .s_box,
    .s_layout .s_bottom .s_box:last-of-type {
        padding: 0 10px;
        height: 120px;
        width: 110px;
        margin: 5px;
    }

    .a_layout .s_layout .s_bottom{
        /* margin: 0 auto;
        flex-direction: column; */
    }

}
@media screen and (max-width: 360px){
    .a_layout .a_top .a_title i{
        left: initial;
        right: 0;
    }
}



@media screen and (max-width: 1100px){
    .s_layout{
        padding: 0;
    }
    .s_layout .s_top ul{
        margin: 0 auto;
        max-width: unset;
    }
    .s_layout .s_top ul li{
        font-size: 15px;
    }
    .s_layout .s_top ul li+li {
        padding: 10px 0 0;
    }
    .s_layout .s_bottom {
        position: relative;
        box-sizing: border-box;
        display: flex;
        width: auto;
        max-width: 700px;
        justify-content: center;
        margin: 30px auto 0;
        align-items: center;
    }
}


@media screen and (max-width: 480px){
    .s_layout .s_top ul li span{
        display: block;
    }
}