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

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

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


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

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

body {
    font-family: "s";
    padding-top: 100px;
}

.hertre {
    width: 100%;
    z-index: 999;
    position: fixed;
    top: 0;
    background: rgb(26, 38, 83);
}

.hertre_Top {
    width: 100%;
    height: 40px;
}

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

.hertre_Top_Max>a {
    font-size: var(--size14);
    color: rgb(255, 255, 255);
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
}

.hertre_Top_Max a img {
    width: 18px;
    height: 18px;
    object-fit: contain;
}

.En {
    width: max-content;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
    font-size: var(--size14);
    color: rgb(255, 255, 255);
    position: relative;
}

.En>img {
    width: 15px;
    height: auto;
}

.En_Max {
    width: max-content;
    position: absolute;
    top: 10px;
    right: 0;
    transform-origin: top right;
    transform: scale(0);
    z-index: 999;
    padding-top: 15px;
}

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


.En_Max ul {
    width: 100%;
    background: #ffffff;
    border-radius: 10px;
    padding: 15px 25px;
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    box-shadow: 0px 0px 10px 5px #00000010;
}

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

.En_Max ul li a {
    width: 100%;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    font-size: var(--size14);
    color: #000000;
}

.En_Max ul li a img {
    width: 15px;
    height: auto;
    margin-right: 10px;
}

.hertre_cen {
    width: 100%;
    background: rgb(236, 121, 3);
    height: 60px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
}

.hertre_Max {
    width: var(--max);
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

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

}

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

.nav {
    flex: 1;
}

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

.nav ul li {
    font-size: var(--size16);
    color: rgb(255, 255, 255);
    flex: 1;
    position: relative;
    margin-left: var(--top60);
    line-height: 60px;
}
.nav ul li a{
    position: relative;
    line-height: 60px;
    display: block;
    width: max-content;
    max-width: 100%;
}
.nav ul li svg {
    width: 16px;
    height: 16px;
    fill: #fff;
    display: none;
}

.hertre_List ul li:hover{
    background-color: #39AFD2;!important
}

.FuGai_Img:hover{
    transform: scale(1.3);
}


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

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

.nav ul li a::after {
    content: "";
    width: 0%;
    height: 2px;
    background: rgb(255, 255, 255);
    ;
    position: absolute;
    bottom: 10px;
    left: 0%;
    transition: all 0.3s;
}

.nav ul li.nav_cen a::after {
    width: 100%;
}

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

.nav_ul {
    width: max-content;
    position: absolute;
    top: 60px;
    left: 50%;
    transform: translateX(-50%);
    transition: auto;
    background: rgb(255, 255, 255);
    padding: 15px 25px;
    z-index: 999;
    display: none;
}

.nav_ul a{
    display: block;
    line-height: 2.5;
}

.nav_ul_imo {
    width: max-content;
    overflow: hidden;
}



.nav_ul_imo h2 {
    width: 100%;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    font-size: var(--size16);
    color: rgb(0,0,0);
    line-height: 1;
}

.nav_ul_imo h2 img {
    width: 25px;
    height: auto;
    margin-right: 10px;
}

.nav_ul_imo_Ul {
    width: max-content;
    overflow: hidden;
    margin-top: var(--top20);
    display: grid;
    grid-auto-columns: 1fr;
    gap: 10px;
}

.nav_ul_imo_Li {
    width: 100%;
    overflow: hidden;
    line-height: 30px;
    background: rgb(223, 242, 254);
    font-size: var(--size14);
    color: rgb(0, 0, 0);
    border-radius: 30px;
    padding: 0 15px;
}

.nav_ul_imo_Li span {
    margin-right: 10px;
}


























.hertre_Tanchu {
    width: 100%;
    overflow: hidden;
    position: absolute;
    top: 100px;
    left: 0;
    transition: auto;
    background: rgb(255, 255, 255);
    display: none;
}

.hertre_Comi {
    width: var(--max);
    overflow: hidden;
    margin: var(--top30) auto var(--top80);
    display: flex;
    justify-content: space-between;
    padding-left: calc(180px + var(--top60));
}

.hertre_List {
    width: 100%;
    overflow: hidden;
    border-left: 1px solid rgb(33, 108, 157);
    padding-left: var(--top30);
    margin-left: var(--top30);
}

