@charset "utf-8";
.footer{
    background: #30ae95;
    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: #fff;
    line-height: 25px;
}
.footer-ul ul li{
    line-height: 27px;
}
.footer-ul ul li a{
    color: #fff;
}
.footer-ul ul li a i{
    background: #989898;
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    color: #fff;
    border-radius: 5px;
    margin-right: 10px;
}
.footer-ul2 ul li{    
    margin-bottom: 1rem;
}
.footer-ul ul li a:hover{
    color: #fff;
}
.footer-con dl dt{
    color: #fff;
}
.footer-con dl dd{
    display: table;
    width: 100%;
    line-height: 25px;
    margin-bottom: 10px;
}
.footer-con dl dd i{
    float: left;
    color: #fff;
    width: 20px;
}
.footer-con dl dd span{
    float: right;
    color: #fff;
    width: 240px;
}

.footer-icp{
    background: #f5f5f5;
    text-align: center;
    height: 35px;
    color: #333;
    line-height: 35px;
}
.footer-icp .footer-icp-wz a{
    color:#333;
}
.footer-icp .footer-icp-wz a:hover{
    text-decoration: underline;
}


@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;
    }
}