:root {
    --max: 1200px;
    --size14: 14px;
    --size16: 16px;
    --size18: 18px;
    --size20: 20px;
    --size24: 24px;
    --size30: 30px;
    --size36: 36px;
    --size40: 40px;
    --size46: 46px;
    --size50: 50px;
    --size56: 56px;
    --size60: 60px;

    --top20: 20px;
    --top30: 30px;
    --top40: 40px;
    --top50: 50px;
    --top60: 60px;
    --top80: 80px;
    --top100: 100px;
    --top120: 120px;
}

@font-face {
    font-family: "m";
    src: url("../fonts/m.otf") format("truetype");
}

@font-face {
    font-family: "bold";
    src: url("../fonts/bold.otf") format("truetype");
}

body {
    font-family: "m";
}

.Hertre {
    width: 100%;
    z-index: 999;
    height: 100px;
    position: relative;
}

.Hertre_cen {
    width: var(--max);
    height: 100%;
    margin: auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
}

.Logo {
    width: max-content;
    overflow: hidden;

}

.Logo a {
    width: max-content;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 15px;
}

.Logo h1 {
    font-size: var(--size20);
    color: rgb(51, 51, 51);
    font-family: 'bold';
}

.Logo img {
    width: 50px;
    height: auto;
}

.Hertre_cen form {
    width: 330px;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    margin-left: auto;
    margin-right: var(--top60);
}

.Hertre_cen form input {
    flex: 1;
    height: 40px;
    border: 1px solid rgb(0, 53, 134, 0.1);
    font-size: var(--size14);
    color: rgb(192, 196, 204);
    padding: 0 15px;
}

.seach_s {
    width: 88px;
    height: 40px;
    background: rgb(0, 68, 141);
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border: transparent;
    font-size: var(--size14);
    color: rgb(254, 254, 254);
    cursor: pointer;
}

.seach_s img {
    width: 14px;
    height: auto;
}

.En {
    width: max-content;
    font-size: var(--size16);
    color: rgb(51, 51, 51);
    line-height: 1;
}

.En a:nth-child(2) {
    border-left: 1px solid rgb(224, 224, 224);
    padding-left: 10px;
    margin-left: 10px;
}

.En span {
    color: rgb(231, 18, 16);
}

.Nav {
    width: 100%;
    background: rgb(0, 68, 141);
}

