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

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

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

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

body,
html {
    font-family: "m";


}

.Hertre {
    width: 100%;
    z-index: 999;
    position: relative;
    background: rgba(255, 255, 255, 0.5);
    backdrop-filter: blur(10px);
}

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

.Logo {
    width: 180px;
    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: 2.5vw;
}

.Nav ul li {
    font-size: var(--size16);
    color: rgb(51, 51, 51);
    text-align: center;
    line-height: 100px;
    font-family: "SweiDLucyCJKsc";
    position: relative;
}

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


.Nav ul li.Nav_cen {
    color: rgb(229, 43, 59)
}

.Nav ul li:hover {
    color: rgb(229, 43, 59);
}

.Nav ul li::after {
    content: "";
    width: 0%;
    height: 6px;
    background: rgb(229, 43, 59);
    position: absolute;
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%);
    transition: all 0.3s;
}

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

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

.Nav_ul {
    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 #00000020;
}

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

.Nav_ul a:hover {
    color: rgb(229, 43, 59);
}

.Nav_ul a.Nav_ul_Nav {
    color: rgb(229, 43, 59);
}


.Wailian {
    width: max-content;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 2.5vw
}

.Wailian_item {
    width: max-content;
    border: 1px solid rgb(229, 43, 59);
    border-radius: 50px;
    font-size: var(--size16);
    color: rgb(0, 0, 0);
    padding: 0 var(--top30);
    line-height: 50px;
}

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

.Wailian_item a img {
    width: 20px;
    height: 20px;
    object-fit: contain;
}

.Wailian_item:hover {
    transform: translateY(-3px);
    box-shadow: 0px 0px 10px 5px #00000030;
}



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

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

.menu_button:focus {
    outline: none;
}

.menu_button .line {
    fill: none;
    stroke: #000000;
    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);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.Banner_text p {
    font-size: var(--size50);
    color: rgb(255, 255, 255, 0.1);
    line-height: 1;
    text-align: center;
}

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

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

.Navigation ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.Navigation ul li {
    width: max-content;
    font-size: var(--size20);
    color: rgb(51, 51, 51);
    line-height: 60px;
    padding: 0 var(--top60);
    border-radius: 60px;
}

.Navigation ul li.action {
    background: rgb(229, 43, 59);
    color: #ffffff;
}

.Subsidiary {
    width: 100%;
}

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

.Subsidiary ul li {
    width: 100%;
    overflow: hidden;
    background: url(../images/1.png) no-repeat center center / cover;
}

.Subsidiary ul li:nth-child(2n) {
    background: url(../images/2.png) no-repeat center center / cover;
}

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

.Subsidiary_top {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    gap: var(--top50);
}

.Subsidiary_title {
    flex: 1;
    position: relative;
    padding-bottom: 15px;
    font-size: var(--size30);
    color: rgb(0, 0, 0);
    font-family: 'bold';
}

.Subsidiary_title::after {
    content: "";
    width: 160px;
    height: 1px;
    background: rgb(0, 0, 0);
    position: absolute;
    bottom: 0;
    left: 0;
}

.Subsidiary_title::before {
    content: "";
    width: 40px;
    height: 3px;
    background: rgb(229, 43, 59);
    position: absolute;
    bottom: 0;
    left: 0;
}

.Subsidiary_top p {
    width: 55%;
    font-size: var(--size16);
    color: rgb(0, 0, 0);
    line-height: 1.6;
}

.Subsidiary_max img {
    width: 100%;
    height: auto;
    margin-top: var(--top30);
}

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

.Overview_max {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    flex-direction: row-reverse;
    gap: var(--top80);
}

.Overview_left {
    flex: 1;
    position: relative;
}

.Overview_left img {
    width: 100%;
    height: auto;
    position: relative;
    z-index: 5;
}

.Overview_left::after {
    content: "";
    width: 100%;
    height: 100%;
    border: 2px solid rgb(229, 43, 59);
    position: absolute;
    top: 10px;
    left: 10px;
}

.Overview_right {
    width: 50%;
}

.Overview_title {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 15px;
}

.Overview_title img {
    width: 35px;
    height: auto;
}

.Overview_title h2 {
    flex: 1;
    font-size: var(--size30);
    color: rgb(0, 0, 0);
}

.Overview_right p {
    font-size: var(--size16);
    color: rgb(0, 0, 0);
    line-height: 2;
    margin-top: var(--top30);
}


