: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: "z";
    src: url("../fonts/z.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: 80px;
    position: relative;
    background: #fff;
}

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

.logo {
    width: 150px;
    overflow: hidden;

}

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

.Lon {
    width: max-content;
    background: rgb(220, 73, 38);
    line-height: 42px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 5px;
    font-size: var(--size16);
    color: rgb(255, 255, 255);
    padding: 0 var(--top30);
}

.Lon p {
    font-size: var(--size16);
    color: rgb(255, 255, 255);
    cursor: pointer;
}

.hertre_nav {
    width: 100%;
    background: rgba(94, 94, 94, 0.2);
    backdrop-filter: blur(20px);
    position: absolute;
    top: 100%;
    z-index: 5;
}

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


.nav {
    width: max-content;
}

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

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


.nav ul li.nav_cen {
    color: rgb(220, 73, 38)
}

.nav ul li:hover {
    color: rgb(220, 73, 38);
}



.En {
    width: max-content;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 20px;
}

.SuoSou {
    width: 40px;
    height: auto;
    border-right: 1px solid #fff;
    padding-right: 20px;
    cursor: pointer;
}

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

.suosouaa {
    width: 700px;
    max-width: 96%;
    overflow: hidden;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0);
    transform-origin: center center;
    background: #ffffff;
    border-radius: 10px;
    padding: 20px;
    box-shadow: 0px 0px 15px 3px #00000020;
    z-index: 99999;
}

.suosouaa form {
    width: 100%;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.suosouaa_s {
    width: calc(100% - 100px);
    height: 50px;
    border: 1px solid rgb(220, 73, 38);
    font-size: var(--size14);
    color: rgb(220, 73, 38);
    padding: 0 20px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

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

.En_Nav {
    width: max-content;
    background: url(../images/diqiu.png) no-repeat left center / 20px auto;
    padding-left: 30px;
    font-size: var(--size14);
    color: rgb(255, 255, 255);
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    position: relative;
}

.En_Nav::after {
    content: "";
    width: 8px;
    height: 5px;
    background: url(../images/san.png) no-repeat center / 100% 100%;
    display: block;
    margin-left: 5px;
}

.En_Max {
    width: max-content;
    position: absolute;
    top: 0;
    right: 0;
    transform: scale(0);
    transform-origin: top right;
}

.En_Max ul {
    width: 100%;
    overflow: hidden;
    margin-top: 30px;
    background: #ffffff;
    border-radius: 10px;
    padding: 10px 30px;
    box-shadow: 0px 0px 10px 5px #00000010;

}

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

.En_Nav:hover .En_Max {
    transform: scale(1);
}

.wap {
    display: none;
}

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

.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%;
}

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

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

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

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

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

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

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

.banner img {
    width: 100%;
    height: 360px;
    object-fit: cover;
}

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

.banner_text span {
    font-family: 'm';
}

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

.mySwiper img {
    width: 100%;
    object-fit: cover;
}

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

.banner_In_Text h3 {
    font-size: var(--size36);
    color: rgb(255, 255, 255);
    line-height: 1.2;
    font-family: 'bold';
    margin-top: var(--top60);
}

.banner_In_Text p {
    font-size: var(--size16);
    color: rgb(255, 255, 255);
    line-height: 1.5;
    margin-top: var(--top30);
}

.banner_In_Qie {
    width: var(--max);
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: var(--top20);
    position: absolute;
    top: 65%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 5;
}

.banner_In_Qie .swiper-pagination {
    width: max-content;
    position: static;
    inset: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
}

.banner_In_Qie .swiper-pagination-bullet {
    width: 4px;
    height: 4px;
    opacity: 1;
    border-radius: 50%;
    background: rgb(196, 196, 196, 0.6);
}

.banner_In_Qie .swiper-pagination-bullet-active {
    width: 8px;
    height: 8px;
    background: radial-gradient(circle, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 25%, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 1) 75%, rgba(255, 255, 255, 0) 100%);
}

.swiper-num {
    width: 180px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: var(--top20);
}

.swiper-num span {
    font-size: 20px;
    color: rgb(255, 255, 255);
    line-height: 1;
    font-family: 'bold';
}

.swiper-num span.activea {
    color: rgb(220, 73, 38);
}

