* {
    padding: 0;
    margin: 0;
    text-decoration: none;
}

.box {
    width: 100%;
    /* min-height: 100vh; */
    background: rgb(224, 32, 40);
    /* background-image: url(bg.png); */
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    /* padding-top: 50px; */
    /* padding-bottom: 200px; */
    /* background-attachment: fixed; */
    /* overflow: hidden; */
}

.div {
    width: 100%;
    height: 50px;
    background: rgb(213, 38, 44);
    position: absolute;
    
}

.header {
    width: 100%;
    height: 1080px;
    background-image: url(./banner_new2.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

video {
width: 980px;
    height: auto;
    border: 1px solid #FFD4AD;
    box-sizing: border-box;
    border-radius: 20px;
}

.video {

    width: 100%;
    display: flex;
    justify-content: space-around;
    position: relative;
    top: 330px;
}

.min_box {
    width: 100%;
    height: auto;
    background-image: url(./bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    
}

.inner {
    width: 1200px;
    height: 1200px;
    background-image: url(./text_bg2.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    /* position: absolute; */
    /* top:50%; */
    /* left:50%; */
    /* transform: translate(-50%,-50%); */
    /* margin-top:60px; */
    /* margin-bottom:60px; */
    margin: auto;
}

.z {
    width: 100%;
    /* height:492px; */
    /*background-color: #e00a0a;*/
    box-sizing: border-box;
    /* position:absolute; */
}

.footer {
    background-image: url(red.png);
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    bottom: 0;
    height: 237px;
    width: 100%;
    background-position: center 0;
}

.kl {
    /*width:51vw;*/
    margin: auto;
}

embed {
    width: 100%;
    height: 100%;
}

.tl {
    z-index: 999
}

.ml {
    width: 100%;
    height: auto;
    margin-bottom: 5vh;
}

.yl {
    /* background-image: url(2.png); */
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    z-index: 1;
    margin-top: 50px;
    padding: 72px;
    padding-top: 270px;
}

.hl {
    width: 100%;
    /* height:100%; */
    /* overflow-y: auto; */
    box-sizing: border-box;
    padding: 30px;
}

.button {
    /* background-image: url(./anniu.png); */
    width: 27vw;
    height: 10vh;
    background-repeat: no-repeat;
    background-size: cover;
    margin: auto;
    display: none;
}

.button1 {
    /* background-image: url(./anniu2.png); */
    width: 27vw;
    height: 10vh;
    background-repeat: no-repeat;
    background-size: cover;
    margin: auto;
    display: none;
}

.button1 img,
.button img {
    width: 100%;
    margin: auto;
}

.show {
    display: block;
}

.hl p:first-of-type {
    margin-top: 40px;
}

.hl p:last-of-type {
    margin-bottom: 40px;
}

.hl p {
    font-family: PingFang SC;
    font-style: normal;
    font-weight: normal;
    font-size: 30px;
    line-height: 42px;
    text-align: justify;
    text-indent: 64px;
    text-transform: uppercase;
    color: #961E23;
    margin-top: 20px;
}

.hl::-webkit-scrollbar {
    /*滚动条整体样式*/
    width: 10px;
    /*高宽分别对应横竖滚动条的尺寸*/
    height: 4px;
}

.hl::-webkit-scrollbar-thumb {
    /*滚动条里面小方块*/
    border-radius: 5px;
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    background: #ffc254;
}

.hl::-webkit-scrollbar-track {
    /*滚动条里面轨道*/
    -webkit-box-shadow: inset 0 0 5px rgba(207, 190, 190, 0.2);
    border-radius: 0;
    background: rgba(0, 0, 0, 0.1);
}

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; */
}

.footmain {
    padding-top: 30px;
    padding-bottom: 30px;
}

.footmain p {
    font-size: 12px;
    line-height: 23px;
    text-align: center;
    color: #fff;
}

.footmain p a {
    color: #fff
}

.footicon {
    width: 200px;
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -35px;
}

.footinone {
    width: 100px;
    height: 100px;
    text-align: center;
    line-height: 1.8em;
    color: #a2b1c7;
}

.footinone:first-child {
    display: none;
}

.img {
    width: 100%;
    position: relative;
    top: 4px;
}