.section {
    width: 100%;
    background: #060606;
}

.section {
    width: 100%;
    background: #060606;
    overflow: hidden;
}

.section .wrap {
    margin: 341px auto 100px;
}

.section .wrap .text {
    width: 1518px;
    margin: auto;
    display: flex;
    justify-content: space-between;
}

.section .wrap .text .title {
    font-size: 48px;
    font-family: Source Han Sans CN;
    font-weight: bold;
    color: #FFFFFF;
}

.section .wrap .text .pick {
    margin: 24px 0 0 0;
}

.section .wrap .text .pick span {
    font-size: 20px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #FFFFFF;
    display: block;
    margin: 0 0 56px 0;
}

.section .wrap .text .pick p {
    width: 783px;
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 300;
    color: #FFFFFF;
    line-height: 34px;
    opacity: 0.5;
}

.section .wrap .content {
    width: 100%;
    margin: 201px 0 0 0;
    position: relative;
}

.section .wrap .content .innovation {
    height: 30vw;
}

.section .wrap .content .innovation .swiper-wrapper .swiper-slide {
    width: 50vw;
    padding: 0 1.5%;
}

.section .wrap .content .innovation .swiper-wrapper .swiper-slide .photo {
    width: 100%;
    position: relative;
    padding-bottom: 62.32%;
    /*border-radius: 0.5rem;*/
    border-radius: 51px;
    overflow: hidden;
    transform-origin: 50% 0;
}

.section .wrap .content .innovation .swiper-wrapper .swiper-slide .photo .pic {
    position: absolute;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transition: transform 2s cubic-bezier(0, 0, 0, 1);
    -webkit-transition: transform 2s cubic-bezier(0, 0, 0, 1);
    -moz-transition: transform 2s cubic-bezier(0, 0, 0, 1);
    -o-transition: transform 2s cubic-bezier(0, 0, 0, 1);
    -ms-transition: transform 2s cubic-bezier(0, 0, 0, 1);
}

.section .wrap .content .innovation .swiper-wrapper .swiper-slide.swiper-slide-active .photo .pic {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
}

.section .wrap .content .in_button {
    position: absolute;
    z-index: 20;
    left: 76vw;
    top: 23vw;
    width: 30vw;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.section .wrap .content .in_button .circle {
    width: 55px;
    height: 55px;
    border: 1px solid rgba(255, 255, 255, 0.07);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    position: relative;
    transition: 0.6s;
}

.section .wrap .content .in_button .circle:first-child {
    transform: rotate(180deg);
}

.section .wrap .content .in_button .circle .iconfont {
    color: rgba(161, 161, 161, 1);
    font-size: 15px;
    transition: 0.6s;
}

.section .wrap .content .in_button .circle:not(:last-child) {
    margin: 0 28px 0 0;
}

.section .wrap .content .in_button .circle svg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 120%;
    height: 120%;
}

.section .wrap .content .in_button .circle svg .path-loop-bg {
    fill: none;
    stroke: transparent;
    stroke-miterlimit: 10;
    stroke-width: 1px;
}

.section .wrap .content .in_button .circle svg .path-loop {
    stroke-dashoffset: 157px;
    fill: none;
    stroke: #fff;
    stroke-miterlimit: 10;
    stroke-width: 1px;
    transition: 0.6s;
}

.section .wrap .content .in_button .circle:hover .path-loop {
    stroke-dashoffset: 19px;
    stroke: #ea5208;
}

.section .wrap .content .in_button .circle:hover {
    background: #ea5208;
    transition-delay: 0.7s;
}

.section .wrap .content .in_button .circle:hover .iconfont {
    color: #fff;
}

.section2 {
    width: 100%;
    height: calc(100vh + 3000px);
    background: #060606;
    overflow: hidden;
}

