.banner {
    height: 100vh;
    position: relative;
    z-index: 99;
    clip-path: circle(0% at 50% 50%)
}

.banner .swiper-pagination {
    bottom: 60px
}

.banner .swiper-pagination span {
    width: 14px;
    height: 8px;
    background: #FFFFFF;
    border-radius: 4px;
    margin: 0 10px 0 0 !important;
    opacity: 1 !important;
    transition: .6s ease
}

.banner .swiper-pagination span.swiper-pagination-bullet-active {
    width: 34px
}

.banner .button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    padding: 0 40px;
    z-index: 5;
    display: flex;
    justify-content: space-between;
    pointer-events: none;
    width: 100%
}

.banner .button .iconfont {
    pointer-events: auto;
    width: 66px;
    height: 48px;
    border-radius: 23px;
    border: 1px solid #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 18px;
    cursor: pointer;
    transition: .6s ease
}

.banner .button .iconfont:first-child {
    transform: rotate(180deg)
}

.banner .button .iconfont:hover {
    background: var(--color);
    border: 1px solid var(--color);
    color: #fff
}

.banner .swiper {
    height: 100%
}

.banner .swiper .swiper-slide {
    overflow: hidden;
    opacity: 0 !important;
    transition: 1s
}
.banner .swiper .swiper-slide:first-child:after{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0,0,0,.2);
}
.banner .swiper .swiper-slide .common_bg{
    object-fit: cover;
}

.banner .swiper .swiper-slide.swiper-slide-active {
    opacity: 1 !important
}

.banner .swiper .swiper-slide.swiper-slide-active .text .p1, .banner .swiper .swiper-slide.swiper-slide-active .text .p2, .banner .swiper .swiper-slide.swiper-slide-active .text .more_joke {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 300ms
}

.banner .swiper .swiper-slide.swiper-slide-active .text .p2 {
    transition-delay: 400ms
}

.banner .swiper .swiper-slide.swiper-slide-active .text .more_joke {
    transition-delay: 500ms
}

.banner .swiper .swiper-slide .text {
    position: relative;
    top: 218px;
    width: 100%;
    text-align: center;
    z-index: 2;
    padding: 0 20%;
}

.banner .swiper .swiper-slide .text .p1 {
    font-weight: 400;
    font-size: 26px;
    color: #FFFFFF;
    margin: 0 0 25px;
    transform: translateY(30px);
    opacity: 0;
    transition: opacity 300ms, transform 600ms 300ms
}

.banner .swiper .swiper-slide .text .p2 {
    font-weight: bold;
    font-size: 46px;
    color: #FFFFFF;
    transform: translateY(30px);
    opacity: 0;
    transition: opacity 300ms, transform 600ms 400ms
}

.banner .swiper .swiper-slide .text .more_joke {
    transform: translateY(30px);
    opacity: 0;
    transition: opacity 300ms, transform 600ms 500ms
}

.banner .swiper .swiper-slide .text .more {
    margin: 35px auto 0;
    width: 140px;
    height: 46px;
    background: #FFFFFF;
    border-radius: 23px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    transition: .6s ease
}

.banner .swiper .swiper-slide .text .more:hover {
    background: var(--color)
}

.banner .swiper .swiper-slide .text .more:hover p, .banner .swiper .swiper-slide .text .more:hover .iconfont {
    color: #fff
}

.banner .swiper .swiper-slide .text .more p {
    font-weight: 400;
    font-size: 16px;
    color: #0090D5;
    transition: .6s ease
}

.banner .swiper .swiper-slide .text .more .iconfont {
    font-size: 13px;
    color: var(--color);
    transition: .6s ease
}

.banner.on {
    clip-path: unset
}

.index1 .wrap {
    margin: 20px;
    display: grid;
    justify-content: space-between;
    gap: 20px;
    grid-template-columns:repeat(2, 1fr)
}

.index1 .wrap .item {
    width: 100%;
    position: relative;
    z-index: 1;
    overflow: hidden
}

.index1 .wrap .item:hover .text .p1 {
    color: var(--color)
}

.index1 .wrap .item:hover .img {
    transform: scale(1.05)
}

.index1 .wrap .item .img {
    width: 100%;
    height: 100%;
    transition: 1s
}

.index1 .wrap .item .text {
    position: absolute;
    width: 100%;
    text-align: center;
    top: 80px;
    left: 0;
    z-index: 2
}

.index1 .wrap .item .text .p1 {
    font-weight: bold;
    font-size: 36px;
    color: #1A1A1A;
    margin: 0 0 24px;
    transition: 1s
}

.index1 .wrap .item .text .p2 {
    font-weight: 400;
    font-size: 18px;
    color: #1A1A1A;
    margin: 0 0 30px
}

.index1 .wrap .item .text .more {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: auto;
    width: fit-content
}

.index1 .wrap .item .text .more p {
    font-weight: 400;
    font-size: 16px;
    color: #0090D5
}

.index1 .wrap .item .text .more .iconfont {
    font-size: 13px;
    color: var(--color);
    transition: .6s ease
}

.index2 {
    height: 100vh;
    position: relative
}

.index2 .fix .first .common_bg.move{
    mix-blend-mode: screen;
    transform: translateY(100vh);
    transition: 3s;
}
.index2 .fix .first .common_bg.move.on{
    transform: translateY(0);
}
.index2 .fix .first .common_bg.move{
    height: auto;
}
.index2 .fix {
    height: 100vh;
    position: sticky;
    position: -webkit-sticky;
    top: 0;
    overflow: hidden
}

.index2 .fix .first {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center
}

.index2 .fix .first .wrap {
    width: 1340px;
    margin: auto;
    position: relative;
    top: -57px
}

.index2 .fix .first .wrap .title {
    text-align: center
}

.index2 .fix .first .wrap .title .p1 {
    font-weight: bold;
    font-size: 48px;
    color: #FFFFFF;
    margin: 0 0 42px
}

.index2 .fix .first .wrap .title .p2 {
    width: 703px;
    font-weight: 400;
    font-size: 22px;
    color: #FFFFFF;
    line-height: 36px;
    margin: 0 auto 52px
}

.index2 .fix .first .wrap .title .more {
    width: 125px;
    height: 51px;
    border-radius: 25px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    font-size: 14px;
    color: #FFFFFF;
    margin: auto;
    transition: .6s ease
}

.index2 .fix .first .wrap .title .more:hover {
    background: var(--color);
    border: 1px solid var(--color);
    color: #fff
}

