@charset "UTF-8";
/*
@font-face {
	font-family:"eothei";
	src: url('../font/simhei.eot');
}
@font-face {
	font-family:"eotkai";
	src: url('../font/simkai.eot');
}
*/
	/*blockquote, body, button, dd, dl, dt, fieldset, form, h1, h2, h3, h4, h5, h6, hr, html, input, lengend, li, ol, p, pre, td, textarea, th, ul {
	    margin: 0;
	    padding: 0;
	}*/
	body, div, p, img, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, blockquote {
		padding: 0px;
		margin: 0px;
		outline: 0px none;

	}
	html{
		scrollbar-face-color: #66ccff;
		scrollbar-highlight-color: #66ccff;
		scrollbar-shadow-color: #000000;
		scrollbar-arrow-color: #3300ff;
		scrollbar-base-color: #3300ff;
		scrollbar-dark-shadow-color: #66ccff;
		overflow-x:hidden;
		overflow-y:auto;
		-webkit-tap-highlight-color:rgba(0,0,0,0);
		/*zoom: 1;*/
	}
	html::-webkit-scrollbar{
		width: 15px;
		height: 3px;
	} 
	html::-moz-scrollbar{
		width: 15px;
		height: 3px;
	} 
	html::-o-scrollbar{
		width: 15px;
		height: 3px;
	} 
	html::-ms-scrollbar{
		width: 15px;
		height: 3px;
	} 
	html::-webkit-scrollbar-track-piece{
		background-color: #66ccff;
	} 
	html::-moz-scrollbar-track-piece{
		background-color: #66ccff;
	} 
	html::-o-scrollbar-track-piece{
		background-color: #66ccff;
	} 
	html::-ms-scrollbar-track-piece{
		background-color: #66ccff;
	} 
		/*background-color:#3300ff;*/
		/*background-color:radial-gradient(circle,#3300ff,#3300ff,#66ccff);*/
	html::-webkit-scrollbar-thumb{
		height:30px;
		background-color:#66ccff;
		border:1px solid #0000ff;
		border-radius:3px;
		-webkit-border-radius:3px;
		-moz-border-radius:3px;
	} 
	html::-webkit-scrollbar-thumb:hover{
		height: 30px;
		background-color:#3399cc;
		/*background-color:#0000ff;*/
		border:1px solid #0000ff;
		border-radius: 5px;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
	} 
	body {
		font: 12px "宋体"/*"Microsoft Yahei"*/,Arial,Helvetica,sans-serif;
		background:url("../image/aback.jpg") top center;
		background-repeat:repeat-x;
		background-color:#B7DE6B/*#1C7929#6EC2FF*//*#ede1d1*/;
		/*cursor:Default;*/
		text-align:center;/*防止IE5浏览器margin:auto失效*/
		overflow-x:auto;
		overflow-y:auto;
		/*cursor:url('http://192.168.1.7/yz511/jspl/arrow.cur'),auto;/*用根目录的路径*/

		/*
	   transform: scale(1.5);
	   transform-origin: 0 1;
	   */
	}
	a{
		color:#FFCCCC;
		text-decoration:none;
		/*cursor:url('http://192.168.1.7/yz511/jspl/link.cur'),pointer;/*用根目录的路径*/
	}
	a:hover{
		color:#ccffff;
	}
	li{
		list-style:none;
	}
	div{
		/*cursor:url("static/cur/pen.ani"),url('http://192.168.1.7/yz511/jspl/arrow.cur'),auto;/*用根目录的路径*/

	}


	@keyframes brtfadein{
		0%{
			opacity:0.5;
			-o-opacity:0.5;
			-moz-opacity:0.5;
			-khtml-opacity:0.5;
			-webkit-opacity:0.5;
			filter:grayscale(80%);
			-o-filter:grayscale(80%);
			-moz-filter:grayscale(80%);
			-khtml-filter:grayscale(80%);
			-webkit-filter:grayscale(80%);
			-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(grayscale=1) alpha(opacity=50)";
		}
		100%{
			opacity:1;
			-o-opacity:1;
			-moz-opacity:1;
			-khtml-opacity:1;
			-webkit-opacity:1;
			filter:grayscale(0%);
			-o-filter:grayscale(0%);
			-moz-filter:grayscale(0%);
			-khtml-filter:grayscale(0%);
			-webkit-filter:grayscale(0%);
			-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(grayscale=0) alpha(opacity=100)";
		}
	}
	@-webkit-keyframes brtfadein{
		0%{
			opacity:0.5;
			-o-opacity:0.5;
			-moz-opacity:0.5;
			-khtml-opacity:0.5;
			-webkit-opacity:0.5;
			filter:grayscale(80%);
			-o-filter:grayscale(80%);
			-moz-filter:grayscale(80%);
			-khtml-filter:grayscale(80%);
			-webkit-filter:grayscale(80%);
			-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(grayscale=1) alpha(opacity=50)";
		}
		100%{
			opacity:1;
			-o-opacity:1;
			-moz-opacity:1;
			-khtml-opacity:1;
			-webkit-opacity:1;
			filter:grayscale(0%);
			-o-filter:grayscale(0%);
			-moz-filter:grayscale(0%);
			-khtml-filter:grayscale(0%);
			-webkit-filter:grayscale(0%);
			-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(grayscale=0) alpha(opacity=100)";
		}
	}
	@-moz-keyframes brtfadein{
		0%{
			opacity:0.5;
			-o-opacity:0.5;
			-moz-opacity:0.5;
			-khtml-opacity:0.5;
			-webkit-opacity:0.5;
			filter:grayscale(80%);
			-o-filter:grayscale(80%);
			-moz-filter:grayscale(80%);
			-khtml-filter:grayscale(80%);
			-webkit-filter:grayscale(80%);
			-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(grayscale=1) alpha(opacity=50)";
		}
		100%{
			opacity:1;
			-o-opacity:1;
			-moz-opacity:1;
			-khtml-opacity:1;
			-webkit-opacity:1;
			filter:grayscale(0%);
			-o-filter:grayscale(0%);
			-moz-filter:grayscale(0%);
			-khtml-filter:grayscale(0%);
			-webkit-filter:grayscale(0%);
			-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(grayscale=0) alpha(opacity=100)";
		}
	}
	@-o-keyframes brtfadein{
		0%{
			opacity:0.5;
			-o-opacity:0.5;
			-moz-opacity:0.5;
			-khtml-opacity:0.5;
			-webkit-opacity:0.5;
			filter:grayscale(80%);
			-o-filter:grayscale(80%);
			-moz-filter:grayscale(80%);
			-khtml-filter:grayscale(80%);
			-webkit-filter:grayscale(80%);
			-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(grayscale=1) alpha(opacity=50)";
		}
		100%{
			opacity:1;
			-o-opacity:1;
			-moz-opacity:1;
			-khtml-opacity:1;
			-webkit-opacity:1;
			filter:grayscale(0%);
			-o-filter:grayscale(0%);
			-moz-filter:grayscale(0%);
			-khtml-filter:grayscale(0%);
			-webkit-filter:grayscale(0%);
			-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(grayscale=0) alpha(opacity=100)";
		}
	}
	@-ms-keyframes brtfadein{
		0%{
			opacity:0.5;
			-o-opacity:0.5;
			-moz-opacity:0.5;
			-khtml-opacity:0.5;
			-webkit-opacity:0.5;
			filter:grayscale(80%);
			-o-filter:grayscale(80%);
			-moz-filter:grayscale(80%);
			-khtml-filter:grayscale(80%);
			-webkit-filter:grayscale(80%);
			-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(grayscale=1) alpha(opacity=50)";
		}
		100%{
			opacity:1;
			-o-opacity:1;
			-moz-opacity:1;
			-khtml-opacity:1;
			-webkit-opacity:1;
			filter:grayscale(0%);
			-o-filter:grayscale(0%);
			-moz-filter:grayscale(0%);
			-khtml-filter:grayscale(0%);
			-webkit-filter:grayscale(0%);
			-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(grayscale=0) alpha(opacity=100)";
		}
	}
	@keyframes brtfadeout{
		0%{
			opacity:1;
			-o-opacity:1;
			-moz-opacity:1;
			-khtml-opacity:1;
			-webkit-opacity:1;
			filter:grayscale(0%);
			-o-filter:grayscale(0%);
			-moz-filter:grayscale(0%);
			-khtml-filter:grayscale(0%);
			-webkit-filter:grayscale(0%);
			-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(grayscale=0) alpha(opacity=100)";
		}
		100%{
			opacity:0.5;
			-o-opacity:0.5;
			-moz-opacity:0.5;
			-khtml-opacity:0.5;
			-webkit-opacity:0.5;
			filter:grayscale(80%);
			-o-filter:grayscale(80%);
			-moz-filter:grayscale(80%);
			-khtml-filter:grayscale(80%);
			-webkit-filter:grayscale(80%);
			-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(grayscale=1) alpha(opacity=50)";
		}
	}
	@-webkit-keyframes brtfadeout{
		0%{
			opacity:1;
			-o-opacity:1;
			-moz-opacity:1;
			-khtml-opacity:1;
			-webkit-opacity:1;
			filter:grayscale(0%);
			-o-filter:grayscale(0%);
			-moz-filter:grayscale(0%);
			-khtml-filter:grayscale(0%);
			-webkit-filter:grayscale(0%);
			-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(grayscale=0) alpha(opacity=100)";
		}
		100%{
			opacity:0.5;
			-o-opacity:0.5;
			-moz-opacity:0.5;
			-khtml-opacity:0.5;
			-webkit-opacity:0.5;
			filter:grayscale(80%);
			-o-filter:grayscale(80%);
			-moz-filter:grayscale(80%);
			-khtml-filter:grayscale(80%);
			-webkit-filter:grayscale(80%);
			-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(grayscale=1) alpha(opacity=50)";
		}
	}
	@-moz-keyframes brtfadeout{
		0%{
			opacity:1;
			-o-opacity:1;
			-moz-opacity:1;
			-khtml-opacity:1;
			-webkit-opacity:1;
			filter:grayscale(0%);
			-o-filter:grayscale(0%);
			-moz-filter:grayscale(0%);
			-khtml-filter:grayscale(0%);
			-webkit-filter:grayscale(0%);
			-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(grayscale=0) alpha(opacity=100)";
		}
		100%{
			opacity:0.5;
			-o-opacity:0.5;
			-moz-opacity:0.5;
			-khtml-opacity:0.5;
			-webkit-opacity:0.5;
			filter:grayscale(80%);
			-o-filter:grayscale(80%);
			-moz-filter:grayscale(80%);
			-khtml-filter:grayscale(80%);
			-webkit-filter:grayscale(80%);
			-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(grayscale=1) alpha(opacity=50)";
		}
	}
	@-o-keyframes brtfadeout{
		0%{
			opacity:1;
			-o-opacity:1;
			-moz-opacity:1;
			-khtml-opacity:1;
			-webkit-opacity:1;
			filter:grayscale(0%);
			-o-filter:grayscale(0%);
			-moz-filter:grayscale(0%);
			-khtml-filter:grayscale(0%);
			-webkit-filter:grayscale(0%);
			-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(grayscale=0) alpha(opacity=100)";
		}
		100%{
			opacity:0.5;
			-o-opacity:0.5;
			-moz-opacity:0.5;
			-khtml-opacity:0.5;
			-webkit-opacity:0.5;
			filter:grayscale(80%);
			-o-filter:grayscale(80%);
			-moz-filter:grayscale(80%);
			-khtml-filter:grayscale(80%);
			-webkit-filter:grayscale(80%);
			-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(grayscale=1) alpha(opacity=50)";
		}
	}
	@-ms-keyframes brtfadeout{
		0%{
			opacity:1;
			-o-opacity:1;
			-moz-opacity:1;
			-khtml-opacity:1;
			-webkit-opacity:1;
			filter:grayscale(0%);
			-o-filter:grayscale(0%);
			-moz-filter:grayscale(0%);
			-khtml-filter:grayscale(0%);
			-webkit-filter:grayscale(0%);
			-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(grayscale=0) alpha(opacity=100)";
		}
		100%{
			opacity:0.5;
			-o-opacity:0.5;
			-moz-opacity:0.5;
			-khtml-opacity:0.5;
			-webkit-opacity:0.5;
			filter:grayscale(80%);
			-o-filter:grayscale(80%);
			-moz-filter:grayscale(80%);
			-khtml-filter:grayscale(80%);
			-webkit-filter:grayscale(80%);
			-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(grayscale=1) alpha(opacity=50)";
		}
	}
	@keyframes irot{
		0%{
			transform:rotate(0deg);
			-o-transform:rotate(0deg);
			-ms-transform:rotate(0deg);
			-moz-transform:rotate(0deg);
			-khtml-transform:rotate(0deg);
			-webkit-transform:rotate(0deg);
		}
		50%{
			transform:rotate(180deg);
			-o-transform:rotate(180deg);
			-ms-transform:rotate(180deg);
			-moz-transform:rotate(180deg);
			-khtml-transform:rotate(180deg);
			-webkit-transform:rotate(180deg);
		}
		100%{
			transform:rotate(360deg);
			-o-transform:rotate(360deg);
			-ms-transform:rotate(360deg);
			-moz-transform:rotate(360deg);
			-khtml-transform:rotate(360deg);
			-webkit-transform:rotate(360deg);
		}
	}
	@-webkit-keyframes irot{
		0%{
			transform:rotate(0deg);
			-o-transform:rotate(0deg);
			-ms-transform:rotate(0deg);
			-moz-transform:rotate(0deg);
			-khtml-transform:rotate(0deg);
			-webkit-transform:rotate(0deg);
		}
		50%{
			transform:rotate(180deg);
			-o-transform:rotate(180deg);
			-ms-transform:rotate(180deg);
			-moz-transform:rotate(180deg);
			-khtml-transform:rotate(180deg);
			-webkit-transform:rotate(180deg);
		}
		100%{
			transform:rotate(360deg);
			-o-transform:rotate(360deg);
			-ms-transform:rotate(360deg);
			-moz-transform:rotate(360deg);
			-khtml-transform:rotate(360deg);
			-webkit-transform:rotate(360deg);
		}
	}
	@-moz-keyframes irot{
		0%{
			transform:rotate(0deg);
			-o-transform:rotate(0deg);
			-ms-transform:rotate(0deg);
			-moz-transform:rotate(0deg);
			-khtml-transform:rotate(0deg);
			-webkit-transform:rotate(0deg);
		}
		50%{
			transform:rotate(180deg);
			-o-transform:rotate(180deg);
			-ms-transform:rotate(180deg);
			-moz-transform:rotate(180deg);
			-khtml-transform:rotate(180deg);
			-webkit-transform:rotate(180deg);
		}
		100%{
			transform:rotate(360deg);
			-o-transform:rotate(360deg);
			-ms-transform:rotate(360deg);
			-moz-transform:rotate(360deg);
			-khtml-transform:rotate(360deg);
			-webkit-transform:rotate(360deg);
		}
	}
	@-o-keyframes irot{
		0%{
			transform:rotate(0deg);
			-o-transform:rotate(0deg);
			-ms-transform:rotate(0deg);
			-moz-transform:rotate(0deg);
			-khtml-transform:rotate(0deg);
			-webkit-transform:rotate(0deg);
		}
		50%{
			transform:rotate(180deg);
			-o-transform:rotate(180deg);
			-ms-transform:rotate(180deg);
			-moz-transform:rotate(180deg);
			-khtml-transform:rotate(180deg);
			-webkit-transform:rotate(180deg);
		}
		100%{
			transform:rotate(360deg);
			-o-transform:rotate(360deg);
			-ms-transform:rotate(360deg);
			-moz-transform:rotate(360deg);
			-khtml-transform:rotate(360deg);
			-webkit-transform:rotate(360deg);
		}
	}
	@-ms-keyframes irot{
		0%{
			transform:rotate(0deg);
			-o-transform:rotate(0deg);
			-ms-transform:rotate(0deg);
			-moz-transform:rotate(0deg);
			-khtml-transform:rotate(0deg);
			-webkit-transform:rotate(0deg);
		}
		50%{
			transform:rotate(180deg);
			-o-transform:rotate(180deg);
			-ms-transform:rotate(180deg);
			-moz-transform:rotate(180deg);
			-khtml-transform:rotate(180deg);
			-webkit-transform:rotate(180deg);
		}
		100%{
			transform:rotate(360deg);
			-o-transform:rotate(360deg);
			-ms-transform:rotate(360deg);
			-moz-transform:rotate(360deg);
			-khtml-transform:rotate(360deg);
			-webkit-transform:rotate(360deg);
		}
	}
	.page{

		/*background-color:#ccc;*/
		_visibility:hidden;/*显示由js打开，避免IE5和IE6出现问题*/
		/*visibility:visible;*/
		overflow-x:hidden;
		overflow-y:hidden;
		/*width:100%;*//*width100%只能在IE8以上浏览器使用*/
		/*height:100%;*/
		text-align:center;
		display:inline;
	}
	#pageunloadchild{
		height:9999px;
	}
	#not{
		/*display:none;*/
		margin:0 auto;
		width:100%;
		height:20px;
		overflow:hidden;
		background:#cccccc;
		/*border:solid 1px #FF0000;*/
		border-color:#FF0000;
		border-style:solid;
		border-left-width:0px;
		border-right-width:0px;
		border-top-width:1px;
		border-bottom-width:1px;
		color:#FF0000;
		font-size:16px;
	}
	.top{
		margin:auto;
		width:750px;/*750px;*/
		height:80px;
	}
	.topbar{
		/*background-color:#fcc;
		background-image:url("../image/up.jpg");*/
		background:url("../image/b1up.png");
		width:100%;
		height:100%;
		overflow:hidden;
	}
	#top_,#top_title,#top_player,#top_clock,#top_favo{
		float:left;
		height:100%;
	}
	.topbar_title{/*415,164,122,111*/
		width:415px;
	}
	.tober_titlechild{
		float:left;
		width:100%;
		height:100%;
		font-size:0;
		line-height:0;
		overflow:hidden;
		background-color:#00ff00;
		background:url("../image/up.gif");
		background-repeat:no-repeat;
	}
	.topbar_player{
		width:140px;
	}
	.topbar_clock{
		width:95px;
	}
	.topbar_clockchild{
		position:relative;
		margin-left:8px;
		margin-right:7px;
		width:80px;
		height:80px;
	}
	#pclock{
		line-height:70px;
		font-size:15px;
		color:#93563e;
	}
	.topbar_favo{
		width:100px;
	}
	.topbar_favoin{
		vertical-align:bottom;
		padding-top:17px;
		font-size:0;
		line-height:0;
		text-overflow:hidden;
		overflow:hidden;
	}
	.topbarfavochild{
		text-indent:0;
		overflow:hidden;
		/*width:100%;*/
		height:16px;
		padding-left:16px;
		/*padding-right:16px;
		text-indent:16px;*/
		color:#93563e;
		font-size:14px;
		line-height:20px;
	}
	.topbarfavochild:hover{
		color:#c78a61;
	}
	#aafavo{
		background:url("../image/addfavorite.gif?homepage.gif");
		background-repeat:no-repeat;
	}
	#aatheme{
		background:url("../image/homepage.gif");
		background-repeat:no-repeat;
	}
	#aalogin{
		background:url("../image/board.gif");
		background-repeat:no-repeat;
	}
	.topleaf{
		/*表头漂浮物，比如透明flash*/
		font-size:0;
		line-height:0;
		overflow:hidden;
		position:absolute;
		width:424px;
		height:75px;
		left:30%;
		_left:135px;/*针对小屏幕*/
		top:0px;
		/*z-index:1000;*/
		background:url("../image/00.gif");
		background-repeat:no-repeat;
		/*visibility:hidden;
		/*display:none;*/
	}
	.banner{
		margin:auto;
		width:750px;
		height:27px;
		overflow:hidden;
		_background:url("../image/cback.jpg") top left no-repeat;/*针对IE5左侧边框不能显示完整的兼容*/
		/*_position:relative;*/
	}
	.bannerchild{
		float:right;
		height:100%;
	}
	.banner_menu{
		text-align:center;
		float:left;
		width:75px;
		height:100%;
		font-size:16px;
		font-family:"黑体","eothei";
		overflow:hidden;
		/*
		line-height:0;
		font-size:0;
		*/
		/*font-weight:bold;*/
	}
	.banner_menu a{
		display:block;
		line-height:24px;
		_line-height:27px;
		color:#000000;
	}
	.banner_menu a:hover{
		color:#334433;
	}
	#c1,#d1{
		background-color:#FF0000;
	}
	#c2,#d2{
		background-color:#FF9900;
	}
	#c3,#d3{
		background-color:#FFFF00;
	}
	#c4,#d4{
		background-color:#33FF00;
	}
	#c5,#d5{
		background-color:#66ccff;
	}
	#c6,#d6{
		background-color:#3300ff;
	}
	#d6 .bannersub_lnk a,#d7 .bannersub_lnk a{
		color:#FFCCCC;
	}
	#d6 .bannersub_lnk a:hover,#d7 .bannersub_lnk a:hover{
		color:#CCFFFF;
	}
	#d6 .bannersub_loc,#d7 .bannersub_loc{
		color:#CCCCCC;
	}
	#c7,#d7{
		background-color:#663399;
	}
	.banner_inf{
		background-color:green;
		background:url("../image/cback.jpg");
		float:right;
		width:225px;
		_width:215px;/*IE6显示在第二行的BUG*/
		height:100%;
		/*_position:absolute;
		_top:0px;
		_left:0px;*/
	}
	.bannerinfchild{
		height:100%;
		width:100%;
		line-height:24px;
		padding-left:10px;
		white-space:nowrap;
	}
	.bannerinfchild a{
		color:#0000FF;
	}
	.bannersub{/*副标题下的内容*/
		padding-top:3px;
		padding-left:10px;
		font-size:14px;
		height:20px;
	}
	.bannersub_loc{
		font-weight:bold;
	}
	.bannersub_chr{
		font-weight:bold;
		padding-left:3px;
		padding-right:3px;
	}
	.bannersub_lnk a{
		color:#0000ff;
		text-decoration:underline;
	}
	.bannersub_lnk a:hover{
		color:#0000ff;
		text-decoration:none;
	}
	/*
	.bannersub_menu{
		margin-left:5px;
		padding-right:5px;
		float:left;
		height:20px;
		line-height:20px;
		font-size:15px;
		border-right:1px solid #000000;
	}
	.bannersub_menu a{
		color:#0000ff;
		text-decoration:underline;
	}
	.bannersub_menu a:hover{
		color:#000000;
		text-decoration:none;
	}
	*/
	/*以下是班级主页的特定CSS*/
	.pagebody{
		overflow-x:hidden;
		overflow-y:hidden;
		margin:auto;
		text-align:left;
		width:750px;
		height:auto;
	}
	.c_l,.c_m,.c_r{
		float:left;
		overflow:hidden;
	}
	.c_l{
		width:250px;
		/*background-color:#FFCCCC;*/
	}
	.c_m{
		width:300px;
		/*background-color:#CCFFCC;*/
	}
	.c_r{
		width:200px;
		/*background-color:#CCCCFF;*/
	}
	.tabcon{
		width:100%;
	}
	.tabcon_title{
		width:100%;
	}
	.tabcon_title_l{
		width:0;
		display:none;
	}
	.tabcon_title_c{
		font-family:"黑体","eothei";
		font-size:16px;
		/*height:25px;*/
		/*background-color:red;*/
	}
	.tabcon_title_r{
		width:0;
		display:none;
	}
	.tabcon_con{
		width:100%;
	}
	.tabcon_con_l{
		width:0;
		display:none;
	}
	.tabcon_con{
		/**/
	}
	.tabcon_con_r{
		width:0;
		display:none;
	}
	#c1_sendword{/*班级寄语*/
		background:url("../image/dback.png");
		height:198px;
	}
	#c1_sendword_t{
		position:relative;
	}
	#c1_sendword_t_l{
		display:block;
		position:absolute;
		top:0px;
		left:0px;
		width:100px;
		height:45px;
		background:url("../image/03_1.gif") no-repeat -25px -25px;
		/*z-index:1;*/
	}

	#c1_sendword_t_c{
		/*position:absolute;*/
		width:auto;
		font-size:18px;
		padding-left:45px;
		padding-top:15px;
		padding-bottom:8px;
		height:20px;
		z-index:2;
	}
	#c1_sendword_t_r{
		display:block;
		position:absolute;
		right:0;
		top:20px;
		width:100%;
		height:180px;
		/**/
		background:url("../image/c1sturb.png") no-repeat 35px 35px;
		_background:url("../image/c1sturb.gif") no-repeat 35px 35px;

		/*
		display:block;
		*/
		/*
		position:absolute;
		top:0px;
		left:0px;
		width:100px;
		height:100px;
		*/
	/*
		background:url("../image/01.gif") no-repeat;
		z-index:2;
		*/
	}
	#c1_sendword_c{
		height:128px;/*因为下级元素要使用CSS3，所以只能在此设置高度*/
		width:auto;
		overflow:hidden;
		position:relative;
	}
	#c1_sendword_c_l{
		/**/
	}
	#c1_sendword_c_c{
		height:100%;
	}
	#c1_sendword_c_c_text{
		padding-left:28px;
		padding-right:28px;
		animation:moveUp 30s infinite linear;
		width:auto;
		position:relative;
		-webkit-animation:moveUp 30s infinite linear;/*兼容chrome浏览器*/
		-moz-animation:moveUp 30s infinite linear;/*兼容火狐浏览器*/
		/*IE6-8在javascript实现*/
	}
	#c1_sendword_c_c_text p{
		line-height:1.2;
		font-size:16px;
		margin-top:5px;
		text-indent:2em;
		font-family:"楷体","楷体_GB2312","eotkai";
		color:#996600;
	}
