:root {
    --max: 75%;
    --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: "s";
}
.huakuang{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-size: 100% 100%;
    box-sizing: border-box;
    position: relative;
}
.huakuang::after{
   content: ""; 
    width: 100%;
    height: 100%;
    background: url(../images/kuang.png);
    background-size: 100% 100%;
    box-sizing: border-box;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5;
}
.huakuang img{}
.hertre {
    width: 100%;
    z-index: 999;

    position: fixed;
   background: rgba(0, 0, 0, 0.06);
    top: 0;
}


.hertre_lianxi{
     background: rgba(0, 77, 208, 0.5);
}
.hertre_cen {
    width: var(--max);
    height: 100%;
    margin: auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.logo {
    width: 115px;
    overflow: hidden;

}

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

.logo img:nth-child(2){
    display: none;
}

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

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

.nav ul li {
    font-size: var(--size18);
    color: rgb(255, 255, 255);
    text-align: center;
    position: relative;
    line-height: 80px;
    margin-right: var(--top60);
}

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

.nav ul li.nav_cen {
    color: rgb(255, 255, 255);
    font-family: 'bold';
}

.nav ul li:hover {
    color: rgb(255, 255, 255);
}

.nav ul li::after {
    content: "";
    width: 0%;
    height: 4px;
    background: rgb(255, 255, 255);
    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%;
}

.nav_ul {
    width: max-content;
    position: absolute;
    top: 80px;
    left: 50%;
    transform: translateX(-50%);
    display: none;
    transition: auto;
    background: rgba(255, 255, 255, 0.8);
    border-radius: 6px;
    backdrop-filter: blur(10px);
    padding: 15px var(--top50);
}

.nav_ul a {
    font-size: var(--size14);
    color: #000000;
    line-height: 3;
    text-align: center;
    display: block;
    font-family: 'm';
}

.nav_ul a:hover {
    color: rgb(0, 77, 208);
}

.nav_ul a.nav_ul_nav {
    color: rgb(0, 77, 208);
}

.Chanpin_im {
    width: 100%;
    background: rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(10px);
    position: fixed;
    top: 80px;
    left: 0;
    transform: translate(0%, 0%);
    display: none;
    transition: auto;
}

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

.Chanpin_immax a {
    width: 100%;
    overflow: hidden;
    display: block;
}

.Chanpin_immax a img {
    width: 100%;
    aspect-ratio: 4 / 2;
    border-radius: 5px;
    object-fit: cover;
    border: 3px solid transparent;
}

.Chanpin_immax a h2 {
    font-size: var(--size18);
    color: rgba(33, 33, 33, 0.8);
    text-align: center;
    margin-top: var(--top20);
    line-height: 1;
}

.Chanpin_immax a:hover img {
    border: 3px solid rgb(0, 77, 208);
}

.Chanpin_immax a:hover h2 {
    color: rgb(0, 77, 208);
}

.Chanpin_immax a.nav_ul_nav img {
    border: 3px solid rgb(0, 77, 208);
}

.Chanpin_immax a.nav_ul_nav h2 {
    color: rgb(0, 77, 208);
}

.En {
    width: max-content;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 20px;
}
.swiper-slide{
    height: auto;
}

.SuoSou {
    width: 60px;
    height: auto;
    border-right: 1px solid #fff;
    padding-right: 20px;
    cursor: pointer;
    display: flex;
}

.SuoSou svg {
    width: 20px;
    height: auto;
}

.suosouaa {
    width: 700px;
    max-width: 96%;
    overflow: hidden;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0);
    transform-origin: center center;
    background: #ffffff;
    border-radius: 10px;
    padding: 20px;
    box-shadow: 0px 0px 15px 3px #00000020;
    z-index: 99999;
}

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

