@media screen and (max-width:100000px)
{
/*导航*/
.sys_nav{display:block;}
/*新页头*/
.mmenu_header{display:none;}
}
@media screen and (max-width:1000px)
{
body{font-size:100%;}
a{font-size:100%;}
/*层*/
div,ul-dropped,li{max-width:100%;}
/*表格*/
table{max-width:100%;}
td{max-width:50%;word-wrap:break-word;word-break:break-all;}

/*禁止一切浮动*{float:none!important;}*/

/*留言页*/
.sys_page_feedback_code .myinput,.sys_page_feedback_code .myinput2{max-width:100%;width:90%!important;}
#outer{width:100%!important;max-width:100%;}
/*整站主栏*/
.sys_frame_main{width:100%!important;max-width:100%;float:none;}
/*大动画*/
.sys_bigbanner{width:100%!important;max-width:100%;overflow-x:hidden;overflow-y:hidden;width:100%!important;max-width:100%;float:none;display:block;margin-top:0px;}
.sys_bigbanner object{width:100%;height:100%;}
.sys_bigbanner img{width:100%;height:100%;}
/*小动画*/
.sys_smallbanner{width:100%!important;max-width:100%;height:auto!important;overflow-x:hidden;width:100%!important;max-width:100%;float:none;display:block;margin-top:0px;}
.sys_smallbanner object{width:100%;height:100%;}
.sys_smallbanner img{width:100%;height:100%;}
/*全屏大动画*/
.sys_bigbanner{display:block;}
.sys_bigbanner .banner{height:200px;}
.sys_bigbanner .banner .flash{height:200px;}
.sys_bigbanner .banner .flash li{background-size:auto 100%;height:200px;}
.sys_bigbanner .banner .num{bottom:15px;max-width:20%;max-height:20%;display:none;}
/*内容模块*/
.sys_w_7{float:none;}
.sys_w_7 img{max-width:100%;height:auto!important;}
.sys_home_text,.sys_home_news,.sys_home_pictures{max-width:100%;float:none;
width:100%;display:inline-block!important;margin-left:0px;margin-right:0px;}
/*百度地图*/
#dituContent img{max-width:none;}
/*页脚*/
.sys_footer{width:100%!important;max-width:100%;float:none;}
.sys_footer table{max-width:100%;width:100%!important;}
/*图片列表*/
.sys_w_14{height:auto;float:none;}
.sys_w_14 div{max-width:90%;height:auto!important;}
.sys_w_14 ul li{float:none!important;display:inline-block;height:auto!important;width:50%!important;text-align:center!important;margin-right:0px!important;margin-left:0px!important;}
.sys_w_14 ul li img{max-width:90%;height:auto!important;}
/*首页标题*/
.sys_home_text_title,.sys_home_news_title,.sys_home_pictures_title{max-width:100%;overflow:hidden;float:none;}
/*在线客服*/
#luoye{display:none!important;}
/*页头*/
.sys_header{width:100%!important;max-width:100%;display:none;}
/*搜索框*/
.sys_w_17{display:none;}
/*新闻列表*/
.sys_w_9{height:auto;float:none;}
/*导航*/
.sys_nav{display:none;}
/*左边栏*/
.sys_left{display:none;}
/*右栏*/
.sys_right{width:100%;float:none;}
/*内页主栏*/
.sys_inner_frame{width:94%!important;padding-left:3%;padding-right:3%;float:none;height:auto!important;}
/*分页条*/
#jump{float:none!important;}
/*内页大标题*/
.sys_inner_bigtitle{float:none;width:90%!important;}
/*新页头*/
.mmenu_header{
    display:block;
	text-align: center;
	background: #777;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	line-height: 40px;
	-moz-box-sizing: border-box;
	box-sizing: border-box;	
	width: 100%;
	height: 40px;
	padding: 0 50px;
	overflow:hidden;
}
.mmenu_header.fixed
{
	position: fixed;
	top: 0;
	left: 0;
}
.mmenu_header a
{
	background: center center no-repeat transparent;
	background-image: url( data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAAZCAYAAADE6YVjAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAADhJREFUeNpi/P//PwOtARMDHQBdLGFBYtMq3BiHT3DRPU4YR4NrNAmPJuHRJDyahEeT8Ii3BCDAAF0WBj5Er5idAAAAAElFTkSuQmCC );

	display: block;
	width: 40px;
	height: 40px;
	position: absolute;
	top: 0;
	left: 10px;
}
}


/* 这是匹配横屏的状态，横屏时的css代码 */
@media all and (orientation :landscape){} 
/* 这是匹配竖屏的状态，竖屏时的css代码 */
@media all and (orientation :portrait){}

