: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: fixed;
    top: 0;
}

.Fixed {
    background: #00000090;
    backdrop-filter: blur(10px);
}

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

.Logo {
    width: 200px;
    overflow: hidden;

}

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

.Nav {
    width: max-content;
}

.Nav ul {
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: var(--top50);
}

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

.Nav ul li svg {
    width: 16px;
    height: 16px;
    fill: #fff;
    display: none;
}

.Nav ul li.Nav_cen {
    color: rgb(14, 66, 166)
}

.Nav ul li:hover {
    color: rgb(14, 66, 166);
}
/* .Nav ul li.Nav_cen {
    color: #ec078d
}

.Nav ul li:hover {
    color: #ec078d;
}

.Nav ul li::after {
    content: "";
    width: 0%;
    height: 3px;
    background: #ec078d;
    position: absolute;
    bottom: 0px;
    left: 0%;
    transition: all 0.3s;
} */

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

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


.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: #fff;
    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%;
    height: auto;
    min-height: 250px;
    object-fit: cover;
}

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

.Banner_text h2 {
    font-size: var(--size40);
    color: rgb(255, 255, 255);
    font-family: 'bold';
    text-align: center;
}

.Banner_text p {
    font-size: var(--size24);
    color: rgb(255, 255, 255);
    text-align: center;
    margin-top: var(--top30);
}

.Lianxi {
    width: var(--max);
    overflow: hidden;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    flex-direction: row-reverse;
}

#allmap {
    width: 50%;
    height: 750px;
}

#allmap div,
#allmap img {
    transition: auto;
}

.anchorBL {
    display: none;
}

.BMap_bubble_content p {
    font-size: 12px;
    line-height: 24px;
}

.Lianxi_right {
    flex: 1;
}

.Lianxi_right>p {
    font-size: var(--size20);
    color: rgb(151, 151, 151);
}

.Lianxi_right>h2 {
    font-size: var(--size40);
    color: rgb(0, 0, 0);
    font-family: 'bold';
}

.Lianxi_text {
    width: 100%;
    overflow: hidden;
    background: rgb(245, 245, 245);
    border-radius: var(--top30);
    padding: var(--top60);
    font-size: var(--size16);
    color: rgb(0, 0, 0);
    line-height: 2;
    margin-top: var(--top50);
}

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

.Jiaru_left {
    flex: 1;
}

.Jiaru_left>h2 {
    font-size: var(--size24);
    color: rgb(0, 0, 0);
    font-family: 'bold';
    line-height: 1;
}

.Jiaru_left>p {
    font-size: var(--size16);
    color: rgb(0, 0, 0);
    line-height: 1.6;
    margin-top: 15px;
}

.Jiaru_left h3 {
    font-size: var(--size16);
    color: rgb(0, 0, 0);
    font-family: 'bold';
    line-height: 1;
    margin-top: var(--top40);
}

.Jiaru_left ul {
    width: 100%;
    overflow: hidden;
    margin-top: var(--top30);
    display: flex;
    justify-content: space-between;
    box-shadow: 0px 8px 6px 0px rgba(8, 1, 3, 0.05);
    background: rgb(255, 255, 255);
}

.Jiaru_left ul li {
    flex: 1;
    padding: var(--top30) 15px;
}

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

.Jiaru_left ul li a img {
    width: 25px;
    height: auto;
}

.Jiaru_left ul li:hover {
    background: rgb(18, 75, 164);
}

.Jiaru_left ul li:hover * {
    color: #ffffff;
}

.Jiaru_text {
    flex: 1;
}

.Jiaru_text h2 {
    font-size: var(--size16);
    color: rgb(0, 0, 0);
}

.Jiaru_text p {
    font-size: 12px;
    color: rgb(0, 0, 0);
    margin-top: 10px;
}

.Jiaru>img {
    width: 40%;
    height: auto;
}

.Daiyu {
    width: 100%;
    overflow: hidden;
    background: rgb(250, 250, 252);
}

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

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

.Daiyu_max ul {
    width: 100%;
    overflow: hidden;
    margin-top: var(--top60);
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: var(--top30) var(--top60);
}

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

.Daiyu_max ul li img {
    width: 30px;
    height: 30px;
    object-fit: contain;
    margin: auto;
}

.Daiyu_max ul li h2 {
    text-align: center;
    font-size: var(--size20);
    color: #000000;
    margin-top: 15px;
}

.Daiyu_max ul li p {
    text-align: center;
    font-size: var(--size14);
    color: #000000;
    margin-top: 15px;
}

