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

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

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

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

body {
    font-family: "m";
}

.Hertre {
    width: 100%;
    z-index: 999;
    overflow: hidden;
    position: relative;
    background: #fff;
}

.Hertre_tel {
    width: var(--max);
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
}

.Hertre_text {
    width: max-content;
    position: relative;
    font-size: var(--size20);
    color: rgb(255, 255, 255);
    line-height: 60px;
    padding-left: 6vw;
    letter-spacing: 5px;
}

.Hertre_text p {
    position: relative;
    z-index: 2;
}

.Hertre_text::after {
    content: "";
    width: 500%;
    height: 100%;
    background: rgb(10, 77, 146);
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 0px 0px 0px 60px;
}

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

.Logo {
    width: 220px;
    overflow: hidden;

}

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

.Nav {
    width: max-content;
}

.Nav ul {
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: var(--top50);
}

.Nav ul li {
    font-size: var(--size18);
    color: rgb(51, 51, 51);
    text-align: center;
    line-height: 80px;
    position: relative;
}

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


.Nav ul li.Nav_cen {
    color: rgb(10, 77, 146)
}

.Nav ul li:hover {
    color: rgb(10, 77, 146);
}

.Nav ul li::after {
    content: "";
    width: 0%;
    height: 3px;
    background: rgb(10, 77, 146);
    position: absolute;
    bottom: 0px;
    left: 0%;
    transition: all 0.3s;
}

.Nav ul li.Nav_cen::after {
    width: 100%;
}

.Nav ul li:hover::after {
    width: 100%;
}

.An {
    width: 30px;
    display: none;
}

.menu_button {
    cursor: pointer;
    width: 30px;
    height: 30px;
}

.menu_button:focus {
    outline: none;
}

.menu_button .line {
    fill: none;
    stroke: rgb(10, 77, 146);
    stroke-width: 8;
    stroke-linecap: round;
    transition: stroke-dasharray 600ms cubic-bezier(0.4, 0, 0.2, 1),
        stroke-dashoffset 600ms cubic-bezier(0.4, 0, 0.2, 1);
}

.menu_button .line1 {
    stroke-dasharray: 60 207;
}

.menu_button .line2 {
    stroke-dasharray: 60 60;
}

.menu_button .line3 {
    stroke-dasharray: 60 207;
}

.menu_button.opened .line1 {
    stroke-dasharray: 90 207;
    stroke-dashoffset: -134;
}

.menu_button.opened .line2 {
    stroke-dasharray: 1 60;
    stroke-dashoffset: -30;
}

.menu_button.opened .line3 {
    stroke-dasharray: 90 207;
    stroke-dashoffset: -134;
}

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

.Banner img {
    width: 100%;
    min-height: 300px;
    object-fit: cover;
}

.Banner_text {
    width: var(--max);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, calc(-50% - 30px));
}

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

.Banner_text p {
    font-size: var(--size16);
    color: rgb(255, 255, 255);
    margin-top: 10px;
}

.Banner_text a {
    width: max-content;
    display: block;
    background: rgb(10, 77, 146);
    border-radius: 4px;
    line-height: 44px;
    font-size: var(--size16);
    color: rgb(255, 255, 255);
    padding: 0 var(--top30);
    margin-top: var(--top20);
}

.Fenlei {
    width: 100%;
    background: rgb(245, 245, 245);
    margin-top: -60px;
}

.Fenlei_max {
    width: var(--max);
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-end;
    gap: var(--top50);
    position: relative;
    z-index: 5;
}

.Fenlei_text {
    width: max-content;
    height: 120px;
    background: rgb(10, 77, 146);
    padding: 25px 24px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
}

.Fenlei_text p {
    width: 100%;
    overflow: hidden;
    font-size: var(--size16);
    color: rgb(255, 255, 255);
    line-height: 1;
}

.Fenlei_text p::after {
    content: "";
    width: 46px;
    height: 1px;
    background: rgb(255, 255, 255);
    border-radius: 1px;
    display: block;
    margin: 20px 0;
}

.Fenlei_text h2 {
    width: 100%;
    overflow: hidden;
    font-size: var(--size24);
    color: rgb(255, 255, 255);
    line-height: 1;
}

.Fenlei_max ul {
    flex: 1;
    height: 60px;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: center;
}

