.banner1 {
    width: 100%;
    height: 50vh;
    position: relative;
}
.banner1 .bg {
    width: 100%;
    height: 100%;
}
.banner1 .bg img {
    display: block;
    width: 100%;
    height: 100%;
}
.banner1 .text {
    position: absolute;
    top: 50%;
    left: 6%;
    transform: translateY(-50%);
}
.banner1 .text h1 {
    font-size: 60px;
    font-family: PingFang SC l;
    font-weight: 300;
    color: #FFFFFF;
}
.banner1 .text p {
    font-size: 30px;
    font-family: PingFang SC l;
    font-weight: 300;
    line-height: 32px;
    color: #FFFFFF;
    margin-top: 15px;
}
.sec1 .introduce {
    width: 1318px;
    background: rgba(0, 91, 168, 0.95);
    padding: 100px 120px;
    transform: translateY(-70px);
}
.sec1 .introduce h1 {
    font-size: 40px;
    font-family: PingFang SC l;
    font-weight: 300;
    line-height: 40px;
    color: #FFFFFF;
    margin-bottom: 34px;
}
.sec1 .introduce p {
    font-size: 16px;
    font-family: PingFang SC l;
    font-weight: 300;
    line-height: 40px;
    color: #FFFFFF;
}
.section {
    overflow: hidden;
}
.sec2 .joke {
    width: 1680px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    padding-top: 100px;
}
.sec2 .joke .left {
    width: 840px;
}
.sec2 .joke .left h1 {
    font-size: 40px;
    font-family: PingFang SC r;
    font-weight: 400;
    line-height: 40px;
    color: #333333;
    margin-bottom: 40px;
}
.sec2 .joke .left>p {
    font-size: 16px;
    font-family: PingFang SC r;
    font-weight: 300;
    line-height: 36px;
    color: #666666;
}
.sec2 .joke .left>p span {
    font-weight: 700;
    color: #005CA9;
}
.sec2 .joke .right {
    width: 630px;
}
.sec2 .joke .right h2 {
    font-size: 24px;
    font-family: PingFang SC r;
    font-weight: 400;
    line-height: 36px;
    color: #333333;
}
.sec2 .joke>p {
    width: 840px;
    font-size: 16px;
    font-family: PingFang SC l;
    font-weight: 300;
    line-height: 40px;
    color: #292929;
    margin-bottom: 47px;
}
.sec2 .joke .numList {
    display: flex;
    width: 840px;
    margin-top: 80px;
}
.sec2 .joke .numList .numItem>p {
    font-size: 16px;
    font-family: PingFang SC l;
    font-weight: 300;
    line-height: 40px;
    color: #000000;
    text-align: center;
    margin-top: 15px;
}
.sec2 .joke .numList .numItem .num {
    display: flex;
    align-content: flex-end;
}
.sec2 .joke .numList .numItem .num p{
    font-size: 60px;
    font-family: DINCond-Bold;
    line-height: 40px;
    color: #005CA9;

}
.sec2 .joke .numList .numItem .num span {
    font-size: 35px;
    font-family: DIN-Medium;
    line-height: 40px;
    color: #005CA9;
}
.sec2 .joke .numList .numItem .num span.add{
    line-height: 20px;
}
.sec2 .joke .numList .numItem:not(:nth-last-child(1)) {
    margin-right: 90px;
}
.sec2 {
    position: relative;
    margin-bottom: 147px;
}
.sec2 .imgs {
    display: flex;
    margin-top: 100px;
    position: relative;
}
.sec2 .imgs .play {
    width: 64px;
    height: 64px;
    background: #FFFFFF;
    border: 1px solid #0D63AC;
    border-radius: 50%;
    position: absolute;
    top: -32px;
    left: -2px;
    cursor: pointer;
    z-index: 99;
    display: none;
}
.sec2 .imgs .play:after {
    content: "";
    opacity: 1;
    border: 7px solid transparent;
    border-left: 12px solid #0D63AC;
    position: absolute;
    top: 23px;
    left: 26px;
    z-index: 100;
}
.sec2 .imgs img {
    display: block;
}
.sec2 .imgs img:nth-child(1) {
    margin:90px 15px 0 0;
    clip-path: inset(0% 0% 100% 0%);
    display: none;
}
.sec2 .imgs img:nth-child(2) {
    clip-path: inset(0% 100% 0% 0%);
    margin-left: 20px;
}
.sec2 .imgs img:nth-child(1).aos-animate {
    margin:90px 15px 0 0;
    clip-path: inset(0% 0% 0% 0%);
}
.sec2 .imgs img:nth-child(2).aos-animate {
    clip-path: inset(0% 0% 0% 0%);
}
.sec3 .joke {
    width: 1680px;
    margin: auto;
    position: relative;
}
.sec3 .joke img {
    clip-path: inset(0% 100% 0% 0%);
}
.sec3 .joke img.aos-animate {
    clip-path: inset(0% 0% 0% 0%);
}

