.banner {
    height: 100vh;
    position: relative;
    z-index: 1
}

.banner .swiper-pagination {
    right: 260px;
    width: fit-content;
    left: unset;
    bottom: 124px;
    z-index: 2
}

.banner .swiper-pagination span {
    width: 25px;
    height: 2px;
    border-radius: 0;
    opacity: 1;
    background: rgba(255, 255, 255, 0.3);
    transition: .3s ease;
    margin: 0 10px 0 0 !important
}

.banner .swiper-pagination span:last-child {
    margin: 0 !important
}

.banner .swiper-pagination span.swiper-pagination-bullet-active {
    background: #fff
}

.banner .swiper {
    width: 100%;
    height: 100%
}

.banner .swiper .swiper-slide.swiper-slide-active .content .p1,
.banner .swiper .swiper-slide.swiper-slide-active .content .more_joke {
    opacity: 1;
    transform: translateY(0)
}

.banner .swiper .swiper-slide.swiper-slide-active .content .more_joke {
    transition-delay: .3s
}

.banner .swiper .back {
    width: 100%;
    height: 100%
}

.banner .swiper .back video,
.banner .swiper .back img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.banner .swiper .content {
    width: 1400px;
    margin: auto;
    position: absolute;
    bottom: 300px;
    left: 50%;
    transform: translateX(-50%)
}

.banner .swiper .content .p1 {
    font-size: 64px;
    line-height: 74px;
    color: #fff;
    margin: 0 0 44px;
    opacity: 0;
    transform: translateY(20px);
    transition: 1s
}

.banner .swiper .content .more_joke {
    opacity: 0;
    transform: translateY(50px);
    transition: 1s;
    display: block
}

.banner .swiper .content .more_joke .more {
    padding: 0 40px;
    width: fit-content;
    height: 66px;
    border: 1px solid #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .6s ease;
    gap: 11px
}

.banner .swiper .content .more_joke .more:hover {
    background: #fff
}

.banner .swiper .content .more_joke .more:hover p {
    color: #000
}

.banner .swiper .content .more_joke .more:hover img {
    filter: invert(1)
}

.banner .swiper .content .more_joke .more p {
    font-size: 16px;
    color: #fff;
    transition: .6s ease
}

.banner .swiper .content .more_joke .more img {
    width: 13px;
    transition: .6s ease
}


.indexAbout {
    padding: 107px 0 50px
}

.indexAbout .wrap {
    display: flex;
    justify-content: space-between;
    width: 1400px;
    margin: 0 auto;
    padding-bottom: 50px;
    border-bottom: 1px solid #D9D9D9;
}

.indexAbout .wrap .content {
    width: 50%;
}

.indexAbout .wrap .content .text {
    font-size: 18px;
    color: #333;
    text-align: justify;
}



.index1 {
    padding: 70px 0 50px
}

.index1 .wrap {
    width: 1400px;
    margin: auto;

}

.index1 .wrap .top {
    padding: 0 0 49px;
    display: flex;
    align-items: flex-end;
    justify-content: space-between
}

.index1 .wrap .content {
    display: flex;
    justify-content: space-between;
}

.index1 .wrap .content .item {
    width: 450px;
    position: relative;
    z-index: 1;
    border-radius: 18px;
    display: block
}

.index1 .wrap .content .item .joke {
    width: 100%;
    height: 100%;
    border-radius: inherit;
    position: relative;
    z-index: 1;
    padding: 20px 20px 40px 20px;
    transition: .6s ease
}

.index1 .wrap .content .item .joke:hover {
    transform: translateY(-30px)
}

.index1 .wrap .content .item .joke:hover:after {
    box-shadow: 0px 0px 60px 0px #00000012;
    background: #FFFFFF
}

.index1 .wrap .content .item .joke:hover .img img {
    transform: scale(1.05)
}

.index1 .wrap .content .item .joke:hover .text .p1 {
    color: var(--color)
}

.index1 .wrap .content .item .joke:hover .text .other .more p {
    color: var(--color)
}

.index1 .wrap .content .item .joke:hover .text .other .more svg path {
    stroke: var(--color)
}

.index1 .wrap .content .item .joke:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    border-radius: inherit;
    transition: .6s ease
}

