.about {
    width: 100%;
    overflow: hidden;
    background: #070707;
}

.about .wrap {
    width: 1506px;
    margin: 336px auto 123px;
}

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

.about .wrap .content {
    display: flex;
}

.about .wrap .content .figure {
    margin: 218px 0 0 144px;
}

.about .wrap .content .figure .item {
    margin: 0 0 75px 0;
}

.about .wrap .content .figure .item:nth-child(2n) {
    margin: 0 0 75px 190px;
}

.about .wrap .content .figure .item > p {
    font-size: 16px;
    font-family: Rubik;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 34px;
    opacity: 0.04;
    transition: 0.8s;
}

.about .wrap .content .figure .item .line {
    width: 280px;
    height: 1px;
    background: #FFFFFF;
    opacity: 0.04;
    margin: 21px 0 24px 0;
    transition: 0.8s;
}

.about .wrap .content .figure .item .number {
    display: flex;
    align-items: center;
}

.about .wrap .content .figure .item .number span {
    font-size: 65px;
    font-family: Rubik;
    font-weight: 400;
    color: #FFFFFF;
    opacity: 0.04;
    transition: 0.8s;
}

.about .wrap .content .figure .item .number span:nth-child(2) {
    font-size: 18px;
    margin: 24px 0 0 4px;
}

.about .wrap .content .figure .active > p {
    opacity: 0.2;
}

.about .wrap .content .figure .active .line {
    opacity: 0.11;
}

.about .wrap .content .figure .active .number span {
    opacity: 1;
}

.about .wrap .content .center_line {
    margin: 0 96px 0 137px;
}

.about .wrap .content .center_line .circle {
    width: 7px;
    height: 7px;
    background: rgba(255, 255, 255, 0.03);
    border-radius: 50%;
    transition: 0.56s;
}

.about .wrap .content .center_line .height_line {
    width: 1px;
    height: 836px;
    background: rgba(255, 255, 255, 0.03);
    margin: auto;
}

.about .wrap .content .center_line .height_line div {
    width: 100%;
    background: #035092;
}

.about .wrap .content .text {
    margin: 183px 0 0 0;
}

.about .wrap .content .text img {
    margin: 0 0 76px 0;
}

.about .wrap .content .text .text_effects {
    width: 704px;
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 300;
    color: #FFFFFF;
    line-height: 34px;
    opacity: 0.5;
}

.about .wrap .content .text .text_pick {
    transform: translateY(300px);
    opacity: 0;
    transition: 4s;
}

.about .wrap .content .text .text_pick.aos-animate {
    opacity: 1;
    transform: translateY(0);
}

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

.section .wrap {
    display: flex;
    align-items: center;
}

.section .about_swiper {
    width: 81%;
    margin: 0 140px 0 0;
}

@media screen and (max-width: 1920px) {
    .section .about_swiper {
        height: 800px;
    }
}

.section .about_swiper img {
    width: 100%;
}

.section .click_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;
    position: relative;
    transition: 0.6s;
    cursor: pointer;
}

.section .click_button .circle:last-child {
    transform: rotate(180deg);
}

.section .click_button .circle:not(:last-child) {
    margin: 0 0 24px 0;
}

.section .click_button .circle .iconfont {
    color: #FFFFFF;
    font-size: 15px;
}

/**/
.section .click_button .circle svg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 120%;
    height: 120%;
}

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

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

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

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

.section .click_button .circle .circle:hover .iconfont {
    color: #fff;
}

/**/
.section .text {
    padding: 172px 213px 212px 213px;
}

.section .text_pick {
    transform: translateY(100px);
    opacity: 0;
    transition-duration: 4s !important;
}

.section .text_pick.aos-animate {
    opacity: 1;
    transform: translateY(0);
}

.section .text img {
    margin: 0 0 75px 0;
}

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

.section2 {
    width: 100%;
    overflow: hidden;
    background: #070707;
}

.section2 .wrap {
    width: 1338px;
    height: 1338px;
    margin: auto;
    position: relative;
}

.section2 .wrap > img {
    width: 100%;
    height: 100%;
}

