@media (max-width:1260px) {
    #homes a {
        font-size: 14px;
    }

    #footer {
        height: 500px;

    }

    #footer .lefts {
        margin-top: 50px;
    }

    #footer .footerImgs {
        top: 16%;
    }

    .footerRight {
        bottom: 55px;
    }

    #footer .lefts>div>a:first-of-type span {
        font-size: 14px;
    }

    .bp {
        font-size: 12px;
        margin-top: 20px;
    }

    .footerBottom div:first-of-type a {
        margin-right: 20px;
    }

    .footerBottom div:first-of-type a {
        margin-left: 30px;
    }

    .footerBottom>div>p {
        font-size: 14px;
    }

    .footerBottom>div>a {
        font-size: 14px;
    }

}

@media (max-width:1019px) {
    .heards {
        display: none;
    }

    #footer {
        display: none;
    }

    .nav-small {
        display: block;
    }

    #cc2 {
        display: block;
    }

    .list {
        display: none;
    }

    .conts {
        margin-right: 5%;
        margin-left: 5%;
        width: 90%;
    }

    .blues {
        display: none;
    }

    .tit {
        text-align: center;
        margin-bottom: 30px;
    }



}

@media (max-width:666px) {
    .sImg {
        display: none;
    }

    .imgsss {
        display: block;
    }
}

@media (max-width:591px) {
    .tit {
        margin-bottom: 0px;
        font-size: 36px;
        line-height: 50px;
    }

    .lis {
        font-size: 18px;
        line-height: 56px;
    }

    .lis a {
        font-size: 18px;
        line-height: 56px;
    }


    .conts {
        margin-right: 10%;
        margin-left: 10%;
        width: 80%;
    }

}

@media (max-width:400px) {
    .tit {
        font-size: 28px;
        line-height: 30px;
    }
}

@media (min-width:1020px) {
    #cc {
        display: none;
    }
}