* {

    margin: 0;

    padding: 0;

}



.footer {

    width: 100%;

    min-width: 1200px;

    height: 270px;

    background-color: #F1F2F3;

    display: flex;

    justify-content: center;

}



.footerBox {

    max-width: 1200px;

}



.footer_top {

    width: 100%;

    height: 270px;

    display: flex;

    justify-content: center;

    align-items: center;

}



.footer_top_left {

    width: 72.5%;

    height: 180px;

    background: #eaebeb;

}



.footer_top_left_row {

    display: flex;

    justify-content: space-between;

}



.footer_top_left_row:nth-of-type(1) {

    margin-top: 26px;

}



.footer_top_left_row>div {

    line-height: 20px;

    color: #333333;

    font-size: 13px;

    margin-top: 14px;

    /* border: 1px solid #000; */

    /* box-sizing: border-box; */

}



.footer_top_left_content1 {

    width: 420px;

    padding-left: 4%;

    padding-right: 7%;

}



.footer_top_left_content2 {

    width: 480px;

    padding-right: 9%;

}



.footer_top_right {

    width: 24.2%;

    height: 180px;

    margin-left: 3.3%;

    display: flex;

    justify-content: flex-start;

    flex-wrap: wrap;

}



.footer_top_right >div {

    cursor: pointer;

}



.footer_top_right >div img {

    width: 100%;

    height: 100%;

}



.footer_top_right_item1 {

    width: 100%;

    height: 84px;

    font-size: 0;

}



.footer_top_right_item2 {

    width: 60%;

    height: 86px;

    font-size: 0;

    margin-top: 8px;

}



.footer_top_right_item3 {

    width: 37.2%;

    height: 86px;

    font-size: 0;

    margin-top: 8px;

    margin-left: 2.8%;

}



.footer_bottom {

    width: 100%;

    min-width: 1200px;

    height: 54px;

    background-color: #EAEBEB;

    display: flex;

    justify-content: center;

    align-items: center;

}



.footer_bottom_item {

    font-size: 13px;

    color: #999999;

    margin-right: 40px;

}



.footer_bottom_item span {

    color: #333333;

}