@keyframes moveUp{
	from{top:128px;}
	to{top:-305px;}
}
	#c1_sendword_c_r{
		float:left;
		width:0;
	}
	#c1_students{
		background:url("../image/dback.png") 0px -198px;
		height:198px;
	}
	#c1_students_t{
		position:relative;
		height:45px;
	}
	#c1_students_t_l{
		display:block;
		position:absolute;
		top:0;
		left:0;
		width:100px;
		height:45px;
		background:url("../image/04.gif") no-repeat -25px -25px;
	}
	#c1_students_t_c{
		width:auto;
		font-size:18px;
		padding-left:45px;
		padding-top:15px;
		padding-bottom:8px;
		height:20px;
		z-index:2;
	}
	#c1_students_t_r{
		/**/
	}
	#c1_students_c{
		position:relative;
		/**/
	}
	#c1_students_c_l{
		float:left;
		width:0px;
		/**/
	}
	#c1_students_c_c{
		float:left;
		width:auto;
		padding-left:25px;
		padding-right:25px;
		height:148px;/*128px*/
		width:246px;/*为兼容火狐*/
		overflow:hidden;
		text-align:left;
		/*background:#cccccc;*/
		font-family:"楷体","楷体_GB2312";
		font-size:14px;
		color:#996600;
		background:url("../image/c1sturc.png") no-repeat 35px 2px;
		_background:url("../image/c1sturc.gif") no-repeat 35px 2px;
		}
	#c1_students_c_c_text{
		/**/
	}
	#c1_students_c_c_text ul{
		/**/
	}
	#c1_students_c_c_text ul li{
		line-height:30px;
		font-size:18px;
	}
	#c1_students_c_c_but{
		
	}
	#c1_students_c_c_but a{
		font-family:"宋体";
		text-decoration:underline;
		line-height:40px;
		color:#996600;
	}
	#c1_students_c_c_but a:hover{
		text-decoration:none;
		color:#AA7722;
	}
	#c1_students_c_r{
		/*
		display:block;
		position:absolute;
		right:8px;
		top:0px;
		z-index:2;
		width:200px;
		height:146px;
		background:url("../image/c1sturc.gif") no-repeat;
		*/
	}
	#c1_photo{
		background-color:#FFFFFF;
		height:198px;
	}
	#c1_photo_t{
		height:23px;
		/*background-color:#66ccff;*/
		background-image:url("../image/c1pho_top.png");
	}
	#c1_photo_t_l{
		display:block;
		float:left;
		width:23px;
		height:23px;
		background:url("../image/c1pho_tit.gif") no-repeat;
	}
	#c1_photo_t_c{
		float:left;
		width:225px;
		line-height:23px;
	}
	#c1_photo_t_r{
		display:block;
		float:left;
		width:45px;
		height:100%;
		line-height:23px;
		font-size:12px;
	}
	#c1_photo_c{
		height:175px;
	}
	#c1_photo_c_l{
		/**/
	}
	#c1_photo_c_c{
		width:100%;
		height:100%;
		position:relative;
		overflow:hidden;
		text-align:center;
		vertical-align:middle;
		background:url("../image/c1phoback.png");
	}
	#c1pho_unfloat{
		/*
		position:absolute;
		top:0;
		left:0;
		width:100%;
		height:100%;
		background:url("../image/dback.png") 0px -198px;
		filter:blur(30px);
		z-index:-1;
		*/
	}
	#c1pho_float{
		position:absolute;
		top:0;
		left:0;
		width:100%;
		height:100%;
		background-color:rgba(0,0,255,0);
		background-image:url("../image/c1phounfloat.gif");

		/*
		box-sizing: border-box;
		border:10px double #ccccff;
		border-radius:15px;
		*/
	}
	#c1_photo_c_r{
		/**/
	}
	#c1_news{
		background-color:#FFFFFF;
		/*
		background-image:url('../image/c1news.png');
		*/
		height:198px;
	}
	#c1_news_t{
		height:23px;
		/*background-color:orange;
		*/
		background-image:url("../image/c1news_top.png");
	}
	#c1_news_t_l{
		display:block;
		float:left;
		width:23px;
		height:23px;
		background:url("../image/c1news_tit.gif") no-repeat;
	}
	#c1_news_t_c{
		float:left;
		width:225px;
		line-height:23px;
	}
	#c1_news_t_r{
		display:block;
		float:left;
		width:45px;
		height:100%;
		line-height:23px;
		font-size:12px;
	}
	#c1_news_c{
		height:175px;
	}
	#c1_news_c_l{
		/**/
	}
	#c1_news_c_c{
		width:100%;
		height:100%;
		/*background-color:#3366ff;*/
		background:url('../image/c1news.png') no-repeat center top;
		overflow:hidden;
	}
	#c1news{
		margin:30px;
	}
	/*
	#c1news ul{

	}
	#c1news ul li{
		color:#636363;
		font-size:12px;
		line-height:18px;
	}
	*/
	.c1news_item{
		height:100%;
		height:17px;
		border-bottom:1px solid #ccc;
		overflow:hidden;
	}
	.c1news_item_title,.c1news_item_time{
		padding-top:3px;
		float:left;
	}
	.c1news_item_title{
		width:150px;
		overflow:hidden;
		text-align:left;
	}
	.c1news_item_title a{
		display:block;
		color:#363636;
		width:100%;
		height:100%;
		overflow:hidden;
	}
	.c1news_item_title a:hover{
		/*background-color:#ccffcc;*/
		color:#366336;
	}
	.c1news_item_time{
		color:#969696;
		width:90px;
		overflow:hidden;
		text-align:right;
	}
	#c1_news_c_r{
		/**/
	}
	#c1_video{
		background:url("../image/dback.png") 0px 0px;
		height:198px;
	}
	#c1_video_t{
		height:18px;
		background:url("../image/c1video_top.png");
	}
	#c1_video_t_l{
		/**/
	}
	#c1_video_t_c{
		padding-left:28px;
		line-height:18px;
	}
	#c1_video_t_r{
		/**/
	}
	#c1_video_c_l{
		/**/
	}
	#c1_video_c_c{
		/**/
	}
	#c1_video_c_c_text{
		/**/
	}
	#c1_video_c_c_text ul{
		list-style:none;
		/**/
	}
	#c1_video_c_c_text ul li{
		/*background:url("../image/board.gif") no-repeat;*/
		background:url("../image/c1video_li.gif") no-repeat;
		padding-left:20px;
		height:20px;
		/*border-bottom:1px solid #cccccc;*/
		line-height:20px;
		font-size:12px;
		overflow:hidden;
		/*以下代码为兼容IE5*/
		margin-top:0;
		margin-bottom:0;
		padding-top:0;
		padding-bottom:0;
		vertical-align:bottom;
		/**/
	}
	#c1_video_c_c_text ul li a{
		color:#000;
		display:inline-block;
		width:100%;
		height:100%;
		/*background-color:red;*/
	}
	#c1_video_c_r{
		/**/
	}
	#c1_lnk{
		background:url("../image/dback.png") 0px -198px;
		height:198px;
	}
	#c1_lnk_t{
		height:18px;
		background:url("../image/c1video_top.png");
	}
	#c1_lnk_t_l{
		/**/
	}
	#c1_lnk_t_c{
		padding-left:28px;
		line-height:18px;
	}
	#c1_lnk_t_r{
		/**/
	}
	#c1_lnk_c_l{
		/**/
	}
	#c1_lnk_c_c{
		/**/
	}
	#c1_lnk_c_c_text{
		/**/
	}
	#c1_lnk_c_c_text ul{
		/**/
	}
	#c1_lnk_c_c_text ul li{
		background:url("../image/c1link_li.gif") no-repeat 5px 5px;
		padding-left:20px;
		height:20px;
		/*border-bottom:1px solid #cccccc;*/
		line-height:20px;
		font-size:12px;
		/*以下代码为兼容IE5*/
		margin-top:0;
		margin-bottom:0;
		padding-top:0;
		padding-bottom:0;
		vertical-align:bottom;
	}
	#c1_lnk_c_c_text ul li a{
		color:#000;
		display:inline-block;
		width:100%;
		height:100%;
		/*background-color:red;*/
	}
	#c1_lnk_c_r{
		/**/
	}
	.buttom{
		width:100%;
		margin:auto;

	}
	.buttom_link{
		margin-top:6px;
		line-height:14px;
		text-align:center;
		display: inline-block;
		overflow: hidden;
		text-overflow: ellipsis;
		width:100%;
		font-size:12px;
		color:#0000CC;
		white-space:nowrap;/*不允许换行，修复IE5下的BUG*/
	}
	.buttom_link span{
		cursor:pointer;
		cursor/*\**/:hand\9;
		*cursor:hand;
		_cursor:hand;
	}
	.buttom_copy{
		/*
		-webkit-transform:rotate(25deg);
		-moz-transform:rotate(25deg);
		-o-transform:rotate(25deg);
		transform:rotate(25deg);
		*/
		/*filter:progid:DXImageTransform.Microsoft.Matrix(sizingMethod='auto expand', M11=0.7071067811865476, M12=-0.7071067811865475, M21=0.7071067811865475, M22=0.7071067811865476); /* IE6,IE7 */
		/*-ms-filter: progid:DXImageTransform.Microsoft.Matrix(SizingMethod='auto expand', M11=0.7071067811865476, M12=-0.7071067811865475, M21=0.7071067811865475, M22=0.7071067811865476); /* IE8 */
		/*filter:progid:DXImageTransform.Microsoft.BasicImage(rotation:1);*/
		/*filter:progid:DXImageTransform.Microsoft.Matrix(enabled=bEnabled,SizingMethod=sMethod ,FilterType=sType ,Dx=fDx ,Dy=fDy ,M11=fM11 ,M12=fM12,M21=fM21 ,M22=fM22);*/
		font-size:11px;
		color:#ece9d8;
		font-family:"宋体";
		text-align:center;
		white-space:nowrap;
	}
	#contextmenu{
		cursor:default;
		min-width:148px;
		max-width:256px;
		_width:148px;
		visibility:hidden;
		/*display:none;*/
		position:absolute;
		left:0px;
		top:0px;
		box-shadow: 0px 0px 2px #a6a6a6;/*#f4979a;*//*新功能，仅支持IE9以上版本浏览器*/
		z-index:35;/*13*/
		background-color:#FFFFFF;
		border:1px solid #a6a6a6;
	}
	.contextmenuitem{
		text-overflow: hidden;
		padding-left:18px;
		padding-right:18px;
		padding-top:2px;
		margin-left:1px;
		margin-right:1px;
		margin-top:1px;
		margin-bottom:1px;
		text-align:left;
		/*width:100%;*/
		height:18px;
		list-style:none;
		font-size:12px;
		line-height:15px;
		white-space:nowrap;

		font-family:"宋体";
		/*font-weight:bold;*/
		background-color: #FFFFFF;
		color:#000000;
		user-select:none;
		transform:all .3s ease;
		width:auto;
		/*
		text-overflow:ellipsis;
		*/
		/*
		overflow-x:visible;
		*/
		overflow-y:hidden;
}
	/*
	#contextmenuitem:hover{
		background-color:#2e6bc6;
		color:#ffffff;
		cursor:Default;
	}
	*/
	.contextmenuline{
		height:1px;
		/*font-size:0px;定义高度1px的必要条件*/
		overflow:hidden;/*定义高度1px的必要条件*/
		/*zoom:0.08;定义高度1px的必要条件*/
		background-color:#a6a6a6;
		padding:0 auto;
		margin-left:2px;
		margin-right:2px;
		margin-top:0px;
		margin-bottom:0px;
	}
	#msgtip{
		/*display:none;*/
		/*visibility:hidden;*/
		position:fixed;
		_position:absolute;
		left:50%;
		top:200px;
		z-index:12;
		text-align:left;/*解决IE7居中失效问题*/
	}
	.msgtip_in{
		/*background-color:#00FF00;
		border:3px solid #FF0000;*/
		background:url("../image/msgtip.jpg");
		color:#0000FF;
		/*
		padding-top:6px;
		padding-left:15px;
		border-bottom-width:medium;
		*/
		position:relative;
		left:-50%;
		top:0px;
		/*
		width:200px;
		height:30px;
		*/
		width:310px;
		height:55px;
		overflow:hidden;
	}
	#msgtip_in_txt{
		padding-left:68px;
		font-size:18px;
		font-family:"黑体";
		line-height:55px;
		overflow:hidden;
		color:#FFFFFF;
		text-align:left;
		/*cursor:url('http://192.168.1.7/yz511/jspl/run.ico'),wait;*/
	}
	#msgalert{
		cursor:default;
		/*display:none;*/
		visibility:hidden;
		/*以下两条是为兼容火狐浏览器*/
		user-select: none;
		-moz-user-select: none; 
		
		position:fixed;
		_position:absolute;
		left:50%;
		top:40%;
		/*
		_left:expression(eval(document.documentElement.scrollLeft+50%));
		_top:expression(eval(document.documentElement.scrollTop+30%));
		*/
		/*_position: absolute;    */
		_top:expression(eval(document.documentElement.scrollTop)); 
		/*_margin-top:10%;*/
		/*z-index:14;
		*/
		z-index:26;
	}
	.msgalert_in{
		position:relative;
		left:-50%;
		top:-60%;
		_top:100%;
	}
	.msa{
		/**/
	}

	#littlepage{
		position:absolute;
		display:none;
	}
	#hid{
		visibility:hidden;
		display:none;
		position:absolute;
		left:0px;
		bottom:0px;
		width:5px;
		height:5px;
	}
	.musicplayer{/*这是隐藏的*/
		position:absolute;
		top:0px;
		left:0px;
		width:0px;
		height:0px;
		background-color:red;
	}
	.mainplayer{
		color:#fbe8d0;
		margin-top:9px;
		float:left;
		width:109px;
		height:71px;
		background:url("../image/player.png");
		position: relative;
	}
	.mainplayerlist{
		margin-top:9px;
		float:left;
		width:24px;
		height:71px;
		background:url("../image/playerlist.png");
	}
	#mainplayershowtitle{
		/*
		float:left;
		display:inline;
		margin-left:5px;
		margin-right:5px;
		margin-top:5px;*/
		position:absolute;
		left:5px;
		top:5px;
		width:99px;
		height:16px;
		/*background-color:green;*/
		text-overflow:hidden;
		overflow:hidden;
		white-space:nowrap;
		line-height:18px;
		font-size:12px;
	}
	#mainplayershowtime{
		/*cursor:hand;*/
		/*
		float:left;
		display:inline;
		margin-top:5px;
		margin-left:5px;
		margin-right:2px;*/
		position:absolute;
		left:5px;
		top:26px;
		width:58px;
		height:15px;
		text-overflow:hidden;
		/*background-color:green;*/
		font-size:9px;
		line-height:18px;
		_line-height:15px;
		font-family:"Times New Roman", "Times", "serif";
		/*overflow:hidden;*/
	}

	#mainplayershowstatu{
		/*
		float:left;
		display:inline;
		margin-top:5px;
		margin-left:0px;
		margin-right:0px;*/
		position:absolute;
		left:65px;
		top:26px;
		width:35px;
		height:15px;
		text-overflow:hidden;
		/*background-color:green;*/
		font-size:0;
		line-height:0;
		overflow:hidden;
	}
	#mainplayershowstatuonplay{
		display:none;
		/*
		float:left;
		display:inline;
		margin-top:5px;
		margin-left:0px;
		margin-right:0px;*/
		position:absolute;
		left:65px;
		top:26px;
		width:35px;
		height:15px;
		text-overflow:hidden;
		font-size:0;
		line-height:0;
		overflow:hidden;
		background:url("../image/player/scope_on.gif") no-repeat 0px -3px;
	}
	.mainplayerchild{
		/**/
		position:absolute;
		line-height:0;
		font-size:0;
		overflow:hidden;
		text-overflow:hidden;
	}
	#mainplayer_play{
		width:15px;
		height:15px;
		bottom:6px;
		_bottom:5px;
		left:32px;
	}
	#mainplayer_pause{
		display:none;
	}
	#mainplayer_pp{
		width:15px;
		height:15px;
		bottom:6px;
		_bottom:5px;
		left:47px;
	}
	#mainplayer_stop{
		width:15px;
		height:15px;
		bottom:6px;
		_bottom:5px;
		left:62px;
	}
	#mainplayer_ff{
		display:none;
	}
	#mainplayer_ff_{
		display:none;
	}
	#mainplayer_next{
		width:15px;
		height:15px;
		bottom:6px;
		left:7px;
	}
	#mainplayer_next_{
		width:15px;
		height:15px;
		bottom:6px;
		right:7px;
	}
	.mainplayerlistchild{
		color:#fbe8d0;
		float:left;
		display:inline-block;
		padding-left:4px;
		padding-right:4px;
		margin-top:1px;
		padding-top:6px;
		padding-bottom:6px;
		width:16px;
		font-size:12px;
		text-overflow:hidden;
		overflow:hidden;
		line-height:14px;
	}