.index1 .wrap .content .item .joke .img {
    width: 100%;
    height: 230px;
    border-radius: 12px;
    overflow: hidden
}

.index1 .wrap .content .item .joke .img img {
    width: 100%;
    height: 100%;
    transition: .6s ease
}

.index1 .wrap .content .item .joke .text {
    margin: 20px 0 0 0
}

.index1 .wrap .content .item .joke .text .p1 {
    font-size: 30px;
    line-height: 38px;
    color: #000;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 76px;
    transition: .6s ease
}

.index1 .wrap .content .item .joke .text .p2 {
    font-size: 16px;
    line-height: 28px;
    color: #777;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 84px
}

.index1 .wrap .content .item .joke .text .other {
    margin: 30px 0 0 0;
    border-top: 1px solid #D9D9D9;
    padding: 25px 0 0 0;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.index1 .wrap .content .item .joke .text .other .time {
    font-size: 16px;
    color: #888888
}

.index1 .wrap .content .item .joke .text .other .more {
    display: flex;
    align-items: center;
    gap: 13px
}

.index1 .wrap .content .item .joke .text .other .more p {
    font-size: 16px;
    color: #666666;
    transition: .6s ease
}

.index1 .wrap .content .item .joke .text .other .more svg {
    width: 12px;
    height: 12px;
    transition: .6s ease;
    position: relative;
    top: 1px
}

.index1 .wrap .content .item .joke .text .other .more svg path {
    stroke: #666666
}

.indexCustomer {
    padding: 70px 0 50px;

    margin: 0 auto;


}

.indexCustomer .CustomerBox .title {
    font-size: 36px;
    width: 1400px;
    margin: 0 auto;
}

.indexCustomer .CustomerBox .content {
    display: flex;
    width: max-content;

    margin: 50px 0 50px;
}

.indexCustomer .CustomerBox .ContractContent {
    display: flex;

    width: 1400px;
    margin: 50px auto;
}

.indexCustomer .CustomerBox .content .contentScroll {
    display: flex;
    margin-bottom: 30px;
}

.indexCustomer .CustomerBox .scroll01 {
    animation: CustomerScroll 70s linear infinite;
}

.indexCustomer .CustomerBox .scroll02 {
    animation: CustomerScroll 60s linear infinite;
}

.indexCustomer .CustomerBox .scroll03 {
    animation: CustomerScroll 48s linear infinite;
}

@keyframes CustomerScroll {
    100% {
        transform: translateX(-50%);
    }
}

.indexCustomer .CustomerBox .item {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 270px;
    height: 138px;
    border: 1px solid #EEEEEE;
    border-radius: 14px;
    padding: 9px 12px;
    margin: 0 40px 0 0;
    text-align: center;
    transition: all .6s;
}

.indexCustomer .CustomerBox .item:hover {
    border: 1px solid #00AEEF;

}

.indexJourney {
    padding: 50px 0 54px;
    position: relative;
    z-index: 1
}

.indexJourney .wrap {
    width: 1400px;
    margin: 0 auto;
}

.indexJourney .wrap .contentBox {
    display: flex;
    margin-top: 50px;
    justify-content: space-between;
}

.indexJourney .wrap .contentBox .img {

    height: 288px;
    border-radius: 12px;
    overflow: hidden;
}

.indexContact {
    padding: 100px 0 154px;
    position: relative;
    z-index: 1
}

.indexContact .wrap {
    display: flex;
    justify-content: space-between;
    width: 1400px;
    margin: 0 auto;
}

.indexContact .wrap .left .common_title .name {
    padding-top: 20px;
    font-weight: bold;
    font-size: 32px;
}

.indexContact .wrap .left .content {
    padding-top: 150px;
}

.indexContact .wrap .left .content .tel {
    display: flex;
}

.indexContact .wrap .left .content .img {
    width: 22px;
}

.indexContact .wrap .left .content .text {
    padding-left: 20px;
    font-size: 16px;
    line-height: 30px;
    color: #333;
    width: 450px;
}

.indexContact .wrap .left .content .mail {
    display: flex;
    padding-top: 30px;
}





@media screen and (max-width: 1919px) {
    .banner .swiper-pagination {
        right: 13.5416666667vw;
        bottom: 6.4583333333vw
    }

    .banner .swiper-pagination span {
        width: 1.3020833333vw;
        height: 0.1041666667vw;
        margin: 0px 0.5208333333vw 0px 0px !important
    }

    .banner .swiper .content {
        width: 72.9166666667vw;
        bottom: 6.4583333333vw
    }

    .banner .swiper .content .p1 {
        font-size: 3.3333333333vw;
        line-height: 3.8541666667vw;
        margin: 0px 0px 2.2916666667vw
    }

    .banner .swiper .content .more_joke .more {
        padding: 0px 2.0833333333vw;
        height: 3.4375vw;
        gap: 0.5729166667vw
    }

    .banner .swiper .content .more_joke .more p {
        font-size: 0.8333333333vw
    }

    .banner .swiper .content .more_joke .more img {
        width: 0.6770833333vw
    }

    .index1 {
        padding: 5.5729166667vw 0px 2.6041666667vw
    }

    .index1 .wrap {
        width: 72.9166666667vw
    }

    .index1 .wrap .top {
        padding: 0px 0px 2.5520833333vw
    }

    .index1 .wrap .content {
        margin: 3.6458333333vw 0px 0px
    }

    .index1 .wrap .content .item {
        width: 23.4375vw;
        border-radius: 0.9375vw
    }

    .index1 .wrap .content .item .joke {
        padding: 1.0416666667vw 1.0416666667vw 2.0833333333vw
    }

    .index1 .wrap .content .item .joke:hover {
        transform: translateY(-1.5625vw)
    }

    .index1 .wrap .content .item .joke:hover::after {
        box-shadow: rgba(0, 0, 0, 0.07) 0px 0px 3.125vw 0px
    }

    .index1 .wrap .content .item .joke .img {
        height: 11.9791666667vw;
        border-radius: 0.625vw
    }

    .index1 .wrap .content .item .joke .text {
        margin: 1.0416666667vw 0px 0px
    }

    .index1 .wrap .content .item .joke .text .p1 {
        font-size: 1.5625vw;
        line-height: 1.9791666667vw;
        height: 3.9583333333vw
    }

    .index1 .wrap .content .item .joke .text .p2 {
        margin: 1.8229166667vw 0px 0px;
        font-size: 0.8333333333vw;
        line-height: 1.4583333333vw;
        height: 4.375vw
    }

    .index1 .wrap .content .item .joke .text .other {
        margin: 1.5625vw 0px 0px;
        padding: 1.3020833333vw 0px 0px
    }

    .index1 .wrap .content .item .joke .text .other .time {
        font-size: 0.8333333333vw
    }

    .index1 .wrap .content .item .joke .text .other .more {
        gap: 0.6770833333vw
    }

    .index1 .wrap .content .item .joke .text .other .more p {
        font-size: 0.8333333333vw
    }

    .index1 .wrap .content .item .joke .text .other .more svg {
        width: 0.625vw;
        height: 0.625vw
    }

}

@media screen and (max-width: 768px) {
    .indexAbout {
        padding: 60px 0 20px;
    }

    .indexAbout .wrap {
        width: 90%;
        flex-direction: column;
    }

    .indexAbout .wrap .content {
        width: 100%;
        padding-top: 40px;
    }

    .indexAbout .wrap .content .text {
        font-size: 14px;
    }

    .indexCustomer {
        width: 90%;
    }

    .indexCustomer .CustomerBox .ContractContent {
        width: max-content;
        margin: 50px 0;
        overflow: hidden;
    }

    .indexCustomer .CustomerBox .title {
        font-size: 24px;
        width: auto;
    }

    .indexCustomer .CustomerBox .content {
        margin: 30px 0 30px;
    }

    .indexCustomer .CustomerBox .item {
        width: 200px;
        height: 100px;
        margin: 0 20px 0 0;
    }

    .indexCustomer .CustomerBox .scroll04 {
        display: flex;
        width: max-content;
        animation: CustomerScroll 14s linear infinite;
    }

    .indexJourney {
        padding: 0;
    }

    .indexJourney .wrap {
        width: 90%;
    }

    .indexJourney .wrap .contentBox {
        flex-direction: column;
    }

    .indexJourney .wrap .contentBox .img {
        height: auto;
        margin-bottom: 30px;
    }

    .indexContact {
        padding: 50px 0 50px;
    }

    .indexContact .wrap {
        width: 90%;
        flex-direction: column;
    }

    .indexContact .wrap .left .content{
                padding-top: 36px;
    }
    .indexContact .wrap .left .common_title .name{
        font-size: 16px;
    }
    .indexContact .wrap .left .content .mail{
        padding-top: 10px;
    }
    .footer .wrap .top p{
        text-align: center;
    }
    .parallax {
        transform: none !important
    }

    .banner {
        height: 40vh;
        min-height: 40vh;
        margin-top: 60px;
    }

    .banner .swiper .content {
        z-index: 1;
        bottom: 40%;
        width: 90%
    }

    .banner .swiper .content .p1 {
        font-size: 28px;
        line-height: 30px;
        margin: 0 0 25px
    }

    .banner .swiper .back video {
        display: none
    }

    .banner .swiper .back video.sj_video {
        display: block !important
    }

    .banner .swiper .back .common_video {
        display: block !important;
        height: 100%;
        width: 100%;
    }

    .banner .swiper .back .common_video canvas {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .banner .swiper .content .more_joke .more {
        height: 45px;
        padding: 0 20px;
        gap: 15px
    }

    .banner .swiper .content .more_joke .more p {
        font-size: 14px
    }

    .banner .swiper .content .more_joke .more img {
        width: 12px
    }

    .banner .swiper-pagination {
        right: unset;
        left: 50%;
        bottom: 20px;
        transform: translateX(-50%)
    }

    .banner .swiper-pagination span {
        width: 25px;
        height: 2px;
        margin: 0 10px 0 0 !important
    }

    .banner .swiper-pagination span:last-child {
        margin: 0 !important
    }

    .common_title .label {
        border-radius: 4px;
        height: 35px;
        padding: 0 15px;
        font-size: 13px;
        margin: 0 0 15px !important
    }

    .common_title .title {
        font-size: 24px
    }

    .common_title .title br {
        display: none
    }

    .common_more {
        height: 40px;
        padding: 0 15px;
        gap: 8px;
        border-radius: 48px
    }

    .common_more p {
        font-size: 14px
    }

    .common_more .circle {
        width: 24px;
        height: 24px
    }

    .common_more .circle img {
        width: 12px
    }

    .index1 {
        padding: 50px 0
    }

    .index1 .wrap {
        width: 90%
    }

    .index1 .wrap .top {
        padding: 0 0 30px;
        flex-direction: column;
        align-items: unset;
        gap: 30px
    }

    .index1 .wrap .content {
        margin: 30px 0 0 0;
        flex-direction: column
    }

    .index1 .wrap .content .item {
        width: 100%;
        height: auto;
        border-radius: 15px
    }

    .index1 .wrap .content .item:not(:last-child) {
        margin: 0 0 20px
    }

    .index1 .wrap .content .item .joke {
        padding: 15px 15px 25px 15px;
        background: #fff;
        box-shadow: 0px 0px 60px 0px #00000012
    }

    .index1 .wrap .content .item .joke .img {
        height: auto;
        border-radius: 10px
    }

    .index1 .wrap .content .item .joke .text {
        margin: 15px 0 0 0
    }

    .index1 .wrap .content .item .joke .text .p1 {
        font-size: 20px;
        height: auto;
        line-height: 27px
    }

    .index1 .wrap .content .item .joke .text .p2 {
        font-size: 14px;
        line-height: 25px;
        height: auto;
        margin: 20px 0 0
    }

    .index1 .wrap .content .item .joke .text .other {
        margin: 18px 0 0 0;
        padding: 18px 0 0 0
    }

    .index1 .wrap .content .item .joke .text .other .more {
        gap: 10px
    }

    .index1 .wrap .content .item .joke .text .other .more p {
        font-size: 13px
    }

    .index1 .wrap .content .item .joke .text .other .more svg {
        height: 13px;
        width: 13px
    }

    .index1 .wrap .content .item .joke .text .other .time {
        font-size: 13px
    }

}