@charset "utf-8";
/* CSS Document */
body,ul,ol,li,p,h1,h2,h3,h4,h5,h6,form,fieldset,table,td,img,div{margin: 0; padding: 0; border:0; list-style-type: none; font-family: Arial, Helvetica, "微软雅黑";}
	em,i{ font-style:normal;}	
	a{color:#2d374b;text-decoration:none;}
	a:hover{color:#cd0200;text-decoration:underline;}
	.container{ margin-left: auto; margin-right: auto; width: 1002px; height: 100%; position: relative;}
	.banner{ margin-left: auto; margin-right: auto; height:174px;position: relative;}
	.banner img{position: absolute; left: 50%; margin-left: -501px;}
		
	
	a,img{border:0;}
	a,a:visited{color:#5e5e5e; text-decoration:none;}
	a:hover{color:#333;text-decoration:underline;}
	body{font:12px/180% Arial,Lucida,Verdana,"宋体",Helvetica,sans-serif;color:#333;background:#fff;}
	.navbox,.nav li,.nav li.current a,.nav li.selected a span,.nav li a.selected,.nav li a.selected span{background:url(../images/headerbg.jpg) no-repeat;}
	.navbox{height:39px;background-position:0 -138px;background-repeat:repeat-x;position:relative;z-index:9;}
	.nav{width:960px;margin:0 auto;}
	.nav li{float:left;height:39px;background-position:100% -99px;padding:0 3px 0 2px;position:relative;}
	.nav li.last{background:none;}
	.nav li a{float:left;display:block;padding:0 0 0 4px;height:39px;overflow:hidden;}
	.nav li a span{float:left;display:block;padding:0 4px 0 0;line-height:39px;font-size:14px;color:#fff;font-weight:800;cursor:pointer;width:90px;text-align:center;}
	.nav li.selected a,.nav li a.selected{background-position:0 -60px;text-decoration:none;}
	.nav li.selected a span,.nav li a.selected span{background-position:100% -60px;color:#0572ce;}
	.nav li.selected .submenu{display:block;}
	.nav li .submenu{display:none;position:absolute;top:39px;left:6px;}
	.nav li .submenu{border-style:solid;border-width:0px 1px 1px 1px;border-color:#ddd;padding:0 5px 5px 5px;width:132px;background:#fff;}
	.nav li .submenu{-moz-border-radius:0 0 3px 3px;-webkit-border-radius:0 0 3px 3px;border-radius:0 0 3px 3px;-moz-box-shadow:0 5px 5px #D3D3D3;-webkit-box-shadow:0 5px 5px #D3D3D3;box-shadow:0 5px 5px #D3D3D3;}
	.nav li .submenu li{float:none;padding:0;background:none;height:auto;border-bottom:dotted 1px #BEBEBE;}
	.nav li .submenu li.last{border:none;}
	.nav li .submenu li a{float:none;padding:0;text-align:center;height:28px;line-height:28px;background:none;}
	.nav li .submenu li a:hover{background:#ddd;font-weight:800;}
		
	.mychgPic{width:456px; height:300px; padding:2px; border:1px solid #d3d3d3; margin:15px auto; float: left;}
	
		
		.news{width:522px; height: 303px; float: right; margin-left: 15px; margin-top: 15px; border: 1px solid #dedede;}
		.biaoti{ border-bottom: 1px solid #dedede; background: url(../images/biaotibg.jpg) no-repeat; height: 33px; line-height: 33px; font-size: 14px; color: #fff; padding-left: 20px;}
		.biaoti a{ float: right; font-size:12px; color: #333; margin-right: 10px;}
		.newstext{ background: url(../images/point.jpg) no-repeat 10px center;line-height: 32px; border-bottom: dashed 1px #dddddd;}
		.newstext a{ padding-left:20px;}
		.newstext i{ float:right; margin-right: 20px;}
		
		.boxconter{ width: 661px; height: 236px; float: left; border: 1px solid #d3d3d3;}
		.guntl{ height: 33px;line-height: 33px;  background: url(../images/biaotibg.jpg) no-repeat; border-bottom: 1px solid #d3d3d3;font-size: 14px; color: #fff; padding-left: 20px;}
		.guntl a{ float:right; margin-right: 20px; line-height: 33px; font-size: 12px; color: #333;}
.imgBox1 img{width:164px;height:124px;}
.box{width:661px;height:180px;position:relative;overflow:hidden;margin-top:25px;}
.imgBox{width:3000px;position:absolute;}
.imgBox li{float:left; margin-left: 10px;}
.imgBox p{line-height: 28px; font-size: 12px; color: #333; text-align: center;}
		
		
		.zlink{ width:1000px; height: 33px; float: left;border: 1px solid #d3d3d3; margin-top: 15px; background: url(../images/biaotibg.jpg) no-repeat; text-align: center;}
		.zlink .yqlj p{  width: 103px; float: left;line-height: 33px;font-size: 14px; color: #fff; padding-left: 20px; text-align: left;}
		.zlink .yqlj div{ text-align: center; line-height: 33px;float: left;}
		.zlink select{ margin-left: 30px;}
		
		
		.kcjs{float: right;width:322px; height: 236px;border: 1px solid #d3d3d3; margin-top: 0px;background: url(../images/teacher.jpg) no-repeat;}
		.kcjs p{ line-height: 33px;border-bottom: 1px solid #d3d3d3;font-size: 14px; color: #fff; padding-left: 25px; text-align: left;}
		.kcjs p a{ float: right; font-size:12px; color: #333; margin-right: 10px;}
		/* CSS Document */
.tab { width:324px; height:216px; position:relative;margin:1px auto 0 auto;}
/*设置容器高宽等*/
html > body .tab { width:324px;}
/*兼容IE6:IE6下宽度不够*/
.tab div { position:absolute; top:30px; left:0; width:324px; height:186px;}
/*设置容器高宽等*/
.tab div { display:none;}
/*设置容器默认隐藏:不用ID是因为下面将利用class来控制容器显示,而class优先级低于id选择器*/
.tab .block { display:block;}
/*选中的容器*/
.tab h3 { float:left; width:107px; height:30px; line-height:30px; margin:0 0 0 0; font-size:12px; cursor:pointer; background-color:#e3e3e3; text-align:center; color:#5a5a5a;font-weight:normal;}
/*默认标题样式*/
.tab .up { background:#0292cf;color:#fff;}
/*选中的标题样式*/
/*修饰列表内容*/
.tab ul { list-style:none; padding:0; height:186px; margin-top:0px;}
.tab li {width: 304px; background: url(../images/point.jpg) no-repeat 0px center; margin-left:10px; margin-right:10px; border-bottom:1px dotted #c6c6c6; height:32px; line-height: 32px; text-align: center; overflow:hidden; font-size:12px;}
.tab li a { display:inline;  float: left; font-size:12px; text-decoration:none; text-indent:10px; margin-right:10px;}
.tab li span{ display:block; float:right; margin-right:5px; color: #333;}

		
		
		
		.shsq{float: left;width:322px; height: 236px;border: 1px solid #d3d3d3; margin-top: 15px;background: url(../images/teacher.jpg) no-repeat; margin-left:0px;}
		.shsq p{ line-height: 33px; border-bottom: 1px solid #d3d3d3;font-size: 14px; color: #fff; padding-left: 25px; text-align: left;}
		.shsq p a{ float: right; font-size:12px; color: #333; margin-right: 10px;}

		
		.whjs{float: right;width:322px; height: 236px;border: 1px solid #d3d3d3; margin-top: 15px;background: url(../images/teacher.jpg) no-repeat;}
		.whjs p{ line-height: 33px; border-bottom: 1px solid #d3d3d3;font-size: 14px; color: #fff; padding-left: 12px; text-align: left;}
		.whjs p a{ float: right; font-size:12px; color: #333;margin-right: 10px;}
		
		.tzgg{float:left;width:322px; height: 236px;border: 1px solid #d3d3d3; margin-top: 15px;background: url(../images/teacher.jpg) no-repeat; margin-left: 15px;}
		.tzgg p{ line-height: 33px; border-bottom: 1px solid #d3d3d3;font-size: 14px; color: #fff; padding-left: 25px; text-align: left;}
		.tzgg p a{ float: right; font-size:12px; color: #333;margin-right: 10px;}
		
		.botmnav{width:1002px;background-color: #0360ae; margin-top: 15px; float: left; text-align: center;}
		.botmnav div{ margin:25px auto;}
		.botmnav p{color: #fff; font-size: 14px;}