.suosouaa_s {
    width: calc(100% - 100px);
    height: 50px;
    border: 1px solid rgb(0, 85, 184);
    font-size: var(--size14);
    color: rgb(0, 85, 184);
    padding: 0 20px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

.suosouaa_t {
    width: 100px;
    height: 50px;
    border: transparent;
    background: rgb(0, 85, 184);
    color: #ffffff;
    font-size: var(--size14);
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

.En_Nav {
    width: max-content;
    background: url(../images/diqiu.png) no-repeat left center / var(--size20) auto;
    padding-left: 25px;
    font-size: var(--size14);
    color: rgb(255, 255, 255);
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    position: relative;
    line-height: 2;
}

.En_Nav::after {
    content: "";
    width: 8px;
    height: 5px;
    background: url(../images/sanjian.png) no-repeat center / 100% 100%;
    display: block;
    margin-left: 5px;
}

.En_Max {
    width: max-content;
    position: absolute;
    top: 0;
    right: 0;
    transform: scale(0);
    transform-origin: top right;
}

.En_Max ul {
    width: 100%;
    overflow: hidden;
    margin-top: 30px;
    background: #ffffff;
    border-radius: 10px;
    padding: 10px 20px;

}

.En_Max ul li {
    font-size: var(--size14);
    color: #000000;
    line-height: 2.5;
}

.En_Nav:hover .En_Max {
    transform: scale(1);
}

.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::after{
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(0, 57, 156, 0.4);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5;
}


.banner>img {
    width: 100%;
    height: auto;
    min-height: 350px;
    max-height: 350px;
    object-fit: cover;
}

.banner_text {
    width: var(--max);
    overflow: hidden;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 50px 0 0px;
    
    z-index: 555;
}

.banner_text h2 {
    text-align: center;
    font-size: var(--size36);
    color: rgb(255, 255, 255);
    font-family: 'bold';
    line-height: 1;
}

.banner_text p {
    font-size: var(--size18);
    color: rgb(255, 255, 255);
    text-align: center;
    margin-top: var(--top20);
}

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

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

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

.banner_In_Text h3 {
    font-size: var(--size36);
    color: rgb(255, 255, 255);
    line-height: 1.2;
    font-family: 'bold';
    margin-top: var(--top60);
}

.banner_In_Text p {
    font-size: var(--size16);
    color: rgb(255, 255, 255);
    line-height: 1.5;
    margin-top: var(--top30);
}

.banner_In_Qie {
    width: var(--max);
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: var(--top20);
    margin-top: var(--top100);
    position: absolute;
    bottom: 250px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 5;
}

.banner_In_Qie .swiper-pagination {
    width: max-content;
    position: static;
    inset: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
}

.banner_In_Qie .swiper-pagination-bullet {
    width: 4px;
    height: 4px;
    opacity: 1;
    border-radius: 50%;
    background: rgb(196, 196, 196, 0.6);
}

.banner_In_Qie .swiper-pagination-bullet-active {
    width: 8px;
    height: 8px;
    background: radial-gradient(circle, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 25%, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 1) 75%, rgba(255, 255, 255, 0) 100%);
}

.swiper-num {
    width: 180px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: var(--top20);
}

.swiper-num span {
    font-size: 20px;
    color: rgb(255, 255, 255);
    line-height: 1;
    font-family: 'bold';
}

.progress-container {
    flex: 1;
    position: relative;
    height: 1px;
    background: rgba(255, 255, 255, 0.6)
}

.progressbar {
    height: 3px;
    width: 0;
    background: rgba(255, 255, 255, 0.8);
    transition: width 0.3s ease;
    position: absolute;
    top: -1px
}

.DaTa {
    width: var(--max);
    overflow: hidden;
    backdrop-filter: blur(5px);
background: linear-gradient(90.00deg, rgba(46, 113, 226, 0.7),rgba(113, 183, 240, 0.7) 100%);
    padding: var(--top30) var(--top60);
    position: absolute;
    bottom: var(--top40);
    left: 50%;
    transform: translateX(-50%);
    z-index: 99;
}

.DaTa ul {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: var(--top60);
}

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

.DaTa_Text {
    flex: 1;
    margin-right: 15px;
}

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

.DaTa_Text h2 span {
    font-size: var(--size14);
    font-family: 'bold';
}
.DaTa_Text h2 span font{
    font-size: var(--size36);
}
.DaTa_Text p {
    font-size: var(--size16);
    color: rgba(255, 255, 255, 0.7);
    margin-top: 5px;
}

.DaTa ul li img {
    width: 32px;
    height: auto;
}

.DaTa ul i {
    width: 1px;
    height: 50px;
    background: rgba(255, 255, 255, 0.3);
    display: block;
}

.InGuanYu {
    width: 100%;
    overflow: hidden;
    background: rgb(247, 247, 247);
}

.InGuanYu_Max {
    width: var(--max);
    overflow: hidden;
    margin: var(--top80) auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    flex-direction: row-reverse;
}


.InGuanYu_Left {
    flex: 1;
    margin-right: 7vw;
}

.Gg {
    width: 100%;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
}

.Gg h2 {
    font-size: var(--size20);
    color: rgb(33, 33, 33);
    font-family: 'z';
    line-height: 1;
}

.Gg p {
    font-size: var(--size16);
    color: rgb(152, 152, 152);
    line-height: 1;
    margin-left: 5px;
}

.InGuanYu_Left>p {
    font-size: var(--size16);
    color: rgb(102, 102, 102);
    line-height: 2;
    margin-top: var(--top60);
}

.InGuanYu_Left a {
    width: 100%;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: center;
    gap: 10px;
    margin-top: var(--top40);
    font-size: var(--size18);
    color: rgb(0, 77, 208);
}

.InGuanYu_Left a svg {
    width: 20px;
    height: auto;
}

.slideInRight_Right {
    width: 30%;
    height: auto;
    position: relative;
}
.slideInRight_image{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.slideInRight_Right img{
    width: 100%;
    height: auto;
    position: relative;
    z-index: 5;
}
.slideInRight_Right video{
    width: 100%;
    height: auto;
}

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

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

.ChanPinIn ul li {
    width: 100%;
    overflow: hidden;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    flex-wrap: wrap;
    position: relative;
}
.ChanPinIn_imgsun{
    width: 100%;
    overflow: hidden;
    height: 100%;
    position: absolute;
    display: flex;
    flex-wrap: wrap;

        justify-content: flex-end;
    top: 0;
    left: 0;
}
.ChanPinIn_imgsun img{
        width: 53.3%;
    height: 100%;
    object-fit: cover;
    clip-path: polygon(15.5% 0%, 100% 0, 100% 100%, 0% 100%);

}
.ChanPinIn ul li:nth-child(2n) {
    justify-content: flex-end;
}
.ChanPinIn ul li:nth-child(2n) .ChanPinIn_imgsun{
        justify-content: flex-start;
}
.ChanPinIn ul li:nth-child(2n) .ChanPinIn_imgsun img{
    clip-path: polygon(0 0, 100% 0, 84.5% 100%, 0% 100%);
}
.ChanPinIn_Text {
    width: 55%;
    overflow: hidden;
   
    padding: var(--top50) var(--top120);
    clip-path: polygon(0 0, 100% 0, 85% 100%, 0% 100%);
    position: relative;
    z-index: 5;
}
.ChanPinIn_Text::after{
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(0, 31, 67, 0.7);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;

}
.ChanPinIn_Text>img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
}
.ChanPinIn ul li:hover .ChanPinIn_Text::after {
    background: rgba(0, 85, 184, 0.7);
}

.ChanPinIn ul li:nth-child(2n) .ChanPinIn_Text {
    padding-left: 140px;
    clip-path: polygon(15% 0%, 100% 0, 100% 100%, 0% 100%);
}

.ChanPinIn_Text h2 {
    font-size: var(--size20);
    color: rgb(255, 255, 255);
    font-family: 'z';
    line-height: 1;
    position: relative;
    z-index: 5;
}

.ChanPinIn_Text p {
    font-size: var(--size16);
    color: rgb(255, 255, 255);
    line-height: 1.7;
    margin-top: var(--top30);
    position: relative;
    z-index: 5;
}

.ChanPinIn_Text a {
    width: max-content;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: center;
    gap: 10px;
    margin-top: var(--top30);
    font-size: var(--size18);
    line-height: 50px;
    padding: 0 30px;
    border: 1px solid rgb(255, 255, 255);
    border-radius: 5px;
    color: rgb(255, 255, 255);
    position: relative;
    z-index: 5;
}

.ChanPinIn_Text a svg {
    width: var(--size18);
    height: auto;
}

.Hui {
    width: 100%;
    overflow: hidden;
    background: rgb(248, 249, 253) url(../images/beijing3.png) no-repeat bottom center / 100% auto;
}

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

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


.ChuangXin ul {
    width: 100%;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    gap: 25px;
    margin-top: var(--top60);
}

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

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

.ChuangXin ul li::after {
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.2);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}

