.tit_desc {
    position: relative;
    text-align: center;
    margin-top: 35px;
    color: var(--desc-c);
    font-size: 20px;
    border: 2px solid #fdc32d;
}

.tit_desc::after {
    content: '';
    position: absolute;
    width: 5px;
    background: #fff;
    height: calc(100% - 13px);
    bottom: 0;
    left: -2px;
}

.tit_desc::before {
    content: '';
    position: absolute;
    width: 5px;
    background: #fff;
    height: calc(100% - 13px);
    top: 0;
    right: -2px;
}


.tit_desc p::after {
    content: '';
    position: absolute;
    width: calc(100% - 8px);
    background: #fff;
    height: 5px;
    right: 0;
    top: -2px;
}

.tit_desc p::before {
    content: '';
    position: absolute;
    width: calc(100% - 8px);
    background: #fff;
    height: 5px;
    left: 0;
    bottom: -2px;
}

.myService {
    margin-top: 85px;
    width: 100%;
    overflow: hidden;
}

.service_cont {
    margin-top: 45px;
}

.service_cont .service_card_list {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    padding: 1.5px;
    box-shadow: 0 4px 4px rgba(0, 0, 0, .18);
}

.service_cont .service_card_list .card_cont {
    padding: 18px;
    display: flex;
    position: relative;
    z-index: 3;
    background-color: #fff;
    border-radius: 20px;
    width: 100%;
    height: 100%;
}


.service_cont .service_card_list::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, #fdc32e, rgba(0, 0, 0, 0));
}

.service_cont .service_card_list .card_cont .item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex: 1;
    padding: 10px 0;
}

.service_cont .service_card_list .card_cont .item p {
    font-size: 22px;
    font-family: var(--text-fm);
}

.service_cont .service_card_list .card_cont .item .numbers {
    font-family: 'ysbh';
    font-size: 30px;
    margin-top: 10px;
    color: var(--main-c);
}

.card_row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    /* padding: 30px 0; */
    margin-top: 80px;
}

.text_left .title {
    display: flex;
    align-items: center;
}

.text_left .title .icon {
    width: 51px;
    margin-left: 8px;
}

.card_row .title h2 {
    font-family: 'ysbh';
    color: #727272;
    font-size: 50px;
    font-weight: normal;
}

.card_row p {
    color: var(--main-c);
    font-size: 28px;
    text-align: center;
    font-family: 'pf_semibold';
    width: 100%;
}

.card_row1 .tipPic {
    width: 65%;
}

.card_row1 .right {
    display: flex;
    flex-direction: column;
    align-items: end;
}

.tipPic img {
    width: 100%;
}

.text_left {
    flex: 1;
}

.desc_list {
    margin-top: 18px;
}

.desc_list li {
    color: #727272;
    font-family: 'pf_semibold';
    font-size: 20px;
    padding: 8px 0;
    display: flex;
    align-items: center;
}

.desc_list li::before {
    content: '';
    width: 7px;
    height: 7px;
    background-color: #727272;
    border-radius: 100%;
    margin-right: 12px;
}

.right_pic {
    position: relative;
    display: flex;
    justify-content: end;
    width: 30%;
}

.pic_service {
    position: relative;
}

.pic_service .bgShadow {
    position: absolute;
    z-index: -1;
    right: -50%;
    top: 50%;
    transform: translateY(-40%);
    width: 150%;
}


.pic_service .bgShadow img {
    width: 100%;
}

.right_pic>img {
    width: 145%;
}

.card_row1 .pic_service .bgShadow {
    width: 90%;
    left: -50%;
    top: 35%;
}

.service_footer_pic {
    width: 100%;
    font-size: 0;
}

.service_footer_pic img {
    width: 100%;
}

.viewMore {
    display: flex;
    background-color: var(--main-c);
    color: #fff;
    font-size: 14px;
    width: 147px;
    height: 50px;
    border-radius: 25px;
    align-items: center;
    justify-content: center;
    margin-top: 15px;
}

.viewMore .icon {
    padding-top: 1px;
    padding-left: 4px;
    width: 12px;
}

.successCase {
    background: url('/images/successCase.png') no-repeat;
    background-size: cover;
    padding: 36px 0 60px;
}

.successCase .tit_head {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.successCase .tit_head h3 {
    width: 60%;
    font-size: 28px;
    color: #fd8845;
    font-weight: normal;
    line-height: 1;
    text-align: center;
    font-family: 'ysbh';
}

.swiper_box_cont {
    position: relative;
}

.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: auto;
    top: calc(100% + 15px);
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
    left: -80px;
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
    right: -80px;
}

.successCase .swiper-slide {
    background-color: transparent;
}
.swiper-slide {
    height: auto;
}
.successCase .content_item {
    padding: 22px 0;
    border-radius: 8px;
    overflow: hidden;
    height: 100%;
    background-color: #fff;
    box-shadow: 0 4px 4px rgba(0, 0, 0, .25);
    text-align: left;
}

.successCase .tit_head .tip_text {
    position: absolute;
    left: 0;
    font-size: 10px;
    padding: 5px 9px;
    line-height: 1;
    background-color: #fd8845;
    color: #fff;
}

