@charset "utf-8";

body {
	font-family: "Microsoft Yahei", Arial, Helvetica, sans-serif;
	min-width: 1190px;
	width: expression_r(document.body.clientWidth <   1190 ?   "1190px" :   "auto");
	min-height: 760px;
	width: expression_r(document.body.clientHeight < 1190 ?   "1190px" :   "auto");
	background-image: url("../../v2/img/index2/bgcolor.png");
}

/* 文档图片Start */
.xlsFile, .xlsxFile {
	background-image: url("../../v2/img/index2/xls.png");
	background-repeat: no-repeat;
	background-position: left center;
}
.docFile, .docxFile {
	background-image: url("../../v2/img/index2/doc.png");
	background-repeat: no-repeat;
	background-position: left center;
}
.pptFile, .pptxFile {
	background-image: url("../../v2/img/index2/ppt.png");
	background-repeat: no-repeat;
	background-position: left center;
}
.pdfFile {
	background-image: url("../../v2/img/index2/pdf.png");
	background-repeat: no-repeat;
	background-position: left center;
}
.txtFile {
	background-image: url("../../v2/img/index2/txt.png");
	background-repeat: no-repeat;
	background-position: left center;
}
.videoFile {
	background-image: url("../../v2/img/index2/shipin.png");
	background-repeat: no-repeat;
	background-position: left center;
}
.imageFile {
	background-image: url("../../v2/img/index2/image.png");
	background-repeat: no-repeat;
	background-position: left center;
}
/* 文档图片End */

/* 顶部样式 Start */
.topDiv {
	background-image: url("../../v2/img/bg_top.png");
	background-repeat: repeat-x;
	background-position: bottom;
	height: 70px;
	width: 100%;
	overflow: hidden;
	background-color: white;
}

.topContentDiv {
	width: 1190px;
	margin-left: auto;
	margin-right: auto;
}

.topContentDiv .loginInfoDiv {
	float: right;
	margin-top: 25px;
}

.topContentDiv .loginInfoDiv span {
	font-size: 14px;
	font-family: "Microsoft Yahei";
}

.indexLabel {
	background-image: url("../../v2/img/home1.png");
	display: inline-block;
	*display: inline;
	*zoom: 1;
	width: 85px;
	height: 35px;
	margin-top: -5px;
	margin-right: 10px;
}

.loginLabel {
	background-image: url("../../v2/img/login.png");
	width: 85px;
	height: 35px;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	margin-top: -5px;
}

.loginLabel:hover {
	background-image: url("../../v2/img/login1.png");
}

.topContentDiv a {
	text-decoration: none;
	font-family: "Microsoft Yahei", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000;
}

.topContentDiv a:hover {
	color: #687548;
}

.logoDiv {
	background: url(../../v2/img/LOGO.png);
	width: 71px;
	height: 60px;
	background-repeat: no-repeat;
	margin: 6px 0 0 0;
}

titleDiv {
	
}

.titleDiv>div {
	float: left;
}

.titleDiv .titleContentDiv {
	width: 300px;
}

.titleDiv .titleContentDiv span {
	color: #1ca5de;
	font-size: 28px;
	font-weight: bold;
	line-height: 75px;
	margin: -6px 0 0 8px;
	display: inline-block;
	font-family: "Microsoft Yahei";
}
/* 顶部样式 End */
/* 分页Div样式 Begin */
.pagingDataDiv {
	width: 1190px;
	clear: both !important;
	margin-top: auto;
	margin-right: auto;
	background-color: white;
	text-align: center;
}

.footer {
	width: 100%;
	clear: both;
	text-align: center;
}

.footer span {
	font-size: 12px;
	font-family: "Microsoft Yahei";
	color: #999;
	margin: 20px 0 10px 0;
	display: inline-block;
}
/* 分页Div样式 End */

/* 课程报名框样式 Begin */
.backgroundDiv {
	position: absolute;
	top: 0px;
	left: 0px;
	background-color: #555;
	filter: alpha(opacity =       40); /* IE */
	-moz-opacity: 0.4; /* Moz + FF */
	opacity: 0.4;
	z-index: 1px;
}

.closeDiv {
	background-image: url("../img/student/close1.png");
	float: right;
	width: 31px;
	height: 31px;
	margin: 10px 65px 0 0;
}

.closeDiv:hover {
	cursor: pointer;
	background-image: url("../img/student/close2.png");
}

.entryDivTitle {
	width: 850px;
	height: 65px;
	margin-left: 72px;
}

.entryLabelTitle_sel {
	width: 170px;
	line-height: 66px;
	background-color: #fff;
	text-align: center;
	font-size: 20px;
	color: #e2900f;
	font-weight: bold;
}

.entryLabelTitle {
	width: 170px;
	line-height: 66px;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	color: #9E9797;
	cursor: pointer;
}

.entryCourseLabel {
	width: 100px;
	line-height: 66px;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	color: #fff;
	float: right;
	background-color: #D4BAA9;
	margin-right: 60px;
	cursor: pointer;
}

.entryCourseLabel:hover {
	background-color: #D8A482;
}

.entryContentDiv {
	width: 840px;
	height: 527px;
	margin: 3px 0 0 75px;
	overflow: auto;
}
/* 课程报名框样式 End */