@charset "utf-8";

/* 通用 begin */
body {
	font-size: 12px;
	margin: 0;
}

a:link {
	color:#000;
	text-decoration: none;
}
a:visited {
	color:#000;
	text-decoration: none;
}
a:hover {
	color:#000;
	text-decoration: underline;
}
div,ul,li,dl,dt,dd,h1,h2,h3,h4,p {
	margin: 0;
	padding: 0;
}
img {border: 0;}

.main {
	width: 950px;
	margin: 0 auto;
}
.left {
	float: left;
}
.right {
	float: right;
}
.hidden {
	overflow: hidden;
}
.clear {
	clear: both;
}
/* 通用 end */

/* 顶部 begin */
#top_bg {
	background: url(../images/default/top_bg.jpg) repeat-x;
	height: 140px;
}
#top_main {
	height: 140px;
}
#top_top {
	width: 950px;
	height: 109px;
}
#top_logo {
	width: 274px;
	height: 69px;
	padding: 20px 0px 0px 50px;
}
#top_des {
	width: 300px;
	padding-top: 30px;
}
#top_des ul {
	list-style: none;
	display: block;
	width: 300px;
}
#top_des li {
	display: block;
	float: left;
	padding-left: 20px;
	background: url(../images/default/icon1.jpg) no-repeat 8px 5px;
	line-height: 16px;
}
#top_tel {
	width: 240px;
	clear: both;
	padding: 26px 60px 0px 0px;
	text-align: right;
}
#top_nav {
	width: 950px;
	height: 31px;
}
#top_nav ul {
	list-style: none;
	display: block;
	margin: 0 auto;
	width: 870px;
	height: 31px;
}
#top_nav li.nav_text {
	display: block;
	float: left;
	width: 118px;
	height: 27px;
	border: #C54E3A 2px solid;
	background: #C54E3A;
	margin-right: 2px;
	position:relative; 
}
#top_nav li.nav_text a {
	display: block;
	height: 27px;
	background: url(../images/default/nav_bg.jpg) no-repeat;
	text-align: center;
	color: #FFF;
	font-size: 16px;
	font-family: "幼圆";
	font-weight: bold;
	line-height: 27px;
}
#top_nav li.nav_text ul {
	display:none;
	position:absolute;
	top:28px; 
	left:-2px; 
	margin-top:1px;
	width:122px;
	background: #C54E3A;
	padding: 0px 0px 5px 0px;
	height: auto;
	border-top: #CCDDED 1px solid;
}
#top_nav li.nav_text ul li {
	width:110px;
	position: relative;
	padding: 0 6px;
	float: left;
}
#top_nav li.nav_text ul li a {
	background: none;
	font-size: 12px;
	font-family: "宋体";
	display:block;
	border-bottom: #FFF 1px solid;
}
#top_nav li.nav_text ul li ul {
	position:absolute;
	top:0px;
	left:122px;
	margin-top:0;
	border: 0;
	border-left: #CCDDED 1px solid;
	width: auto;
	padding: 0px 6px 5px 6px;
}
#top_nav li.nav_text ul li ul li {
	width: auto;
	float: none;
	white-space: nowrap;
	display: block;
	padding: 0;
	border-bottom: #FFF 1px solid;
}
#top_nav li.nav_text ul li ul li a {
	width: inherit;
	white-space: nowrap;
	display: block;
	border-bottom: 0;

}
/* 顶部 end */

/* 底部 begin */
#footer {
	height: 68px;
	margin-top: 10px;
	background: url(../images/default/bottom_bg.jpg) repeat-x;
	padding-top: 10px;
}
#footer_left {
	font-size: 22px;
	font-family: "幼圆";
	font-weight: bold;
	color: #666;
	padding: 20px 0px 0px 60px;
}
#footer_right {
	width: 680px;
	padding: 10px 0px 0px 40px;
	height: 53px;
	border-left: #838998 1px solid;
	line-height: 22px;
	color: #333333;
}
#footer_right a:link {color: #333; text-decoration: none;}
#footer_right a:visited {color: #333; text-decoration: none;}
#footer_right a:hover {color: #333; text-decoration: underline;}
/* 底部 end */
