.top-bg {
    background-image: url('/static/images/column-top-bg1.jpg');
    height: 600px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto 100%;
}
.nav-bar {
    background: linear-gradient(90deg, #D61518 50%, #fff 50%);
    box-shadow: 1px 1px 13px 0px rgba(0,0,0,0.1);
    position: relative;
    z-index: 9;
}
.nav-bar-line {
    width: 1500px;
    margin: 0 auto;
    background-color: #FFF;
    display: flex;
    justify-content: space-between;
}
.nav-bar-line .nav-title {
    border-left: 1px solid #FFF;
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 28px;
    padding: 30px 70px;
    background-color: #D61518;
}
.nav-bar-line .nav-children {
    display: flex;
}
.nav-bar-line .nav-children .nav-children-item {
    font-weight: 400;
    font-size: 18px;
    color: #232323;
    line-height: 88px;
    margin: 0 40px;
    height: 88px;
    display: block;
}
.nav-bar-line .nav-children .nav-children-item.active {
    color: #D61518;
    height: 87px;
    border-bottom: 1px solid #D61518;
}
.nav-bar-line .nav-children .nav-children-item:hover {
    color: #D61518;
    height: 87px;
    border-bottom: 1px solid #D61518;
}
.box4 {
    background-image: url('/static/images/columns-box8-bg.jpg');
    background-size: auto 100%;
    background-position: top;
    background-repeat: no-repeat;
    padding-bottom: 200px;
}
.box4 .content-1500 {
    width: 1500px;
    margin: 0 auto;
}
.box4 .title {
    font-weight: 600;
    font-size: 40px;
    color: #D61518;
    line-height: 56px;
    padding-top: 130px;
    text-align: center;
}
.box4 .image {
    margin-top: 100px;
    width: 960px;
    margin: 0 auto;
}
.box4 .image img {
    width: 100%;
    object-fit: cover;
}
.rudangshici {
    height: 656px;
    background-image: url('/static/images/rudangshici.jpg');
    background-size: auto 100%;
    background-position: center;
    background-repeat: no-repeat;
}

.hidden {
    display: none;
}