@charset "utf-8";

/* 底部样式 */
.footer {
    clear: both;
    width: 100%;
    max-width: 1920px;
    height: 286px;
    margin: 0 auto;
    background-image: url(../../images/2025new/footerBg.png);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.footerBox {
    width: 1200px;
    height: 286px;
    margin: 0 auto;
    color: #fff;
    padding: 20px 20px;
}

.links {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 16px;
}

.links_yqlj a {
    color: #252738;
    margin-right: 30px;
}

.links_yqlj {
    font-size: 16px;
    color: #252738;
}

.kslj {
    color: #805106;
    font-size: 16px;
    background: #F4D299;
    border-radius: 15px;
    border: 1px solid rgba(216, 174, 103, 0.55);
    padding: 5px 15px;
}

#linksbg2 {
    font-size: 16px;
}

#linksbg2 select {
    width: 160px;
    height: 40px;
    background: #D9B88C;
    border-radius: 20px;
    border: 1px solid rgba(216, 174, 103, 0.55);
    padding: 0 20px;
    font-size: 16px;
    color: #805106;
    outline: none;
    cursor: pointer;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="12" height="8" viewBox="0 0 12 8"><path fill="%23805106" d="M0 0l6 8 6-8z"/></svg>');
    background-repeat: no-repeat;
    background-position: right 15px center;
    background-size: 12px 8px;
    padding-right: 35px;
}

#linksbg2 select::-ms-expand {
    display: none;
}

#linksbg2 select option {
    background: #fff;
    color: #333;
    padding: 5px;
}

.dzjg {
    display: block;
    width: 56px;
    height: 58px;
   
}

.erweima {
    width: 84px;
    height: 84px;
    margin-left: 40px;
    background: #E8EAF0;
}
.erweima img {
    width: 100%;
    height: 100%;
}
.erweima p{
    text-align: center;
}
.footInfo {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 40px;
}
.beian {
    padding-left: 29px;
    background: url(../../images/beian.png) left center / 24px 24px no-repeat;
}
* 
.footerBotom {
    display: flex;
    align-items: center;
}
.footerBotom a{
  color:#fff;
}
.ewmBox {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.finfo {
    font-size: 14px;
    line-height: 25px;
    margin-left: 40px;
}