.index2 .fix .first .wrap .fig {
    display: flex;
    justify-content: space-between;
    margin: 90px 0 0 0
}

.index2 .fix .first .wrap .fig .item {
    width: 323px;
    padding: 44px 0 0 0;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    display: flex;
    justify-content: space-between
}

.index2 .fix .first .wrap .fig .item .l {
    display: flex
}

.index2 .fix .first .wrap .fig .item .l span {
    font-family: 'Bai Jamjuree', sans-serif;
    font-weight: bold;
    font-size: 72px;
    color: #fff
}

.index2 .fix .first .wrap .fig .item .l .dw {
    margin: 4px 0 0 13px;
    font-weight: bold;
    font-size: 30px;
    color: #fff
}

.index2 .fix .first .wrap .fig .item .r {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    margin: 15px 0 0 0
}

.index2 .fix .first .wrap .fig .item .r .icon {
    width: 28px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center
}

.index2 .fix .first .wrap .fig .item .r .icon img {
    object-fit: contain
}

.index2 .fix .first .wrap .fig .item .r p {
    font-weight: 400;
    font-size: 18px;
    color: #fff;
    margin: 9px 0 0 0
}

.index_animate {
    height: calc(100vh + 3000px)
}

.index_animate.on .first {
    opacity: 0;
    transform: translateY(-20px);
    transition-delay: 300ms;
    pointer-events: none
}

.index_animate.on .wrap {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 650ms;
    pointer-events: auto
}

