@charset "utf-8";
html{
	background-image:url(../../images/zh-cn/newEdition/b_bg.jpg);
	background-repeat:no-repeat;
}
body{
	width:1000px;
	margin:0px auto;
	background:#FFF;
}
.topBox{
	padding-top:10px;
	width:990px;
	margin:auto;
	overflow:hidden;
	margin-bottom:6px;
}
.topBox .search {
	margin-top:5px;
}
.topBox a{
	color:#333;
}
.topBox a:hover{
	color:#390;
	text-decoration:none;
}
.topBox .top{
	clear:both;
	overflow:hidden;
}
.topBox .title{
	float:left;
	padding-left:16px;
}
.topBox .title h1 a{
	width:200px;
	height:60px;
	display:block;
	font-size:0px;
	text-indent:-200px;
	overflow:hidden;
	background:url(../../images/zh-cn/newEdition/top-logo.gif) center center no-repeat;
}
.topBox .banner{
	width:480px;
	height:60px;
	float:left;
	margin-left:40px;
	overflow:hidden;
}
.topBox .banner img{
	width:468px;
	height:60px;
	display:block;
}
.topBox .rlink{
	width:172px;
	height:52px;
	float:left;
	margin-left:32px;
	overflow:hidden;
	padding-top:4px;
}
.topBox .rlink ul li{
	width:78px;
	height:21px;
	background: left top no-repeat;
	float:left;
	margin-right:8px;
	margin-bottom:8px;
	overflow:hidden;
}
.topBox .rlink ul li a{
	display:block;
	color:#777;
	line-height:21px;
	text-indent:22px;
	background-image:url(../../images/zh-cn/newEdition/toprlink-bg.gif);
	background-repeat:no-repeat;
}
.topBox .rlink ul li a:hover{
	color:#000;
}
.topBox .rlink ul li.r1 a{
	background-position:0px -21px;
}
.topBox .rlink ul li.r2 a{
	background-position:0px -42px;
}
.topBox .rlink ul li.r3 a{
	background-position:0px -63px;
}
.topBox .rlink ul li.r4 a{
	background-position:0px -84px;
}
.topBox .welcome{
	float:right;
	margin-top:20px;
	padding-right:10px;
	color:#999;
}
.topBox .welcome a{
	margin:0px 3px;	
}

/*----- 新版导航菜单位置的样式 -------*/
.topBox .nav { }
/*-------- 圆角模型 ---------*/
.module, .module .mid {
	overflow:hidden;
}
.module .top .t_l, .module .bottom .b_l {
	float:left;
	overflow:hidden;
}
.module .top .t_r, .module .bottom .b_r {
	float:right;
	overflow:hidden;
}
.module .top em {
	float:left;
	font-size:13px;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	margin-left: 5px;
}
.module .top em a:link, .module .top em a:visited {
	font-size:13px;
	font-weight:bold;
}
.module .top span {
	float:right;
}
.module .top strong {
	cursor:pointer;
	float:right;
	font-weight:normal;
	margin-right:4px;
}
.module .mid .m_l, .module .mid .m_r {
	overflow:hidden;
}
.module .mid .content {
	overflow:hidden;
	height:100%;
	clear: both;
	margin-right: 8px;
	margin-left: 8px;
	padding-top: 8px;/*padding-bottom: 10px;*/
}
.module .top, .module .top .t_l, .module .top .t_r, .module .bottom, .module .bottom .b_l, .module .bottom .b_r {
	background-image: url("../../images/zh-cn/newEdition/header_bg.png");
}
/*------ 蓝色 -------*/
.blue .top {
	background-position: 0 -87px;
	background-repeat: repeat-x;
	height: 77px;
}
.blue .top .t_l {
	background-position: -13px 0;
	background-repeat: no-repeat;
	height: 77px;
	width: 7px;
}
.blue .top .t_r {
	background-position: 0 0;
	background-repeat: no-repeat;
	height: 77px;
	width: 10px;
}
/* --------- 导航 ----------------*/
.w963 {
	width:990px;
	margin-top:8px;
	margin-bottom:0px;
}
#navMenu {
	width:940px;
	overflow:hidden;
}
#navMenu ul {
	margin:0;
	padding:0;
}
#navMenu li {
	float: left;
	line-height: 34px;
	height: 34px;
	background-color:#60AFD8;
	background-repeat: no-repeat;
	background-position: 0 center;
	margin-left: -2px;
	list-style:none;
}
#navMenu li a {
	font-size: 13px;
	color: #FFF;
	padding-right: 1em;
	padding-left: 1em;
	margin-left: 2px;
	display: block;
}
#navMenu li a:hover, #navMenu li.hover a {
	background-image: url(../../images/zh-cn/newEdition/header_hover.png);
	background-repeat: no-repeat;
	background-position: center top;
	text-decoration: none;
}
/*-------- 下拉菜单 --------------*/
.dropMenu {
	position:absolute;
	top: 0;
	z-index:100;
	width: 80px;
	visibility: hidden;
  filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA, direction=135, strength=4);
	margin-top: -1px;
	border: 1px solid #919191;
	border-top: 0px solid #3CA2DC;
	background-color: #FFF;
	background:url(../../images/zh-cn/newEdition/mmenubg.png);
	padding-top:6px;
	padding-bottom:6px;
}

