@charset "utf-8";
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    list-style: none;
    text-decoration: none;
    font-weight: 200;
    font-family: "light PingFangSC-Regular", "Microsoft YaHei";
    /* color: #cccccc; */
}
.clearfix{
    display: inline-block;
}
.clearfix:after{
    display: block;
    content: ' ';
    height: 0;
    line-height: 0;
    clear: both;
    visibility: hidden;
    float: left;
}
.float-left{
    float: left;
}
.float-right{
    float: right;
}

::-webkit-scrollbar {
    width: 0;
}

.footer{
    background-color: #f6f6f6;
}

.footer-info{
    overflow: visible;
    padding: 45px 0 20px;
}

.menu-list{
    list-style: none;
    float: left;
}
.menu-list > li{
    float: left;
    margin-left: 100px;
}
.menu-list > li:first-child{
    margin-left: 0;
}
.menu-tit{
    font-size: 12px;
    line-height: 30px;
    margin-bottom: 10px;
    font-weight: normal;
    color: #333;
}
.sub-menu-list{
    list-style: none;
}
.sub-menu-list > li > a{
    text-decoration: none;
    color: #878a8c;
    font-size: 12px;
    line-height: 30px;
    display: block;
}
.sub-menu-list > li > a:hover{
    color: rgba(255,255,255,0.9);
}
.wx-code{
    display: none;
    position: absolute;
    top: -200px;
    left: 50%;
    margin-left: -100px;
    width: 200px;
    height: 200px;
}
.weixin{
    position: relative;
}
.weixin:hover > .wx-code{
    display: block;
}
.consult-img{
    display: none;
    position: absolute;
    top: -269px;
    left: 50%;
    margin-left: -100px;
    width: 200px;
}
.consult{
    position: relative;
}
.consult:hover > .consult-img{
    display: block;
}

.contact{
    float: right;
    text-align: right;
}
.service{
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 15px;
    color: #333;
}
.tel{
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 5px;
    color: #333;
}
.time{
    font-size: 12px;
    color: #999;
    line-height: 24px;
}

.footer-icp{
    color: #999;
    font-size: 12px;
    line-height: 24px;
    padding: 18px 0;
    border-top: 1px solid #dcdcdc;
}
.container{
    width: 930px;
    margin: 0 auto;
    position: relative;
    *zoom: 1;
}
.container:before,
.container:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.container:after {
    clear: both;
}
