﻿.top {
	position: relative;
	width: 100%;
	height: 25px;
	padding: 11px 0;
	text-align: center;
	z-index: 99999;
}
.bottLine {
	border-bottom: 1px solid #cfcfcf;
}
.bgBlue {
	background: #257cbc;
	background: -webkit-gradient(linear, 0 0, 0 100%, from(#1f6ebd), to(#2882bb));
}
/* background: -webkit-gradient(linear, 0 0, 0 100%, from(#a60005), to(#a60005)); */
.bgGray {
	background: #f8f8f8;
}
.bgBlack {
	background: #000;
}
.btnBack {
	display: block;
	position: absolute;
	left: 16px;
	top: 11px;
	width: 18px;
	height: 25px;
}
.btnBack img {
	height: 25px;
}
.btnSet {
	display: block;
	position: absolute;
	right: 0;
	top: 11px;
	width: 25px;
	height: 25px;
}
.btnSet img {
	height: 25px;
}
.logoCj {
	display: inline-block;
	width: 131px;
	height: 8px;
	background: url(../images/logo_cj.png) no-repeat 0 0;
	background-size: 131px auto;
	margin: 9px 0 0;
}
.centerTitle {
	display: inline-block;
	color: #404040;
	font-size: 18px;
	line-height: 25px;
}
.twhite {
	color: #fff;
}
.logoPic {
	display: inline-block;
	width: 62px;
	height: 24px;
	background: url(../images/logo_pic_cj.png) no-repeat 0 0;
	background-size: 62px auto;
	margin: 2px 0 0;
}
.title a {
	color: #5d5d5d;
}
.show a {
	color: #2377bc;
	font-size: 1.2em;
}
nav {
	background: #f6f6f6;
	height: 90px;
}
nav div a {
	display: block;
	float: left;
	height: 30px;
	line-height: 30px;
	width: 16%;
	text-align: center;
	font-size: 18px;
	color: #5d5d5d;
}
nav div .show {
	font-size: 20px;
	color: #2377bc;
}
.container {
	background: #f6f6f6;
}
#wrapper{position: absolute;left: 0;top: 47px;bottom: 0;width: 100%;z-index:-1;}
nav div {padding:0 2%;}
nav div .tod{ color:#2467ad;}
