
	
	a {
		text-decoration: none;
	}
	
	.containor {
		width: 180px;
		height: auto;
	
		position: relative;
		
		z-index:30;
	}
	
	.nav_fen{width:1000px;margin:0 auto;}

.containor ico{background: url(../images/bai_ico.png) no-repeat 5px;}

	.nav_left {
		width: 180px;
		height: 320px;
		background: #967203;
		z-index:30;
	}
.containor .pic img{width:260px;height:260px;padding-left:20px;}
	
	.nav_left ul {
		width: 100%;
		height: auto;
	}
	
	.nav_left ul li {
		height: 50px;
		line-height: 50px;
		text-align: left;
	
	}
.one1 a:last-child{font-weight:bold;color:red;}

	.nav_left ul li a {
		padding-left: 10px;
		height: 50px;
		line-height: 50px;
		display: block;
		background: #967203;
		color: #fff;
		background: url(../images/bai_ico.png) no-repeat 10px 15px;
		text-align: center;
	}
	
	.nav_left ul li a:hover {
		color: #FF0036;
		background: #fff url(../images/hei_ico.png) no-repeat 10px 15px;
	}
	
	.nav_right {
		width: 650px;
		height:335px;
		position: absolute;
		margin-left: 180px;
		top: 0px;
	}
	.nav_right .pic{text-align: center;}
	
	.sub {
		position: relative;
		overflow: hidden;
		width: 100%;
		height: 335px;
		background: #FFFFFF;
		padding: 10px 0px;
	}
	
	.sub dl {
		overflow: hidden;
		padding: 0px 0px 10px 0px;
	}
	
	.sub dt {
		width: 100px;
		float: left;
		display: block;
		position: relative;
		clear: left;
	}
	
	.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: 680px;
		float: left;
		display: block;
		position: relative;
		overflow: hidden;
		padding-right: 20px;
		border-bottom: 1px dashed #E3E3E3;
	}
	
	.sub dd a {
		font-size: 12px;
		float: left;
		color: #666;
		padding: 0 10px;
		margin: 4px 0px 10px 0px;
		text-decoration: none;
		cursor: pointer;
		border-left: 1px solid #E3E3E3;
	}
	
	.sub dd a:hover {
		color: #FF0036;
	}
	
	.hide {
		display: none;
	}
	
	.show {
		display: block;
	}



.containor h4{width:150px;height:35px;color:#fff;line-height: 35px;text-indent: 25px;
	background: #967203 url(../images/bai_ico.png) no-repeat 10px 8px;
		padding-left: 30px;}

.containor .nav_left{display:none;}
.containor:hover .nav_left{display:block;}









