.navContent .active02>a {
	color: #333 !important;
}
.nav-content {
    width: 95%;
    margin: 0 auto;
}
.navContent {
    max-width: 950px;
    margin: unset;
}
.navContent .active>a {
    color: #e60012 !important;
}
/* .navContent li:hover a {
    color: #e60012;
} */
.banner {
    background-color: #e60012;
    position: relative;
    height: 390px;
    margin-bottom: 123px;
}
.banner-title {
    position: absolute;
    top: calc(50% - 50px);
    left: 0;
    right: 0;
    margin: auto;
    z-index: 99;
	width: 90%;
	color: #fff;
}
.banner-title p {
    font-size: 24px;
}
.banner-title h1 {
    font-size: 48px;
}
.banner-content{
    position: absolute;
    max-width: 1200px;
    height: 320px;
    left: 0;
    right: 0;
    bottom: -90px;
    margin: auto;
}
/* 位置 */
.location {
    margin-bottom: 50px;
}
.location-content {
	align-items: flex-start;
    flex-direction: column;
}
.location a {
    color: #959595;
}
.location-right {
    width: 100%;
    margin: 0 auto;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 380px;
    max-width: 1200px;
    z-index: 9;
}
.location-right ul {
    justify-content: center;
}
.location-right ul li {
    font-size: 18px;
    border: 1px solid #fff;
    /* border-left: none; */
    /* border-right: none; */
    padding: 7px 14px;
    margin: 0px 10px;
    background-color: #00000030;
    margin-bottom: 10px;
}
.location-right .active {
    border-color: #e60012;
    background-color: #e6001230;
}
.location-right .active a {
    color: #e60012;
    font-weight: bold;
}
.location-right a {
	color: #fff;
}
/* 内容 */
.content {
    /* margin-top: 125px; */
    margin-bottom: 200px;
}
.content-content {
    max-width: 1170px;
}
/* 荣尚分页 */
.pagination {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-top: 30px;
}
.pagination li {
    width: auto !important;
    margin-right: 20px;
}
.pagination li>* {
    display: block;
    width: 50px !important;
    height: 50px !important;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all.3s;
    color: #333;
}
.pagination  .active>*, .pagination li:hover>* {
    background-color: #b20000;
}
.pagination  .active>*, .pagination li:hover>* {
    color: #fff;
}
.pagination li:nth-child(-n+2), .pagination li:nth-last-child(-n+2) {
    display: none;
}


@media screen and (max-width: 1024px) {
    .banner-title h1 {
        font-size: 40px;
    }
    .banner {
        height: 310px;
        margin-bottom: 110px;
    }
    .banner-content {
        height: 209px;
        bottom: 0px;
    }
    .content {
        margin-bottom: 100px;
    }
	.location-right {
        display: none;
    }
}
@media screen and (max-width: 768px) {
    .banner {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .banner-title {
        top: calc(25%);
    }
    .current {
        margin-top: 40px;
    }
    .banner, .banner img {
        min-height: 200px;
    }
    .banner {
        margin-bottom: 35px;
    }
    .location {
        margin-bottom: 40px;
    }
    .content {
        margin-bottom: 60px;
    }
}
@media screen and (max-width: 425px) {
    .banner {
        height: 285px;
    }
    .banner-content {
        height: 200px;
    }
    .banner-texts h3 {
        font-size: 20px;
    }
    .banner-texts h1 {
        font-size: 26px;
    }
    .pagination {
        font-size: 14px;
    }
    .down-content span {
        display: block;
    }
}