html,
body {
	padding: 0;
	margin: 0;
}

ul,
li {
	list-style: none;
}

.swj-header {
	width: 100%;
	height: 36px;
	position: relative;
	background: #eeeeee;
}

.swj-container {
	width: 1000px;
	height: 28px;
	padding: 4px 0;
	font-size: 17px;
	line-height: 28px;
	margin: 0 auto;
	overflow: hidden;
    font-weight: bolder;
}

.swj-logo {
	display: block;
	float: left;
	color: white;
}

.swj-logo a{
	display: block;
	float: left;
	color: #222;
        text-decoration: none;
}

.swj-search {
	width: 240px;
	height: 28px;
	background: white;
	float: left;
	border-radius: 3px;
	overflow: hidden;
	margin-left: 14px;
}

.swj-search input.swj-search-input {
	display: block;
	height: 28px;
	border: none;
	padding: 0 6px;
	width: 188px;
	float: left;
}

.swj-search input.swj-search-input:focus {
	border: none;
	box-shadow: none;
	outline: none;
}

.swj-search button {
	display: block;
	width: 40px;
	height: 28px;
	float: right;
	border: none;
	padding: 0;
	outline: none;
	cursor: pointer;
}

.swj-header-nav {
	float: right;
}

.swj-header-nav ul {
	overflow: hidden;
	margin: 0;
}

.swj-header-nav ul li {
	float: left;
}

.swj-header-nav ul li a {
	display: block;
	text-decoration: none;
	color: #222;
	padding: 0 10px;
}



.mymcyd {
	background: #eeeeee;
}

.gjh {
	background: #147bc8;
}
