@charset "UTF-8";

/* 默认样式 */
body, button, dd, dl, dt, fieldset, form, h1, h2, h3, h4, h5, h6, hr, input, legend, li, ol, p, pre, textarea, select, option, th, ul {
    margin: 0;
    padding: 0;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    font-family: Microsoft YaHei, Tahoma, Geneva, sans-serif;
}

body, button, input, select, textarea {
    font: 14px/22px 'Microsoft YaHei';
    outline: none;
}

html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    background: #F5F5F5;
}

body {
    margin: 0;
    padding: 0;
    letter-spacing: 0;
    font-size: 14px;
    font-family: Microsoft YaHei, Tahoma, Geneva, sans-serif;
    font-style: normal;
    color: #333;
    background: #F5F5F5;
}

ul, li {
    list-style: none;
}

em, i {
    font-style: normal;
}

a {
    color: inherit;
    text-decoration: none;
    outline: none;
}

legend {
    color: #333;
}

input {
    outline: none;
}

fieldset, img {
    border: 0;
}

button, input, select, textarea {
    font-size: 100%;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

img {
    -ms-interpolation-mode: bicubic;
}

textarea {
    resize: vertical;
}

button, a {
    cursor: pointer;
}

.page {
    position: relative;
    width: 100%;
    min-width: 1200px;
}

.page-nav {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-block: 6px;
    width: 1200px;
    margin-inline: auto;
    font-size: 12px;
}

.page-nav-left a {
    color: #115DB2;
}

.page-nav-right {
    display: flex;
    align-items: center;
    gap: 20px;
}

.page-nav-right-link:hover,
.page-nav-right-list-text:hover {
    color: #115DB2;
    cursor: pointer;
}

.page-nav-right-list-popover {
    display: none;
    gap: 40px;
    position: absolute;
    top: 30px;
    right: 0;
    box-sizing: border-box;
    padding: 32px;
    background: #ffffff;
    align-items: flex-start;
    z-index: 99;
}

.page-nav-right-list:hover .page-nav-right-list-popover {
    display: flex;
}

.popover-item {
    width: 160px;
}

.popover-item:last-child {
    width: 200px;
}

.popover-item-title {
    color: #262626;
    padding-bottom: 8px;
    margin-bottom: 8px;
    font-size: 18px;
    font-weight: 500;
    border-bottom: 1px solid #D9D9D9;
}

.popover-item-list {
    display: flex;
    gap: 30px;
}

.popover-item-list-item {
    display: flex;
    flex-direction: column;
}

.popover-item-list a {
    color: #262626;
    padding-block: 4px;
    font-size: 14px;
}

.popover-item-list a:hover {
    color: #115DB2;
}

.popover-item-list .tip {
    height: 24px;
    font-size: 14px;
    color: #8C8C8C;
}


/* 公共头部 */
.page-top {
    width: 1200px;
    margin: auto;
    display: flex;
    align-items: center;
    height: 55px;
}

.page-top-text {
    font-size: 20px;
    color: #000000;
    margin-right: 120px;
}

.page-top-menu {
    position: relative;
}

.page-top-menu {
    margin: auto;
}

.page-top-menu a,
.page-top-menu p {
    position: relative;
    display: inline-block;
    width: 128px;
    height: 55px;
    line-height: 55px;
    text-align: center;
    cursor: pointer;
    font-size: 18px;
    color: #000000;
}

.page-top-menu a.active,
.page-top-menu a:hover {
    color: #125CB1;
}

.page-top-menu p.no-click {
    cursor: not-allowed;
}

.page-banner {
    width: 100%;
    height: 100%;
}

.page-tab {
    width: 100%;
    background-color: #115DB2;
}

.page-tab-container {
    width: 1200px;
    margin: auto;
    font-size: 0;
}

.page-tab-container-item {
    position: relative;
    display: inline-block;
    width: 171px;
    height: 58px;
    line-height: 58px;
    color: #FFFFFF;
    font-weight: 400;
    font-size: 18px;
    text-decoration: none;
    text-align: center;
    cursor: pointer;
}

.page-tab-container-item.active {
    background-color: #F8B62B;
    color: #115DB2;
}

.page-tab-container-item>a:hover {
    color: #FFFFFF;
}

.page-tab-container-item.active>a,
.page-tab-container-item.active>a:hover {
    color: #115DB2;
}

.page-tab-container-item-list {
    display: none;
    box-sizing: border-box;
    position: absolute;
    top: 58px;
    left: 0;
    z-index: 98;
    width: 171px;
    padding: 4px;
    border-radius: 2px;
    background: #fff;
    border: 1px solid #ebeef5;

    line-height: 1.4;
    text-align: justify;
    font-size: 14px;
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, .1);
    word-break: break-all;
}