.successCase .line {
    background-color: #c9c9c9;
    height: 1px;
    width: 65%;
    margin: 15px auto;
}

.successCase .content_item .label_text {
    color: #FF883B;
    font-size: 12px;
}

.successCase .content_item .text_box {
    padding: 0 35px;
}

.successCase .content_item .text_box .row {
    display: flex;
    align-items: center;
    margin: 11px 0;
}

.successCase .content_item .text_box .row h5 {
    color: #727272;
    font-size: 16px;
    font-family: 'pf_regular';
}

.successCase .content_item .text_box .row p {
    font-size: 12px;
    color: #727272;
    padding-left: 15px;
}

.label_box {
    display: flex;
    margin: 11px 0;
    align-items: center;
}

.label_box::after {
    content: '';
    display: block;
    flex: 1;
    margin-left: 10px;
    height: 1px;
    background-color: #c9c9c9;
}

.desc_text {
    color: #727272;
    font-size: 12px;
}

.moreEnds {
    display: flex;
    width: 100%;
    margin-top: 20px;
}

.moreEnds a .icon {
    width: 12px;
}

.moreEnds a {
    height: auto;
    display: flex;
    justify-content: end;
}

.moreEnds a .icon img {
    width: 100%;
}

.moreEnds a span {
    color: #FF883B;
    font-size: 14px;
}

.swiper {
    margin-top: 30px;
}

.created_cont {
    padding: 84px 100px;
}

.created_cont .created_row {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.created_cont .created_row .avatar {
    width: 295px;
}

.created_cont .created_row .avatar img {
    width: 100%;
}

.created_cont .created_row .text {
    font-family: 'ysbh';
    padding: 0 35px;
    border-right: 2px solid #000;
}

.created_cont .created_row .get_offer {
    width: 222px;
}

.created_cont .created_row .text h3 {
    font-size: 50px;
    margin-bottom: 15px;
    font-weight: normal;
}

.created_cont .created_row .text p {
    font-size: 30px;
    color: #727272;
    font-weight: normal;
}

.assist {
    display: none;
    font-family: var(--text-fm);
    color: #ffba2b;
    font-size: 16px;
    margin-top: 10px;
}

@media screen and (max-width:1300px) {

    .swiper-button-next,
    .swiper-rtl .swiper-button-prev,
    .swiper-button-prev,
    .swiper-rtl .swiper-button-next {
        display: none;
    }
}

@media screen and (max-width:1200px) {
    .created_cont .created_row .text h3 {
        font-size: 35px;
    }

    .created_cont .created_row .text p {
        font-size: 24px;
    }
}

@media screen and (max-width:900px) {
    .myService {
        margin-top: 30px;
    }

    .tit_desc {
        margin-top: 20px;
    }

    .service_cont {
        margin-top: 25px;
    }

    .service_cont .service_card_list .card_cont {
        padding: 8px;
    }

    .created_cont .created_row {
        justify-content: center;
    }

    .service_cont .service_card_list .card_cont .item p {
        font-size: 20px;
    }

    .service_cont .service_card_list .card_cont .item .numbers {
        font-size: 26px;
    }

    .card_row .title h2 {
        font-size: 30px;
    }

    .text_left .title .icon {
        width: 24px;
    }

    .desc_list li {
        font-size: 16px;
    }

    .viewMore {
        height: 40px;
    }

    .viewMore span {
        font-size: 14px;
    }

    .viewMore .icon {
        width: 12px;
    }

    .FacultyTeam {
        margin: 35px;
    }

    .FacultyTeam .main .artice .articeList {
        margin-top: 40px;
    }

    .magInterAssets {
        margin-top: 10px;
    }

    .created_cont .created_row .get_offer {
        display: none;
    }

    .created_cont .created_row {
        flex-wrap: wrap;
    }

    .created_cont .created_row .text {
        border: none;
    }

    .assist {
        display: block;
    }

    .text_left .pic_service {
        width: 80%;
    }

    .text_left .pic_service img {
        width: 100%;
    }

    .tit_desc p {
        font-size: 14px;
    }
}

@media screen and (max-width:600px) {
    .service_cont .service_card_list .card_cont .item .numbers {
        font-size: 22px;
    }

    .service_cont .service_card_list .card_cont .item p {
        font-size: 16px;
    }

    .card_row {
        flex-direction: column;
        justify-content: center;
    }

    .right_pic {
        width: 60%;
    }

    .right_pic img {
        width: 100%;
    }

    .text_left .title {
        justify-content: center;
    }

    .text_left {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .card_row1 .right {
        align-items: center;
    }
    .created_cont {
        padding: 20px 15px;
    }
}


@media screen and (max-width:500px) {
    .service_cont .service_card_list .card_cont .item {
        width: 50%;
        flex: none;
    }

    .service_cont .service_card_list .card_cont {
        flex-wrap: wrap;
    }

    .text_left .title .icon {
        display: none;
    }

    .card_row .title h2 {
        font-size: 26px;
    }
    .created_cont .created_row .avatar {
        width: 50%;
    }
    .created_cont .created_row .text h3{
        font-size: 30px;
    }
    .created_cont .created_row .text p {
        font-size: 18px
    }
}