@charset "utf-8";
/* CSS Document */
* {
	margin: 0px;
	padding: 0px;
}

html, body {
	width: 100%;
	font-size: 16px;
	padding: 0px;
	min-width: 1200px;
	font-family: "微软雅黑", "黑体";
}

li {
	list-style: none;
}

img {
	border: 0px;
}

a {
	text-decoration: none;
}

#left_menu {
	overflow: auto;
	float: left;
	background: #2f4050;
	color: #FFF;
	width: 260px;
}

#left_menu a {
	color: #869fb1;
}

#left_menu h1 {
	color: #FFF;
	font-size: 22px;
	text-align: center;
	padding: 20px 0px;
	border-bottom: 1px solid #1c2b36;
}

#left_menu h2 {
	font-size: 18px;
	padding-left: 10px;
	height: 40px;
	cursor: pointer;
	font-weight: normal;
	line-height: 40px;
	border-top: 1px solid #1c2b36;
	/*background:url(../img/jian.png) no-repeat 230px center;*/
}
/*#left_menu ul
{
	display:none;
}*/
#left_menu li, #left_menu p {
	font-size: 16px;
	height: 34px;
	line-height: 34px;
	padding: 0px 30px 0px 30px;
	cursor: pointer;
	margin-bottom: 6px;
}

#left_menu li a, #left_menu p a {
	color: #FFF;
}

#left_menu li:hover, #left_menu p:hover a {
	background: #4a8bc2;
}

.left {
	float: left;
	background: #00a0e9;
	border: 1px solid #dfdedd;
}

.leftdiv {
	width: 240px;
	background: #00a0e9;
	color: #ffffff;
	padding-bottom: 20px;
}

.left blockquote {
	width: 240px;
	background: #00a0e9;
	color: #ffffff;
}

.left h2 {
	font-size: 24px;
	height: 58px;
	line-height: 58px;
	text-align: center;
}

.left ul {
	background: #5bafed;
}

.left li.clickli {
	font-weight: bold;
	background: #a6cef5;
}

.left  ul {
	display: none;
}

.left ul.disok {
	display: block;
}

.left h3 {
	border-top: 1px solid #ffffff;
	height: 48px;
	line-height: 48px;
	font-size: 18px;
	font-weight: bold;
	padding-left: 20px;
	cursor: pointer;
}

.left li {
	height: 48px;
	clear: both;
	padding-left: 30px;
	line-height: 48px;
	font-size: 16px;
	cursor: pointer;
}

.left li a {
	color: #fff;
	display: block;
	width: 100%;
	font-size: 16px;
	cursor: pointer;
	height: 100%;
}

.left li:hover {
	background: #4dbdf0;
	font-weight: bold;
	border-top: 1px solid #dfdedd;
	border-bottom: 1px solid #dfdedd;
}

.clickli {
	background: #4dbdf0;
	font-weight: bold;
	border-top: 1px solid #dfdedd;
	border-bottom: 1px solid #dfdedd;
}

.sign_out {
	width: 238px;
	height: 36px;
	line-height: 36px;
	background: #fff url(../img/Quit.png) no-repeat 74px center;
    border: 1px solid #00a0e9;
    border-radius: 4px;
    text-align: center;
    margin-top: 10px;
    color: #00a0e9;
    position: fixed;
    bottom: 0;
}

.sign_out a {
	color: #00a0e9;
	display: block;
	width: 100%;
	height: 100%;
}