* {
    margin: 0;
    padding: 0;
}

html {
    margin: 0;
    padding: 0;
}

body {
    width: 100vw;
    margin: 0;
    padding: 0;
    /*font-family: "PingFangSC-Regular","Microsoft YaHei", serif;*/
    font-family: "HanHei SC",PingHei,"PingFang SC","Helvetica Neue",Helvetica,Arial,"Microsoft Yahei","Hiragino Sans GB","Heiti SC","WenQuanYi Micro Hei",sans-serif;
    letter-spacing: 0.05em;
}

.foot {
    height: 507px;
    width: 100%;
    background-color: #071C51;
    position: relative;
    bottom: 0;
}

.footBody {
    height: 507px;
    width: 1280px;
    margin: auto;
    display: flex;
    flex-direction: column;
}

.foot_top {
    width: 100%;
    height: 221px;
    padding-top: 51px;
    display: flex;
    color: #FFFFFF;

    justify-content: space-between;
}

.foot_top_one {
    display: flex;
    flex-direction: column;
}

.foot_top_one > img {
    width: 116px;
    height: 31px;
}

.foot_top_one > div {
    width: 266px;
    font-size: 14px;
    font-weight: 400;
    line-height: 25px;
    margin-top: 15px;
}

.foot_top_two {
    width: 98px;
}

.foot_top_two > div:not(:first-child) > a{
    cursor: pointer;
    text-decoration: none;

}

.foot_top_three > div:not(:first-child) > a{
    cursor: pointer;
    text-decoration: none;
}

.foot_top_two > div:first-child {
    font-size: 16px !important;
    font-weight: 500 !important;
    padding-bottom: 10px;
}

.foot_top_two > div {
    font-size: 14px;
    line-height: 30px;
    white-space: nowrap;
}

.foot_top_three {
    width: 112px;
}

.foot_top_three > div:first-child {
    font-size: 16px !important;
    font-weight: 500 !important;
    padding-bottom: 10px;
}

.foot_top_three > div {
    font-size: 14px;
    line-height: 30px;
    white-space: nowrap;
}

.foot_top_four {
    width: 280px;
}

.foot_top_four > div:first-child {
    font-size: 16px !important;
    font-weight: 500 !important;
    padding-bottom: 10px;
}

.foot_top_four > div {
    font-size: 14px;
    line-height: 30px;
    white-space: nowrap;
}

.foot_top_five {
    width: 346px;
}

.foot_top_five > div:first-child > img {
    width: 346px;
    height: 24px;
}

.foot_top_five > div:nth-child(2) {
    display: flex;
    justify-content: space-evenly;
    padding-top: 29px;
}

.foot_top_five > div:nth-child(2) > div {
    text-align: center;
}

.foot_top_five > div:nth-child(2) > div > img {
    width: 122px;
    height: 122px;
    padding-bottom: 24px;
}

.foot_top_five > div:nth-child(2) > div > div {
    font-size: 14px;
}

.phone {
    display: flex;
    align-items: center;
    padding-top: 20px;
}

.phone > img {
    width: 39px;
    height: 39px;
}

.phone > div {
    font-size: 18px;
    font-weight: 500;

    padding-left: 10px;
    display: flex;
    flex-direction: column;
    line-height: 25px !important;
}

.foot_line {
    margin-top: 33px;
    width: 1280px;
    height: 1px;
    background-color: #2B3B65;
}

.foot_link {
    width: 100%;
    height: 22px;
    font-size: 14px;
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
    line-height: 22px;
    color: #5B6C96;
}

.foot_link > div > a:hover {
    color: #3874f4 !important;
}

.foot_bottom_img {
    margin: auto;
    width: 790px;
    height: 57px;
    padding-top: 35px;
    display: flex;
    justify-content: space-between;
}

.foot_bottom_img > img {
    width: 150px;
    height: 57px;
}

.foot_bottom_text {
    margin: auto;
    line-height: 22px;
    color: #5B6C96;
    font-size: 14px;
}
.foot_bottom_fix{
    display: flex;
    justify-content: center;
    margin-bottom: 4px;
}
.foot_bottom_fix > div{
    width: 235px;
    display: flex;
}

.foot_bottom_fix > div> a {
    margin: auto;
    line-height: 22px;
    color: #5B6C96;
    font-size: 14px;
    text-decoration:none;
}

.foot_bottom_fix >div > img{
    width: 20px;
    height: 22px;
}

.foot_bottom_text > a:hover {
    color: #3874f4 !important;
}












