﻿@charset "utf-8";
/*Widget控件*/

.WidgetICO {
	text-align: left;
	font-size: 25px;
	background-color: #fff;
}

.WidgetShow {
	color: #999;
}

* {
	-webkit-text-size-adjust: none;
	margin: 0;
	padding: 0;
	border: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	font-size: 12px;
}

html {
	background-color: #fff;
}

body {
	margin: 0px;
	padding: 0px;
}

body, a, p, div, td {
	font-size: 13px;
}

a {
	text-decoration: none;
	font-family: "Microsoft YaHei", "微软雅黑", "MicrosoftJhengHei", "华文细黑", STHeiti, MingLiu;
	color: #333;
}

a:hover {
	text-decoration: underline;
}

img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.VerifyShow_Box {
	line-height: 30px;
	text-indent: 10px;
	color: #0387d9;
	background-color: #FFFFCC;
	border: 1px solid #0387d9;
}

.more {
	color: #999;
	float: right;
	margin-right: 10px;
}

.more a {
	color: #999;
}

/*图标*/

.icoMore {
	background-image: url(../Images/icon-1.png);
	background-repeat: no-repeat;
	background-position: -86px -180px;
	height: 18px;
	width: 18px;
	display: block;
}

/*头部设置*/

#header {
	background-color: #FFFFFF;
}

#qrcode {
	height: 200px;
	width: 180px;
	position: absolute;
	z-index: 2000;
	text-align: center;
	background-color: #FFFFFF;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #022775;
	border-right-color: #022775;
	border-bottom-color: #022775;
	border-left-color: #022775;
	color: #0387d9;
}

#qrcode img {
	height: 160px;
	width: 160px;
	margin-top: 10px;
	margin-left: 0px;
}

#headerTop {
	height: 35px;
	line-height: 35px;
	text-indent: 10;
}

.topInner {
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: left;
	height: 35px;
	line-height: 35px;
	width: 1200px;
	color: #666;
}

.topInner span, .topInner span a {
	color: #666;
	line-height: 35px;
	height: 35px;
	text-align: right;
}

.headerInner {
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: left;
	height: 100px;
	width: 1200px;
	background-color: #FFFFFF;
	display: block;
}

#header .logo {
	float: left;
	max-height: 50px;
	max-width: 250px;
}

#header .topright {
	float: right;
	height: 35px;
	width: 250px;
	text-align: right;
	display: inline-block;
}

.right-div {
	float: right;
	line-height: 35px;
	height: 35px;
	margin-right: 5px;
	margin-bottom: 5px;
}

.right-div a {
	color: #333;
	text-decoration: none;
	line-height: 35px;
}

/*学员头像*/

.accTarget {
	position: relative;
	display: inline-block;
}

.accTarget a {
	margin-right: 10px;
}

/*学员下拉菜单*/

.accMenu {
	display: none;
	position: absolute;
	background-color: #FFF;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
	z-index: 1000;
	width: 120px;
}

.accMenu dd {
	text-align: left;
	line-height: 30px;
	height: 30px;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #CCC;
	text-indent: 10px;
	white-space: nowrap;
}

.accMenu dd a {
	display: block;
	width: 100%;
}

.accMenu dd a:hover {
	background-color: #CCC;
	color: #FFF;
}

/*学员头像*/

.accPhoto {
	width: 20px;
	height: 20px;
	border-radius: 50%;
	overflow: hidden;
	margin-right: 3px;
	margin-left: auto;
	float: left;
	margin-top: 8px;
}

.accPhoto img {
	width: 22px;
	height: 22px;
}

.icon-select-down {
	font-weight: 500;
	font-style: normal;
	border-color: #626262 transparent transparent transparent;
	border-style: solid;
	border-width: 4px 4px 0px 4px;
	_border-style: solid dotted;
	position: absolute;
	top: 15px;
	right: -2px;
	width: 0px;
	height: 0px;
	zoom: 1;
	-webkit-transition: -webkit-transform 0.2s ease-in;
	-moz-transition: -moz-transform 0.2s ease-in;
	-o-transition: -o-transform 0.2s ease-in;
	transition: transform 0.2s ease-in;
}

