@charset "UTF-8"; /* 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-family: system-ui, -apple-system, Segoe UI, Rototo, Helvetica, Arial, sans-serif;
    font-size: 14px;
}

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 {
    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: #999;
}

textarea::-moz-placeholder, input::-moz-placeholder {
    color: #999;
}

textarea:-moz-placeholder, input:-moz-placeholder {
    color: #999;
}

textarea:-ms-input-placeholder, input:-ms-input-placeholder {
    color: #999;
}

.placeholder {
    color: #999;
}

/* 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: 1200px;
    margin: 0 auto;
}

@font-face {
    font-family: "SourceHanSansCN-Regular";
    src: url("./fonts/SourceHanSansCN-Regular/SourceHanSansCN-Regular.woff") format("woff"), url("./fonts/SourceHanSansCN-Regular/SourceHanSansCN-Regular.ttf") format("truetype"), url("./fonts/SourceHanSansCN-Regular/SourceHanSansCN-Regular.eot") format("embedded-opentype");
}

@font-face {
    font-family: "YouSheBiaoTiHei";
    src: url("./fonts/YouSheBiaoTiHei/YouSheBiaoTiHei.woff") format("woff"), url("./fonts/YouSheBiaoTiHei/YouSheBiaoTiHei.ttf") format("truetype"), url("./fonts/YouSheBiaoTiHei/YouSheBiaoTiHei.eot") format("embedded-opentype");
}

body {
    font-family: "SourceHanSansCN-Regular";
}

/* 当前位置位置 */
.loc {
    height: 58px;
    font-size: 14px;
    line-height: 21px;
    background: url("../images/loc_ico.png") left center no-repeat;
    background-size: 13px 15px;
    padding: 18px 0 19px 21px;
    box-sizing: border-box;
}

.loc a {
    margin-right: 14px;
    position: relative;
    color: #3a486c;
}

.loc a:after {
    content: ">";
    position: absolute;
    right: -3px;
    transform: translateX(100%);
}

.loc span {
    color: #1584ff;
}

.page-loading {
    position: absolute;
    z-index: 1000;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #f2f8fa;
}

html, body {
    height: 100%;
}

.has-footer {
    position: relative;
    min-width: 1200px;
    min-height: 100%;
    background-color: #f2f8fa;
    padding-bottom: 121px;
    box-sizing: border-box;
    z-index: 1;
}

.header {
    height: 350px;
}

.header-top {
    height: 295px;
    background: url("../images/header/bg.png") no-repeat center top;
    background-size: cover;
    padding-top: 10px;
    box-sizing: border-box;
}

.header-top .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
}

.header-logo {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    min-height: 0;
}

.header-logo .logo {
    width: 69px;
    height: 64px;
    margin-right: 18px;
}

.header-logo .title {
    /* width: 569px; */
    /* height: 41px; */
}

.header-search {
    width: 329px;
}

.header-search .search-con {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    height: 38px;
    border-radius: 4px;
}

.header-search .search-con input {
    width: 257px;
    height: 100%;
    font-size: 16px;
    padding: 0 14px;
    box-sizing: border-box;
    border: none;
    border-radius: 4px 0 0 4px;
}

.header-search .search-con span {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 72px;
    height: 100%;
    color: #fff;
    font-size: 16px;
    line-height: 24px;
    background-color: #ff9f2e;
    border-radius: 0 4px 4px 0;
    cursor: pointer;
}

.header-search .search-con span::before {
    width: 20px;
    height: 20px;
    background: url("../images/search.png") no-repeat center;
    background-size: 100% 100%;
    margin-right: 2px;
    content: "";
}

.header-search .hot-word {
    display: flex;
    justify-content: flex-start;
    height: 21px;
    margin-top: 8px;
    padding-left: 15px;
    background-color: rgba(255, 255, 255, 0.8);
    width: 160px;
}