.index_animate .fix {
    position: sticky;
    position: -webkit-sticky;
    top: 0;
    height: 100vh;
    background: linear-gradient(0deg, #4976B9, rgba(240, 248, 255, 0));
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden
}

.index_animate .first {
    position: absolute;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 36px;
    color: #FFFFFF;
    transition: opacity 300ms, transform 600ms 300ms;
    transition-delay: 650ms
}

.index_animate .wrap {
    opacity: 0;
    transform: translateY(30px);
    pointer-events: none;
    transition: opacity 300ms, transform 600ms 300ms;
    transition-delay: 300ms
}

.index_animate .wrap .title {
    text-align: center;
    font-weight: bold;
    font-size: 42px;
    color: #1A1A1A;
    margin: 0 0 56px
}

.index_animate .wrap .content .index1Swiper {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    width: 3832px
}

.index_animate .wrap .content .index1Swiper .swiper-slide .item {
    width: 100%;
    height: 580px;
    position: relative;
    border-radius: 18px;
    overflow: hidden
}

.index_animate .wrap .content .index1Swiper .swiper-slide .item:hover .img {
    transform: scale(1.05)
}

.index_animate .wrap .content .index1Swiper .swiper-slide .item .img {
    width: 100%;
    height: 100%;
    transition: 2s
}

.index_animate .wrap .content .index1Swiper .swiper-slide .item .position {
    position: absolute;
    width: 289px;
    height: 205px;
    background: #FFFFFF;
    border-radius: 16px;
    bottom: 12px;
    left: 12px;
    z-index: 2;
    padding: 25px 38px
}

.index_animate .wrap .content .index1Swiper .swiper-slide .item .position .p1 {
    font-weight: bold;
    font-size: 24px;
    color: #1A1A1A
}

.index_animate .wrap .content .index1Swiper .swiper-slide .item .position .p2 {
    font-weight: 500;
    font-size: 16px;
    color: #888888;
    line-height: 24px;
    margin: 16px 0
}

.index_animate .wrap .content .index1Swiper .swiper-slide .item .position .more {
    display: flex;
    align-items: center;
    width: fit-content;
    gap: 10px
}

.index_animate .wrap .content .index1Swiper .swiper-slide .item .position .more p {
    font-weight: 500;
    font-size: 14px;
    color: #0090D5
}

.index_animate .wrap .content .index1Swiper .swiper-slide .item .position .more .iconfont {
    font-size: 14px;
    color: var(--color)
}

.index3 {
    padding: 138px 0 44px
}

.index3 .wrap {
    width: 1600px;
    margin: auto
}

.index3 .wrap .title {
    font-weight: bold;
    font-size: 42px;
    color: #1A1A1A;
    margin: 0 0 84px;
    text-align: center
}

.index3 .wrap .content {
    display: flex;
    justify-content: space-between;
    margin: 0 0 20px
}

.index3 .wrap .content .item {
    width: 790px;
    height: 500px;
    position: relative;
    z-index: 1;
    overflow: hidden
}

.index3 .wrap .content .item:hover .img {
    transform: scale(1.05)
}

.index3 .wrap .content .item .img {
    width: 100%;
    height: 100%;
    transition: 1s
}

.index3 .wrap .content .item .position {
    position: absolute;
    left: 68px;
    bottom: 30px;
    z-index: 9
}

.index3 .wrap .content .item .position .p1 {
    font-weight: bold;
    font-size: 24px;
    color: #1A1A1A;
    margin: 0 0 12px
}

.index3 .wrap .content .item .position .p2 {
    font-weight: 500;
    font-size: 16px;
    color: #1A1A1A
}

.index3 .wrap .content .item .position .more {
    margin: 24px 0 0 0;
    width: 50px;
    height: 24px;
    background: #0090D5;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    color: #fff
}

.index3 .wrap .content2 {
    position: relative;
    z-index: 1;
    overflow: hidden;
    width: 100%;
    height: 550px;
    display: block
}

.index3 .wrap .content2:hover .img {
    transform: scale(1.05)
}

.index3 .wrap .content2 .img {
    width: 100%;
    height: 100%;
    transition: 1s
}

.index3 .wrap .content2 .position {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 224px;
    z-index: 9
}

.index3 .wrap .content2 .position .p1 {
    font-weight: bold;
    font-size: 24px;
    color: #1A1A1A;
    margin: 0 0 12px
}

.index3 .wrap .content2 .position .p2 {
    width: 310px;
    font-weight: 500;
    font-size: 16px;
    color: #1A1A1A;
    line-height: 24px
}

.index3 .wrap .content2 .position .more {
    margin: 24px 0 0 0;
    width: 50px;
    height: 24px;
    background: #0090D5;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    color: #fff
}

.index5 {
    padding: 110px 0 144px
}

.index5 .wrap {
    width: 1600px;
    margin: auto
}

.index5 .wrap .top {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.index5 .wrap .top .title .p1 {
    font-weight: bold;
    font-size: 44px;
    color: #1A1A1A;
    margin: 0 0 26px
}

.index5 .wrap .top .title .p2 {
    font-weight: 500;
    font-size: 16px;
    color: #1A1A1A
}

.index5 .wrap .top .button {
    display: flex;
    gap: 20px
}

.index5 .wrap .top .button .circle {
    width: 53px;
    height: 53px;
    border-radius: 50%;
    border: 1px solid var(--color);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0.4;
    cursor: pointer;
    transition: .6s ease
}

.index5 .wrap .top .button .circle:hover {
    opacity: 1
}

.index5 .wrap .top .button .circle:first-child {
    transform: rotate(180deg)
}

.index5 .wrap .top .button .circle .iconfont {
    color: var(--color);
    font-size: 16px
}

.index5 .wrap .content {
    margin: 72px 0 0 0
}

/**/
.index5 .wrap .content .swiper-pagination {
    margin: 40px auto 0;
    position: static;
    transition: .6s ease;
}

.index5 .wrap .content .swiper-pagination span {
    width: 12px;
    height: 6px;
    background: #C9C9C9;
    border-radius: 3px;
    margin: 0 10px 0 0 !important;
    transition: .6s;
    opacity: 1 !important
}

.index5 .wrap .content .swiper-pagination span:last-child {
    margin: 0 !important
}

.index5 .wrap .content .swiper-pagination span.swiper-pagination-bullet-active {
    background: #0090D5;
    width: 32px
}
/**/

.index5 .wrap .content .newsSwiper {
    width: 2420px
}

.index5 .wrap .content .newsSwiper .swiper-slide .item {
    height: 363px;
    background: #F6F6F6;
    border-radius: 24px;
    padding: 21px;
    display: flex;
    align-items: center
}

.index5 .wrap .content .newsSwiper .swiper-slide .item:hover .img img {
    transform: scale(1.05)
}

.index5 .wrap .content .newsSwiper .swiper-slide .item:hover .text .p1 {
    color: var(--color)
}

.index5 .wrap .content .newsSwiper .swiper-slide .item .img {
    width: 400px;
    height: 320px;
    overflow: hidden;
    border-radius: 15px;
    margin: 0 55px 0 0
}

.index5 .wrap .content .newsSwiper .swiper-slide .item .img img {
    width: 100%;
    height: 100%;
    transition: 1s
}

.index5 .wrap .content .newsSwiper .swiper-slide .item .text {
    width: 254px
}

.index5 .wrap .content .newsSwiper .swiper-slide .item .text .time {
    font-weight: 500;
    font-size: 16px;
    color: #1A1A1A;
    margin: 0 0 22px
}

.index5 .wrap .content .newsSwiper .swiper-slide .item .text .p1 {
    width: 234px;
    font-weight: bold;
    font-size: 22px;
    color: #1A1A1A;
    line-height: 32px;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin: 0 0 30px;
    transition: .6s ease
}

.index5 .wrap .content .newsSwiper .swiper-slide .item .text .p2 {
    font-weight: 400;
    font-size: 16px;
    color: #666666;
    line-height: 27px;
    margin: 0 0 50px;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 54px;
}

.index5 .wrap .content .newsSwiper .swiper-slide .item .text .more {
    width: 50px;
    height: 24px;
    background: #0090D5;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 16px
}

.index5 .wrap .content2 {
    margin: 146px 0 0 0
}

.index5 .wrap .content2 .p1 {
    text-align: center;
    font-weight: 800;
    font-size: 38px;
    color: #000000;
    margin: 0 0 30px
}

.index5 .wrap .content2 .index_search {
    width: 680px;
    height: 62px;
    background: #F6F6F6;
    border-radius: 31px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin: auto
}

.index5 .wrap .content2 .index_search input {
    width: 100%;
    height: 100%;
    padding: 0 30px;
    font-size: 16px;
    border: none;
    background: transparent
}

.index5 .wrap .content2 .index_search button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 43px;
    z-index: 2;
    background: transparent;
    font-size: 23px;
    color: #545454;
    cursor: pointer
}

.index5 .wrap .content2 .flex {
    width: 480px;
    margin: 40px auto 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 11px 8px
}

.index5 .wrap .content2 .flex .list {
    cursor: pointer;
    width: fit-content;
    padding: 0 20px;
    height: 38px;
    background: #FFFFFF;
    border-radius: 19px;
    border: 1px solid #DCDCDC;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 400;
    font-size: 16px;
    color: #888888;
    transition: .6s ease
}

.index5 .wrap .content2 .flex .list:hover {
    background: var(--color);
    border: 1px solid var(--color);
    color: #fff
}

.index4 {
    position: relative;
    padding: 110px 0 137px;
    background: linear-gradient(0deg, #4976B9, rgba(240, 248, 255, 0))
}

.index4 .wrap {
    width: 1420px;
    margin: auto
}

.index4 .wrap .top {
    width: 1008px;
    margin: auto;
    position: relative
}

.index4 .wrap .top .absolute {
    width: fit-content;
    margin: auto;
    transform-origin: top left;
}

.index4 .wrap .top .list {
    width: 48px;
    height: 48px;
    offset-path: path("M -576 399.5 A 600 375.5 0 0 1 24 24");
    position: absolute;
    top: -30px;
    left: 50%;
    transform: translate(-50%, 0);
    offset-distance: 0
}
.index4 .wrap .top .list.stop{
    animation-play-state: paused !important;
}

.index4 .wrap .top .list[data-direction=left] {
    offset-path: path("M -576 399.5 A 600 375.5 0 0 1 24 24");
    animation: move-logo-left 15s linear infinite
}

.index4 .wrap .top .list[data-direction=right] {
    offset-path: path("M 24 24 A 600 375.5 0 0 1 624 399.5");
    animation: move-logo-right 15s linear infinite;
    top: -27px;
}

.index4 .wrap .top .list:nth-child(2) {
    animation-delay: -1.5s
}

.index4 .wrap .top .list:nth-child(3) {
    animation-delay: -4.5s
}

.index4 .wrap .top .list:nth-child(4) {
    animation-delay: -7.5s
}

.index4 .wrap .top .list:nth-child(5) {
    animation-delay: -10.5s
}

.index4 .wrap .top .list:nth-child(6) {
    animation-delay: -13.5s
}

.index4 .wrap .top .list:nth-child(7) {
    animation-delay: -16.5s
}

.index4 .wrap .top .list:nth-child(8) {
    animation-delay: -3s
}

.index4 .wrap .top .list:nth-child(9) {
    animation-delay: -6s
}

.index4 .wrap .top .list:nth-child(10) {
    animation-delay: -9s
}

.index4 .wrap .top .list:nth-child(11) {
    animation-delay: -12s
}

.index4 .wrap .top .list:nth-child(12) {
    animation-delay: -15s
}

.index4 .wrap .top .list:nth-child(13) {
    animation-delay: -18s
}

.index4 .wrap .top .position {
    position: absolute;
    top: -42px;
    left: 50%;
    transform: translate(-50%, 0);
    width: 84px;
    height: 84px;
    background: #0090D5;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1
}

.index4 .wrap .top .position:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: var(--color);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
    animation: scaleAnimate 2s linear infinite;
    opacity: .5
}

.index4 .wrap .top .position:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: var(--color);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
    animation: scaleAnimate 2s linear infinite;
    opacity: .5;
    animation-delay: 1s
}

