:root {
    --max: 1200px;
    --size14: 14px;
    --size16: 16px;
    --size18: 18px;
    --size20: 20px;
    --size24: 24px;
    --size30: 30px;
    --size36: 36px;
    --size40: 40px;
    --size46: 46px;
    --size50: 50px;
    --size56: 56px;
    --size60: 60px;

    --top20: 20px;
    --top30: 30px;
    --top40: 40px;
    --top50: 50px;
    --top60: 60px;
    --top80: 80px;
    --top100: 100px;
    --top120: 120px;
}

/* @font-face {
    font-family: "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");
} */

@font-face {
    font-family: "s";
    src: local("Source Han Sans CN Regular"), local("Arial"), local("Helvetica"), local("sans-serif");
    font-weight: normal;
}

@font-face {
    font-family: "z";
    src: local("Source Han Sans CN Bold"), local("Arial"), local("Helvetica"), local("sans-serif");
    font-weight: bold;
}

@font-face {
    font-family: "b";
    src: local("Source Han Sans CN Heavy"), local("Arial"), local("Helvetica"), local("sans-serif");
    font-weight: 900;
}


body {
    font-family: "s";
}

.hertre {
    width: 100%;
    z-index: 999;
    height: 100px;
    position: relative;
    background: #fff;
}

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

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

}

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

.nav {
    width: max-content;
}

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

.nav ul li {
    font-size: var(--size18);
    color: rgb(51, 51, 51);
    text-align: center;
    position: relative;
}

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


.nav ul li.nav_cen {
    color: rgb(0, 120, 255);
}

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