.header-search .hot-word .label {
    width: 38px;
    min-width: 38px;
    height: 100%;
    font-size: 14px;
    color: #666;
    line-height: 21px;
}

.header-search .hot-word .list {
    flex: 1;
    width: 0;
    font-size: 13px;
}

.header-search .hot-word .list-item {
    display: inline-block;
    height: 100%;
    color: #333;
    line-height: 21px;
    cursor: pointer;
    margin-left: 8px;
}

.header-nav {
    height: 67px;
    background-color: #1f77e5;
}

.header-nav .container {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    height: 100%;
    text-align: center;
    font-size: 18px;
    line-height: 67px;
}

.header-nav-item {
    flex: 1;
    width: 0;
    color: #fff;
}

.header-nav-item:hover, .header-nav-item.current {
    font-weight: 700;
    background-color: #4d99f9;
}

.footer {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 121px;
    background-color: #283144;
}

.footer .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
}

.footer-msg {
    width: 1020px;
    color: #fff !important;
    font-size: 13px;
    line-height: 21px;
}

.footer-msg div {
    margin-top: 9px;
}

.footer-msg a {
    color: #fff !important;
}

.footer-msg div:first-child {
    margin-top: 0;
}

.footer-msg span {
    margin-left: 20px;
}

.footer-msg span:first-child {
    margin-left: 0;
}

.footer .unit {
    display: block;
    width: 61px;
    height: 75px;
    background: url("../images/footer/icon_2.png") no-repeat center;
    background-size: 100% 100%;
}

.footer .cavil {
    display: block;
    width: 111px;
    height: 55px;
    background: url("../images/footer/icon_3.png") no-repeat center;
    background-size: 100% 100%;
}

.public-more {
    position: relative;
    height: 100%;
    font-size: 14px;
    color: #666;
    line-height: inherit;
    padding-right: 11px;
    box-sizing: border-box;
    z-index: 1;
}

.public-more::after {
    position: absolute;
    right: 0;
    top: 0;
    width: 11px;
    height: 100%;
    background: url("../images/arrow_right.png") no-repeat center;
    background-size: 4px 9px;
    content: "";
}

.public-more:hover {
    color: #1f7be6;
}

.public-more:hover::after {
    background-image: url("../images/arrow_right_h.png");
}

.public-list-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 42px;
    font-size: 16px;
    line-height: 18px;
    border-bottom: 1px dashed #bfcce7;
    box-sizing: border-box;
}

.public-list-item .icon {
    display: block;
    width: 6px;
    height: 6px;
    background-color: #82a0d4;
    border-radius: 50%;
    margin-right: 8px;
}

.public-list-item .date {
    display: block;
    width: 99px;
    color: #999;
    text-align: right;
}

.public-list-item .title {
    flex: 1;
    width: 0;
    color: #333;
}

.public-list-item:hover .title {
    color: #1f7be6;
}

.public-list.full .public-list-item {
    height: 56px;
    padding: 0 16px;
    box-sizing: border-box;
    border-bottom: none;
}

.public-list.full .public-list-item .title {
    padding-right: 20px;
    box-sizing: border-box;
}

.public-list.full .public-list-item:hover {
    background-color: #f4fbff;
}

.public-list.full .public-list-item:hover .icon {
    background-color: #1f77e5;
}

.public-list.full .public-list-item:hover .title {
    color: #1f77e5;
}

.public-header {
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    min-height: 0;
}

.public-header .title {
    position: relative;
    width: auto;
    height: 33px;
    font-size: 22px;
    font-weight: 600;
    color: #333;
    text-align: center;
    line-height: 33px;
    margin: 0 auto;
    z-index: 1;
}

.public-header .title::before, .public-header .title::after {
    position: absolute;
    top: 50%;
    width: 138px;
    height: 16px;
    background: url("../images/public/header_icon.png") no-repeat center;
    background-size: 100% 100%;
    content: "";
    z-index: 1;
}

.public-header .title::before {
    left: -40px;
    transform: translate(-100%, -50%);
}

