/** header **/
.headerCon {
	width: 1200px;
	margin: 0 auto;
}
#header {
	height: 30px;
	background: #f8f8f8;
	border-bottom: 1px solid #e1deda;
	box-shadow: none;
	position: relative;
	z-index: 5000;
}
.headerConFix {
	position: fixed;
	left: 0px;
	top: 0px;
	z-index: 1000;
}
/*leftBox*/
.headerCon .leftBox .login {
	z-index: 1000000;
}
.headerCon .leftBox .loginButton{
	background: url(../JN_img/login_line.png) no-repeat right center;
}
.headerCon .leftBox .loginButton,
.headerCon .leftBox .registerButton {
	width: 48px;
	height: 40px;
	line-height: 41px;
	text-align: center;
}
/*left登录后状态*/
.afterLogin {
	z-index: 10;
	border-left: 1px solid #f8f8f8;
	border-right: 1px solid #f8f8f8;
}
.afterLogin.on {
	border-left: 1px solid #eee;
	border-right: 1px solid #eee;
	background: #fff;
}
.afterLogin .memberName {
	height: 40px;
	line-height: 40px;
	padding: 0 20px 0 10px;
	margin-right: 10px;
	background: url(../JN_img/arr_down.png) no-repeat right center;
}
.afterLoginBox {
	left: -1px;
	top: 40px;
	background: #fff;
}
.afterLoginBox li {
	border-bottom: 1px solid #eee;
}
.afterLoginBox li a {
	display: block;
	width: 95px;
	height: 34px;
	line-height: 34px;
	border-left: 1px solid #eee;
	border-right: 1px solid #eee;
	padding-left: 10px;
	color: #999;
}
.afterLoginBox li a:hover {
	color: #308bd8;
}
.header {
	background: #f8f8f8;
	border-bottom: 1px solid #ddd;
	position: relative;
	z-index: 10000000;
}
/** logoBox **/
.logoBox{
	height: 100px;
}
.logoBox .logo{
	height: 100px;
}
.logoBox .logo img{
	margin-top: 15px;
}
/** navbar **/
.navbar{
	width: 100%;
	min-width: 1200px;
	height: 52px;
	line-height: 52px;
	background: #308bd8;
}
.navbar .navCon{
	width: 1200px;
	margin: 0 auto;
	box-sizing: border-box;
}
.navbar .navCon .navLi  {
	height: 52px;
	width: 169px;
	margin-right: 2px;
	text-align: center;
	float: left;
	transition: background-color .5s;
	-moz-transition: background-color .5s;
	-ms-transition: background-color .5s;
	-webkit-transition: background-color .5s;
	-o-transition: background-color .5s;
}
.navbar .navCon .navLi.on,.navbar .navCon .navLi:hover{
	background: #1571bf;
}
.navbar .navCon .navLi:last-of-type{
	background-image: none;
}
.navbar .navCon .bordernone{
	border: none;
}
.navbar .navCon .navLi>a{
	height: 52px;
	line-height: 52px;
	color: #fff;
	font-size: 16px;
	display: block;
	font-weight: bold;
}
/** crumbsBox **/
.crumbsBox{
	color: #666;
	height: 50px;
	line-height: 50px;
}
.crumbsBox .next_arr{
	padding: 0 4px;
}
.crumbsBox a{
	color: #666;
}
.crumbsBox a:hover{
	color: #308bd8;
}
/** footerBox **/
.footerBox{
	width: 100%;
	height: 40px;
	line-height: 40px;
	background: #003333;
	color:#fff;
}
.ml85{ margin-left: 85px; }