.Fenlei_max ul li {
    width: max-content;
    padding: 0 var(--top30);
    line-height: 40px;
    border-radius: 25px 0px 25px 0;
    font-size: var(--size14);
    color: rgb(51, 51, 51);
}

.Fenlei_max ul li.active {
    background: rgb(10, 77, 146);
    color: rgb(255, 255, 255);
    font-family: 'bold';
}

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

.Lianxi_max {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: var(--top60);
}

.Lianxi_text {
    width: 440px;
    overflow: hidden;
    padding: var(--top30) 0;
}

.Lianxi_text ul {
    width: 100%;
    overflow: hidden;
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
}

.Lianxi_text ul li {
    width: 100%;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    gap: 15px;
}

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

.Lianxi_text_max {
    flex: 1;
}

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

.Lianxi_text_max p {
    font-size: var(--size14);
    color: rgb(51, 51, 51);
    margin-top: 5px;
}

#allmap {
    flex: 1;
}

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

.anchorBL {
    display: none;
}

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

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

.Saoma>h2 {
    font-size: var(--size30);
    color: rgb(51, 51, 51);
}

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

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

.Saoma ul li img {
    width: 150px;
    height: auto;
    margin: auto;
}

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

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

.Rongyu>h2 {
    text-align: center;
    font-size: var(--size30);
    color: rgb(51, 51, 51);
    line-height: 1;
}

.Rongyu ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    margin-top: var(--top30);
}

.Rongyu ul li {
    flex: calc(33% - 20px) 1 1;
    overflow: hidden;
    box-shadow: 0px 2px 5px 0px rgba(159, 159, 159, 0.5);
}

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

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

.Linian>h2 {
    text-align: center;
    font-size: var(--size30);
    color: rgb(51, 51, 51);
    line-height: 1;
}

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

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

.Linian_img {
    width: 100%;
    overflow: hidden;
    position: relative;
    border-radius: 5px;
}

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

.Linian_img h2 {
    text-align: center;
    width: 100%;
    background: rgb(0, 0, 0, 0.6);
    position: absolute;
    bottom: 0;
    left: 0;
    font-size: var(--size20);
    color: rgb(255, 255, 255);
    text-align: center;
    line-height: 50px;
}

.Linian ul li p {
    text-align: center;
    font-size: var(--size16);
    color: rgb(51, 51, 51);
    line-height: 1.5;
    margin-top: 10px;
}

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

.Jingying>h2 {
    text-align: center;
    font-size: var(--size30);
    color: rgb(51, 51, 51);
    line-height: 1;
}

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

.Jingying_text p {
    width: max-content;
    line-height: 50px;
    border: 1px solid rgb(10, 77, 146);
    padding: 0 var(--top40);
    border-radius: 6px;
    font-size: var(--size20);
    color: rgb(10, 77, 146);
}

.Jingying>p {
    font-size: var(--size16);
    color: rgb(51, 51, 51);
    margin-top: 20px;
}

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

.Xinwen ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: var(--top40);
}

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

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

.Xinwen_text h2 {
    width: max-content;
    font-size: var(--size20);
    color: rgb(61, 61, 61);
}

.Xinwen_text p {
    width: max-content;
    font-size: var(--size16);
    color: rgb(130, 130, 130);
}

.Xinwen ul li a>p {
    font-size: var(--size16);
    color: rgb(130, 130, 130);
    line-height: 1.6;
    margin-top: 10px;
}


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

.Show>h2 {
    font-size: var(--size24);
    color: #222222;
}

.Show>p {
    font-size: var(--size14);
    color: #888888;
    margin-top: 10px;
}

.Show_text {
    width: 100%;
    overflow: hidden;
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    padding: var(--top30) 0;
    margin-top: var(--top30);
    font-size: var(--size14);
    color: #222222;
    line-height: 2;
}

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

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

.Prev a {
    width: 100%;
    display: block;
    font-size: var(--size14);
    color: #000000;
}

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

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

.page .active {
    background: rgb(10, 77, 146);
    border: 1px solid rgb(10, 77, 146);
    color: #fff;
}

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

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

.Yewu>h2 {
    text-align: center;
    font-size: var(--size30);
    color: rgb(51, 51, 51);
    line-height: 1;
}

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

.Yewu ul li {
    width: 100%;
    overflow: hidden;
    background: rgb(246, 246, 246);
    border-radius: 8px;
}

