*{padding: 0;margin:0;}
.motor4214{background: #000;}
.h4214{
    position: relative;
}
.h4214 img{
    width: 100%;
    display: block;
}
.h4214 .text{
    width: 1000px;
    position: absolute;
    left: calc(50% - 500px);
    top: 130px;
    text-align: center;
}
.h4214 .text h2{
    font-size: 44px;
    color: #fff;
}
.h4214 .text h3{
    font-size: 28px;
    color: #fff;
    margin-top: 15px;
}

.unit{
    padding: 120px 0 30px;
}
.unit .vscreen{
    width: 1200px;
    margin: 0 auto;
}
.unit .vscreen .title{
    text-align: center;
}
.unit .vscreen .title h2{
    font-size: 40px;
    color: #00B7EE;
}
.unit .vscreen .title p{
    font-size: 22px;
    color: rgba(255,255,255,.6);
    margin-top: 35px;
    line-height: 1.4;
}
.unit .imgs{
    position: relative;
}
.unit .imgs,.unit .imgs img{
    width: 100%;
    display: block;
}
.unit .imgs .text{
    position: absolute;
    width: 70%;
    left: 15%;
    top: 0;
    height: 100%;
    display: flex;
    justify-content: space-between;
}
.unit .imgs .text .item{
    display: flex;
    align-items: center;
}
.unit .imgs .text .item h3{
    font-size: 50px;
    color: #fff;
}
.unit .imgs .text .item span{
    display: block;
    font-size: 20px;
    color: rgba(255,255,255,.6);
    margin-top: 20px;
}
.unit .imgs .text .right{
    text-align: right;
}
.craft .imgs{
    margin-top: 80px;
}
.craft .imgs .text .item{
    width: 30%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.craft .imgs .text .item div{
    width: 100%;
}
.craft .imgs .text .item h3{
    font-size: 26px;
    text-shadow: 0 1px 1px rgba(0,0,0,.5);
}

.scenes{
    padding: 60px 0;
}
.scenes .vscreen{
    width: 1200px;
    margin: 0 auto;
}
.scenes .vscreen .title{
    text-align: center;
}
.scenes .vscreen .title h2{
    font-size: 40px;
    color: #00B7EE;
}
.scenes .vscreen ul{
    margin-top: 40px;
    display: flex;
    justify-content: space-between;
}
.scenes .vscreen ul li{
    width: calc(33.33% - 20px);
    position: relative;
}
.scenes .vscreen ul li img{
    width: 100%;
    display: block;
    border-radius: 15px;
}
.scenes .vscreen ul li p{
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 20px;
    color: #fff;
    font-size: 26px;
    text-align: center;
}


.params{
    margin-top: 80px;
}
.params .vscreen{
    width: 1000px;
    margin: 0 auto;
}
.params .vscreen .title{
    text-align: center;
}
.params .vscreen .title h2{
    font-size: 40px;
    color: #00B7EE;
}
.params .vscreen .lists{
    margin-top: 30px;
    padding-bottom: 80px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.params .vscreen .lists dl{
    margin-bottom: 40px;
    font-size: 20px;
    width: calc(33.33% - 20px);
}
.params .vscreen .lists dl dt{
    color: rgba(255,255,255,.6);
}
.params .vscreen .lists dl dd{
    color: #fff;
    margin-top: 10px;
}
@media (max-width: 1440px){
    .unit .vscreen{width: 1000px;}
    .unit .vscreen .title p{font-size: 20px;}
    .unit .vscreen .title h2,.scenes .vscreen .title h2,.params .vscreen .title h2{font-size: 36px;}
    .craft .imgs .text .item h3{font-size: 24px;}
    .scenes .vscreen ul li p{font-size: 22px;}
}

@media (max-width: 1280px){
    .h4214 .text{
        top: 80px;
    }
    .h4214 .text h2{
        font-size: 42px;
    }
    .unit .imgs .text{
        width: 80%;
        left: 10%;
    }
    .craft .imgs .text .item h3{
        font-size: 22px;
    }
    .unit .imgs .text .item span{
        margin-top: 10px;
    }
    .scenes .vscreen{
        width: 1000px;
    }
    .unit .vscreen .title h2, .scenes .vscreen .title h2, .params .vscreen .title h2{font-size: 32px;}
    .unit .vscreen .title p,.unit .imgs .text .item span{font-size: 18px;}
    .scenes .vscreen ul li p{font-size: 20px;}
    .craft .imgs .text .item{width: 30%;}
}
