.trans_head {
    width: 100%;
    height: 7.57rem;
    overflow: hidden;
    background-color: rgba(15, 24, 41, 1);
    background-image: url('../img/skr326.png');
    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;
    font-weight: 500;
}

.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;
    opacity: 0;
}

#animate1 {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

#animate2 {
    top: 137px;
    left: 411px;
    z-index: 2;
}

#animate3 {
    top: 151px;
    left: 370px;
}

#animate4 {
    top: 186px;
    left: 323px;
}

#animate5 {
    top: 218px;
    left: 196px;
}

#animate6 {
    top: 299px;
    left: 192px;
}

#animate7 {
    top: 412px;
    left: 418px;
}

/*  */

.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;
    margin-top: 4px;
}

.trans_d1_p1 {
    font-size: 18px;
    color: #1B2A75;
}

.trans_d1_p2 {
    font-size: 14px;
    color: #464D61;
    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.8rem;
}

.solution_list {
    width: 100%;
    display: flex;
}

.solution_item {
    width: 25%;
    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('../img/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;
    border-bottom: 1px solid #619FD0;
}

.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('../img/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;
    }
}