.footer{
    height: 280px;
    background: #161616;
}
.footer_banner{
    height: 60px;
    width: 100%;
    box-shadow: 0px 0px 2px 0px #a9a9a9;
    background: #fff;
}
.footer_banner_area{
    width: 1400px;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 0.5rem 1rem;
    display: flex;
}
.footer_banner_slide{
    width: 1250px;
    margin-left: 30px;
    overflow:hidden;
    display: flex;
}
.footer_slide_box{
    display:flex;
}
.footer_banner_slide div{
    padding-top: 3px;
    margin-right: unset !important;
    background: #fff;
    cursor: pointer;
}
@keyframes footer_banner_key{
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-100%);
    }
}
.footer_banner_btn{
    padding-top: 3px;
    width: 110px;
    text-align: center;
}
.footer_banner_btn img{
    height: 100%;
    width: 10px;
    margin-left: 8px;
    margin-right: 8px;
    cursor: pointer;
}
.footer_container{
    width: 1400px;
    height: 220px;
    margin-left: auto;
    margin-right: auto;
    padding: 0.5rem 1rem;
    display: flex;
    background: #161616;
}
.footer_logo_area{
    width: 18%;
    text-align: center;
}
.footer_logo_area img{
    height: 100%;
    width: 77%;
}
.footer_descript_area{
    width: 75%;
    padding: 5px 5px 5px 120px;
    color:#fff;
}
.footer_descript_area a{
    font-size: 18px;
    font-weight: 600;
}
.footer_descript_area a:hover{
    color: #2ea8ff;
}
.footer_descript_area p{
    font-size: 18px;
}
.footer_descript_area span{
    font-size: 18px;
    font-size: 15px;
    font-weight: 600;
    padding: 0px 30px 0px 30px;
}
.footer_descript_box1{
    height: 80px;
    padding-top: 15px;
}
.footer_descript_box2{
    height: 40px;
    display: flex;
}
.footer_top_btn{
    width: 7%;
    padding-top: 40px;
    padding-right: 10px;
    text-align: right;
}
.footer_top_btn img{
    width: 65%;
    cursor: pointer;
}

@media all and (max-width:1400px){
    .footer{
        height:auto;
    }
    .footer_banner_area{
        max-width:1200px;
        width:100%;
    }
    .footer_container{
        max-width:1000px;
        width:100%;
    }
    .footer_descript_area{
        padding-left:50px;
    }
    .footer_descript_area a,.footer_descript_area p{
        font-size:15px;
    }
    .footer_descript_box1{
        height:auto;
        margin-bottom:30px;
    }
    .footer_container{
        height:auto;
    }
    .footer_descript_box2{
        height:auto;
        padding:10px 0;
    }
}

@media all and (max-width:1100px){
    .footer_banner_btn{
        width:150px;
    }
}

@media all and (max-width:1024px){
    .footer_logo_area img{
        max-width:100px;
        width:100%;
        height:100%;
    }
    
    .footer_banner_btn,.footer_top_btn{
        width:0;
        display:none;
    }
    .footer_top_btn img{
        display:none;
    }
    .footer_descript_area a, .footer_descript_area p{
        font-size:12px;
    }
    .footer_logo_area{
        width:100%;
    }
    .footer_descript_area{
        width:100%;
        padding-left:0;
    }
    .footer_container{
        padding-top:30px;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align:center;
    }
    .footer_descript_box2{
        justify-content: center;
    }

}

@media all and (max-width:499px){
    .footer_descript_area span{
        padding:0 15px;
    }
    .footer_descript_area a, .footer_descript_area p{
        font-size:10px;
    }
}