/* #footer 底部------------ */

#footer {
    background: #eef5ff;
}

.foot-c {
    display: table;
    padding: 28px 0;
padding-left: 303px;
}

.foot-l {
    display: table-cell;
    width: 340px;
    vertical-align: middle;
    background: #e7f1ff;
    text-align: center;
    border-left: 35px solid #eef5ff;
}

.foot-m {
    display: table-cell;
    width: 430px;
    vertical-align: middle;
    background: #e7f1ff;
    text-align: center;
    padding: 20px 0;
    border-left: 15px solid #eef5ff;
    border-right: 15px solid #eef5ff;
}

.foot-m h3 {
    font-size: 15px;
    font-weight: 600;
    color: #434343;
    margin-bottom: 10px;
}

.foot-m p {
    color: #434343;
    font-size: 15px;
    line-height: 25px;
}

.foot-r {
    display: table-cell;
    width: 340px;
    vertical-align: middle;
    background: #e7f1ff;
    text-align: center;
    font-size: 0;
}

.foot-r div {
    display: inline-block;
    margin: 0 6px;
}

.foot-r div img {
    width: 74px;
    border: 5px solid #fff;
}

.foot-r div p {
    font-size: 15px;
    color: #434343;
    line-height: 22px;
    margin-top: 5px;
}

.foot-bq {
    background: #e7f1ff;
    padding: 15px 0;
    text-align: center;
}

.foot-bq span {
    font-size: 15px;
    line-height: 26px;
    color: #434343;
}

.foot-bq p {
    font-size: 15px;
    line-height: 26px;
    color: #434343;
}

#link {
    border-top: 8px solid #2c69bc;
}

.links {
    background: #fff;
    overflow: hidden;
}

.home_links {
    padding: 16px 0;
    height: auto;
    overflow: hidden;
}

.home_links .link {
    margin: 0 auto;
    text-align: center;
}

.dhlj li {
    display: inline-block;
    text-align: left;
    padding: 0 60px;
    border-right: 1px solid #ddd;
    font-size: 16px;
    color: #444;
    line-height: 23px;
    cursor: pointer;
}

.dhlj li p {
    padding-right: 35px;
    background: url() right center no-repeat;
}

.dhlj li.on p {
    background: url() right center no-repeat;
    color: #2c69bc;
}

.home_links_drop ul {
    display: none;
    font-size: 16px;
    padding: 20px 0;
    overflow: hidden;
    width: 1200px;
    margin: 0 auto;
    border-top: 1px solid #ddd;
}

.home_links_drop ul li {
    float: left;
    width: 20%;
    line-height: 30px;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    overflow: hidden;
}

.home_links_drop ul li a:hover {
    color: #2c69bc;
}