.Zhidu {
    width: 100%;
    overflow: hidden;
    background: rgb(245, 245, 245);
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.Zhidu img {
    width: 50%;
    object-fit: cover;
}

.Zhidu_right {
    width: 50%;
}

.Zhidu_text {
    width: 600px;
    ;
    max-width: calc(100% - 30px);
    height: 100%;
    padding: var(--top30) 0 var(--top30) 6.5vw;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
}

.Zhidu_text h2 {
    width: 100%;
    overflow: hidden;
    font-size: var(--size24);
    color: rgb(0, 0, 0);
}

.Zhidu_text p {
    width: 100%;
    overflow: hidden;
    font-size: var(--size14);
    color: rgb(0, 0, 0);
    line-height: 1.8;
    margin-top: 10px;
}

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

.Zhidu_text ul li {
    width: max-content;
    background: rgb(18, 75, 164);
    line-height: 36px;
    font-size: var(--size14);
    color: rgb(254, 254, 254);
    padding: 0 30px;
    border-radius: 36px;
}

.Beijing {
    width: 100%;
    overflow: hidden;
    background: url(../images/beijing.png) no-repeat center center / cover;
}

.Daohang {
    width: 100%;
    overflow: hidden;
    background: rgb(242, 242, 242);
}

.Daohang ul {
    width: var(--max);
    overflow: hidden;
    margin: var(--top20) auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: var(--top30);
}

.Daohang ul li {
    font-size: var(--size20);
    color: rgb(52, 52, 52);
    border-left: 2px solid rgb(52, 52, 52);
    padding-left: var(--top30);
    line-height: 1;
}

.Daohang ul li:nth-child(1) {
    border: transparent;
}

.Daohang ul li.Daohang_nav {
    color: rgb(14, 66, 166);
}



.Zixun {
    width: var(--max);
    margin: var(--top60) auto;
}

.Zixun>h2 {
    text-align: center;
    font-size: var(--size30);
    color: rgb(0, 0, 0);
}

.Zixun ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: var(--top30);
    margin-top: var(--top50);
}

.Zixun ul li {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    transition: all 0.3s;
    position: relative;
    border-bottom: 1px dashed rgb(72, 72, 72);
    padding-bottom: var(--top30);
}

.Zixun ul li img {
    width: 320px;
    height: auto;
    position: relative;
    z-index: 2;
    box-shadow: 0px 14px 10px 0px rgba(8, 1, 3, 0.2);
}

.Zixun_r {
    width: calc(100% - 360px);
    overflow: hidden;
    position: relative;
    z-index: 2;
}

.Zixun_r h1 {
    font-size: var(--size20);
    color: #000000;
    line-height: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    transition: all 0.3s;
}

.Zixun_r span {
    display: block;
    font-size: var(--size14);
    color: #959595;
    line-height: 1;
    margin-top: var(--top20);
    transition: all 0.3s;
}

.Zixun_r p {
    font-size: var(--size16);
    color: #666666;
    line-height: 1.8;
    margin-top: 25px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    transition: all 0.3s;
}

.Zixun_r a {
    font-size: var(--size14);
    color: rgb(0, 0, 0);
    width: 120px;
    display: block;
    line-height: 40px;
    box-sizing: border-box;
    border: 1px solid rgb(0, 0, 0);
    margin-top: var(--top30);
    text-align: center;
    transition: all 0.3s;
}

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

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

.Show>p {
    font-size: var(--size14);
    color: #888888;
    text-align: center;
    margin-top: 10px;
}

.Show_text {
    width: 100%;
    overflow: hidden;
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    padding: var(--top30) 0;
    margin-top: var(--top30);
    font-size: var(--size14);
    color: #222222;
    line-height: 2;
}

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

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

.Prev a {
    width: 100%;
    font-size: var(--size14);
    color: #000000;
    line-height: 1.5;
}

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

.page .active,
.page .total {
    font-size: 12px;
    padding: 8px 10px;
    color: rgb(255, 255, 255);
    background: rgb(194, 194, 194);
    line-height: 1;
}

.page .active {
    background: rgb(17, 84, 154);
    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: rgb(255, 255, 255);
    background: rgb(194, 194, 194);
}

.Mianbao {
    width: var(--max);
    overflow: hidden;
    margin: var(--top30) auto;
    font-size: var(--size14);
    color: rgb(0, 0, 0);
}

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

