/* All */
*{
	margin:0;
	padding:0;
}
body{
	background:#fff url(../images/bg.jpg) repeat-x;
	color:#555;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:200%;
}
a{
	color:#333;
	text-decoration: none;
}
a:hover{
	color:#069;
}

img{
	border:0;
}
ul,li{
	float:left;
	list-style:none;
}
h1,h2,h3,h4,h5{
	float:left;
	font-size:12px;
}
.clear{
	clear:both;
}
/*  Header  */
#header{
	background:url(../images/index_top_bg.jpg) no-repeat;
	width:1003px;
	height:115px;
	margin:0 auto;
}
.HeaderLeft{
	float:left;
	width:236px;
}
.HeaderRight{
	float:right;
	width:767px;
}
.top{
	float:right;
	margin-right:10px;
	background-color:#3b454f;
	color:#fff;
	padding:0 15px;
	line-height:1.6;
}
.top a{
	color:#fff;
	margin-right:10px;
}
.top a:hover{
	color:#b2c8d5;
}


/* Index Page */
#indexbox{
	background:url(../images/index_bg.jpg) no-repeat;
	width:1003px;
	margin:0 auto;
	height:469px;
	overflow:hidden;
}

.index_flash{
	float:left;
	width:430px;
	height:469px;
	background:url(../images/flash.jpg) no-repeat;
}
.index_main{
	float:right;
	width:573px;
	padding-top:50px;
}
.more{
	float:right;
}
.more img{
	margin:15px auto 0;
}
.data{
	float:right;
	color:#aaa;
	font-size:10px;
}
.fenlei a{
	color:#7585a4;
}
.fenlei a:hover{
	color:#000;
}
.tbox{
	float:left;
	width:560px;
	margin-bottom:5px;
	border-bottom:1px #d1d1d1 solid;
	padding-bottom:3px;
}
.tbox span{
	background-color:#cfcfcf;
	padding:4px 10px;
	color:#fff;
	margin-right:3px;
}
.tbox .hover{
	background-color:#7585a4;
	padding:4px 10px;
	color:#fff;
	font-size:14px;
}
.lbox{
	float:left;
	width:560px;
	height:110px;
}

.iabout{
	float:left;
	background: url(../images/abg.jpg) no-repeat;
	width:540px;
	padding:10px 15px 10px 10px;
	height:176px;
}
.iabout h4{
	font-size:14px;
	background:url(../images/icon002.gif) no-repeat 0 center;
	padding-left:15px;
	width:525px;
}
.efont{
	color:#999;
	font-size:11px;
}
.atext{
	float:left;
	width:340px;
	line-height:22px;
}
.event{
	float:right;
	padding-right:10px;
}
.event img{
	padding:2px;
	border:1px #d1d1d1 solid;
}
/* Footer */
#footer{
	width:1003px;
	height:96px;
	margin:0 auto;
	padding-top:10px;
	background:url(../images/foot.jpg) no-repeat;
}
.footinfo{
	float:left;
	width:100%;
	color:#fff;
	text-align: center;
}
.copyright{
	float:left;
	width:100%;
	padding-top:5px;
	color:#adabac;
	text-align: center;
}



/* Center */
/*<![CDATA[*/
#center{
	background:#fff url(../images/pbg.jpg) no-repeat;
	width:996px;
	padding-top:15px;
	padding-right:7px;
	margin:0 auto;
	height:auto!important;
	height:390px;
	min-height:390px;
}
/*]]>*/

.left{
	float:left;
	width:215px;
	padding:0 10px;
	overflow:hidden;
}
.right{
	float:right;
	width:720px;
	padding:20px;
	background-color:#fff;
	overflow:hidden;
}


/*  Left  */
.leftmenu{
	float:left;
	width:215px;
	font-size:14px;
}
.leftmenu h4{
	width:100%;
	margin-bottom:10px;
}
.leftmenu ul{
}
.leftmenu li{
	width:215px;
	border-bottom:1px #d1d1d1 solid;
}
.leftmenu li a{
	display:block;
	color:#0e3c73;
	background:url(../images/01342930.gif) no-repeat 5px center;
	padding-left:20px;
}
.leftmenu li a:hover{
	color:#fff;
	background: #7585a4 url(../images/01342931.gif) no-repeat 5px center;
	padding-left:20px;
}

