.footer {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
    background: #262626;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    -khtml-user-select: none;
    user-select: none;
}

.footer-container {
    position: relative;
    width: 1230px;
    height: 521px;
}

.wx {
    position: absolute;
    top: 140px;
    right: 58px;
    width: 144px;
    height: 144px;
    background: #fff;
    display: none;
}

.dy {
    position: absolute;
    top: 130px;
    right: 12px;
    width: 151px;
    height: 152px;
    background: #fff;
    display: none;
}

.footer-title {
    display: flex;
    justify-content: center;
    position: relative;
    width: 100%;
    height: auto;
    background: #EDF3F6;
    cursor: pointer;
}

.footer-title-desc {
    position: absolute;
    top: 147px;
    font-size: 56px;
    font-family: Alibaba PuHuiTi;
    font-weight: bold;
    color: #FFFFFF;
}

.wwww-hezuo {
    position: absolute;
    top: 274px;
}

.footer-title h2 {
    font-size: 35px;
    color: #262626;
    font-weight: 500;
}

.footer-title h4:hover {
    transform: scale(1.2);
}

.footer-title h4 a {
    font-size: 25px;
    font-weight: 500;
    color: #262626;
}



.footer-title h4 {
    padding: 5px;
    margin-top: 10px;
    border-bottom: 2px solid #000;
}

.footer-detail {
    display: flex;
    flex-flow: column;
    height: 520px;
    color: #fff;
}

.footer-article {
    display: flex;
    padding-top: 115px;
}

.col-article {
    position: relative;
    padding-left: 30px;
    padding-right: 30px;
    margin: 0;
    overflow: hidden;
}

.col-article::after {
    position: absolute;
    top: 7px;
    right: 0px;
    height: 38px;
    width: 1px;
    background: #fff;
    content: "";
}

.col-article dd a {
    color: #ccc;
}

.col-article:last-child::after {
    display: none;
}

.footer-article .col-article:first-child {
    padding-left: 0px;
}

dd {
    display: flex;

}

dd a {
    display: block;
    padding-top: 10px;
    padding-left: 20px;
    color: #ADADAD;
}

dd a:first-child {
    padding-top: 10px;
    padding-left: 0px;
}

.footer-article .col-article:last-child {
    border: none;
}

.footer-article-b {
    margin-top: 26px;
}

.footer-article-b dd a {
    color: #ccc;
}

.footer-dec {
    display: flex;
    margin-top: 40px;
    border-bottom: 1px solid #fff;
    padding: 10px 0px;
}

.weixin {
    width: 156px;
    height: 160px;
    background: #fff;
}

.douyin {}

.footer-dec-dd {
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding-top: 10px;
    padding-left: 18px;
}

.ccc {
    display: flex;
}

.ccc span {
    font-size: 24px;
    padding: 0px 0px;
}

.eee {
    margin-left: 18px;
}

.company {
    position: relative;
}

.company::after {
    position: absolute;
    height: 12px;
    width: 1px;
    background: #fff;
    content: "";
    top: 4px;
}

.company::after {
    margin-left: 7px;
}

.company-dec {
    font-family: SourceHanSansSC-Normal;
    padding-left: 14px;
    color: #ccc;
}

.footer-dec-dd .about {
    margin-left: 30px;
}

.address {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
    color: #ccc;
}

.a {
    display: flex;
    color: #ccc;
}

.a-2 {
    padding-left: 30px;
}

.ddd {
    color: #ccc;
    display: flex;
    margin-top: 20px;
}

.sssss {
    color: #ccc;
    display: flex;
    margin-top: 20px;
    flex-wrap: wrap;
}