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

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

.Hertre {
    width: 100%;
    z-index: 999;
    position: relative;
    background: #fff;
}

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

.Logo {
    width: 80px;
    overflow: hidden;

}

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

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

.Nav ul {
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 5vw;
}

.Nav ul li {
    font-size: var(--size18);
    color: rgba(65, 65, 65, 1);
    text-align: center;
    line-height: 80px;
    position: relative;
}


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


.Nav ul li.active,
.Nav ul li:hover {
    font-weight: 600;
}

.Tel {
    width: max-content;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: var(--top20);
    margin: 0 5vw;
}

.Tel svg {
    width: 20px;
    height: auto;
}

.Tel p {
    font-size: var(--size16);
    color: rgba(58, 58, 58, 1);
    line-height: 1;
}

.Souuo {
    width: 44px;
    height: 44px;
    position: relative;
}

.Souuo_souuo {
    width: 44px;
    height: 44px;
    cursor: pointer;
    position: relative;
    border-radius: 44px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    overflow: hidden;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}

.Souuo_souuo button {
    width: 20px;
    height: auto;
    display: block;
    background: transparent;
    border: transparent;
    position: absolute;
    right: 11px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    z-index: 5;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.Souuo_souuo button svg {
    width: 100%;
    display: block;
    height: auto;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.Souuo_souuo.Souuo_active {
    width: 300px;
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    box-shadow: 0 8px 32px rgba(39, 86, 168, 0.15);
}


.Souuo_souuo.Souuo_active button {
    opacity: 0.7;
    transform: translateY(-50%) scale(0.8);
    pointer-events: auto;
}

.Souuo_souuo.Souuo_active button svg path {
    stroke: #000000;
}

.Souuo_active button:hover {
    opacity: 1;
    transform: translateY(-50%) scale(1);
}

.Souuo_souuo input {
    position: absolute;
    left: 0;
    top: 0;
    width: 0%;
    height: 100%;
    border: none;
    outline: none;
    background: transparent;
    font-size: var(--size14);
    color: rgb(122, 122, 122);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: 1;
}

.Souuo_souuo.Souuo_active input {
    padding: 0 50px 0 20px;
    width: 100%;
}

.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_item a:hover,
.Nav_item a.active {
    color: rgba(232, 168, 124, 1);
}

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

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

.menu_button:focus {
    outline: none;
}

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

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

.Daogou>h2 {
    text-align: center;
    font-size: var(--size30);
    color: rgba(51, 51, 51, 1);
    font-weight: 600;
}

.Daogou>p {
    text-align: center;
    font-size: var(--size16);
    color: rgba(75, 85, 99, 1);
    margin-top: 10px;
}

.Daogou ul {
    width: 680px;
    max-width: 100%;
    margin: auto;
    margin-top: var(--top60);
    display: grid;
    grid-template-columns: 1fr;
    gap: var(--top60);
    position: relative;
}

.Daogou ul::before {
    content: "";
    width: 2px;
    height: 100%;
    background: #f8c9c4;
    position: absolute;
    top: 0;
    left: 20px;
}

.Daogou ul li {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    gap: 5px;
    position: relative;
    z-index: 5;
}

.Daogou_n {
    width: 40px;
    aspect-ratio: 4 / 4;
    background: rgba(232, 168, 124, 1);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 1;
    font-size: 18px;
    color: rgba(255, 255, 255, 1);
    font-weight: 600;
}

.Daogou_text {
    flex: 1;
    border-radius: 8px;
    border: 1px dashed rgba(232, 168, 124, 1);
    padding: 25px;
}

.Daogou_text h3 {
    font-size: var(--size18);
    color: rgba(232, 168, 124, 1);
    font-weight: 600;
}

.Daogou_text p {
    font-size: var(--size16);
    color: rgba(55, 65, 81, 1);
    margin-top: 10px;
}

.Daogou_svg {
    width: 100%;
    margin-top: 15px;
    border-radius: 4px;
    background: rgba(249, 250, 251, 1);
    border: 1px solid rgba(229, 231, 235, 1);
    padding: 15px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
}

.Daogou_svg svg {
    width: 14px;
    height: auto;
    display: block;
}

.Daogou_svg span {
    flex: 1;
    font-size: var(--size14);
    color: rgba(75, 85, 99, 1);
}

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

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

.Wenti_max>h2 {
    text-align: center;
    font-size: var(--size30);
    color: rgba(51, 51, 51, 1);
    font-weight: 600;
}

.Wenti_max>p {
    text-align: center;
    font-size: var(--size16);
    color: rgba(75, 85, 99, 1);
    margin-top: 10px;
}

.Wenti_click {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 15px;
    margin: 20px auto;
}

.Wenti_click a {
    width: max-content;
    line-height: 50px;
    border-radius: 8px;
    background: rgba(255, 255, 255, 1);
    border: 1px solid rgba(232, 168, 124, 1);
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 0 var(--top20);
    gap: 5px;
    font-size: var(--size16);
    color: rgba(232, 168, 124, 1);
}

.Wenti_click a svg {
    width: 16px;
    aspect-ratio: 4 / 4;
    object-fit: contain;
}

.Wenti_click a:hover {
    background: rgba(232, 168, 124, 1);
    color: rgba(255, 255, 255, 1);
}

.Wenti_click a:hover path {
    fill: #ffffff;
}

.Wenti_max span {
    display: block;
    text-align: center;
    font-size: var(--size14);
    color: rgba(107, 114, 128, 1);
}

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

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

.Zhuyi ul li {
    width: 100%;
    border: 1px solid rgba(243, 244, 246, 1);
    border-radius: 12px;
}

.Zhuyi ul li a {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: var(--top50);
    padding: var(--top30);
}

.Zhuyi ul li img {
    width: 28%;
    height: auto;
}

.Zhuyi_text {
    flex: 1;
}

.Zhuyi_text span {
    display: block;
    font-size: var(--size14);
    color: rgba(107, 114, 128, 1);
}

.Zhuyi_text h2 {
    font-size: var(--size20);
    color: rgba(0, 0, 0, 1);
    margin-top: 10px;
}

.Zhuyi_text p {
    font-size: var(--size16);
    color: rgba(75, 85, 99, 1);
    margin-top: var(--top30);
}

.Zhuyi ul li:hover {
    transform: translateY(-5px);
}

.Zhuyi ul li:hover .Zhuyi_text h2 {
    color: rgba(232, 168, 124, 1);
}

.pagination {
    width: max-content;
    overflow: hidden;
    max-width: 100%;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: var(--top60);
    border-radius: 6px;
    border: 1px solid rgba(209, 213, 219, 1);
    box-shadow: 0px 1px 2px -1px rgba(0, 0, 0, 0.1), 0px 1px 3px rgba(0, 0, 0, 0.1), 0px 0px 0px rgba(0, 0, 0, 0), 0px 0px 0px rgba(0, 0, 0, 0);
}

.pagination .page-item {
    display: block;
    font-size: 12px;
    padding: 8px 12px;
    color: rgb(165, 165, 165);
    line-height: 1;
    border-left: 1px solid rgba(209, 213, 219, 1);
}

.pagination .page-item:nth-child(1) {
    border-left: none;
}

.pagination .page-item.active {
    background: rgba(232, 168, 124, 1);
    border: 1px solid rgba(232, 168, 124, 1);
    color: #fff;
}

.Show {
    width: 100%;
    border-bottom: 1px solid rgba(0, 0, 0, 0.5);
}

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

.Show_max>h2 {
    width: 17%;
    display: flex;
    align-items: center;
    align-content: center;
    font-size: var(--size24);
    color: rgba(51, 51, 51, 1);
    font-weight: 600;
}


.Show_text {
    flex: 1;
    font-size: var(--size16);
    color: rgba(55, 65, 81, 1);
    line-height: 2;
    padding: var(--top60);
    padding-right: 0;
    border-left: 1px solid rgba(0, 0, 0, 0.5);
}

.Show_text * {
    max-width: 100%;
}


.Pinzhi {
    width: var(--max);
    margin: var(--top100) auto;
}

.Pinzhi>h2 {
    font-size: var(--size30);
    color: rgba(51, 51, 51, 1);
    font-weight: 600;
}

.Pinzhi>p {
    font-size: var(--size16);
    color: rgba(75, 85, 99, 1);
    margin-top: 10px;
}

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

.Pinzhi ul li {
    width: 100%;
}

.Pinzhi ul li h3 {
    font-size: var(--size20);
    color: rgba(31, 41, 55, 1);
}

.Pinzhi ul li img {
    width: 60px;
    aspect-ratio: 4 / 4;
    object-fit: contain;
    margin: var(--top30) 0;
}

.Pinzhi ul li p {
    font-size: var(--size14);
    color: rgba(75, 85, 99, 1);
}

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

.Xinwen_left {
    width: 20%;
}

.Xinwen_left h2 {
    font-size: var(--size36);
    color: rgba(17, 24, 39, 1);
    font-weight: 600;
}

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

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

.Xinwen_left ul li img {
    width: 16px;
    height: 16px;
    object-fit: contain;
}

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

.Xinwen_right {
    flex: 1;
}

.Xinwen_right>span {
    font-size: var(--size16);
    color: rgba(75, 85, 99, 1);
}

.Xinwen_right>h2 {
    font-size: var(--size30);
    color: rgba(31, 41, 55, 1);
    font-weight: 600;
    margin-top: 10px;
}

.Xinwen_right>p {
    font-size: var(--size16);
    color: rgba(55, 65, 81, 1);
    margin-top: var(--top20);
}


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

.form_item {
    width: 100%;
}

.form_item>p {
    font-size: var(--size16);
    color: rgba(55, 65, 81, 1);
    font-weight: 600;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 5px;
}

.form_item>p span {
    width: max-content;
    line-height: 16px;
    background: rgba(229, 62, 62, 1);
    font-size: 10px;
    color: rgba(255, 255, 255, 1);
    padding: 0 6px;
    display: block;
}

.form_item_list {
    width: 100%;
    margin-top: 20px;
}

.form_item_list label {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
    font-size: var(--size16);
    color: rgba(55, 65, 81, 1);
    cursor: pointer;
}

.form_item_list label input {
    appearance: none;
    width: 20px;
    height: 20px;
    border: 1px solid rgba(107, 114, 128, 1);
    border-radius: 50%;
    background: transparent;
    position: relative;
    cursor: pointer;
}

.form_item_list label input:before {
    content: "";
    background-color: rgba(239, 68, 68, 1);
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0);
    width: 60%;
    height: 60%;
    border-radius: 50%;
    transition: all 0.3s ease-in-out;
}

.form_item_list label input:checked {
    border: 1px solid rgba(239, 68, 68, 1);
}

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

.input_item {
    width: 100%;
    margin: 20px 0;
}

.input_item p {
    font-size: var(--size16);
    color: rgba(55, 65, 81, 1);
}

.form_item>input,
.input_item input {
    width: 100%;
    height: 42px;
    border-radius: 6px;
    background: rgba(255, 255, 255, 1);
    border: 1px solid rgba(209, 213, 219, 1);
    font-size: var(--size14);
    color: rgba(156, 163, 175, 1);
    padding: 0 15px;
    margin-top: 10px;
}

.form_item>span {
    font-size: var(--size14);
    color: rgba(102, 102, 102, 1);
    display: block;
    margin-top: 10px;
}

.form_item_title {
    width: 100%;
    margin-top: var(--top30);
}

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

.Yue input {
    width: 100%;
    height: 40px;
    border-radius: 6px;
    border: 1px solid rgba(209, 213, 219, 1);
    font-size: var(--size14);
    color: rgba(51, 51, 51, 1);
    padding: 0 15px;
    background: url(../images/xia.png) no-repeat right 15px center / 10px auto;
}

.form_text {
    width: 100%;
    font-size: var(--size14);
    color: rgba(239, 68, 68, 1);
    margin-top: var(--top40);
}


.form_fomi {
    display: block;
    position: relative;
    padding-left: 30px;
    font-size: var(--size18);
    color: rgba(31, 41, 55, 1);
    margin-top: 15px;
}

.form_fomi:after {
    content: "";
    width: 20px;
    height: 20px;
    border: 1px solid rgba(107, 114, 128, 1);
    border-radius: 50%;
    background: transparent;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.form_item_shi {
    padding-left: 40px;
    display: grid;
    grid-template-columns: 1fr;
    gap: 15px;
}


.form_item_shi span {
    font-size: var(--size14);
    color: rgba(102, 102, 102, 1);
}

.form_yi {
    width: 100%;
    font-size: var(--size14);
    color: rgba(239, 68, 68, 1);
    margin-top: 10px;
}

.form_item_lie {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: var(--top60);
    margin-top: 10px;
}

.form_item_lie label {
    width: max-content;
}

.form_item textarea {
    width: 100%;
    height: 220px;
    border-radius: 6px;
    border-radius: 8px;
    background: rgba(249, 250, 251, 1);
    border: 1px solid rgba(209, 213, 219, 1);
    font-size: var(--size14);
    color: rgba(156, 163, 175, 1);
    padding: 10px 15px;
    margin-top: 10px;
}

.Geren {
    width: 100%;
    background: rgba(249, 250, 251, 1);
    border: 1px solid rgba(209, 213, 219, 1);
}

.Geren>h2 {
    width: 100%;
    background: rgba(229, 231, 235, 1);
    font-size: var(--size20);
    color: rgba(0, 0, 0, 1);
    font-weight: 600;
    padding: var(--top20);
    text-align: center;
}

.Geren_text{
    width: 100%;
    font-size: var(--size16);
    color: rgba(0, 0, 0, 1);
    line-height: 2;
    height: 300px;
    overflow: auto;
    padding: 15px;
}

.Geren_text *{
    max-width: 100%;
}

.checkbox {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 15px;
    font-size: var(--size16);
    color: rgba(0, 0, 0, 1);
    cursor: pointer;
    margin-top: var(--top30);
}

.checkbox input {
    appearance: none;
    width: 18px;
    height: 18px;
    border-radius: 4px;
    border: 1px solid rgba(209, 213, 219, 1);
    background: transparent;
    position: relative;
    cursor: pointer;
}

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

.checkbox input:checked {
    border: 1px solid rgba(239, 68, 68, 1);
}

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

#submitAdd {
    width: 180px;
    height: 40px;
    border-radius: 40px;
    background: rgba(232, 168, 124, 1);
    font-size: var(--size16);
    color: rgba(255, 255, 255, 1);
    font-weight: 600;
    text-align: center;
    margin: auto;
    margin-top: var(--top20);
    display: block;
    cursor: pointer;
}







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

.Footer_max {
    width: 1600px;
    max-width: calc(100% - 30px);
    overflow: hidden;
    margin: var(--top60) auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}


.Footer_logo {
    width: max-content;
    max-width: 340px;
}

.Footer_logo img {
    width: 60px;
    height: auto;
}

.Footer_logo p {
    font-size: var(--size14);
    color: rgba(156, 163, 175, 1);
    margin-top: 15px;
}

.Footer_logo ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: var(--top20);
    margin-top: 20px;
}

