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

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

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

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

body {
    font-family: "m";
}

.Hertre {
    width: 100%;
    z-index: 999;
    height: 90px;
    position: relative;
   /* background: rgb(23, 23, 23);*/
   background: #FFFFFF;
   box-shadow: 0 0 10px rgba(176, 176, 176, 0.75);
}

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

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

}

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

.Nav {
    width: max-content;
}

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

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

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


.Nav ul li.Nav_cen {
    color: rgb(242, 173, 48)
}

.Nav ul li:hover {
    color: rgb(242, 173, 48);
}

.Nav ul li::after {
    content: "";
    width: 0%;
    height: 3px;
    background: rgb(242, 173, 48);
    position: absolute;
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%);
    transition: all 0.3s;
    border-radius: 5px;
}

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

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

.Nav_ul {
    display: none;
    background: #ffffff;
    position: absolute;
    overflow: hidden;
    top: 100%;
    transition: auto;
    padding: 20px 30px;
    left: 50%;
    transform: translateX(-50%);
    box-shadow: 0px 0px 10px 5px #00000010;
    border-radius: 5px;
}

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

.Nav_ul a:hover {
    color: rgb(242, 173, 48);
    ;
}

.Nav_ul a.Nav_ul_Nav {
    color: rgb(242, 173, 48);
    ;
}



.En {
    width: max-content;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    cursor: pointer;
    background: url(../images/xiajiantou.png) no-repeat right center / 10px auto;
    padding-right: 20px;
    position: relative;
}

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

.En_max {
    width: max-content;
    position: absolute;
    top: 100%;
    right: 0;
    z-index: 99;
    transform: scale(0);
    transform-origin: top right;
}

.En:hover .En_max {
    transform: scale(1);
}

.En_max ul {
    width: max-content;
    background: #ffffff;
    border-radius: 5px;
    padding: 10px 30px;
    margin-top: 15px;
    box-shadow: 0px 0px 10px 5px #00000020;
}

.En_max ul li {
    font-size: var(--size14);
    /*color: #000000;*/
    
    line-height: 2.5;
}

.En_max ul li:hover {
    color: rgb(242, 173, 48);
}

.An {
    width: 60px;
    height: 60px;
    display: none;
    position: fixed;
    right: 0%;
    top: 0;
    transition: all 0.5s;
    z-index: 99;
}

.Container {
    cursor: pointer;
    display: flex;
    position: absolute;
    top: 0;
    right: 0;
    transition: all 0.5s;
}

.Container svg {
    transition: transform 500ms cubic-bezier(0.4, 0, 0.2, 1);
}

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

.Container path {
    stroke: #ffffff;
    transition: transform 500ms cubic-bezier(0.4, 0, 0.2, 1), stroke-dasharray 500ms cubic-bezier(0.4, 0, 0.2, 1), stroke-dashoffset 500ms cubic-bezier(0.4, 0, 0.2, 1);
}

.Container path:nth-child(1) {
    transform-origin: 36% 40%;
}

.Container path:nth-child(2) {
    stroke-dasharray: 29 299;
}

.Container path:nth-child(3) {
    transform-origin: 35% 63%;
}

.Container path:nth-child(4) {
    stroke-dasharray: 29 299;
}

.Container path:nth-child(5) {
    transform-origin: 61% 52%;
}

.Container path:nth-child(6) {
    transform-origin: 62% 52%;
}

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

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

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

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

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

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

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

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

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

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

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

.Liuyan>h2 {
    text-align: center;
    font-size: var(--size36);
    color: rgb(51, 51, 51);
    line-height: 1;
}

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

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

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

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

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

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

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

.Submit {
    width: 330px;
    height: 60px;
    background: rgb(242, 173, 48);
    border-radius: 4px;
    font-size: var(--size18);
    color: rgb(255, 255, 255);
    cursor: pointer;
    margin: auto;
}

.Ditu {
    width: var(--max);
    overflow: hidden;
    margin: var(--top80) auto;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    padding: var(--top40);
}

.Ditu_max {
    min-width: 430px;
    /*max-width: 50%;*/
    max-width: 38%;
    overflow: hidden;
    border-radius: 4px;
    box-shadow: 0px 0px 60px 10px rgba(13, 37, 62, 0.1);
    background: rgb(255, 255, 255);
    padding: var(--top100) var(--top60);
}

.Ditu_max h2 {
    font-size: var(--size30);
    color: rgb(51, 51, 51);
    line-height: 1;
    font-family: 'bold';
}

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

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

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

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

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

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

.Xinwen ul li {
    width: 100%;
    overflow: hidden;
    border-bottom: 1px solid rgb(220, 220, 220);
    padding-bottom: var(--top40);
}

.Xinwen ul li a {
    width: 100%;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: var(--top20);
}