.section2 .wrap .circle {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    align-items: center;
    justify-content: center;
}

.section2 .wrap .circle .images {
    transition: 1s;
    position: relative;
    z-index: 1;
    width: 576px;
    height: 568px;
}

.section2 .wrap .circle .images img:nth-child(2) {
    position: relative;
    top: -20px;
}

.section2 .wrap .circle .images #main {
    width: 700px;
    height: 700px;
    transform: translate(-50%,-50%) rotate(350deg);
    position: absolute;
    top: 50%;
    left: 50%;
}

.section2 .wrap .circle .circle_background {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    animation: rotation 30s infinite linear;
}

@keyframes rotation {
    to {
        transform: translate(-50%, -50%) rotateZ(1turn);
    }
}

.section2 .wrap .circle svg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(207deg);
    width: 144%;
    height: 144%;
}

.section2 .wrap .circle svg .path-loop-bg {
    fill: none;
    stroke: transparent;
    stroke-miterlimit: 10;
    stroke-width: 0.2px;
}

.section2 .wrap .circle svg .path-loop {
    stroke-dashoffset: 95px;
    fill: none;
    stroke: #046D53;
    stroke-miterlimit: 10;
    stroke-width: 0.2px;
    transition: 0.6s;
}

.section2 .wrap .text {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: none;
}

.section2 .wrap .text .item {
    pointer-events: auto;
    position: absolute;
    cursor: pointer;
}

.section2 .wrap .text .item span {
    font-size: 80px;
    font-family: Rubik;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.04);
    position: relative;
    transition: 1s;
}

.section2 .wrap .text .item span:after {
    content: attr(data-text);
    position: absolute;
    left: 101%;
    bottom: 20px;
    font-size: 28px;
    white-space: nowrap;
}

.section2 .wrap .text .item p {
    font-size: 18px;
    font-family: Source Han Sans CN;
    font-weight: 300;
    color: rgba(255, 255, 255, 0.3);
    transition: 1s;
}

.section2 .wrap .text .item.on p {
    color: #03926E;
}

.section2 .wrap .text .item.on span {
    color: #046D53;
}


.section2 .wrap .text .item:nth-child(2).on p {
    color: #1f2b81;
}

.section2 .wrap .text .item:nth-child(2).on span {
    color: #1f2b81;
}

.section2 .wrap .text .item:nth-child(3).on p {
    color: #550f60;
}

.section2 .wrap .text .item:nth-child(3).on span {
    color: #550f60;
}

.section2 .wrap .text .item_1 {
    top: 586px;
    left: 119px;
}

.section2 .wrap .text .item_2 {
    top: 318px;
    left: 989px;
}

.section2 .wrap .text .item_3 {
    top: 1024px;
    left: 834px;
}

.section2 .wrap .introduce {
    width: 710px;
    height: 141px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 13px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.section2 .wrap .introduce img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
}

.section2 .wrap .introduce div {
    position: relative;
    z-index: 2;
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 300;
    color: #FFFFFF;
    line-height: 34px;
    text-align: center;
}

.section3 {
    width: 100%;
    background: #070707;
    overflow: hidden;
}

.section3 .wrap {
    margin: 213px auto 248px;
}

.section3 .wrap .title {
    text-align: center;
}

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

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

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

.section3 .wrap .content {
    margin: 121px auto 0;
}

.section3 .wrap .content .item {
    width: 97px;
    height: 97px;
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
}

.section3 .wrap .content .item p {
    font-size: 18px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #FFFFFF;
    text-shadow: 0px 2px 0px rgba(58, 75, 71, 0.58);
}

.section3 .wrap .content .item .border {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.section3 .wrap .content .next {
    text-align: center;
}

.section3 .wrap .content .green .next {
    margin: 34px auto 16px;
}

.section3 .wrap .content .green {
    margin: 0 0 67px 0;
}

.section3 .wrap .content .line {
    text-align: center;
}

.section3 .wrap .content .flex {
    width: 1330px;
    display: flex;
    margin: 10px auto 0;
    position: relative;
    left: 104px;
}

.section3 .wrap .content .flex .next {
    margin: 0 auto 15px;
    position: relative;
    height: 22px;
    width: 13px;
}

.section3 .wrap .content .flex .next img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: 0.7s;
}

