* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}



.catalogPage {
    width: 1400px;
    margin: 0 auto;
}

.en-breadcrumb li a,
.en-breadcrumb li {
    color: #6A6B6D;
    font-size: 14px;
    font-weight: 400;
}

.en-breadcrumb {
    display: flex;
    align-items: center;
    margin: 24px 0;
}

.en-breadcrumb li {
    display: flex;
    align-items: center;
}

.en-breadcrumb li::after {
    content: '>';
    display: block;
    margin: 0 6px;
}

.en-breadcrumb li:last-child::after {
    display: none;
}

.en-breadcrumb li a[href]:hover {
    text-decoration: underline;
}

.catalogHead-text {
    margin-right: 40px;
    padding: 24px 0;
}

.catalogHead-text h1 {
    color: #2A2B2E;
    font-size: 36px;
    font-weight: 600;
    line-height: 150%;
}

.catalogHead-text p {
    margin-top: 16px;
    color: #6A6B6D;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
}

.catalogHead {
    display: flex;
    align-items: center;
    margin-bottom: 40px;
}

.catalogHead-img {
    width: 505px;
    flex-shrink: 0;
}

.catalogHead-img img {
    width: 100%;
}

.catalogInfo-head {
    position: relative;
    padding: 16px;
    background-color: #f1f3f5;
    transition: all 0.3s linear;
    display: flex;
    align-items: center;
}

.catalogCont {
    margin-bottom: 60px;
}

