.more-big-box_1 {
    margin: 0 auto;
}

.more-big-box_img {
    width: 100%;
    background: url(../image/liebiao.png)no-repeat;
    position: relative;
    height: auto;
}

.textr {
    display: flex;
}

.text_big {
    margin-top: 85px;
    margin-left: 330px;
    font-size: 40px;
}

.text_bigr {
    cursor: pointer;
    margin-top: 85px;
    margin-left: 330px;
    font-size: 40px;
}

.text_bigre {
    cursor: pointer;
    margin-top: 85px;
    margin-left: 330px;
    font-size: 40px;
}

.text_big_1 {
    margin-top: 190px;
    margin-bottom: 15px;
}

.nave {
    width: 100%;
    height: 50px;
    background-color: #990201;
}

nav {
    width: 1200px;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

nav>span {
    width: 25%;
    display: flex;
    justify-content: space-around;
    align-items: center;
    line-height: 50px;
}

nav>span:hover {
    background-color: #CB0200;
    transition: .3s
}


nav>label {
    position: relative;
    flex: 1;
    text-align: center;
    text-decoration: none;
    z-index: 2;
    color: #FFF;
}

label>a {
    font-weight: bold;
    margin: auto;
}

a {
    color: #fff;
    text-decoration: none;
}

input:checked+label {
    background-color: #CB0200;
    width: 100%;
    text-align: center;
}

nav>label:nth-of-type(1) {
    left: 100px;
}

nav>label:nth-of-type(2) {
    left: 100px;
}

nav>label:nth-of-type(3) {
    left: 200px;
}

nav>label:nth-of-type(4) {
    left: 300px;
}

span>input {
    display: none;
}

.head_quit {
    display: none;
    height: 20px;
    font-size: 13px;
    line-height: 20px;
    font-weight: 400;
}