@charset "utf-8";
.footer-wrapper {
    min-width: 1400px;
    font-size: 0;
    background-color: #333;
}
.footer-top {
    padding: 15px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-sizing: border-box;
    border-bottom: 1px solid #494949;
}

.footer-main {
    padding: 18px 0;
    box-sizing: border-box;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    color: #ddd;
}
.footer-main a{
    color: #ddd;
}
.footer-main a:hover {
    color: #fff;
}
.footer-main h4{
    font-size: 16px;
    color: #ddd;
    margin-bottom: 15px;
    font-weight: 600
}
.footer-main h4 span{
    font-size: 12px;
    padding-left: 15px
}
.footer-main .about{
    width: 400px;
}
.footer-main .about li {
    width: 25%;
    display: inline-block;
    font-size: 13px;
    margin-bottom: 14px;
}
.footer-main .about dd {
    font-size: 13px;
    margin-bottom: 10px;
}
.footer-main .contact{
    width: 500px;
}
.footer-main .contact li {
    width: 33.33%;
    display: inline-block;
    font-size: 13px;
    margin-bottom: 14px;
    line-height: 22px;
}
.footer-main .contact li img{
    vertical-align: bottom;
    margin-right: 6px;
}
.footer-main .contact .phone{
    color: #00BEFC;
    font-size: 22px;
    font-weight: 600;
}
.footer-main .contact .phone span{
    margin-right: 15px;
}
.footer-main .follow{
    width: 280px;
    align-items: center;
}
.footer-main .follow ul{
    align-items: flex-start;
    justify-content: space-between;
}
.footer-main .follow p{
    font-size: 14px;
    text-align: center;
    margin-top: 10px;
}

.footer-contact {
    line-height: 30px;
    text-align: center;
    background-color: #333;
    padding: 20px 0;
}
.footer-contact * {
    font-size: 14px;
    color: #ddd;
}
.footer-copyright {
    height: 40px;
    line-height: 40px;
    text-align: center;
    background-color: #2b2b2b;
}
.footer-copyright * {
    font-size: 14px;
    color: #ddd;
}