﻿/****以下为导航信息*************************************/
.navBar {
	width: 100%;
	margin: 0 auto;
	height: 50px;
	line-height: 50px;
	background: #00908b;
	color: #333
}

.nav {
	position: relative;
	width: 1000px;
	margin: 0 auto;
	font-family: microsoft yahei, SimSun, SimHei;
	font-size: 14px;
	z-index: 9;
}

.nav a {
	color: #fff
}

.nav h3 {
	font-size: 100%;
	font-weight: 400
}

.nav .m {
	float: left;
	position: relative;
	z-index: 1
}

.nav .s {
	float: left;
	width: 3px;
	text-align: center;
	color: #d4d4d4;
	font-size: 12px
}

.nav h3 a {
	display: block;
	width: 103px;
	text-align: center;
	font-weight: 700;
	line-height: 50px;
}

.nav .sub {
	display: none;
	position: absolute;
	left: -3px;
	top: 50px;
	z-index: 1;
	width: 107px;
	border: 1px solid #e6e4e3;
	border-top: 0;
	background: #fff
}

.nav .sub li {
	text-align: center;
	padding: 0 8px;
	margin-bottom: -1px
}

.nav .sub li a {
	display: block;
	border-bottom: 1px solid #e6e4e3;
	padding: 8px 0;
	height: 28px;
	line-height: 28px;
	color: #000;
	font-size: 12px;
	font-weight: 700;
	box-sizing: content-box;
}

.nav .sub li a:hover {
	color: #fe7700
}

.nav .block {
	height: 8px;
	width: 107px;
	background: #ff9800;
	position: absolute;
	left: 0;
	top: 42px;
	overflow: hidden
}
/****以上为导航信息*************************************/

.paddingLeft {
	padding-left: 5px;
}

.paddingRight {
	padding-right: 5px;
}

a:hover {
	text-decoration: initial;
	color: #ff9800;
}

* {
	box-sizing: border-box;
}


/*****************************/

html,
body {
	width: 100%;
	background-color: #fff;
	min-width: 1000px;
}

.topBar {
	height: 40px;
	background-color: #f7f7f6;
	min-width: 1000px;
	padding: 0 10px;
}

.navBarRight {
	min-width: 1000px;
	width: 1000px;
	margin: 0 auto;
	height: 100%;
	text-align: right;
}

.navBarRight ul {
	height: 100%;
}

.navBarRight ul li {
	height: 100%;
	line-height: 40px;
	display: inline-block;
}

.navBarRight ul li {
	margin-right: 7px;
}

.navBarRight ul li a {
	margin: 0 5px;
}

.pleaseLogin,
.exitLogin {
	color: #ff9800;
}

.navBarRight .loginSuccess {
	/*display: none;*/
}

.navBarRight .loginInitial {
	display: none;
}

.gratisEnroll:hover,
.pleaseLogin:hover,
.exitLogin:hover {
	text-decoration: underline;
}


/*标题*/

.header {
	height: 110px;
	width: 100%;
	min-width: 1000px;
	background-color: #fff;
}

.header>div {
	width: 1000px;
	height: 100%;
	margin: 0 auto;
	font-size: 0;
	min-width: 1000px;
}

.header .logoImg {
	width: 393px;
	height: 101px;
	padding: 0 5px;
	padding-top: 10px;
}

.header img {
	width: 100%;
}

.header .search {
	margin-top: 34px;
	padding-left: 70px;
	float: right;
}

.header .search input {
	width: 392px;
	padding: 0 10px;
	height: 42px;
	border: 2px solid #e04646;
	font-size: 15px;
}

.header .search input:hover {
	border: 1px solid #FF9800;
	height: 42px;
	width: 394px;
}

.header .search button {
	background-color: #e04646;
	width: 96px;
	height: 42px;
	color: #fff;
	font-size: 14px;
	cursor: pointer;
}

.header .search button:hover {
	background-color: #FF9800;
}
/*面包屑*/
.crumbs{
	width: 1000px;
	min-width: 1000px;
	margin: 0 auto;
	height: 50px;
	line-height: 50px;
	font-size: 15px;
	color: #666;
	border-bottom: 1px solid #e6e6e6;
}
.crumbs li {
	margin: 0 10px;
}
/*站位图*/
.placeholder {
	width: 1000px;
	margin: 0 auto;
	height: 140px;
	margin-top: 10px;
}
.placeholder img {
	width: 100%;
	height: 100%;
}

/*底部*/

.bottomBar {
	height: 150px;
	margin-top: 35px;
	background-color: #333333;
}
.bottomBar * {
	color:#fff;
}
.bottomBar p {
	color: #fff;
	font-size: 15px;
}