@charset "utf-8";
/* CSS Document */
/* 重置样式 */
html { overflow-y: scroll; }
body, h1, h2, h3, h4, h5, h6, hr, p, blockquote,dl, dt, dd, ul, ol, li, pre,fieldset, lengend, button, input, textarea,th, td {
    margin: 0;
    padding: 0;

}
body,button, input, select, textarea { 
    font: 12px/1 Tahoma, Helvetica, Arial, "\5b8b\4f53", sans-serif; 
}
h1 { font-size: 18px;  }
h2 { font-size: 16px; }
h3 { font-size: 14px; }
h4, h5, h6 { font-size: 100%; }
ul, ol { list-style: none; }
a { text-decoration: none; }
img { border: none; } 
.clear{
	clear: both;
}

.header{
	width: 1000px;
	height:100px; 
	margin:0 auto;
}
.header h1{ 
	width: 402px;
	float: left;
    margin: 30px 20px 0;
}
.header h1 img{height:56px;}
.header .right{ 
	float: right;
}
.collect{
	margin: 20px 0;
	margin-right: 20px; 
	text-align:right;
}
.collect a{
	font-family: "微软雅黑";
	font-size: 12px;
    color: #585858;
	padding-left:5px;
	cursor:pointer;
}
.collect a:hover{color:#297eab;}
.sytbrx {
	width: 200px;
	height: 25px;
	margin-top: 24px;
}
.search{height:24px;margin-right:20px;background:#fff;border:solid 1px #aaa;border-radius:6px;padding-left:10px;padding-right:5px;position:relative;}
.search input{border:0;width:150px;height:22px;line-height:22px;outline:medium; background: #fff;}
.search button{border:0;height:22px;width:20px;background:none;outline:medium;cursor:pointer;position:absolute;right:0px;bottom:2px;}
.search button img{width:18px;height:18px;}
/*导航条 */
.navbar{
	width:100%;
	background:url(../images/navBg.png) repeat-x;
}
.navbar>ul{
	margin:0 auto;
	width: 1000px;
	height: 38px;
	font-size:0;
}
.navbar>ul>li{
	display:inline-block;
	*display: inline;
	*zoom:1;
	position:relative;
	z-index:999;
}
.navbar>ul>li>a{
	font-size: 14px;
	font-family: "微软雅黑";
	line-height: 38px;
	color: #fff;
	border-right: 1px solid #fff;
	padding:0 34px;
	
}
.submenu{ position:absolute; width:126px; top:38px; left:0px; z-index:999; background: #25739b;  text-align:center;filter:alpha(opacity=80); opacity:0.8; border-bottom-left-radius:8px; border-bottom-right-radius:8px; overflow:hidden;}/*   */
.submenu li{ height:36px; }
.submenu li a{
	display:block;	
	font-size: 12px;
	font-family: "微软雅黑";
	line-height: 36px;
	color: #fff;
	padding:0 0px;
	
}
.submenu li a:hover{color:#fff; background:#095996;}
/*.navbar>ul li:hover .submenu{ display:block;filter:alpha(opacity=80); opacity:0.8; border-bottom-left-radius:8px; border-bottom-right-radius:8px; overflow:hidden;}
*/
.navbar>ul .borderNone a{ border-right:0;}
.bannerMin{
	background:#f6f6f6;
	padding:20px 0;
	border-bottom:2px solid #e8e8e8;
}
.bannerMin{width:100%; background:#f6f6f6;}
.banner{
	width: 1000px;
	height: 330px;
	margin: 0 auto;
	-webkit-box-shadow: 0 0 12px 6px #b3b3b3;
	-moz-box-shadow: 0 0 12px 6px #b3b3b3;
	-ms-box-shadow: 0 0 12px 6px #b3b3b3;
	-o-box-shadow: 0 0 12px 6px #b3b3b3;
	box-shadow:0 0 12px 6px #b3b3b3;	
	overflow:hidden;
}
.banner .accordion{width:100px; height:330px; float:left; overflow:hidden; position:relative;}
.banner .accordion img{width:600px; height:330px;}
.banner span{ color:#fff; font:16px/30px "微软雅黑"; position:absolute; bottom:-30px; left:0px; display:block; text-indent:2em; width:100%; height:28px; background:#000; filter:alpha(opacity=60); opacity:0.6;}

.mainBody{
	width:1000px;
	margin: 20px auto;	
}
.mainBody .left{
	width:380px;
	float:left;
}
.mainBody .left .pic{
	width: 380px;
	height: 100px;
	overflow:hidden;
	text-align: center;
	margin-bottom: 16px;
}
.mainBody .left .pic img{
	width: 380px;
	height: 100px;
	-webkit-transtion:0.5s; -moz-transition:0.5s; -ms-transition:0.5s; transition:0.5s;
}
.mainBody .left .pic img:hover{-webkit-transform:scale(1.2); -moz-transform:scale(1.2); -ms-transform:scale(1.2); transform:scale(1.2);}
.title{
	margin-bottom: 10px;
	height: 28px;
	border-bottom:3px solid #0b6dc4;
}
 .title h2{
	float: left;
	width: 86px;
	height: 28px;
	cursor: pointer;
	background:url(../images/titBg.png) no-repeat;
}
 .title h2 a{
	height: 28px;
	display: block;
	font-family: "微软雅黑";
	font-size: 15px;
	color: #fff;
    line-height: 28px;
	padding-left:6px;
}
.title h2 a:hover{ font-weight:bold;}
 .title .more{
	display: block;
	float: right;
	color: #fff;
	width:50px;	
	line-height: 28px;
	font-family: arial;
	padding-left: 4px;	
	background:url(../images/moreBg.png) 0px 6px no-repeat;
}	
.title .more:hover{font-weight:bold;}
.common li {
	height: 28px;
	line-height: 28px;
	border-bottom: 1px dotted #bebebe;
	background: #fff;
}
.common li .date {
	float: right;
	font-size: 12px;
	color: #666;
}
.common li a {
	float:left;
	display:block;
	font-size: 12px;
	font-family: "宋体";
	color: #333;
	background:url(../images/noselect.png) 4px 12px no-repeat;
	padding-left:12px;
}
.common li a:hover {
	color: #0b6dc4;
	background:url(../images/selected.png) 4px 12px no-repeat;	
}
.mainBody .center{
	width:350px;
	margin:0 30px;
	float:left;

}
.txtMarquee-top{ overflow:hidden;  position:relative;}
.txtMarquee-top .bd{}


.mainBody .right{
	width:210px;
	float:left;
}
.fastTrack .wechat{ text-align:center;display:none;padding-top:10px;padding-bottom:10px;border:solid 1px #ccc;border-bottom:none;}
.fastTrack .wechat.on{display:block;!important}

#wechat_btn li{float:left;width:68px;height:70px;background:url(../images/wechat1.png) center 10px no-repeat;border:solid 1px #ccc;position:relative;margin-top:0;padding-top:5px;padding-bottom:5px;}
#wechat_btn li.on1{border-top:none;height:71px;}
#wechat_btn li a{color:#666;font-size:10px;position:absolute;bottom:0;line-height:16px;text-indent:5px;}
.fastTrack p{ color:#585858; font:14px/28px "微软雅黑";}
.fastTrack ul{
	text-align:center;		
}
.fastTrack ul li{
	height:60px;
	margin:16px 0;	
}
.fastTrack ul li a{
	font:14px/36px "微软雅黑";
	color:#fff;
	display:block;
	text-align:center;
}
.fastTrack ul .first{
	height:36px;
}
.fastTrack ul .first a{
	background:#0b6dc4;
	width:100px;
	display:block;
	float:left;
	font:14px/36px "微软雅黑";
	color:#fff;
	text-align:center;
}
.fastTrack ul .first a:hover{	background:#f1f1f1; color:#397cb3;}
.fastTrack ul li img{
	width: 212px;
	height: 60px;
}
.footer{
	width:100%;
	background:#3e7fb4;
}
.footerMin{
	width:1000px;
	margin:0 auto;
	padding:14px 0;
	text-align:center;
}
.footerMin p{
	font:12px/22px "微软雅黑";
	color:#fff;
	
}

.erji {
	width: 1000px;
	margin: auto;
}
.erjileft {
	width: 228px;
	float:left;
	height:560px;
	background:#f5f5f5;
	border-top-left-radius:24px;
	border-top-right-radius:24px;
	overflow:hidden;	
	
	
}/*	background: #f0f0f0;  border:1px solid #bfbfbf */
.erjileft_title {
	height: 60px;
	line-height: 60px;
	font-size: 18px; 
	font-family:"微软雅黑";
    text-align: center;
	color: #fff;
	background:#0e698f;
	border-top-left-radius:24px;
	border-top-right-radius:24px;
	overflow:hidden;
}
.leftlist {
	height:500px;
}
.leftlist ul{
	padding:0 20px;
	}
.leftlist ul li {
	line-height: 36px;
	text-align: center; 
	border-bottom:1px solid #fff;

}
.leftlist>ul>li>a{
	font-size: 14px; 
	font-family:"微软雅黑";
    color: #333;
	height: 44px;
	line-height: 44px;
	display: block;
    margin-bottom: 5px;
}
.leftlist>ul>li>a:hover { 
color: #0b6dc4;
}
.leftSidebar .subMenu>a{ font-size: 16px; background:#d07446; font-family:"微软雅黑"; }
.leftSidebar .dropMenu a{font-size: 14px; color:#585858; font-family:"微软雅黑";}
.leftSidebar .dropMenu a:hover{ color:#e9c0c0}

/*多级子菜单*/ 
.menu {width:220px;margin:0 auto;overflow:hidden;}
.menu ul li {display:block;width:220px;padding-top:2px;margin-bottom:5px;background: url(../images/ias_zakladka.png) top no-repeat;list-style:none;overflow:visible; text-align: left;}
.menu ul li a {display:block;height:34px; width:140px;margin-top:0px;padding-bottom:10px;padding-left:55px;font-size:16px;color:#333;outline:none; font-family:"微软雅黑";}
.menu ul li .active {background:url(../images/ias_on.png) top right no-repeat; color:#007c36; font-family:"微软雅黑";}
.menu ul li .inactive {background:url(../images/ias_off.png) top right no-repeat;}
.menu ul li ul {display:none; margin-top:-4px;margin-bottom:20px;   }
.menu ul li ul li ul {margin-bottom:5px;}
.menu ul li ul li {display:block;background:none;font-size:12px;list-style:circle;color:#8f9d4c;margin-bottom:0px;margin-top:0px;padding-top:0px;padding-bottom:0px;padding-left:1px;margin-left:35px; text-align: left;}
.menu ul li ul li a {background:none;font-size:14px;height:15px;color:#333;padding-left:20px; }

.newMessage{ margin-top:94px; padding:0 10px; }
.newMessage p { font:16px/28px "微软雅黑"; color:#5f574f; border-bottom:1px solid #32c0cf;}
.newMessage ul { margin-top:10px; }
.newMessage ul li { height:28px;}
.newMessage ul li a{ font:12px/28px "微软雅黑"; color:#777;}
.newMessage ul li a:hover{color:#f39a0c;}
.newMessage ul li span{font:12px/28px "微软雅黑"; color:#777; float:right;}

.erjiright{ width:748px; float:right;}
.wei {
	width: 748px;
	height: 34px;
	line-height: 34px;
	border-bottom: 1px solid #0e698f;
	
}
.wei1 {
	float: left;
	width:90px;
	font-size: 16px;
	color: #5f574f;
	font-family: "微软雅黑";
    line-height: 33px; 
	border-bottom:2px solid #32c0cf;
	text-align:center; 
	padding:0px 10px; border-top-left-radius:10px;border-top-right-radius:10px;
	
}
.wei2 {
	text-align:right;
	 padding-left:20px; 
	font-size: 12px; 
	margin-right:10px;
	color:#585858;

}
.wei2 a{color:#585858;}
.wei2 a:hover{color:#0b6dc4;}
.rightlist {height:500px;
	padding: 15px;
}
.rightlist ul li {
	height: 28px;
	line-height: 28px;
	background:url(../images/hedian.png) 6px 10px no-repeat;
	border-bottom: 1px dashed #ddd;
	text-indent:20px;
}
.rightlist ul li span {
	float: right;
	font-size: 12px;
	color: #333;
	font-family: "宋体";
}
.rightlist ul li a {
	float:left;
	font-size: 12px;
	color: #333;
	font-family: "宋体";
}
.rightlist ul li a:hover {
	color:#0b6dc4;
}
/* 教师风采*/
.teachers{ padding-top:10px;}
.teachers li{width:220px;display:inline-block;*display:inline;*zoom:1;margin-left:25px;margin-bottom:20px;border-radius:10px;overflow:hidden;}
.teachers li a{display:block;height:250px;width:220px;}	
.teachers li a img{width:220px;height:160px;background:#ccc;}
.teachers li a p.teacher_name{height:30px;line-height:30px;background:#007c36;color:#fff;font-size:16px;font-family:"微软雅黑";width:220px;text-align:center;}
.teachers li a p.teacher_info{height:60px;line-height:28px;background:rgb(225,225,225);padding-left:10px;padding-right:10px;color:#585858;font-size:13px;font-family:"微软雅黑";}


.page {
	width: 640px;
	margin: auto;
	font-family: "宋体";
	font-size: 12px;
	color: #010101;
	text-align: center;
	height: 60px;
	line-height: 30px;
}
.page a {
	color: #010101;
}
.wrapper{ 
	height: auto;
	margin: auto;
	background: #fff;
	width: 1000px;
}
.ContentPage{ width:1000px; margin:0 auto; height:auto; background:#ffffff;}
.ContentPage .top{ height:40px; padding-top:20px;border-bottom: 1px solid #297eab;}
.ContentPage .top p{width:240px; padding-left:40px; background:url(../images/submenuBg.png) 10px 10px no-repeat;  float:left; font:16px/40px "微软雅黑"; color:#333; }
.ContentPage .breadCrumbNav{ float:right; height:40px; background:url(../images/breadCrumbNav.png) 0 10px no-repeat; padding-left:20px; padding-right:10px;}
.ContentPage .breadCrumbNav span{ font:12px/40px "微软雅黑"; color:#333333;}
.ContentPage .breadCrumbNav a{font:12px/40px "微软雅黑"; color:#333333;}
.ContentPage .breadCrumbNav a:hover{ color:#5086e7;}

.words{}
.words .title{text-align:center;font-family: "黑体";font-size:18px; margin-top:10px ; line-height:40px; border:0;}
.words .source{	font-size: 12px;font-family: "宋体";color: #7f7e7e;text-align: center;height: 22px;line-height: 22px;}
.words .text{width:966px; margin:auto; font-family: "宋体"; font-size: 14px; color:#585858; line-height:28px;}
.words .text table{margin:auto;border-collapse:collapse;}
.words .text table tr td{border:solid 1px #666;}
.cs_fx {
	width: 900px;
	text-align: center;
	height: 38px;
	margin: auto;
	margin-top:20px;
}
.fx0 {
	width: 260px;
	height: 38px;
	float: left;
}
.fx1 {
	width: 300px;
	height: 38px;
	float: left;
}
.fx2 {
	width: 300px;
	height: 38px;
	float: left;
}
.n1 {
	width: 50px;
	height: 14px;
	background: url(../images/shoucang.png) center no-repeat;
}
.n1:hover {
	width: 50px;
	height: 14px;
	background: url(../images/dshoucang.png) center no-repeat;
}
.n2 {
	width: 50px;
	height: 14px;
	background: url(../images/baocun.png) center no-repeat;
}
.n2:hover {
	width: 50px;
	height: 14px;
	background: url(../images/dbaocun.png) center no-repeat;
}
.n3 {
	width: 50px;
	height: 14px;
	background: url(../images/guanbi.png) center no-repeat;
}
.n3:hover {
	width: 50px;
	height: 14px;
	background: url(../images/dguanbi.png) center no-repeat;
}
.n4 {
	width: 50px;
	height: 14px;
	background: url(../images/dayin.png) center no-repeat;
}
.n4:hover {
	width: 50px;
	height: 14px;
	background: url(../images/ddayin.png) center no-repeat;
}
.words .information{}
.words .information .relevant{height: 24px; border-bottom: 1px solid #c8c8c8;}
.words .information .relevant p{font:16px/24px "宋体";  border-bottom: 1px solid #397cb3; width:80px; text-align:center; margin-left:40px;}
.words .information ul {width:900px; margin:auto; height:165px; margin-top:10px;}
.words .information ul li { height:28px; border-bottom: 1px dashed #ddd; background:url(../images/hedian.png) 6px 10px no-repeat;}
.words .information ul li a{ font:12px/28px "宋体"; color:#333; padding-left:15px; }
.words .information ul li a:hover{color:#5086e7;}
.words .information ul li span{font:12px/28px "宋体"; color:#333; float:right;}
