.body-container {
    min-width: 1200px;
    overflow: hidden;
}

.swiper-container {
    width: 100%;
    height: 500px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    box-align: center;
    box-pack: center;
    background: url(/static/newindex/img/about/tourism_banner.png) no-repeat center;
    background-size: cover;
}

.swiper_postion {
    /* border: 1px solid; */
}

.swiper_postion h1 {
    font-size: 40px;
    text-align: center;
    color: #fff;
    margin-bottom: 20px;
    font-weight: 400;
}

.swiper_postion .swiper_postion_box {
    width: auto;
    margin: 0 auto;
    margin-bottom: 30px;
    text-align: center;
}

.swiper_postion .swiper_postion_box p {
    font-size: 20px;
    color: #fff;
}

.swiper_content_box {
    padding: 40px 20px 0;
    text-align: center;
}

.swiper_content_box_btn {
    width: 156px;
    height: 44px;
    text-align: center;
    color: #FFF;
    font-weight: bolder;
    display: inline-block;
    border-radius: 3px;
    cursor: pointer;
    margin: 0 5px;
    line-height: 44px;
    background-color: #286EFA;
    border-color: #286EFA;
    font-weight: normal;
    font-size: 14px;
}

.main_container {
    /* border: 1px solid; */
    /* height: 100px; */
}

.main_container h1 {
    font-size: 32px;
    text-align: center;
    margin: 50px 0 20px 0;
    line-height: 1.8;
    font-weight: normal;
    position: relative;
}

.main_container h1::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 100px;
    height: 5px;
    background: #1C78FF;
    border-radius: 5px;
}

.main_container_box {}

.main_container_box_left {
    width: calc(60% - 30px);
    text-indent: 2em;
    font-size: 18px;
    line-height: 1.8;
    color: #686868;
    cursor: pointer;
}

.main_container_box_left:hover {
    transition: all 0.6s ease-in-out;
    margin-left: 10px;
}

.main_container_box_right {
    width: 40%;
    border-radius: 20px;
    overflow: hidden;
}

.main_container_box_right img {
    width: 100%;

}

.main_container_box_right img:hover {
    transform: scale(1.1);
    transition: all 0.6s ease-in-out;
}

.main_container_card {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding-bottom: 20px;
}

.main_container_card_item {
    width: calc(100% / 3 - 10px);
    padding: 40px 20px;
    border-radius: 10px;
    cursor: pointer;
    position: relative;
    height: 210px;
    top: 0;
    border: 1px solid #efefef;
}

.main_container_card_item:hover {
    top: -10px;
    width: calc(100% / 3 - 10px);
    border-radius: 20px;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, .3);
    transition: all 0.3s ease-in-out;
}

.main_container_card_item h2 {
    font-size: 22px;
    text-align: center;
    margin-bottom: 20px;
    font-weight: 500;
}

.main_container_card_item h2 span {
    color: #1C78FF;
    font-weight: bold;
}

.main_container_card_item p {
    font-size: 14px;
    line-height: 1.8;
    text-indent: 2em;
}

.main_container_tips {
    font-size: 12px;
    text-align: center;
    color: #444;
    line-height: 1.8;
}

.main_container_des {
    text-align: center;
    line-height: 1.8;
    color: #686868;
    margin-bottom: 30px;
}