.public-header .title::after {
    right: -40px;
    transform: translate(100%, -50%) scaleX(-1);
}

.public-header .subhead {
    height: 21px;
    color: #999;
    font-size: 14px;
    text-align: center;
    text-transform: uppercase;
    line-height: 21px;
}

.public-pager {
    padding: 0 0 20px 0;
    text-align: center;
}

.public-pager .m-pagination-jump {
    width: auto;
}

.public-pager .m-pagination-info {
    color: #333;
    height: 30px;
    line-height: 30px;
    padding-left: 13px;
}

.public-pager .m-pagination-group > input {
    float: none;
    width: 28px;
    height: 28px;
    box-sizing: border-box;
    border: 1px solid #dddddd;
    margin: 0 4px;
    border-radius: 4px;
}

.public-pager .m-pagination-group > input:focus {
    border-color: #0b76e3;
}

.public-pager .m-pagination-group > button {
    display: none;
}

.public-pager .m-pagination-page > li {
    margin-right: 7px;
}

.public-pager .m-pagination-page > li > a {
    min-width: 15px;
    height: 28px;
    line-height: 28px;
    padding: 0 6.5px;
    border-radius: 4px;
}

.public-pager .m-pagination-page > li.active > a {
    border-color: #0b76e3;
    color: #0b76e3;
    background-color: transparent;
}

.public-pager .m-pagination-page > li:hover > a, .public-pager .m-pagination-group > button:hover {
    border-color: #0b76e3;
}

.public-pager .m-pagination-size > select {
    height: 30px;
    font-size: 14px;
    line-height: 28px;
    border-radius: 4px;
}

.public-ztree {
    padding: 15px 11px;
    box-sizing: border-box;
}

.public-ztree * {
    font-size: 16px;
    color: rgba(0, 0, 0, 0.65);
    font-family: "SourceHanSansCN-Regular";
}

.public-ztree li {
    position: relative;
    z-index: 1;
}

.public-ztree li span.button.ico_docu {
    width: 5px;
    height: 5px;
    background: #9a9a9a;
    border-radius: 50%;
    vertical-align: unset;
    margin-right: 12px;
}

.public-ztree li span.button.switch {
    position: absolute;
    right: 0;
    top: 0;
    width: 24px;
    height: 40px;
    z-index: 99;
}

.public-ztree li span.button.noline_open {
    background: url("../images/arrow_up_h.png") no-repeat left center;
    background-size: 12px 7px;
}

.public-ztree li span.button.noline_open + a {
    background-color: #1f77e5;
}

.public-ztree li span.button.noline_open + a .node_name {
    color: #fff;
}

.public-ztree li span.button.noline_open + a:hover, .public-ztree li span.button.noline_open + a.curSelectedNode {
    opacity: 0.9;
}

.public-ztree li span.button.noline_close {
    background: url("../images/arrow_down.png") no-repeat left center;
    background-size: 12px 7px;
}

.public-ztree li span.button.ico_open, .public-ztree li span.button.ico_close {
    width: 14px;
    background: none;
}

.public-ztree li a {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: 40px;
    font-size: 1px;
    padding: 0;
    line-height: 40px;
    vertical-align: unset;
}

.public-ztree li a.level0 .node_name {
    font-size: 18px;
    color: rgba(0, 0, 0, 0.85);
}

.public-ztree li a:hover, .public-ztree li a.curSelectedNode {
    text-decoration: none;
    background-color: #ddedff;
}

.public-ztree li a:hover .ico_docu, .public-ztree li a.curSelectedNode .ico_docu {
    background-color: #187aee;
}

.public-ztree li a:hover .node_name, .public-ztree li a.curSelectedNode .node_name {
    color: #1f77e5;
}

.public-ztree li ul {
    padding: 0;
}

.public-ztree li ul a {
    padding-left: 34px;
    box-sizing: border-box;
}