.icon-hover .icon-select-down {
	-moz-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
}

#header .logo {
	float: left;
	max-height: 100px;
	max-width: 640px;
}

.topRighta {
	float: right;
	width: 140px;
}

/*搜索框*/

.searchBox {
	float: right;
	margin-top: 33px;
	margin-right: 0px;
	width: 450px;
}

.searchBox .seacLeft {
	float: left;
	background-image: url(../Images/search.jpg);
	background-position: 7px 7px;
	height: 30px;
	width: 30px;
	background-repeat: no-repeat;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: groove;
	border-right-style: none;
	border-bottom-style: groove;
	border-left-style: groove;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
}

.searchBox .seacInput {
	float: left;
	height: 30px;
	width: 330px;
	background-repeat: no-repeat;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: groove;
	border-right-style: groove;
	border-bottom-style: groove;
	border-left-style: none;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
	margin-right: 5px;
	line-height: 30px;
	text-indent: 10px;
	color: #999;
}

.searchBox .seacInputFocus {
	color: #333;
}

.searchBox .seacbtn {
	height: 30px;
	width: 80px;
	float: left;
	cursor: pointer;
	background-image: url(../Images/search-bg.jpg);
	background-repeat: no-repeat;
}

/*主菜单区域*/

.menubBar {
	line-height: 46px;
	height: 46px;
	background-color: #022775;
	width: 100%;
	background-repeat: repeat-x;
}

.menubBar dl {
	width: 1200px;
	margin-right: auto;
	margin-left: auto;
	height: 45px;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}

.menubBar dl dd {
	line-height: 46px;
	float: left;
	height: 46px;
	width: 120px;
	text-align: center;
	font-size: 15px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}

.menubBar dl dd a {
	color: #FFFFFF;
	font-family: "微软雅黑", "黑体", "Simplified Arabic Fixed";
	font-size: 16px;
	line-height: 46px;
	height: 46px;
	display: block;
	width: 100%;
	letter-spacing: 5px;
	text-indent: 5px;
}

.menubBar dl dd {
	color: #FFFFFF;
	font-family: "微软雅黑", "黑体", "Simplified Arabic Fixed";
	font-size: 16px;
}

.menubBar dl dd a:hover {
	text-decoration: none;
}

.menubBar dd.overMenu {
	background-image: url(../Images/nav-bg.jpg);
}

.menubBar dd.overMenu a {}

.menubBar dd.courseBtn {
	line-height: 45px;
	float: left;
	height: 45px;
	width: 270px;
	text-align: center;
	font-size: 15px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	background-color: #0074cb;
	color: #FFFF99;
}

.menubBar dd.courseBtn a {
	color: #FFFF99;
}

.menubBar dd.curr {
	background-color: #f24933;
}

.menubBar dd.curr a {
	color: #FFFFCC;
}

#header .rightTxt {
	font-size: 24px;
	float: right;
	width: 580px;
	line-height: 25px;
	text-align: right;
	margin-top: 10px;
}

/*主菜单的下拉框*/

.naviBox {
	position: absolute;
	z-index: 8000;
	border: 1px solid #CCC;
	opacity: 0.85;
	filter: alpha(opacity=85);
	background-color: #022775;
}

.naviItem {
	line-height: 35px;
	height: 35px;
	position: relative;
}

.naviItem a {
	font-size: 16px;
	line-height: 35px;
	height: 35px;
	display: block;
	width: auto;
	margin-left: 15px;
	height: 35px;
	color: #FFF;
	text-decoration: none;
	position: absolute;
	z-index: 8001;
	text-align: left;
	white-space: nowrap;
	overflow: hidden;
	float: left;
}

.naviItem span {
	color: #FFF;
	position: absolute;
	z-index: 1;
	top: 9px;
	right: 14px;
	width: 4px;
	height: 14px;
	font: 400 9px/14px consolas;
}