.Nav ul {
    width: var(--max);
    height: auto;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.Nav ul li {
    flex: 1;
    font-size: var(--size16);
    color: rgb(255, 255, 255);
    text-align: center;
    line-height: 50px;
    position: relative;
}

.Nav ul li a {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.Nav ul li img {
    width: 18px;
    height: auto;
}

.Nav ul li.Nav_cen {
    background: rgb(0, 53, 134);
}

.Nav ul li:hover {
    background: rgb(0, 53, 134);
}

.Nav ul li::after {
    content: "";
    width: 0%;
    height: 3px;
    background: rgb(231, 18, 16);
    position: absolute;
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%);
    transition: all 0.3s;
}

.Nav ul li.Nav_cen::after {
    width: 100%;
}

.Nav ul li:hover::after {
    width: 100%;
}

.Nav_ul {
    display: none;
    background: #ffffff;
    position: absolute;
    overflow: hidden;
    top: 100%;
    transition: auto;
    padding: 20px 30px;
    left: 50%;
    transform: translateX(-50%);
    box-shadow: 0px 0px 10px 5px #00000010;
    border-radius: 5px;
}

.Nav_ul a {
    color: #000000;
    display: block;
    line-height: 2.5;
    font-size: var(--size14);
}

.Nav_ul a:hover {
    color: #ec078d;
}

.Nav_ul a.Nav_ul_Nav {
    color: #ec078d;
}

.An {
    width: 60px;
    height: 60px;
    display: none;
    position: fixed;
    right: 0%;
    top: 0;
    transition: all 0.5s;
    z-index: 99;
}

.Container {
    cursor: pointer;
    display: flex;
    position: absolute;
    top: 0;
    right: 0;
    transition: all 0.5s;
}

.Container svg {
    transition: transform 500ms cubic-bezier(0.4, 0, 0.2, 1);
}

.An .Active svg {
    transform: rotate(90deg);
}

.Container path {
    stroke: #000000;
    transition: transform 500ms cubic-bezier(0.4, 0, 0.2, 1), stroke-dasharray 500ms cubic-bezier(0.4, 0, 0.2, 1), stroke-dashoffset 500ms cubic-bezier(0.4, 0, 0.2, 1);
}

.Container path:nth-child(1) {
    transform-origin: 36% 40%;
}

.Container path:nth-child(2) {
    stroke-dasharray: 29 299;
}

.Container path:nth-child(3) {
    transform-origin: 35% 63%;
}

.Container path:nth-child(4) {
    stroke-dasharray: 29 299;
}

.Container path:nth-child(5) {
    transform-origin: 61% 52%;
}

.Container path:nth-child(6) {
    transform-origin: 62% 52%;
}

.An .Active path:nth-child(1) {
    transform: translateX(9px) translateY(1px) rotate(45deg);
}

.An .Active path:nth-child(2) {
    stroke-dasharray: 225 299;
    stroke-dashoffset: -72px;
}

.An .Active path:nth-child(3) {
    transform: translateX(9px) translateY(1px) rotate(-45deg);
}

.An .Active path:nth-child(4) {
    stroke-dasharray: 225 299;
    stroke-dashoffset: -72px;
}

.An .Active path:nth-child(5) {
    transform: translateX(9px) translateY(1px) rotate(-45deg);
}

.An .Active path:nth-child(6) {
    transform: translateX(9px) translateY(1px) rotate(45deg);
}

.Banner {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.Banner img {
    width: 100%;
    min-height: 200px;
    object-fit: cover;
}

.Banner_max {
    width: var(--max);
    overflow: hidden;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
}

.Banner_text {
    width: 220px;
    overflow: hidden;
    background: rgb(0, 53, 134);
    border-top: 2px solid rgb(231, 18, 16);
    padding: 25px var(--top20);
}

.Banner_text h2 {
    font-size: var(--size20);
    color: rgb(255, 255, 255);
    line-height: 1;
}

.Banner_text p {
    font-size: var(--size14);
    color: rgb(255, 255, 255);
    line-height: 1;
    margin-top: 10px;
}

.Beijing {
    width: 100%;
    overflow: hidden;
    background: #E4E4E4;
}

.Guanyu {
    width: var(--max);
    overflow: hidden;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    gap: var(--top30);
}

.Guanyu ul {
    width: 220px;
    overflow: hidden;
    background: rgb(255, 255, 255);
}

.Guanyu ul li {
    width: 100%;
    overflow: hidden;
}

.Guanyu ul li a {
    width: 100%;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding: 15px var(--top20);
}

.Guanyu ul li a p {
    font-size: var(--size14);
    color: rgb(51, 51, 51);
}

.Guanyu ul li a svg {
    width: 10px;
    height: auto;
}

.Guanyu ul li.Guanyu_nav {
    background: rgb(209, 217, 229);
}

.Guanyu ul li.Guanyu_nav a p {
    color: rgb(0, 53, 134);
}

.Guanyu_right {
    flex: 1;
    overflow: hidden;
    margin-top: var(--top30);
    margin-bottom: var(--top30);
    border-radius: 10px;
    background: rgb(255, 255, 255);
}

.Guanyu_title {
    width: 100%;
    overflow: hidden;
    background: rgb(238, 238, 238);
    padding: 15px var(--top30);
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: var(--top50);
}

.Guanyu_title h2 {
    width: max-content;
    font-size: var(--size20);
    color: rgb(51, 51, 51);
}

.Guanyu_title h2 span {
    color: rgb(231, 18, 16);
}

.Mianbao {
    width: max-content;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    font-size: var(--size16);
    color: rgb(51, 51, 51);
    gap: 15px;
}

.Mianbao a:last-child {
    color: rgb(0, 68, 141);
}

.Guanyu_text {
    width: 100%;
    overflow: hidden;
    padding: var(--top30);
    font-size: var(--size14);
    color: rgb(51, 51, 51);
    line-height: 2;
}

.Guanyu_text img {
    max-width: 100% !important;
}

.Logo_beijing {
    width: 100%;
    min-height: 100vh;
    overflow: hidden;
    background: #f9f9f9;
}

.Login {
    width: var(--max);
    overflow: hidden;
    margin: auto;
}

.Login_title {
    width: 100%;
    overflow: hidden;
    background: rgb(0, 68, 141);
    line-height: 64px;
    font-size: var(--size20);
    color: rgb(255, 255, 255);
    text-align: center;
}

.Login_max {
    width: 100%;
    overflow: hidden;
    background: #ffffff;
    min-height: calc(100vh - 194px);
}

.Login_max>p {
    width: 100%;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 10px;
    background: rgb(236, 244, 251);
    padding: 15px;
    font-size: var(--size16);
    color: rgb(0, 68, 141);
}

.Login_max>p img {
    width: 16px;
    height: auto;
}

.Login_max form {
    width: 650px;
    max-width: 100%;
    margin: auto;
    overflow: hidden;
    padding: var(--top40);
    display: flex;
    flex-wrap: wrap;
    gap: var(--top20);
}

.Login_max form label {
    width: 100%;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
}

.Login_max form label p {
    width: 150px;
    overflow: hidden;
    font-size: var(--size14);
    color: rgb(51, 51, 51);
    text-align: right;
}

.Login_max form label p span {
    color: rgb(231, 18, 16);
}

.Login_max form label input {
    flex: 1;
    height: 40px;
    border: 1px solid rgb(232, 234, 239);
    font-size: var(--size14);
    color: rgb(192, 196, 204);
    padding: 0 15px;
}

#getVerificationCode {
    width: 112px;
    height: 40px;
    border: 1px solid rgb(0, 68, 141);
    font-size: var(--size14);
    color: rgb(0, 68, 141);
    cursor: pointer;
    background: transparent;
}

#submitToReg,
#ToReg,
#submitIn {
    width: calc(100% - 160px);
    height: 40px;
    background: rgb(0, 68, 141);
    font-size: var(--size14);
    color: #ffffff;
    margin-left: 160px;
    cursor: pointer;
}