.Yewu ul li h2 {
    background: rgb(10, 77, 146);
    font-size: var(--size24);
    padding: 15px 25px;
    color: rgb(255, 255, 255);
}

.Yewu ul li p {
    font-size: var(--size16);
    color: rgb(51, 51, 51);
    padding: 15px 25px;
    line-height: 1.8;
    min-height: 150px;
}

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

.Xiangmu>h2 {
    text-align: center;
    font-size: var(--size30);
    color: rgb(51, 51, 51);
    line-height: 1;
}

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

.Xiangmu ul li {
    width: 100%;
    overflow: hidden;
    box-sizing: border-box;
    border: 1px solid rgb(240, 240, 240);
    border-radius: 8px;
    box-shadow: 0px 2px 5px 0px rgba(226, 226, 226, 0.5);
    background: rgb(255, 255, 255);
}

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

.Xiangmu_text {
    width: 100%;
    overflow: hidden;
    padding: 15px var(--top30);
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
}

.Xiangmu ul li h2 {
    width: 100%;
    font-size: var(--size18);
    color: rgb(51, 51, 51);
}

.Xiangmu ul li i {
    width: 36px;
    height: 1px;
    background: rgb(87, 87, 87);
    display: block;
    margin-top: 10px;
}

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

.Zongzhi>h2 {
    text-align: center;
    font-size: var(--size30);
    color: rgb(51, 51, 51);
    line-height: 1;
}

.Zongzhi ul {
    width: 100%;
    overflow: hidden;
    margin-top: var(--top40);
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 50px 0;
}

.Zongzhi ul li {
    width: 28%;
}

.Zongzhi ul li:nth-child(1),
.Zongzhi ul li:nth-child(3) {
    margin-top: 120px;
}

.Zongzhi ul li:nth-child(1) {
    transform: translateX(4vw);
}

.Zongzhi ul li:nth-child(3) {
    transform: translateX(-4vw);
}

.Zongzhi ul li:nth-child(1),
.Zongzhi ul li:nth-child(4) {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: center;
    align-content: center;
}

.Zongzhi ul li:nth-child(1) p,
.Zongzhi ul li:nth-child(4) p {
    text-align: right;
}

.Zongzhi ul li:nth-child(2) h2 {
    margin: auto;
}

.Zongzhi ul li:nth-child(2) p {
    text-align: center
}

.Zongzhi ul li h2 {
    width: max-content;
    line-height: 38px;
    border-radius: 38px;
    background: rgb(10, 77, 146);
    font-size: var(--size16);
    color: rgb(255, 255, 255);
    padding: 0 var(--top30);
}

.Zongzhi ul li p {
    font-size: var(--size14);
    color: rgb(0, 0, 0);
    line-height: 1.5;
    margin-top: 10px;
}


.Zongzhi_circle {
    width: 40%;
    margin: auto;
    padding: 50px;
    position: relative;
    margin-top: -230px;
}

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

.Zongzhi_circle::after {
    content: "";
    width: 100%;
    height: 100%;
    border: 1px solid rgba(10, 77, 146, 0.16);
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 50%;
    clip-path: inset(0 0 50% 0);
}

.Zongzhi_circle_max_item {
    width: 38px;
    aspect-ratio: 4 / 4;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgb(255, 255, 255);
    border: 1px solid rgb(10, 77, 146);
    border-radius: 50%;
    font-size: var(--size16);
    color: rgb(10, 77, 146);
    line-height: 1;
    position: absolute;
    z-index: 5;

}

.Zongzhi_circle_max_item:nth-child(1) {
    top: 40%;
    left: -16px;
    transform: translateY(-50%);
}

.Zongzhi_circle_max_item:nth-child(2) {
    top: 10%;
    left: 16%;
    transform: translateY(-50%);
}

.Zongzhi_circle_max_item:nth-child(3) {
    top: -19px;
    left: 50%;
    transform: translateX(-50%);
}

.Zongzhi_circle_max_item:nth-child(4) {
    top: 10%;
    right: 16%;
    transform: translateY(-50%);
}

.Zongzhi_circle_max_item:nth-child(5) {
    top: 40%;
    right: -16px;
    transform: translateY(-50%);
}

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

.Jieshao>h2 {
    text-align: center;
    font-size: var(--size30);
    color: rgb(51, 51, 51);
    line-height: 1;
}

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

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

