<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.banner {
     width: 100%;
     height: 100vh;
    position: relative;
}
.banner .bg {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}
.banner .bg .swiper {
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.index_banner_bg .swiper-pagination-bullet {
    width: 34px;
    height: 34px;
    margin-right: 26px !important;
    transition: 0.6s;
    position: relative;
    background: unset;
}
.index_banner_bg .swiper-pagination-bullet svg {
    opacity: 0;
}
.index_banner_bg .swiper-pagination-bullet-active svg {
    opacity: 1;
}
.index_banner_bg .swiper-pagination-bullet:after {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 50%;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    transition: 0.6s;
    z-index: 9;
}
.index_banner_bg .swiper-pagination-bullet-active:after {
    opacity: 0;
}
.index_banner_bg .swiper-pagination-bullet-active svg .path-loop-bg {
    fill: none;
    stroke: transparent;
    stroke-miterlimit: 10;
    stroke-width: 1px;
}
.index_banner_bg .swiper-pagination span .path-loop-bg{
    fill: none;
    stroke: transparent;
    stroke-miterlimit: 10;
    stroke-width: 4px;
    stroke: rgba(0,0,0,0.2);
}
.index_banner_bg .swiper-pagination span .path-loop{
    stroke-dashoffset: 157px;
    fill: none;
    stroke: rgba(17, 129, 192, 1);
    stroke-miterlimit: 10;
    stroke-width: 4px;
    transition: 0.6s;
}
.index_banner_bg .swiper-pagination .swiper-pagination-bullet-active .path-loop{
    animation: index_circle 6s linear forwards;
}
.sec1 .swiper .swiper-slide {
    display: flex;
    justify-content: space-between;
}
.sec1 .swiper .swiper-slide .item {
    display: block;
}
@keyframes index_circle {
    0% {
        stroke-dashoffset: 157px;
    }
    100% {
        stroke-dashoffset: 19px;
    }
}
.banner .bg .swiper-slide {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
}
.banner .bg .swiper-slide .slide-inner {
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.banner .bg img {
    width: 100%;
    height: 100%;
    display: block;
}
.banner .text {
    position: absolute;
    top: 180px;
    left: 180px;
    z-index: 2;
}
.banner .text p {
    display: flex;
    /*opacity: 0;*/
}
.banner .text p div {
    transition: 1s;
    clip-path: inset(100% 0 0 0);
    transition: 0.6s;
    transform: translateY(10px);
}
.sec0.active_on .banner .text p {
    opacity: 1;
}
.sec0.active_on .banner .text p div {
    clip-path: inset(0 0 0 0);
    transform: translateY(0);
}
.banner .text h1 div {
    transition: 1s;
    clip-path: inset(100% 0 0 0);
    transition: 0.6s;
    transform: translateY(10px);
}
.sec0.active_on .banner .text h1 {
    opacity: 1;
}
.sec0.active_on .banner .text h1 div {
    clip-path: inset(0 0 0 0);
    transform: translateY(0);
}
.banner .text p:nth-child(1) {
    font-size: 18px;
    font-family: ITC Avant Garde Gothic Std;
    font-weight: normal;
    color: #FFFFFF;
    margin-bottom: 40px;
}
.banner .text h1 {
    font-size: 60px;
    font-family: Source Han Sans CN;
    font-weight: bold;
    color: #FFFFFF;
    margin-bottom: 26px;
    display: flex;
    /*opacity: 0;*/
}
.banner .text p:nth-last-child(1) {
    font-size: 19px;
    font-family: Source Han Sans CN;
    font-weight: 300;
    color: #FFFFFF;
}
.banner .bottom {
    width: fit-content;
    display: flex;
    position: absolute;
    bottom: 0;
    left: 180px;
    z-index: 2;
}
.banner .bottom .line {
    width: 1px;
    height: 90px;
    background: rgba(0, 0, 0, 0.1);
    position: relative;
}
.banner .bottom .line:after {
    content: "";
    position: absolute;
    width: 1px;
    height: 30px;
    background: #00AA7E;
    top: 0;
    left: 0;
    animation: 3s gotop infinite linear;
}
@keyframes gotop {
    0% {
        transform: translateY(0);

    }
    50% {
        transform: translateY(200%);

    }
    100% {
        transform: translateY(0);

    }
}
.banner .bottom p {
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #FFFFFF;
    margin-left: 20px;
    padding-top: 8px;
}
.sec1 {
    width: 100%;
    position: relative;
}
.sec1  .fp-tableCell {
    display: flex;
    align-items: center;
}
.sec1 .swiper-pagination {
    position: absolute;
    bottom: 20px!important;
    left: 50%;
    /*transform: translateX(-50%);*/
}
.sec1 .swiper {
    opacity: 0;
    transform: translateY(50px);
    transition: 1s;
    transition-delay: 0.6s;
}
.sec1.active .swiper {
    opacity: 1;
    transform: translateY(0);
}
.sec1 .swiper-pagination .swiper-pagination-bullet {
    transition: 1s;
}
.sec1 .swiper-pagination .swiper-pagination-bullet-active {
    background: #1181C0;
    width: 30px;
    height: 8px;
    border-radius: 6px;
}
.sec1 .joke {
    width: 1560px;
    margin: 0 auto 30px;
    padding-top: 155px;
}
.sec1 .joke .item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 14px;
}
.sec1 .joke .item:nth-child(2n) {
    flex-direction: row-reverse;
}
.sec1 .joke .item .img {
    display: block;
    width: 700px;
    height: 365px;
    overflow: hidden;
}
.sec1 .joke .item .img img {
    max-width: 100%;
    height: 100%;
    margin: auto;
    display: block;
    transition: 3s;
}
.sec1 .joke .item .img:hover img {
    transform: scale(1.2);
}
.sec1 .joke .item .content {
    width: 700px;
    margin-top: 35px;
}
.sec1 .joke .item .content .title p {
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 300;
    color: #1181C0;
}
.sec1 .joke .item .content .title h1 {
    font-size: 40px;
    font-family: ITC Avant Garde Gothic Std;
    font-weight: 500;
    color: #333333;
    margin-bottom: 20px;
}
.sec1 .joke .item .content&gt;p {
    font-size: 18px;
    font-family: Source Han Sans CN;
    font-weight: 300;
    color: #333333;
    line-height: 32px;
}
.sec1 .joke .item .content&gt;p:nth-last-child(2) {

}
.sec1 .joke .item .content .more {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 280px;
    height: 48px;
    background: #1181C0;
    border-radius: 24px;
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 300;
    color: #FFFFFF;
    margin-top: 53px;
}
.sec1 .joke .item:nth-child(2n) .content .more {
    background: #00AA7E;
}
.sec2 {
    width: 100%;
    height: 100vh;
    position: relative;
}
.sec2 .main {
    height: 100%;
}
.sec2 .bg {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}
.sec2 .bg img {
    display: block;
    width: 100%;
    height: 100%;
}
.sec2 .wrap {
    width: 100%;
    height: 100%;
    display: flex;
}
.sec2 .wrap .item {
    width: 25%;
    border-right: 1px solid rgba(255, 255, 255, 0.1);
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-direction: column;
}
.sec2 .wrap .item .iconfont {
    font-size: 60px;
    color: #ffffff;
    margin-bottom: 21px;
    transition: 1s;
    height: 80px;
}
.sec2 .wrap .item:last-child .iconfont {
    transform: scale(0.7);
    margin-bottom: 20px;
}
.sec2 .wrap .item:last-child:hover .iconfont {
    transform: scale(0.7) rotateY(180deg);
}
.sec2 .wrap .item:hover .iconfont {
    transform: rotateY(180deg);
}
.sec2 .wrap .item p {
    font-size: 22px;
    font-family: Source Han Sans CN;
    font-weight: 300;
    color: #FFFFFF;
    margin-bottom: 83px;
    height: 58px;
    text-align: center;
}
.sec2 .wrap .item .iconfont svg {
    width: 80px;
    height: 80px;
    margin-top: -10px;
}
.sec2 h1 {
    font-size: 40px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 50px;
    text-align: center;
    position: absolute;
    top: 425px;
    left: 50%;
    transform: translateX(-50%);

}
.sec2 h1 span {
    display: block;
    font-size: 40px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 50px;
    text-align: center;
    clip-path: inset(0 100% 0 0);
    transition-delay: 1.5s;
    transition: 1.5s;
}
.sec2 h1 span:nth-last-child(1) {
    transition-delay: 0.6s;
}
.sec2.active h1 span {
    clip-path: inset(0 0% 0 0);
}
.sec3 {
    position: relative;
    background: #F5F5F5;
    overflow: hidden;
}
.sec3 .bg {
    display: block;
    position: absolute;
    left: -200px;
    top: -177px;
    animation: 10s xz infinite linear;
}
@keyframes xz {
    100% {
        transform:rotate(360deg);
    }

}
.sec3 .joke {
    width: 1560px;
    margin: auto;
    display: flex;
    padding-top: 174px;
    justify-content: space-between;
}
.sec3 .joke .right {
    width: 750px;
}
.sec3 .joke .right h1 {
    font-size: 40px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #333333;
    position: relative;
    margin-bottom: 78px;
    opacity: 0;
    transform: translateY(30px);
    transition: 1s;
    transition-delay: 0.6s;
}
.sec3.active .joke .right h1 {
    opacity: 1;
    transform: translateY(0);
}
.sec3 .joke .right h1:after {
    content: "";
    width: 30px;
    height: 4px;
    background: #1181C0;
    border-radius: 2px;
    position: absolute;
    left: 0;
    bottom: -25px;
}
.sec3 .joke .right p {
    font-size: 18px;
    font-family: Source Han Sans CN;
    font-weight: 300;
    color: #333333;
    line-height: 32px;
    overflow: hidden;
    overflow: hidden;
}
.sec3 .joke .right p img {
    width: 100%;
    display: block;
    margin-top: 15px;
    transition: 1s;
    transition-delay: 0.6s;
    transform: scale(1.2);
}
.sec3.active .joke .right p img {
    transform: scale(1);
}
.sec3 .joke .left .numList li {
    width: 500px;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #E6E6E6;
    padding-bottom: 15px;
    margin-bottom: 141px;
    align-items: flex-end;
}
.sec3 .joke .left .numList li .num {
    font-size: 36px;
    font-family: ITC Avant Garde Gothic Std;
    font-weight: 500;
    color: #333333;
}
.sec3 .joke .left .numList li p {
    font-size: 18px;
    font-family: Source Han Sans CN;
    font-weight: 300;
    color: #333333;
}
.sec3 .joke .left .numList li:nth-last-child(1) {
    margin-bottom: 220px;
}
.sec3 .joke .left .more {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 280px;
    height: 48px;
    background: #00AA7E;
    border-radius: 24px;
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 300;
    color: #FFFFFF;
}
.sec4 .title {
    padding-top: 144px;
    width: 990px;
    margin: 0 auto 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.sec4 .title h1 {
    font-size: 40px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #333333;
    opacity: 0;
    transform: translateY(-60px);
    transition: 1.5s;
    transition-delay: 0.6s;
}
.sec4 .title a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 280px;
    height: 48px;
    background: #1181C0;
    border-radius: 24px;
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 300;
    color: #FFFFFF;
}
.sec4.active .title h1 {
    opacity: 1;
    transform: translateY(0);
}
.sec4 .swiper {
    width: 3540px;
    position: relative;
    left: 50%;
    transform: translate(-50%,60px);
    opacity: 0;
    transition: 1.5s;
    transition-delay: 0.6s;
}
.sec4.active .swiper {
    transform: translate(-50%,0);
    opacity: 1;
}
.sec4 .swiper&gt;p {
    position: absolute;
    top: 248px;
    left: 1094px;
    display: flex;
}
.sec4 .swiper&gt;p span {
    font-size: 16px;
    font-family: ITC Avant Garde Gothic Std;
    font-weight: 500;
    color: rgba(153, 153, 153, 1);
    line-height: 32px;
}
.sec4 .swiper&gt;p span:nth-child(1) {
    color: #1181C0;
    transition: 1s;
}

.sec4 .swiper .swiper-slide {
    position: relative;
    height: 800px;
}
.sec4 .swiper .swiper-slide .img {
    width: 990px;
    height: 510px;
}
.sec4 .swiper .swiper-slide .img img {
    display: block;
    width: 100%;
    height: 100%;
}
.sec4 .swiper .swiper-slide .text {
    width: 790px;
    opacity: 0;
    transition: 1s;
    pointer-events: none;
    position: absolute;
    background: #FFFFFF;
    top: 401px;
    left: 50%;
    transform: translateX(-50%);
    padding: 46px 42px;
    display: flex;
    box-shadow: 0px 0px 30px 0px rgba(102,102,102,0.1);
}
.sec4 .swiper .swiper-slide .text:after {
    content: "";
    width: 0%;
    height: 6px;
    background: #1181C0;
    position: absolute;
    top: 0;
    left: 0;
    transition: 1s;
}
.sec4 .swiper .swiper-slide .text:hover:after {
    width: 100%;
}
.sec4 .swiper .swiper-slide .text .info {
    border-right: 1px solid #E6E6E6;
    padding-right: 58px;
}
.sec4 .swiper .swiper-slide .text .info h1 {
    font-size: 26px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #333333;
    width: 530px;
    margin-bottom: 30px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.sec4 .swiper .swiper-slide .text .info p {
    width: 530px;
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 300;
    color: #333333;
    line-height: 32px;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 40px;
}
.sec4 .swiper .swiper-slide .text .info .time {
    font-size: 14px;
    font-family: ITC Avant Garde Gothic Std;
    font-weight: normal;
    color: #333333;
    margin-bottom: unset;
}
.sec4 .swiper .swiper-slide-active .text {
    opacity: 1;
    pointer-events: unset;
}
.sec4 .swiper .swiper-slide .text .more {
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 300;
    color: #333333;
    margin-left: 54px;
    margin-top: 25px;
    transition: 1s;
}
.sec4 .swiper .swiper-slide .text .more:hover {
    color: #1181C0;
}
.footer {
    height: auto!important;
}
.footer .fp-tableCell {
    height: auto!important;
}
.load {
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999999999;
    background: #ffffff;
}
.load video {
    height: 100%;
    width: 100%;
    object-fit: cover;
    display: block;
}
.load img {
    width: fit-content;
    height: fit-content;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.sec1 .joke .swiper-pagination-bullet:only-child {
    display: inline-block!important;
}



@media screen and (max-width: 1700px){
    .banner .text h1 {
        font-size: 42px;
    }
    .banner .text {
        top: 40%;
    }
    .sec1 .joke {
        height: 100%;
    }
    .sec1 .swiper {
        height: 100%;
    }
    .sec1 .joke .item {
        height: 46%;
    }
    .sec1 .joke .item .img {
        height: 100%;
        width: 100%;
        display: flex;
        align-items: flex-start;
    }
    .sec1 .joke .item .img img{
        width: 100%;
    }
    .sec1 .swiper .swiper-slide .item{
        width: 46%;
    }
    .sec1 .joke .item:nth-child(2n) .img  {
        align-items: flex-end;
    }
    .sec1 .joke {
        width: 90%;
    }
    .sec1 .joke .item .content {
        width: 100%;
    }
    .sec1 .joke .item .content .title h1 {
        font-size: 30px;
    }
    .sec2 h1 {
        top: 40%;
    }
    .sec3 .joke {
        height: 100%;
    }
    .sec3 .joke .left {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        padding-bottom: 30px;
    }
    .sec3 .joke .left .numList li:nth-last-child(1) {
        margin-bottom: 0;
    }
    .sec4 .swiper .swiper-slide .img {
        width: 100%;
    }
    .sec4 .swiper {
        width: 180%;
        height: 75%;
    }
    .sec4 .swiper .swiper-slide .img {
        height: 420px;
    }
    .sec4 .swiper .swiper-slide {
        height: unset;
    }
    .sec4 .swiper .swiper-slide .text {
        width: 80%;
        padding: 20px 32px;
    }
    .sec3 .bg {
        width: 400px;
        left: -123px;
        top: -123px;
    }
    .sec4 .swiper .swiper-slide-active .text {
        top: unset;
        bottom: 102px;
    }
    .sec4 .swiper .swiper-slide .text .info {
        width: 80%;
    }
    .sec4 .swiper .swiper-slide .text .info h1 {
        width: 100%;
    }
    .sec4 .swiper .swiper-slide .text .info p {
        width: 100%;
    }
    .sec4 .swiper .swiper-slide .text .info h1 {
        font-size: 18px;
    }
    .sec4 .swiper .swiper-slide .text .info p {
        font-size: 12px;
        line-height: 20px;
    }
    .sec4 .swiper .swiper-slide .text .more {
        width: 20%;
        margin-left: 5%;
    }
}
@media screen and (max-width: 1600px){
    .sec3 .joke {
        width: 90%;
    }
    .sec3 .joke {
        padding-top: 140px;
    }
    .sec3 .joke .right p {
        font-size: 14px;
        line-height: 26px;
    }
    .sec3 .joke .right h1 {
        font-size: 30px;
        margin-bottom: 34px;
    }
    .sec3 .joke .right h1:after {
        bottom: -20px;
    }
    .sec3 .joke .left {
        width: 30%;
    }
    .sec3 .joke .left .numList {
        width: 100%;
    }
    .sec3 .joke .left .numList li {
        width: 100%;
    }
    .sec3 .joke .left .numList li .num {
        font-size: 26px;
    }
    .sec3 .joke .right {
        width: 55%;
    }
    .sec4 .title {
        margin: 0 auto 25px;
    }
    .sec4 .title h1 {
        font-size: 30px;
    }
    .sec4 .title a {
        width: 180px;
        height: 40px;
    }
}
@media screen and (max-width: 1500px){
    .sec1 .joke .item .content&gt;p {
        font-size: 16px;
        line-height: 28px;
    }
    .sec2 h1 span {
        font-size: 30px;
    }
    .sec3 .joke .left .numList li {
        margin-bottom: 80px;
    }
    .sec4 .swiper .swiper-slide .img {
        height: 340px;
    }
    .sec3 .joke .right p img {
        height: 230px;
    }
    .banner .text h1 {
        font-size: 42px;
    }
}
@media screen and (max-width: 1366px){
    .sec1 .joke .item .content&gt;p {
        font-size: 14px;
        line-height: 24px;
    }

}
@media screen and (max-width: 1365px){
    .banner .text p:nth-child(1) span {
        font-size: 16px!important;
    }
    .banner .text p:nth-last-child(1) span {
        font-size: 18px!important;
    }
    .banner .bottom {
        left: 5%;
    }
    .banner .text {
        top: 17%;
        left: 5%;
    }
    .banner .text p:nth-child(1) {
        width: 90%;
        font-size: 14px;
    }
    .banner .text h1 {
        font-size: 42px;
        /*width: 90%;*/
    }
    .banner .text p:nth-last-child(1) {
        font-size: 14px;
        width: 90%;
    }
    .sec1 .joke {
        padding-top: 60px;
    }
    .sec1 {
        height: unset!important;
    }
    .sec1 .fp-tableCell {
        height: unset!important;
    }


    .sec1 .joke .item .content .title h1 {
        font-size: 20px;
        margin-top: 20px;
        margin-bottom: 10px;
    }
    .sec1 .joke .item .content .more {
        width: 200px;
        height: 40px;
        margin-top: 25px;
    }

    .sec1 .joke .item {
        margin-bottom: 40px;
    }
    .sec1 .joke .item .content&gt;p {
        font-size: 12px;
    }
    .sec2 h1 {
        width: 90%;
        top: 20%;
    }
    .sec2 h1 span {
        font-size: 24px;
    }
    .sec2 .wrap .item p {
        font-size: 14px;
    }
    .sec2 .wrap .item {
        width: 33.3333%;
    }

    .sec3 {
        height: unset!important;
    }
    .sec3 .fp-tableCell {
        height: unset!important;
    }


    .sec4 .title {
        width: 90%;
    }
    .sec4 {
        height: unset!important;
    }
    .sec4 .fp-tableCell {
        height: unset!important;
    }
    .sec4 .title {
        padding-top: 50px;
    }
    .sec4 .swiper {
        width: 90%;
        margin: 0 auto 20px;
        transform: unset!important;
        position: unset;
        height: unset;
    }
    .sec4 .swiper .swiper-slide .text {
        width: 100%;
        position: unset;
        transform: unset;
    }
    .sec4 .swiper .swiper-slide .img {
        height: unset;
    }
    .sec4 .swiper .swiper-slide .img img {
        height: 370px;
    }
    .sec4 .swiper .swiper-slide .text {
        padding: 20px 10px;
        background: #1181C0;
    }
    .sec4 .swiper .swiper-slide .text .info h1 {
        color: #FFFFFF;
        margin-bottom: 20px;
    }
    .sec4 .swiper .swiper-slide .text .info p {
        color: #FFFFFF;
        margin-bottom: 25px;
    }
    .sec4 .swiper .swiper-slide .text .info .time {
        color: #FFFFFF;
    }
    .sec4 .swiper .swiper-slide .text .more {
        color: #FFFFFF;
    }
    .sec4 .swiper .swiper-slide .text .info {
        padding-right: 25px;
    }
    .sec4 .title h1 {
        font-size: 24px;
    }
    .sec4 .title a {
        width: 130px;
        height: 30px;
        font-size: 12px;
    }
    .sec3 .joke {
        padding: 80px 0;
    }
    .sec3 .bg {
        width: 200px;
        left: -20px;
        top: -53px;
    }
    #fullPage {
        overflow-x: hidden;

    }
    .sec1 .swiper {
        opacity: 1!important;
        transform: unset !important;
    }
    .sec4 .title h1 {
        opacity: 1;
        transform: translateY(0);
    }
    .sec4 .swiper {
        transform: unset;
        opacity: 1;
    }
    .sec0 {
        height: unset!important;
    }
    .banner .bg {
        position: unset;
    }
    .sec0 .fp-tableCell {
        height: unset!important;
    }
    .banner {
        height: 100%;
    }
    .banner .text p {
        display: none;
    }
    .banner .text p:nth-child(1) {
        margin-bottom: 20px;
    }
    .banner .text {
        width: 90%;
    }
    .banner .text h1 {
        font-size: 20px;
        margin-bottom: 20px;
    }
    .banner .bottom .line {
        height: 60px;
    }
    .banner .bottom p {
        margin-left: 10px;
        font-size: 12px;
    }
    .index_banner_bg .swiper-pagination-bullet {
        width: 15px;
        height: 15px;
    }
    .sec3 .joke .right p img {
        height: auto;
    }

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

    .banner .text {
        top: 24%;
    }
    .banner .text h1 {
        width: 90%;
    }
    .banner .text h1 {
        font-size: 18px;
    }
    .sec3 .joke {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .sec1 .joke .item:nth-child(2n) {
        flex-direction: column;
    }
    .sec1 .joke .item {
        height: auto;
        flex-direction: column;
    }
    .sec1 .joke .item .img {
        width: 100%;
        height: auto;
    }
    .sec1 .joke .item .content {
        width: 100%;
    }
    .sec3 .joke {
        flex-direction: column-reverse;
    }
    .sec3 .joke .right {
        width: 100%;
        margin-bottom: 30px;
    }
    .sec3 .joke .right h1 {
        font-size: 24px;
    }
    .sec3 .joke .left {
        width: 100%;
    }
    .sec3 .joke .left .numList li {
        margin-bottom: 30px;
    }
    .sec3 .joke .left .more {
        margin: 40px auto 0;
    }
}

@media screen and (max-width: 565px) {
    .sec1 .swiper .swiper-slide{
        flex-direction: column;
    }
    .sec1 .swiper .swiper-slide .item{
        width: 100%;
    }

    .sec2 h1 span {
        line-height: 32px;
        font-size: 20px;
    }
    .sec2 .wrap .item{
        border-right: none;
    }
    .sec2 .wrap{
        flex-wrap: wrap;
        padding-top: 40vh;
    }
    .sec2 .wrap .item {
        width: 50%;
    }
    .sec2 .wrap .item .iconfont {
        height: 60px;
    }
    .sec2 .wrap .item p {
        margin-bottom: 30px;
    }
    .sec2 h1 {
        top: 10%;
    }
}

@media screen and (max-width: 500px){
    .sec4 .swiper .swiper-slide .img img {
        height: 200px;
    }
    .sec0 {
        height: 50vh!important;
    }
    .banner .bg {
        position: unset;
    }
    .sec0 .fp-tableCell {
        height: 50vh!important;
    }
}
</pre></body></html>