@media screen and (max-width:768px){
    html{
        overflow-x:hidden;
    }
    .row{
        margin:0px !important;
        padding:0px !important;
    }
    .container{
        width:100%;
        padding:0px !important;
    }
    .navbar{
        width:100%;
    }
    .navbar .navbar-brand>img{
        margin-top:-8px;
    }
    /**
    菜单
     */
    .mobile-menu-logo{
        display:block;
    }
    .mobile-menu{
        display:block;
        position:fixed;
        top:0px;
        left:0px;
        background:white;
        height:100%;
        width:100%;
        overflow:auto;
        transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1) 0ms;
        transform: translateX(100%);
    }

    .mobile-menu-open{
        transform: translateX(0);
    }


    .menu{
        background:white;
        padding-left:0px;
		margin-left: 0px;
        /*overflow-y:scroll;*/
        /*text-align:center;*/
    }
    .menu-box{
        overflow-y:scroll;
		height:100%;
    }
    .menu>li{
        /*border-bottom:1px solid #dddddd;*/
    }
    .menu>li a{
        line-height:40px;
        border-bottom:1px solid #EEEEEE;
    }
    .menu>li .dropdownmenu{
        display:none;
    }
    .menu>li .dropdownmenu>a{
        display:block;
        line-height:40px;
        padding-left:20px;
        margin-left:20px;
    }
    .close{
        position:absolute;
        top:20px;
        right:20px;
    }

    /**去除菜单点击效果**/
    .menu>li:hover:after{
        width:0%;
    }

        /**产品中心**/
    .content .product-title{
        /*width:300px;*/
        /*height:50px;*/
    }
    .content .product{
        width:126px;
        height:110px;
        background:url("../image/product-icon.png") no-repeat;
        background-size:cover;
        margin:auto;
        margin-top:120px;
        color:#1b488b;
        font-size:26px;
        font-weight:bold;
        text-align:center;
        line-height:30px; padding-top:25px;
    }
    .about{
        padding-top:20px !important;
    }
    .about .title{
        width:calc(100vw - 40px); left:25px; font-size:38px;
    }
    .about-box{
        animation: normal;
    }
    .about-right{
        animation: normal;
    }
    .content .product-title{
        width:300px;
        height:60px;
    }
    .content .product-title>div{
        font-size:40px;
    }

    .c-banner{
        width: 100%;
        /*height: 345px;*/
        height:180px;
        overflow: hidden;
    }
    .c-banner .banner ul li img{
        /*width: 768px;*/
        /*height: 345px;*/
        width:100%;
        height:180px;
        position: absolute;
        /*left: 50%;*/
        /*margin-left: -384px;*/
    }
    .content{
        height:300px;
    }
    .bg-img{
        background-size:cover;
    }
    /**新闻**/
    .index-news-list .right{
        display:none;
    }
    .index-news-list .list .left{
        height:auto;
    }
    .index-news-list .list .right-left{
        height:auto;
    }
    .index-news-list .more{
        margin-top:20px !important;
    }
    .new-content{
        padding-top:30px;
    }
    .new-content .news-right{
        display:none;
    }
    .index-news-list .list{
        margin-top:20px !important;
        height:auto;
        padding:10px;
    }
    .bottom div{
        text-align:center;
        color:#1b488b;
    }
    .bottom div:first-child{
        text-align:center;
    }
    .bottom div:last-child{
        text-align:center;
    }
    .news-list .list .left:before{
        display:none;
    }
    .news-list .list .right-left:after{
        display:none;
    }

    /**about**/
    .about-info{
        padding-top:30px !important;
        padding-bottom:30px !important;
    }
    .about-info>div>p img{
        /*width:200px;*/
        /*margin:auto;*/
        width:100%;
    }
    .course{
        /*width:100%;*/
        /*overflow-x:scroll;*/
        padding:0px 20px !important;
    }
    .course-detail .course-content{
        background:no-repeat;
        height:0px;
    }
    .course-detail{
        background-size: cover;
    }
    .info .left{
        margin-left:0%;
        float:left;
    }
    .info .right{
        float:left;
        margin-right:0%;
        /*margin-top:30px*/
    }
    .info-center{
        margin-top:30px;
    }
    .info-center .center{
        margin-left:0%;

    }


    /**新闻**/
    .news-right-icon{
        display:none;
    }
    .news-list{
        margin-left:20px !important;
        margin-right:20px !important;
        margin-top:30px !important;
    }

    .join-list{
        padding:0px;
    }
    .join{
        width:100%;
    }
    .join>div:nth-child(2){
        display:none;
    }
    .join-content{
        width:100% !important;
    }
    .join-content{
        padding:20px !important;
    }

    .call{
        margin-top:40px;
    }
    .online-say{
        margin-top:40px;
    }

    .bg-foot{
        /*margin-top:-70px;*/
    }
	.wap-foot{
		margin-top:-70px;
	}
    .ewm>div{
        margin-top:50px;
    }
    .bottom{
        margin-top:20px !important;
    }
    .bottom span{
        display:block;
    }

    .zizhi img{
        max-width:100%;
    }

    .about-content-menu .about-menu{
       display:flex;justify-content:space-between;
    }
	.about-menu > li{ width:50%;}
	
    .guide>li{
        margin-top:0px;
        padding: 15px 0px
    }
		.about-banner{display:flex;justify-content:center; justify-content: center;align-items: center; text-align:center; width:100%; overflow:hidden;}
	.about-banner > img{ width:auto; height:100px; margin-left:100px;}
}