@media screen and (max-width: 640px) and (min-width: 0px) {
    .boxSlide1 .textBox .more a {
        font-size: 12px;
        width: 35%;
        height: 30px;
        line-height: 30px;
    }

    .boxSlide1 .textBox h1 {
        font-size: 22px;
        top: 90px;
    }

    .boxSlide1 .textBox p {
        font-size: 14px;
    }

    .textBigBox h1 {
        font-size: 20px;
    }

    .textBigBox p {
        font-size: 12px;
        line-height: 1.5;
    }

    .textBigBox h2 {
        font-size: 26px;
    }

    .textBigBox a {

        height: 30px;
        font-size: 12px;
    }.textLeftBox>div img {
    max-width: 80px;
}
}

@media screen and (max-width: 450px) and (min-width: 0px) {}