.sec3 .joke p {
    font-size: 14px;
    font-family: PingFang SC l;
    font-weight: 300;
    line-height: 18px;
    color: #292929;
    width: 15px;
    position: absolute;
    top: 50%;
    left: -35px;
    transform: translateY(-50%);
}
.sec4 {
    display: flex;
    margin: 145px 0 166px;
}
.sec4 .about_left,.sec4 .about_right {
    width: 50%;
}
.sec4 .about_left .swiper-wrapper {
    transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
}
.sec4 .about_right .swiper-slide .text {
    width: 760px;
    margin: auto;
}
.sec4 .about_left .swiper-slide img{
    width: 100%;
    display: block;
}
.sec4 .about_right .swiper-slide {
    padding-top: 49px;
}
.sec4 .about_right .swiper-slide .text h1 {
    font-family: PingFang SC r;
    font-weight: 400;
    line-height: 40px;
    color: #292929;
    margin-bottom: 44px;
}
.sec4 .about_right .swiper-slide .text h2 {
    display: flex;
    font-size: 30px;
    font-family: PingFang SC l;
    font-weight: 300;
    line-height: 45px;
    color: #07AFD3;
}
.sec4 .about_right .swiper-slide .text h2 span {
    font-size: 16px;
    font-family: PingFang SC l;
    font-weight: 300;
    color: #07AFD3;
    line-height: 59px;
}
.sec4 .about_right .swiper-slide .text p {
    font-size: 16px;
    font-family: PingFang SC l;
    font-weight: 300;
    line-height: 36px;
    color: #292929;
}
.page {
    width: 760px;
    display: flex;
    align-items: center;
    position: absolute;
    /* left: 50%; */
    left: 60%;
    transform: translateX(-50%);
    /* bottom: 270px; */
    bottom: 90px;
    z-index: 10;
}
.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;
}
.page div:nth-child(1) {
    transform: rotate(180deg);
}
.page div:hover {
    border: 1px solid transparent;
    background: #005CA9;
    color: #fff;
}
.sec4 .about_right .swiper-pagination {
    width: 140px;
    height: 140px;
    background: #005CA9;
    opacity: 1;
    border-radius: 0px;
    bottom: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.sec4 .about_right .swiper-pagination span {
    font-size: 30px;
    font-family: PingFang SC r;
    font-weight: 400;
    line-height: 45px;
    color: #FFFFFF;
}
.sec4 .about_right .swiper-pagination .line {
    width: 95px;
    height: 1px;
    background: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%) rotate(-45deg);
}
.sec4 .about_right .swiper-pagination .swiper-pagination-current {
    margin: 0 35px 0 0;
}
.sec4 .about_right .swiper-pagination .swiper-pagination-total {
    margin: 0 0 0 35px;
}
.sec4 .about_right .swiper-slide .text h1 ,.sec4 .about_right .swiper-slide .text h2 ,.sec4 .about_right .swiper-slide .text p {
    transform: translateY(50px);
    opacity: 0;
    transition: 1s;
}
.sec4 .about_right .swiper-slide .text {
    opacity: 0;
}
.sec4 .about_right .swiper-slide .text h2 {
    transition-delay: 0.2s;
}
.sec4 .about_right .swiper-slide .text p {
    transition-delay: 0.4s;
}
.sec4 .about_right .swiper-slide-active .text h1 ,.sec4 .about_right .swiper-slide-active .text h2 ,.sec4 .about_right .swiper-slide-active .text p {
    transform: translateY(0px);
    opacity: 1;
}
.sec4 .about_right .swiper-slide-active .text  {
    opacity: 1;
}
.sec4 .about_right .next {
    position: absolute;
    z-index: 10;
    overflow: hidden;
    /* height: 260px; */
    height: 200px;
    bottom: 0;
    /* right: -150px; */
    right: -90px;
}
.sec4 .about_right .next img {
    display: block;
    width: auto;
    height: 100%;
    cursor: pointer;
    transition: 3s;
}
.sec4 .about_right .next:hover img {
    transform: scale(1.2);
}

.sec5 {
    margin-bottom: 235px;
}
.sec5 .joke {
    width: 1680px;
    margin: auto;
}
.sec5 .joke img {
    position: relative;
    clip-path: inset(0% 100% 0% 0%);
}
.sec5 .joke img.aos-animate {
    clip-path: inset(0% 0% 0% 0%);
}
.sec5 .joke .img p {
    font-size: 14px;
    font-family: PingFang SC l;
    font-weight: 300;
    line-height: 18px;
    color: #292929;
    width: 15px;
    position: absolute;
    top: 50%;
    left: -35px;
    transform: translateY(-50%);
}
.sec5 .joke .text {
    margin-top: 90px;
}
.sec5 .joke .text h1 {
    font-size: 40px;
    font-family: PingFang SC r;
    font-weight: 400;
    line-height: 36px;
    color: #333333;
    margin-bottom: 10px;
}
.sec5 .joke .text h2 {
    font-size: 24px;
    font-family: PingFang SC l;
    font-weight: 300;
    line-height: 24px;
    color: #333333;
    margin-bottom: 43px;
}
.sec5 .joke .text h3 {
    font-size: 20px;
    font-family: PingFang SC r;
    font-weight: 500;
    line-height: 45px;
    color: #333333;
}
.sec5 .joke .text h3 span {
    font-size: 16px;
    font-family: PingFang SC l;
    font-weight: 300;
    line-height: 45px;
    color: #333333;
}
.sec5 .joke .text p {
    font-size: 16px;
    font-family: PingFang SC l;
    font-weight: 300;
    line-height: 45px;
    color: #333333;
}
.sec6 {
    background: #FAFAFA;
    padding: 136px 0 110px;
}
.sec6 .joke {
    width: 1680px;
    margin: auto;
}
.sec6 .joke .title h1 {
    font-size: 48px;
    font-family: PingFang SC r;
    font-weight: 400;
    color: #333333;
    margin-bottom: 5px;
}
.sec6 .joke .title p {
    font-family: PingFang SC l;
    font-weight: 300;
    line-height: 36px;
    color: #333333;
}
.sec6 .joke .title {
    position: relative;
    margin-bottom: 152px;
}
.sec6 .joke .title img:nth-last-child(1) {
    position: absolute;
    left: 0;
    top: 40px;
}
.sec6 .joke .title img:nth-last-child(2) {
    position: absolute;
    left: 12px;
    top: 56px;
}
.sec6 .joke .history {
    width: 100%;
    padding-bottom: 170px;
}
.sec6 .joke .history .swiper-wrapper {
    transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
}
.sec6 .joke .history .swiper-slide h2 {
    font-size: 20px;
    font-family: PingFang SC r;
    font-weight: 400;
    color: #333333;
    margin-bottom: 5px;
}
.sec6 .joke .history .swiper-slide h3 {
    font-size: 24px;
    font-family: PingFang SC m;
    font-weight: 500;
    line-height: 36px;
    color: #005CA9;
    margin-bottom: 20px;
}
.sec6 .joke .history .swiper-slide p {
    font-size: 16px;
    font-family: PingFang SC l;
    font-weight: 300;
    line-height: 30px;
    color: #333333;
}
.sec6 .joke .history .swiper-pagination {
    height: 1px;
    width: 380px;
    left: 50%;
    transform: translateX(-50%);
    bottom: 25px;
    top: unset;
    background: #BDBDBD;
}
.sec6 .joke .history .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    height: 3px;
    background: #000000;
    top: -1px;
}
.sec6 .joke .history .dd p {
    font-size: 14px;
    font-family: PingFang SC l;
    font-weight: 300;
    color: #666666;
    position: absolute;
    left: 50%;
    bottom: -4px;
    transform: translateX(-50%);
}
.sec7 img {
    display: block;
    width: 100%;
}
.sec7 {
    position: relative;
    height: 1080px;
    overflow: hidden;
}
.sec7 img {
    height: 1500px;
    margin-top: -40%;
}
.sec7 video{
    display: block;
    width: 100%;
    height: 1500px;
    margin-top: -40%;
}
.sec7 .text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.sec7 .text h1 {
    font-size: 36px;
    font-family: PingFang SC l;
    font-weight: 300;
    line-height: 36px;
    color: #FFFFFF;
    margin-bottom: 21px;
    text-align: center;
}
.sec7 .text p {
    font-size: 18px;
    font-family: PingFang SC l;
    font-weight: 300;
    line-height: 30px;
    color: #FFFFFF;
    text-align: center;
    margin-bottom: 75px;
}
.sec7 .text .pause {
    width: 80px;
    height: 80px;
    margin: 0 auto;
    transform: translateY(-100%);
    transition: all 1s;
    cursor: pointer;
    opacity: 0;
    pointer-events: none;
}
.sec7 .text .pause img{
    transition: all 1s;
}
.sec7 .text .pause img:last-child{
    opacity: 0;
}
.sec7 .text .pause img:first-child{
    filter: brightness(0) invert(1);
    position: absolute;
}

