﻿@charset "utf-8";
@font-face {
	font-family: "iconphone";
	src: url('/Iconfont/phone/iconphone.eot'); /* IE9*/
	src: url('/Iconfont/phone/iconphone.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */  url('/Iconfont/phone/iconphone.woff') format('woff'), /* chrome, firefox */  url('/Iconfont/phone/iconphone.ttf') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+*/  url('/Iconfont/phone/iconphone.svg#iconphone') format('svg'); /* iOS 4.1- */
}
@font-face {
	font-family: "icondepart";
	src: url('/Iconfont/depart/icondepart.eot'); /* IE9*/
	src: url('/Iconfont/depart/icondepart.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */  url('/Iconfont/depart/icondepart.woff') format('woff'), /* chrome, firefox */  url('/Iconfont/depart/icondepart.ttf') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+*/  url('/Iconfont/depart/icondepart.svg#iconphone') format('svg'); /* iOS 4.1- */
}
@font-face {
	font-family: "iconfont";
	src: url('/Iconfont/iconfont.eot'); /* IE9*/
	src: url('/Iconfont/iconfont.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */  url('/Iconfont/iconfont.woff') format('woff'), /* chrome、firefox */  url('/Iconfont/iconfont.ttf') format('truetype'), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/  url('/Iconfont/iconfont.svg#iconfont') format('svg'); /* iOS 4.1- */
}
@font-face {font-family: "examico";
  src: url('/Iconfont/examico/examico.eot'); /* IE9*/
  src: url('/Iconfont/examico/examico.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
  url('/Iconfont/examico/examico.woff') format('woff'), /* chrome、firefox */
  url('/Iconfont/examico/examico.ttf') format('truetype'), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
  url('/Iconfont/examico/examico.svg#examico') format('svg'); /* iOS 4.1- */
}
@font-face {font-family: "moneyico";
  src: url('/Iconfont/moneyico/money.eot'); /* IE9*/
  src: url('/Iconfont/moneyico/money.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
  url('/Iconfont/moneyico/money.woff') format('woff'), /* chrome、firefox */
  url('/Iconfont/moneyico/money.ttf') format('truetype'), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
  url('/Iconfont/moneyico/money.svg#money') format('svg'); /* iOS 4.1- */
}
.iconfont {
	font-family: "iconfont" !important;
	font-size: 16px;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-webkit-text-stroke-width: 0.2px;
	-moz-osx-font-smoothing: grayscale;
}
.iconphone {
	font-family: "iconphone" !important;
	font-size: 16px;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-webkit-text-stroke-width: 0.2px;
	-moz-osx-font-smoothing: grayscale;
}
.icondepart {
	font-family: "icondepart" !important;
	font-size: 16px;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-webkit-text-stroke-width: 0.2px;
	-moz-osx-font-smoothing: grayscale;
}
.examico {
	font-family: "examico" !important;
	font-size: 16px;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-webkit-text-stroke-width: 0.2px;
	-moz-osx-font-smoothing: grayscale;
}
.moneyico {
  font-family:"moneyico" !important;
  font-size:16px;
  font-style:normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.2px;
  -moz-osx-font-smoothing: grayscale;
}
/*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;
}
body {
	margin: 0px;
	padding: 0px;
}
body,a,p,div,td{
	font-size: 13px;
}
a{
	text-decoration: none;
}
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;
}
/*图标*/
.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;
	padding-top: 20px;
}
#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: #0387d9;
	border-right-color: #0387d9;
	border-bottom-color: #0387d9;
	border-left-color: #0387d9;
	color: #0387d9;
}
#qrcode img{
	height: 160px;
	width: 160px;
	margin-top: 10px;
	margin-left: 0px;
}
#headerInner
{
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: left;
	height: 70px;
	width: 980px;
	background-color: #FFFFFF;
}

#header .logo
{
	/*float: left;
	margin-top: 2px;
	max-height:80px;
	max-width:640px;*/
}
#header .rightBox
{
	float: right;
	width: 330px;
	margin-top: 5px;
	margin-right: 5px;
	text-align: right;
}
/*右上方菜单*/
#header .rightBox .rightBar
{
	float: right;
	height: 25px;
	max-width: 330px;
}
#header .rightBox .rightBar .menu
{
	text-align: center;
	float: right;
	height: 20px;
	width: 85px;
	line-height: 20px;
}
#header .rightBox .rightBar .menu a
{
	color: #FFFFFF;
	letter-spacing: 2px;
    display:block;
}
#header .rightBox .rightBar .teahcer
{
	font-family: "微软雅黑", "黑体", "Simplified Arabic Fixed";
	line-height: 25px;
	color: #FFFFFF;
	background-color: #0074cb;
	height: 25px;
	width: 100px;
	margin-left: 10px;
}
#header .rightBox .rightBar .student
{
	font-family: "微软雅黑", "黑体", "Simplified Arabic Fixed";
	line-height: 25px;
	color: #FFFFFF;
	background-color: #22c366;
	height: 25px;
	width: 100px;
	margin-left: 10px;
}
#header .rightBox .rightBar .phone
{
	font-family: "微软雅黑", "黑体", "Simplified Arabic Fixed";
	line-height: 25px;
	color: #FFFFFF;
	background-color: #fc4233;
	height: 25px;
	width: 100px;
	margin-left: 10px;
	cursor:pointer;
}

/*主菜单区域*/
.menubBar
{
	line-height: 45px;
	height: 45px;
	margin-top: 20px;
	background-color: #0387d9;
	width: 100%;
}
.menubBar dl
{
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	height: 45px;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}
.menubBar dl dd
{
	line-height: 45px;
	float: left;
	height: 45px;
	width: 142px;
	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: 45px;
	height: 45px;
	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-color: #0074cb;
}
.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: #0387d9;
}
.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: #55BEFD;
}
.naviHover a, .naviHover span{
	color: #06F;	
}
#Context
{
	width: 980px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: left;
	display: table;
}
/*底部*/
#footer {
	background-color: #0074cb;
	height: 120px;
	text-align: center;
	display: table;
	width: 100%;
	color: #CCCCCC;
	margin-top: 50px;
}
.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 {
	height: 60px;
	margin-top: 30px;
	margin-bottom: 30px;
	line-height: 25px;
	text-align: center;
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	font-size: 14px;
	color: #CCCCCC;
	font-family:arial;
}
 #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;
}
.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;
	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;
}

#header .rightBox .rightBar .menu a { width:100%;}
#header .rightBox .rightBar .menu a div{clear: both;background: #eee; color: #555; width: 100px; display: none; height: 30px; line-height: 30px;}
#header .logo{ width: 600px; height: 100px; }
#headerInner {
	height: 100px;
}
#header .rightBox {
	margin-top: 40px;
}
/********ZFK**********/
.color-000,.color-white{
    color:#000 !important;
}
.color-fff,.color-black{
    color:#fff !important;
}
.color-red{
    color:#f43 !important;
}
.color-blue,.clolor-36F{
    color:#36F !important;
}

.bgColor-000{
    background-color:#000 !important;
}
.bgColor-fff{
    background-color:#fff !important;
}
.bgColor-red{
    background-color:#f43 !important;
}

.font-bold{
    font-weight:bold !important;
}
.text-spacing-3{
    letter-spacing:3px;
}