@media screen and (max-width: 768px) {
    body,html{
        scroll-behavior: smooth;
      }
    .head{
        display: none;
    }
    footer{
        display: none;
    }
    .pc{
        display: none;
    }
    .banner img, .bgc img, .big_img {
        width: 100%;
        height: auto;
    }
    .banner .pc {
        display: none;
    }
    .banner .mobile {
        display: block;
    }
    .main{
        width: 100%;
    }
    .nav_btn{
        display: block;
        position: fixed;
        width: 40px;
        height: 40px;
        top: 20px;
        right: 20px;
        background-color: rgba(0, 0, 0, 0.4);
        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;
    }
    .live_pictures{
        padding: 20px;
    }
    .show_pic img{
        width: 100%;
    }
    .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: block;
    }
    .news_ins img{
        width: 100%;
    }
    .news_detail{
        margin-left: 0;
        margin-top: 10px;
    }
    .news_ins:nth-child(2){
        margin-top: 20px;
    }
    .guest{
        padding: 20px;
    }
    .img_all_pc{
        display: none;
    }
    .img_all_mobile{
        display: flex;
        flex-wrap: wrap;
    }
    .img_item img{
        width: 100%;
    }
    .guest_ins{
        background-color: #fff;
        color: #000;
        width: auto;
        height: auto;
        padding: 20px 0;
    }
    .kg{
        display: none;
    }
    .schedule table .nowrp {
        white-space: normal;
        text-align: center;
    }
    .contact span:nth-child(3) {
        padding-left: 85px;
    }
    .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;
    }
    .news_detail a {
        min-height: auto;
    }

    .swiper-slide img {
        width: 100%;
    }

    .swiper-slide p {
        position: absolute;
        top: 0;
        width: 100%;
        height: 98%;
        padding: 0 10px;
        line-height: 30px;
        padding-top: 20%;
        color: #fff;
        text-align: center;
        background: rgba(0,0,0,0.5);
        opacity: 0;
        box-sizing: border-box;
    }
    
}