:root {
    --max: 1200px;
    --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");
}

body {
    font-family: "m";
}

.Hertre {
    width: 100%;
    z-index: 999;
    height: 90px;
    position: relative;
    background: rgb(23, 23, 23);
}

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

.Logo {
    width: 140px;
    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(--top80);
}

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

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


.Nav ul li.Nav_cen {
    color: rgb(255, 255, 255);
}

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

.Nav ul li::after {
    content: "";
    width: 0%;
    height: 3px;
    background: rgb(255, 255, 255);
    position: absolute;
    bottom: 0px;
    left: 0%;
    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 #00000010;
    border-radius: 5px;
}

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

.Nav_ul a:hover {
    color: rgb(14, 113, 138);
}

.Nav_ul a.Nav_ul_Nav {
    color: rgb(14, 113, 138);
}

.An {
    width: 60px;
    height: 60px;
    display: none;
    position: fixed;
    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);
}

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

.Container path {
    stroke: #fff;
    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%;
}

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

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

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

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

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

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

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

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

.Banner_text {
    width: var(--max);
    overflow: hidden;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: var(--top40);
    color: rgb(255, 255, 255);
    font-family: 'bold';
}

.Lianxi {
    width: var(--max);
    overflow: hidden;
    margin: var(--top80) auto;
    background: rgb(14, 113, 138);
    padding: var(--top80) var(--top60) var(--top40);
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    gap: var(--top60);
}

.Lianxi_left {
    flex: 1;
    overflow: hidden;
}

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

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

.Lianxi_left ul li {
    width: 100%;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: var(--top20);
    margin-top: var(--top40);
}

.Lianxi_left ul li img {
    width: 20px;
    height: 20px;
    object-fit: contain;
}

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

.Lianxi>ul {
    width: 55%;
    display: flex;
    justify-content: space-between;
    gap: 10px;
}

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

.Lianxi>ul li img {
    width: 100%;
    height: auto;
    background: #ffffff;
    padding: 10px;
}

.Lianxi>ul li p {
    font-size: var(--size16);
    color: rgb(255, 255, 255);
    text-align: center;
    margin-top: 15px;
}

.Huanyin {
    width: 100%;
    overflow: hidden;
    border-top: 1px solid rgb(255, 255, 255);
    padding-top: var(--top40);
    text-align: center;
    font-size: var(--size24);
    color: #ffffff;
}

.Liuyan {
    width: 100%;
    overflow: hidden;
    background: rgb(246, 246, 246);
}

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

.Liuyan_max>h2 {
    text-align: center;
    font-size: var(--size30);
    color: rgb(51, 51, 51);
    line-height: 1;
    font-family: 'bold';
}

.Liuyan_max>p {
    text-align: center;
    font-size: var(--size14);
    color: rgb(51, 51, 51);
    line-height: 1;
    margin-top: 15px;
}

.Liuyan_max form {
    width: 100%;
    overflow: hidden;
    margin-top: var(--top80);
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: var(--top40) 0px;
}

.Liuyan_max form label {
    width: calc(50% - var(--top40));
    overflow: hidden;
}

.Liuyan_max form label:nth-child(3) {
    width: 100%;
}

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

.Liuyan_max form label input {
    width: 100%;
    height: 60px;
    background: rgba(255, 255, 255, 0.9);
    border: 1px solid rgb(220, 220, 220);
    font-size: var(--size14);
    color: rgb(153, 153, 153);
    padding: 12px;
    margin-top: 10px;
}

.Liuyan_max form label textarea {
    width: 100%;
    height: 160px;
    background: rgba(255, 255, 255, 0.9);
    border: 1px solid rgb(220, 220, 220);
    font-size: var(--size14);
    color: rgb(153, 153, 153);
    padding: 12px;
    margin-top: 10px;
    font-family: 'm';
    resize: none;
}

.submit {
    width: 330px;
    max-width: 100%;
    height: 60px;
    background: rgb(14, 113, 138);
    border-radius: 4px;
    cursor: pointer;
    margin: auto;
    font-size: var(--size18);
    color: rgb(255, 255, 255);
}

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

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

