﻿@charset "utf-8";
/*---------------------------------------------------------
footer styles
---------------------------------------------------------*/

#footer {
    background: #e7e7e7;
}

.foot_info,
.footer_content {
    width: 1200px;
    margin: 0 auto;
}

/* 友情链接*/
.foot_info {
    border-bottom: 1px solid #333333;
}

.friend_link {
}

.friend_link li,
.friend_link select {
    text-align: center;
    text-align-last: center;
    font-size: 19px;
}

.friend_link li {
    width: 19%;
    line-height: 25px;
    background: #FFFFFF;
    border: 1px solid #666666;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 24px 0 18px 0;
    padding: 5px 0;
}

.friend_link li:last-of-type {
    margin-right: 0;
}

.friend_link select {
    width: 100%;
    height: 100%;
    border-radius: 5px;
    cursor: pointer;
    outline: none;
    border: none;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    padding: 0 10px;
}

.friend_link li:last-of-type::after {
    content: "";
    width: 9px;
    height: 8px;
    background: url(xy_sfj_icon_triangle.png) center no-repeat;
    background-size: 100% 100%;
    margin-left: -14px;
    margin-right: 14px;
    pointer-events: none;
}

/* 脚部主体 */
.footer_content {
    padding: 20px 0 50px 0;
    position: relative;
}

.footer_content li,
.footer_content a {
    line-height: 40px;
    font-size: 19px;
    color: #333;
}

.footer_content li span {
    padding: 0 10px;
}

.footer_content .jbzx img,
.footer_content .jiucuo img {
    width: 104px;
    margin: 0 10px;
}

.footer_content_center {
    width: 80%;
}