.progress-container {
    flex: 1;
    position: relative;
    height: 1px;
    background: rgb(205, 224, 255);
}

.progressbar {
    height: 3px;
    width: 0;
    background: rgb(220, 73, 38);
    transition: width 0.3s ease;
    position: absolute;
    top: -1px
}

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

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

.Lianxi_max>h2 {
    font-size: var(--size20);
    color: rgb(220, 73, 38);
    font-family: 'bold';
}

.Lianxi_max>p {
    font-size: var(--size20);
    color: rgb(33, 33, 33);
    margin-top: var(--top20);
}

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

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

.Lianxi_xin ul li {
    width: 100%;
    overflow: hidden;
    background: rgb(255, 255, 255);
    padding: var(--top30);
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 6px;
}

.Lianxi_xin ul li img {
    width: 30px;
    height: auto;
}

.Lianxi_xin_right {
    flex: 1;
}

.Lianxi_xin_right h2 {
    font-size: var(--size20);
    color: rgb(33, 33, 33);
    font-family: 'bold';
    line-height: 30px;
}

.Lianxi_xin_right p {
    font-size: var(--size16);
    color: rgb(102, 102, 102);
    line-height: 1.6;
    margin-top: 10px;
}

.Lianxi_dizhi {
    width: 100%;
    overflow: hidden;
    border-top: 1px solid rgb(225, 233, 242);
    margin-top: var(--top50);
    padding-top: var(--top50);
}

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

.Lianxi_dizhi ul li {
    width: 100%;
    overflow: hidden;
    background: rgb(255, 255, 255);
}

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

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

.Lianxi_dizhi_text>h2 {
    font-size: var(--size20);
    color: rgb(220, 73, 38);
    font-family: 'bold';
}

.Lianxi_dizhi_tel {
    width: 100%;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: var(--top20);
}

.Lianxi_dizhi_tel h2 {
    width: max-content;
    font-size: var(--size16);
    color: rgb(102, 102, 102);
}

.Lianxi_dizhi_tel p {
    flex: 1;
    font-size: var(--size16);
    color: rgb(102, 102, 102);
}

.Liuyan {
    width: var(--max);
    overflow: hidden;
    margin: var(--top100) auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
}

.Liuyan_left {
    flex: 1;
}

.Liuyan_left h2 {
    font-size: var(--size36);
    color: rgb(33, 33, 33);
    font-family: 'bold';
}

.Liuyan_left p {
    font-size: var(--size16);
    color: rgb(102, 102, 102);
    margin-top: var(--top20);
}

.Liuyan_right {
    width: max-content;
    background: rgb(60, 77, 97);
    line-height: 60px;
    font-size: var(--size18);
    color: rgba(255, 255, 255, 0.8);
    padding: 0 var(--top100);
    cursor: pointer;
}

.Lonin {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.7);
    z-index: 9999;
    transition: auto;
    display: none;
}

.Lonin_max {
    width: 640px;
    max-width: calc(100% - 30px);
    overflow: hidden;
    border-radius: 24px;
    box-shadow: 0px 6px 6px 0px rgba(0, 0, 0, 0.04);
    background: rgb(255, 255, 255);
    padding: var(--top50);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: none;
    transition: auto;
}

.Lonin_max>h2 {
    font-size: var(--size30);
    color: rgb(60, 77, 97);
    text-align: center;
    position: relative;
    font-family: 'z';
}

.Lonin_max>h2 a {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    font-size: var(--size18);
    color: rgb(255, 137, 34);
    background: url(../images/you.png) no-repeat right center / 8px auto;
    padding-right: 15px;
    font-family: 'm';
}

.Lonin_max form {
    width: 100%;
    overflow: hidden;
    margin-top: var(--top60);
    display: flex;
    flex-wrap: wrap;
    gap: var(--top30);
}

.Lonin_max form input {
    width: 100%;
    height: 66px;
    border-radius: 10px;
    border: 1px solid rgb(220, 220, 220);
    background: rgb(247, 249, 248);
    font-size: var(--size16);
    color: rgb(152, 152, 152);
    padding: 0 var(--top30);
}

.Lonin_max form input.Submit {
    background: rgb(60, 77, 97);
    border: transparent;
    color: #ffffff;
    cursor: pointer;
}