.PAGE_image{
	float:left;
	width:100%;
	margin-bottom:10px;
}
.PAGE_image img{
	width:718px;
	height:128px;
	padding:1px;
	border:1px #ccc solid;
}
/*  Right  */
.con-head{
	float:left;
	width:100%;
	border-bottom:1px #d1d1d1 solid;
	padding-bottom:3px;
	margin-bottom:15px;
}

.location{
	float:right;
	margin-top:10px;
	line-height:normal;
}



/* NEWS */
.news_content{
	float:left;
	width:100%;
}
.news_content h3{
	width:100%;
	font-size:16px;
	color:#002372;
	text-align:center;
}
.subtime{
	float:left;
	width:100%;
	text-align: center;
	color:#999;
	margin-bottom:15px;
}
.content_text{
	width:100%;
	float:left;
}
.content_text img{
	max-width:600px;
	max-height:800px;
	cursor:pointer;
	margin-bottom:15px;
}
* html .content_text img{
    width: expression(this.width > 600 && this.width > this.height ? 600 : true);
    height: expresion(this.height > 800 ? 800 : true);
}
.page{
	float:left;
	width:100%;
	text-align:center;
	margin-top:20px;
}

/* Evnet */
.elist{
	float:left;
	width:100%;
}
.elist li{
	width:180px;
	text-align:center;
	margin-bottom:10px;
}
.elist img{
	padding:1px;
	border:1px #d1d1d1 solid;
	width:160px;
	height:120px;
}

/*  */
.tlist{
	float: left;
	width:720px;
}
.tlist li{
	float: left;
	width:720px;
	border-bottom:1px #efefef solid;
	line-height:30px;
}
.tlist li a{
	padding-left:22px;
	background:url(../images/icon03.gif) no-repeat 12px center;
}


/*  TEACHER  */
.teacher-photo{
	float:left;
	width:200px;
	padding: 0 30px 30px;
	text-align:center;
}
.teacher-photo img{
	max-width:200px;
	max-height:300px;
	cursor:pointer;
	margin-bottom:15px;
}
* html .teacher-photo img{
    width: expression(this.width > 200 && this.width > this.height ? 200 : true);
    height: expresion(this.height > 300 ? 300 : true);
}
.teacher-info{
	float:right;
	width:450px;
	font-size:14px;
	line-height:30px;
}


.teacherlist{
	float:left;
	width:100%;
}
.teacherlist li{
	float:left;
	width:180px;
	text-align:center;
	margin-bottom:15px;
}
.teacherlist li img{
	width:150px;
	height:225px;
	border:1px #666 solid;
	margin-bottom:6px;
}


/*  hangye  */

.hangye{
	float:left;
	width:328px;
	margin:0 25px 10px 0;
	border:1px #d6d6d6 solid;
	overflow:hidden;
}

.hangye h4{
	width:308px;
	height:45px;
	overflow:hidden;
	font-size:14px;
	color:#fff;
	font-weight:bold;
	padding-left:20px;
	padding-top:8px;
}
.hy1{
	background:url(../images/hy1.gif) no-repeat;
}
.hy2{
	background:url(../images/hy2.gif) no-repeat;
}
.hy3{
	background:url(../images/hy3.gif) no-repeat;
}
.hy4{
	background:url(../images/hy4.gif) no-repeat;
}
.hy5{
	background:url(../images/hy5.gif) no-repeat;
}
.hy6{
	background:url(../images/hy6.gif) no-repeat;
}

.hangye ul{
	padding-left:5px;
}
.hangye li{
	width:144px;
	background:url(../images/lvb.gif) no-repeat 0 center;
	padding-left:16px;
}

.md td{
	padding:5px;
}
.md img{
	max-width:150px;
	max-height:100px;
	cursor:pointer;
	margin-bottom:15px;
}
* html .md img{
    width: expression(this.width > 150 && this.width > this.height ? 150 : true);
    height: expresion(this.height > 100 ? 100 : true);
}
