.footer6 {
    position: relative;
    height: 480px;
}

.footer6 * {
    box-sizing: border-box;
}

.footer6 img {
    max-width: 100%;
    display: block;
    border: 0;
}

.footer6 .footer6Bg {
    position: absolute;
    height: 480px;
    object-fit: cover;
    width: 100%;
}

.footer6 .footer6Content {
    text-align: center;
    max-width: 1200px;
    margin: 0 auto;
    position: absolute;
    width: 100%;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
}

.footer6 .footer6Content .freePhone {
    font-size: 20px;
    color: rgb(165, 165, 165);
    line-height: 1.5;
    margin-bottom: 30px;
}

.footer6 .footer6Content .phoneNum {
    font-size: 34px;
    color: rgb(191, 191, 191);
    line-height: 1.5;
    margin-bottom: 48px;
}

.footer6 .footer6Content .dec {
    font-size: 14px;
    line-height: 1.5;
    color: #505050;
}

.footer6 .footer6Content .navContent {
    margin: 0 auto;
}

.footer6 .footer6Content .navContent .nav {
    margin: 0;
    margin-bottom: 22px;
    display: inline-block;
    padding: 0;
    list-style: none;
    font-size: 0;
}

.footer6 .footer6Content .navContent .nav:after {
    content: "";
    height: 0;
    display: block;
    clear: both;
    visibility: hidden;
}

.footer6 .footer6Content .navContent .nav li {
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    color: rgb(127, 127, 127);
}

.footer6 .footer6Content .navContent .nav li a {
    display: inline-block;
    width: 70px;
    text-align: center;
    text-decoration: none;
    color: rgb(165, 165, 165);
}

.footer6 .footer6Content .navContent .nav li a:hover {
    color: #fff;
}