.Footer_logo ul li {
    width: 16px;
    height: 16px;
}

.Footer_logo ul li a {
    width: 100%;
    height: 100%;
    display: block;
}

.Footer_logo ul li a img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

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


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

.Footer_ul ul {
    width: 100%;
    margin-top: 15px;
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
}

.Footer_ul ul li {
    font-size: var(--size16);
    color: rgba(156, 163, 175, 1);
}

.Beian {
    width: 1600px;
    max-width: calc(100% - 30px);
    margin: auto;
    border-top: 1px solid rgba(31, 41, 55, 1);
    padding: var(--top30) 0;
}

.Beian_max {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.Beian_max p {
    font-size: var(--size14);
    color: rgba(107, 114, 128, 1);
}

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

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

.Chanpin ul li {
    width: 100%;
    box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.05);
}

.Chanpin ul li:hover {
    box-shadow: 2px 8px 4px rgba(0, 0, 0, 0.25);
    transform: translateY(-5px);
}

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

.Chanpin_text {
    width: 100%;
    padding: var(--top20);
}

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

.Chanpin_text p {
    text-align: center;
    font-size: var(--size14);
    color: rgba(107, 114, 128, 1);
    margin-top: 10px;
}

.Chanpin_text span {
    font-size: var(--size16);
    color: rgba(51, 51, 51, 1);
    text-align: center;
    display: block;
    font-weight: 600;
    margin-top: 10px;
}