.Banner_swiper_max h2 {
    font-size: var(--size50);
    color: rgb(255, 255, 255);
    font-family: 'bold';
    transform: translateY(100px);
    opacity: 0;
}

.Banner_swiper_max span {
    font-size: var(--size30);
    color: rgb(255, 255, 255);
    font-family: 'bold';
    display: block;
    line-height: 1.2;
    opacity: 0;
     transform: translateY(100px);
}

.Banner_swiper_max p {
    font-size: var(--size20);
    color: rgb(255, 255, 255, 0.8);
    line-height: 1.5;
    margin-top: var(--top50);
    opacity: 0;
     transform: translateY(100px);
}
.Index>ul>li.zhenshangyin-slide-active .Banner_swiper_max h2{
     transform: translateY(0px);
     transition: all 0.4s;
     opacity: 1;
}
.Index>ul>li.zhenshangyin-slide-active .Banner_swiper_max span{
     transform: translateY(0px);
     opacity: 1;
     transition: all 0.8s;
}
.Index>ul>li.zhenshangyin-slide-active .Banner_swiper_max p{
     transform: translateY(0px);
     transition: all 1s;
     opacity: 1;
}
.Banner_swiper img {
    width: 100%;
    height: 100vh;
    object-fit: cover;
}

.prev,
.next {
    width: 100px;
    height: auto;
    background: transparent;
    top: 60%;
}

.prev svg,
.next svg {
    width: 100%;
    height: auto;
    display: block;
}

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

.Xiahua img {
    width: 36px;
    height: auto;
    margin: auto;
}

.Xiahua p {
    text-align: center;
    font-size: var(--size14);
    color: rgb(255, 255, 255);
    margin-top: 10px;
}

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

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

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

.Chanpin ul li:nth-child(2n+1) {
    flex-direction: row-reverse;
}

.Chanpin ul li img {
    width: 45%;
    height: auto;
}

.Chanpin_text {
    flex: 1;
}

.Chanpin_text h2 {
    font-size: var(--size20);
    color: rgb(0, 0, 0);
    font-family: 'bold';
}

.Chanpin_text p {
    font-size: var(--size16);
    color: rgb(0, 0, 0);
    line-height: 2;
    margin-top: var(--top20);
}



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

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

.Anli ul li {
    width: 100%;
    overflow: hidden;
    background: rgb(245, 245, 245);
}

.Anli ul li img {
    width: 100%;
    aspect-ratio: 5 / 4;
    object-fit: cover;
}

.Anli_text {
    width: 100%;
    overflow: hidden;
    padding: var(--top20);
}

.Anli_text h2 {
    font-size: var(--size20);
    color: rgb(0, 0, 0);
}

.Anli_text a {
    font-size: 12px;
    color: rgb(0, 0, 0);
    margin-top: 10px;
    display: block;
}

.Anlimax {
    width: var(--max);
    overflow: hidden;
    margin: var(--top60) auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    flex-direction: row-reverse;
    gap: var(--top60);
}

.Anlimax img {
    width: 48%;
    height: auto;
    object-fit: cover;
}

.Anlimax_right {
    flex: 1;
    display: flex;
    flex-wrap: wrap;
    align-content: center;

}

.Anlimax_right>p {
    width: 100%;
    font-size: var(--size20);
    color: rgb(151, 151, 151);
}

.Anlimax_right>h2 {
    width: 100%;
    font-size: var(--size40);
    color: rgb(0, 0, 0);
    font-family: 'bold';
}

.Anlimax_text {
    width: 100%;
    overflow: hidden;
    font-size: var(--size16);
    color: rgb(0, 0, 0);
    line-height: 2;
    margin-top: var(--top50);
}

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