.sec7 .text .pause.active{
    opacity: 1;
    pointer-events: all;
}
.sec7 .text .pause:hover img:last-child{
    opacity: 1;
}
.sec7 .text .pause:hover img:first-child{
    opacity: 0;
}
.sec7 .text .pause img{
    width: 100%;
    height: auto;
    margin-top: 0;
}
.sec7 .text .iconfont {
    font-size: 80px;
    color: #FFFFFF;
    text-align: center;
    cursor: pointer;
    transition: 1s;
    opacity: 0;
}
.sec7 .text .iconfont.active{
    opacity: 1;
}
.sec7 .text .iconfont:hover {
    color: #005CA9;
}
.sec8 {
    position: relative;
    height: 100vh;
}
.sec8 .bg {
    width: 100%;
    height: 100%;
}
.sec8 .bg img {
    display: block;
    width: 100%;
    height: 100%;
}
.sec8 .title h1 {
    font-size: 40px;
    font-family: PingFang SC r;
    font-weight: 400;
    line-height: 36px;
    color: #333333;
    margin-bottom: 15px;
}
.sec8 .title p {
    font-size: 18px;
    font-family: PingFang SC l;
    font-weight: 300;
    line-height: 16px;
    color: #333333;
}
.sec8 .title {
    position: absolute;
    left: 6.25vw;
    top: 73px;
}
.sec8 .honor {
    width: 1160px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.sec8 .honor .swiper-slide {
    width: 538px;
    position: relative;
}
.sec8 .honor .swiper-slide .img {
    overflow: hidden;
    position: relative;
}
.sec8 .honor .swiper-slide .img img {
    display: block;
}
.sec8 .honor .swiper-slide .img:after {
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.4);
    position: absolute;
    z-index: 10;
    top: 0;
    left: 0;
    transition: 0.6s;
}
.sec8 .honor .swiper-slide-active .img:after {
    background: rgba(255,255,255,0);
}
.sec8 .honor .swiper-slide p {
    text-align: center;
    font-size: 18px;
    font-family: PingFang SC l;
    font-weight: 300;
    color: #333333;
    margin-top: 30px;
    transition: 1s;
    opacity: 0;
}
.sec8 .honor .swiper-slide-active p {
    opacity: 1;
}



