
.headerTop{
    width:100%;
    height:50px;
	background:rgba(244,244,244,1);
}
.headerBottom{
	width:100%;
	height:100px;
	background:rgba(255,255,255,1);
	box-shadow:4px 12px 16px rgba(25,25,25,0.24);
}
.topContent>div:first-child{
	width:344px;
    height:16px;
    line-height: 50px;
	font-size:16px;
	font-family:FZLTKHK--GBK1-0;
	font-weight:bold;
	color:rgb(70, 70, 70);
}
.hotline:before{
    content: '';
    display:inline-block;
    width:18px;
    height:24px;
    margin-right:6px;
    background:url(../img/1_0_tel.png) no-repeat;
    vertical-align:middle;
    background-position-y: 2px;
}
.hotline{
    width:248px;
    font-size:18px;
    font-family:FZLTKHK--GBK1-0;
    font-weight:400;
    color:rgba(30,79,178,1);
    margin-right:40px;
}
/* login  register */
.login-way,.register-way{
    width:32px;
    height:15px;
    font-size:16px;
    font-family:FZLTKHK--GBK1-0;
    font-weight:bold;
    color:rgba(80,80,80,1);
}
.line{
    display: inline-block;
    width:2px;
    height:16px;
    background:rgba(152,152,152,1);
    margin:0 15px;
    vertical-align: middle;
}
/* logo */
.logo{
    margin-top:10px;
}
.headerBottom ul{
    height:100px;
    line-height:100px;
} 
.headerBottom ul li{
    display: inline-block;
    margin-left:43px;
}
.headerBottom ul li:first-child{
    margin-left:0;
}
.headerBottom ul li a{
    font-size: 22px;
    font-family:FZLTKHK--GBK1-0;
    font-weight:400;
    color:rgba(76,76,76,1);
} 
/* 个人中心 */
.my-center{
    color:orange;
    font-size:16px;
}
.my-center:hover{
    color:orange;
}