.Guanmiao ul {
    width: 100%;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.Guanmiao ul li {
    width: max-content;
    font-size: var(--size20);
    color: rgb(52, 52, 52);
    line-height: 1;
    cursor: pointer;
}

.Guanmiao ul i {
    width: 1px;
    height: var(--size20);
    background: #000000;
    display: block;
}

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

.Guanyu>ul {
    width: 100%;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    gap: var(--top30);
}

.Guanyu>ul li {
    width: max-content;

}

.Guanyu>ul li p {
    font-size: var(--size46);
    color: rgb(0, 0, 0);
    font-family: 'bold';
    line-height: 1;
    text-align: center;
}

.Guanyu>ul li h2 {
    font-size: var(--size24);
    color: rgb(0, 0, 0);
    line-height: 1;
    text-align: center;
    margin-top: 15px;
}

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

.Guanyu_text {
    width: 100%;
    overflow: hidden;
    margin-top: var(--top50);
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: var(--top50);
}

.Guanyu_text p {
    width: 100%;
    overflow: hidden;
    font-size: var(--size16);
    color: rgb(0, 0, 0);
    line-height: 2;
}

.Guanyu_swiper {
    width: 100%;
    overflow: hidden;
    margin: var(--top50) auto;
}

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

.Dongli {
    width: 100%;
    overflow: hidden;
    margin-top: var(--top50);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: var(--top80) var(--top30);
}

.Dongli h2 {
    text-align: center;
    font-size: var(--size36);
    color: rgb(255, 255, 255);
}

.Dongli p {
    text-align: center;
    font-size: var(--size20);
    color: rgb(255, 255, 255);
}

.Hezuo {
    width: var(--max);
    margin: auto;
    padding: var(--top30) 0 15vw;
    background: url(../images/beijing1.png ) no-repeat bottom center / 100% auto;
}

.Hezuo>h2 {
    text-align: center;
    font-size: var(--size30);
    color: rgb(0, 0, 0);
}

.Hezuo>h2::after {
    content: "";
    width: 60px;
    height: 5px;
    background: rgb(0, 109, 232);
    display: block;
    margin: auto;
    margin-top: 10px;
}

.Hezuo>p {
    font-size: var(--size16);
    color: rgb(102, 102, 102);
    text-align: center;
    margin-top: var(--top30);
}

.Hezuo ul {
    width: 100%;
    margin-top: var(--top60);
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 15px;
}

.Hezuo ul li {
    width: calc(25% - 12px);
    border-radius: var(--top20);
    box-shadow: -1.87px 4.64px 4px 0px rgba(8, 1, 3, 0.38);
    background: rgb(0, 109, 232);
    padding: 16px;
    font-size: 12px;
    color: rgb(255, 255, 255);
    line-height: 2;
}

.Hezuo ul li:nth-child(7n+1),
.Hezuo ul li:nth-child(7n+2),
.Hezuo ul li:nth-child(7n+2) {
    width: calc(25% - 10px);
}

.Jiangxing {
    width: 700px;
    max-width: calc(100% - 30px);
    overflow: hidden;
    margin: var(--top60) auto;
}

.Jiangxing>h2 {
    text-align: center;
    font-size: var(--size30);
    color: rgb(0, 0, 0);
}

.Jiangxing>h2::after {
    content: "";
    width: 60px;
    height: 5px;
    background: rgb(0, 109, 232);
    display: block;
    margin: auto;
    margin-top: 10px;
}

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

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

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

.Index,
.Index>ul>li {
    width: 100%;
    height: 100vh;
}

.pager1 {
    width: 150px;
    height: auto;
    left: auto;
    right: 0;
    top: 35%;
    bottom: auto;
    display: block;
    transform: translate(0%, -50%);
}

.zhenshangyin-pager-numbers-number {
    width: 52px;
    height: 26px;
    line-height: 26px;
    position: relative;
    background: rgb(255, 255, 255, 0.3);
    display: block;
    text-align: center;
    font-size: var(--size14);
    color: rgb(255, 255, 255);
    font-family: 'bold';
    border-radius: 26px;
    opacity: 1;
    margin-top: 10px;
    position: relative;
}

.zhenshangyin-pager-numbers-number::after {
    content: "";
    width: 44px;
    height: 2px;
    background: rgb(255, 255, 255);
    position: absolute;
    left: 60px;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.5s;
}

.zhenshangyin-pager-numbers-number.active::after {
    width: 100px;
}

.zhenshangyin-pager-numbers-number.active {
    background: #000000;
}

.Shouhu {
    width: 100%;
    height: 100vh;
    background: url(../images/beijing3.png) no-repeat center center / cover;
}

.Shouhu_max {
    width: var(--max);
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    gap: var(--top50);
    position: absolute;
    bottom: var(--top80);
    left: 50%;
    transform: translateX(-50%);
}

.Shouhu_max h2 {
    font-size: var(--size50);
    color: rgb(255, 255, 255);
    font-family: 'bold';
    line-height: 1.3;
}

.Shouhu_max p {
    font-size: var(--size18);
    color: rgb(255, 255, 255, 0.8);
    line-height: 1.6;
    margin-top: var(--top50);
}

.Shouhu_left {
    flex: 1;
    transform: translateX(-300px);
    transition: all 0.8s;
    opacity: 0;
}

.Shouhu_max img {
    width: 50%;
    height: auto;
    max-height: 70vh;
    object-fit: contain;
    transform: translateX(300px);
    transition: all 0.8s;
    opacity: 0;
}

.zhenshangyin-slide-active .Shouhu_left,
.zhenshangyin-slide-active .Shouhu_max img{
    transform: translateX(0px);
    opacity: 1;
}

.Chan {
    width: 100%;
    height: 100vh;
}

.Chan ul {
    width: 100%;
    height: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
}

.Chan ul li {
    width: 100%;
    position: relative;
    transform: translateY(200px);
    opacity: 0;
   
}

.zhenshangyin-slide-active .Chan ul li{
    transform: translateY(0px);
     transition: all 0.4s;
     opacity: 1;
}
.zhenshangyin-slide-active .Chan ul li:nth-child(2){
     transition: all 0.8s;
}
.zhenshangyin-slide-active .Chan ul li:nth-child(3){
     transition: all 1s;
}

.Chan ul li>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.Hover{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5;
    opacity: 0;
}
.Chan ul li:hover .Hover{
    opacity: 1;
}
.Chan_text {
    width: 100%;
    overflow: hidden;
    position: absolute;
    top: 60%;
    transform: translateY(-50%);
    left: 0;
    z-index: 10;
}

.Chan_text h2 {
    text-align: center;
    font-size: var(--size30);
    color: rgb(255, 255, 255);
}

.Chan_text a {
    width: max-content;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 10px;
    font-size: var(--size14);
    color: rgb(255, 255, 255);
    margin-top: 4vw;
}

.Chan_text a img {
    width: 27px;
    height: auto;
}

.Anaa {
    width: 100%;
    height: 100vh;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    background: url(../images/beijing4.png) no-repeat center center / cover;
}

.Anaa_max {
    width: var(--max);
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    gap: var(--top30);
}

.Anaa_left {
    width: 40%;
    overflow: hidden;
    transform: translateX(-300px);
    transition: all 0.8s;
    opacity: 0;
}

.Anaa_left h2 {
    font-size: var(--size30);
    color: rgb(255, 255, 255);
}

.Anaa_left p {
    font-size: var(--size16);
    color: rgb(255, 255, 255, 0.8);
    line-height: 2;
    margin-top: var(--top20);
}

.Anaa_right {
    width: 56%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    position: relative;
    transform: translateX(300px);
    transition: all 0.8s;
    opacity: 0;
}
.zhenshangyin-slide-active .Anaa_left,
.zhenshangyin-slide-active .Anaa_right{
    transform: translateX(0px);
    opacity: 1;
}
.Anaa_swip {
    flex: 1;
}

.prev4,
.next4 {
    width: 100px;
    height: auto;
    background: transparent;
    position: static;
    inset: 0;
    margin: 0;
    transform: translate(0%, 0%);
}

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

.Anaa_swip h2 {
    width: 100%;
    background: rgb(0, 0, 0, 0.6);
    padding: 10px;
    font-size: var(--size16);
    color: #ffffff;
    text-align: center;
}

.prev4 svg,
.next4 svg {
    width: 100%;
    height: auto;
    display: block;
}

.Anaa_left a {
    width: max-content;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 10px;
    font-size: var(--size14);
    color: rgb(255, 255, 255);
    margin-top: var(--top40);
}

.Anaa_left a img {
    width: 27px;
    height: auto;
}

.Xin {
    width: 100%;
    height: 100vh;
    background: rgb(14, 66, 166);
    display: flex;
    justify-content: center;
    align-items: center;
}

.Xin_max {
    width: var(--max);
}

.Xin_top {
    width: 100%;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

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

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

.Xin_bottom {
    width: 100%;
    margin-top: var(--top30);
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: var(--top30);
}

.Xin_left {
    width: 100%;
    overflow: hidden;
    background: rgb(255, 255, 255);
    transform: translateY(200px);
    opacity: 0;
}

.Xin_left img {
    width: 100%;
    aspect-ratio: 5 / 3;
    object-fit: cover;
}

.Xin_text {
    width: 100%;
    overflow: hidden;
    padding: var(--top20);
}

.Xin_tame {
    width: 100%;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.Xin_tame h2,
.Xin_tame p {
    font-size: var(--size14);
    color: rgb(46, 45, 45);
    line-height: 1;
}

.Xin_text>h2 {
    font-size: var(--size16);
    color: rgb(0, 0, 0);
    margin-top: var(--top20);
}

.Xin_lcen {
    width: 100%;
    overflow: hidden;
    background: rgb(43, 112, 245);
    padding: var(--top30);
    transform: translateY(200px);
    opacity: 0;
}

.Xin_lcen_tame {
    width: 100%;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.Xin_lcen_tame h2,
.Xin_lcen_tame p {
    font-size: var(--size14);
    color: rgb(255, 255, 255);
    line-height: 1;
}

.Xin_lcen>h2 {
    font-size: var(--size18);
    color: rgb(255, 255, 255);
    margin-top: var(--top40);
}

.Xin_lcen>p {
    font-size: var(--size14);
    color: rgb(255, 255, 255);
    line-height: 1.5;
    margin-top: var(--top40);
}

.Xin_lcen a {
    line-height: 38px;
    border: 1px solid rgb(255, 255, 255);
    width: max-content;
    font-size: var(--size14);
    color: rgb(255, 255, 255);
    padding: 0 20px;
    display: block;
    margin-top: var(--top50);
}

.Xin_bottom ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    transform: translateY(200px);
    opacity: 0;
}

.Xin_bottom ul li {
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: var(--top30);
    border-top: 1px solid rgb(168, 166, 166);
    padding-top: 10px;
}

.Xin_bottom ul li:nth-child(1){
    padding: 0;
    border: transparent;
}
.Xin_bottom ul li>img {
    width: 40%;
    height: auto;
}


.zhenshangyin-slide-active .Xin_left{
    transform: translateY(0px);
     transition: all 0.4s;
     opacity: 1;
}
.zhenshangyin-slide-active .Xin_lcen{
    transform: translateY(0px);
     transition: all 0.8s;
     opacity: 1;
}
.zhenshangyin-slide-active .Xin_bottom ul{
    transform: translateY(0px);
    opacity: 1;
     transition: all 1s;
}

.Xin_textas {
    flex: 1;
}

.Xin_textas>h2 {
    font-size: var(--size16);
    color: rgb(255, 255, 255);
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.Xin_textas>p {
    font-size: var(--size14);
    color: rgb(255, 255, 255,0.8);
    line-height: 1.5;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    margin-top: 10px;
}

.Xin_textas a {
    width: max-content;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 10px;
    font-size: var(--size14);
    color: rgb(255, 255, 255);
    margin-top: 10px;
}

.Xin_textas a img {
    width: 20px;
    height: auto;
}

.Beians{
    width: var(--max);
    overflow: hidden;
    position: absolute;
    bottom: var(--top30);
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    
}
.Beians p{
    margin:0 10px;
    display: flex;
}
.Beians p a{
    margin: 0 10px;
}
.Beians p,
.Beians a{
    color: #ffffff;
    font-size: var(--size14);
}
.Beians a{
    display: flex;
    flex-direction: row;
    align-items: center;
}
.Beians a img{
    width: 16px
}
.Footer{
    width: 100%;
    overflow: hidden;
    background: rgb(14, 66, 166);
}
.Footer_max{
    width: var(--max);
    overflow: hidden;
    margin: var(--top30) auto;
}
.Footer_max ul{
    width: 100%;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    gap: var(--top40);
}
.Footer_max ul li{
    font-size: var(--size16);
    color: rgb(255, 255, 255);
}
.Beian{
    width: 100%;
    overflow: hidden;
    margin-top: var(--top30);
    padding-top: var(--top40);
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid #ffffff;
}
.Beian_max{
    flex: 1;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 5px;
    font-size: var(--size14);
    color: rgb(255, 255, 255);
    gap: 10px;
}
.Beian_max p:nth-child(3){
    margin-right: auto;
}
.Beian_max a{
	display: flex;
    flex-direction: row;
    align-items: center;
}

.Beian_max a img{
    width: 16px
}

.Nav_ul {
    width: max-content;
    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);
}

.Jishu{
    width: 100%;
    height: 100vh;
    display: flex;
}
.Jishu_max{
    width: 800px;
    max-width: calc(100% - 30px);
    margin: auto;
}
.Jishu_max h2{
    font-size: var(--size40);
    color: rgb(255, 255, 255);
    text-align: center;
}
.Jishu_max p{
    font-size: var(--size20);
    color: rgb(255, 255, 255);
    text-align: center;
    margin: var(--top50) auto;
}
.Jishu_max a {
    width: max-content;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 10px;
    font-size: var(--size14);
    color: rgb(255, 255, 255);
    margin: auto;
    margin-top: 10px;
}

.Jishu_max a img {
    width: 20px;
    height: auto;
}