.Beijing_bai {
    width: 100%;
    overflow: hidden;
    background: #f9f9f9;
}

.Dongtai {
    width: var(--max);
    overflow: hidden;
    background: #ffffff;
    margin: var(--top30) auto;
}

.Dongtai_list {
    width: 100%;
    overflow: hidden;
    border-bottom: 1px solid rgb(238, 238, 238);
}

.Dongtai_list ul {
    width: 100%;
    overflow: hidden;
    padding: 0 var(--top30)
}

.Dongtai_list ul li {
    width: 100%;
    overflow: hidden;
    border-bottom: 1px dashed rgb(191, 191, 191);
    padding: var(--top20) 0;
}

.Dongtai_list ul li:last-child {
    border: transparent;
}

.Dongtai_list ul li a {
    width: 100%;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10vh;
}

.Dongtai_list ul li h2 {
    flex: 1;
    font-size: var(--size14);
    color: rgb(51, 51, 51);
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.Dongtai_list ul li p {
    width: max-content;
    font-size: var(--size14);
    color: rgb(51, 51, 51);
}

#pagination-controls {
    width: 100%;
    overflow: hidden;
    padding: var(--top40) var(--top30);
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
}

#page-info {
    font-size: var(--size14);
    color: rgb(102, 102, 102);
}

#page-size {
    width: 100px;
    height: 32px;
    border: 1px solid rgb(221, 221, 221);
    font-size: var(--size14);
    color: rgb(102, 102, 102);
}

#page-buttons,
#pagination {
    width: max-content;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

#pagination button {
    width: 32px;
    height: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid rgb(221, 221, 221);
    font-size: 12px;
    color: rgb(102, 102, 102);
    line-height: 1;
    background: transparent;
    cursor: pointer;
}

