* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

ul li {
    list-style: none;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

img {
    vertical-align: top;
    outline-width: 0ch;
}

@media only screen and (min-width: 996px) {
    .n1 {
        width: 100%;
        padding: 120px 0;
        background-color: #ffec85;
    }
    .n1con {
        max-width: 1580px;
        margin: 0 auto;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: center;
    }
    .n1left {
        width: 48%;
    }
    .n1right {
        width: 48%;
    }
    .n1right video {
        width: 100%;
    }
    .n1left p {
        font-size: 16px;
        color: #333;
        line-height: 30px;
    }
    .nmore {
        display: block;
        margin-top: 30px;
        width: 150px;
        height: 40px;
        line-height: 40px;
        text-align: center;
        color: #333;
        border-radius: 50px;
        border: 1px solid #333;
    }
    .nmore:hover {
        background-color: #333 !important;
        color: #fff !important;
    }
    .n2 {
        padding: 120px 0;
    }
    .nttle {
        display: block;
        text-align: center;
        color: #333;
        font-size: 45px;
        font-weight: normal;
        margin-bottom: 50px;
    }
    .n2con {
        max-width: 1580px;
        margin: 0 auto;
        padding: 0 65px;
    }
    .n2con ul {
        display: flex;
        flex-wrap: wrap;
    }
    .n2con ul li {
        width: calc((100% - 60px) / 4);
        margin-right: 20px;
        margin-bottom: 20px;
        background-color: #f1f1e5;
        cursor: pointer;
        padding: 20px;
        border-radius: 10px;
    }
    .n2con ul li:nth-child(4) {
        margin-right: 0;
    }
    .n2con ul li img {
        width: 100%;
        margin: 0 auto;
        display: block;
    }
    .n2_b {
        display: flex;
        margin-top: 20px;
        align-items: center;
        justify-content: space-between;
    }
    .n2_b p {
        font-size: 14px;
        color: #333;
    }
    .n2_b a {
        width: 20px;
        height: 20px;
        border-radius: 50%;
        background-color: #000;
        color: #fff;
        text-align: center;
        line-height: 20px;
    }
    .n3 {
        width: 100%;
    }
    .n3con {
        width: 100%;
        position: relative;
        height: calc(19.8425rem * 3);
    }
    .s_item {
        overflow: hidden;
        display: block;
        position: absolute;
        width: calc(100% / 6);
        aspect-ratio: 1 / 1;
    }
    .s_item img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
        .s_item:hover img {
            transform: scale(1.1);
            transition: all ease 0.5s;
        }
    .s_item:nth-child(5) {
        width: calc(100% / 6 * 2) !important;
    }
    .s_item:nth-child(9) {
        aspect-ratio: 1 / 2 !important;
    }
    .s_item:nth-child(12) {
        aspect-ratio: 2 / 1 !important;
    }
    .s_item1 {
        left: 0;
        top: 0;
    }
    .s_item2 {
        left: calc(100% / 6);
        top: 0;
    }
    .s_item3 {
        left: 0;
        top: 19.8425rem;
    }
    .s_item4 {
        left: calc(100% / 6);
        top: 19.8425rem;
    }
    .s_item5 {
        left: calc(100% / 3);
        top: 0;
    }
    .s_item6 {
        right: calc(100% / 6);
        top: 0;
    }
    .s_item7 {
        right: calc(100% / 6);
        top: 19.8425rem;
    }
    .s_item8 {
        right: 0;
        top: 0;
    }
    .s_item9 {
        right: 0;
        top: 19.8425rem;
    }
    .s_item10 {
        right: calc(100% / 6);
        bottom: 0;
    }
    .s_item11 {
        right: calc(100% / 3);
        bottom: 0;
    }
    .s_item12 {
        width: calc(100% / 3);
        left: calc(100% / 6);
        bottom: 0;
    }
    .s_item13 {
        left: 0;
        bottom: 0;
    }
    .n4 {
        width: 100%;
        padding: 120px 0;
    }
    .n4con {
        max-width: 1580px;
        padding: 0 65px;
        margin: 0 auto;
    }
    .n4con ul {
        display: flex;
        flex-wrap: wrap;
    }
    .n4con ul li img {
        width: 100%;
    }
    .n4con ul li {
        width: calc((100% - 60px) / 4);
        margin-right: 20px;
        margin-bottom: 20px;
        background-color: #f1f1e5;
        cursor: pointer;
        border-radius: 10px;
        overflow: hidden;
        position: relative;
    }
    .n4con ul li:nth-child(4) {
        margin-right: 0;
    }
    .n4p {
        position: absolute;
        bottom: 0;
        width: 100%;
        left: 0;
        align-items: center;
        justify-content: space-between;
        display: flex;
        padding: 15px;
    }
    .n4p p {
        font-size: 18px;
        color: #fff;
    }
    .n4p a {
        width: 20px;
        height: 20px;
        border-radius: 50%;
        background-color: #fff;
        color: #333;
        text-align: center;
        line-height: 14px;
    }
    .n4p a i {
        font-size: 12px;
    }
    .n5 {
        width: 100%;
        height: 55px;
        background-color: #565656;
    }
    .n5con {
        max-width: 1580px;
        padding: 0 65px;
        margin: 0 auto;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .n5con span {
        display: block;
        height: 55px;
        width: 130px;
        text-align: center;
        color: #fff;
        font-size: 16px;
        line-height: 55px;
        background-color: #868686;
    }
    .link_swiper {
        width: calc(100% - 130px);
    }
    .link_swiper .swiper-slide a {
        text-align: center;
        display: block;
        font-size: 14px;
        color: #fff;
    }
    .LinkSwiper {
        padding: 0 30px !important;
        width: 100%;
    }
    .nf {
        width: 100%;
        padding: 40px 0;
        background-color: #363636;
        border-bottom: 1px solid #555555;
    }
    .nfooter {
        max-width: 1580px;
        padding: 0 65px;
        margin: 0 auto;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .nfleft {
        width: 45%;
    }
    .nfright {
        width: 45%;
    }
    .ft {
        padding-bottom: 10px;
        color: #fff;
        font-weight: normal;
        display: block;
        font-size: 16px;
        border-bottom: 1px solid #fff;
        margin-bottom: 20px;
    }
    .nfleft ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .nfleft ul li {
        /*width: 25%;*/
        margin-bottom: 20px;
    }
    .full {
        width: 100% !important;
    }
    .nfleft ul li strong {
        color: #6e6e6e;
        font-size: 16px;
        font-weight: normal;
        display: block;
        margin-bottom: 15px;
    }
    .nfleft ul li p {
        font-size: 16px;
        color: #fff;
    }
    .nfright ul {
        display: flex;
        flex-wrap: wrap;
    }
    .nfright ul li {
        width: 48%;
        margin-bottom: 20px;
    }
    .nfright ul li a {
        display: block;
        color: #fff;
        font-size: 16px;
    }
    .ncopy {
        padding: 15px 0;
        background-color: #353535;
    }
    .nccon {
        max-width: 1580px;
        padding: 0 65px;
        margin: 0 auto;
        display: flex;
        flex-wrap: wrap;
    }
    .nccon a {
        font-size: 16px;
        color: #fff;
    }
    .nccon span {
        display: block;
        margin: 0 15px;
        font-size: 14px;
        color: #fff;
    }
}

@media only screen and (max-width: 996px) {
    .nf {
        width: 100%;
        padding: 40px 15px;
        background-color: #363636;
        border-bottom: 1px solid #555555;
    }
    .nfooter {
        margin: 0 auto;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .nfleft {
        width: 100%;
    }
    .nfright {
        width: 100%;
    }
    .ft {
        padding-bottom: 10px;
        color: #fff;
        font-weight: normal;
        display: block;
        font-size: 16px;
        border-bottom: 1px solid #fff;
        margin-bottom: 20px;
    }
    .nfleft ul {
        display: flex;
        flex-wrap: wrap;
    }
    .nfleft ul li {
        width: 25%;
        margin-bottom: 20px;
    }
    .full {
        width: 100% !important;
    }
    .nfleft ul li strong {
        color: #6e6e6e;
        font-size: 16px;
        font-weight: normal;
        display: block;
        margin-bottom: 15px;
    }
    .nfleft ul li p {
        font-size: 16px;
        color: #fff;
    }
    .nfright ul {
        display: flex;
        flex-wrap: wrap;
    }
    .nfright ul li {
        width: 48%;
        margin-bottom: 20px;
    }
    .nfright ul li a {
        display: block;
        color: #fff;
        font-size: 16px;
    }
    .ncopy {
        padding: 15px 0;
        background-color: #353535;
    }
    .nccon {
        max-width: 1580px;
        padding: 0 65px;
        margin: 0 auto;
        display: flex;
        flex-wrap: wrap;
    }
    .nccon a {
        font-size: 16px;
        color: #fff;
    }
    .nccon span {
        display: block;
        margin: 0 15px;
        font-size: 14px;
        color: #fff;
    }
    .n5 {
        width: 100%;
        background-color: #565656;
    }
    .n5con span {
        display: block;
        height: 40px;
        width: 100%;
        text-align: center;
        color: #fff;
        font-size: 14px;
        line-height: 40px;
        background-color: #868686;
    }
    .link_swiper {
        width: 100%;
        padding: 20px 0;
    }
    .link_swiper .swiper-slide a {
        text-align: center;
        display: block;
        font-size: 14px;
        color: #fff;
    }
    .LinkSwiper {
        padding: 0 30px !important;
        width: 100%;
    }
    .n4p a i {
        font-size: 12px;
    }
    .n4 {
        width: 100%;
        padding: 30px 15px;
    }
    .n4con ul {
        display: flex;
        flex-wrap: wrap;
    }
    .n4con ul li img {
        width: 100%;
    }
    .n4con ul li {
        width: 100%;
        margin-bottom: 20px;
        background-color: #f1f1e5;
        cursor: pointer;
        border-radius: 10px;
        overflow: hidden;
        position: relative;
    }
    .n4con ul li:nth-child(4) {
        margin-right: 0;
    }
    .n4p {
        position: absolute;
        bottom: 0;
        width: 100%;
        left: 0;
        align-items: center;
        justify-content: space-between;
        display: flex;
        padding: 15px;
    }
    .n4p p {
        font-size: 18px;
        color: #fff;
    }
    .n4p a {
        width: 20px;
        height: 20px;
        border-radius: 50%;
        background-color: #fff;
        color: #333;
        text-align: center;
        line-height: 20px;
    }
    .n3 {
        width: 100%;
    }
    .n3con {
        width: 100%;
        position: relative;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .s_item {
        width: 50%;
        aspect-ratio: 1 / 1;
    }
    .s_item img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
        

        .s_item:nth-child(5) {
            width: 100%;
        }
    .n2 {
        padding: 30px 15px;
    }
    .nttle {
        display: block;
        text-align: center;
        color: #333;
        font-size: 25px;
        font-weight: normal;
        margin-bottom: 20px;
    }
    .n2con ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .n2con ul li {
        width: 49%;
        margin-bottom: 20px;
        background-color: #f1f1e5;
        cursor: pointer;
        padding: 10px;
        border-radius: 6px;
    }
    .n2con ul li img {
        width: 90%;
        margin: 0 auto;
        display: block;
    }
    .n2_b {
        display: flex;
        margin-top: 20px;
        align-items: center;
        justify-content: space-between;
    }
    .n2_b p {
        font-size: 14px;
        color: #333;
    }
    .n2_b a {
        width: 20px;
        height: 20px;
        border-radius: 50%;
        background-color: #000;
        color: #fff;
        text-align: center;
        line-height: 20px;
    }
    .n2_b a i {
        font-size: 12px;
    }
    .n1 {
        width: 100%;
        padding: 30px 15px;
        background-color: #ffec85;
    }
    .n1con {
        display: flex;
        flex-wrap: wrap;
        flex-direction: column-reverse;
        justify-content: space-between;
    }
    .n1left {
        width: 100%;
        margin-top: 20px;
    }
    .n1right {
        width: 100%;
    }
    .n1right video {
        width: 100%;
    }
    .n1left p {
        font-size: 14px;
        color: #333;
        line-height: 25px;
    }
    .nmore {
        display: block;
        margin-top: 30px;
        width: 150px;
        height: 40px;
        line-height: 40px;
        text-align: center;
        color: #333;
        border-radius: 50px;
        border: 1px solid #333;
    }
    .nmore:hover {
        background-color: #333 !important;
        color: #fff !important;
    }
}