.trans_head {
    width: 100%;
    height: 7.57rem;
    overflow: hidden;
    background-color: rgba(15, 24, 41, 1);
    background-image: url('/images/skr326.jpg');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center;
    position: relative;
}

.trans_head_canvas {
    position: absolute;
    left: 0;
    bottom: -2.5rem;
    z-index: 1;
    width: 100%;
    height: 100%;
}

.trans_head_cont {
    width: 1200px;
    height: 100%;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}

.trans_head_text {
    position: absolute;
    left: 1.16rem;
    top: 2.54rem;
}

.trans_head_p1 {
    font-size: 36px;
    color: #FEFEFF;
    margin-bottom: 0.3rem;
}

.trans_head_p2 {
    font-size: 16px;
    color: #F5F7FA;
}

.trans_head_img {
    position: absolute;
    top: 1.15rem;
    right: -0.77rem;
}

/*  */

.trans_tab {
    width: 1200px;
    margin: -0.75rem auto 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    z-index: 3;
}

.trans_tab_item a {
    width: 3.88rem;
    height: 1.5rem;
    padding: 0.2rem 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: white;
    border-radius: 5px;
    box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0.05);
}

.trans_tab_img {
    width: 1.3rem;
    margin-right: 0.12rem;
}

.trans_tab_img img {
    width: 100%;
    height: auto;
    object-fit: contain;
}

.trans_tab_text {
    font-size: 16px;
    color: #464D61;
}

/*  */

.trans_d1 {
    width: 1200px;
    margin: 0 auto;
    padding-top: 0.94rem;
    padding-bottom: 0.8rem;
}

.trans_d1 .pub_title {
    margin-bottom: 0.4rem;
}

.trans_d1_cont {
    display: flex;
    align-items: center;
}

.trans_d1_left {
    width: 733px;
    height: 537px;
    position: relative;
    margin-right: 0.2rem;
}

.trans_d1_left img {
    position: absolute;
    transition: 1.5s;
}

#animate1 {
    top: calc(50% - 180px);
    left: calc(50% - 302px);
    object-fit: contain;
}



/*  */

.trans_d1_right {
    margin-top: 0.3rem;
}

.trans_d1_item {
    display: flex;
    padding: 0.2rem 0.3rem;
    background: #FFFFFF;
    border-radius: 5px;
    transition: 0.5s;
    margin-bottom: 6px;
}

.trans_d1_item:hover {
    box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.1);
    transform: translateZ(1px);
}

.trans_d1_img {
    width: 0.2rem;
    height: 0.2rem;
    margin-right: 0.2rem;
}

.trans_d1_p1 {
    font-size: 18px;
    color: #333;
}

.trans_d1_p2 {
    font-size: 14px;
    color: #666;
    margin-top: 6px;
}

.trans_d1_p2 span {
    margin-right: 0.3rem;
}

.trans_d1_p2 span:last-of-type {
    margin-right: 0;
}

/*  */

.solution_bg {
    width: 100%;
    overflow: hidden;
    background-color: #11202E;
}

.solution {
    width: 1200px;
    margin: 0 auto;
    padding-top: 0.71rem;
    padding-bottom: 0.98rem;
}

.solution .pub_title {
    color: white;
    margin-bottom: 0.4rem;
}

.solution_list {
    width: 100%;
    display: flex;
}

.solution_item {
    width: 33.33%;
    height: 3rem;
    background-color: #283E51;
    position: relative;
    transition: 0.5s;
    overflow: hidden;
}

/*.solution_list:last-of-type .solution_item:nth-of-type(odd) img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}*/

.solution_item_bg {
    width: 2rem;
    object-fit: contain;
    position: absolute;
    right: 0;
    bottom: 0;
}

.solution_cont {
    position: absolute;
    left: 0.54rem;
    bottom: 0.4rem;
    text-align: center;
}

.solution_cont_img {
    width: 0.44rem;
    margin: 0 auto 0.2rem;
}

.solution_cont_img img {
    width: 100%;
    object-fit: contain;
}

.solution_cont_p1 {
    font-size: 18px;
    color: #FEFEFF;
}

.solution_hover {
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: url('/images/skr338.png');
    background-size: 100% 100%;
    padding: 0.74rem 0.57rem 0;
}

.solution_hover.even {
    background-color: rgba(20, 32, 45, 0.5);
}

.solution_hover_img {
    height: 0.44rem;
    margin-bottom: 0.1rem;
}

.solution_hover_img img {
    height: 100%;
    object-fit: contain;
}

.solution_hover_p1 {
    font-size: 18px;
    color: white;
    padding-bottom: 0.15rem;
}

.solution_hover_p2 {
    width: 2.4rem;
    font-size: 14px;
    line-height: 1.6;
    color: white;
    margin-top: 0.15rem;
}

/*  */

.five_bg {
    width: 100%;
    overflow: hidden;
}

.five {
    width: 1200px;
    margin: 0 auto;
    padding-top: 0.72rem;
    padding-bottom: 1.26rem;
}