.sec9 .joke {
    width: 1680px;
    margin: 0 auto;
    padding: 184px 0 0;
    position: relative;
}
.sec9 .joke .title h1 {
    font-size: 40px;
    font-family: PingFang SC r;
    font-weight: 400;
    line-height: 40px;
    color: #333333;
    margin-bottom: 14px;
}
.sec9 .joke .title p {
    font-size: 18px;
    font-family: PingFang SC l;
    font-weight: 300;
    line-height: 36px;
    color: #333333;
    opacity: 0.7;
}
.sec9 .joke .map {
    position: absolute;
    top: 34px;
    left: 25px;
    width: 1744px;
}
.sec9 .joke svg {
    position: absolute;
    top: 224px;
    left: 96px;
    width: 1229px;
}
.sec9 .joke .map img {
    display: block;
    width: 100%;
}
.sec9 .joke .map .point {
    width: fit-content;
    position: absolute;
    z-index: 10;
}
.sec9 .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;
}
.sec9 .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%);
}
.sec9 .joke .map .point:nth-child(1) {
    top: 278px;
    left: 92px;
}
.sec9 .joke .map .point:nth-child(2) {
    top: 285px;
    left: 149px;
}
.sec9 .joke .map .point:nth-child(3) {
    top: 315px;
    left: 193px;
}
.sec9 .joke .map .point:nth-child(4) {
    top: 293px;
    left: 200px;
}
.sec9 .joke .map .point:nth-child(5) {
    top: 489px;
    left: 241px;
}
.sec9 .joke .map .point:nth-child(6) {
    top: 223px;
    left: 315px;
}
.sec9 .joke .map .point:nth-child(7) {
    top: 453px;
    left: 468px;
}
.sec9 .joke .map .point:nth-child(8) {
    top: 468px;
    left: 575px;
}
.sec9 .joke .map .point:nth-child(8) .circle, .sec9 .joke .map .point:nth-child(11) .circle {
    width: 18px;
    height: 18px;
    background: #E83D3D;
    border-radius: 50%;
    opacity: 1;

}
.sec9 .joke .map .point:nth-child(8) .circle img, .sec9 .joke .map .point:nth-child(11) .circle img{
    display: block;
    width: 10px;
}
.sec9 .joke .map .point:nth-child(8) p,.sec9 .joke .map .point:nth-child(11) p {
    top: 20px;
    font-weight: 700;
    font-family: PingFang SC r;
}
.sec9 .joke {
    margin-bottom: 20px;
}
.sec9 .joke .map .point:nth-child(9) {
    top: 479px;
    left: 615px;
}
.sec9 .joke .map .point:nth-child(9) p,.sec9 .joke .map .point:nth-child(10) p,.sec9 .joke .map .point:nth-child(13) p {
    top: 50%;
    left: 9px;
    transform: translateY(-50%);
}
.sec9 .joke .map .point:nth-child(10) {
    top: 447px;
    left: 625px;
}
.sec9 .joke .map .point:nth-child(11) {
    top: 395px;
    left: 620px;
}
.sec9 .joke .map .point:nth-child(12) {
    top: 376px;
    left: 663px;
}
.sec9 .joke .map .point:nth-child(12) p {
    top: -25px;
}
.sec9 .joke .map .point:nth-child(13) {
    top: 394px;
    left: 673px;
}
.sec9 .joke .map .point:nth-child(14) {
    top: 438px;
    left: 677px;
}
.sec9 .joke .map .point:nth-child(15) {
    top: 404px;
    left: 665px;
}
.sec9 .joke .map .point:nth-child(15) .circle {
    width: 24px;
    height: 24px;

}
.sec9 .joke .map .point:nth-child(15) .circle img {
    width: 14px;
}
.sec9 .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%);
}
.sec9 .joke .map .point:nth-child(16) {
    top: 440px;
    right: 417px;
}
.sec9 .joke .map .point:nth-child(17) {
    top: 348px;
    right: 424px;
}
.sec9 .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;
}
.sec9 .fp-tableCell {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.sec9 .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;
    }
}
.sec9 .joke .text {
    margin-top: 289px;
    position: relative;
    z-index: 20;
}
.sec9 .joke .text>p {
    font-size: 16px;
    font-family: PingFang SC l;
    font-weight: 300;
    line-height: 30px;
    color: #333333;
}
.sec9 .joke .text h3 {
    font-size: 24px;
    font-family: PingFang SC b;
    font-weight: bold;
    line-height: 30px;
    color: #005BA8;
    margin: 30px 0 20px;
}
.sec9 .joke .text .itemList {
    /* width: 1200px; */
    /* width: 62.5vw; */
    width: 100%;
    display: flex;
    align-items: center;
}
.sec9 .joke .text .itemList .item .img {
    display: block;
    overflow: hidden;
    margin-bottom: 10px;
}
.sec9 .joke .text .itemList .item .img img {
    display: block;
    transition: 3s;
    width: 100%;
}
/* .sec9 .joke .text .itemList .item {
    margin-right: 40px;
} */
.sec9 .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;
}
.sec9 .joke .text .itemList .item:hover p {
    color: #005BA8;
}
.sec9 .joke .text .itemList .item:hover .img img {
    transform: scale(1.2);
}
/* .sec9 .swiper { */
.sec9 .logo_swiper{
    width: 100%;
    height: 120px;
    border-top: 1px solid #EBEBEB;
}
.sec9 .logo_swiper .swiper-wrapper {
    transition-timing-function: linear!important;
}
.sec9 .logo_swiper .swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.sec9 .logo_swiper .swiper-slide img {
    transition: 1s;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    transition: 0.6s;
}
.sec9 .logo_swiper .swiper-slide img:nth-child(1) {
    opacity: 0;
}
.sec9 .logo_swiper .swiper-slide:hover img:nth-child(1) {
    opacity: 1;
}
.sec9 .logo_swiper .swiper-slide:hover img:nth-child(2) {
    opacity: 0;
}

.sec9 .joke .text{
    /* margin-top: 20.83333333vw; */
    margin-top: 28vh;
}

.zzc img {
    width: 100%;
}
.zzc {
    position: relative;
}
.zzc .title {
    position: absolute;
    left: 6.25vw;
    top: 97px;
}
.zzc .title h1 {
    font-size: 30px;
    font-family: PingFang SC r;
    font-weight: 400;
    line-height: 36px;
    color: #111111;
    margin-bottom: 20px;
}
.zzc .title p {
    font-size: 50px;
    font-family: PingFang SC l;
    font-weight: 700;
    color: #111111;
    margin-bottom: 5px;
}
.zzc .title span {
    font-size: 24px;
    font-family: PingFang SC l;
    font-weight: 400;
    line-height: 1.5;
    color: #111111;
}
.zzc .item {
    display: flex;
    position: absolute;
    z-index: 99;
}
.zzc .item .cir {
    width: 10px;
    height: 10px;
    background: #005CA9;
    border-radius: 50%;
    margin-top: 8px;
}
.zzc .item .line {
    width: 77px;
    height: 0px;
    border-top: 1px dashed #0062B4;
    margin: 12px 12px 0 0;
}
.zzc .item .text .l1 {
    display: flex;
    align-items: center;

}
.zzc .item:nth-last-child(3) {
    left: 37.34vw;
    top: 13.4375vw;
}
.zzc .item:nth-last-child(2) {
    left: 44.74vw;
    top: 23.3333333vw;
}
.zzc .item:nth-last-child(1) {
    left: 50vw;
    top: 33.541vw;
}
.zzc .item .text .l1 h5 {
    font-size: 20px;
    font-family: PingFang SC r;
    font-weight: 500;
    line-height: 30px;
    color: #111111;
}
.zzc .item .text .l1 span {
    font-size: 16px;
    font-family: PingFang SC l;
    font-weight: 300;
    line-height: 30px;
    color: #111111;
}
.zzc .item .text>p {
    font-size: 16px;
    font-family: PingFang SC r;
    font-weight: 300;
    line-height: 30px;
    color: #005CA9;
}
.zzc .item .text>span {
    font-size: 16px;
    font-family: PingFang SC l;
    font-weight: 300;
    line-height: 30px;
    color: #111111;
}
html[lang='en'] .sec2 .joke .numList .numItem>p {
    line-height: 1.4;
}
html[lang='en'] .sec2 .joke .numList .numItem .num {
    justify-content: center;
}
@media screen and (max-width: 2560px){

}


