/*底部导航*/
.footer-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 46px;
    background: #94070A;
}

/*底部导航单个选项*/
.footer-nav .nav-item {
    height: 46px;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #E7F3F8;
    line-height: 46px;
    padding: 0px 50px;
    cursor: pointer;
}

/*内容导航*/
.footer-con-nav {
    width: 1265px;
    margin: 0 auto;

}

.footer-title span:first-child {
    color: #333333;
    font-weight: bold;
    cursor: auto;
}

.footer-title span {
    cursor: pointer;
}

.footer-title {
    height: 50px;
    line-height: 50px;
    background: #EFEFEF;
    padding-left: 20px;
}

.footer-detail-img {
    display: flex;
    align-items: center;
}

.img-jg {
    width: 56px;
    height: 68px;
    margin-right: 35px;
    cursor: pointer;
}

.img-jc {
    width: 110px;
    height: 55px;
    margin-right: 35px;
    cursor: pointer;
}

.footer-detail {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 10px;
    margin-bottom: 18px;
}

.footer-detail-con {
    display: flex;
}

.detail-row {
    height: 15px;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFF;
    line-height: 15px;
    padding: 0 8px;
}

.detail-row:first-child {
    margin-bottom: 14px;
}

.footer-detail-con div:first-child {
    margin-right: 20px;
}

.footer-hr {
    width: 100%;
    height: 10px;
    background: #94070A;
}


.footer .footer-con {
    background-color: #94070a;
    padding: 40px 0;
}


.linkWe a{
    color: #ffffff !important;
}



