a, article, aside, b, body, button, dd, div, dl, dt, figcaption, figure, footer, h1, h2, h3, h4, h5, h6, header, i, input, li, nav, p, section, select, span, textarea, ul {
    padding: 0;
    margin: 0;
    text-align: inherit;
    list-style: none;
    font-style: normal;
    text-decoration: none;
    border: none;
    box-sizing: border-box;
    font-family: Microsoft Yahei, sans-serif;
    -webkit-tap-highlight-color: transparent;
    -webkit-font-smoothing: antialiased;
    background: inherit;
}

.header {
    top: 0;
    left: 0;
    width: 100%;
    height: 120px;
    display: flex;
    padding: 0 80px;
    position: fixed;
    font-size: 26px;
    font-weight: bold;
    align-items: center;
    background-color: #ffffff;
    justify-content: space-between;
}

.header-conter a {
    color: #333;
    padding: 0 48px;
    font-size: 34px;
}

.header-conter a.active,
.header-conter a:hover {
    color: #317bc0;
}

.logo {
    height: 60px;
    vertical-align: middle;
}

.call {
    color: #317bc0;
    line-height: 40px;
    font-family: MicrosoftYaHei;
}

.clearfix {
    width: 100%;
    height: 120px;
}

.banner {
    width: 100%;
    background-color: #4e4e4e;
}

.banner img {
    width: 100%;
    display: table-cell;
    vertical-align: bottom;
}

.new-footer {
    padding: 130px 0;
    /* background: #4c4948; */
    background: #175de7;
}

.square50 {
    height: 50px;
    width: 50px;
}

.pad-r10 {
    padding-right: 10px !important;
}

.new-footer1, .new-footer2 {
    padding-bottom: 40px;
}

.center {
    text-align: center;
}

.flex-row-around, .flex-row-center {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-align: center;
    align-items: center;
}

.flex-row-center {
    -ms-flex-pack: center;
    justify-content: center;
}

.color-w {
    color: #fff !important;
}

.gap-20 {
    margin-bottom: 20px !important;
}

.f24 {
    font-size: 24px !important;
}

.gap-r20 {
    margin-right: 20px !important;
}

a, a:active, a:hover, a:link, a:visited {
    text-decoration: none;
}

.new-footer3 {
    padding-bottom: 20px;
}

.ib {
    display: inline-block !important;
}

.pad-r10 {
    padding-right: 10px !important;
}

.pad-l10 {
    padding-left: 10px !important;
}

.f16 {
    font-size: 16px !important;
}

.ICP {
    color: #fff !important;
    text-decoration: underline !important;
}