.Lonin_register {
    width: 910px;
    max-width: calc(100% - 30px);
    overflow: hidden;
    border-radius: 24px;
    box-shadow: 0px 6px 6px 0px rgba(0, 0, 0, 0.04);
    background: rgb(255, 255, 255);
    padding: var(--top50);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: none;
    transition: auto;
}

.Lonin_register>h2 {
    font-size: var(--size30);
    color: rgb(60, 77, 97);
    text-align: center;
    position: relative;
    font-family: 'z';
}

.Lonin_register>h2 a {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    font-size: var(--size18);
    color: rgb(255, 137, 34);
    background: url(../images/zuo.png) no-repeat left center / 8px auto;
    padding-left: 15px;
    font-family: 'm';
}

.Lonin_register form {
    width: 100%;
    overflow: hidden;
    margin-top: var(--top60);
    display: flex;
    flex-wrap: wrap;
    gap: var(--top30);
}

.Lonin_register form input {
    width: calc(50% - 15px);
    height: 66px;
    border-radius: 10px;
    border: 1px solid rgb(220, 220, 220);
    background: rgb(247, 249, 248);
    font-size: var(--size16);
    color: rgb(152, 152, 152);
    padding: 0 var(--top30);
}

.Lonin_register form input.Submit {
    width: 100%;
    background: rgb(60, 77, 97);
    border: transparent;
    color: #ffffff;
    cursor: pointer;
}

.Yanzheng {
    width: calc(50% - 15px);
    position: relative;
}

.Yanzheng input {
    width: 100% !important;
}

.Yanzheng button {
    width: 140px;
    height: 26px;
    line-height: 26px;
    font-size: var(--size16);
    color: rgb(255, 137, 34);
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    z-index: 5;
    background: transparent;
    border: transparent;
    border-left: 1px solid rgb(230, 230, 230);
    cursor: pointer;
}

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

.Hezuo h2 {
    font-size: var(--size30);
    color: rgb(60, 77, 97);
    font-family: 'z';
}

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

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

.Guanyu>h2 {
    font-size: var(--size30);
    color: rgb(60, 77, 97);
    line-height: 1;
}

.Guanyu>h2 span {
    color: rgb(220, 73, 38);
}

.Guanyu_max {
    width: 100%;
    overflow: hidden;
    margin-top: var(--top60);
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}

.Guanyu_left {
    width: 40%;
    overflow: hidden;
}

.Guanyu_img {
    width: 100%;
    aspect-ratio: 5 / 3;
    display: flex;
    justify-content: center;
    align-items: center;
}

.Guanyu_img img {
    max-width: 60%;
    max-height: 100%;
}

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

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

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

.Guanyu_text img {
    width: 30px;
    height: auto;
}

.Guanyu_text h2 {
    flex: 1;
    font-size: var(--size24);
    color: rgb(60, 77, 97);
    font-family: 'bold';
}

.Guanyu_left ul li p {
    font-size: var(--size16);
    color: rgb(60, 77, 97);
    line-height: 2;
    margin-top: 10px;
}

.Guanyu_right {
    width: 55%;
    overflow: hidden;
    font-size: var(--size16);
    color: rgb(120, 120, 120);
    line-height: 2;
}

.Daohang {
    width: var(--max);
    overflow: hidden;
    margin: auto;
    margin-top: -30px;
    position: relative;
    z-index: 5;
}

.Daohang ul {
    width: 100%;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: var(--top50);
}

.Daohang ul li {
    width: 200px;
    line-height: 60px;
    background: rgb(60, 77, 97);
    border: 1px solid rgb(255, 255, 255);
    font-size: var(--size18);
    color: rgb(255, 255, 255);
    font-family: 'bold';
    text-align: center;
}

.Daohang ul li.Daohang_nav {
    background: rgb(220, 73, 38);
}

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

.Hezuoa>h2 {
    font-size: var(--size30);
    color: rgb(60, 77, 97);
    font-family: 'bold';
    text-align: center;
}

.Hezuoa>img {
    width: 80px;
    height: auto;
    margin: var(--top20) auto;
}

.Hezuoa>p {
    font-size: var(--size18);
    color: rgb(60, 77, 97);
    text-align: center;
}

