.footer {
    height: 300px;
    background-color: #F0F6FB;
    border-top: 2px solid #D2D9DE
}

.yqlink {
    max-width: 1200px;
    margin: 0 auto;
    font-size: 16px;
    color: #AAB4BB;
    padding-bottom: 20px;
    padding-top: 10px;
}

.yqlink1 {
    margin-top: 30px;
    margin-left: 20px;
}

.yqlink1 a {
    color: #AAB4BB;
    text-decoration: none;
}

.yqlink1 a:hover {
    color: #747575;
    text-decoration: none;
}

.yqft {
    font-size: 20px;
    color: #000;
}

.footcenter {
    max-width: 1200px;
    margin: 0 auto;
    padding-top: 30px;
    border-top: 2px solid #D2D9DE
}

.footcon {
    max-width: 1200px;
    margin: 0 auto;
    padding-top: 30px;
}

.footlogo {
    width: 30%;
    float: left;
}

.footlogoimg {
    height: 88px;
    width: 261px;
}

.footright {
    width: 70%;
    float: right;
    /* border: red 1px solid;*/
}

.znlay {
    float: right;
    margin-right: 10px;
}

.addlay {
    float: right;
    text-align: right;
    margin-top: 20px;
    ;
    margin-right: 10px;
}

.addlay p {
    line-height: 15px;
}

.znlink {
    color: #AAB4BB;
    text-decoration: none;
}

.znlink a {
    color: #AAB4BB;
    text-decoration: none;
}

.znlink a:hover {
    color: #747575;
    text-decoration: none;
}

.znlink {
    display: flex;
    list-style-type: none;
    /* 如果需要移除列表前的默认圆点 */
}

.znlink li {
    height: 20px;
    border-right: #bebebe 1px solid;
    ;
    padding-right: 10px;
    padding-left: 10px;
}

.copyright {
    display: flex;
    height: 65px;
    background-color: #006CB7;
    text-align: center;
    font-size: 16px;
    align-items: center;
    justify-content: center;
    color: #ffffff;
}

.copyright a {
    text-decoration: none;
    color: #ffffff;
}

.copyright a:hover {
    color: #ebe7e7;
    text-decoration: none;
}

.footgsxx {
    margin-top: 30px;
    color: #020202;
    line-height: 100%;
}

.footcprx {
    margin-top: 30px;
    color: #a4a3a3;
    line-height: 100%;
}

.footyqlj {
    margin-top: 30px;
    color: #a4a3a3;
    line-height: 100%;
}


/* 下拉选项部分样式 */

.form-select.bg-transparent option {
    background-color: #f8f9fa !important;
    /* 与父容器相同颜色 */
    color: #6c757d;
}


/* 恢复默认的下拉箭头，确保是灰色 */

.form-select.bg-transparent {
    appearance: none;
    padding-right: 2.5rem;
}