.section3 .wrap .content .flex .next img:nth-child(1) {
    opacity: 0;
}

.section3 .wrap .content .flex .text {
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 300;
    color: #FFFFFF;
    margin: 54px auto 0;
    text-align: center;
    opacity: 0.15;
    line-height: 34px;
    transition: 0.7s;
}

.section3 .wrap .content .flex .list:not(:last-child) {
    margin: 0 51px 0 0;
}

.section3 .wrap .content .flex .list.list_line {
    text-align: center;
    /*margin: 0 0 0 224px;*/
}

.section3 .wrap .content .flex .list .color {
    width: 4px;
    height: 101px;
    background-image: linear-gradient(rgba(42, 36, 69, 0.5), rgba(23, 23, 23, 0.1));
    margin: auto;
}

.section3 .wrap .content .flex .text p {
    white-space: nowrap;
}

.section3 .wrap .content .flex .list:hover .next img:nth-child(1) {
    opacity: 1;
}

.section3 .wrap .content .flex .list:hover .text {
    opacity: 1;
}

.section4 {
    width: 100%;
    overflow: hidden;
    position: relative;
    background: #000;
}

.section4 .background {
    position: absolute;
    width: 100%;
    min-height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
}

.section4 .wrap {
    width: 1385px;
    margin: 228px auto 505px;
    position: relative;
    z-index: 1;
}

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

.section4 .wrap .title .line {
    margin: 41px 0 18px 0;
    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 .content {
    margin: 206px 0 0 0;
    display: flex;
}

.section4 .wrap .content .the_left {
    margin: 0 321px 0 0;
    position: relative;
}

.section4 .wrap .content .the_left .item {
    display: flex;
    align-items: center;
    cursor: pointer;
}

.section4 .wrap .content .the_left .item:not(:last-child) {
    margin: 0 0 63px 0;
}

.section4 .wrap .content .the_left .item img {
    margin: 0 26px 0 0;
    transform: translateX(-25px);
    opacity: 0;
    transition: 1s;
}

.section4 .wrap .content .the_left .item p {
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #FFFFFF;
    opacity: 0.5;
    transition: 0.6s;
}

.section4 .wrap .content .the_left .item.on img {
    opacity: 1;
    transform: translateX(0);
}

.section4 .wrap .content .the_left .item.on p {
    opacity: 1;
}

.section4 .wrap .content .the_left .item:hover img {
    opacity: 1;
    transform: translateX(0);
}

.section4 .wrap .content .the_left .item:hover p {
    opacity: 1;
}

.section4 .wrap .content .the_left:after {
    content: '';
    position: absolute;
    top: -126px;
    left: -424px;
    height: 920px;
    width: 920px;
    border: 1px solid #FFFFFF;
    opacity: 0.06;
    border-radius: 50%;
    pointer-events: none;
}

.section4 .wrap .content .the_right {
    width: 687px;
    position: relative;
}

.section4 .wrap .content .the_right .num {
    position: absolute;
    top: -401px;
    left: -79px;
    font-size: 742px;
    font-family: Rubik;
    font-weight: 400;
    background: linear-gradient(rgba(17, 36, 43, 0.4) 0%, rgba(17, 36, 43, 0.15) 100%);
    -webkit-background-clip: text;
    color: transparent;
    display: inline-block;
    opacity: 0.4;
}

.section4 .wrap .content .the_right .culture {
    width: 100%;
    margin: 95px 0 0 0;
    padding: 0 0 50px 0;
}

.section4 .wrap .content .the_right .culture .swiper-slide .joke {
    transform: translateY(50px);
    opacity: 0;
    transition: 1s cubic-bezier(0.9, 0.2, 0.3, 0.61);
}

.section4 .wrap .content .the_right .culture .swiper-slide-active .joke {
    transform: translateY(0);
    opacity: 1;
    transition-delay: 1s;
}

.section4 .wrap .content .the_right .culture .text span {
    font-size: 38px;
    font-family: Source Han Sans CN;
    font-weight: 300;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.15) 100%);
    -webkit-background-clip: text;
    color: transparent;
    display: inline-block;
    margin: 0 0 35px 0;
}

