.banner {
    height: 8.6rem;
    max-height: 100vh;
    position: relative;
    display: flex;
    align-items: center
}

.banner .bannerImg {
    position: absolute;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    transition: all .5s ease-out;
    left: 0;
    top: 0
}

.banner .basics-box {
    position: relative
}

.banner .basics-box .box p {
    color: #fff
}

.banner .basics-box .box p.p1 {
    font-size: 54px;
    line-height: 1.2
}

@media only screen and (max-width:1440px) {
    .banner .basics-box .box p.p1 {
        font-size: 38px
    }
}

@media only screen and (max-width:1024px) {
    .banner .basics-box .box p.p1 {
        font-size: 34px
    }
}

@media only screen and (max-width:767px) {
    .banner .basics-box .box p.p1 {
        font-size: 28px
    }
}

.banner .basics-box .box p.p2 {
    font-size: 22px;
    line-height: 1.7;
    margin-top: .2rem
}

@media only screen and (max-width:1440px) {
    .banner .basics-box .box p.p2 {
        font-size: 18px
    }
}

@media only screen and (max-width:767px) {
    .banner .basics-box .box p.p2 {
        font-size: 16px
    }
}

.content {
    padding: 1.1rem 0
}

.content .smartmotor {
    font-size: 40px;
    font-weight: 200;
    color: #333333;
    text-align: center;
    margin-bottom: .1rem
}

@media only screen and (max-width:1440px) {
    .content .smartmotor {
        font-size: 34px
    }
}

@media only screen and (max-width:1024px) {
    .content .smartmotor {
        font-size: 30px
    }
}

@media only screen and (max-width:767px) {
    .content .smartmotor {
        font-size: 24px
    }
}

.content .text {
    font-size: 17px;
    font-weight: 100;
    color: #555555;
    margin-left: auto;
    margin-right: auto;
    line-height: 2
}

@media only screen and (max-width:1366px) {
    .content .text {
        font-size: 15px
    }
}

@media only screen and (max-width:767px) {
    .content .text {
        font-size: 15px
    }
}

.content .text.one {
    width: 80%;
    margin-top: .3rem
}

.content .text.two {
    width: 64%;
    margin-top: .1rem
}

.content .text.three {
    width: 58%;
    margin-top: .1rem
}

.content .text.four {
    width: 48%;
    margin-top: .1rem
}

.content .box {
    margin-top: .7rem;
    display: flex;
    flex-wrap: wrap
}

.content .box .chunk {
    flex: auto;
    width: 48%;
    height: 3.65rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
    background-color: #fff;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s
}

.content .box .chunk:nth-child(2n - 1) {
    margin-right: 20px
}

.content .box .chunk:hover {
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.1)
}

.content .box .chunk:hover .img-box,
.content .box .chunk:hover .title,
.content .box .chunk:hover .decribe {
    transform: translateY(-10px)
}

.content .box .chunk .img-box {
    width: .8rem;
    height: 1.2rem;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s
}

.content .box .chunk .img-box .img {
    width: 100%;
    height: auto
}

.content .box .chunk .title {
    font-size: 26px;
    color: #000000;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s
}

@media only screen and (max-width:1440px) {
    .content .box .chunk .title {
        font-size: 24px
    }
}

@media only screen and (max-width:1024px) {
    .content .box .chunk .title {
        font-size: 20px
    }
}

@media only screen and (max-width:767px) {
    .content .box .chunk .title {
        font-size: 18px
    }
}

.content .box .chunk .decribe {
    font-size: 17px;
    margin-top: .1rem;
    width: 60%;
    color: #555555;
    line-height: 1.5;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    text-align: center;
    letter-spacing: 0.05em;
}

@media only screen and (max-width:1366px) {
    .content .box .chunk .decribe {
        font-size: 15px
    }
}

@media only screen and (max-width:767px) {
    .content .box .chunk .decribe {
        font-size: 15px
    }
}

@media screen and (max-width:768px) {
    .content .text.one {
        width: 100%
    }

    .content .text.two {
        width: 100%
    }

    .content .text.three {
        width: 100%
    }

    .content .text.four {
        width: 100%
    }

    .content .box {
        flex-direction: column
    }

    .content .box .chunk {
        width: 100%
    }

    .content .box .chunk:nth-child(2n - 1) {
        margin-right: 0
    }

    .content .box .chunk .decribe {
        width: 90%
    }
}

/*# sourceMappingURL=./smartmotor.css.map */