@charset "UTF-8";
@import url(../../../static/css/base.css);
.header_bg {
    background-color: #ffffff;
}

.header{
    width: 1200px;
    height: 80px;
    margin: 0 auto;
}
.headerlog {
	 width: 1200px;
    height: 65px;
    margin: 0 auto;
}
.header .help {
    position: absolute;
    width: 90px;
    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;
}
.headerlog li{
	float: left;
    height: 100%;
    text-align: center;
    color: #666666;
    padding:0 25px;
    /* line-height: 65px; */
    cursor: pointer;
    font-size: 16px;
}
.header li {
    float: left;
    width: 100px;
    height: 100%;
    text-align: center;
    color: #666666;
    /* line-height: 80px; */
    cursor: pointer;
    font-size: 18px;
}

.header li:hover {
    /* background: url("../../../static/images/color_03.png"); */
}

.header li:hover a {
    color: #ffffff;
}

.background {
    /* background: url("../../../static/images/color_03.png"); */
    font-size: 20px;
    color: white !important;
}

.background a {
    color: #ffffff;
}
.headerlog .tempus_img{
	background: none;
	line-height: 65px;
	height: 65px;
	font-size: 20px;
	text-align: center;
}
.tempus_img {
    height: 80px;
    width: 170px;
    background: none;
    float: left;
    font-size: 20px;
    line-height: 80px;
    text-align: center;
}

.header .my {
    float: right;
    position: relative;
}

.ellipsis:hover {
    cursor: pointer;
}

.ellipsis:hover i {
    background-position: -298px -50px;
}

.ellipsis:hover span {
    color: #45b7af;
}

.ellipsis:hover .arrownologin {
    background-position: -350px -50px;
}

.my span {
    display: inline-block;
    line-height: 72px;
    /* padding-left: 44px; */
    font-size: 14px;
    position: relative;
}
.header .my i {
    display: inline-block;
    width: 52px;
    height: 40px;
    position: absolute;
    top: 22px;
    left: 0;
    background: url("../../../static/images/B2G-ticket-sprite.png") no-repeat -298px 0;
}
.header .my a{
	 line-height: 80px;
	 padding-left: 30px;
}

.ellipsis:hover i {
    background: url("../../../static/images/B2G-ticket-sprite.png") no-repeat -298px -50px;
}

/*header样式 end */

/*客服QQ联系*/
.fixed-service{
	position: fixed;
	left:50%;
	top: 30%;
	margin-left: -640px;
	z-index: 3;
}
.service-hd{
	width: 35px;
	border-radius: 4px 0 0 4px;
	background: #059ad8;
	float: left;
}
.service-hd p.align{
	color: #fff;
	font-size: 14px;
    padding: 0 5px 10px;
}
.service-hd .service-icons{
	width: 25px;
	height: 25px;
	background: url(../img/service.png) no-repeat;
	margin: 8px auto;
}
.service-hd .service-icons img{
	width: 100%;
}
.service-hd .service-icons span{
	width: 80%;
}
.service-m{
	width: 91px;
	border: 2px solid #059ad8;
	padding: 0 10px;
	background: #fff;
	float: right;
}
.service-m li{
	width: 91px;
	padding: 8px 0;
	border-bottom: 1px solid #e2e2e2;
}
.service-m li:last-child{
	border: 0;
}
.service-m li a{
	padding-left: 22px;
	position: relative;
	color: #8e8e8e;
}
.service-m li span.icons{
	width: 14px;
	height: 17px;
	background-position: -201px -870px;
	top: 0;
	left: 0;
}
@media screen and (min-width: 1600px){
	.fixed-service{
	    margin-left: -755px;
	    width: 115px;
	}
	.service-hd{
		position: absolute;
		right: -35px;
	    border-radius: 0 4px 4px 0;
	}
	.service-nolog .service-hd{
		border-radius: 4px 0 0 4px;
	}
	.service-m{
		float: left;
	}
}
.fixed-service .service-rad{
	border-radius: 4px;
}
.service-nolog{
	left:0;
	top: 400px;
	margin: 0;
	width: auto;
}
.service-nolog .service-hd{
	position: initial;
    right: initial;
}

#columnList a{
	color: #7A7F88;
}
#columnList li:not(.background):hover {
	background-color: #FFF9F9;
}
#columnList li:not(.background):hover >a {
	color: #AF1E24;
}
