/*加载*/
.load {
    width: 100%;
    height: 100vh;
    background: #000;
    /*display: flex;*/
    align-items: center;
    justify-content: center;
    overflow: hidden;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999999;
    display: none;
}

.load span {
    color: #fff;
    font-size: 24px;
}

.load_warp {
    width: 450px;
    text-align: center;
}

.load .shade {
    width: 450px;
    height: 115px;
    background: linear-gradient(90deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 70%);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 0;
    animation: translate 5s infinite ease;
}

.load .circle {
    width: 5px;
    height: 5px;
    background: #fff;
    border-radius: 50%;
    position: relative;
    z-index: 1;
    margin-top: 6px;
    animation: move 5s infinite ease;
}

@keyframes translate {
    0% {
        background: linear-gradient(90deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 70%);
    }
    30% {
        background: linear-gradient(90deg, rgb(0, 0, 0) 30%, rgba(0, 0, 0, 0) 100%, rgb(0, 0, 0) 70%);
    }
    50% {
        background: linear-gradient(90deg, rgb(0, 0, 0) 30%, rgba(0, 0, 0, 0) 100%, rgb(0, 0, 0) 70%);
    }
    80% {
        background: linear-gradient(90deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 70%);
    }
    100% {
        background: linear-gradient(90deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 70%);
    }
}

@keyframes move {
    0% {
        left: 0;
    }
    30% {
        left: 100%;
    }
    50% {
        left: 100%;
    }
    80% {
        left: 0;
    }
    100% {
        left: 0;
    }
}

.bloc .swiper-slide {
    height: 100vh !important;
    width: auto !important;
}

header {
    opacity: 0.5;
    background-color: transparent;
}

header:hover {
    opacity: 1;
}

.section {
    display: flex;
    align-items: center;
    justify-content: center;
}

.section .warp {
    margin-left: 150px;
    margin-top: 73px;
    display: flex;
}

.section .warp .text {
    margin-top: 380px;
    margin-right: 320px;
}

.section .warp .text span {
    font-size: 24px;
    font-family: zcoolwenyiti;
    font-weight: 400;
    color: #1C1C1C;
}

.section .warp .text p {
    font-size: 17px;
    font-family: Marcellus;
    font-weight: 400;
    color: #2D2D2D;
    margin-top: 60px;
}

.section .warp .right {
    display: flex;
}

.section .warp .right .images {
    margin-right: 75px;
    width: 1152px;
    height: 707px;
    overflow: hidden;
    position: relative;
}

.section .warp .right .images img {
    width: 100%;
    height: 100%;
    transition: 1s;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    opacity: 0;
}

.section .warp .right .images .active {
    opacity: 1;
}

.section .warp .right .sign {
    margin-top: 703px;
}

.section .warp .right .sign span {
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #1C1C1C;
    margin-bottom: 10px;
}

.section .warp .right .sign p {
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #1C1C1C;
}

.section2 {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
}

.section2 .warp {
    margin-left: 120px;
    display: flex;
}

.section2 .warp .left {
    margin-top: 125px;
    margin-right: 116px;
}

.section2 .warp .left .title {
    display: flex;
    position: relative;
    left: 37%;
}

.section2 .warp .left .title .click {
    position: relative;
    margin-left: 200px;
    /*display: flex;*/
    align-items: center;
    display: none;
}

.section2 .warp .left .title .click .picture {
    height: 370px;
    margin-right: 50px;
    display: block;
}

.section2 .warp .left .title .click .picture img {
    height: 100%;
    width: 100%;
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
    transition: 1s;
}

.section2 .warp .left .title .click .picture img:hover {
    clip-path: polygon(5% 5%, 98% 5%, 98% 98%, 5% 98%);
}

.section2 .warp .left .title .click a:last-child {
    margin-top: 111px;
}

.section2 .warp .left .title .click span {
    font-size: 36px;
    font-family: Marcellus;
    font-weight: 400;
    color: #1C1C1C;
}

.section2 .warp .left .title .target p {
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #1C1C1C;
    margin-bottom: 30px;
}

.section2 .warp .left .title span {
    font-size: 27px;
    font-family: zcoolwenyiti;
    font-weight: 400;
    color: #1C1C1C;
    line-height: 36px;
}

