.tc{
    width:236px;
    height:385px;
    position: fixed;
    right:0;
    top:15%;
    z-index:999;
}
.tc_tel{
    width:241px;
    height:385px;
    position: absolute;
    right:-200px;
    bottom:0;
    z-index:999;
    cursor:pointer;
    transition:all .5s;
    overflow:hidden;
}
.tc_tel:hover{
    right:-5px;
}
.tc_tel img{
    display:block;
    width:46px;
    height:95px;
    -webkit-box-shadow:0 0 20px rgba(125, 85, 0, .3);
  -moz-box-shadow:0 0 20px rgba(125, 85, 0, .3);
  box-shadow:0 0 20px rgba(125, 85, 0, .3);
    float:left;
    margin-top:20px;
}
.tc_tel ul{
    width:190px;
    height:345px;
    overflow:hidden;
    background-color:#fff;
    -webkit-box-shadow:0 0 20px rgba(125, 85, 0, .3);
  -moz-box-shadow:0 0 20px rgba(125, 85, 0, .3);
  box-shadow:0 0 20px rgba(125, 85, 0, .3);
    float:left;
    margin-top:20px;
}
.tc_tel ul li{
width:154px;
height:65px;
border-bottom: 1px solid #e6e6e6;
margin:0 auto;
padding-left:10px;
padding-top:20px;
}
.tc_tel ul li:last-child{
    border-bottom:0;
}
.tc_tel ul li p{
font-size:14px;
color:#383838;
line-height:20px;
text-align: left;
}
.tc_tel ul li span{
    display:block;
    font-weight:bold;
    font-size: 18px;
    color:#2a2a2a;
    line-height:30px;
}
/*contact us*/
.qqcontact-wrap{
    position:absolute;
    top:0;
    right:-83px;
    z-index:999;
    width:auto;
    height:52px;
    cursor:pointer;
    transition:all .5s;
    overflow:hidden;
}
.qqicon{
    float:left;
    width:46px;
    height:52px;
    line-height:52px;
    text-align:center;
    background:#949494 url(../img/wx-icon.png) no-repeat center;
    transition:all .5s;
}
.qqhover-text{
    float:left;
}
.qqcontact-wrap:hover {
    right:0;
}
.qqcontact-wrap:hover .qqicon{
    background:#fff url(../img/wx-icon02.png) no-repeat center;
    transition-delay:.2s;
}

/*contact us*/
