<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">:root {
    --max: 1400px;
    --size14: 14px;
    --size16: 16px;
    --size18: 18px;
    --size20: 20px;
    --size24: 24px;
    --size30: 30px;
    --size36: 36px;
    --size40: 40px;
    --size46: 46px;
    --size50: 50px;
    --size56: 56px;
    --size60: 60px;
    --size240:24px;

    --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");
}

body {
    font-family: "s";
}

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

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

.nav {
    width: 100%;
}

.nav ul {
    width: max-content;
    max-width: 100%;
    height: auto;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: var(--top80);
    position: relative;
}

.nav ul li {
    font-size: var(--size240);
    color: rgb(61, 61, 61);
    text-align: center;
    position: relative;
    font-family: 'b';
}

.SuosOu {
    width: 28px;
    overflow: hidden;
    position: absolute;
    top: 50%;
    right: calc(0px - var(--top100));
    transform: translateY(-50%);
    cursor: pointer;
}

.SuosOu img {
    width: 100%;
    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(26, 100, 163);
    font-size: var(--size14);
    color: rgb(26, 100, 163);
    padding: 0 20px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

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

.an {
    width: 60px;
    height: 60px;
    display: none;
    position: fixed;
    right: 0%;
    top: 0;
    transition: all 0.5s;
    z-index: 99;
}

.container {
    cursor: pointer;
    display: flex;
    position: absolute;
    top: 0;
    right: 0;
    transition: all 0.5s;
}

.container svg {
    transition: transform 500ms cubic-bezier(0.4, 0, 0.2, 1);
}

.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%;
    height: auto;
}

.mySwipeasr .swiper-pagination {
    bottom: 30px !important;
}

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

.mySwipeasr .swiper-pagination-bullet-active {
    width: 18px;
}

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

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

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

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

.lianxi_l {
    width: 60%;
    overflow: hidden;
    background: #F7F7F7;
    padding: var(--top30);
}

.lianxi_l h3 {
    font-size: var(--size24);
    color: #015FA2;
    font-weight: bold;
}

.lianxi_l p {
    font-size: var(--size16);
    color: #05213550;
    line-height: 2;
    margin-top: var(--top30);
}

.lianxi ul {
    width: calc(40% - 20px);
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
}

.lianxi ul li {
    width: 100%;
    height: calc(50% - 10px);
    display: flex;
    /*flex-wrap: wrap;*/
    justify-content: space-between;
    background: #F7F7F7;
    padding: var(--top30);
}

.lianxi_text {
    width: calc(100% - 140px);
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
}

.lianxi_text h3 {
    width: 100%;
    font-size: var(--size24);
    color: #015FA2;
    font-weight: bold;
}

.lianxi_text p {
    width: 100%;
    font-size: var(--size16);
    color: #05213550;
    line-height: 2;
}

.lianxi_text ul {
    width: calc(40% - 20px);
    overflow: hidden;
}

.lianxi_max ul li img {
    width: 120px;
    height: auto;
    background: #ffffff;
}

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

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

.MianBao {
    width: var(--max);
    overflow: hidden;
    margin: var(--top20) auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    font-size: var(--size16);
    color: rgb(212, 212, 213);
    font-family: 'z';
}

.MianBao span {
    color: rgb(61, 61, 61);
}

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

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

.Xinwen ul li {
    width: 100%;
    overflow: hidden;
    padding: var(--top20) 0;
}

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

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

.Xinwen_Right {
    flex: 1;
    margin-left: var(--top20);
}

.Xinwen_Top {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    margin-top: 15px;
}

.Xinwen_Top h2 {
    flex: 1;
    font-size: var(--size20);
    color: rgb(61, 61, 61);
    margin-right: var(--top30);
    font-family: 'z';
    line-height: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.Xinwen_Top p {
    width: max-content;
    font-size: var(--size16);
    color: rgb(132, 132, 132);
    font-family: 'z';
    line-height: 1;
}

.Xinwen_Right&gt;p {
    font-size: var(--size14);
    color: rgb(132, 132, 132);
    line-height: 2;
    margin-top: 15px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
}

.shwo {
    width: var(--max);
    overflow: hidden;
    margin: var(--top30) auto;
}

.shwo&gt;h2 {
    font-size: var(--size24);
    color: rgb(61, 61, 61);
    font-family: 'b';
    text-align: center;
}

.shwo&gt;p {
    font-size: var(--size14);
    color: rgb(121, 121, 121);
    text-align: center;
    margin-top: 10px;
}

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

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

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

.prev a {
    width: 100%;
    display: block;
    width: 100%;
    overflow: hidden;
    font-size: var(--size16);
    color: rgb(132, 132, 132);
    line-height: 2;
}

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

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

.page .active {
    background: rgb(32, 82, 143);
    border: 1px solid rgb(32, 82, 143);
    color: #fff;
}

.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: #000000;
    border: 1px solid rgb(247, 247, 247);
    background: rgb(255, 255, 255);
}


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

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