.Show_chan {
    width: 1400px;
    max-width: calc(100% - 30px);
    margin: var(--top60) auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    gap: var(--top50);
}

.Show_chan_left {
    width: 40%;
}

.Swiper_top {
    width: 100%;
    background: rgba(248, 249, 250, 1);
    aspect-ratio: 640 / 460;
}

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

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

.Swiper_bottom li {
    width: 100%;
    aspect-ratio: 4 / 4;
    border-radius: 8px;
    background: rgba(248, 249, 250, 1);
    padding: 10px;
    border: 2px solid rgba(248, 249, 250, 1);
}

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

.Swiper_bottom li.zhenshangyin-slide-active {
    border: 2px solid rgba(232, 168, 124, 1)
}


.Show_lie {
    width: 100%;
    margin-top: var(--top30);
}

.Show_lie h2 {
    width: 100%;
    background: rgba(232, 168, 124, 1);
    font-size: var(--size18);
    color: rgba(255, 255, 255, 1);
    text-align: center;
    font-weight: 600;
    line-height: 1;
    padding: 15px 0;
}

.Show_lie_sub {
    width: 100%;
    margin-top: var(--top20);
    border: 1px solid rgba(209, 213, 219, 1);
    padding: var(--top40) var(--top50);
}

.Show_lie_sub p {
    font-size: var(--size16);
    color: rgba(0, 0, 0, 1);
}