.index4 .wrap .top .position img {
    width: 20px
}

.index4 .wrap .text {
    margin-top: -200px;
    position: relative;
    z-index: 2
}

.index4 .wrap .text .p1 {
    width: 501px;
    font-weight: bold;
    font-size: 24px;
    color: #1A1A1A;
    line-height: 36px;
    margin: 0 auto 60px;
    text-align: center
}

.index4 .wrap .text .more {
    width: fit-content;
    padding: 0 24px;
    height: 50px;
    background: #0090D5;
    border-radius: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    font-weight: 400;
    font-size: 14px;
    color: #FFFFFF
}

.index4 .wrap .content {
    display: flex;
    justify-content: center;
    gap: 50px;
    margin: 100px 0 0 0;
}

.index4 .wrap .content .item {
    width: 382px;
    height: 210px;
    background: #FFFFFF;
    border-radius: 50px 0px 50px 0px;
    padding: 40px 0 46px 50px;
    position: relative
}

.index4 .wrap .content .item .add {
    width: 32px;
    height: 32px;
    position: absolute;
    top: 30px;
    right: 46px
}

.index4 .wrap .content .item .add:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 2px;
    background: #E0E5FC;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto
}

.index4 .wrap .content .item .add:before {
    content: '';
    position: absolute;
    width: 2px;
    height: 100%;
    background: #E0E5FC;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto
}

.index4 .wrap .content .item p {
    font-weight: 400;
    font-size: 16px;
    color: #1A1A1A;
    margin: 0 0 49px
}

.index4 .wrap .content .item span {
    font-weight: bold;
    font-size: 82px;
    color: #1A1A1A;
    line-height: 60px
}

.main {
    position: relative;
    z-index: 1
}

.main .main_sticky {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 5;
    pointer-events: none;
    --scale: 600px;
}

.main .main_sticky .joke {
    width: var(--scale);
    height: var(--scale);
    position: sticky;
    position: -webkit-sticky;
    top: calc(100vh - var(--scale));
    margin: calc(100vh - var(--scale)) auto 0
}

.main .main_sticky .index_canvas {
    width: 100%;
    height: 100%;
    margin: auto;
    position: relative;
    top: 50px
}

@keyframes scaleAnimate {
    0% {
        transform: translate(-50%, -50%);
        opacity: .5
    }
    100% {
        transform: translate(-50%, -50%) scale(2);
        opacity: 0
    }
}

@keyframes move-logo-right {
    0% {
        opacity: 0;
        filter: blur(4px);
        --image-scale: 0.5;
        offset-distance: 67%
    }
    25% {
        filter: blur(0);
        opacity: 1
    }
    65% {
        --image-scale: 1
    }
    to {
        offset-distance: 0
    }
}

@keyframes move-logo-left {
    0% {
        opacity: 0;
        filter: blur(4px);
        --image-scale: 0.5;
        offset-distance: 33%
    }
    25% {
        filter: blur(0);
        opacity: 1
    }
    65% {
        --image-scale: 1
    }
    to {
        offset-distance: 100%
    }
}

.loading {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    /*z-index: 999999999999;*/
    z-index: 9;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center
}

.loading .load_num {
    position: absolute;
    font-family: 'Bai Jamjuree', sans-serif;
    font-weight: bold;
    font-size: 18px;
    color: #1A1A1A;
    bottom: 99px;
    left: 50%;
    transform: translateX(-50%)
}

.loading .before {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 9
}

.loading .before .cir {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    clip-path: circle(0.5% at 50% 50%);
    background: #E8E8E8
}

.loading .before .cir.on {
    background: var(--color)
}

.loading .before .cir.on:nth-child(3) {
    background: #0A61CE
}

.loading .before .cir.on:nth-child(2) {
    background: #2E83ED
}

.loading .before .cir:first-child {
    opacity: .6
}

.loading .wrap .first {
    position: relative;
    top: 45px
}

.loading .wrap .first svg {
    width: 46px
}

.loading .wrap .first svg path {
    fill: #E8E8E8;
    transition: .6s ease
}

.loading .wrap .first svg path.on {
    fill: #0090D5
}