.LianXi_Text {
    flex: 1;
    margin-left: var(--top50);
}

.LianXi_Text h2 {
    font-size: var(--size36);
    color: rgb(61, 61, 61);
    font-family: 'b';
    line-height: 1;
}

.LianXi_Text h2::before {
    content: "";
    width: 32px;
    height: 32px;
    background: url(../images/fenhao.png) no-repeat center / 100% 100%;
    display: block;
    margin-bottom: 10px;
}

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

.RongYu {
    width: 100%;
    overflow: hidden;
    background: rgb(252, 252, 252);
    margin: var(--top60) auto;
}

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

.RongYu_Max&gt;h2 {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-end;
    gap: 15px;
    font-size: var(--size36);
    color: rgb(61, 61, 61);
    font-family: 'b';
    line-height: 1;
}

.RongYu_Max&gt;h2::before {
    content: "";
    width: 30px;
    height: 14px;
    background: url(../images/gang.png) no-repeat center / 100% 100%;
    display: block;
}

.RongYu_Max&gt;h2::after {
    content: "";
    width: 30px;
    height: 14px;
    background: url(../images/gang.png) no-repeat center / 100% 100%;
    display: block;
}

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

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

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

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

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

.footer_Left h2 {
    font-size: var(--size20);
    color: rgb(255, 255, 255);
    font-family: 'b';
    line-height: 1;
}

.footer_Left h2::after {
    content: "";
    width: 30px;
    height: 4px;
    background: rgb(22, 79, 128);
    display: block;
    margin-top: 10px;
}

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

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

.footer_Left ul {
    width: 220px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: var(--top20);
    gap: var(--top20);
}

.footer_Left ul li {
    width: max-content;
    font-size: var(--size18);
    color: rgb(255, 255, 255);

}

.footer_Left img {
    width: 150px;
    height: auto;
    background: #ffffff;
    margin-top: var(--top20);
}

.footer_Left h3 {
    font-size: var(--size18);
    color: rgb(255, 255, 255);
    margin-top: 10px;
}

.beian {
    width: 100%;
    overflow: hidden;
    border-top: 1px solid #00000050;
}

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

.beian_max p {
    font-size: var(--size18);
    color: rgb(255, 255, 255, 0.5);
    margin: 0 5px;
}

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

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

.AnLi ul li {
    width: 100%;
    overflow: hidden;
    box-shadow: 0px 4px 10px 0px rgba(26, 100, 163, 0.1);
    background: rgb(255, 255, 255);
}

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

.AnLi_Max {
    width: 100%;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding: 25px var(--top20);
}

.AnLi_Max a {
    width: max-content;
    font-size: var(--size20);
    color: rgb(61, 61, 61);
    line-height: 1;
    font-family: 'b';
}

