/*右侧返回顶部样式*/
.stickBox {
    position: fixed;
    right: 0px;
    bottom: 66px;
    z-index: 99;
}

.stickBox .stickImg, .stickBox .backImg {
    width: 80px;
    background-color: rgba(30, 30, 30, 0.25);
    text-align: center;
    margin-bottom: 10px;
    line-height: 25px;
    border-radius: 3px;
    font-size: 12px;
    color: #fff;
    padding: 10px 0px 5px;
    cursor: pointer;
}

.stickBox .stickImg img, .stickBox .backImg img {
    width: 40px;
}

.stickBox .stickImg {
    display: none;
}

/* 底部 */
/* 底部模块 */
.foot {
    background: url(/xjgc/img/xjgc/foot-bg-4859e3b32818ce3bdc783133a3eb3c68.png) no-repeat;
    background-size: cover;
}
.copyright a{
    color: #D1ECFB;
}
.foot .foot_top {
    display: flex;
    padding: 85px 4%;
    color: #D1ECFB
}
.foot .foot_top .foot_logo img{
    width: 80%;
}
.foot .foot_top img {
    width: 100%;
}

.foot .foot_top .foot_com_info {
    box-sizing: border-box;
    /*flex: 1;*/
    margin-right: 1%;
    width: 23%;
}

.foot .foot_top .foot_address {
    margin-top: 32px;
    width: 100%;
    /* height: 88px; */
    text-align: left;
    font-size: 16px;
    line-height: 32px;
    white-space: nowrap;
}

.foot .foot_top .foot_service_hotline {
    text-align: left;
    margin-top: 32px;
    width: 100%;
}

.foot .foot_top .foot_service_hotline > img {
    width: 100%;
}

.foot .foot_top .foot_md {
    /*width: 56%;*/
    width: 60%;
    border-right: 2px dotted #8ca0b4;
    border-left: 2px dotted #8ca0b4;
    display: flex;
}

.foot .foot_top .foot_md .foot_list {
    border-right: 2px dotted #8ca0b4;
    text-align: center;
    flex: 1;
}

.foot .foot_top .foot_md .foot_list:last-child {
    border-right: none;
}

.foot .foot_top .foot_md .foot_list_title {
    font-size: 18px;
    font-weight: 500;
    line-height: 36px;
    margin-bottom: 10px;
}

.foot .foot_top .foot_md .foot_list_title > a {
    color: #D1ECFB
}

/*.foot .foot_top .foot_md .foot_list_title > a:hover {*/
/*    color: #4c94c8*/
/*}*/

.foot .foot_top .foot_md li a {
    font-size: 16px;
    font-weight: 400;
    line-height: 35px;
    color: #D1ECFB;
}

/*.foot .foot_top .foot_md li a:hover {
    color: #4791c6;
}*/

.qr_code {
    width: 16%;
    padding-left: 1%;
    font-size: 16px;
    line-height: 30px;
    flex: 1;
    text-align: center;
    white-space: nowrap;
    display: flex;
    justify-content: space-around;
}

.qr_code .item_code img {
    min-width: 80px;
    /*max-width: 180px;*/
    margin-bottom: 10px;
}

/*.qr_code .l-code {
    margin-right: 20px;
}*/

.foot_bottom {
    border-top: 1px solid #8ca0b4;
    box-sizing: border-box;
    text-align: center;
    padding: 26px 0 24px 0;
    font-size: 16px;
    color: #D1ECFB;
    line-height: 36px;
}

.foot_md_100 {
    display: block !important;
}

.foot_md_992 {
    display: none !important;
}

.foot_md_768 {
    display: none !important;
}

/* -------------------中等屏幕 桌面显示器 (≥992px)----------------------- */
@media (min-width: 992px) and (max-width: 1385px) {
    .foot .foot_top {
        display: flex;
        padding: 85px 4%;
        color: #D1ECFB
    }

    .foot .foot_top img {
        width: 80%;
    }

    .foot .foot_top .foot_service_hotline > img {
        width: 80%;
    }

    .foot .foot_top .foot_com_info {
        width: 29%;
    }

    .foot .foot_top .foot_md {
        width: 59%;
    }

    .qr_code {
        width: 7%;
        display: block;
    }

    .qr_code .l-code {
        margin-right: 0px;
    }

    .qr_code .item_code p {
        margin-bottom: 5px;
    }

    .foot .foot_top .foot_md .foot_list_title {
        font-size: 16px;
    }

    .foot .foot_top .foot_md li a {
        font-size: 14px;
    }
}