.section2 .wrap {
    position: relative;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.section2 .wrap .wrap_joke {
    display: flex;
    justify-content: center;
}

.section2 .wrap .broadside {
    margin: 101px 0 0 0;
}

.section2 .wrap .broadside .item {
    display: flex;
    align-items: flex-end;
}

.section2 .wrap .broadside .item:not(:last-child) {
    margin: 0 0 20px 0;
}

.section2 .wrap .broadside .item span {
    font-size: 74px;
    font-family: Rubik;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.05);
    transition: 0.6s;
    min-width: 95px;
    display: inline-block;
}

.section2 .wrap .broadside .item .text {
    margin: 0 0 0 14px;
    position: relative;
    top: -20px;
}

.section2 .wrap .broadside .item .text .line {
    width: 15px;
    height: 2px;
    background: #FFFFFF;
    margin: 0 0 8px 0;
    transform: translateX(25px);
    opacity: 0;
    transition: 0.8s;
}

.section2 .wrap .broadside .item .text p {
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #FFFFFF;
    transform: translateX(25px);
    opacity: 0;
    transition: 0.8s;
}

.section2 .wrap .broadside .item.on span {
    color: rgba(4, 109, 83, 1);
}

.section2 .wrap .broadside .item.on .text .line, .section2 .wrap .broadside .item.on .text p {
    transform: translateX(0);
    opacity: 1;
}

.section2 .wrap .content {
    width: 892px;
    height: 892px;
    border-radius: 50%;
    margin: 0 0 0 113px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.section2 .wrap .content .joke {
    width: 540px;
    height: 540px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.section2 .wrap .content .joke .n_circle {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    animation: rotation 30s infinite linear;
}

@keyframes rotation {
    to {
        transform: rotateZ(1turn);
    }
}

.section2 .wrap .content .joke .text {
    position: relative;
    z-index: 1;
    text-align: center;
}

.section2 .wrap .content .joke .text span {
    font-size: 18px;
    font-family: Source Han Sans CN;
    font-weight: bold;
    color: #FFFFFF;
}

.section2 .wrap .content .joke .text .line {
    width: 36px;
    height: 1px;
    background: #fff;
    position: relative;
    margin: 45px auto 0;
}

.section2 .wrap .content .joke .text .line:after {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 24px;
    height: 1px;
    background: #1c1c1d;
}

.section2 .wrap .content .svg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.section2 .wrap .content .svg svg {
    width: 100%;
    height: 100%;
    /*fill: #046D53;*/
    position: absolute;
    top: 0;
    left: 0;
    transform: rotateY(180deg) rotateZ(90deg);
}

.section2 .wrap .content .svg svg .green {

}

.section3 {
    width: 100%;
    height: 676px;
    background: #035092;
    position: relative;
    overflow: hidden;
}

.section3 .background {
    position: absolute;
    top: -238px;
    left: -14%;
    width: 133%;
    height: 624px;
}

.section3 .wrap {
    width: 1514px;
    margin: 165px auto 100px;
    position: relative;
    z-index: 1;
}

.section3 .wrap .title {
    font-size: 48px;
    font-family: Source Han Sans CN;
    font-weight: bold;
    color: #FFFFFF;
}

.section3 .wrap .content {
    margin: 9px 0 0 0;
    position: relative;
}

.section3 .wrap .content .line {
    position: absolute;
    width: 3000px;
    height: 3067px;
    border: 1px solid #185f9b;
    border-radius: 35%;
    top: -2659px;
    left: -2138px;
}

.section3 .wrap .content .line_2 {
    position: absolute;
    width: 5000px;
    height: 5000px;
    border: 1px solid #185f9b;
    border-radius: 44%;
    top: -4673px;
    left: -2965px;
}

.section3 .wrap .content .line_3 {
    position: absolute;
    width: 5000px;
    height: 5000px;
    border: 1px solid #185f9b;
    border-radius: 44%;
    top: -4329px;
    left: -2558px;
}

.section3 .wrap .content .item {
    display: flex;
    align-items: center;
    position: absolute;
}

.section3 .wrap .content .item .circle {
    width: 5px;
    height: 5px;
    background: #FFFFFF;
    border-radius: 50%;
    position: relative;
    margin: 0 39px 0 0;
}

.section3 .wrap .content .item .circle:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 200%;
    height: 200%;
    border: 1px solid #FFFFFF;
    opacity: 0.5;
    border-radius: 50%;
    animation: 1s scale linear infinite;
    animation-delay: 600ms;
    z-index: 0;
}

.section3 .wrap .content .item .circle:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 200%;
    height: 200%;
    opacity: 0.5;
    border: 1px solid #FFFFFF;
    border-radius: 50%;
    animation: 1s scale linear infinite;
    animation-delay: 200ms;
    z-index: 0;
}