.section2 .warp .left .title .images {
    margin-top: 60px;
    width: 520px;
    height: 242px;
    position: relative;
    overflow: hidden;
}

.section2 .warp .left .title .images img {
    width: 100%;
    height: 100%;
}

.section2 .warp .left .title .images .con {
    width: 100%;
    position: absolute;
    top: 56%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.section2 .warp .left .title .images .con .control {
    width: 59px;
    height: 59px;
    border: 3px solid transparent;
    border-radius: 50%;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    cursor: pointer;
}

.section2 .warp .left .title .images .con .control:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 59px;
    height: 59px;
    border: 3px solid #FFFFFF;
    border-top: 2px transparent;
    border-left: 2px transparent;
    border-radius: 50%;
    animation: rota 3s infinite linear;
}

@keyframes rota {
    100% {
        transform: rotate(360deg);
    }
}

.section2 .warp .left .title .images .con .control .iconfont {
    color: #fff;
    font-size: 15px;
    position: relative;
    left: 2px;
    top: 2px;
}

.section2 .warp .left .title .images .con .more {
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgba(255, 255, 255, 0.5);
    font-size: 18px;
    margin-top: 10px;
}

.section2 .warp .left .title .images .con .more p {
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #FFFFFF;
    margin-left: 6px;
    margin-right: 6px;
}

.section2 .warp .left .title .images .con .more p:last-child {
    font-size: 14px;
    font-family: RobotoCondensed;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 28px;
    opacity: 0.5;
}

.section2 .warp .left .text {
    width: 970px;
    margin-top: 123px;
    padding-top: 47px;
    border-top: 1px solid #D6D4D2;
    margin-left: 198px;
}

.section2 .warp .left .text .item {
    display: flex;
    justify-content: space-between;
}

.section2 .warp .left .text .item p {
    width: 448px;
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #1C1C1C;
    line-height: 28px;
}

.section2 .warp .images {
    width: 674px;
    height: 898px;
}

.section2 .warp > .images:hover {
    cursor: move !important;
}

.section2 .warp > .images a {
    cursor: move !important;
}

.section2 .warp .images img {
    width: 100%;
    height: 100%;
    transition: 1s;
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
}

.section2 .warp .images:hover img {
    clip-path: polygon(5% 5%, 98% 5%, 98% 98%, 5% 98%);
}

.section3 {
    overflow: hidden;
    background-color: rgba(231, 224, 214, 0.3);
    display: flex;
    align-items: flex-end;
}

.section3 .warp {
    margin-left: 105px;
    position: relative;
    top: 84px;
}

.section3 .warp .title {
    position: relative;
    left: 100px;
    opacity: 0;
    transition: 1s;
}

.left_active {
    left: 0 !important;
    opacity: 1 !important;
}

.section3 .warp .title .top {
    display: flex;
    align-items: center;
    margin-bottom: 45px;
}

.section3 .warp .title .top p {
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #1C1C1C;
}

.section3 .warp .title .top .circle {
    width: 3px;
    height: 3px;
    background: #000000;
    border-radius: 50%;
    margin-left: 10px;
    margin-right: 10px;
}

.section3 .warp .title .text {
    width: 440px;
    margin-left: -15px;
    display: flex;
    flex-wrap: wrap;
    font-size: 18px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: rgba(28, 28, 28, 0.25);
    line-height: 40px;
}

.section3 .warp .title .text a {
    font-size: 18px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #1C1C1C;
    line-height: 40px;
    opacity: 0.25;
    margin-left: 15px;
    margin-right: 15px;
    transition: 0.6s;
}

.section3 .warp .title .text a:hover {
    color: #000;
    opacity: 1;
}

.section3 .warp .content {
    margin-bottom: -40px;
    width: 1840px;
    margin-top: 35px;
    display: flex;
    justify-content: space-between;
    position: relative;
    left: 100px;
    opacity: 0;
    transition: all 0.6s cubic-bezier(0.52, 0.01, 0, 1) 0s;
}

.section3 .warp .content .item {
    width: 16%;
    overflow: hidden;
    transition: all 0.6s cubic-bezier(0.52, 0.01, 0, 1) 0s;
}

