/*手机端 样式*/
@media (max-width: 800px) {
    html, body {
        -webkit-tap-highlight-color: transparent;
        -webkit-user-select: none;
        -moz-user-select: none;
    }

    .mobile{
        display: block !important;
    }

    .pc{
        display: none !important;
    }

    .header_2_main {
        /*display: none;*/
        position: fixed;
        left: 0;
        top: 0;
        width: 280px;
        z-index: 9999999;
        height: 100vh;
        transition: all 0.3s;
        background: #ffffff;
        overflow: scroll;
    }

    .main_0{
        width: 100%;
        min-width: 0;
        max-width: 100%;
    }
    .header_2_main_hid{
        /*transform: translateX(280px);*/
        transform: translateX(-280px);
    }

    .main_width_1200{
        width: 100%;
    }
    .main_width_1300{
        width: 100%;
    }
    .main_width_1400{
        width: 100%;
    }

    .main_width_1500{
        width: 100%;
    }

    .navbar{
        /*position: static;*/

    }

    .title_1{
        margin-top: 10px !important;
    }

    .title_1 > div:nth-child(1){
        line-height: 60px;
        margin-bottom: 0;
    }

    .title_1 > div:nth-child(2){
        line-height: 30px;
        padding: 0 20px;
    }

    .image-gallery{
        margin-top: 10px !important;
    }

    .image-wrapper{
        width: 100%;
        height: auto;
    }

    .image-item{
        width: 100%;
        height: auto;
    }

    .main2{
        width: 100%;
        height: 800px;
    }

    .main2-1{
        width: calc(100% - 60px - 20px);
        position: static;
        background: rgb(241, 241, 241);
        margin: 50px 10px 0 10px;
    }

    .main-2{
        width: auto;
        padding: 0 20px;
        height: 80px;
    }

    .main-2 .p1{
        font-size: 14px;
    }

    .main-2 .p2{
        font-size: 20px;
    }

    .image-container{
        padding: 0 10px;
        width: calc(100% - 20px);
    }

    .image-item2{
        width: calc(100%);
        height: auto;
    }

    .image-wrapper2{
        width: 100%;
        margin-bottom: 20px;
    }

    .image-wrapper2 img{
        width: 100%;
        height: auto;
    }

    .image-wrapper2 > div:nth-child(1){
        width: 100%;
        height: auto;
    }

    .gallery{
        padding: 0 20px;
        width: calc(100% - 40px);
    }

    .footer{
        font-size: 12px;
        padding:  20px;
        line-height: 25px;
    }

    .container{
        gap: 20px;
        width: calc(100% - 40px);
    }

    .container > img:nth-child(1){
        width: 30px;
        height: 30px;
    }

    .container > img:nth-child(2){
        height: auto;
        width: 200px;
    }

    .header_nav{
        position: fixed;
        left: 0;
        top: 0;
        width: 220px;
        z-index: 999999;
        height: 100vh !important;
        transition: all 0.3s;
        background: #000000;
        overflow: scroll;
        padding: 30px;
    }

    .header_nav > div{
        width: 100%;
    }

    .header_nav_hid{
        transform: translateX(-280px);
    }

    .nav-link{
        color: #ffffff;
        line-height: 40px;
        padding: 0;
        display: flex;
        justify-content: space-between;
        align-items: center;
        text-align: left;
    }

    .nav-link:hover {
        background: none !important;
        color: #ffffff !important;
    }

    .container > div{
        flex-wrap: wrap;
        display: block;
    }

    .container > div:nth-child(3) > div{
        height: auto;
    }

    .container > div:nth-child(5){
        display: flex !important;
        /*width: 100px;*/
    }

    .container > div:nth-child(5) > div:nth-child(1){
        display: flex;
        justify-content: right;
        align-items: center;
        gap: 10px;
        color: #ffffff;
        padding: 5px;
        width: 62px;
        text-align: center;
    }

    .switch_language_border{
        border: 1px solid #ffffff !important;
    }

    .container > div:nth-child(5) > div:nth-child(2){
        background: #ffffff;
        text-align: center;
        position: absolute;
        top: 59px;
        width: 74px;
        z-index: 999;
        display: none;
    }

    .container > div:nth-child(5) > div:nth-child(2) > a{
        padding: 5px;
        display: block;
    }

    .container > div:nth-child(5) span{
        display: block;
        width: 5px;
        height: 5px;
        border-top: 1px solid #ffffff;
        border-right: 1px solid #ffffff;
        transform: rotate(135deg);
        transition: all 0.3s ease-in-out;
    }

    .nav-link > span{
        display: block;
        width: 10px;
        height: 10px;
        border-top: 2px solid #ffffff;
        border-right: 2px solid #ffffff;
        transform: rotate(45deg);
        transition: all 0.3s ease-in-out;
    }

    .header_title_arrow{
        transform: rotate(135deg) !important;
    }

    .switch_language_arrow{
        transform: rotate(-45deg) !important;
    }

    .header_nav_item{
        padding-left: 20px;
        position: static;
        text-align: left;
        background: none;
    }

    .header_nav_item a{
        color: #ffffff !important;
    }

    .header_nav_item > div{
        height: auto;
    }

    .header_nav_item .header_nav_item{
        position: static;
    }

    .section_1{
        background-size: auto 100%;
        background-position: center center;
    }

    .section_2{
        flex-wrap: wrap;
    }

    .section_2 > div{
        width: 100%;
    }

    .section_3{
        margin: 0 20px;
        width: calc(100% - 40px);
    }

    .section_3 > div{
        display: none;
    }

    .list_1{
        margin: 0 20px;
        gap: 10px;
    }
    .list_1 > div{
        width: 100%;
        text-align: center;
    }

    .list_1 > div > a img{
        width: 100%;
        height: auto;
    }

    .content_1{
        min-height: auto;
    }

    .content_1 img,.content_1 video{
        max-width: 100%;
    }

    .list_2{
        width: calc(100% - 30px);
    }

    .list_2 > div{
        width: 100%;
    }

    .list_2 > div > a > img{
        height: auto;
    }

    .list_2 > div > div > div:nth-child(2){
        height: auto;
    }

    .image-container > a{
        width: 100%;
        height: auto;
    }

    .image-container > a > div:nth-child(2){
        margin-top: -30px;
        margin-left: 10px;
        font-size: 18px;
        overflow: hidden;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
        text-overflow: ellipsis;
    }

    .video_1 video{
        width: calc(100% - 40px);
        max-width: none;
        height: auto;
        margin: 0 20px;
    }

    .slide_1 img{
        height: 230px;
    }

    .video_2{
        height: 230px;
    }

    .slide_1{
        height: 230px;
    }


    .main_2 > div{
        height: auto;
        flex-wrap: wrap;
    }

    .main_2 > div > img{
        width: 100%;
        height: auto;
    }

    .main_2 > div > div{
        height: auto;
        width: 100%;
        padding-bottom: 30px;
    }

    .main_1 > div:nth-child(2){
        padding: 20px;
    }

    .main_3{
        flex-wrap: wrap;
    }

    .main_3 > div{
        width: 100% !important;
    }

    .content_2{
        padding: 0 10px;
    }

    .content_2 img{
        height: auto;
        width: 100%;
    }









}
























































































































































































































































































