.page-tab-container-item:hover .page-tab-container-item-list {
    display: block;
}

.page-tab-container-item-list a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 40px;
    border-radius: 2px;
    font-size: 16px;
    color: #262626;
    cursor: pointer;
}

.page-tab-container-item-list a:hover {
    background: #f6f6f6;
    color: #115db2;
}

/* 公共底部 */
.page-bottom {
    width: 100%;
    background: #115DB2;
    text-align: center;
    margin-top: 59px;
}

.page-bottom-title {
    font-size: 20px;
    font-weight: 600;
    color: #FFFFFF;
    padding: 32px 0 10px 0;
    text-align: left;
}

.page-bottom a:hover {
    color: #FFFFFF;
}

.page-bottom-content {
    width: 1200px;
    margin: auto;
    display: flex;
    font-size: 14px;
    font-weight: 400;
    color: #FFFFFF;
    padding-bottom: 50px;
}

.page-contact-content {
    display: flex;
}

.page-link {
    flex: 1;
}

.page-link-content {
    display: flex;
    justify-content: flex-start;
}

.page-link-content p, .page-contact-way p {
    line-height: 26px;
}

.page-link-content-left, .page-link-content-right, .page-contact-way {
    text-align: left;
}

.page-link-content-left {
    margin-right: 125px;
}

.page-contact-code {
    position: relative;
    margin-top: 32px;
}

.page-contact-code img {
    width: 116px;
    height: 116px;
}

.page-contact-code-text {
    margin-top: 10px;
    font-size: 14px;
    color: #fff;
    text-align: center;
}

.page-bottom-record {
    width: 1200px;
    margin: auto;
    font-size: 14px;
    font-weight: 400;
    color: #FFFFFF;
    background: #115DB2;
}

.page-bottom-text {
    border-top: 1px solid #fff;
    padding: 30px 0;
    opacity: 0.5;
}

/* 表格样式 */
.page-table-body {
    max-height: 260px;
    overflow: hidden;
    overflow-y: auto;
}

.page-table-head table,
.page-table-body table {
    width: 100%;
    table-layout: fixed;
    border-collapse: collapse;
}

.page table tr {
    height: 40px;
    line-height: 40px;
    background: #FFFFFF;
}

.page table tr.odd {
    background-color: #FBFBFB;
}

.page table tr:hover {
    background-color: #F6F6F6;
}

.page table th, .page table td {
    text-align: center;
    font-size: 14px;
    color: #333333;
}

.page table td.red {
    color: #FF4646;
}

.page table td.green {
    color: #68B348;
}

/* 悬浮气泡样式 */
.hover-cell {
    cursor: pointer;
}

.hover-content {
    color: #333;
    padding: 10px 10px;
    font-size: 12px;
}

.hover-date {
    margin-right: 10px;
}

.hover-content .red {
    color: #FF4646;
}

.hover-content .green {
    color: #68B348;
}

/* layui组件样式 */
.layui-laydate-footer span:hover {
    color: #1D2088 !important;
}

.layui-form-label {
    padding: 9px 0;
    text-align: center;
}

.layui-form-select .layui-input {
    border: 1px solid #1D2088;
    border-radius: 5px;
    color: #666666;
}

.layui-form-select dl dd, .layui-form-select dl dt {
    color: #666666;
}

.layui-form-select dl dd.layui-this,
.layui-form-select dl dd.layui-this,
.layui-btn {
    background: #1D2088;
}

.layui-btn {
    border-radius: 5px
}

.layui-input-block {
    margin-left: 80px;
}

.layui-icon-loading:before {
    font-size: 40px;
}

iframe {
    display: none;
}