:root {
    --max: 1300px;
    --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;
    background: #fff;
}

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

.Logo {
    width: 360px;
    /*overflow: hidden;*/
}

.Nmae {
    width: max-content;
    margin-left: var(--top30);
}

.Nmae h2 {
    font-size: var(--size20);
    color: #132a87;
    font-family: 'bold';
}

.Nmae p {
    font-size: 10px;
    color: #000000;
}

.Nmae1 h2 {
    letter-spacing: 4px;
}

.Nmae2 p {
    letter-spacing: 2px;
}

.Logo img {
    /*width: 360px;*/
    /*height: 50px;*/
}

.Nav {
    width: max-content;
    margin-left: auto;
}

.Nav ul {
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 2.5vw;
    margin-right: 120px;
}

.Nav ul li {
    font-size: var(--size18);
    color: #050505;
    text-align: center;
    line-height: 100px;
    position: relative;
}

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


.Nav ul li.Nav_cen {
    color: rgb(248, 145, 32)
}

.Nav ul li:hover {
    color: rgb(248, 145, 32);
}

.Nav ul li::after {
    content: "";
    width: 0%;
    height: 4px;
    border-radius: 4px;
    background: rgb(248, 145, 32);
    position: absolute;
    bottom: 15px;
    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;
}

.Tel {
    font-size: var(--size16);
    color: rgb(74, 74, 74);
    background: url(../images/dianhua.png) no-repeat left center / 24px auto;
    padding-left: 34px;
    line-height: 24px;
    margin-left: 2.5vw;
}

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


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

.Banner_text span {
    font-size: var(--size24);
    color: rgb(255, 255, 255, 0.6);
    display: block;
    text-transform: uppercase;
    line-height: 1;
}

.Banner_text p {
    font-size: var(--size60);
    color: #ffffff;
    font-family: 'bold';
    font-style: italic;
    line-height: 1;
    margin-top: 15px;
}

.Banner_text h1 {
    margin-top: var(--top50);
    font-size: var(--size30);
    color: #ffffff;
    line-height: 1;
}

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

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

.Lianxi_title p {
    font-size: var(--size16);
    color: #1d2088;
    line-height: 1;
    text-transform: uppercase;
}

.Lianxi_title h2 {
    font-size: var(--size30);
    color: #393939;
    line-height: 1;
    margin-top: 10px;
}

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

.Lianxi_lift {
    width: 1440px;
    overflow: hidden;
}

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

.Lianxi_lift h2::after {
    content: "";
    width: 26px;
    height: 2px;
    background: #1d2088;
    display: block;
    margin-top: var(--top20);
}

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

.Lianxi_lift ul {
    width: 100%;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    gap: 2vw;
    margin-top: 6vw;
}

.Lianxi_lift ul li {
    width: 30%;
    overflow: hidden;
}

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

.Lianxi_lift ul li p {
    text-align: center;
    font-size: var(--size16);
    color: #444444;
    margin-top: 10px;
}

#allmap {
    width: calc(100% - 440px);
    height: 600px;
}

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

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

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

.Xinwen ul {
    width: 100%;
    overflow: hidden;
}

.Xinwen ul li {
    width: 100%;
    overflow: hidden;
    padding: 15px 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #eeeeee;
}

.Xinwen ul li:hover {
    padding-left: 20px;
}

.Xinwen ul li img {
    width: 270px;
    height: auto;
}

.Xinwen_r {
    width: calc(100% - 290px);
    overflow: hidden;
}

.Xinwen_r h2 {
    font-size: var(--size20);
    color: #020202;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.Xinwen_r span {
    display: block;
    font-size: 12px;
    color: #375efb;
    margin-top: 15px;
}

.Xinwen_r span font {
    color: rgb(136, 136, 136);
}

.Xinwen_r p {
    font-size: var(--size16);
    color: #666666;
    line-height: 1.5;
    margin-top: 10px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.Xinwen_r a {
    display: block;
    font-size: var(--size14);
    color: #375efb;
    margin-top: 15px;
}


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

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

.Show>p {
    font-size: var(--size14);
    color: #888888;
    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);
}

.Prev a {
    display: block;
    width: 100%;
    overflow: hidden;
    font-size: var(--size14);
    color: #222222;
    line-height: 2;
}

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

.page .active,
.page .total {
    font-size: 12px;
    padding: 8px 10px;
    color: rgb(217, 217, 217);
    border: 1px solid rgb(217, 217, 217);
    line-height: 1;
    background: #fff;
}

.page .active {
    background: rgb(19, 42, 135);
    border: 1px solid rgb(19, 42, 135);
    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(217, 217, 217);
    border: 1px solid rgb(217, 217, 217);
    background: #fff;
}

.Lan * {
    color: #180940 !important;
}

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

