@charset "utf-8";
/* CSS Document */
body{
	background: #fff;
}
.main{
	width: 1200px;
	margin:0px auto;
	background: #f3f3f3;
}

/*sidebar*/
.sidebar{
	width: 160px;
	min-height: 1100px;
	float: left;
	background: #3c94e0;
	border-right: 2px solid #fec20a;
}
.sidebar_top{
	display: block;
	width: 160px;
	height: 114px;
	padding-top: 20px;
	text-align: center;
	border-bottom: 1px solid #4aa2ee;
}
.sideb_nav li{
	height: 80px;
	line-height: 80px;
	text-align: center;
	position: relative;
}
.sideb_nav li a{
	display: block;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
}
.sideb_nav li .tip_actimg{
	position: absolute;
	top:33px;
	right:-11px;
	display: none;
}
.sideb_nav li.active{
	background: #76d5db;
}
.sideb_nav li.active .tip_actimg{
	display: block;
}



/*right内容*/
.main_r{
	float: right;
	width: 1016px;
	margin-left: 10px;
}
.top_logo{
	padding-top: 30px;
	margin-bottom: 30px;
}



/*footer*/
.footer{
	height: 80px;
	background: #535353;
}
.footer_cont{
	width: 1200px;
	margin:0px auto;
	padding-top: 22px;
}
.footer_cont p{
	color: #cbcbcb;
	font-size: 12px;
	text-align: center;
	margin-bottom: 5px;
}