/*
文字不被复制,暂不适用
 */
     #Element {
          user-select: none;
                  /*火狐*/
          -moz-user-select: none; 
               /*谷歌、Safari*/
          -webkit-user-select: none; 
               /*IE10*/
          -ms-user-select: none; 
                /*欧朋*/
          -o-user-select: none;
              /*早期浏览器*/
          -khtml-user-select: none; 
    }

/*对于所有页面的connect*/
.connect{
	width:750px;
}
.connect_t{}
.connect_c{}
.connect_b{}
#c21_news,#c22_news,#c23_news{
	/**/
}
#c21_news_t,#c22_news_t,#c23_news_t{
	background:url("../image/newsup.jpg");
	height:57px;
}
#c21_news_c,#c22_news_c,#c23_news_c{
	background:url("../image/newsright.jpg");
}
#c21_news_b,#c22_news_b,#c23_news_b{
	background:url("../image/newsdown.jpg");
	height:57px;
}
#c21_cc_t,#c22_cc_t{
	background:url("../image/newstop.jpg");
	height:57px;
}
#c21_cc_c,#c22_cc_c{
	background:url("../image/newsright.jpg");
	overflow:hidden;
}
#c21_cc_b,#c22_cc_b{
	background:url("../image/newsdown.jpg");
	height:57px;
}

