:root {
    --max: 1270px;
    --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;

    --san: 30px;
    --sanshi: 40;
}

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


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

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

body {
    font-family: "s";
    background: url(../images/beijing.png) repeat top center / 100% auto;
}

.hertre {
    width: 100%;
    z-index: 999;
    height: 130px;
    position: relative;
    background: rgb(92, 35, 42);
}

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

.logo {
    width: 250px;
    overflow: hidden;
    margin: auto 0;
}

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

.nav {
    width: max-content;
}

.Shou {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
}

.Shou a {
    font-size: var(--size14);
    color: rgb(255, 255, 255);
    margin-bottom: 15px;
    cursor: pointer;
}

.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(--size18);
    color: rgb(255, 255, 255);
    text-align: center;
    padding-bottom: 30px;
}

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


.nav ul li.nav_cen {
    color: rgb(192, 127, 79);
}

.nav ul li:hover {
    color: rgb(192, 127, 79);
}

.nav_ul {
    width: 100%;
    overflow: hidden;
    position: absolute;
    top: 130px;
    left: 0;
    z-index: 999;
    background: rgb(51, 51, 51);
    transition: auto;
    padding: 10px;
    display: none;
}

.nav_ul a {
    font-size: var(--size14);
    color: rgb(255, 255, 255);
    padding: 0 10px;
    border-left: 1px solid #ffffff;
    line-height: 1;
}

.nav_ul a:nth-child(1) {
    border: transparent;
}

