#m_nav,.m_header_box{display: none;}
@media screen and (max-width: 800px) {
	html{font-size: 110px !important;}
	.header_box,.list_main .menu{display: none;}
	/*顶部搜索*/
	.wap_search{font-size:16px;border-radius: 5px;color:#fff;text-align:center;letter-spacing:2px;overflow:hidden;width: 100%;display: block;margin-bottom: 0.1rem;}
	.wap_search .header-search{height:40px;border-radius:20px;background: rgb(255 255 255);position:relative;width: 80%;margin: 10px auto;}
	.wap_search .input{font-size: .16rem;color: #646464;height:40px;line-height:40px;padding: 0 .24rem;box-shadow:none;-webkit-appearance: none;float:left;border-right: 0;background:none;width: calc(100% - 40px);}
	.wap_search .btn_blue{position:absolute;cursor:pointer;top:0;right:0;width: 40px;height:40px;line-height:40px;border:0;background: url(submit.svg) center no-repeat #0054D3;background-size: .24rem;border-radius: 20px;}
	.wap_search .btn_blue.fr{ background:#e9edef; color:#4e4f53;}
	.wap_search input::-webkit-input-placeholder{ color:#999; }
	.wap_search input::-moz-placeholder{   /* Mozilla Firefox 19+ */ color:#999; }
	.wap_search input:-moz-placeholder{    /* Mozilla Firefox 4 to 18 */ color:#999; }
	.wap_search input:-ms-input-placeholder{  /* Internet Explorer 10-11 */  color:#999; }/* WebKit browsers */
	.wap_search input:focus::-webkit-input-placeholder {color: transparent;/* transparent是全透明黑色(black)的速记法，即一个类似rgba(0,0,0,0)这样的值 */}/* Mozilla Firefox 4 to 18 */
	.wap_search input:focus:-moz-placeholder {color: transparent;}/* Mozilla Firefox 19+ */
	.wap_search input:focus::-moz-placeholder {color: transparent;}/* Internet Explorer 10+ */
	.wap_search input:focus:-ms-input-placeholder {color: transparent;}/* 点击搜索框获取焦点 placeholder消失-结束 */

	/* 导航 */
	#m_nav * {transition: all 0s ease 0s;}
	.m_header_box {transition: all 0.6s ease 0s;display: none;position: relative;z-index: 100000;height: .6rem;}
	.m_header_box header {padding: 0px 0px 0px 15px;height: 0.6rem;background: #0054D3;box-shadow: rgba(0, 0, 0, 0.05) 0px 3px 5px;position: fixed;top: 0px;left: 0px;right: 0px;z-index: 100;display: flex;justify-content: space-between;align-items: center;}
	.m_header_box header #logo img {height: auto;max-height: 0.6rem;    padding: 0.05rem;}
	.m_header_box header #logo { padding: 0px; width: calc(100% - 80px); }
	#m_nav .list_box0 .li > a{margin:0; font-size: 16px;}
	/*导航按钮开始*/
	#nav_btn_box.on { background: none; }
	#nav_btn_box{position:relative;width: .6rem;height: .6rem;display: flex;align-items: center;justify-content: center;z-index: 1;}
	#nav_btn_box:before{content:"";position: absolute;z-index: -1;top: 0;right: -5px;bottom: 0;left: 0;background: #fff;}
	#nav_btn_box:after{content:"";position: absolute;z-index: -1;top: 0;left: -10px;border-right: #fff 11px solid;border-top: transparent .6rem solid;}
	#nav_btn { cursor: pointer; text-align: center; z-index: 99999; -webkit-transition: .5s; -moz-transition: .5s; -ms-transition: .5s; -o-transition: .5s; outline: none; box-shadow: none; }
	#nav_btn .point {display: inline-block;width: 0.40rem;height: 22px;position: relative;outline: none;}
	#nav_btn .point:hover .navbtn, #nav_btn .point:hover .navbtn::after, #nav_btn .point:hover .navbtn::before { width: .28rem; }
	#nav_btn .navbtn {position: absolute;top: 12px;left: 0;display: inline-block;width: 18px;height: 2px;-webkit-transition: all .3s ease-out 0s;-moz-transition: all .3s ease-out 0s;-ms-transition: all .3s ease-out 0s;-o-transition: all .3s ease-out 0s;transition: all .3s ease-out 0s;background: #0054D3;}
	#nav_btn .navbtn::after, #nav_btn .navbtn::before {position: absolute;left: 0;display: inline-block;width: 24px;height: 2px;content: '';-webkit-transition: all .3s ease-out 0s;-moz-transition: all .3s ease-out 0s;-ms-transition: all .3s ease-out 0s;-o-transition: all .3s ease-out 0s;transition: all .3s ease-out 0s;background: #0054D3;}
	#nav_btn .navbtn::after { top: -8px; }
	#nav_btn .navbtn::before { top: 8px; }
	#nav_btn .point.on .navbtn {background: transparent;}
	#nav_btn .point.on .navbtn::after { -webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); -ms-transform: rotate(45deg); -o-transform: rotate(45deg); transform: rotate(45deg); top: 0px; }
	#nav_btn .point.on .navbtn::before { -webkit-transform: rotate(-45deg); -moz-transform: rotate(-45deg); -ms-transform: rotate(-45deg); -o-transform: rotate(-45deg); transform: rotate(-45deg); top: 0px; }

	.m_nav_list {flex-direction: column;/* justify-content: center; */width: 100%;height: 100%;overflow: auto;align-items: center;display: flex;background: rgba(255,255,255,.1);}
	.m_nav_list::-webkit-scrollbar { display:none}
	#m_nav {z-index: 99999;position: fixed;width: 100%;height: 100vh;right: -105vw;top: 0;display: none;padding: 70px 20px 30px;overflow: hidden;pointer-events: none;transition: all 0.3s ease-out;-webkit-transition: all 0.3s ease-out;-moz-transition: all 0.3s ease-out;-o-transition: all 0.3s ease-out;-ms-transition: all 0.3s ease-out;display: flex;flex-direction: column;justify-content: flex-start;align-items: flex-start;background: #f7f7f7;background-size:cover;opacity: 0;visibility: hidden;}
	#m_nav .close{position:absolute;top: 7px;right: 15px;left: 15px;font-size: 30px;color: #333;z-index: 10000;/* background: rgba(255,255,255,.1); */width: auto;height: 35px;border-radius: 0;display: flex;align-items: center;justify-content: flex-end;padding: 0 0;}
	#m_nav.act {pointer-events: auto;right: 0;opacity: 1;visibility: visible;}

	#m_nav .search_box input.submit{ background: #0054D3 url(submit.svg) center no-repeat; background-size: .28rem;}
	#m_nav .list_box0{text-align:center;width: 100%;justify-content: flex-start;margin: .15rem 0 0;flex-wrap: wrap;height: 0.44rem;}
	#m_nav .list_box0 .li{text-align: left;color: #0054D3;margin: 0 .12rem 0.15rem 0;font-size: 14px;padding: 0;min-width: 1rem;}

	#m_nav .old_rukou{margin:.24rem 0 0;width: 100%;}

	.list_box_nav_mobile{width:100%;max-height: calc(100% - 150px);/* background: rgba(255,255,255,.1); */padding: 0 0 10px;overflow: hidden;overflow-y: auto;margin: 0;/* flex: 1; */}
	.list_box_nav_mobile>li{width: 100%;overflow: hidden;padding: 0;position: relative;margin: 0 auto;}
	.list_box_nav_mobile>li .con{ position:relative}
	.list_box_nav_mobile>li .a{width: 100%;border-bottom: 1px solid #e2e2e2;line-height: .44rem;color: #333;padding: 0;font-size: 18px;display: flex;position: relative;transition:.5s;}
	.list_box_nav_mobile>li i{opacity: 1;filter: alpha(opacity=100);display: inline-block;width: .5rem;height: .44rem;display: inline-block;background: url(arrow_down.svg) center no-repeat;background-size: 15px 15px !important;position: absolute;display: block;right: 0;top: 2px;}
	.list_box_nav_mobile>li.on1 i{transform: rotate(-90deg);-webkit-transform: rotate(-90deg);-moz-transform: rotate(-90deg);}

	.list_box_nav_mobile>li.on .a{border-bottom: 1px solid #e2e2e2;}

	/*三级导航 开始*/
	.list_box_nav_mobile>li .list{padding:10px 0;border-bottom: 1px solid rgba(255, 255, 255, 0.1); display:none}
	.list_box_nav_mobile>li .list a{display:block;font-size:14px;color: #666;line-height: 2.5;}
	.nav_mask { position: fixed; top: 0; left: 0; width: 100%; height: 100%; z-index: 888; background-color: rgba(0,0,0,0.4); display: none; }

	
	/* 轮播 */
	.swiper-slide{height: 1.8rem;}
	.swiper-slide a{display: block; width: 100%; height: 100%;}
	.main-visual-slider .imged{padding-bottom: 100%;}
	.swiper-pagination{right: 50%; margin-right: -0.28rem;}
	.ban-dot .swiper-pagination span{width: 0.1rem; height: 0.1rem; margin: 0px 0.02rem !important;}
	
	/* 公共 */
	.home-title{background: none;}
	.home-title .n-title-right{background: #f9f8fb; padding-left: 0.2rem;}
	
	/* 新闻动态 */
	.home-title{margin: 0.1rem 0;}
	.home-title .home-title-tit h3{font-size: 0.26rem;}
	.home1-t .left{width: 100%;}
	.home1-t .left ul li.on .imged{padding-bottom: 2.6rem;}
	.home1-t .right{width: 100%;}
	
	/* 通知公告 */
	.home2 .home-title .n-title-right{background: #eef0ff;}
	.home2-con ul li{width: 100%; margin-right: 0; margin-bottom: 0.2rem;}
	.home2-con ul li a{min-height: 0.4rem;}
	
	/* 师生风采 */
	.home3 .home-title .n-title-right{background: #FFF;}
	.home3-t ul li{width: 48%; margin-right: 2%; padding: 0; margin-bottom: 0.3rem;}
	.home3-t ul li:nth-child(2n){margin-left: 2%; margin-right: 0;}
	
	/* 底部 */
	.footer_top .right{width: 100%;}
	.footer_top .right img{width: 1.25rem;}
	
	
	/* 列表页 */
	.local{line-height: 0.25rem; padding: 0.05rem 0.2rem 0.05rem 0.5rem;}
	.list_main{margin-top: 0.1rem;}
	.list_main .wp_14{padding: 0 15px;}
	.newList ul li{padding: 0;}
	.newList ul li .newList_date{width: 0.8rem; top: 0.15rem;}
	.newList ul li a .newList_new{width: calc(100% - 0.9rem);}
	.newList ul li .newList_date{padding: 0.06rem 0.05rem;}
	.newList ul li a p{-webkit-line-clamp: 3; height: 0.72rem;}
	.page{margin: 0.2rem 0;}
	.pagebox span.pagebox_num, .con .pagebox span.pagebox_num_nonce{display:none;}
	
	/* 师资队伍 */
	.list_item2{margin: 0.2rem 0;}
	.list_item2 li{width: 50%; margin: 0.1rem 0;}
}

@media screen and (max-width: 500px) {
	/* html{font-size: 200px !important;} */
}
/* .header_box{display: none;} */
