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

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

.Hertre {
    width: 100%;
    z-index: 999;
    position: relative;
    background: rgba(0, 0, 0, 1);
}

.Hertre_cen {
    width: 100%;
    background: rgba(231, 0, 18, 1);
    line-height: 40px;
    text-align: center;
    font-size: var(--size14);
    color: rgba(255, 255, 255, 1);
}

.Logo {
    width: 210px;
    overflow: hidden;
    margin: var(--top30) auto 0px;

}

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

.Hertre_nav {
    width: 100%;
    position: relative;
}

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

.Nav {
    width: max-content;
    margin: auto;
}

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

.Nav ul li {
    font-size: var(--size16);
    color: rgba(255, 255, 255, 1);
    text-align: center;
    line-height: 90px;
}

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

.Hertre_max form {
    width: 200px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    border-bottom: 2px solid rgba(255, 255, 255, 1);
    padding-bottom: 5px;
}

.Hertre_max form input {
    width: calc(100% - 30px);
    height: 20px;
    font-size: var(--size16);
    color: rgba(255, 255, 255, 0.7);
}

.Hertre_max form button {
    width: 25px;
    display: block;
    cursor: pointer;
}

.Hertre_max form button svg {
    width: 100%;
    height: auto;
    display: block;
}


.Nav_item {
    width: max-content;
    display: none;
    background: #ffffff;
    position: absolute;
    overflow: hidden;
    top: 100%;
    transition: auto;
    padding: 20px 30px;
    left: 50%;
    transform: translateX(-50%);
    box-shadow: 0px 0px 10px 5px #00000010;
    border-radius: 5px;
}

.Nav_item a {
    color: #000000;
    display: block;
    line-height: 2.5;
    font-size: var(--size14);
}

.Nav_chan {
    width: 100%;
    overflow: hidden;
    position: absolute;
    top: 100%;
    left: 0;
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0px 2px 25px rgba(165, 165, 165, 0.5);
    display: none;
    transition: auto;
}

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

.Nav_chan_list{
    width: max-content;
    display: grid;
    grid-template-columns: 1fr;
    gap: var(--top40);
}
.Nav_chan_top{
    width: 100%;
}
.Nav_chan_top h2{
    font-size: var(--size20);
    color: rgba(0, 0, 0, 1);
    text-align: left;
    line-height: 1;
}

.Nav_chan_a{
    width: 100%;
    margin-top: var(--top20);
}

.Nav_chan_a a{
    display: block;
    font-size: var(--size16);
    color: rgba(51, 51, 51, 1);
    line-height: 2;
    text-align: left;
}

.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;
}

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

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

.Banner_text {
    width: var(--max);
    overflow: hidden;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: var(--size60);
    color: rgba(231, 0, 18, 1);
    text-align: center;
    line-height: 1;
    text-transform: uppercase;
}


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

.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;
}

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

.pagination .page-item {
    font-size: 12px;
    padding: 8px 10px;
    color: rgb(165, 165, 165);
    border: 1px solid rgb(165, 165, 165);
    line-height: 1;
}

.pagination .page-item.active {
    background: rgba(231, 0, 18, 1);
    border: 1px solid rgba(231, 0, 18, 1);
    color: #fff;
}


.Top {
    width: var(--max);
    margin: auto;
    padding: var(--top40) 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    border-top: 1px solid rgba(153, 153, 153, 1);
}

.Top_max {
    width: max-content;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    font-size: var(--size14);
    color: rgba(51, 51, 51, 1);
    gap: 10px;
    cursor: pointer;
}

.Top_max svg {
    width: var(--size36);
    height: auto;
    display: block;
}

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

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

.Footer ul li {
    width: max-content;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
}

.Footer ul li svg {
    width: 20px;
    height: 20px;
    object-fit: contain;
}

.Footer ul li p {
    flex: 1;
    font-size: var(--size14);
    color: rgba(255, 255, 255, 1);
}

