/* CSS Document */
*{margin:0px auto;padding:0px;}
ul,li,dl,dt,dd,from,img{margin:0px;padding:0px;list-style-type: none;}
h1,h2,h3,h4,h5,h6{margin:0px;padding:0px;}
body {margin: 0px;padding: 0px;font-family: Tahoma;font-size: 12px;color: #333333;width: 100%;
background-color:#ffffff;}
a:link {
    color: #333333;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #333333;
}
a:hover {
	text-decoration: underline;
	color: #333333;
}
a:active {
	text-decoration: none;
	color: #333333;
}
#warp{
width:1002px;
margin:auto;
}
#nav{
width:1002px;
margin:auto;
clear:both;
}
.menu {
	height: 36px;
	display: block;
	padding: 0px;
	width: 1003px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	float: left;
}

.menu ul {
			list-style: none;
			padding: 0;
			margin: 0;
}

.menu ul li {
	/* width and height of the menu items */  
	float: left;
	overflow: hidden;
	position: relative;
	line-height: 36px;
	text-align: center;
	margin-left: auto;
}

.menu ul li a {
			/* must be postioned relative  */ 
			position: relative;
			display: block;
			width: 100px;
			height: 36px;
			font-family: "Î¢ÈíÑÅºÚ", "ËÎÌå";
			font-size: 16px;
			text-decoration: none;
			cursor: pointer;
}

.menu ul li a span {
			/* all layers will be absolute positioned */
			position: absolute;
			left: 0;
			width: 100px;
			float: left;
}

		.menu ul li a span.out {
			top: 0px;
}

		.menu ul li a span.over,
		.menu ul li a span.bg {
			/* hide */  
			top: -36px;
}

		/** 1st example **/

#menu1 {
	background-color: #E8E8E8;
	background-image: url(../css/menu_bg.jpg);
	background-repeat: repeat-x;
	background-position: 0px 0px;
}

#menu1 ul li a {
			color: #fff;
}

#menu1 ul li a span.over {
			color: #FF0000;
}

#menu1 ul li span.bg {
	/* height of the menu items */  
	height: 36px;
	background-image: url(../css/bg_over.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
		
		/** 2nd example **/

#menu2 {
			background: #000;
			background-image: url(menu_bg.jpg);	
}
		
#menu2 ul li a {
	color: #ffffff;
	font-size: 16px;
	float: left;
	
}
#menu2 ul li a span.over {
	color: #fff;
	background-image: url(bg_over.jpg);
	background-color: #ff0000;
	font-size: 16px;
}
#mid{
width:1002px;

}
.mid_left{
width:249px;
float:right;
font-size: 12px;
margin-top:15px;
}
.mid_left_one{
width:247px;
border: 1px solid #CCC;
background-image:url(index_r3_c1.jpg);
background-repeat:no-repeat;
background-color:#F5F5F5;
height:500px;
padding-top:30px;
}
.mid_left_libiaobig{
width:220px;
background-image:url(bigclassbg.jpg);
background-repeat:no-repeat;
line-height:30px;
padding-left:27px;
font-weight:bold;
}
.mid_left_libiaosmall{
width:220px;
background-image:url(smallclassbg.jpg);
background-repeat:no-repeat;
line-height:30px;
padding-left:27px;
}






.mid_right{
width:749px;
float:left;
padding-top:10px;
padding-bottom:10px;
font-size:14px;
line-height:20pt;
}
.mid_right_one_title{
clear:both;
height:38px;
padding-left:5px;
background-image:url(../images/titlebg.jpg);
line-height:44px;
color:#FFFFFF;
font-size:14px;
font-weight:bold;
margin-top:8px;
margin-bottom:5px;
}
.mid_right ul li img
{ width:140px;
height:100px;
border=0;
}
.mid_right ul{
padding-top:6px;
}
.mid_right li{
float:left;
width:140px;
height:120px;
border: 1px solid #CCC;
text-align:center;
padding-top:10px;
padding-bottom:5px;
margin-left:7px;
font-size: 13px;
line-height:12pt;
}





.mid_right_one_container
{
width:100%;
}
.mid_right_one_container_up
{
padding-top:10px;
padding-bottom:10px;
}
.mid_right_one_container_down
{
text-indent:2em;
font-size:14px;
}
.imgpai
{
margin-left:12%;


}
#foot{
clear:both;
margin-top:20px;
width:1002px;
height:79px;
background-color:#C7DBF0;
margin-top:10px;
}
.foot_left{
float:left;
width:326px;
}
.foot_right{
float:right;
width:668px;
line-height:22px;
padding-top:15px;
}