@keyframes scale {
    100% {
        transform: translate(-50%, -50%) scale(3);
        opacity: 0;
    }
}

.section3 .wrap .content .item .text p {
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #FFFFFF;
    margin: 0 0 5px 0;
}

.section3 .wrap .content .item .text .num span {
    font-size: 34px;
    font-family: Rubik;
    font-weight: 400;
    color: #FFFFFF;
    position: relative;
}

.section3 .wrap .content .item .text .num span:after {
    content: attr(data-text);
    position: absolute;
    right: -32px;
    bottom: 7px;
    font-size: 14px;

    
}

.section3 .wrap .content .item_0 {
    top: 234px;
    left: 21.4%;
}

.section3 .wrap .content .item_1 {
    top: 169px;
    left: 36.4%;
}

.section3 .wrap .content .item_2 {
    top: 80px;
    left: 51.4%;
}

.section3 .wrap .content .item_2 .text {
    position: relative;
    top: 36px;
}

.section3 .wrap .content .item_3 {
    top: -18px;
    left: 63.4%;
}

.section3 .wrap .content .item_3 .text {
    position: relative;
    top: 36px;
}

.section3 .wrap .content .item_4 {
     top: 277px;
    left: 6.4%;
}

.section3 .wrap .content .item_4 .text {
    position: relative;
    top: 36px;
}

.section3 .wrap .content .item_5 {
       top: -112px;
    left: 72.4%;
}
.section3 .wrap .content .item_5 .text {
    position: relative;
    top: 36px;
}
.section3 .wrap .content .item_6 {
    top: -198px;
    left: 80.4%;
}
.section3 .wrap .content .item_6 .text {
    position: relative;
    top: 36px;
}
.section4 {
    width: 100%;
    overflow: hidden;
    background: #060606;
}

.section4 .wrap {
    width: 1365px;
    margin: 165px auto 100px;
}

.section4 .wrap .title {
    text-align: center;
    margin: 0 0 90px 0;
}

.section4 .wrap .title span {
    font-size: 48px;
    font-family: Source Han Sans CN;
    font-weight: bold;
    color: #FFFFFF;
}

.section4 .wrap .title .line {
    margin: 41px auto 18px;
    width: 36px;
    height: 1px;
    background: #fff;
    position: relative;
}

.section4 .wrap .title .line:after {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 24px;
    height: 1px;
    background: #1c1c1d;
}

.section4 .wrap .core {
    width: 100%;
}

.section4 .wrap .core img {
    width: 100%;
}

@media screen and (max-width: 1856px) {
    .section .wrap .text .common_bar {
        width: 50%;
    }

    .section .wrap .text .pick {
        width: 100%;
    }

    .section .wrap .text .pick p {
        font-size: 14px;
        width: fit-content;
    }

    .section .wrap .text {
        width: 85%;
    }
}

@media screen and (max-width: 1675px) {
    .section3 .wrap {
        transform: scale(0.9);
    }

    .section2 .wrap .content {
        width: 700px;
        height: 700px;
    }

    .section2 .wrap .broadside .item span {
        font-size: 65px;
    }
}

@media screen and (max-width: 1600px) {
    .section4 .wrap {
        width: 85%;
    }
}