.Xinwen ul li {
    width: 100%;
    overflow: hidden;
    background: rgb(250, 250, 250);
    padding: var(--top20);
}

.Xinwen ul li span {
    font-size: var(--size14);
    color: rgb(153, 153, 153);
    font-family: 'bold';
    line-height: 1;
}

.Xinwen ul li h2 {
    font-size: 14px;
    color: rgb(14, 113, 138);
    margin-top: 10px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.Xinwen ul li p {
    font-size: var(--size14);
    color: rgb(153, 153, 153);
    line-height: 1.5;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    margin-top: 10px;
}

.Xinwen ul li img {
    width: 100%;
    height: auto;
    border-top: 1px solid rgb(153, 153, 153);
    margin-top: 10px;
    padding-top: 15px;
    aspect-ratio: 4 / 3;
    object-fit: cover;
}

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

.Show>h2 {
    font-size: var(--size24);
    color: #222222;
    text-align: center;
}

.Show>p {
    font-size: var(--size14);
    color: #888888;
    text-align: center;
    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;
}

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

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

.page .active {
    background: rgb(14, 113, 138);
    border: 1px solid rgb(14, 113, 138);
    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;
}


.Mianbao {
    width: 100%;
    overflow: hidden;
    background: rgb(243, 244, 244);
}

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

.Mianbao_max p {
    color: rgb(0, 0, 0);
}

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

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

.Chanpin ul li {
    width: 100%;
    overflow: hidden;
    border-radius: 10px;
    border: 1px solid rgb(198, 198, 198);
}

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

.Chanpin_img img {
    max-width: 80%;
    max-height: 80%;
    object-fit: contain;
}

.Chanpin ul li h2 {
    text-align: center;
    width: 100%;
    background: rgb(243, 244, 244);
    padding: var(--top20) 10px;
    font-size: var(--size16);
    color: rgb(0, 0, 0);
}

.Fenlei {
    width: 100%;
    overflow: hidden;
    background: rgb(243, 244, 244);
}

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

.Fenlei ul li {
    width: max-content;
    line-height: 80px;
    font-size: var(--size16);
    color: rgb(0, 0, 0);
    text-align: center;
    position: relative;
}

.Fenlei ul i {
    width: 1px;
    height: var(--size16);
    background: rgb(204, 204, 204);
    display: block;
}

.Fenlei ul li::after {
    content: "";
    width: 0%;
    height: 3px;
    background: rgb(14, 113, 138);
    position: absolute;
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%);
    transition: all 0.3s;
}

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

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


.Fenlei ul li.Nav_cen {
    color: rgb(14, 113, 138);
}

.Fenlei ul li:hover {
    color: rgb(14, 113, 138);
}

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

.Chanpin_top {
    width: 100%;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    gap: var(--top50);
}

.Chanpin_top img {
    width: 35%;
    height: auto;
}

.Chanpin_top_text {
    flex: 1;
}

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

.Chanpin_top_text p {
    font-size: var(--size14);
    color: rgb(0, 0, 0);
    line-height: 2;
    margin-top: var(--top40);
    border-bottom: 1px solid rgb(209, 209, 209);
    padding-bottom: 5vw;
}

.Chanpin_top_text a {
    width: max-content;
    line-height: 46px;
    background: rgb(14, 113, 138);
    border-radius: 2px;
    padding: 0 var(--top40);
    font-size: var(--size18);
    color: rgb(255, 255, 255);
    margin-top: var(--top40);
    display: block;
}

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

.Chanpin_cen>h2 {
    line-height: 46px;
    background: rgb(14, 113, 138);
    border-radius: 2px;
    text-align: center;
    font-size: var(--size18);
    color: rgb(255, 255, 255);
    display: block;
}

.Chanpin_cen_text {
    width: 100%;
    overflow: hidden;
    margin-top: var(--top30);
    font-size: var(--size14);
    color: #222222;
    line-height: 2;
}

.Chanpin_cen_text table {
    max-width: 100% !important;
    margin: auto;
}