.Overview ul {
    width: 100%;
    margin-top: var(--top60);
    display: flex;
    justify-content: space-between;
    gap: 3vw;
}

.Overview ul li {
    flex: 1;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
    background: rgb(255, 255, 255);
    padding: var(--top30);
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 1.5vw;
}

.Overview_img {
    width: 4vw;
    aspect-ratio: 4 / 4;
    border-radius: 50%;
    background: rgb(229, 43, 59);
    display: flex;
    justify-content: center;
    align-content: center;
}

.Overview_img img {
    max-width: 40%;
    max-width: 40%;
    object-fit: contain;
}

.Overview_text {
    flex: 1;
}

.Overview_text h2 {
    font-size: 16px;
    color: rgb(0, 0, 0);
    line-height: 1;
    border-left: 4px solid rgb(229, 43, 59);
    padding-left: 15px;
}

.Overview_cont {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    margin-top: var(--top20);
}

.Overview_cont p {
    font-size: 2.8vw;
    color: rgb(229, 43, 59);
    line-height: 1;
}

.Overview_cont span {
    font-size: var(--size16);
    color: rgb(0, 0, 0);
}

.Overview ul li:hover .Overview_img img {
    transform: rotate(360deg);
}

.Culture {
    width: 100%;
    overflow: hidden;
    background: url(../images/3.png) no-repeat center / cover;
}

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

.Culture_max>h2 {
    font-size: var(--size36);
    color: rgb(0, 0, 0);
}

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

.Culture_max ul li {
    width: 100%;
    overflow: hidden;
    aspect-ratio: 4 / 3;
    padding: var(--top120) var(--top20);
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    gap: 15px;
    position: relative;
}

.Culture_max ul li h2 {
    width: 100%;
    position: relative;
    z-index: 5;
    font-size: var(--size24);
    color: rgb(255, 255, 255);
    text-align: center;
    position: relative;
    z-index: 5;
}

.Culture_max ul li p {
    width: 100%;
    text-align: center;
    font-size: var(--size20);
    color: rgb(255, 255, 255);
    position: relative;
    z-index: 5;
    display: none;
    transition: auto;
}

.Culture_max ul li i {
    width: 40px;
    height: 4px;
    background: #ffffff;
    display: none;
    margin: auto;
    transition: auto;
    position: relative;
    z-index: 5;
}

.Culture_max ul li::after {
    content: "";
    width: 200%;
    height: 200%;
    position: absolute;
    background: rgb(229, 43, 59);
    transform: scale(0) rotate(45deg) translate(-50%, -50%);
    top: 50%;
    left: 50%;
    transition: all 0.3s;
    transform-origin: center center;
}

.Culture_max ul li:hover::after {
    transform: scale(1) rotate(1deg) translate(-50%, -50%);
}

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

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

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