.hertre_List:nth-child(1) {
    border: transparent;
    padding: 0;
    margin: 0;
}

.hertre_List h2 {
    width: 100%;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    font-size: var(--size16);
    color: rgb(0, 0, 0);
}

.hertre_List h2 img {
    width: 25px;
    height: auto;
    margin-right: 10px;
}

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

.hertre_List ul li {
    width: 100%;
    overflow: hidden;
    line-height: 30px;
    background: rgb(223, 242, 254);
    font-size: var(--size14);
    color: rgb(0, 0, 0);
    border-radius: 30px;
    padding: 0 15px;
}

.hertre_List ul li span {
    margin-right: 8px;
}

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

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

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

.active svg {
    transform: rotate(90deg);
}

.container path {
    stroke: #ffffff;
    transition: transform 500ms cubic-bezier(0.4, 0, 0.2, 1), stroke-dasharray 500ms cubic-bezier(0.4, 0, 0.2, 1), stroke-dashoffset 500ms cubic-bezier(0.4, 0, 0.2, 1);
}

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

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

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

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

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

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

.active path:nth-child(1) {
    transform: translateX(9px) translateY(1px) rotate(45deg);
}

.active path:nth-child(2) {
    stroke-dasharray: 225 299;
    stroke-dashoffset: -72px;
}

.active path:nth-child(3) {
    transform: translateX(9px) translateY(1px) rotate(-45deg);
}

.active path:nth-child(4) {
    stroke-dasharray: 225 299;
    stroke-dashoffset: -72px;
}

.active path:nth-child(5) {
    transform: translateX(9px) translateY(1px) rotate(-45deg);
}

.active path:nth-child(6) {
    transform: translateX(9px) translateY(1px) rotate(45deg);
}

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

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

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

.banner_text p {
    text-align: center;
    line-height: 1;
    font-size: var(--size60);
    color: rgb(255, 255, 255, 0.5);
    text-transform: uppercase;
    font-family: math;
}

.banner_text h2 {
    text-align: center;
    line-height: 1;
    font-size: var(--size30);
    color: rgb(255, 255, 255);
    margin-top: calc(0px - var(--top30));
}

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

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

.Gg p {
    text-align: center;
    line-height: 1;
    font-size: var(--size60);
    color: rgb(233, 233, 241);
    text-transform: uppercase;
    font-family: math;
}

.Gg h2 {
    text-align: center;
    line-height: 1;
    font-size: var(--size30);
    color: rgb(26, 38, 83);
    margin-top: calc(0px - var(--top30));
    font-family: 'z';
}
.Gg>span{
    display: block;
    text-align: center;
    line-height: 1;
    font-size: var(--size16);
    color: rgb(26, 38, 83);
    margin-top: var(--top30);
}
.RenZheng {
    width: 100%;
    overflow: hidden;
    margin-top: var(--top80);
}

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

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

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

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

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

.TuanDui>img {
    width: 870px;
    max-width: 100%;
    height: auto;
    margin: auto;
}

.TuanDui>p {
    font-size: var(--size14);
    color: rgb(102, 102, 102);
    line-height: 2;
    margin-top: var(--top40);
}

.TuanDui ul {
    width: 660px;
    max-width: 100%;
    overflow: hidden;
    margin: auto;
    margin-top: var(--top80);
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: var(--top60) var(--top40);
}

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

.TuanDui ul li img {
    width: 100%;
    aspect-ratio: 4 / 4;
    object-fit: cover;
    border-radius: 50%;
}