.ChuangXin ul li::before {
    content: "";
    width: 100%;
    height: 100%;
    backdrop-filter: blur(6px);
background: linear-gradient(90.00deg, rgba(0, 77, 208, 0.7),rgba(116, 190, 249, 0.7) 100%);
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 3;
    transition: all 0.3s;
}

.changjing_text {
    width: 100%;
    overflow: hidden;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    padding: var(--top30);
    z-index: 9;
}

.changjing_text img {
    width: 40px;
    height: auto;
    margin: auto;
}

.changjing_text h1 {
    text-align: center;
    font-size: var(--size20);
    color: #FFFFFF;
    margin-top: 15px;
}

.changjing_text p {
    width: 70%;
    font-size: var(--size18);
    color: #FFFFFF;
    line-height: 1.5;
    max-height: 0px;
    transition: all 0.5s;
    overflow: auto;
    margin: auto;
    margin-top: var(--top40);
    opacity: 0;
}

.ChuangXin ul li:hover::before {
    top: 0;
}

.ChuangXin ul li:hover .changjing_text p {
    max-height: 200px;
    opacity: 1;
}

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

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

.XinWenIn_Swiper .swiper-slide {
    width: 100%;
    overflow: hidden;
    background: rgb(255, 255, 255);
}

.XinWenIn_Top {
    width: 100%;
    overflow: hidden;
    padding: var(--top40) var(--top50);
}

.XinWenIn_Top span {
    display: block;
    font-size: 28px;
    color: rgb(33, 33, 33);
    line-height: 1;
    font-family: 'z';
    padding-bottom: 20px;
    border-bottom: 1px solid rgb(230, 229, 229);
}

