.header {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 9;
}

.home1 .scroll {
    transform: translateX(-50%);
    position: absolute;
    left: 50%;
    /* margin-left: -24px; */
    bottom: 16%;
    z-index: 22;
    width: 48px;
}

.home1 .swiper-container {
    height: 100%;
    overflow: hidden;
}

.home1 .swiper-slide {
    color: #fff;
    text-align: center;
    background-size: cover;
    background-position: center;
}

.home1 .swiper-slide a {
    width: 100%;
    height: 100%;
    padding: 0 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.home1 .swiper-slide .cn {
    font-size: 30px;
    text-shadow: 1px 3px 3px rgba(0, 0, 0, 0.5);
    transition: all 0.6s 0.4s;
    transform: translateY(20px);
    opacity: 0;
    pointer-events: none;
}

.home1 .swiper-slide.swiper-slide-active .cn {
    transform: translateY(0);
    opacity: 1;
}

.home1 .swiper-slide .en {
    font-size: 30px;
    line-height: 60px;
    letter-spacing: 12px;
    margin-right: -12px;
    text-shadow: 1px 3px 3px rgba(0, 0, 0, 0.5);
    transition: all 0.6s 0.4s;
    transform: translateY(20px);
    opacity: 0;
    pointer-events: none;
}

.home1 .swiper-slide.swiper-slide-active .en {
    transform: translateY(0);
    opacity: 1;
}

.home1 .swiper-pagination {
    width: auto;
    bottom: 50px;
    right: 0;
    display: flex;
    padding: 0 8%;
}

.home1 .swiper-pagination-bullet {
    text-align: left;
    padding: 15px 35px;
    display: block;
    width: 100%;
    height: auto;
    background: none;
    border-radius: 0;
    display: block;
    margin: 0;
    border-bottom: rgba(255, 255, 255, 0.3) solid 1px;
    min-width: 100px;
    color: rgba(255, 255, 255, 0.3);
    font-size: 24px;
    opacity: 1;
    position: relative;
}

.home1 .swiper-pagination-bullet::after {
    position: absolute;
    left: 0;
    height: 2px;
    bottom: -1px;
    display: block;
    background: #c7161e;
    content: "";
    transition: width 0.4s ease-in-out;
    width: 0;
}

.home1 .swiper-pagination-bullet-active {
    color: rgba(255, 255, 255, 1);
    width: 100%;
}

.home1 .swiper-pagination-bullet-active::after {
    width: 100%;
    background: #c7161e;
}

.category {
    width: 100%;
    height: 100vh;
    margin: 0 auto;
    overflow: hidden;
    /*éšè—æº¢å‡º*/

}

.category ul.mobile {
    display: none;
}

.category ul li {
    float: left;
    height: 100vh;
    width: 102px;
    background-position: right center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    transition: width 0.5s ease-out;
}

.category ul li.active {
    width: calc(100% - 408px);
}

.category ul li.active::before {
    content: '';
    width: 26px;
    height: 56px;
    background-color: #c7161e;
    position: absolute;
    bottom: 77px;
    left: 0;
}

.category ul li .more {
    display: none;
    color: #fff;
    transition: all 0.3s ease-in-out;
    position: absolute;
    bottom: 86px;
    left: 100px;
    z-index: 9;
}

.category ul li .more p {
    margin-bottom: 19px;
}

.category ul li .more i {
    display: block;
    line-height: 5px;
    font-size: 40px;
}

.category ul li.active .more {
    display: block;
}

.category ul li .txt {
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    width: 102px;
    height: 100%;
    position: absolute;
    right: 0;
    bottom: 0;
}

.category ul li .txt .mask {
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.7;
    transition: all 0.3s;
    position: absolute;
    right: 0;
    bottom: 0;
}

.category ul li.active .txt .mask {
    opacity: 0;
}

.category ul li .txt .cn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 88px;
    height: 330px;
    background-color: #c7161e;
    color: #fff;
    font-size: 30px;
    font-weight: 700;
    writing-mode: vertical-rl;
    border-top-left-radius: 20px;
    text-shadow: 3px 3px 3px rgba(0, 0, 0, 0.5);
    cursor: pointer;
}

.case .case-swiper {
    width: 100%;
    height: 100%;
    /* position: absolute;
    top: 0;
    left: 0; */
    overflow: hidden;
}

.case .swiper-slide {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #fff;
    padding: 0 13.1% calc(10.304% + 45px);
}