.public-tree {
    padding: 15px 10px;
    box-sizing: border-box;
}

.public-tree .item {
    position: relative;
    margin-bottom: 17px;
    z-index: 1;
}

.public-tree .item-title {
    height: 40px;
    font-size: 18px;
    color: rgba(0, 0, 0, 0.85);
    line-height: 40px;
    padding-left: 14px;
    padding-right: 24px;
    box-sizing: border-box;
    margin-bottom: 6px;
    cursor: pointer;
}

.public-tree .item-title.current {
    color: #187aee;
    background-color: rgb(221, 237, 255);
}

.public-tree .item-icon {
    position: absolute;
    right: 0;
    top: 0;
    width: 24px;
    height: 40px;
    background: url("../images/arrow_down.png") no-repeat left center;
    background-size: 12px 7px;
    z-index: 1;
    cursor: pointer;
}

.public-tree .item-childs {
    display: none;
}

.public-tree .item-child {
    position: relative;
    height: 40px;
    font-size: 16px;
    color: rgba(0, 0, 0, 0.65);
    line-height: 40px;
    padding-left: 34px;
    box-sizing: border-box;
    cursor: pointer;
    z-index: 1;
}

.public-tree .item-child::before {
    position: absolute;
    left: 17px;
    top: 50%;
    transform: translateY(-50%);
    width: 5px;
    height: 5px;
    background-color: #9a9a9a;
    border-radius: 50%;
    content: "";
    z-index: 1;
}

.public-tree .item-child:hover, .public-tree .item-child.current {
    color: #187aee;
    background-color: rgb(221, 237, 255);
}

.public-tree .item-child:hover::before, .public-tree .item-child.current::before {
    background-color: #187aee;
}

.public-tree .item.open .item-title {
    color: #fff;
    background-color: #1f77e5;
}

.public-tree .item.open .item-icon {
    background-image: url("../images/arrow_up_h.png");
}

.public-header2 {
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    min-height: 0;
}

.public-header2 .title {
    position: relative;
    width: auto;
    height: 30px;
    font-size: 20px;
    font-weight: 600;
    color: #333;
    text-align: center;
    line-height: 30px;
    margin: 0 auto;
    z-index: 1;
}

.public-header2 .title::before, .public-header2 .title::after {
    position: absolute;
    top: 50%;
    width: 49px;
    height: 17px;
    background: url("../images/public/header_icon_2.png") no-repeat center;
    background-size: 100% 100%;
    content: "";
    z-index: 1;
}

.public-header2 .title::before {
    left: -7px;
    transform: translate(-100%, -50%);
}

.public-header2 .title::after {
    right: -7px;
    transform: translate(100%, -50%) scaleX(-1);
}

/*chosen*/
.chosen-container-single .chosen-single div b {
    background: url("../images/arrow_down.png") no-repeat left center;
}

.chosen-container-active.chosen-with-drop .chosen-single div b {
    background: url("../images/arrow_up.png") no-repeat left center;
}

.xiaquclass {
    color: #ff1b1b;
}

/*2024-05-11 修改*/
.header {
    position: relative;
    z-index: 9999;
}

.header-top {
    position: relative;
    z-index: 9999;
}

.header .container {
    position: relative;
    z-index: 9;
}

.header-area-choose {
    position: relative;
    font-size: 16px;
    background: url("../images/loc_ico.png") no-repeat left center;
    background-size: 13px 15px;
    padding-left: 20px;
    padding-right: 20px;
    box-sizing: border-box;
    user-select: none;
    cursor: pointer;
    z-index: 1;
}

.header-area-choose::after {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 12px;
    height: 7px;
    background: url("../images/arrow_down.png") no-repeat center;
    background-size: 100% 100%;
    z-index: 1;
    content: "";
}

.header-area-choose.show::after {
    height: 6px;
    background-image: url("../images/arrow_up.png");
}