.XinWenIn_Top h2 {
    font-size: var(--size20);
    color: rgb(33, 33, 33);
    line-height: 1.3;
    margin-top: var(--top40);
    font-family: 'z';
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

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

.XinWenIn_Bottom p {
    font-size: var(--size18);
    color: rgb(152, 152, 152);
    line-height: 1.5;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    padding: 0 var(--top50);
    margin: 0 0 var(--top40);
}

.XinWenIn_Bottom img {
    width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
    display: none;
}
.XinWenIn_Swiper .swiper-slide:hover{
    background: rgb(0, 77, 208);
}
.XinWenIn_Swiper .swiper-slide:hover *{
    color: #ffffff;
}
.XinWenIn_Max {
    width: 100%;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: var(--top50);
    margin-top: var(--top60);
}

.XinWenIn_Max .swiper-button-next,
.XinWenIn_Max .swiper-button-prev {
    width: 50px;
    height: 50px;
    background: rgb(219, 219, 219);
    border-radius: 50%;
    position: static;
    inset: 0;
    margin: 0;
}

.XinWenIn_Max .swiper-button-next::after,
.XinWenIn_Max .swiper-button-prev::after {
    font-size: var(--size20);
    color: #ffffff;
    font-weight: bold;
}

.XinWenIn_Max .swiper-button-next:hover,
.XinWenIn_Max .swiper-button-prev:hover {
    background: rgb(0, 85, 184);
}


.Lianxi {
    width: var(--max);
    margin: auto;
     margin-top: -7vw;
     margin-bottom: var(--top50);
    position: relative;
    z-index: 99;
  background: #ffffff;
    box-shadow: 0px 0px 15px 5px #00000020;
   
}

.Lianxi ul{
    width: 100%;
    overflow: hidden;
    margin: auto;
    display: flex;
    justify-content: space-between;

        background: rgb(0, 77, 208);
  
}
.Lianxi ul li{
    width: 100%;
    overflow: hidden;
    padding: var(--top60) var(--top30);
    background: #ffffff;
}
.Lianxi ul li:last-child{
    background: transparent;
    color: #ffffff;
}
.Lianxi_max {
    width: var(--max);
    overflow: hidden;
    margin: auto;
}

.Lianxi_max>h2 {
    font-size: var(--size20);
    color: rgb(0, 77, 208);
    font-family: 'bold';
}
.Lianxi_max>h2::after{
    content: "";
    width: 80px;
    height: 2px;
    margin-top: var(--top30);
    background: #00000020;
    display: block;
}

.Lianxi_Text{
    width: 100%;
    margin-top: var(--top30);
    font-size: var(--size14);
    color: #00000060;
    line-height: 2;
}
.Lianxi_data {
    width: 100%;
    overflow: hidden;
    margin-top: var(--top30);
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: var(--top50);
}

.Lianxi_list {
    flex: 1;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}

.Lianxi_list img {
    width: 20px;
    height: 20px;
    object-fit: contain;
}

.Lianxi_text {
    flex: 1;
    margin-left: 10px;
}

.Lianxi_text h2 {
    font-size: var(--size18);
    color: rgb(33, 33, 33);
    line-height: 20px;
    font-family: 'bold';
}

.Lianxi_text p {
    font-size: var(--size14);
    color: rgb(102, 102, 102);
    margin-top: 10px;
}

.Liuyan {
    width: 100%;
    overflow: hidden;
    background: rgb(248, 249, 253);
}

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

.Liuyan_left {
    flex: 1;
    margin-right: 20px;
}

.Liuyan_left h2 {
    font-size: var(--size30);
    color: rgb(33, 33, 33);
    font-family: 'bold';
}

.Liuyan_left p {
    font-size: var(--size16);
    color: rgb(102, 102, 102);
    margin-top: var(--top20);
}

.Liuyan_max form {
    width: 68%;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: var(--top20);
}

.Liuyan_max form input {
    width: 100%;
    height: 50px;
    background: rgb(255, 255, 255);
    border: 1px solid rgb(230, 230, 230);
    font-size: var(--size14);
    color: rgb(152, 152, 152);
    padding: 0 var(--top20);
}

.Liuyan_max form input:nth-child(-n+2) {
    width: calc(50% - 10px);
}

.Liuyan_max form textarea {
    width: 100%;
    height: 200px;
    background: rgb(255, 255, 255);
    border: 1px solid rgb(230, 230, 230);
    font-size: var(--size16);
    color: rgb(152, 152, 152);
    padding: var(--top20);
    resize: none;
    font-family: 'm';
}

.Liuyan_max form input.submit {
    background: rgb(0, 77, 208);
    border: 1px solid rgb(0, 77, 208);
    color: rgba(255, 255, 255, 0.8);
    cursor: pointer;
}

.Youshi {
    width: 100%;
    overflow: hidden;
    position: relative;
    padding: var(--top80) 0;
}

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

.Nei p {
    font-size: var(--size24);
    color: rgb(239, 238, 238);
    font-family: 'bold';
    line-height: 1;
    text-align: center;
}

.Nei h2 {
    font-size: var(--size30);
    color: rgb(0, 77, 208);
    font-family: 'bold';
    line-height: 1;
    text-align: center;
    margin-top: -10px;
}

.Youshi_max {
    width: 100%;
    overflow: hidden;
    margin-top: var(--top80);
    position: relative;
}

.Youshi_max::after {
    content: "";
    width: 100%;
    height: 250px;
    background: rgb(248, 249, 253);
    position: absolute;
    top: 50%;
    left: 0%;
    transform: translateY(-50%);
}

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

.Youshi_list {
    width: 100%;
    transition: auto;
    position: relative;
    padding: var(--top50) 0;
    z-index: 5;
}

.Youshi_left {
    width: 580px;
    overflow: hidden;
    box-shadow: -6px 6px 24px 0px rgba(0, 85, 184, 0.06);
    background: rgb(255, 255, 255);
    padding: var(--top80) var(--top60);
    position: relative;
    z-index: 5;
}

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

.Youshi_list img {
    width: calc(100% - 500px);
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    object-fit: cover;
}

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

.Youshi_text p {
    font-size: var(--size16);
    color: rgb(102, 102, 102);
    position: relative;
    padding-left: 15px;
}

.Youshi_text p::after {
    content: "";
    width: 6px;
    height: 6px;
    background: rgb(0, 77, 208);
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 0%;
    transform: translateY(-50%);
}

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

.Youshi_bottom i {
    width: 100%;
    position: relative;
}
.hengxian{
    height: 2px;
    background: rgb(0, 77, 208);;
    display: block;
}
.Youshi_bottom i::before{
     content: "";
     width: 100%;
     height: 2px;
     background: #00000020;
     position: absolute;
     top: 0;
     left: 0;
     z-index: 2;
}
.Youshi_bottom i::after {
    content: "";
    width: 10px;
    height: 10px;
    background: rgb(0, 77, 208);
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 0%;
    transform: translateY(-50%);
    z-index: 5;
}

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

.Youshi_bottom ul li {
    flex: 1;
    text-align: center;
    font-size: var(--size20);
    color: rgb(86, 86, 86);
    cursor: pointer;
}

.Youshi_bottom ul li.Youshi_nav {
    color: rgb(0, 77, 208);
}

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

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

.Jihua_max h2 {
    text-align: center;
    font-size: var(--size24);
    color: rgb(33, 33, 33);
    font-family: 'bold';
}

.Jihua_max p {
    font-size: var(--size16);
    color: rgb(102, 102, 102);
    text-align: center;
    margin-top: 10px;
}

.Jihua_max a {
    display: block;
    width: max-content;
    margin: auto;
    margin-top: 15px;
    line-height: 3;
    border: 1px solid rgb(0, 103, 227);
    font-size: var(--size16);
    color: rgb(0, 103, 227);
    padding: 0 40px;
    border-radius: 2px;
}

.Lan {
    width: 100%;
    overflow: hidden;
    background: rgb(248, 249, 253);
}

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

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

.Huodong_Swiper .swiper-slide {
    width: 100%;
    overflow: hidden;
}

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

.Huodong_Swiper .swiper-slide h2 {
    text-align: center;
    font-size: var(--size18);
    color: rgb(33, 33, 33);
    font-family: 'bold';
    margin-top: var(--top20);
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.Huodong_Swiper .swiper-slide p {
    text-align: center;
    font-size: var(--size14);
    color: rgb(102, 102, 102);
    line-height: 1.5;
    margin-top: 10px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.Mianbai {
    width: 100%;
    overflow: hidden;
    background: rgba(0, 77, 208, 0.8);
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 55;
    border-bottom: 5px solid #ffffff;
}

.Mianbai ul {
    width: var(--max);
    overflow: hidden;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
}

.Mianbai ul li {
    width: max-content;
    font-size: var(--size16);
    color: rgb(255, 255, 255);
    line-height: 60px;
}

.Mianbai ul li a {
    display: block;
    width: max-content;
    padding: 0 var(--top60);
}

.Mianbai ul li.Mianbai_nav {
    background: rgb(255, 255, 255);
    color: rgb(0, 77, 208);
    clip-path: polygon(10% 0%, 100% 0%, 90% 100%, 0% 100%);
}

.Show {
    width: var(--max);
    overflow: hidden;
    margin: var(--top80) auto;
    border-top: 1px solid rgb(230, 230, 230);
    border-bottom: 1px solid rgb(230, 230, 230);
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.Show_left {
    width: 35%;
    overflow: hidden;
}

.Show_text {
    width: 100%;
    overflow: hidden;
    padding: var(--top60) var(--top40);
    border-bottom: 1px solid rgb(230, 230, 230);
}

.Show_text h2 {
    font-size: var(--size24);
    color: rgb(0, 77, 208);
    font-family: 'bold';
}

.Show_text p {
    font-size: var(--size14);
    color: rgb(152, 152, 152);
    margin-top: var(--top50);
}

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

.prev a {
    width: 100%;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    padding: var(--top40);
    border-top: 1px solid rgb(230, 230, 230);
}

.prev a span {
    font-size: var(--size16);
    color: rgb(152, 152, 152);
    line-height: 1.5;
}

.prev a p {
    flex: 1;
    margin-left: var(--top50);
    font-size: var(--size16);
    color: rgb(152, 152, 152);
    line-height: 1.5;
}

.prev a:hover * {
    color: rgb(0, 77, 208);
}

.Show_left>a {
    display: block;
    width: max-content;
    line-height: 56px;
    border: 1px solid rgb(102, 102, 102);
    padding: 0 var(--top40);
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 10px;
    font-size: var(--size16);
    color: rgb(102, 102, 102);
    margin-top: var(--top80);
    margin-left: var(--top40);
}

.Show_left>a svg {
    width: 20px;
    height: auto;
}

.Show_right {
    width: 65%;
    overflow: hidden;
    font-size: var(--size14);
    color: rgb(102, 102, 102);
    line-height: 2;
    padding: var(--top60) var(--top40);
    border-left: 1px solid rgb(230, 230, 230);
}

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

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


.ZHaoPin table {
    width: 100%;
    overflow: hidden;
    margin-top: var(--top60);
    background: rgb(255, 255, 255);
    border: 1px solid rgb(230, 230, 230);
    position: relative;
    z-index: 5;
}

.ZHaoPin table tr {
    border-top: 1px solid rgb(230, 230, 230);
}

.ZHaoPin table tr th {
    padding: var(--top30) 15px;
    color: #ffffff;
    background: rgb(0, 77, 208);
}

.ZHaoPin table tr th:hover a {
    color: rgb(0, 77, 208);
}

.ZHaoPin table td {
    padding: var(--top30) 15px;
    font-size: var(--size16);
    color: rgb(33, 33, 33);
    text-align: center;
}

.ZHaopin_shan {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: var(--top30);
    margin-top: var(--top60);
    position: relative;
    z-index: 99;
}

#type-filter-container {
    flex: 1;
    display: flex;
    justify-content: space-between;
    gap: var(--top30);
}

.filter {
    width: 100%;
    position: relative;
}

.radio_list {
    width: 100%;
    box-sizing: border-box;
    border: 1px solid rgb(235, 235, 235);
    border-radius: 60px;
    background: rgb(255, 255, 255, 0.9);
    padding: 0 var(--top30);
    position: relative;
}

.radio_list h4 {
    width: 100%;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    font-size: var(--size16);
    color: rgb(102, 102, 102);
    line-height: 60px;
}

.radio_list svg {
    width: var(--size16);
    height: auto;
}

.radio_wrapper {
    width: 100%;
    position: absolute;
    top: 110%;
    left: 0;
    background: #ffffff;
    border: 1px solid #00000020;
    border-radius: 5px;
    z-index: 995;
    display: none;
    transition: auto;
    padding: 10px 0;
}

.InChanPin_radio {
    width: 100%;
    overflow: hidden;
    position: relative;
    padding: 5px 15px;
    cursor: pointer;
}

.InChanPin_radio:hover {
    background: #00000020;
}

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

.InChanPin_radio label {
    font-size: var(--size14);
    color: #00000080;
}

.SuoSoua {
    width: 450px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    box-sizing: border-box;
    border: 1px solid rgb(235, 235, 235);
    border-radius: 60px;
    background: rgb(255, 255, 255, 0.9);
}

#search-title {
    flex: 1;
    height: 60px;
    font-size: var(--size16);
    color: rgb(152, 152, 152);
    padding: 0 var(--top30);
}

#search-button {
    width: 120px;
    background: rgb(0, 77, 208);
    border-radius: 60px;
    height: 60px;
    font-size: var(--size16);
    color: rgb(255, 255, 255);
    cursor: pointer;
    border: transparent;
}

#container>p {
    width: 100%;
    margin: 30px auto;
    font-size: var(--size16);
    color: red;
    text-align: center;
}