.Hezuoa_max {
    width: 100%;
    overflow: hidden;
    margin-top: var(--top100);
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    box-shadow: 2px 4px 10px 0px rgba(0, 0, 0, 0.04);
    background: rgb(255, 255, 255);
}

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

.Hezuoa_text {
    width: 50%;
    overflow: hidden;
    padding: var(--top50) var(--top40);
    font-size: var(--size16);
    color: rgb(102, 102, 102);
    line-height: 1.8;
    word-break: break-all;
}

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

.Fazhan_left {
    width: 45%;
    overflow: hidden;
}

.Fazhan_left h2 {
    font-size: var(--size30);
    color: rgb(60, 77, 97);
    font-family: 'z';
}

.Fazhan_left h2 span {
    color: rgb(220, 73, 38);
}

.Fazhan_left p {
    font-size: var(--size16);
    color: rgb(120, 120, 120);
    line-height: 2;
    margin-top: var(--top60)
}

.Fazhan img {
    width: 50%;
    height: auto;
}

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

.Fuwui>h2 {
    font-size: var(--size30);
    color: rgb(60, 77, 97);
    font-family: 'bold';
    text-align: center;
}

.Fuwui>img {
    width: 80px;
    height: auto;
    margin: auto;
    margin-top: var(--top20);
}

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

.Fuwui ul li {
    width: 100%;
    overflow: hidden;
    position: relative;
}

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

.Fuwui_text {
    width: calc(100% - 40px);
    overflow: hidden;
    background: rgba(255, 255, 255, 0.92);
    padding: var(--top40) var(--top30);
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 5;
}

.Fuwui_text h2 {
    text-align: center;
    font-size: var(--size20);
    color: rgb(60, 77, 97);
    font-family: 'bold';
}

.Fuwui_text p {
    font-size: var(--size16);
    color: rgb(141, 144, 148);
    text-align: center;
    line-height: 1.5;
    margin-top: var(--top20);
}

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

.Shangwu>h2 {
    font-size: var(--size30);
    color: rgb(60, 77, 97);
    font-family: 'bold';
    text-align: center;
}

.Shangwu>img {
    width: 80px;
    height: auto;
    margin: var(--top20) auto;
}

.Shangwu>p {
    font-size: var(--size18);
    color: rgb(60, 77, 97);
    text-align: center;
}

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

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

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

.Shangwu ul li h2 {
    width: 310px;
    max-width: 95%;
    margin: auto;
    line-height: 70px;
    border: 2px solid rgb(60, 77, 97);
    background: rgb(255, 255, 255);
    text-align: center;
    font-size: var(--size18);
    color: rgb(60, 77, 97);
    font-family: 'bold';
    margin-top: -35px;
    position: relative;
    z-index: 5;
}

.Shangwu ul li:hover h2 {
    color: rgb(220, 73, 38);
    border: 2px solid rgb(220, 73, 38);
}

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

.Shangwu_text {
    width: 100%;
    overflow: hidden;
    font-size: var(--size18);
    color: rgb(60, 77, 97);
    text-align: center;
    line-height: 2;
}

.Fujian {
    width: 100%;
    overflow: hidden;
    margin: var(--top60) auto;
    border-top: 1px solid rgb(230, 230, 230);
    border-bottom: 1px solid rgb(230, 230, 230);
    padding: var(--top30) 0;
}

.Fujian a {
    width: max-content;
    display: block;
    margin: auto;
    background: url(../images/chakan.png) no-repeat left center / 30px auto;
    padding-left: 40px;
    font-size: var(--size18);
    color: rgb(60, 77, 97);
    font-family: 'bold';
}

.Dingcang {
    width: max-content;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid rgb(220, 73, 38);
    border-radius: 4px;
    padding: 14px 15px;
    font-size: var(--size18);
    color: rgb(220, 73, 38);
    margin: auto;
    cursor: pointer;
    gap: 5px;
}

.Dingcang img {
    width: 22px;
    height: auto;
}

.Dingyu {
    width: 910px;
    max-width: calc(100% - 30px);
    overflow: hidden;
    border-radius: 24px;
    box-shadow: 0px 6px 6px 0px rgba(0, 0, 0, 0.04);
    background: rgb(255, 255, 255);
    padding: var(--top50);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: none;
    transition: auto;
}

.Dingyu>h2 {
    font-size: var(--size30);
    color: rgb(60, 77, 97);
    text-align: center;
    position: relative;
    font-family: 'z';
}