.section4 .wrap .content .the_right .culture .text p {
    font-size: 18px;
    font-family: Source Han Sans CN;
    font-weight: 300;
    color: #FFFFFF;
    padding: 0 0 0 20px;
    position: relative;
    line-height: 31px;
}

.section4 .wrap .content .the_right .culture .text p:after {
    content: '';
    position: absolute;
    top: 8px;
    left: 0;
    width: 5px;
    height: 5px;
    background: #FFFFFF;
    border-radius: 50%;
}

.section4 .wrap .content .the_right .culture .text:not(:last-child) {
    margin: 0 0 98px 0;
}

.section5 {
    width: 100%;
    overflow: hidden;
    background: #070707;
}

.section5 .wrap {
    width: 1450px;
    margin: 161px auto 100px;
}

.section5 .wrap .title {
    position: relative;
}

.section5 .wrap .title .text {
    text-align: center;
}

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

.section5 .wrap .title .text .line {
    margin: 38px auto 0;
    width: 36px;
    height: 1px;
    background: #fff;
    position: relative;
}

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

.section5 .wrap .title .right {
    position: absolute;
    right: -18px;
    top: 0;
    width: 355px;
    height: 115px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.section5 .wrap .title .right .item:not(:last-child) {
    margin: 0 96px 0 0;
}

.section5 .wrap .title .right .background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.section5 .wrap .title .right .item {
    position: relative;
    z-index: 1;
    text-align: center;
}

.section5 .wrap .title .right .item:not(:last-child):after {
    content: '';
    position: absolute;
    right: -52px;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 44px;
    background: #FFFFFF;
    opacity: 0.12;
}

.section5 .wrap .title .right .item span {
    font-size: 42px;
    font-family: Rubik;
    font-weight: 400;
    color: #046D53;
    position: relative;
}

.section5 .wrap .title .right .item span:after {
    content: attr(data-text);
    font-size: 16px;
}

.section5 .wrap .title .right .item p {
    font-size: 12px;
    font-family: Source Han Sans CN;
    font-weight: 300;
    color: #FFFFFF;
}

.section5 .wrap .content {
    margin: 166px 0 0 0;
}

.section5 .wrap .content .honor {
    width: 100%;
}

.section5 .wrap .content .honor .images {
    width: 100%;
    height: 241px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.section5 .wrap .content .honor .images img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.section5 .wrap .content .honor p {
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 300;
    color: #FFFFFF;
    opacity: 0.5;
    text-align: center;
    margin: 32px 0 0 0;
}

.section5 .wrap .content .other {
    margin: 154px auto 0;
}

.section5 .wrap .content .other .swiper-pagination {
    width: fit-content;
    position: static;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-family: Rubik;
    font-weight: 400;
    color: #323333;
}

.section5 .wrap .content .other .swiper-pagination .swiper-pagination-current {
    font-size: 16px;
    font-family: Rubik;
    font-weight: 400;
    color: #167AD7;
}

.section5 .wrap .content .other .swiper-pagination .swiper-pagination-total {
    font-size: 14px;
    font-family: Rubik;
    font-weight: 400;
    color: #323333;
    position: relative;
    top: 1px;
}

.section5 .wrap .content .other .swiper-pagination .line {
    margin: 3px 2px 0 4px;
}

.swiper-pagination-lock {
    display: block;
}

.section5 .wrap .content .other .flex {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 25px auto 0;
}

.section5 .wrap .content .other .flex .prev, .section5 .wrap .content .other .flex .next {
    height: 30px;
    width: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.section5 .wrap .content .other .flex .prev div {
    width: 0;
    height: 0;
    border-top: 7px solid transparent;
    border-right: 10px solid rgba(255, 255, 255, 0.3);
    border-bottom: 7px solid transparent;
    transition: 0.6s;
}

.section5 .wrap .content .other .flex .next div {
    width: 0;
    height: 0;
    border-top: 7px solid transparent;
    border-left: 10px solid rgba(255, 255, 255, 0.3);
    border-bottom: 7px solid transparent;
    transition: 0.6s;
}

.section5 .wrap .content .other .flex .prev:hover div {
    border-right: 10px solid rgba(255, 255, 255, 1);
}

.section5 .wrap .content .other .flex .next:hover div {
    border-left: 10px solid rgba(255, 255, 255, 1);
}

.section5 .wrap .content .other .flex .circle {
    width: 50px;
    height: 50px;
    border: 1px solid rgba(246, 246, 246, 0.15);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

/*.section5 .wrap .content .other .flex .circle:after{*/
/*    content: '';*/
/*    position: absolute;*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    top: 0;*/
/*    left: 0;*/
/*    border: 1px solid #fff;*/
/*    border-top: 1px solid transparent;*/
/*    border-left: 1px solid transparent;*/
/*    border-radius: 50%;*/
/*    transform: rotate(225deg);*/
/*}*/
.section5 .wrap .content .other .flex .circle div {
    width: 5px;
    height: 5px;
    background: #F6F6F6;
    border-radius: 50%;
}

/**/
.section5 .wrap .content .other .flex .circle svg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 120%;
    height: 120%;
}

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

.section5 .wrap .content .other .flex .circle svg .path-loop {
    stroke-dashoffset: 157px;
    /*stroke-dashoffset: 20px;*/
    fill: none;
    stroke: #fff;
    stroke-miterlimit: 10;
    stroke-width: 1px;
    transition: 0.6s;
}

.swiper_mask {
    width: 500%;
    height: 500%;
    position: absolute;
    top: 0;
    left: -768px;
    background: #070707;
    transform: rotate(45deg);
    z-index: 2;
    pointer-events: none;
    transition-timing-function: unset !important;
    transition-duration: 3s !important;
}

.swiper_mask.aos-animate {
    transform: rotate(45deg) translateX(25%);
}
@media screen and (max-width: 1856px) {
    .about .wrap,.section5 .wrap{
        width: 80%;
    }
    .about .wrap .content .text .text_effects{
        width: fit-content;
        font-size: 15px;
    }
    .about .wrap .content .figure .item:nth-child(2n) {
        margin: 0 0 75px 116px;
    }
    .about .wrap .content .center_line {
        margin: 0 96px;
    }
    .section .about_swiper img{
        height: 100%;
    }

}
@media screen and (max-width: 1400px) {
    .about .wrap, .section5 .wrap,.section2 .wrap{
        width: 90%;
    }
    .about .wrap .content .figure .item .line{
        width: 200px;
    }
    .about .wrap .content .figure .item .number span{
        font-size: 52px;
    }
    .about .wrap .content .figure .item {
        margin: 0 0 60px 0;
    }
    .section .about_swiper{
        height: auto;
    }
    .swiper_mask.aos-animate {
        transform: rotate(45deg) translateX(40%);
    }
    .section .about_swiper {
        width: 81%;
        margin: 0 8% 0 0;
    }
    .section .text{
        padding: 10%;
    }
    .section2 .wrap > img{
        object-fit: contain;
    }
    .section2 .wrap .text .item span{
        font-size: 60px;
    }
    .section2 .wrap .text .item span:after{
        font-size: 20px;
    }
    .section2 .wrap .text .item p{
        font-size: 16px;
    }
    .section2 .wrap .text .item_1 {
        top: 43%;
        left: 7%;
    }
    .section2 .wrap .text .item_2 {
        top: 25%;
        left: 77%;
    }
    .section2 .wrap .text .item_3 {
        top: 73%;
        left: 70%;
    }
    .section3 .wrap .content .flex{
        width: 90%;
        left: 0;
    }
    .section3 .wrap .content .flex{
        width: 90%;
        justify-content: space-between;
    }
    .section3 .wrap .content .flex .list:not(:last-child){
        margin: 0;
    }
    .section3 .wrap .content .line{
        width: 90%;
        margin: auto;
    }
    .section3 .wrap .content .line img{
        width: 100%;
    }
    .section4 .wrap{
        width: 90%;
        margin: 100px auto;
    }
    .section4 .wrap .content{
        justify-content: space-between;
    }
    .section4 .wrap .content .the_right{
        width: 58%;
    }
    .section4 .wrap .content .the_right .culture .text p{
        font-size: 15px;
    }
    .section4 .wrap .content .the_right .culture .text span{
        font-size: 30px;
    }
    .section4 .wrap .content .the_left{
        margin: 0;
    }
    .section5 .wrap .title .right{
        right: 0;
    }
    .section5 .wrap .title .right .item span{
        font-size: 30px;
    }
    .section5 .wrap .title .text span{
        font-size: 40px;
    }
    .section5 .wrap .content .honor p{
        font-size: 14px;
    }
}
/* mobile */
@media screen and (max-width: 1270px) {
    .about .wrap {
        margin: 104px auto 60px;
    }
    .about .wrap .title{
        font-size: 24px;
    }
    .about .wrap .content{
        flex-direction: column;
        margin: 50px 0 0 0;
    }
    .about .wrap .content .figure{
        margin: 0;
    }
    .about .wrap .content .figure .item{
        margin: 0 0 50px 0!important;
    }
    .about .wrap .content .figure .item > p {
        opacity: 0.2;
        font-size: 14px;
    }
    .about .wrap .content .figure .item .line {
        opacity: 0.11;
        width: 100%;
        margin: 14px 0 10px 0;
    }
    .about .wrap .content .figure .item .number span {
        opacity: 1;
        font-size: 36px;
    }
    .about .wrap .content .figure .item .number span:nth-child(2) {
        font-size: 14px;
        margin: 9px 0 0 4px;
    }
    .about .wrap .content .center_line{
        display: none;
    }
    .about .wrap .content .text {
        margin: 26px 0 0 0;
    }
    .about .wrap .content .text img {
        width: 28px;
        margin: 0 0 36px 0;
    }
    .about .wrap .content .text .text_pick{
        transform: translateY(0);
        opacity: 1;
    }
    .about .wrap .content .text .text_effects{
        font-size: 13px;
        line-height: 32px;
    }
    .swiper_mask{
        display: none;
    }
    .section .wrap{
        width: 90%;
        margin: auto;
        flex-direction: column;
    }
    .section .about_swiper {
        width: 100%;
        margin: 0;
    }
    .section .click_button {
        display: flex;
        align-items: center;
        flex-direction: row-reverse;
        margin: 25px 0 0 0;
    }
    .section .click_button .circle:not(:last-child){
        margin: 0 0 0 20px!important;
    }
    .section .text img{
        width: 28px;
        margin: 0 0 30px 0;
    }
    .section .text{
        padding: 5%;
    }
    .section .text_pick {
        transform: translateY(0);
        opacity: 1;
    }
    .section .text p{
        width: 100%;
        font-size: 13px;
        line-height: 32px;
    }
    .section2 .wrap{
        height: auto;
        margin: 25px auto;
    }
    .section2 .wrap .circle{
        width: 100%;
        position: relative;
        transform: none;
        top: 0;
        left: 0;
    }
    .section2 .wrap .circle .images{
        width: 100%;
        height: 324px;
    }
    .section2 .wrap .circle .images #main{
        width: 100%;
        height: 324px;
    }
    .section2 .wrap .circle svg{
        width: 127%;
    }
    .section2 .wrap .circle .circle_background{
        width: 104%;
    }
    .section2 .wrap .text{
        position: static;
        height: auto;
        display: flex;
        align-items: center;
        margin: 50px 0 0 0;
        flex-wrap: wrap;
    }
    .section2 .wrap .text .item{
        position: static;
        margin: 0 18% 30px 0;
    }
    .section2 .wrap .text .item:nth-child(2n) {
        margin: 0 18% 30px 0;
    }
    .section2 .wrap > img{
       display: none;
    }
    .section2 .wrap .introduce{
        position: relative;
        width: 100%;
        height: auto;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        transform: translateX(0);
        padding: 5%;
    }
    .section2 .wrap .introduce div {
        font-size: 13px;
        line-height: 31px;
    }
    .section2 .wrap .text .item span {
        font-size: 42px;
    }
    .section2 .wrap .text .item span:after {
        font-size: 16px;
        bottom: 10px;
    }
    .section2 .wrap .text .item p {
        font-size: 13px;
    }
    .section2 .wrap .text .item span {
        color: #046D53;
    }
    .section2 .wrap .text .item p {
        color: #03926E;
    }
    .section2 .wrap .text .item:nth-child(2) span {
        color: #1f2b81;
    }
    .section2 .wrap .text .item:nth-child(2) p {
        color: #1f2b81;
    }
    .section2 .wrap .text .item:nth-child(3) span {
        color: #550f60;
    }
    .section2 .wrap .text .item:nth-child(3) p {
        color: #550f60;
    }
    .section3 .wrap {
        margin: 35px auto 60px;
    }
    .section3 .wrap .title span{
        font-size: 28px;
    }
    .section3 .wrap .title .line {
        margin: 32px auto 18px;
    }
    .section3 .wrap .content {
        margin: 56px auto 0;
    }
    .section3 .wrap .content .green {
        margin: 0 0 10px 0;
    }
    .section3 .wrap .content .green .next {
        margin: 15px auto 16px;
    }
    .section3 .wrap .content .item{
        width: 80px;
        height: 80px;
    }
    .section3 .wrap .content .item p{
        font-size: 13px;
    }
    .section3 .wrap .content .flex .list .text {
        font-size: 13px;
        opacity: 1;
        margin: 24px auto 0;
    }
    .section3 .wrap .content .flex .list:not(:last-child) {
        margin: 0 31px 0 0;
    }
    .section3 .wrap .content .flex{
        overflow-x: scroll;
    }
    .section3 .wrap .content .flex > div{
        justify-content: space-between;
        width: 150%;
    }
    .section4 .wrap{
        margin: 50px auto 20px;
    }
    .section4 .wrap .title span{
        font-size: 28px;
        margin: 47px auto;
    }
    .section4 .wrap .title .line {
        margin: 31px 0 18px 0;
    }
    .section4 .wrap .content{
        margin: 50px 0 0 0;
        flex-direction: column;
    }
    .section4 .wrap .content .the_right .num{
        display: none;
    }
    .section4 .wrap .content .the_left .item:not(:last-child) {
        margin: 0 0 36px 0;
    }
    .section4 .wrap .content .the_left .item p{
        font-size: 13px;
    }
    .section4 .wrap .content .the_left .item img{
        width: 45px;
    }
    .section4 .wrap .content .the_left .item:not(:last-child) {
        margin: 0 0 25px 0;
    }
    .section4 .wrap .content .the_right .culture{
        margin: 60px 0 0 0;
    }
    .section4 .wrap .content .the_right .culture .text span {
        font-size: 32px;
        margin: 0 0 10px 0;
    }
    .section4 .wrap .content .the_right{
        width: 100%;
    }
    .section4 .wrap .content .the_right .culture .text p {
        font-size: 13px;
    }
    .section4 .wrap .content .the_right .culture .text p:after{
        top: 11px;
    }
    .section4 .wrap .content .the_right .culture .text:not(:last-child) {
        margin: 0 0 26px 0;
    }
    .section4 .wrap .content .the_right .culture .swiper-slide-active .joke {
        transform: translateY(0);
        opacity: 1;
        transition-delay: 0.2s;
    }
    .section5 .wrap {
        margin: 74px auto 50px;
    }
    .section5 .wrap .title .right{
        position: relative;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: fit-content;
        height: fit-content;
        padding: 20px 30px;
        margin: 30px auto 0;
    }
    .section5 .wrap .title .text span {
        font-size: 28px;
    }
    .section5 .wrap .title .right .item span {
        font-size: 23px;
    }
    .section5 .wrap .content {
        margin: 44px 0 0 0;
    }
    .section5 .wrap .content .honor p {
        font-size: 13px;
        line-height: 25px;
    }
    .section5 .wrap .content .other {
        margin: 38px auto 0;
    }
}
@media screen and (max-width: 540px) {

}
