.wrap-box{
	width:1200px;
	margin:0px auto;
}
.content-top{
	width:100%;
	height:40px;
	background: #eee;
	line-height: 40px;
}
.content-top ul li{
	float: left;
	font-size:18px;
	color:#999;
	margin:0px 5px;
}
.content-top ul li.dq{
	color:#f60;
}
.content-top ul li:hover a{
	color:#f60;
}
.content-top ul li a{
	text-align: center;
	color:#999;
}
.content-main{
	margin-top:40px;
	min-height:500px;
	margin-bottom: 30px;
}
.content-main .main-left{
	width:280px;
	height:100%;
	float:left;
	background: #eee;
}
.content-main .main-rights{
	width:1200px;
	height:100%;
	margin:0px 0px;
}
.content-main .main-left p.title{
	width:280px;
	height:70px;
	background: #000;
	color:#fff;
	margin-bottom:20px;
	text-align: center;
	line-height: 70px;
	font-weight: bold;
	font-size:18px;
}
.content-main .main-left ul li{
	width:280px;
	height:70px;
	text-align: center;
	line-height: 70px;
	background:#eee; 
}
.content-main .main-left ul li:hover{
	background:#f60;
	
}
.content-main .main-left ul li:hover a{
	color:#fff;
}
.content-main .main-left ul li a{
	color:#333;
	width:100%;
	height:100%;
	display: block;
}
.content-main .main-left ul li.active{
	background:#f60;
}
.content-main .main-left ul li.active a{
	color:#fff;
}
.content-main .main-rights .text-top{
	height:50px;
	width:100%;
	border-bottom: 1px solid #ccc;
}
.content-main .main-rights .text-top p{
	width:150px;
	height:49px;
	text-align: center;
	line-height: 50px;
	padding:0px 10px;
	color:#f60;
	border-bottom: 2px solid #f60;
	font-size:18px;
}
.content-main .main-rights .text-con{
	width:100%;
	padding:20px 0px; 
}
.content-main .main-rights .text-con h3.head{
	text-align: center;
	font-size: 18px;
	color:#333;
}
.content-main .main-rights .text-con span.about{
	width:100%;
	display: block;
	text-align: center;
	font-size: 13px;
	color:#bbb;
	margin:10px auto;
}
.content-main .main-rights .text-con p.txt{
	padding: 0px 20px;
	text-indent: 28px;
	font-size: 14px;
	color:#333;
	line-height: 32px;
}
.content-main .main-rights .text-con p.txt img{
	width:80%;
	margin:20px auto;
	display: block;
}