#pagination-controls {
    width: 100%;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-self: center;
    gap: 5px;
    margin-top: var(--top50);
}

#page-buttons {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 5px;
}

#pagination-controls button {
    width: max-content;
    height: 30px;
    padding: 0 10px;
    background: transparent;
    color: rgb(0, 77, 208);
    border: 1px solid rgb(0, 77, 208);
    font-size: 12px;
    line-height: 30px;
    cursor: pointer;
}

#page-buttons button[disabled] {
    background: rgb(0, 77, 208);
    color: #ffffff;
}

#pagination-controls input,
#pagination-controls select {
    width: 50px;
    height: 30px;
    background: transparent;
    border: 1px solid rgb(0, 77, 208);
    padding: 0 10px;
    font-size: 12px;
}

.Shijian {
    width: 20%;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    font-size: var(--size16);
    color: rgb(102, 102, 102);
    line-height: 60px;
    position: relative;
}

.Shijian input {
    box-sizing: border-box;
    height: 60px;
    border: 1px solid rgb(235, 235, 235);
    border-radius: 60px;
    background: rgb(255, 255, 255, 0.9);
    padding: 0 var(--top30);
}

.Shijian svg {
    width: var(--size16);
    height: auto;
    position: absolute;
    top: 50%;
    right: var(--top30);
    transform: translateY(-50%);
}

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

.Xinwen_max {
    width: 100%;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    flex-direction: row-reverse;
}

.Xinwen_max ul {
    width: 55%;
    overflow: hidden;
}

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

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

.Xinwen_max ul li a>p {
    font-size: var(--size16);
    color: rgb(152, 152, 152);
}

.Xinwen_text {
    flex: 1;
}

.Xinwen_text h2 {
    font-size: var(--size18);
    color: rgb(33, 33, 33);
}