.AnLi_Max h2 {
    flex: 1;
    margin-right: 20px;
    font-size: var(--size20);
    color: rgb(61, 61, 61);
    line-height: 1;
    font-family: 'b';
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.ChanPin {
    width: var(--max);
    margin: var(--top60) auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.ChanPin_Left {
    width: 300px;
    overflow: hidden;
    border-radius: 4px;
    box-shadow: 0px 4px 10px 0px rgba(20, 104, 230, 0.1);
    background: rgb(255, 255, 255);
}

.ChanPin_Text {
    width: 100%;
    overflow: hidden;
    background: rgb(26, 100, 163);
    padding: var(--top30) 0;
}

.ChanPin_Text h2 {
    font-size: var(--size30);
    color: rgb(248, 248, 248);
    text-align: center;
    line-height: 1;
    font-family: 'b';
}

.ChanPin_Text p {
    font-size: var(--size20);
    color: rgb(248, 248, 248);
    text-align: center;
    line-height: 1;
    margin-top: 10px;
}

.ChanPin_Left ul {
    width: 100%;
    overflow: hidden;
    padding: 15px 10px;
}

.ChanPin_Left ul li {
    width: 100%;
    text-align: center;
    position: relative;
    padding: 20px 10px;
    font-size: var(--size18);
    color: rgb(61, 61, 61);
    font-family: 'z';
    border-bottom: 1px solid rgb(239, 246, 255);
    border-radius: 5px;
}

.ChanPin_Left ul li svg {
    width: 20px;
    height: auto;
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    display: none;
}

.ChanPin_Left ul li.ChanPin_Nav {
    background: rgb(239, 246, 255);
}

.ChanPin_Left ul li.ChanPin_Nav svg {
    display: block;
}

.ChanPin_Right {
    width: calc(100% - 360px);
}

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

.Chan_Show_Left {
    width: 42%;
    overflow: hidden;
}

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

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

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

.mySwiper .swiper-slide {
    width: 100%;
    overflow: hidden;
    border: 1px solid rgb(212, 210, 210);
    padding: 5px;
    cursor: pointer;
}

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

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

.ChanPin_Right_Text h2 {
    font-size: var(--size24);
    color: rgb(61, 61, 61);
    font-family: 'z';
}

.ChanPin_Right_Text p {
    width: 100%;
    background: rgb(248, 251, 255);
    margin-top: var(--top20);
    font-size: var(--size16);
    color: rgb(110, 110, 110);
    line-height: 2;
    padding: var(--top20);
}

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

.ChanPin_Right_A a {
    width: max-content;
    line-height: 50px;
    border-radius: 10px;
    font-size: var(--size16);
    color: rgb(255, 255, 255);
    padding: 0 var(--top40);
    background: rgb(230, 101, 20);
}

.ChanPin_Right_A a:nth-child(1) {
    background: rgb(26, 100, 163);
}

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

.ChanPin_Cen&gt;h2 {
    width: 100%;
    background: rgb(250, 250, 250);
    font-size: var(--size18);
    color: rgb(61, 61, 61);
    padding: 15px;
    font-family: 'z';
}

.ChanPin_Cen_Text {
    width: 100%;
    overflow: hidden;
    background: rgb(250, 250, 250);
    margin-top: var(--top20);
    font-size: var(--size14);
    color: #00000080;
    line-height: 2;
    padding: var(--top30);
}

.ChanPin_Cen_Text img {
    width: max-content;
    height: auto;
    margin: auto;
}

.XiangGuan {
    width: 100%;
    margin-top: var(--top40);
}

.XiangGuan&gt;h2 {
    font-size: var(--size24);
    color: rgb(61, 61, 61);
    font-family: 'z';
    line-height: 1;
}

.XiangGuan .AnLi {
    width: 100%;
    margin: 0;
    margin-top: 25px;
}

.banner_text_In h2,
.banner_text_In p {
    text-align: left;
}

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

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

.InGuan_Max&gt;h2 {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-end;
    gap: 15px;
    font-size: var(--size36);
    color: rgb(61, 61, 61);
    line-height: 1;
}

.InGuan_Max&gt;h2 span {
    font-family: 'b';
}

.InGuan_Max&gt;h2::before {
    content: "";
    width: 30px;
    height: 14px;
    background: url(../images/gang.png) no-repeat center / 100% 100%;
    display: block;
}

.InGuan_Max&gt;h2::after {
    content: "";
    width: 30px;
    height: 14px;
    background: url(../images/gang.png) no-repeat center / 100% 100%;
    display: block;
}

.InGuan_Max&gt;p {
    text-align: center;
    font-size: var(--size24);
    color: rgb(61, 61, 61);
    margin-top: var(--top20);
}

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

.InGuan_Left {
    width: 48%;
    overflow: hidden;
}

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

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

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

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

.InGuan_Cen video {
    width: 48%;
    height: auto;
}

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

.InChan&gt;h2 {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-end;
    gap: 15px;
    font-size: var(--size36);
    color: rgb(61, 61, 61);
    line-height: 1;
    font-family: 'b';
}

.InChan&gt;h2::before {
    content: "";
    width: 30px;
    height: 14px;
    background: url(../images/gang.png) no-repeat center / 100% 100%;
    display: block;
}

.InChan&gt;h2::after {
    content: "";
    width: 30px;
    height: 14px;
    background: url(../images/gang.png) no-repeat center / 100% 100%;
    display: block;
}

.InChan&gt;p {
    text-align: center;
    font-size: var(--size24);
    color: rgb(61, 61, 61);
    margin-top: var(--top20);
}

.InChan&gt;span {
    text-align: center;
    font-size: var(--size30);
    color: rgb(61, 61, 61);
    margin-top: var(--top20);
    display: block;
    line-height: 1;
}

.InChan .AnLi {
    width: 100%;
    margin: 0;
    margin-top: var(--top40);
}

.InChan&gt;a {
    display: block;
    width: max-content;
    line-height: 50px;
    padding: 0 50px;
    border-radius: 50px;
    border: 2px solid rgb(184, 184, 184);
    margin: auto;
    margin-top: var(--top60);
    font-size: var(--size20);
    color: rgb(184, 184, 184);
}

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

.XuanZe_Max {
    width: var(--max);
    overflow: hidden;
    margin: auto;
    position: relative;
    padding: var(--top30) 0;
}

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

.XuanZe_Max span {
    font-size: var(--size20);
    color: rgb(255, 255, 255, 0.6);
    margin: 15px 0;
    display: block;
    position: relative;
    z-index: 5;
}

.XuanZe_Max p {
    font-size: var(--size36);
    color: rgb(255, 255, 255);
    font-family: 'b';
    line-height: 1;
    position: relative;
    z-index: 5;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.XuanZe_Max p a {
    display: block;
    width: max-content;
    line-height: 50px;
    background: rgb(255, 255, 255);
    border-radius: 50px;
    padding: 0 40px;
    font-size: var(--size20);
    color: rgb(26, 100, 163);
    font-family: 'b';
    margin-left: var(--top20);
}

.XuanZe_Max img {
    width: 50%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    right: 0;
}

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

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

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

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

.JingYan ul li img {
    width: 50%;
    object-fit: cover;
}

.JingYan_Max {
    width: 50%;
}

.JingYan_Max {
    width: 50%;
    padding: var(--top100);
    padding-left: var(--top60);
}

.JingYan_Top {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-end;
}

.JingYan_Top h2 {
    width: max-content;
    font-size: 70px;
    color: rgb(220, 220, 220);
    line-height: 1;
    font-family: 'b';
    position: relative;
}

.JingYan_Top h2::after {
    content: "";
    width: 4px;
    height: var(--top100);
    background: rgb(220, 220, 220);
    position: absolute;
    top: -105px;
    right: 15px;
}

.JingYan_Top_Right {
    flex: 1;
    margin-left: 20px;
}

.JingYan_Top_Right h3 {
    font-size: var(--size40);
    color: rgb(26, 100, 163);
    font-family: 'b';
    line-height: 1.2;
}

.JingYan_Top_Right p {
    font-size: var(--size20);
    color: rgb(26, 100, 163);
    line-height: 1.3;
    margin-top: 8px;
    border-bottom: 1px solid rgb(216, 216, 216);
    padding-bottom: 5px;
    width: max-content;
    max-width: 100%;
}

.JingYan_Max&gt;p {
    font-size: var(--size24);
    color: rgb(61, 61, 61);
    line-height: 2;
    margin-top: var(--top60);
    width: 100%;
    padding-left: 100px;
}

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

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

.XinWenIn_List {
    width: 50%;
    overflow: hidden;
    margin: 0;
    padding: var(--top40) var(--top30);
}

.XinWenIn_Top {
    width: 100%;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    border-bottom: 2px solid rgb(235, 235, 235);
    padding-bottom: 15px;
}

.XinWenIn_Top h2 {
    font-size: var(--size24);
    color: rgb(61, 61, 61);
    font-family: 'b';
    line-height: 1;
}

.XinWenIn_Top a {
    font-size: var(--size20);
    color: rgb(61, 61, 61);
    font-family: 'b';
    line-height: 1;
}

.XinWenIn_List ul li img {
    width: 240px;
    height: 150px;
    object-fit: cover;
    display: none;
    margin-right: var(--top20);
}

.XinWenIn_List .Xinwen_Right {
    margin-left: 0px;
}

.XinWenIn_List .Xinwen_Right&gt;p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.XinWenIn_List ul li:hover img {
    display: block;
}

.XinWenIn_List ul li:hover .Xinwen_Top h2,
.XinWenIn_List ul li:hover .Xinwen_Top p {
    width: 100%;
}

.XinWenIn_List ul li:hover .Xinwen_Top p {
    margin-top: 15px;
}

.XinWenIn_List:nth-child(2) {
    background: #ffffff;
}

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

.FnanAo::after {
    content: "";
    width: calc(100% - 60px);
    height: 4px;
    background: rgb(180, 180, 180);
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 213px;
}

.FnanAo ul {
    width: 100%;
    overflow: hidden;
    display: grid;
    grid-template-columns: repeat(8, 1fr);
    gap: 5px;
    padding: 0 var(--top30);
}

.FnanAo ul::after {
    content: "";
    width: 20px;
    height: 20px;
    border: 10px solid rgb(180, 180, 180);
    position: absolute;
    top: 195px;
    left: 0;
    border-radius: 50%;
}

.FnanAo ul::before {
    content: "";
    width: 20px;
    height: 20px;
    border: 10px solid rgb(180, 180, 180);
    position: absolute;
    top: 195px;
    right: 0;
    border-radius: 50%;
}

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

.FnanAo_Img {
    width: 70px;
    height: 70px;
    background: rgb(229, 229, 229);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
}

.FnanAo_Img img {
    max-width: 50%;
    max-height: 50%;
}

.FnanAo ul li i {
    content: "";
    display: block;
    width: 2px;
    height: 130px;
    background: rgb(229, 229, 229);
    margin: auto;
}

.Jian {
    width: 28px;
    height: 28px;
    background: #ffffff;
    border-radius: 50%;
    border: 2px solid rgb(61, 61, 61);
    margin: auto;
    line-height: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: var(--size14);
    color: rgb(61, 61, 61);
    position: relative;
    z-index: 5;
    font-family: 'b';
}

.FnanAo ul li p {
    text-align: center;
    font-size: var(--size40);
    color: rgb(61, 61, 61);
    font-family: 'b';
    line-height: 1;
    margin-top: var(--top30);
}

.FnanAo ul li h2 {
    text-align: center;
    font-size: var(--size20);
    color: rgb(61, 61, 61);
    line-height: 1;
    margin-top: 15px;
}

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

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

.YueJai_Left {
    width: 45%;
    overflow: hidden;
}
.YueJai_Top{
    width: max-content;
    max-width: 100%;
    padding: var(--top30) 0;
    border-bottom: 4px solid;
    border-top: 4px solid;
    border-image: linear-gradient(90.00deg, rgb(255, 255, 255) 32.973%,rgba(0, 0, 0, 0) 80.676%) 1 1;

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

.YueJai_Top p {
    font-size: var(--size24);
    color: rgb(255, 255, 255);
    line-height: 1;
    margin-top: var(--top20);
}

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

.YueJai_Left_Right {
    flex: 1;
    margin-left: var(--top20);
}

.YueJai_BOttom img {
    width: 70px;
    height: auto;
}

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

.YueJai_Left_Right p {
    font-size: var(--size30);
    color: rgb(255, 255, 255);
    margin-top: 10px;
    font-family: 'b';
}
.YueJai_Right{
    width: 50%;
    overflow: hidden;
}
.YueJai_Right h2{
    font-size: var(--size36);
    color: rgb(255, 255, 255);
    line-height: 1;
    font-family: 'b';
}
.YueJai_Right form{
    width: 100%;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-end;
    margin-top: var(--top30);
}
.YueJai_Form{
    flex: 1;
    margin-right: var(--top50);
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 20px 0px;
}
.YueJai_Form input{
    width: calc(50% - 10px);
    height: 56px;
    border-radius: 4px;
    border: 2px solid rgb(255, 255, 255);
    font-size: var(--size20);
    color: rgb(255, 255, 255);
    padding: 0 var(--top20);
}
.YueJai_Form textarea{
    width: 100%;
    height: 130px;
    border-radius: 4px;
    border: 2px solid rgb(255, 255, 255);
    font-size: var(--size20);
    color: rgb(255, 255, 255);
    background: transparent;
    padding: 10px var(--top20);
    font-family: 's';
}
.submit{
    width: 130px;
    height: 130px;
    border-radius: 5px;
    background: #ffffff url(../images/tijiap.png) no-repeat center center / 50px auto;
    border: transparent;
    cursor: pointer;
}
.layui-layer{
    transition: auto;
}</pre></body></html>