footer {
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    box-sizing: border-box;
    margin: 0;
    border: 0;
    font: inherit;
    display: block;
    font-size: .825em;
    clear: both;
    position: relative;
    padding: 0;
    bottom: 0;
    width: 100%;
    color: #fff !important;
    background-color: #363c44;
}

.footer_container {
    padding: 30px  60px;
    display: flex;
    color: #fff;
    justify-content: space-between;
}
.footer_container .item {
    height: 200px;
}

.footer_container_left {
    width: 30%;
}
.phone_box .phone_box_title {
  font-size: 16px;
  white-space: nowrap;
}
.phone_box .phone_box_phone {
    font-weight: 400;
    font-size: 30px;
    margin-bottom: 20px;
}

.QRCode_box {
    display:flex;
    justify-content: space-between;
}
.QRCode_box .QRCode_box_item {
    width: 80px;
    height: 135px;
}
.QRCode_box .QRCode_box_item img {
    width: 100%;
    height: 80px;
}


/* 关于我们 产品服务 联系我们 样式 */
.footer_container_minddle {
    width: 65%;
    display: flex;
}

.about_we_box div {
    height: 35px;
}

.about_we_box a {
    display: block;
    height: 25px;
    text-decoration: dashed;
    line-height: 25px;
    color: #fff;
}

.about_we_box:nth-child(3) a {
    height: auto;
}


/* 版权所有区域样式 */

.container-fluid {
    height: 50px;
    margin: 0;
    padding: 0;
    background-color: #2a3038;
}
.container-fluid {
    text-align: center;
    padding-top: 20px;
}