@charset "utf-8";
/* CSS Document */
* {
	margin:0;
	padding:0;
}
body {
	font-family:Tahoma, Geneva, sans-serif, "宋体";
	font-size:12px;
	margin:0 auto;
	width:1002px;
	background:#F2F5FB;
	scrollbar-face-color: #F9FAFC;
	scrollbar-shadow-color: #7BBDE3;
	scrollbar-highlight-color: #FFF;
	scrollbar-3dlight-color: #9DD1EC;
	scrollbar-darkshadow-color: #F9FAFC;
	scrollbar-track-color: #FFF;
	scrollbar-arrow-color: #0075C4;
}
a {
	color:#0075C4;
	text-decoration:none;
}
a:hover {
	color:#FFCE31
}
ul {
	list-style:none;
}
#header {
	background:url(images/header.jpg) no-repeat;
	height:142px;
}
.logo{ float:left; width:235px; height:93px; margin-top:10px; margin-left:5px;}
/*导航*/
#topnav {
	list-style:none;
	float:right;
	font-size:14px;
	font-weight: bold;
	padding-top:60px;
	overflow:hidden;
	padding-right:130px;
}
#topnav li {
	float: left;
	text-align: center;
	width:105px;
	line-height:35px;
	margin-left:20px;
}
#topnav li a {
	text-decoration:none;
	display:block;
	cursor:pointer;
}
#mainbox {
	background:url(images/bg.jpg) no-repeat;
	height:532px;
}
#newlist {
	width:156px;
	background:url(images/nav-bottombg.jpg) no-repeat bottom center;
	padding-top:160px;
	float:left;
	padding-left:29px;
}
#newlist li a {
	background:url(images/line.gif) no-repeat bottom;
	line-height:22px;
	width:90px;
	display:block;
	text-align:left;
	margin:0 auto;
	padding-left:15px;
	padding-bottom:2px;
}
#mainbox .textbox {
	color:#303030;
	float:left;
	display:block;
	background:url(images/who.jpg) no-repeat;
	margin-top:8px;
	padding:40px 2px 10px 20px;
	width:405px;
	line-height:22px;
}
#mainbox .textbox .text {
	overflow-y: scroll;
	height:472px;
	overflow-x:hidden;
	width:348px;
	padding-right:10px;
}
#mainbox .teacher {
	float:left;
	width:390px;
	margin-top:8px;
	display:block;
	overflow:hidden;
	line-height:18px;
}
#mainbox .teacher h1 {
	color:#0075C4;
	font-weight:700;
	font-size:14px;
}
#mainbox .teacher .photo {
	float:left;
	width:86px;
	height:88px;
	margin-top:2px;
}
.teacherbox {
	overflow:hidden;
	padding:8px 0;
	float:left;
	width:auto;
}
#mainbox .teacherbox .text-area {
	width:290px;
	padding-left:10px;
	float:right
}
#mainbox .teacher .text-area span {
	font-weight:700;
	color:#0075c4;
}
#mainbox .teacher .tel {
	margin-top:55px;
	float:left;
	width:350px;
	height:65px;
	background:url(images/tel.jpg) no-repeat;
}
#mainbox #photo{ background:url(images/home.jpg) no-repeat left; width:814px; height:520px; margin-top:6px;float:left;
	display:block;}
#img_box {
	text-align:center;
	padding:60px 0 5px 0;
	overflow:hidden;
	width:750px;
}
#img_box li {
	list-style:none;
	float:left;
	padding-bottom:20px;
	margin-left:18px;
}
#ft {
	background:url(images/ft.jpg) no-repeat;
	height:26px;
	color:#FFF;
	text-align:center;
	padding-top:130px;
}
#ft a {
	color:#fff;
}

