@charset "utf-8";
/* CSS Document */

#key{
	height:350px;
	background-image: url(../images/index/back_key.jpg);
	background-repeat: repeat-x;
	background-position:center top;
	overflow:hidden;
clear:both;
}


#keyInner{
	width:1100px;
	height:350px;
	margin:0 auto;
	padding:0;
	position:relative;	
	}

#jquery-cycle-prev{
	position:absolute;
	top:0px;
	left:0px;
	z-index:100;
	width:100px;
	height:350px;
	}
#jquery-cycle-next{
	position:absolute;
	top:0px;
	right:0px;
	z-index:100;
	width:100px;
	height:350px;
}




#indexClass{
	height:230px;
	background-image:url(../images/index/class.gif);
	background-repeat:no-repeat;
	background-position:center top;
	margin:10px 0 20px 0;
	padding:0;
	}

#indexClass ul{
	width:960px;
	_width:962px;
	margin:0 auto;
	padding:0;
	}
#indexClass ul li{
	height:220px;
	width:140px;
	padding:5px 10px;
	float:left;
	background-image:url(../images/index/class_li.png);
	background-position:center center;
	background-repeat:no-repeat;
	margin:0;
	}
#indexClass ul li a img{
	border:1px solid #ffffff;
	display:block;
	}

#indexLeft{
	width:640px;
	float:left;
	}

#indexLeft div,#indexRight div{
	margin:0 0 20px 0;
	}


#indexGreeting{
	padding:20px 160px 40px 0;
	background-image: url(../images/index/greeting.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	min-height:220px;
	}

#indexNews dl{
	clear:both;
	padding:8px 0;
	border-bottom:1px dotted #ddd;
	}
#indexNews dt{
	line-height:20px;
	font-size:11px;
	width:10em;
	float:left;
	}
#indexNews dd{
	margin:0 0 0 10em;
	padding:0 0 0 10px;
	font-size:12px;
	line-height:20px;
	}



#indexRight{
	width:280px;
	float:right;
	}
#indexInfo{
	background-image: url(../images/index/back_info.gif);
	padding:0 0 0;
	border-width: 1px;
	border-style: solid solid none solid;
	border-color: #c3b379;
	
}
#indexInfo ul{
	margin:0;
	padding:0;
	}
#indexInfo ul li{
	border-bottom:1px solid #c3b379;
	padding:10px 15px;
	margin:0;
	}
#indexInfo ul li:hover{
	background-color:#f9f7f1;
	border-bottom:1px solid #c3b379;
	}
#indexInfo li div.classphoto{
	float:left;
	width:90px;
	}
#indexInfo h4{
	border:none;
	margin:0;
	padding:0;
	line-height:40px;
	}
#indexInfo h5{
	font-size:16px;
	padding:0 0 5px 0;
	}
#indexInfo p{
	font-size:11px;
	line-height:150%;
	}

#indexBanner ul li{
	margin:0;
	padding:0 0 5px 0;
	line-height:100%;
	}
#indexBanner ul li a{
	display:block;
	margin:0;
	padding:0;
	}
#indexBanner ul li a img{
	padding:1px;
	margin:0;
border:1px solid #c3b379;
	}
	

#jquery-cycle{
	width:1060px;
	margin:0 auto;
	}