.TuanDui ul li h2 {
    text-align: center;
    font-size: var(--size14);
    color: rgb(153, 153, 153);
    margin-top: 10px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.TuanDui ul li h2::after,
.TuanDui ul li h2::before {
    content: "";
    width: 30px;
    height: 3px;
    background: rgb(236, 121, 3);
}

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

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

.JaiShao_Left span {
    font-size: var(--size14);
    color: rgb(153, 153, 153);
    margin-top: 10px;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
}

.JaiShao_Left span::before {
    content: "";
    width: 30px;
    height: 3px;
    background: rgb(236, 121, 3);
}

.JaiShao_Left h2 {
    font-size: var(--size36);
    color: rgb(0, 0, 0);
    line-height: 1.3;
    margin-top: var(--top30);
    font-family: 'z';
}

.JaiShao_Left div {
    font-size: var(--size14);
    color: rgb(0, 0, 0);
    line-height: 2;
    margin-top: var(--top40);
}

.JaiShao_Left img {
    width: 280px;
    max-width: 50%;
    margin-top: var(--top60);
}

.JaiShao>img {
    width: 32%;
    object-fit: cover;
}

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

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

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

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

.AnLi ul li h2 {
    text-align: center;
    font-size: var(--size24);
    color: rgb(0, 0, 0);
    margin-top: var(--top20);
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.AnLi ul li p {
    font-size: var(--size16);
    color: rgb(0, 0, 0);
    margin-top: 10px;
    text-align: center;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    line-height: 1;
}

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

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

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

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

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

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

.prev a:hover{
    text-decoration: underline;
}

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

.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: #da3536;
    border: 1px solid #da3536;
    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: #d9d9d9;
    border: 1px solid #d9d9d9;
    background: #fff;
}

.MianNao {
    width: 100%;
    overflow: hidden;
    background: rgb(248, 248, 248);
    border: 1px solid rgb(238, 238, 238);
}

.MianNao_Max {
    width: var(--max);
    overflow: hidden;
    margin: 10px auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    font-size: var(--size14);
    color: rgb(102, 102, 102);
    gap: 10px;
}

.MianNao_Max a {
    border-left: 2px solid rgb(236, 121, 3);
    padding-left: 5px;
    line-height: 1;
}

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

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

.FuGai ul li {
    width: 100%;
    aspect-ratio: 4 / 3;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
}

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

.FuGai_Img {
    width: 100%;
    height: 100%;
    background: rgba(9, 13, 30, 0.7);
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    align-content: center;
}

.FuGai_Img img {
    width: 50px;
    height: 50px;
    object-fit: contain;
}

.FuGai_Img h2 {
    width: 100%;
    text-align: center;
    font-size: var(--size24);
    color: rgb(255, 255, 255);
    margin-top: var(--top20);
}

.FuGai_Img p {
    font-size: var(--size18);
    color: rgb(255, 255, 255);
    text-align: center;
    padding: 0 10px;
}

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

.mySwiper img {
    width: 100%;
    height: auto;
    min-height: 370px;
    object-fit: cover;
}

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

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

.mySwiper .swiper-pagination-bullet-active {
    background: rgb(236, 121, 3);
}

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

.mySwiper_text h2 {
    width: 720px;
    max-width: 100%;
    font-size: var(--size50);
    color: rgb(255, 255, 255);
    line-height: 1.2;
    font-family: 'b';
}

.mySwiper_text h2 span {
    color: rgb(236, 121, 3);
}

.mySwiper_text p {
    width: 720px;
    max-width: 100%;
    font-size: var(--size16);
    color: rgb(255, 255, 255);
    line-height: 1.5;
    margin-top: var(--top20);
}

.hertre_index {
    padding-top: 0px;
}

.hertre_index .hertre_cen,
.hertre_index .hertre {
    background: transparent;
}

.fixed .hertre {
    background: rgb(26, 38, 83);
}

.fixed .hertre_cen {
    background: rgb(236, 121, 3);
}

.TiGong {
    width: 100%;
    overflow: hidden;
    background: rgb(236, 121, 3);
}

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

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

.TiGong_Max a {
    display: block;
    width: max-content;
    line-height: 36px;
    background: rgb(0, 0, 0);
    border-radius: 6px;
    padding: 0 20px;
    font-size: var(--size16);
    color: rgb(255, 255, 255);
}


.QuYu {
    width: 100%;
    height: 600px;
}


.FuWu {
    width: 100%;
    overflow: hidden;
    background: rgb(26, 38, 83);
}

.FuWu ul {
    width: 1300px;
    max-width: calc(100% - 30px);
    overflow: hidden;
    margin: var(--top100) auto;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: var(--top50) 0;
}

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

.FuWu ul li::after {
    content: "";
    width: 1px;
    height: 60%;
    background: rgb(89, 97, 130);
    position: absolute;
    top: 0;
    left: 0;
}

.FuWu ul li img {
    width: 90px;
    height: auto;
    margin: auto;
}

.FuWu ul li h2 {
    text-align: center;
    font-size: var(--size20);
    color: rgb(255, 255, 255);
    font-family: 'z';
    line-height: 1;
    margin-top: var(--top40);
}

.FuWu ul li p {
    text-align: center;
    font-size: var(--size18);
    color: rgb(255, 255, 255, 0.8);
    line-height: 1;
    margin-top: 10px;
}

.FuWu ul li:nth-child(3n+1)::after {
    display: none;
}

.LianXi {
    width: 100%;
    overflow: hidden;
    background: url(../images/beijing1.png) no-repeat bottom center / 100% auto;
}

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

.LianXi_Cen {
    width: 100%;
    margin-top: var(--top60);
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    position: relative;
}

.LianXi_Cen img {
    width: 35%;
    height: 100%;
    border-radius: 10px;
    position: absolute;
    top: 0;
    left: 0;
}

.LianXi_Cen form {
    width: 75%;
    box-sizing: border-box;
    border: 1px solid rgb(239, 239, 239);
    border-radius: 12px;
    box-shadow: 0px 4px 5px 0px rgba(214, 214, 214, 0.5);
    background: rgb(255, 255, 255);
    padding: var(--top40) var(--top60);
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: var(--top20) 0px;
    margin: 20px 0;
    position: relative;
    z-index: 5;
}

.LianXi_Cen form label {
    width: calc(50% - 25px);
}

.LianXi_Cen form label p {
    font-size: var(--size16);
    color: rgba(0, 0, 0, 0.9);
    line-height: 1;
}

.LianXi_Cen form label input {
    width: 100%;
    height: 42px;
    border: 1px solid rgb(220, 220, 220);
    margin-top: 15px;
    font-size: var(--size14);
    color: rgba(0, 0, 0, 0.4);
    padding: 0 10px;
    border-radius: 5px;
}

.LianXi_Cen form .layui-form {
    width: 100%;
}

.LianXi_Cen form label.LIkam {
    width: 100%;
}

.LianXi_Cen form label textarea {
    width: 100%;
    height: 140px;
    border: 1px solid rgb(220, 220, 220);
    margin-top: 15px;
    font-size: var(--size14);
    color: rgba(0, 0, 0, 0.4);
    padding: 10px;
    border-radius: 5px;
    font-family: 's';
    resize: none;
}

.layui-form-select dl dd,
.layui-form-select dl dt {
    font-size: 12px;
}

.submit {
    width: 330px;
    height: 64px;
    background: rgb(236, 121, 3);
    border-radius: 5px;
    font-size: var(--size20);
    color: rgb(255, 255, 255);
    margin: auto;
    margin-top: var(--top40);
    cursor: pointer;
}

.layui-layer {
    transition: auto;
}

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

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

.FangAn_Left h2 {
    font-size: var(--size24);
    color: rgb(0, 0, 0);
    line-height: 1;
    font-family: 'z';
}

.FangAn_Left p {
    font-size: var(--size14);
    color: rgb(153, 153, 153);
    line-height: 1.6;
    margin-top: var(--top20);
}

.FangAn img {
    width: 55%;
    object-fit: cover;
}

.Hui {
    width: 100%;
    background: rgb(248, 248, 248);
}

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

.FnagWEen ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
}