.section3 .warp .content .active {
    width: 50% !important;
}

.section3 .warp .content .item .center {
    margin-top: 28px;
    margin-left: 68px;
}

.section3 .warp .content .item .center span {
    font-size: 20px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #1C1C1C;
    margin-bottom: 24px;
    white-space: nowrap;
}

.section3 .warp .content .item .center p {
    width: 364px;
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #1C1C1C;
    line-height: 24px;
    opacity: 0;
    transition: 0.6s;
}

.section3 .warp .content .active .center p {
    opacity: 1;
}

.section3 .warp .content .item .center .images {
    margin-left: 89px;
    width: 763px;
    height: 370px;
    overflow: hidden;
    margin-top: 13px;
    opacity: 0;
    transition: 0.6s;
}

.section3 .warp .content .item_2 .center .images {
    height: 348px;
}

.section3 .warp .content .item_3 .center .images {
    height: 358px;
}

.section3 .warp .content .item_4 .center .images {
    height: 355px;
}

.section3 .warp .content .active .center .images {
    opacity: 1;
}

.section3 .warp .content .item .center .images img {
    width: 100%;
    height: 100%;
    transition: 2s;
}

.section3 .warp .content .item_1 {
    margin-top: 160px;
    height: 509px;
    background: #3591C0;
    position: relative;
    top: -160px;
}

.section3 .warp .content .item_2 {
    height: 463px;
    background: #F7C666;
}

.section3 .warp .content .item_3 {
    height: 474px;
    background: #F1686C;
    margin-top: -60px;
}

.section3 .warp .content .item_4 {
    height: 470px;
    background: #74CAC6;
    margin-top: -111px;
}

.section4 {
    overflow: hidden;
}

.section4 .warp {
    margin-top: 94px;
    margin-left: 150px;
    display: flex;
}

.section4 .warp .left {
    position: relative;
    top: 191px;
    margin-right: 199px;
}

.section4 .warp .left .title {
    margin-left: 258px;
}

.section4 .warp .left .title span {
    font-size: 36px;
    font-family: Marcellus;
    font-weight: 400;
    color: #1C1C1C;
}

.section4 .warp .left .text {
    padding-top: 47px;
    width: 514px;
    border-top: 1px solid #D6D4D2;
    margin-top: 280px;
}

.section4 .warp .left .text p {
    width: 441px;
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #1C1C1C;
    line-height: 28px;
}

.section4 .warp .right {
    display: flex;
}

.section4 .warp .right .item {
    width: 385px;
    margin-right: 89px;
    position: relative;
    top: 100px;
    opacity: 0;
    transition: 1s;
}

.top_active {
    top: 0 !important;
    opacity: 1 !important;
}

.section4 .warp .right .item:last-child {
    margin-right: 0;
}

.section4 .warp .right .item .images {
    width: 100%;
    height: 487px;
    overflow: hidden;
    display: block;
    position: relative;
    transition: 0.6s;
}

.section4 .warp .right .item .images img {
    width: 385px;
    height: 487px;
    transition: 0.6s;
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
    filter: unset;
}

.section4 .warp .right .item .images:hover img {
    clip-path: polygon(5% 5%, 98% 5%, 98% 98%, 5% 98%);
    filter: brightness(.9);
}

.section4 .warp .right .item p {
    font-size: 13px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #1C1C1C;
    margin-top: 26px;
}

.section4 .warp .right .item_1 {
    margin-top: 60px;
}

.section4 .warp .right .item_2 {
    margin-top: 133px;
}

.section4 .warp .right .item_3 {
    margin-top: 220px;
}

.section5 {
    overflow: hidden;
}

.section5 .warp {
    display: flex;
    margin-left: 158px;
}

.section5 .warp .images {
    width: 1191px;
    height: 100vh;
    position: relative;
    top: -100px;
    opacity: 0;
    transition: 1s;
    display: block;
}

.section5 .warp .images img {
    width: 100%;
    height: 100%;
}

.section5 .warp .background {
    width: 774px;
    height: 100vh;
    background: #F6F6F6;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.section5 .warp .background .interval {
    margin-left: 100px;
    margin-right: 212px;
    margin-top: 178px;
    position: relative;
    left: 100px;
    opacity: 0;
    transition: 1s;
}

