.xwdt_content {
    padding-bottom: 118px;
    background: url('../images/page_bg1.jpg') no-repeat center 96px / 100%;
}

.mbx {
    margin: 40px auto 110px;
}

.mbx > a, .mbx > span {
    font-size: 14px;
    color: #9E9E9E;
    transition: color .36s ease;
}

.mbx > a:hover {
    color: #006FC0;
}

.khal_box {
    padding: 0 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;
    bottom: 43px;
    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 {
    max-width: 70%;
    font-size: 20px;
    line-height: 26px;
    margin-top: 16px;
}

.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: 14px;
    height: 14px;
    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;
}

.fs_swiper {
    flex-wrap: wrap;
}

.fs_swiper .fs_item {
    float: left;
    position: relative;
    width: 401px;
    border-bottom: 1px solid #D8D8D8;
    margin-right: 58px;
    margin-bottom: 96px;
}

.fs_swiper .fs_item:nth-child(3n) {
    margin-right: 0;
}

.fs_swiper .fs_item::after {
    content: '';
    position: absolute;
    bottom: -1px;
    width: 0%;
    height: 1px;
    background-color: #006FC0;
    transition: all .36s;
}

.fs_swiper .fs_item:hover::after {
    width: 100%;
}

.fs_swiper .fs_item .img_wrp {
    width: 401px;
    height: 263px;
    border-radius: 16px;
    overflow: hidden;
}

.fs_swiper .fs_item .img_wrp img {
    width: 401px;
    height: 263px;
    transition: all .36s;
    object-fit: cover;
}

.fs_swiper .fs_item:hover img {
    transform: scale(1.05);
}

.fs_swiper .fs_item .fs_title {
    font-size: 22px;
    line-height: 36px;
    color: #373737;
    margin: 36px 0 38px 0;
    transition: color .36s;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}

.fs_swiper .fs_item:hover .fs_title {
    color: #006FC0;
}

.fs_swiper .fs_item .fs_bot {
    padding-bottom: 38px;
}

.fs_swiper .fs_item .fs_date {
    font-size: 15px;
    line-height: 15px;
    color: #006FC0;
}

.fs_swiper .fs_item .fs_date i {
    width: 14px;
    height: 14px;
    margin-right: 12px;
    background: url('../images/index/date_icon.png') no-repeat 0 0 / 100%;
}

.fs_swiper .fs_item .fs_bot .fs_type {
    width: 66px;
    height: 26px;
    font-size: 12px;
    line-height: 26px;
    color: #006FC0;
    text-align: center;
    border: 1px solid #006FC0;
    border-radius: 6px;
}