@charset "UTF-8";
/* CSS Document */

body{
	margin:0px;
	background:#f8f8f8	
}
.navbar{
	width:100%;
	height:75px;
	background:#f8f8f8
}
.navbar .navbar-top{
	width:1200px;
	height:75px;
	margin:0px auto;
	overflow:hidden;
	background:#f8f8f8
}
.navbar .navbar-top .navbar-top-left{
	width:130px;
	height:auto;
	float:left;
	overflow:hidden	;
}
.navbar .navbar-top .navbar-top-mid{
	width:750px;
	height:auto;
	float:left;
	overflow:hidden;
	margin-top:25px
}
.navbar .navbar-top .navbar-top-mid ul{
	list-style:none;
	height:85px;
	margin-top:0px
}
.navbar .navbar-top .navbar-top-mid ul li{
	list-style:none; 
	float:left;
	width:110px;
	text-align:center ;
	font-size:18px;
	color:#737373;
	font-weight:normal	
}
.navbar .navbar-top .navbar-top-mid ul li#sel{
	list-style:none; 
	float:left;
	width:110px;
	height:50px;
	text-align:center ;
	font-size:18px;
	color:#737373;
	font-weight:normal;
	background:url(../images/tag.jpg) no-repeat center bottom	
}
.navbar .navbar-top .navbar-top-right{
	width:200px;
	height:auto;
	float:right;
	overflow:hidden	;
	padding-top:10px;
	cursor: hand;
	cursor: pointer;
}
.navbar .navbar-top .navbar-top-right .user-icon{
	width:200px;
	height:auto;
	float:left;
	overflow:hidden;
	text-align:center
}
.navbar .navbar-top .navbar-top-right .user-icon img{
	width: 30px;
	height: 30px;
	border-radius: 50%;
}
.navbar .navbar-top .navbar-top-right .user-login{
	width:200px;
	height:auto;
	float:left;
	overflow:hidden;
	font-size:14px;
	color:#737373;
	text-align:center
}


.footer{
	width:100%;
	height:198px;
	background:#000000;
	margin-top:35px;
	border-bottom:1px solid #505050;
	overflow:hidden;
	clear:both
}
.footer .max-footer{
	width:1200px;
	height:165px;
	min-width:1200px;
	margin:0px auto;
	overflow:hidden;
	clear:both;
	background:#000000;
	padding-top:33px;	
}
.footer .max-footer .box{
	width:300px;
	height:312px;
	float:left;
	overflow:hidden;	
}
.footer .max-footer .box li{
	list-style:none;
	width:345px;
	height:40px;
	float:left;
	overflow:hidden;
	font-size:16px;
	color:#ffffff;
	text-align:center	
}
.footer .max-footer .box li#sel{
	color:#767676;
	font-size:15px	
}
.footer .max-footer .box .foot-logo{
	margin-top:22px;
	margin-bottom:26px
}
.copyright{
	width:100%;
	height:auto;
	min-width:1200px;
	padding-top:20px;
	padding-bottom:20px;
	background:#000000;
	text-align:center;
	color:#767676;
	line-height:32px;
	font-size:16px
}
.copyright a{
	color:#767676;
	font-size:16px;
	text-decoration:none	
}