.inner {
    width: 100%;
        height: 700px;
}

.hl {
    margin-top: 60px;
    padding: 20px;
    padding-top: 40px;
}

.hl p {
    font-size: 10px;
    line-height: 20px;
    margin-bottom: 20px;
}

.hl p:first-of-type {
    margin-top: 20px;
}

.hl p:last-of-type {
    margin-bottom: 20px;
}

.hl p {
    text-indent: 24px;
}

.z {
    padding: 10px;
    padding-top:45px;
}

.yl {
    margin-top: 20px;
    background-size: 100% 103%;
}


/* .box {
    padding-bottom: 100px;
} */

.video {
    width: 100%;
    display: flex;
    justify-content: space-around;
    position: relative;
    top: 110px;
}

video {
    width: 100%;
    height: auto;
    border: 1px solid #FFD4AD;
    box-sizing: border-box;
    border-radius: 20px;
}

.header {
    width: 100%;
    height: 360px;
    background-image: url(./banner_new2.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.div {
    display: none;
}

footer {
    width: 100%;
    background: #CC000B;
    /* background-image: url(../images/logo.png);
    background-repeat: no-repeat;
    background-position: 100px 50%; */
    background-size: 340px;
    position: relative;
    /* margin-top: 25px; */
}

.clearfix {
    display: none;
}