﻿#foot {
    background: #EEEEEE;
    padding-bottom: 2rem;
}

#foot_link {
    border-bottom: 1px solid #dcdcdc;
    display: -ms-flexbox;
    display: -moz-box;
    display: -webkit-box;
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    -ms-flex-direction: row;
    padding: 0 0.5rem;
    width: 100%;
}

div#link {
    -ms-flex: 1;
    -moz-box-flex: 1;
    -webkit-box-flex: 1;
}

div#service {
    width: 280px;
}

div#secondepics {
    width: 160px;
}


div#link, div#service {
    border-right: 1px solid #DCDCDC;
}

    div#link div.linktitle, div#service div.linktitle {
        color: #484848;
        font-size: 1.6rem;
        font-weight: bold;
        line-height: 1.6rem;
        padding-top: 2rem;
        text-indent: 1rem;
    }


    div#link div.linkoneline div.oneline {
        display: inline-block;
        float: left;
        margin-top: 2rem;
        padding-left: 2rem;
        width: 25%;
    }

        div#link div.linkoneline div.oneline div:first-child {
            color: black;
            font-size: 1.4rem;
            font-weight: bolder;
        }

        div#link div.linkoneline div.oneline div:nth-child(2) {
            margin-top: 2rem;
        }

        div#link div.linkoneline div.oneline p {
            line-height: 2rem;
        }

        div#link div.linkoneline div.oneline a {
            font-size: 1.2rem;
            font-weight: normal;
        }

    div#service div.phone {
        color: #484848;
        font-size: 2.6rem;
        margin-top: 1rem;
        text-indent: 1rem;
    }

    div#service div.detail, div#secondepics div.detail {
        color: #484848;
        font-size: 1.2rem;
        line-height: 1.8rem;
        margin-top: 1rem;
        text-indent: 1rem;
    }

div#secondepics div.pics {
    margin-top: 2rem;
    text-align: center;
    width: auto;
}

div#footlink2 {
    font-size: 1.2rem;
    line-height: 2rem;
    margin-top: 2rem;
    text-align: center;
    word-break: keep-all;
    width: auto;
}

    div#footlink2 a {
        padding: 0 1rem;
        word-break: keep-all;
    }

div#copyright {
    color: #666666;
    font-size: 1.2rem;
    line-height: 4rem;
    text-align: center;
    width: auto;
}

div#baidu {
    text-align: center;
    width: auto;
}

@media screen and (max-width: 900px) {
    #foot_link {
        display: block;
        border-bottom: 0px;
        -webkit-box-orient: initial;
        -moz-box-orient: initial;
        -ms-flex-direction: initial;
        padding: 0 0.5rem;
        width: 100%;
    }

    div#link, div#service, div#secondepics {
        border-right: 0px;
        display: block;
        text-align: center;
        width: 100%;
    }

        div#link div.linkoneline div.oneline {
            padding-left: 0.3rem;
        }

    div#service {
        margin-top: 2rem;
    }
}

@media screen and (max-width: 380px) {

    div#link div.linktitle, div#service div.linktitle {
        line-height: 2rem;
    }

    div#link div.linkoneline div.oneline {
        width: 50%;
    }

        div#link div.linkoneline div.oneline:nth-child(3) {
            clear: left;
        }
}

#foot a:link {
    color: #666;
    text-decoration: none;
}

#foot a:visited {
    color: #666;
    text-decoration: none;
}

#foot a:hover {
    color: #999;
    text-decoration: underline;
}

#foot a:active {
    color: #666;
    text-decoration: none;
}

#foot a.gray:link {
    color: #ddd;
    text-decoration: none;
    padding: 5px;
}

#foot a.gray:visited {
    color: #ddd;
    text-decoration: none;
    padding: 5px;
}

#foot a.gray:hover {
    color: #123272;
    text-decoration: underline;
    padding: 5px;
    background: #e2e2e2;
}

#foot a.gray:active {
    background: #ddd;
    color: #000;
    text-decoration: none;
    padding: 5px;
}

#foot a.focus:link {
    color: #123272;
    background: #e2e2e2;
    text-decoration: none;
    padding: 5px;
}

#foot a.focus:visited {
    color: #123272;
    background: #e2e2e2;
    text-decoration: none;
    padding: 5px;
}

a {
    color: black;
    text-decoration: none;
}

    a:hover {
        text-decoration: underline;
    }

#foot a.focus:hover {
    color: #123272;
    background: #e2e2e2;
    text-decoration: underline;
    padding: 5px;
}

#foot a.focus:active {
    color: #123272;
    background: #e2e2e2;
    text-decoration: none;
    padding: 5px;
}