@media screen and (max-width: 2048px){
	.sec4 .about_right .swiper-slide .text h1 {
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 1856px){
    .sec1 .introduce{
        width: 68.645833333333vw;
        padding: 80px 100px;
        /* padding:5.20833333333vw 6.25vw; */
    }
    .sec2 .imgs img:nth-child(2){
        width: 31.25vw;
    }
    .sec2 .imgs img:nth-child(1){
        width: 0.729166666666vw;
    }
    .sec2 .joke>p {
        font-size: 14px;
        line-height: 32px;
    }
    .sec2 .joke .numList .numItem .num p {
        font-size: 56px;
    }
    .sec4 .about_right .swiper-slide .text h2 {
        font-size: 26px;
    }
    .sec4 .about_right .swiper-slide .text h2 span {
        font-size: 14px;
    }
    .sec4 .about_right .swiper-slide .text h1 {
        margin-bottom: 20px;
    }
    .sec4 .about_right .swiper-pagination span {
        font-size: 26px;
    }
    .sec4 .about_right .swiper-pagination .line {
        width: 80px;
    }
    .sec5 .joke .text h1 {
        font-size: 34px;
    }
    .sec3 .joke {
        width: 90%;
    }
    .sec4 .about_right .next {
        right: -80px;
        /* height: 13.54166666667vw; */
        height: 10.4166666666vw;
    }
    .sec5 .joke .text h2 {
        font-size: 20px;
    }
    .sec6 .joke .title h1 {
        font-size: 42px;
    }
    .sec6 .joke .title img:nth-last-child(2){
        width: 450px;
    }
    .sec6 .joke .history .swiper-slide h2 {
        font-size: 18px;
    }
    .sec6 .joke .history .swiper-slide h3 {
        font-size: 22px;
    }
    .sec6 .joke .history .swiper-slide p{
        line-height: 26px;
    }
    .sec6 .joke .title img:nth-last-child(1){
        width: 22.0520833333vw;
    }
    .sec4 .about_right .swiper-slide {
        padding-top: 20px;
    }
    .sec4 .about_right .swiper-slide .text p{
        line-height: 32px;
    }
    .sec9 .joke .title h1 {
        font-size: 36px;
    }
    .sec9 .joke .text h3 {
        font-size: 20px;
    }
    .sec9 .joke .map{
        transform: scale(0.9);
    }
}

@media screen and (max-width: 1792px){
    .sec9 .joke, .sec2 .joke,.sec6 .joke {
        width: 90%;
        padding-top: 150px;
    }

}

@media screen and (max-width: 1680px){
    .sec2 .joke .right {
        width: 40%;
    }
    .sec2 .joke {
        padding-top: 50px;
    }
    .sec2 .joke {
        width: 48%;
    }
    .sec2 .joke .right h2 {
        font-size: 20px;
    }
    .sec2 .joke .left>p {
        font-size: 14px;
    }
    .sec2 .imgs .play {
        width: 50px;
        height: 50px;
        top: -25px;
        left: 1px;
    }
    .sec2 .imgs .play:after {
        top: 17px;
        left: 20px;
    }
    .sec2 .joke .numList {
        width: 100%;
        margin-top: 50px;
        justify-content: space-between;
    }
    .zzc .title h1 {
        font-size: 32px;
        margin-bottom: 10px;
    }
    .zzc .title p {
        font-size: 24px;
    }
    .zzc .title span {
        font-size: 18px;
    }
    .sec2 .joke .numList .numItem:not(:nth-last-child(1)) {
        margin: 0;
    }
    .sec2 .joke .numList .numItem>p {
        line-height: 18px;
        font-size: 14px;
        text-align: left;
    }
    .sec2 .joke .left h1 {
        font-size: 32px;
    }
    .sec2 .joke .left {
        width: 54%;
    }
    .sec2 .imgs {
        margin-top: 60px;
    }
	.sec5 .joke{
        width: 90%;
    }
    .sec1 .introduce{
        padding: 50px 60px;
    }
    .sec1 .introduce h1 {
        font-size: 32px;
    }
    .sec1 .introduce p{
        line-height: 36px;
    }
    .sec2 .joke{
        width: 90%;
    }
    .sec2 .joke .numList .numItem .num p {
        font-size: 48px;
    }
    .sec2 .joke .numList .numItem .num span {
        font-size: 24px;
    }
    .sec4 .about_right .swiper-slide .text h1{
        font-size: 24px;
    }
    .sec4 .about_right .swiper-slide .text h2 {
        font-size: 22px;
    }
    .sec4 .about_right .swiper-slide .text p {
        line-height: 28px;
    }
    .sec5 .joke .text h1 {
        font-size: 30px;
    }
    .sec5 .joke .text h2 {
        font-size: 18px;
    }
    .sec5 .joke .text h3 {
        font-size: 18px;
    }
    .sec5 .joke .text h3 span {
        font-size: 14px;
    }
    .sec5 .joke .text p {
        font-size: 14px;
        line-height: 40px;
    }
    .sec6 .joke{
        width: 90%;
    }
    .sec6 .joke .title img:nth-last-child(2) {
        width: 420px;
    }
    .sec6 .joke .title h1 {
        font-size: 36px;
    }
    .sec6 .joke .history .swiper-slide h3{
        margin-bottom: 10px;
        font-size: 18px;
        line-height: 30px;
    }
    .sec6 .joke .history {
        padding-bottom: 120px;
    }
    .sec6 {
        padding-top: 80px;
        padding-bottom: 60px;
    }
    .sec7 .text h1 {
        font-size: 32px;
    }
    .sec7 .text p {
        font-size: 16px;
    }
    .sec7 .text .iconfont {
        font-size: 70px;
    }
    .sec4 {
        margin-bottom: 110px;
        margin-top: 110px;
    }
    .sec4 .about_right .swiper-pagination {
        width: 120px;
        height: 120px;
    }
    .sec4 .about_right .swiper-slide .text {
        width: 700px;
    }

    .sec5 .joke .text {
        margin-top: 70px;
    }
    .sec8 .title h1{
        font-size: 36px;
    }
    .sec7 .text .pause{
        width: 70px;
        height: 70px;
    }
    .sec9 .joke .map {
        transform: scale(0.8);
        transform-origin: left top;
    }
}

@media screen and (max-width: 1600px){
    .page {
        left: 66%;
        bottom: 60px;
    }
    /* .sec4 .about_right .swiper-slide .text {
        width: 730px;
    } */

    .sec4 .about_right .swiper-pagination .line {
        width: 60px;
    }
    .sec8 .title h1,
    .sec6 .joke .title h1 {
        font-size: 32px;
    }
    .sec6 .joke .title {
        margin-bottom: 120px;
    }
    .sec6 .joke .title img:nth-last-child(2) {
        width: 400px;
    }
    .zzc .item .text>span,.zzc .item .text .l1 span,.zzc .item .text>p {
        font-size: 14px;
    }
    .zzc .item .text>p,.zzc .item .text>span {
        line-height: 20px;
    }
    .zzc .item .line {
        width: 50px;
    }
    .zzc .item .text .l1 h5 {
        font-size: 18px;
    }
    .zzc .title {
        top: 60px;

    }
}

@media screen and (max-width: 1440px){
    .sec2 .joke>p {
        width: 62%;
        line-height: 28px;
    }
    .sec2 .joke .numList .numItem .num p {
        font-size: 42px;
    }
    .page,
    .sec4 .about_right .swiper-slide .text {
        width: 90%;
    }
    /* .page {
        bottom: 190px;
        left: 50%;
    } */
    .sec4 .about_right .swiper-slide .text h1 {
        margin-bottom: 10px;
    }
    .sec4 .about_right .swiper-slide .text h2{
        line-height: 40px;
    }
    .sec4 .about_right .swiper-slide .text h2 span {
        line-height: 50px;
    }
    .sec5 .joke .text h1 {
        font-size: 28px;
    }
    .sec5 .joke .text h2 {
        font-size: 16px;
        margin-bottom: 30px;
    }
    .sec8 .title h1, .sec6 .joke .title h1,.zzc .title h1,.sec2 .joke .left h1 {
        font-size: 28px;
    }
    .zzc .title p {
        font-size: 22px;
    }
    .sec6 {
        padding-top: 60px;
    }
    .sec6 .joke .title img:nth-last-child(1) {
        top: 20px;

    }
    .sec1 .introduce p {
        line-height: 32px;
    }
    .sec8 .honor {
        width: 1000px;
    }
    .sec4 .about_right .swiper-slide .text p {
        font-size: 14px;
        line-height: 26px;
    }
    .sec4 .about_right .swiper-pagination {
        width: 100px;
        height: 100px;
    }
    .sec4 .about_right .swiper-slide .text h2{
        line-height: 30px;
    }
    .sec4 .about_right .swiper-slide .text h2 span{
        line-height: 40px;
    }
    .sec7 video{
        height: 1080px;
    }

    .sec9 .joke {
        padding-top: 100px;
    }
    .sec9 .joke .text>p {
        font-size: 14px;
    }
    /* .sec7 .joke .text {
        margin-top: 250px;
    } */
    .sec9 .joke .text .itemList .item .img {
        margin-bottom: 0;
    }
    .sec9 .joke .text h3 {
        margin-top: 20px;
    }
    .sec9 .joke .map {
        top: 10px;
    }
    /* .sec7 .joke .text{
        margin-top: 220px;
    } */
    .sec9 .joke .title h1 {
        font-size: 32px;
    }
    .sec9 .joke .map {
        transform: scale(0.7);
    }
}

@media screen and (max-width: 1400px){
	.sec1 .introduce p {
        font-size: 14px;
    }
    .sec1 .introduce h1{
        font-size: 28px;
        margin-bottom: 20px;
    }
    .sec2 {
        margin-bottom: 100px;
    }
    .sec4 .about_right .swiper-pagination span {
        font-size: 24px;
    }
    .sec1 .introduce {
        padding: 40px;
    }
    .sec9 .joke .text .itemList {
        width: 70%;
    }
}

@media screen and (max-width: 1366px){

}






@media screen and (max-width: 820px){
    .sec2 .joke, .sec3 .joke, .sec5 .joke {
        flex-direction: column;
    }
    .sec2 .joke .left {
        width: 100% !important;
        padding-top: 20px;
    }
    .sec8 .title h1, .sec6 .joke .title h1, .zzc .title h1, .sec2 .joke .left h1 {
        font-size: 24px;
    }
    .sec2 .joke .left h1 {
        margin-bottom: 10px;
    }

    .sec2 .joke .right {
        width: 100% !important;
        margin-top: 20px;
    }
    .sec9 .joke .map{
        position: relative;
        left: 0;
    }
    .sec9 .joke .text{
        margin-top: 320px;
    }
    .sec9 .joke{
        width: 100%;
        padding: 60px 30px 0;
    }
    .sec9 .joke .text>p{
        line-height: 24px;
    }
    .sec9 .joke .text .itemList{
        width: 100%;
        flex-wrap: wrap;
    }
    .sec9 .joke .text .itemList .item{
        margin-right: 0;
        /* width: 32%; */
    }
    .sec9 .joke .text .itemList .item:nth-child(3n-1){
        margin: 0 2%;
    }
    .sec9 .joke .text .itemList .item .img img{
        width: 100%;
    }
    /* .sec7 .joke .map {
        top: 0;
    } */
    .sec9 .joke .map {
        position: absolute;
        top: 120px;
        left: 20px;
        transform: scale(0.45);
    }
    .banner1{
        height: 40vh;
    }
    .banner1 .text{
        transform: none !important;
    }
    .sec1 .introduce{
        width: 100%;
        transform: translateY(0);
        padding: 40px 30px;
    }
    .sec2 .joke>p{
        width: 100%;
        margin-top: 30px;
        margin-bottom: 30px;
        line-height: 26px;
    }
    .sec2 .joke,
    .sec3 .joke,
    .sec5 .joke{
        width: 100%;
        padding: 0 5vw;
    }
    .sec2 .joke .numList .numItem:not(:nth-last-child(1)){
        margin-right: 0;
    }
    .sec2 .joke .numList{
        width: 100%;
        justify-content: space-between;
    }
    .sec2 .joke .numList .numItem>p {
        margin-top: 0;
        font-size: 14px;
    }
    .sec3 .joke img {
        clip-path: none;
    }
    .sec2 {
        margin-bottom: 40px;
    }
    .sec3 .joke p{
        left: 10px;
    }
    .sec4{
        flex-direction: column;
        margin-top: 30px;
    }
    .sec4 {
        padding: 0 30px;
    }
    .sec4 .about_left, .sec4 .about_right{
        width: 100%;
    }
    .page{
        position: static;
        transform: none;
        margin-top: 20px;
        width: 100%;
        justify-content: end;
    }
    .sec4 .about_right .swiper-slide .text{
        width: 100%;
    }

    .sec4 .about_right .swiper-pagination{
        right: 0;
        left: auto;
        top: 0;
        transform: translateY(-100%);
    }
    .sec4 .about_right{
        overflow: unset;
    }
    .sec4 .about_right .swiper-slide {
        padding-top: 30px;
    }
    .sec4 .about_right .next{
        /* position: static;
        height: auto;
        margin-top: 40px; */
        display: none !important;
    }
    .sec5 .joke img{
        clip-path: none;
    }
    .sec4 {
        margin-bottom: 30px;
    }
    .sec4 .about_right .swiper-slide .text p {
        font-size: 14px;
    }
    .sec5 .joke .text {
        margin-top: 30px;
    }
    .sec5 .joke .text p {
        line-height: 20px;
    }
    .sec5 .joke .text h2 {
        margin-bottom: 20px;
    }
    .sec7 video,
    .sec7 img{
        transform: none !important;
    }

    .sec8 .honor{
        width: 90%;
        top: 65%;
    }
    .sec6 .joke .history .swiper-slide p{
        font-size: 14px;
        line-height: 24px;
    }
    .sec6 .joke .title img:nth-last-child(1){
        position: static;
        width: 25vw;
        margin-top: 0px;
    }
    .sec6 .joke .title img:nth-last-child(2) {
        width: 350px;
    }
    .sec5 {
        margin-bottom: 50px;
    }
    .sec6 .joke .title {
        margin-bottom: 40px;
    }
    .sec6 .joke .history {
        padding-bottom: 60px;
    }
    .sec6 {
        padding-top: 40px;
    }
    .sec7 {
        /* height: 60vh; */
        height: auto;
    }
    .sec7 video{
        height: auto;
        margin-top: 0;
    }
    .sec7 .text{
        width: 100%;
        padding: 0 30px;
    }
    .sec7 .text h1 {
        font-size: 28px;
    }
    .sec7 .text p {
        margin-bottom: 50px;
    }
    .sec7 .text .iconfont {
        font-size: 60px;
    }
    .sec8 .honor .swiper-slide p {
        font-size: 14px;
    }
    .sec6 .joke {
        width: 100%;
        padding: 0 30px;
    }
    .sec8 .title{
        left: 30px;
    }
    .sec8 .bg {
        height: 520px;
    }
    .sec7 .text .pause{
        width: 60px;
        height: 60px;
    }
    .page {
        justify-content: center;
    }
}


@media screen and (max-width: 1024px){
    .sec8 {
        height: auto;
    }
    .sec6 .joke .history .dd p {
        bottom: 0;
    }
}
@media screen and (max-width: 768px){
    .sec9 .joke .map {

        transform: scale(0.4);
    }
    .sec2 .joke .left>p {
        line-height: 28px;
    }
    .sec2 .imgs img:nth-child(2) {
        width: 90%;
    }
    .zzc .title span {
        font-size: 14px;
    }
    .zzc .title p {
        font-size: 18px;
    }
    .zzc img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: -1;
    }
    .zzc {
        padding: 30px 0;
    }
    .zzc .item .cir,.zzc .item .line {
        display: none;
    }
    .zzc .item {
        position: static;
        width: 90%;
        margin: 0 auto 20px;
    }
    .zzc .title {
        width: 90%;
        margin: 0 auto 30px;
        position: static;
    }
}

