@charset "utf-8";
/* CSS Document */
html * {
   font-family:Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
SCROLLBAR-FACE-COLOR: #ebebeb;
SCROLLBAR-HIGHLIGHT-COLOR: #111111;
SCROLLBAR-SHADOW-COLOR: #ebebeb;
SCROLLBAR-3DLIGHT-COLOR: #fff;
SCROLLBAR-ARROW-COLOR: #ffffff;
SCROLLBAR-TRACK-COLOR: #ebebeb;
SCROLLBAR-DARKSHADOW-COLOR: #ebebeb;
SCROLLBAR-BASE-COLOR: #ebebeb;
}

img{
	border:0;
	margin:0;
	padding:0;
}

ul {
  list-style: none;
}

a {
	color:#fff;
	text-decoration:none;
}

a:hover {
	color:#FFFFFF;
	text-decoration:underline;
}

h1,h2,h3,h4,h5,p {
	margin: 0px;
	padding: 0px;
}

hr {
    display: none;
}

.clear{
    clear:both;
}

body{
   font-family:Verdana, Arial, Helvetica, sans-serif;
   padding:0;
   margin:0 auto;
   text-align:center;
}

#bg{
   background:url(../images/bg.gif) top center repeat-x;
}

#home-bg{
   background:url(../images/home-bg.gif) top center repeat-x;
}

#wrap{
    width:970px;
    margin:0 auto;
	text-align:left;
}

#navigation{
	margin:0 13px;
	width:943px;
	text-align:left;
	background:url(../images/button/btn.gif) top right no-repeat;
	height:31px;
}

#wrap .dr{
	z-index:999;
	position:absolute;
	top:58px;
	margin-left:750px;
}

#header{
	margin:0;
	padding:0;
	height:75px;
}

#header .logo{
	float:left;
	margin:16px 0 0 10px;
	width:270px;
	font-size: 12px;
	position:absolute;
	z-index:99;
}

#header .link{
	float:right;
	margin:10px 0 0 0;
	width:270px;
	font-size: 12px;
	color:#fff;
}

#header .info{
	float:right;
	margin:40px 0 0 500px;
	width:280px;
	z-index: 3;
	position: absolute;
}

#foot{
	margin:10px auto;
	width:970px;
	background:url(../images/bottom.gif) top center repeat-x;
	padding:10px 0;
	font-size:12px;
	color:#333333;
	text-align:left;
	line-height:180%;
}

#foot a{
	font-size:12px;
	color:#333333;
}

#foot .design{
	float:right;
	margin:3px 0 5px 250px;
	font-size:11px;
	color:#666;
	position: absolute;
	left: 50%;
}

#foot .design a{
	margin:3px 5px;
	font-size:11px;
	color:#666;
}

#qicklink{
	margin:12px 0 15px 6px;
	padding: 0;
	width: 955px;
	float: left;
}

#qicklink .menu{
	width:305px;
	float:left;
	padding:5px 25px 5px 5px;
	font-size: 12px;
	position: relative;
	background:url(../images/l.gif) right 0 no-repeat;
}

#qicklink .menus{
	width:275px;
	float:left;
	padding:5px;
	font-size: 12px;
	position: relative;
}

#qicklink .line{
	float:left;
	padding:0;
	margin: 0 0 5px 0;
}

#qicklink .title{
	float:left;
	padding: 3px 0;
	width: 260px;
}
#qicklink .more{
	float:right;
	margin-left:30px;
	padding:3px  0 0 0;
}

.menu li,.menus li{
	font-size: 12px;
	line-height:200%;
	color: #333;
	padding-left: 5px;
	margin-top: 8px;
}
.menu li{
	width: 295px;
}
.menus li{
	width: 255px;
}
.menu li a,.menus li a{
	line-height:170%;
	color:#FF0000;
	font-size:12px;
	font-weight:bold;
}
#wrap .show{
	margin-top:0px;
	height: 200px;
	*margin-top:35px;
	_margin-top:35px;
}