.FnagWEen ul li {
    width: calc(33% - 15px);
    overflow: hidden;
    background: rgb(243, 244, 248);
    border-radius: 10px;
    padding: var(--top60) var(--top30);
}

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

.FnagWEen ul li h2 {
    font-size: var(--size30);
    color: rgb(0, 0, 0);
    font-family: 'z';
    margin-top: var(--top30);
    text-align: center;
}

.FnagWEen ul li p {
    font-size: var(--size16);
    color: rgb(0, 0, 0);
    font-family: 'z';
    line-height: 1.8;
    text-align: center;
    margin-top: var(--top20);
}

.FnagWEen_Er {
    width: 760px;
    max-width: 100%;
    margin: auto;
    margin-top: var(--top80);
}

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

.FnagWEen_Er ul li {
    width: 100%;
}

.ZhaoMu {
    width: 100%;
    margin-top: var(--top80);
}

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

.ZhaoMu ul li {
    width: 100%;
    background: rgb(255, 255, 255);
    border-radius: 10px;
    padding: var(--top50) var(--top20);
    position: relative;
}

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

.ZhaoMu ul li h2 {
    font-size: var(--size18);
    color: rgb(0, 0, 0);
    font-family: 'z';
    margin-top: var(--top30);
    text-align: center;
    line-height: 1;
}