@media screen and (max-width: 540px){
    .sec6 .joke .title img:nth-last-child(1){
        width: 40vw;
    }
    .sec9 .joke {
        padding: 40px 20px 0;
    }
    .sec9 .joke .title h1 {
        font-size: 28px;
        margin-bottom: 0;
    }
    .sec9 .joke .title p {
        font-size: 16px;
    }
    .sec9 .joke .map {
        transform: scale(0.29);
    }
    .sec9 .joke .text {
        margin-top: 280px;
    }
    .sec9 .joke .map .point .circle{
        width: 20px;
        height: 20px;
    }
    .sec9 .joke .map .point p{
        top: 28px;
        font-size: 28px;
    }
    .sec6 {
        padding-bottom: 25px;
    }
	.sec1 .introduce h1 {
        font-size: 24px;
        margin-bottom: 14px;
    }
    .sec1 .introduce p {
        font-size: 14px;
        line-height: 24px;
    }
    .sec1 .introduce {
        padding: 30px;
    }
    .sec2 .joke>p {
        font-size: 14px;
        line-height: 24px;
    }
    .sec5 .joke .text h3 {
        font-size: 16px;
    }
    .sec5 .joke .text h3 span {
        font-size: 12px;
    }
    .sec8 .title h1, .sec6 .joke .title h1 {
        font-size: 24px;
    }
    .sec4 .about_right .swiper-slide .text h2 {
        font-size: 18px;
    }
    .sec4 .about_right .swiper-slide .text h2 span {
        font-size: 12px;
        line-height: 36px;
    }
    .sec6 .joke .title img:nth-last-child(2) {
        width: 300px;
        top: 42px;
    }
    .banner1 .text{
        width: 80%;
    }
    .sec2 .joke .numList .numItem .num p {
        font-size: 38px;
    }
    .sec7 .text p {
        font-size: 14px;
        margin-bottom: 30px;
    }
    .sec7 .text .iconfont {
        font-size: 50px;
    }
    .sec1 .introduce {
        padding: 20px;
    }
    .sec2 .joke, .sec3 .joke, .sec5 .joke,
    .sec6 .joke{
        padding: 0 20px;
    }
    .sec3 .joke p {
        font-size: 12px;
        width: auto;
        left: auto;
        right: 20px;
        top: auto;
        bottom: -30px;
    }
    .sec4 {
        padding: 0 20px;
    }
    .sec7 .text h1 {
        font-size: 24px;
    }
    .sec8 .title {
        top: 40px;
    }
    .sec8 .title h1{
        margin-bottom: 10px;
    }
    .sec8 .title p {
        font-size: 14px;
    }
    .sec2 {
        margin-bottom: 30px;
    }
    .sec5 .joke .text h1 {
        font-size: 24px;
    }
    .sec6 .joke .history .swiper-pagination{
        margin-bottom: 10px;
    }
    .sec6 .joke .history .swiper-slide h2 {
        font-size: 16px;
    }
    .sec8 .bg{
        height: 400px;
    }
    .sec4 .about_right .swiper-pagination {
        width: 100px;
        height: 100px;
    }
    .sec8 .honor .swiper-slide p {
        margin-top: 10px;
    }
    .sec4 .about_right .swiper-slide .text p {
        line-height: 24px;
    }
    .sec8 .bg img{
        height: 100%;
        width: auto;
    }
    .sec7 .text h1{
        margin-top: 40px;
    }
    .sec7 .text p{
        line-height: 20px;
        margin-bottom: 20px;
    }
    .sec7 .text .pause {
        width: 50px;
        height: 50px;
    }
    .sec2 .imgs img:nth-child(2) {
        clip-path: unset;
        width: 100%;
        margin: 0;
    }
    .sec9 .joke .text h3,.sec9 .joke .text .itemList {
        display: none;
    }
}