.Xinwen ul li a img {
    width: 50%;
    height: auto;
    border-radius: var(--top20);
}

.Xinwen_text {
    flex: 1;
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
}

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

.Xinwen_tin h2 {
    font-size: var(--size24);
    color: rgb(51, 51, 51);
}

.Time {
    font-size: var(--size14);
    color: rgb(153, 153, 153);
    margin-top: var(--top30);
}

.Xinwen_tin p {
    font-size: var(--size14);
    color: rgb(51, 51, 51);
    line-height: 1.7;
    margin-top: var(--top30);
}

.Xinwen_text span {
    display: block;
    font-size: var(--size14);
    color: rgb(153, 153, 153);
    line-height: 1;
    margin-top: var(--top30);
}

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

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

.Mianbao_max span {
    display: block;
    margin: 0 10px;
}

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


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

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

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

.Show_text {
    width: 100%;
    overflow: hidden;
    border-top: 1px solid rgb(238, 238, 238);
    border-bottom: 1px solid rgb(238, 238, 238);
    padding: var(--top30) 0;
    margin-top: var(--top30);
    font-size: var(--size14);
    color: rgb(51, 51, 51);
    line-height: 2;
}

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

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

.Prev a {
    display: block;
    width: 100%;
    overflow: hidden;
    font-size: var(--size14);
    color: #222222;
    line-height: 2;
}

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

.page .active,
.page .total {
    width: 36px;
    height: 36px;
    border: 1px solid rgb(222, 222, 222);
    border-radius: 3px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    background: transparent;
    font-size: var(--size14);
    color: #999999;
    line-height: 1;
}

.page .active {
    background: rgb(242, 173, 48);
    border: transparent;
    color: #ffffff;
}

.page .active:nth-child(1),
.page .total:nth-child(1),
.page .active:nth-last-child(2),
.page .total:nth-last-child(2) {
    color: #999999;
    background: transparent;
    border: 1px solid rgb(222, 222, 222);
}

.page .active svg,
.page .total svg {
    width: 7px;
    height: auto;
}

.page-info {
    line-height: 36px;
    font-size: var(--size16);
    color: rgb(51, 51, 51);
}

.current-page {
    color: rgb(7, 107, 175);
}

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

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

.Chanpin ul li {
    width: 100%;
    overflow: hidden;
    border-radius: var(--top20);
    box-shadow: 0px 0px 10px 0px rgba(153, 153, 153, 0.5);
    background: rgb(255, 255, 255);
}

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

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

.Chanpin_text span {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    font-size: var(--size14);
    color: rgb(242, 173, 48);
}

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

.Chanpin_text p {
    font-size: var(--size14);
    color: rgb(153, 153, 153);
    line-height: 1.6;
    margin-top: 10px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6;
    overflow: hidden;
}

.Show_chan>h2,
.Show_chan>p {
    text-align: left;
}

.Show_chan>p {
    color: rgb(242, 173, 48);
}

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

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

.Guanyu_text h2 {
    width: 100%;
    font-size: var(--size14);
    color: rgb(240, 170, 62);
}

.Guanyu_text span {
    width: 100%;
    font-size: var(--size30);
    color: rgb(51, 51, 51);
    margin-top: var(--top30);
    display: block;
}

.Guanyu_text p {
    width: 100%;
    font-size: var(--size16);
    color: rgb(153, 153, 153);
    margin-top: var(--top30);
}

.Guanyu_text img {
    width: 200px;
    max-width: 40%;
    height: auto;
    margin-top: var(--top50);
}

.Guanyu>img {
    width: 460px;
    object-fit: cover;
}

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

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

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

.Xuanze ul li {
    width: 100%;
    overflow: hidden;
    background: #ffffff;
    padding: var(--top40) var(--top20)
}

.Xuanze ul li img {
    width: 40px;
    height: 40px;
    object-fit: contain;
    margin: auto;
}

.Xuanze ul li h2 {
    text-align: center;
    font-size: var(--size24);
    color: rgb(38, 50, 56);
    margin-top: var(--top20);
}

.Xuanze ul li p {
    font-size: var(--size16);
    color: rgb(38, 50, 56);
    text-align: center;
    line-height: 2;
    margin-top: var(--top20);
}

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

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

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

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

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

.prev,
.next {
    width: 40px;
    height: 65px;
    background: rgb(0, 0, 0);
    border-radius: 0px;
}

.prev {
    left: -20px;
}

.next {
    right: -20px;
}

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

.Banner_index_max {
    width: var(--max);
    overflow: hidden;
    /*margin: 12vw auto 18vw;*/
     margin: 20vw 15vw 6vw 6vw;
}