.Fazhan {
    width: 100%;
    overflow: hidden;
    background: url(../images/beijing.png) no-repeat bottom center / 100% auto;
    padding: var(--top50) 0;
}

.Fazhan>h2 {
    text-align: center;
    font-size: var(--size30);
    color: rgb(51, 51, 51);
    line-height: 1;
}

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

.Fazhan_max::after {
    content: "";
    width: 100%;
    height: 240px;
    background: url(../images/xuxian.png) no-repeat center center / auto 100%;
    position: absolute;
    bottom: 60px;
    left: 0;
}

.Fazhan_max ul {
    width: var(--max);
    margin: var(--top30) auto 200px;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    gap: var(--top50);
}

.Fazhan_max ul li {
    flex: 1;
    position: relative;
    z-index: 55;
}

.Fazhan_max ul li h2 {
    font-size: var(--size20);
    color: rgb(10, 77, 146);
    font-family: 'bold';
}

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

.Fazhan_max ul li span {
    display: block;
    width: max-content;
    font-size: var(--size36);
    color: rgb(10, 77, 146);
    line-height: 1;
}

.Fazhan_max ul li span::before {
    content: "";
    width: 20px;
    height: 20px;
    background: rgb(10, 77, 146);
    border-radius: 50%;
    display: block;
    margin: 15px auto;
    position: relative;
    z-index: 5;
}

.Fazhan_max ul li:nth-child(4) {
    transform: translateY(50px);
}

.Fazhan_max ul li:nth-child(3) {
    transform: translateY(52px);
}

.Fazhan_max ul li:nth-child(2) {
    transform: translateY(75px);
}

.Fazhan_max ul li:nth-child(1) {
    transform: translateY(115px);
}

.Zhaopin {
    width: var(--max);
    overflow: hidden;
    margin: var(--top50) auto;
}

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

.Zhaopin ul li {
    flex: 1;
    background: rgb(61, 197, 195);
    border-radius: 5px;
    padding: var(--top50) var(--top20)
}

.Zhaopin ul li:nth-child(2) {
    background: rgb(76, 175, 80);
}

.Zhaopin ul li img {
    width: 80px;
    height: auto;
    margin: auto;
}

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

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

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

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

.Jieshaoa_max img {
    width: 40%;
    object-fit: cover;
    border-radius: 6px;
}

.Jieshaoa_text {
    flex: 1;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
}

.Jieshaoa_text p {
    width: 100%;
    font-size: var(--size36);
    color: rgb(10, 77, 146);
    line-height: 1;
}

.Jieshaoa_text p::before {
    content: "";
    width: 110px;
    height: 5px;
    background: rgb(10, 77, 146);
    display: block;
    margin-bottom: 5px;
}

.Jieshaoa_text h2 {
    width: 100%;
    font-size: var(--size24);
    color: rgb(10, 77, 146);
    margin-top: 5px;
}

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

.Jieshaoa_text a {
    display: block;
    width: max-content;
    background: rgb(10, 77, 146);
    border-radius: 4px;
    line-height: 44px;
    font-size: var(--size14);
    color: rgb(255, 255, 255);
    padding: 0 30px;
    margin-top: var(--top30);
}

.Anli {
    width: 100%;
    overflow: hidden;
    background: rgb(10, 77, 146);
}

.Anli_max {
    width: var(--max);
    overflow: hidden;
    margin: var(--top50) auto;
}

.Anli_max p {
    width: 100%;
    font-size: var(--size36);
    color: rgb(255, 255, 255);
    line-height: 1;
}

.Anli_max p::before {
    content: "";
    width: 110px;
    height: 5px;
    background: rgb(255, 255, 255);
    display: block;
    margin-bottom: 5px;
}

.Anli_max h2 {
    width: 100%;
    font-size: var(--size24);
    color: rgb(255, 255, 255, 0.5);
    margin-top: 5px;
}

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

.Anli_max ul li {
    width: 100%;
    overflow: hidden;
    background: rgb(255, 255, 255);
    border-radius: 6px;
}

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

.Anli_text {
    width: 100%;
    overflow: hidden;
    padding: 15px;
}

.Anli_text h2 {
    font-size: var(--size20);
    color: rgb(10, 77, 146);
    font-family: 'bold';
}

.Anli_text p {
    font-size: var(--size16);
    color: rgb(51, 51, 51, 0.5);
    line-height: 1.5;
}

