@charset "utf-8";
.footer{
    background: #2d2d2d;
    padding: 30px 0;
    color: #fff;
    margin-top: 50px;
}
.footer .foter-tit{
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 1.5rem;
}
.footer-about p{
    color: #bfbfbf;
    line-height: 25px;
}
.footer-ul ul li{
    line-height: 27px;
}
.footer-ul ul li a{
    color: #bfbfbf;
}
.footer-ul ul li a i{
    /* background: #989898; */
    width: 28px;
    height: 28px;
    line-height: 25px;
    text-align: center;
    color: #fff;
    border-radius: 5px;
    margin-right: 10px;
    font-size: 30px;
}
.footer-ul2 ul li{    
    margin-bottom: 1rem;
}
.footer-ul ul li a:hover{
    color: #3497f5;
}
.footer-con dl dt{
    color: #bfbfbf;
}
.footer-con dl dd{
    display: table;
    width: 100%;
    line-height: 25px;
    margin-bottom: 10px;
}
.footer-con dl dd i{
    float: left;
    color: #da9e00;
    width: 20px;
}
.footer-con dl dd span{
    float: right;
    color: #bfbfbf;
    width: 240px;
}

.footer-icp{
    background: #3497f5;
    text-align: center;
    height: 35px;
    color: #fff;
    line-height: 35px;
}
.footer-icp .footer-icp-wz a{
    color:#fff;
}
.footer-icp .footer-icp-wz a:hover{
    text-decoration: underline;
}



/*kefu*/

.fixed-kefu {
    position:fixed;
    right:2px;
    bottom:15%;
    z-index:99999;
}
.fixed-kefu ul li {
    margin-bottom:1px;
    position:relative;
}
.fixed-kefu ul li#toTop {
    display:none;
}
.fixed-kefu ul li a {
    display:block;
    width:70px;
    height:70px;
    background-color:#333;
    color:#fff;
    text-align:center;
}
.fixed-kefu ul li a:hover {
    background-color: #3098fd;
}
.fixed-kefu ul li a .vo {
    width:0px;
    text-align:center;
    overflow:hidden;
    position:absolute;
    right:70px;
    top:0;
    -webkit-transition:all 0.3s ease;
    -moz-transition:all 0.3s ease;
    -o-transition:all 0.3s ease;
    transition:all 0.3s ease;
}
.fixed-kefu ul li.tl a .vo {
    min-height:70px;
    line-height:70px;
    font-size:18px;
    background:#3098fd;
    font-weight:bold;
    white-space:nowrap;
}
.fixed-kefu ul li.tl a .vo p {
    line-height: 70px;
}
.fixed-kefu ul li.tl a:hover .vo {
    width:180px;
}
.fixed-kefu ul li.wx a .vo {
    padding:10px 0;
    background-color:#fff;
}
.fixed-kefu ul li.wx a:hover .vo {
    width:220px;
}
.fixed-kefu ul li i {
    display:inline-block;
    height:35px;
    margin-top:6px;
    overflow:hidden;
    background-position:0 0;
    background-size:35px auto;
    line-height:35px;
    font-size:22px;
}
.fixed-kefu ul li.kf i {
    background-position:0px -0px;
}
.fixed-kefu ul li.tl i {
    background-position:0px -35px;
}
.fixed-kefu ul li.wx i {
    background-position:0px -70px;
}
.fixed-kefu ul li.tp i {
    background-position:0px -105px;
}
.fixed-kefu ul li span {
    display:block;
    line-height:1em;
    padding-bottom:5px;
}


@media screen and (max-width: 1200px) {
    .footer{
        padding: 3rem 0;
        margin-top: 3rem;
    }
    .footer-about{
        margin-bottom:2rem;
    }
    .footer .foter-tit{
        font-size: 1.6rem;
    }
    .footer-about p{
        line-height: 2.5rem;
    }
    .footer-ul ul li{
        line-height: 2.8rem;
    }
    .footer-ul ul li a i{
        width: 3rem;
        height: 3rem;
        margin-right: 1rem;
    }
    .footer-con{
        margin-top:2rem;
    }
    .footer-con dl dd{
        display: table;
        width: 100%;
        line-height: 25px;
        margin-bottom: 10px;
    }
    .footer-con dl dd i{
        width: 10%;
    }
    .footer-con dl dd span{
        width: 90%;
    }
    .footer-icp{
        line-height: 2.5rem;
        padding: 1rem 0;
        height: auto;
    }
}