.Banner_index_max h2 {
    /*font-size: var(--size50);*/
     font-size: var(--size60);
    color: rgb(242, 173, 48);
    line-height: 1.2;
    font-family: fangsong;
}

.Banner_index_max span {
    font-size: var(--size50);
    /*color: rgb(255, 255, 255);*/
    color: rgb(242, 173, 48);
    line-height: 1.2;
    font-family: 'bold';
    display: block;
    margin-top:1vw;
}

.Banner_index_max>p {
    width: 700px;
    max-width: 95%;
    font-size: var(--size20);
    color: rgb(255, 255, 255);
    line-height: 1.6;
    margin-top: var(--top20);
}

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

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

.Guanyuin_text {
    flex: 1;
}

.Guanyuin_text h2 {
    font-size: var(--size36);
    color: rgb(0, 0, 0);
    font-family: 'bold';
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    line-height: 1;
}

.Guanyuin_text h2 span {
    color: rgb(242, 173, 48);
    margin-left: 5px;
}

.Guanyuin_text p {
    font-size: var(--size14);
    color: rgb(0, 0, 0);
    line-height: 2;
    margin-top: var(--top40);
}

.Guanyuin_max>img {
    width: 50%;
    aspect-ratio: 5 / 3;
    border-radius: var(--top20);
}

.Yingyun {
    width: 100%;
    overflow: hidden;
    /*background: url(../images/beijing2.png) no-repeat center center / cover;*/
    background-color: #fff;
}

.Yingyun_max {
    width: var(--max);
    overflow: hidden;
    margin: var(--top100) auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
   /* background: rgb(0, 0, 0);*/
    border-radius: 10px;
    padding: var(--top40) var(--top20);
    gap: var(--top60);
}

.Yingyun_left {
    flex: 1;
    overflow: hidden;
    padding: var(--top80) 0;
}

.Yingyun_left h2 {
    font-size: var(--size20);
    /*color: rgb(153, 153, 153);*/
    color:rgb(242, 173, 48);
    line-height: 1.3;
    text-transform: uppercase;
}

.Yingyun_text {
    width: 100%;
    overflow: hidden;
    /*font-size: var(--size30);*/
    font-size: var(--size16);
    /*color: rgb(255, 255, 255);*/
     color: rgb(51, 55, 67);
     font-weight: 500;
    line-height: 1.3;
    margin-top: var(--top50);
    /*text-transform: uppercase;*/
}

.Yingyun_text span {
    color: rgb(242, 173, 48);
}

.Yingyun_left img {
    width: 150px;
    height: auto;
    margin-top: var(--top50);
}

.Yingyun_max ul {
    width: 58%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
}

.Yingyun_max ul li {
    overflow: hidden;
    border-radius: 5px;
    position: relative;
}

.Yingyun_max ul li img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.Yingyun_max ul li h2 {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5;
    font-size: var(--size24);
    color: rgb(255, 255, 255);
    display: flex;
    justify-content: center;
    align-items: center;
}


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

.Xinwen_index>h2 {
    font-size: var(--size30);
    color: rgb(50, 50, 50);
    line-height: 1;
    text-transform: uppercase;
    font-family: 'bold';
}

.Xinwen_index ul {
    width: 100%;
    overflow: hidden;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    margin-top: var(--top60);
}

.Xinwen_index ul li {
    width: 100%;
    overflow: hidden;
    position: relative;
    background: rgb(242, 173, 48);
    border-left: 1px solid #ffffff30;
}

.Xinwen_index ul li a {
    width: 100%;
    overflow: hidden;
    display: block;
    padding: var(--top60) var(--top30);
    position: relative;
    z-index: 5;
    color: rgb(255, 255, 255);
}

.Xinwen_index ul li img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    opacity: 0;
    object-fit: cover;
}

.Xinwen_index ul li:hover img {
    opacity: 0.7;
}

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

.Xinwen_list h2 {
    font-size: 36px;
    color: rgb(255, 255, 255);
    font-family: 'bold';
    line-height: 1;
}

.Xinwen_list p {
    font-size: 20px;
    color: rgb(255, 255, 255);
    font-family: 'bold';
    line-height: 1;
    margin-top: 5px;
}

