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

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

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

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

body {
    font-family: "m";
    padding-top: 100px;
}

.Hertre {
    width: 100%;
    z-index: 999;
    height: 100px;
    position: fixed;
    top: 0;
    background: rgba(255, 255, 255, 0.4);
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
}

.Fixed {
    backdrop-filter: blur(10px);
}

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

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

.Nav ul li {
    font-size: var(--size20);
    color: rgba(51, 51, 51, 1);
    text-align: center;
    line-height: 100px;
    position: relative;
    margin-right: var(--top40);
}

.Nav ul li.Nav_cen {
    color: rgba(188, 5, 20, 1);
    font-family: 'bold';
}

.Nav ul li:hover {
    color: rgba(188, 5, 20, 1);
}

.Nav ul li svg {
    display: none;
    width: 14px;
    height: auto;
}

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

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

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

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

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

.Nav_ul a:hover {
    color: rgba(188, 5, 20, 1);
}

.Nav_ul a.Nav_ul_Nav {
    color: rgba(188, 5, 20, 1);
    font-family: 'bold';
}

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

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

.menu_button:focus {
    outline: none;
}

.menu_button .line {
    fill: none;
    stroke: rgba(188, 5, 20, 1);
    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;
}

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

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


.Fuwu>h2 {
    width: max-content;
    margin: auto;
    text-align: center;
    font-size: var(--size60);
    color: rgba(188, 5, 20, 1);
    line-height: 1;
    font-family: 'bold';
}


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

.Fuwu ul li {
    width: 100%;
}

.Fuwu ul li>h2 {
    font-size: var(--size30);
    color: rgba(51, 51, 51, 1);
    text-transform: uppercase;
}

.Fuwu_text {
    width: 100%;
    font-size: var(--size20);
    color: rgba(153, 153, 153, 1);
    line-height: 1.5;
    margin-top: var(--top30);
}

.Lianxi>h2 {
    width: max-content;
    margin: auto;
    text-align: center;
    font-size: var(--size60);
    color: rgba(188, 5, 20, 1);
    line-height: 1;
    font-family: 'bold';
}

.Lianxi>p {
    width: max-content;
    margin: auto;
    text-align: center;
    font-size: var(--size30);
    color: rgba(0, 0, 0, 1);
    line-height: 1;
    margin-top: var(--top100);
}

.Lianxi form {
    width: 1000px;
    max-width: 100%;
    margin: auto;
    margin-top: var(--top40);
    display: grid;
    grid-template-columns: 1fr;
    gap: var(--top40);
}

.Lianxi form input {
    width: 100%;
    height: 70px;
    border-radius: 5px;
    background: rgba(255, 255, 255, 1);
    border: 1px solid rgba(255, 255, 255, 1);
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
    font-size: var(--size16);
    color: rgba(56, 56, 56, 1);
    padding: 0 20px;
}

.Lianxi form input:focus {
    color: rgba(188, 5, 20, 1);
}

.Lianxi form textarea {
    width: 100%;
    height: 280px;
    border-radius: 5px;
    background: rgba(255, 255, 255, 1);
    border: 1px solid rgba(255, 255, 255, 1);
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
    font-size: var(--size16);
    color: rgba(56, 56, 56, 1);
    padding: 15px 20px;
    resize: none;
    font-family: "m";
}

.Lianxi form textarea:focus {
    color: rgba(188, 5, 20, 1);
}

.Lianxi form button {
    width: 170px;
    height: 60px;
    border-radius: 5px;
    background: rgba(255, 255, 255, 1);
    display: block;
    margin: auto;
    font-size: var(--size20);
    color: rgba(51, 51, 51, 1);
    cursor: pointer;
    border: 1px solid rgba(51, 51, 51, 0);
}

.Lianxi form button:hover {
    color: rgba(255, 255, 255, 1);
}

.Lianxi form button span {
    position: relative;
    z-index: 5;
}

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

.Lianxi ul li {
    width: 100%;
}

.Lianxi ul li>h2 {
    font-size: var(--size30);
    color: rgba(51, 51, 51, 1);
    text-transform: uppercase;
    text-align: center;
}

.Lianxi_text {
    width: 100%;
    font-size: var(--size16);
    color: rgba(153, 153, 153, 1);
    line-height: 1.5;
    margin-top: var(--top30);
    text-align: center;
}

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