.Lingbujian ul {
    width: 100%;
    overflow: hidden;
    column-count: 3;
    column-gap: var(--top20);
}

.Lingbujian ul li {
    width: 100%;
    overflow: hidden;
    margin-bottom: var(--top20);
}

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

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

.Chanpin ul {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: var(--top30) 10px;
}

.Chanpin ul li {
    width: 100%;
    overflow: hidden;
    box-sizing: border-box;
    border: 1px solid rgb(221, 221, 221);
    box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.1);
    background: rgb(255, 255, 255);
}

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

.Chanpin ul li h2 {
    text-align: center;
    font-size: var(--size20);
    color: rgb(0, 0, 0);
    padding: var(--top20) 10px;
}

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

.Show_chan>h2 {
    font-size: var(--size24);
    color: #222222;
}

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

.Show_Left {
    width: calc(100% - 340px);
    position: relative;
}

.Zutu_top {
    width: 100%;
    border: 1px solid #00000020;
}

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

.Zutu_cen {
    width: 100%;
    margin-top: var(--top20);
}

.Zutu_cen img {
    width: 100%;
    aspect-ratio: 5 / 3;
    object-fit: cover;
    border: 1px solid #00000020;
}

.prev,
.prev2,
.next2,
.next {
    width: 30px;
    height: 30px;
    background: rgb(255, 94, 20);
    border-radius: 0px;
}

.prev,
.prev2 {
    left: 0px;
}

.next2,
.next {
    right: 0px;
}

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

.Show_cent>h2 {
    font-size: var(--size20);
    color: rgb(255, 94, 20);
    border-bottom: 1px solid rgb(238, 238, 238);
    padding-bottom: 15px;
    position: relative;
}

.Show_cent>h2::after {
    content: "";
    width: 150px;
    height: 1px;
    background: rgb(255, 94, 20);
    position: absolute;
    bottom: -1px;
    left: 0;
    z-index: 5;
}

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

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

.Show_zu>a {
    width: 260px;
    line-height: 60px;
    background: rgb(255, 94, 20);
    font-size: var(--size18);
    color: rgb(255, 255, 255);
    text-align: center;
}

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

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

.Xiangguan_max>h2 {
    font-size: var(--size30);
    color: rgb(0, 11, 71);
    margin-bottom: var(--top30);
}

.Xiangguan_max .Chanpin {
    width: 100%;
    margin: 0;
}

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

.Jianjie h2 {
    font-size: var(--size30);
    color: rgb(19, 42, 135);
    text-align: center;
    font-family: 'bold';
}

.Jianjie p {
    font-size: var(--size16);
    color: rgb(51, 51, 51);
    line-height: 2;
    margin-top: var(--top40);
}

.Jianjie img {
    width: 100%;
    height: auto;
    margin-top: var(--top40);
}

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

.Gushgi h2 {
    font-size: var(--size30);
    color: rgb(19, 42, 135);
    font-family: 'bold';
}

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

.Gushgi_max p {
    width: 47%;
    overflow: hidden;
    font-size: var(--size16);
    color: rgb(51, 51, 51);
    line-height: 2;
}

.Gushgi_max img {
    width: 47%;
    height: auto;
}


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

.Fazhan>h2 {
    font-size: var(--size30);
    color: rgb(19, 42, 135);
    text-align: center;
    margin-top: 10px;
    font-family: 'bold';
}

.Fazhan>p {
    font-size: var(--size16);
    color: rgb(51, 51, 51);
    line-height: 2;
    text-align: center;
}

