.bottom {
    width: 100%;
    height: 300px;
    background: #D8E1E8;
}

a {
    list-style: none;
    text-decoration: none;
    color: #5F6C75
}

a:hover {
    color: #4990E2
}

.bottom-con {
    width: 1366px;
    margin: 0 auto;
    height: 100%;
    display: flex;
    justify-content: space-between;
    /* padding: 0 20px 0 20px; */
    box-sizing: border-box;
}

.bottom-lf {
    height: 100%;
    color: #5F6C75;
}

.bottom-lf>p:nth-child(1),
.bottom-lr>p:nth-child(1) {
    margin-top: 40px;
    font-size: 20px;
}

.bottom-lf>p:nth-child(2) {
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 16px;
}

.bottom-lr {
    height: 100%;
    color: #5F6C75;
}

.company p {
    margin-top: 6px;
    margin-bottom: 0px;
}

.bottom-ul {
    display: flex;
    flex-direction: row;
    margin-top: 30px;
    margin-bottom: 10px;
    list-style: none;
    align-items: center;
}

.bottom-ul li {
    margin-right: 30px;
}

.beian {
    margin-left: -4px;
}

.beian span {
    padding-left: 4px;
    padding-right: 4px;
}

.bottom-ul li a {
    text-decoration: none;
    color: #6B6B6B;
}

.weibo {
    height: 50px;
    display: flex;
    margin-top: 20px;
    align-items: center;
}

.weibo span {
    margin-left: 10px;
}

.weixin {
    margin-top: 30px;
    margin-left: -20px;
}

.weixin img {
    margin-left: 20px;
}

.suspend {
    position: fixed;
    bottom: 100px;
    right: 10px;
    display: flex;
    flex-direction: column;
    z-index: 99;
}

.suspend img {
    width: 80%;
}

.weixin_show {
    width: 132px;
    height: 122px;
    background-image: url("../image/2.png");
    background-size: 100% 100%;
    position: fixed;
    bottom: 209px;
    right: 110px;
    display: none;
}

.chengxu {
    width: 132px;
    height: 122px;
    background-image: url("../image/1.png");
    background-size: 100% 100%;
    position: fixed;
    bottom: 156px;
    right: 110px;
    display: none;
}

.weixin_show img,
.chengxu img {
    margin-top: 8px;
    margin-left: 8px;
}

.bottom-ul li a:hover {
    color: #4990E2;
}

@media (max-width: 1366px) {
    .bottom-con {
        width: 1200px;
        /* padding: 0 20px 0 20px; */
        height: 100%;
        margin: 0 auto;
        display: flex;
        justify-content: space-between;
        box-sizing: border-box;
    }
    .suspend img {
        width: 70%;
    }
    .weixin_show {
        width: 100px;
        height: 90px;
        bottom: 180px;
    }
    .chengxu {
        width: 100px;
        height: 90px;
    }
    .suspend {
        right: 5px
    }
    .weixin_show img,
    .chengxu img {
        margin-top: 10px;
        margin-left: 10px;
    }
}