.mb_link {
    position: absolute;
    top: 130px;
    left: 50%;
    transform: translateX(-50%);
    margin: 0;
    display: none;
}
.mb_link a {
    color: #FFFFFF;
}
.sec2 .mb_link {
    display: flex;
}
.section {
    position: relative;
}
.section .bg {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.section .bg img {
    display: block;
    width: 100%;
    height: 100%;
}
.section .text1 {
    position: absolute;
    top: 50%;
    left: 6.25%;
    transform: translateY(-50%);
}
.section .text2 {
    width: 645px;
    position: absolute;
    top: 50%;
    left: 6.25%;
    transform: translateY(-50%);
}
.section .text1 h1 {
    font-size: 60px;
    font-family: PingFang SC l;
    font-weight: 300;
    color: #FFFFFF;
}
.section .text1 p {
    font-size: 30px;
    font-family: PingFang SC l;
    font-weight: 300;
    line-height: 32px;
    color: #FFFFFF;
}
.section:nth-child(2n-1) .text2 {
    right: 7.8%;
    left: unset;
}
.section .text2 h1 {
    font-size: 40px;
    font-family: PingFang SC l;
    font-weight: 300;
    line-height: 40px;
    color: #FFFFFF;
    margin-bottom: 14px;
}
.section .text2 h3 {
    font-size: 18px;
    font-family: PingFang SC l;
    font-weight: 300;
    line-height: 36px;
    color: #FFFFFF;
    opacity: 0.7;
    margin-bottom: 100px;
}
.section .text2 p {
    font-size: 16px;
    font-family: PingFang SC l;
    font-weight: 300;
    line-height: 40px;
    color: #FFFFFF;
}
.sec6 .joke {
    width: 80%;
    margin: auto;
}
.sec6 .joke .title h1 {
    font-family: PingFang SC l;
    font-weight: 300;
    line-height: 40px;
    color: #FFFFFF;
    text-align: center;
    margin-bottom: 20px;
}
.sec6 .joke .title p {
    font-size: 16px;
    font-family: PingFang SC l;
    font-weight: 300;
    line-height: 16px;
    color: #FFFFFF;
    text-align: center;
}
.sec6 .joke .list {
    display: flex;
    justify-content: space-between;
    margin: 157px 0 0;
}
.sec6 .joke .list .item{
    width: 30%;
}
.sec6 .fp-tableCell {
    display: flex;
    align-items: center;

}
.sec6 .joke .list .item .circle {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 90px;
    height: 90px;
    border: 1px solid #707070;
    border-radius: 50%;
    opacity: 1;
    margin: 0 auto 81px;
}
.sec6 .joke .list .item .circle img {
    display: block;
    transition: 1s;
}
.sec6 .joke .list .item h5 {
    font-size: 20px;
    font-family: PingFang SC r;
    font-weight: 400;
    line-height: 30px;
    color: #FFFFFF;
    text-align: center;
    margin-bottom: 41px;
    transition: 0.6s;
}
.sec6 .joke .list .item p {
    font-size: 16px;
    font-family: PingFang SC l;
    font-weight: 300;
    line-height: 30px;
    color: #FFFFFF;
    text-align: center;
    transition: 0.6s;
}
.sec6 .joke .more {
    margin: 55px auto 0;
}
.sec6 .joke .list .item:hover h5,.sec6 .joke .list .item:hover p {
    transform: translateY(-30px);
}
.sec6 .joke .list .item:hover .circle img {
    transform: rotateY(180deg);
}

.sec5 {
    position: relative;
}
.sec5 .joke {
    position: absolute;
    top: 120px;
    left: 6.25vw;
    width: 130vw;
}
@media screen and (min-width: 2200px){
    .sec5 .joke {
        top: 50%;
        transform: translateY(-50%);
    }
    .sec5 .main {
        width: 90vw;
    }
}
.sec5 .joke .title h1 {
    font-size: 40px;
    font-family: PingFang SC l;
    font-weight: 300;
    line-height: 40px;
    color: #333333;
    margin-bottom: 15px;
}
.sec5 .joke .title p {
    font-size: 16px;
    font-family: PingFang SC l;
    font-weight: 300;
    line-height: 16px;
    color: #333333;
}
.sec5 .joke .swiper {
    width: 100%;
    margin-top: 61px;
}
.sec5 .joke .swiper .swiper-slide {
    width: 820px;

}

.sec5 .joke .swiper .swiper-slide .pt{
    transition: 1s;
    transform: scale(0.7);
    transform-origin: bottom left;
}
.sec5 .joke .swiper .swiper-slide-active .pt{
    transform: scale(1);
    transform-origin: bottom left;
}
.sec5 .joke .swiper  .swiper_next .pt{
    transform: scale(0.9);
    transform-origin: bottom left;
    position: relative;
    left: 30px;
}
.sec5 .joke .swiper  .swiper_next_next .pt{
    transform: scale(0.8);
    transform-origin: bottom left;
}
.sec5 .joke .swiper  .swiper_next_next_next .pt{
    transform: scale(0.7);
    transform-origin: bottom left;
}
.sec5 .joke .swiper .swiper-slide .pt p {
    font-size: 16px;
    font-family: PingFang SC l;
    font-weight: 300;
    line-height: 16px;
    color: #333333;
    margin-top: 32px;
}
.sec5 .joke .swiper {
    margin-bottom: 43px;
}
.sec5 .main .page {
    display: flex;
    align-items: center;
    position: relative;
    z-index: 100;
}
.sec5 .main {
    width: 87.5vw;
    position: relative;
    border-bottom: 1px solid rgba(112, 112, 112, 0.15);
    padding-bottom: 29px;
}
.sec5 .main .page div {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 50%;
    margin-left: 12px;
    transition: 1s;
    color: #000;
    cursor: pointer;
}
.sec5 .main .page div:nth-child(1) {
    transform: rotate(180deg);
}
.sec5 .main .page div:hover {
    border: 1px solid transparent;
    background: #005CA9;
    color: #fff;
}
.sec5 .main .swiper-pagination {
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
}
.sec5 {

    background: #F6F6F6;
}
.sec5 .main .swiper-pagination .swiper-pagination-current {
    font-size: 36px;
    font-family: PingFang SC r;
    font-weight: 300;
    color: rgba(0, 91, 168, 1);
    display: block;
    line-height: 28px;
}
.sec5 .main .swiper-pagination .swiper-pagination-total {
    font-size: 16px;
    font-family: PingFang SC l;
    font-weight: 300;
    line-height: 16px;
    color: rgba(51,51,51,0.6);
    height: fit-content;
    display: block;
}
.sec5 .main .swiper-pagination .line {
    font-size: 16px;
    font-family: PingFang SC l;
    font-weight: 300;
    line-height: 16px;
    color: rgba(51,51,51,0.6);
    height: fit-content;
    margin: 0 5px;
}
.section {
    position: relative;
}
.header.hide {
    transform: unset;
}
.mouse {
    position: absolute;
    left: 50px;
    bottom: 51px;
}
.mouse .iconfont {
    font-size: 20px;
    color: #fff;
    margin-bottom: 21px;
}
.mouse .line {
    width: 1px;
    height: 112px;
    margin: auto;
    position: relative;
    background: rgba(112, 112, 112, 0.37);
    overflow: hidden;
}
.mouse .line:after {
    content: "";
    width: 1px;
    height: 39px;
    background: #FFFFFF;
    opacity: 0.38;
    position: absolute;
    top: 0;
    left: 0;
    animation: myMove 3s infinite;
}
@keyframes myMove {
    0% {
        top: 0;
    }

    to {
        top: 100%;
    }
}
.sec5 .mouse .iconfont {
    color: #005CA9;
}
.sec5 .mouse .line {
    background: rgba(0, 92, 169, 0.37);
}
.sec5 .mouse .line:after {
    background: #005CA9;
    opacity: 0.84;
}
.sec7 .joke {
    width: 1680px;
    margin: 0 auto;
    padding: 184px 0 0;
    position: relative;
}
.sec7 .joke .title h1 {
    font-size: 40px;
    font-family: PingFang SC r;
    font-weight: 400;
    line-height: 40px;
    color: #333333;
    margin-bottom: 14px;
}
.sec7 .joke .title p {
    font-size: 18px;
    font-family: PingFang SC l;
    font-weight: 300;
    line-height: 36px;
    color: #333333;
    opacity: 0.7;
}
.sec7 .joke .map {
    position: absolute;
    top: 34px;
    left: 25px;
    width: 1744px;
}
.sec7 .joke svg {
    position: absolute;
    top: 224px;
    left: 96px;
    width: 1229px;
}
.sec7 .joke .map img {
    display: block;
    width: 100%;
}
.sec7 .joke .map .point {
    width: fit-content;
    position: absolute;
    z-index: 10;
}
.sec7 .joke .map .point .circle {
    width: 7px;
    height: 7px;
    background: #E83D3D;
    border-radius: 50%;
    opacity: 1;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}
.sec7 .joke .map .point p {
    font-size: 14px;
    font-family: PingFang SC l;
    font-weight: 300;
    line-height: 27px;
    color: #333333;
    position: absolute;
    white-space: nowrap;
    top: 8px;
    left: 50%;
    transform: translateX(-50%);
}
.sec7 .joke .map .point:nth-child(1) {
    top: 278px;
    left: 92px;
}
.sec7 .joke .map .point:nth-child(2) {
    top: 285px;
    left: 149px;
}
.sec7 .joke .map .point:nth-child(3) {
    top: 315px;
    left: 193px;
}
.sec7 .joke .map .point:nth-child(4) {
    top: 293px;
    left: 200px;
}
.sec7 .joke .map .point:nth-child(5) {
    top: 489px;
    left: 241px;
}
.sec7 .joke .map .point:nth-child(6) {
    top: 223px;
    left: 315px;
}
.sec7 .joke .map .point:nth-child(7) {
    top: 453px;
    left: 468px;
}
.sec7 .joke .map .point:nth-child(8) {
    top: 468px;
    left: 575px;
}
.sec7 .joke .map .point:nth-child(8) .circle, .sec7 .joke .map .point:nth-child(11) .circle {
    width: 18px;
    height: 18px;
    background: #E83D3D;
    border-radius: 50%;
    opacity: 1;

}
.sec7 .joke .map .point:nth-child(8) .circle img, .sec7 .joke .map .point:nth-child(11) .circle img{
    display: block;
    width: 10px;
}
.sec7 .joke .map .point:nth-child(8) p,.sec7 .joke .map .point:nth-child(11) p {
    top: 20px;
    font-weight: 700;
    font-family: PingFang SC r;
}
.sec7 .joke {
    margin-bottom: 20px;
}
.sec7 .joke .map .point:nth-child(9) {
    top: 479px;
    left: 615px;
}
.sec7 .joke .map .point:nth-child(9) p,.sec7 .joke .map .point:nth-child(10) p,.sec7 .joke .map .point:nth-child(13) p {
    top: 50%;
    left: 9px;
    transform: translateY(-50%);
}
.sec7 .joke .map .point:nth-child(10) {
    top: 447px;
    left: 625px;
}
.sec7 .joke .map .point:nth-child(11) {
    top: 395px;
    left: 620px;
}
.sec7 .joke .map .point:nth-child(12) {
    top: 376px;
    left: 663px;
}
.sec7 .joke .map .point:nth-child(12) p {
    top: -25px;
}
.sec7 .joke .map .point:nth-child(13) {
    top: 394px;
    left: 673px;
}
.sec7 .joke .map .point:nth-child(14) {
    top: 438px;
    left: 677px;
}
.sec7 .joke .map .point:nth-child(15) {
    top: 404px;
    left: 665px;
}
.sec7 .joke .map .point:nth-child(15) .circle {
    width: 24px;
    height: 24px;

}
.sec7 .joke .map .point:nth-child(15) .circle img {
    width: 14px;
}
.sec7 .joke .map .point:nth-child(15) p {
    font-size: 16px;
    font-family: PingFang SC r;
    font-weight: 700;
    line-height: 27px;
    color: #333333;
    top: 50%;
    left: 36px;
    transform: translateY(-50%);
}
.sec7 .joke .map .point:nth-child(16) {
    top: 440px;
    right: 417px;
}
.sec7 .joke .map .point:nth-child(17) {
    top: 348px;
    right: 424px;
}
.sec7 .joke .map .point:after {
    content: "";
    width: 100%;
    height: 100%;
    background: #E83D3D;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    opacity: 0.4;
    animation: 3s scale linear infinite;
}
.sec7 .fp-tableCell {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.sec7 .joke .map .point:before {
    content: "";
    width: 100%;
    height: 100%;
    background: #E83D3D;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    opacity: 0.4;
    animation: 3s scale linear infinite;
    animation-delay: 1.5s;
}
@keyframes scale {
    100% {
        transform: translate(-50%,-50%) scale(2);
        opacity: 0;
    }
}
.sec7 .joke .text {
    margin-top: 289px;
    position: relative;
    z-index: 20;
}
.sec7 .joke .text>p {
    font-size: 16px;
    font-family: PingFang SC l;
    font-weight: 300;
    line-height: 30px;
    color: #333333;
}
.sec7 .joke .text h3 {
    font-size: 24px;
    font-family: PingFang SC b;
    font-weight: bold;
    line-height: 30px;
    color: #005BA8;
    margin: 30px 0 20px;
}
.sec7 .joke .text .itemList {
    /* width: 1200px; */
    /* width: 62.5vw; */
    width: 100%;
    display: flex;
    align-items: center;
}
.sec7 .joke .text .itemList .item .img {
    display: block;
    overflow: hidden;
    margin-bottom: 10px;
}
.sec7 .joke .text .itemList .item .img img {
    display: block;
    transition: 3s;
    width: 100%;
}
/* .sec7 .joke .text .itemList .item {
    margin-right: 40px;
} */
.sec7 .joke .text .itemList .item p {
    font-size: 16px;
    font-family: PingFang SC l;
    font-weight: 300;
    line-height: 36px;
    color: #333333;
    text-align: center;
    transition: 1s;
}
.sec7 .joke .text .itemList .item:hover p {
    color: #005BA8;
}
.sec7 .joke .text .itemList .item:hover .img img {
    transform: scale(1.2);
}
/* .sec7 .swiper { */
.sec7 .logo_swiper{
    width: 100%;
    height: 120px;
    border-top: 1px solid #EBEBEB;
}
.sec7 .logo_swiper .swiper-wrapper {
    transition-timing-function: linear!important;
}
.sec7 .logo_swiper .swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.sec7 .logo_swiper .swiper-slide img {
    transition: 1s;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    transition: 0.6s;
}
.sec7 .logo_swiper .swiper-slide img:nth-child(1) {
    opacity: 0;
}
.sec7 .logo_swiper .swiper-slide:hover img:nth-child(1) {
    opacity: 1;
}
.sec7 .logo_swiper .swiper-slide:hover img:nth-child(2) {
    opacity: 0;
}

.sec7 .joke .text{
    /* margin-top: 20.83333333vw; */
    margin-top: 28vh;
}
@media screen and (max-width: 2560px){

}


@media screen and (max-width: 2048px){

}

@media screen and (max-width: 1856px){
	.section .text1 h1 {
        font-size: 52px;
    }
    .section .text1 p {
        font-size: 26px;
    }
    .section .text2 h1 {
        font-size: 32px;
    }
    .sec5 .joke .title h1 {
        font-size: 36px;
    }
    .sec5 .main .swiper-pagination .swiper-pagination-current {
        font-size: 32px;
    }
    .sec7 .joke .title h1 {
        font-size: 36px;
    }
    .sec7 .joke .text h3 {
        font-size: 20px;
    }
    .sec6 .joke .list .item .circle{
        margin-bottom: 60px;
    }
    .sec6 .joke .list .item:hover h5, .sec6 .joke .list .item:hover p {
        transform: translateY(-20px);
    }

    /* .sec7 .joke .map{
        width: 90.8333333333vw;
    }
    .sec7 .joke .map .point:nth-child(1){
        top: 14.47916666666vw;
        left: 4.791666666vw;
    }
    .sec7 .joke .map .point:nth-child(2){
        top: 14.84375vw;
        left: 7.7604166666vw;
    }
    .sec7 .joke .map .point:nth-child(3){
        top: 16.40625vw;
        left: 10.0520833333vw;
    }
    .sec7 .joke .map .point:nth-child(4){
        top: 15.26041666vw;
        left: 10.416666666666vw;
    }
    .sec7 .joke .map .point:nth-child(5){
        top: 25.46875vw;
        left: 12.5520833333vw;
    }
    .sec7 .joke .map .point:nth-child(6){
        top: 11.61458333333vw;
        left: 16.40625vw;
    }
    .sec7 .joke .map .point:nth-child(7){
        top: 23.59375vw;
        left: 24.375vw;
    }
    .sec7 .joke .map .point:nth-child(8){
        top: 24.375vw;
        left: 29.947916666666vw;
    }
    .sec7 .joke .map .point:nth-child(9){
        top: 24.9479166666vw;
        left: 32.03125vw;
    }
    .sec7 .joke .map .point:nth-child(10){
        top: 23.28125vw;
        left:32.552083333vw;
    }
    .sec7 .joke .map .point:nth-child(11){
        top: 20.5729166666vw;
        left: 32.291666666vw;
    }
    .sec7 .joke .map .point:nth-child(12){
        top: 19.583333333vw;
        left: 34.53125vw;
    }
    .sec7 .joke .map .point:nth-child(13){
        top: 20.520833333vw;
        left: 35.0520833333vw;
    }
    .sec7 .joke .map .point:nth-child(14){
        top: 22.8125vw;
        left: 35.260416666666vw;
    }
    .sec7 .joke .map .point:nth-child(15){
        top:21.041666666vw;
        left: 34.635416666vw;
    }
    .sec7 .joke .map .point:nth-child(16){
        top:22.9166666vw;
        right: 21.71875vw;
    }
    .sec7 .joke .map .point:nth-child(17){
        top: 18.125vw;
        right: 22.0833333333vw;
    }
    .sec7 .joke svg{
        width: 64.01041666vw;
        top: 11.66666666vw;
        left: 5vw;
    }
    .sec7 .joke .map .point:nth-child(15) .circle{
        width: 1.25vw;
        height: 1.25vw;
    }
    .sec7 .joke .map .point:nth-child(8) .circle, .sec7 .joke .map .point:nth-child(11) .circle{
        width: 0.9375vw;
        height: 0.9375vw;
    }
    .sec7 .joke .map .point:nth-child(15) .circle img {
        width:0.7291666vw;
    }
    .sec7 .joke .map .point:nth-child(8) .circle img, .sec7 .joke .map .point:nth-child(11) .circle img{
        width: 0.52083333vw;
    }
    .sec5 .joke{
        width: 98.9583333333vw;
    }
    .sec7 .joke .map .point p{
        font-size: 0.729166666vw;
    } */
    .sec5 .joke .swiper {
        margin-bottom: 40px;
    }
    .sec7 .joke .map{
        transform: scale(0.9);
    }
}

@media screen and (max-width: 1792px){
    .sec7 .joke{
        width: 90%;
        padding-top: 150px;
    }
}

@media screen and (max-width: 1680px){
	.section .text1 h1 {
        font-size: 44px;
    }
    .section .text1 p {
        font-size: 24px;
    }
    .sec5 .joke .title h1 {
        font-size: 32px;
    }
    .sec5 .joke .swiper {
        margin-top: 35px;
    }
    .section .text2 h1 {
        font-size: 28px;
    }
    .section .text1 h1 {
        font-size: 40px;
    }
    .sec5 .main {
        width: 87.5vw;
    }
    .sec7 .joke .map {
        transform: scale(0.8);
        transform-origin: left top;
    }
}

@media screen and (max-width: 1600px){

}

@media screen and (max-width: 1440px){
	.section .text2 h3{
        margin-bottom: 60px;
    }
    .sec6 .joke .list{
        margin-top: 120px;
    }
    .sec6 .joke .list .item p {
        font-size: 14px;
    }
    .sec6 .joke .list .item .circle {
        margin-bottom: 30px;
    }
    .sec7 .joke {
        padding-top: 100px;
    }
    .sec7 .joke .text>p {
        font-size: 14px;
    }
    /* .sec7 .joke .text {
        margin-top: 250px;
    } */
    .sec7 .joke .text .itemList .item .img {
        margin-bottom: 0;
    }
    .sec7 .joke .text h3 {
        margin-top: 20px;
    }
    .sec7 .joke .map {
        top: 10px;
    }
    /* .sec7 .joke .text{
        margin-top: 220px;
    } */
    .sec7 .joke .title h1 {
        font-size: 32px;
    }
    .sec7 .joke .map {
        transform: scale(0.7);
    }
}

@media screen and (max-width: 1400px){
    .sec5 .joke {
        top: 90px;
        width: 110vw;
    }
    .sec5 .main {
        padding-bottom: 10px;
    }
    .sec5 .joke .title h1 {
        font-size: 28px;
    }
    .sec7 .joke .text .itemList {
        width: 70%;
    }
}

@media screen and (max-width: 1366px){

}






@media screen and (max-width: 820px){
    /* .sec1,
    .sec1 .fp-tableCell{
        height: 60vh !important;
    } */

    .mouse{
        display: none;
    }
    .section .text1{
        top: auto;
        bottom: 10%;
        left: 30px;
    }
    .section .text2{
        position: static;
    }
    .sec2,
    .sec2 .fp-tableCell,
    .sec3,
    .sec3 .fp-tableCell,
    .sec4,
    .sec4 .fp-tableCell,
    .sec5,
    .sec5 .fp-tableCell,
    .sec6,
    .sec6 .fp-tableCell,
    .sec7,
    .sec7 .fp-tableCell{
        height:auto !important;
    }
    .section:nth-child(2n) .text2{
        left: 0;
    }
    .section .text2{
        width: 100%;
        transform: none;
        left: 0;
        padding:60px 30px;
    }
    .section .text2 p {
        line-height: 32px;
    }
    .section .text2 h3 {
        margin-bottom: 30px;
    }
    .section .bg {
        filter: brightness(0.7);
    }
    .more {
        margin-top: 50px;
        margin-left: auto;
        margin-right: 0;
        width: 160px;
    }
    .sec5 .joke{
        width: 100%;
        position: static;
        transform: none;
        padding: 60px 30px 90px;
    }
    .section .text1 p {
        font-size: 20px;
    }
    .section .text1 h1 {
        font-size: 38px;
    }
    .sec5 .joke .swiper .swiper_next_next .pt,
    .sec5 .joke .swiper .swiper_next .pt,
    .sec5 .joke .swiper .swiper-slide .pt{
        transform: scale(1);
        left: 0;
    }
    .sec5 .main{
        width: 100%;
        padding-bottom: 10px;
    }

    .sec5 .joke .swiper {
        margin-bottom: 10px;
    }
    .sec5 .main .swiper-pagination{
        position: static;
    }
    .sec5 .main .page{
        position: absolute;
        right:0 ;
        bottom: -50px;
    }
    .sec5 .joke .swiper .swiper-slide .pt p {
        margin-top: 15px;
    }
    .sec6 .joke{
        padding: 60px 30px;
        width: 100%;
    }
    .sec6 .joke .list {
        margin-top: 50px;
        flex-wrap: wrap;
    }
    .sec6 .joke .list .item{
        width: 48%;
        margin-bottom: 30px;
    }
    .sec6 .joke .list .item h5 {
        margin-bottom: 20px;
    }
    .sec6 .joke .list .item:hover h5, .sec6 .joke .list .item:hover p {
        transform: none;
    }
    .sec5 .joke .swiper .swiper-slide .pt p {
        font-size: 14px;
    }
    .sec7 .joke .map{
        position: relative;
        left: 0;
    }
    .sec7 .joke .text{
        margin-top: 320px;
    }
    .sec7 .joke{
        width: 100%;
        padding: 60px 30px 0;
    }
    .sec7 .joke .text>p{
        line-height: 24px;
    }
    .sec7 .joke .text .itemList{
        width: 100%;
        flex-wrap: wrap;
    }
    .sec7 .joke .text .itemList .item{
        margin-right: 0;
        /* width: 32%; */
    }
    .sec7 .joke .text .itemList .item:nth-child(3n-1){
        margin: 0 2%;
    }
    .sec7 .joke .text .itemList .item .img img{
        width: 100%;
    }
    /* .sec7 .joke .map {
        top: 0;
    } */
    .sec7 .joke .map {
        position: absolute;
        top: 120px;
        left: 20px;
        transform: scale(0.45);
    }
}


@media screen and (max-width: 768px){
    .sec7 .joke .map {

        transform: scale(0.4);
    }
}


@media screen and (max-width: 540px){
    .sec2{
        margin-top: 90px;
    }
    .section .text2{
        padding: 20px 20px 40px!important;
    }
    .sec2 .bg,.sec3 .bg,.sec4 .bg {
        position: unset;
        width: 90%;
        margin: auto;
        height: unset;
    }
    .section .text2 h1,.section .text2 h3,.section .text2 p {
        color: #000000;
    }
    .sec2 .more,.sec3 .more,.sec4 .more {
        margin: 40px auto 0!important;
    }
    .section .text1{
        left: 5%;
    }
    .section .text2{
        padding: 40px 20px;
    }
	.section .text1 h1 {
        font-size: 32px;
    }
    .section .text1 p {
        font-size: 18px;
    }
    .section .text2 h1 {
        font-size: 24px;
    }
    .section .text2 h3 {
        font-size: 16px;
        margin-bottom: 20px;
    }
    .section .text2 p {
        font-size: 14px;
        line-height: 28px;
    }
    .more {
        margin-top: 30px;
    }
    .sec5 .joke {
        padding: 40px 20px 70px;
    }
    .sec5 .joke .title h1 {
        font-size: 28px;
    }
    .sec5 .joke .swiper {
        margin-top: 25px;
    }
    .sec6 .joke .title h1{
        font-size: 28px;
    }
    .sec6 .joke .list .item {
        width: 100%;
    }
    .sec6 .joke .list .item .circle {
        margin-bottom: 20px;
        width: 80px;
        height: 80px;
    }
    .sec6 .joke .list .item .circle img{
        width: 30px;
    }
    .sec6 .joke {
        padding: 60px 20px;
    }
    .sec7 .joke {
        padding: 40px 20px 0;
    }
    .sec7 .joke .title h1 {
        font-size: 28px;
        margin-bottom: 0;
    }
    .sec7 .joke .title p {
        font-size: 16px;
    }
    .sec7 .joke .map {
        transform: scale(0.29);
    }
    .sec7 .joke .text {
        margin-top: 280px;
    }
    .sec7 .joke .map .point .circle{
        width: 20px;
        height: 20px;
    }
    .sec7 .joke .map .point p{
        top: 28px;
        font-size: 28px;
    }
}


@media screen and (max-width: 414px){
	.section .text1 h1 {
        font-size: 28px;
    }
    .section .text1 p {
        font-size: 16px;
    }
    .section .text2 h3{
        font-size: 14px;
        line-height: 24px;
    }
    .section .text2 p {
        font-size: 12px;
        line-height: 24px;
    }
    .sec5 .joke .title p {
        font-size: 12px;
    }
    .sec5 .joke .title h1 {
        font-size: 24px;
        margin-bottom: 0;
    }
    .sec5 .main .swiper-pagination .swiper-pagination-current {
        font-size: 24px;
        line-height: 20px;
    }
    .sec6 .joke .title p {
        line-height: 26px;
        font-size: 12px;
    }
    .sec6 .joke .title h1 {
        font-size: 24px;
    }
    .sec6 .joke .list .item p {
        font-size: 12px;
        line-height: 26px;
    }
    .sec6 .joke .more{
        margin-top: 30px;
    }
    .sec7 .joke .text .itemList .item p {
        font-size: 14px;
    }
    .sec7 .joke .text>p {
        font-size: 12px;
        line-height: 22px;
    }
    .sec7 .joke .map {
        transform: scale(0.21);
    }
    .sec7 .joke .text {
        margin-top: 210px;
    }
    .sec5 .joke .swiper .swiper-slide .pt p {
        font-size: 12px;
    }

}

@media screen and (max-width: 375px){
	.section .text1 p {
        font-size: 14px;
    }
    .section .text1 h1 {
        font-size: 24px;
    }
    .section .text2 h1 {
        font-size: 20px;
    }
    .sec5 .joke .title h1{
        font-size: 20px;
    }
    .sec6 .joke .list {
        margin-top: 20px;
    }
    /* .sec7 .joke .text .itemList .item {
        width: 49%;
    } */
    .sec7 .joke .text .itemList .item:nth-child(3n-1) {
        margin: 0;
    }
    .sec7 .joke .text .itemList{
        justify-content: space-between;
    }
    .sec7 .logo_swiper {
        height: 80px;
    }
    .sec7 .joke .text {
        margin-top: 180px;
    }
    .sec7 .joke .map {
        transform: scale(0.2);
    }
}

@media screen and (max-width: 360px){
	.sec7 .joke .map {
        transform: scale(0.19);
    }
}