#page-buttons button[disabled] {
    background: rgb(0, 68, 141);
    color: #ffffff;
    border: transparent;
}

#page-buttons {
    width: max-content;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

#number {
    width: max-content;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
    font-size: var(--size14);
    color: rgb(102, 102, 102);
    margin-left: var(--top20);
}

#number input {
    width: 64px;
    height: 32px;
    border: 1px solid rgb(221, 221, 221);
    font-size: var(--size14);
    color: rgb(102, 102, 102);
    text-align: center;
}

#go-to-page {
    background: rgb(0, 68, 141);
    color: #ffffff;
    border: transparent;
    width: 50px;
    height: 32px;
    font-size: 12px;
    color: #ffffff;
}

.Show {
    width: 100%;
    overflow: hidden;
    padding: var(--top30);
}

.Show>h2 {
    font-size: var(--size24);
    color: rgb(51, 51, 51);
    text-align: center;
}

.Show>p {
    font-size: var(--size14);
    color: rgb(0, 68, 141);
    text-align: center;
    margin-top: 10px;
}

.Show_text {
    width: 100%;
    overflow: hidden;
    margin-top: var(--top30);
    font-size: var(--size14);
    color: rgb(51, 51, 51);
    line-height: 2;
    border-top: 1px dashed rgb(191, 191, 191);
    padding-top: var(--top30);
}

.Show_text img {
    max-width: 100%;
    height: auto;
    margin: auto;
}

.Prev {
    width: 100%;
    overflow: hidden;
    background: rgb(242, 243, 247);
    margin-top: var(--top30);
    padding: 25px var(--top30);
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
}

.Prev a {
    font-size: var(--size14);
    color: rgb(51, 51, 51);
    display: block;
}

.Yeji {
    width: var(--max);
    overflow: hidden;
    margin: var(--top40) auto;
}

.Yeji ul li {
    width: 100%;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    justify-content: justify-content;
    flex-direction: row-reverse;
    gap: var(--top60);
}

.Yeji_left {
    width: 40%;
    padding-top: var(--top50);
}

.Yeji_left span {
    font-size: var(--size16);
    color: rgb(51, 51, 51);
    display: block;
}

.Yeji_left h2 {
    font-size: var(--size24);
    color: rgb(51, 51, 51);
    margin-top: 10px;
}

.Yeji_left p {
    font-size: var(--size14);
    color: rgb(102, 102, 102);
    line-height: 2;
    margin-top: var(--top20);
}