.dropMenu li {
	margin-top:2px;
	margin-bottom:4px;
	padding-left:6px;
}
.dropMenu a {
	width: auto;
	display: block;
	color: black;
	padding: 2px 0 2px 1.2em;
}
* html .dropMenu a {
	width: 100%;
}
.dropMenu a:hover {
	color:red;
	text-decoration: underline;
}
/*------ //搜索框 ---------*/
.search-keyword {
	width:160px;
	height:19px;
	padding-top:5px;
	padding-left:56px;
	border:0px;
	background:url(../../images/zh-cn/newEdition/search-bg.gif) no-repeat;
}
.search-submit {
	cursor:pointer;
	width:68px;
	height:22px;
	font-size:0px;
	color:#777;
	border:0px;
	background:url(../../images/zh-cn/newEdition/search-bt.gif) no-repeat;
}
.search-option {
	margin-left:3px;
	margin-right:3px;
	height:22px;
}
.w963 * {
	vertical-align:middle;
}
.w963 .search{
	padding-left:10px;
	line-height:32px;
}
.w963 .form h4 {
	display:none;
}
.w963 .form {
	float:left;
	margin-right:10px;
}
.w963 .tags {
	width:510px;
	overflow:hidden;
}
.w963 .tags h4 {
	width:87px;
	height:25px;
	float:left;
	margin-top:3px;
	font-size:0px;
	line-height:100px;
	overflow:hidden;
	background:url(../../images/zh-cn/newEdition/search-tags-title.gif) 0 4px no-repeat;
}
.w963 .tags ul {
	margin:0;
	padding:0;
}
.w963 .tags li {
	float:left;
	font-family:'宋体';
	margin-right: 6px;
	list-style:none;
}
.topBox .nav .end { }
/*-- //End 导航菜单 --*/

/* mainBox */
.subBox21 {
	float:left;
	width:49%;
}
.subBox22 {
	float:right;
	width:49%;
}
.subBox31 {
	float:left;
	width:50%;
}
.subBox32 {
	float:right;
	width:49%;
}

/* 幻灯片 课程 */
.block-index1 {
	margin-bottom:8px;
}
.block-index1 .header {
	height:7px;
}
.block-index1 .header * {
	height:7px;
	width:7px;
}
.block-index1 .footer {
	height:7px;
}
.block-index1 .footer * {
	height:7px;
	width:7px;
}
.block-index1 .header {
	background:url(../../images/zh-cn/block/block-index1.gif) repeat-x 0 -20px;
}
.block-index1 .header1 {
	background:url(../../images/zh-cn/block/block-index1.gif) no-repeat 0 0;
}
.block-index1 .header2 {
	background:url(../../images/zh-cn/block/block-index1.gif) no-repeat right -40px;
}
.block-index1 .footer {
	background:url(../../images/zh-cn/block/block-index1.gif) repeat-x 0 -80px;
}
.block-index1 .footer1 {
	background:url(../../images/zh-cn/block/block-index1.gif) no-repeat 0 -60px;
}
.block-index1 .footer2 {
	background:url(../../images/zh-cn/block/block-index1.gif) no-repeat right -100px;
}
.block-index1 .head {
	border-left:1px #ECECEC solid;
	border-right:1px #ECECEC solid;
	width:auto;
	padding:5px 0 4px 18px;
	color:#747474;
	font-size:14px;
	font-weight:bold;
}
.block-index1 .head a {
	color:#747474;
	font-size:14px;
	font-weight:bold;
}
.block-index1 .main {
	border-left:1px #ECECEC solid;
	border-right:1px #ECECEC solid;
	padding:3px 3px 3px 3px;
}
.block .listCourse {
	padding:5px 15px 5px 25px;
}
.listCourse {
	clear:both;
	margin:0;	
	list-style:none;
}
.listCourse li {
	height:24px;
	line-height:24px;
	background:none;
	padding:0;
	margin:0;
	border:0;
}
.listCourse li a {
	font-size:14px;
}