.case .swiper-slide .bg {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.case .case-swiper .left {
    width: 36.285%;
    z-index: 2;
}

.case .case-swiper .left .serial {
    font-family: fantasy;
    font-size: 60px;
    /* font-weight: 700; */
    line-height: 1;
    padding-left: 44px;
    position: relative;
}

.case .case-swiper .left .serial::before {
    content: '';
    width: 26px;
    height: 56px;
    background-color: #c7161e;
    transform: translateY(-50%);
    position: absolute;
    top: 50%;
    left: 0;
}

.case .case-swiper .left .tit {
    font-size: 27px;
    margin-top: 42px;
}

.case .case-swiper .left .cont {
    text-align: justify;
    line-height: 28px;
    margin-top: 20px;
}

.case .case-swiper .left .more {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 161px;
    aspect-ratio: 161/64;
    margin-top: 40px;
    border: 1px solid #fff;
}

.case .case-swiper .left .more p {
    margin-bottom: 14px;
}

.case .case-swiper .left .more i {
    display: block;
    line-height: 5px;
    font-size: 40px;
}

.case .case-swiper .right {
    width: 45.923%;
    border: 3px solid #fff;
    position: relative;
    z-index: 2;
}

.case .case-swiper .icon-play {
    width: 14.642%;
    aspect-ratio: 1;
    background-image: url(../images/icon-play.png);
    background-size: 100%;
    transform: translate(-50%, -50%);
    position: absolute;
    top: 50%;
    left: 50%;
}

.case .case-swiper .right img {
    width: 100%;
    aspect-ratio: 642/461;
}

.case .swiper-pagination {
    display: flex;
    flex-direction: column;
    width: auto;
    transform: translateY(-50%);
    top: 50%;
    right: 2.5%;
    bottom: auto;
    left: auto;
}

.case .swiper-pagination .swiper-bullets .swiper-pagination-bullet {
    display: block;
    width: 18px;
    height: 18px;
    background: none;
    margin: 9px auto !important;
    position: relative;
}

.case .swiper-pagination .swiper-bullets .swiper-pagination-bullet::before {
    content: '';
    width: 6px;
    height: 6px;
    background: rgba(255, 255, 255, 1);
    border-radius: 50%;
    transform: translate(-50%, -50%);
    transition: all 0.1s ease-in-out;
    position: absolute;
    top: 50%;
    bottom: 50%;
}

.case .swiper-pagination .swiper-bullets .swiper-pagination-bullet::after {
    content: "";
    width: 100%;
    height: 100%;
    border: 2px solid rgba(255, 255, 255, 0);
    box-sizing: border-box !important;
    border-radius: 50%;
    transition: all 0.3s;
    transform: translate(-50%, -50%) scale(0);
    opacity: 0;
    position: absolute;
    left: 50%;
    top: 50%;
}

.case .swiper-pagination .swiper-bullets .swiper-pagination-bullet-active::after {
    border: 2px solid rgba(255, 255, 255, 1);
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
}

.case .swiper-pagination .swiper-fraction {
    color: #fff;
    font-size: 14px;
    margin-top: 45px;
}

.case .swiper-pagination .swiper-fraction .activeIndex {
    font-size: 18px;
}

/* .case .swiper-button-next,
.case .swiper-button-prev {
    top: auto;
    right: 170px;
    bottom: 120px;
    left: auto;
}

.case .swiper-button-prev {
    right: 230px;
} */

.case .swiper-button-prev::after,
.case .swiper-button-next::after {
    display: none;
}

.case .swiper-button-prev,
.case .swiper-button-next {
    float: left;
    width: 46px;
    height: 46px;
    background-image: url(../images/icon-zuojiantou.png);
    background-size: 100%;
    margin-top: 0;
    position: static;
}

.case .swiper-button-next {
    background-image: url(../images/icon-youjiantou.png);
    margin-left: 14px;
}

.part-title {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    width: 100%;
    color: #fff;
    padding: 0 170px;
    position: absolute;
    bottom: 120px;
    left: 0;
    z-index: 9;
}

.part-title .cn {
    height: 45px;
}

.contact .contact-swiper {
    position: relative;
    z-index: 10;
    overflow: hidden;
}

.contact .swiper-tab {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 3.5%;
    padding: 0 170px 39px;
    border-bottom: 1px solid #484d51;
    /* position: absolute;
    top: 120px;
    right: 170px;
    left: 170px;
    z-index: 2; */
}

.contact .swiper-tab li {
    display: flex;
    align-items: center;
}

.contact .swiper-tab li:nth-child(4) {
    margin-left: 64px;
}

.contact .swiper-tab li div {
    position: relative;
    cursor: pointer;
}

.contact .swiper-tab li img {
    width: 59px;
    aspect-ratio: 1;
}

.contact .swiper-tab li div:nth-child(n+2) {
    margin-left: 64px;
}

.contact .swiper-tab li div.active::after {
    content: '';
    display: block;
    width: 100%;
    height: 2px;
    background-color: #c7161e;
    position: absolute;
    bottom: -40px;
    left: 0;
}

.contact .swiper-tab li:nth-child(2) div:nth-child(1).active::after {
    background-color: #d0aa4d;
}

.contact .swiper-tab li:nth-child(2) div:nth-child(2).active::after {
    background-color: #ac7a42;
}

.contact .swiper-tab li:nth-child(2) div:nth-child(3).active::after {
    background-color: #f29426;
}

.contact .swiper-tab li:nth-child(3) div:nth-child(1).active::after {
    background-color: #205c38;
}

.contact .swiper-tab li:nth-child(3) div:nth-child(2).active::after {
    background-color: #5cb2a5;
}

.contact .swiper-tab li:nth-child(3) div:nth-child(3).active::after {
    background-color: #71955b;
}

.contact .swiper-tab li:nth-child(4) div.active::after {
    background-color: #967db7;
}

.contact .swiper-tab li:nth-child(5) div.active::after {
    background-color: #014099;
}

/* .contact .swiper-tab li:nth-child(n+2) {
    margin-left: 64px;
}

.contact .swiper-tab li:nth-child(2) {
    margin-left: 173px;
}

.contact .swiper-tab li:nth-child(4) {
    margin-left: 236px;
}

.contact .swiper-tab li:nth-child(8) {
    margin-left: 249px;
}

.contact .swiper-tab li:nth-child(9) {
    margin-left: 139px;
} */

.contact .swiper-slide {
    /* display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center; */
    color: #fff;
    padding: 0 15.1%;
}

.contact .swiper-slide .theme {
    font-size: 38px;
    line-height: 1;
    text-align: center;
}

.contact .swiper-slide ul {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin-top: 80px;
}

.contact .swiper-slide ul li {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 25%;
    aspect-ratio: 301/393;
    padding: 0 10px;
    border-radius: 3px;
    transition: all 0.3s;
    cursor: pointer;
}

.contact .swiper-slide ul li:nth-child(n+2) {
    margin-left: 3.262%;
}

.contact .swiper-slide:nth-child(1) ul li:hover {
    background-color: rgba(199, 22, 30, 0.6);
}

.contact .swiper-slide:nth-child(2) ul li:hover {
    background-color: rgba(208, 170, 77, 0.6);
}

/* .contact .swiper-slide:nth-child(3) ul li:hover {
    background-color: rgba(172, 122, 66, 0.6);
} */

.contact .swiper-slide:nth-child(3) ul li:hover {
    background-color: rgba(242, 148, 38, 0.6);
}

.contact .swiper-slide:nth-child(4) ul li:hover {
    background-color: rgba(32, 92, 56, 0.6);
}

.contact .swiper-slide:nth-child(5) ul li:hover {
    background-color: rgba(92, 178, 165, 0.6);
}

.contact .swiper-slide:nth-child(6) ul li:hover {
    background-color: rgba(113, 149, 91, 0.6);
}

.contact .swiper-slide:nth-child(7) ul li:hover {
    background-color: rgba(150, 125, 183, 0.6);
}

.contact .swiper-slide:nth-child(8) ul li:hover {
    background-color: rgba(1, 64, 153, 0.6);
}

.contact .swiper-slide ul li .top {
    flex: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    width: 100%;
}

.contact .swiper-slide ul li .icon {
    width: 34.16%;
    aspect-ratio: 1;
    border: 1px solid #fff;
    border-radius: 50%;
    transition: all 0.3s;
}

.contact .swiper-slide ul li:hover .icon {
    border-color: transparent;
}

.contact .swiper-slide ul li .tit {
    font-size: 18px;
    margin: 30px 0 20px;
}

.contact .swiper-slide ul li .cont {
    flex: 1;
    width: 100%;
    text-align: center;
    word-wrap: break-word;
}

.contact .swiper-slide ul li .platform i {
    color: #fff;
    font-size: 50px;
}

.contact .swiper-slide ul li .platform a:nth-child(n+2) {
    margin-left: 30px;
}

.contact .swiper-slide ul li .qrcode {
    display: flex;
    justify-content: center;
    margin: 0 -5px;
    padding: 0 30px;
}

.contact .swiper-slide ul li .qrcode img {
    width: calc(33.333% - 10px);
    margin: 0 5px;
}

.contact .swiper-pagination {
    display: flex;
    flex-direction: column;
    width: auto;
    transform: translateY(-50%);
    top: 50%;
    right: 2.5%;
    bottom: auto;
    left: auto;
}

.contact .swiper-pagination .swiper-bullets .swiper-pagination-bullet {
    display: block;
    width: 18px;
    height: 18px;
    background: none;
    margin: 9px auto !important;
    position: relative;
}

.contact .swiper-pagination .swiper-bullets .swiper-pagination-bullet::before {
    content: '';
    width: 6px;
    height: 6px;
    background: rgba(255, 255, 255, 1);
    border-radius: 50%;
    transform: translate(-50%, -50%);
    transition: all 0.1s ease-in-out;
    position: absolute;
    top: 50%;
    bottom: 50%;
}

.contact .swiper-pagination .swiper-bullets .swiper-pagination-bullet::after {
    content: "";
    width: 100%;
    height: 100%;
    border: 2px solid rgba(255, 255, 255, 0);
    box-sizing: border-box !important;
    border-radius: 50%;
    transition: all 0.3s;
    transform: translate(-50%, -50%) scale(0);
    opacity: 0;
    position: absolute;
    left: 50%;
    top: 50%;
}

.contact .swiper-pagination .swiper-bullets .swiper-pagination-bullet-active::after {
    border: 2px solid rgba(255, 255, 255, 1);
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
}

.contact .swiper-pagination .swiper-fraction {
    color: #fff;
    font-size: 14px;
    margin-top: 45px;
}

.contact .swiper-pagination .swiper-fraction .activeIndex {
    font-size: 18px;
}

.gg-box {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 101;
}

.gg-box .gg-mask {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    position: absolute;
    top: 0;
    left: 0;
}

.gg-box .gg-cont {
    width: 800px;
    aspect-ratio: 2/1.5;
    position: relative;
    z-index: 1;
}

.gg-box .gg-cont .icon-chahao {
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    font-size: 12px;
    padding: 6px;
    border: 2px solid #fff;
    border-radius: 50%;
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
}

.gg-box .gg-cont img {
    width: 100%;
    height: 100%;
}

@media screen and (min-width:320px) {}

@media screen and (min-width:320px) and (max-width:767px) {
    .home1 .swiper-container {
        overflow: hidden;
    }

    .home1 .swiper-slide .cn {
        font-size: 24px;
    }

    .homehd {
        padding-top: 0;
    }

    .fp-section.fp-table,
    .fp-slide.fp-table,
    .fp-tableCell {
        height: auto !important;
    }

    .fp-section.fp-table.home1 {
        height: 300px !important;
    }

    .home1 .fp-tableCell {
        height: 100vh !important;
    }

    .home1 .swiper-pagination {
        bottom: 20px;
        left: 8%;
        right: 8%;
        padding: 0;
    }

    .home1 .swiper-pagination-bullet {
        min-width: auto;
        padding: 4px 10px;
        font-size: 14px;
    }

    .home1 .scroll {
        display: none;
    }

    .category ul.pc {
        display: none;
    }

    .category ul.mobile {
        display: block;
    }

    .category ul li {
        width: 100%;
        height: calc(100vh / 4);
    }

    .category ul li.active {
        width: 100%;
    }

    .category ul li.active::before {
        display: none;
    }

    .category ul li .more {
        display: block;
        bottom: 20px;
        left: 15px;
    }

    .category ul li .more p {
        font-size: 12px;
        margin-bottom: 5px;
    }

    .category ul li .more i {
        font-size: 30px;
    }

    .category ul li .txt {
        flex-direction: column-reverse;
        justify-content: flex-end;
        width: 100%;
        height: 100%;
        padding: 15px 20px;
    }

    .category ul li .txt::before {
        display: none;
    }

    .category ul li .txt .cn {
        width: auto;
        height: auto;
        background-color: transparent;
        writing-mode: horizontal-tb;
        font-size: 17px;
        letter-spacing: 5px;
        margin: 10px -5px 0 0;
    }

    .contact .fp-tableCell {
        height: 100vh !important;
    }

    .contact .contact-swiper {
        padding: 120px 0 60px;
    }

    .contact .swiper-tab {
        display: none;
    }

    .contact .swiper-slide {
        padding: 0 15px;
    }

    .contact .swiper-slide .theme {
        font-size: 24px;
    }

    .contact .swiper-slide ul {
        flex-wrap: wrap;
        margin-top: 30px;
    }

    .contact .swiper-slide ul li {
        width: 50%;
        padding: 0 8px;
    }

    .contact .swiper-slide ul li:nth-child(n+2) {
        margin-left: 0;
    }

    .contact .swiper-slide:nth-child(1) ul li:hover,
    .contact .swiper-slide:nth-child(2) ul li:hover,
    .contact .swiper-slide:nth-child(3) ul li:hover,
    .contact .swiper-slide:nth-child(4) ul li:hover,
    .contact .swiper-slide:nth-child(5) ul li:hover,
    .contact .swiper-slide:nth-child(6) ul li:hover,
    .contact .swiper-slide:nth-child(7) ul li:hover,
    .contact .swiper-slide:nth-child(8) ul li:hover {
        background-color: transparent;
    }

    .contact .swiper-slide ul li .tit {
        font-size: 16px;
    }

    .contact .swiper-slide ul li:hover .icon {
        border-color: #fff;
    }

    .contact .swiper-slide ul li .platform a:nth-child(n+2) {
        margin-left: 10px;
    }

    .contact .swiper-slide ul li .platform i {
        font-size: 35px;
    }

    .contact .swiper-pagination {
        transform: translateX(-50%);
        top: auto;
        right: auto;
        bottom: 20px;
        left: 50%;
    }

    .contact .swiper-pagination .swiper-bullets .swiper-pagination-bullet {
        display: inline-block;
    }

    .contact .swiper-pagination .swiper-fraction {
        display: none;
    }

    .part-title {
        padding: 0 15px;
        top: 70px;
        bottom: auto;
    }

    .part-title .cn {
        height: 17px;
    }

    .part-title .cn::before,
    .part-title .cn::after {
        bottom: -10px;
    }

    .part-title .cn::before {
        width: 18px;
    }

    .gg-box .gg-cont {
        width: 300px;
    }

    .gg-box .gg-cont .icon-chahao {
        font-size: 8px;
    }
}

@media screen and (min-width: 768px) {
    .category ul li .more {
        left: 60px;
    }

    .category ul li .txt .cn {
        width: 60px;
        height: 260px;
        font-size: 24px;
    }

    .contact .swiper-tab {
        padding: 0 8% 30px;
    }

    .contact .swiper-tab li img {
        width: 48px;
    }

    .contact .swiper-tab li div.active::after {
        bottom: -20px;
    }

    .contact .swiper-tab li:nth-child(4) {
        margin-left: 20px;
    }

    .contact .swiper-tab li div:nth-child(n+2) {
        margin-left: 20px;
    }

    .contact .swiper-slide {
        padding: 0 8%;
    }

    .contact .swiper-slide .theme {
        font-size: 28px;
    }

    .contact .swiper-slide ul li .tit {
        font-size: 16px;
    }

    .contact .swiper-slide ul li .platform a:nth-child(n+2) {
        margin-left: 10px;
    }

    .contact .swiper-slide ul li .platform i {
        font-size: 30px;
    }

    .contact .swiper-pagination .swiper-fraction {
        font-size: 12px;
    }

    .contact .swiper-pagination .swiper-fraction .activeIndex {
        font-size: 16px;
    }

    .part-title {
        padding: 0 8%;
    }

    .part-title .cn {
        height: 30px;
    }
}

@media screen and (min-width: 992px) {}

@media screen and (min-width: 1024px) {
    .category ul li .more {
        left: 100px;
    }

    .category ul li .txt .cn {
        width: 88px;
        height: 330px;
        font-size: 30px;
    }

    .contact .swiper-tab {
        padding: 0 170px 39px;
    }

    .contact .swiper-tab li img {
        width: 59px;
    }

    .contact .swiper-slide {
        padding: 0 15.1%;
    }
}

@media screen and (min-width: 1280px) {
    .contact .swiper-tab li img {
        width: 59px;
    }

    .contact .swiper-tab li div.active::after {
        bottom: -40px;
    }

    .contact .swiper-tab li:nth-child(4) {
        margin-left: 64px;
    }

    .contact .swiper-tab li div:nth-child(n+2) {
        margin-left: 64px;
    }

    .contact .swiper-slide .theme {
        font-size: 38px;
    }

    .contact .swiper-slide ul li .tit {
        font-size: 18px;
    }

    .contact .swiper-pagination .swiper-fraction {
        font-size: 14px;
    }

    .contact .swiper-pagination .swiper-fraction .activeIndex {
        font-size: 18px;
    }

    .part-title {
        padding: 0 170px;
    }

    .part-title .cn {
        height: 40px;
    }
}

@media screen and (min-width: 1366px) {}

@media screen and (min-width: 1440px) {}

@media screen and (min-width: 1680px) {
    .part-title .cn {
        height: 45px;
    }
}

@media screen and (min-width: 1920px) {}