html, body, div, span, applet, object, iframe, 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;
    vertical-align: baseline;
    line-height: 28px;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block
}


ol, ul {
    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
}

img {
    font-size: 0
}

a {
    text-decoration: none
}

.container {
    margin: 0 auto
}


header {
    box-shadow: 0 0 10px 10px rgba(0, 0, 0, .08);
    min-width: 1300px
}

header .top-bg {
    border-bottom: 1px #f4f4f4 solid
}

header .top {
    width: 1300px;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    align-items: center;
    padding: 20px 0
}

header .top .logo img {
    width: 389px;
    height: 68px
}

header .top .action {
    display: flex;
    font-size: 16px;
    font-family: Microsoft YaHei, Microsoft YaHei-Regular;
    font-weight: 400;
    text-align: left;
    line-height: 28px
}

header .top .action div {
    margin-right: 24px
}

header .top .action img {
    width: 24px;
    height: 24px;
    margin-right: 5px
}

header .top .action .vip_login, header .top .action .apply_box, header .top .action .uers_info, header .top .action .logout {
    display: flex;
    cursor: pointer;
    align-items: center
}

header .top .action .vip_login {
    color: #2797de;
    margin-right: 26px
}

header .top .action .uers_info {
    font-size: 16px;
    font-family: Microsoft YaHei, Microsoft YaHei-Regular;
    font-weight: 400;
    text-align: left;
    color: #2797de;
    line-height: 28px
}

header .top .action .uers_info img {
    width: 30px;
    height: 30px
}

header .top .action .logout {
    font-size: 16px;
    font-family: Microsoft YaHei, Microsoft YaHei-Regular;
    font-weight: 400;
    text-align: left;
    color: #474747;
    line-height: 28px
}

header .top .action .logout img {
    width: 20px;
    height: 20px
}

header .top .action .apply_box {
    color: #f9832c
}

header .top .action .change_box {
    margin: 0
}

header .top .action .change_box span {
    font-size: 16px;
    font-family: Microsoft YaHei, Microsoft YaHei-Regular;
    font-weight: 400;
    text-align: right;
    color: #a09faa;
    padding: 0 10px;
    line-height: 28px
}

header .top .action .change_box span:first-child {
    border-right: 1px solid #e7e7ec;
    padding-left: 0
}

header .top .action .change_box span.active {
    color: #1b65b6 !important;
    background-color: #fff !important
}

header .top .action .change_box span.active a {
    color: #1b65b6 !important
}

header .top .action .change_box span a {
    color: #a09faa
}

header nav {
    margin: 0 auto;
    margin-top: 18px;
    display: flex;
    font-size: 16px;
    font-family: Microsoft YaHei, Microsoft YaHei-Regular;
    font-weight: 400;
    text-align: center;
    color: #333;
    line-height: 28px;
    justify-content: space-between;
    width: 1300px;
    padding-bottom: 16px
}

header nav .nav_item {
    min-width: 94px;
    text-align: center;
    height: 34px;
    line-height: 34px;
    cursor: pointer;
    margin-right: 8px;
    position: relative
}

header nav .nav_item a {
    color: #333
}

header nav .nav_item.active {
    background: #f3f4f8 !important;
    border-radius: 17px
}

header nav .nav_item:hover a {
    color: #1359a5 !important
}

header nav .nav_item::after {
    content: "";
    width: 1px;
    height: 20px;
    position: absolute;
    top: 50%;
    transform: translateY(-10px);
    right: -7px;
    background-color: #d2d2d2
}

header nav .nav_item:last-child::after {
    display: none
}

header nav .nav_item .children_box {
    width: 122px;
    position: absolute;
    left: 50%;
    display: none;
    transform: translateX(-50%);
    top: 0;
    margin-top: 44px !important;
    padding-top: 0px !important;
    z-index: 90000;
    box-sizing: border-box;
    box-shadow: 0 0 5px 5px rgb(0 0 0 / 8%);
    border-radius: 2px;
    background: #fff !important;
}

header nav .nav_item .children_box::before {
    width: 100px !important;
    height: 10px;
    opacity: 0 !important;
    background: #000;
    content: "";
    display: block;
    background-size: 100% 100%;
    position: absolute;
    left: 50%;
    transform: translateX(-50%) translateY(-100%)
}

header nav .nav_item .children_box .children_item {
    text-align: center;
    font-size: 14px;
    opacity: 1 !important;
    background:none !important;
    font-family: Microsoft YaHei, Microsoft YaHei-Regular;
    font-weight: 400;
    text-align: center;
    color: #333 !important;
    line-height: 40px;
    padding:  0 !important;
}

header nav .nav_item .children_box .children_item a {
    color: #333 !important;
    display: block;
    border-bottom: 1px solid #eee !important;
    padding: 2.5px 0px;
}

header nav .nav_item .children_box .children_item:last-child a {
    border-bottom: 0 !important;
}

header nav .nav_item .children_box .children_item.active a {
    color: #3f90e9  !important;
}

header nav .nav_item .children_box .children_item:last-child a {
    border: none
}

header nav .nav_item .children_box .children_item:hover a {
    color: #3f90e9   !important;
}

header nav .nav_item:hover .children_box {
    display: block
}

section {
    min-height: calc(100vh - 362px) !important;
    padding-top: 20px
}

section .container {
    width: 1300px
}

footer {
    min-width: 1300px;
    background: #1b65b6
}

footer .container {
    width: 1300px
}

@media screen and (max-width: 1780px) {
    footer .to_top {
        display: none !important
    }
}

footer .to_top {
    position: fixed;
    right: 200px;
    display: none;
    bottom: 220px;
    width: 40px;
    height: 40px;
    background: #e0e7ef;
    text-align: center;
    padding: 10px;
    box-sizing: border-box;
    cursor: pointer
}

footer .to_top img {
    width: 20px;
    height: 22px
}

footer .to_top:hover {
    background: #8cb8e7
}

footer .container-footer {
    height: 180px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 1300px;
    margin: 0 auto
}

footer .info_box {
    font-size: 14px;
    font-family: Microsoft YaHei, Microsoft YaHei-Regular;
    font-weight: 400;
    text-align: left;
    color: #fff;
    line-height: 28px
}

footer .info_box p {
    line-height: 28px;
    display: flex;
    align-items: center
}

footer .info_box span {
    margin-right: 15px
}

footer .info_box span .ga {
    font-size: 0
}

footer .info_box img {
    width: 16px;
    height: 18px;
    font-size: 0;
    line-height: 38px
}

footer .info_box a {
    display: inline-flex;
    align-items: center;
    font-size: 14px;
    color: #fff
}

footer .qr_code {
    display: flex;
    color: #fff
}

footer .qr_code img {
    width: 90px;
    height: 90px;
    background-color: #fff;
    padding: 5px;
    box-sizing: border-box
}

footer .qr_code p {
    font-size: 12px;
    font-family: Microsoft YaHei, Microsoft YaHei-Regular;
    font-weight: 400;
    text-align: center;
    color: #fff;
    line-height: 28px
}

footer .qr_code .qr_item:first-child {
    margin-right: 30px
}
.page-item {
	width: 40px;
	height: 28px;
	background: rgba(244,244,244,0.00);
	border: 1px solid #cccccc;
	text-align: center;
	line-height: 28px;
	margin: 0 7.5px;
	box-sizing: border-box;
	font-size: 16px;
  }
  .page-item.active{
	background: #1b65b6;
	color: #fff;
  }

.conent {
    margin-bottom: 60px;
}