.Xinwen_index ul li a>h2 {
    font-size: var(--size20);
    color: rgb(255, 255, 255);
    line-height: 1;
    margin-top: var(--top30);
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.Xinwen_index ul li a>p {
    font-size: var(--size16);
    color: rgb(255, 255, 255);
    line-height: 1.5;
    margin-top: 15px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.Xinwen_index ul li span {
    font-size: var(--size16);
    color: rgb(255, 255, 255);
    line-height: 1;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
    margin-top: var(--top40);
    text-transform: uppercase;
}

.Xinwen_index ul li span svg {
    width: 18px;
    height: auto;
}

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

.Chanpinin>h2 {
    font-size: var(--size30);
    color: rgb(50, 50, 50);
    line-height: 1;
    text-transform: uppercase;
    font-family: 'bold';
    text-align: center;
}
.Chanpinin_swiper{
    width: 100%;
    overflow: hidden;
    margin-top: var(--top60);
}
.Chanpinin_swiper ul {
    width: 100%;
    overflow: hidden;
    display: grid;
    grid-template-columns: repeat(5,1fr);
    gap: var(--top20);
}
.Chanpinin_swiper ul li {
    width: 100%;
    overflow: hidden;
    border: 2px solid transparent;
    cursor: pointer;
}

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

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

.Chanpinin ul li h2 {
    font-size: var(--size16);
    color: rgb(51, 55, 67);
    padding: 15px 10px;
}

.Chanpinin ul li.Chanpinin_nav {
    background: rgb(242, 173, 48);
}

.Chanpinin ul li.Chanpinin_nav h2 {
    color: #ffffff;
}

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

.Chanpinin_list {
    width: 100%;
    overflow: hidden;
    transition: auto;
    display: none;
}
.Chanpinin_list:nth-child(1){
    display: block;
}
.Chanpinin_text {
    width: 100%;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    gap: var(--top40);
}

.Chanpinin_text img {
    width: 45%;
    height: auto;
    border-radius: var(--top20);
}

.Chanpinin_right {
    flex: 1;
}

.Chanpinin_right h2 {
    width: 100%;
    font-size: var(--size24);
    color: rgb(0, 0, 0);
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.Chanpinin_right span {
    display: block;
    font-size: var(--size14);
    color: rgb(242, 173, 48);
    margin-top: var(--top20);
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.Chanpinin_right p {
    width: 100%;
    font-size: var(--size14);
    color: rgb(0, 0, 0);
    line-height: 1.8;
    margin-top: var(--top20);
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
}
.Chanpinin_right a{
    width: max-content;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 10px;
    font-size: var(--size16);
    color: rgb(242, 173, 48);
    border: 1px solid rgb(242, 173, 48);
    line-height: 40px;
    padding: 0 10px;
    border-radius: 6px;
    margin-top: var(--top30);
}
.Chanpinin_right a svg{
    width: 15px;
    height: auto;
}
.Chanpinin>a{
    width: 100%;
    overflow: hidden;
    background: rgb(25, 25, 25);
    display: block;
    margin-top: var(--top40);
    line-height: 42px;
    color: rgb(255, 255, 255);
    font-size: var(--size16);
    text-align: center;
}




.footer {
    width: 100%;
    overflow: hidden;
    background: rgb(25, 25, 25);
   
    
}

.footer_imgu{
    width: var(--max);
    overflow: hidden;
    margin: var(--top30) auto;
}

.footer_imgu img {
    width: 140px;
    height: auto;
}

.footer i{
    width: 100%;
    height: 2px;
    background: rgb(39, 39, 39);
    display: block;
}
.footer_max {
    width: var(--max);
    overflow: hidden;
    margin: var(--top30) auto;
}


.footer_cen {
    width: 100%;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    /*gap: 0px 7vw;    */
    gap: 0px 3vw;  
    z-index: 4;
}

.footer_list {
    width: max-content;
    max-width: 25%;
}
.footer_list:nth-child(1){
    margin-right: auto;
}
.footer_list>h2 {
    font-size: var(--size20);
    color: rgb(255, 255, 255);
    line-height: 1;
    font-family: 'bold';
}

.footer_list p {
    font-size: var(--size14);
    /*color: rgb(124, 124, 124);*/
    color: #b2b2b2;
    line-height: 1.8;
    margin-top: var(--top20);
}

.footer_list>a {
    display: block;
    font-size: var(--size14);
    color: rgb(124, 124, 124);
    margin-top: 15px;
}

.footer_list a:nth-child(2) {
    margin-top: var(--top20);
}

.footer_tiao {
    width: 100%;
    /*overflow: hidden;*/
    /*margin-top: var(--top30);*/
     margin-top: var(--top60);
}

.footer_tiao ul {
    width: 100%;
    /*overflow: hidden;*/
    display: flex;
    flex-wrap: wrap;
    gap: var(--top30);
}

.footer_tiao ul li {
    width: max-content;
    /*overflow: hidden;*/
    position: relative;
}

.footer_tiao ul li a {
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}

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

.xianyinbb {
    display: none;
    /*width:300px;*/
    /*height:300px;*/
     width:200px;
    height:200px;
    position: absolute;
    bottom:45px;
    z-index: 5;
}

.footer_tiao ul li:hover .xianyinbb {
    display: block;
}
.beian {
    width: 100%;
    overflow: hidden;
    border-top: 2px solid rgb(39, 39, 39);
}

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

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