.Show_lie_sub a {
    width: max-content;
    display: block;
    margin: auto;
    line-height: 50px;
    background: rgba(232, 168, 124, 1);
    border-radius: 50px;
    font-size: var(--size16);
    color: rgba(255, 255, 255, 1);
    font-weight: 600;
    padding: 0 var(--top30);
    margin-top: 20px;
}

.Show_chan_right {
    flex: 1;
}

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

.Show_chan_right>span {
    display: block;
    font-size: var(--size20);
    color: rgba(230, 57, 70, 1);
    font-weight: 600;
    margin-top: var(--top40);
}

.Show_chan_right>p {
    font-size: var(--size16);
    color: rgba(55, 65, 81, 1);
    margin-top: var(--top40);
    line-height: 1.6;
}

.Shiyang {
    width: 100%;
    margin-top: var(--top60);
    overflow: hidden;
    border: 1px solid rgba(229, 231, 235, 1);
    border-radius: 8px;
}

.Shiyang h2 {
    width: 100%;
    background: rgba(243, 244, 246, 1);
    font-size: var(--size18);
    color: rgba(51, 51, 51, 1);
    font-weight: 600;
    padding: 20px 15px;
    line-height: 1;
}

.Shiyang_list {
    width: 100%;
    padding: 20px 15px;
    display: grid;
    grid-template-columns: 1fr;
    gap: var(--top20);
}