.Dingyu form {
    width: 100%;
    overflow: hidden;
    margin-top: var(--top60);
    display: flex;
    flex-wrap: wrap;
    gap: var(--top30);
}

.Dingyu form>input {
    width: calc(50% - 15px);
    height: 66px;
    border-radius: 10px;
    border: 1px solid rgb(220, 220, 220);
    background: rgb(247, 249, 248);
    font-size: var(--size16);
    color: rgb(152, 152, 152);
    padding: 0 var(--top30);
    background: url(../images/xia.png) no-repeat right var(--top30) center / 14px auto;
}

.Dingyu form textarea {
    width: 100%;
    height: 200px;
    border-radius: 10px;
    border: 1px solid rgb(220, 220, 220);
    background: rgb(247, 249, 248);
    font-size: var(--size16);
    color: rgb(152, 152, 152);
    resize: none;
    padding: 15px var(--top30);
    font-family: 'm';
}

.Dingyu form input.Submit {
    width: 100%;
    background: rgb(220, 73, 38);
    border: transparent;
    color: #ffffff;
    cursor: pointer;
}

.Guanbi {
    width: 15px;
    position: absolute;
    top: var(--top40);
    right: var(--top40);
    cursor: pointer;
    z-index: 999;
}

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

.upboxlae {
    width: 100%;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    font-size: var(--size18);
    color: rgb(60, 77, 97);
    gap: var(--top20);
}

.upboxlae_max {
    width: 40px;
    overflow: hidden;
    cursor: pointer;
    position: relative;
}

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

#file {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    cursor: pointer;
}

.cebianlan {
    width: 80px;
    position: fixed;
    bottom: 20%;
    right: 20px;
    z-index: 999;
    border-radius: 60px;
    box-shadow: 0px 8px 10px 0px rgba(0, 0, 0, 0.04);
    background: rgb(255, 255, 255);
}

.cebianlan ul {
    width: 100%;
    margin: 30px auto;
}

.cebianlan ul li {
    width: 100%;
    height: 70px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
    align-items: center;
    position: relative;
    margin: 20px auto;
}

.cebianlan ul li svg {
    width: 35px;
    height: 35px;
    object-fit: contain;
}

.cebianlan ul li h2 {
    width: 100%;
    margin-top: 5px;
    font-size: 12px;
    text-align: center;
    color: #000;
}

.mixnuiu {
    width: max-content;
    overflow: hidden;
    background: #ffffff;
    position: absolute;
    top: 50%;
    right: 80px;
    box-shadow: 0px 4px 10px 0px #00000020;
    transform: translateY(-50%) scale(0);
    padding: 15px;
    font-size: 14px;
    color: #000000;
    border-radius: 10px;
    transform-origin: right center;

}

.mixnuiu img {
    width: 120px;
    height: auto;
}

.cebianlan ul li:hover .mixnuiu {
    transform: translateY(-50%) scale(1);
}

.cebianlan ul li:hover svg path {
    fill: #DC4926;
}

.cebianlan ul li:hover h2 {
    color: #DC4926;
}

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

.Zhaiopin>h2 {
    font-size: var(--size20);
    color: rgb(220, 73, 38);
    font-family: 'bold';
    border-bottom: 1px solid rgb(230, 230, 230);
    padding-bottom: var(--top30);
}

#type-filter-container {
    width: 100%;
    overflow: hidden;
    margin-top: var(--top50);
}

.zhiwei_filter {
    width: 100%;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    gap: var(--top20);
}

.InChanPin_radio {
    width: max-content;
    position: relative;
    border: 1px solid rgb(235, 235, 235);
    line-height: 46px;
    border-radius: 46px;
    font-size: var(--size16);
    color: rgb(102, 102, 102);
    padding: 0 var(--top30);
}

.InChanPin_radio input {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    cursor: pointer;
}

.selected {
    background: rgb(220, 73, 38);
    border: 1px solid rgb(220, 73, 38);
    color: #ffffff;
}

.Zhaiopin_text {
    width: 100%;
    overflow: hidden;
    background: rgb(60, 77, 97);
    display: flex;
    justify-content: space-between;
    margin-top: var(--top50);
}

