.khal_content {
    padding-bottom: 118px;
}

.khal_box {
    background-color: #F8F9FD;
    padding: 106px 0 104px;
}

.khal_box h3 {
    font-size: 40px;
    line-height: 40px;
    font-weight: 400;
    color: #373737;
}

.case_atlas_bt_swiper {
    overflow: visible !important;
    height: 434px;
    margin-top: 84px;
}

.cabs_li_bg::after {
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .2);
    position: absolute;
    top: 0;
    left: 0;
}

.cabs_li {
    margin-right: 60px;
    border-radius: 20px;
    overflow: hidden;
    position: relative;
    width: 650px !important;
    height: 346px !important;
}

.cabs_li_bg {
    height: 100%;
}

.cabs_li_bg img {
    height: 100%;
    object-fit: cover;
}

.cabs_li_text {
    position: absolute;
    top: 60px;
    width: 100%;
    padding: 0 64px;
}

.cabs_li_text .std_title3 {
    color: #fff;
}

.cabs_li_text_logo {
    width: 274px;
}

.ygdy_icon {
    width: 219px;
}

.fh_icon {
    width: 156px;
}

.cabs_li_text_btn {
    margin-top: 100px;
}

.std_title3 {
    font-size: 26px;
    line-height: 26px;
    margin-top: 54px;
}

.cabs_li .std_title3,
.cabs_li_text_btn {
    opacity: 0;
    transition: all .36s;
}

.cabs_li.swiper-slide-active .std_title3,
.cabs_li.swiper-slide-active .cabs_li_text_btn {
    opacity: 1;
}

.cabs_li.swiper-slide-active {
    width: 814px !important;
    height: 434px !important;
    transition: all .6s ease;
}

.cabs_li:hover .cabs_li_bg img {
    transform: scale(1.05);
}

.cabs_li_bg {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
}

.case_atlas_btn {
    margin-top: 24px;
    display: flex;
    justify-content: end;
    width: 100%;
}

.std_arrow_icon {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid #999;
    transition: all .36s;
    position: relative;
    cursor: pointer;
}

.std_arrow_prev {
    margin-right: 26px;
}

.std_arrow_icon_img {
    width: 40px;
    height: 40px;
}

.std_arrow_icon_img img {
    width: auto;
    height: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    transition: all .36s;
}

.std_arrow {
    width: 90px;
    display: flex;
    justify-content: space-between;
}

.std_arrow_icon_img img:nth-child(2) {
    opacity: 0;
}

.case_atlas_bt_swiper .swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    width: 814px;
    bottom: -70px;
    text-align: left;
}

.ys_imgbox_cover {
    position: relative;
    overflow: hidden;
}

.ys_imgbox_cover img {
    width: 100%;
    transition: all .36s ease
}

.ys_imgbox_cover img:nth-child(2) {
    position: absolute;
    top: 0;
    left: 0;
    /* height: 100% */
}

.std_btn2 {
    display: inline-block;
}

.std_btn2_box {
    display: flex;
    align-items: center;
}

.std_btn2_box_circle {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.26);
    position: relative;
    margin-right: 12px;
    transition: all .36s;
}

.sbbc_icon {
    width: 18px;
    height: 18px;
}

.sbbc_icon img {
    width: auto;
    height: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    transition: all .36s;

}

