:root {
    --max: calc(100% - var(--top50) * 2);
    --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;
}

body {
    background: #000000;
}

.Hertre {
    width: 100%;
    z-index: 999;
    height: 60px;
    position: fixed;
    background: #00000050;
    backdrop-filter: blur(10px);
    top: 0;
    border-bottom: 6px solid #ff5e00;
}

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

.Logo {
    width: 200px;
    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: #ffffff;
    font-weight: bold;
    text-align: center;
    line-height: 1;
    position: relative;
    cursor: pointer;
}

.Nav ul li.active,
.Nav ul li:hover {
    color: #e41d1f;
}

.Lang {
    width: max-content;
    font-size: var(--size18);
    color: #ffffff;
    font-weight: bold;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    line-height: 1;
}

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

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

.menu_button:focus {
    outline: none;
}

.menu_button .line {
    fill: none;
    stroke: #fff;
    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;
}

.Content {
    flex: none !important;
    height: auto !important;
    min-height: 0 !important;
    margin-top: 40px !important;
}

.ZhenshangyinSlider {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
}

.zhenshangyin__wrapper {
    width: 100%;
    height: 100%;
    will-change: transform;
    transition: transform 0.6s ease;
}

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

.Footer {
    width: 100%;
    overflow: hidden;
    border-top: 4px solid #ff5e00;
}

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

.Footer_max>h2 {
    text-align: center;
    font-size: var(--size60);
    color: rgb(255, 94, 0);
    text-align: center;
    line-height: 1;
}

.Footer_max>p {
    text-align: center;
    font-size: var(--size20);
    color: rgb(255, 94, 0);
    text-align: center;
    line-height: 1;
    margin: var(--top50) auto;
}

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