.Zhaiopin_text div {
    width: 20%;
    font-size: var(--size16);
    color: rgb(255, 255, 255);
    text-align: center;
    line-height: 64px;
}

.Zhaiopin_text div:last-child {
    width: 40%;
}

#container {
    width: 100%;
    overflow: hidden;
    border-left: 1px solid rgb(230, 230, 230);
    border-right: 1px solid rgb(230, 230, 230);
}

.container_lefe {
    width: 100%;
    overflow: hidden;
    border-bottom: 1px solid rgb(230, 230, 230);
    cursor: pointer;
}

.container_top {
    width: 100%;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
}

.container_top div {
    width: 20%;
    font-size: var(--size16);
    color: rgb(33, 33, 33);
    text-align: center;
    line-height: 64px;
}

.container_top div:last-child {
    width: 40%;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: center;
    padding-right: var(--top50);
}

.container_top div svg {
    width: 20px;
    height: auto;
}

.container_text {
    width: 100%;
    overflow: hidden;
    background: rgb(246, 248, 250);
    padding: var(--top50);
    display: none;
    transition: auto;
}

.container_mom {
    width: 100%;
    overflow: hidden;
    font-size: var(--size16);
    color: rgb(141, 144, 148);
    line-height: 2;
}

.pagination {
    width: 100%;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    margin-top: var(--top50);
}

.pagination button {
    width: 36px;
    height: 36px;
    border: 1px solid #3C4D61;
    font-size: var(--size14);
    color: #3C4D61;
    background: transparent;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 1;
    cursor: pointer;
}

#page-buttons button:disabled {
    color: #ffffff;
    background: #DC4926;
    border: 1px solid #DC4926;
}

#page-buttons {
    width: max-content;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.toudi {
    width: max-content;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgb(220, 73, 38);
    border-radius: 4px;
    padding: 14px 15px;
    font-size: var(--size18);
    color: rgb(255, 255, 255);
    margin-top: var(--top60);
    cursor: pointer;
    gap: 5px;
}

.toudi img {
    width: 22px;
    height: auto;
}

.Liuyanji {
    width: 910px;
    max-width: calc(100% - 30px);
    overflow: hidden;
    border-radius: 24px;
    box-shadow: 0px 6px 6px 0px rgba(0, 0, 0, 0.04);
    background: rgb(255, 255, 255);
    padding: var(--top50);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: none;
    transition: auto;
}

.Liuyanji>h2 {
    font-size: var(--size30);
    color: rgb(60, 77, 97);
    text-align: center;
    position: relative;
    font-family: 'z';
}


.Liuyanji form {
    width: 100%;
    overflow: hidden;
    margin-top: var(--top60);
    display: flex;
    flex-wrap: wrap;
    gap: var(--top30);
}

.Liuyanji form>input {
    width: calc(33% - 18px);
    height: 66px;
    border-radius: 10px;
    border: 1px solid rgb(220, 220, 220);
    background: rgb(247, 249, 248);
    font-size: var(--size16);
    color: rgb(152, 152, 152);
    padding: 0 var(--top30);
}

.Liuyanji form textarea {
    width: 100%;
    height: 200px;
    border-radius: 10px;
    border: 1px solid rgb(220, 220, 220);
    background: rgb(247, 249, 248);
    font-size: var(--size16);
    color: rgb(152, 152, 152);
    resize: none;
    padding: 15px var(--top30);
    font-family: 'm';
}

.Liuyanji form input.Submit {
    width: 100%;
    background: rgb(220, 73, 38);
    border: transparent;
    color: #ffffff;
    cursor: pointer;
}

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

.Women>h2 {
    font-size: var(--size30);
    color: rgb(60, 77, 97);
    font-family: 'bold';
    text-align: center;
}

.Women>img {
    width: 80px;
    height: auto;
    margin: auto;
    margin-top: var(--top20);
}

.Women ul {
    width: 100%;
    margin-top: 160px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: var(--top20);
}

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

.Women ul li:nth-child(3n+2) {
    transform: translateY(-100px);
}

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

.Women ul li h2 {
    width: 100%;
    height: 100px;
    background: rgb(60, 77, 97);
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 var(--top20);
    font-size: var(--size20);
    color: rgb(255, 255, 255);
    font-family: 'z';
}

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

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