.Xinwen_text p {
    font-size: var(--size16);
    color: rgb(152, 152, 152);
    margin-top: 10px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.Xinwen_max ul li a svg {
    width: 24px;
    height: auto;
}

.Xinwen_max ul li:hover .Xinwen_text h2,
.Xinwen_max ul li:hover .Xinwen_text p {
    color: rgb(0, 77, 208);
}

.Xinwen_max ul li:hover svg path {
    fill: rgb(0, 77, 208);
}

.Xinwen_left {
    width: 40%;
    overflow: hidden;
    display: grid;
    grid-template-columns: 1fr;
    gap: var(--top40);
}

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

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

.Xinwen_tui {
    width: 100%;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    gap: var(--top30);
    border-bottom: 1px solid rgb(230, 230, 230);
    padding: var(--top40) 0;
}

.Xinwen_tui>p {
    font-size: var(--size16);
    color: rgb(152, 152, 152);
}

.Xinwen_tui svg {
    width: 24px;
    height: auto;
}

.Xinwen_List:hover .Xinwen_text h2,
.Xinwen_List:hover .Xinwen_text p {
    color: rgb(0, 77, 208);
}

.Xinwen_List:hover svg path {
    fill: rgb(0, 77, 208);
}

.Guan_Mianbai {
    position: sticky;
    top: 80px;
    z-index: 99;
}

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

.Jianjie_left {
    width: 45%;
    overflow: hidden;
}

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

.Jianjie_left p {
    font-size: var(--size30);
    color: rgb(33, 33, 33);
    margin-top: var(--top30);
    line-height: 1.3;
}

.Jianjie_left_img {
    width: 500px;
    max-width: 100%;
    height: auto;
    margin-top: var(--top120);
    position: relative;
}
.Jianjie_left_img img{
    width: 100%;
    position: relative;
    z-index: 5;
}

.Jianjie_right {
    width: 45%;
    overflow: hidden;
}

.Jianjie_right p {
    font-size: var(--size16);
    color: rgb(102, 102, 102);
    line-height: 2;
}

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

.Jianjie_right ul li {
    width: 100%;
    overflow: hidden;
    background: rgb(255, 255, 255);
    padding: var(--top40) var(--top20);
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.Jianjie_right ul li img {
    width: 40px;
    height: auto;
}

.Jianjie_data {
    flex: 1;
    margin-left: var(--top30);
}

.Jianjie_data h2 {
    font-size: var(--size18);
    color: rgb(102, 102, 102);
}

.Jianjie_data p {
    font-size: var(--size30);
    color: rgb(0, 77, 208);
    font-family: 'bold';
}

.Jianjie_data p font {
    color: rgb(33, 33, 33);
}

.WenHaun {
    width: 100%;
    overflow: hidden;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

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

.WenHaun_max .Nei p {
    color: rgba(214, 214, 214, 0.2);
}

.WenHaun_max .Nei h2 {
    color: rgb(255, 255, 255);
}

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

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

.WenHaun_max ul img {
    width: 50px;
    height: auto;
    margin: auto;
}

.WenHaun_max ul li h1 {
    text-align: center;
    font-size: var(--size24);
    color: rgb(255, 255, 255);
    margin-top: var(--top40);
    font-family: 'bold';
}

.WenHaun_max ul li p {
    font-size: var(--size16);
    color: rgb(255, 255, 255);
    margin-top: var(--top20);
    text-align: center;
}

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

.DaShi .Nei p {
    color: rgb(214, 214, 214);
}

.DaShi .Nei h2 {
    color: rgb(33, 33, 33);
}

.DaShi_Swiper {
    width: 100%;
    
}
.DaShi_Swiper .swiper-slide{
    width: 100%;
    aspect-ratio: 4 / 3;
    display: flex;
    background: #ffffff;
}
.DaShi_Swiper img {
    max-width: 100%;
    max-height: 100%;
    margin: auto;
}
.DaShi_mini{
    width: 100%;
    margin-top: var(--top80);
    position: relative;
}
.DaShi_mini   .swiper-button-next,
.DaShi_mini  .swiper-button-prev {
    width: 50px;
    height: 50px;
    background: rgb(219, 219, 219);
    border-radius: 50%;

}
.DaShi_mini  .swiper-button-next{
    right: -70px;
}
.DaShi_mini  .swiper-button-prev{
    left: -70px;
}
.DaShi_mini  .swiper-button-next::after,
.DaShi_mini  .swiper-button-prev::after {
    font-size: var(--size20);
    color: #ffffff;
    font-weight: bold;
}

.DaShi_mini  .swiper-button-next:hover,
.DaShi_mini  .swiper-button-prev:hover {
    background: rgb(0, 85, 184);
}
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    


.DaShaai_mini{
    width: 100%;
    margin-top: var(--top80);
    position: relative;
}
.DaShaai_mini::after{
    content: "";
    width: 100%;
    height: 1px;
    background: rgb(255, 255, 255);
    position: absolute;
    bottom: 37px;
    left: 0;
}
.DaShaai_Max{
    width: var(--max);
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    position: relative;
}

.DaSa_Swiper {
    width: 100%;
    
}
.DaSa_Swiper .swiper-slide{
    width: 100%;
    font-size: var(--size24);
    color: rgb(255, 255, 255);
    font-family: 'bold';
    text-align: center;
    padding-bottom: 110px;
    position: relative;
}
.DaSa_Swiper .swiper-slide img{
    width: 150px;
    height: auto;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%) scale(0);
    z-index: 55;
}
.DaSa_Swiper .swiper-slide-next img{
    transform: translateX(-50%) scale(1);
}
.DaSa_Swiper .swiper-slide::after{
    content: "";
    width: 24px;
    aspect-ratio: 4 / 4;
    background: url(../images/quan.png) no-repeat center center / 100% 100%;
    position: absolute;
    bottom: 25px;
    left: 50%;
    transform: translateX(-50%);
}




.DaShaai_Max   .swiper-button-next,
.DaShaai_Max  .swiper-button-prev {
    width: 50px;
    height: 50px;
    background: rgb(219, 219, 219);
    border-radius: 50%;
    top: auto;
    bottom: 11px;
    z-index: 99;

}
.DaShaai_Max  .swiper-button-next{
    right: -70px;
}
.DaShaai_Max  .swiper-button-prev{
    left: -70px;
}
.DaShaai_Max  .swiper-button-next::after,
.DaShaai_Max  .swiper-button-prev::after {
    font-size: var(--size20);
    color: #ffffff;
    font-weight: bold;
}

.DaShaai_Max  .swiper-button-next:hover,
.DaShaai_Max  .swiper-button-prev:hover {
    background: rgb(0, 85, 184);
}














.DaShiJian {
    width: 100%;
    overflow: hidden;
    background: url(../images/beijing1.png) no-repeat bottom center / cover;
}
.DaShiJian_max{
    width: 100%;
    overflow: hidden;
    margin: var(--top80) auto;
}

.DaShiJian_max .Nei p {
    color: rgba(255, 255, 255, 0.4);
}

.DaShiJian_max .Nei h2 {
    color: rgba(255, 255, 255);
}

.Shijian_Swiper {
    width: var(--max);
    overflow: hidden;
    margin: auto;
    margin-top: var(--top100);
}
.Shijian_Swiper .swiper-slide{
    width: 100%;
    overflow: hidden;
    background: rgba(102, 153, 235, 0.8);
    padding: var(--top40);
}
.Shijian_Swiper .swiper-slide p{
    font-size: var(--size18);
    color: rgb(255, 255, 255);
}

















.ChanPin {
    width: var(--max);
    margin:   calc(var(--top80) + 80px) auto 0;
    
    padding-bottom: var(--top80);
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    background: rgb(248, 249, 253) url(../images/beijing3.png) no-repeat bottom center / 100% auto;
}


.ChanPin_left {
    width: 290px;
    overflow: hidden;
}

.ChanPin_left ul {
    width: 100%;
    overflow: hidden;
    border: 1px solid #ffffff;
}

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

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

.ChanPin_top {
    width: 100%;
    overflow: hidden;
    line-height: 60px;
    background: rgb(255, 255, 255);
    padding: 0 var(--top30);
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}

.ChanPin_ynoi {
    backdrop-filter: blur(6px);
    background: linear-gradient(90.00deg, rgb(0, 77, 208), rgb(116, 190, 249) 100%);
}

.ChanPin_top a {
    font-size: var(--size18);
    color: rgb(33, 33, 33);
}

.ChanPin_top svg {
    width: 12px;
    height: auto;
}

.ChanPin_ynoi {
    backdrop-filter: blur(6px);
    background: linear-gradient(90.00deg, rgb(0, 77, 208), rgb(116, 190, 249) 100%);
}

.ChanPin_ynoi a {
    color: #ffffff;
}

.ChanPin_ynoi svg {
    transform: rotate(180deg);
}

.ChanPin_ynoi svg path {
    fill: #ffffff;
}

.ChanPin_bottom {
    width: 100%;
    overflow: hidden;
    transition: auto;
    display: none;
}

.ChanPin_bottom a {
    display: block;
    width: 100%;
    line-height: 60px;
    padding-left: var(--top40);
    font-size: var(--size16);
    color: rgb(102, 102, 102);
    border-left: 4px solid transparent;
}

.ChanPin_bottom a.ChanPin_Nav {
    background: rgb(241, 245, 252);
    border-left: 4px solid rgb(0, 77, 208);
}


.ChanPin_right {
    flex: 1;
    margin-left: 100px;
    position: relative;
    z-index: 5;
}

.ChanPin_right::after {
    content: "";
    width: 200%;
    height: 200%;
    background: #ffffff00;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -50px;
}

.ChanPin_right ul {
    width: 100%;
    overflow: hidden;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: var(--top20);
    border-top: 1px solid rgb(230, 230, 230);
    padding-top: var(--top50);
    margin-top: var(--top80);
    position: relative;
    z-index: 5;
}

.ChanPin_right ul li {
    width: 100%;
    overflow: hidden;
    background: rgb(248, 249, 253);
    border-radius: 4px;
    padding: var(--top30);
      border: 1px solid #ffffff;
}

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

.ChanPin_right ul li a {
    width: max-content;
    display: block;
    margin-top: var(--top20);
    line-height: 42px;
    border: 1px solid rgb(0, 77, 208);
    padding: 0 20px;
    font-size: var(--size14);
    color: rgb(0, 77, 208);
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 10px;
    cursor: pointer;
}

.ChanPin_right ul li a svg {
    width: 14px;
    height: auto;
}

.ChanPin_right ul li:hover h2 {
    color: rgb(0, 77, 208);
}

.ChanPin_right ul li a:hover  {
    background: rgb(0, 77, 208);
    color: #ffffff;
    
}
.ChanPin_right ul li:hover{
    border: 1px solid #004DD0;
} 
.ChanPin_right ul li a:hover  svg path {
    fill: #ffffff;
}

.ChanPin_mom {
    width: 100%;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    position: relative;
    z-index: 5;
    /*border: 1.5px solid #ffffff;*/
}

.ChanPin_mom_lef {
    width: 55%;
    overflow: hidden;
}

.ChanPin_mom_lef h2 {
    font-size: var(--size36);
    color: rgb(0, 77, 208);
    font-family: 'bold';
    line-height: 1.2;
}

.ChanPin_mom_lef span {
    display: block;
    font-size: var(--size18);
    color: rgb(33, 33, 33);
    margin-top: var(--top50);
}

.ChanPin_mom_lef p {
    font-size: var(--size16);
    color: rgb(102, 102, 102);
    line-height: 1.7;
    margin-top: 15px;
}

.ChanPin_mom_Right {
    width: 40%;
    overflow: hidden;
}

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


.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(0, 77, 208);
    border: 1px solid rgb(0, 77, 208);
    ;
    line-height: 1;
    background: #fff;
}

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

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

.footer {
    width: 100%;
    overflow: hidden;
    background:rgb(0, 85, 184);
}

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

.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(--size16);
    color: rgb(255, 255, 255);
    font-family: 'z';
}

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

