@charset "utf-8";
html,body {
	height: 100%;
}
body {
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	background-color: #323232;
}
img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
}
a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
}
a:hover {
	color: #FF0000;    
}
/******************左边*******************/
#left {
	float: left;
	height: 100%;
	width: 15%;
	background-color: #323232;
}
#left #logo {
	background-image: url(../images/logo.jpg);
	background-repeat: no-repeat;
	height: 100px;
	width: 100%;
	background-color: #323232;
	background-position: center center;
}
#left ul {
	padding: 0px;
	list-style-type: none;
	margin: 0px;
}
#left ul li {
	margin-top: 20px;    
}
#left ul li a {
	font-size: 14px;
	font-weight: bold;
	color: #FFCC00;
	text-align: right;
	display: block;
	height: 30px;
	width: 80%;
	padding-right: 20%;
	padding-top: 5px;
}
#left ul li a:hover {
	color: #FF0000;
	background-image: url(../images/left_01.jpg);
	background-repeat: no-repeat;
	background-position: right;
}
/******************二级*******************/

/*==================二级目录===================*/
#nav li ul {
	list-style:none;
	text-align:left;
	margin-top: 20px;
}
#nav li ul li {
	margin: 0px;
	padding: 0px; 
}
#nav li ul a{
	width:80%;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF; /* padding-left二级目录中文字向右移动，但Width必须重新设置=(总宽度-padding-left)*/
	padding-right: 20%;
}
/*下面是二级目录的链接样式*/
#nav li ul a:hover {
	color:#FF0000; /* 二级onmouseover的字体颜色、背景色*/
}
/*==============================*/
#nav li:hover ul {
 left: auto;
}
#nav li.sfhover ul {
 left: auto;
}
#content {
 clear: left; 
}
#nav ul.collapsed {
 display: none;
}
/******************bottom*****************/
#left #contact {
	background-image: url(../images/left_07.jpg);
	background-repeat: no-repeat;
	background-position: right center;
	height: 259px;
	margin-top: 40px;
	margin-right: 50px;
	margin-bottom: 40px;
}
#left #contact02 {
	padding: 20px;
	font-size: 12px;
	color: #999999;
}
#left #bottom {
	height: 47px;
	width: 90%;
	background-color: #323232;
	padding-right: 10%;
}
/******************右边*******************/
#right {
	float: right;
	position: absolute;
	z-index:1;
	top: 0px;
	right: 0px;
	bottom: 0px;
	width:85%;
	overflow: hidden;
	height: 100%;
	background-color: #FFFFFF;
}
#right_01 {
    background-image: url(../images/right_01.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	background-color: #FFFFFF;
	float: right;
	width: 85%;
	height: 100%;
}
#right_01 #right_02 {
	background-color: #FFFFFF;
	background-image: url(../images/right_01.jpg);
	background-repeat: repeat-y;
	background-position: left top;
}
#right_01 #right_02 #kuang {
	border: 1px solid #323232;
	background-image: url(../images/right_02.jpg);
	background-repeat: repeat-x;
	margin: 20px;
}
#right_01 #right_02 #kuang #tiao {
	height: 45px;
	font-size: 20px;
	line-height: 45px;
	font-weight: bold;
	color: #323232;
	padding-left: 30px;
	background-image: url(../images/logo_02.jpg);
	background-repeat: no-repeat;
	background-position: 10px center;
}
#right_01 #right_02 #kuang #kou {
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 40px;
	overflow: hidden;
}
#right_01 #right_02 #bottom {
	font-size: 12px;
	color: #999999;
	line-height: 40px;
	background-color: #323232;
	height: 40px;
	padding-left: 40px;
	margin-left: 20px;
}
.font {
	font-size: 16px;
	font-weight: normal;
	color: #999999;
}
.font2 {
	font-size: 12px;
	font-weight: normal;
	color: #D4D4D4;
}
/****/
.popBtn{width:18px; height:18px; cursor:pointer; float:right; margin-left:1px; margin-top:12px; display:inline; background:url(../images/buttons.png) no-repeat;}
.popClose{margin-right:10px; width:15px; background-position:-39px 0}
.popClose:hover{background-position:-39px -20px}
.popShow{background-position:0px 0}
.popShow:hover{background-position:0px -20px}
.popHide{background-position:-19px 0}
.popHide:hover{background-position:-19px -20px}