:root {
    --max: 95%;
    --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: "siyuanheiti";
    src: url("../fonts/siyuanheiti.otf") format("truetype");
}


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


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

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


body {
    font-family: "a";
    background: rgb(15, 15, 15);
    padding-top: 50px;
    cursor: url(../images/shubao.svg) 20 20, auto;
}
::selection {
    background-color: rgb(253, 99, 202);
    color: #ffffff;
}

body::-webkit-scrollbar {
    width: 8px;
    padding-right: 10px;
}

body::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background: #ffffff;
}

body::-webkit-scrollbar-track {
    border-radius: 0;
    background: rgb(15, 15, 15);
}

.Top {
    padding-top: 0px;
}

.hertre {
    width: 100%;
    z-index: 999;
    position: fixed;
    top: 0;
    border-bottom: 1px solid rgb(69, 69, 69);
}

.Top .hertre {
    border: transparent;
}

.fixed {
    background: rgb(15, 15, 15);
    backdrop-filter: blur(10px);
}

.hertre_top {
    width: var(--max);
    margin: auto;
    height: 50px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    gap: var(--top40);
}

.En {
    width: max-content;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: var(--top20);
}

.En a {
    font-size: var(--size16);
    color: rgb(153, 153, 153);
    line-height: 1;
    text-transform: uppercase;
}

.hertre_right {
    width: max-content;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: var(--top20);
    font-size: var(--size16);
    color: rgb(255, 255, 255);
    margin-left: auto;
}

.hertre_right a {
    font-size: var(--size14);
    color: rgb(255, 255, 255);
    text-align: center;
    position: relative;
}

.hertre_right img {
    width: 16px;
    height: auto;
    cursor: pointer;
}

.suosouaa {
    width: 700px;
    max-width: 96%;
    overflow: hidden;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0);
    transform-origin: center center;
    background: #ffffff;
    border-radius: 10px;
    padding: 20px;
    box-shadow: 0px 0px 15px 3px rgb(255, 255, 255, 0.5);
    z-index: 99999;
}

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

