@charset "utf-8";
/* CSS Document */

#top {
	width:100%;
	height:28px;
	background:#FFF;
	overflow:hidden;
}

#top_home {
	float:left;
}

#top_home_image {
	float:left;
}

#top_home_image img {
	width:18px;
	height:18px;
	margin-top:8px;
}

#top_home_title {
	float:right;
	margin-top:13px;
	margin-left:6px;
}

#top a {
	font-size:14px;
}

#top img:hover {
	opacity: 1;
}

.top_right {
	position:relative;
	float:left;
	padding-left:12px;
	padding-right:12px;
	height:34px;
}

.top_right_title {
	float:right;
	margin-top:13px;
}

.top_line {
	float:left;
	font-size:12px;
	color:#dedede;
	margin-top:14px;
	cursor:default;
}

#header {
	width:100%;
	height:80px;
	background:#FFF;
	margin:0px;
	overflow:hidden;
}

#header img:hover {
	opacity: 1;
}

#header #logo {
	float:left;
	margin-top:32px;
}

#header #logo img {
	height:36px;
}

#header #search {
	float:right;
	height:34px;
	width:301px;
	margin-right:0px;
	margin-top:26px;
	overflow:hidden;
	background:#f1f1f1;
	overflow:hidden;

}

#header #search input[type=text]{
	border:0;
	width:240px;
	height:28px;
	padding-left:4px; 
	border-top:2px solid #f1f1f1;
	border-left:2px solid #f1f1f1;
	border-bottom:2px solid #f1f1f1;
	border-right:1px solid #f1f1f1;
	float:left;
}

#header #search input[type=submit]{
	border:0;
	width:52px;
	background:#f1f1f1;
	float:right;
	text-align:center;
	height:34px;
	color:#666;
	cursor:pointer;
	border:2px solid #f1f1f1;
	float:right;
}

#nav {
	width:100%;
	border-bottom:0px solid #ff6699;
	background:#FFF;
	height:32px;
	overflow:hidden;
	z-index:999;
	padding-top:16px;
	padding-bottom:8px;
}

#nav li {
	float:left;
	margin-right:32px;
	height:28px;
}

#nav a {
	font-size:18px;
}

#nav li:hover {
	-webkit-transition: all .2s; 
	-moz-transition: all .2s; 
	-ms-transition: all .2s; 
	-o-transition: all .2s; 
	transition: all .2s;
	border-bottom:2px solid #ff6699;
}

#page {
	width:100%;
	height:auto;
	margin:auto;
	overflow:hidden;
	display:none;
}

#page .page {
	width:auto;
	height:80px;
	background:#FFF;
	margin-top:0px;
	text-align:center;
	line-height:80px;
	margin:auto;
}

#page .page a {
	margin-left:8px;
	margin-right:8px;
	padding:4px 2px 4px 2px;
}

#page .page .on_page {
	border:1px solid #333;
	background:#333;
	color:#fff;
	padding-left:8px;
	padding-right:8px;
}

#footer {
	width:100%;
	width:100%;
	overflow:hidden;
	border-top:0px solid #dedede;
	margin-top:0px;
	margin-bottom:36px;
}

#footer a {
	font-size:13px;
}

#footer_nav {
	width:100%;
	overflow:hidden;
	border-bottom:1px solid #dedede;
	height:48px;
	line-height:48px;
	}

#footer li {
	float:left;
	width:96px;
}

#footer_info {
	width:100%;
	height:48px;
	line-height:48px;
}

#footer_info #footer_copyright {
	width:450px;
	float:left;
}

#footer_info #footer_image {
	float:right;
}