.five .pub_title {
    margin-bottom: 0.7rem;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    font-size: 32px;
}

.five .pub_title img {
    height: 35px;
    object-fit: contain;
    transform: translateY(-4px);
    margin: 0 2px;
}

.five_cont {
    display: flex;
    align-items: center;
    justify-content: center;
}

.five_left {
    margin-right: 0.13rem;
}

.five_left_item {
    color: #333947;
    white-space: nowrap;
    margin-bottom: 0.4rem;
    font-size: 18px;
    line-height: 1;
    cursor: pointer;
}

.five_left_item:last-of-type {
    margin-bottom: 0;
}

.five_left_item.on {
    position: relative;
    color: #1B2A75;
}

.five_left_item.on::after {
    content: "";
    width: 11px;
    height: 67px;
    position: absolute;
    background-image: url('/images/skr340.png');
    background-repeat: no-repeat;
    background-size: cover;
    right: -17px;
    top: 50%;
    transform: translateY(-50%);
}

.five_right {
    width: 10.84rem;
    height: 5.4rem;
    background: rgba(255, 255, 255, 0.5);
    border: 1px solid;
    border-image: linear-gradient(73deg, #FFFFFF, #FFFFFF) 1 1;
    padding: 1.09rem 0.57rem 0 0.95rem;
}

.five_right_p1 {
    font-size: 24px;
    color: #333947;
    padding-bottom: 0.3rem;
    border-bottom: 1px solid #63656D;
    margin-bottom: 0.39rem;
}

.five_right_p2 {
    font-size: 15px;
    color: #333947;
    line-height: 1.6;
    margin-bottom: 0.89rem;
}

.five_right_btn {
    width: 1.3rem;
    height: 0.4rem;
}

.five_right_btn a {
    display: block;
    width: 100%;
    height: 100%;
    background: #1B2A75;
    font-size: 14px;
    color: #FFFFFF;
    text-align: center;
    line-height: 0.4rem;
}

/*  */

.fit {
    width: 1200px;
    margin: 0 auto;
    padding-top: 0.8rem;
    padding-bottom: 0.9rem;
}

.fit .pub_title {
    margin-bottom: 0.6rem;
}

.fit_cont {
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.fit_item {
    text-align: center;
    transition: 0.5s;
    transform: translateY(100%);
    opacity: 0;
}

.fit_item.on {
    transform: translateY(0);
    opacity: 1;
}

.fit_item_img {
    height: 1.4rem;
    margin: 0 auto 0.3rem;
}

.fit_item_img img {
    height: 100%;
    object-fit: contain;
    margin: 0 auto;
}

.fit_item_p1 {
    font-size: 15px;
    color: #1B2A75;
}

/*  */

.three_bg {
    width: 100%;
    overflow: hidden;
    background-color: #F0F3F7;
}

.three {
    width: 1200px;
    margin: 0 auto;
    padding-top: 0.8rem;
    padding-bottom: 0.5rem;
}

.three .pub_title {
    margin-bottom: 0.42rem;
}

.three_cont {
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.three_item {
    text-align: center;
    width: 1.86rem;
    padding: 0.48rem 0 0.34rem;
    transition: 1s;
    border-radius: 5px;
}

.three_item:hover {
    background-color: white;
}

.three_item:hover .three_item_next {
    opacity: 1;
}

.three_item_img {
    height: 1.2rem;
    margin: 0 auto 0.3rem;
}

.three_item_img img {
    height: 100%;
    object-fit: contain;
    margin: 0 auto;
}

.three_item_p1 {
    font-size: 15px;
    color: #1B2A75;
}

.three_item_next {
    margin: 0.3rem auto 0;
    opacity: 0;
    transition: 1s;
}

/*  */

.trans_d1_left_img {
    display: none;
}


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

    .trans_head_cont,
    .trans_d1,
    .solution,
    .five {
        width: 100%;
    }

    .trans_head_text {
        position: absolute;
        left: 50%;
        top: 20%;
        text-align: center;
        transform: translateX(-50%);
        width: 90%;
    }

    .trans_head_p1 {
        font-size: 26px;
        margin-bottom: 10px;
    }

    .trans_head_img {
        width: 90%;
        top: 40%;
        left: 50%;
        transform: translateX(-50%);
    }

    .trans_head_img img {
        width: 100%;
    }

    .trans_tab {
        width: 100%;
        flex-direction: column;
    }

    .trans_tab_item {
        margin-bottom: 0.5rem;
    }

    .trans_d1_left {
        display: none;
    }

    .trans_d1_left_img {
        display: block;
        width: 90%;
        margin: 0 auto 0.3rem;
    }

    .trans_d1_cont,
    .solution_list {
        flex-direction: column;
    }

    .solution_item {
        width: 100%;
    }

    .solution_cont {
        display: none;
    }

    .solution_hover {
        display: block;
        padding: 0.54rem 0.57rem 0;
    }

    .solution_item_img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .solution {
        padding-bottom: 0;
    }

    .five .pub_title {
        font-size: 20px;
    }

    .five .pub_title img {
        height: 24px;
    }

    .five_cont {
        width: 90%;
        margin: 0 auto;
    }

    .five_right {
        height: auto;
        padding: 28px;
    }

    .five_left_item.on::after {
        right: -14px;
    }

    .five_right_btn {
        width: 100%;
    }

    .fit,
    .three {
        width: 90%;
        margin: 0 auto;
    }

    .fit_cont,
    .three_cont {
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .fit_item,
    .three_item {
        width: 50%;
        margin-bottom: 20px;
    }
}
.joyo-home .select-part{position:relative;height:846px;overflow:hidden;background-color:#0d1626}
.joyo-home .select-part .select-part-bg{position:absolute;top:0;left:0;z-index:1;width:100%;background-color:#0d1626;transition:all 1s ease-in-out;}
.joyo-home .select-part .select-part-bg-active{opacity:1}
.joyo-home .select-part .home-part-title{padding-bottom:68px;color:#fff}
.joyo-home .select-part .home-part-content,.joyo-home .select-part .home-part-title{position:relative;z-index:2}
.joyo-home .select-part .select-main .select-tabs{position:relative;display:flex;align-items:center;justify-content:space-between;width:100%;margin-bottom:32px;padding:0 53px 20px;border-bottom:1px solid hsla(0,0%,100%,.1)}
.joyo-home .select-part .select-main .select-tabs .select-tab{color:hsla(0,0%,100%,.6);font-size:18px;cursor:pointer}
.joyo-home .select-part .select-main .select-tabs .select-tab-active,.joyo-home .select-part .select-main .select-tabs .select-tab:hover{color:#fff;font-weight:500}
.joyo-home .select-part .select-main .select-tabs .select-tab-border{position:absolute;left:50px;bottom:-2px;width:56px;height:4px;background:#ff4e40;border-radius:3px;transition:.3s cubic-bezier(.4,0,.2,1)}
.joyo-home .home-part{padding: 100px 0;}
.joyo-home .home-part-content{display:flex;align-items:center;flex-wrap:wrap;width:1180px;margin:0 auto}
.industry-card{position:relative;width:100%}.industry-card .card-img{position:absolute;top:44px;right:0;z-index:2;width:450px;height:272px;border-radius:8px}
.industry-card .card-main{position:relative;display:flex;flex-flow:column;width:980px;height:360px;margin-bottom:56px;padding:96px 50px 20px;background:#fff;border-radius:8px}
.industry-card .card-main .swiper-container{flex-grow:1;width:100%}.industry-card .card-main .swiper-container .story-container{width:530px;margin:0 50px}
.industry-card .card-main .swiper-container .story-container .story-title{margin-bottom:16px;color:#0d1626;font-weight:500;font-size:24px;line-height:24px}
.industry-card .card-main .swiper-container .story-container .story-content{color:#666;font-size:16px;line-height:40px}
.industry-card .card-main .swiper-container .story-pagination{position:absolute;bottom:36px;left:50px;z-index:10}
.industry-card .card-main .swiper-container .story-pagination .swiper-pagination-bullet{width:6px;height:6px;margin:0 8px 0 0;background:#dee6f2;border-radius:3px;opacity:1}
.industry-card .card-main .swiper-container .story-pagination .swiper-pagination-bullet-active{background:#ff4e40}
.industry-card .card-main .swiper-container .story-button-next,.industry-card .card-main .swiper-container .story-button-prev{position:absolute;top:70px;z-index:10;color:#b9c8e4;font-size:20px;cursor:pointer}
.industry-card .card-main .swiper-container .story-button-next:hover,.industry-card .card-main .swiper-container .story-button-prev:hover{color:#0d1626}
.industry-card .card-main .swiper-container .story-button-prev{left:0}
.industry-card .card-main .swiper-container .story-button-next{right:250px}
.industry-card .card-main .logo-container{display:flex;align-items:center;justify-content:space-between;width:530px;height:90px;margin:0 50px;padding-top:10px;border-top:2px solid #f05423;}
.industry-card .card-main .logo-container .logo-item{width:100%;/*opacity:.4;-webkit-filter:grayscale(1);filter:grayscale(1);cursor:pointer*/}
.industry-card .card-main .logo-container .logo-item:hover{opacity:1}
.industry-card .card-main .logo-container .logo-item-acive{opacity:1!important;-webkit-filter:grayscale(0)!important;filter:grayscale(0)!important;transform:scale(1.2)}
.industry-card .btn-more{width:280px;height:54px;margin:0 auto;color:#fff;font-weight:500;font-size:18px;line-height:54px;text-align:center;cursor:pointer;background:#f05423}
.joyo-home .home-part-title {padding-bottom: 76px;line-height: 1;text-align: center;font-weight: 500;font-size: 36px;color: #fff;}
.dsn{display:none;}
.dsb{display:block;}