.suosouaa_s {
    width: calc(100% - 100px);
    height: 50px;
    border: 1px solid rgb(0, 0, 0);
    font-size: var(--size14);
    color: rgb(0, 0, 0);
    padding: 0 20px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

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

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

.logo {
    width: max-content;
    overflow: hidden;
    font-size: var(--size16);
    color: rgb(255, 255, 255);
    line-height: 1;
}

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

.nav {
    width: max-content;
}

.nav ul {
    width: max-content;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: var(--top20);
}

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


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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.ShiPinKu ul li video {
    width: 100%;
    height: auto;
}

.ShiPinKu ul li p {
    font-size: var(--size16);
    color: rgb(255, 255, 255, 0.5);
    line-height: 1.5;
    text-align: center;
    margin-top: 5px;
}

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

.hidden {
    display: none;
}


.loading .loadmore {
    width: max-content;
    height: 44px;
    line-height: 1;
    border: 1px solid rgb(255, 255, 255);
    margin: auto;
    border-radius: 44px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    font-size: var(--size16);
    color: #ffffff;
    cursor: pointer;
    padding: 0 var(--top50);
    margin-top: var(--top60);
}

.more {
    width: 20px;
    height: auto;
    display: none;
    margin-left: 10px;
}

.more svg {
    width: 100%;
    height: 100%;
    animation: more 1s steps(12, end) infinite;
}

@-webkit-keyframes more {
    0% {
        transform: rotate3d(0, 0, 1, 0deg);
    }

    100% {
        transform: rotate3d(0, 0, 1, 360deg);
    }
}

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

.WenHJua ul {
    width: 100%;

    display: grid;
    grid-template-columns: 1fr;
    gap: var(--top50);
}

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

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

.WenHJua_text {
    width: 45%;
}

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

.WenHJua_text p {
    font-size: var(--size16);
    color: rgb(255, 255, 255);
    line-height: 1.5;
    margin-top: var(--top20);
}

.WenHJua_text a {
    font-size: var(--size16);
    color: rgb(255, 255, 255);
    display: block;
}

.WenHJua_Img {
    width: 55%;
    overflow: hidden;
    position: relative;
}

.WenHJua_Img img,
.WenHJua_Img svg {
    width: 100%;
    height: auto;
}

.WenHJua_Img p {
    width: 100%;
    text-align: center;
    font-size: var(--size60);
    color: rgb(255, 255, 255);
    font-family: 'bold';
    line-height: 1;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

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

.SheJiShi_Top>h2 {
    width: 100%;
    text-align: right;
    font-size: var(--size40);
    color: rgb(255, 255, 255);
    line-height: 1;
    font-family: 'bold';
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.SheJiShi_Top>h2 span{
    display: block;
    width: 30px;
    height: 30px;
    font-size: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    border: 1px solid #ffffff;
    transform: translateY(-15px);
    text-align: center;
    line-height: 1;
    margin-left: 10px;
}

.SheJiShi_a {
    width: 100%;
    overflow: hidden;
    border-bottom: 1px solid rgb(69, 69, 69);
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    gap: var(--top40);
    margin-top: var(--top30);
    padding-bottom: var(--top20);
}

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

.SheJiShi_a a.SheJiShi_Nav {
    color: rgb(255, 255, 255);
}

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

.SheJiShi ul li {
    width: 100%;
    overflow: hidden;
    cursor: pointer;
}

.SheJiShi_Img {
    width: 100%;
    overflow: hidden;
    background: rgb(242, 196, 83);
}

.SheJiShi_Img img {
    width: 100%;
    height: auto;
    clip-path: polygon(4% 4%, 96% 4%, 96% 96%, 4% 96%);
}

.SheJiShi ul li:hover .SheJiShi_Img img {
    clip-path: polygon(2% 2%, 98% 2%, 98% 98%, 2% 98%);
}

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

.SheJiShi_H2 h2 {
    font-size: var(--size30);
    color: rgb(242, 196, 83);
    line-height: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    transition: all 0.5s;
}

.SheJiShi_H2_Bott {
    position: absolute;
    left: 0;
    top: 100%;
}

.SheJiShi ul li:hover .SheJiShi_H2_Top {
    transform: translateY(-100%);
}

.SheJiShi ul li:hover .SheJiShi_H2_Bott {
    top: 0;
}

.SheJiShi ul li>p,
.SheJiShi ul li a>p {
    font-size: var(--size16);
    color: rgb(255, 255, 255);
    line-height: 1.3;
    margin-top: 10px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.SheJiShi_text {
    width: 100%;
    height: 100%;
    background: rgb(0, 0, 0, 0.5);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    display: none;
    transition: auto;
}

.SheJiShi_Max {
    width: var(--max);
    overflow: auto;
    max-height: 90%;
    background: rgb(15, 15, 15);
    border-radius: var(--top30);
    padding: var(--top50);
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.SheJiShi_text_Img {
    width: 30%;
    height: auto;
    padding: 10px;
}

.SheJiShi_text_Img img {
    width: 100%;
    opacity: 0;
    animation-duration: 1s;
}

.Fadeinou .SheJiShi_text_Img img {
    animation-name: example;
    animation-duration: 1s;
    animation-delay: 0.3s;
    animation-fill-mode: forwards;
}

@keyframes example {
    0% {
        transform: scale(0);
    }

    100% {
        otransform: scale(1);
        opacity: 1;
    }
}

.SheJiShi_Text {
    width: 65%;
}

.SheJiShi_Text h2 {
    font-size: var(--size24);
    color: rgb(255, 255, 255);
    font-family: 'bold';
    opacity: 0;
    transform: translateY(20px);
    transition: all 1s;
}

.SheJiShi_Text p {
    font-size: var(--size16);
    color: rgb(255, 255, 255);
    line-height: 2;
    margin-top: 10px;
    opacity: 0;
    transform: translateY(30px);
    transition: all 1.5s;
}

.SheJiShi_Text span {
    display: block;
    font-size: var(--size16);
    color: rgb(255, 255, 255);
    line-height: 2;
    margin-top: var(--top30);
    opacity: 0;
}

.Fadeinou .SheJiShi_Text h2 {
    animation-name: SheJiShi_Text;
    animation-duration: 1s;
    animation-delay: 0.5s;
    animation-fill-mode: forwards;
    transform: translateY(40px);
}

.Fadeinou .SheJiShi_Text p {
    animation-name: SheJiShi_Text;
    animation-duration: 1s;
    animation-delay: 0.7s;
    animation-fill-mode: forwards;
}

.Fadeinou .SheJiShi_Text span {
    animation-name: SheJiShi_Text;
    animation-duration: 1s;
    animation-delay: 0.9s;
    animation-fill-mode: forwards;
}


@keyframes SheJiShi_Text {
    0% {
        transform: translateY(40px);
    }

    100% {
        transform: translateY(0px);
        opacity: 1;
    }
}

.SheJiShi_Max svg {
    width: 30px;
    height: auto;
    position: absolute;
    top: var(--top30);
    right: var(--top30);
    cursor: pointer;
}

.SheJiShi_Max svg:hover {
    transform: rotate(180deg);
}
.Nuxmi{
        background: rgba(255, 255, 255, 0.03);
    font-size: var(--size18);
    color: rgb(255, 255, 255, 0.5);
    cursor: pointer;
    font-size: var(--size18);
        width: 100%;
        border-radius: 10px;
        display: block;
        text-align: center;
        line-height: 70px;
}

.login {
    width: 760px;
    max-width: calc(100% - 30px);
    overflow: hidden;
    margin: 5.2vw auto;
    background: rgb(22, 22, 22);
    border-radius: var(--top30);
    padding: var(--top50) var(--top30);
}

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

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

.login form input {
    width: 100%;
    height: 70px;
    background: rgb(15, 15, 15);
    border-radius: 10px;
    font-size: var(--size14);
    color: rgb(255, 255, 255);
    padding: 0 var(--top30);
}

.login form input.submit {

    background: rgba(255, 255, 255, 0.03);

    font-size: var(--size18);
    color: rgb(255, 255, 255, 0.5);

    cursor: pointer;
    font-size: var(--size18);
}

.layui-layer {
    transition: auto;
}

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

.canvas input {
    width: calc(100% - 200px) !important;
}

#canvas {
    width: 180px;
    height: 70px;
    background: rgb(15, 15, 15);
    border-radius: 10px;
}

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

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

.regis form {
    width: 100%;
    margin-top: var(--top50);
    display: flex;
    flex-wrap: wrap;
    gap: var(--top30);
}

.regis_top {
    width: 100%;
}

.regis_top h2 {
    width: 100%;
    font-size: var(--size16);
    color: rgb(255, 255, 255, 0.5);
    border-bottom: 1px solid rgb(69, 69, 69);
    padding-bottom: var(--top20);
}

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

.regis_list input {
    width: 100%;
    height: 50px;
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(255, 255, 255, 0.01);
    font-size: var(--size14);
    color: rgb(255, 255, 255, 0.5);
    padding: 0 var(--top30);
}

.regis_Mom {
    width: 100%;
    position: relative;
    color: #ffffff;
}

.regis_Mom input {
    width: 100%;
    height: 70px;
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(255, 255, 255, 0.01);
    font-size: var(--size14);
    color: rgb(255, 255, 255, 0.5);
    padding: 0 var(--top30);
}

.regis_Mom ul {
    width: 100%;
    overflow: auto;
    max-height: 350px;
    position: absolute;
    height: 0px;
    z-index: 5;
    background: #ffffff;
    left: 0;
    padding: 0 15px
}

.regis_Mom ul::-webkit-scrollbar {
    width: 8px;
}

.regis_Mom ul::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background: #ffffff;
}

.regis_Mom ul::-webkit-scrollbar-track {
    border-radius: 0;
    background: rgb(15, 15, 15);
}


.regis_Mom ul li {
    color: #000000;
    font-size: var(--size14);
    line-height: 2 !important;
    height: auto !important;
    cursor: pointer;
}


.regis form #submitToReg {
    width: 780px;
    max-width: 100%;
    height: 70px;
    background: rgba(255, 255, 255, 0.03);
    border-radius: 70px;
    font-size: var(--size18);
    color: rgb(255, 255, 255, 0.5);
    display: block;
    margin: auto;
    cursor: pointer;
    margin-top: var(--top40);
}

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

.Yinsi h2 {
    font-size: var(--size16);
    color: rgb(255, 255, 255);
    line-height: 1.5;
}

.Yinsi label {
    width: 100%;
    overflow: hidden;
    border-bottom: 1px solid rgb(69, 69, 69);
    padding: var(--top30) 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    cursor: pointer;
}

.Yinsi label input {
    appearance: none;
    width: 24px;
    height: 24px;
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 5px;
    background-color: transparent;
    position: relative;
    margin-right: 10px;
    cursor: pointer;
}

.Yinsi label input:before {
    content: "";
    background-color: rgba(255, 255, 255, 0.5);
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0);
    width: 15px;
    height: 15px;
    border-radius: 3px;
    transition: all 0.3s ease-in-out;
}

.Yinsi label input:checked:before {
    transform: translate(-50%, -50%) scale(1);
}

.Yinsi label h3 {
    flex: 1;
    margin-left: 10px;
    font-size: var(--size14);
    color: rgb(255, 255, 255);
}

.Yinsi label h3 p {
    font-size: 12px;
    color: rgb(255, 255, 255, 0.5);
    margin-top: 10px;
}

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

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

.banner_Max {
    width: var(--max);
    overflow: hidden;
    position: absolute;
    top: 150px;
    left: 50%;
    transform: translateX(-50%);
}

.banner_Max ul {
    width: 100%;
    overflow: hidden;
    border-bottom: 1px solid rgb(153, 153, 153);
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    padding-bottom: var(--top20);
    gap: var(--top30);
}

.banner_Max ul li {
    font-size: var(--size18);
    color: rgb(153, 153, 153);
}

.banner_Max ul li.banner_nav {
    color: rgb(255, 255, 255);
}

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

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

.banner_Top p {
    width: 550px;
    font-size: var(--size16);
    color: rgb(255, 255, 255);
    line-height: 1.8;
}

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

.LisSHi_Left {
    width: max-content;
    overflow: hidden;
    position: relative;
}

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

.LisSHi_Top::after {
    content: "";
    width: 1px;
    height: 100px;
    background: rgb(153, 153, 153);
    display: block;
    margin: 3vw auto;
}

.LisSHi_Left .swiper-button-next,
.LisSHi_Left .swiper-button-prev {
    width: 30px;
    height: 30px;
    position: static;
    inset: 0;
    margin: 0 auto;
    background: #ffffff;
    border-radius: 50%;
}

.LisSHi_Left .swiper-button-next::after,
.LisSHi_Left .swiper-button-prev::after {
    font-size: 12px;
    color: #000;
}

.LisSHi_Left .swiper-button-next {
    margin-top: 15px;
    transform: rotate(90deg);
}

.LisSHi_Left .swiper-button-prev {
    transform: rotate(90deg);
}

.mySwiper {
    width: max-content;
    height: 300px;
}

.mySwiper .swiper-slide {
    font-size: var(--size20);
    color: rgb(153, 153, 153);
    text-align: center;
    cursor: pointer;
}

.mySwiper .swiper-slide-thumb-active {
    color: #ffffff;
}

.LisSHi_Right {
    width: calc(100% - 150px);
}

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

.mySwiper2 .swiper-slide {
    width: 100%;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    background: rgb(15, 15, 15);
    height: auto;
}

.mySwiper2 .swiper-slide img {
    width: 45%;
    height: auto;
    opacity: 0;
    transform: translateY(20px);
}

.LisSHi_Right_R {
    width: 50%;
}

.LisSHi_Right_R>h2 {
    font-size: var(--size20);
    color: rgb(153, 153, 153);
    line-height: 1;
    opacity: 0;
    transform: translateY(20px);
}

.LisSHi_Right_R>p {
    font-size: var(--size24);
    color: rgb(255, 255, 255);
    margin-top: 10px;
    opacity: 0;
    transform: translateY(30px);
}

.LisSHi_text {
    width: 100%;
    overflow: hidden;
    font-size: var(--size14);
    color: rgb(255, 255, 255);
    line-height: 2;
    margin-top: var(--top40);
    opacity: 0;
    transform: translateY(40px);
}

.mySwiper2 .swiper-slide-active img {
    animation-name: LisSHi_Right_R;
    animation-duration: 1s;
    animation-delay: 0.3s;
    animation-fill-mode: forwards;

}

.mySwiper2 .swiper-slide-active .LisSHi_Right_R>h2 {
    animation-name: LisSHi_Right_R;
    animation-duration: 1s;
    animation-delay: 0.5s;
    animation-fill-mode: forwards;
}

.mySwiper2 .swiper-slide-active .LisSHi_Right_R>p {
    animation-name: LisSHi_Right_R;
    animation-duration: 1s;
    animation-delay: 0.7s;
    animation-fill-mode: forwards;
}

.mySwiper2 .swiper-slide-active .LisSHi_text {
    animation-name: LisSHi_Right_R;
    animation-duration: 1s;
    animation-delay: 0.9s;
    animation-fill-mode: forwards;

}

@keyframes LisSHi_Right_R {
    0% {
        transform: translateY(20px);
        opacity: 0;
    }

    100% {
        transform: translateY(0px);
        opacity: 1;
    }
}

.ChiXun {
    width: 100%;
    overflow: hidden;
    background: #000000;
}

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

.ShiMing h2 {
    width: 530px;
    max-width: 48%;
    font-size: var(--size20);
    color: rgb(255, 255, 255);
    line-height: 1.8;
}

.ShiMing p {
    width: 530px;
    max-width: 48%;
    font-size: var(--size16);
    color: rgb(255, 255, 255, 0.8);
    line-height: 1.8;
}

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

.LiMian>p {
    width: 100%;
    font-size: var(--size20);
    color: rgb(255, 255, 255, 0.7);
    line-height: 1.8;
}

.LiMian>h2 {
    width: 100%;
    font-size: var(--size30);
    color: rgb(255, 255, 255);
    line-height: 1.8;
    font-family: 'bold';
}

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

.LiMian_Max p {
    width: 48%;
    overflow: hidden;
    font-size: var(--size16);
    color: #ffffff;
    line-height: 2;
}

.LiMian_Max img {
    width: 48%;
    height: auto;
}

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

.ChengXu_Left {
    width: 50%;
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
}

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

.ChengXu_Left p {
    width: 100%;
    overflow: hidden;
    font-size: var(--size16);
    color: rgb(255, 255, 255);
    margin-top: var(--top30);
}

.ChengXu_Right {
    width: 45%;
    overflow: hidden;
}

.ChengXu_Top {
    width: 100%;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: center;
    gap: 20px;
}

.ChengXu_Top .swiper-button-next,
.ChengXu_Top .swiper-button-prev {
    width: 30px;
    height: 30px;
    position: static;
    inset: 0;
    margin: 0;
    background: #ffffff;
    border-radius: 50%;
}

.ChengXu_Top .swiper-button-next::after,
.ChengXu_Top .swiper-button-prev::after {
    font-size: 12px;
    color: #000;
}

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

.Cheng_Swiper .swiper-slide {
    background: rgb(15, 15, 15);
    height: auto;
}

.Cheng_Swiper .swiper-slide span {
    display: block;
    font-size: 60px;
    color: rgb(255, 255, 255, 0.1);
    line-height: 1;
    transform: translateY(20px);
    opacity: 0;
}

.Cheng_Swiper .swiper-slide h2 {
    font-size: var(--size30);
    color: rgb(255, 255, 255);
    transform: translateY(20px);
    opacity: 0;
}

.Cheng_Swiper .swiper-slide p {
    font-size: var(--size16);
    color: rgb(255, 255, 255);
    margin-top: var(--top20);
    transform: translateY(20px);
    opacity: 0;
}

.Cheng_Swiper .swiper-slide img {
    width: 100%;
    height: auto;
    margin-top: var(--top30);
    transform: translateY(20px);
    opacity: 0;
}

.Cheng_Swiper .swiper-slide-active span {
    animation-name: Cheng_Swiper;
    animation-duration: 1s;
    animation-delay: 0.3s;
    animation-fill-mode: forwards;
}

.Cheng_Swiper .swiper-slide-active h2 {
    animation-name: Cheng_Swiper;
    animation-duration: 1s;
    animation-delay: 0.5s;
    animation-fill-mode: forwards;
}

.Cheng_Swiper .swiper-slide-active p {
    animation-name: Cheng_Swiper;
    animation-duration: 1s;
    animation-delay: 0.7s;
    animation-fill-mode: forwards;
}

.Cheng_Swiper .swiper-slide-active img {
    animation-name: Cheng_Swiper;
    animation-duration: 1s;
    animation-delay: 0.9s;
    animation-fill-mode: forwards;

}

@keyframes Cheng_Swiper {
    0% {
        transform: translateY(20px);
        opacity: 0;
    }

    100% {
        transform: translateY(0px);
        opacity: 1;
    }
}

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

.TuianDui ul {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: var(--top50) var(--top30);
}

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

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

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

.TuianDui_H h2 {
    font-size: var(--size24);
    color: rgb(255, 255, 255);
    line-height: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    transition: all 0.5s;
}

.TuianDui_H h2.TuianDui_H_Bott {
    position: absolute;
    left: 0;
    top: 100%;
    color: rgb(242, 196, 83);
}

.TuianDui ul li:hover .TuianDui_H_Top {
    transform: translateY(-100%);
}

.TuianDui ul li:hover .TuianDui_H_Bott {
    top: 0;
}

.TuianDui ul li p {
    font-size: var(--size16);
    color: #ffffff;
    margin-top: 10px;
}

.TuianDui ul li:hover img {
    opacity: 0.5;
}

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

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

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

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

.DaTU img,
.DaTU video{
    width: 100%;
    height: auto;
}

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

.LiuCheng>h2 {
    text-align: center;
    font-size: var(--size36);
    color: rgb(255, 255, 255);
    font-family: 'bold';
}

.LiuCheng>p {
    text-align: center;
    font-size: var(--size20);
    color: rgb(51, 51, 51);
    margin-top: 10px;
}

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

.LiuCheng_Max p {
    width: 42%;
    overflow: hidden;
    font-size: var(--size16);
    color: #ffffff;
    line-height: 2;
}

.LiuCheng_Max img {
    width: 55%;
    height: auto;
}

.WuLiao {
    width: 100%;
    height: 100vh;
    overflow: hidden;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.WuLiao_Max {
    width: 730px;
    max-width: 90%;
    overflow: hidden;
    background: rgb(255, 255, 255);
    border-radius: 20px 20px 0px 0px;
    padding: var(--top40);
    position: absolute;
    right: var(--top80);
    bottom: 0;
}

.WuLiao_Top {
    width: 100%;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid rgb(153, 153, 153);
    padding-bottom: var(--top20);
}

.WuLiao_Top img {
    width: 100px;
    height: 100px;
    object-fit: cover;
}

.WuLiao_Top h2 {
    flex: 1;
    margin-left: var(--top30);
    font-size: var(--size20);
    color: rgb(37, 37, 37);
}

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

.Spers_Top {
    width: 100%;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}

.Spers_Top h2 {
    font-size: 18px;
    color: rgb(37, 37, 37);
}

.Spers_Top svg {
    width: 18px;
    height: auto;
}

.Spers_text {
    width: 100%;
    overflow: hidden;
    font-size: var(--size18);
    color: rgb(37, 37, 37);
    line-height: 1.5;
    margin-top: 10px;
    transition: auto;
    display: none;
    border-top: 1px solid #00000010;
}

.Spers_text table {
    border: transparent;
}

.Spers_text table td {
    padding: 10px 0;
    border-bottom: 1px solid #00000010;
}

.Sha {
    width: var(--max);
    margin: var(--top100) auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.Sha_Left {
    width: 40%;
}

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

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

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

.Sha_Swiper img {
    width: 100%;
    height: auto;
    padding: 0 50px;
}

.Sha_Swiper .swiper-button-next,
.Sha_Swiper .swiper-button-prev {
    width: 30px;
    height: 30px;
    margin-top: 0px;
    transform: translateY(-50%);
    background: #ffffff;
    border-radius: 50%;
}

.Sha_Swiper .swiper-button-next::after,
.Sha_Swiper .swiper-button-prev::after {
    font-size: 12px;
    color: #000;
}

.ChanPin {
    width: var(--max);
    overflow: hidden;
    margin: var(--top100) auto;
    font-size: var(--size16);
    color: rgb(255, 255, 255);
    line-height: 2;
}

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

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

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

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

.GuanLian>a {
    display: block;
    width: max-content;
    border: 1px solid rgb(255, 255, 255);
    ;
    border-radius: 40px;
    line-height: 36px;
    padding: 0 var(--top30);
    border: 1px solid rgb(255, 255, 255);
    ;
    margin-top: var(--top40);
    color: rgb(255, 255, 255);
    ;
    font-size: var(--size14);
}

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

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

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

.Waimi_text {
    width: max-content;
    max-width: 48%;
    overflow: hidden;
    border: 1px solid rgb(153, 153, 153);
    padding: var(--top20);
    position: relative;
}

.Waimi_text h2 {
    font-size: var(--size16);
    color: rgb(153, 153, 153);
    line-height: 1.5;
    position: relative;
    z-index: 10;
}

.Waimi_text a {
    font-size: var(--size16);
    color: rgb(153, 153, 153);
    line-height: 1.5;
    text-decoration: underline;
    position: relative;
    z-index: 10;
}

.Waimi_text svg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#shape {
    stroke-width: 10px;
    fill: transparent;
    stroke: #009FFD;
    stroke-dasharray: 0 400;
    stroke-dashoffset: 100;
    transition: 1s all ease;
    width: 100%;
    height: 100%;
}

.Waimi_text:hover #shape {
    stroke-dasharray: 50 0;
    stroke-width: 10px;
    stroke-dashoffset: 0;
    stroke: #06D6A0;
}

.Waimi_text:hover {
    border: 1px solid rgb(255, 255, 255, 0);
}

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

.IN_banner img,
.IN_banner video{
    width: 100%;
    height: auto;
    min-height: 150px;
}

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

}

