@charset "utf-8";
@import url("default.css");
@import url("page.css");
@import url("form.css");
#top {
	background-image: url(images/topBg.gif);
	background-repeat: no-repeat;
	background-position: right;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	height: 91px;
	padding-left: 10px;
	overflow: visible;
	position: relative;
	padding-right: 10px;
}
#logo {
	float: left;
	margin-top: 24px;
	margin-left: 20px;
	width: 423px;
	height: 67px;
}
#topRight {
	float: right;
	margin-top: 74px;
	margin-right: 15px;
}
.menu {
	width: 940px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/menuBg.gif);
	background-repeat: no-repeat;
	height: 57px;
	font-weight: bold;
	color: #29476b;
	padding-left: 40px;
}
.menu li {
	display: inline;
	float: left;
}
.menu a {
	color: #29476b;
	height: 25px;
	display: block;
	width: 89px;
	text-align: center;
	margin-top: 21px;
	padding-top: 5px;
}
.menu a.active {
	background-image: url(images/menuActive.gif);
	background-repeat: repeat-x;
	display: block;
	color: #FFF;
	text-decoration: none;
}
.menu a:hover {
	background-image: url(images/menuActive.gif);
	background-repeat: repeat-x;
	display: block;
	color: #FFF;
	text-decoration: none;
}

#wrap {
	background-image: url(images/wrapBg.gif);
	background-repeat: repeat-x;
	background-position: top;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 10px;
	padding-left: 10px;
}
#upper {
	background-image: url(images/upperLine.gif);
	background-repeat: no-repeat;
	background-position: top;
	overflow: hidden;
	position: relative;
	padding-top: 4px;
	width: 100%;
}
#homeLeft {
	float: left;
	width: 260px;
	display: inline;
	margin-left: 10px;
}
#homeProduct  {
	background-image: url(images/productBg.gif);
	height: 288px;
	padding-right: 30px;
	padding-left: 30px;
	padding-top: 12px;
}
#homeProduct h2  {
	margin: 0px;
}
#homeProduct ul  {
	background-image: url(images/prdouctLine.gif);
	background-repeat: no-repeat;
	background-position: top;
	padding-top: 30px;
	padding-right: 20px;
	padding-left: 20px;
}
#homeProduct ul li {
	background-image: url(images/productIcon.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 13px;
	line-height: 30px;
}
#homeProduct .button {
	text-align: right;
	margin-top: 20px;
}
#homeLeft .homePic {
	text-align: center;
	margin-bottom: 10px;
}


#homeRight {
	float: right;
	width: 650px;
	display: inline;
	margin-right: 11px;
	overflow: hidden;
	position: relative;
}
#search {
	background-image: url(images/searchBg.gif);
	background-repeat: no-repeat;
	background-position: top;
	height: 37px;
	padding-top: 8px;
	padding-right: 50px;
	padding-left: 50px;
	width: 544px;
	margin-bottom: 20px;
	margin-left: 6px;
	display: block;
}
#search .wz {
	display: inline;
	margin-right: 15px;
	color: #000;
	vertical-align: middle;
}
#search input {
	border: 1px solid #b1b1b1;
	height: 20px;
	vertical-align: middle;
}
#search select {
	vertical-align: top;
	font-family: Arial, Helvetica, sans-serif, "宋体";
}
#homeAbout {
	margin-bottom: 30px;
	margin-top: 10px;
}
#homeAbout h1 {
	font-family: "微软雅黑";
	color: #868361;
	font-size: 18px;
	margin-top: 20px;
}
#homeNews ul li {
	background-image: url(images/newsIcon.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 15px;
	padding-right: 10px;
	line-height: 24px;
}
#homeNews ul li span {
	float: right;
}
#homeNews ul .bg {
	background-color: #f3f3f3;
}
#footer {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/footerBg.gif);
	background-repeat: no-repeat;
	height: 40px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #2a5e98;
	padding-top: 5px;
	margin-top: 20px;
}
#footer  a{
color:#2a5e98; 
	text-decoration:underline;
}
.search-form
{
  display:none;
}