.Shiyang_item {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 2fr;
}

.Shiyang_item p {
    font-size: var(--size16);
    color: rgba(75, 85, 99, 1);
    font-weight: 600;
}

.Shiyang_item span {
    font-size: var(--size16);
    color: rgba(51, 51, 51, 1);
}


.Zhuandao {
    width: 100%;
    margin-top: var(--top60);
}

.Zhuandao_top {
    width: 100%;
}

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

.Zhuandao_title p {
    width: 100%;
    background: rgba(232, 168, 124, 1);
    text-align: center;
    font-size: var(--size20);
    color: rgba(255, 255, 255, 1);
    font-weight: 600;
    line-height: 1;
    padding: 15px 0;
}

.Zhuandao_content {
    width: 100%;
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 3px;
    border: 1px solid rgba(209, 213, 219, 1);
}

.Zhuandao_shuzi {
    width: 100%;
    font-size: var(--size18);
    color: rgba(0, 0, 0, 1);
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-end;
    line-height: 1;
    padding: 25px 0;
}

.Zhuandao_shuzi span {
    font-size: var(--size30);
    color: rgba(0, 0, 0, 1);
    font-weight: 700;
}

.Zhuandao_input {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    font-size: var(--size16);
    color: rgba(0, 0, 0, 1);
    gap: 10px;
}

.Zhuandao_input input {
    width: 85px;
    height: 35px;
    border-radius: 5px;
    border: 1px solid rgba(209, 213, 219, 1);
    font-size: var(--size16);
    color: rgba(107, 114, 128, 1);
    text-align: center;
    padding-right: 20px;
    background: url(../images/Icon.png) no-repeat right 12px center / 10px auto;
}

.Zhuandao>a {
    display: block;
    width: 100%;
    border: 2px solid rgba(232, 168, 124, 1);
    line-height: 50px;
    border-radius: 50px;
    text-align: center;
    font-size: var(--size20);
    color: rgba(0, 0, 0, 1);
    margin-top: var(--top40);
}

.Zhuandao>a:hover {
    background: rgba(232, 168, 124, 1);
    color: #ffffff;
}

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