.hover_item {
    position: relative;
}

.hover_content {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    visibility: hidden;
    background: rgba(188, 5, 20, 1);
}

.hover_index {
    position: relative;
    z-index: 5;
}

.GUnayu {
    width: 100%;
    margin: var(--top80) auto;
}

.GUnayu>h2 {
    width: max-content;
    margin: auto;
    text-align: center;
    font-size: var(--size60);
    color: rgba(188, 5, 20, 1);
    line-height: 1;
    font-family: 'bold';
}

.GUnayu ul {
    width: 100%;
}

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

.GUnayu ul li:nth-child(2n) {
    background: rgba(246, 246, 246, 1);
}

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

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

.GUnayu_max>img {
    width: 50%;
    object-fit: cover;
}

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

.GUnayu_center>h2 {
    width: 100%;
    font-size: var(--size30);
    color: rgba(51, 51, 51, 1);
    text-transform: uppercase;
}

.GUnayu_text {
    width: 100%;
    font-size: var(--size18);
    color: rgba(153, 153, 153, 1);
    line-height: 1.5;
    margin-top: var(--top30);
}

.Why>h2 {
    width: max-content;
    margin: auto;
    text-align: center;
    font-size: var(--size60);
    color: rgba(188, 5, 20, 1);
    line-height: 1;
    font-family: 'bold';
}

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

.Why ul li {
    width: 100%;
}

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

.Why ul li>h2 {
    width: 100%;
    font-size: var(--size24);
    color: rgba(85, 85, 85, 1);
    text-transform: uppercase;
    text-align: center;
    margin-top: var(--top50);
}

.Why_text {
    width: 100%;
    font-size: var(--size18);
    color: rgba(153, 153, 153, 1);
    line-height: 1.5;
    margin-top: var(--top30);
}

.Chanpin>h2 {
    width: max-content;
    margin: auto;
    text-align: center;
    font-size: var(--size60);
    color: rgba(188, 5, 20, 1);
    line-height: 1;
    font-family: 'bold';
}

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

.Chanpin ul li {
    width: 100%;
}

.Chanpin_img {
    width: 100%;
    border: 1px solid rgba(229, 229, 229, 1);
    aspect-ratio: 390 / 300;
    background: rgba(255, 255, 255, 1);
    display: flex;
    justify-content: center;
    align-items: center;
}

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

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

.Chanpin ul li:hover .Chanpin_img {
    border: 1px solid rgba(188, 5, 20, 1);
}

.Chanpin ul li:hover .Chanpin_img img {
    transform: scale(1.05);
}

.Chanpin ul li:hover h2 {
    color: rgba(188, 5, 20, 1);
}


.Show {
    width: var(--max);
    overflow: hidden;
    margin: var(--top120) auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: var(--top30);
}

.Show_img {
    width: 50%;
    aspect-ratio: 4 / 4;
    border: 1px solid rgba(229, 229, 229, 1);
    background: rgba(255, 255, 255, 1);
    display: flex;
    justify-content: center;
    align-items: center;
}

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

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

.Show_text h2 {
    width: 100%;
    font-size: var(--size30);
    color: rgba(51, 51, 51, 1);
    line-height: 1.2;
}

.Show_text p {
    width: 100%;
    font-size: var(--size18);
    color: rgba(51, 51, 51, 1);
    margin-top: var(--top30);
    line-height: 2;
}

.Spe {
    width: var(--max);
    margin: var(--top120) auto;
    background: rgba(255, 255, 255, 1);
    border: 1px solid rgba(229, 229, 229, 1);

}

.Spe>h2 {
    text-align: center;
    font-size: var(--size36);
    color: rgba(51, 51, 51, 1);
    font-family: 'bold';
    padding: var(--top40) 0;
    text-transform: uppercase;
}

.Spe ul {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
}

.Spe ul li {
    width: 100%;
    border-top: 1px solid rgba(229, 229, 229, 1);
    border-right: 1px solid rgba(229, 229, 229, 1);
}

.Spe ul li:last-child {
    border-right: none;
}