.ys_pos_center {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.std_btn2 p {
    font-size: 16px;
    color: #fff;
}



.al_cate {
    margin: 80px 0 0 0;
}

.al_cate_tabs {}

.al_cate_tabs .tabs_item {
    width: 80px;
    height: 40px;
    font-size: 20px;
    line-height: 40px;
    color: #373737;
    text-align: center;
    border-radius: 6px;
    margin-right: 50px;
    cursor: pointer;
    transition: all .36s ease;
}

.al_cate_tabs .tabs_item:hover,
.al_cate_tabs .tabs_item.active {
    color: #006FC0;
    background-color: #EEF4FF;
}

.al_cate_content {
    flex-wrap: wrap;
    margin-top: 72px;
}

.al_cate_content .content_item {
    width: 303px;
    height: 370px;
    margin-right: 36px;
    margin-bottom: 38px;
    border-radius: 16px;
    box-shadow: 0px 8px 20px 0px rgba(205, 205, 205, 0.2);
    cursor: pointer;
}

.al_cate_content .content_item:nth-child(4n) {
    margin-right: 0;
}

.al_cate_content .content_item .img_wrp {
    width: 303px;
    height: 158px;
    border-radius: 16px 16px 0 0;
    overflow: hidden;
}

.al_cate_content .content_item img {
    width: 303px;
    height: 158px;
    border-radius: 16px 16px 0 0;
    transition: all .36s ease;
    object-fit: cover;
}

.al_cate_content .content_item:hover img {
    transform: scale(1.05);
}

.al_cate_content .content_item h3 {
    font-size: 18px;
    line-height: 18px;
    color: #373737;
    margin: 22px 28px 18px;
    max-width: 100%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.al_cate_content .content_item p {
    max-width: 328px;
    font-size: 14px;
    line-height: 22px;
    color: #9E9E9E;
    margin: 0 28px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    overflow: hidden;
}

.al_cate_content .content_item .tag {
    width: 68px;
    height: 34px;
    font-size: 14px;
    line-height: 34px;
    color: #006FC0;
    text-align: center;
    background-color: #EEF4FF;
    border-radius: 6px;
    margin: 32px 28px 0;
}

.al_cate_content .al_more {
    width: 100%;
    padding: 20px 0 60px;
}

.al_cate_content .al_more > a {
    width: 80px;
    height: 34px;
    font-size: 14px;
    line-height: 34px;
    color: #006FC0;
    text-align: center;
    background-color: #EEF4FF;
    border-radius: 6px;
    margin: 32px 28px 0;
}

.who_choose {
    text-align: center;
    padding: 87px 0 68px;
    background-color: #F8F9FD;
}

.who_choose>h3 {
    font-size: 40px;
    line-height: 40px;
    font-weight: normal;
    color: #373737;
}

.who_choose>p {
    font-size: 16px;
    line-height: 16px;
    color: #9E9E9E;
    margin-top: 26px;
}

.casedet_power {
    position: relative;
    /* display: flex; */
    margin-top: 148px;
}

.casedet_power_li {

    /* width: 33.333333%; */

    /* position: relative; */

}

.casedet_power_mid {
    width: 588px;
    height: 492px;
    position: relative;
    margin: 0 auto;
}

.casedet_power_mid_wrap {

    border-radius: 6px;

    overflow: hidden;

    background: #FFF;

    box-shadow: 0px 2px 40px 10px rgba(186, 203, 238, 0.10), 0px 2px 40px 10px rgba(186, 203, 238, 0.25), 0px 2px 40px 9px rgba(186, 203, 238, 0.25);
    border-radius: 32px 32px 0 0;
}

.cpmw_img {
    width: 588px;
    height: 320px;
    border-radius: 32px 32px 0 0;
}

.cpmw_img img {
    width: 588px;
    height: 320px;

}

.cpmw_text {
    height: 173px;
    text-align: center;
    background: #fff;
    overflow: hidden;

}

.cpmw_text h2 {
    font-size: 32px;
    line-height: 32px;
    color: #373737;
    text-align: center;
    font-weight: normal;
    padding: 38px 0 35px;

}

.cpmw_text p {
    font-size: 24px;
    line-height: 24px;
    color: #9E9E9E;
}

.casedet_power_mid_bg {

    position: absolute;

    bottom: -56px;

    left: -143px;

}

.mod_bg {

    width: 244px;

}

.mod_bg img {

    width: 100%;

}

.cplu_li.border {

    border: 1px solid #E1E1E1;

}

.cplu_li0 {

    width: 133px;

}

.cplu_li1 {

    width: 126px;

}

.cplu_li3s {
    width: 112px;
}

.cplu_li_bhjt {
    width: 105px;
}

.cplu_li_bm {
    width: 109px;
}

.cplu_li2,
.cplu_li5s {

    width: 124px;

}

.cplu_li3 {

    width: 168px;

}

.cplu_li4 {

    width: 133px;

}

.cplu_li5 {

    width: 120px;

}

.cplu_li6s {
    width: 138px;
}

.cplu_li_ygdy {
    width: 168px;
}

.cplu_li {

    border-radius: 11px;

    overflow: hidden;

    position: absolute;

    animation: jumping 3.4s ease-in-out infinite;

}

.cplu_li img {
    width: 100%;
    border-radius: 16px;
}

.casedet_power_le {

    position: relative;

}

.casedet_power_le_ul {

    position: absolute;

    top: 0;

    left: 0;

    width: 100%;

    height: 100%;

}

.cplu_li1s {

    width: 112px;

}

.cplu_li2s {

    width: 106px;

}

.cplu_li4s {

    width: 95px;

}

.cplu_li7s {

    width: 127px;

}

@keyframes jumping {

    0% {

        transform: translateY(0)
    }



    50% {

        transform: translateY(15px)
    }



    to {

        transform: translateY(0)
    }

}


.cplu_li:nth-child(1) {

    animation-delay: .25s;

}

.cplu_li:nth-child(2) {

    animation-delay: .5s;

}

.cplu_li:nth-child(3) {

    animation-delay: .75s;

}

.cplu_li:nth-child(4) {

    animation-delay: 1s;

}

.cplu_li:nth-child(5) {

    animation-delay: 1.25s;

}

.cplu_li:nth-child(6) {

    animation-delay: 1.5s;

}

.cplu_li:nth-child(7) {

    animation-delay: 1.75s;

}

.cplu_li:nth-child(8) {

    animation-delay: 2s;

}

.cplu_li:nth-child(9) {

    animation-delay: 2.5s;

}