.section5 .warp .background .interval span {
    font-size: 28px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #1F1F1F;
    margin-bottom: 60px;
}

.section5 .warp .background .interval > p {
    width: 476px;
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #1C1C1C;
    line-height: 28px;
}

.section5 .warp .background .interval .contact {
    margin-top: 150px;
}

.section5 .warp .background .interval .contact p {
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #212121;
}

.section5 .warp .background .interval .contact hr {
    width: 462px;
    height: 1px;
    color: #D8D8D8;
    background: #D8D8D8;
    margin-top: 21px;
    margin-bottom: 45px;
    border: none;
}

.section5 .warp .background .interval .contact p {
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #212121;
    line-height: 30px;
}

.bloc .section6 {
    width: 100vw !important;
    margin-left: 86px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.section6 .warp {
    display: flex;
    position: relative;
    transition: 1s;
}

.section6 .warp .left {
    margin-right: 84px;
    margin-top: 710px;
}
.section6 .warp .left .item {
    display: flex;
    align-items: center;
    margin-bottom: 17px;
    cursor: pointer;
}

.section6 .warp .left .item .iconfont {
    color: #000;
    font-size: 20px;
    margin-right: 16px;
    transition: 0.4s;
    opacity: 0;
    position: relative;
    left: -20px;
}

.section6 .warp .left .item p {
    font-size: 15px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #636363;
    white-space: nowrap;
    transition: 0.4s;
}

.section6 .warp .left .active .iconfont {
    opacity: 1;
    left: 0;
}

.section6 .warp .left .active p {
    color: #191919;
}

.section6 .warp .content .atlas {
    width: 966px;
    position: relative;
    left: 100px;
    opacity: 0;
    transition: 1s;
}

.section6 .warp .content .svg_active .background svg path {
    animation: line-anm 30s ease forwards;
}

.section6 .warp .content .svg_active .background svg .st0 {
    animation: line-anm 30s ease forwards;
}

@media screen and (max-width: 1920px) {
    .section6 .warp .content .atlas {
        width: 863px;
    }

    .section6 .warp .left {
        margin-top: 676px;
    }
}

.section6 .warp .content .atlas .background {
    width: 100%;
    margin-top: 100px;
}
.section6 .warp .content .atlas .background svg{
    width: 100%!important;
    height: 100%!important;
}

.section6 .warp .content .atlas .coordinate .item {
    position: absolute;
    display: flex;
    height: 30px;
    transition: 1s;
    margin-top: -50px;
    opacity: 0;
}

.m_top_active {
    opacity: 1 !important;
    margin-top: 0 !important;
}

.section6 .warp .content .atlas .coordinate .item .iconfont {
    color: #afafaf;
    font-size: 30px;
    cursor: pointer;
    transition: 0.6s;
    position: relative;
    will-change: transform;
    animation: 2s top_move linear infinite;
}

@keyframes top_move {
    0% {
        transform: translate3d(0, -5px, 0);
    }
    50% {
        transform: translate3d(0, 5px, 0);
    }
    100% {
        transform: translate3d(0, -5px, 0);
    }
}

.atlas .coordinate .item .message_none {
    margin-left: 20px;
    position: relative;
    left: -284px;
    top: -102px;
    border: 1px solid #F1F1F1;
    display: none;
}

.atlas .coordinate .item .message {
    height: 84px;
    background-color: #fff;
    display: flex;
}

.atlas .coordinate .item .message .images {
    width: 86px;
    height: 100%;
}

.atlas .coordinate .item .message .images img {
    width: 100%;
    height: 100%;
}

.atlas .coordinate .item .message .text {
    margin-left: 22px;
    margin-right: 70px;
}

.atlas .coordinate .item .message .text span {
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #1F1F1F;
    margin-top: 19px;
    margin-bottom: 6px;
    white-space: nowrap;
}

.atlas .coordinate .item .message .text p {
    font-size: 12px;
    font-family: Lora;
    font-weight: 400;
    color: #A4A4A4;
    white-space: nowrap;
}

.section6 {
    margin-right: 100px;
}

.section6 .warp .content .atlas .coordinate .item_1 {
    top: 50.6%;
    left: 76%;
    z-index: 2;
}

.section6 .world-map .content .atlas .coordinate .item_1 {
    top: 23.6%;
    left: 77%;
    z-index: 2;
}

.section6 .warp .content .atlas .coordinate .item_2 {
    top: 48.6%;
    left: 75.6%;
}

.section6 .world-map .content .atlas .coordinate .item_2 {
    top: 29.6%;
    left: 40.3%;
    z-index: 2;
}

.section6 .warp .content .atlas .coordinate .item_3 {
    top: 47%;
    left: 76%;
}

.section6 .warp .content .atlas .coordinate .item_4 {
 top: 61.6%;
    left: 63%;
}

.section6 .warp .content .atlas .coordinate .active .iconfont {
    color: #FFA500;
}

.section6 .warp .content .atlas .coordinate .block_active .message_none {
    display: block;
}

.section6 .warp .content .atlas .con {
    position: absolute;
    bottom: 0;
    left: 0;
    top: 31vw;
}


.section6 .warp .content .atlas .con .item {
    display: none;
}

.section6 .warp .content .atlas .con .active {
    display: block;
}

.section6 .warp .content .atlas .con .item span {
    font-size: 22px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #1F1F1F;
    line-height: 32px;
}

.section6 .warp .content .atlas .con .item p {
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #212121;
    line-height: 28px;
}

.section6 .warp .content .sign {
    display: flex;
    align-items: center;
    float: right;
    margin-top: 24px;
    position: relative;
    left: -119px;
}

.section6 .warp .content .sign p {
    font-size: 14px;
    font-family: ITC Avant Garde Gothic Std;
    font-weight: normal;
    color: #3F3F3F;
    margin-right: 20px;
}

.section6 .warp .content .sign .line {
    width: 32px;
    height: 2px;
    background: #BFBFBF;
    opacity: 0.5;
}

.fixed {
    position: fixed;
    bottom: 30px;
    left: 3%;
    z-index: 999;
}

.fixed .icon {
    /*display: flex;*/
    align-items: center;
    margin-bottom: 20px;
    display: none;
}

.fixed .icon .iconfont {
    color: #1D191A;
    font-size: 20px;
    margin-right: 20px;
}

.fixed .link a {
    font-size: 12px;
    font-family: ITC Avant Garde Gothic Std;
    font-weight: normal;
    color: #625f5f;
    margin-right: 20px;
}

.cursor {
    position: fixed;
    z-index: 9999;
    top: 30px;
    left: 30px;
    transition: opacity .3s, color .4s;
    opacity: 0;
    pointer-events: none;
    backface-visibility: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cursor_warp {
    transition: 0.5s;
    width: 100px;
    height: 100px;
    border: 1px solid #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cursor_warp p {
    font-size: 16px;
    color: #fff;
}

.china-map {
    opacity: 1;
    transition: 1s;
}

.section6 .joke {
    min-width: 998px;
    position: relative;
    min-height: 890px;
}

.section6 .joke .joke_warp {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    pointer-events: none;
    transform: translateY(-15px);
    transition: 1s;
}

.section6 .joke .show_active {
    opacity: 1 !important;
    pointer-events: auto !important;
    transform: translateY(0) !important;
    transition-delay: 0.5s;
}

.section6 .switch {
    display: flex;
    align-items: center;
}

.section6 .switch .item {
    display: flex;
    align-items: center;
    margin: 0 10px 0 10px;
    cursor: pointer;
    position: relative;
}

.section6 .switch .item .iconfont {
    color: #000;
    font-size: 20px;
    margin: 0 6px 0 0;
    opacity: 0;
    transition: 0.6s;
    transform: translateY(-15px);
}

.section6 .switch .active .iconfont {
    opacity: 1;
    transform: translateY(0);
}

.section6 .switch .item p {
    font-size: 15px;
    color: #636363;

}

.section6 .switch .active p {
    color: #000;
}

.section6 .switch .item:after {
    content: "";
    position: absolute;
    bottom: -5px;
    left: 27px;
    width: 0%;
    height: 2px;
    background: #000;
    transition: 0.5s;
}

.section6 .switch .active:after {
    width: 50%;
}

.section6 .switch .item:hover:after {
    width: 50%;
}


@media screen and (max-width: 1856px) {

}

@media screen and (max-width: 1680px) {

}

@media screen and (max-width: 1600px) {

}

@media screen and (max-width: 1440px) {
    .section .warp {
        margin-top: 110px;
    }

    .section2 .warp .left .title .images {
        margin-top: 44px;
    }

    .section2 .warp .left .text {
        margin-top: 97px;
        padding-top: 31px;
    }

    .section4 .warp .right {
        position: relative;
        top: -17px;
    }

    .section3 .warp {
        top: 123px;
    }

    .section4 .warp .right .item_2 {
        margin-top: 101px;
    }

    .section4 .warp .right .item_3 {
        margin-top: 156px;
    }

    .section4 .warp .right .item .images {
        height: 450px;
    }
}

@media screen and (max-width: 1400px) {

}

@media screen and (max-width: 1366px) {

    .section .warp .text {
        margin-right: 95px;
        margin-top: 266px;
    }

    .section .warp {
        margin-left: 98px;
    }

    .section .warp .right .images {
        width: 956px;
        height: 653px;
    }

    .section .warp .right .sign {
        margin-top: 509px;
    }

    .section2 .warp {
        margin-left: 0;
    }

    .section2 .warp .left .text .item p {
        width: 448px;
        line-height: 25px;
    }

    .section2 .warp .left .title .images {
        width: 480px;
        height: 136px;
    }

    .section2 .warp .left .text {
        margin-top: 31px;
    }

    .section2 .warp .left .title span {
        font-size: 22px;
        line-height: 30px;
    }

    .section2 .warp .left .title {
        margin-top: 105px;
    }

    .section3 .warp .content .item_1 {
        height: 380px;
    }

    .section3 .warp .content {
        width: 1300px;
    }

    .section3 .warp .content .item_1 .center .images {
        width: 496px;
        height: 240px;
    }

    body .opacity__active {
        top: 0 !important;
        opacity: 1 !important;
        left: 0 !important;
    }

    .section4 .warp {
        margin-left: 79px;
    }

    .section4 .warp .left .title {
        margin-left: 178px;
    }

    .section4 .warp .left .text {
        margin-top: 98px;
    }

    .section4 .warp .right .item {
        width: 273px;
    }

    .section4 .warp .right .item .images {
        height: 348px;
    }

    .section4 .warp .left {
        margin-right: 113px;
    }

    .section4 .warp .right .item .images img {
        width: 100%;
        height: 100%;
    }

    .section5 .warp .images {
        width: 740px;
    }

    .section5 .warp .background .interval span {
        font-size: 22px;
        font-family: Source Han Sans CN;
        font-weight: 500;
        color: #1F1F1F;
        margin-bottom: 34px;
    }

    .section5 .warp .background .interval > p {
        font-size: 12px;
        line-height: 25px;
    }

    .section5 .warp .background .interval .contact {
        margin-top: 52px;
    }

    .section5 .warp .background .interval {
        margin-top: 87px;
    }

    .section6 .warp .content .atlas .background {
        width: 79%;
        top: 78px;
    }

    .section6 .warp .left {
        margin-top: 563px;
    }

    .section6 .warp .content .atlas .coordinate .item__active {
        margin-top: 0 !important;
        opacity: 1 !important;
    }

    .section6 .warp .content .atlas .coordinate {
        position: absolute;
        top: 3px;
        left: -144px;
        height: 100vh;
        width: 100%;
    }

    .section6 .warp .content .atlas .coordinate .item_4 {
        top: 62.6%;
        left: 65%;
    }

    .section6 .warp .content .atlas .coordinate .item_1 {
        top: 54.6%;
        left: 72%;
        z-index: 2;
    }

    .section6 .warp .content .atlas .coordinate .item_2 {
        top: 53.6%;
        left: 73.6%;
    }

    .section6 .warp .content .atlas .coordinate .item_3 {
        top: 50%;
        left: 76%;
    }

    .section6 .joke .joke_warp:nth-child(2) .atlas .background img {
        position: relative;
        top: 123px;
    }

    .section6 .joke .joke_warp:nth-child(2) .coordinate .item_1 {
        top: 37.6%;
        left: 48%;
        z-index: 2;
    }

    .section6 .joke .joke_warp:nth-child(2) .coordinate .item_2 {
        top: 30.6%;
        left: 76.6%;
    }

}

@media screen and (max-width: 1024px) {
    .brand_body .bloc {
        position: static!important;
        height: auto!important;
    }
    .bloc > .swiper-container > .swiper-wrapper{
        display: inline!important;
    }
    .loading {
        display: none !important;
    }

    .fixed {
        display: none;
    }

    .section .warp {
        width: 100%;
        margin-left: 0;
        margin-top: 143px;
        flex-direction: column-reverse;
    }

    .bloc .swiper-slide {
        width: 100%;
        height: auto !important;
    }

    .section .warp .right .images {
        width: 90%;
        height: 577px;
        margin: auto;
        transform: none !important;
        opacity: 1 !important;
        position: relative;
    }

    .section .warp .right {
        flex-direction: column;
    }

    .section .warp .right .images img {
        /*position: static;*/
        /*display: none;*/
    }
    .section .warp .right .images .active{
        /*display: block;*/
    }

    .section .warp .text>div{
        display: none;
    }
    .section .warp .text>.active{
        display: block;
    }

    .section .warp .right .sign {
        display: none;
    }

    .section .warp .text {
        width: 90% !important;
        margin: 0 auto;
    }

    .section .warp .text > div {
        position: static !important;
    }

    .at_on {
        transform: none !important;
        opacity: 1 !important;
    }

    .section .warp .text > div {
        opacity: 1 !important;
    }

    .section .warp .text p {
        font-size: 11px;
        opacity: 1 !important;
        margin-top: 0;
    }

    .section .warp .text {
        margin: 20px auto 0;
    }

    .section .warp .text > div .each {
        margin: 20px 0 0 0;
    }

    .section2 .warp {
        width: 90%;
        flex-direction: column-reverse;
    }

    .section2 .warp .left {
        margin: 0;
    }

    .section2 .warp .left .title {
        left: 0;
    }

    .section2 .warp .images {
        width: 100%;
        height: auto;
        margin: 50px 0 0 0;
    }

    .cursor {
        display: none;
    }

    .section2 .warp .images img {
        clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%) !important;
    }

    .section2 .warp .left .title {
        margin-top: 31px;
    }

    .section2 .warp .left .title .target p {
        font-size: 12px;
        margin-bottom: 9px;
    }

    .section2 .warp .left .title span br {
        display: none;
    }

    .section2 .warp .left .title .images {
        width: 100%;
        height: auto;
        margin-top: 24px;
    }

    .section2 .warp .left .title .images video {
        transform: scale(1.42) !important;
    }

    .section2 .warp .left .text {
        margin-left: 0;
        width: 100%;
        margin-bottom: 50px;
    }

    .section2 .warp .left .text .item {
        flex-direction: column;
    }

    .section2 .warp .left .text .item p {
        width: 100%;
        font-size: 12px;
    }

    .section3 .warp {
        top: 0;
        width: 90%;
        margin: 50px auto;
    }

    .section3 .warp .title {
        left: 0 !important;
        opacity: 1 !important;
    }

    .section3 .warp .title .top p {
        font-size: 13px;
    }

    .section3 .warp .title .text {
        width: 100%;
        line-height: 30px;
    }

    .section3 .warp .title .text a {
        line-height: 30px;
    }

    .section3 .warp .title .top {
        margin-bottom: 29px;
    }

    .section3 .warp .content {
        width: 100%;
        left: 0;
        opacity: 1 !important;
        flex-direction: column;
    }

    .section3 .warp .content .item {
        width: 100% !important;
        height: auto !important;
        margin-top: 0 !important;
        margin-bottom: 20px;
    }

    .section3 .warp .content .item_1 {
        top: 0;
        margin-top: 0;
    }

    .section3 .warp .content .item .center {
        margin: 5%;
    }

    .section3 .warp .content .item .center .images {
        width: 100%;
        height: auto;
        margin-left: 0;
        opacity: 1 !important;
        margin-top: 15px;
    }

    .section3 .warp .content .item .center p {
        font-size: 12px;
        opacity: 1 !important;
    }

    .section3 .warp .content .item .center span {
        margin-bottom: 13px;
    }

    .section4 .warp {
        width: 90%;
        flex-direction: column;
        margin: 50px auto 0;
    }

    .section4 .warp .left {
        top: 0;
        margin-right: 0;
    }
    .section4 .warp .left .title{
        margin-left: 0!important;
    }
    .section4 .warp .left .title span{
        font-size: 28px;
    }
    .section4 .warp .left .title span:last-child{
        font-size: 17px!important;
    }
    .section4 .warp .left .text {
        margin-top: 33px;
        width: 100%;
        padding-top: 34px;
    }
    .section4 .warp .left .text p{
        width: 100%;
        font-size: 12px;
        line-height: 23px;
    }
    .section4 .warp .right{
        top: 0;
        flex-wrap: wrap;
        justify-content: space-between;
        margin: 30px 0 0 0;
    }
    .section4 .warp .right .item{
        width: 46%;
        margin-right: 0;
        top: 0!important;
        opacity: 1!important;
        margin-top: 0!important;
        margin-bottom: 24px;
    }
    .section4 .warp .right .item .images {
        height: auto;
    }
    .section4 .warp .right .item p{
        margin-top: 10px;
        font-size: 12px;
    }
    .section5 .warp{
        margin-left: 0;
        flex-direction: column;
    }
    .section5 .warp .background{
        width: 100%;
        height: auto;
        background: transparent;
    }
    .section5 .warp .images{
        width: 90%;
        margin: 50px auto;
        height: auto;
        top: 0 !important;
        opacity: 1 !important;
        left: 0 !important;
    }
    .section5 .warp .background .interval{
        margin: 0 auto;
        width: 90%;
        top: 0 !important;
        opacity: 1 !important;
        left: 0 !important;
    }
    .section5 .warp .background .interval span{
        font-size: 20px;
        margin-bottom: 18px;
    }
    .section5 .warp .background .interval > p{
        width: 100%;
        line-height: 22px;
    }
    .section5 .warp .background .interval .contact {
        margin-top: 33px;
    }
    .section5 .warp .background .interval .contact p{
        font-size: 12px;
        line-height: 23px;
    }
    .section5 .warp .background .interval .contact hr {
        width: 100%;
        margin-top: 12px;
        margin-bottom: 32px;
    }
    .section6 .switch{
        display: none;
    }
    .section6 .joke{
        display: none;
    }
    .section6 .mobile_title{
        display: block!important;
        width: 90%;
        margin: 50px auto 0;
    }
    .section6 .mobile_title .item{
        margin: 0 0 90px 0;
    }
    .section6 .mobile_title .item .title{
        display: flex;
        align-items: center;
        margin: 0 0 45px 0;
    }
    .section6 .mobile_title .item .title .iconfont{
        color: #000;
        font-size: 31px;
        margin: 0 14px 0 0;
    }
    .section6 .mobile_title .item .title p{
        color: #000;
        font-size: 24px;
    }
    .section6 .mobile_title .item .text .list{
        margin: 0 0 30px 0;
    }
    .section6 .mobile_title .item .text .list span{
        font-size: 20px;
        font-family: Source Han Sans CN;
        font-weight: 500;
        color: #1F1F1F;
        line-height: 32px;
        display: block;
        margin: 0 0 15px 0;
    }
    .section6 .mobile_title .item .text .list p{
        font-size: 12px;
        font-family: Source Han Sans CN;
        font-weight: 400;
        color: #212121;
        line-height: 28px;
    }
    .section6 .mobile_title .item .picture,.section6 .mobile_title .item .picture img{
        width: 100%;
    }
    .section6 {
        margin-right:0;
    }
    .bloc .section6{
        margin-left: 0;
    }
}
@media screen and (max-width: 1027px) {
    .section .warp {
        margin-top: 50px;
    }
}
@media screen and (max-width: 540px) {
    .section .warp .right .images {
        height: 330px;
    }
}