@media screen and (max-width: 768px) {
    .head{
        display: none;
    }
    footer{
        display: none;
    }
    .pc,.pc-sousuo{
        display: none !important;
    }
    .xuanfu{
        display: none;
    }
    .mobile{
        display: block;
        width: 100%;
    }
    .sousuo{
        width: 200px !important;
        position: relative !important;
        right: 101px !important;
    }
    .big_img {
        width: 600px;
        height: 400px;
    }
    .main{
        width: 100%;
    }
    .nav_btn{
        display: block;
        position: fixed;
        width: 40px;
        height: 40px;
        top: 20px;
        right: 20px;
        background: rgba(0, 0, 0, 0.4) !important;
        border-radius: 50%;
    }
    .nav_btn::after,.nav_btn::before {
		content: "";
		position: absolute;
		top: 19px;
		left: 20%;
		width: 60%;
		height: 2px;
		background: #fff;
	}
	.nav_btn::after{
		top: 13px;
		background: transparent;
		border-top:2px solid #fff;
		padding:4px 0px;
		border-bottom:2px solid #fff;
	}
    .navigation{
        width: 100%;
        height: 100%;
        position: fixed;
        top: 0;
        left: 0;
        background-color: rgba(0, 0, 0, 0.8);
        z-index: 9;
        display: none;
    }
    .navigation ul{
        width: auto;
        padding-top: 40px;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-around;
        align-items: center;
        height: auto;
    }
    .navigation ul li{
        width: 80%;
        float: left;
        height: 40px;
        display: inline;
        border: 0;
    }
    .navigation ul li a{
        display: block;
        font-size: 18px;
        color: #fff;
        line-height: 18px;
        margin-top: 11px;
        text-align: center;
        padding: 0 24px;
    }
    .navigation li.active{
        background-color: #dbdef1;
    }
    .navigation ul li:active a{
        color: #5254a0;
    }
    .meeting_back{
        padding: 20px;
        margin-top: 0;
    }
    .banner{
        width: 100%;
        height: auto;
        background: #fff;
        /* height: 160px;
        background-image: url(../img/mobile_banner.png);
        background-repeat: no-repeat;
        background-position: top;
        background-size: contain; */
    }
    .flex{
        display: flex;
        flex-wrap: wrap;
    }
    .flex video{
        width: 100%;
        height: 100%;
    }
    .title{
        margin-top: 20px;
        text-align: center;
        margin-bottom: 20px;
    }
    .title_item{
        display: block;
    }
    .schedule{
        padding: 20px;
    }
    .live_pictures{
        padding: 20px;
    }
    .show_pic img{
        width: 100%;
    }
    .show_pic img:nth-child(n + 5) {
        display: none;
    }
    .line{
        display: none;
    }
    .title_en{
        display: none;
    }
    .back_ins{
        margin-left: 0;
    }
    .guest_ins{
        display: block;
    }
    .media_reports{
        padding: 20px;
    }
    .news{
        flex-wrap: wrap;
    }
    .news_ins{
        width: 100%;
        display: flex;
        align-items: center;
    }
    .news_ins img {
        width: 120px;
        height: 76px;
        margin-right: 10px;
        border-radius: 4px;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        -ms-border-radius: 4px;
        -o-border-radius: 4px;
}
    .news_detail{
        flex: 1;
        margin-left: 0;
    }
    .news_detail .desc {
        line-height: 20px;
    }
    .news_ins:nth-child(2){
        margin-top: 20px;
    }

    .ellipsis_3 {
        text-overflow: -o-ellipsis-lastline;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        line-clamp: 2;
        -webkit-box-orient: vertical;
    }
    .ellipsis_2 {
        text-overflow: -o-ellipsis-lastline;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        line-clamp: 1;
        -webkit-box-orient: vertical;
    }
    .guest{
        padding: 20px;
    }
    .img_all_pc{
        /* display: none; */
    }
    .img_all_mobile{
        display: flex;
        flex-wrap: wrap;
    }
    .img_item {
        width: 100%;
        margin-right: 10px;
    }
    .img_item img{
        width: 100%;
    }
    .guest_ins{
        background-color: #fff;
        color: #000;
        width: auto;
        height: auto;
        padding: 20px 0;
    }
    .kg{
        display: none;
    }
    .toTop {
        width: 48px;
        height: 48px;
        position: fixed;
        bottom: 40px;
        right: 20px;
        z-index: 5;
        background-color: rgba(0, 0, 0, 0.4);
        border-radius: 50%;
        display: none;
    }
    /* .swiper-pagination {
        left: 48%;
        top: 186px;
    } */
    /* .video_shade{
        display: none;
    } */
    .pc-pagination {
        display: none;
    }
    .mobile-pagination {
        display: block;
    }
    /* 展会专访 */
    .exhibition_title{
        width: 95%;
        height: 60px;
        background: url(../img/mobile-title.png) no-repeat;
        padding-bottom: 42px;
        line-height: 55px;
        text-align: center;
        font-size: 18px;
        font-family: SourceHanSansCN-Heavy, SourceHanSansCN;
        font-weight: 800;
        color: #FFFFFF;
        margin: auto;
        background-size: 100%;
    }
    .exhibition_content_left{
        width:100%;
        margin:auto;
    }
    .exhibition_content_left p img{
        width: 32%;
    }
    .exhibition{
        width: 100%;
        height: auto;
        background: #F6F6F6;
        margin-top: 64px;
        padding-bottom: 55px;
    }
    .exhibition_content_left .content_left_text{
        width: 100%;
        height: 170px;
        font-size: 15px;
        font-family: SourceHanSansCN-Regular, SourceHanSansCN;
        font-weight: 400;
        color: #363636;
        line-height: 34px;
        margin-top: 18px;
    }
    .exhibition_content_right{
        width: 100%;
        margin-top: 27px;
    }
    .exhibition_content{
        width: 95%;
        display: flex;
        flex-wrap: wrap;
        margin: auto;
    }
    .exhibition_content_right p{
        width: 100%;
        height: 60px;
        font-size: 15px;
        font-family: SourceHanSansCN-Medium, SourceHanSansCN;
        font-weight: 500;
        color: #363636;
        line-height: 30px;
        margin-top: 44px;
    }
    /* 视频直播 */
    .liveVideoBox{
        display: flex;
        flex-wrap: wrap;
    }
    .LiveVideo_left{
        width: 95%;
        margin: auto;
    }
    .LiveVideo_left h2 {
        font-size: 17px;
        font-family: SourceHanSansCN-Medium, SourceHanSansCN;
        font-weight: 500;
        color: #363636;
        padding-bottom: 12px;
    }
    .LiveVideo_left p {
        width: 95%;
        font-size: 14px;
        font-family: SourceHanSansCN-Regular, SourceHanSansCN;
        font-weight: 400;
        color: #363636;
        line-height: 30px;
        padding-bottom: 37px;
    }
    .LiveVideo_right{
        margin-top:10px;
    }
    .LiveVideo_right p img {
        width: 47%;
        float: left;
        padding: 5px;
    }
    /* 稿件发布 */
    .manuscriptPublishing{
        width:95%;
        margin:auto;
        height: auto;
    }
    .manuscriptPublishing ul li {
        list-style-type: none;
        font-size: 16px;
        font-family: SourceHanSansCN-Regular, SourceHanSansCN;
        font-weight: 400;
        color: #363636;
        line-height: 30px;
        padding-bottom: 15px;
    }
    .shangjialogo p {
        width: 400px;
        height: 70px;
        background: #FFFFFF;
        border: 1px solid #DFDFDF;
        text-align: center;
        line-height: 70px;
        font-size: 14px;
        font-family: SourceHanSansCN-Regular, SourceHanSansCN;
        font-weight: 400;
        color: #959595;
    }
    
}