@CHARSET "UTF-8";
#main_big_box{
	width: 1050px;
	border: 1px solid #e2e2e2;
	border-top: none;
	margin:0 auto;
	padding: 20px 0;
	overflow: hidden;
	background: #fff;
	position: relative;
}

#main_box{
	width: 1000px;
	padding: 0 25px;
}


#mainleft{
	width: 210px;
	float: left;
	position: relative;
}

#mainleft h2{
	color: #fff;
	width: 100%;
	height: 32px;
	line-height: 32px;
	border-top-right-radius: 8px;
	border-top-left-radius: 8px;
	/*text-align: center;*/
	text-indent: 25px;
	background: #197daf url(../img/pro_ico.png) no-repeat 10px center;
}

#mainleft ul{
	width: 208px;
	position: absolute;
	border: 1px solid #9d9d9d;
	border-top: #197daf;
	border-bottom-right-radius: 8px;
	border-bottom-left-radius: 8px;
	top: 32px;
	left: 0;
}

#mainleft ul li{
	color: red;
	width: 198px;
	border-bottom: 1px dashed #ccc;
	overflow: hidden;
	margin: 0 5px;
	clear: both;
}

#mainleft ul li a{
	color: #000;
	width: 200px;
	height: 30px;
	line-height: 30px;
	display: block;
	margin: 8px 0;
	text-indent: 20px;
	background: url(../img/applia_bg.png) no-repeat 5px center;
}

#mainleft ul li a.active{
	color: #fff;
	background: #197daf url(../img/applia_hover.png) no-repeat 5px center;
}

#mainleft ul li a:hover{
	color: #fff;
	background: #197daf url(../img/applia_hover.png) no-repeat 5px center;
}


#mainright{
	color: red;
	width: 780px;
	border: 1px solid #9d9d9d;
	border-top: #197daf;
	border-radius: 8px;
	background: #fff;
	float: right;
}

#mainright h2{
	color: #fff;
	width: 100%;
	height: 32px;
	border-top-right-radius: 8px;
	border-top-left-radius: 8px;
	line-height: 32px;
	text-indent: 25px;
	background: #197daf url(../img/pro_ico.png) no-repeat 10px center;
}

#mainban{
	width: 760px;
	height: 240px;
	border: 1px solid #ccc;
	margin: 10px;
	overflow: hidden;
	position: relative;
}

#mainban p{
	width: 100%;
	height: 30px;
	line-height: 30px;
	text-align: center;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 10;
}

#mainban p a{
	width: 30px;
	height: 10px;
	display: inline-block;
	cursor: pointer;
	margin: 0 auto;
	text-align: center;
	background: #333;
}

#mainban p a.active{
	background: #197daf;
}

#mainban ul{
	height: 100%;
	overflow: hidden;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 1;
}

#mainban ul li{
	width: 760px;
	height: 100%;
	float: left;
}

#mainban_con{
	float: left;
	margin: 10px;
}











