@charset "utf-8";

/**左侧菜单**/

.sec-mainL {
	width: 211px;
	box-shadow: 2px 0 4px #151515;
	position: relative;
	height: 459px;
	z-index: 5;
}

/**菜单列表**/

.sec-mainNav>li {
	padding: 10px 19px 10.6px;
	position: relative;
	background: #151515;
	cursor: pointer;
	z-index: 4;
}

.sec-mainNav>li:nth-child(2n) {
	background: #151515;
}

.sec-mainNav>li h3 {
	font-size: 14px;
	font-family: "AlibabaR";
	color: #fff;
}
.sec-mainNav>li h3 a{
	font-size: 14px;
	font-family: "AlibabaR";
	color: #fff;
	text-decoration: none;
}
.sec-mainNav h3 a{
	font-size: 14px;
	font-family: "AlibabaR";
	color: #fff;
	text-decoration: none;
}
.sec-mainNav>li.hover {
	background: #151515;
}

.sec-mainNav>li.hover h3{
	color: #fff;
}

.sec-mainNav>li h3.menu_center{
	text-align: center;
}
.sec-mainNav>li .menu_center a{
	color: #fff;
	text-decoration: none;
}

.sec-mainNav li .menu-more {
	position: absolute;
	display: block;
	width: 6px;
	height: 9px;
	right: 12px;
	top: 16px;
	line-height: 999;
	overflow: hidden;
	background: url(../img/index.png) no-repeat 0 -6px;
}


/**二级菜单**/

.menu-panel {
	position: absolute;
	width: 576px;
/*	padding: 30px 34px;*/
	height: 459px;
	top: 0px;
	left: 210px;
	margin-top: 11px;
	z-index: 5;
	box-shadow: inset 2px 0 5px 0 #D5D5D5, 2px 0 3px #E8E8E8;
	background: #fff;
	overflow: hidden;
	display: none;
}

.menu-panel h4 {
	font-family: "Microsoft YaHei", "微软雅黑", "黑体";
	font-size: 14px;
	color: #ff5500;
	margin-top: 1px;
	margin-bottom: 6px;
	overflow: hidden;
}
.menu-panel h4 a{
	font-size: 14px;
	color: #ff5500;
}

.menu-panel-hd {
	border-bottom: 1px dotted #E2E2E2;
	padding-bottom: 5px;
	margin-bottom: 1px;
	margin-top: 16px;
	margin-left: 34px;
	overflow: hidden;
	line-height: 1.5;
}

.sub-group a {
	color: #555;
	display: inline-block;
	margin-right: 16px;
}

.sub-group a:hover {
	color: #E64E3E;
	text-decoration: underline;
}
.sub-group1 a {
	color: #555;
	display: inline-block;
	line-height: 40px;
	margin-right: 16px;
}

.sub-group1 a:hover {
	color: #E64E3E;
	text-decoration: underline;
}
.menu-panel-bd li {
	float: left;
	width: 88px;
	height: 56px;
	border: 1px solid #EDEEEF;
	margin: 0 0 -1px -1px;
	background-color: #FFF;
}

.menu-panel-bd li a {
	display: block;
	text-align: center;
}

.menu-panel-bd li a img {
	width: 80px;
	height: 27px;
	margin-top: 14px;
}

.menu-panel-btn {
	display: inline-block;
	height: 25px;
	line-height: 25px;
	margin-top: 15px;
	padding: 0 10px;
	color: #FFF;
	background-color: #E64E3E;
}

.menu-panel-btn em {
	width: 0;
	height: 0;
	margin-left: 6px;
	overflow: hidden;
	font-size: 0;
	display: inline-block;
	border-width: 4px;
	border-color: transparent transparent transparent #FFF;
	border-style: dashed dashed dashed solid;
}
/**中间部分**/

.sec-mainM {
	width: 666px;
	position: relative;
	z-index: 3;
}