﻿@charset "utf-8";
/* CSS Document */
ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
li {
	list-style: none;
}
#menu {
	z-index: 999;
	height: 26px;
	width: 666px;
	padding: 0px;
	margin: 0 auto;
}
#menu li.menu_off {
	padding: 0px 2px;
	width: 129px;
	height: 26px;
	float: left;
	background: url(../images/p001.png) center no-repeat;
}
#menu li.menu_off a {
	width: 129px;
	height: 26px;
	color: #FFF;
	float: left;
	text-align: center;
	padding: 0px 3px;
	font-family: "微软雅黑", "宋体";
	font-size: 15px;
	font-style: normal;
	line-height: 34px;
	font-weight: normal;
	font-variant: normal;
}
#menu li.menu_on {
	padding: 0px 2px;
	width: 129px;
	height: 26px;
	float: left;
}
#menu li.menu_on a, #menu li.menu_off a.hover, #menu li.menu_off a:hover {
	background: url(../images/p001.png) center no-repeat;
	text-decoration: none;
	width: 129px;
	height: 26px;
	color: #4CFEC0;
	float: left;
	text-align: center;
	padding: 0px 3px;
	font-family: "微软雅黑", "宋体";
	font-size: 15px;
	font-style: normal;
	line-height: 34px;
	font-weight: normal;
	font-variant: normal;
}
.sub_menu, .sub_menu1, .sub_menu2, .sub_menu3{
	display: none;
}
#menu li.menu_on div.sub_menu {/*走进和企业中心子菜单*/
	padding: 5px 0px 0px 0px;
	background: #f1f1f1;
	position: absolute;
	margin: 34px 0px 0px 3px;
 *margin:0px 0px 0px 3px;
	_margin: 0px 0px 0px 3px;
	display: block;
	border: #e4e4e4 1px solid;
	border-top: none;
	clear: both;
	overflow: hidden;
	width: 400px;
	_width: 300px;
	_height: 35px;
}
#menu li.menu_on div.sub_menu3 {/*客服子菜单*/
	padding: 5px 0px 0px 0px;
	background: #f1f1f1;
	position: absolute;
	margin: 34px 0px 0px 3px;
 *margin:0px 0px 0px 3px;
	_margin: 0px 0px 0px 3px;
	display: block;
	border: #e4e4e4 1px solid;
	border-top: none;
	clear: both;
	overflow: hidden;
	width: 240px;
	_width: 300px;
	_height: 35px;
}
#menu li.menu_on div.sub_menu1 {/*图片子菜单*/
	padding: 5px 0px 0px 0px;
	background: #f1f1f1;
	position: absolute;
	margin: 34px 0px 0px 3px;
 *margin:0px 0px 0px 3px;
	_margin: 0px 0px 0px 3px;
	display: block;
	border: #e4e4e4 1px solid;
	border-top: none;
	clear: both;
	overflow: hidden;
	width: 940px;
	height: 164px;
}
#menu li.menu_on div.sub_menu2 {/*新闻中心菜单*/
	padding: 5px 0px 0px 0px;
	background: #f1f1f1;
	position: absolute;
	margin:26px 0px 0px 3px;
 *margin:0px 0px 0px 3px;
	_margin: 0px 0px 0px 3px;
	display: block;
	border: #e4e4e4 1px solid;
	border-top: none;
	clear: both;
	overflow: hidden;
	width: 190px;
	height: 230px;
}
#menu dl.left {
	overflow: hidden;/*子菜单*/
	margin: 0px 2px;
	_margin: 0px 1px;
	padding: 1px;
}
#menu dl.left a {
	height: 24px;
	font: normal 13px/24px "微软雅黑", "宋体";
	background: none;
	color: #333;
	margin: 0px 0px 3px 0px;
	text-align: left;
	overflow: hidden;
	width: 180px;
}
#menu dl.left a:hover {
	background: #676666;/*子菜单背景*/
	color: #fff;
}
#menu dl.right ul {/*图片菜单*/
	width: 940px;
	height: 180px;
	margin: 0 auto;
	clear: both;
	overflow: hidden;
	padding-top: 4px;
}
#menu dl.right ul li {
	width: 108px;
	float: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 50px;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 12px;
	padding-bottom: 0px;
	padding-left: 12px;
}
#menu dl.right ul li img {/*图片菜单图片*/
	width: 108px;
	height: 48px;
	font-size: 0px;
	vertical-align: bottom;
	border: 1px solid #CCC;
}
#menu dl.right ul li span {
	display: block;
	text-align: center;
	font: 12px/24px "微软雅黑";
	width: 108px;
	height: 24px;
}
#menu dl.right ul li a, #menu dl.right ul li a:visited {
	color: #333333;
	text-decoration: none;
}
#menu dl.right ul li a:hover {
	text-decoration: none;
	color: #B28507;
}
/*----------------------------------------------end menu-----------------------------------------*/
