:root {
    --max: 1440px;
    --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";
    background: #f7fbfe;
}

.Hertre {
    width: 100%;
    z-index: 999;
    position: relative;
    background: #4269e2;
}

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

.Logo {
    width: 100px;
    overflow: hidden;
    display: none;

}

.Logo img {
    width: 100%;
    height: auto;
}

.Nav {
    width: 100%
}

.Nav ul {
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.Nav ul li {
    flex: 1;
    font-size: var(--size18);
    color: #ffffff;
    text-align: center;
    line-height: 80px;
    position: relative;
    overflow: hidden;
}

.Nav ul li a {
    position: relative;
    z-index: 5;
}

.Nav ul li i {
    width: 100%;
    height: 100%;
    background: #1313d1;
    position: absolute;
    top: 100%;
    left: 0;
}

.Nav ul li.Nav_cen {
    background: #1313d1;
}

.Nav ul li:hover {
    background: #1313d1;
}

.An {
    width: 30px;
    display: none;
}

.menu_button {
    cursor: pointer;
    width: 30px;
    height: 30px;
}

.menu_button:focus {
    outline: none;
}

.menu_button .line {
    fill: none;
    stroke: #fff;
    stroke-width: 8;
    stroke-linecap: round;
    transition: stroke-dasharray 600ms cubic-bezier(0.4, 0, 0.2, 1),
        stroke-dashoffset 600ms cubic-bezier(0.4, 0, 0.2, 1);
}

.menu_button .line1 {
    stroke-dasharray: 60 207;
}

.menu_button .line2 {
    stroke-dasharray: 60 60;
}

.menu_button .line3 {
    stroke-dasharray: 60 207;
}

.menu_button.opened .line1 {
    stroke-dasharray: 90 207;
    stroke-dashoffset: -134;
}

.menu_button.opened .line2 {
    stroke-dasharray: 1 60;
    stroke-dashoffset: -30;
}

.menu_button.opened .line3 {
    stroke-dasharray: 90 207;
    stroke-dashoffset: -134;
}

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

.Banner>img {
    width: 100%;
    height: auto;
}

.Banner .Logo {
    width: 600px;
    max-width: 40%;
    display: block;
}

.Banner_max {
    width: var(--max);
    position: absolute;
    top: 3vw;
    left: 50%;
    transform: translateX(-50%);
}

.Max {
    width: var(--max);
    margin: 20px auto;
    overflow: hidden;
    background: #ffffff;
}

.Title {
    width: 100%;
    padding: var(--top30);
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 15px;
    border-bottom: 2px solid #f5f8fa;
}

.Title img {
    width: var(--size24);
    height: auto;
}

.Title h2 {
    font-size: var(--size24);
    color: #000000;
    line-height: 1;
}

.Lianxi {
    width: 1200px;
    max-width: calc(100% - 30px);
    margin: var(--top50) auto;
}

.Lianxi>h2 {
    text-align: center;
    font-size: var(--size24);
    color: #000000;
}

.Lianxi>p {
    font-size: var(--size18);
    color: #000000;
    line-height: 1.8;
    margin-top: var(--top50);
}

.Lianxi>img {
    width: 100%;
    height: auto;
    margin-top: var(--top20);
}

.Lianxi ul {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: var(--top20);
    margin-top: var(--top80);
}

.Lianxi ul li {
    width: 100%;
    overflow: hidden;
    background: #f2fdfe;
    padding: var(--top40) var(--top50);
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    gap: var(--top60);
}

.Lianxi_img {
    width: 110px;
    aspect-ratio: 4 / 4;
    border-radius: 50%;
    background: #4269e2;
    display: flex;
    justify-content: center;
    align-items: center;
}

.Lianxi_img img {
    width: 40%;
    height: 40%;
    object-fit: contain;
}

.Lianxi_text {
    flex: 1;
}

.Lianxi_text h2 {
    font-size: var(--size30);
    color: #000000;
    line-height: 1;
}

.Lianxi_text>p {
    font-size: var(--size18);
    color: #999999;
    margin: 10px auto;
}

.Lianxi_text_img {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
}

.Lianxi_text_img img {
    width: 25px;
    height: auto;
}

.Lianxi_text_img p {
    flex: 1;
    font-size: var(--size20);
    color: #045cc0;
}

.Jiaotong {
    width: 1200px;
    max-width: calc(100% - 30px);
    margin: var(--top50) auto;
}

.Jiaotong>h2 {
    text-align: center;
    font-size: var(--size24);
    color: #000000;
}

.Jiaotong_text {
    width: 100%;
    font-size: var(--size16);
    color: #000000;
    line-height: 2.5;
    margin-top: var(--top50);
}

strong {
    font-family: 'bold';
}

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

.Liebiao {
    width: 1200px;
    max-width: calc(100% - 30px);
    margin: var(--top30) auto var(--top50);
}

.Liebiao ul {
    width: 100%;
}

.Liebiao ul li {
    width: 100%;
    padding: var(--top20) 0;
    border-bottom: 1px dashed #cfcfcf;
}

.Liebiao ul li a {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    gap: var(--top20);
    gap: 10px;
}

.Liebiao ul li a h2 {
    flex: 1;
    font-size: var(--size18);
    color: #000000;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.Liebiao ul li a h2 span {
    color: #4269e2;
    margin-right: var(--top20);
}

.Liebiao ul li a p {
    width: max-content;
    font-size: var(--size16);
    color: #000000;
    line-height: 1;
}

.Liebiao ul li:hover a h2 {
    color: #4269e2;
}


.Show {
    width: 1200px;
    max-width: calc(100% - 30px);
    margin: var(--top50) auto;
}

.Show>h2 {
    font-size: var(--size24);
    color: #000000;
    text-align: center;
    font-family: 'bold';
}

.Show>span {
    width: 100%;
    display: block;
    font-size: var(--size20);
    color: #000000;
    text-align: center;
    margin: var(--top20) auto;
}

.Show>p {
    font-size: var(--size16);
    color: #666666;
    text-align: center;
}

.Show_text {
    width: 100%;
    overflow: hidden;
    margin-top: var(--top50);
    font-size: var(--size16);
    color: #000000;
    line-height: 2;
}

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

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

.Prev a {
    width: 100%;
    display: block;
    font-size: var(--size14);
    color: #666666;
}

.page {
    width: 100%;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    margin-top: var(--top40);
    gap: 8px;
}

.page .active,
.page .total {
    font-size: var(--size14);
    padding: 10px 15px;
    background: #fbfaff;
    color: #696460;
    line-height: 1;
    border-radius: 5px;
}

.page .active {
    background: #4269e2;
    color: #fff;
}

.page .active:nth-child(1),
.page .active:nth-child(2),
.page .total:nth-child(1),
.page .total:nth-child(2),
.page .active:last-child,
.page .total:last-child {
    color: #696460;
    background: #fbfaff;
}

.Baogao {
    width: 1200px;
    max-width: calc(100% - 30px);
    margin: var(--top50) auto;
}

.Baogao>h2 {
    font-size: var(--size24);
    color: #000000;
    text-align: center;
}

.Baogao ul {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10vw;
    margin-top: var(--top50);
}

.Baogao ul li {
    width: 100%;
}

.Baogao ul li img {
    width: 100%;
    height: auto;
}

.Huiqianhui {
    width: 1200px;
    max-width: calc(100% - 30px);
    margin: var(--top50) auto;
}

.Huiqianhui>h2 {
    font-size: var(--size24);
    color: #000000;
    text-align: center;
}

.Huiqianhui>p {
    text-align: center;
    font-size: var(--size24);
    color: #000000;
    margin-top: var(--top30);
    font-family: 'bold';
}

.Huiqianhui_max {
    width: 100%;
    margin-top: var(--top60);
}

.Huiqianhui_top {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    gap: var(--top40);
}

.Huiqianhui_top_img {
    width: 260px;
    height: auto;
}

.Huiqianhui_top_img img {
    width: 100%;
    height: auto;
}

.Huiqianhui_top_text {
    flex: 1;
}

.Huiqianhui_top_text h2 {
    font-size: var(--size24);
    color: #000000;
    font-family: 'bold';
}

.Huiqianhui_top_text p {
    font-size: var(--size18);
    color: #000000;
    line-height: 2;
    margin-top: var(--top20);
}

.Huiqianhui_max>p {
    font-size: var(--size18);
    color: #000000;
    line-height: 2;
    margin-top: var(--top20);
}

.Footer {
    width: 100%;
    overflow: hidden;
    background: #4269e2;
}

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

.Footer_left {
    width: max-content;
    margin: auto;
}

.Footer_left ul {
    display: grid;
    grid-template-columns: 1fr;
    gap: var(--top30);
}

.Footer_left ul li {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}

.Footer_left ul li h2 {
    font-size: var(--size18);
    color: #ffffff;
    line-height: 1.7;
}

.Footer_left ul li p {
    font-size: var(--size18);
    color: #ffffff;
    text-align: center;
    line-height: 1.7;
}

.Erweima {
    width: 120px;
}

.Erweima img {
    width: 100%;
    height: auto;
}

.Erweima h2 {
    font-size: 17px;
    color: #ffffff;
    margin-top: 10px;
    text-align: center;
}

.Footer_text {
    width: 100%;
    text-align: center;
    font-size: var(--size18);
    color: #ffffff;
}

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

.Danwei_max {
    width: 100%;
}

.Danwei_max>h2 {
    width: 180px;
    line-height: 40px;
    text-align: center;
    margin: auto;
    background: #7695f6;
    font-size: var(--size18);
    color: #ffffff;
    clip-path: polygon(10% 0, 90% 0, 100% 50%, 90% 100%, 10% 100%, 0 50%);
}

.Danwei_max ul {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: var(--top30);
    margin-top: var(--top30);
}

.Danwei_max ul li {
    width: 100%;
}

.Danwei_img {
    width: 100%;
    aspect-ratio: 330 / 170;
    border: 1px solid #e5ecff;
}
.Danwei_img a{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.Danwei_img img {
    max-width: 70%;
    max-height: 70%;
    object-fit: contain;
}

.Danwei_max ul li h2 {
    font-size: var(--size16);
    color: #000000;
    text-align: center;
    margin-top: var(--top20);
}


.Xinwen {
    width: var(--max);
    margin: 20px auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    flex-direction: row-reverse;
    gap: var(--top20);
}

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

.Xinxi_top {
    width: 100%;
    overflow: hidden;
    background: #ffffff;
}

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

.Xinxi_top ul li {
    width: 100%;
    border-radius: 6px;
    padding: var(--top30);
    background: linear-gradient(11.31deg, rgba(173, 230, 252, 1), rgba(173, 230, 252, 1) 2%, rgba(213, 239, 253, 1) 99%, rgba(213, 239, 253, 1) 100%);
}

.Xinxi_top ul li:nth-child(2) {
    background: linear-gradient(11.31deg, rgba(228, 201, 250, 1), rgba(228, 201, 250, 1) 2%, rgba(237, 240, 250, 1) 99%, rgba(237, 240, 250, 1) 100%);
}

.Xinxi_top ul li:nth-child(3) {
    background: linear-gradient(11.31deg, rgba(238, 201, 179, 1), rgba(238, 201, 179, 1) 2%, rgba(249, 232, 222, 1) 99%, rgba(249, 232, 222, 1) 100%);
}
.Xinxi_top ul li a{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    gap: var(--top20);
}

.Xinxi_top_text{
    flex: 1;
}

.Xinxi_top_text h2{
    font-size: var(--size24);
    color: #016f9e;
    line-height: 1;
}

.Xinxi_top_text p{
    font-size: var(--size16);
    color: #016f9e;
    margin-top: 10px;
}

.Xinxi_top ul li img{
    width: 60px;
    height: auto;
}

.Xinxi_top ul li:nth-child(2) .Xinxi_top_text h2,
.Xinxi_top ul li:nth-child(2) .Xinxi_top_text p{
    color: #4b1d93;
}

.Xinxi_top ul li:nth-child(3) .Xinxi_top_text h2,
.Xinxi_top ul li:nth-child(3) .Xinxi_top_text p{
    color: #a96340;
}
.Xinxi_bottom {
    width: 100%;
    overflow: hidden;
    background: #ffffff;
}
.Xinxi_bottom ul{
    width: 100%;
    padding: 10px var(--top30) var(--top30);
}
.Xinxi_bottom ul li{
    width: 100%;
    padding: 10px 0;
    font-size: var(--size18);
    color: #000000;
    border-bottom: 1px solid #f7f9fb;
    padding-left: 25px;
    position: relative;
}
.Xinxi_bottom ul li::after{
    content: "";
    width: 0px;
    height: 0px;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 10px solid #e6e6e6;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.Xinxi_bottom ul li:hover{
    color: #4269e2;
}
.Xinxi_bottom ul li:hover::after{
    border-left: 10px solid #4269e2;
}
.Jiaotong>ul{
    width: 100%;
    margin: var(--top50) auto;
    display: grid;
    grid-template-columns: 1fr;
    gap: var(--top20);
}
.Jiaotong>ul li{
    width: 100%;
}
.Jiaotong>ul li a{
    width: 100%;
    display: flex;
    align-items: center;
    gap: 20px;
}
.Jiaotong>ul li a img{
    width: 35px;
    height: auto;
}
.Jiaotong>ul li p{
    flex: 1;
    font-size: var(--size20);
    color: #4269e2;
    text-decoration: underline;
}

.Xinwen_left{
    width: 63%;
    background: #ffffff;
}

.Title a{
    margin-left: auto;
    font-size: var(--size16);
    color: #999999;
}
.Xinwen_max{
    width: 100%;
    padding: var(--top30);
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: var(--top30);
}
.Xinwen_max>ul{
    flex: 1;
    display: grid;
    grid-template-columns: 1fr;
    gap: 25px;
}

.Xinwen_max>ul li {
    width: 100%;
}

.Xinwen_max>ul li a {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    gap: var(--top20);
    gap: 10px;
}

.Xinwen_max>ul li a h2 {
    flex: 1;
    font-size: var(--size18);
    color: #000000;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.Xinwen_max>ul li a h2 span {
    color: #4269e2;
    margin-right: var(--top20);
}

.Xinwen_max>ul li a p {
    width: max-content;
    font-size: var(--size16);
    color: #999999;
    line-height: 1;
}

.Xinwen_max>ul li:hover a h2 {
    color: #4269e2;
}

.Xinwen_s{
    width: 45%;
}

.Swiper{
    width: 100%;
}
.Swiper img{
    width: 100%;
    height: auto;
}
.Swiper h2{
    font-size: var(--size16);
    color: #000000;
    margin-top: var(--top20);    
}
.pager1{
    position: static;
    inset: 0;
    transform: none;
    justify-content: flex-end;
    margin-top: var(--top20);
}
.zhenshangyin-pager-bullets-bullet{
    width: 8px;
    height: 8px;
    background: #b3b3b3;
    border-radius: 8px;
}

.zhenshangyin-pager-bullets-bullet.active{
    background: #4269e2;
    width: 30px;
}
.Neirong{
    width: 100%;
    overflow: hidden;
    background: #edf2f6;
    margin-top: var(--top30);
    padding: var(--top30);
}

.Neirong h2{
    font-size: var(--size24);
    color: #000000;
}
.Neirong p{
    font-size: var(--size18);
    color: #000000;
    line-height: 1.8;
    margin-top: var(--top20);
}