.catalogInfo-head a {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.catalogInfo-head span {
    color: #2A2B2E;
    font-size: 20px;
    font-weight: 600;
    line-height: 150%;
}

.catalogInfo-head::after {
    content: '>';
    display: inline;
    margin-left: 6px;
    color: #2A2B2E;
    font-size: 20px;
    font-weight: 600;
    line-height: 150%;
}

.catalogInfo {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
}

.catalogInfo-head+.catalogInfo .catalogList {
    padding: 24px 16px;
}

.catalogList {
    padding: 24px 0;
    margin-bottom: 16px;
}

.catalogList p {
    color: #2A2B2E;
    font-size: 16px;
}

.catalogList ul {
    margin-top: 12px;
}

.catalogList ul li,
.catalogList ul li a {
    color: #0175E8;
    font-size: 16px;
    font-weight: 400;
}

.catalogList ul li {
    margin-bottom: 10px;
}

.catalogList ul li:last-child {
    margin-bottom: 0;
}

@media screen and (min-width:1068px) {
    .catalogInfo-head:hover {
        background: #E4E8EB;
    }
    .catalogInfo-head:hover span {
        text-decoration: underline;
    }
    .catalogList ul li:hover {
        text-decoration: underline;
    }
}

@media screen and (max-width:1440px) {
    .catalogPage {
        width: 1200px;
    }
    .catalogInfo {
        grid-template-columns: repeat(3, 1fr);
    }
    .catalogHead-text h1 {
        font-size: 32px;
    }
    .catalogHead-img {
        width: 434px;
    }
    .catalogInfo-head span {
        font-size: 18px;
    }
}

@media screen and (max-width:1280px) {
    .catalogPage {
        width: 1024px;
    }
    .catalogList ul li,
    .catalogList ul li a {
        font-size: 14px;
    }
    .catalogList p {
        font-size: 14px;
    }
    .catalogInfo-head span {
        font-size: 16px;
    }
    .catalogHead-text h1 {
        font-size: 28px;
    }
    .catalogHead-img {
        width: 368px;
    }
}

@media screen and (max-width:1068px) {
    .catalogPage {
        width: 750px;
    }
    .catalogInfo {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media screen and (max-width:768px) {
    .catalogPage {
        width: 100%;
        padding: 0 20px;
        box-sizing: border-box;
    }
    .en-breadcrumb {
        display: none;
    }
    .catalogHead {
        flex-wrap: wrap;
        flex-direction: column-reverse;
        margin-bottom: 0;
    }
    .catalogHead-text h1 {
        font-size: 24px;
    }
    .catalogHead-text {
        margin-right: 0;
    }
    .catalogCont {
        margin-bottom: 24px;
    }
    .catalogList p {
        font-weight: 500;
    }
    .catalogHead+.catalogCont .catalogInfo-head {
        margin-top: 38px;
    }
}

@media screen and (max-width:614px) {
    .catalogInfo {
        grid-template-columns: repeat(1, 1fr)
    }
    .catalogList p {
        font-size: 16px;
    }
    .catalogList ul li,
    .catalogList ul li a {
        font-size: 16px;
    }
    .catalogInfo-head span {
        font-size: 20px;
    }
    .catalogList ul {
        margin-top: 16px;
    }
    .catalogInfo {
        gap: 0;
    }
    .catalogList {
        margin-bottom: 0;
    }
}

@media screen and (max-width:408px) {
    .catalogHead-text h1 {
        font-size: 20px;
    }
    .catalogHead-img {
        width: 100%;
    }
    .catalogInfo-head {
        padding: 12px;
    }
    .catalogInfo-head span {
        font-size: 16px;
    }
    .catalogList p,
    .catalogList ul li,
    .catalogList ul li a {
        font-size: 14px;
    }
}

.product-second-title{
    font-size: 18px !important;
}


/*添加产品分类*/
.stories-filter-page img {
    width: 100%;
}

.stories-filter-page {
    background-color: #f7f9fa;
}

.stories-filter-content {
    padding-bottom: 80px;
}

.n-banner {
    position: relative;
    width: 100%;
}

.n-banner-content {
    position: absolute;
    top: 50%;
    left: calc((100% - 1400px)/2);
    transform: translateY(-50%);
}

.n-banner-content h1 {
    color: #2A2B2E;
    font-size: 48px;
    font-weight: 700;
}

.en-breacurmb {
    padding: 20px 0;
    margin-left: calc((100% - 1400px)/2);
    display: flex;
    z-index: 5;
}

.en-breacurmb li a {
    font-size: 16px;
    font-weight: 400;
}

.en-breacurmb li::after {
    content: ">";
    margin: 0 6px;
}

.en-breacurmb li:last-child::after {
    display: none;
}

.en-breacurmb li:last-child {
    pointer-events: none;
}

.stories-filter-content {
    width: 1400px;
    margin: 48px auto;
    display: flex;
    align-items: flex-start;
}

.stories-filter-search {
    display: flex;
    align-items: center;
    background: #F1F3F5;
    padding: 12px 18px;
    margin: 0 18px;
    border-radius: 4px;
    box-sizing: border-box;
}

.stories-filter-search input {
    appearance: none;
    border: none;
    outline: none;
    background: transparent;
    box-sizing: border-box;
    width: 100%;
}

.stories-filter-search input::placeholder {
    color: #9B9FA8;
    font-size: 16px;
    font-weight: 400;
}

.stories-filter-side {
    width: 332px;
    background-color: #fff;
    box-sizing: border-box;
    padding: 24px 0;
    margin-right: 24px;
}

.stories-cards {
    margin-top: 24px;
    display: grid;
    grid-template-columns: repeat(3, 332px);
    gap: 24px;
}

.stories-card {
    position: relative;
    display: block;
    background-color: #fff;
    padding-bottom: 82px;
    transition: box-shadow .15s linear;
    border: 1px solid #f6f6f6;
}

.stories-card h4 {
    margin-top: 24px;
    color: #292929;
    font-size: 20px;
    font-weight: 500;
    line-height: 150%;
}

.stories-card p {
    margin-top: 10px;
    color: #7D7D7D;
    font-size: 14px;
    font-weight: 400;
    line-height: 150%;
}

.stories-card span {
    display: block;
    position: absolute;
    left: 16px;
    top: 20px;
    color: #FFF;
    font-size: 18px;
    font-weight: 700;
    line-height: 150%;
    padding: 4px 10px;
    border-radius: 4px;
    background: rgba(42, 43, 46, 0.50);
}

.stories-card i {
    color: #6A6B6D;
    padding: 4px 12px;
    box-sizing: border-box;
    font-size: 12px;
    font-weight: 400;
    border-radius: 40px;
    border: 1px solid #E4E8EB;
}

.stories-card strong {
    position: absolute;
    display: flex;
    color: #E60039;
    font-size: 14px;
    font-weight: 400;
    bottom: 24px;
    left: 20px;
}

.stories-card strong::after {
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    background-image: url(../RJ-img/arrow.svg);
    background-repeat: no-repeat;
    background-size: cover;
    margin-left: 12px;
}

.stories-card h4,
.stories-card p {
    padding: 0 15px;
}

@media screen and (min-width:990px) {
    .stories-card:hover {
        box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.25);
    }
    .filter-checkbox:hover {
        background-color: #F1F3F5;
    }
}

.stories-filter-side h5 {
    padding: 10px 20px;
    margin-top: 20px;
    color: #2A2B2E;
    font-size: 22px;
    font-weight: 400;
    border-bottom: 1px solid #E3E5E6;
}

.filter-clear {
    padding: 10px 20px;
    text-align: right;
    color: #2A2B2E;
    font-size: 16px;
    font-weight: 400;
    text-decoration-line: underline;
    cursor: pointer;
}

.filter-area {
    margin-top: 12px;
}

.filter-checkbox {
    display: flex;
    color: #6A6B6D;
    font-size: 16px;
    font-weight: 400;
    cursor: pointer;
    padding: 10px 20px;
    box-sizing: border-box;
}

.filter-checkbox::before {
    content: '';
    background-image: url(../RJ-img/checkbox.svg);
    width: 20px;
    height: 20px;
    background-size: cover;
    background-position: 0 0;
    margin-right: 10px;
}

.filter-checkbox.checked::before {
    background-position: 0 -20px;
}

.filter-toggle {
    display: flex;
    align-items: center;
    padding: 16px 20px;
    color: #2A2B2E;
    font-size: 16px;
    font-weight: 400;
}

.stories-num {
    color: #2A2B2E;
    font-size: 14px;
    font-weight: 400;
    padding-bottom: 16px;
    border-bottom: 1px solid #E3E5E6;
}

.case-slogan {
    position: relative;
}

.case-slogan-desc {
    top: 0;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.case-slogan-desc p {
    white-space: nowrap;
    color: #2A2B2E;
    margin-bottom: 20px;
    font-size: 32px;
}

.case-slogan-desc a {
    height: 46px;
    padding: 0 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    display: flex;
    border-radius: 24px;
    background: #E60039;
    font-size: 14px;
    color: #fff!important;
}

.n-nav {
    background-color: #fff;
    height: 60px;
    width: 100%;
}

.n-nav-content {
    width: 1400px;
    margin: 0 auto;
    height: 100%;
}

.n-nav-content ul {
    display: flex;
    height: 100%;
    align-items: center;
}

.n-nav-content li {
    margin-right: 24px;
    color: #7D7D7D;
    font-size: 16px;
    font-weight: 400;
    border-bottom: 2px solid transparent;
    cursor: pointer;
}

.n-nav-content li:last-child {
    margin-right: 0;
}

.n-nav-content li.active {
    color: #292929;
    font-weight: 600;
    border-bottom: 2px solid #DA0030;
    pointer-events: none;
}

.nav-show,
.closeBtn,
.stories-filter-side h5 div {
    display: none;
}

.n-title {
    width: 1400px;
    margin: 96px auto 0 auto;
    color: #2A2B2E;
    font-size: 36px;
    font-weight: 500;
    padding-bottom: 12px;
    border-bottom: 2px solid #D5D5D5;
}

.upcoming-event {
    width: 1400px;
    margin: 48px auto 0 auto;
}

.upcoming-event-info {
    border-radius: 4px;
    border: 2px solid #FFF;
    background: rgba(255, 255, 255, 0.20);
    box-shadow: 0px 10px 30px 0px rgba(17, 78, 122, 0.05);
    backdrop-filter: blur(2px);
    -webkit-backdrop-filter: blur(2px);
}

.upcoming-event {
    position: relative;
    box-sizing: border-box;
    padding: 64px 0 0 120px;
}

.upcoming-event-info {
    display: block;
    padding: 68px 58px 68px 516px;
}

.upcoming-event-info h5 {
    color: #2A2B2E;
    font-size: 32px;
    font-weight: 600;
    line-height: 150%;
}

.upcoming-event-info p {
    margin-top: 24px;
    color: #7D7D7D;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
}

.upcoming-event-info span {
    align-items: center;
    display: flex;
    margin-top: 24px;
    color: #E60039;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
}

.upcoming-event-info span::after {
    display: block;
    content: '';
    background-image: url(../RJ-img/link.svg);
    background-size: cover;
    width: 24px;
    height: 24px;
    background-repeat: no-repeat;
    margin-left: 8px;
}

.upcoming-event-img {
    top: 0;
    left: 0;
    position: absolute;
    max-width: 570px;
    z-index: 10;
    border-radius: 4px;
    box-shadow: 0px 4px 30px 0px rgba(42, 112, 193, 0.30);
}

@media screen and (max-width:1440px) {
    .n-banner-content h1 {
        font-size: 42px;
    }
    .n-banner-content {
        left: calc((100% - 1200px)/2);
    }
    .en-breacurmb {
        margin-left: calc((100% - 1200px)/2);
    }
    .en-breacurmb li a {
        font-size: 14px;
    }
    .stories-filter-content,
    .n-nav-content {
        width: 1200px;
    }
    .stories-cards {
        grid-template-columns: repeat(4, 285px);
        gap: 20px;
    }
    .stories-card h4,
    .stories-card p,
    .stories-card span {
        padding: 0 16px;
    }
    .stories-card h4 {
        margin-top: 20px;
        font-size: 18px;
    }
    .stories-card p {
        font-size: 12px;
    }
    .stories-card strong {
        font-size: 12px;
    }
    .stories-filter-side {
        width: 286px;
    }
    .stories-filter-side h5 {
        font-size: 18px;
    }
    .filter-checkbox,
    .filter-toggle {
        font-size: 14px;
    }
    .stories-card strong::after {
        width: 16px;
        height: 16px;
    }
    .stories-card {
        padding-bottom: 70px;
    }
    .n-nav-content li,
    .filter-clear {
        font-size: 14px;
    }
    .case-slogan-desc p {
        font-size: 28px;
    }
    .stories-filter-content {
        padding-bottom: 64px;
    }
    .upcoming-event {
        padding: 54px 0 0 102px;
    }
    .n-title {
        font-size: 32px;
        width: 1200px;
    }
    .upcoming-event {
        width: 1200px;
    }
    .upcoming-event-info h5 {
        font-size: 28px;
    }
    .upcoming-event-info p {
        font-size: 14px;
    }
    .upcoming-event-info span {
        font-size: 14px;
    }
    .upcoming-event-img {
        max-width: 490px;
    }
    .upcoming-event-info {
        padding: 58px 48px 58px 442px;
    }
}

@media screen and (max-width:1280px) {
    .n-nav {
        height: 48px;
    }
    .n-banner-content {
        left: calc((100% - 1024px)/2);
    }
    .en-breacurmb {
        margin-left: calc((100% - 1024px)/2);
    }
    .stories-filter-content,
    .n-nav-content {
        width: 1024px;
    }
    .stories-cards {
        gap: 24px;
        grid-template-columns: repeat(2, 345px);
    }
    .n-banner-content h1 {
        font-size: 36px;
    }
    .n-banner-content {
        top: calc(55%);
    }
    .upcoming-event {
        padding: 46px 0 0 86px;
    }
    .n-title {
        margin: 72px auto 0 auto;
        font-size: 28px;
        width: 1024px;
    }
    .upcoming-event {
        width: 1024px;
    }
    .upcoming-event-info h5 {
        font-size: 24px;
    }
    .upcoming-event-info {
        padding: 48px 40px 48px 376px;
    }
    .upcoming-event-img {
        max-width: 416px;
    }
}

@media screen and (max-width:1040px) {
    .stories-filter-content {
        flex-direction: column;
    }
    .stories-filter-side {
        position: relative;
        width: 100%;
        padding: 0;
        margin-right: 0;
        top: 10px;
        z-index: 9;
    }
    .searchCont {
        /* top: 0px;
        position: absolute; */
        display: none;
        width: 100%;
        margin: 0;
        padding: 24px 16px;
        box-sizing: border-box;
        background-color: #fff;
    }
    .stories-filter-search {
        margin: 0;
    }
    .stories-filter-side h5 {
        display: flex;
        justify-content: space-between;
        margin-top: 0;
    }
    .stories-filter-side h5 span {
        width: 80%;
    }
    .stories-filter-side h5 div {
        display: flex;
        align-items: center;
    }
    .stories-filter-side h5 div i {
        display: block;
        background-color: #6A6B6D;
        width: 1px;
        height: 100%;
        margin: 0 15px;
    }
    .stories-filter-content,
    .n-nav-content {
        width: 750px;
    }
    .n-banner-content {
        left: calc((100% - 750px)/2);
    }
    .en-breacurmb {
        display: none;
    }
    .stories-num {
        display: none;
    }
    .filter-main {
        display: none;
    }
    .closeBtn {
        width: 100%;
        display: block;
        text-align: right;
        padding: 8px 0 12px 0;
    }
    .closeBtn img {
        width: 16px;
    }
    .slideDownBtn.on {
        transform: rotate(180deg);
    }
    .n-title {
        width: 750px;
    }
    .upcoming-event {
        width: 750px;
        display: flex;
        flex-direction: column;
        padding: 0;
    }
    .upcoming-event-img {
        max-width: 100%;
        position: unset;
    }
    .upcoming-event-info {
        padding: 0 20px 20px 20px;
    }
    .upcoming-event-info h5 {
        margin-top: 24px;
    }
}

@media screen and (max-width:768px) {
    .upcoming-event {
        width: calc(100% - 40px);
    }
    .n-title {
        width: 100%;
        width: calc(100% - 40px);
    }
    .n-banner-content {
        width: 100%;
        top: unset;
        bottom: 40px;
        padding: 0 20px;
        left: 0;
        box-sizing: border-box;
    }
    .n-banner-content h1 {
        font-size: 24px;
    }
    .n-nav-content {
        width: 100%;
        padding: 14px 0;
        box-sizing: border-box;
        position: absolute;
        background-color: #fff;
    }
    .n-nav {
        height: unset;
    }
    .stories-cards {
        box-sizing: border-box;
        gap: 12px;
        grid-template-columns: repeat(1, 100%);
    }
    .stories-filter-content {
        width: 100%;
        margin: 36px auto 12px auto;
        padding: 0 20px;
        box-sizing: border-box;
    }
    .case-slogan-desc p {
        white-space: unset;
        text-align: center;
        padding: 0 20px;
        margin-bottom: 24px;
        font-size: 24px;
        font-weight: bold;
    }
    .case-slogan-desc {
        left: unset;
        transform: unset;
    }
    .filter-area {
        margin-top: 0;
    }
    .filter-clear {
        border-bottom: 1px solid #F1F3F5;
        padding: 20px;
        text-align: right;
    }
    .filter-main {
        padding-bottom: 24px;
    }
    .filter-areas {
        overflow-y: scroll;
        max-height: 300px;
    }
    .n-nav {
        background-color: #fff;
    }
    .n-nav-content {
        display: none;
    }
    .n-nav-content ul {
        flex-direction: column;
        align-items: flex-start;
        background-color: #fff;
        height: unset;
        padding: 0 20px;
        box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.03);
    }
    .n-nav-content li {
        margin-bottom: 20px;
        margin-right: 0;
    }
    .nav-show {
        display: flex;
        padding: 14px 20px;
    }
    .nav-show img {
        max-width: 14px;
        margin-left: 10px;
    }
    .arrow-active {
        transform: rotate(180deg);
    }
    .n-nav-content li {
        font-size: 12px;
    }
}

@media screen and (max-width:480px) {
    .n-banner-content {
        bottom: 20px;
    }
}