.footer {
    background-color:#000;
    padding-top: 41px;
    cursor: pointer;
    color: #71747c;
}

@media screen and (max-width: 1400px) {
.footer{
    width: 1400px;
}
  }
.footer_link_tit {
    width: 100px;
    height: 36px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #2b3442;
    color: #fff;
}

.footer_link_ul {
    width: 90%;
    display: flex;
    padding-right: 10%;
    flex-wrap: wrap;
    margin-top: 10px;
    font-size: 16px;
    border-bottom: 1px solid #71747c;
    padding-bottom: 50px;
}

.footer_link_item {
    margin-right: 30px;
    line-height: 25px;
    font-size: 16px;
}

.footer_link_item a {
    color: #71747c;
}

.footer_link_item a:hover {
    color: #fff;
    transition: all 0.15s ease-in-out 0s;
}

.footer_info {
    padding: 60px 0 100px 0;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #71747c;
}

.footer_info_le > div {
    height: 32px;
    font-size: 12px;
}

.footer_info_le > div > img {
    margin-right: 10px;
}

.footer_info_le > div:hover {
    color: #fff;
    transition: all 0.1s ease-in-out 0s;
}

.footer_info_con {
    width: 25%;
    display: flex;
    justify-content: space-between;
}

.footer_info_con_li_tit {
    font-size: 14px;
    color: #fff;
    margin-bottom: 20px;
}

.footer_info_con_li_txt {
    font-size: 12px;
    color: #71747c;
    margin-bottom: 12px;
}

.footer_info_con_li_txt a {
    color: #71747c;
}

.footer_info_con_li_txt a:hover {
    color: #fff;
    transition: all 0.1s ease-in-out 0s;
}

.footer_info_rig {
    display: flex;
    justify-content: space-between;
    color: #71747c;
}

.footer_info_rig > div {
    margin: 0 10px;
}
.footer_info_rig img{
    width: 120px;
    height: 120px;
}
.footer_info_rigtxt {
    margin-top: 15px;
    text-align: center;
}

.footer_bottom {
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 12px;
}


.footer_bottom > div > a {
    color: #71747c;
}

.footer_bottom_fen {
    margin: 0 10px;
}

.footer_bottom > div:hover {
    color: #fff;
    transition: all 0.1s ease-in-out 0s;
}