@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;
	min-height: 315px;
}

#main_box{
	width: 1000px;
	padding: 0 25px;
}


#mainleft{
	width: 210px;
	float: left;
	position: relative;
	background: url(../img/about/about_nav_h1_bg.png);
}

#mainleft h2{
	color: #fff;
	width: 100%;
	height: 36px;
	line-height: 36px;
	text-align: center;
	border-top-right-radius:5px; 
	border-top-left-radius: 5px;
	background: rgba(32,89,22,.5);
}

#mainleft ul{
	width: 208px;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-bottom-right-radius:5px; 
	border-bottom-left-radius: 5px;
	position: absolute;
	left: 0;
	background: url(../img/about/about_nav_h1_bg.png);
}

#mainleft ul li{
	width: 100%;
	overflow: hidden;
	clear: both;
}

#mainleft ul li a{
color: #fff;
width: 80%;
height: 30px;
line-height: 30px;
display: block;
margin: 8px auto;
text-align: center;
border-top: 1px solid #037500;
border-bottom: 1px solid #23B10E;
background: #23B10E;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
border-radius: 6px
}


#mainleft ul li a:hover{
color: #fff;
border-top: 1px solid #037500;
border-bottom: 1px solid #23B10E;
background: #008810;
}


#mainright{
	color: red;
	width: 780px;;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #23b14d;
	border-radius: 5px;
	background: #fff;
	float: right;
}

#mainright h2{
	color: #fff;
	width: 100%;
	height: 32px;
	line-height: 32px;
	text-indent: 10px;
	background: #23b14d;
}

#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;
	width: 760px;
	overflow: hidden;
}