.newstopintext{
	font-size:14px;
	color:#ff9900;
	font-family:"楷体","楷体_GB2312";
	text-align:center;
	transition: 5s linear;
	/*
	margin-top:5px;
	margin-bottom:5px;	
	*/
}

.newstop,.noticetop{
}
.noticeconnect{
	width:750px;
}
.noticeitem{
	font-size:14px;
	width:225px;
	height:110px;
	background-color:#fcf3e4;
	margin:10px 10px 10px 10px;
	display:inline-block;
	_display:inline;
	float:left;
	border:2px solid #ffe8c5;
	overflow:hidden;
	cursor:pointer,hand;
}
.news_item{
	margin-left:18px;
	margin-right:18px;
	height:20px;
}
.news_item:hover{
	background-color:#fcf3e4;
}
/*
.news_head{
	margin-left:18px;
	margin-right:18px;
	height:20px;
	font-weight:bold;
	text-align:center;
	background-color:#ffe8c5;
	line-height:20px;
}
.news_head_tit,.news_head_date{
	float:left;
}
.news_head_tit{
	width:660px;
}
*/
.news_tit{
	background-image:url("../image/newsleft.gif");
	background-repeat:no-repeat;
	background-position:left center;
	padding-left:10px;
	font-size:15px;
	width:600px;
	color:#0f33F0;
	float:left;
}
.news_tit_a{
	color:#0f33F0;
}
.news_tit_a:hover{
	color:#0f33F0;
}
.news_head_date{
	/**/
}
.news_date{
	display:table-cell;
	vertical-align:middle;
	float:right;
	font-size:13px;
	line-height:15px;

}
.not_tit{
	/*font-family:"黑体";*/
	font-size:16px;
	font-weight:bold;
	margin-top:3px;
	margin-left:3px;
}
.not_date{
	font-size:12px;
	color:#636363;
	margin-top:3px;
	margin-left:5px;
}
.not_con{
	font-size:14px;
	color:#363636;
	margin-left:5px;
	margin-top:5px;
}
#c31_cc_t{
	background:url("../image/classtop.jpg");
	height:83px;
}
#c31_cc_c{
	background:url("../image/classright.jpg");
}
#c31_cc_b{
	background:url("../image/classdown.jpg");
	height:78px;
}
#c51_cc_t{
	background:url("../image/lianjietop.jpg");
	height:78px;
}
#c51_cc_c{
	background:url("../image/lianjieright.jpg");
}
#c51_cc_b{
	background:url("../image/lianjiedown.jpg");
	height:78px;
}





#c74_player{

	background:#ffffff;
	width:100%;
	/*height:50px;*/
}



#c71_cc_t{
	background-color:#663399;
	background-image:url('../image/othertop.jpg');
	height:235px;
}
#c71_cc_c{
	background-color:#663399;
	background-image:url('../image/otherright.jpg');
	background-repeat:repeat-y;
	width:100%;
	display:inline-block;
}
#c71_cc_b{
	background-color:#663399;
	background-image:url('../image/otherdown.jpg');
	height:70px;
}