.naviHover {
	background-color: #0066CC;
}

.naviHover a, .naviHover span {
	color: #FF9;
}

#Context {
	width: 980px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: left;
	display: table;
}

#Context {
	width: 1200px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: left;
	display: table;
}

.newslist {
	display: table;
	margin-top: 10px;
}

.newslist .item {
	width: 310px;
	height: 26px;
	display: table;
	margin-left: 5px;
}

.newslist .item img {
	float: left;
}

.newslist .item .newsItem {
	line-height: 22px;
	white-space: nowrap;
	float: left;
	height: 26px;
	width: 250px;
	overflow: hidden;
	margin-left: 5px;
	text-overflow: ellipsis;
	background-image: url(../Images/icon3.png);
	background-repeat: no-repeat;
	background-position: 0px 8px;
	text-indent: 15px;
}

.newsTime {
	color: #999999;
	float: right;
}

.newslist .item .newsItem a {
	font-size: 14px;
	color: #333333;
}

.newslist .item .newsItem a:hover {
	font-size: 14px;
	text-decoration: underline;
}

/*底部*/

#footer {
	height: 120px;
	text-align: center;
	width: 100%;
	color: #CCCCCC;
	margin-top: 20px;
	display: table;
}

.linksBox {
	line-height: 5px;
	height: 35px;
}

.linksBox select {
	height: 25px;
	width: 200px;
	border: 1px groove #eee;
	margin-right: 20px;
}

.footerMenu {
	padding: 0px;
	height: 30px;
	margin-right: auto;
	margin-left: auto;
	background-color: #C2E8FE;
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: center;
}

.footerMenu a {
	font-size: 13px;
	line-height: 30px;
	color: #333333;
	text-decoration: none;
	margin-right: 20px;
}

#footer #footerConext {
	background-color: #1e1c2a;
	height: 160px;
	line-height: 25px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	font-size: 14px;
	color: #CCCCCC;
	font-family: arial;
	padding-top: 30px;
	border-top-width: 5px;
	border-top-style: groove;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #012875;
}

#footer #footerConext a {
	color: #fff;
}

/*分页导航*/

#pagerBar {
	height: 40px;
	display: table;
	width: auto;
	margin-right: auto;
	margin-left: auto;
}

.pagerBtn {
	line-height: 40px;
	letter-spacing: 2px;
	text-align: center;
	float: left;
	height: 40px;
	margin-bottom:6px;
}

.pagerBtn a {
	color: #333333;
	line-height: 40px;
	display: block;
	height: 40px;
	font-size: 15px;
}

.pagerFirst {
	width: 60px;
	border: 1px solid #CCCCCC;
}

.pagerLast {
	border: 1px solid #CCCCCC;
	width: 60px;
}

.pagerPrev {
	width: 80px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}

.pagerIndex {
	width: 40px;
	margin-bottom: 5px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}

.pagerNext {
	width: 80px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}

.pagerCurr {
	background-color: #CCCCCC;
}

.hot-left {
	float: left;
	font-size: 12px;
	color: #666666;
}

.hot-right {
	float: right;
	font-size: 12px;
	color: #666666;
	padding-right: 5px;
}

.count {
	padding-top: 1px;
	padding-left: 18px;
	background: url(../images/sl.gif) 0 4px no-repeat;
}

/*学员头像*/

.stLoginPhoto {
	width: 100px;
	height: 100px;
	border-radius: 50%;
	overflow: hidden;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}

.stLoginPhoto img {
	width: 100px;
}

/*子页面上面的导航标识栏*/

.navi-bar {
	line-height: 30px;
	height: 30px;
	font-size: 14px;
	margin-top: 15px;
	margin-bottom: 15px;
}

.navi-bar .nav-txt {
	letter-spacing: 0.1cm;
	margin-right: 5px;
	margin-left: 5px;
	font-size: 14px;
	color: #333333;
}

.navi-bar a {
	height: 40px;
	font-size: 14px;
	color: #333333;
	white-space: nowrap;
}