.footer_ul ul {
    width: 100%;
    overflow: hidden;
    display: grid;
    grid-template-columns: 1fr;
}

.footer_ul ul li {
    font-size: var(--size16);
    color: #ffffff;
    line-height: 1;
    margin-top: var(--top30);
}
.footer_ul ul li:hover{
    color: #fff;
    border-bottom: 1px #fff solid;
}
.footer_ul {
    width: max-content;
    overflow: hidden;
}

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

.fooetr_LianxI h2 {
    font-size: var(--size16);
    color: rgb(255, 255, 255);
    font-family: 'z';
}

.fooetr_LianxI ul {
    width: 100%;
    overflow: hidden;
    display: grid;
    grid-template-columns: 1fr;
}

.fooetr_LianxI ul li {
    font-size: var(--size16);
    color: #ffffff;
    line-height: 1.5;
    margin-top: var(--top30);
    display: flex
;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: center;
    align-items: center;
    gap: 10px;
}
.fooetr_LianxI ul li img{
    max-width: 18px;
    height: auto;
}
.fooetr_LianxI ul li span{
    display: block;
    flex: 1;
}
.fooetr_Logo {
    width: 240px;
    overflow: hidden;
}

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

.fooetr_Logo ul {
    width: 100%;
    overflow: hidden;
    margin: var(--top40) 0;
    display: flex;
    justify-content: flex-end;
}