.Xinwenin {
    width: var(--max);
    overflow: hidden;
    margin: var(--top50) auto;
}

.Xinwenin>h2 {
    text-align: center;
    font-size: var(--size24);
    color: rgb(61, 61, 61);
}

.Xinwenin>p {
    font-size: var(--size30);
    color: rgb(51, 51, 51);
    text-align: center;
}

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

.Xinwenin_list {
    width: 50%;
    overflow: hidden;
    padding: var(--top30);
}

.Xinwenin_list:nth-child(1) {
    background: rgb(245, 245, 245)
}

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

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

.Xinwenin_top a {
    font-size: var(--size16);
    color: rgb(61, 61, 61);
}

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

.Xinwenin_list ul li {
    width: 100%;
    overflow: hidden;
    padding: 20px 0;
    border-top: 2px solid rgb(235, 235, 235);
}

.Xinwenin_list ul li:last-child {
    padding-bottom: 0px;
}

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

.Xinwenin_list ul li img {
    width: 0%;
    height: 110px;
    object-fit: cover;
}

.Xinwenin_list_text {
    flex: 1;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
}

.Xinwenin_list_text h2 {
    width: 100%;
    font-size: var(--size20);
    color: rgb(61, 61, 61);
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.Xinwenin_list_text span {
    width: 100%;
    font-size: var(--size16);
    color: rgb(130, 130, 130);
    display: block;
    margin: 5px auto;
}

.Xinwenin_list_text p {
    width: 100%;
    font-size: var(--size14);
    color: rgb(130, 130, 130);
    display: block;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.Xinwenin_list ul li:hover img{
    width: 35%;
    margin-right: var(--top30);
}


.Hezuo {
    width: 100%;
    background: rgb(10, 77, 146);
    padding: var(--top50) 0;
}

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

.Hezuo_max p {
    width: 100%;
    font-size: var(--size36);
    color: rgb(255, 255, 255);
    line-height: 1;
}

.Hezuo_max p::before {
    content: "";
    width: 110px;
    height: 5px;
    background: rgb(255, 255, 255);
    display: block;
    margin-bottom: 5px;
}

.Hezuo_max h2 {
    width: 100%;
    font-size: var(--size24);
    color: rgb(255, 255, 255, 0.5);
    margin-top: 5px;
}
.Hezuo_swiper{
    width: 100%;
    margin-top: var(--top30);
    position: relative;
}
.Hezuo_swiper_wrap{
    width: 100%;
    overflow: hidden;
}
.Hezuo_swiper_wrap li{
    width: 100%;
    aspect-ratio: 4 / 2;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 6px;
    background: #ffffff;
}
.Hezuo_swiper_wrap li img{
    max-width: 80%;
    max-height: 70%;
    object-fit: contain;
}
.prev,
.next{
    background: rgba(255, 255, 255, 0.2);
    border-radius: 50px;
}
.prev{
    left: -60px;
}
.next{
    right: -60px;
}

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

.Footer_max {
    width: var(--max);
    overflow: hidden;
    margin: var(--top50) auto 0px;
}
.Footer_max>h2{
    text-align: center;
    font-size: var(--size24);
    color: rgb(255, 255, 255);
    font-family: 'bold';
}
.Footer_max>p{
    text-align: center;
    font-size: var(--size14);
    color: rgba(255, 255, 255, 0.49);
    margin-top: 5px;
}
.Footer_max ul{
    width: 100%;
    overflow: hidden;
    border-top: 1px solid rgba(255, 255, 255, 0.04);
    border-bottom: 1px solid rgba(255, 255, 255, 0.04);
    padding: var(--top30) 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: var(--top40);
    margin-top: var(--top50);
}
.Footer_max ul li{
    width: max-content;
    max-width: 300px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 15px;
}
.Footer_max ul li img{
    width: 40px;
    height: auto;
}
.Footer_ul_text{
    flex: 1;
}
.Footer_ul_text h2{
    font-size: var(--size14);
    color: rgb(255, 255, 255);
    font-family: 'bold';
}
.Footer_ul_text p{
    font-size: var(--size14);
    color: rgba(255, 255, 255, 0.42);
}
.Beian {
    width: 100%;
    overflow: hidden;
}

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

.Beian_max p {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.22);
    margin: 0 5px;
}