.Zuozu_max h2 {
    text-align: center;
    font-size: var(--size36);
    color: rgb(220, 73, 38);
    font-family: 'bold';
}

.Zuozu_max p {
    width: 750px;
    max-width: 100%;
    margin: auto;
    font-size: var(--size18);
    color: rgb(33, 33, 33);
    text-align: center;
    margin-top: var(--top20);
}

.Zuozu_max a {
    width: max-content;
    display: block;
    line-height: 3;
    border: 1px solid rgb(220, 73, 38);
    font-size: var(--size16);
    color: rgb(220, 73, 38);
    padding: 0 var(--top50);
    margin: auto;
    margin-top: var(--top40);
}

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

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

.Guanyuio_max>h2 {
    font-size: var(--size30);
    color: rgb(60, 77, 97);
    font-family: 'bold';
    text-align: center;
}

.Guanyuio_max>img {
    width: 80px;
    height: auto;
    margin: auto;
    margin-top: var(--top20);
}

.Guanyuio_cen {
    width: 100%;
    overflow: hidden;
    margin-top: var(--top60);
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}

.Guanyuio_left {
    width: 40%;
    overflow: hidden;
}

.Guanyuio_left p {
    font-size: var(--size16);
    color: rgb(120, 120, 120);
    line-height: 2;
    margin-top: var(--top50);
}

.Guanyuio_right {
    width: 53%;
}

.Guanyuio_right>h2 {
    font-size: var(--size30);
    color: rgb(60, 77, 97);
    line-height: 1;
}

.Guanyuio_right>h2 span {
    color: rgb(220, 73, 38);
}

.Guanyuio_right>p {
    font-size: var(--size16);
    color: rgb(120, 120, 120);
    line-height: 2;
    margin-top: var(--top30);
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
}
.Guanyuio_right a{
    font-size: var(--size18);
    color: rgb(220, 73, 38);
    margin-top: var(--top30);
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
}
.Guanyuio_right a svg{
    width: 14px;
    height: auto;
}
.Guanyuio_right ul {
    width: 100%;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    gap: 10px;
    box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.03);
    background: rgb(255, 255, 255);
    padding: var(--top30) var(--top50);
    margin-top: var(--top80);
}

.Guanyuio_right ul li {
    width: max-content;
    overflow: hidden;
}

.Guanyuio_right ul li p {
    font-size: var(--size16);
    color: rgb(60, 77, 97);
    line-height: 2;
    margin-top: 10px;
}

.footer{
    width: 100%;
    overflow: hidden;
    background: url(../images/footer.png) no-repeat center center / cover;
}
.footer_max{
    width: var(--max);
    overflow: hidden;
    margin: var(--top50) auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}
.footer_max ul{
   flex: 1;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 8vw;
}
.footer_max ul li{
    width: max-content;
    overflow: hidden;
    font-size: var(--size16);
    color: rgb(184, 184, 186);
}
.footer_max ul li a{
    display: block;
    margin-top: var(--top20);
}
.footer_max ul li a:nth-child(1){
    color: rgb(255, 255, 255);
    margin-bottom: var(--top30);
}
.footer_right{
    width: max-content;
}
.footer_logo{
    width: 100%;
    overflow: hidden;
}
.footer_logo img{
    width: 150px;
    max-width: 100%;
    float: right;
    height: auto;
}
.footer_erwei{
    width: 100%;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    gap: var(--top40);
    margin-top: var(--top30);
}
.footer_erwei_list{
    width: 90px;
    overflow: hidden;
}
.footer_erwei_list img{
    width: 100%;
    height: auto;
}
.footer_erwei_list h2{
    text-align: center;
    font-size: var(--size14);
    color: rgb(184, 184, 186);
    margin-top: 10px;
}

.footer_you{
    width: 100%;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: var(--top40);
    margin-top: var(--top30);
}
.footer_you_list{
    width: 30px;
    overflow: hidden;
}
.footer_you_list img{
    width: 100%;
    height: auto;
}
.beian{
    width: 100%;
    overflow: hidden;
    border-top: 1px solid rgb(84, 84, 84);
}
.beian_max{
    width: var(--max);
    overflow: hidden;
    margin: var(--top20) auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
}

.beian_max p{
    font-size: var(--size14);
    color: rgb(184, 184, 186);
}