/* 头部 */
img {
    border: 0;
}
.top_m{
    width: 1000px;
    margin: 0 auto;
    clear: both;
    position: relative;
	background: url(/swwjj/images/swwjj_top_m.jpg) no-repeat;
}


.header{
	line-height: 2rem;
	text-align: right;
	padding-right: 0.3rem;
}
.ghb{
	line-height: 1.4rem;
	height: 1.4rem;
	margin-right: 1rem;
	color: #ffffff;
	background: #2e6da1;
	font-weight: bold;
	display: inline-block;
	border-radius: 6px;
	padding: 0 0.5rem;
	font-size: .9rem;
}
.search_m{
	width: 74%;
	padding-top: 2rem;
	margin: 0 auto;
}
.search_q{
	height:2.4rem;
	background:#ffffff;
	border-radius: 1rem;
}
.search_q button{
	    background-color: transparent;
	    height: 2rem;
	    width: 8%;
	    color: white;
	    margin: 0;
	    padding: 0;
	    float: right;
	    margin-top: 0.2rem;border: 0;}
.input_m_keywords{
	width: 80%;margin-left: 1rem; height: 2.4rem; color:#636363;background-color:transparent;font-size: 1.2rem;
}
.logo_m{
text-align: center;
    padding-top: 40px;
}
.nav_m{
	    height: 70px;
	    width: 1000px;
	    margin-top: 2rem;
	    position: relative;
	    background: #077f0a;
	    clear: both;
}
.nav_m ul {
    overflow: hidden;
    zoom: 1;
}
.nav_m ul li {
    float: left;
    text-align: center;
    cursor: pointer;
    width: 33.3%;
    line-height: 2rem;
}
.nav_m ul li a {
    font-size: 1.1rem;
    font-family: "微软雅黑";
    color: white;
}

/* 适应屏幕 */
@media only screen and (max-width: 768px) {
	.top_m{
		width:  100%;
		margin: 0 auto;
		display: block;
	}
	.nav_m {
	    width: 100%;
	    line-height: 54px;
	    height: auto;
		margin-top: 1.2rem;
	}
	.nav_m ul {
	    margin-left: 0;
	}
	.nav_m ul li {
	    line-height: 2.4rem;
	}
	.nav_m ul li a {

	}
	
}
@media only screen and (min-width: 768px) {
	.top_m{ width: 1000px; margin: 0 auto; }
}