html {
    height: 100%;
    padding: 0;
    margin: 0;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, button, textarea, p, blockquote, th, td {
    padding: 0;
    margin: 0;
    font-family: "-apple-system', Helvetica,Microsoft YaHei";
}

body {
    height: 100%;
}

a {
    text-decoration: none;
    outline: none;
}

    a:focus {
        outline: none;
        text-decoration: none;
    }

    a:active {
        outline: none;
        text-decoration: none;
    }

.ip_fl {
    float: left;
}

.ip_fr {
    float: right;
}

.clear {
    zoom: 1;
}

    .clear:after {
        display: block;
        height: 0;
        clear: both;
        visibility: hidden;
        content: "";
    }

input {
    background: none;
    outline: none;
    border: none;
}

    input:focus {
        border: none;
    }

textarea {
    background: none;
    outline: none;
    border: none;
}

    textarea:focus {
        border: none;
    }

li {
    list-style: none;
}
/*head*/

.head_box {
    width: 100%;
    min-width: 1200px;
}

.head_phone_box {
    width: 100%;
    height: 61px;
    background: #132C6E;
}

    .head_phone_box .phone_list {
        width: 1200px;
        height: 61px;
        background: #132C6E;
        margin: 0 auto;
        display: flex;
        align-items: center;
        justify-content: flex-end;
    }

.phone_item {
    color: #fff;
    margin-left: 40px;
    display: flex;
    align-items: center;
}

.phone_item_left {
    border-radius: 16px;
    border: 1px solid #fff;
    padding: 2px 10px;
    margin-right: 10px;
    display: flex;
    align-items: center;
}

    .phone_item_left .phone_item_icon {
        display: block;
        width: 20px;
        height: 19px;
        margin-right: 5px;
    }

    .phone_item_left .phone_item_text {
        font-size: 12px;
    }

.phone_item_number {
    font-size: 20px;
}

.tab_box {
    width: 1200px;
    height: 142px;
    margin: 0 auto;
    display: flex;
    align-items: center;
}

.logo_bg_box {
    width: 228px;
    height: 69px;
    margin-right: 20px;
}

.logo_bg {
    width: 228px;
    height: 69px;
    display: block;
}

.tab_list {
    flex: 1;
    display: flex;
    align-items: center;
}

.head_box .tab_item {
    font-size: 20px;
    color: #000000;
    display: block;
    padding: 0 23px;
    border-right: 1px solid #000;
}

    .head_box .tab_item:hover {
        cursor: pointer;
    }

    .head_box .tab_item.active {
        color: #F29600;
    }

    .head_box .tab_item:last-child {
        padding-right: 0;
        border-right: none;
    }
/*foot*/
.foot_box {
    width: 100%;
    background: #F5F7FE;
}

.foot_detail {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    padding: 52px 0 66px;
    justify-content: space-between;
    align-items: flex-end;
}

.copyright_text {
    width: 100%;
    text-align: center;
    height: 77px;
    background: #001B5F;
    line-height: 77px;
    font-size: 18px;
    color: #FFFFFF;
}

.foot_detail_right {
    text-align: center;
}

    .foot_detail_right .code_bg {
        width: 88px;
        height: 88px;
        display: block;
        margin: 0 auto;
    }

    .foot_detail_right .code_text {
        font-size: 16px;
        color: #00113E;
        margin-top: 18px;
    }

.foot_icon_box {
    width: 225px;
    height: 93px;
    margin-right: 92px;
}

.foot_detail_left .foot_logo_icon {
    width: 225px;
    height: 93px;
    display: block;
}

.foot_detail_left .detail_content {
    display: flex;
}

.phone_box {
    display: flex;
    align-items: center;
}

    .phone_box .phone_icon {
        width: 27px;
        height: 27px;
        display: block;
        margin-right: 10px;
    }

    .phone_box .hot_text {
        font-size: 24px;
        font-weight: 500;
        color: #00113E;
    }

.advise_box {
    margin-top: 28px;
}

    .advise_box .address_text {
        font-size: 18px;
        color: #00113E;
        font-weight: 500;
        margin-top: 14px;
    }

.foot_detail_left .tab_list {
    margin-top: 83px;
    display: flex;
    align-items: center;
}

.foot_detail_left .tab_item {
    padding: 0 24px;
    font-size: 16px;
    color: #00113E;
    border-right: 1px solid #00113E;
}

    .foot_detail_left .tab_item:hover {
        cursor: pointer;
    }

    .foot_detail_left .tab_item:first-child {
        padding-left: 0;
    }

    .foot_detail_left .tab_item:last-child {
        padding-right: 0;
        border-right: none;
    }