.Miaoshu p {
    font-size: var(--size20);
    color: rgb(255, 255, 255, 0.2);
    line-height: 2;
}






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

.In_SheJiShi ul {
    margin-top: 0px;
}

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

.mixnouo_R {
    width: 65%;
}

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

.HUa {
    --angle: 0deg;
    width: max-content;
    z-index: 1;
    margin-top: 30px;
    padding: 1px;
    border-radius: 50px;
    background: conic-gradient(#ffffff, #ffffff var(--angle), transparent calc(var(--angle) + .1deg));
    transition: background 0.5s;
    transform: translateX(-20px) rotate(180deg);
    position: relative;
    margin-bottom: 5px;
}
.HUa::after{
    content: "";
    width: calc(100% - 40px);
    height: 1px;
    position: absolute;
    background: #ffffff;
    top: -5px;
    left: 20px;
    transition: all 0.5s;
    transform: rotate(-180deg);
    transform-origin: bottom center;
}
.HUa:hover::after{
    width: 0%;
}
.HUa a {
    font-size: var(--size16);
    color: rgb(255, 255, 255);
    display: block;
    background: rgb(15, 15, 15);
    padding: 7px 20px;
    border-radius: 50px;
    transform: rotate(-180deg);
    line-height: 1;
}



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

#app {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99;
    cursor: pointer;

}