.Beian {
    width: 100%;
    overflow: hidden;
    border-top: 1px solid rgba(31, 31, 31, 1);
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    padding: 25px 15px;
}


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

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

.Lianxi {
    width: var(--max);
    margin: var(--top60) auto;
    background: rgba(255, 255, 255, 1);
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.Lianxi_text {
    width: 50%;
    padding: var(--top30) 6vw;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
}

.Lianxi_text h2 {
    width: 100%;
    font-size: var(--size36);
    color: rgba(180, 0, 0, 1);
}

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

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

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

.Lianxi_text ul li p {
    flex: 1;
    font-size: var(--size16);
    color: rgba(0, 0, 0, 1);
}

.Lianxi_img {
    width: 50%;
    background: rgba(31, 31, 31, 1);
}

.Lianxi_img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

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

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

.Xinwen ul li {
    width: 100%;
    border-bottom: 1px solid rgba(153, 153, 153, 1);
    padding-bottom: 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    gap: var(--top30);
}

.Xinwen ul li img {
    width: 250px;
    object-fit: cover;
}

.Xinwen_text {
    flex: 1;
}

.Xinwen_text h2 {
    font-size: var(--size18);
    color: rgba(0, 0, 0, 1);
    line-height: 1.5;
}

.Xinwen_text p {
    font-size: var(--size14);
    color: rgba(51, 51, 51, 1);
    line-height: 1.5;
    margin: var(--top20) 0;
}

.Xinwen_text span {
    display: block;
    font-size: var(--size14);
    color: rgba(231, 0, 18, 1);
}

.Xinwen_text span a {
    margin-left: 15px;
}

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

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

.Company ul li {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    gap: var(--top40);
}

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

.Company ul li img {
    width: 30%;
    height: auto;
}

.Company_text {
    flex: 1;
    border-bottom: 1px solid rgba(153, 153, 153, 1);
    padding-bottom: var(--top30);
}

.Company_text h2 {
    font-size: var(--size30);
    color: rgba(0, 0, 0, 1);
    line-height: 1;
}

.Company_text p {
    font-size: var(--size16);
    color: rgba(51, 51, 51, 1);
    margin-top: var(--top20);
}


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

.Chanpin>h2 {
    font-size: var(--size36);
    color: rgba(0, 0, 0, 1);
    line-height: 1;
}

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

.Chanpin ul li {
    width: 100%;
    border: 1px solid #D6D6D6;
    border-radius: 10px;
    overflow: hidden;
}

.Chanpin ul li img {
    width: 100%;
    aspect-ratio: 310 / 190;
    object-fit: cover;
}

.Chanpin ul li h2 {
    text-align: center;
    font-size: var(--size18);
    color: rgba(34, 34, 34, 1);
    padding: var(--top20);
}

.Chanpin ul li:hover h2 {
    color: rgba(231, 0, 18, 1);
}

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

.Applications>h2 {
    font-size: var(--size36);
    color: rgba(0, 0, 0, 1);
    line-height: 1;
}

.Applications>p {
    margin-top: var(--top20);
    font-size: var(--size14);
    color: rgba(0, 0, 0, 1);
}

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

.Applications ul li {
    width: 100%;
}

.Applications ul li img {
    width: 100%;
    aspect-ratio: 430 / 310;
    object-fit: cover;
}

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

.Applications ul li:hover h2 {
    color: rgba(231, 0, 18, 1);
}

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

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

.Service ul li {
    width: 100%;
    background: rgba(245, 245, 245, 1);
    padding: var(--top40);
}

.Service ul li>h2 {
    text-align: center;
    font-size: var(--size36);
    color: rgba(180, 0, 0, 1);
}

.Service ul li>p {
    text-align: center;
    font-size: var(--size18);
    color: rgba(102, 102, 102, 1);
    margin-top: 15px;
}

.Service_text {
    width: 100%;
    font-size: var(--size16);
    color: rgba(51, 51, 51, 1);
    line-height: 1.8;
    margin-top: var(--top20);
}

.Brochures {
    width: var(--max);
    margin: var(--top60) auto;
    display: grid;
    grid-template-columns: 1fr;
    gap: var(--top40);
}

.Brochures_list {
    width: 100%;
}

.Brochures_list>h2 {
    text-align: center;
    font-size: var(--size36);
    color: rgba(0, 0, 0, 1);
}

.Brochures_list>p {
    text-align: center;
    font-size: var(--size18);
    color: rgba(102, 102, 102, 1);
    margin-top: 10px;
}

.Brochures_list ul {
    width: 100%;
    margin-top: var(--top40);
    background: rgba(245, 245, 245, 1);
    padding: var(--top60) var(--top50);
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    border-radius: 2px;
}

.Brochures_list ul li {
    width: max-content;
    line-height: 50px;
    font-size: var(--size16);
    color: rgba(0, 0, 0, 1);
    border-radius: 50px;
    border: 1px solid rgba(0, 0, 0, 1);
    padding: 0 25px;
}

.Brochures_list ul li a {
    width: max-content;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
}

.Brochures_list ul li img {
    width: 20px;
    height: auto;
}


.Video {
    width: var(--max);
    margin: var(--top60) auto;
    display: grid;
    grid-template-columns: 1fr;
    gap: var(--top40);
}

.Video_list {
    width: 100%;
}

.Video_list>h2 {
    text-align: center;
    font-size: var(--size36);
    color: rgba(0, 0, 0, 1);
}

.Video_list>p {
    text-align: center;
    font-size: var(--size18);
    color: rgba(102, 102, 102, 1);
    margin-top: 10px;
}

.Video_list ul {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: var(--top50) var(--top20);
    margin-top: var(--top40);
}

.Video_list ul li {
    width: 100%;
}

.Video_v {
    width: 100%;
    aspect-ratio: 460 / 260;
    border-radius: var(--top20);
    overflow: hidden;
    position: relative;
}

.Video_v img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.Video_v::after {
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5;
}

.Video_v svg {
    width: 60px;
    height: auto;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;
    cursor: pointer;
}

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

/* Video Modal Styles */
.video_modal_overlay {
    position: fixed;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.85);
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    opacity: 0;
    animation: modalFadeIn 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
}

