/* CSS Document */

/*全局样式*/
*{
	font-size:12px;font-family: "宋体",Arial, Helvetica, sans-serif;
}
/*首行缩进*/
p{
 text-indent: 2em; /*em是相对单位，2em即现在一个字大小的两倍*/
 	line-height:20px;
}
body{
	margin:0;
	padding:0;
	background-color:#F0F4DB;
	font-size:14px;line-height:20px;
	color:#666666;
	font-family: "宋体",Arial, Helvetica, sans-serif;
}

/*文字样式-绿色14*/
.greentext14{COLOR: #2c760a;line-height:20px;font-size:14px;}
/*文字样式-黑色14号粗体*/
.black14text{COLOR: #2f2f2f;font-size:14px;font-weight:bold; line-height:20px;}
/*文字样式-黑色*/
.blacktext{COLOR: #2f2f2f;line-height:18px;font-size:12px;}

/*文字样式-灰色14*/
.graytext14{COLOR: #4d4d4d;line-height:18px;font-size:14px;}
/*文字样式-绿色12*/
.greentext12{COLOR: #2c760a;line-height:14px;font-size: 12px;}
/*文字样式-灰色*/
.graytext{COLOR: #666666;line-height:20px;font-size:12px;}

/*链接样式-绿色*/

a.green {COLOR: #2c760a; text-decoration:none;}
a.green:visited {COLOR: #2c760a;text-decoration:none;}
a.green:hover {COLOR: #103400;text-decoration:none; }
a.green:active {COLOR: #103400;text-decoration:none;}

/*链接样式-黑色*/

a.black {COLOR: #2f2f2f; text-decoration:none;}
a.black:visited {COLOR: #2f2f2f;text-decoration:none;}
a.black:hover {COLOR: #006727;text-decoration:none; }
a.black:active {COLOR: #006727;text-decoration:none;}

/*链接样式-黑色14号粗体*/
.black14link{COLOR: #2f2f2f;font-size:14px;font-weight:bold;text-decoration:none; }
a.black14link:visited {COLOR: #2f2f2f;text-decoration:none;}
a.black14link:hover {COLOR: #006727;text-decoration:none; }
a.black14link:active {COLOR: #006727;text-decoration:none;}

/*链接样式-橘红色14号粗体*/
a.textorange { 
	text-decoration:none;font-size:14px;COLOR: #ff7e00;font-weight:bold;

} 
a.textorange:visited { 
	COLOR: #2f2f2f;text-decoration:none;
}
a.textorange:hover { 
	COLOR: #006727;text-decoration:none;
}
a.textorange:active { 
	COLOR: #006727;text-decoration:none;
}
.fontcolor {
	font-size: 12px;
	color: #FF9900;
}


/*链接样式-红色12号粗体*/
a.textred { 
	text-decoration:none;font-size:12px;COLOR: #bc001b;font-weight:bold;

} 
a.textred:visited { 
	COLOR: #bc001b;text-decoration:none;
}
a.textred:hover { 
	COLOR: #006727;text-decoration:none;
}
a.textred:active { 
	COLOR: #006727;text-decoration:none;
}

/*链接样式-newlist1*/
.newlist1 { width:240px; float:center; text-align:left;list-style-type:none;}
.newlist1 a { display:block; height:26px; line-height:26px; padding-left:26px;
		background:url(../images/index/yhpi_tb4.gif) no-repeat 8px 6px;
		border-bottom:1px dashed #BCCBD8; color:#666666; text-decoration:none;}
.newlist1 a:hover { background:#f6f6f6 url(../images/index/yhpi_tb4.gif) no-repeat 12px 6px;
		border-bottom:1px solid #BCCBD8; color:#06c;text-decoration:none;}

/*链接样式-newlist2*/
.newlist2 { width:240px; float:center; text-align:left;list-style-type:none;}
.newlist2 a { display:block; height:26px; line-height:26px; padding-left:26px;
		background:url(../images/index/yhpi_tb5.gif) no-repeat 8px 6px;
		border-bottom:1px dashed #BCCBD8; color:#666666;text-decoration:none; }
.newlist2 a:hover { background:#f6f6f6 url(../images/index/yhpi_tb5.gif) no-repeat 12px 6px;
		border-bottom:1px solid #BCCBD8; color:#a5761a;text-decoration:none;}





/*主导航菜单*/
#menu ul{
	padding:0;
	border:0;
	list-style:none;
	line-height:150%;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 15px;
}
#menu_out{
	width:850px;
	padding-left:4px;
	margin-left:auto;
	margin-right:auto;
	background:url(../images/banner/menu_left.gif) no-repeat left top;
}
#menu_in{
	background:url(../images/banner/menu_right.gif) no-repeat right top;
	padding-right:4px;
}

#menu{
	background:url(../images/banner/menu_bg.gif) repeat-x;
	height:73px;
}
.menu_line{
	background:url(../images/banner/menu_line.gif) no-repeat center top;
	width:8px;
}
.menu_line2{
	background:url(../images/banner/menu_line2.gif) no-repeat center top;
	width:15px;
}
#nav{
	padding-left:20px;
}
#nav li{
	float:left;
	height:35px;
	display: inline;
	list-style-position: inside;
	list-style-image: none;
	list-style-type: none;
}
#nav li a{
	color:#104611;
	float:left;
	display:block;
	padding-left:6px;
	height:35px;
	background:url(../images/banner/menu_on_left.gif) no-repeat left top;
	cursor:pointer;
	text-decoration:none;
}
#nav li a span{
	float:left;
	padding:11px 14px 10px 10px;
	line-height:14px;
	background:url(../images/banner/menu_on_right.gif) no-repeat right top;
	font-size:14px;
	font-weight:bold;
	color:#FFFFFF;
	text-decoration:none;
}
#nav li .nav_on{   /*鼠标经过时变换背景，方便JS获取样式*/
	background-position:left 100%;
	display: block;
}
#nav li .nav_on span{  /*鼠标经过时变换背景，方便JS获取样式*/
	background-position:right 100%;
	color:#333333;
	text-decoration:none;
	padding:14px 14px 7px 10px;
}
/*子栏目*/
#menu_con{
	text-align:left;
	padding-left:20px;
	clear:both;
}
#menu_con li{
	float:left;
	height:22px;
	margin-top:8px;
}
#menu_con li a{
color:#104611;
	display:block;
	float:left;
	background:url(../images/banner/menu_on_left2.gif) no-repeat left top;
	cursor:pointer;
	padding-left:3px;
}
#menu_con li a span{
	float:left;
	padding:6px 10px 4px 10px;
	line-height:12px;
	background:url(../images/banner/menu_on_right2.gif) no-repeat right top;
}
#menu_con li a:hover{
	text-decoration:none;
	background:url(../images/banner/menu_on_left2.gif) no-repeat left bottom;
}
#menu_con li a:hover span{
	background:url(../images/banner/menu_on_right2.gif) no-repeat right bottom;
}

.sec1  {
font-size: 14px;
background:url(../images/qanda/bg2.jpg) no-repeat;
cursor:  hand;
color:  #000000;

}
.sec2  {
font-size: 14px;
background:url(../images/qanda/bg1.jpg) no-repeat;
cursor:  hand;
color:  #ffffff;

}


.bo{
height: 27px;
font-size: 14px;color: #396201;
border: solid 2px #186c01;
background: #f5ffe8;
text-align: left; line-height:21px; text-indent: 0.5em; 
}

.ask{
font-size: 14px;color: #396201;
border: solid 2px #186c01;
background: #ffffff;
text-align: left; line-height:21px; text-indent: 0.5em; 
}

.sec3  {FONT-SIZE: 14px;
background:url(../images/teacher/bg2.jpg) no-repeat;
cursor:  hand;
color:  #000000;

}
.sec4  {FONT-SIZE: 14px;
background:url(../images/teacher/bg1.jpg) no-repeat;
cursor:  hand;
color:  #ffffff;

}


.table_border{border-bottom:1px #e1e1e1 dotted;}
.table_border1{border-bottom:1px #186c01 dotted;}
.table_border2{border:1px #186c01 dotted;}


/* 视频播放器部分Start */
.cWhite,a.cWhite:link,a.cWhite:visited{ color:#fff;}

.clear{
   clear:both;
   font-size:1px; 
   width:1px;
   height:1px; 
   visibility:hidden;
}

.v_player{
margin:0 auto;
width:344px;
}

/* 顶部边框 */
.v_top1{
float:left;
width:12px;
height:11px;
font-size:1px;
background-image:url(../images/teacher/mediaplayer/m_top1.gif);
}

.v_top2{
float:left;
width:320px;
height:11px;
font-size:1px;
background-image:url(../images/teacher/mediaplayer/m_top2.gif);
}

.v_top3{
float:right;
width:12px;
height:11px;
font-size:1px;
background-image:url(../images/teacher/mediaplayer/m_top3.gif);
}

/* 中间MediaPlayer控件和影片信息 */
.v_mid1{
float:left;
width:12px;
height:264px;
font-size:1px;
background-image:url(../images/teacher/mediaplayer/m_border.gif);
}

.v_mid2{
float:left;
width:320px;
height:264px;
font-size:1px;
background-color:#FFF;
color:#000;
}

/* 图片介绍 */
#perpic{
margin:0 auto;
width:320px;
height:245px;
display:none;
}

/* 播放器对象 */
#playerList{
margin:0 auto;
width:320px;
height:245px;
display:block;
}

/* 影片信息部分 */
.m_info{
margin:0 auto;
border-top:1px solid #71b2d9;
background-color:#BBD2E4;
width:320px;
height:18px;
display:block;
}

.m_info #mediaTime{
float:right;
padding-top:3px;
padding-bottom:1px;
width:70px;
height:12px;
color:#FFF;
text-align:center;
font:normal 12px "宋体,Arial, Helvetica, sans-serif";
}

.m_info #mediaInfo{
float:left;
padding-left:5px;
padding-top:3px;
padding-bottom:1px;
width:221px;
height:12px;
color:#FFF;
text-align:left;
font:normal 12px "宋体,Arial, Helvetica, sans-serif";
}

.v_mid3{
float:right;
width:12px;
height:264px;
font-size:1px;
background-image:url(../images/teacher/mediaplayer/m_border.gif);
}

/* 修饰线 */
.v_line{
margin:0 auto;
width:344px;
height:4px;
font-size:1px;
background-image:url(../images/teacher/mediaplayer/m_line.gif);
}

/* 播放器控制按钮区域 */
.left_control{
float:left;
width:11px;
height:55px;
background-image: url(../images/teacher/mediaplayer/left_control.gif);
}

.cnt_control{
float:left;
width:322px;
height:55px;
background-image: url(../images/teacher/mediaplayer/control_bg.gif);
overflow:hidden;
}

.cnt_control .btnPlay{
float:left;
padding-top:9px;
padding-bottom:10px;
width:34px;
height:36px;
}

.cnt_control .btnStop{
float:left;
padding-top:4px;
padding-bottom:28px;
width:23px;
height:23px;
}

.cnt_control .btnInfo{
float:left;
width:209px;
height:55px;
}

.pbar{
margin:0 auto;
width:209px;
height:32px;
overflow:hidden;
}

.vloadingleft{
float:left;
width:18px;
height:32px;
}

.v_loading{
float:left;
margin:0;
width:141px;
height:32px;
overflow:hidden;
}

.pointer{
cursor: pointer;
}

.pzonetop{
margin:0 auto;
height:13px;
width:101px;
font-size:1px;
}

#pZone{
margin:0 auto;
width:141px;
background:url(../images/teacher/mediaplayer/loading.gif) left top no-repeat;
text-align:left;
position: relative;
left:0;
overflow: hidden;
}

#pBox{
left: 0; 
top:-1px;
overflow: hidden; 
cursor: pointer; 
position: relative;
z-index:99;
}

.btnSound{
float:right;
padding-top:5px;
padding-right:3px;
padding-bottom:4px;
padding-left:22px;
width:23px;
height:25px;
}

.sbar{
float:right;
width:52px;
height:55px;
}

.vzonetop{
margin:0 auto;
width:52px;
height:10px;
font-size:1px;
}

#vZone{
margin:0 auto;
width:48px;
height:9px;
background:url(../images/teacher/mediaplayer/soundbg.gif) left top no-repeat;
position: relative; 
left:0;
text-align:left;
}

#vBox{
left:25px; 
overflow: hidden; 
cursor: pointer; 
position: relative; 
top:0;
}

.fullscreen{
margin:0 auto;
padding-top:4px;
padding-right:1px;
padding-bottom:9px;
padding-left:28px;
width:22px;
height:23px;
}

#v_info{
margin:0 auto;
padding-top:4px;
width:203px;
height:12px;
font:bold 12px "宋体,arial,Helvetica,sans-serif";
letter-spacing:1px;
color:#1172BF;
text-align:center;
}

.right_control{
float:right;
width:11px;
height:55px;
background-image: url(../images/teacher/mediaplayer/right_control.gif);
}
/* 视频播放器部分End */

