@charset "utf-8";
body{min-width:320px;}
.nav ul li{position:relative}
.nav ul li .subNav{display:none;position:absolute;background-color:#fff;}
@media screen  and (max-width:1220px) {
	.top{width:auto;padding:0 15px;}
	.search{right:10%;}
	.nav ul{width:100%;}
	.Bread{height:auto;padding:13px 15px 13px 0;line-height:24px;overflow:hidden;}
	.subPage{width:auto;padding:0 15px;}
	.articleAuthor{height:auto;padding:5px 15px;line-height:20px;}
	.copyRight{width:auto;padding:15px;}
	.footer p{text-align:center;font-size:12px;}
	.copyRight{background:none}
	}
@media screen  and (max-width:992px) {
	.nav{display:none;}
	.search,.navTop{display:none;}
	.header{height:auto;border-bottom:3px solid #c6782d;position:relative}
	.mobile{display:block}
	.articleTitle h2{font-size:18px;}
	.mobile_search .search{display:block;position:static;}
	.mobile_search{margin:15px auto 0;width:200px;}
	}
@media screen  and (max-width:640px) {
	.logo{width:350px;height:auto;padding:20px 0}
	.top{height:auto;overflow:hidden}
	.mobile{bottom:28px;}
	.mobile-inner-nav{top:70px;}
	}
@media screen  and (max-width:460px) {
	.logo{width:240px;}
	.mobile{bottom:20px;}
	.mobile-inner-nav{top:62px;}
	}