.video_modal_container {
    max-width: 90vw;
    max-height: 90vh;
    width: min(900px, 90vw);
    box-shadow: 0 25px 80px rgba(0, 0, 0, 0.8);
    border-radius: 16px;
    overflow: hidden;
    transform: scale(0.7) translateY(50px);
    opacity: 0;
    animation: modalSlideIn 0.5s cubic-bezier(0.34, 1.56, 0.64, 1) 0.1s forwards;
    border: 1px solid rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(20px);
    background: rgba(0, 0, 0, 0.3);
}

.video_modal_video {
    width: 100%;
    height: auto;
    max-height: 90vh;
    transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    display: block;
}


.video_modal_close {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 44px;
    height: 44px;
    background: rgba(0, 0, 0, 0.9);
    border: 2px solid rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    z-index: 10000;
    opacity: 0;
    animation: closeBtnFadeIn 0.4s ease 0.3s forwards;
}

.video_modal_close:hover {
    background: rgba(220, 53, 69, 0.95);
    border-color: rgba(255, 255, 255, 0.9);
    transform: scale(1.15) rotate(90deg);
    box-shadow: 0 8px 25px rgba(220, 53, 69, 0.4);
}

.video_modal_close:active {
    transform: scale(1.05) rotate(90deg);
}

.video_modal_close::before,
.video_modal_close::after {
    content: '';
    position: absolute;
    width: 22px;
    height: 3px;
    background: white;
    border-radius: 2px;
    transition: all 0.3s ease;
}

