@charset "utf-8";
.footer{
    background: #f5f5f5;
    padding: 3rem 0 0;
}
.footer-list{
    display: flex;
    justify-content: space-between;
}
.db-com{
    width: 40%;
}
.db-com dl{
    color: #606060;
}
.db-com dl dt{
    font-size: 2rem;
    margin-bottom: 1rem;
    color: #494949;
}
.db-com dl dd{
    color: #606060;
    line-height: 3rem;
}
.db-com dl dd i{
    margin-right: 1rem;
}
.db-nav dl{
    float: left;
    margin-right: 8rem;
}
.db-nav dl dt{
    font-size: 2rem;
    color: #494949;
    margin-bottom: 1rem;
}
.db-nav dl dd{
    line-height: 3rem;
}
.db-nav dl dd a{
    color: #606060;
}
.db-nav dl dd img{
    width: 120px;
}
.db-com .message{
    display: flex;
    justify-content: space-between;
    margin-top: 1rem;
}
.db-com .message input{
    border: 1px solid #d3d3d3;
    border-radius: 10px;
    height: 5rem;
    line-height: 5rem;
    width: 75%;
}
.db-com .message button{
    width: 23%;
    background: #003366;
    padding: 0;
    color: #fff;
    border: 0;
    border-radius: 10px;
}
.db-com .sj{
    display: table;
    margin-top: 1rem;
    position: relative;
}
.db-com .sj a{
    width: 2.5rem;
    height: 2.5rem;
    display: block;
    float: left;
    border: 1px solid #333;
    border-radius: 50%;
    text-align: center;
    line-height: 2.1rem;
    margin-right: 5px;
}
.db-com .sj a i{
    font-size: 1.4rem;
}
.db-com .sj a img{
    position: absolute;
    bottom: 3rem;
    right: -5rem;
    display: none;
}
.db-com .sj a:hover img{
    display:block;
}
.footer-bq{
    margin-top: 2rem;
    display: table;
    width: 100%;
    border-top: 1px solid #727272;
    padding: 1rem 0;
}
.footer-bq .logo{
    float: left;
}
.footer-bq .logo img{
    height: 4rem;
}
.footer-bq .icp{
    color: #898989;
    float: right;
    line-height: 4rem;
}
.footer-bq .icp a{
    color: #727272;
}


@media (max-width:1024px){
    .footer-list{
        display: block;
    }
    .db-com{
        width: 100%;
        margin-top: 2rem;
    }
    .db-com dl dt{
        font-size: 2rem;
        margin-bottom: 1rem;
    }
    .db-com dl dd i{
        margin-right: 1rem;
    }
    .db-nav{
        display: table;
        width: 100%;
    }
    .db-nav dl{
        float: left;
        margin-right: 0;
        width: 50%;
    }
    .db-nav dl dt{
        font-size: 1.8rem;
    }
    .db-nav dl dd img{
        width: 120px;
    }
    .db-com .sj{
        margin-top: 2rem;
        width: 100%;
    }
    .footer-bq .logo{
        display: none;
    }
    .footer-bq .icp{
        line-height: 3rem;
        width: 100%;
        text-align: center;
    }
}