	.m-qy-head{
		background: #fff;
	}
	.u-head-info{
		padding: 15px 0 20px;
		/*display: inline-block;*/
	}
	.u-head-search{
		position: relative;
		display: inline-block;
		margin-left: 83px;
	}
	.u-head-search input{
		width: 208px;
	    height: 40px;
	    border: 1px solid #dcdcdc;
	    padding: 0 57px 0 8px;
	    border-radius: 4px;
	    font-size: 14px;
	    color: #333;
	}
	.u-head-search button{
		height: 42px;
	    width: 55px;
	    border: none;
	    border-left: 1px solid #dcdcdc;
	    display: block;
	    background: #aaa;
	    color: #fff;
	    position: absolute;
	    right: 0;
	    top: 0;
	    border-radius: 2px;
	    text-align: center;
	    line-height: 40px;
	    font-size: 16px;
	    font-family: "Microsoft Yahei";
	    padding: 0;
	}
	.u-head-other{
		margin-left: 60px;
	}
	.u-head-info>a{
		display: inline-block;
    	vertical-align: middle;
	}
	.u-head-other{
		display: inline-block;
		font-size: 16px;
	}
	.u-head-other>a{
		color: #333;
		padding: 0 10px;
	}
	.u-head-other>a:before{
		vertical-align: bottom;
		width: 23px;
		height: 23px;
		display: inline-block;
		margin-right: 10px;
	}
	.u-head-other>a.f-icon-login:before{
		content: "";
		background: url(/styles/images/common/login-icon.png) no-repeat center;
	}
	.u-head-other>a.f-icon-bookrack:before{
		content: "";
		background: url(/styles/images/common/bookrack-icon.png) no-repeat center;
	}
	.u-head-other>a.f-icon-message:before{
		content: "";
		background: url(/styles/images/common/message-icon.png) no-repeat center;
	}
	.u-head-other>a.f-icon-recharge:before{
		content: "";
		background: url(/styles/images/common/recharge-icon.png) no-repeat center;
	}
	.u-head-other .u-head-logged{
		max-width: 100px;
		display: inline-block;
		color: #ff6567;
		vertical-align: bottom;
	}
	.u-head-other>span{
        font-size: 14px;
        color: #999;
        display: inline-block;
        cursor: pointer;
    }
	.u-head-menu{
		background: #ff6567;
		height: 56px;
		width: 100%;
	}
	.u-head-menu ul{
		font-size: 0;
		background: #ff6567;
	}
	.u-head-menu ul li{
		display: inline-block;
	}
	.u-head-menu ul li a{
		width: 120px;
		text-align: center;
		line-height: 56px;
		font-size: 18px;
		color: #fff;
		display: block;
	}
	.u-head-menu ul li a.z-current,.u-head-menu ul li a:hover{
		background: #ef494b;
	}

	.u-head-menu ul li a i {
		position: absolute;
	    font-size: 14px;
	    top: -12px;
	    right: 18px;
	    color: #fff;
	}


	/*head网站切换栏*/
	.m-head-bar{
    background: #f7f7f7;
    border:1px solid #f7f7f7;
    font-size: 0;
}
.u-bar-link{
    width: 700px;
    display: inline-block;
}
.u-bar-link a{
    width: 120px;
    height: 39px;
    text-align: center;
    font-size: 14px;
    line-height: 39px;
    display: inline-block;
    color: #666;
}
.u-bar-link a:hover,.u-bar-link a.z-current{
    color: #333;
    background: #fff;
}
.u-bar-notice{
    width: 390px;
    height: 39px;
    overflow: hidden;
    display: inline-block;
    position: relative;
    vertical-align: top;
}
.u-bar-notice>span{
    width: 19px;
    height: 14px;
    background: url(/styles/images/common/notice.png) center no-repeat;
    display: inline-block;
    margin-top: 12px;
}
.u-bar-notice ul{
    position: absolute;
    top: 0;
    left: 40px;
    font-size: 14px;
}
.u-bar-notice ul li{
    line-height: 39px;
    transition-duration: 300ms;
}