.Shili h2 {
    width: 100%;
    background: rgba(232, 168, 124, 1);
    text-align: center;
    font-size: var(--size20);
    color: rgba(255, 255, 255, 1);
    font-weight: 600;
    line-height: 1;
    padding: var(--top20);
}

.Shili_max {
    width: 100%;
    border: 1px solid rgba(209, 213, 219, 1);
    padding: var(--top40);
}

.Shili_max p {
    text-align: center;
    font-size: var(--size20);
    color: rgba(0, 0, 0, 1);
}

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

.Shili_max ul li {
    width: 100%;
    cursor: pointer;
}

.Shili_max ul li img {
    width: 100%;
    aspect-ratio: 410 / 490;
    object-fit: cover;
}

.Shili_cen {
    width: 100%;
    margin-top: var(--top50);
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: flex-start;
    gap: 25px;
}

.Shili_cen>a {
    display: block;
    width: 100%;
    border: 2px solid rgba(232, 168, 124, 1);
    line-height: 50px;
    border-radius: 50px;
    text-align: center;
    font-size: var(--size20);
    color: rgba(0, 0, 0, 1);
}

.Shili_cen>a:hover {
    background: rgba(232, 168, 124, 1);
    color: #ffffff;
}

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

.Xin_zhuyi>h2 {
    text-align: center;
    font-size: var(--size30);
    color: rgba(51, 51, 51, 1);
    font-weight: 600;
}

.Xin_zhuyi>p {
    text-align: center;
    font-size: var(--size16);
    color: rgba(75, 85, 99, 1);
    margin-top: 10px;
}

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

.Xin_zhuyi ul li {
    width: 100%;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.Xin_zhuyi ul li img {
    width: 100%;
    aspect-ratio: 570 / 270;
    object-fit: cover;
}

.Xin_zhuyi_text {
    width: 100%;
    padding: var(--top30) var(--top20);
}

.Xin_zhuyi_text span {
    display: block;
    font-size: 12px;
    color: rgba(58, 58, 58, 0.6);
}

.Xin_zhuyi_text h2 {
    font-size: var(--size18);
    color: rgba(58, 58, 58, 1);
    margin-top: 10px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.Xin_zhuyi_text p {
    font-size: var(--size14);
    color: rgba(107, 114, 128, 1);
    margin-top: 10px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}


.Xin_zhuyi ul li:hover {
    transform: translateY(-5px);
}

.Xin_zhuyi ul li:hover .Xin_zhuyi_text h2 {
    color: rgba(232, 168, 124, 1);
}

.Furn {
    width: 100%;
    margin: var(--top100) auto;
    position: relative;
    background-size: 50% auto;
    background-position: left center;
    background-repeat: no-repeat;
}

.Furn>img {
    width: 50%;
    height: auto;
    opacity: 0;
}

.Furn_max {
    width: calc((100% - var(--max)) / 2 + var(--max));
    display: flex;
    flex-wrap: wrap;
    justify-content: space-betweenl;
    align-items: flex-start;
}


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

.Furn_text {
    flex: 1;
}

.Furn_text h2 {
    font-size: var(--size36);
    color: rgba(65, 65, 65, 1);
    line-height: 1;
}

.Furn_text p {
    font-size: var(--size16);
    color: rgba(75, 85, 99, 1);
    margin-top: 10px;
    border-bottom: 2px solid rgba(156, 163, 175, 1);
    padding-bottom: var(--top40);
}

.Furn_img {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
}

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

.Jian_swiper {
    width: 100%;
    margin: var(--top100) auto;
}

.Jian_swiper li {
    width: 86%;
}

.Jian_swiper li img {
    width: 100%;
    aspect-ratio: 1600 / 600;
    object-fit: cover;
}

.Jian_swiper li h2 {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.7);
    font-size: var(--size14);
    color: rgba(255, 255, 255, 1);
    padding: 10px;
    text-align: center;
}

.Jian_prev,
.Jian_next {
    width: calc(7% - 40px);
    height: 100%;
    background: linear-gradient(180deg, rgba(92, 90, 90, 0.49) 0%, rgba(0, 0, 0, 0) 100%);
}


.Jian_prev svg,
.Jian_next svg {
    width: 12px;
    height: auto;
    display: block;
}

.Jian_prev:hover svg path,
.Jian_next:hover svg path {
    stroke: rgba(232, 168, 124, 1);
}

.Shangpin {
    width: 100%;
    margin: var(--top100) auto;
}

.Shangpin>h2 {
    text-align: center;
    font-size: var(--size30);
    color: rgba(51, 51, 51, 1);
    font-weight: 600;
}

.Shangpin_top {
    width: var(--max);
    margin: auto;
    margin-top: var(--top40);
}

.Shangpin_top ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
}

