@charset "UTF-8";
/**
 * @desc 公司新官网footer
 * @author hongyu
 * @date 2022-6-1
 */

/* Comment footer S */
.index-footer {
    width: 100%;
    height: 254px;
    background-color: #17264e;
    position: relative;
}

.footer-logo {
    position: absolute;
    top: 50px;
    left: 163px;
    width: 210px;
    height: 70px;
}

.footer-logo img {
    width: 100%;
    height: 100%;
}

.footer-name {
    position: absolute;
    top: 141px;
    left: 173px;
    width: 252px;
    height: 19px;
    opacity: 60%;
    font-family: Segoe UI;
    color: #ffffff;
    font-size: 14px;
}

.footer-record {
    position: absolute;
    top: 161px;
    left: 173px;
    width: 479px;
    height: 19px;
    opacity: 60%;
    font-family: Segoe UI;
    color: #ffffff;
    font-size: 14px;
}

.footer-record img {
    width: 18px;
    height: 20px;
}

.footer-call {
    position: absolute;
    top: 100px;
    right: 538px;
    display: inline-block;
}

.footer-call-title {
    width: 56px;
    height: 19px;
    opacity: 60%;
    font-family: Segoe UI;
    color: #ffffff;
    font-size: 14px;
}

.footer-call-type {
    margin-top: 22px;
    width: 92px;
    height: 34px;
    display: flex;
    justify-content: space-between;
}

.footer-call-type>div {
    position: relative;
    height: 34px;
    width: 34px;
}

.footer-call-type>div>img {
    width: 100%;
    height: 100%;
    cursor: pointer;
}

.footer-call-type .footer-call-type-hover {
    opacity: 0;
    transition: all .3s;
}

.footer-call-type .footer-call-type-wechat .footer-call-type-hover {
    position: absolute;
    width: 100px;
    height: 108px;
}

.footer-call-type .footer-call-type-wechat .footer-call-type-hover img {
    width: 100%;
    height: 100%;
}

.footer-call-type .footer-call-type-wechat .footer-call-type-hover {
    left: -33px;
    top: -112px;
}

.footer-call-type .footer-call-type-wechat:hover .footer-call-type-hover {
    opacity: 1;
}

.footer-call-type .footer-call-type-phone .footer-call-type-hover {
    position: absolute;
    width: 212px;
    height: 188px;
    left: -90px;
    top: -192px;
}

.footer-call-type .footer-call-type-phone .footer-call-type-hover img {
    width: 100%;
    height: 100%;
}

.footer-call-type .footer-call-type-phone:hover .footer-call-type-hover {
    opacity: 1;
}

.footer-tabs {
    position: absolute;
    top: 100px;
    right: 171px;
    width: 280px;
    display: inline-block;
}

.footer-tabs-title {
    height: 19px;
}

.footer-tabs-title>div {
    display: inline-block;
    margin-left: 3px;
    font-family: Segoe UI;
    color: rgba(165, 167, 169, 1);
    font-size: 14px;
}

.footer-tabs-title-item {
    cursor: pointer;
}

.footer-tabs-title-item-active {
    color: #4977fb !important;
}

.footer-tabs-title-item:first-of-type {
    margin-left: 0;
}

.footer-tabs-content {
    margin-top: 20px;
    width: 100%;
}

.footer-tabs-content-item {
    display: none;
}

.footer-tabs-content-item-active {
    display: inline-block;
}

.footer-tabs-content-address {
    opacity: 60%;
    width: 100%;
    height: 19px;
    font-family: Segoe UI;
    color: #ffffff;
    font-size: 14px;
}

.footer-tabs-content-phone {
    margin-top: 6px;
    width: 100%;
    height: 19px;
    opacity: 60%;
    font-family: Segoe UI;
    color: #ffffff;
    font-size: 14px;
}

/* Comment footer E */