.Chanpin_cen_text table td {
    padding: 10px 0;
    border: 1px solid rgb(228, 228, 228);
}

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

.Chanpin_cen .Chanpin {
    width: 100%;
    margin: 0;
    margin-top: var(--top30);
}

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

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

.Jianjie_left {
    flex: 1;
}

.Text span {
    display: block;
    font-size: 14px;
    color: rgb(14, 113, 138);
    text-transform: uppercase;
}

.Text h2 {
    font-size: var(--size36);
    color: rgb(51, 51, 51);
    margin: var(--top30) 0;
    line-height: 1;
    font-family: 'bold';
}

.Text p {
    font-size: var(--size16);
    color: rgb(153, 153, 153);
    line-height: 2;
}

.Jianjie_right {
    width: 45%;
    position: relative;
}

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

.Jianjie_right::after {
    content: "";
    width: 80%;
    height: 130%;
    background: rgb(237, 237, 237);
    position: absolute;
    top: 50%;
    right: -20%;
    transform: translateY(-50%);
}

.Guanyu {
    width: 100%;
    overflow: hidden;
    background: rgb(246, 246, 246);
}

.Guanyu_max {
    width: var(--max);
    margin: var(--top80) auto;
}

.Guanyu_zutu {
    width: 100%;
    margin-top: var(--top50);
    position: relative;
}

.Guanyu_swiper {
    width: 100%;
}

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

.prev,
.prev1,
.next,
.next1 {
    width: 40px;
    height: 60px;
    background: rgb(14, 113, 138);
    border-radius: 0px;
}

.prev,
.prev1 {
    left: -20px;
}

.next1,
.next {
    right: -20px;
}

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

.Gaoxin_mo {
    width: 100%;
    overflow: hidden;
    background: rgb(0, 0, 0, 0.1);
    backdrop-filter: blur(25px);
}

.Gaoxin_max {
    width: var(--max);
    margin: var(--top120) auto;
    position: relative;
}

.Gaoxin_img {
    width: 46%;
    overflow: hidden;
    border-radius: 11px;
    box-shadow: 0px 2px 9px 0px rgba(0, 0, 0, 0.5);
    background: rgb(255, 255, 255);
    padding: 10px;
    position: relative;
    z-index: 5;
}
.Gaoxin_img img{
    width: 100%;
    height: auto;
}
.Gaoxin_text{
    width: 60%;
    height: calc(100% + var(--top80));
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    background: rgb(14, 113, 138);
    border-radius: 10px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: var(--top50) 7.5vw;
}
.Gaoxin_text .Text *{
    color: #ffffff;
}
.Huanjing{
    width: var(--max);
    overflow: hidden;
    margin: var(--top80) auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    gap: var(--top40);
}
.Huanjing_img{
    width: 55%;
    overflow: hidden;
}
.Huanjing_img img{
    width: 100%;
    height: auto;
}
.Huanjing_text{
    flex: 1;
}