.Shangpin_top ul li {
    width: max-content;
    cursor: pointer;
}

.Shangpin_img {
    width: 80px;
    aspect-ratio: 4 / 4;
    background: rgba(243, 242, 240, 1);
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.05), 0px 0px 0px rgba(0, 0, 0, 0), 0px 0px 0px rgba(0, 0, 0, 0);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.Shangpin_img img {
    max-width: 50%;
    max-height: 50%;
    object-fit: contain;
}

.Shangpin_top ul li h2 {
    text-align: center;
    font-size: var(--size14);
    color: rgba(58, 58, 58, 1);
    margin-top: 15px;
}

.Shangpin_bottom {
    width: 100%;
    margin-top: var(--top60);
}

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


.Shangpin_ltem img {
    width: 100%;
    aspect-ratio: 1920/ 750;
    object-fit: cover;
}

.Shangpin_text {
    width: 90%;
    background: rgba(255, 255, 255, 1);
    border-top: 5px solid rgba(253, 210, 103, 1);
    position: absolute;
    bottom: 0;
    right: 0;
    padding: var(--top60) var(--top60) var(--top30);
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    gap: 5vw;
}

.Shangpin_text h2 {
    width: 25%;
    font-size: var(--size30);
    color: rgba(65, 65, 65, 1);
}

.Shangpin_center {
    flex: 1;
}

.Shangpin_center p {
    font-size: var(--size16);
    color: rgba(55, 65, 81, 1);
    line-height: 1.6;
}

.Shangpin_center a {
    width: max-content;
    display: block;
    border: 1px solid rgba(65, 65, 65, 1);
    border-radius: 2px;
    padding: 10px 25px;
    font-size: var(--size16);
    color: rgba(65, 65, 65, 1);
    margin-top: var(--top40);
    margin-left: 7vw;
}

.Shangpin_center a:hover {
    background: rgba(65, 65, 65, 1);
    color: #ffffff;
}

.Lietui {
    width: var(--max);
    margin: var(--top100) auto;
}

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

.Lietui ul li {
    width: 100%;
    background: rgba(196, 227, 236, 1);
    position: relative;
    padding: var(--top50) var(--top50) var(--top80);
    position: relative;
}

.Lietui ul li:nth-child(2n) {
    background: rgba(244, 212, 190, 1);
}

.Lietui ul li:nth-child(3n) {
    background: rgba(204, 226, 218, 1);
}

.Lietui_text {
    width: 50%;
}

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

.Lietui_text p {
    width: max-content;
    max-width: 100%;
    position: relative;
    font-size: var(--size24);
    color: rgba(255, 255, 255, 1);
    margin-top: 5px;
    position: relative;
    padding-bottom: var(--top20);
}

.Lietui_text p::after {
    content: "";
    width: 120%;
    height: 2px;
    background: rgba(255, 255, 255, 1);
    position: absolute;
    bottom: 0;
    left: 0;
}

.Lietui ul li img {
    width: 40%;
    height: 80%;
    object-fit: contain;
    position: absolute;
    bottom: 0;
    right: 5%;
}

.Index_banner {
    width: 100%;
}

.Index_banner img {
    width: 100%;
    aspect-ratio: 1920 / 750;
    object-fit: cover;
}

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

.Banner_text h2 {
    text-align: center;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
    color: rgba(255, 255, 255, 1);
    font-size: 5vw;
    font-weight: 800;
}

.Banner_text p {
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
    font-size: var(--size20);
    color: rgba(255, 255, 255, 0.9);
    text-align: center;
}

.Banner_text a {
    width: max-content;
    display: block;
    margin: auto;
    margin-top: var(--top20);
    border-radius: 2px;
    background: rgba(232, 168, 124, 1);
    box-shadow: 0px 4px 6px -4px rgba(0, 0, 0, 0.1), 0px 10px 15px -3px rgba(0, 0, 0, 0.1), 0px 0px 0px rgba(0, 0, 0, 0), 0px 0px 0px rgba(0, 0, 0, 0);
    font-size: var(--size16);
    color: rgba(255, 255, 255, 1);
    padding: 15px var(--top30);
}

