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

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

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

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

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

}

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

.Nav {
    width: max-content;
}

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

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

.Nav ul li.active {
    font-weight: 700;
    font-size: var(--size20);
}

.Nav ul li svg {
    display: none;
}

/* .Nav ul li::after {
    content: "";
    width: 0%;
    height: 3px;
    background: #ec078d;
    position: absolute;
    bottom: 0px;
    left: 0%;
    transition: all 0.3s;
}

.Nav ul li.active::after,
.Nav ul li:hover::after {
    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);
}

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

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

.menu_button:focus {
    outline: none;
}

.menu_button .line {
    fill: none;
    stroke: #fff;
    stroke-width: 8;
    stroke-linecap: round;
    transition: stroke-dasharray 600ms cubic-bezier(0.4, 0, 0.2, 1),
        stroke-dashoffset 600ms cubic-bezier(0.4, 0, 0.2, 1);
}

.menu_button .line1 {
    stroke-dasharray: 60 207;
}

.menu_button .line2 {
    stroke-dasharray: 60 60;
}

.menu_button .line3 {
    stroke-dasharray: 60 207;
}

.menu_button.opened .line1 {
    stroke-dasharray: 90 207;
    stroke-dashoffset: -134;
}

.menu_button.opened .line2 {
    stroke-dasharray: 1 60;
    stroke-dashoffset: -30;
}

.menu_button.opened .line3 {
    stroke-dasharray: 90 207;
    stroke-dashoffset: -134;
}

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

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

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

.Banner_text h2 {
    font-size: var(--size60);
    color: rgba(255, 255, 255, 1);
    font-weight: 700;
    line-height: 1;
}

.Banner_text p {
    font-size: var(--size20);
    color: rgba(229, 231, 235, 1);
    margin-top: var(--top20);
}

.Banner_text a {
    display: block;
    width: max-content;
    line-height: 48px;
    border-radius: 4px;
    background: rgba(51, 51, 51, 1);
    box-shadow: 0px 2px 4px -2px rgba(0, 0, 0, 0.1), 0px 4px 6px -1px 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: 0 var(--top40);
    margin-top: var(--top60);
    font-weight: 700;
}

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

.Xinwen>h2 {
    text-align: center;
    font-size: var(--size36);
    color: rgba(3, 7, 18, 1);
    font-weight: 900;
}


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

.Xinwen ul li {
    width: 100%;
    overflow: hidden;
    border-radius: 8px;
    background: rgba(255, 255, 255, 1);
    box-shadow: 0px 2px 4px -2px rgba(0, 0, 0, 0.1), 0px 4px 6px -1px rgba(0, 0, 0, 0.1), 0px 0px 0px rgba(0, 0, 0, 0), 0px 0px 0px rgba(0, 0, 0, 0);
}

.Xinwen ul li img {
    width: 100%;
    aspect-ratio: 480 / 200;
    object-fit: cover;
}

.Xinwen_text {
    width: 100%;
    padding: 25px;
}

.Xinwen_icon {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
    font-size: var(--size14);
    color: rgba(107, 114, 128, 1);
}

.Xinwen_icon svg {
    width: 16px;
    height: auto;
}

.Xinwen_text h3 {
    font-size: var(--size20);
    color: rgba(3, 7, 18, 1);
    font-weight: 700;
    margin-top: 10px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.Xinwen_text P {
    font-size: var(--size16);
    color: rgba(75, 85, 99, 1);
    margin-top: 10px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.Xinwen_text span {
    display: block;
    font-size: var(--size16);
    color: rgba(3, 7, 18, 1);
    margin-top: 15px;
    font-weight: 600;
}

.Xinwen ul li:hover {
    transform: translateY(-5px);
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.35);
}

.pagination {
    width: max-content;
    overflow: hidden;
    max-width: 100%;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: var(--top40);
    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 {
    font-size: 12px;
    padding: 8px 12px;
    color: rgb(165, 165, 165);
    line-height: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}

.pagination .page-item:nth-child(1) {
    border-right: 1px solid rgba(209, 213, 219, 1);
}

.pagination .page-item:last-child {
    border-left: 1px solid rgba(209, 213, 219, 1);
}

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

.pagination .page-item svg {
    width: 6px;
    height: auto;
}

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

.Xinwen_show_left {
    flex: 1;
    border-radius: 16px;
    background: rgba(255, 255, 255, 1);
    border: 1px solid rgba(229, 229, 229, 1);
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.08);
    padding: 25px;
}

.Xinwen_show_left>h2 {
    font-size: var(--size40);
    color: rgba(3, 7, 33, 1);
    font-weight: 900;
    line-height: 1.2;
}

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

.Xinwen_show_text img {
    max-width: 100%;
}


.Xinwen_show_right {
    width: 30%;
    display: grid;
    grid-template-columns: 1fr;
    gap: var(--top30);
}

.Remen {
    width: 100%;
    border-radius: 16px;
    background: rgba(255, 255, 255, 1);
    border: 1px solid rgba(229, 229, 229, 1);
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.08);
    padding: 25px;
}

.Remen h2 {
    font-size: var(--size20);
    color: rgba(3, 7, 33, 1);
    font-weight: 700;
}

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

.Remen ul li {
    width: 100%;
}

.Remen ul li:hover {
    transform: translateY(-3px);
}

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

.Remen ul li img {
    width: 80px;
    aspect-ratio: 4 / 4;
    border-radius: 8px;
    object-fit: cover;
}

.Remen_text {
    flex: 1;
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
    padding: 5px 0;
}

.Remen_text h3 {
    width: 100%;
    font-size: var(--size16);
    color: rgba(23, 23, 23, 1);
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.Remen_text p {
    width: 100%;
    font-size: 12px;
    color: rgba(115, 115, 115, 1);
    margin-top: 5px;
}

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

.Baojia_left {
    width: 50%;
    border-radius: 8px;
    background: rgba(255, 255, 255, 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);
    padding: var(--top30);
}

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

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

.Baojia_left ul {
    width: 100%;
    border-top: 1px solid rgba(156, 163, 175, 1);
    border-bottom: 1px solid rgba(156, 163, 175, 1);
    padding: var(--top30) 0;
    display: grid;
    grid-template-columns: 1fr;
    gap: var(--top60);
    margin-top: var(--top30);
}

.Baojia_left ul li {
    width: 100%;
}

.Baojia_left ul li h2 {
    font-size: var(--size20);
    color: rgba(0, 0, 0, 1);
    font-weight: 700;
    line-height: 1;
}

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


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

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

.Baojia_ltem svg {
    width: 50px;
    height: auto;
}

.Baojia_text {
    flex: 1;
}

.Baojia_text h3 {
    font-size: var(--size16);
    color: rgba(0, 0, 0, 1);
    font-weight: 700;
}

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


.Baojia_right {
    flex: 1;
    border-radius: 8px;
    background: rgba(255, 255, 255, 1);
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25), 0px 0px 4px rgba(0, 0, 0, 0.2);
    padding: var(--top30) var(--top20);
}

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

.Baojia_right form {
    width: 100%;
    margin-top: var(--top20);
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 10px;
}

.Baojia_right form>input {
    width: calc(50% - 5px);
    height: 55px;
    border-radius: 6px;
    background: rgba(255, 255, 255, 1);
    border: 1px solid rgba(212, 212, 212, 1);
    font-size: var(--size14);
    color: rgba(156, 163, 175, 1);
    padding: 0 15px;
}

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

.Baojia_radio p {
    font-size: var(--size20);
    color: rgba(64, 64, 64, 1);
    font-weight: 700;
}

.Baojia_label {
    width: 100%;
    margin-top: 10px;
      display: grid;
  grid-template-columns: repeat(4, 1fr);
    gap: 10px var(--top40);
}

.Baojia_label label {
    width: max-content;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 5px;
    font-size: 12px;
    color: rgba(75, 85, 99, 1);
    cursor: pointer;
}

.Baojia_label label input {
    appearance: none;
    width: 16px;
    height: 16px;
    border: 2px solid rgba(37, 99, 235, 1);
    border-radius: 50%;
    background: transparent;
    position: relative;
    cursor: pointer;
}

.Baojia_label label input:before {
    content: "";
    background-color: rgba(37, 99, 235, 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;
}

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

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

.Baojia_file>p {
    font-size: var(--size20);
    color: rgba(64, 64, 64, 1);
    font-weight: 700;
}

.Baojia_file>span {
    font-size: var(--size14);
    color: rgba(51, 51, 51, 1);
    margin-top: 15px;
    display: block;
}

.upboxlae {
    width: 100%;
    margin-top: var(--top20);
    border-radius: 6px;
    border: 1px dashed rgba(212, 212, 212, 1);
    padding: var(--top30);
    position: relative;
}

.upboxlae svg {
    width: 35px;
    height: auto;
    display: block;
    margin: auto;
}

.upboxlae p {
    font-size: var(--size16);
    color: rgba(82, 82, 82, 1);
    text-align: center;
    margin: 10px auto;
}

.upboxlae span {
    display: block;
    text-align: center;
    font-size: 12px;
    color: rgba(115, 115, 115, 1);
}

.upboxlae input {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9;
    opacity: 0;
    cursor: pointer;
}

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

.Baojia_textarea p {
    font-size: var(--size14);
    color: rgba(64, 64, 64, 1);
    font-weight: 700;
}

.Baojia_textarea textarea {
    width: 100%;
    height: 125px;
    border-radius: 6px;
    background: rgba(255, 255, 255, 1);
    border: 1px solid rgba(212, 212, 212, 1);
    font-size: var(--size14);
    color: rgba(156, 163, 175, 1);
    padding: 10px 15px;
    resize: none;
    margin-top: var(--top20);
}

.Baojia_right form button {
    width: 100%;
    height: 64px;
    border-radius: 10px;
    background: rgba(166, 124, 82, 1);
    font-size: var(--size20);
    color: rgba(255, 255, 255, 1);
    text-align: center;
    cursor: pointer;
    margin-top: var(--top20);
}

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

.Wenda>h2 {
    text-align: center;
    font-size: var(--size36);
    color: rgba(3, 7, 18, 1);
    font-weight: 900;
}

.Wenda_list {
    width: 100%;
    margin-top: var(--top30);
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}

.Wenda_list a {
    width: max-content;
    display: block;
    position: relative;
    font-size: var(--size16);
    color: rgba(82, 82, 82, 1);
    padding: 0 var(--top20);
    padding-bottom: 10px;
    padding-bottom: 10px;
}

.Wenda_list a::after {
    content: "";
    width: 0%;
    height: 2px;
    background: rgba(166, 124, 82, 1);
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    transition: all 0.3s;
}

.Wenda_list a.active::after,
.Wenda_list a:hover::after {
    width: 100%;
}

.Wenda_list a.active {
    color: rgba(166, 124, 82, 1);
    font-weight: 700;
}

.Wenda_list a:hover {
    color: rgba(166, 124, 82, 1);
}

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

.Wenda ul li {
    width: 100%;
    overflow: hidden;
    border-radius: 8px;
    border: 1px solid rgba(229, 229, 229, 1);
}

.Wenda ul li h3 {
    width: 100%;
    background: rgba(250, 250, 250, 1);
    font-size: var(--size16);
    color: rgba(38, 38, 38, 1);
    padding: 15px;
    border-bottom: 1px solid rgba(229, 229, 229, 1);
}

.Wenda ul li p {
    width: 100%;
    font-size: var(--size16);
    color: rgba(82, 82, 82, 1);
    padding: 15px;
}

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

.Ip>h2 {
    text-align: center;
    font-size: var(--size36);
    color: rgba(3, 7, 18, 1);
    font-weight: 900;
}

.Ip_text {
    width: 100%;
    margin-top: var(--top50);
    font-size: var(--size16);
    color: rgba(82, 82, 82, 1);
    line-height: 1.5;
}

.Ip_text img {
    max-width: 100%;
}

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

.Guanyi1 h2 {
    font-size: var(--size36);
    color: rgba(0, 0, 0, 1);
    font-weight: 700;
}

.Guanyi1 p {
    font-size: var(--size16);
    color: rgba(51, 51, 51, 1);
    margin-top: var(--top40);
    line-height: 1.6;
}


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

.Guanyi2_img {
    width: 45%;
}

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

.Guanyi2_text {
    flex: 1;
}

.Guanyi2_text h2 {
    font-size: var(--size36);
    color: rgba(0, 0, 0, 1);
    font-weight: 700;
    margin-bottom: var(--top40);
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 15px;
}

.Guanyi2_text h2 img {
    width: var(--size30);
    height: auto;
}

.Guanyi2_text p {
    font-size: var(--size16);
    color: rgba(51, 51, 51, 1);
    line-height: 1.6;
}

.Guanyi2_right {
    flex-direction: row-reverse;
}

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

.Cnc_img {
    width: 45%;
}

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

.Cnc_text {
    flex: 1;
    border-radius: 8px;
    background: rgba(249, 250, 251, 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);
    padding: var(--top50) var(--top30);
}

.Cnc_text h2 {
    font-size: var(--size20);
    color: rgba(31, 41, 55, 1);
    font-weight: 700;
}

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

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

.Company>h2 {
    font-size: var(--size36);
    color: rgba(0, 0, 0, 1);
    font-weight: 700;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 15px;
}

.Company>h2 img {
    width: var(--size30);
    height: auto;
}

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

.Company ul li {
    width: 100%;
    border-radius: 2px;
    background: rgba(255, 255, 255, 1);
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3), inset 0px 0px 10px rgba(0, 0, 0, 0.3);
    padding: var(--top40) var(--top30);
}

.Company ul li h3 {
    font-size: var(--size20);
    color: rgba(26, 26, 26, 1);
    font-weight: 700;
}

.Company ul li p {
    font-size: var(--size16);
    color: rgba(61, 61, 61, 1);
    line-height: 1.6;
    margin-top: var(--top20);
}

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

.Quality>h2 {
    font-size: var(--size36);
    color: rgba(0, 0, 0, 1);
    font-weight: 700;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 15px;
}

.Quality>h2 img {
    width: var(--size30);
    height: auto;
}

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

.Quality_ltem h3 {
    text-align: center;
    font-size: var(--size30);
    color: rgba(0, 0, 0, 1);
    font-weight: 700;
}

.Quality_ltem ul {
    width: 100%;
    margin-top: var(--top30);
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: var(--top30);
}

.Quality_svg {
    width: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
}

.Quality_svg svg {
    width: 100%;
    height: auto;
}

.Quality_ltem ul li {
    width: 29%;
    border-radius: 10px;
    background: rgba(255, 255, 255, 1);
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.25);
    padding: var(--top30) var(--top20);
}

.Quality_ltem ul li h4 {
    font-size: var(--size24);
    color: rgba(51, 51, 51, 1);
    font-weight: 700;
    text-align: center;
}

.Quality_ltem ul li p {
    font-size: var(--size16);
    color: rgba(0, 0, 0, 1);
    text-align: center;
    line-height: 1.6;
    margin-top: 15px;
}

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

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

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

.Detection ul li {
    width: 100%;
}

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

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

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

.Capability>h2::after {
    content: "";
    width: 84px;
    height: 4px;
    background: rgba(166, 124, 82, 1);
    display: block;
    margin: var(--top20) auto;
}

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

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

.Capability ul li {
    width: 100%;
}

.Capability ul li img {
    width: 100%;
    aspect-ratio: 370 / 230;
    object-fit: cover;
}

.Capability ul li h3 {
    text-align: center;
    font-size: var(--size20);
    color: rgba(3, 7, 18, 1);
    font-weight: 700;
    margin-top: 10px;
}

.Serv {
    width: 100%;
    overflow: hidden;
    background: rgba(243, 244, 246, 1);
}

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

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

.Serv_max>h2::after {
    content: "";
    width: 84px;
    height: 4px;
    background: rgba(166, 124, 82, 1);
    display: block;
    margin: var(--top20) auto;
}

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

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

.Serv_swiper {
    width: calc(100% - 80px);
    margin: auto;
}

.Serv_swiper ul {
    padding: 10px;
}

.Serv_swiper ul li {
    width: 100%;
    border-radius: 2px;
    background: rgba(255, 255, 255, 1);
    border: 1px solid rgba(229, 231, 235, 1);
    box-shadow: 0px 2px 4px -2px rgba(0, 0, 0, 0.1), 0px 4px 6px -1px rgba(0, 0, 0, 0.1), 0px 0px 0px rgba(0, 0, 0, 0), 0px 0px 0px rgba(0, 0, 0, 0);
    padding: var(--top40) var(--top30);
}

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

.Serv_title img {
    width: 50px;
    aspect-ratio: 4 / 4;
    border-radius: 50%;
    object-fit: cover;
}

.Serv_title {
    flex: 1;
}

.Serv_title h3 {
    font-size: var(--size16);
    color: rgba(0, 0, 0, 1);
    font-size: 700;
}

.Serv_title p {
    font-size: var(--size14);
    color: rgba(107, 114, 128, 1);
    margin-top: 5px;
}

.Serv_swiper ul li>p {
    font-size: var(--size16);
    color: rgba(0, 0, 0, 1);
    line-height: 1.6;
    margin-top: 15px;
}

.Xingji {
    width: 100%;
    margin-top: 15px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 5px;
}

.Xingji svg {
    width: 20px;
    height: auto;
    display: block;
}

.Xingji span {
    display: block;
    font-size: 14px;
    color: rgba(107, 114, 128, 1);
    line-height: 1;
}

.prev,
.next {
    width: max-content;
    height: max-content;
    background: transparent;
}

.pager1 {
    width: 100%;
    position: static;
    inset: 0;
    transform: translate(0%, 0%);
    margin-top: var(--top40);
    gap: 25px;
}

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

.pager1 .zhenshangyin-pager-bullets-bullet.active {
    background: rgba(107, 114, 128, 1);
}

.Liaxni {
    width: var(--max);
    margin: var(--top80) auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: var(--top50);
}

.Liaxni_left {
    width: 50%;
}

.Liaxni_left h2 {
    font-size: var(--size24);
    color: rgba(0, 0, 0, 1);
    font-weight: 700;
}

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

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

.Liaxni_left form input {
    width: 100%;
    color: rgb(0, 0, 0);
    height: 40px;
    font-size: var(--size14);
    padding: 0px 10px;
    border: 1px solid #ccc;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1) inset;
}

.Liaxni_left form textarea {
    width: 100%;
    color: rgb(0, 0, 0);
    height: 140px;
    font-size: var(--size14);
    padding: 10px;
    border: 1px solid #ccc;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1) inset;
    resize: none;
}

.Liaxni_left form button {
    width: 100%;
    background: #a67c52;
    color: #fff;
    font-size: var(--size14);
    height: 40px;
    cursor: pointer;
}

.Liaxni_right {
    flex: 1;
}

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

.Liaxni_right ul li {
    width: 100%;
}

.Liaxni_right ul li h3 {
    width: 100%;
    font-size: var(--size18);
    color: rgba(0, 0, 0, 1);
    font-weight: 700;
    border-bottom: 1px solid #ddd;
    padding-bottom: var(--top20);
}

.Liaxni_text {
    width: 100%;
    margin-top: var(--top20);
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
}

.Liaxni_text svg {
    width: 30px;
    height: auto;
}

.Liaxni_text p {
    flex: 1;
    font-size: var(--size16);
    color: rgba(51, 51, 51, 1);
    line-height: 1.6;
}

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

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

.Services span {
    font-size: var(--size20);
    color: rgba(0, 0, 0, 1);
    line-height: 1;
}

.Services a {
    font-size: var(--size20);
    color: rgba(0, 0, 0, 1);
    font-weight: 700;
}

.Services a.active,
.Services a:hover {
    color: rgba(166, 124, 82, 1);
}

.Surface {
    width: var(--max);
    margin: var(--top80) auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    flex-direction: row-reverse;
    gap: var(--top50);
}

.Surface_img {
    width: 45%;
    border-radius: 8px;
    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);
}

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

.Surface_text {
    flex: 1;
}

.Surface_text h2 {
    font-size: var(--size36);
    color: rgba(0, 0, 0, 1);
    font-weight: 700;
    margin-bottom: var(--top40);
}

.Surface_text p {
    font-size: var(--size16);
    color: rgba(51, 51, 51, 1);
    line-height: 1.6;
}

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

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

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

.Capabilities ul li {
    width: 100%;
}

.Capabilities ul li img {
    width: 100%;
    aspect-ratio: 480 / 290;
    object-fit: cover;
}

.Capabilities ul li h3 {
    text-align: center;
    font-size: var(--size20);
    color: rgba(0, 0, 0, 1);
    margin-top: 10px;
}

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

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

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

.Display ul li {
    width: 100%;
}

.Display ul li img {
    width: 100%;
    aspect-ratio: 280 / 210;
    object-fit: cover;
}

.Display ul li h3 {
    text-align: center;
    font-size: var(--size16);
    color: rgba(31, 41, 55, 1);
    margin-top: 10px;
}

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

.Metal h2 {
    font-size: var(--size36);
    color: rgba(31, 41, 55, 1);
    font-weight: 700;
    text-align: center;
}

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

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

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

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

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

.Technologies ul li span {
    display: block;
    font-size: var(--size20);
    color: rgba(166, 124, 82, 1);
    font-weight: 700;
    writing-mode: vertical-rl;
    line-height: 1;
    border-right: 3px solid rgba(166, 124, 82, 1);
    padding-right: var(--top20);
    padding-bottom: var(--top50);
}


.Technologies_text {
    flex: 1;
}

.Technologies_text h3 {
    font-size: var(--size20);
    color: rgba(0, 0, 0, 1);
    font-weight: 700;
}

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


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

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

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

.Prototypes ul li {
    width: 100%;
    border-left: 1px dashed rgba(62, 39, 35, 1);
    padding-left: var(--top30);
}

.Prototypes ul li span {
    display: block;
    font-size: 20px;
    color: rgba(166, 124, 82, 1);
    font-weight: 700;
    line-height: 1;
}

.Prototypes ul li h3 {
    font-size: var(--size24);
    color: rgba(0, 0, 0, 1);
    font-weight: 700;
    margin-top: var(--top20);
}

.Prototypes ul li p {
    font-size: var(--size18);
    color: rgba(75, 85, 99, 1);
    line-height: 1.8;
    margin-top: var(--top30);
}

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

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

.Surface_max ul li {
    width: 100%;
    background: rgba(255, 255, 255, 1);
}

.Surface_max ul li img {
    width: 100%;
    aspect-ratio: 360 / 220;
    object-fit: cover;
}

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


.Surface_center h3 {
    font-size: var(--size20);
    color: rgba(0, 0, 0, 1);
    font-weight: 700;
    text-align: center;
}

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

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

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

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

.Printing ul li {
    width: 100%;
    border-radius: 2px;
    background: rgba(255, 255, 255, 1);
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3), inset 0px 0px 10px rgba(0, 0, 0, 0.3);
    padding: var(--top40) var(--top30);
}

.Printing_img {
    width: 48px;
    height: 48px;
    background: rgba(210, 165, 105, 0.2);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
}

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

.Printing ul li h3 {
    font-size: var(--size20);
    color: rgba(26, 26, 26, 1);
    font-weight: 700;
    text-align: center;
    margin-top: var(--top20);
}

.Printing ul li p {
    font-size: var(--size16);
    color: rgba(61, 61, 61, 1);
    line-height: 1.6;
    margin-top: var(--top30);
    text-align: center;
}

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

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

.Machining_max>h2 {
    font-size: var(--size36);
    color: rgba(255, 255, 255, 1);
    font-weight: 700;
    text-align: center;
}

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

.Machining_max ul li {
    width: 100%;
}

.Machining_max ul li h3 {
    font-size: var(--size24);
    color: rgba(255, 255, 255, 1);
    font-weight: 700;
    text-align: center;
}

.Machining_max ul li h3::after {
    content: "";
    width: 60px;
    height: 2px;
    background: rgba(255, 255, 255, 1);
    display: block;
    margin: var(--top20) auto;
}

.Machining_max ul li p {
    font-size: var(--size16);
    color: rgba(255, 255, 255, 1);
    line-height: 1.6;
}

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

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

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

.Shop ul li {
    width: 100%;
}

.Shop ul li img {
    width: 100%;
    aspect-ratio: 480 / 340;
    object-fit: cover;
}

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

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

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

.Information ul li {
    width: 100%;
    border-radius: 2px;
    background: rgba(255, 255, 255, 1);
    box-shadow: 0px 0px 15px rgba(222, 227, 235, 1), inset 0px 0px 8px rgba(208, 225, 255, 0.3);
    padding: var(--top30) var(--top40);
}

.Information ul li h3 {
    font-size: var(--size20);
    color: rgba(0, 0, 0, 1);
    font-weight: 700;
}

.Information ul li span {
    font-size: var(--size20);
    color: rgba(0, 0, 0, 1);
    font-weight: 700;
    display: block;
}

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

.Information_item {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
}

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

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

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

.Vacuum p {
    font-size: var(--size16);
    color: rgba(51, 51, 51, 1);
    line-height: 1.6;
    margin-top: var(--top40);
}

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

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

.Technical h2 {
    width: 100%;
    background: rgba(166, 124, 82, 1);
    font-size: var(--size24);
    color: rgba(255, 255, 255, 1);
    font-weight: 700;
    padding: 10px;
}


.Technical_max {
    width: 100%;
    border: 1px solid rgba(0, 0, 0, 1);
    border-top: transparent;
}

.Technical_item {
    width: 100%;
    border-top: 1px solid rgba(0, 0, 0, 1)
}

.Technical_item h3 {
    width: 100%;
    border-bottom: 1px solid rgba(0, 0, 0, 1);
    font-size: var(--size18);
    color: rgba(26, 26, 26, 1);
    padding: 10px;
}

.Technical_item p {
    width: 100%;
    font-size: var(--size16);
    color: rgba(26, 26, 26, 1);
    padding: 10px;
}

.Advantages {
    width: var(--max);
    margin: var(--top80) auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    flex-direction: row-reverse;
    gap: var(--top50);
}

.Advantages_img {
    width: 45%;
}

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

.Advantages_text {
    flex: 1;
}

.Advantages_text h2 {
    font-size: var(--size36);
    color: rgba(0, 0, 0, 1);
    font-weight: 700;
}

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

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

.Advantages_content_item img {
    width: 20px;
    height: auto;
}

.Advantages_content_item p {
    flex: 1;
    font-size: var(--size16);
    color: rgba(51, 51, 51, 1);
    line-height: 1.6;
}

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

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

.Casting>p {
    text-align: center;
    font-size: var(--size24);
    color: rgba(166, 124, 82, 1);
    font-weight: 700;
    margin-top: var(--top20);
}

.Casting_max {
    width: 1200px;
    max-width: 100%;
    margin: auto;
    margin-top: var(--top50);
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    padding: var(--top60) 0;
}

.Casting_text {
    width: 35%;
    background: rgba(166, 124, 82, 0.83);
    padding: var(--top40);
    position: relative;
    z-index: 5;
    border-top: 2px solid rgba(139, 90, 43, 1);
}

.Casting_text h3 {
    font-size: var(--size40);
    color: rgba(249, 250, 251, 1);
    font-weight: 700;
    line-height: 1.3;
}

.Casting_text p {
    font-size: var(--size20);
    color: rgba(249, 250, 251, 1);
    line-height: 1.6;
    margin-top: var(--top20);
}

.Casting_max img {
    width: 75%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
}


.The {
    width: var(--max);
    margin: var(--top80) auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    flex-direction: row-reverse;
    gap: var(--top50);
}

.The_img {
    width: 45%;
    border-radius: 8px;
    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);
}

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

.The_text {
    flex: 1;
}

.The_text h2 {
    font-size: var(--size46);
    color: rgba(212, 167, 106, 1);
    font-weight: 700;
    margin-bottom: var(--top40);
}

.The_text p {
    font-size: var(--size16);
    color: rgba(51, 51, 51, 1);
    line-height: 1.6;
}

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

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

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

.Competences ul li {
    width: 100%;
    background: rgba(255, 255, 255, 1);
}

.Competences ul li img {
    width: 100%;
    aspect-ratio: 360 / 220;
    object-fit: cover;
}

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


.Competences_center h3 {
    font-size: var(--size20);
    color: rgba(0, 0, 0, 1);
    font-weight: 700;
    text-align: center;
}

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



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

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

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

.With ul li {
    width: 100%;
    overflow: hidden;
    position: relative;
    border-radius: 2px;
    border: 1px solid rgba(92, 92, 86, 1);
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3), inset 0px 0px 10px rgba(0, 0, 0, 0.3);
}

.With ul li img {
    width: 100%;
    aspect-ratio: 480 / 250;
    object-fit: cover;
}

.With_center {
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, rgba(45, 45, 42, 0.45) 0%, rgba(46, 46, 42, 0.25) 50%, rgba(0, 0, 0, 0) 100%);
    padding: var(--top20);
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    align-content: flex-end;
    position: absolute;
    top: 0;
    left: 0;
}


.With_center h3 {
    width: 100%;
    font-size: var(--size20);
    color: rgba(255, 255, 255, 1);
    font-weight: 700;
}

.With_center p {
    width: 100%;
    font-size: var(--size14);
    color: rgba(209, 213, 219, 1);
    margin-top: 5px;
}



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

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

.Molding>p {
    width: 100%;
    font-size: var(--size16);
    color: rgba(51, 51, 51, 1);
    line-height: 1.6;
    margin-top: var(--top30);
}

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

.Molding_img {
    width: 45%;
}

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

.Molding_text {
    flex: 1;
}

.Molding_text h2 {
    font-size: var(--size24);
    color: rgba(0, 0, 0, 1);
    font-weight: 700;
}

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

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

.Molding_content_item img {
    width: 20px;
    height: auto;
}

.Molding_content_item p {
    flex: 1;
    font-size: var(--size16);
    color: rgba(51, 51, 51, 1);
    line-height: 1.6;
}

.Prototypes_img {
    width: 100%;
}

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

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

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

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

.Castings_max p {
    font-size: var(--size16);
    color: rgba(51, 51, 51, 1);
    line-height: 1.6;
    margin-top: var(--top40);
}


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

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

.Specifications_max {
    width: 100%;
    border: 1px solid rgba(0, 0, 0, 1);
    border-top: transparent;
    margin-top: var(--top30);
}

.Specifications_item {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 2fr;
    border-top: 1px solid rgba(0, 0, 0, 1)
}

.Specifications_item h3 {
    width: 100%;
    font-size: var(--size18);
    color: rgba(26, 26, 26, 1);
    padding: 10px;
    display: flex;
    align-content: center;
    align-items: center;
}

.Specifications_item p {
    width: 100%;
    font-size: var(--size16);
    color: rgba(26, 26, 26, 1);
    padding: 10px;
    border-left: 1px solid rgba(0, 0, 0, 1);
}

.Specifications_item:nth-child(1) {
    background: rgba(166, 124, 82, 1);
}

.Specifications_item:nth-child(1) * {
    color: #fff;
    font-weight: 700;
}

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

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

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

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

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

.Advantages_of_content {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: var(--top50);
}

.Advantages_of_content_item {
    width: calc(50% - 7px);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.18);
    padding: 10px 15px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
}

.Advantages_of_content_item:last-child {
    width: 100%;
}

.Advantages_of_content_item:nth-child(1) {
    width: calc(40% - 7px);
}

.Advantages_of_content_item:nth-child(2) {
    width: calc(60% - 7px);
}

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

.Advantages_of_content_item p {
    flex: 1;
    font-size: var(--size16);
    color: rgba(51, 51, 51, 1);
}

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

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

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

.Die_casting ul li {
    width: 100%;
    border-right: 1px solid rgba(235, 75, 34, 0.7);
    border-bottom: 1px solid rgba(235, 75, 34, 0.7);
    padding-right: 15px;
    padding-bottom: 15px;
}

.Die_casting ul li h3 {
    font-size: var(--size20);
    color: rgba(0, 0, 0, 1);
    font-weight: 700;
}

.Die_casting ul li p {
    font-size: var(--size16);
    color: rgba(51, 51, 51, 1);
    line-height: 1.6;
    margin-top: 10px;
}

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

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

.Surface_san ul li {
    width: 100%;
    overflow: hidden;
    background: rgba(255, 255, 255, 1);
    box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.45);
}

.Surface_san ul li img {
    width: 100%;
    aspect-ratio: 360 / 220;
    object-fit: cover;
}

.Surface_san_center {
    width: 100%;
    padding: var(--top20);
    background: rgba(255, 255, 255, 1);
    position: relative;
    z-index: 5;
}

.Surface_san_center h3 {
    font-size: var(--size20);
    color: rgba(0, 0, 0, 1);
    font-weight: 700;
    text-align: center;
}

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

.Surface_san ul li:hover img {
    transform: scale(1.1);
    opacity: 0.5;
}

.Surface_san ul li:hover .Surface_san_center {
    transform: translateY(-30px);
}

.Die_casting_max {
    width: 100%;
    border: 1px solid rgba(0, 0, 0, 1);
    border-top: transparent;
    margin-top: var(--top30);
}

.Die_casting_item {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 2fr;
    border-top: 1px solid rgba(0, 0, 0, 1)
}

.Die_casting_item h3 {
    width: 100%;
    font-size: var(--size18);
    color: rgba(26, 26, 26, 1);
    padding: 10px;
    display: flex;
    align-content: center;
    align-items: center;
}

.Die_casting_item p {
    width: 100%;
    font-size: var(--size16);
    color: rgba(26, 26, 26, 1);
    padding: 10px;
    border-left: 1px solid rgba(0, 0, 0, 1);
}

.Die_casting_item:nth-child(1) * {
    font-weight: 700;
}

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

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

.Quote_max h2 {
    text-align: center;
    font-size: var(--size46);
    color: rgba(255, 255, 255, 1);
    font-weight: 700;
}

.Quote_max a {
    width: max-content;
    display: block;
    margin: auto;
    margin-top: var(--top60);
    background: rgba(166, 124, 82, 1);
    font-size: var(--size24);
    color: rgba(255, 255, 255, 1);
    line-height: 64px;
    padding: 0 var(--top80);
}

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

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

.Oura>h2::after {
    content: "";
    width: 84px;
    height: 4px;
    background: rgba(166, 124, 82, 1);
    display: block;
    margin: var(--top20) auto;
}

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

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

.Oura ul li {
    width: 100%;
    overflow: hidden;
    border-radius: 8px;
    background: rgba(255, 255, 255, 1);
    box-shadow: 0px 2px 4px -2px rgba(0, 0, 0, 0.1), 0px 4px 6px -1px rgba(0, 0, 0, 0.1), 0px 0px 0px rgba(0, 0, 0, 0), 0px 0px 0px rgba(0, 0, 0, 0);
}

.Oura ul li img {
    width: 100%;
    aspect-ratio: 360 / 220;
    object-fit: cover;
}

.Oura_center {
    width: 100%;
    padding: var(--top20);
    background: rgba(255, 255, 255, 1);
    position: relative;
    z-index: 5;
}

.Oura_center h3 {
    font-size: var(--size20);
    color: rgba(0, 0, 0, 1);
    font-weight: 700;
    text-align: center;
}

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

.Oura ul li:hover {
    box-shadow: 5px 7px 9px rgba(0, 0, 0, 0.25);
}

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

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

.How>h2::after {
    content: "";
    width: 84px;
    height: 4px;
    background: rgba(166, 124, 82, 1);
    display: block;
    margin: var(--top20) auto;
}

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

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

.How ul svg {
    width: var(--top50);
    height: auto;
    display: block;
}

.How ul li {
    flex: 1;
    border-radius: 8px;
    background: rgba(255, 255, 255, 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);
    padding: var(--top20);
}

.How ul li img {
    width: 120px;
    max-width: 60%;
    aspect-ratio: 4 / 4;
    border-radius: 50%;
    object-fit: cover;
    background: rgba(156, 163, 175, 1);
    padding: 4px;
    margin: auto;
}

.How ul li h3 {
    text-align: center;
    font-size: var(--size20);
    color: rgba(31, 41, 55, 1);
    font-weight: 700;
    margin-top: var(--top20);
}

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

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

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

.Footer_lianxi {
    width: max-content;
    max-width: 380px;
}

.Footer_lianxi h2 {
    font-size: var(--size20);
    color: rgba(255, 255, 255, 1);
    font-weight: 700;
    line-height: 1;
}

.Footer_con {
    width: 100%;
    margin-top: 25px;
}

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

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

.Footer_con ul li img {
    width: 16px;
    aspect-ratio: 4 / 4;
    object-fit: contain;
}

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

.Footer_logo {
    width: 100%;
    margin-top: 25px;
}

.Footer_logo ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}

.Footer_logo ul li {
    width: 20px;
}

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

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

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

.Footer_ul h2 {
    font-size: var(--size20);
    color: rgba(255, 255, 255, 1);
    font-weight: 700;
    line-height: 1;
}


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

.Footer_ul ul li {
    font-size: var(--size14);
    color: rgba(255, 255, 255, 0.7);
}

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

.Footer_guanyu h2 {
    font-size: var(--size20);
    color: rgba(255, 255, 255, 1);
    font-weight: 700;
    line-height: 1;
}

.Footer_guanyu p{
    font-size: var(--size16);
    color: rgba(156, 163, 175, 1);
    margin-top: 25px;
}

.Beian {
    width: var(--max);
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    border-top: 1px solid rgba(31, 41, 55, 1);
    padding: var(--top20) 0;
}

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