.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;
}

.container_wrapper{
    margin-top: 40px;
    padding-bottom: 20px;
}
.title{
    font-size: 32px;
    font-weight: normal;
    text-align: center;
    position: relative;
    margin-bottom: 20px;
}
.title::after{
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 5px;
    background: #1C78FF;
    border-radius: 5px;
}
.title_des{
    font-size: 12px;
    color: #444;
    text-align: center;
}
.container_wrapper_box{
    margin-top: 60px;
    display: flex;
    align-items: flex-start;
    justify-content: space-around;
}
.container_wrapper_box_item{
    border: 1px solid #cfcfcf;
    width: calc(100% / 5 - 20px);
    padding: 20px;
    border-radius: 10px;
    cursor: pointer;
    transition: all 0.6s ease-in;
}
.container_wrapper_box_item:hover{
    box-shadow: 0 0 10px rgba(0, 0, 0, .2);
    transition: all 0.1s ease-in;
}
.container_wrapper_box_item:hover img{
    transform: scale(1.1);
    transition: all 0.2s ease-in;
}
.container_wrapper_box_item_icon{
    display: flex;
    align-items: center;
    justify-content: center;
   
}
.container_wrapper_box_item_icon img{
    width: 80px;
    height: 80px;
}
.container_wrapper_box_item_title{
    font-size: 16px;
    margin-top: 20px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 10px;
}
.container_wrapper_box_item_des{
    font-size: 12px;
    color: #444;
    text-indent: 2em;
    line-height: 1.8;
    height: 80px
}
.container_wrapper_box2{
    display: flex;
    align-items: flex-start;
    justify-content: space-around;
    margin-top: 60px;
}
.container_wrapper_box2_item{
    width: calc(100% / 4 - 20px);
    padding: 20px;
    border-radius: 10px;
    cursor: pointer;
    transition: all 0.6s ease-in;
    border: 1px solid #cfcfcf;
}
.container_wrapper_box2_item:hover{
    box-shadow: 0 0 10px rgba(0, 0, 0, .2);
    transition: all 0.1s ease-in;
}
.container_wrapper_box2_item:hover img{
    transform: scale(1.1);
    transition: all 0.2s ease-in;
}
.container_wrapper_box2_icon{
    display: flex;
    align-items: center;
    justify-content: center;
}
.container_wrapper_box2_icon img{
    height: 80px;
    width: 80px;
}
.container_wrapper_box2_box{
    margin-top: 20px;
}
.container_wrapper_box2_box_title{
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    line-height: 2.0;
}
.container_wrapper_box2_box_des{
    font-size: 12px;
    color: #333;
}

