


	.containor {
		width: 950px;
		height: auto;
		position: absolute;


	}
	
	.nav_left {
		width: 150px;
	}
	
	.nav_left ul {
		width: 100%;
		height: auto;
	}
	
	.nav_left ul li {
		height: 50px;
		line-height: 50px;
		text-align: left;
	}
	
	.nav_left ul li span {
		padding-left: 10px;
		height: 50px;
		line-height: 50px;
		display: block;
		background: #f7f7f7;
		color: #333333;
	}
	
	.nav_left ul li span:hover {
		color: #427efa;
		background: #FFFFFF;
	}
	
	.nav_right {
		width: 700px;
		position: absolute;
		margin-left:150px;
		top: 0px;
	}
	
	.sub {
		position: relative;
		overflow: hidden;
		width: 100%;
		background: #FFFFFF;
		padding: 30px 30px;
	}
	
	.sub dl {
		overflow: hidden;
		padding: 0px 0px 10px 0px;
	}
	
	.sub dt {
		width: 100px;
		display: block;
		position: relative;
		clear: left;
		margin-bottom: 20px;
	}
	
	.sub dt a {
		font-size: 14px;
		color: #000;
		font-weight: bold;
		text-align: center;
		padding-left: 20px;
		text-decoration: none;
		cursor: pointer;
	}
	
	.sub dt i {
		width: 4px;
		right: 12px;
		top: 2px;
		font-size: 14px;
		position: absolute;
		font-style: normal;
	}
	
	.sub dd {
		width: 100%;
		display: block;
		position: relative;
		overflow: hidden;
		padding-right: 20px;
		border-top: 1px solid #dedede;
		padding-top: 20px;

	}
	
	.sub dd a {
		font-size: 12px;
		float: left;
		color: #666;
		padding: 5px;
		margin-left: 10px;
		text-decoration: none;
		cursor: pointer;
		background-color: #f5f5f5;
		border-radius: 5px;margin-bottom: 10px;
	}
	
	.sub dd a:hover {
		color: #427efa;
	}
	
	.hide {
		display: none;
	}
	
	.show {
		display: block;
	}