
@charset "utf-8";
/* CSS Document */

body{
	background:#f4f4f2;
	margin:0 auto;
	text-align:center;
	font-family:"Î¢ÈíÑÅºÚ", "ËÎÌå";
	}
.topbar{
	width:auto;
	background:#dbd8d7;
	height:28px;
	min-width: 1280px;
	}
.topbar .infobar{
	width:1000px;
	margin-left:auto;
	margin-right:auto;
	line-height:28px;
	height:28px;
	}
.topbar .infobar .weatherinfo{
	font-size:12px;
	font-family:"Î¢ÈíÑÅºÚ", "ËÎÌå";
	float:left;
	}
.topbar .infobar .rightside{
	font-family: "ËÎÌå";
	font-size:12px;
	font-weight:bold;
	color:#3b3d3c;
	float:right;
	}
.topbar .infobar .rightside span{
	padding-left:5px;
	padding-right:5px;
	}
.topbar .infobar .rightside span a{
	cursor:pointer;
	}
.topbar .infobar .rightside span a:hover{
	color:#C30;
	}
.subitembar{
	width:auto;
	clear:both;
	overflow:auto;
}
.subitembar .subitem{
	margin-left:40px;
	float:left;
	font-size:40px;
	height:60px;
	padding:10px 20px;
	font-weight:bold;
}
.menubar{
	background:#2e2622;
	height:96px;
	width:auto;
	min-width: 1280px;
	}
.menubar .menu{
	background:#2e2622;
	width:1180px;
	margin-left:auto;
	margin-right:auto;
	}
.menubar .menu .leftlogo{
	float:left;
	background:url(/SYZ/css/res/menu_logo.png);
	min-width:398px;
	min-height:72px;
	width:auto;
	height:auto;
	margin-top:12px;
	}
.menubar .level{
	height:96px;
	background:#2e2622;
	min-width:40px;
	float:left;
	margin-left:10px;
	font-size:36px;
	color:white;
	}
.menubar .level div{
	display:inline;
	padding:0 10px;
	}
.menubar .level img{
	width:30px;
	height:96px;
	}
.menubar .menu .nav{
	float:right;
	height:96px;
	width:630px;
	}
.nav li{
	float:left;
	list-style:none;
	height:96px;
	}
.nav li img{
	margin-top:25px;
	}
.nav li:hover{
	background:#3e3935;
	cursor:pointer;
	}
	
.login_txt{
	width: 300px;
height: 190px;
margin: 10px auto;
position: relative;
}	
.login_txt input {
	width: 230px;
	height: 30px;
	border: 1px solid #cccccc;
	margin-top: 8px;
	background: #fff;
	}

.forgetPwd_txt{
	width: 300px;
height: 190px;
margin: 10px auto;
position: relative;
}
.forgetPwd_txt input[type='text'] {
	width: 230px;
	height: 30px;
	border: 1px solid #cccccc;
	margin-top: 8px;
	background: #fff;
	}
.forgetPwd_txt input[type='button'] {
	width: 230px;
	height: 30px;
	border: 1px solid #cccccc;
	margin-top: 8px;
	color: white;
	background-color: #509BD0;
	}