.main_container_box {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.main_container_left {
    width: 70%;
}

.main_container_left>p {
    font-size: 14px;
    text-indent: 2em;
    line-height: 1.8;
}

.main_container_right {
    width: 30%;
}

.main_container_right img {
    width: 100%;
}

.main_container_left_card {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.main_container_left_card_item {
    width: calc(100% / 4 - 10px);
    text-align: center;
    padding: 40px 0;
}

.main_container_left_card_item img {
    display: inline-block;
    width: 60px;
    height: 60px;
}

.main_container_left_card_item>p {
    font-size: 14px;
    line-height: 1.8;
    color: #444;
}

.main_container_box2 {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.main_container_left2 {
    width: 40%;
    border-radius: 20px;
    overflow: hidden;
}

.main_container_left2:hover img {
    transform: scale(1.1);
    transition: all 0.4s ease-in;
}

.main_container_left2 img {
    width: 100%;
}

.main_container_right2 {
    width: 60%;
}

.main_container_right2>p {
    font-size: 14px;
    text-indent: 2em;
    line-height: 1.8;
    margin-left: 20px;
}

.main_container_right_card {
    margin-left: 20px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.main_container_right_card_item {
    width: calc(100% / 3 - 10px);
    text-align: center;
    padding: 40px 0;
}

.main_container_right_card_item img {
    display: inline-block;
    width: 60px;
    height: 60px;
}

.main_container_right_card_item>p {
    font-size: 14px;
    line-height: 1.8;
    color: #444;
}

.main_container_full {
    margin-top: 80px;
    background: rgba(0, 0, 0, .2);
}

.main_container_full h1 {
    font-size: 32px;
    text-align: center;
    margin: 50px 0 20px 0;
    line-height: 1.8;
    font-weight: bold;
    position: relative;
}

.main_container_full_card {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 20px;
}

.main_container_full_card_item {
    width: calc(100% / 5 - 20px);
    text-align: center;
    margin-bottom: 20px;
    border-radius: 10px;
    cursor: pointer;
    padding: 20px 0;
    background:
        /* 上层：hover 目标色（初始宽度0，仅左上角一点） */
        linear-gradient(45deg, #1C78FF 0%, #1C78FF 100%) left top,
        /* 底层：初始背景色 */
        rgba(0, 0, 0, .4);
    background-size: 0% 0%, 100% 100%;
    /* 上层初始宽度0，底层铺满 */
    background-repeat: no-repeat;
    /* 避免渐变重复 */
    /* 过渡动画：仅作用于background-size，控制蔓延速度 */
    transition: background-size 0.6s ease;
}

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

.main_container_full_card_item>p {
    font-size: 14px;
    line-height: 1.8;
    color: #fff;
}

.main_container_full_tips {
    font-size: 14px;
    color: #fff;
    text-align: center;
    margin-bottom: 60px;
    margin-top: 40px;
}

.main_container_full_card_item:hover {
    transition: all 0.3s ease-in-out;
    transform: scale(1.04);
    box-shadow: 5px 5px 10px rgba(0, 0, 0, .3);
    background-size: 100% 100%, 100% 100%;
}

.main_container_scene {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;

}

.main_container_scene_item {
    width: calc(100% / 2 - 10px);
    cursor: pointer;
    overflow: hidden;
    margin-bottom: 20px;
    position: relative;
}

.main_container_scene_item:hover img {
    transform: scale(1.1);
    transition: all 0.5s ease-in-out;
}

.main_container_scene_item img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    object-position: center;
}

.main_container_scene_item_bg {
    position: absolute;
    top: -100%;
    left: 20px;
    width: calc(100% - 40px);
    height: calc(100% - 40px);
    background: rgba(0, 0, 0, .4);
    display: flex;
    opacity: 0;
    align-items: center;
    transition: all 0.5s ease-in-out;
    backdrop-filter: blur(0px);

}

.main_container_scene_item:hover .main_container_scene_item_bg {
    opacity: 1;
    backdrop-filter: blur(5px);
    top: 20px;
}

.main_container_scene_item_bg>div {
    margin: 0 auto;
    width: 80%;
}

.main_container_scene_item_bg h2 {
    width: 100%;
    font-size: 22px;
    color: #fff;
    margin-bottom: 10px;
    text-align: center;
}

.main_container_scene_item_bg p {
    font-size: 14px;
    line-height: 1.8;
    color: #fff;
    width: 100%;
    text-align: center;
}

.main_container_case {
    margin: 40px auto 0;
    display: flex;
    flex-wrap: wrap;
}

.caseitem {
    width: calc(25% - 15px);
    padding: 20px;
    background-color: #fff;
    border-radius: 10px;
    overflow: hidden;
    margin-right: 15px;
    margin-bottom: 25px;
    transition: all .4s;
}

.caseitem:hover {
    box-shadow: 2px 10px 10px 0 rgba(0, 0, 0, 0.2);
}

.caseitem .img {
    border-radius: 10px;
    overflow: hidden;
    width: 100%;
    height: 200px;
}

.caseitem .img a img {
    width: 100%;
    height: 200px;
}

.caseitem .title {
    display: flex;
    align-items: center;
    margin: 20px 0;
}

.caseitem .title .jingxuan {
    font-size: 12px;
    color: #fff;
    background: #E9AE54;
    width: 46px;
    height: 24px;
    text-align: center;
    line-height: 24px;
    border-radius: 12px;
    margin-right: 8px;
}

.caseitem .title>a {
    font-size: 18px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.caseitem .info {
    font-size: 14px;
    background: #F5F8FF;
    color: #8D96A7;
    padding: 15px;
    border-radius: 10px;
    height: 86px;
    max-height: 86px;
    overflow: hidden;
}

.caseitem .bottom {
    margin-top: 25px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.caseitem .bottom .user {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.caseitem .bottom .user .head {
    width: 22px;
    height: 22px;
    border-radius: 100%;
    overflow: hidden;
    margin-right: 6px;
}

.caseitem .bottom .user .head>img {
    width: 100%;
    height: 100%;
}

.caseitem .bottom .user p {
    font-size: 14px;
    color: #999;
}

.caseitem .bottom .huati {
    font-size: 14px;
    color: #000;
}

.main_container_pinpai {
    margin: 40px auto 0;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 20px;
}

.main_container_pinpai_item {
    width: calc(100% / 6 - 20px);
    margin-bottom: 20px;
    padding: 5px;
    border: 1px solid #c1c1c1;
    cursor: pointer;
}

.main_container_pinpai_item img {
    width: 100%;
    object-fit: contain;
    object-position: center;
}

.main_container_bottom {
    height: 150px;
    margin-top: 80px;
    background: url("../img/pingtaibg.png") no-repeat center center;
    background-size: 100% 100%;

}

.main_container_bottom p {
    font-size: 20px;
    color: #000;
    text-align: center;
    margin-top: 30px;
}

.main_container_bottom a {
    display: block;
    width: 200px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: #fff;
    font-size: 20px;
    margin: 0 auto;
    border-radius: 25px;
    background: #1C78FF;
    margin-top: 20px;
}

@media screen and (max-width: 768px) {
    .w1200 {
        width: auto;
    }

    .body-container {
        min-width: 320px;
    }

    .swiper-container {
        height: 250px;
    }

    .swiper-wrapper {
        height: 250px;
    }

    .swiper_postion {
        width: calc(100% - 60px);
    }

    .swiper_postion h1 {
        font-size: 24px;
        margin-top: 45px;
    }

    .swiper_postion .swiper_postion_box {
        padding: 20px 0;
        margin-top: 10px;
    }

    .swiper_postion .swiper_postion_box p {
        font-size: 14px;
    }

    .main_container {
        margin: 0 20px;
    }

    .main_container h1 {
        font-size: 24px;
    }

    .main_container h1::after {
        width: 50px;
    }

    .main_container_box {
        display: block;
    }

    .main_container_box_left {
        width: 100%;
        font-size: 14px;
    }

    .main_container_box_left:hover {
        transition: all 0.6s ease-in-out;
        margin-left: 0;
    }

    .main_container_box_right {
        width: 100%;
        margin-top: 20px;
    }

    .main_container_card {
        display: block;
    }

    .main_container_card_item {
        width: auto;
        margin-bottom: 20px;
        height: auto;
    }

    .main_container_card_item:hover {
        top: 0px;
        width: auto;
        border-radius: 10px;
        box-shadow: 5px 5px 10px rgba(0, 0, 0, .3);
        transition: all 0.3s ease-in-out;
    }

    .main_container_box {
        display: block;
    }

    .main_container_left {
        width: 100%;
    }

    .main_container_left_card {
        align-items: flex-start;
    }

    .main_container_right {
        width: 100%;
    }

    .main_container_card_item h2 {
        font-size: 18px;
    }

    .main_container_box2 {
        display: block;
    }

    .main_container_left2 {
        width: 100%;
    }

    .main_container_right2 {
        width: 100%;
        margin-top: 20px;
    }

    .main_container_right2>p {
        margin-left: 0;
    }

    .main_container_right_card_item {
        width: calc(100% / 3 - 10px);
    }

    .main_container_full h1 {
        font-size: 24px;
    }

    .main_container_full_card {
        margin: 0 20px;
        gap: 10px;
    }

    .main_container_full_card_item {
        width: calc(100% / 3 - 10px);
        margin-bottom: 10px;
    }

    .main_container_full_tips {
        font-size: 12px;
    }

    .main_container_scene {
        display: block;
    }

    .main_container_scene_item {
        width: 100%;
    }

    .main_container_case {
        /* border: 1px solid; */
    }

    .caseitem {
        width: calc(50% - 15px);
        padding: 0;
        border-radius: 5px;
        margin-bottom: 15px;
    }

    .caseitem .img {
        height: 150px;
    }

    .caseitem .img a img {
        height: 150px;
        object-fit: cover;
    }

    .caseitem .title {
        margin: 10px;
    }

    .caseitem .bottom {
        margin: 10px
    }

    .caseitem .title .jingxuan,
    .casebottom {
        display: none;
    }

    .caseitem .img {
        border-radius: 0;
        border-top-right-radius: 5px;
        border-top-left-radius: 5px;
    }

    .caseitem .title>a {
        font-size: 14px;
    }

    .caseitem .bottom .user p,
    .caseitem .bottom .huati {
        font-size: 12px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .main_container_pinpai {
        gap: 10px;
    }

    .main_container_pinpai_item {
        width: calc(100% / 3 - 10px);
        margin-bottom: 5px;
    }

    .main_container_bottom p {
        font-size: 16px;
    }

    .main_container_bottom a {
        display: block;
        width: 200px;
        height: 50px;
        line-height: 50px;
        text-align: center;
        color: #fff;
        font-size: 16px;
        margin: 0 auto;
        border-radius: 25px;
        background: #1C78FF;
        margin-top: 20px;
    }
}