@charset "utf-8";
/*全面屏*/
@media screen and (max-device-width: 892px) {
	
}

/*平板*/
@media screen and (max-device-width: 892px) {
	html,body{margin:0;pading:0;}
	.w1200{ width:98%;}
	.mt40{ margin-top:20px;}
	header .top,header .head .head_phone{ display:none;}
	header .head{ height:120px;}
	header .head a.logo{ width:70%; margin:28px 0 0 0; }
	nav.main_nav{ position: relative; height:0px; }
	nav.main_nav .wap_nav{ display:block; border:2px solid #f3dcab; position: absolute; top:-80px; right:10px;border-radius: 5px; padding:8px; background:url(../images/wap/menu.png) no-repeat 85% center; background-size:auto 1.5em; width:60px; height:1.8em; z-index: 9;} 
	nav.main_nav .wap_nav_close{background:url(../images/wap/close.png) no-repeat 85% center;background-size:auto 1.5em;border:2px solid #fff; } 
	nav.main_nav .wap_nav:before{ content:"菜单"; color: #f3dcab;}
	nav.main_nav .wap_nav_close:before{ content:"关闭"; color: #fff;}	
	nav.main_nav ul{ position: fixed; width:100%; height:100%; left:-100%; top:0px; background-color: #7c451b; z-index: 8; padding-top:150px;}
	nav.main_nav ul li{ line-height: 50px; width: 100%; float:inherit;}
	
	section.solid{ height:220px;}
		
	section.index_box1{}
	section.index_box1 marquee{width:60%;}
	section.index_box1 .about{ width:98%; height:260px; float:inherit;}
	section.index_box1 .news{ width:100%;  margin: 20px auto 0; float:inherit; }
	section.index_box1 .news li.hot{overflow: hidden;}
	section.index_box1 .news li.hot a span{line-height: 20px; overflow:hidden; height:20px;}
	section.index_box1 .contact{ width:100%; position:inherit; top:inherit; right:inherit; padding-bottom:8px;}
	section.index_box1 .contact .count{ height:220px;}
	
	div.title2{ position: relative; line-height: 50px; height:50px; text-align: center;}
	div.title2 .line{ top:25px; width:100%;}
	div.title2 a.count{ width:50%; font-size:16px; left:25%; }
	div.title2 a.count strong{ font-size:22px;}
	
	section.index_box2 div.index_meeting_solid{ width:100%; float:inherit; padding:5px 0px;}
	section.index_box2 a.meeting_title{display:none;}
	section.index_box2 .meeting_list{ display: none;}
	
	footer nav,footer .w1200 .fr,footer .w1200 .friend{ display:none;}
	footer div.w1200 .fl{ width:100%; }
	
	.child .thumb img{ max-width:98%; margin: 0 auto;}
	.child .title .path{ display: none; }
	.child .news_list li{ float:inherit; width:94%; }
	.child .news_list li:nth-of-type(odd){ margin-right: 0%;}
	.child .news_list li a span{  height:25px; overflow: hidden;}
	
	.child .thumb_list li{ float:inherit; width:94%; margin:1%; padding:1%; }
	
}
@media screen and (max-device-width: 640px) {
	

}

@media screen and (max-device-width: 480px) {
	.index_switch{ height: 200px; }
	.index_switch .title1{height: 20px;}
	.index_switch .title2{ height: 17px;}
	.index_switch .title3{ height: 16px;}
	
	section.index_box2 li{ margin:0 10px; }
	section.index_box2 li::before{left:-18px;font-size: 1.6em;}

	section.index_box2 li a{padding-top:17px;}
	section.index_box2 li h3{line-height: 30px; font-size:16px;}
	
	section.index_box1 .text{ width:45%;}




}

@media print {
@page {margin: 0cm; padding:0cm; width:5.8cm;}

}