.Visno_Svg {
    width: 150px;
    height: 150px;
    background: url(../images/bofang.svg) no-repeat center / 100% 100%;
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: none;
    transition: transform 0.2s ease;
    opacity: 0;
}

.Visno_Fi {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    display: none;
    transition: auto;
}

.Visno_Fi video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.Visno_Guan {
    width: 40px;
    height: 40px;
    background: #000000;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 99999;
}

.Visno_Guan:hover svg {
    transform: rotate(180deg);
}

.Visno>video {
    width: 100%;
    height: auto;
}

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

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

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

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

.FenLewi ul li p {
    font-size: var(--size16);
    line-height: 1.6;
    color: rgb(255, 255, 255, 0.2);
    margin-top: var(--top20);
    transition: all 2s;
}

.FenLewi ul li:hover p {
    color: rgb(255, 255, 255, 1);
}

.FenLewi ul li svg {
    width: 24px;
    height: auto;
    margin-top: 20px;
    stroke: lightblue;
    stroke-width: 1;
    stroke-dasharray: var(--length);
    stroke-dashoffset: var(--length);
    animation: stroke 5s forwards;
    stroke-linecap: round;
    opacity: 0;
}

.FenLewi ul li:hover svg {
    opacity: 1;
}

.mixnouo_a {
    width: max-content;
    overflow: hidden;
    position: relative;
}

