@charset "UTF-8";
@import url(base.css);

/*header样式 start */
.header_bg {
	background-color: #ffffff;
}

.header {
	width: 1200px;
	height: 72px!important;
	margin: 0 auto;
}

.header .help {
	position: absolute;
	width: 100px;
	right: 123px;
	top: 30px;
}

.header .help a {
	font-size: 14px;
	position: relative;
	padding-left: 22px;
}

.header .help .wenhao {
	width: 24px;
	height: 24px;
	position: absolute;
	left: -4px;
	background-position: -455px -674px;
}

.header .help a:hover {
	color: #45b7af;
}

.header .help a:hover .wenhao {
	background-position: -455px -647px;
}

.header li {
	float: left;
	width: 110px;
	height: 100%;
	text-align: center;
	line-height: 80px;
	cursor: pointer;
	font-size: 16px;
}

.header li:hover {
	background: url("../images/color_03.png");
}

.header li:hover a {
	color: #ffffff;
}

.background {
	background: url("../images/color_03.png");
	font-size: 20px;
	color: white !important;
}

.background a {
	color: #ffffff;
}

.tempus_img {
	height: 80px;
	width: 170px;
	background: url("../images/db-sprite.png") no-repeat -100px 8px;
	float: left;
}

.header .my {
	float: right;
	position: relative;
}

.ellipsis:hover {
	cursor: pointer;
}

.ellipsis:hover i {
	background-position: -298px -50px;
}

.ellipsis:hover span {
	color: #45b7af;
}

.my span {
	display: inline-block;
	line-height: 72px;
	padding-left: 59px;
	font-size: 16px;
}

.user {
	position: absolute;
	left: 0;
	display: none;
	width: 120px !important;
	z-index: 1000;
}

.user ul {
	background-color: #000;
	color: white;
}

.ellipsis:hover .user {
	display: block;
}

.user ul li {
	line-height: 48px;
	width: 120px;
	text-align: center;
	font-size: 16px;
	color: #fff !important;
}

.user ul li:hover {
	background-color: #45b7af;
	cursor: pointer;

}

.header .my i {
	display: inline-block;
	width: 52px;
	height: 40px;
	position: absolute;
	top: 22px;
	left: 0;
	background: url("../images/B2G-ticket-sprite.png") no-repeat -298px 0;
}

.ellipsis:hover i {
	background: url("../images/B2G-ticket-sprite.png") no-repeat -298px -50px;
}

.header .my a {
	display: inline-block;
	width: 13px;
	height: 10px;
	background: url("../images/B2G-ticket-sprite.png") no-repeat -350px 0;
	margin-left: 8px;
	vertical-align: middle;
}

/*header样式 end */
