@CHARSET "UTF-8";

* {
	margin: 0;
	padding: 0;
	list-style: none;
	text-decoration: none;
	font-family: "寰蒋闆呴粦";
	font-weight: lighter;
	list-style-type:none;
}
#body{
	width: 100%;
	height: auto;
}
#nav {
	margin: auto;
	width: 100%;
	text-align: center;
	background: #303030;
	height: 48px;
}

.nav-item {
	position: relative;
	width: 120px;
	height: 48px;
	line-height: 48px;
	text-align: center;
	font-size: 14px;
	z-index: 1
}

.nav-img {
	position: relative;
	width: 120px;
	height: 48px;
	text-align: center;
	font-size: 14px;
	z-index: 1;
	vertical-align: middle;
}
#logo {
	padding-top: 7px;
}
#nav ul {
	padding-left: 0px;
	
}
#nav-weather{
	position: absolute;
	width: 170px;
	height: 43px;
	text-align: center;
	font-size: 14px;
	z-index: 1;
	top:10px;
	right: 100px;
} 
#nav ul li {
	display: inline-block;
}

.nav-item a {
	display: block;
	height: 48px;
	color: #fff;
}

.nav-item a:hover {
	color: #fff
}
#productsNav{
	height: 120px;
	width: 100%;
	background-color: white;
	margin: auto;
	text-align: center;
}


#productsNav ul{
	padding-left: 0px;
	height: 120px;
}

#productsNav ul li {
	display: inline-block;
	cursor: pointer;
	color: black;
}
.productsNavinfo{
	position: relative;
	width: 160px;
	height: 120px;
	line-height: 48px;
	text-align: center;
	font-size: 12px;
	z-index: 1;
}

.productsNavinfo img{
	margin-top: 20px;
	width: 60px;
	height: 60px;
}
.productsNavinfo div{
	height: 35px;
    line-height: 35px;
}

#productsNav ul li:hover {
	color: red;
}
#productsInfo{
	font-size: 14px;
}


