* {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
}

html, body {
    height: 100%;
}

body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    background-color: #FFF;
    color: #333;
}

a {
    text-decoration: none;
    display: inline-block;
    color: #3C3C3C;
}

.container {
	margin: 0 auto;
	width: 768px;
	height: 100%;
}

.main {
	height: 100%;
}

.left {
	width: 108px;
	height: 100%;
	padding-top: 20px;
	float: left;
	clear: left;
 	overflow: hidden;
}
.right {
    width: 660px;
    overflow: hidden;
}

.title {
	height: 36px;
	line-height: 36px;
	margin: 20px 0 20px 10px;
	border-bottom: 1px solid lightgrey;
}

.head {
	width: 5px;
	height: 16px;
	background-color: #FF9501;
	margin: 10px 10px 0 0;
	float: left;
}

nav ul {
	margin: 0;
	padding: 0;
}

nav ul li {
	list-style: none;
	width: 108px;
	height: 36px;
	line-height: 36px;
	cursor: pointer;
}

nav ul li:first-of-type {
	font-size: 20px;
	height: 40px;
	line-height: 40px;
}

nav ul li a {
	/*font-family: 'Microsoft Yahei' !important;*/
	color: #000;
	padding-left: 12px;
	text-decoration: none;
}

nav ul li:first-of-type a {
	padding-left: 0;
}

.selected-menu {
	color: #FFF;
	background-color: #FF9501;
}

.footer {
	font-size: 14px;
	text-align: center;
	margin-bottom: 20px;
}
.footer p {
	height: 20px;
	line-height: 20px;
}
.gongshang_ico {
    width: 27px;
    height: 26px;
    margin-right: -525px;
    margin-top: -56px;
}