/* .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: absolute;
    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);
}

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

.container path {
    stroke: #ffffff;
    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%;
}

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

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

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

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

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

.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;
}

.banner .swiper-button-next,
.banner .swiper-button-prev {
    width: 60px;
    height: auto;
    margin-top: 0px;
    transform: translateY(-50%);
}

.banner .swiper-button-next img,
.banner .swiper-button-prev img {
    width: 100%;
    height: auto;
}

.banner .swiper-button-next::after,
.banner .swiper-button-prev::after {
    display: none;
}

.MianBao {
    width: 100%;
    overflow: hidden;
    background: rgb(51, 51, 51);
}

.MianBao_Max {
    width: var(--max);
    overflow: hidden;
    margin: 10px auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    font-size: var(--size14);
    color: rgb(255, 255, 255);
}

.Max {
    width: var(--max);
    margin: auto;
    overflow: hidden;
    background: #ffffff url(../images/bai.png) repeat top center / 100% auto;
}

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

.Gg {
    text-align: center;
    font-size: var(--size36);
    color: rgb(116, 36, 37);
    line-height: 1;
}

.Gg::after {
    content: "";
    width: 74px;
    height: 10px;
    background: rgb(116, 36, 37);
    border-radius: 10px;
    display: block;
    margin: auto;
    margin-top: var(--top30);
}

.Lianxi>p {
    text-align: center;
    font-size: var(--size20);
    color: rgb(51, 51, 51);
    line-height: 2;
    margin-top: var(--top30);
}

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

.XinXiang_max {
    width: 600px;
    max-width: 70%;
    background: rgba(255, 255, 255, 0.8);
    padding: var(--top30);
    margin: var(--top80) auto;
    position: relative;
}

.XinXiang_max::after {
    content: "";
    width: calc(100% + 15px);
    height: calc(100% + 15px);
    position: absolute;
    border: 5px solid rgb(255, 255, 255);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.XinXiang_max h2 {
    font-size: var(--size24);
    color: rgb(116, 36, 37);
    text-align: center;
    line-height: 1;
    position: relative;
    z-index: 5;
}

.XinXiang_max p {
    font-size: var(--size24);
    color: rgb(116, 36, 37);
    text-align: center;
    line-height: 1;
    margin-top: 10px;
    position: relative;
    z-index: 5;
}

.Img {
    border: var(--san) solid #ffffff;
    border-image-source: url(../images/biankuang.png);
    border-image-repeat: round;
    border-image-slice: var(--sanshi);
}

.DiTu {
    width: 100%;
    overflow: hidden;
    background: #ffffff;
    margin-top: var(--top30);
    padding: 10px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.DiTu_Right {
    width: 400px;
    overflow: hidden;
    margin-left: var(--top20);
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    gap: var(--top30);
}

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

.DiTu_List>h2 {
    font-size: var(--size20);
    color: rgb(116, 36, 37);
    line-height: 1;
}

.DiTu_List>h2::after {
    content: "";
    width: 36px;
    height: 5px;
    background: rgb(116, 36, 37);
    border-radius: 5px;
    display: block;
    margin-top: 10px;
}

.DiTu_Text {
    width: 100%;
    overflow: hidden;
    font-size: var(--size16);
    color: rgb(51, 51, 51);
    line-height: 1.5;
    margin-top: var(--top20);
}

#allmap {
    flex: 1;
    height: 520px;
}

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

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

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

.ZuZhi>ul {
    width: 100%;
    overflow: hidden;
    margin-top: var(--top20);
    display: flex;
    justify-content: space-between;
}

.ZuZhi>ul>li {
    width: 100%;
    box-sizing: border-box;
    border: 1px solid rgb(226, 226, 226);
    background: rgb(255, 255, 255);
    line-height: 56px;
    text-align: center;
    font-size: var(--size16);
    color: rgb(51, 51, 51);
    cursor: pointer;
    position: relative;
}

.ZuZhi>ul>li::before {
    content: "";
    width: 100%;
    height: 10px;
    box-sizing: border-box;
    border: 1px solid rgb(226, 226, 226);
    background: rgb(121, 95, 84);
    display: block;
}

.ZuZhi>ul>li:nth-child(1):before {
    background: rgb(97, 44, 30);
}

.ZuZhi>ul>li:nth-child(2):before {
    background: rgb(26, 63, 46);
}

.ZuZhi>ul>li:nth-child(3):before {
    background: rgb(121, 95, 84);
}

.ZuZhi>ul>li:nth-child(4):before {
    background: rgb(36, 35, 43);
}

.ZuZhi>ul>li span::after {
    content: "";
    width: 20px;
    height: 20px;
    border: 3px solid rgb(226, 226, 226);
    clip-path: polygon(0 0, 100% 100%, 100% 100%, 0% 100%);
    position: absolute;
    bottom: 0;
    left: 0;
}

.ZuZhi>ul>li span::before {
    content: "";
    width: 20px;
    height: 20px;
    border: 3px solid rgb(226, 226, 226);
    clip-path: polygon(0 100%, 100% 0, 100% 100%, 0% 100%);
    position: absolute;
    bottom: 0;
    right: 0;
}

.ZuZhi>ul>li.ZuZhi_Nav {
    color: rgb(116, 36, 37);
    background: transparent;
}

.ZuZhi>ul>li.ZuZhi_Nav span::after {
    border: 3px solid rgb(116, 36, 37);
}

.ZuZhi>ul>li.ZuZhi_Nav span::before {
    border: 3px solid rgb(116, 36, 37);
}

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

.ZuZhi_Lift {
    width: 100%;
    overflow: hidden;
    transition: auto;
}

.ZuZhi_Lift>img {
    width: 1000px;
    max-width: 100%;
    height: auto;
    margin: auto;
}

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

.LingDao>h2 {
    text-align: center;
    font-size: var(--size24);
    color: rgb(116, 36, 37);
    line-height: 1;
}

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

.LingDao ul li {
    width: 100%;
    overflow: hidden;
    background: #ffffff;
}

.LingDao ul li h2 {
    font-size: var(--size24);
    color: rgb(51, 51, 51);
    line-height: 1;
}

.LingDao ul li h2 span {
    font-size: var(--size18);
    margin-left: 10px;
}

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

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

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

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

.Bian {
    width: max-content;
    min-width: 250px;
    max-width: 100%;
    text-align: center;
    line-height: 50px;
    font-size: var(--size24);
    color: rgb(116, 36, 37);
    margin: auto;
    background: url(../images/hu.png) no-repeat center center / 100% 100%;
}

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

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

.ZhanGuan_img {
    width: 100%;
    overflow: hidden;
    background: rgb(1, 59, 90);
    margin-top: var(--top50);
    padding: 15px 0;
    position: relative;
}

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

.ZhanGuan_img a {
    width: 170px;
    height: 170px;
    background: rgb(0, 60, 255, 0.65);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: var(--size20);
    color: rgb(255, 255, 255);
    line-height: 1;
}

.ZhanGuan_img a:hover::after {
    content: "";
    width: 200%;
    height: 200%;
    background: rgb(0, 60, 255, 0.15);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    animation: example 2s infinite;
}

@keyframes example {
    0% {
        width: 100%;
        height: 100%;
    }

    100% {
        width: 200%;
        height: 200%;
    }
}

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


.Jiangjie>p {
    width: 100%;
    background: #ffffff;
    margin-top: var(--top50);
    font-size: var(--size16);
    color: rgb(51, 51, 51);
    line-height: 2;
}

.Jiangjie_list {
    width: 100%;
    overflow: hidden;
    margin-top: var(--top40);
    padding: 0 var(--top40);
}

.Jiangjie_list>h2 {
    width: 100%;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    font-size: var(--size24);
    color: rgb(51, 51, 51);
}

.Jiangjie_list>h2 img {
    width: var(--top60);
    height: auto;
    margin-right: var(--top20);
}

.Jiangjie_Text {
    width: 100%;
    overflow: hidden;
    font-size: var(--size16);
    color: rgb(51, 51, 51);
    line-height: 1.5;
    margin-top: var(--top30);
}

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

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

.ShangJian ul li {
    width: 100%;
    overflow: hidden;
    box-sizing: border-box;
    border: 1px solid rgb(226, 226, 226);
    background: rgb(255, 255, 255);
    border-top: 10px solid rgb(26, 63, 46);
    position: relative;
}

.ShangJian ul li:nth-child(2n) {
    border-top: 10px solid rgb(92, 35, 42);
}

.ShangJian ul li:nth-child(3n) {
    border-top: 10px solid rgb(121, 95, 84);
}

.ShangJian ul li:nth-child(4n) {
    border-top: 10px solid rgb(1, 59, 90);
}

.ShangJian ul li::after {
    content: "";
    width: 20px;
    height: 20px;
    border: 3px solid rgb(226, 226, 226);
    clip-path: polygon(0 0, 100% 100%, 100% 100%, 0% 100%);
    position: absolute;
    bottom: 0;
    left: 0;
}

.ShangJian ul li::before {
    content: "";
    width: 20px;
    height: 20px;
    border: 3px solid rgb(226, 226, 226);
    clip-path: polygon(0 100%, 100% 0, 100% 100%, 0% 100%);
    position: absolute;
    bottom: 0;
    right: 0;
}

.ShangJian ul li img {
    width: 100%;
    aspect-ratio: 6 / 3;
    object-fit: cover;
}

.ShangJian ul li h2 {
    text-align: center;
    padding: 10px;
    padding-bottom: var(--top20);
    font-size: var(--size16);
    color: rgb(51, 51, 51);
}

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

.YuQi>p {
    width: 100%;
    background: #ffffff;
    margin-top: var(--top50);
    font-size: var(--size16);
    color: rgb(51, 51, 51);
    line-height: 2;
}

.YuQi ul {
    width: 100%;
    overflow: hidden;
    margin-top: var(--top40);
    column-count: 4;
    column-gap: 10px;
}

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

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

.YuQi ul li h2 {
    font-size: var(--size14);
    color: #000000;
    margin: 10px auto;
}

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

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

.PianQWu>ul {
    flex-wrap: wrap;
    justify-content: center;
    gap: var(--top30);
}

.PianQWu>ul>li {
    width: 290px;
    max-width: 45%;
}

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

.XuZhi>p {
    width: 100%;
    background: #ffffff;
    font-size: var(--size16);
    color: rgb(51, 51, 51);
    line-height: 2;
}

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

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

.YuYue img {
    width: 250px;
    height: auto;
    background: rgb(226, 226, 226);
    padding: 15px;
    margin: auto;
}

.YuYue h2 {
    font-size: var(--size20);
    color: rgb(51, 51, 51);
    text-align: center;
    margin-top: 15px;
    line-height: 1.7;
}

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

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

.Gonggao ul li {
    width: 100%;
    overflow: hidden;
    padding: var(--top40);
    border-bottom: 1px solid rgb(170, 170, 170);
}

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

.GOnggao_Tame {
    width: 80px;
    height: 80px;
    border: 1px solid rgb(170, 170, 170);
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    align-content: center;
}

.GOnggao_Tame h2 {
    font-size: 30px;
    color: rgb(116, 36, 37);
    text-align: center;
    line-height: 1;
    width: 100%;
}

.GOnggao_Tame p {
    font-size: 12px;
    color: rgb(116, 36, 37);
    line-height: 1;
    width: 100%;
    text-align: center;
    margin-top: 8px;
}

.GOnggao_Text {
    flex: 1;
    margin: 0 var(--top30);
}

.GOnggao_Text h2 {
    font-size: var(--size18);
    color: rgb(51, 51, 51);
    line-height: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.GOnggao_Text p {
    font-size: var(--size14);
    color: rgb(51, 51, 51);
    line-height: 1;
    margin-top: 15px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.Gonggao ul li img {
    width: 50px;
    height: auto;
}

.shwo {
    width: 100%;
    overflow: hidden;
    padding: var(--top60) var(--top100);
}

.shwo>h2 {
    font-size: var(--size30);
    color: rgb(116, 36, 37);
}

.shwo>p {
    font-size: var(--size16);
    color: rgb(116, 36, 37);
    margin-top: 10px;
}

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

.shwo_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: rgb(51, 51, 51);
    line-height: 2;
}

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

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

.page .active {
    border-bottom: 3px solid rgb(116, 36, 37);
}

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

.FuWu {
    width: 100%;
    overflow: hidden;
    padding: var(--top60) 8vw;
}

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

.FuWu ul li {
    width: 100%;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}

.FuWu ul li>img {
    width: 72px;
    height: auto;
}

.FuWu_Right {
    flex: 1;
    margin-left: var(--top40);
    border-bottom: 2px solid rgb(116, 36, 37);
    padding-bottom: var(--top40);
}

.FuWu_Right>h2 {
    font-size: var(--size20);
    color: rgb(116, 36, 37);
}

.FuWu_Text {
    width: 100%;
    overflow: hidden;
    font-size: var(--size16);
    color: rgb(51, 51, 51);
    line-height: 1.6;
    margin-top: 15px;
}

.JioaoTong {
    width: 100%;
    overflow: hidden;
    background: rgb(1, 59, 90);
    padding: var(--top20);
    margin-top: var(--top60);
}

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

.JioaoTong_List {
    width: 55%;
    overflow: hidden;
    background: rgb(116, 36, 37);
    padding: var(--top30) var(--top40);
}

.JioaoTong_List:nth-child(1) {
    width: 45%;
    background: rgb(26, 63, 46);
    ;
}

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

.JioaoTong_List>h2::after {
    content: "";
    width: 36px;
    height: 5px;
    background: rgb(255, 255, 255);
    border-radius: 5px;
    display: block;
    margin-top: 10px;
}

.JioaoTong_Text {
    width: 100%;
    overflow: hidden;
    font-size: var(--size16);
    color: rgb(255, 255, 255);
    line-height: 1.5;
    margin-top: var(--top20);
}

#allmapa {
    width: 100%;
    height: 800px;
}

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

.JiBen {
    width: 100%;
    overflow: hidden;
    padding: var(--top60);
}

.JiBen ul {
    width: 100%;
    overflow: hidden;
    margin-top: var(--top60);
}

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

.JiBen_Img {
    width: 60%;
    background: rgb(1, 59, 90);
}

.JiBen_Img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.JiBen_Right {
    width: 40%;
    overflow: hidden;
    background: rgb(119, 91, 80);
    padding: var(--top30) var(--top40);
    display: flex;
    flex-wrap: wrap;
    align-content: center;
}

.JiBen_Right h2 {
    font-size: var(--size20);
    color: rgb(255, 255, 255);
    margin-bottom: var(--top20);
}

.JiBen_Text {
    width: 100%;
    overflow: hidden;
    font-size: var(--size16);
    color: #ffffff;
    line-height: 1.6;
}

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

.JiBen ul li:nth-child(3n+1) .JiBen_Img {
    width: 60%;
    padding-top: var(--top20);
}

.JiBen ul li:nth-child(3n+2) .JiBen_Img {
    width: 50%;
}

.JiBen ul li:nth-child(3n) .JiBen_Img {
    width: 25%;
}

.JiBen ul li:nth-child(3n+1) .JiBen_Right {
    width: 40%;
    background: rgb(119, 91, 80);
}

.JiBen ul li:nth-child(3n+2) .JiBen_Right {
    width: 50%;
    background: rgb(26, 63, 46);
}

.JiBen ul li:nth-child(3n) .JiBen_Right {
    width: 75%;
    background: rgb(1, 59, 90);
}


.JiBen_Zhi {
    width: 100%;
    background: #ffffff;
    margin-top: var(--top40);
    padding: var(--top20);
}

.JiBen_Zhi h2 {
    font-size: var(--size24);
    color: rgb(116, 36, 37);
    letter-spacing: 10px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: var(--top20);
}

.JiBen_Zhi h2 img {
    width: var(--size30);
    height: auto;
}

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

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

.CanGuan_Max {
    width: 100%;
    overflow: hidden;
    margin-top: var(--top60);
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.CanGuan_Max ul {
    width: 30%;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
    gap: 15px;
    margin-left: var(--top30);
}

.CanGuan_Max ul li {
    width: 100%;
    overflow: hidden;
    position: relative;
}

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

.CanGuan_Max ul li h2 {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    font-size: var(--size20);
    color: rgb(255, 255, 255);
    text-align: right;
    padding: 10px;
}

.CanGuan_Max ul li:nth-child(4n+1) {
    border-bottom: 10px solid rgb(26, 63, 46);
}

.CanGuan_Max ul li:nth-child(4n+2) {
    border-bottom: 10px solid rgb(119, 91, 80);
}

.CanGuan_Max ul li:nth-child(4n+3) {
    border-bottom: 10px solid rgb(1, 59, 90);
}

.CanGuan_Max ul li:nth-child(4n+4) {
    border-bottom: 10px solid rgb(92, 35, 42);
}

.CanGuan_max {
    flex: 1;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    gap: var(--top30);
}

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

.CanGuan_List h2 {
    width: 100%;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    font-size: var(--size24);
    color: rgb(116, 36, 37);
}

.CanGuan_List h2 img {
    width: var(--size50);
    height: auto;
    margin-right: var(--top20);
}

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

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

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

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

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

.ZhanShi ul li {
    width: 100%;
    overflow: hidden;
    background: rgb(26, 63, 46);
    padding-top: 10px;
}

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

.ZhanShi ul li h2 {
    font-size: var(--size20);
    color: rgb(255, 255, 255);
    text-align: center;
    padding: 15px;
    padding-bottom: 20px;
}

.ZhanShi ul li:nth-child(4n+1) {
    background: rgb(26, 63, 46);
}

.ZhanShi ul li:nth-child(4n+2) {
    background: rgb(119, 91, 80);
}

.ZhanShi ul li:nth-child(4n+3) {
    background: rgb(92, 35, 42);
}

.ZhanShi ul li:nth-child(4n+4) {
    background: rgb(1, 59, 90);
}

.swiper {
    width: 800px;
    max-width: 100%;
    margin: auto;
    margin-top: var(--top60);
    border-bottom: var(--top30) solid rgb(92, 35, 42);
}

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

.swiper_Cen {
    width: 100%;
    overflow: hidden;
    padding: 10px;
    position: absolute;
    bottom: 0;
    left: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.swiper_Cen h2 {
    flex: 1;
    margin-right: 10px;
    font-size: var(--size16);
    color: #ffffff;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.swiper_max {
    width: max-content;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 15px;
}
.swiper_max .swiper-button-prev,
.swiper_max .swiper-button-next,
.swiper_max .swiper-pagination{
    position: static;
    inset: 0;
    margin: 0;
    width: max-content;
    height: auto;
}
.swiper_max .swiper-button-prev::after,
.swiper_max .swiper-button-next::after{
    color: #ffffff;
    font-size: var(--top30);
    font-weight: bold;
}

.swiper_max .swiper-pagination-bullet{
    width: 8px;
    height: 8px;
    background: #ffffff;
    border-radius: 8px;
    opacity: 1;
}
.swiper_max .swiper-pagination-bullet-active{
    width: 18px;
    background: rgb(92, 35, 42);
}
.Tongyong{
    width: 100%;
    overflow: hidden;
    padding: var(--top60) var(--top30);
}
.Tongyong ul{
    width: 100%;
    overflow: hidden;
    margin-top: var(--top60);
    display: flex;
    flex-wrap: wrap;
    gap: var(--top30);
}
.Tongyong ul li{
    width: 100%;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    background: #ffffff;
    border: var(--san) solid #ffffff;
    border-image-source: url(../images/hui.png);
    border-image-repeat: round;
    border-image-slice: var(--sanshi);
}
.Tongyong ul li:hover{
    border-image-source: url(../images/hong.png);
}

.Tongyong_img{
    width: 210px;
    overflow: hidden;
}
.Tongyong_img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.Tongyong_Text{
    flex: 1;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    margin-left: var(--top30);
}
.Tongyong_Text h2{
    width: 100%;
    font-size: var(--size20);
    color: rgb(51, 51, 51);
}
.Tongyong_Text p{
    width: 100%;
    font-size: var(--size16);
    color: rgb(51, 51, 51);
    line-height: 1.7;
    margin-top: 10px;
}
.Tongyong_Text a{
    width: 100%;
    overflow: hidden;
    margin-top: 10px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    font-size: var(--size14);
    color: rgb(51, 51, 51);
    gap: 10px;
}
.Tongyong_Text a img{
    width: 12px;
    height: auto;
}
.Bei_logo{
    width: var(--max);
    margin: auto;
    overflow: hidden;
    background: url(../images/beijing2_03.png) no-repeat center / cover;
}
.Bei_logo img{
    width: 260px;
    height: auto;
    margin: var(--top40) auto;
}


.footer {
    width: var(--max);
    overflow: hidden;
    margin: auto;
    background: rgb(51, 51, 51);
}

.footer_max {
    width: 100%;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    border-top: 3px solid rgb(255, 255, 255);
    border-bottom: 3px solid rgb(255, 255, 255);
    padding: var(--top30) var(--top60);
    gap: var(--top60);
}

.footer_ul {
    width: max-content;
    overflow: hidden;
}

.footer_top {
    width: max-content;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.footer_top h2 {
    font-size: var(--size14);
    color: rgb(255, 255, 255);
    font-family: 'bold';
}

.footer_top svg {
    width: 14px;
    height: auto;
    display: none;
}

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

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

.ErWeima{
    width: 100px;
    overflow: hidden;
    margin-left: auto;
}
.ErWeima img{
    width: 100%;
    height: auto;
}
.ErWeima p{
    text-align: center;
    font-size: var(--size14);
    color: rgb(255, 255, 255);
    margin-top: 10px;
    letter-spacing: 5px;
}

.beian {
    width: 100%;
    overflow: hidden;
    padding: var(--top20) 0;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.beian_max {
    width: 100%;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.beian_max p {
    font-size: var(--size14);
    color: rgb(255, 255, 255);
    margin: 0 5px;
}
.Indexa{
    width: 100%;
    overflow: hidden;
    padding: var(--top50) var(--top40);
}
.FenLeia{
    width: 100%;
    overflow: hidden;
    background: #ffffff;
}
.FenLeia_Max{
    width: 100%;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    border: 1px solid rgb(226, 226, 226);
}
.FenLeia_Left{
    width: 370px;
    overflow: hidden;
    padding: var(--top30) 10px;
    position: relative;
}
.FenLeia_Left p{
    text-align: center;
    line-height: 1;
    font-size: var(--size14);
    color: rgb(51, 51, 51);
    line-height: 1;
}
.FenLeia_Left h2{
    font-size: var(--size40);
    color: rgb(51, 51, 51);
    text-align: center;
    line-height: 1;
    font-family: 'b';
    margin: 15px auto;
}
.FenLeia_Left::after {
    content: "";
    width: 20px;
    height: 20px;
    border: 3px solid rgb(226, 226, 226);
    clip-path: polygon(0 0, 100% 100%, 100% 100%, 0% 100%);
    position: absolute;
    bottom: 0;
    left: 0;
}

.FenLeia_Left::before {
    content: "";
    width: 20px;
    height: 20px;
    border: 3px solid rgb(226, 226, 226);
    clip-path: polygon(0 100%, 100% 0, 100% 100%, 0% 100%);
    position: absolute;
    bottom: 0;
    right: 0;
}

.FenLeia_Left h2::after {
    content: "";
    width: 20px;
    height: 20px;
    border: 3px solid rgb(226, 226, 226);
    clip-path: polygon(0 0, 100% 0, 0 100%, 0% 100%);
    position: absolute;
    top: 0;
    left: 0;
}

.FenLeia_Left h2::before {
    content: "";
    width: 20px;
    height: 20px;
    border: 3px solid rgb(226, 226, 226);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 100% 100%);
    position: absolute;
    top: 0;
    right: 0;
}
.FenLeia_Max ul{
    flex: 1;
    display: flex;
    justify-content: space-between;
}
.FenLeia_Max ul li{
    width: 100%;
    overflow: hidden;
    border-left: 1px solid rgb(226, 226, 226);
    position: relative;
}
.FenLeia_Max ul li a{
    width: 100%;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    align-content: center;
}
.FenLeia_Max ul li img{
    width: 50px;
    height: 50px;
    object-fit: contain;
    margin: auto;
}
.FenLeia_Max ul li h2{
    width: 100%;
    text-align: center;
    font-size: var(--size14);
    color: rgb(51, 51, 51);
    margin-top: var(--top20);
    line-height: 1;
}


.FenLeia_Max ul li::after {
    content: "";
    width: 20px;
    height: 20px;
    border: 3px solid rgb(226, 226, 226);
    clip-path: polygon(0 0, 100% 100%, 100% 100%, 0% 100%);
    position: absolute;
    bottom: 0;
    left: 0;
}

.FenLeia_Max ul li::before {
    content: "";
    width: 20px;
    height: 20px;
    border: 3px solid rgb(226, 226, 226);
    clip-path: polygon(0 100%, 100% 0, 100% 100%, 0% 100%);
    position: absolute;
    bottom: 0;
    right: 0;
}

.FenLeia_Max ul li a::after {
    content: "";
    width: 20px;
    height: 20px;
    border: 3px solid rgb(226, 226, 226);
    clip-path: polygon(0 0, 100% 0, 0 100%, 0% 100%);
    position: absolute;
    top: 0;
    left: 0;
}

.FenLeia_Max ul li a::before {
    content: "";
    width: 20px;
    height: 20px;
    border: 3px solid rgb(226, 226, 226);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 100% 100%);
    position: absolute;
    top: 0;
    right: 0;
}
.FenLeia_Max ul li:hover a::before,
.FenLeia_Max ul li:hover a::after,
.FenLeia_Max ul li:hover::before,
.FenLeia_Max ul li:hover::after{
    border: 3px solid rgb(116, 36, 37);
}
.FenLeia_Max ul li:hover h2{
    color: rgb(116, 36, 37);
}
.ZhanShiBo{
    width: 100%;
    overflow: hidden;
    margin: var(--top50) auto;
}
.ZhanShiBo_max{
    width: 100%;
    aspect-ratio: 4 / 2;
    display: grid;
	grid-template-rows: repeat(5, 1fr);
	grid-template-columns: repeat(5, 1fr);
	gap: var(--top20);
    margin-top: var(--top30);
}
.ZhanShiBo_List{
    width: 100%;
    overflow: hidden;
    position: relative;
}
.ZhanShiBo_List:nth-child(1){
	grid-area: 1 / 1 / 5 / 4;
}
.ZhanShiBo_List:nth-child(2) {
	grid-area: 1 / 4 / 3 / 6;
}
.ZhanShiBo_List:nth-child(3) {
	grid-area: 3 / 4 / 5 / 6;
}
.ZhanShiBo_List:nth-child(4) {
	grid-area: 5 / 1 / 6 / 6;
}
.ZhanShiBo_List img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.ZhanShiBo_List h2{
    width: 100%;
    font-size: var(--size20);
    color: rgb(255, 255, 255);
    text-align: right;
    padding: 10px;
    position: absolute;
    bottom: 0;
    left: 0;
}
.XinShang{
    width: 100%;
    overflow: hidden;
    margin: var(--top50) auto;
}
.XinShang ul{
    width: 100%;
    margin-top: var(--top30);
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: var(--top30);
}
.XinShang ul li {
    width: 100%;
    overflow: hidden;
    box-sizing: border-box;
    border: 1px solid rgb(226, 226, 226);
    background: rgb(255, 255, 255);
    border-top: 10px solid rgb(26, 63, 46);
    position: relative;
}


.XinShang ul li:nth-child(2n) {
    border-top: 10px solid rgb(121, 95, 84);
}

.XinShang ul li:nth-child(3n) {
    border-top: 10px solid rgb(1, 59, 90);
}

.XinShang ul li:nth-child(4n) {
    border-top: 10px solid rgb(92, 35, 42);
}

.XinShang ul li::after {
    content: "";
    width: 20px;
    height: 20px;
    border: 3px solid rgb(226, 226, 226);
    clip-path: polygon(0 0, 100% 100%, 100% 100%, 0% 100%);
    position: absolute;
    bottom: 0;
    left: 0;
}

.XinShang ul li::before {
    content: "";
    width: 20px;
    height: 20px;
    border: 3px solid rgb(226, 226, 226);
    clip-path: polygon(0 100%, 100% 0, 100% 100%, 0% 100%);
    position: absolute;
    bottom: 0;
    right: 0;
}

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

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

.XinShang ul li:hover{
    background: transparent;
}
.XinShang ul li:hover::before,
.XinShang ul li:hover::after{
    border: 3px solid rgb(116, 36, 37);
}
.ZiXun{
    width: 100%;
    overflow: hidden;
    margin-top: var(--top30);
}
.InZi{
    margin: 0;
    margin-top: var(--top50);
    padding: 0;
}
.INXInwen{
    width: 100%;
    overflow: hidden;
    margin-top: var(--top30);
}

.INXInwen_list{
    width: 100%;
    overflow: hidden;
    transition: auto;
    display: none;
}
.INXInwen_Max{
    width: 100%;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.INXInwen_Max .mySwiper{
    width: 50%;
    margin: 0;
    border: transparent;
}
.INXInwen_Max .mySwiper img{
    aspect-ratio: 9 / 5;
}
.INXInwen_Max ul{
    width: 46%;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    gap: var(--top30);
}
.INXInwen_Max ul li{
    width: 100%;
    overflow: hidden;
}
.INXInwen_Max ul li a{
    width: 100%;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}
.INXInwen_Tame{
    width: max-content;
}
.INXInwen_Tame h2{
    font-size: var(--size24);
    color: rgb(51, 51, 51);
    text-align: center;
    line-height: 1;
}
.INXInwen_Tame p{
    text-align: center;
    font-size: var(--size16);
    color: rgb(77, 77, 77);
    margin-top: 5px;
    line-height: 1;
}
.INXInwen_Text{
    flex: 1;
    margin-left: var(--top20);
    border-left: 1px solid rgb(77, 77, 77);
    padding-left: 10px;
}
.INXInwen_Text h2{
    font-size: var(--size20);
    color: rgb(51, 51, 51);
    line-height: 1;
    display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 1;
overflow: hidden;
}
.INXInwen_Text p{
    font-size: 12px;
    color: rgb(77, 77, 77);
    line-height: 1.8;
    margin-top: 10px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.INXInwen_list>a{
    width: max-content;
    line-height: 34px;
    background: rgb(116, 36, 37);
    border-radius: 34px;
    border: 1px solid rgb(226, 226, 226);
    font-size: var(--size16);
    color: rgb(255, 255, 255);
    padding: 0 var(--top30);
    margin: auto;
    margin-top: var(--top40);
    display: block;
}

.XinShang_img:hover{
    transform: scale(1.05);
}

.INXInwen_Max li:hover *{
    color: red !important;
}

.ShangJian li:hover *{
    transform: scale(1.05);
    color: red;
}
.ShangJian li:hover::before,.ShangJian li:hover::after{
    border-color: red;
}

.Max ul li img:hover{
    transform: scale(1.05);
}