.Huanjing_text .Text *{
    color: rgb(0, 0, 0);
}
.Banner_swiper{
    width: 100%;
    overflow: hidden;
}
.Banner_swiper img{
    width: 100%;
    height: 95vh;
    object-fit: cover;
}
.Banner_max{
    width: var(--max);
    overflow: hidden;
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 5
}
.Banner_max h2{
    font-size: var(--size50);
    color: rgb(255, 255, 255);
    font-family: 'bold';
}
.Banner_max p{
    width: 700px;
    max-width: 85%;
    font-size: var(--size20);
    color: rgb(255, 255, 255);
    margin-top: var(--top30);
    line-height: 2;
}
.pager{
    bottom: var(--top30);
    transition: auto;
}
.zhenshangyin-pager-bullets-bullet{
    width: 60px;
    height: 12px;
    border-radius: 12px;
    background: rgb(255, 255, 255,0.4);
}
.zhenshangyin-pager-bullets-bullet.active{
    background: rgb(255, 255, 255);
    transform: scale(1);
}
.Chanpinin{
    width: 100%;
    overflow: hidden;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.Chanpinin_max{
    width: var(--max);
    overflow: hidden;
    margin: var(--top100) auto;
}
.Chanpinin_top{
    width: 100%;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}
.Chanpinin_top h2{
    font-size: var(--size36);
    color: rgb(255, 255, 255);
    font-family: 'bold';
    line-height: 1;
}
.Chanpinin_top h2::after{
    content: "";
    width: 40px;
    height: 4px;
    background: rgb(255, 255, 255);
    display: block;
    margin-top: 20px;
}
.Chanpinin_top p{
    width: 100%;
    font-size: var(--size14);
    color: rgb(255, 255, 255);
    line-height: 2;
    margin-top: var(--top40);
    margin-bottom: var(--top80);
}
.Chanpinin_top a {
    width: max-content;
    line-height: 46px;
    background: rgb(14, 113, 138);
    border-radius: 2px;
    padding: 0 var(--top40);
    font-size: var(--size18);
    color: rgb(255, 255, 255);
    display: block;
}
.Chanpinin_max ul {
    width: 100%;
    overflow: hidden;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: var(--top30);
    margin-top: var(--top60);
}

.Chanpinin_max ul li {
    width: 100%;
    overflow: hidden;
    border-radius: 10px;
    background: rgb(255, 255, 255);
}

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

.Chanpinin_max_img img {
    max-width: 80%;
    max-height: 80%;
    object-fit: contain;
}

.Chanpinin_max ul li h2 {
    text-align: center;
    width: 100%;
    background: rgb(243, 244, 244);
    padding: var(--top20) 10px;
    font-size: var(--size16);
    color: rgb(0, 0, 0);
}
.Leibie{
    width: var(--max);
    margin: var(--top100) auto;
}
.Leibie .Chanpinin_top h2{
    color: #000000;
}
.Leibie .Chanpinin_top h2::after{
    background: #000000;
}
.Leibie_zutu {
    width: 100%;
    margin-top: var(--top60);
    position: relative;
}

.Leibie_swiper img{
    width: 100%;
    aspect-ratio: 5 / 4;
    object-fit: cover;
}
.Leibie_swiper h2{
    width: 100%;
    overflow: hidden;
    padding: var(--top20);
    position: absolute;
    bottom: 0;
    font-size: var(--size20);
    color: rgb(255, 255, 255);
    text-align: right;
}
.Guanijk_max{
    width: var(--max);
    overflow: hidden;
    margin: var(--top100) auto;
}
.Guanijk_max ul{
    width: 100%;
    overflow: hidden;
    margin-top: var(--top60);
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr ;
    gap: var(--top50);
}
.Guanijk_max ul li{
    width: 100%;
    overflow: hidden;
}
.Guanijk_max ul li img{
    width: 120px;
    max-width: 50%;
    height: auto;
    margin: auto;
}
.Guanijk_max ul li h2{
    text-align: center;
    font-size: var(--size24);
    color: rgb(255, 255, 255);
    margin-top: var(--top50);
}

.Guanijk_max ul li p{
    text-align: center;
    font-size: var(--size14);
    color: rgb(255, 255, 255);
    margin-top: var(--top20);
}
.Leibie .Xinwen{
    width: 100%;
    margin: 0;
    margin-top: var(--top40);
}
.Zhanshi_maxZhanshi_max{
    width: var(--max);
    overflow: hidden;
    margin: var(--top100) auto;
}
.Zhanshi_swiper{
    width: 100%;
    overflow: hidden;
}
.Zhanshi_swiper ul li{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    gap: var(--top60);
}
.Zhanshi_img{
    width: 540px;
    overflow: hidden;
    position: relative;
}
.Zhanshi_img img{
    width: 100%;
    aspect-ratio: 5 / 3;
    object-fit: cover;
}

.Zhanshi_right{
    flex: 1;
}
.next2,
.prev2{
    width: 60px;
    height: 60px;
    background: rgb(0, 0, 0);
    transform: auto;
}
.Chanpinhome{
    width: var(--max);
    overflow: hidden;
    margin: var(--top100) auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.Chanpinhome_max{
    width: 100%;
    overflow: hidden;
}
.Chanpinhome_max a{
    width: 100%;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    gap: var(--top60);
}
.Chanpinhome_img{
    width: 50%;
    overflow: hidden;
}
.Chanpinhome_img img{
    width: 100%;
    height: auto;
}
.Chanpinhome_right{
    flex: 1;
}
.Chanpinhome_right .Chanpinin_top *{
    color: #000000;
}
.Chanpinhome>a{
    width: 100%;
    line-height: 48px;
    background: rgb(0, 0, 0);
    display: block;
    font-size: var(--size20);
    color: #ffffff;
    text-align: center;
    margin-top: var(--top30);
}



.Footer {
    width: 100%;
    overflow: hidden;
    background: rgb(25, 25, 25);
}
.Footer_logo{
    width: 100%;
    overflow: hidden;
    border-bottom: 1px solid rgb(39, 39, 39);
}
.Footer_logo_max{
    width: var(--max);
    overflow: hidden;
    margin: var(--top30) auto;
}
.Footer_logo_max img{
    width: 150px;
    height: auto;
}

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

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

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

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

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

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

.Footer_ul ul li {
    font-size: var(--size14);
    color: rgb(124, 124, 124);
    margin-top: 15px;
}

.Gongsiming{
    width: max-content;
    max-width: 25%;
}
.Gongsiming h2 {
    font-size: var(--size18);
    color: rgb(255, 255, 255);
    font-family: 'bold';
}
.Gongsiming>p{
    font-size: var(--size14);
    color: rgb(255, 255, 255);
    margin-top: 15px;
}
.Gongsiming ul{
    width: 100%;
    overflow: hidden;
    margin-top: var(--top80);
    display: flex;
    flex-wrap: wrap;
    gap: var(--top20);
}
.Gongsiming ul li{
    width: 30px;
    overflow: hidden;
}
.Gongsiming ul li img{
    width: 100%;
    height: auto;
}
.Saoma{
    width: 40%;
}
.Saoma h2 {
    font-size: var(--size18);
    color: rgb(255, 255, 255);
    font-family: 'bold';
    text-align: center;
}
.Saoma>ul {
    width: 100%;
    display: flex;
    justify-content: space-between;
    gap: 10px;
    margin-top: 15px;
}

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

.Saoma>ul li img {
    width: 100%;
    height: auto;
    background: #ffffff;
    padding: 10px;
}

.Saoma>ul li p {
    font-size: var(--size14);
    color: rgb(255, 255, 255);
    text-align: center;
    margin-top: 15px;
}
.Beian {
    width: 100%;
    overflow: hidden;
    border-top: 1px solid rgb(39, 39, 39);
}

.Beian_max {
    width: var(--max);
    overflow: hidden;
    margin: var(--top20) auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

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

.cebianlan{
    width: 70px;
    position: fixed;
    bottom: 40%;
    right: 0;
    z-index: 999;
}

.cebianlan ul{
    width: 100%;
    padding: 10px 0;
}

.cebianlan ul li{
    width: 100%;
    height: 70px;
    background: #ffffff;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
    align-items: center;
    position: relative;
}
.cebianlan ul li:nth-child(1){
    border-top-left-radius: var(--top20);
}
.cebianlan ul li:last-child{
    border-bottom-left-radius: var(--top20);
}
.cebianlan ul li h2{
    width: 100%;
    margin-top: 5px;
    font-size: 12px;
    text-align: center;
    color: #000;
}
.mixnuiu{
    width: max-content;
    overflow: hidden;
    background: #ffffff;
    position: absolute;
    top: 50%;
    right: 80px;
    box-shadow: 0px 4px 10px 0px #00000020;
    transform: translateY(-50%) scale(0);
    padding: 15px;
    font-size: 14px;
    color: #000000;
    border-radius: 10px;
    transform-origin: right center;

}
.mixnuiu img{
    width: 120px;
    height: auto;
}
.cebianlan ul li:hover .mixnuiu{
    transform: translateY(-50%) scale(1);
}

.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 #00000020;
    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(14, 113, 138);
    font-size: var(--size14);
    color: rgb(14, 113, 138);
    padding: 0 20px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

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