.Spe ul li h2 {
    text-align: center;
    font-size: var(--size20);
    color: rgba(51, 51, 51, 1);
    padding: var(--top50) 0;
    font-family: 'bold';
    text-transform: uppercase;
    border-bottom: 1px solid rgba(229, 229, 229, 1);
}

.Spe_text {
    width: 100%;
    font-size: var(--size16);
    color: rgba(51, 51, 51, 1);
    text-align: center;
    padding: var(--top20) 10px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    justify-content: center;
}

.Cad {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    align-items: center;
}

.Cad a {
    width: max-content;
    display: block;
}

.Cad a svg {
    width: 30px;
    height: 30px;
    object-fit: contain;
    margin: auto;
    display: block;
}

.Cad a p {
    text-align: center;
    font-size: var(--size14);
    color: rgba(51, 51, 51, 1);
    margin-top: var(--top20);
}

.like {
    width: var(--max);
    margin: var(--top120) auto;
}

.like h2 {
    font-size: var(--size30);
    color: rgba(51, 51, 51, 1);
    text-transform: uppercase;
    font-family: 'bold';
}

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

.like ul li {
    width: 100%;
}

.Chanpin_img {
    width: 100%;
    border: 1px solid rgba(229, 229, 229, 1);
    aspect-ratio: 390 / 300;
    background: rgba(255, 255, 255, 1);
    display: flex;
    justify-content: center;
    align-items: center;
}

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

.like ul li h2 {
    font-size: var(--size18);
    color: rgba(51, 51, 51, 1);
    margin-top: var(--top30);
}

.like ul li:hover .Chanpin_img {
    border: 1px solid rgba(188, 5, 20, 1);
}

.like ul li:hover .Chanpin_img img {
    transform: scale(1.05);
}

.like ul li:hover h2 {
    color: rgba(188, 5, 20, 1);
}

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

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

.page .active {
    background: rgba(188, 5, 20, 1);
    border: 1px solid rgba(188, 5, 20, 1);
    color: #fff;
}

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


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

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

.Footer_max ul{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: var(--top20) var(--top60);
}

.Footer_max ul li{
    width: max-content;
    font-size: var(--size16);
    color: rgba(255, 255, 255, 1);
}

.Footer_max>h2{
    font-size: var(--size30);
    color: rgba(255, 255, 255, 1);
    font-family: 'bold';
    text-align: center;
    text-transform: uppercase;
    margin: var(--top60) auto;
}

.Beian {
    width: 100%;
    overflow: hidden;
    margin: auto;
    font-size: var(--size16);
    color: rgba(255, 255, 255, 1);
    line-height: 1.6;
}
.Team{
    width: var(--max);
    margin: var(--top100) auto;
}

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

.Team>p{
    font-size: var(--size18);
    color: rgba(153, 153, 153, 1);
    text-align: center;
    margin-top: var(--top40);
    line-height: 1.5;
}

.Team>a{
    width: 130px;
    line-height: 54px;
    border: 1px solid rgba(0, 0, 0, 1);
    border-radius: 5px;
    text-align: center;
    font-size: var(--size20);
    color: rgba(51, 51, 51, 1);
    display: block;
    margin: auto;
    margin-top: var(--top40);
}

.Team>a:hover{
    color: #fff;
    border: 1px solid rgba(188, 5, 20, 1);
}

.Team>img{
    width: 100%;
    height: auto;
    margin-top: var(--top60);
}


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

.Team ul li{
    width: 100%;
}
.Team ul li:nth-child(n+3){
    grid-column: span 2;
}
.Team ul li img{
    width: 100%;
    height: auto;
}
.Team ul li h2{
    text-align: center;
    font-size: var(--size30);
    color: rgba(51, 51, 51, 1);
    margin-top: var(--top40);
}

.Team ul li p{
    font-size: var(--size18);
    color: rgba(153, 153, 153, 1);
    text-align: center;
    line-height: 1.5;
    margin-top: 15px
}
.Team ul li a{
    width: 130px;
    line-height: 54px;
    border: 1px solid rgba(0, 0, 0, 1);
    border-radius: 5px;
    text-align: center;
    font-size: var(--size20);
    color: rgba(51, 51, 51, 1);
    display: block;
    margin: auto;
    margin-top: var(--top60);
}

.Team ul li a:hover{
    color: #fff;
    border: 1px solid rgba(188, 5, 20, 1);
}


