.header {
    width: 100%;
    height: 100px;
    background: #fff;
    box-shadow: 0 4px 8px 0 rgba(26, 86, 139, .1);
    position: relative;
    z-index: 4
}

.header_box {
    width: 1200px;
    height: 100px;
    margin: 0 auto;
    display: flex;
    align-items: center
}

.header_box h1 {
    margin-right: 60px
}

.header_box_nav {
    display: flex;
    margin-right: 30px
}

.header_box_nav .highlight {
    font-weight: 700;
    color: #fff;
    background: url(highlightbg.png) no-repeat 50%
}

.header_box_nav li {
    font-size: 20px;
    color: #212528;
    line-height: 100px;
    padding: 0 20px
}

.header_box_nav li:hover {
    font-weight: 700;
    color: #fff;
    background: url(highlightbg.png) no-repeat 50%
}

.header_box_search {
    cursor: pointer;
    margin-right: 16px
}

.header_box .division {
    width: 1px;
    height: 20px;
    background: #c7ccd2;
    margin-right: 15px
}

.header_box_app {
    cursor: pointer;
    display: flex;
    align-items: center;
    font-size: 20px;
    font-family: MicrosoftYaHei;
    color: #212528;
    line-height: 26px
}

.header_box_app img {
    margin-right: 10px
}

.footer {
    width: 1200px;
    margin: 0 auto;
    padding: 0 0 30px 0
}

.footer_outlink {
    padding: 20px 0;
    border-top: 2px dashed rgba(201, 199, 199, .6);
    border-bottom: 2px dashed rgba(201, 199, 199, .6);
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 28px;
    font-size: 16px;
    font-family: MicrosoftYaHei;
    color: #232428;
    line-height: 28px
}

.footer_outlink_left {
    flex: 1
}

.footer_outlink_left .outlinkbox {
    display: flex
}

.footer_outlink_left .outlinkbox .tit {
    width: 50px
}

.footer_outlink_left .outlinkbox .sec {
    display: flex;
    flex: 1;
    flex-wrap: wrap
}

.footer_outlink_left .outlinkbox .sec>a {
    margin: 0 12px;
    cursor: pointer
}

.footer_outlink_right {
    display: flex;
    width: 150px;
    justify-content: flex-end;
    align-items: center;
    cursor: pointer;
    font-size: 16px;
    font-family: MicrosoftYaHei;
    color: #232428;
    line-height: 28px
}

.footer_outlink_right img {
    margin-left: 4px
}

.footer_info .wxb {
    display: flex;
    justify-content: center;
    margin-bottom: 23px
}

.footer_info .wxb .txt {
    font-size: 16px;
    font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
    font-weight: 700;
    color: #232428;
    line-height: 21px
}

.footer_info .wxb img {
    margin-right: 45px
}

.footer_info .maininfo {
    font-size: 14px;
    font-family: MicrosoftYaHei;
    color: #232428;
    line-height: 22px;
    margin-bottom: 10px
}

.footer_info .bah,
.footer_info .xkz {
    font-size: 14px;
    font-family: MicrosoftYaHei;
    color: #232428;
    line-height: 24px;
    margin: 10px 0
}

.popverClass {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 130px !important;
    height: 130px !important
}

#app {
    font-family: Avenir, Helvetica, Arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-align: center;
    color: #2c3e50
}

.radfly {
    padding-top: 177px
}

.radflyhead {
    width: 1200px !important;
    margin: 0 auto
}

.radflybox {
    width: 100%;
    position: absolute;
    top: 0;
    overflow: hidden
}

.radflybox img {
    width: 1920px
}

.radflyhome {
    width: 1200px;
    margin: 0 auto;
    position: relative
}

.radflyfoot,
.radflyhome {
    background: #fff !important
}

html {
    color: #000;
    background: #fff
}

blockquote,
body,
code,
dd,
div,
dl,
dt,
fieldset,
form,
h1,
h2,
h3,
h4,
h5,
h6,
input,
legend,
li,
ol,
p,
pre,
td,
textarea,
th,
ul {
    margin: 0;
    padding: 0
}

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

fieldset,
img {
    border: 0
}

address,
caption,
cite,
code,
dfn,
th,
var {
    font-style: normal;
    font-weight: 400
}

ol,
ul {
    list-style: none
}

caption,
th {
    text-align: left
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    font-weight: 400
}

q:after,
q:before {
    content: ""
}

abbr,
acronym {
    border: 0;
    font-variant: normal
}

sup {
    vertical-align: text-top
}

sub {
    vertical-align: text-bottom
}

input,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    *font-size: 100%
}

legend {
    color: #000
}

#yui3-css-stamp.cssreset {
    display: none
}

html {
    color: #232428;
    font-family: MicrosoftYaHei
}

body {
    min-width: 1200px;
    font-size: 16px;
    line-height: 16px
}

a {
    text-decoration: none;
    color: inherit
}

.center-wrap {
    width: 1200px
}

.center-min-wrap,
.center-wrap {
    min-width: 1200px;
    margin: 0 auto;
    background-color:#fff;
}

.clearfix {
    overflow: hidden
}

.clearfix:after {
    content: "";
    clear: both;
    display: block;
    overflow: hidden
}

.ellipsis {
    white-space: nowrap
}

.ellipsis,
.ellipsis-Two {
    overflow: hidden;
    text-overflow: ellipsis
}

.ellipsis-Two {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-break: break-all
}