/* mobile */
@media screen and (max-width: 1270px) {
    .section .wrap .text .title{
        font-size: 26px;
    }
    .section .wrap .text{
        width: 100%;
        flex-direction: column;
    }
    .section .wrap {
        margin: 120px auto 7px;
        width: 90%;
    }
    .section .wrap .text .common_bar{
        width: 100%;
        opacity: 1;
        transform: translateY(0);
    }
    .section .wrap .text .pick span {
        font-size: 16px;
        line-height: 25px;
        margin: 0 0 42px 0;
    }
    .section .wrap .text .pick {
        width: 100%;
    }
    .section .wrap .text .pick p {
        font-size: 13px;
        line-height: 30px;
    }
    .section .wrap .content .innovation{
        height: auto;
    }
    .section .wrap .content .innovation .swiper-wrapper .swiper-slide .photo{
        border-radius: 0;
    }
    .section .wrap .content{
        margin: 35px 0 0 0;
    }
    .section2 .wrap .content .svg svg g{
        fill: rgb(4, 109, 83) !important;
    }
    .section2 .wrap .content{
        width: 100%;
        height: auto;
        margin: 0;
    }
    .section2 .wrap .wrap_joke{
        flex-direction: column-reverse;
        align-items: unset;
    }
    .section2 .wrap,.section2{
        height: auto;
    }
    .section2 .wrap{
        width: 90%;
        margin: 0 auto 25px;
        transform: none!important;
        display: block;
    }
    .section2 .wrap .broadside .item span {
        color: rgba(4, 109, 83, 1);
    }
    .section2 .wrap .broadside .item .text .line, .section2 .wrap .broadside .item .text p {
        transform: translateX(0);
        opacity: 1;
    }
    .section2 .wrap .broadside .item span {
        font-size: 40px;
    }
    .section2 .wrap .broadside .item .text {
        top: -5px;
    }
    .section2 .wrap .broadside .item span{
        min-width: fit-content;
    }
    .section2 .wrap .broadside .item .text p{
        font-size: 12px;
    }
    .section2 .wrap .broadside {
        margin: 32px 0 0 0;
        display: grid;
        grid-template-columns: repeat(2,1fr);
    }
    .section2 .wrap .content{
        margin: 25px 0 0 0;
    }
    .section2 .wrap .content .joke .text span{
        font-size: 24px;
    }
    .section2 .wrap .content .joke .text .line{
        margin: 20px auto 0;
    }
    .section2 .wrap .content .joke{
        width: 100%;
        height: 324px;
    }
    .section2 .wrap .content .svg{
        width: 80%;
        height: 80%;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
    }
    .section2 .wrap .broadside .item{
        flex-direction: column;
        align-items: center;
    }
    .section2 .wrap .broadside .item .text .line{
        margin: 0 auto 8px;
    }
    .section2 .wrap .broadside .item .text{
        top: 0;
        margin: 7px 0 0 0;
    }
    .section3 .wrap .content .line_3,.section3 .wrap .content .line,.section3 .wrap .content .line_2{
        pointer-events: none;
    }
    .section3 .wrap{
        transform: scale(1);
        width: 90%;
        margin: 50px auto;
    }
    .section3 .wrap .title{
        font-size: 28px;
    }
    .section3 .wrap .content .item{
        position: static;
        align-items: unset;
        margin: 0 0 25px 0;
    }
    .section3 .wrap .content .item .text{
        top: 0!important;
        left: 0!important;
        right: 0!important;
        bottom: 0!important;
    }
    .section3 .wrap .content .item .circle{
        margin: 9px 39px 0 0;
        display: none;
    }
    .section3 .wrap .content .item .text p{
        font-size: 14px;
    }
    .section3 .wrap .content .item .text .num span{
        font-size: 27px;
    }
    .section3 .wrap .content{
        margin: 60px 0 0 0;
    }
    .section3{
        height: auto;
    }
    .mobile_item{
        display: grid;
        grid-template-columns: repeat(2,1fr);
    }
    .section4 .wrap .title span{
        font-size: 28px;
    }
    .section4 .wrap{
        width: 90%;
        margin: 49px auto;
    }
    .section4 .wrap .title .line{
        margin: 27px auto 18px;
    }
    .section4 .wrap .title {
        margin: 0 0 46px 0;
    }
}

@media screen and (max-width: 540px) {

}
