.Vcbox1 {
    width: 100%;
    height: 80px;
    margin: auto;
    /* line-height: 80px; */
}

.Vcbox1 li {
    float: left;
    list-style: none;
    color: white;
    font-size: 18px;
    margin-left: 45px;
    height: 80px;
    width: 120px;
    text-align: center;
    line-height: 80px;
}

.Vcbox1 li:hover {
    color: #ff770f;
}

.Vcbox1 li:nth-child(1) {
    font-weight: bold;
    background-color: #1C1C1C;
}

.HbBox {
    width:100%;
    height: 520px;
    position: relative;
}

.HbBox img {
    width: 100%;
    height: 100%;
}

.HbBox h2 {
    font-size: 80px;
}

.HbBox h3 {
    font-size: 30px;
}

.Hbson {
    position: absolute;
    color: white;
    /* text-align: center; */
    width:100%;
    height: 520px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.Khbox {
    width:100%;
    height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 46px;
}

.Khbox p {
    width: 760px;
    height: 120px;
    color: white;
    font-size: 19px;
    text-align: center;
}

.Nrbox {
    width:100%;
    height: 1020px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-content: space-around;
}

.Nrson {
    width: 476px;
    height: 476px;
    position: relative;
    background-color: #26252A;
    overflow: hidden;
}

.Nrson img {
    width: 100%;
    height: 100%;
}

.Nrson p {
    width: 476px;
    height: 60px;
    position: absolute;
    color: white;
    /* background-color: pink; */
    font-size: 18px;
    margin-top: -60px;
    text-align: center;
    transform: scale(1.2);
    background-color: #00000000;
}

.pingbi {
    position: absolute;
    width: 476px;
    height: 476px;
    z-index: 1;
}