@media screen and (max-width: 1919px) {
    .banner .swiper-pagination{
        bottom: 3.125vw;
    }
    .banner .swiper-pagination span{
        width: 0.7291666667vw;
        height: 0.4166666667vw;
        border-radius: 0.2083333333vw;
        margin: 0px 0.5208333333vw 0px 0px !important;
    }
    .banner .swiper-pagination span.swiper-pagination-bullet-active{
        width: 1.7708333333vw;
    }
    .banner .button{
        padding: 0px 2.0833333333vw;
    }
    .banner .button .iconfont{
        width: 3.4375vw;
        height: 2.5vw;
        border-radius: 1.1979166667vw;
        font-size: 0.9375vw;
    }
    .banner .swiper .swiper-slide .text{
        top: 11.3541666667vw;
    }
    .banner .swiper .swiper-slide .text .p1{
        font-size: 1.3541666667vw;
        margin: 0px 0px 1.3020833333vw;
        transform: translateY(1.5625vw);
    }
    .banner .swiper .swiper-slide .text .p2{
        font-size: 2.3958333333vw;
        transform: translateY(1.5625vw);
    }
    .banner .swiper .swiper-slide .text .more_joke{
        transform: translateY(1.5625vw);
    }
    .banner .swiper .swiper-slide .text .more{
        margin: 1.8229166667vw auto 0px;
        width: 7.2916666667vw;
        height: 2.3958333333vw;
        border-radius: 1.1979166667vw;
        gap: 0.5208333333vw;
    }
    .banner .swiper .swiper-slide .text .more p{
        font-size: 0.8333333333vw;
    }
    .banner .swiper .swiper-slide .text .more .iconfont{
        font-size: 0.6770833333vw;
    }
    .index1 .wrap{
        margin: 1.0416666667vw;
        gap: 1.0416666667vw;
    }
    .index1 .wrap .item .text{
        top: 4.1666666667vw;
    }
    .index1 .wrap .item .text .p1{
        font-size: 1.875vw;
        margin: 0px 0px 1.25vw;
    }
    .index1 .wrap .item .text .p2{
        font-size: 0.9375vw;
        margin: 0px 0px 1.5625vw;
    }
    .index1 .wrap .item .text .more{
        gap: 0.5208333333vw;
    }
    .index1 .wrap .item .text .more p{
        font-size: 0.8333333333vw;
    }
    .index1 .wrap .item .text .more .iconfont{
        font-size: 0.6770833333vw;
    }
    .index2 .fix .first .wrap{
        width: 69.7916666667vw;
        top: -2.96875vw;
    }
    .index2 .fix .first .wrap .title .p1{
        font-size: 2.5vw;
        margin: 0px 0px 2.1875vw;
    }
    .index2 .fix .first .wrap .title .p2{
        width: 36.6145833333vw;
        font-size: 1.1458333333vw;
        line-height: 1.875vw;
        margin: 0px auto 2.7083333333vw;
    }
    .index2 .fix .first .wrap .title .more{
        width: 6.5104166667vw;
        height: 2.65625vw;
        border-radius: 1.3020833333vw;
        font-size: 0.7291666667vw;
    }
    .index2 .fix .first .wrap .fig{
        margin: 4.6875vw 0px 0px;
    }
    .index2 .fix .first .wrap .fig .item{
        width: 16.8229166667vw;
        padding: 2.2916666667vw 0px 0px;
    }
    .index2 .fix .first .wrap .fig .item .l span{
        font-size: 3.75vw;
    }
    .index2 .fix .first .wrap .fig .item .l .dw{
        margin: 0.2083333333vw 0px 0px 0.6770833333vw;
        font-size: 1.5625vw;
    }
    .index2 .fix .first .wrap .fig .item .r{
        margin: 0.78125vw 0px 0px;
    }
    .index2 .fix .first .wrap .fig .item .r .icon{
        width: 1.4583333333vw;
        height: 1.4583333333vw;
    }
    .index2 .fix .first .wrap .fig .item .r p{
        font-size: 0.9375vw;
        margin: 0.46875vw 0px 0px;
    }
    .index_animate.on .first{
        transform: translateY(-1.0416666667vw);
    }
    .index_animate .first{
        font-size: 1.875vw;
    }
    .index_animate .wrap{
        transform: translateY(1.5625vw);
    }
    .index_animate .wrap .title{
        font-size: 2.1875vw;
        margin: 0px 0px 2.9166666667vw;
    }
    .index_animate .wrap .content .index1Swiper{
        width: 199.5833333333vw;
    }
    .index_animate .wrap .content .index1Swiper .swiper-slide .item{
        height: 30.2083333333vw;
        border-radius: 0.9375vw;
    }
    .index_animate .wrap .content .index1Swiper .swiper-slide .item .position{
        width: 15.0520833333vw;
        height: 10.6770833333vw;
        border-radius: 0.8333333333vw;
        bottom: 0.625vw;
        left: 0.625vw;
        padding: 1.3020833333vw 1.9791666667vw;
    }
    .index_animate .wrap .content .index1Swiper .swiper-slide .item .position .p1{
        font-size: 1.25vw;
    }
    .index_animate .wrap .content .index1Swiper .swiper-slide .item .position .p2{
        font-size: 0.8333333333vw;
        line-height: 1.25vw;
        margin: 0.8333333333vw 0px;
    }
    .index_animate .wrap .content .index1Swiper .swiper-slide .item .position .more{
        gap: 0.5208333333vw;
    }
    .index_animate .wrap .content .index1Swiper .swiper-slide .item .position .more p{
        font-size: 0.7291666667vw;
    }
    .index_animate .wrap .content .index1Swiper .swiper-slide .item .position .more .iconfont{
        font-size: 0.7291666667vw;
    }
    .index3{
        padding: 7.1875vw 0px 2.2916666667vw;
    }
    .index3 .wrap{
        width: 83.3333333333vw;
    }
    .index3 .wrap .title{
        font-size: 2.1875vw;
        margin: 0px 0px 4.375vw;
    }
    .index3 .wrap .content{
        margin: 0px 0px 1.0416666667vw;
    }
    .index3 .wrap .content .item{
        width: 41.1458333333vw;
        height: 26.0416666667vw;
    }
    .index3 .wrap .content .item .position{
        left: 3.5416666667vw;
        bottom: 1.5625vw;
    }
    .index3 .wrap .content .item .position .p1{
        font-size: 1.25vw;
        margin: 0px 0px 0.625vw;
    }
    .index3 .wrap .content .item .position .p2{
        font-size: 0.8333333333vw;
    }
    .index3 .wrap .content .item .position .more{
        margin: 1.25vw 0px 0px;
        width: 2.6041666667vw;
        height: 1.25vw;
        border-radius: 0.625vw;
        font-size: 0.8333333333vw;
    }
    .index3 .wrap .content2{
        height: 28.6458333333vw;
    }
    .index3 .wrap .content2 .position{
        left: 11.6666666667vw;
    }
    .index3 .wrap .content2 .position .p1{
        font-size: 1.25vw;
        margin: 0px 0px 0.625vw;
    }
    .index3 .wrap .content2 .position .p2{
        width: 16.1458333333vw;
        font-size: 0.8333333333vw;
        line-height: 1.25vw;
    }
    .index3 .wrap .content2 .position .more{
        margin: 1.25vw 0px 0px;
        width: 2.6041666667vw;
        height: 1.25vw;
        border-radius: 0.625vw;
        font-size: 0.8333333333vw;
    }
    .index5{
        padding: 5.7291666667vw 0px 7.5vw;
    }
    .index5 .wrap{
        width: 83.3333333333vw;
    }
    .index5 .wrap .top .title .p1{
        font-size: 2.2916666667vw;
        margin: 0px 0px 1.3541666667vw;
    }
    .index5 .wrap .top .title .p2{
        font-size: 0.8333333333vw;
    }
    .index5 .wrap .top .button{
        gap: 1.0416666667vw;
    }
    .index5 .wrap .top .button .circle{
        width: 2.7604166667vw;
        height: 2.7604166667vw;
    }
    .index5 .wrap .top .button .circle .iconfont{
        font-size: 0.8333333333vw;
    }
    .index5 .wrap .content{
        margin: 3.75vw 0px 0px;
    }
    .index5 .wrap .content .swiper-pagination{
        margin: 2.0833333333vw auto 0px;
    }
    .index5 .wrap .content .swiper-pagination span{
        width: 0.625vw;
        height: 0.3125vw;
        border-radius: 0.15625vw;
        margin: 0px 0.5208333333vw 0px 0px !important;
    }
    .index5 .wrap .content .swiper-pagination span.swiper-pagination-bullet-active{
        width: 1.6666666667vw;
    }
    .index5 .wrap .content .newsSwiper{
        width: 126.0416666667vw;
    }
    .index5 .wrap .content .newsSwiper .swiper-slide .item{
        height: 18.90625vw;
        border-radius: 1.25vw;
        padding: 1.09375vw;
    }
    .index5 .wrap .content .newsSwiper .swiper-slide .item .img{
        width: 20.8333333333vw;
        height: 16.6666666667vw;
        border-radius: 0.78125vw;
        margin: 0px 2.8645833333vw 0px 0px;
    }
    .index5 .wrap .content .newsSwiper .swiper-slide .item .text{
        width: 13.2291666667vw;
    }
    .index5 .wrap .content .newsSwiper .swiper-slide .item .text .time{
        font-size: 0.8333333333vw;
        margin: 0px 0px 1.1458333333vw;
    }
    .index5 .wrap .content .newsSwiper .swiper-slide .item .text .p1{
        width: 12.1875vw;
        font-size: 1.1458333333vw;
        line-height: 1.6666666667vw;
        margin: 0px 0px 1.5625vw;
    }
    .index5 .wrap .content .newsSwiper .swiper-slide .item .text .p2{
        font-size: 0.8333333333vw;
        line-height: 1.40625vw;
        margin: 0px 0px 2.6041666667vw;
        height: 2.8125vw;
    }
    .index5 .wrap .content .newsSwiper .swiper-slide .item .text .more{
        width: 2.6041666667vw;
        height: 1.25vw;
        border-radius: 0.625vw;
        font-size: 0.8333333333vw;
    }
    .index5 .wrap .content2{
        margin: 7.6041666667vw 0px 0px;
    }
    .index5 .wrap .content2 .p1{
        font-size: 1.9791666667vw;
        margin: 0px 0px 1.5625vw;
    }
    .index5 .wrap .content2 .index_search{
        width: 35.4166666667vw;
        height: 3.2291666667vw;
        border-radius: 1.6145833333vw;
    }
    .index5 .wrap .content2 .index_search input{
        padding: 0px 1.5625vw;
        font-size: 0.8333333333vw;
    }
    .index5 .wrap .content2 .index_search button{
        right: 2.2395833333vw;
        font-size: 1.1979166667vw;
    }
    .index5 .wrap .content2 .flex{
        width: 25vw;
        margin: 2.0833333333vw auto 0px;
        gap: 0.5729166667vw 0.4166666667vw;
    }
    .index5 .wrap .content2 .flex .list{
        padding: 0px 1.0416666667vw;
        height: 1.9791666667vw;
        border-radius: 0.9895833333vw;
        font-size: 0.8333333333vw;
    }
    .index4{
        padding: 5.7291666667vw 0px 7.1354166667vw;
    }
    .index4 .wrap{
        width: 73.9583333333vw;
    }
    .index4 .wrap .top{
        width: 52.5vw;
    }
    .index4 .wrap .top .list{
        width: 2.5vw;
        height: 2.5vw;
        top: -1.5625vw;
    }
    .index4 .wrap .top .list[data-direction="right"]{
        top: -1.40625vw;
    }
    .index4 .wrap .top .position{
        top: -2.1875vw;
        width: 4.375vw;
        height: 4.375vw;
    }
    .index4 .wrap .top .position img{
        width: 1.0416666667vw;
    }
    .index4 .wrap .text{
        margin-top: -10.4166666667vw;
    }
    .index4 .wrap .text .p1{
        width: 26.09375vw;
        font-size: 1.25vw;
        line-height: 1.875vw;
        margin: 0px auto 3.125vw;
    }
    .index4 .wrap .text .more{
        padding: 0 1.25vw;
        height: 2.6041666667vw;
        border-radius: 1.3020833333vw;
        font-size: 0.7291666667vw;
    }
    .index4 .wrap .content .item{
        width: 19.8958333333vw;
        height: 10.9375vw;
        border-radius: 2.6041666667vw 0px;
        padding: 2.0833333333vw 0px 2.3958333333vw 2.6041666667vw;
    }
    .index4 .wrap .content .item .add{
        width: 1.6666666667vw;
        height: 1.6666666667vw;
        top: 1.5625vw;
        right: 2.3958333333vw;
    }
    .index4 .wrap .content .item .add::after{
        height: 0.1041666667vw;
    }
    .index4 .wrap .content .item .add::before{
        width: 0.1041666667vw;
    }

    .index4 .wrap .content .item p{
        font-size: 0.8333333333vw;
        margin: 0px 0px 2.5520833333vw;
    }
    .index4 .wrap .content .item span{
        font-size: 4.2708333333vw;
        line-height: 3.125vw;
    }
    .main .main_sticky{
        --scale: 31.25vw;
    }
    .main .main_sticky .index_canvas{
        top: 2.6041666667vw;
    }
    .loading .load_num{
        font-size: 0.9375vw;
        bottom: 5.15625vw;
    }
    .loading .wrap .first{
        top: 2.34375vw;
    }
    .loading .wrap .first svg{
        width: 2.3958333333vw;
    }
}

