@charset "UTF-8";

@font-face {
    font-family: "SourceHanSansCN-Regular";
    src: url("https://www.bqpoint.com/ebpu/chainmis6/SourceHanSansCN-Regular.woff") format("woff"), url("./fonts/SourceHanSansCN-Regular.ttf") format("truetype"), url("./fonts/SourceHanSansCN-Regular.eot") format("embedded-opentype");
}

/* yui3 reset.css */
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td {
    margin: 0;
    padding: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

fieldset,
img {
    border: 0;
    vertical-align: top;
}

address,
caption,
cite,
code,
dfn,
th,
var {
    font-style: normal;
    font-weight: normal;
}

ol,
ul {
    list-style: none;
}

caption,
th {
    text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    font-weight: normal;
}

q:before,
q:after {
    content: "";
}

abbr,
acronym {
    border: 0;
    font-variant: normal;
}

sup {
    vertical-align: text-top;
}

sub {
    vertical-align: text-bottom;
}

input,
textarea,
select {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    *font-size: 100%;
}

legend {
    color: #000;
}

iframe {
    display: block;
}

/* yui3 fonts */
body {
    color: #333;
    font-size: 14px;
    font-family: "SourceHanSansCN-Regular";
    min-width: 1320px;
}

select,
input,
button,
textarea {
    font: 99% arial, helvetica, clean, sans-serif;
}

table {
    font-size: inherit;
    font: 100%;
}

pre,
code,
kbd,
samp,
tt {
    font-family: monospace;
    *font-size: 108%;
    line-height: 100%;
}

a {
    text-decoration: none;
}

input,
button,
textarea {
    font-family: "SourceHanSansCN-Regular";
    border: 0;
    outline: 0;
}

input[type=text]::-ms-clear,
input[type=password]::-ms-reveal {
    display: none;
}

textarea::-webkit-input-placeholder,
input::-webkit-input-placeholder {
    color: #bdc0ca;
}

textarea::-moz-placeholder,
input::-moz-placeholder {
    color: #bdc0ca;
}

textarea:-moz-placeholder,
input:-moz-placeholder {
    color: #bdc0ca;
}

textarea:-ms-input-placeholder,
input:-ms-input-placeholder {
    color: #bdc0ca;
}

.placeholder {
    color: #bdc0ca;
}

/* utilities */
.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.clearfix {
    *zoom: 1;
}

.clearfix:before,
.clearfix:after {
    display: table;
    line-height: 0;
    content: "";
}

.clearfix:after {
    clear: both;
}

.l {
    float: left !important;
}

.r {
    float: right !important;
}

.hidden {
    display: none !important;
}

.invisible {
    visibility: hidden !important;
}

.trans {
    -webkit-transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1);
}

.text-overflow {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

/* 通用样式 */
.container {
    width: 75%;
    margin: 0 auto;
}

@media(max-width:1680px) {
    .container {
        width: 90%;
    }
}

/* header */
.header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    box-sizing: border-box;
    height: 135px;
    border-bottom: 1px solid rgba(255, 255, 255, .2);
    z-index: 1;
    min-width: 1320px;
}

.logo {
    display: flex;
    align-items: center;
    height: 71px;
    background-color: rgba(68, 87, 124, .4);
}

.menu-items {
    display: flex;
    height: 40px;
    margin-top: 24px;
}

.menu-item+.menu-item {
    margin-left: 34px;
}

.menu-item>a {
    box-sizing: border-box;
    display: block;
    position: relative;
    font-size: 16px;
    height: 100%;
    color: #fff;
    padding: 0 2px;
    border-bottom: 4px solid transparent;
    transition: all .2s linear;
}

.menu-item.active>a,
.menu-item>a:hover {
    border-bottom-color: #fff;
}

.menu-item {
    position: relative;
}

.sub-menu-items {
    display: none;
    position: absolute;
    top: 28px;
    width: 173px;
    border-radius: 4px;
    background-color: rgb(80, 123, 255);
    box-shadow: 0px 8px 10px 0px rgba(6, 51, 180, 0.7);
    overflow: hidden;
}

.sub-menu-item {
    height: 36px;
    line-height: 36px;
}