.Banner_text a:hover {
    padding: 15px var(--top50);
}

.pager1 {
    width: 8px;
    height: 100%;
    display: grid;
    grid-template-columns: 1fr;
    align-items: center;
    align-content: center;
    justify-content: center;
    gap: 10px;
    left: auto;
    right: var(--top50);
    bottom: 0;
}

.zhenshangyin-pager-bullets-bullet {
    width: 5px;
    height: 5px;
    background: rgba(217, 217, 217, 1);
    margin: auto;
}

.zhenshangyin-pager-bullets-bullet.active {
    width: 8px;
    height: 8px;
    background: rgba(255, 255, 255, 1);
}

.Index_banner>svg {
    width: 28px;
    height: auto;
    position: absolute;
    bottom: 120px;
    left: 50%;
    transform: translateX(-50%);
    animation: upDown 1s ease-in-out infinite alternate;
}

@keyframes upDown {
    0% {
        bottom: 130px;
    }

    100% {
        bottom: 110px;
    }
}

.Form {
    width: var(--max);
    margin: auto;
    border-radius: var(--top20);
    background: rgba(255, 255, 255, 1);
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    padding: var(--top40) var(--top30);
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-end;
    gap: 8vw;
    margin-top: -100px;
    position: relative;
    z-index: 5;
}

.Form h2 {
    width: max-content;
    font-size: var(--size24);
    color: rgba(0, 0, 0, 1);
    line-height: 50px;
}

.Form form {
    flex: 1;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-end;
    gap: var(--top40);
}

.Form_item {
    flex: 1;
}

.Form_item p {
    font-size: var(--size16);
    color: rgba(161, 166, 175, 1);
}

.Form_item input {
    width: 100%;
    height: 50px;
    background: rgba(241, 243, 247, 0.7);
    font-size: var(--size14);
    color: rgba(161, 166, 175, 1);
    padding: 0 15px;
    margin-top: 5px;
}

.Form form button {
    width: 240px;
    height: 50px;
    background: rgba(65, 65, 65, 1);
    cursor: pointer;
    font-size: var(--size16);
    color: rgba(255, 255, 255, 1);
}

.Qiehuan {
    width: var(--max);
    margin: var(--top100) auto;
    height: 40vh;
}

.Qiehuan ul {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.Qiehuan ul li {
    flex: 1;
    height: 100%;
    display: flex;
    justify-content: space-between;
    position: relative;
}

.Qiehuan_img {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    transition: auto;
}

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

.Qiehuan_text {
    display: none;
    flex: 1;
    height: 100%;
    overflow: hidden;
    padding-top: var(--top60)
}

.Qiehuan_text h2 {
    display: none;
    font-size: var(--size30);
    color: rgba(65, 65, 65, 1);
    opacity: 0;
    transform: translateY(20px);
}

.Qiehuan_text h2::after {
    content: "";
    width: 145px;
    height: 3px;
    background: rgba(156, 163, 175, 1);
    display: block;
    margin: var(--top30) 0;
}


.Qiehuan_text p {
    display: none;
    font-size: var(--size16);
    color: rgba(58, 58, 58, 0.7);
    opacity: 0;
}

.Qiehuan ul li.active {
    flex: 2;
}

.Qiehuan ul li.active .Qiehuan_text {
    display: block;
}

.Chanpin>span{
    display: block;
    font-size: var(--size16);
    color: red;
    text-align: center;
}


/*jiade*/
.product-card {
  display: flex;
  align-items: center;
  border: 1px solid #e0e0e0;
  padding: 16px;
  gap: 24px;
  background-color: #fff;
  max-width: 1000px;
  margin: 20px 0;
  box-sizing: border-box;
}
.product-image {
  flex-shrink: 0;
  width: 180px;
  height: 180px;
}
.product-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.product-info {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.product-title {
  font-size: 20px;
  font-weight: 600;
  color: #333;
  margin: 0;
}
.product-desc {
  font-size: 18px;
  color: #666;
  margin: 0;
  line-height: 1.5;
}
.product-xinxi{
    font-size: 16px;
}

.action-button {
  padding: 10px 20px;
  background-color: #e53935;
  color: white;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  font-size: 14px;
  white-space: nowrap;
}
.action-button:hover {
  background-color: #d32f2f;
}