.container_wrapper_box3{
    margin-top: 60px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    /* gap: 20px; */
}
.container_wrapper_box3_case{
    width: calc(100% / 4 - 20px);
    overflow: hidden;
    margin-bottom: 20px;
    padding: 20px;
    border-radius: 10px;
}
.container_wrapper_box3_case:hover{
    box-shadow: 0 0 10px rgba(0, 0, 0, .2);
    transition: all 0.1s ease-in;
}
.container_wrapper_box3_case_img{
}
.container_wrapper_box3_case_img>a{
    display: block;
    height: 170px;
    width: 100%;
    border-radius: 10px;
    overflow: hidden;
}
.container_wrapper_box3_case_img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.container_wrapper_box3_case_title{
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.8;
}
.container_wrapper_box3_case_des{
    display: flex;
    justify-content: space-between;
}
.user_box{
    display: flex;
    align-items: center;
}
.user_box .head{
    height: 20px;
    width: 20px;
}
.user_box .head img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}
.user_nickname{
    margin-left: 10px;
    font-size: 12px;
}
.vr_box{
    font-size: 12px;
    color: #444;
}
.container_wrapper_box4{
    margin-top: 60px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.container_wrapper_box4_item{
    width: calc(100% / 4 - 20px);
    padding: 20px;
    text-align: center;
    border-radius: 10px;
}
.container_wrapper_box4_item_icon{
    font-size: 42px;
    font-weight: bold;
    color: #1C78FF;
}
.container_wrapper_box4_item_title{
    font-size: 18px;
    font-weight: bold;
    line-height: 2.0;
}
.container_wrapper_box4_item_des{
    font-size: 14px;
}
.container_wrapper_box5{
    margin-top: 60px;
}
.container_wrapper_box5_item{
}
.container_wrapper_box5_item_title{
    font-size: 18px;
    font-weight: bold;
    line-height: 2;
}
.container_wrapper_box5_item_des{
    font-size: 14px;
    line-height: 1.8;
}
.container_wrapper_box6{
    border: 1px solid #efefef;
    display: flex;
    align-items: flex-start;
}
.container_wrapper_box6_item{
    width: calc(100% / 4 );
    position: relative;
    padding: 20px 0;
}
.container_wrapper_box6_item::after{
    content: "";
    display: block;
    height: 90px;
    width: 2px;
    background: #cfcfcf;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.container_wrapper_box6_item:last-child::after{
    display: none;
}
.container_wrapper_box6_title{
    text-align: center;
    height: 100px;
    line-height: 100px;
    font-size: 38px;
    color: #ccc;
}
.container_wrapper_box6_desc{
    font-size: 16px;
    text-align: center;
    color: #444;
}
.container_wrapper_flow{
    height: 200px;
    margin-top: 30px;
}
.container_wrapper_content{
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
}
.container_wrapper_content h2{
    margin-top: 50px;
    font-size: 28px;
    font-weight: normal;
}
.container_wrapper_content p{
    font-size: 16px;
    line-height: 1.8;
}
.content_btn{
    display: inline-block;
    padding: 10px 20px;
    border-radius: 5px;
    background: #1C78FF;
    color: #fff;
    font-size: 16px;
    margin-top: 10px;
}

@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: 12px;
    }
    .container_wrapper{
        margin: 0 20px;
    }
    .title{
        font-size: 24px;
        margin-top: 40px;
    }
    .title::after{
        width: 50px;
    }
    .title_des{
        margin-top: 10px;
        line-height: 1.8;
    }
    .container_wrapper_box{
        display: block;
    }
    .container_wrapper_box_item{
        width: 100%;
        margin-bottom: 20px;
    }
    .container_wrapper_box2{
        display: block;
    }
    .container_wrapper_box2_item{
        width: 100%;
        margin-bottom: 20px;
    }
    .container_wrapper_box3{
    }
    .container_wrapper_box3_case{
        width: calc(100% / 2 - 20px);
        padding: 0;
    }
    .container_wrapper_box3_case_title{
        width: 100%;
        font-size: 16px;
        font-weight: bold;
        line-height: 1.8;
        /* 强制文本不换行，保持一行 */
        white-space: nowrap; 
        /* 隐藏超出容器的内容 */
        overflow: hidden; 
        /* 超出部分显示省略号 */
        text-overflow: ellipsis; 

    }
    .container_wrapper_box4{
        display: block;
    }
    .container_wrapper_box4_item{
        width: 100%;
        margin-bottom: 20px;
    }
    .container_wrapper_box6_pc{
        display: none;
    }
    .container_wrapper_flow{
        overflow: hidden;
        background: linear-gradient(90deg, #b9d2f8 0%, #adceff 50%, #aeceff 100%);
    }
    .container_wrapper_content h2{
        font-size: 20px;
    }
    .container_wrapper_content p{
        font-size: 14px;
    }
    .container_wrapper_box5_item{
        margin-bottom: 10px;
    }
    .container_wrapper_box5_item_title{
        font-size: 16px;
        font-weight: normal;
    }
    .container_wrapper_box5_item_des{
        font-size: 12px;
    }
}
