.footer11 * {
    box-sizing: border-box;
}

.footer11 img {
    max-width: 100%;
    display: block;
    border: 0;
}

.footer11Top {
    position: relative;
    height: 220px;
}

.footer11Top .footer11Bg {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.footer11 .footer11Content {
    max-width: 1200px;
    margin: 0 auto;
}

.footer11Top .content {
    padding-top: 50px;
    padding-bottom: 40px;
    width: 100%;
    position: absolute;
    left: 50%;
    transform: translate(-50%);
    font-size: 0;
}

.footer11Top .content:after {
    content: "";
    height: 0;
    display: block;
    visibility: hidden;
    clear: both;
}

.footer11Top .content .left,
.footer11Top .content .right {
    width: 50%;
    display: inline-block;
    vertical-align: top;
}

.footer11Top .content .left .imgBox .img {
    margin: 0 auto;
    height: 40px;
    width: 194px;
    object-fit: cover;
}

.footer11Top .content .left .commitContent {
    margin-top: 30px;
    margin-left: 60px;
    margin-right: 60px;
    font-size: 0;
}

.footer11Top .content .left .commitContent .searchBox {
    display: inline-block;
    background: #fff;
    height: 36px;
    line-height: 36px;
    padding-left: 10px;
    width: 82%;
    font-size: 14px;
}

.footer11Top .content .left .commitContent .searchBox img {
    display: inline-block;
    width: 16px;
    height: 16px;
    vertical-align: middle;
    margin-right: 10px;
    cursor: pointer;
    object-fit: cover;
}

.footer11Top .content .left .commitContent .searchBox input {
    border: none;
    outline: none;
    font-size: 14px;
    color: #333;
}

.footer11Top .content .left .commitContent button {
    cursor: pointer;
    font-size: 12px;
    background: #1976d2;
    color: #fff;
    border: none;
    height: 36px;
    line-height: 36px;
    width: 64px;
}

.footer11Top .content .right .nav {
    padding: 10px;
    line-height: 3;
    border-bottom: 1px solid rgba(255, 255, 255, 0.52);
    font-size: 0;
}

.footer11Top .content .right .nav li {
    display: inline-block;
    vertical-align: top;
    color: #fff;
}

.footer11Top .content .right .nav li a {
    font-size: 16px;
    color: #fff;
    vertical-align: middle;
    padding: 0 10px;
}

.footer11Top .contactUs {
    padding: 10px;
    margin-top: 10px;
    overflow: hidden;
    font-size: 0;
}

.footer11Top .contactUs .contactUsItem {
    margin-left: 16px;
    overflow: hidden;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 10px;
}

.footer11Top .contactUs .contactUsItem .iconImg {
    width: 28px;
    height: 28px;
    display: inline-block;
    vertical-align: top;
    object-fit: cover;
}

.footer11Top .contactUs .contactUsItem .text {
    font-size: 14px;
    color: rgb(255, 255, 255);
    padding-left: 14px;
    display: inline-block;
    vertical-align: top;
    width: calc(100% - 28px);
}

.footer11Top .contactUs .contactUsItem .text p {
    margin: 0;
    line-height: 2;
}

.footer11Bottom {
    background: rgb(0, 176, 240);
    font-size: 14px;
    color: #fff;
}

.footer11Bottom .decContent {
    text-align: center;
    padding: 14px 10px;
}