.header-area-box {
    display: none;
    position: absolute;
    left: 0;
    top: 145px;
    width: 100%;
    background-color: #fff;
    padding: 0 50px;
    box-sizing: border-box;
    box-shadow: 0 1px 7px 0 rgba(0, 0, 0, 0.35);
    border-radius: 5px;
    z-index: 999;
}

.header-area-box::after {
    position: absolute;
    top: -28px;
    right: 392px;
    content: "";
    width: 0;
    height: 0;
    box-sizing: content-box;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-top: 14px solid transparent;
    border-bottom: 14px solid #fff;
}

.header-area-content {
    display: flex;
    justify-content: flex-start;
}

.header-area-content:first-child {
    border-bottom: 1px dashed #d4d5d9;
}

.header-area-kind {
    width: 98px;
    line-height: 56px;
    height: 56px;
    font-size: 15px;
    text-align: right;
    color: #217bda;
}

.header-area-list {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    flex: 1;
    width: 0;
    min-height: 0;
}

.header-area-li {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 56px;
}

.header-area-li a {
    height: 28px;
    color: #333;
    line-height: 28px;
    padding: 0 10px;
    border-radius: 2px;
}

.header-area-li:hover a, .header-area-li.current a {
    color: #fff;
    background-color: #217bda;
}

.header-area {
    margin: 0 0 0 0px;
    padding-left: 20px;
    font-size: 24px;
}

/* 侧边栏 */
.sider {
    position: fixed;
    right: 18px;
    top: 50%;
    transform: translateY(-50%);
    width: 80px;
    z-index: 10101;
}

.sider .sider-body .kfrx>a {
    background: transparent url('../images/kfrx_bg.png') no-repeat center 14px;
    background-size: 32px 32px;
}

.sider .sider-body .yjzx>a {
    background: transparent url('../images/yjzx_bg.png') no-repeat center 14px;
    background-size: 32px 32px;
}

.sider .sider-body .cyxz>a {
    background: transparent url('../images/cyxz_bg.png') no-repeat center 14px;
    background-size: 32px 32px;
}

.sider .sider-body .cabl>a {
    background: transparent url('../images/cabl_bg.png') no-repeat center 14px;
    background-size: 32px 32px;
}

.sider .sider-body .back-top>a {
    background: transparent url('../images/back_top_bg.png') no-repeat center 14px;
    background-size: 32px 32px;
}

.sider .sub-list {
    display: none;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    min-width: 160px;
    margin-right: 92px;
    padding: 22px 12px 22px 29px;
    right: 0;
    background: #FFF;
    box-shadow: 0px 0px 20px 0px rgba(193, 204, 224, 0.71);
    border-radius: 8px;
}

.sider .sub-list::before {
    content: '';
    position: absolute;
    right: -18px;
    top: 50%;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border: 10px solid transparent;
    border-left-color: #fff;
}

.sider .sub-list>li {
    white-space: nowrap;
    cursor: auto;
    font-weight: 600;
    font-size: 18px;
}

.sider .sider-body>li {
    position: relative;
    height: 80px;
    box-sizing: border-box;
    cursor: pointer;
    background: #fff;
    border-radius: 6.4px;
    box-shadow: 0px 0px 20px 0px rgba(193, 204, 224, 0.71);
    border: 1px solid transparent;
}

.sider .sider-body>li>a {
    display: block;
    height: 100%;
    padding-top: 47px;
    box-sizing: border-box;
    font-size: 14px;
    line-height: 21px;
    text-align: center;
    color: #333;
}

.sider .sider-body>li+li {
    margin-top: 8px;
}


.sider .sider-body>li:hover {
    border-color: #166AD9;
    background: linear-gradient(180deg, #FFF 0%, #E4F2FF 100%);
    box-shadow: 0px 3.2px 16px 0px rgba(0, 52, 89, 0.20);
}

.sider .sider-body>li:hover p {
    color: #1F77E5;
}

.sider .sider-body>li:hover .sub-list {
    display: block;
}
