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

ul, li {
    list-style: none;
}

h2, h4, h5, h6 {
    font-weight: 400;
}

body {
    line-height:1.5;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
    display:block;
}

nav ul {
    list-style:none;
}

blockquote, q {
    quotes:none;
}

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

a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}
a:link {
    text-decoration: none;
}
a:visited {
    text-decoration: none;
}
a:active {
    text-decoration: none;
}

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

input, select {
    vertical-align:middle;
}

html,body {
    background-color: #f8f8f8;
}

/* 头部内容 */
@media (min-width:1000px){.navbar-collapse.collapse {display: block!important;}}
@media (min-width:1000px){.navbar-toggle{display:none}}
@media (min-width:1000px){.navbar-header{float:left}}

.consult {
    font-size: 13px;
    font-weight: bold;
    padding: 10px 0;
}
.header {
    width: 100%;
    background-color: #fff;
    padding-top: 5px;
    font-weight: bold;
}
.header .dropdown-menu li a {
    line-height: 3;
}
.header_wrapper {
    margin-bottom: 5px;
    background-color: #fff;
}
.navbar-default {
    border: none;
}
.header_logo {
    width: 195px;
    height: 70px;
    background:url(../images/header_logo.png) no-repeat left center;
}
.header .header_nav_item {
    height: 70px;
    line-height: 40px;
    font-size: 16px;
    color: #333333;
}
.header_alert {
    background-color: rgba(0,0,0,.2);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 30;
    display: none;
}
.header_alert_container {
    background-color: #fff;
    box-sizing: border-box;
    border-radius: 10px;
    text-align: center;
    padding: 60px 40px 50px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.header_alert_close {
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
}

/* 尾部内容 */
.footer {
    padding-bottom: 80px
}
.footer a {
    display: block;
    white-space: nowrap;
    color: #666;
    margin-top: 8px;
}
.footer_main {
    margin: 0 auto;
    color: #333;
    padding: 20px 0;
}
.footer_logo {
    width: 270px;
    margin-bottom: 30px;
}
.footer_main_right{
    display: flex;
}
.footer_item {
    flex: 1;
    text-align: center;
}
.footer_record {
    background-color: #ccc;
}
.footer_record_container {
    display: flex;
    margin: 0 auto;
    padding: 20px 0;
}
.footer_record_container a {
    color: #333;
    margin-right: 30px;
}
.footer_strip {
    width: 100%;
    background: rgba(0,102,204,1);
    padding: 5px 0;
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 20;
}
.footer_strip_wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}
.footer_strip_wrapper h2 {
    font-size: 26px;
    font-weight: 700;
    margin-right: 50px;
}
.footer_strip_wrapper button {
    border-radius: 10px;
    background: rgb(31,57,113);
    padding: 10px 20px;
    border: none;
    font-size: 16px;
    color: #fff;
    cursor: pointer;
    margin-right: 30px;
    position: relative;
}
.footer_strip_wrapper button:hover img {
    display: block;
}
.footer_strip_wrapper button img {
    position: absolute;
    right: 0;
    bottom: 100%;
    display: none;
}
.footer_strip_wrapper>img {
    width: 70px;
}
.footer_strip_wrapper span {
    font-size: 16px;
    margin-left: 10px;
}

.tl {
    text-align: left;
}

/* 服务对比 contrast */
.contrast {
    margin-top: 20px;
}
.contrast_wrapper {
    margin-top: 50px;
}
.contrast_wrapper::after {
    content: '';
    display: block;
    height: 0;
    clear: both;
}
.contrast_list {
    width: 30%;
    background: #e9edf3;
    text-align: center;
    float: left;
}
.contrast_list h4 {
    background: #dde4ee;
    margin: 0;
    padding: 32px 5px;
    font-size: 18px;
}
.contrast_list p {
    padding: 15px 5px;
    border-top: 1px solid #dedede;
}
.contrast_center {
    width: 40%;
    background: #fff;
    padding-bottom: 15px;
    margin-top: -19px;
}
.contrast_center h4 {
    background: #318de8;
    color: #fff;
    padding: 36px 5px;
    font-size: 24px;
}
@media screen and (max-width:500px) {
    .footer {
        padding: 0;
    }
    .footer_logo {
        margin: 0 auto;
        text-align: center;
    }
    .footer_main_left {
        margin-bottom: 20px;
    }
    .footer_main_left a {
        text-align: center;
    }
    .footer_main_right {
        display: block;
    }
    .footer_item {
        margin-bottom: 20px;
        text-align: center;
    }
    .footer_item a {
        font-size: 16px !important;
    }
    .footer_bottom_container a {
        font-size: 12px;
    }
    .footer_record_container {
        display: block;
    }
    .footer_record_container a {
        display: block;
        text-align: center;
    }
    .footer_strip {
        display: none;
    }
    .contrast_list p {
        min-height: 81px;
        font-size: 12px;
    }
}

/*H5*/
@media (max-width: 768px) {
    .hidden-h5 {
        display: none !important;
    }
}
/*PC*/
@media (min-width: 768px) {
    .hidden-h5 {
        display: block !important;
    }
}