.Fazhan_max {
    width: 100%;
    background-image: url(../images/neijing_03.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    margin-top: var(--top60);
    position: relative;
    min-height: 500px;
    display: flex;
    justify-content: center;
    align-items: center;
}

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

.Fazhan_max ul {
    width: 100%;
}

.Fazhan_max ul li {
    width: 160px;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    position: absolute;
}

.Fazhan_max ul li:nth-child(2n) {
    flex-direction: column-reverse;
}

.Fazhan_max ul li h2 {
    width: 100%;
    font-size: var(--size24);
    color: #393939;
    font-family: 'bold';
    text-align: center;
}

.Fazhan_text {
    width: 100%;
    font-size: var(--size14);
    color: #888888;
    line-height: 1.3;
    margin: 5px 0;
    text-align: center;
}

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

.Fazhan_max ul li:nth-child(1) {
    bottom: -5%;
    left: 3%;
}

.Fazhan_max ul li:nth-child(2) {
    top: 25%;
    left: 11.5%;
}

.Fazhan_max ul li:nth-child(3) {
    bottom: 20%;
    left: 23%;
}

.Fazhan_max ul li:nth-child(4) {
    top: 17%;
    left: 34%;
}

.Fazhan_max ul li:nth-child(5) {
    bottom: 10%;
    left: 55%;
}

.Fazhan_max ul li:nth-child(6) {
    top: -4%;
    left: 54%;
}

.Fazhan_max ul li:nth-child(7) {
    bottom: 30%;
    left: 64%;
}

.Fazhan_max ul li:nth-child(8) {
    top: 5%;
    left: 76%;
}

.Fazhan_max ul li:nth-child(9) {
    bottom: 28%;
    right: 2%;
}

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

.Bannerin li {
    width: 100%;
    height: calc(100vh - 100px) !important;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.Bannerin_max {
    width: var(--max);
    overflow: hidden;
}

.Bannerin_max span {
    font-size: var(--size24);
    color: rgb(255, 255, 255, 0.6);
    display: block;
    text-transform: uppercase;
    line-height: 1;
}

.Bannerin_max h2 {
    font-size: var(--size60);
    color: #ffffff;
    font-family: 'bold';
    line-height: 1;
    margin-top: var(--top30);
}

.Bannerin_max p {
    margin-top: var(--top30);
    font-size: var(--size30);
    color: #ffffff;
    line-height: 1;
}

.Bannerin_max img {
    width: max-content;
    max-width: 80%;
    max-height: 32px;
    margin-top: var(--top40);
}

.Bannerin_max a {
    width: 210px;
    line-height: 56px;
    background: rgb(19, 42, 135);
    border-radius: 56px;
    text-align: center;
    font-size: var(--size16);
    color: rgb(255, 255, 255);
    display: block;
    margin-top: var(--top50)
}

.zhenshangyin-pager-bullets-bullet {
    width: 30px;
    height: 4px;
    background: rgb(248, 145, 32, 0.2);
    border-radius: 0px;
}

.zhenshangyin-pager-bullets-bullet.active {
    transform: scale(1);
    background: rgb(248, 145, 32);
}

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

.ChanpinIn>h2 {
    font-size: var(--size30);
    color: rgb(51, 51, 51);
    text-align: center;
    margin-top: 10px;
    font-family: 'bold';
}

.ChanpinIn>p {
    font-size: var(--size16);
    color: rgb(51, 51, 51);
    line-height: 2;
    text-align: center;
}

.ChanpinIn ul {
    width: 100%;
    display: grid;
    aspect-ratio: 10 / 6;
    grid-template-columns: repeat(12, 1fr);
    grid-template-rows: repeat(7, 1fr);
    gap: 10px;
    margin-top: var(--top60);
}

.ChanpinIn ul li {
    position: relative;
}

.ChanpinIn ul li:nth-child(1) {
    grid-area: 1 / 1 / 4 / 7;
}

.ChanpinIn ul li:nth-child(2) {
    grid-area: 1 / 7 / 5 / 10;
}

.ChanpinIn ul li:nth-child(3) {
    grid-area: 1 / 10 / 5 / 13;
}

.ChanpinIn ul li:nth-child(4) {
    grid-area: 4 / 1 / 8 / 4;
}

.ChanpinIn ul li:nth-child(5) {
    grid-area: 4 / 4 / 6 / 7;
}

.ChanpinIn ul li:nth-child(6) {
    grid-area: 6 / 4 / 8 / 7;
}

.ChanpinIn ul li:nth-child(7) {
    grid-area: 5 / 7 / 8 / 13;
}

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

.ChanpinIn ul li h2 {
    width: 100%;
    font-size: var(--size20);
    color: rgb(255, 255, 255);
    padding: var(--top20) var(--top30);
    position: absolute;
    top: 0;
    font-family: 'bold';
    background: linear-gradient(to top , #00000000 , #00000080)
}


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

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

.Anli_max>h2 {
    font-size: var(--size30);
    color: rgb(51, 51, 51);
    text-align: center;
    margin-top: 10px;
    font-family: 'bold';
}

.Anli_max>p {
    font-size: var(--size16);
    color: rgb(51, 51, 51);
    line-height: 2;
    text-align: center;
}
.Anli_swiper{
    width: 100%;
    margin-top: var(--top60);
}
.Anli_swiper ul li{
    width: 60% !important;
}
.Anli_swiper ul li img{
    width: 100%;
    aspect-ratio: 5 / 3;
    object-fit: cover;
}
.Anli_swiper ul li h2{
    font-size: var(--size24);
    color: rgb(0, 0, 0);
    margin-top: var(--top20);
}
.Anli_swiper ul li p{
    font-size: var(--size16);
    color: rgb(102, 102, 102);
    margin-top: 10px;
}
.prev3,
.next3{
    top: 44%;
    background: #c2c2c2;
}
.prev3 svg,
.next3 svg{
    width: 36px;
}
.Anli_max>ul{
    width: 100%;
    overflow: hidden;
    margin-top: var(--top60);
    border-top: 1px solid rgb(0, 0, 0,0.2);
    padding-top: var(--top60);
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.Anli_max>ul li{
    flex: 1;
    aspect-ratio: 4 / 2;
    display: flex;
    align-items: center;
    justify-content: center;
}
.Anli_max>ul li img{
    max-width: 80%;
    max-height: 80%;
    object-fit: cover;
}
.Shipin{
    width: 100%;
    miin-height: 100vh;
    overflow: hidden;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.Shipin_max {
    width: var(--max);
    overflow: hidden;
    margin: var(--top80) auto;
}

.Shipin_max>h2 {
    font-size: var(--size30);
    color: rgb(255, 255, 255);
    text-align: center;
    margin-top: 10px;
    font-family: 'bold';
}

.Shipin_max>p {
    font-size: var(--size16);
    color: rgb(255, 255, 255);
    line-height: 2;
    text-align: center;
}
.Play{
    font-size: 7vw;
    color: rgb(255, 255, 255);
    line-height: 1;
    text-align: center;
    margin-top: 10vw;
    cursor: pointer;
}
.Video{
    width: 1000px;
    max-width: 80%;
    overflow: hidden;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 999;
    display: none;
    transition: auto;
}
.Video video{
    width: 100%;
    height: auto;
}

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

.Xinwenin>h2 {
    font-size: var(--size30);
    color: rgb(51, 51, 51);
    text-align: center;
    margin-top: 10px;
    font-family: 'bold';
}

.Xinwenin>p {
    font-size: var(--size16);
    color: rgb(51, 51, 51);
    line-height: 2;
    text-align: center;
}

.Xinwnmna{
    width: 100%;
    overflow: hidden;
    margin-top: var(--top60);
    display: flex;
    justify-content: space-between;
    gap: var(--top30);
}
.Xinwnmna ul{
    flex: 1;
    background: rgb(247, 247, 247);
}
.Xinwnmna ul li{
    width: 100%;
    overflow: hidden;
    border-top: 1px solid rgb(0, 0, 0,0.2);
    padding: var(--top20) var(--top30);
}
.Xinwnmna ul li:nth-child(1){
    border: transparent;
}
.Xinwnmna ul li p{
    font-size: 12px;
    color: rgb(102, 102, 102);
    line-height: 1;
}
.Xinwnmna ul li h2{
    font-size: var(--size16);
    color: rgb(34, 34, 34);
    margin-top: 15px;
}
.Xinwenin_list{
    flex: 1;
}
.Xinwenin_list img{
    width: 100%;
    height: auto;
    aspect-ratio: 5 / 3;
}
.Xinwenin_list p{
    font-size: 12px;
    color: rgb(102, 102, 102);
    line-height: 1;
    margin-top: var(--top20);
}
.Xinwenin_list h2{
    font-size: var(--size16);
    color: rgb(34, 34, 34);
    margin-top: 15px;
}
.Xinwenin_list a{
    font-size: var(--size14);
    color: rgb(102, 102, 102);
    margin-top: 15px;
    display: block;
}
.Footer {
    width: 100%;
    overflow: hidden;
    background: url(../images/beijing.png) no-repeat center center / cover;
}

.Footer_max {
    width: var(--max);
    overflow: hidden;
    margin: var(--top60) auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}
.Aaa{
    width: max-content;
    font-size: var(--size16);
    color: rgb(255, 255, 255);
}
.Lianxis{
    width: max-content;
    max-width: 300px;
    font-size: var(--size16);
    color: rgb(255, 255, 255);
}

.Pic{
    width: 420px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    gap: var(--top30);
}
.Pic>img{
    width: 100px;
    height: auto;
}
.Pic_right{
    flex: 1;
}
.Pictext {
    width: 100%;
}

.Pictext h2 {
    font-size: var(--size20);
    color: #fff;
    font-family: 'bold';
}

.Pictext p {
    font-size: 10px;
    color: #fff;
}

.Pictext1 h2 {
    letter-spacing: 2px;
}

.Pictext2 p {
    letter-spacing: 2px;
}
.Pictext2{
    margin-top: 15px;
}
.Pic_right ul{
    width: 100%;
    overflow: hidden;
    margin-top: 20px;
    display: flex;
    flex-wrap: wrap;
    gap: var(--top20);
}
.Pic_right ul li{
    width: 30px;
    overflow: hidden;
}
.Pic_right ul li img{
    width: 100%;
    height: auto;
}
.Beian {
    width: 100%;
    overflow: hidden;
    border-top: 1px solid rgb(255, 255, 255);
}

.Beian_max {
    width: var(--max);
    overflow: hidden;
    margin: var(--top20) auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.Beian_max p {
    font-size: var(--size14);
    color: rgb(255, 255, 255);
    margin: 0 5px;
}
.EN {
    width: 36px;
    height: 36px;
}   
}