﻿@charset "utf-8";
* {
	margin: 0;
	padding: 0;
}

body,
html {
	height: 100%;
	
}

ul {
	list-style: none;
}

img {
	border: 0 none;
	
}

a {
	text-decoration: none;
}

.left {
	float: left;
}

.right {
	float: right;
}
/**左侧菜单**/

.sec-mainL {
	width: 220px;
	box-shadow: 2px 0 4px #D5D5D5;
	position:absolute;
	left:0px; top:0px;
	z-index: 20;
	 font: 12px/1.5 Tahoma, Helvetica, Arial, sans-serif;
}

.mainL-hd-box {
	padding-bottom: 16px;
	background: #D03800;
}

.mainL-hd {
	height: 38px;
	line-height: 38px;
	text-align: center;
	cursor: pointer;
	
}

.mainL-hd a {
	color: #fff;
	font-weight: bold;
	font-size: 15px;
	letter-spacing:0.4em;
}

.mainL-hd a:before {
	content: "";
	display: inline-block;
	/*width:px;*/
	/*height:px;*/
	background: url(../img/iconsB.png) no-repeat -73px 0;
}
/**菜单列表**/

.sec-mainNav>li {
	padding: 10px 19px 36px;
	position: relative;
	background: #F0F0F0;
	cursor: pointer;
	z-index: 4;
}

.sec-mainNav>li:nth-child(2n) {
	background: #FFF;
}

.sec-mainNav>li h3 {
	font-size: 12px;
}

.sec-mainNav>li.hover {
	background: #545651;
}

.sec-mainNav>li.hover h3,
.sec-mainNav>li.hover .menu-tab a {
	color: #fff;
}

.sec-mainNav li .menu-tab {
	margin-top: 5px;
}

.sec-mainNav li .menu-tab a {
	float: left;
	margin-right: 6px;
	color: #888;
}

.sec-mainNav li .menu-more {
	position: absolute;
	display: block;
	width: 6px;
	height: 9px;
	right: 19px;
	top: 28px;
	line-height: 999;
	overflow: hidden;
	background: url(../img/index.png) no-repeat 0 -6px;
}
/**二级菜单**/

.menu-panel {
	position: absolute;
	width: 646px;
	padding: 18px 34px;
	/*display:;*/
	top: 0;
	left: 210px;
	z-index: 5;
	box-shadow: inset 2px 0 5px 0 #D5D5D5, 2px 0 3px #E8E8E8;
	background: #fff;
	display: none;
}

.menu-panel h4 {
	font-family: "Microsoft YaHei", "微软雅黑", "黑体";
	font-size: 14px;
	color: #e64e3e;
	margin-bottom: 9px;
}

.menu-panel-hd {
	border-bottom: 1px dotted #E2E2E2;
	padding-bottom: 12px;
	margin-bottom: 14px;
	line-height: 1.5;
}

.sub-group a {
	color: #555;
	display: inline-block;
	margin-right: 16px;
}

.sub-group 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;
}