.fooetr_Logo ul li {
    width:80px;
    overflow: hidden;
    margin-left: var(--top40)
}

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

.fooetr_Logo ul li h2 {
    text-align: center;
    font-size: var(--size14);
    color: rgb(255, 255, 255);
    margin-top: 10px;
}

.TiaoZhuan {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: var(--top40);
}

.TiaoZhuan_list {
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}


.TiaoZhuan_list a img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}
.TiaoZhuan_list>img{
    width: 90px;
    height: auto;
    position: absolute;
    bottom: 40px;
    left: 50%;
    transform: translateX(-50%) scale(0);
    transform-origin: bottom center;
}
.TiaoZhuan_list:hover>img{
      transform: translateX(-50%) scale(1);
}
.beian {
    width: 100%;
    overflow: hidden;
    border-top: 1px solid rgba(255, 255, 255, 0.3);
}

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

.beian_max p {
    font-size: var(--size14);
    color: rgb(255, 255, 255);
}


.Tanchu {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    background: rgba(0, 0, 0, 0.6);
    display: none;
    transition: auto;
}

.Tanchu_max {
    width: 800px;
    max-width: calc(100% - 30px);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 6px;
    background: linear-gradient(180.00deg, rgb(255, 255, 255), rgb(235, 239, 251) 100%);
}

.Tanchu_max svg {
    position: absolute;
    top: var(--top30);
    right: var(--top30);
    cursor: pointer;
    z-index: 9;
    cursor: pointer;
}

.Tanchu_top {
    width: 100%;
    overflow: hidden;
    background: url(../images/beijing2.png) no-repeat bottom center/ cover;
    font-size: var(--size24);
    color: rgb(33, 33, 33);
    font-family: 'bold';
    padding: var(--top40) var(--top20);
    text-align: center;
}

.Tanchu_mom {
    width: 100%;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: var(--top40);
}

.Tanchu_left {
    width: 40%;
    box-sizing: border-box;
    border: 1px solid rgb(233, 236, 248);
    border-radius: 6px;
    background: linear-gradient(180.00deg, rgb(238, 241, 251), rgba(255, 255, 255, 0.12) 100%);
    padding: var(--top30) var(--top60);
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
}
.Tanchu_left img{
    width: 160px;
    max-width: 100%;
    margin: auto;
    height: auto;
    padding: 15px;
    background: #ffffff;
}
.Tanchu_left h2{
    width: 100%;
    text-align: center;
    font-size: var(--size16);
    color: rgb(33, 33, 33);
    margin-top: var(--top30);
}
.Tanchu_right {
    width: 58%;
    box-sizing: border-box;
    border: 1px solid rgb(233, 236, 248);
    border-radius: 6px;
    background: linear-gradient(180.00deg, rgb(238, 241, 251), rgba(255, 255, 255, 0.12) 100%);
    padding: var(--top60) var(--top30);
}
.Tanchu_right form{
    width: 100%;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    gap: var(--top30);
}
.Tanchu_right form label{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    gap: 15px;
}
.Tanchu_right form label p{
    width: max-width;
    font-size: var(--size14);
    color: #000000;
}
.Tanchu_right form input{
    flex: 1;
    height: 60px;
    border-bottom: 1px solid rgb(102, 102, 102);
    font-size: var(--size14);
    color: rgb(152, 152, 152);
}
.Tanchu_right form input.submit{
    width: 150px;
    height: 46px;
    background: rgb(0, 77, 208);
    font-size: var(--size16);
    color: rgba(255, 255, 255, 0.8);
    cursor: pointer;
}


.fixed,.hertre_chan {
    background: #ffffff;
    backdrop-filter: blur(10px);
    box-shadow: 0px 0px 10px 5px #00000020;
}
.fixed .nav ul li,
.hertre_chan .nav ul li{
    color: #000000;
}
.fixed svg path,
.hertre_chan svg path{
    fill: #000000;
}
.fixed .SuoSou,
.hertre_chan .SuoSou{
    border-right: 1px solid #000;
}
.fixed .nav ul li.nav_cen,
.hertre_chan .nav ul li.nav_cen{
    color: rgb(0, 77, 208)
}

.fixed .En_Nav,
.hertre_chan .En_Nav{
    color: #000;
    background: url(../images/hei2.png) no-repeat left center / var(--size20) auto;
}
.fixed .En_Nav::after,
.hertre_chan .En_Nav::after{
    background: url(../images/hei1.png) no-repeat center / 100% 100%;
}
.fixed .logo img:nth-child(1),
.hertre_chan .logo img:nth-child(1){
    display: none;
}
.fixed .logo img:nth-child(2),
.hertre_chan .logo img:nth-child(2){
    display: block;
}
.fixed .nav ul li::after,
.hertre_chan .nav ul li::after{
    background: rgb(0, 77, 208);
}
.nixjs_max{
    width: var(--max);
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.nixjs ul{
    width: max-content;
    margin: 0;
}
.nixjs form{
    width: 400px;
    height: 36px;
    border: 1px solid rgba(255, 255, 255, 0.6);
    border-radius: 36px;
    position: relative;
}
.nixjs form input{
    width: 100%;
    height: 36px;
    border: transparent;
    font-size: var(--size14);
    color: rgb(255, 255, 255);
    padding: 0 var(--top30);
}
.nixjs form button{
    width: 20px;
    height: 20px;
    background: transparent;
    border: transparent;
    position: absolute;
    top: 50%;
    right: var(--top30);
    transform: translateY(-50%);
}
.nixjs  form svg{
    width: 100%;
    height: auto;
    display: block;
}
#map{
    width: 100%;
    height: 500px;
    font-size: 12px;
    transition: auto;
    opacity: 0.7;

    z-index: 66 !important;
}
#map *{
    transition: auto;
}
 .BMapLabel {
        background-color: #3bb034 !important;
        border: none !important;
        padding: 5px 10px !important;
        border-radius: 30px;
        color: #fff !important;
    }
    
    

    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    