.Yeji_a {
    width: 100%;
    overflow: hidden;
    margin-top: var(--top20);
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.Yeji_a a {
    width: max-content;
    line-height: 32px;
    border: 1px solid rgb(192, 192, 192);
    font-size: var(--size14);
    color: rgb(51, 51, 51);
    padding: 0 15px;
}

.Pages {
    width: 40%;
    overflow: hidden;
    position: absolute;
    bottom: 0;
    left: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.pager1 {
    width: max-content;
    position: static;
    inset: 0;
    transform: translate(0%, 0%);
}

.zhenshangyin-pager-bullets-bullet {
    width: 8px;
    height: 8px;
    background: rgba(0, 0, 0, 0.2);
    border-radius: 8px;
}

.zhenshangyin-pager-bullets-bullet.active {
    width: 20px;
    background: rgb(0, 68, 141);
}

.prev,
.next {
    position: static;
    inset: 0;
    transform: translate(0%, 0%);
    width: 32px;
    height: 32px;
    background: rgba(0, 0, 0, 0.2);
}

.prev {
    margin-left: auto;
    margin-right: 10px;
}

.Yeji img {
    flex: 1;
    height: auto;
}

.Yeji_max .page {
    padding: 0;
    margin-top: var(--top40);
}

.Yejilist {
    width: var(--max);
    overflow: hidden;
    background: #ffffff;
    margin: var(--top40) auto;
}

.Yeji_top {
    width: 100%;
    overflow: hidden;
}

.Yeji_top ul {
    width: 100%;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
}

.Yeji_top ul li {
    flex: 1;
    line-height: 60px;
    background: rgb(238, 238, 238);
    text-align: center;
    font-size: var(--size16);
    color: rgb(102, 102, 102);
}

.Yeji_top ul li.Yeji_nav {
    background: #ffffff;
    border-top: 3px solid rgb(0, 68, 141);
}

.Yeji_max {
    width: 100%;
    overflow: hidden;
    padding: var(--top30);
}

.Yeji_cen {
    width: 100%;
    overflow: hidden;
}

.Yeji_cen ul {
    width: 100%;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.Yeji_cen ul li {
    width: max-content;
    line-height: 40px;
    border: 1px solid rgb(204, 204, 204);
    font-size: var(--size14);
    color: rgb(51, 51, 51);
    padding: 0 15px;
}

.Yeji_cen ul li.Yeji_nav {
    color: rgb(0, 68, 141);
    border: 1px solid rgb(0, 68, 141);
}

.Yeji_bott {
    width: 100%;
    overflow: hidden;
    margin-top: var(--top30);
}

.Yeji_bott ul {
    width: 100%;
    overflow: hidden;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: var(--top30);
}

.Yeji_bott ul li {
    width: 100%;
    overflow: hidden;
}

.Yeji_bott ul li img {
    width: 100%;
    aspect-ratio: 4 / 3;
}

.Yeji_bott ul li h2 {
    font-size: var(--size14);
    color: rgb(51, 51, 51);
    margin-top: 10px;
}



.page {
    width: 100%;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    padding: var(--top40) var(--top30);
    gap: 5px;
}

.page .active,
.page .total {
    font-size: 12px;
    width: 32px;
    height: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: rgb(221, 221, 221);
    border: 1px solid rgb(221, 221, 221);
    line-height: 1;
    background: #fff;
}

.page .active {
    background: rgb(0, 68, 141);
    border: 1px solid rgb(0, 68, 141);
    color: #fff;
}

.page .active:nth-child(1),
.page .total:nth-child(1),
.page .active:nth-child(2),
.page .total:nth-child(2),
.page .active:last-child,
.page .total:last-child,
.page .active:nth-last-child(2),
.page .total:nth-last-child(2) {
    color: rgb(221, 221, 221);
    border: 1px solid rgb(221, 221, 221);
    background: #fff;
}

.page .active:nth-child(1),
.page .total:nth-child(1) {
    width: max-content;
    border: transparent;
}

.number {
    width: max-content;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
    font-size: var(--size14);
    color: rgb(102, 102, 102);
    margin-left: var(--top20);
}

.number input {
    width: 64px;
    height: 32px;
    border: 1px solid rgb(221, 221, 221);
    font-size: var(--size14);
    color: rgb(102, 102, 102);
    text-align: center;
}

.page-search-btn {
    background: rgb(0, 68, 141);
    color: #ffffff;
    border: transparent;
    width: 50px;
    height: 32px;
    font-size: 12px;
    color: #ffffff;
}

.Shaixun {
    width: var(--max);
    overflow: hidden;
    margin: var(--top30) auto;
}

.Shaixun_list {
    width: 100%;
    overflow: hidden;
    margin-top: var(--top20);
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}

.Shaixun_list>p {
    width: max-content;
    font-size: var(--size14);
    color: rgb(51, 51, 51);
    line-height: 30px;
}

.Shaixun_list ul {
    flex: 1;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.Shaixun_list ul li {
    line-height: 30px;
    padding: 0 10px;
    font-size: var(--size14);
    color: rgb(51, 51, 51);
    cursor: pointer;
}

.Shaixun_list ul li.selected {
    background: rgb(0, 53, 134);
    color: #ffffff;
}

.Fujian {
    width: 100%;
    overflow: hidden;
    margin-top: var(--top30)
}

.Fujian>h2 {
    font-size: var(--size20);
    color: rgb(51, 51, 51);
    border-bottom: 1px dashed rgb(191, 191, 191);
    padding-bottom: 15px;
    background: url(../images/shu.png) no-repeat left top / 4px var(--top20);
    line-height: 1;
    padding-left: 20px;
}

.Fujian_max {
    width: 100%;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 15px;
    margin-top: var(--top30);
}

.Fujian_max p {
    width: max-content;
    font-size: var(--size14);
    color: rgb(51, 51, 51);
    background: url(../images/icon_link.png) no-repeat left center / 18px auto;
    padding-left: 30px;
}

.Fujian_max a {
    display: block;
    width: max-content;
    line-height: 30px;
    padding: 0 25px;
    border: 1px solid rgb(0, 68, 141);
    color: rgb(0, 68, 141);
    font-size: var(--size14);
}

.Zhaobiaos {
    width: 100%;
    overflow: hidden;
    background: rgb(242, 243, 247);
    padding: var(--top30);
    margin-top: var(--top30);
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}

.Zhaobiaos_jin {
    flex: 1;
    position: relative;

}

.Zhaobiaos_jin_bg{
    width: 76%;
    height: 6px;
    position: relative;
    margin: auto;
}

.Zhaobiaos_jin_bg::after {
    content: "";
    width: 100%;
    height: 6px;
    background: rgb(192, 195, 203);
    border-radius: 6px;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}

.Zhaobiaos_jin_bg::before {
    content: "";
    width: var(--progress, 0%);
    height: 6px;
    background: rgb(212, 50, 37);
    border-radius: 6px;
    position: absolute;
    top: 0;
    left: 0%;
    z-index: 5;
    transition: width 0.3s ease-in-out;
}

.Zhaobiaos_jin ul {
    width: 100%;
    margin-top: 25px;
    display: flex;
    justify-content: space-between;
}

.Zhaobiaos ul li {
    flex: 1;
    position: relative;
}

.Zhaobiaos ul li::after {
    content: "";
    width: 16px;
    height: 16px;
    background: rgb(192, 195, 203);
    border-radius: 50%;
    border: 4px solid #ffffff;
    position: absolute;
    top: -40px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 5;

}

.Zhaobiaos ul li.Zhaobiaos_nav::after {
    background: rgb(212, 50, 37);
}

.Zhaobiaos ul li:nth-child(2) {
    flex: 2;
}

.Zhaobiaos ul li h2 {
    text-align: center;
    font-size: var(--size16);
    color: rgb(51, 51, 51);
}

.Zhaobiaos ul li p {
    text-align: center;
    font-size: var(--size16);
    color: rgb(51, 51, 51);
}

.Liji {
    width: max-content;
}

.Liji a {
    width: 200px;
    line-height: 40px;
    background: rgb(212, 50, 37);
    text-align: center;
    font-size: var(--size14);
    color: rgb(255, 255, 255);
    display: block;
}

.Liji p {
    text-align: center;
    font-size: var(--size14);
    color: rgb(51, 51, 51);
    margin-top: 10px;
}
.Liji p span{
    color: rgb(212, 50, 37);
}
.Baoming form {
    width: 100%;
}

.Baoming form label {
    width: 650px;
    max-width: 100%;
    margin: auto;
}

.label {
    flex: 1;
    display: flex;
    flex-wrap: wrap;
    gap: var(--top20);
}

.upboxlae {
    width: 150px;
    position: relative;
}

.upboxlae img {
    width: 100%;
    aspect-ratio: 4 / 4;
    object-fit: cover;
}

.file {
    width: 100%;
    height: 100% !important;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5;
    opacity: 0;
    cursor: pointer;
}

.Gonggao {
    width: var(--max);
    overflow: hidden;
    margin: var(--top20) auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    gap: var(--top30);
}

.Gonggao_left {
    width: max-content;
    height: 36px;
    background: rgb(0, 53, 134);
    padding: 0 15px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 10px;
    font-size: var(--size14);
    color: rgb(255, 255, 255);
}

.Gonggao_left img {
    width: 16px;
    height: auto;
}

.Gonggao_swiper {
    flex: 1;
    height: 36px;
    overflow: hidden;
}

.Gonggao_swiper ul li {
    width: 100%;
    height: 36px !important;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: var(--top20);
}

.Gonggao_swiper ul li span {
    width: max-content;
    display: block;
    font-size: var(--size16);
    color: rgb(153, 153, 153);
    border-right: 1px solid rgb(153, 153, 153);
    padding-right: var(--top20);
    line-height: 1;
}

.Gonggao_swiper ul li h2 {
    flex: 1;
    font-size: var(--size16);
    color: rgb(51, 51, 51);
}

.Gonggao_swiper ul li a {
    width: max-content;
    font-size: var(--size14);
    color: rgb(0, 68, 141);
    line-height: 1;
}

.Bannerin {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.Bannerin img {
    width: 100%;
    height: auto;
    min-height: 200px;
    object-fit: cover;
}

.Bannerin_max {
    width: var(--max);
    overflow: hidden;
    position: absolute;
    top: 35%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.Bannerin_max h2 {
    font-size: var(--size50);
    font-family: 'bold';
    line-height: 1.2;
    background: linear-gradient(0.00deg, rgb(144, 222, 255) 9.284%, rgb(200, 239, 255) 33.714%, rgb(255, 255, 255) 90.716%);
    color: transparent;
    -webkit-background-clip: text;
}

.Bannerin_max p {
    font-size: var(--size20);
    color: rgb(255, 255, 255);
    margin-top: var(--top30);
}

.Dongtaiin {
    width: var(--max);
    overflow: hidden;
    margin: var(--top40) auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: var(--top40);
}

.Dongtaiin_swiper {
    width: 480px;
    overflow: hidden;
}

.Dongtaiin_swiper img {
    width: 100%;
    aspect-ratio: 4 / 2;
    object-fit: cover;
}

.Dongtaiin_right {
    flex: 1;
}

.Dongtaiin_top {
    width: 100%;
    overflow: hidden;
    border-bottom: 1px solid rgba(204, 204, 204, 0.98);
    padding-bottom: var(--top20);
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.Dongtaiin_top h2 {
    font-size: var(--size20);
    color: rgb(51, 51, 51);
    line-height: 1;
}

.Dongtaiin_top a {
    width: max-content;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
    font-size: var(--size16);
    color: rgb(153, 153, 153);
}

.Dongtaiin_right ul {
    width: 100%;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    gap: 17px;
    margin-top: 20px;
}

.Dongtaiin_right ul li {
    width: 100%;
    overflow: hidden;
}

.Dongtaiin_right ul li:last-child {
    border: transparent;
}

.Dongtaiin_right ul li a {
    width: 100%;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: var(--top20);
}

.Dongtaiin_right ul li h2 {
    flex: 1;
    font-size: var(--size14);
    color: rgb(51, 51, 51);
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.Dongtaiin_right ul li p {
    width: max-content;
    font-size: var(--size14);
    color: rgb(51, 51, 51);
}

.pager2 {
    transition: auto;
}

.pager2 .zhenshangyin-pager-bullets-bullet {
    width: 8px;
    height: 8px;
    border: 2px solid rgb(255, 255, 255);
    background: transparent;
}

.pager2 .zhenshangyin-pager-bullets-bullet.active {
    width: 20px;
    background: #ffffff;
}

.Zhaobiao {
    width: 100%;
    overflow: hidden;
    background: rgb(236, 244, 251);
}

.Zhaobiao_max {
    width: var(--max);
    overflow: hidden;
    margin: var(--top40) auto;
}

.Zhaobiao_max>h2 {
    text-align: center;
    font-size: var(--size24);
    color: rgb(51, 51, 51);
}

.Zhaobiao_top {
    width: 100%;
    overflow: hidden;
    margin-top: var(--top30);
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: var(--top50);
}

.Zhaobiao_top ul {
    flex: 1;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    gap: var(--top20);
}

.Zhaobiao_top ul li {
    font-size: var(--size16);
    color: rgb(51, 51, 51);
    line-height: 48px;
    padding: 0 15px;
    cursor: pointer;
}

.Zhaobiao_top ul li.Zhaobiao_Nav {
    background: rgb(0, 53, 134);
    color: #ffffff;
}

.Zhaobiao_top a {
    width: max-content;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
    font-size: var(--size16);
    color: rgb(153, 153, 153);
}

.Zhaobiao_bottom {
    width: 100%;
    overflow: hidden;
    margin-top: var(--top30)
}

.Zhaobiao_list {
    width: 100%;
    overflow: hidden;
    background: rgb(255, 255, 255);
    padding: var(--top30);
    display: none;
    transition: auto;
}

.Zhaobiao_list:nth-child(1) {
    display: block;
}

.Zhaobiao_list ul {
    width: 100%;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    gap: var(--top20);
}

.Zhaobiao_list ul li {
    width: 100%;
    overflow: hidden;
}

.Zhaobiao_list ul li a {
    width: 100%;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: var(--top30);
}

.Zhaobiao_list ul li span {
    width: 90px;
    display: block;
    line-height: 30px;
    background: rgb(40, 120, 255, 0.1);
    font-size: var(--size14);
    color: rgb(0, 53, 134);
    text-align: center;
}

.Zhaobiao_list ul li h2 {
    flex: 1;
    font-size: var(--size16);
    color: rgb(51, 51, 51);
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.Zhaobiao_list ul li p {
    width: max-content;
    font-size: var(--size14);
    color: rgb(153, 153, 153);
    line-height: 1;
}
.Footer{
    width: 100%;
    overflow: hidden;
    background: rgb(64, 63, 69);
}
.Footer i{
    width: 100%;
    height: 4px;
    background: linear-gradient(90.00deg, rgb(231, 18, 16),rgb(0, 53, 134) 100%);
    display: block;
}
.Footer_max{
    width: var(--max);
    overflow: hidden;
    margin: var(--top30) auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-end;
    gap: var(--top50);
}
.Footer_left{
    width: max-content;
    max-width: 250px;
    overflow: hidden;
}
.Footer_left>h2{
    font-size: var(--size24);
    color: rgb(255, 254, 254);
    line-height: 1.2;
    font-family: 'bold';
}
.Footer_left ul{
    width: 100%;
    overflow: hidden;
}
.Footer_left ul li{
    width: 100%;
    overflow: hidden;
    margin-top: var(--top20);
}
.Footer_left ul li h2{
    font-size: var(--size14);
    color: rgb(255, 254, 254);
}
.Footer_left ul li p{
    font-size: var(--size14);
    color: rgb(255, 254, 254);
}
.Footer_left ul li:nth-child(1) p{
    font-size: var(--size30);
    color: rgb(255, 254, 254);
    font-family: 'bold';
}

.Footer_right{
    flex: 1;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    gap: 7vw;
}
.Erweima{
    width: 120px;
    overflow: hidden;
}
.Erweima h2{
    font-size: var(--size16);
    color: rgb(255, 255, 255);
}
.Erweima img{
    width: 100%;
    height: auto;
    margin-top: 10px;
}
.Footer_right ul{
    flex: 1;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.Footer_right ul li{
    font-size: var(--size16);
    color: rgb(255, 255, 255);
}
.Beian{
    width: 100%;
    overflow: hidden;
    background: rgb(54, 53, 59);
    border-top: 2px solid rgb(74, 74, 79);
}
.Beian_max{
    width: max-content;
    overflow: hidden;
    margin: 15px auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: var(--top20);
}
.Beian_max p{
    font-size: 12px;
    color: rgb(255, 254, 254);
}


.search_form{
    width: 100%;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.search_form input{
    flex: 1;
    height: 48px;
    border: 1px solid rgb(0, 53, 134);
    padding: 0 var(--top20);
    font-size: var(--size14);
    color: rgb(192, 196, 204);
    background: #ffffff;
}
.search_form button{
    width: 140px;
    height: 48px;
    background: rgb(0, 68, 141);
    border: transparent;
    font-size: var(--size14);
    color: rgb(254, 254, 254);
    cursor: pointer;
}