.mixnouo_a a {
    width: max-content;
    line-height: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    transition: all 0.5s;
}

.mixnouo_a a.mixnouo_a_Bott {
    position: absolute;
    left: 50%;
    top: 100%;
    color: rgb(242, 196, 83);
}

.mixnouo_a:hover .mixnouo_a_Top {
    transform: translateY(-120%);
}

.mixnouo_a:hover .mixnouo_a_Bott {
    top: 0;
    left: 0;
}

.mixnouo_R .mixnouo_a {
    margin-top: var(--top20);
}

.WenHJua_text .mixnouo_a {
    margin-top: var(--top60);
}

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

.Footer h2 {
    font-size: var(--size14);
    color: rgb(39, 39, 39);
}

.Footer ul {
    width: max-content;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: var(--top40);
}

.Footer ul li {
    font-size: var(--size14);
    color: rgb(255, 255, 255, 0.2);
}

.beian {
    width: 100%;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
    margin-top: var(--top20)
}

.beian p {
    font-size: var(--size14);
    color: rgb(255, 255, 255, 0.2);
}


.LoaDing {
    --circle: 0%;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999999999;
    background: radial-gradient(circle, transparent var(--circle), black var(--circle));
}


.LoaDing_max {
    --angle: 0deg;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(1);
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    background: conic-gradient(#ffffff, #ffffff var(--angle), transparent calc(var(--angle) + .1deg));
}

.LoaDing_max img{
    max-width: 80%;
    max-height: 80%;
    opacity: 0;
    transition: all 3s;
}
.ShouQi {
    position: fixed;
    border-radius: 50%;
    background: #ffffff;
    pointer-events: none;
    transform: scale(0);
    transition: transform 1.5s ease-out;
    z-index: 99999999999;
}

.ZhanKai {
    --anglea: 0%;
    position: fixed;
    z-index: 99999999999;
    border-radius: 50%;
    background: radial-gradient(circle, transparent var(--anglea), #ffffff var(--anglea));
}