.ZhaoMu ul li p {
    font-size: var(--size14);
    color: rgb(153, 153, 153);
    text-align: center;
    margin-top: 10px;
}
.TanChu{
    width: 100%;
    height: 100%;
    position: fixed;
    background: rgba(0, 0, 0, 0.2);
    top: 0;
    left: 0;
    z-index: 9999;
    transition: auto;
    display: none;
}
.ZhaoMu_Max svg{
    width: 30px;
    height: auto;
    position: absolute;
    top: -40px;
    right: 0;
    display: none;
}
.ZhaoMu_Max {
    width: var(--max);
    box-shadow: 0px 6px 16px 0px rgba(0, 0, 0, 0.07);
    background: rgb(255, 255, 255);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

.ZhaoMu_Cen {
    width: 100%;
    overflow: hidden;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    gap: 4.5vw var(--top40);
    padding: var(--top40) var(--top30);
}
.ZhaoMu_List{
    width: 100%;
    overflow: hidden;
}
.ZhaoMu_List img{
    width: 130px;
    max-width: 70%;
    height: auto;
    margin: auto;
}
.ZhaoMu_List h3{
    text-align: center;
    font-size: var(--size18);
    color: rgb(51, 51, 51);
    line-height: 1;
    margin-top: var(--top20);
}
.ZhuanJia{
    width: 100%;
    box-shadow: 0px 6px 16px 0px rgba(0, 0, 0, 0.07);
    background: rgb(255, 255, 255);
    position: absolute;
    top: 100%;
    left: 0;
    transition: auto;
    padding: var(--top30) var(--top80);
    border-radius: 10px;
    display: none;
}
.ZhuanJia a{
    display: block;
    width: 100%;
    line-height: 38px;
    background: rgb(236, 121, 3);
    border-radius: 38px;
    font-size: var(--size16);
    color: rgb(255, 255, 255);
    text-align: center;
    margin-top: var(--top30);
}
.ZhuanJia a:nth-child(1){
    margin-top: 0px;
}

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

.footer_max {
    width: var(--max);
    overflow: hidden;
    margin: var(--top60) auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}
.footer_Left{
    width: max-content;
    max-width: 210px;
}
.footer_Left a{
    width: 200px;
    max-width: 100%;
    overflow: hidden;
    display: block;
    margin-bottom: 20px;
}
.footer_Left a img{
    width: 100%;
    height: auto;
}
.footer_Left p{
    font-size: 12px;
    color: rgb(255, 255, 255);
    line-height: 18px;
    margin-top: 15px;
}
.footer_ul {
    width: max-content;
    overflow: hidden;
}

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

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

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

.footer_ul ul {
    width: 100%;
    overflow: hidden;
    margin-top: 15px;
}

.footer_ul ul li {
    font-size: var(--size14);
    color: rgb(255, 255, 255,0.8);
    line-height: 2.5;
}

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

.beian ul{
    width: max-content;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: var(--top30);
}
.beian ul li{
    width: auto;
    overflow: hidden;
}
.beian ul li img{
    width: auto;
    height: 16px;
}

.beian_max {
    width: max-content;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

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

.kaiping{
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    display: block;
}
.click{
    cursor: pointer;
    overflow: hidden;
}
.click img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter:grayscale(100%);
}
.click:hover img{
    filter:grayscale(0%);
    transform: scale(1.2);
}
.click:nth-child(4):hover img{
    filter:grayscale(0%);
    transform: scale(1);
}
.click:nth-child(1){
    width: 50%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
}
.click:nth-child(2){
    width: 40%;
    height: 80vh;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    clip-path: polygon(50% 100%, 0 0, 100% 0);
    z-index: 99;
}
.click:nth-child(3){
    width: 50%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    right: 0;
}
.cds{
    width: 15%;
    height: 20vh;
    object-fit: cover;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
    z-index: 99;
    
}
.cds img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter:grayscale(0%);
}