

.footer-box {
    height: 376px;
    background: #ECECEC;
}


.footer-top-box {
    width: 100%;
    height: 243px;
    padding: 41px 0 36px;
}

.footer-bot-box {
    width: 100%;
    height: 133px;
    background: #4F4F4F;
    padding: 19px 108px;
}

.wd_1200 {
    width: 1200px;
    margin: auto;
    height: auto;
    display: flex;
}

.ft-box1 {
    display: flex;
    flex-direction: column;
    width: 306px;
    align-items: center;
}

.logo-bot {
    width: 226px;
    height: 36px;
}

.brief-box {
    width: 306px;
    border-top: 1px solid #C8C8C8;
    margin-top: 10px;
    padding: 11px 7px 0;
    font-size: 12px;
    color: #7D7D7D;
}

.ft-box2 {
    width: 428px;
    display: flex;
    flex-direction: column;
    margin-left: 36px;
}

.ft-box2-top {
    padding: 11px 6px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #C8C8C8;
}

.text_head {
    font-size: 18px;
    color: #5A5A5A;
    flex: 1;
    text-align: center;
    font-weight: bold;
}

.ft-box2-bot {
    display: flex;
    justify-content: space-between;
    height: 97px;

}

.ft-box-item {
    display: flex;
    height: 97px;
    flex: 1;
    text-align: center;
    flex-direction: column;
}

.ft-box-item a {
    text-decoration: none;
    font-size: 12px;
    color: #8C8C8C;
}

.ft-box-item a:hover {
    color: #EC5151;
}

.ft-box3 {
    margin-left: 76px;
    display: flex;
    flex-direction: column;
}


.ft-box3-one {
    margin-bottom: 11px;
}

.ph-iocn {
    margin-right: 3px;
    width: 14px;
    height: 14px;
}

.sev-icon {
    width: 20px;
    height: 20px;
    margin-left: 37px;
    margin-right: 5px;
}

.service-btn {
    width: 157px;
    height: 30px;
    background: #EC5151;
    display: flex;
    align-items: center;
    border: none;
    align-items: center;
    font-size: 14px;
    color: #fff;
    margin-top: 23px;
}

.ft-box4 {
    width: 139px;
    height: 166px;
    margin-left: 76px;
    background: #fff;
}

.ft-box4-top {
    width: 100%;
    height: 27px;
    display: flex;
    align-items: center;
}

.ft-box4-top-item {
    width: 70px;
    height: 27px;
    border: 1px solid rgba(96, 96, 96, 1);
    text-align: center;
    line-height: 27px;
    background: #fff;
    color: #606060;
}

.c_hover {
    background: #606060 !important;
    color: #fff !important;
    border: 1px solid rgba(96, 96, 96, 1);
}

.follow-img {
    width: 139px;
    height: 139px;
}

.fl_2 {
    display: none;
}


.top-text {
    color: #8C8C8C;
    font-size: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.c_white {
    color: #fff;
}

.blogroll-box {
    color: #8C8C8C;
    font-size: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 9px;
}

.footer-bot-content {
    width: 1200px;
    margin: auto;
    height: auto;
    display: flex;
    flex-direction: column;
}

.approve-img {
    width: 134px;
    height: 47px;
    margin: 10px auto 0;
}

.ft-box-item button {
    background: none;
    border: none;
    margin-top: 6px;
}

.blogroll-box button {
    background: none;
    border: none
}

.blogroll-box button:hover {
    color: #EC5151;
}