@charset "utf-8";
.footer{
    background: #f5f5f5;
    background-size: cover;
    padding: 70px 0 30px;
}
.dbnav .db-dl{
    float: left;
}
.dbnav .db-dl dl{
    float: left;
    margin-left: 100px;
    margin-bottom: 0;
}
.dbnav .db-dl dl:first-child{
    margin-left:0;
}
.dbnav .db-dl dl dt{
    font-size: 18px;
    color: #000000;
    font-weight: 500;
    margin-bottom: 20px;
}
.dbnav .db-dl dl dd{
    line-height: 30px;
}
.dbnav .db-dl dl dd a{
    color: #999;
}
.dbnav .db-dl dl dd a:hover{
    color: #2b6a41;
}
.db-tel{
    float: right;
}
.db-tel img{
    height: 60px;
}
.db-tel dl{
    margin-bottom: 0;
    margin-top: 40px;
}
.db-tel dl dd{
    color: #999;
    line-height: 30px;
}
.dbicp{
    border-top: 1px solid #dcdcdc;
    margin-top: 30px;
    padding-top: 20px;
}
.dbicp .wz{
    float: left;
    color: #666;
    height: 30px;
    line-height: 30px;
}
.dbicp .wz a{
    color:#666;
}
.dbicp .tb{
    float: right;
    position: relative;
}
.dbicp .tb .tb-list{
    float: left;
    margin-left: 15px;
}
.dbicp .tb .tb-list i{
    background: #666;
    color: #fff;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    border-radius: 50%;
    cursor: pointer;
}
.dbicp .tb .tb-list i:hover{
    background: #013382;
}
.dbicp .tb .tb-list img{
    width: 100px;
    position: absolute;
    top: -110px;
    right: 6px;
    display: none;
}
.dbicp .tb .tb-list:hover img{
    display: block;
}


@media screen and (max-width: 767px) {
    .footer{
        background: #f5f5f5;
        background-size: cover;
        padding: 70px 0 30px;
    }
    .dbnav .db-dl{
        float: left;
    }
    .dbnav .db-dl dl{
        float: initial;
        margin-left: 0;
        width: 48%;
        display: inline-block;
        vertical-align: top;
        margin-bottom: 20px;
    }
    .dbnav .db-dl dl:first-child{
        margin-left:0;
    }
    .dbnav .db-dl dl dt{
        margin-bottom: 15px;
    }
    .dbnav .db-dl dl dd{
        margin: 0;
    }
    .db-tel{
        width: 100%;
    }
    .db-tel img{
        height: 60px;
    }
    .db-tel dl{
        margin-top: 20px;
    }
    .dbicp{
        border-top: 1px solid #dcdcdc;
        margin-top: 30px;
        padding-top: 20px;
    }
    .dbicp .wz{
        float: left;
        color: #666;
        height: 30px;
        line-height: 30px;
    }
    .dbicp .wz a{
        color:#666;
    }
    .dbicp .tb{
        display:none;
    }

}