.logo{
    margin: 0 0px 22px;
}
.logo a{
    display: block;
}
.logo .img{
    display: block;
    width: 142px;
    height: 57px;
    text-align: center;
    float: left;
    margin-right: 8px;
}
.logo img{
    width: auto;
    max-width: 142px;
    height: auto;
    max-height: 57px;
}
.logo span{
    display: inline-block;
    font: 28px "microsoft yahei";
    color: #333333;
}
.t-right ul li{
    float: left;
    margin-left: 30px;
}
.t-right ul li a{
    display: block;
    height: 32px;
    line-height: 32px;
}
.tel{
    font-size: 14px;
    color: #EA6254;
    margin-top: 26px;
    display: block;
}
.tel img{
    width: 30px;
    height: 20px;
    margin-right: 14px;
    float: left;
}
.tel em{
    font-style: normal;
    margin-right: 14px;
}
.t-nav{
    height: 48px;
    background: #EB6154;
}
.t-nav ul li{
    float: left;
}
.t-nav ul li a{
    display: block;
    padding: 0px 23px;
    text-align: center;
    line-height: 48px;
    font-size: 14px;
    color: #FFFFFF;
}
.t-nav ul li.current a,.t-nav ul li:hover a{
    background: #FD7466;
}
/*footer*/
.footer{
    background: #3C3C3C;
    padding: 20px 0px 2px;
    font-size: 12px;
    color: #FFFFFF;
}
.footer .f-top {
    text-align: center;
    margin-bottom: 20px;
}
.footer .f-top span{
   margin-right: 10px;
}
.footer p{
    text-align: center;
    margin-bottom: 16px;
}
.footer a
{  color:#fff;
    }
    .footer a:hover
{  color:#EA6254;
    }

/*在线客服*/
.k-normal {
    position: fixed;
    right: 0px;
    top: 50%;
    margin-top: -76px;
    cursor: pointer;
}
.k-normal span{
    display: block;
    width: 15px;
    height: 90px;
    font-size: 16px;
    color: #333333;
    text-align: center;
    padding: 10px 11px 16px 10px;
    background: #FFFFFF;
    box-shadow: 0 0 4px 0 rgba(0,0,0,0.30);
}
.k-normal a{
    display: block;
    width: 36px;
    height: 36px;
    background: #4DA5FF;
    box-shadow: 0 0 4px 0 rgba(0,0,0,0.30);
}
.k-normal a:hover{
    background: #6AB4FF;
}
.k-normal a img{
    width: 22px;
    height: 22px;
    margin-top: 7px;
    margin-left: 7px;
}
.k-selected{
    width: 116px;
    height: 153px;
    background: #FFFFFF;
    box-shadow: 0 1px 4px 0 rgba(0,0,0,0.20);
    border-radius: 4px;
    padding: 0px 10px;
    position: fixed;
    right: -100%;
    top: 50%;
    margin-top: -76px;
}
.k-selected .k-tit{
    font-size: 12px;
    color: #333;
    font-weight: bold;
    line-height: 47px;
    border-bottom: 1px solid #DEDEDE;
    margin-bottom: 20px;
    position: relative;
}
.k-selected .k-tit .close{
    display: block;
    width: 47px;
    height: 47px;
    text-align: right;
    position: absolute;
    top: 0px;
    right: 0px;
    cursor: pointer;
}

.k-selected .k-tit img{
    width: 10px;
    height: 10px;
    margin-top: 18px;
}
.k-selected .k-con{
    text-align: center;
}
.k-selected .k-con span{
    display: block;
    font-size: 12px;
    color: #666666;
    margin-bottom: 13px;
}
.k-selected .k-con a{
    display: block;
    width: 89px;
    height: 24px;
    margin: 0 auto;
    font-size: 12px;
    color: #FFFFFF;
    text-align: center;
    line-height: 24px;
    background: #5A9FFE;
    box-shadow: 0 1px 4px 0 #5A9FFE;
    border-radius: 4px;
}
.k-selected .k-con a img{
    width: 16px;
    height: 16px;
    float: left;
    margin: 4px 0px 0px 7px;
}