html, body, div, span, applet, object, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    font-weight: normal;
    vertical-align: baseline;
    box-sizing: border-box;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}

ol, ul, li {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

th, td {
    vertical-align: middle;
}

/* custom */
a {
    outline: none;
    color: #16418a;
    text-decoration: none;
    -webkit-backface-visibility: hidden;
}

a:focus {
    outline: none;
}

input:focus, select:focus, textarea:focus {
    outline: -webkit-focus-ring-color auto 0;
}

.container {
    margin-right: auto;
    margin-left: auto;
    font-family: "MicrosoftYaHei", sans-serif;
}

.content-container {
    padding: 74px 15px 63px;
}

.container:before, .container:after {
    content: " ";
    display: table;
}


.container:after, .container-two:after {
    clear: both;
}

@media (min-width: 768px) {
    .container {
        width: 750px;
    }

}

@media (min-width: 992px) {
    .container {
        width: 970px;
    }

}

@media (min-width: 1200px) {
    .container {
        width: 1100px;
    }

}

@media (min-width: 1400px) {
    .container {
        width: 1300px;
    }

}

@media (min-width: 1500px) {
    .container {
        width: 1400px;
    }

}

.banner img {
    width: 100%;
    width: 100%;
}

.footer-container a:hover{
    color: #7879ad;
    border-bottom: 1px solid #7879ad;

}
.footer-container a{
    color: inherit;
    border-bottom: 1px solid #9a9a9a;
}
.footer-container {
    width: 100%;
    padding: 18px;
    line-height: 30px;
    color: #9a9a9a;
    background: #333335;
    font-size: 12px;
    text-align: center;
}

.info-container {
    width: 60%;
    padding-right: 8%;
}

.info-container h3::after {
    content: '';
    display: inline-block;
    width: 49px;
    height: 2px;
    background: #5e7cf5;
    position: absolute;
    left: 0;
    bottom: -10px;
}

.info-container h3 {
    font-size: 26px;
    line-height: 43px;
    font-weight: 700;
    position: relative;
}

.info-container h4 {
    margin-top: 50px;
    font-size: 18px;
    line-height: 43px;
    color: #000;
}

.info-container p {
    margin-top: 10px;
    font-size: 16px;
    color: #666;
    line-height: 30px;
}

.content-img img {
    width: 100%;
}

.content-img {
    width: 30%;
}

.clearfix:before, .clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.fl {
    float: left;
}

.header-nav a {
    cursor: pointer;
    text-decoration: none;
    color: inherit;
    margin-right: 40px;
}

.header-nav {
    position: absolute;
    width: 100%;
    height: 70px;
    line-height: 70px;
    color: #fff;
    font-size: 18px;
    background: rgba(42, 49, 63, .7);
}
@media (max-width: 769px) {
    .info-container {
        width: 100%;
        padding:0 30px;
    }

    .content-img{
        display: none;
    }
}
