.home-footer .section {
    position: relative;
    padding: 140px 50px 0;
    margin: 0 auto;
    min-width: 1100px;
    max-width: 1200px;
}

.home-footer .home-aboutUs {
    min-width: 1200px;
    height: 278px;
    background: #f4f9fc;
}

.home-footer .home-aboutUs .home-icos li {
    position: relative;
    cursor: pointer;
    margin-right: 26px;
    float: left;
}

.home-footer .home-aboutUs .home-icos .f-hover {
    display: none;
    position: absolute;
    top: -94px;
    right: -30px;
}

.home-footer .home-aboutUs .home-icos .f-hover img {
    width: 90px;
    height: 90px;
}


.home-footer .home-nav {
    padding-top: 28px;
    clear: both;
}

.home-footer .home-nav .el-breadcrumb__inner,
.home-footer .home-nav a {
    font-size: 16px;
    font-weight: normal;
    color: #52575d;
}

.home-footer .QR {
    position: absolute;
    top: 0;
    right: 0;
    width: 360px;
    height: 100%;
    padding-top: 64px;
}

.home-footer .QR .public {
    float: right;
    margin-right: 25px;
}

.home-footer .QR .WeChat {
    float: right;
}

.home-footer .QR .WeChat >img {
    width: 150px;
    padding: 0 5px 10px;
}

.home-footer .QR p {
    text-align: center;
    font-size: 12px;
    line-height: 14px;
    color: #b2b7c0;
}

.home-footer .ld-Right-Reserved {
    clear: both;
    background: linear-gradient(30deg, #41a2ff, #9984ee);
    text-align: center;
    height: 64px;
    min-width: 1200px;
    line-height: 64px;
    font-size: 14px;
    color: #fff;
}

.home-footer .ld-Right-Reserved a {
    font-size: 14px;
    color: #fff;
    line-height: 64px;
    text-decoration: none;
}

.home-footer .link-to>div {
    display: inline-block;
    /* cursor: pointer; */
}

.home-footer .focus-on:hover .f-hover {
    display: block;
}

.home-footer .show-bubble {
    display: none;
    position: absolute;
    top: -60px;
    left: -100px;
    padding: 14px;
    font-size: 14px;
    color: #52575d;
    background: #fff;
    box-shadow: 0 0 12px 2px rgba(0, 0, 0, 0.2);
}

.home-footer .show-bubble-tel {
    padding: 10px;
    left: -40px;
    top: -53px;
}

.home-footer .email-li:hover .show-bubble {
    display: block;
}

.home-footer .tel-li:hover .show-bubble-tel {
    display: block;
}

.home-footer .show-bubble:after {
    position: absolute;
    bottom: -10px;
    left: 34px;
    content: "";
    width: 0;
    height: 0;
    margin-left: 60px;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 20px solid #fff;
}

.home-footer .show-bubble-tel:after {
    left: -24px;
}

.home-footer-tel .icp-tel-a {
  color: inherit;
}