@media screen and (max-width: 414px){
    .sec9 .joke .text .itemList .item p {
        font-size: 14px;
    }
    .sec9 .joke .text>p {
        font-size: 12px;
        line-height: 22px;
    }
    .sec9 .joke .map {
        transform: scale(0.21);
    }
    .sec9 .joke .text {
        margin-top: 210px;
    }
    .sec4 .about_right .swiper-slide .text p ,
	.sec1 .introduce p {
        font-size: 12px;
        line-height: 22px;
    }
    .sec2 .joke>p {
        font-size: 12px;
        line-height: 22px;
        margin-bottom: 10px;
    }
    .sec2 .joke .numList .numItem .num p {
        font-size: 34px;
    }
    .sec4 .about_right .swiper-pagination span {
        font-size: 18px;
        line-height: 25px;
    }
    .sec4 .about_right .swiper-pagination {
        width: 80px;
        height: 80px;
    }
    .sec5 .joke .text {
        margin-top: 20px;
    }
    .sec5 .joke .text h2 {
        font-size: 14px;
    }
    .sec5 .joke .text h1{
        margin-bottom: 0;
    }
    .sec6 .joke .history .swiper-slide p {
        font-size: 12px;
        line-height: 22px;
    }
    .sec7 .text p{
        line-height: 20px;
        margin-bottom: 10px;
    }
    .sec8 .bg {
        height: 350px;
    }
    .sec8 .honor .swiper-slide p {
        font-size: 12px;
        margin-top: 5px;
    }
    .sec7 .text h1 {
        font-size: 20px;
        margin-bottom: 10px;
    }
    html[lang='en'] .sec2 .joke .numList {
        flex-wrap: wrap;
    }
    html[lang='en'] .sec2 .joke .numList .numItem {
        width: 49%;
        margin-bottom: 10px;
    }
    html[lang='en'] .sec2 .joke .numList .numItem>p {
        text-align: center;
    }
}

@media screen and (max-width: 375px){
    .sec9 .joke .text .itemList .item:nth-child(3n-1) {
        margin: 0;
    }
    .sec9 .joke .text .itemList{
        justify-content: space-between;
    }
    .sec9 .logo_swiper {
        height: 80px;
    }
    .sec9 .joke .text {
        margin-top: 180px;
    }
    .sec9 .joke .map {
        transform: scale(0.2);
    }
}

@media screen and (max-width: 360px){
    .sec9 .joke .map {
        transform: scale(0.19);
    }
}




