@charset "gb2312";
/* CSS Document */
body{
	background:#75bc2a url(/img1/big_bg.png) center 10px;
}
html,body{
      -webkit-text-size-adjust:none;
}
.left{
	width:218px;
	float:left;
	position:relative;
	z-index:1;
}
.left .left_top{
	width:218px;
	height:9px;
	background:url(/img1/menu_top_bg.png) no-repeat;
}
.left .menu{
	background:url(/img1/center_bg.png) repeat;
	overflow:hidden;
}
.left .menu dl{
	width:192px;
	margin:0px auto;
	overflow:hidden;
}
.left .menu dl dt{
	height:53px;
	width:192px;
	background:url(/img1/menu_img.png) no-repeat;
	position:relative;
	top:10px;
}
.left .menu dl dd{
	width:192px;
	height:40px;
	line-height:40px;
	background:url(/img1/icon1.png) no-repeat 15px;
	border-bottom:1px solid #9fd9f7;
	background-color:#fff;
	padding-left:35px;
}
.left .menu dl dd a{
	font-size:16px;
	color:#606060;
	font-weight:bold;
}
.left .left_down{
	width:218px;
	height:13px;
	background:url(/img1/menu_downbg.png) no-repeat;
}
.left .kf{
	width:218px;
	height:515px;
	background:url(/img1/menu_down_bg.png) no-repeat;
	position:relative;
	top:-9px;
}
.right{
	float:right;
	width:762px;
	overflow:hidden;
}
.right .r_top{
	width:762px;
	height:12px;
	background:url(/img1/top_bg.png) no-repeat;
}
.right .content{
	width:732px;
	overflow:hidden;
	background:url(/img1/center_bg.png) repeat;
	padding:0px 15px;
	position:relative;
}
.right .r_down{
	width:762px;
	height:16px;
	background:url(/img1/down_bg.png) no-repeat;
}
.top p,.top p label{
	color:#fff;
}