.Advantage_img {
    width: 55%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.Advantage_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.Advantage_text {
    width: 55%;
    overflow: hidden;
    box-shadow: 0px 0px 20px 0px rgba(5, 5, 5, 0.1);
    background: rgb(255, 255, 255);
    padding: var(--top60);
    margin: var(--top60) 0;
    position: relative;
    z-index: 5;
}

.Advantage_text h2 {
    font-size: var(--size30);
    color: rgb(0, 0, 0);
    position: relative;
    padding-bottom: var(--top30);
}

.Advantage_text h2::after {
    content: "";
    width: 160px;
    height: 1px;
    background: rgb(0, 0, 0);
    position: absolute;
    bottom: 0;
    left: 0;
}

.Advantage_text h2::before {
    content: "";
    width: 40px;
    height: 3px;
    background: rgb(229, 43, 59);
    position: absolute;
    bottom: 0;
    left: 0;
}

.Advantage_text p {
    font-size: var(--size16);
    color: rgb(0, 0, 0);
    line-height: 1.6;
    margin-top: var(--top30);
}

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

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

.Join ul li {
    width: 100%;
    overflow: hidden;
    box-shadow: 0px 0px 20px 0px rgba(5, 5, 5, 0.1);
    background: rgb(255, 255, 255);
}

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

.Join_text {
    width: 100%;
    overflow: hidden;
    padding: 25px var(--top40);
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}

.Join_iemt {
    width: 100%;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 10px;
}

.Join_iemt img {
    width: 20px;
    height: 20px;
    object-fit: contain;
}

.Join_p {
    flex: 1;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}

.Join_p span {
    width: max-content;
    display: block;
    font-size: var(--size16);
    color: rgb(0, 0, 0);
    line-height: 1.5;
}

.Join_p p {
    flex: 1;
    font-size: var(--size16);
    color: rgb(0, 0, 0);
    line-height: 1.5;
}

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

.Cooperation ul {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: var(--top20);
}

.Cooperation ul li {
    width: 100%;
    box-shadow: 0px 0px 20px 0px rgba(5, 5, 5, 0.1);
    background: rgb(255, 255, 255);
    aspect-ratio: 5 / 3;
    display: flex;
    justify-content: center;
    align-items: center;
}

.Cooperation ul li img {
    max-width: 50%;
    max-height: 50%;
    object-fit: contain;
}

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

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

.Qualification ul li {
    width: 100%;
    overflow: hidden;
    box-shadow: 0px 0px 20px 0px rgba(5, 5, 5, 0.1);
    background: rgb(255, 255, 255);
    padding: 0 var(--top30);
    padding-top: var(--top20);
    position: relative;
}

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

.Qualification_img img {
    max-width: 70%;
    max-width: 70%;
    object-fit: contain;
    cursor: pointer;
}

.Click {
    width: 100%;
    height: 100%;
    position: absolute;
    background: rgb(0, 0, 0, 0.4);
    top: 100%;
    left: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    justify-content: center;
    cursor: pointer;
}

.Qualification ul li:hover .Click {
    top: 0
}

.Click img {
    width: 40px;
    height: auto;
}

.Click p {
    width: 100%;
    text-align: center;
    font-size: var(--size16);
    color: rgb(255, 255, 255);
    margin-top: 10px;
}

.Qualification ul li h3 {
    font-size: var(--size16);
    color: rgb(0, 0, 0);
    text-align: center;
    border-top: 1px solid rgb(221, 221, 221);
    padding: var(--top20) 0;
    margin-top: var(--top30);
}

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

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

.News ul li {
    width: 100%;
    overflow: hidden;
    box-shadow: 0px 0px 20px 0px rgba(5, 5, 5, 0.1);
    background: rgb(255, 255, 255);
    padding: 30px var(--top40);
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: var(--top30);
}

.News_left {
    width: 55px;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    align-content: flex-start;
}

.News_left p {
    width: 100%;
    font-size: 40px;
    color: rgb(51, 51, 51);
    line-height: 1;
    text-align: center;
}

.News_left h2 {
    width: 100%;
    font-size: 14px;
    color: rgb(51, 51, 51);
    text-align: center;
    margin-top: 10px;
}

.News_cen {
    width: 32%;
    margin-right: var(--top30);
}

.News_cen img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

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

.News_right h2 {
    width: 100%;
    font-size: var(--size24);
    color: rgb(51, 51, 51);
}

.News_right p {
    width: 100%;
    font-size: var(--size14);
    color: rgb(51, 51, 51);
    line-height: 1.6;
    margin-top: var(--top20);
}

.News_right a {
    width: max-content;
    background: rgb(229, 43, 59);
    line-height: 46px;
    padding: 0 var(--top30);
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: var(--size20);
    font-size: var(--size14);
    color: rgb(255, 255, 255);
    margin-top: var(--top50);
}

.News_right a img {
    width: 6px;
    height: auto;
}

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

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

.Product_top h2 {
    width: 100%;
    text-align: center;
    margin: var(--top120) auto;
    font-size: var(--size30);
    color: #FFFFFF;
}

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

.Product ul li {
    width: 100%;
    overflow: hidden;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
    background: rgb(255, 255, 255);
    padding: var(--top20);
}

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

.Product ul li h2 {
    text-align: center;
    font-size: var(--size16);
    color: #333333;
    margin-top: var(--top20);
}

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

.Show_top {
    width: 100%;
    overflow: hidden;

    box-shadow: 0px 0px 20px 0px rgba(5, 5, 5, 0.1);
    background: rgb(255, 255, 255);
    padding: var(--top50);
}

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

.Show_top>p {
    font-size: var(--size14);
    color: rgb(0, 0, 0);
    text-align: center;
    margin-top: 10px;
}

.Show_text {
    width: 100%;
    overflow: hidden;
    border-top: 1px solid rgb(221, 221, 221);
    border-bottom: 1px solid rgb(221, 221, 221);
    padding: var(--top30) 0;
    margin-top: var(--top30);
    font-size: var(--size14);
    color: rgb(51, 51, 51);
    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;
    justify-content: space-between;
    gap: 10px;
}

.Prev a {
    width: max-content;
    max-width: 48%;
    display: block;
    font-size: var(--size14);
    color: rgb(0, 0, 0);
}

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

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

.page .active {
    background: rgb(229, 43, 59);
    border: 1px solid rgb(229, 43, 59);
    color: #fff;
}

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

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

.Project_top {
    width: 100%;
}

.Project_top ul {
    width: 100%;
}

.Project_top ul li {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    background: rgb(247, 247, 247);
}

.Project_cen {
    width: 55%;
    position: relative;
}

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

.Project_right {
    flex: 1;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    position: relative;
    padding: var(--top50);
}

.Project_right h2 {
    width: 100%;
    font-size: var(--size24);
    color: rgb(51, 51, 51);
}

.Project_right p {
    width: 100%;
    font-size: var(--size14);
    color: rgb(51, 51, 51);
    line-height: 1.6;
    margin-top: var(--top20);
}

.Project_right a {
    width: max-content;
    background: rgb(229, 43, 59);
    line-height: 46px;
    padding: 0 var(--top30);
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: var(--size20);
    font-size: var(--size14);
    color: rgb(255, 255, 255);
    margin-top: var(--top50);
}

.Project_right a img {
    width: 6px;
    height: auto;
}

.prev {
    width: 70px;
    height: 70px;
    background: rgb(255, 255, 255);
    transform: translate(0%, 0%);
    top: auto;
    left: auto;
    bottom: 0;
    right: 0;
}

.next {
    width: 70px;
    height: 70px;
    background: rgb(255, 255, 255);
    transform: translate(0%, 0%);
    top: auto;
    right: auto;
    bottom: 0;
    left: 0;
}

.Project_cen .next {
    display: none;
}

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

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

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

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

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

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

.Product_top_left {
    width: 48%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 10px;
}

.Product_leftSwiper {
    flex: 1;
    height: 520px;
    border: 1px solid #00000020;
}

.Product_leftSwiper li {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.Product_leftSwiper img {
    max-width: 60%;
    max-height: 60%;
    object-fit: contain;
}

.Product_top_cen {
    width: 120px;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-content: space-between;
}

.Product_rightSwiper {
    width: 100%;
    height: 450px;
}

.Product_rightSwiper li {
    width: 100%;
    height: 100%;
    border: 1px solid #00000020;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.Product_rightSwiper li img {
    max-width: 80%;
    max-height: 80%;
}

.Product_rightSwiper li.zhenshangyin-slide-active {
    border: 1px solid rgb(229, 43, 59);
}

.prev1,
.next1 {
    width: 100%;
    height: auto;
    position: static;
    inset: 0;
    margin: 0;
    background: transparent;
    transform: translate(0%, 0%);
}

.prev1 svg,
.next1 svg {
    display: block;
}

.prev1 svg,
.next1 svg {
    transform: rotate(90deg);
}

.Product_top_right {
    width: 48%;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
}

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

.Product_show_text h2 {
    font-size: var(--size30);
    color: #000000;
    border-bottom: 1px solid #000000;
    padding-bottom: var(--top20);
}

.Product_show_text p {
    font-size: var(--size14);
    color: #000000;
    line-height: 2;
    margin-top: var(--top20);
}

.Product_show_tel {
    width: 100%;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    gap: var(--top20);
}

.Product_show_tel a {
    width: max-content;
    background: rgb(229, 43, 59);
    line-height: 46px;
    padding: 0 var(--top30);
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: var(--size20);
    font-size: var(--size14);
    color: rgb(255, 255, 255);
    margin-top: var(--top50);
}

.Product_show_tel a img {
    width: 15px;
    height: auto;
}








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

.Product_Show>h2 {
    width: 100%;
    overflow: hidden;
    background: rgb(248, 248, 248);
    text-align: center;
    font-size: var(--size20);
    color: rgb(51, 51, 51);
    padding: 20px 0;
}

.Product_Show_text {
    width: var(--max);
    overflow: hidden;
    margin: auto;
    margin-top: var(--top30);
    font-size: var(--size14);
    color: rgb(51, 51, 51);
    line-height: 2;
    margin-top: var(--top30);
}

.Product_Show_text table {
    border: 1px solid rgb(221, 221, 221);
}

.Product_Show_text td,
.Product_Show_text th {
    padding: 10px;
}

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



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

.Footer::after {
    content: "";
    width: 100%;
    height: 180%;
    background: rgb(27, 27, 27) url(../images/footer.jpg) no-repeat bottom center / cover;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
}

.Contact {
    width: var(--max);
    margin: var(--top100) auto;
    position: relative;
    z-index: 5;
}

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

.Contact a {
    width: max-content;
    background: rgb(229, 43, 59);
    line-height: 46px;
    margin: auto;
    padding: 0 var(--top30);
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: var(--size20);
    font-size: var(--size14);
    color: rgb(255, 255, 255);
    margin-top: var(--top50);
    display: none;
}

.Contact a img {
    width: 6px;
    height: auto;
}

.Footer_max {
    width: var(--max);
    overflow: hidden;
    margin: var(--top60) auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    gap: var(--top60);
    position: relative;
    z-index: 5;
}

.Footer_left {
    flex: 1;
}

.Footer_left img {
    width: 420px;
    max-width: 80%;
    height: auto;
}

.Footer_left ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    margin-top: 15px;
}

.Footer_left ul li {
    font-size: var(--size16);
    color: rgb(255, 255, 255);
}

.Footer_cen {
    width: max-content;
    border-left: 1px solid rgb(255, 255, 255, 0.2);
    border-right: 1px solid rgb(255, 255, 255, 0.2);
    padding: 0 var(--top60);
}

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

.Footer_cen p {
    font-size: var(--size24);
    color: rgb(255, 255, 255);
    margin-top: 10px;
    line-height: 1.3;
}

.Footer_right {
    width: 25%;
}

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

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



.Beian {
    width: 100%;
    overflow: hidden;
    border-top: 1px solid #494949;
    position: relative;
    z-index: 5;
}

.Beian_max {
    width: var(--max);
    margin: var(--top20) auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.Beian_max p {
    font-size: var(--size14);
    color: #ffffff;
}

.pager1 {
    width: 20px;
    height: 100%;
    position: fixed;
    left: auto;
    top: 0;
    right: var(--top20);
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
}

.pager1 .zhenshangyin-pager-bullets-bullet {
    width: 10px;
    height: 10px;
    background: rgb(189, 189, 189)
}

.pager1 .zhenshangyin-pager-bullets-bullet.active {
    width: 20px;
    height: 20px;
}

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

.Bannerswiper {
    width: 100%;
    height: 100%;
}

.Bannerswiper img {
    width: 100%;
    height: 100vh;
    object-fit: cover;
}

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

.Bannerswiper_text h2 {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    font-size: var(--size60);
    color: rgb(255, 255, 255);
    transform: translateY(20px);
    opacity: 0;
    transition: all 0.8s;
    transition-delay: 0.5s;
}

.Bannerswiper_text h2 span {
    color: rgb(190, 38, 49);
}

.Bannerswiper_text p {
    font-size: var(--size30);
    color: rgb(255, 255, 255);
    text-align: center;
    transform: translateY(20px);
    opacity: 0;
    transition: all 0.8s;
    transition-delay: 0.7s;
}

.Bannerswiper_text p::before {
    content: "";
    width: 150px;
    height: 2px;
    background: rgb(255, 255, 255, 0.5);
    display: block;
    margin: var(--top20) auto;
}

.Bannerswiper .zhenshangyin-slide-active .Bannerswiper_text h2,
.Bannerswiper .zhenshangyin-slide-active .Bannerswiper_text p{
    transform: translateY(0px);
    opacity: 1;
}

.pager2 {
    width: var(--max);
    bottom: var(--top60);
    justify-content: flex-start;
}

.pager2 .zhenshangyin-pager-bullets-bullet {
    width: 60px;
    height: 6px;
    border-radius: 0px;
}

.GuanyuIn {
    width: 100%;
    height: 100%;
    background: url(../images/guanyu.png) no-repeat bottom center / cover;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    align-content: flex-end;
    justify-content: center;
}

.GuanyuIn_max {
    width: var(--max);
    height: calc(100vh - 200px);
    margin: 50px auto;
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
}

.GuanyuIn_top {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    flex-direction: row-reverse;
    gap: var(--top80);
}

.GuanyuIn_left {
    flex: 1;
    position: relative;
    transform: translateX(100px);
    opacity: 0;
    transition: all 0.8s;
    transition-delay: 0.5s;
}

.GuanyuIn_left img {
    width: 100%;
    height: auto;
    position: relative;
    z-index: 5;
}

.GuanyuIn_left::after {
    content: "";
    width: 100%;
    height: 100%;
    border: 2px solid rgb(229, 43, 59);
    position: absolute;
    top: 30px;
    left: -30px;
}

.GuanyuIn_right {
    width: 55%;
    transform: translateX(-100px);
    opacity: 0;
    transition: all 0.8s;
    transition-delay: 0.5s;
}

.GuanyuIn_right span {
    display: block;
    font-size: var(--size60);
    color: rgb(0, 0, 0, 0.1);
    line-height: 1;
    font-family: 'bold';
}

.GuanyuIn_right h2 {
    font-size: var(--size30);
    color: rgb(0, 0, 0);
    font-family: 'bold';
    line-height: 1;
    margin-top: -20px;
}

.GuanyuIn_right p {
    font-size: var(--size14);
    color: rgb(0, 0, 0);
    line-height: 1.6;
    margin-top: var(--top30);
}
.BannerIn .zhenshangyin-slide-active .GuanyuIn_left,
.BannerIn .zhenshangyin-slide-active .GuanyuIn_right{
    transform: translate(0px);
    opacity: 1;
}

.GuanyuIn_max ul {
    width: 100%;
    display: flex;
    justify-content: space-between;
    gap: var(--top20);
    ;
}

.GuanyuIn_max ul li {
    flex: 1;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
    background: rgb(255, 255, 255);
    transform: translateY(100px);
    opacity: 0;
    transition: all 0.8s;
    transition-delay: 0.5s;
}
.BannerIn .zhenshangyin-slide-active .GuanyuIn_max ul li{
    transform: translateY(0px);
    opacity: 1;
}
.GuanyuIn_max ul li img {
    width: 100%;
    aspect-ratio: 5 / 3;
    object-fit: cover;
}

.GuanyuIn_max ul li h2 {
    font-size: var(--size16);
    color: rgb(0, 0, 0);
    padding: var(--top20) 0;
    text-align: center
}

.ChanpinIn {
    width: 100%;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    align-content: flex-end;
    background: url(../images/chanpin.png) no-repeat bottom center / cover;
}

.ChanpinIn_max {
    width: var(--max);
    height: calc(100vh - 200px);
    margin: 50px auto;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    gap: var(--top50);
}

.ChanpinIn_max>h2 {
    width: 100%;
    font-size: var(--size36);
    color: rgb(0, 0, 0);
    text-align: center;
    font-family: 'bold';
    transform: translateY(100px);
    opacity: 0;
    transition: all 0.8s;
    transition-delay: 0.5s;
}
.BannerIn .zhenshangyin-slide-active .ChanpinIn_max>h2{
    transform: translateY(0px);
    opacity: 1;
}
.ChanpinIn_max ul {
    width: 100%;
    display: flex;
    justify-content: space-between;
    gap: var(--top30);
}

.ChanpinIn_max ul li {
    flex: 1;
    overflow: hidden;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
    background: rgb(255, 255, 255);
    padding: var(--top30);
    transform: translateY(100px);
    opacity: 0;
    transition: all 0.8s;
    transition-delay: 0.5s;
}
.BannerIn .zhenshangyin-slide-active .ChanpinIn_max ul li{
    transform: translateY(0px);
    opacity: 1;
}

.ChanpinIn_max ul li>img {
    width: 100%;
    aspect-ratio: 5 / 4;
    object-fit: contain;
}

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

.ChanpinIn_max ul li a {
    width: max-content;
    margin: auto;
    border: 1px solid rgb(229, 43, 59);
    line-height: 46px;
    padding: 0 var(--top30);
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: var(--size20);
    font-size: var(--size14);
    color: #e52b3b;
    margin-top: var(--top20);
}

.ChanpinIn_max ul li a svg {
    width: 12px;
    height: auto;
}

.ChanpinIn_max ul li a:hover {
    background: rgb(229, 43, 59);
    color: #ffffff;
}

.ChanpinIn_max ul li a:hover svg path {
    fill: #ffffff;
}


.XinwemnIn {
    width: 100%;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    align-content: flex-end;
    background: url(../images/dongtai.png) no-repeat bottom center / cover;
}

.XinwemnIn_max {
    width: var(--max);
    height: calc(100vh - 200px);
    margin: 50px auto;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    gap: var(--top50);
}

.XinwemnIn_max>h2 {
    width: 100%;
    font-size: var(--size36);
    color: rgb(0, 0, 0);
    text-align: center;
    font-family: 'bold';
    transform: translateY(100px);
    opacity: 0;
    transition: all 0.8s;
    transition-delay: 0.5s;
}
.BannerIn .zhenshangyin-slide-active .XinwemnIn_max>h2{
    transform: translateY(0px);
    opacity: 1;
}

.XinwemnIn_max ul {
    width: 100%;
    display: flex;
    justify-content: space-between;
    gap: 5vw;
}

.XinwemnIn_max ul li {
    width: 100%;
    overflow: hidden;
    position: relative;
    transform: translateY(100px);
    opacity: 0;
    transition: all 0.8s;
}

.BannerIn .zhenshangyin-slide-active .XinwemnIn_max ul li{
    transform: translate(0px);
    opacity: 1;
}

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

.XinwemnIn_text {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 5;
    background: linear-gradient(#00000000, #000000);
    padding: var(--size20);
}

.XinwemnIn_text h2 {
    font-size: var(--size20);
    color: rgb(255, 255, 255);
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.XinwemnIn_text p {
    font-size: var(--size16);
    color: rgb(255, 255, 255);
    margin-top: 10px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.XinwemnIn_text span {
    font-size: var(--size16);
    color: rgb(255, 255, 255);
    display: block;
    margin-top: 10px;
}

.XinwemnIn_max>a {
    width: max-content;
    border: 1px solid rgb(229, 43, 59);
    background: rgb(229, 43, 59);
    line-height: 46px;
    padding: 0 var(--top30);
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: auto;
    gap: var(--size20);
    font-size: var(--size14);
    color: #ffffff;
    transform: translateY(100px);
    opacity: 0;
    transition: all 0.8s;
    transition-delay: 0.5s;
}
.BannerIn .zhenshangyin-slide-active .XinwemnIn_max>a{
    transform: translateY(0px);
    opacity: 1;
}
.XinwemnIn_max>a svg {
    width: 12px;
    height: auto;
}


.RongyuIn {
    width: 100%;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    align-content: flex-end;
    background: url(../images/zizhi.png) no-repeat bottom center / cover;
}

.RongyuIn_max {
    width: var(--max);
    height: calc(100vh - 200px);
    margin: 50px auto;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    gap: var(--top50);
}

.RongyuIn_max>h2 {
    width: 100%;
    font-size: var(--size36);
    color: rgb(0, 0, 0);
    text-align: center;
    font-family: 'bold';
    transform: scale(0);
    opacity: 0.5;
    transition: all 0.8s;
    transition-delay: 0.5s;
}
.BannerIn .zhenshangyin-slide-active .RongyuIn_max>h2{
    transform: scale(1);
}
.RongyuIn_max ul {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    gap: var(--top20);
}

.RongyuIn_max ul li {
    width: 100%;
    overflow: hidden;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #ffffff;
    aspect-ratio: 5 / 4;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
    background: rgb(255, 255, 255);
    transform: scale(0);
    opacity: 0.5;
    transition: all 0.8s;
}

.BannerIn .zhenshangyin-slide-active .RongyuIn_max ul li{
    transform: scale(1);
    opacity: 1;
}

.RongyuIn_max ul li img {
    max-height: 80%;
    max-height: 80%;
    object-fit: contain;
}

.RongyuIn_max>a {
    width: max-content;
    border: 1px solid rgb(229, 43, 59);
    background: rgb(229, 43, 59);
    line-height: 46px;
    padding: 0 var(--top30);
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: auto;
    gap: var(--size20);
    font-size: var(--size14);
    color: #ffffff;
    transform: scale(0);
    opacity: 0.5;
    transition: all 0.8s;
    transition-delay: 0.5s;
}
.BannerIn .zhenshangyin-slide-active .RongyuIn_max>a{
    transform: scale(1);
    opacity: 1;
}
.RongyuIn_max>a svg {
    width: 12px;
    height: auto;
}

.RongyuIn_max ul li:hover .Click {
    top: 0
}



.HezuoIn {
    width: 100%;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    align-content: flex-end;
    background: url(../images/hezuo.png) no-repeat bottom center / cover;
}

.HezuoIn_max {
    width: var(--max);
    height: calc(100vh - 200px);
    margin: 50px auto;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    gap: var(--top50);
}

.HezuoIn_max>h2 {
    width: 100%;
    font-size: var(--size36);
    color: #fff;
    text-align: center;
    font-family: 'bold';
    transform: scale(0);
    opacity: 0.5;
    transition: all 0.8s;
    transition-delay: 0.5s;
}
.BannerIn .zhenshangyin-slide-active .HezuoIn_max>h2{
    transform: scale(1);
}

.HezuoIn_ul {
    width: 100%;
}

.Top {
    width: 1100px;
    max-width: 100%;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0px 3vw;
}

.Top li {
    width: calc(25% - 3vw);
    aspect-ratio: 4 / 4;
    clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
    display: flex;
    justify-content: center;
    align-items: center;
    background: #ffffff;
    transform: scale(0);
    opacity: 0.5;
    transition: all 0.8s;
}
.BannerIn .zhenshangyin-slide-active .Top li{
    transform: scale(1);
    opacity: 1;
}
.Top li:nth-child(n+5){
    margin-top: -1vw;
}
.Top li img {
    max-width: 60%;
    max-height: 60%;
    object-fit: contain;
}

.HezuoIn_max>a {
    width: max-content;
    border: 1px solid rgb(229, 43, 59);
    background: rgb(229, 43, 59);
    line-height: 46px;
    padding: 0 var(--top30);
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: auto;
    gap: var(--size20);
    font-size: var(--size14);
    color: #ffffff;
    transform: scale(0);
    opacity: 0.5;
    transition: all 0.8s;
    transition-delay: 0.5s;
}
.BannerIn .zhenshangyin-slide-active .HezuoIn_max>a{
    transform: scale(1);
    opacity: 1;
}
.HezuoIn_max>a svg {
    width: 12px;
    height: auto;
}

.ZHanshi {
    width: 100%;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    align-content: flex-end;
    background: url(../images/zhanshi.png) no-repeat bottom center / cover;
}

.ZHanshi_max {
    width: var(--max);
    height: calc(100vh - 200px);
    margin: 50px auto;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    gap: var(--top50);
}

.ZHanshi_max>h2 {
    width: 100%;
    font-size: var(--size36);
    color: #ffffff;
    text-align: center;
    font-family: 'bold';
    transform: scale(0);
    opacity: 0.5;
    transition: all 0.8s;
    transition-delay: 0.5s;
}
.BannerIn .zhenshangyin-slide-active .ZHanshi_max>h2{
    transform: scale(1);
    opacity: 1;
}

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

.ZHanshi_max ul li {
    width: 100%;
    overflow: hidden;
    position: relative;
    background: rgb(255, 255, 255);
    transform: scale(0);
    opacity: 0.5;
    transition: all 0.8s;
}
.BannerIn .zhenshangyin-slide-active .ZHanshi_max ul li{
    transform: scale(1);
    opacity: 1;
}
.ZHanshi_max ul li img {
    width: 100%;
    aspect-ratio: 4 / 2;
    object-fit: cover;
}
.ZHanshi_max ul li h2{
    font-size: var(--size16);
    color: rgb(51, 51, 51);
    text-align: center;
    padding: 15px 10px;
}
.ZHanshi_max>a {
    width: max-content;
    border: 1px solid rgb(229, 43, 59);
    background: rgb(229, 43, 59);
    line-height: 46px;
    padding: 0 var(--top30);
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: auto;
    gap: var(--size20);
    font-size: var(--size14);
    color: #ffffff;
    transform: scale(0);
    opacity: 0.5;
    transition: all 0.8s;
    transition-delay: 0.5s;
}
.BannerIn .zhenshangyin-slide-active .ZHanshi_max>a{
    transform: scale(1);
    opacity: 1;
}

.ZHanshi_max>a svg {
    width: 12px;
    height: auto;
}

.LianxiIn {
    width: 100%;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    align-content: flex-end;
    position: relative;
    background: url(../images/lianxi.jpg) no-repeat bottom center / 100% 100%;
}
.LianxiIn>img{
    width: 50%;
    height: 60%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    
    left: 0;
}
.LianxiIn_max{
    width: var(--max);
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    margin-bottom: 5vw;
}

.LianxiIn_max ul{
    width: 50%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    gap: 25px;
}
.LianxiIn_max ul li{
    width: 100%;
    border: 1px solid rgb(255, 255, 255);
    padding: var(--top20);
    font-size: var(--size14);
    color: rgb(255, 255, 255);
    line-height: 1.5;
    position: relative;
    transform: translateY(100px);
    opacity: 0;
    transition: all 0.5s;
}
.BannerIn .zhenshangyin-slide-active .LianxiIn_max ul li{
    transform: translateY(0px);
    opacity: 1;
}

.LianxiIn .Footer_max{
    margin: auto;
    margin-bottom: 20px;
}