/* 学员 */
.block-st {
	margin-bottom:10px;
}
.block-st .head-a {
	clear:both;
	padding:5px 0 10px 6px;	
}
.block-st .head-b {
	clear:both;
	border-bottom:1px #DEDEDE solid;
}
.block-st .head-b1 {
	float:left;
	padding:7px 0 4px 6px;
	
}
.block-st .head-b1 a {
	color:#747474;
	font-size:14px;
	font-weight:bold;
}
.block-st .head-b2 {
	float:right;
	padding:5px 0 4px 6px;
}
.listStudent {
	clear:both;
	margin:0 0 10px 0;
	padding:0;
	list-style:none;
}
.listStudent li {
	float:left;
	margin:0 0 0 0;
	padding:1px 0 0 27px;
	line-height:1.4;
	color:#5E5E5E;
}
.listStudent li a {
	color:#EB6100;
}
.listStudent li.st1 {
	background:url(../../images/zh-cn/st01.gif) no-repeat left top;
}
.listStudent li.st2 {
	background:url(../../images/zh-cn/st02.gif) no-repeat left top;
}
.listStudent li.st3 {
	background:url(../../images/zh-cn/st03.gif) no-repeat left top;
}

/* 老师 */
.block-te {
	margin-bottom:10px;
}
.block-te .header {
	height:7px;
}
.block-te .header * {
	height:7px;
	width:7px;
}
.block-te .header {
	background:url(../../images/zh-cn/block/block-te.gif) repeat-x 0 -20px;
}
.block-te .header1 {
	background:url(../../images/zh-cn/block/block-te.gif) no-repeat 0 0;
}
.block-te .header2 {
	background:url(../../images/zh-cn/block/block-te.gif) no-repeat right -40px;
}
.block-te .middle {
	height:26px;
}
.block-te .middle * {
	height:26px;
	width:7px;
}
.block-te .middle {
	background:url(../../images/zh-cn/block/block-te-m.gif) no-repeat center;
}
.block-te .middle1 {
	background:url(../../images/zh-cn/block/block-te.gif) no-repeat 0 -120px;
}
.block-te .middle2 {
	background:url(../../images/zh-cn/block/block-te.gif) no-repeat right -160px;
}
.block-te .footer {
	height:7px;
}
.block-te .footer * {
	height:7px;
	width:7px;
}
.block-te .footer {
	background:url(../../images/zh-cn/block/block-te.gif) repeat-x 0 -80px;
}
.block-te .footer1 {
	background:url(../../images/zh-cn/block/block-te.gif) no-repeat 0 -60px;
}
.block-te .footer2 {
	background:url(../../images/zh-cn/block/block-te.gif) no-repeat right -100px;
}
.block-te .head {
	color:#6B6B6B;
	font-size:14px;
	font-weight:bold;
}
.block-te .head1 {
	border-left:1px #DEDEDE solid;
	padding:5px 0 6px 12px;
}
.block-te .head2 {
	border-right:1px #DEDEDE solid;
	padding:5px 8px 6px 12px;
}
.block-te .head1 a {
	color:#747474;
	font-size:14px;
	font-weight:bold;
}
.block-te .main {
	border-left:1px #DEDEDE solid;
	border-right:1px #DEDEDE solid;
	padding:3px 3px 3px 3px;
}
.listTeacher {
}
.listTeacher a {
	display:inline-block;
	width:80px;
	margin:0 8px 0 8px;
	padding:10px 0 0 0;
	background:url(../../images/zh-cn/face2.gif) no-repeat;
	text-align:center;
}
.listTeacher img {
	margin-bottom:10px;
}




.tabs-index {
	margin-bottom:8px;
	background:url(../../images/zh-cn/tabs/tabs-index-head2.gif) no-repeat top right;
}
.tabs-index .tabGroup {
	clear:both;
	height:31px;
	padding:0;
	margin:0;
	background:url(../../images/zh-cn/tabs/tabs-index-head1.gif) no-repeat top left;
}
.tabs-index .tabGroup li {
	top: 0;
	margin:1px 2px 0 2px;
	height:30px;
	line-height:31px;
	padding:0;
	background:none;
	border:0;
	list-style:none;
}
.tabs-index .tabGroup li a {
	padding:0 8px 0 8px;
	font-size:14px;
	color:#979191;
	font-weight:bold;
	text-decoration:none;
	white-space:nowrap;
}
.tabs-index .tabGroup li.tabSelected {
	background:#FFFFFF;
	border-left:0;
	border-right:1px #ECECEC solid;
	border-top:0;
	border-bottom:0;
}
.tabs-index .tabGroup li.tabSelected a {
	color:#FE6C00;
	font-weight:bold;
}
.tabs-index .tabContentGroup {
	border-left:1px #ECECEC solid;
	border-top:0;
	border-right:1px #ECECEC solid;
	border-bottom:0;
}
.tabs-index .footer {
	height:7px;
}
.tabs-index .footer * {
	height:7px;
	width:7px;
}
.tabs-index .footer {
	background:url(../../images/zh-cn/block/block-index1.gif) repeat-x 0 -80px;
}
.tabs-index .footer1 {
	background:url(../../images/zh-cn/block/block-index1.gif) no-repeat 0 -60px;
}
.tabs-index .footer2 {
	background:url(../../images/zh-cn/block/block-index1.gif) no-repeat right -100px;
}