/* .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: #000000;
    transition: transform 500ms cubic-bezier(0.4, 0, 0.2, 1), stroke-dasharray 500ms cubic-bezier(0.4, 0, 0.2, 1), stroke-dashoffset 500ms cubic-bezier(0.4, 0, 0.2, 1);
}

.container path:nth-child(1) {
    transform-origin: 36% 40%;
}

.container path:nth-child(2) {
    stroke-dasharray: 29 299;
}

.container path:nth-child(3) {
    transform-origin: 35% 63%;
}

.container path:nth-child(4) {
    stroke-dasharray: 29 299;
}

.container path:nth-child(5) {
    transform-origin: 61% 52%;
}

.container path:nth-child(6) {
    transform-origin: 62% 52%;
}

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

.mySwiper .swiper-pagination {
    bottom: var(--top30) !important;
}

.mySwiper .swiper-pagination-bullet {
    width: 20px;
    height: 8px;
    opacity: 1;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.5);
}

.mySwiper .swiper-pagination-bullet-active {
    background: #fff;
}

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

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

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

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

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

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

.LianXi_Form h2 {
    font-size: var(--size36);
    color: rgb(249, 154, 16);
    text-align: center;
    line-height: 1;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 10px;
    font-family: 'b';
}

.LianXi_Form h2::after,
.LianXi_Form h2::before {
    content: "";
    width: 46px;
    height: 6px;
    background: #0078ff;
    display: block;
}

.LianXi_Form p {
    font-size: var(--size20);
    color: rgb(29, 54, 81, 0.45);
    text-align: center;
    margin-top: 15px;
    font-family: 'z';
}

.LianXi_Form form {
    width: 100%;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: var(--top30);
    margin-top: var(--top50);
}

.LianXi_Form form input {
    width: 100%;
    height: 48px;
    font-size: var(--size14);
    color: rgb(221, 227, 234);
    padding: 0 var(--top20);
    box-sizing: border-box;
    border: 1px solid rgb(186, 201, 217);
    background: rgb(255, 255, 255);
}
.LianXi_Form form textarea:focus,
.LianXi_Form form input:focus {
    color: #000000;
}
.LianXi_Form form input:nth-child(-n+2) {
    width: calc(50% - 15px);
}

.LianXi_Form form textarea {
    width: 100%;
    height: 240px;
    font-size: var(--size14);
    color: rgb(221, 227, 234);
    padding: 15px var(--top20);
    box-sizing: border-box;
    border: 1px solid rgb(186, 201, 217);
    background: rgb(255, 255, 255);
    resize: none;
    font-family: 's';
}

.LianXi_Form form input.submit {
    width: 116px;
    background: rgb(18, 128, 252);
    border-radius: 46px;
    cursor: pointer;
    color: rgb(255, 255, 255);
    border: transparent;
}

.layui-layer {
    transition: auto;
}

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

#allmap {
    width: 100%;
    height: 480px;
}

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

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

.LianXi_Map>p {
    width: 100%;
    margin-top: var(--top20);
    font-size: var(--size20);
    color: rgb(0, 120, 255);
    background: url(../images/dingwei.png) no-repeat left center / 16px auto;
    padding-left: 25px;
}

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

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

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

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

.MoShi ul li img {
    width: calc(50% - 20px);
    object-fit: cover;
    border-radius: 10px;
}

.MoShi_text {
    width: calc(50% - 20px);
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
}

.MoShi_text h2 {
    width: max-content;
    overflow: hidden;
    font-size: var(--size30);
    background: linear-gradient(to right, #faae6a, #eb9313);
    color: transparent;
    -webkit-background-clip: text;
    font-family: 'z';
    position: relative;
    padding-left: 15px;
    line-height: 1;
}

.MoShi_text h2::after {
    content: "";
    width: 4px;
    height: var(--size30);
    background: rgb(0, 120, 255);
    border-radius: 4px;
    position: absolute;
    top: 0;
    left: 0;
}

.MoShi_text p {
    font-size: var(--size20);
    color: rgb(102, 102, 102);
    line-height: 1.8;
    margin-top: var(--top30);
    padding-left: 15px;
}

.ChangJing {
    width: 1200px;
    max-width: calc(100% - 60px);
    margin: var(--top60) auto;
}

.ChangJing ul {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr;
    gap: var(--top60);
}

.ChangJing ul li {
    width: 100%;
    position: relative;
}

.ChangJing ul li>img {
    width: 100%;
    height: auto;
    margin-top: var(--top60);
    position: relative;
    z-index: 2;
}

.N {
    font-size: 130px;
    color: rgb(166, 193, 222, 0.4);
    line-height: 1;
    position: absolute;
    top: 0;
    left: -47px;
    font-family: fantasy;
}

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

.ChangJing_Mom {
    width: 100%;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: var(--top60);
}

.ChangJing_Mom h2 {
    width: max-content;
    overflow: hidden;
    font-size: var(--size30);
    background: linear-gradient(to right, #faae6a, #eb9313);
    color: transparent;
    -webkit-background-clip: text;
    font-family: 'b';
    position: relative;
    padding-left: 15px;
    line-height: 1;
}

.ChangJing_Mom h2::after {
    content: "";
    width: 4px;
    height: var(--size30);
    background: rgb(0, 120, 255);
    border-radius: 4px;
    position: absolute;
    top: 0;
    left: 0;
}

.ChangJing_Mom span {
    display: block;
    font-size: var(--size20);
    color: rgb(172, 183, 195);
    font-family: 'z';
}

.ChangJing_text p {
    font-size: var(--size20);
    color: rgb(102, 102, 102);
    line-height: 1.8;
    margin-top: var(--top30);
    padding-left: 15px;
}

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

.ZuTu img {
    width: 100%;
    object-fit: cover;
    border-radius: 5px;
}

.Nwmes ul {
    margin-top: var(--top100);
}


.Gg {
    font-size: 2.5vw;
    color: rgb(0, 120, 255);
    font-family: 'z';
    line-height: 1;
    text-align: center;
    -webkit-box-reflect: below 2px linear-gradient(transparent, rgba(0, 0, 0, .20));
}

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

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

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

.GOngneng {
    width: 100%;
    overflow: hidden;
    background: #f7fbff;
}

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

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

.GOngneng_jIben>h2 {
    writing-mode: vertical-lr;
    border-radius: 4px;
    background: linear-gradient(104.57deg, rgb(255, 173, 90) 34.387%, rgb(255, 173, 90) 34.974%, rgb(255, 152, 47) 65.613%);
    line-height: 44px;
    min-height: 300px;
    text-align: center;
    font-size: var(--size18);
    color: rgb(255, 255, 255);
    letter-spacing: 3px;
}

.GOngneng_jIben ul {
    flex: 1;
    margin-left: var(--top30);
    display: flex;
    justify-content: space-between;
    gap: var(--top30);
}

.GOngneng_jIben ul li {
    width: 100%;
    overflow: hidden;
    background: rgba(255, 152, 47, 0.08);
    border-radius: 4px;
    min-height: 320px;
}

.GOngneng_jIben ul li h2 {
    text-align: center;
    border-radius: 4px;
    background: linear-gradient(175.43deg, rgb(255, 152, 47, 0.2) 35.93%, rgb(249, 213, 177, 0.2) 63.541%, rgb(249, 213, 177, 0.2) 64.07%);
    font-size: var(--size18);
    color: rgb(187, 107, 25);
    text-align: center;
    line-height: 40px;
    font-family: 'z';
}

.GOngneng_jIben_List {
    width: 100%;
    overflow: hidden;
    padding: 15px;
    margin-top: 10px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px 10px;
}

.GOngneng_jIben_List p {
    font-size: var(--size16);
    color: rgb(87, 65, 42);
    line-height: 1.3;
}


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

.GOngneng_jIanmo>h2 {
    writing-mode: vertical-lr;
    border-radius: 4px;
    background: linear-gradient(104.57deg, rgb(111, 168, 252) 34.387%, rgb(111, 168, 252) 34.974%, rgb(0, 120, 255) 65.613%);
    line-height: 44px;
    min-height: 300px;
    text-align: center;
    font-size: var(--size18);
    color: rgb(255, 255, 255);
    letter-spacing: 3px;
}

.GOngneng_jIanmo ul {
    flex: 1;
    margin-left: var(--top30);
    display: flex;
    justify-content: space-between;
    gap: var(--top30);
}

.GOngneng_jIanmo ul li {
    width: 100%;
    overflow: hidden;
    background: rgba(46, 143, 255, 0.08);
    border-radius: 4px;
    min-height: 320px;
}

.GOngneng_jIanmo ul li h2 {
    text-align: center;
    border-radius: 4px;
    background: linear-gradient(104.57deg, rgb(111, 168, 252, 0.2) 34.387%, rgb(111, 168, 252, 0.2) 34.974%, rgb(0, 120, 255, 0.2) 65.613%);
    font-size: var(--size18);
    color: rgb(24, 100, 186);
    text-align: center;
    line-height: 40px;
    font-family: 'z';
}

.GOngneng_jIanmo_List {
    width: 100%;
    overflow: hidden;
    padding: 15px;
    margin-top: 10px;
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px 10px;
}

.GOngneng_jIanmo_List p {
    font-size: var(--size16);
    color: rgb(42, 63, 87);
    line-height: 1.3;
    text-align: center;
}

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

.GOngneng_Mokuan>h2 {
    writing-mode: vertical-lr;
    border-radius: 4px;
    background: linear-gradient(106.70deg, rgb(20, 213, 234) 32.198%, rgb(20, 213, 234) 32.868%, rgb(21, 196, 216) 67.802%);
    line-height: 44px;
    min-height: 300px;
    text-align: center;
    font-size: var(--size18);
    color: rgb(255, 255, 255);
    letter-spacing: 3px;
}

.GOngneng_Mokuan ul {
    flex: 1;
    margin-left: var(--top30);
    display: flex;
    justify-content: space-between;
    gap: var(--top30);
}

.GOngneng_Mokuan ul li {
    width: 100%;
    overflow: hidden;
    background: rgba(60, 231, 250, 0.08);
    border-radius: 4px;
    min-height: 320px;
}

.GOngneng_Mokuan ul li h2 {
    text-align: center;
    border-radius: 4px;
    background: linear-gradient(176.57deg, rgb(21, 195, 216, 0.2) 39.088%, rgb(20, 212, 233, 0.2) 60.502%, rgb(20, 212, 233, 0.2) 60.912%);
    font-size: var(--size18);
    color: rgb(24, 170, 186);
    text-align: center;
    line-height: 40px;
    font-family: 'z';
}

.GOngneng_Mokuan_List {
    width: 100%;
    overflow: hidden;
    padding: 15px;
    margin-top: 10px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px 10px;
}

.GOngneng_Mokuan_List p {
    font-size: var(--size16);
    color: rgb(42, 82, 87);
    line-height: 1.3;
}

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

.TeDian_Max {
    width: 1600px;
    max-width: calc(100% - 30px);
    margin: var(--top60) auto;
}

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

.TeDian_Qiu {
    width: 43.5%;
    height: 700px;
    background: url(../images/quan.png) no-repeat center / 100% 100%;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.TeDian_Qiu img {
    max-width: 35%;
    max-height: 35%;
    position: relative;
    z-index: 5;
}

.TeDian_Qiu::after {
    content: "";
    width: 60%;
    height: 60%;
    border: 4px solid rgb(0, 120, 255);
    background: rgba(247, 251, 255, 0.59);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
}
.TeDian_Qiu p{
    width: 150px;
    aspect-ratio: 4 / 4;
    background: linear-gradient(-1.15deg, rgb(255, 152, 47) 0.51%,rgb(255, 202, 149) 88.567%,rgb(255, 202, 149) 99.49%);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: var(--size22);
    color: rgb(255, 255, 255);
    line-height: 1.3;
    text-align: center;
    position: absolute;
    z-index: 6;
    bottom: 20%;
    right: 15%;
}
.TeDian_Qiu p:nth-child(1){
    bottom: auto;
    right: auto;
    top: 20%;
    left: 15%;
}
.TeDian_Left {
    width: 27%;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}
.TeDian_Left ul{
    width: 100%;
    display: grid;
    grid-template-columns: 1fr;
    gap: 4vw;
}
.TeDian_Left ul li{
    width: 100%;
    position: relative;
}
.TeDian_Left ul li h2{
    font-size: var(--size24);
    color: rgb(255, 153, 49);
    line-height: 1;
    text-align: right;
}
.TeDian_Left ul li p{
    font-size: var(--size16);
    color: rgb(142, 158, 175);
    line-height: 1.5;
    margin-top: 15px;
    text-align: right;
}
.TeDian_Left ul li::after{
    content: "";
    width: 14px;
    height: 14px;
    background: rgb(255, 158, 60);
    border-radius: 50%;
    border: 8px solid rgb(255, 255, 255);
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -45px;
}

.TeDian_Left ul li:nth-child(1){
    transform: translateX(11%);
}
.TeDian_Left ul li:nth-child(1) h2{
    transform: translateX(10%);
}
.TeDian_Left ul li:nth-child(1)::after{
    transform: translateX(20px);
}
.TeDian_Left ul li:nth-child(4){
    transform: translateX(15%);
}
.TeDian_Left ul li:nth-child(4)::after{
    transform: translate(20px, -20px);
}

.TeDian_Right {
    width: 27%;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}
.TeDian_Right ul{
    width: 100%;
    display: grid;
    grid-template-columns: 1fr;
    gap: 4vw;
}
.TeDian_Right ul li{
    width: 100%;
    position: relative;
}
.TeDian_Right ul li h2{
    font-size: var(--size24);
    color: rgb(255, 153, 49);
    line-height: 1;
    text-align: left;
}
.TeDian_Right ul li p{
    font-size: var(--size16);
    color: rgb(142, 158, 175);
    line-height: 1.5;
    margin-top: 15px;
    text-align: left;
}
.TeDian_Right ul li::after{
    content: "";
    width: 14px;
    height: 14px;
    background: rgb(255, 158, 60);
    border-radius: 50%;
    border: 8px solid rgb(255, 255, 255);
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -45px;
}

.TeDian_Right ul li:nth-child(1){
    transform: translateX(-16%);
}
.TeDian_Right ul li:nth-child(1) h2{
    transform: translateX(-10%);
}
.TeDian_Right ul li:nth-child(1)::after{
    transform: translateX(-20px);
}
.TeDian_Right ul li:nth-child(2){
    transform: translateX(-2%);
}
.TeDian_Right ul li:nth-child(3){
    transform: translateX(1%);
}
.TeDian_Right ul li:nth-child(4){
    transform: translateX(-10%);
}
.TeDian_Right ul li:nth-child(4)::after{
    transform: translate(-10px, -50px);
}
.TeDian_Left>h2,
.TeDian_Right>h2{
    width: 120px;
    aspect-ratio: 4 / 2;
    background: linear-gradient(-1.15deg, rgb(255, 152, 47) 0.51%,rgb(255, 202, 149) 88.567%,rgb(255, 202, 149) 99.49%);
    border-radius: 50%;
    display: none;
    justify-content: center;
    align-items: center;
    font-size: var(--size16);
    color: rgb(255, 255, 255);
    line-height: 1.3;
    text-align: center;
    margin: auto;
}
.Request{
    width: 100%;
    cursor: pointer;
    font-size: var(--size20);
    color: rgb(178, 180, 182);
    display: block;
    background: transparent;
    border: transparent;
    text-align: center;
    margin-top: var(--top50);
}
.banner_In{
    width: 100%;
    overflow: hidden;
    position: relative;
}
.banner_In img{
    width: 100%;
    height: auto;
    min-height: 250px;
    object-fit: cover;
}
.banner_In_Text{
    width: var(--max);
    overflow: hidden;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.banner_In_Text h2{
    font-size: var(--size36);
    color: rgb(255, 255, 255);
}
.banner_In_Text p{
    width: 500px;
    max-width: 100%;
    margin-top: var(--top20);
    font-size: var(--size18);
    color: rgb(255, 255, 255);
    line-height: 1.6;
}
.banner_In_Text a{
    width: max-content;
    display: block;
    margin-top: var(--top50);
    line-height: 54px;
    padding: 0 var(--top40);
    font-size: var(--size18);
    color: rgb(255, 255, 255);
    border-radius: 60px;
    border: 1px solid rgb(255, 255, 255);
}
.hertre_Index{
    background: transparent;
    position: absolute;
    top: 0;
}
.hertre_Index .nav ul li{
    color: #ffffff;
}
.hertre_Index .nav ul li.nav_cen {
    color: rgb(0, 120, 255);
}

.hertre_Index .nav ul li:hover {
    color: rgb(0, 120, 255);
}
.Pc{
    display: none;
}
.ChanPin{
    width: var(--max);
    overflow: hidden;
    margin: var(--top120) auto;
}
.ChanPin>h2{
    font-size: var(--size40);
    color: rgb(18, 128, 252);
    text-align: center;
    line-height: 1;
    font-family: 'b';
}
.ChanPin>p{
    text-align: center;
    font-size: var(--size20);
    color: rgb(102, 102, 102);
    margin-top: 15px;
}
.ChanPin ul{
    width: 100%;
    overflow: hidden;
    margin-top: var(--top60);
    display: grid;
    grid-template-columns: 1fr;
    gap: var(--top20);
}
.ChanPin ul li{
    width: 100%;
    min-height: 320px;
    border-radius: 10px;
    overflow: hidden;
    padding: var(--top30);
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    position: relative;
}
.ChanPin ul li::after{
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgb(0, 0, 0,0.38);
}
.ChanPin_Text{
    width: 600px;
    max-width: 100%;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
    overflow: hidden;
    position: relative;
    z-index: 99;
}
.ChanPin_Top{
    width: 100%;
    overflow: hidden;
}
.ChanPin_Top h2{
    width: 100%;
    font-size: var(--size24);
    color: rgb(249, 154, 16);
    font-family: 'z';
}
.ChanPin_Top p{
    width: 100%;
    font-size: var(--size18);
    color: rgb(255, 255, 255);
    line-height: 1.6;
    margin-top: var(--top20);
}
.ChanPin_Text a{
    display: block;
    width: max-content;
    line-height: 45px;
    padding: 0 30px;
    background: rgb(18, 128, 252);
    border-radius: 45px;
    font-size: var(--size16);
    color: rgb(255, 255, 255);
    margin-top: var(--top50);
}
.ChanPin ul li:nth-child(2n){
    justify-content: flex-end;
}
.ChanPin ul li:nth-child(2n) .ChanPin_Top h2,
.ChanPin ul li:nth-child(2n) .ChanPin_Top p{
    text-align: right;
}

.ChanPin ul li:nth-child(2n) .ChanPin_Text{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
}
.ChangJing_in{
    width: 100%;
    overflow: hidden;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.ChangJing_Max{
    width: var(--max);
    overflow: hidden;
    margin: var(--top60) auto;
}
.ChangJing_Max>h2{
    font-size: var(--size40);
    color: rgb(255, 255, 255);
    text-align: center;
    line-height: 1;
    font-family: 'b';
}
.ChangJing_Max>p{
    text-align: center;
    font-size: var(--size20);
    color: rgb(255, 255, 255);
    margin-top: 15px;
}
.ChangJing_Pei{
    width: 100%;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: var(--top60);
    border-radius: 10px;
}
.ChangJing_Left{
    width: 280px;
    overflow: hidden;
    background: rgb(24, 32, 49,0.9);
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.ChangJing_Left ul{
    width: 100%;
    overflow: hidden;
}
.ChangJing_Left ul li{
    width: 100%;
    overflow: hidden;
    font-size: var(--size20);
    color: rgb(99, 100, 107);
    text-align: center;
    line-height: 60px;
    cursor: pointer;
}
.ChangJing_Left ul li.ChangJing_Nav{
    background: rgb(18, 128, 252);
    color: rgb(255, 255, 255);
}
.ChangJing_Right{
    flex: 1;
}
.ChangJing_Right ul{
    width: 100%;
    overflow: hidden;
}

.ChangJing_Right ul li{
    width: 100%;
    overflow: hidden;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: var(--top60);
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
    position: relative;
    transition: auto;
}

.ChangJing_Right ul li::after{
    content: "";
    width: 100%;
    height: 100%;
    background: rgb(40, 53, 81,0.6);
    position: absolute;
    top: 0;
    left: 0;
}
.ChangJing_Top{
    width: 100%;
    overflow: hidden;
    position: relative;
    z-index: 2;
}
.ChangJing_Top h2{
    width: 100%;
    font-size: var(--size24);
    color: rgb(255, 255, 255);
    font-family: 'z';
}
.ChangJing_Top p{
    width: 100%;
    min-height: 200px;
    font-size: var(--size16);
    color: rgb(185, 185, 190);
    line-height: 1.6;
    margin-top: var(--top20);
}
.ChangJing_Right ul li a{
    display: block;
    width: max-content;
    line-height: 45px;
    padding: 0 30px;
    background: rgb(18, 128, 252);
    border-radius: 45px;
    font-size: var(--size16);
    color: rgb(255, 255, 255);
    margin-top: var(--top50);
    position: relative;
    z-index: 2;
}
.MiShi{
    width: var(--max);
    overflow: hidden;
    margin: var(--top120) auto;
}
.MiShi>h2{
    font-size: var(--size40);
    color: rgb(18, 128, 252);
    text-align: center;
    line-height: 1;
    font-family: 'b';
}
.MiShi ul{
    width: 100%;
    overflow: hidden;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 15px;
    margin-top: var(--top60);
}
.MiShi ul li{
    width: 100%;
    overflow: hidden;
}
.MiShi ul li img{
    width: 100%;
    aspect-ratio: 5 / 3;
    object-fit: cover;
    border-radius: 5px;
}

.MiShi ul li h2{
    font-size: var(--size20);
    color: rgb(51, 51, 51);
    font-family: 'z';
    margin-top: 15px;
}

.MiShi ul li p{
    font-size: var(--size16);
    color: rgb(108, 109, 117);
    line-height: 1.6;
    margin-top: 5px;
}
.WoMen{
    width: 100%;
    overflow: hidden;
    background: url(../images/beijing3.png) no-repeat center center / cover;
}

.WoMen_Max{
    width: var(--max);
    overflow: hidden;
    margin: var(--top60) auto;
}
.WoMen_Max h2{
    font-size: var(--size40);
    color: rgb(255, 255, 255);
    line-height: 1.7;
    font-family: 'z';
    text-align: center;
}
.WoMen_Max a{
    display: block;
    width: max-content;
    line-height: 45px;
    padding: 0 30px;
    background: rgb(255, 255, 255);
    border-radius: 45px;
    font-size: var(--size16);
    color: rgb(0, 120, 255);
    margin: auto;
    margin-top: var(--top40);
    position: relative;
    z-index: 2;
}
.footer{
    width: 100%;
    overflow: hidden;
    background: url(../images/beijing4.png) no-repeat center center / cover;
}
.footer_Max{
    width: var(--max);
    overflow: hidden;
    margin: var(--top60) auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}
.footer_List{
    width: max-content;
}
.footer_List h2{
    font-size: var(--size18);
    color: rgb(255, 255, 255);
    font-family: 'z';
}
.footer_List ul{
    width: 100%;
    overflow: hidden;
    margin-top: var(--top20);
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
}
.footer_List ul li{
    font-size: var(--size16);
    color: rgb(255, 255, 255,0.7);
}


.beian{
    width: var(--max);
    overflow: hidden;
    margin: auto;
    border-top: 1px solid rgb(255, 255, 255,0.3);
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    padding: 15px 0;
}
.beian p{
    font-size: var(--size14);
    color: rgb(255, 255, 255,0.6);
}
.fixed{
    height: 60px;
    position: fixed;
    box-shadow: 0px 0px 15px 3px #00000020;
}
.fixed .logo{
    width: 140px;
}
.hertrefixed{
    background: #00000050;
    backdrop-filter: blur(10px);
}