.Footer_max ul li {
    width: 70px;
    height: 70px;
    border: 1px solid rgb(255, 94, 0);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.Footer_max ul li>img,
.Footer_max ul li a>img {
    max-width: 80%;
    max-height: 40%;
    object-fit: contain;
}

.Footer_max ul li a {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.weixin_img {
    width: 150px;
    overflow: hidden;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0);
    transition: all 0.3s;
    z-index: 999;
}

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

.Footer_max ul li:hover .weixin_img {
    transform: translate(-50%, -50%) scale(1);
}

.Beian {
    width: 100%;
    border-top: 4px solid #ff5e00;
    padding: var(--top20) 0;
}

.Beian p {
    font-size: var(--size16);
    color: rgb(255, 94, 0);
    text-align: center;
    line-height: 2;
}

.Zuopin {
    width: 100%;
    overflow: hidden;
    cursor: pointer;
    position: relative;
}

.Video {
    width: 100%;
    height: 100vh;
}

.Video img,
.Video video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.Title {
    width: var(--max);
    position: absolute;
    top: calc(var(--top30) + 60px);
    left: 50%;
    transform: translateX(-50%);
    font-size: var(--size30);
    color: rgb(255, 255, 255);
    font-weight: 700;
    line-height: 1.2;
    text-shadow: 0 2px 6px rgba(0, 0, 0, 0.35), 0 1px 2px rgba(0, 0, 0, 0.4);
    padding-right: 70px;
}

.Sub_title {
    width: var(--max);
    position: absolute;
    bottom: var(--top30);
    left: 50%;
    transform: translate(-50%, 0);
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-end;
    gap: var(--top50);
    opacity: 1;
}

.Sub_text {
    flex: 1;
    -webkit-mask-image: linear-gradient(to right, #000000 5%, transparent 70%);
    mask-image: linear-gradient(to right, #000000 5%, transparent 70%);
}

.Sub_text {
    flex: 1;
}

.Sub_text h2 {
    width: max-content;
    max-width: 100%;
    font-size: var(--size36);
    color: rgb(255, 255, 255);
    font-weight: 700;
    line-height: 1.2;
    border-bottom: 1px solid #ffffff;
    padding-bottom: var(--top20);
    text-shadow: 0 2px 6px rgba(0, 0, 0, 0.35), 0 1px 2px rgba(0, 0, 0, 0.4);
}

.Sub_text p {
    width: 100%;
    font-size: var(--size16);
    color: rgb(255, 255, 255);
    font-weight: 700;
    line-height: 1.5;
    margin-top: var(--top20);
    text-shadow: 0 2px 6px rgba(0, 0, 0, 0.35), 0 1px 2px rgba(0, 0, 0, 0.4);
}

.Sub_title a {
    width: max-content;
    font-size: var(--size30);
    color: rgb(255, 255, 255);
    font-weight: 500;
    padding: 5px 25px 10px;
    border-radius: 10px;
    line-height: 1;
    border: 2px solid rgb(255, 255, 255);
    background: rgb(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
}

.Sub_title a:hover {
    background: rgb(255, 255, 255, 0.8);
    color: rgb(0, 0, 0);
}

.Guanbi {
    width: 50px;
    height: 50px;
    background: rgb(255, 255, 255);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    right: var(--top30);
    top: calc(var(--top30) + 60px);
    transform: translateY(-100px);
    opacity: 0;
    z-index: 55;
}

.Guanbi svg {
    width: 50%;
    height: auto;
    display: block;
}

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

.Jiantou {
    width: 50px;
    position: absolute;
    bottom: var(--top30);
    opacity: 1;
    left: 50%;
    transform: translate(-50%, 100px);
    opacity: 0;
    z-index: 55;
}

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

.Jiantou.active {
    opacity: 1;
    transform: translate(-50%, 0);
}

.Guanbi.active {
    opacity: 1;
    transform: translateY(0);
}


.Sub_title.active {
    opacity: 0;
    transform: translate(-50%, 100%);
}

.Show_content {
    width: var(--max);
    margin-top: 60px;
}

.Show_content>h2 {
    width: 100%;
    font-size: var(--size24);
    color: rgb(255, 255, 255);
    font-weight: 700;
}

.Show_max {
    width: 100%;
    margin-top: var(--top30);
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: var(--top50);
}

.Show_left {
    width: 45%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: var(--top20);
}

.Swiper_vertical {
    width: 150px;
    height: 55vh !important;
}

.Swiper_vertical li {
    border: 2px solid #ffffff;
}

.Swiper_vertical img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    cursor: pointer;
}

.Swiper_vertical li.zhenshangyin-slide-active {
    border: 2px solid rgb(255, 94, 0);
}

.Swiper_horizontal {
    flex: 1;
    contain: size;
    border: 2px solid #ffffff;
}
.Swiper_horizontal img,
.Swiper_horizontal video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.Show_right {
    flex: 1;
    contain: size;
    display: flex;
    flex-direction: column;
    gap: var(--top30);
}

.Show_right ul {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: var(--top50);
     text-align: center;
}

.Show_right ul li {
    width: 100%;
}

.Show_right ul li h2 {
    font-size: var(--size24);
    color: rgb(255, 255, 255);
    font-weight: 700;
    line-height: 1;
}

.Show_right ul li p {
    font-size: var(--size16);
    color: rgb(255, 94, 0);
    font-weight: 700;
    margin-top: 15px;
}

.Content {
    flex: 1;
    font-size: var(--size16);
    color: rgb(255, 255, 255);
    line-height: 1.6;
    font-weight: 700;
    overflow: auto;
    padding-right: 10px;
}

.Content::-webkit-scrollbar {
    width: 6px;
}

.Content::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background: rgb(255, 94, 0);
}

.Content::-webkit-scrollbar-track {
    background: transparent;
}

.Keywords {
    width: 100%;
}

.Keywords h2 {
    text-align: center;
    font-size: var(--size24);
    color: rgb(255, 255, 255);
    font-weight: 700;
    line-height: 1;
}

.Keywords p {
    text-align: center;
    font-size: var(--size16);
    color: rgb(255, 94, 0);
    font-weight: 700;
    margin-top: 15px;
}

.Show_content>i {
    width: 100%;
    height: 4px;
    background: #ff5e00;
    display: block;
    margin: var(--top60) auto;
}

.Show_back {
    width: max-content;
    border: 2px solid #ff5e00;
    padding: var(--top20) 30px;
    border-radius: 20px;
    margin: auto;
    cursor: pointer;
}

.Show_back a {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 15px;
    font-size: var(--size20);
    font-weight: 900;
    color: rgb(255, 94, 0);
}

.Show_back a svg {
    width: 50px;
    height: auto
}

.Banner_swiper {
    width: 100%;
}

.Banner_swiper li {
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #000000;
}

.Banner_swiper img,
.Banner_swiper video {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.List {
    width: 100%;
    height: 100vh;
}

.List ul {
    width: 100%;
    height: 100%;
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-template-rows: repeat(3, 1fr);
}

.List ul>* {
    min-height: 0;
}

.List ul li {
    grid-column: span 2;
    position: relative;
    height: 100%;
    cursor: pointer;
}

.List ul li:nth-child(4),
.List ul li:nth-child(5) {
    grid-column: span 3;
}

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

.List ul li h2 {
    width: 100%;
    font-size: var(--size20);
    color: rgb(255, 255, 255);
    font-weight: 700;
    padding: var(--top20);
    text-align: right;
    position: absolute;
    bottom: 0;
    left: 0;
    text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.6), 0 1px 2px rgba(0, 0, 0, 0.3);
}

.List ul li p {
    width: 100%;
    font-size: var(--size16);
    color: rgb(255, 144, 8);
    padding: var(--top20);
    position: absolute;
    top: 0;
    left: 0;
    font-weight: 700;
}

.Tanchu {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999;
    background: rgb(0, 0, 0, 0.8);
    backdrop-filter: blur(10px);
    display: none;
}

.Swiper_tanchu {
    width: 1200px;
    max-width: calc(100% - 50px);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.Swiper_tanchu video {
    width: 100%;
    height: 70vh;
    object-fit: cover;
}

.prev,
.next {
    width: 20px;
    background: transparent;
}

.prev svg,
.next svg {
    width: 100%;
}

.Banner_text {
    width: 100%;
    height: 100vh;
}

.Banner_text ul {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-between;
    gap: 2px;
}

.Banner_text ul li {
    flex: 1;
    height: 100%;
    position: relative;
    cursor: pointer;
}
.Banner_text ul li::after{
    content: "";
    width: 100%;
    height: 100%;
    background: rgb(255, 94, 0,0.8);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

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

.Banner_text ul li h2 {
    font-size: var(--size40);
    color: rgb(255, 255, 255);
    line-height: 1.2;
    padding: 0 var(--top40);
    font-weight: 700;
    position: absolute;
    top: 20%;
    z-index: 5;
}

.Banner_text ul li:hover{
    flex: 3;
}
.Banner_text ul li:hover::after{
    opacity: 0;
}