.video_modal_close::before {
    transform: rotate(45deg);
}

.video_modal_close::after {
    transform: rotate(-45deg);
}

@keyframes modalFadeIn {
    0% {
        opacity: 0;
        backdrop-filter: blur(0px);
    }

    100% {
        opacity: 1;
        backdrop-filter: blur(8px);
    }
}

@keyframes modalSlideIn {
    0% {
        transform: translateY(50px);
        opacity: 0;
    }

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

@keyframes closeBtnFadeIn {
    0% {
        opacity: 0;
        transform: scale(0.8);
    }

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

.Video_v svg:hover {
    transform: translate(-50%, -50%) scale(1.15);
    filter: drop-shadow(0 8px 20px rgba(180, 0, 0, 0.6));
}

.Video_v:hover svg {
    filter: drop-shadow(0 10px 25px rgba(180, 0, 0, 0.8));
}

.Video_v svg:active {
    transform: translate(-50%, -50%) scale(0.95);
    transition: all 0.1s ease;
}


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


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

.Customer ul li {
    width: 100%;
    overflow: hidden;
    border: 1px solid rgba(245, 245, 245, 1);
    border-radius: 15px;
    position: relative;
}

.Customer_img {
    width: 100%;
    aspect-ratio: 4 / 3;
    display: flex;
    justify-content: center;
    align-items: center;
}

.Customer_img img {
    width: 70%;
    height: 70%;
    object-fit: contain;
}

.Customer_text h2 {
    font-size: var(--size16);
    color: rgba(34, 34, 34, 1);
    padding: 10px var(--top20);
}

.Customer_text p {
    width: 100%;
    background: rgba(245, 245, 245, 1);
    font-size: var(--size24);
    color: rgba(0, 0, 0, 1);
    padding: var(--top20);
    line-height: 1;
    font-weight: 600;
}

.Customer_text span {
    width: 100%;
    display: block;
    text-align: center;
    background: rgba(180, 0, 0, 1);
    line-height: 38px;
    color: #fff;
    font-size: var(--size18);
    font-weight: 900;
    position: absolute;
    top: 3%;
    right: -38%;
    transform: rotate(45deg);
}

.Lat {
    width: var(--max);
    margin: var(--top60) auto;
    /*display: none;*/
}

.Lat>h2 {
    font-size: var(--size36);
    color: rgba(0, 0, 0, 1);
    line-height: 1;
}

.Lat>p {
    margin-top: var(--top20);
    font-size: var(--size14);
    color: rgba(0, 0, 0, 1);
}


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

.Lat ul li {
    width: 100%;
    overflow: hidden;
    border: 1px solid rgba(34, 34, 34, 1);
    border-radius: 15px;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.Lat_img {
    width: 100%;
    aspect-ratio: 5 / 3;
    display: flex;
    justify-content: center;
    align-items: center;
}

.Lat_img img {
    width: 100%;
    object-fit: contain;
}

.Lat_text h2 {
    font-size: var(--size18);
    color: rgba(34, 34, 34, 1);
    padding: var(--top20);
    text-align: center;
    
}

.Lat>a {
    width: max-content;
    display: block;
    line-height: 48px;
    background: rgba(231, 0, 18, 1);
    border-radius: 48px;
    padding: 0 var(--top40);
    font-size: var(--size16);
    color: rgba(255, 255, 255, 1);
    margin: auto;
    margin-top: var(--top40);
}

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

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

.Customer_swiper {
    width: 100%;
    margin-top: var(--top40);
}

.Customer_swiper li {
    border-radius: 15px;
    background: rgba(245, 245, 245, 1);
}

.pager1 {
    position: static;
    inset: 0;
    transform: translate(0%, 0%);
    margin-top: 20px;
}

.pager1 .zhenshangyin-pager-bullets-bullet {
    width: 10px;
    height: 10px;
    background: rgba(216, 216, 216, 1);
}

.pager1 .zhenshangyin-pager-bullets-bullet.active {
    background: rgba(180, 0, 0, 1);
}

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

.Chan_show_top {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    gap: 5vw;
}

.Chan_show_top_img {
    width: 43%;
    aspect-ratio: 500 / 400;
}

.Chan_show_top_img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.Chan_show_top_right {
    flex: 1;
}

.Chan_show_top_right>h2 {
    font-size: var(--size36);
    color: rgba(0, 0, 0, 1);
    line-height: 1;
}

.Chan_show_top_right>p {
    font-size: var(--size14);
    color: rgba(34, 34, 34, 1);
    line-height: 1.5;
    margin-top: var(--top20);
}

.TGexing {
    width: 100%;
    margin-top: var(--top50);
}

.TGexing>h3 {
    font-size: var(--size24);
    color: rgba(0, 0, 0, 1);
    line-height: 1;
}

.TGexing_p {
    width: 100%;
    margin-top: var(--top20);
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
}

.TGexing_p p {
    font-size: var(--size14);
    color: rgba(34, 34, 34, 1);
    font-weight: 600;
    position: relative;
    padding-left: 20px;
}

.TGexing_p p::after {
    content: "";
    width: 10px;
    height: 10px;
    background: rgba(231, 0, 18, 1);
    position: absolute;
    top: 35%;
    left: 0;
    border-radius: 50%;
}

.Chan_show_cen {
    width: 100%;
    margin: var(--top60) auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    gap: 5vw;
}

.Chan_show_cen_left {
    width: 43%;
}

.Chan_show_cen_left>h2 {
    font-size: var(--size24);
    color: rgba(34, 34, 34, 1);
    line-height: 1;
}

.Chan_show_cen_left>p {
    font-size: var(--size14);
    color: rgba(34, 34, 34, 1);
    margin-top: 15px;
}

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

.Chan_show_cen_list {
    width: 100%;
    border-top: 1px solid rgba(153, 153, 153, 1);
    padding-top: 15px;
}

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

.Chan_show_cen_list>h2 {
    font-size: var(--size24);
    color: rgba(34, 34, 34, 1);
    line-height: 1;
}

.Chan_show_cen_list>p {
    font-size: var(--size14);
    color: rgba(34, 34, 34, 1);
    margin-top: 15px;
}

.Chan_show_cen_right {
    flex: 1;
}

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

.Chan_show_cen_right ul li {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    width: 100%;
    gap: 0px 4px;
}

.Chan_show_cen_right ul li:nth-child(1) p {
    background: rgba(180, 0, 0, 1);
    color: #ffffff;
    font-weight: 900;
}

.Chan_show_cen_right ul li p {
    width: 100%;
    background: rgba(245, 240, 240, 1);
    font-size: var(--size14);
    color: rgba(0, 0, 0, 1);
    padding: 15px;
    text-align: left;
}

.Chan_show_cen_right ul li p:nth-child(1) {
    grid-column: span 1;
}
.Chan_show_cen_right ul li p:nth-child(2) {
    grid-column: span 2;
}

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

.Chan_video {
    width: 100%;
    margin: var(--top60) auto;
}

.Chan_video>h2 {
    font-size: var(--size36);
    color: rgba(0, 0, 0, 1);
}

.Chan_img {
    width: 100%;
    margin: var(--top60) auto;
}

.Chan_img>h2 {
    font-size: var(--size36);
    color: rgba(0, 0, 0, 1);
}

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

.Chan_img ul li {
    width: 100%;
}

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

.About {
    width: 100%;
    overflow: hidden;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

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

.About_max h2 {
    text-align: center;
    font-size: var(--size36);
    color: rgba(0, 0, 0, 1);
}

.About_text {
    text-align: center;
    font-size: var(--size20);
    color: rgba(0, 0, 0, 1);
    line-height: 2;
    margin-top: var(--top30);
}
.About_text br{
    display: none;
}

.Sigh {
    width: 100%;
    overflow: hidden;
    background: rgba(134, 5, 3, 1);
    margin-top: var(--top40);
}

.Sigh_max {
    width: var(--max);
    margin: 25px auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    gap: 12vw;
}

.Sigh_text {
    width: 40%;
}

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

.Sigh_text p {
    font-size: var(--size14);
    color: rgba(255, 255, 255, 1);
    margin-top: var(--top20);
}

.Sigh_max form {
    flex: 1;
    display: flex;
    justify-content: space-between;
    gap: 10px;
}

.Sigh_max form input {
    flex: 1;
    height: 45px;
    border-radius: 6px;
    background: rgba(255, 255, 255, 1);
    font-size: var(--size14);
    color: rgba(102, 102, 102, 1);
    padding: 0 15px;
}

.Sigh_max form button {
    width: max-content;
    height: 45px;
    border-radius: 6px;
    background: rgba(231, 0, 18, 1);
    font-size: var(--size14);
    color: rgba(255, 255, 255, 1);
    padding: 0 20px;
    cursor: pointer;
}

.Exc {
    width: 100%;
    overflow: hidden;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

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

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

.Exc_max p {
    font-size: var(--size40);
    color: rgba(255, 255, 255, 1);
    margin-top: var(--top20);
    line-height: 1.3;
}

.Exc_max a {
    width: max-content;
    display: block;
    font-size: var(--size16);
    color: rgba(255, 255, 255, 1);
    margin-top: var(--top20);
    text-decoration: underline;
}

.Hurry {
    width: 100%;
    overflow: hidden;
    margin: var(--top60) auto;
    display: flex;
    justify-content: space-between;
    gap: var(--top20);
}

.Hurry_left {
    width: 57%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.Hurry_left_text {
    width: 100%;
    padding: var(--top50);
    padding-left: calc((100vw - 1400px) / 2);
}

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

.Hurry_left_text p {
    font-size: var(--size40);
    color: rgba(255, 255, 255, 1);
    margin-top: var(--top20);
    line-height: 1.3;
}

.Hurry_left_text a {
    width: max-content;
    display: block;
    font-size: var(--size16);
    color: rgba(255, 255, 255, 1);
    margin-top: var(--top20);
    text-decoration: underline;
}

.Hurry_right {
    flex: 1;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.Hurry_right_text {
    width: 100%;
    padding: var(--top50);
    padding-right: calc((100vw - 1400px) / 2);
}

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

.Hurry_right_text p {
    font-size: var(--size40);
    color: rgba(255, 255, 255, 1);
    margin-top: var(--top20);
    line-height: 1.3;
}

.Hurry_right_text a {
    width: max-content;
    display: block;
    font-size: var(--size16);
    color: rgba(255, 255, 255, 1);
    margin-top: var(--top20);
    text-decoration: underline;
}

.Bannerin {
    width: 100%;
}
.zhenshangyin-prev,.zhenshangyin-next{
	display:none;
}
.Bannerin:hover .zhenshangyin-prev,
.Bannerin:hover .zhenshangyin-next
{
	display: flex
}

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

.Bannerin_text {
    flex: 1;
}

.Bannerin_text h2 {
    font-size: var(--size30);
    color: rgba(61, 61, 61, 1);
    text-transform: uppercase;
}

.Bannerin_text p {
    font-size: var(--size60);
    color: rgba(231, 0, 18, 1);
    margin-top: var(--top50);
    text-transform: uppercase;
    line-height: 1.1;
}

.Bannerin_text a {
    width: max-content;
    display: block;
    line-height: 60px;
    padding: 0 var(--top40);
    font-size: var(--size16);
    color: rgba(255, 255, 255, 1);
    margin-top: var(--top80);
    background: rgba(231, 0, 18, 1);
    border-radius: 60px;
}

.Bannerin_max>img {
    width: 50%;
    height: auto;
}