: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;

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

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


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


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

body {
    font-family: "siyuanheiti";
}

.hertre {
    width: 100%;
    z-index: 999;
    height: 60px;
    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: 125px;
    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;
}

.nav ul li {
    font-size: var(--size14);
    color: rgba(51, 51, 51, 1);
    text-align: center;
    position: relative;
    margin-left: 2.5vw;
    line-height: 60px;
}

.nav ul li:last-child {
    background: rgba(237, 130, 62, 1);
    padding: 0 16px;
    line-height: 34px;
    color: rgba(255, 255, 255, 1);
    background-image: url(../images/baoming.png);
    background-size: 12px 15px;
    background-repeat: no-repeat;
    background-position: left 15px center;
    padding-left: 35px;
}

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


.nav ul li.nav_cen {
    color: rgba(0, 98, 161, 1)
}

.nav ul li:hover {
    color: rgba(0, 98, 161, 1);
}

.nav ul li::after {
    content: "";
    width: 0%;
    height: 4px;
    background: rgba(0, 98, 161, 1);
    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 li:last-child.nav_cen {
    color: rgba(255, 255, 255, 1);
}

.nav ul li:last-child:hover {
    color: rgba(255, 255, 255, 1);
}

.nav ul li:last-child::after {
    display: none;
}


.nav_ul {
    position: absolute;
    top: 60px;
    width: max-content;
    overflow: hidden;
    background: #ffffff;
    top: 60px;
    left: 50%;
    transform: translateX(-50%);
    transition: auto;
    padding: 10px var(--top30);
    display: none;
}

.nav_ul a {
    font-size: 12px;
    color: #000;
    text-align: center;
    line-height: 3;
    display: block;
}

.an {
    width: 50px;
    height: 50px;
    display: none;
    position: absolute;
    right: 0%;
    top: 5px;
    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;
    min-height: 170px;
    object-fit: cover;
}

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

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

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

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

.banner_Max {
    width: max-content;
    position: relative;
    padding: 20px 40px 0px 40px;
}

.banner_Max h2 {
    font-size: var(--size50);
    color: #FFFFFF;
    font-family: 'bold';
    line-height: 1;
    font-style: italic;
}

.banner_Max p {
    font-size: var(--size16);
    color: #4FBAFF;
    font-family: 'bold';
    text-transform: uppercase;
    line-height: 1;
    margin-top: var(--top20);
}

.banner_Max::after {
    content: "";
    width: 40px;
    height: 40px;
    border-top: 10px solid #45B6FF;
    border-left: 10px solid #45B6FF;
    position: absolute;
    top: 0;
    left: 0;
    box-sizing: border-box;
}

.banner_Max::before {
    content: "";
    width: 40px;
    height: 40px;
    border-bottom: 10px solid #45B6FF;
    border-right: 10px solid #45B6FF;
    position: absolute;
    bottom: 0;
    right: 0;
    box-sizing: border-box;
}

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

.BNaoMing img {
    width: 50%;
    height: auto;
    ;
}

.BNaoMing_Right {
    width: 50%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.BNaoMing_Text {
    width: 700px;
    max-width: 100%;
}

.BNaoMing_Max {
    width: 380px;
    max-width: calc(100% - 30px);
    margin: auto;
}

.BNaoMing_Max h2 {
    text-align: center;
    font-size: var(--size24);
    color: rgba(51, 51, 51, 1);
    line-height: 1;
    font-family: 'zhong';
}

.BNaoMing_Max p {
    text-align: center;
    font-size: var(--size14);
    color: rgba(51, 51, 51, 0.7);
    margin-top: 10px;
}

.BNaoMing_Max form {
    width: 100%;
    margin-top: var(--top60);
}

.BNaoMing_Max form input {
    width: 100%;
    height: 36px;
    border: 1px solid rgba(221, 221, 221, 1);
    font-size: 12px;
    color: rgba(51, 51, 51, 0.3);
    padding: 0 10px;
    margin-bottom: 25px;
}

.layui-form-select dl dd,
.layui-form-select dl dt {
    font-size: var(--size14);
    color: rgba(51, 51, 51, 0.7);
    line-height: 36px;
}

.layui-form-select dl dd.layui-this {
    background: rgba(0, 98, 161, 1);
    color: #ffffff;
}

.BNaoMing_Max form input.submit {
    width: 140px;
    height: 36px;
    background: linear-gradient(rgba(0, 137, 225, 1), rgba(94, 91, 255, 1));
    color: rgba(255, 255, 255, 1);
    display: block;
    margin: auto;
    margin-bottom: 0px;
    cursor: pointer;
    border: transparent;
}

.layui-layer {
    transition: auto;
}

.Mian {
    width: 100%;
    overflow: hidden;
    background: rgba(239, 239, 239, 1);
}

.Mian ul {
    width: var(--max);
    margin: auto;
    display: flex;
    justify-content: center;
}

.Mian ul li {
    width: max-content;
    line-height: 60px;
    padding: 0 var(--top50);
    font-size: var(--size16);
    color: rgba(51, 51, 51, 0.7);
}

.Mian ul li.Mian_Nav {
    background: rgba(0, 98, 161, 1);
    color: #fff;
}

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

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

.XinWen ul li {
    width: 100%;
    overflow: hidden;
    padding: 25px var(--top60);
}

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

.XinWen ul li img {
    width: 300px;
    height: auto;
}

.XinWen_Right {
    flex: 1;
    margin-left: var(--top60);
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.XinWen_Text {
    flex: 1;
    margin-right: var(--top60);
}

.XinWen_Text h2 {
    font-size: var(--size16);
    color: rgba(51, 51, 51, 1);
    font-family: 'zhongf';
}

.XinWen_Text p {
    font-size: var(--size14);
    color: rgba(51, 51, 51, 0.7);
    line-height: 1.7;
    margin-top: var(--top20);
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.XinWen_Text span {
    font-size: 12px;
    display: block;
    color: rgba(51, 51, 51, 0.5);
    line-height: 1.7;
    margin-top: var(--top20);
}

.XinWen_Svg {
    width: 36px;
    height: 36px;
    border: 1px solid rgba(229, 229, 229, 1);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.XinWen ul li:hover {
    background: rgba(247, 247, 247, 1);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
}

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

.page .active,
.page .total {
    display: inline-block;
    font-size: 12px;
    padding: 6px 8px;
    color: rgba(51, 51, 51, 0.5);
    border: 1px solid rgba(221, 221, 221, 1);
    margin: 0px 3px;
    line-height: 1;
}

.page .active {
    background: rgba(0, 98, 161, 1);
    border: 1px solid rgba(0, 98, 161, 1);
    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: rgba(51, 51, 51, 0.5);
    border: 1px solid rgba(221, 221, 221, 1);
    background: transparent;
}

.Beijing {
    width: 100%;
    overflow: hidden;
    background: rgba(239, 239, 239, 1);
}

.Mianbaoxue {
    width: var(--max);
    overflow: hidden;
    margin: 20px auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    font-size: 12px;
    color: rgba(51, 51, 51, 0.5);
}

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

.Show_l {
    width: 74%;
    overflow: hidden;
    background: rgba(255, 255, 255, 1);
    padding: var(--top50) 0;
}

.Show_l>h2 {
    font-size: var(--size24);
    color: rgba(51, 51, 51, 1);
    text-align: center;
    padding: 0 var(--top20);
}

.Show_l>p {
    font-size: var(--size14);
    color: rgba(51, 51, 51, 0.5);
    padding: 0 var(--top20);
    margin-top: 10px;
    text-align: center;
}

.Show_Text {
    width: 100%;
    overflow: hidden;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding: var(--top30);
    font-size: var(--size14);
    color: rgba(51, 51, 51, 0.7);
    line-height: 1.8;
    margin-top: 20px;
}

.prev {
    width: 100%;
    overflow: hidden;
    padding: var(--top30);
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
}

.prev a {
    font-size: var(--size14);
    color: rgba(51, 51, 51, 0.7);
}

.prev a span {
    color: rgba(0, 98, 161, 1);
}

.Show_R {
    width: 24%;
    overflow: hidden;
    display: grid;
    grid-template-columns: 1fr;
    gap: var(--top50);
}

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

.Show_Rul h2 {
    font-size: var(--size20);
    color: rgba(51, 51, 51, 1);
    line-height: 1;
    border-left: 6px solid rgba(0, 98, 161, 1);
    padding-left: 10px;
}

.Show_Rul h2 span {
    font-size: var(--size16);
    color: rgba(0, 0, 0, 0.2);
    text-transform: uppercase;
    margin-left: 10px;
}

.Show_Rul ul {
    width: 100%;
    overflow: hidden;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    margin-top: 10px;
}

.Show_Rul ul li {
    width: 100%;
    overflow: hidden;
    border-bottom: 1px dashed rgba(0, 0, 0, 0.1);
    line-height: 40px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    font-size: var(--size14);
    color: rgba(51, 51, 51, 0.7);
    margin-top: 10px;
}

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

.Lian p {
    font-size: var(--size20);
    color: rgba(255, 255, 255, 1);
    background-image: url(../images/dianhua.png);
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 18px auto;
    padding-left: 25px;
    margin-top: var(--top20);
}

.Lian p:nth-child(1) {
    background-image: url(../images/dizhi.png);
}

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

.banner_text ul li {
    width: max-content;
}

.banner_text ul li img {
    width: 180px;
    height: auto;
    margin: auto;
}

.banner_text ul li h2 {
    text-align: center;
    font-size: var(--size16);
    color: rgba(255, 255, 255, 1);
    margin-top: 10px;
}

.banner_text ul li p {
    text-align: center;
    font-size: var(--size14);
    color: rgba(255, 255, 255, 1);
    background-image: url(../images/dianhhua1.png);
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 18px auto;
    padding-left: 25px;
    margin-top: 10px;
}

.banner_lianxi {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.banner_lianxi .banner_text {
    position: static;
    transform: translate(0%, 0%);
    margin: 12vw auto var(--top60);
}

.Fenfgcai {
    width: 100%;
    overflow: hidden;
    background: rgba(14, 26, 42, 1);
    background-image: url(../images/beijing1.png);
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: 100% auto;
}

.Fenfgcai_Max {
    width: calc(100% - 30px);
    overflow: hidden;
    margin: var(--top100) auto;
    position: relative;
}

.Fenfgcai_Max .swiper-slide {
    width: 25%;
    overflow: hidden;
    position: relative;
}

.Fenfgcai_Max .swiper-slide::after {
    content: "";
    width: 100%;
    height: 100%;
    background: rgb(0, 0, 0, 0.7);
    position: absolute;
    top: 0;
    left: 0;
}

.Fenfgcai_Max .swiper-slide-active::after {
    display: none;
}

.Fenfgcai_Max .swiper-slide img {
    width: 100%;
    height: auto;
}

.Fenfgcai_Max .swiper-pagination {
    position: static;
    margin-top: 30px;
}

.Fenfgcai_Max .swiper-pagination .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    background: transparent;
    border: 1px solid rgba(221, 221, 221, 1);
    margin: 0 4px;
    opacity: 1;
}

.Fenfgcai_Max .swiper-pagination .swiper-pagination-bullet-active {
    background: #ffffff;
}

.Fenfgcai_Max .swiper-button-next,
.Fenfgcai_Max .swiper-button-prev {
    width: 36px;
    height: 36px;
    top: auto;
    bottom: 0;
    left: auto;
    right: 13vw;
}

.Fenfgcai_Max .swiper-button-prev {
    right: 18vw;
}

.Fenfgcai_Max .swiper-button-next svg,
.Fenfgcai_Max .swiper-button-prev svg {
    width: 100%;
    height: 100%;
}

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

.YuanLi {
    width: 100%;
    overflow: hidden;
    background: rgba(241, 241, 241, 1);
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.YuanLi_l {
    width: 50%;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: center;
    align-content: center;
}

.YuanLi_Text {
    width: 700px;
    max-width: calc(100% - 30px);
    margin: var(--top50) 0;
    padding-right: 8vw;
}

.YuanLi_Text h2 {
    font-size: var(--size30);
    color: rgba(51, 51, 51, 1);
    position: relative;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(154, 154, 154, 1);
    font-family: 'zhong';
}

.YuanLi_Text h2::after {
    content: "";
    width: 0px;
    height: 0px;
    border-right: 8px solid rgba(154, 154, 154, 1);
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    position: absolute;
    right: 0;
    bottom: -4px;
}

.YuanLi img {
    width: 50%;
    object-fit: cover;
}

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

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

.YuanLi_Text ul li h3 {
    font-size: var(--size20);
    color: rgba(51, 51, 51, 1);
    font-family: 'zhong';
}

.YuanLi_Text ul li p {
    font-size: var(--size16);
    color: rgba(51, 51, 51, 0.7);
    margin-top: var(--top20);
    line-height: 1.8;
}

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

.YouSi_Top {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: center;
    align-content: center;
}

.YouSi_Top p {
    font-size: 80px;
    color: rgba(250, 250, 250, 1);
    text-transform: uppercase;
    font-family: 'bold';
    line-height: 1;
    text-align: right;
    text-shadow: 0px 1px 4px rgba(0, 0, 0, 0.1);
}

.YouSi_Top h2 {
    width: 340px;
    max-width: 100%;
    font-size: var(--size30);
    color: rgba(51, 51, 51, 1);
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(154, 154, 154, 1);
    font-family: 'zhong';
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    text-align: right;
}

.YouSi_Top h2::after {
    content: "";
    width: 0px;
    height: 0px;
    border-left: 8px solid rgba(154, 154, 154, 1);
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    position: absolute;
    bottom: -4px;
    left: 0;
}

.YouSi ul {
    width: 100%;
    overflow: hidden;
    padding-right: 6vw;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: var(--top30) var(--top60);
    position: relative;
}

.YouSi ul::after {
    content: "";
    width: 4vw;
    height: 4vw;
    background: rgba(0, 98, 161, 1);
    border-radius: 50%;
    position: absolute;
    top: 15px;
    right: 20px;
    z-index: 2;
}

.YouSi ul::before {
    content: "";
    width: 3vw;
    height: 3vw;
    background: rgba(0, 98, 161, 0.1);
    position: absolute;
    top: 55px;
    right: 0;
}

.YouSi ul li {
    width: 100%;
    overflow: hidden;
    background: rgba(239, 249, 255, 1);
    border-radius: var(--top20);
    padding: var(--top20) var(--top30);
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
}

.YouSi ul li:nth-child(3) {
    background: transparent;
}

.YouSi ul li:nth-child(6n+2),
.YouSi ul li:nth-child(6n+4),
.YouSi ul li:nth-child(6n) {
    background: rgba(246, 246, 246, 1);
}

.YouSi_text {
    width: 100%;
    overflow: hidden;
    border-left: 2px solid rgba(0, 98, 161, 1);
    padding: var(--top30) 0;
    padding-left: var(--top30);
}

.YouSi_text h3 {
    font-size: var(--size20);
    color: rgba(51, 51, 51, 1);
    font-family: 'zhong';
}

.YouSi_text p {
    font-size: var(--size16);
    color: rgba(51, 51, 51, 0.7);
    line-height: 1.6;
    margin-top: var(--top20);
}

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

.TianJIan>h2 {
    width: 100%;
    line-height: 42px;
    background: rgba(0, 98, 161, 1);
    text-align: center;
    font-size: var(--size20);
    color: #ffffff;
}

.TianJIan>p {
    font-size: var(--size14);
    color: rgba(51, 51, 51, 0.7);
    line-height: 2;
    margin-top: var(--top30);
}

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

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

.TianJIan ul li h3 {
    font-size: var(--size20);
    color: rgba(51, 51, 51, 1);
    position: relative;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(154, 154, 154, 1);
    font-family: 'zhong';
}

.TianJIan ul li h3::after {
    content: "";
    width: 0px;
    height: 0px;
    border-right: 8px solid rgba(154, 154, 154, 1);
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    position: absolute;
    right: 0;
    bottom: -4px;
}

.TianJIan_Text {
    width: 100%;
    overflow: hidden;
    font-size: var(--size14);
    color: rgba(51, 51, 51, 0.7);
    line-height: 1.8;
    margin-top: var(--top20);
}

.TianJIan_Text table {
    border: 4px solid #ffffff;
}

.TianJIan_Text table td {
    border: 4px solid #ffffff;
    padding: 5px;
}

.banner_p {
    width: 100%;
    overflow: hidden;
    margin-bottom: 40px;
}

.banner_im {
    width: 50%;
    overflow: hidden;
    background: rgba(0, 98, 161, 1);
}

.banner_im p {
    width: 700px;
    max-width: calc(100% - 30px);
    padding: var(--top30) var(--top50);
    padding-left: 0px;
    font-size: var(--size16);
    line-height: 1.8;
    color: rgba(255, 255, 255, 0.8);
    float: right;
}

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

.Gg {
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    font-size: var(--size24);
    color: rgba(51, 51, 51, 1);
    line-height: 1;
    font-family: 'zhong';
    position: relative;
}

.Gg::after {
    content: "";
    width: 58px;
    height: 20px;
    background-image: url(../images/zuo.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    display: block;
}

.Gg::before {
    content: "";
    width: 58px;
    height: 20px;
    background-image: url(../images/you.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    display: block;
}

.Gg span {
    display: block;
    margin: 0 var(--top30);
    position: relative;
}

.Gg span::after {
    content: "";
    width: 100%;
    height: 10px;
    background: rgba(207, 234, 251, 1);
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
}

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

.Duiwu ul li {
    width: 100%;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    border-left: 15px solid rgba(0, 137, 225, 1);
    background: rgba(242, 244, 249, 0.5);
}

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

.Duiwu_Text {
    width: 70%;
    overflow: hidden;
    padding: var(--top20) var(--top30);
}

.Duiwu_Text h2 {
    width: max-content;
    background: linear-gradient(rgba(0, 137, 225, 1), rgba(94, 91, 255, 1));
    line-height: 42px;
    font-size: var(--size18);
    color: rgba(255, 255, 255, 1);
    padding: 0 20px;
}

.Duiwu_p {
    font-size: var(--size14);
    color: rgba(51, 51, 51, 0.7);
    line-height: 1.8;
    margin-top: var(--top20);
}

.Duiwu_p p span {
    color: rgba(0, 98, 161, 1);
    margin-right: 15px;
}

.QuanGuo {
    width: 100%;
    overflow: hidden;
    background: rgba(250, 249, 249, 1);
}

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

.QuanGuo_Max>p {
    width: 1000px;
    max-width: 100%;
    margin: auto;
    font-size: var(--size16);
    color: rgba(51, 51, 51, 0.7);
    margin-top: var(--top30);
    text-align: center;
    line-height: 1.2;
}

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

.QuanGuo_Max ul li {
    width: 100%;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    flex-direction: row-reverse;
}

.QuanGuo_Max ul li img {
    width: 30%;
    height: auto;
    border-radius: 10px;
}

.QuanGuo_tEaxy {
    width: 70%;
    overflow: hidden;
    background: rgba(217, 228, 255, 1);
    border-radius: 20px 0 0 20px;
}

.QuanGuo_Top {
    width: 100%;
    overflow: hidden;
    background: linear-gradient(-45deg, rgba(0, 137, 225, 0), rgba(94, 91, 255, 0.2));
}

.QuanGuo_Top h2 {
    width: max-content;
    background: linear-gradient(rgba(0, 137, 225, 1), rgba(94, 91, 255, 1));
    line-height: 48px;
    padding: 0 var(--top30);
    border-radius: 20px 0 20px 0;
    font-size: var(--size14);
    color: rgba(255, 255, 255, 1);
}

.QuanGuo_tEaxy p {
    font-size: var(--size14);
    color: rgba(51, 51, 51, 0.7);
    padding: var(--top20) var(--top30);
    line-height: 1.7;
}



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

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

.Laomi .swiper-pagination {
    position: static;
    margin-top: 30px;
}

.Laomi .swiper-pagination .swiper-pagination-bullet {
    width: 5vw;
    height: 6px;
    background: rgba(0, 0, 0, 0.05);
    margin: 0 !important;
    opacity: 1;
    border-radius: 0px;
}

.Laomi .swiper-pagination .swiper-pagination-bullet-active {
    background: rgba(0, 98, 161, 1);
}

.Laomi .swiper-button-next,
.Laomi .swiper-button-prev {
    width: 36px;
    height: 36px;
    top: auto;
    bottom: 0;
    left: auto;
    right: 13vw;
}

.Laomi .swiper-button-prev {
    right: 18vw;
}

.Laomi .swiper-button-next svg,
.Laomi .swiper-button-prev svg {
    width: 100%;
    height: 100%;
}

.MuBian {
    width: 100%;
    overflow: hidden;
    background: rgba(244, 244, 244, 1);
    position: relative;
}

.MuBian::after {
    content: "";
    width: 13vw;
    height: 100%;
    position: absolute;
    right: 3.5vw;
    top: -100px;
    background-image: url(../images/sanjian.png);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: 100% auto;
}

.MuBian_Max {
    width: var(--max);
    margin: 80px auto 20px;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    padding-left: 6vw;
    z-index: 5;
}

.MuBian_Max::after {
    content: "";
    width: 10vw;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-image: url(../images/yuan.png);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: 100% auto;
}

.MuBian_Max img {
    width: 440px;
    height: auto;
    position: relative;
    z-index: 5;
}

.MuBian_Le {
    flex: 1;
    margin-left: 9vw;
}

.MuBian_Le h2 {
    width: 360px;
    max-width: 100%;
    font-size: var(--size30);
    color: rgba(51, 51, 51, 1);
    position: relative;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(154, 154, 154, 1);
    font-family: 'zhong';
    margin-top: var(--top50);
}

.MuBian_Le h2::after {
    content: "";
    width: 0px;
    height: 0px;
    border-right: 8px solid rgba(154, 154, 154, 1);
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    position: absolute;
    right: 0;
    bottom: -4px;
}

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

.Kecheng {
    width: 100%;
    overflow: hidden;
    background: rgba(0, 98, 161, 1);
    background-position: right center;
    background-repeat: no-repeat;
    background-size: auto 100%;
    margin-top: -100px;
    position: relative;
    z-index: 2;
}

/* .Kecheng::before{
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(0, 98, 161, 0.7);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
} */
.Kecheng::after {
    content: "";
    width: 100%;
    height: 100%;
    background: linear-gradient(-90deg, rgba(0, 98, 161, 0), rgba(0, 98, 161, 1) 50%);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5;
}

.Kecheng_Max {
    width: var(--max);
    overflow: hidden;
    margin: 7.5vw auto 5vw;
    position: relative;
    z-index: 6;
}

.Kecheng_L {
    width: 600px;
    max-width: 100%;
    overflow: hidden;
}

.Kecheng_L h2 {
    width: 360px;
    max-width: 100%;
    font-size: var(--size30);
    color: rgba(255, 255, 255, 1);
    position: relative;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(255, 255, 255, 1);
    font-family: 'zhong';
}

.Kecheng_L h2::after {
    content: "";
    width: 0px;
    height: 0px;
    border-right: 8px solid rgba(255, 255, 255, 1);
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    position: absolute;
    right: 0;
    bottom: -4px;
}

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

.Kecheng_Text p {
    font-size: var(--size16);
    color: rgba(255, 255, 255, 1);
}

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

.Jieshao::after {
    content: "";
    width: 12vw;
    height: 20vw;
    position: absolute;
    top: -4vw;
    right: 15vw;
    background-image: url(../images/cujiantou.png);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.Jieshao_top {
    width: var(--max);
    margin: auto;
    position: relative;
    z-index: 5;
}

.Jieshao_top h2 {
    width: 360px;
    max-width: 100%;
    font-size: var(--size30);
    color: rgba(51, 51, 51, 1);
    position: relative;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(154, 154, 154, 1);
    font-family: 'zhong';
}

.Jieshao_top h2::after {
    content: "";
    width: 0px;
    height: 0px;
    border-right: 8px solid rgba(154, 154, 154, 1);
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    position: absolute;
    right: 0;
    bottom: -4px;
}

.Jieshao_top p {
    font-size: var(--size16);
    color: rgba(51, 51, 51, 0.7);
    margin-top: 10px;
    line-height: 2;
}

.JieshaoLogu {
    width: 100%;
    overflow: hidden;
    margin-top: var(--top50);
    position: relative;
    z-index: 5;
}

.Jieshao_max {
    width: 1650px;
    max-width: calc(100% - 15px);
    float: right;
    background: rgba(0, 98, 161, 1);
}

.Jieshao_max_Maxi {
    width: 1400px;
    max-width: 100%;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.Jieshao_Left {
    width: 60%;
    overflow: hidden;
    padding: 50px 40px;
}

.Jieshao_Left img {
    width: 280px;
    max-width: 80%;
    height: auto;
}

.Jieshao_Left p {
    width: 420px;
    max-width: 100%;
    font-size: var(--size16);
    color: rgba(255, 255, 255, 1);
    margin-top: var(--top20);
}

.Jieshao_Left h2 {
    width: 420px;
    max-width: 100%;
    font-size: var(--size16);
    color: rgba(255, 255, 255, 1);
    margin-top: var(--top20);
}

.Jieshao_Left span {
    display: block;
    width: 100%;
    max-width: 100%;
    font-size: var(--size14);
    color: rgba(255, 255, 255, 0.8);
    margin-top: var(--top20);
}

.Jieshao_Img {
    width: 40%;
    overflow: hidden;
    position: relative;
    display: flex;
}

.Jieshao_Img::after {
    width: 100%;
    aspect-ratio: 4 / 4;
    background: rgba(20, 116, 178, 1);
    content: "";
    position: absolute;
    top: 50%;
    left: 0%;
    transform: translateY(-50%);
    border-radius: 50%;
}

.Jieshao_Img img {
    max-width: 80%;
    max-height: 90%;
    margin: auto;
    position: relative;
    z-index: 5;
}

.Jieshao ul {
    width: var(--max);
    margin: var(--top50) auto 0;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: var(--top30);
    position: relative;
}

.Jieshao ul li {
    width: 100%;
    overflow: hidden;
    padding: var(--top30) var(--top20);
    border: 4px solid;
    background: #ffffff;
    position: relative;
    z-index: 5;
    border-image: linear-gradient(297deg, rgba(0, 137, 225, 0), rgba(94, 91, 255, 0)) 1 1;
}

.Jieshao ul li:hover {
    border: 4px solid;
    border-image: linear-gradient(297deg, rgba(0, 137, 225, 1), rgba(94, 91, 255, 1)) 1 1;
}

.Jieshao ul li img {
    width: 66px;
    height: 66px;
    object-fit: contain;
    margin: auto;
}

.Jieshao ul li h2 {
    text-align: center;
    font-size: var(--size16);
    color: rgba(51, 51, 51, 1);
    margin-top: var(--top20);
}

.Jieshao ul li p {
    font-size: var(--size14);
    color: rgba(51, 51, 51, 0.7);
    margin-top: var(--top20);
    line-height: 1.6;
}


.Jieshao::before {
    content: "";
    width: 16vw;
    height: 17vw;
    position: absolute;
    bottom: 25%;
    left: 0;
    background-image: url(../images/lan.png);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.Jieshao ul::before {
    content: "";
    width: 10vw;
    height: 11vw;
    position: absolute;
    bottom: 10%;
    right: -5vw;
    background-image: url(../images/caixe.png);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.video {
    width: 80%;
    overflow: hidden;
    margin: 20px auto;
}

.video video {
    width: 100%;
    height: auto;
    display: block;
}

.Showi {
    width: 100%;
    overflow: hidden;
    margin: 20px auto var(--top60);
}

.Miansu {
    width: var(--max);
    margin: auto;
    display: flex;
    align-items: center;
    font-size: 12px;
    color: rgba(51, 51, 51, 0.5);
    font-family: 'zhong';
}

.Miansu p {
    color: rgba(51, 51, 51, 1);
}

.Showi_lojk {
    width: 1660px;
    max-width: calc(100% - 15px);
    overflow: hidden;
    float: right;
    margin-top: var(--top60);
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}

.Showi_L {
    width: 440px;
    overflow: hidden;
}

.Showi_Top {
    width: 100%;
    overflow: hidden;
    border-left: 2px solid rgba(0, 98, 161, 1);
    padding-left: 8px;
}

.Showi_Top h2 {
    font-size: var(--size24);
    color: rgba(51, 51, 51, 1);
    font-family: 'zhong';
    line-height: 1;
}

.Showi_Top>p {
    font-size: var(--size14);
    color: rgba(51, 51, 51, 0.3);
    margin-top: 10px;
    line-height: 1;
}

.Showi_L>p {
    font-size: var(--size16);
    color: rgba(51, 51, 51, 0.7);
    line-height: 1.6;
    margin-top: var(--top60);
}

.Showi_r {
    flex: 1;
    margin-left: 7vw;
    position: relative;
}

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

.sow_Swiper .swiper-slide {
    width: 50%;
    overflow: hidden;
    padding: 20px;
    padding-bottom: 5vw;
}

.swiper-slide img {
    width: 100%;
    height: auto;
    box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.2);
}

.sow_Swiper .swiper-slide-active img {
    transform: translateY(5vw);
}

.Showi_Maxds {
    width: 50%;
    position: absolute;
    left: 0;
    bottom: var(--top30);
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.Showi_Maxds .swiper-button-prev,
.Showi_Maxds .swiper-button-next,
.Showi_Maxds .swiper-pagination {
    position: static;
    margin: 0;
    inset: 0;
    width: max-content;
}

.Showi_Maxds .swiper-button-next,
.Showi_Maxds .swiper-button-prev {
    width: 36px;
    height: 36px;
}

.Showi_Maxds .swiper-button-next svg,
.Showi_Maxds .swiper-button-prev svg {
    width: 100%;
    height: 100%;
}

.Showi_Maxds .swiper-pagination {
    font-size: var(--size14);
    color: rgba(51, 51, 51, 0.7);
    margin: 0 24px;
}

.Showi_Maxds .swiper-pagination-current {
    font-size: 16px;
    color: rgba(51, 51, 51, 1);
}

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

.Chhengguoi>h2 {
    text-align: center;
    font-size: var(--size24);
    color: rgba(51, 51, 51, 1);
    line-height: 1;
    padding: 0 20px;
    padding-bottom: 10px;
    border-bottom: 2px solid rgba(0, 98, 161, 1);
    width: max-content;
    margin: auto;
}

.Chhengguoi>p {
    font-size: var(--size24);
    color: rgba(51, 51, 51, 0.3);
    text-align: center;
    margin-top: 10px;
}

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

.RongYU::after {
    content: "";
    width: 100%;
    height: 80%;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    background-image: url(../images/beijing2.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -1;
}

.RongYU_max {
    width: var(--max);
    margin: auto;
    overflow: hidden;
    position: relative;
}

.RongYU_max h2 {
    width: 900px;
    max-width: 100%;
    font-size: var(--size20);
    color: rgba(51, 51, 51, 1);
    position: relative;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(1, 93, 153, 1);
    font-family: 'zhong';
    position: relative;
    z-index: 6;
}

.RongYU_max h2::after {
    content: "";
    width: 0px;
    height: 0px;
    border-right: 8px solid rgba(1, 93, 153, 1);
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    position: absolute;
    right: 0;
    bottom: -4px;
}

.RongYU_max ul {
    width: 900px;
    max-width: 80%;
    margin-top: 110px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: var(--top20) var(--top50);
}

.RongYU_max ul li {
    width: 100%;
    overflow: hidden;
    background: rgba(217, 217, 217, 1);
    display: flex;
    box-shadow: 0px 3px 20px 0px rgba(0, 0, 0, 0.15);
    position: relative;
    z-index: 5;
}

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

.RongYU_max ul li:nth-child(3) {
    background: transparent;
    box-shadow: initial;
    position: static;
}

.RongYU_max ul li:nth-child(3) img {
    width: 38%;
    position: absolute;
    top: 0;
    right: 0;
    border: 5px solid rgba(1, 93, 153, 1);
    z-index: 4;
}

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

.XueSehng::after {
    content: "";
    width: 100%;
    height: 80%;
    position: absolute;
    bottom: 0;
    left: 0;
    background: rgba(0, 103, 164, 1);
    z-index: -1;
}

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

.XueSehng_Max h2 {
    width: 900px;
    max-width: 100%;
    font-size: var(--size20);
    color: rgba(51, 51, 51, 1);
    position: relative;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(1, 93, 153, 1);
    font-family: 'zhong';
    position: relative;
    z-index: 6;
}

.XueSehng_Max h2::after {
    content: "";
    width: 0px;
    height: 0px;
    border-right: 8px solid rgba(1, 93, 153, 1);
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    position: absolute;
    right: 0;
    bottom: -4px;
}

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

.XueSehng_Max ul li {
    width: 40%;
    overflow: hidden;
}

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

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

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

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

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

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

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

.ChangDi ul li h2 {
    width: max-content;
    max-width: 100%;
    margin: auto;
    font-size: var(--size16);
    color: rgba(51, 51, 51, 1);
    margin-top: 20px;
    border-bottom: 1px solid rgba(51, 51, 51, 1);
    padding-bottom: 15px;
}

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

.rong_mySwiper img {
    width: 100%;
    height: 360px;
    object-fit: contain;
    border: 2px solid rgba(221, 221, 221, 1);
    padding: var(--top20);
    border-radius: 10px;
}

.rong_mySwiper h2 {
    text-align: center;
    font-size: var(--size16);
    color: rgba(51, 51, 51, 1);
    margin-top: 25px;
}

.rong_Maxds {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    margin-top: 40px;
    position: static;
    inset: 0;
}

.rong_Maxds .swiper-button-prev,
.rong_Maxds .swiper-button-next,
.rong_Maxds .swiper-pagination {
    position: static;
    margin: 0;
    inset: 0;
    width: max-content;
}

.rong_Maxds .swiper-button-next,
.rong_Maxds .swiper-button-prev {
    width: 36px;
    height: 36px;
}

.rong_Maxds .swiper-button-next svg,
.rong_Maxds .swiper-button-prev svg {
    width: 100%;
    height: 100%;
}

.rong_Maxds .swiper-pagination {
    font-size: var(--size14);
    color: rgba(51, 51, 51, 0.7);
    margin: 0 24px;
}

.rong_Maxds .swiper-pagination-current {
    font-size: 16px;
    color: rgba(51, 51, 51, 1);
}

.GuanYu {
    width: 100%;
    background-image: url(../images/AAAAAAAAA.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: var(--top30) 0 var(--top100);
}

.GuanYu_Max {
    width: var(--max);
    height: 480px;
    border-radius: 10px;
    background-position: right center !important;
    background-repeat: no-repeat !important;
    background-size: auto 100% !important;
    margin: auto;
    position: relative;
}

.JianJie {
    width: 700px;
    max-width: 100%;
    overflow: hidden;
    background: rgba(255, 255, 255, 1);
    border-radius: 10px;
    padding: var(--top50) var(--size40);
    position: absolute;
    bottom: 5vw;
    left: 0;
}

.JianJie_Yop {
    width: 100%;
    overflow: hidden;
    display: flex;
    align-items: flex-start;
}

.JianJie_Yop h2 {
    width: max-content;
    padding: 0 10px;
    font-size: var(--size24);
    color: rgba(51, 51, 51, 1);
    line-height: 1;
    border-bottom: 2px solid rgba(0, 98, 161, 1);
    padding-bottom: 10px;
}

.JianJie_Yop p {
    font-size: var(--size24);
    color: rgba(51, 51, 51, 0.3);
    margin-left: 10px;
    line-height: 1;
}

.JianJie>p {
    font-size: var(--size14);
    color: rgba(51, 51, 51, 0.7);
    line-height: 1.5;
    margin-top: var(--top30);
}

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

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

.GuanYu_img {
    width: 100%;
    aspect-ratio: 4 / 4;
    border-radius: 50%;
    background: rgba(67, 162, 223, 0.1);
    display: flex;
    padding: 25px;
}

.GuanYu_Im {
    width: 100%;
    height: 100%;
    display: flex;
    margin: auto;
    background: rgba(255, 255, 255, 1);
    border-radius: 50%;
}

.GuanYu_Im img {
    max-width: 60%;
    max-height: 60%;
    margin: auto;
}

.JianJie ul li h2 {
    text-align: center;
    font-size: var(--size14);
    color: rgba(51, 51, 51, 0.7);
    margin-top: 10px;
}

.linian {
    width: 100%;
    overflow: hidden;
    background: linear-gradient(258.71deg, #0D65D2 5.33%, #74A5E7 34.22%, #3C9DFF 74.19%, #0040A5 99.43%),
        linear-gradient(258.71deg, color(display-p3 0.176 0.388 0.796) 5.33%, color(display-p3 0.494 0.643 0.882) 34.22%, color(display-p3 0.345 0.608 0.969) 74.19%, color(display-p3 0.008 0.243 0.624) 99.43%),
        linear-gradient(0deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)),
        linear-gradient(0deg, color(display-p3 0.000 0.000 0.000 / 0), color(display-p3 0.000 0.000 0.000 / 0));

}

.linian_Max {
    width: var(--max);
    margin: 10vw auto;
}

.linian_Max>h2 {
    text-align: center;
    font-size: var(--size24);
    color: rgba(255, 255, 255, 1);
    line-height: 1;
    padding: 0 20px;
    padding-bottom: 10px;
    border-bottom: 2px solid rgba(255, 255, 255, 1);
    width: max-content;
    margin: auto;
}

.linian_Max>span {
    display: block;
    font-size: var(--size24);
    color: rgba(255, 255, 255, 0.5);
    text-align: center;
    margin-top: 10px;
}

.linian_Max p {
    width: 850px;
    max-width: 100%;
    margin: auto;
    font-size: var(--size16);
    color: rgba(255, 255, 255, 0.8);
    margin-top: var(--top30);
    line-height: 1.8;
    text-align: center;
}

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

.linian_Max ul li {
    width: 120px;
    height: 120px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 4px solid #ffffff;
    font-size: var(--size14);
    color: #ffffff;
    border-radius: 50%;
    margin: 0 2vw;
}

.inbanner {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.inbanner_mySwiper {
    width: 100%;
    overflow: hidden;
    height: 38vw;
}

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

.inbanner_Text {
    width: var(--max);
    overflow: hidden;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    z-index: 9;
}

.inbanner_L {
    width: max-content;
}

.inbanner_L h2 {
    width: max-content;
    font-size: var(--size50);
    color: #FFFFFF;
    font-family: 'bold';
    line-height: 1.5;
    font-style: italic;
    user-select: none;
}

.inbanner_Text form {
    width: 500px;
    max-width: 70%;
    position: relative;
    margin-top: var(--top50);
    display: block;
    overflow: hidden;
    padding: 10px;
    background: rgba(255, 255, 255, 1);
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.inbanner_L form input {
    width: calc(100% - 110px);
    height: 42px;
    background: rgba(255, 255, 255, 1);
    padding: 0 15px;
    font-size: var(--size14);
    color: rgba(51, 51, 51, 0.5);
}

.inbanner_L form input.submita {
    width: 110px;
    height: 42px;
    background: linear-gradient(270deg, #008CE8 0%, #5F5BFF 104.66%),
        linear-gradient(270deg, color(display-p3 0.000 0.537 0.882) 0%, color(display-p3 0.369 0.357 1.000) 104.66%);
    padding: 0;
    color: #ffffff;
    font-size: 12px;
    cursor: pointer;
}

.inbanner_Text h2 span {
    color: #4FBAFF;
}

.inbanner_Text .swiper-pagination {
    position: static;
}

.inbanner_Text .swiper-pagination-bullet {
    width: 6px;
    height: 4px;
    background: rgba(166, 220, 255, 0.3);
    border-radius: 4px;
    opacity: 1;
}

.inbanner_Text .swiper-pagination-bullet-active {
    width: 12px;
    background: rgba(166, 220, 255, 1);
}

.HSejn {
    width: 100%;
    background: rgba(255, 255, 255, 1);
    box-shadow: 0px 2px 34px 0px rgba(0, 58, 116, 0.15);
}

.HSejn_Max {
    width: 1600px;
    max-width: calc(100% - 30px);
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.HSejn_Max ul {
    width: calc(100% - 200px);
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
}

.HSejn_Max ul li {
    width: 100%;
    border-right: 1px solid rgba(0, 0, 0, 0.1);
    position: relative;
}

.HSejn_Max ul li::after {
    content: "";
    width: 150px;
    height: 150px;
    background: #ffffff;
    border-radius: 50%;
    position: absolute;
    top: -75px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
}

.HSejn_Max ul li img {
    width: auto;
    height: 60px;
    object-fit: contain;
    margin: auto;
    position: relative;
    z-index: 11;
    margin-top: -40px;
}

.HSejn_Max ul li h2 {
    width: 100%;
    text-align: center;
    font-size: var(--size16);
    color: rgba(51, 51, 51, 1);
    margin: 30px auto 50px;
    font-family: 'zhong';
    position: relative;
    z-index: 11;
}

.HSejn_h {
    width: 100px;
    background: rgba(0, 98, 161, 1);
    font-size: var(--size16);
    color: rgba(255, 255, 255, 1);
    line-height: 1;
    writing-mode: vertical-rl;
    display: flex;
    justify-content: center;
    align-items: center;
    letter-spacing: 2px;
    position: relative;
    padding-right: 15px;
}

.HSejn_h::after {
    content: "";
    width: 35px;
    height: 80px;
    background: rgba(255, 255, 255, 1);
    position: absolute;
    top: 50%;
    right: -10px;
    transform: translateY(-50%);
}

.HSejn_a {
    width: 100px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    align-content: center;
}

.HSejn_a a {
    width: 100%;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    align-content: center;
}

.HSejn_a svg {
    width: 25px;
    height: auto;
    margin: auto;
}

.HSejn_a span {
    width: 100%;
    display: block;
    font-size: var(--size14);
    color: rgba(51, 51, 51, 1);
    text-align: center;
    margin-top: 15px;
}

.INguanyu {
    width: 100%;
    overflow: hidden;
    background-image: url(../images/beijing3.png);
    background-position: left top;
    background-repeat: no-repeat;
    background-size: 50% 100%;
}

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

.INguanyu_img {
    width: 35%;
    position: relative;
}

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

.INguanyu_Text {
    width: 230px;
    overflow: hidden;
    background: rgba(17, 118, 183, 1);
    padding: var(--top30) var(--top20);
    position: absolute;
    bottom: var(--top50);
    right: -120px;
}

.INguanyu_Text::after {
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(0, 98, 161, 1);
    position: absolute;
    top: 0;
    left: 0;
    clip-path: polygon(100% 0, 100% 100%, 0% 100%);
}

.INguanyu_Text h2 {
    font-size: var(--size18);
    color: rgba(255, 255, 255, 1);
    font-family: 'zhong';
    line-height: 1;
    position: relative;
    z-index: 5;
}

.INguanyu_Text h2::after {
    content: "";
    width: 40px;
    height: 4px;
    background: rgba(71, 167, 229, 1);
    display: block;
    margin-top: 15px;
}

.INguanyu_Text ul {
    width: 100%;
    overflow: hidden;
    margin-top: 15px;
    position: relative;
    z-index: 5;
}

.INguanyu_Text ul li {
    font-size: var(--size16);
    color: rgba(255, 255, 255, 1);
    margin-top: 10px;
    display: flex;
    align-items: center;
}

.INguanyu_Text ul li::before {
    content: "";
    width: 15px;
    height: 4px;
    background: rgba(193, 231, 255, 1);
    border-radius: 1px;
    margin-right: 8px;
    display: block;
}

.INguanyu_Text>img {
    width: 60px;
    height: auto;
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 5;
}

.INguanyu_Rihht {
    flex: 1;
    margin-left: 160px;
}

.INguanyu_Yop {
    width: 100%;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    border-left: 10px solid rgba(0, 98, 161, 1);
    padding-left: var(--top30);
}

.INguanyu_Yop>p {
    font-size: 120px;
    color: rgba(153, 153, 153, 0.2);
    line-height: 0.7;
}

.INguanyu_Yop_R {
    width: max-content;
}

.INguanyu_Yop_R p {
    font-size: var(--size24);
    color: rgba(51, 51, 51, 0.5);
}

.INguanyu_Yop_R h2 {
    font-size: var(--size24);
    color: rgba(51, 51, 51, 1);
}

.INguanyu_Rihht>p {
    font-size: var(--size16);
    color: rgba(51, 51, 51, 0.7);
    line-height: 1.7;
    margin-top: var(--top30);
    padding-left: var(--top30);
}

.INguanyu_aa {
    width: 100%;
    margin-top: var(--top30);
}

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

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


.INguanyu_aa ul li h2 {
    text-align: center;
    font-size: var(--size14);
    color: rgba(51, 51, 51, 0.7);
    margin-top: 10px;
}

.INguanyu_vv {
    width: 100%;
    margin-top: var(--top30);
}

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

.INguanyu_vv ul li {
    width: 100%;
    overflow: hidden;
    padding: 0 var(--top20);
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.INguanyu_vv ul li a {
    width: 100%;
    line-height: 44px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    font-size: var(--size14);
    color: rgba(51, 51, 51, 1);
}

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

.zhuany {
    width: 100%;
    overflow: hidden;
    background-image: url(../images/beijing4.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
    margin: var(--top60) auto;
}

.zhuany_Max {
    width: var(--max);
    overflow: hidden;
    margin: 80px auto;
}


.zhuanyYop {
    width: 100%;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    border-left: 10px solid rgba(255, 255, 255, 1);
    padding-left: var(--top30);
}

.zhuany_Yop_R {
    width: max-content;
    background-image: url(../images/p.png);
    min-height: 70px;
    background-position: left bottom;
    background-repeat: no-repeat;
    background-size: 50px auto;
    padding-left: 72px;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    align-content: flex-end;
}

.zhuany_Yop_R p {
    width: 100%;
    font-size: var(--size20);
    color: rgba(255, 255, 255, 0.5);
}

.zhuany_Yop_R h2 {
    font-size: var(--size20);
    color: rgba(255, 255, 255, 1);
}

.zhuany_h {
    width: max-content;
    margin: auto;
    margin-top: 20px;
    overflow: hidden;
    position: relative;
    padding: 0 10px;
}

.zhuany_h::before {
    content: "";
    width: 100%;
    height: 36px;
    background: rgba(202, 234, 255, 1);
    border-radius: 36px;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
}

.zhuany_h h2 {
    width: 100%;
    overflow: hidden;
    background: linear-gradient(270deg, #008CE8 0%, #5F5BFF 104.66%),
        linear-gradient(270deg, color(display-p3 0.000 0.537 0.882) 0%, color(display-p3 0.369 0.357 1.000) 104.66%);
    font-size: var(--size16);
    color: rgba(255, 255, 255, 1);
    font-family: 'zhong';
    text-align: center;
    line-height: 36px;
    border-radius: 36px;
    padding: 0 var(--top60);
    margin-top: 3px;
    position: relative;
    z-index: 5;
}

.zhuany_h::after {
    content: "";
    width: 33px;
    height: 30px;
    background-image: url(../images/sanjiantou.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
    display: block;
    margin: auto;
    margin-top: 15px;
}

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

.zhuany_Max ul li {
    background: rgba(255, 255, 255, 1);
    width: 180px;
    line-height: 54px;
    border-radius: 8px;
    font-size: var(--size16);
    color: rgba(55, 173, 224, 1);
    text-align: center;
    position: relative;
}

.zhuany_Max ul li::after {
    content: "";
    width: 6px;
    height: 6px;
    background: linear-gradient(270deg, #008CE8 0%, #00B0E5 104.66%),
        linear-gradient(270deg, color(display-p3 0.000 0.537 0.882) 0%, color(display-p3 0.216 0.678 0.878) 104.66%);
    border-radius: 50%;
    position: absolute;
    top: 8px;
    left: 8px;
}

.zhuany_Max ul li:nth-child(2n) {
    background: linear-gradient(270deg, #008CE8 0%, #00B0E5 104.66%),
        linear-gradient(270deg, color(display-p3 0.000 0.537 0.882) 0%, color(display-p3 0.216 0.678 0.878) 104.66%);
    color: rgba(255, 255, 255, 1);

}

.zhuany_Max ul li:nth-child(2n)::after {
    background: rgba(255, 255, 255, 1);
}

.ShiZia {
    width: 100%;
    overflow: hidden;
    background-image: url(../images/youlou.png);
    background-position: right top;
    background-repeat: no-repeat;
    background-size: 50% 100%;
}

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

.ShiZia_Top {
    width: 100%;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    position: relative;
}

.ShiZia_Top::after {
    content: "";
    width: 200px;
    height: 80px;
    background-image: url(../images/dian.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: -20px;
    left: 0;
}

.ShiZia_Top>p {
    font-size: var(--size16);
    color: rgba(51, 51, 51, 0.7);
    line-height: 1.5;
    position: relative;
    z-index: 1;
}

.ShiZia_Right {
    width: max-content;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    border-right: 10px solid rgba(0, 98, 161, 1);
    padding-right: var(--top30);
}

.ShiZia_Right>p {
    font-size: 120px;
    color: rgba(153, 153, 153, 0.2);
    line-height: 0.7;
}

.ShiZia_Yop_R p {
    font-size: var(--size24);
    color: rgba(51, 51, 51, 0.5);
}

.ShiZia_Yop_R h2 {
    font-size: var(--size24);
    color: rgba(51, 51, 51, 1);
}

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

.ShiZia_Top i {
    width: 25%;
    height: 2px;
    background: rgba(0, 98, 161, 1);
    display: block;
    margin-left: 5vw;
    margin-right: auto;
}
.aamySwiper{
    width: 100%;
    overflow: hidden;
    margin-top: var(--top60);
    margin-bottom: var(--top100);
}
.ShiZia_Max ul {
    width: 100%;
    overflow: hidden;
    margin-top: var(--top60);
    margin-bottom: var(--top100);
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: var(--top30);
}

.ShiZia_img {
    width: 160px;
    height: 160px;
    background: #ffffff;
    border-radius: 50%;
    padding: 13px;
    margin: auto;
    position: relative;
    z-index: 5;
}

.ShiZia_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}

.ShiZia_Text {
    width: 100%;
    overflow: hidden;
    background: rgba(0, 98, 161, 1);
    margin-top: -80px;
    padding: 30px 20px;
}

.ShiZia_Text h2 {
    font-size: 16px;
    color: rgba(255, 255, 255, 1);
    text-align: center;
    margin-top: 70px;
}

.ShiZia_Text p {
    font-size: var(--size14);
    color: rgba(255, 255, 255, 0.7);
    margin-top: 20px;
    line-height: 1.5;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.ShiZia_Top .INguanyu_Yop {
    width: max-content;
}

.bottomo::after {
    left: auto;
    right: 0;
}

.bottomo .INguanyu_Yop>p {
    line-height: 0.8;
}

.bottomo i {
    margin-left: auto;
    margin-right: 200px;
}

.Fengcxai {
    width: 100%;
    margin-top: var(--top60);
    overflow: hidden;
    background-image: url(../images/beijing6.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.Fengcxai ul {
    width: 100%;
    aspect-ratio: 7 / 3;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 2fr ;
    gap: 25px;
}

.Fengcxai ul li {
    width: 100%;
    height: 100%;
}

.Fengcxai ul li img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.heng{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.heng img{
    width: 100%;
    height: auto !important;
}

.In_Moun {
    width: var(--max);
    overflow: hidden;
    margin: var(--top100) auto;
}

.borrem_l i {
    margin-left: 200px;
}

.In_Moun ul {
    width: 100%;
    overflow: hidden;
    margin-top: var(--top30);
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: var(--top30);
}

.In_Moun ul li {
    width: max-content;
    line-height: 42px;
    border: 1px solid rgba(229, 229, 229, 1);
    font-size: var(--size16);
    color: rgba(51, 51, 51, 1);
    padding: 0 var(--top20);
    cursor: pointer;
}

.In_Moun ul li.In_Moun_Text {
    background: rgba(0, 98, 161, 1);
    border: transparent;
    color: #ffffff;
}

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

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

.In_Moun_Swiper {
    padding: 15px !important;
}

.In_Moun_Swiper .swiper-slide {
    box-shadow: 0px 5px 10px 0px rgba(0, 49, 81, 0.15);
}

.In_MouList .In_MouList img {
    width: 100%;
    overflow: hidden;
}

.In_Moun_OMin {
    width: 100%;
    overflow: hidden;
    padding: 24px;
}

.In_Moun_OMin h2 {
    font-size: var(--size16);
    color: rgba(51, 51, 51, 1);
    line-height: 1.5;
}

.In_Moun_OMin p {
    font-size: var(--size14);
    color: rgba(51, 51, 51, 0.5);
    margin-top: 15px;
}

.In_Moun_Swiper .swiper-pagination {
    width: 100%;
    overflow: hidden;
    position: static;
    display: flex;
}

.In_Moun_Swiper .swiper-pagination-bullet {
    width: 20px;
    height: 5px;
    border-radius: 5px;
    background: rgba(196, 203, 212, 1);
    opacity: 1;
}

.In_Moun_Swiper .swiper-pagination-bullet-active {
    width: 100px;
    background: rgba(0, 98, 161, 1);
}

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

.In_MouListpp a {
    width: 105px;
    line-height: 40px;
    border: 1px solid rgba(229, 229, 229, 1);
    text-align: center;
    font-size: var(--size14);
    color: rgba(51, 51, 51, 1);
}

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

.Inlianxi_l {
    width: 40%;
    overflow: hidden;
    background-image: url(../images/lianxi1.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.Inlianxi_l::after {
    content: "";
    width: 100%;
    height: 100%;
    background: linear-gradient(231.25deg, rgba(255, 255, 255, 0.8) 36.15%, rgba(210, 213, 255, 0.352) 90.23%),
        linear-gradient(231.25deg, color(display-p3 1.000 1.000 1.000 / 0.8) 36.15%, color(display-p3 0.824 0.835 1.000 / 0.352) 90.23%);
    position: absolute;
    top: 0;
    left: 0
}

.Inlianxi_text {
    width: 495px;
    max-width: calc(100% - 30px);
    float: right;
    padding: 40px 7vw 9vw 0;
    position: relative;
    z-index: 5;
}

.Inlianxi_text .INguanyu_Yop>p {
    color: rgba(153, 153, 153, 0.2);
    line-height: 0.8;
}

.Inlianxi_text .INguanyu_Yop_R p {
    color: rgba(51, 51, 51, 0.5);
}

.Inlianxi_text .INguanyu_Yop_R hh2 {
    color: rgba(51, 51, 51, 1);
}

.Inlianxi_text>p {
    font-size: var(--size14);
    color: rgba(51, 51, 51, 0.7);
    line-height: 1.8;
    margin-top: var(--top30);
    white-space: nowrap;
}

.Inlianxi_text>a {
    width: 230px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: linear-gradient(270deg, #008CE8 0%, #5F5BFF 104.66%),
        linear-gradient(270deg, color(display-p3 0.000 0.537 0.882) 0%, color(display-p3 0.369 0.357 1.000) 104.66%);
    font-size: var(--size16);
    color: rgba(255, 255, 255, 1);
    margin-top: var(--top50);
}

.Inlianxi_text>a svg {
    width: 25px;
    height: auto;
    margin-right: 10px;
}

.Inlianxi_r {
    width: 60%;
    overflow: hidden;
    background-image: url(../images/lianxi1.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    border-left: 30px solid #0f85d0;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
}

.Inlianxi_r ul {
    width: 850px;
    nav-index: calc(100% - 15px);
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    margin-top: var(--top50);
    gap: var(--top60);
    margin-bottom: 9vw;
}

.Inlianxi_r ul li {
    width: max-content;
}

.Inlianxi_r ul li img {
    width: 180px;
    height: auto;
    margin: auto;
}

.Inlianxi_r ul li h2 {
    text-align: center;
    font-size: var(--size16);
    color: rgba(255, 255, 255, 1);
    margin-top: 10px;
}

.Inlianxi_r ul li p {
    text-align: center;
    font-size: var(--size14);
    color: rgba(255, 255, 255, 1);
    background-image: url(../images/dianhhua1.png);
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 18px auto;
    padding-left: 25px;
    margin-top: 10px;
}

.footer {
    width: 100%;
    overflow: hidden;
    background: rgba(28, 28, 28, 1);
}

.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_L {
    width: 300px;
    overflow: hidden;
}

.footer_logo {
    width: 220px;
    max-width: 100%;
    overflow: hidden;
}

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

.footer_L p {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.3);
    margin-top: var(--top50);
}

.footer_L form {
    width: 100%;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 10px;
    border-radius: 32px;
}

.footer_L form input {
    width: calc(100% - 100px);
    height: 32px;
    background: rgba(0, 0, 0);
    font-size: 12px;
    color: rgba(255, 255, 255, 0.3);
    padding: 0 20px;
}

.footer_L form input.submitaaa {
    width: 100px;
    ime-mode: 32px;
    background: linear-gradient(270deg, #008CE8 0%, #5F5BFF 104.66%),
        linear-gradient(270deg, color(display-p3 0.000 0.537 0.882) 0%, color(display-p3 0.369 0.357 1.000) 104.66%);
    font-size: 12px;
    color: #ffffff;
    padding: 0;
    cursor: pointer;
}
.footer_c{
    width: 300px;
    overflow: hidden;
    margin: 0 auto;
}
.footer_c h2{
    font-size: 14px;
    color: rgba(255, 255, 255, 1);
}
.footer_c ul{
    width: 100%;
    overflow: hidden;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 10px;
    margin-top: var(--top30);
}
.footer_c ul li{
    width: 100%;
    overflow: hidden;
    font-size: var(--size14);
    color: rgba(255, 255, 255, 0.6);
    line-height: 1.8;
}
.footer_c ul li:hover{
    color: rgba(174, 223, 255, 1);
}
.footer_cxx{
    width: max-content;
    overflow: hidden;
}
.footer_cxx h2{
    font-size: 14px;
    color: rgba(255, 255, 255, 1);
}
.footer_Top{
    width: 600px;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}
.footer_cxx ul{
    width: max-content;
    overflow: hidden;
    margin-top: var(--top30);
}
.footer_cxx ul li{
    width: 100%;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    line-height: 1.8;
    margin-bottom: 10px;
}
.footer_cxx ul li>p{
    width: max-content;
    font-size: var(--size14);
    color: rgba(255, 255, 255, 0.6);
}
.footer_cr{
    width: 250px;
}
.footer_cr p{
    font-size: var(--size14);
    color: rgba(255, 255, 255, 0.6);
    line-height: 1.8;
}
.footer_cr p span{
    color: #ffffff;
    font-family: 'zhong';
}
.footer_Maxs{
    width: max-content;
    display: flex;
    flex-wrap: wrap;
}
.footer_List{
    width: 100px;
    margin-left: var(--top30);

}
.footer_List img{
    width: 100%;
    height: auto;
}
.footer_List h2{
    text-align: center;
    font-size: var(--size14);
    color: rgba(255, 255, 255, 0.6);
    margin-top: 10px;
}
.beian{
    width: 100%;
    overflow: hidden;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.beian_max{
    width: var(--max);
    overflow: hidden;
    margin: var(--top20) auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    font-size: 12px;
    color: rgba(255, 255, 255, 0.3);
}