@media screen and (max-width:1780px){
}

@media screen and (max-width:1600px){
    .header-login .log-imgs img{
        width: 65%;
    }

}

@media screen and (max-width:1477px){

}

@media screen and (max-width:1401px){


}

@media screen and (max-width:1380px){
}

@media screen and (max-width:1366px){
    .header-nav > div{
        width: 80%;
    }
    .header-login{
        width: 80%;
    }
    .header-login>a img{
        width: 75%;
    }
    .footer .footer-box{
        width: 80%;
    }
}

@media screen and (max-width:1320px){
}

@media screen and (max-width:1280px){

}

@media screen and (max-width:1200px){

}

@media screen and (max-width:1180px){

}

@media screen and (max-width:1080px){

}

@media screen and (max-width:1024px){
    .header-nav > div{
        width: 95%;
    }
    .header-login{
        width: 95%;
    }
    .footer .footer-box{
        width: 95%;
    }
}

@media screen and (max-width:980px){

}

@media screen and (max-width:960px){
}

@media screen and (max-width:900px){
}

@media screen and (max-width:800px){
    .header-login > .go_shouye{
        display: none;
    }
    .header-login .phone{
        display: flex;
    }
    .header-login > form {
        display: none;
        position: absolute;
        top: 110%;
        left: 50%;
        z-index: 99;
        transform: translateX(-50%);
    }
    .header-nav{
        display: none;
    }
    .header-login {
        position: relative;
        width: 100%;
        padding: 0 20px;
        box-sizing:border-box;
        z-index: 999;
        background-color: #ffffff;
    }
}

@media screen and (max-width:768px){

}

@media screen and (max-width:730px){
}

@media screen and (max-width:680px){
}

@media screen and (max-width:650px){
    .header-login .phone-nav {
        width: 100%;
    }
    .header-login {
        width: 100%;
        padding: 0 10px;
        box-sizing: border-box;
    }
}

@media screen and (max-width:630px){
    .footer .footer-box .footer-box-left{
        display: none;
    }
    .footer .footer-box .footer-box-right {
        width: 100%;
        position: relative;
    }
    .footer .footer-box .footer-box-right p{
        display: none;
    }
    .footer .footer-box .footer-box-right img{
        position: absolute;
        right: 0;
        top: -60px;
    }
    .footer .footer-box {
        padding-top: 85px;
        padding-bottom: 0;
    }
}

@media screen and (max-width:486px){
    .header-login .phone .sousuo {
        margin-right: 30px;
        width: 25px;
    }
    .header-login .phone .phone-media {
        width: 30px;
        height: 20px;
    }
    .header-login .phone .phone-media .media-one {
        width: 30px;
    }
    .header-login .phone .phone-media .media-two {
        width: 30px;
    }
    .header-login .phone .phone-media .media-three {
        width: 30px;
    }
    .header-login{
        height: 60px;
    }
    .header-login>a img {
        width: 87%;
        margin-top: 8px;
    }
    .footer .footer-box .footer-box-right img {
        width: 84px;
        top: -27px;
    }
    .footer .footer-box {
        padding-top: 52px;
    }
}

@media screen and (max-width:376px){

}

@media screen and (max-width:340px){
    .footer .footer-box .footer-box-right img{
        display: none;
    }
    .footer .footer-box {
        padding-top: 28px;
    }
    .header-login > form {
        width: 300px;
    }
}

