@media screen and (max-width: 1024px) {
    .loading .load_num{
        font-size: 16px;
        bottom: 30px;
    }
    .loading .wrap .first svg{
        width: 46px;
    }
    .loading .wrap .first{
        top: 45px;
    }
    .loading .before .cir {
        clip-path: circle(1.2% at 50% 50%);
    }

    .banner .swiper .swiper-slide .text {
        top: 47%;
        transform: translateY(-50%);
        padding: 0 5%;
    }
    .banner .swiper .swiper-slide .text .p1{
        font-size: 14px;
        margin: 0 0 15px;
    }
    .banner .swiper .swiper-slide .text .p2{
        font-size: 24px;
    }
    .banner .swiper .swiper-slide .text .more{
        width: fit-content;
        height: 40px;
        border-radius: 23px;
        padding: 0 30px;
        margin: 30px auto 0;
    }
    .banner .swiper .swiper-slide .text .more p{
        font-size: 13px;
    }
    .banner .swiper .swiper-slide .text .more .iconfont{
        font-size: 13px;
    }
    .banner .button .iconfont{
        width: 57px;
        height: 34px;
        border-radius: 23px;
        font-size: 14px;
    }
    .banner .button{
        padding: 0 5%;
        display: none;
    }
    html{
        overflow: hidden;
    }
    body{
        height: 100vh;
    }
    .banner .swiper .swiper-slide:after{
        content: '';
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background: rgba(0,0,0,0.2);
    }
    .banner .swiper-pagination span{
        width: 14px;
        height: 3px;
        border-radius: 4px;
        margin: 0 5px 0 0!important;
    }
    .banner .swiper-pagination span:last-child{
        margin: 0!important;
    }
    .banner .swiper-pagination span.swiper-pagination-bullet-active{
        width: 34px;
    }
    .index1 .wrap{
        margin: 10px;
        grid-template-columns: repeat(2,1fr);
        gap: 10px;
    }
    .index1 .wrap .item{
        height: 420px;
    }
    .index1 .wrap .item .text{
        top: 35px;
    }
    .index1 .wrap .item .text .p1{
        font-size: 22px;
        margin: 0 0 5px;
    }
    .index1 .wrap .item .text .p2{
        font-size: 13px;
        margin: 0 0 15px;
    }
    .index1 .wrap .item .text .more{
        gap: 10px;
    }
    .index1 .wrap .item .text .more p{
        font-size: 12px;
    }
    .index1 .wrap .item .text .more .iconfont{
        font-size: 13px;
    }
    .index2{
        height: auto;
    }
    .main .main_sticky{
        display: none;
    }
    .index2 .fix .first .wrap .title .p1{
        font-size: 24px;
        margin: 0 0 15px;
    }
    .index2 .fix .first .wrap .title .p2{
        width: 100%;
        font-size: 13px;
        line-height: 25px;
    }
    .index2 .fix .first .wrap .title .more{
        width: fit-content;
        height: 40px;
        padding: 0 25px;
        border-radius: 25px;
        margin: 25px auto 0;
        font-size: 14px;
    }
    .index2 .fix .first .common_bg{
        transform: translateY(0) scale(2.5) !important;
        transform-origin: top!important;
    }
    .index2 .fix{
        height: auto;
        position: relative;
    }
    .index2 .fix .first .wrap .fig{
        margin: 40px 0 0 0;
    }
    .index2 .fix .first .wrap{
        width: 90%;
        top: 0;
        position: relative;
        z-index: 10;
    }
    .index2 .fix .first{
        position: relative;
        z-index: 10;
        padding: 100px 0 50px 0;
    }
    .index2 .fix .first .wrap .fig .item .l span{
        font-size: 30px;
    }
    .index2 .fix .first .wrap .fig{
        flex-direction: column;
    }
    .index2 .fix .first .wrap .fig .item{
        width: 100%;
        padding: 15px 0;
    }

    .index2 .fix .first .wrap .fig .item .l .dw{
        margin: 5px 0 0 10px;
        font-size: 14px;
    }
    .index2 .fix .first:after{
        content: '';
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background: linear-gradient(0deg,rgba(0,0,0,.3),rgba(0,0,0,0),rgba(0,0,0,0),rgba(0,0,0,0));
        z-index: 3;
    }
    .index2 .fix .first .wrap .fig .item .r .icon{
        width: 20px;
        height: 20px;
    }
    .index2 .fix .first .wrap .fig .item .r p{
        font-size: 13px;
        margin: 10px 0 0 0;
    }
    .index_animate{
        height: auto;
    }
    .index_animate .fix{
        height: auto;
    }
    .index_animate .first{
        position: static;
        height: auto;
        font-size: 35px;
        display: none;
    }
    .index_animate .wrap{
        transform: none;
        opacity: 1;
        padding: 70px 5%;
        pointer-events: auto;
        width: 100vw;
    }
    .index_animate .wrap .title{
        font-size: 22px;
        margin: 0 0 35px;
    }
    .index_animate .wrap .content .index1Swiper{
        width: 190%;
        left: 0;
        transform: none;
    }
    .index_animate .wrap .content .index1Swiper .swiper-slide .item{
        height: auto;
        border-radius: 15px;
    }
    .index_animate .wrap .content .index1Swiper .swiper-slide .item .img{
        height: 180px;
        position: relative;
        z-index: 5;
    }
    .index_animate .wrap .content .index1Swiper .swiper-slide .item .position{
        position: static;
        width: 100%;
        height: auto;
        padding: 40px 5% 20px 5%;
        transform: none;
        display: block;
        margin-top: -15px;
    }
    .index_animate .wrap .content .index1Swiper .swiper-slide .item .position .p1{
        font-size: 14px;
        margin: 0 0 10px;
    }
    .index_animate .wrap .content .index1Swiper .swiper-slide .item .position .p2{
        font-size: 13px;
        height: 50px;
        -webkit-line-clamp: 2;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        overflow: hidden;
        line-height: 25px;
        margin: 0;
    }

    .index_animate .wrap .content .index1Swiper .swiper-slide .item .position .more{
        gap: 7px;
        margin: 20px 0 0 0;
    }
    .index_animate .wrap .content .index1Swiper .swiper-slide .item .position .more p{
        font-size: 14px;
    }
    .index_animate .wrap .content .index1Swiper .swiper-slide .item .position .more .iconfont{
        font-size: 13px;
    }
    .index4 .wrap .top{
        display: none;
    }
    .index4 .wrap .text{
        margin-top: 0;
    }
    .index4 .wrap .text .p1{
        width: 100%;
        font-size: 16px;
        line-height: 25px;
        margin: 0 0 20px;
    }
    .index4 .wrap .text .more{
        width: fit-content;
        height: 40px;
        border-radius: 25px;
        font-size: 13px;
        padding: 0 20px;
    }
    .index4 .wrap .content{
        margin: 30px 0 0 0;
        gap: 0;
    }
    .index4 .wrap{
        width: 90%;
    }

    .index4{
        padding: 60px 0 30px 0;
    }
    .index4 .wrap .content{
        flex-direction: column;
        margin: 40px 0 0 0;
    }
    .index4 .wrap .content .item {
        width: 100%;
        height: auto;
        border-radius: 15px 0 15px 0;
        padding: 20px;
        margin: 0 0 20px!important;
    }
    .index4 .wrap .content .item p{
        font-size: 13px;
        margin: 0 0 20px;
    }
    .index4 .wrap .content .item span{
        font-size: 30px;
        line-height: 1.4;
    }
    .index4 .wrap .content .item .add{
        width: 20px;
        height: 20px;
        right: 20px;
        top: 20px;
    }

    .index4 .wrap .content .item .add::after{
        height: 1px;
    }
    .index4 .wrap .content .item .add::before{
        width: 1px;
    }

    .index4 .wrap .sj_top{
        display: block!important;
        margin: 0 0 45px;
        position: relative;
        left: 50%;
        width: 100vw;
        transform: translateX(-50%);
    }

    .index4 .wrap .sj_top .go{
        width: max-content;
        display: flex;
        animation: goAnimate 30s linear infinite;
    }

    @keyframes goAnimate {
        100%{
            transform: translateX(-50%);
        }
    }
    .index4 .wrap .sj_top .go .flex{
        display: flex;
    }
    .index4 .wrap .sj_top .go .flex img{
        max-width: 50px;
        height: 40px;
        margin: 0 80px 0 0;
        object-fit: contain;
    }

    .index3{
        padding: 45px 0;
    }
    .index3 .wrap{
        width: 90%;
    }
    .index3 .wrap .title{
        font-size: 22px;
        margin: 0 0 30px;
    }
    .index3 .wrap .content{
        margin: 0;
        flex-direction: column;
    }
    .index3 .wrap .content .item {
        width: 100%;
        height: auto;
        margin: 0 0 40px;
    }
    .index3 .wrap .content .item .position{
        position: static;
        margin: 15px 0 0 0;
    }

    .index3 .wrap .content .item .position .p1 {
        font-size: 18px;
        margin: 0px 0px 10px;
    }
    .index3 .wrap .content .item .position .p2{
        font-size: 13px;
    }
    .index3 .wrap .content .item .position .more{
        margin: 30px 0 0 0;
        width: fit-content;
        height: 25px;
        padding: 0 20px;
        border-radius: 15px;
        font-size: 13px;
    }
    .index3 .wrap .content2{
        height: auto;
    }
    .index3 .wrap .content2 .img{
        height: 150px;
    }
    .index3 .wrap .content2 .position{
        position: static;
        transform: none;
        margin: 15px 0 0 0;
    }
    .index3 .wrap .content2 .position .p1{
        font-size: 18px;
        margin: 0px 0px 10px;
    }

    .index3 .wrap .content2 .position .p2{
        font-size: 13px;
        width: 100%;
        line-height: 1.6;
    }
    .index3 .wrap .content2 .position .more{
        margin: 30px 0 0 0;
        width: fit-content;
        height: 25px;
        padding: 0 20px;
        border-radius: 15px;
        font-size: 13px;
    }
    .index5 .wrap{
        width: 90%;
    }
    .index5 .wrap .top{
    }

    .index5 .wrap .top .title .p1{
        font-size: 20px;
        margin: 0 0 10px;
    }
    .index5 .wrap .top .title .p2{
        font-size: 12px;
    }
    .index5 .wrap .top .button .circle{
        width: 40px;
        height: 40px;
    }
    .index5 .wrap .top .button .circle .iconfont{
        font-size: 16px;
    }
    .index5 .wrap .top .button{
        gap: 14px;
    }
    .index5 .wrap .content{
        margin: 30px 0 0 0;
    }
    .index5 .wrap .content .newsSwiper{
        width: 190%;
    }
    .index5 .wrap .content .newsSwiper .swiper-slide .item{
        height: auto;
        border-radius: 10px;
        padding: 15px 10px;
        flex-direction: column;
    }
    .index5 .wrap .content .newsSwiper .swiper-slide .item .img{
        width: 100%;
        height: 50vw;
        border-radius: 10px;
        margin: 0 0 10px;
    }
    .index5 .wrap .content .newsSwiper .swiper-slide .item .text{
        width: 100%;
        margin: 10px 0 0 0 ;
    }
    .index5 .wrap .content .newsSwiper .swiper-slide .item .text .time{
        font-size: 13px;
        margin: 0 0 10px;
    }
    .index5 .wrap .content .newsSwiper .swiper-slide .item .text .p1{
        width: 100%;
        font-size: 15px;
        line-height: 25px;
        margin: 0 0 15px;
    }
    .index5 .wrap .content .newsSwiper .swiper-slide .item .text .p2{
        font-size: 12px;
        line-height: 25px;
        height: 50px;
    }
    .index5 .wrap .content .newsSwiper .swiper-slide .item .text .more{
        margin: 30px 0 0 0;
        width: fit-content;
        height: 25px;
        padding: 0 20px;
        border-radius: 15px;
        font-size: 13px;
    }
    .index5 .wrap .content .swiper-pagination span{
        width: 14px;
        height: 3px;
        border-radius: 4px;
        margin: 0 5px 0 0 !important;
    }
    .index5 .wrap .content .swiper-pagination span:last-child{
        margin: 0!important;
    }
    .index5 .wrap .content .swiper-pagination span.swiper-pagination-bullet-active{
        width: 34px;
    }
    .index5 .wrap .content .swiper-pagination{
        margin: 30px 0 0 0;
    }
    .index5 .wrap .content2{
        margin: 30px 0 0 0;
    }
    .index5 .wrap .content2 .p1{
        font-size: 20px;
        margin: 0 0 15px;
    }
    .index5 .wrap .content2 .index_search{
        width: 100%;
        height: 40px;
        border-radius: 25px;
    }
    .index5 .wrap .content2 .index_search input{
        padding: 0 20px;
        font-size: 14px;
    }
    .index5 .wrap .content2 .index_search button{
        right: 20px;
        font-size: 16px;
    }
    .index5 .wrap .content2 .flex{
        width: 100%;
        margin: 25px auto 0;
        gap: 11px 8px;
    }
    .index5 .wrap .content2 .flex .list {
        padding: 0 15px;
        height: 35px;
        border-radius: 19px;
        font-size: 12px;
    }
    .index5{
        padding: 10px 0 40px;
    }

    .banner .swiper .swiper-slide .common_bg{
        display: none;
    }
    .banner .swiper .swiper-slide .common_bg.sj_common_bg{
        display: block!important;
    }
}

@media screen and (max-width: 550px) {
    .index1 .wrap{
        grid-template-columns: repeat(1,1fr);
    }
    .index5 .wrap .content .newsSwiper .swiper-slide .item .img{
        height: 170px;
    }
}
