.wrapper {
    width: 100%;
    height: 100vh;
    background: url(../images/zpzsBj.jpg) center center / 100% 100%;
}

* {
    padding: 0;
    margin: 0;
}

a {
    text-decoration: none;
}

.zpzsLogo {
    width: 403px;
}

.top {
    display: flex;
    margin-left: 121px;
    padding-top: 63px;
    justify-content: space-between;
}

.topRight {
    margin-right: 61px;
}

.topRight a {
    font-size: 20px;
    letter-spacing: 4px;
    color: #ffffff;
    opacity: 0.4;
}

.topRight a:hover {
    opacity: 1;
}

.topRight span {
    font-size: 20px;
    margin-left: 25px;
    letter-spacing: 4px;
    color: #ffffff;
}

.zxl_bc {
    width: 90%;
    max-width: 1293px;
    justify-content: center;
    height: 500px;
    margin: 40px auto 0;
    padding: 0px;
    list-style-type: none;
}

.zxl_bc li {
    width: 40px;
    height: 100%;
    overflow: hidden;
    position: relative;
}

.zxl_bc {
    display: flex;
}

.zxl_bc li img {
    width: 100%;
    object-fit: cover;
    height: 100%;
}

.zxl_bc li .div_c {
    width: 650px;
    height: 653px;
    position: absolute;
    left: 7px;
    top: 0px;
}

.zxl_bc li span {
    transition: .5s;
    opacity: 0;
}

.zxl_bc li.active {
    overflow: unset !important;
}

.zxl_bc li.active span {
    height: 61px;
    opacity: 1;
    min-width: 322px;
    padding: 0 20px;
    position: absolute;
    transition: .5s;
    opacity: 1;
    bottom: -34px;
    line-height: 61px;
    font-size: 24px;
    text-align: center;
    letter-spacing: 10px;
    color: #ffffff;
    left: 80px;
    background-color: #b42720;
}

.footer {
    font-size: 18px;
    line-height: 36px;
    letter-spacing: 7px;
    margin-top: 127px;
    color: #d7d7d7;
    text-align: center;
}