.sub-menu-item>a {
    display: block;
    padding: 0 10px;
    font-size: 16px;
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.sub-menu-item>a:hover {
    background-color: #3565f7;
}

.menu-item:hover .sub-menu-items {
    display: block;
}

/* footer */
/* .footer {
    height: 139px;
    color: #9398ac;
    background-color: #38414c;
}

.footer>.container {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.foot-info {
    margin: 0 25px;
}

.foot-info a {
    color: #9398ac;
} */
/* footer */

.footer {
    padding: 24px 0;
    line-height: 24px;
    background-color: #0f1e2c;
    color: #fff;
}

.copyright {
    text-align: center;
}

/* 面包屑 */
.route-list {
    height: 28px;
    line-height: 28px;
    padding-left: 20px;
    margin: 14px 0;
    font-size: 0;
    font-weight: 600;
    background: url("../images/location.png") no-repeat left center;
}

.route-item {
    display: inline-block;
    font-size: 14px;
    vertical-align: top;
}

.route-item a {
    color: #333;
}

.route-item.current {
    color: #4973f6;
}

.route-item+.route-item:before {
    content: ">";
    padding: 0 5px;
    color: #333;
}

/* 左侧树 */
.tree-box {
    width: 255px;
}

.slide-hd {
    position: relative;
    height: 94px;
    line-height: 94px;
    font-size: 30px;
    padding-left: 74px;
    color: #fff;
    background-image: linear-gradient(to bottom, #4973f6, #6d90fe);
}

.slide-hd:before {
    position: absolute;
    left: 32px;
    top: 50%;
    transform: translateY(-50%);
    content: "";
    width: 28px;
    height: 28px;
    background: url("../images/tree_tt.png") no-repeat;
}

.tree-list {
    height: 864px;
    overflow: auto;
    background-color: #fff;
}

.tree-link {
    display: block;
    padding: 0 5px 0 16px;
}

.tree-items {
    margin-top: 10px;
}

.tree-node {
    position: relative;
}

.tree-iconr {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 26px;
    width: 14px;
    height: 8px;
    background: url("../images/tree_ico.png") no-repeat;
}

.tree-items.current .tree-iconr {
    background-image: url("../images/tree_ico_h.png");
}

.tree-node .tree-link {
    height: 50px;
    line-height: 50px;
    font-size: 20px;
    color: #333;
}

.tree-sub {
    display: none;
    padding: 15px 0 5px;
}

.tree-items.current .tree-node,
.tree-items:hover .tree-node {
    border-color: #4b7eff;
    box-shadow: 0px 4px 15px 0px rgba(13, 65, 123, 0.14);
    background-color: #fff;
}

.tree-items.current .tree-node .tree-link,
.tree-items:hover .tree-node .tree-link {
    color: #4b7eff;
}

.tree-items.current .tree-sub {
    display: block;
}

.tree-item .tree-link {
    font-size: 16px;
    height: 48px;
    line-height: 48px;
    color: #333;
}

.tree-item:hover .tree-link {
    color: #4b7eff;
}

.content {
    margin-left: 275px;
    min-height: 958px;
    background-color: #fff;
}

.list-item {
    box-sizing: border-box;
    height: 174px;
    border-bottom: 1px solid #ebedf0;
    transition: all .15s linear;
}

.list-item>a {
    display: flex;
    height: 100%;
    padding: 0 50px;
    flex-direction: column;
    justify-content: center;
}

.list-item .title {
    font-size: 20px;
    color: #333;
    font-weight: 600;
    padding: 8px 0;
}

.list-item .detail {
    color: #666;
    padding: 12px 0;
}

.list-item .time {
    padding: 12px 0;
    color: #666;
    padding-left: 28px;
    background: url("../images/time_ico.png") no-repeat left center;
}

.list-item:hover {
    box-shadow: 0px 0px 18px 0px rgba(33, 110, 163, 0.17);
}

.mt40 {
    margin-top: 40px;
}

.sub-body {
    background-color: #f5f7fa;
}

.sub-banner {
    position: relative;
    height: 384px;
    background: url("../images/sub_banner.jpg") no-repeat center top;
    overflow: hidden;
}
a{
cursor: pointer;
}
.mini-fixed {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index:99999;
}
.mini-mask-background {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000;
    background: rgba(0,0,0,.3);
}
.mini-mask-msg {
    position: absolute;
    cursor: wait;
    left: 50%;
    top: 50%;
    width: auto;
    color: #222;
    font-family: tahoma,arial,verdana,sans-serif;
    font-size: 12px;
}
.mini-mask-loading {
    width: 60px;
    height: 60px;
    padding: 0;
    border: 0;
    text-indent: -9999em;
    background: url(../img/loading/ajaxloading.gif) no-repeat 50% 50%;
}