/* -------------------小屏幕 平板 (≥768px)----------------------- */
@media (min-width: 768px) and (max-width: 992px) {
    /* 底部 */
    .foot_md_100 {
        display: none !important;
    }

    .foot_md_992 {
        display: block !important;
    }

    .foot_md_768 {
        display: none !important;
    }

    .foot .foot_top {
        display: block;
        padding: 20px 4% 0px;
        text-align: center;
    }

    .foot .foot_top .foot_logo {
        width: 100%;
        padding: 10px 0px 20px;
        border-bottom: 1px solid #8ca0b4;
    }

    .foot .foot_top img {
        width: 230px;
        margin: auto;
    }

    .foot .foot_top .foot_com_info {
        width: 100%;
        margin: 10px auto 0px;
        display: flex;
        width: 100%;
    }

    .foot .foot_top .foot_address {
        margin-top: 10px;
        text-align: left;
        border-bottom: 1px solid #8ca0b4;
        padding-bottom: 10px;
        font-size: 17px;
        width: 40%;
    }

    .foot .foot_top .foot_service_hotline {
        margin-top: 10px;
    }

    .foot .foot_top .foot_service_hotline > img {
        max-width: 250px;
    }

    .foot .foot_top .qrCode {
        width: 60%;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        padding: 20px 0px;
        border-bottom: 1px solid #8ca0b4;
    }

    .foot .foot_top .qrCode .item_code p {
        margin-top: 10px;
    }

    .foot .foot_top .qrCode .item_code img {
        width: 70%;
    }

    .footMenu .foot_list {
        display: flex;
        align-items: center;
        font-size: 16px;
        padding: 25px 0px;
        border-bottom: 1px solid #8ca0b4;
    }

    .footMenu .foot_list:last-child {
        border-bottom: none;
    }

    .footMenu .foot_list .foot_list_title {
        padding-right: 25px;
        text-align: left;
        border-right: 1px dashed #8ca0b4;
        white-space: nowrap;
        font-size: 18px;
    }

    .footMenu .foot_list .foot_list_title a {
        color: #D0EBFA !important;
    }

    .footMenu .foot_list ul {
        margin-bottom: 0px;
    }

    .footMenu .foot_list ul li {
        float: left;
        margin-left: 20px;
        line-height: 30px;
    }

    .foot_bottom {
        border-top: 1px solid #8ca0b4;
        font-size: 16px;
        padding: 20px 0px;
        line-height: 30px;
    }
}

/* -------------------超小屏幕 手机 (<768px)----------------------- */
@media (max-width: 768px) {
    /*右侧返回顶部样式*/
    .stickBox .stickImg, .stickBox .backImg {
        width: 65px;
        line-height: 20px;
    }

    .stickBox .stickImg img, .stickBox .backImg img {
        width: 32px;
    }
    /* 底部 */
    .foot_md_100 {
        display: none !important;
    }

    .foot_md_992 {
        display: none !important;
    }

    .foot_md_768 {
        display: block !important;
    }

    .foot .foot_top {
        display: block;
        padding: 20px 0px 0px;
        text-align: center;
    }

    .foot .foot_top .foot_logo {
        width: 100%;
        padding: 10px 20px 20px;
        border-bottom: 1px solid #8ca0b4;
    }

    .foot .foot_top img {
        width: 230px;
        margin: auto;
    }

    .foot .foot_top .foot_com_info {
        width: 100%;
        margin: 10px auto 0px;
    }

    .foot .foot_top .foot_address {
        margin-top: 10px;
        text-align: left;
        border-bottom: 1px solid #8ca0b4;
        padding: 0px 20px 10px;
        font-size: 14px;
    }

    .foot .foot_top .foot_service_hotline {
        margin-top: 10px;
    }

    .foot .foot_top .foot_service_hotline > img {
        max-width: 220px;
    }

    .foot .foot_top .qrCode {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 20px 0px;
        border-bottom: 1px solid #8ca0b4;
    }

    .foot .foot_top .qrCode .item_code p {
        margin-top: 10px;
    }

    .foot .foot_top .qrCode .item_code img {
        width: 70%;
    }

    .footMenu .foot_list {
        display: flex;
        align-items: center;
        font-size: 14px;
        padding: 12px 20px;
        border-bottom: 1px solid #8ca0b4;
    }

    .footMenu .foot_list:last-child {
        border-bottom: none;
    }

    .footMenu .foot_list .foot_list_title {
        width: 68px;
        text-align: left;
        border-right: 1px dashed #8ca0b4;
        white-space: nowrap;
    }

    .footMenu .foot_list .foot_list_title a {
        color: #D0EBFA !important;
    }

    .footMenu .foot_list ul {
        margin-bottom: 0px;
        width: calc(100% - 68px);
    }

    .footMenu .foot_list ul li {
        float: left;
        margin-left: 10px;
        line-height: 28px;
    }

    .foot_bottom {
        border-top: 1px solid #8ca0b4;
        font-size: 12px;
        line-height: 25px;
        padding: 10px 20px;
    }
    .foot .foot_top .foot_logo img{
        width: 70%;
    }
}