:root {
    --max: 1400px;
    --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;
    position: fixed;
    top: 0;
}

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

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

}

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

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

.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(--size18);
    color: rgb(255, 255, 255);
    text-align: center;
    line-height: 80px;
    position: relative;
}

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


.Nav ul li.Nav_cen {
    color: rgb(4, 92, 192)
}

.Nav ul li:hover {
    color: rgb(4, 92, 192);
}

.Nav ul li::after {
    content: "";
    width: 0%;
    height: 3px;
    background: rgb(4, 92, 192);
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    transition: all 0.3s;
}

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

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

.Nav_ul {
    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_ul a {
    color: #000000;
    display: block;
    line-height: 2.5;
    font-size: var(--size14);
}

.Nav_ul a:hover {
    color: rgb(4, 92, 192);
}

.Nav_ul a.Nav_ul_Nav {
    color: rgb(4, 92, 192);
}


.Suosou {
    width: 18px;
    overflow: hidden;
    margin: 0px 20px;
    cursor: pointer;
}

.Suosou svg {
    width: 100%;
    height: auto;
    display: block;
}

.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;
}
#Dro{
    width: 100px;
    margin-right: 10px;
    position: relative;
}
#Dro input{
    width: 100%;
    height: 50px;
    border: 1px solid rgb(4, 92, 192);
    font-size: var(--size14);
    color: rgb(4, 92, 192);
    padding: 0 15px;
    border-radius: 10px;
    position: relative;
}

#Dro::after{
    content: "";
    width: 0px;
    height: 0px;
    border-top: 6px solid rgb(4, 92, 192);
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
}

.suosouaa_s {
    flex: 1;
    height: 50px;
    border: 1px solid rgb(4, 92, 192);
    font-size: var(--size14);
    color: rgb(4, 92, 192);
    padding: 0 20px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

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

.En {
    width: max-content;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 20px;
    font-size: var(--size16);
    color: rgb(255, 255, 255);
    position: relative;
}

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

.En_ul {
    width: max-content;
    background: #ffffff;
    position: absolute;
    top: 100%;
    right: 0px;
    box-shadow: 0px 0px 10px 5px #00000010;
    border-radius: 5px;
    padding: 15px 25px;
    display: none;
    transition: auto;
}

.En_ul a {
    color: rgb(51, 51, 51);
    display: block;
    line-height: 2.5;
    font-size: var(--size14);
}

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

.Fixed {
    background: rgb(255, 255, 255);
    box-shadow: 0px 0px 10px 5px #00000020;
}

.Fixed .Logo img {
    filter: invert(1);
}

.Fixed .En,
.Fixed .Nav ul li {
    color: rgb(0, 0, 0);
}

.Fixed .Suosou path,
.Fixed .En path {
    fill: rgb(0, 0, 0);
}


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

.menu_button:focus {
    outline: none;
}

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

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

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

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

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

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

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

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

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

.Banner_Lianxi {
    width: var(--max);
    overflow: hidden;
    position: absolute;
    top: 30%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: var(--size50);
    color: rgb(255, 255, 255);
    text-align: center;
}

.Banner_anli {
    width: var(--max);
    overflow: hidden;
    position: absolute;
    top: 30%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
}

.Banner_anli h2 {
    width: 100%;
    font-size: var(--size50);
    color: rgb(255, 255, 255);
    line-height: 1.3;
    text-align: right;
}

.Banner_anli a {
    width: max-content;
    display: block;
    line-height: 44px;
    border: 1px solid rgb(249, 253, 241);
    border-radius: 40px;
    font-size: var(--size16);
    color: rgb(255, 255, 255);
    padding: 0 40px;
    margin-top: var(--top30);
}

.Banner_anli a:hover {
    background: rgb(249, 253, 241);
    color: rgb(0, 0, 0);
}

.Banner_chanpin {
    width: var(--max);
    overflow: hidden;
    position: absolute;
    top: 30%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.Banner_chanpin h2 {
    width: 100%;
    font-size: var(--size50);
    color: rgb(255, 255, 255);
    line-height: 1.3;
    text-align: center;
}

.Banner_chanpin a {
    width: max-content;
    display: block;
    line-height: 44px;
    border: 1px solid rgb(249, 253, 241);
    border-radius: 40px;
    font-size: var(--size16);
    color: rgb(255, 255, 255);
    padding: 0 40px;
    margin-top: var(--top30);
}

.Banner_chanpin a:hover {
    background: rgb(249, 253, 241);
    color: rgb(0, 0, 0);
}

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

.Lianxi>h2 {
    width: max-content;
    margin: auto;
    font-size: var(--size36);
    color: rgb(0, 0, 0);
    text-align: center;
}

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

.Lianxi ul li {
    width: 100%;
    overflow: hidden;
    box-shadow: 0px 0px 16px 0px rgba(39, 40, 40, 0.1);
    background: rgb(255, 255, 255);
    padding: var(--top30) var(--top50);
}

.Lianxi ul li h2 {
    font-size: var(--size30);
    color: rgb(0, 0, 0);
    position: relative;
    padding-bottom: var(--top20);
    margin-bottom: var(--top30);
}

.Lianxi ul li h2::after {
    content: "";
    width: 130px;
    height: 4px;
    background: rgb(243, 250, 255);
    position: absolute;
    bottom: 0;
    left: 0;
}

.Lianxi ul li h2::before {
    content: "";
    width: 65px;
    height: 4px;
    background: rgb(4, 92, 192);
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 5;
}

.Lianxi_item {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}

.Lianxi_item img {
    width: 18px;
    height: 18px;
    object-fit: contain;
    margin-right: var(--top30);
    margin-top: 8px;
}

.Lianxi_item h3 {
    width: max-content;
    font-size: var(--size16);
    color: rgb(0, 0, 0);
    line-height: 2;
    margin-right: 10px;
}

.Lianxi_item p {
    flex: 1;
    font-size: var(--size16);
    color: rgb(0, 0, 0);
    line-height: 2;
}

.Lianxi_item p a {
    color: rgb(4, 92, 192);
    text-decoration: underline;
}

.Liuyan {
    width: 100%;
    overflow: hidden;
    background: rgb(247, 247, 247);
}

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

.Liuyan_max>h2 {

    width: max-content;
    margin: auto;
    font-size: var(--size36);
    color: rgb(0, 0, 0);
    text-align: center;
}

.Liuyan_max form {
    width: 100%;
    margin-top: var(--top60);
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: var(--top30);
}

.Liuyan_max form label {
    width: calc(50% - 15px);
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 15px;
}

.Liuyan_max form label:nth-child(5) {
    width: 100%;
}

.Liuyan_max form label p {
    width: max-content;
    font-size: var(--size16);
    color: rgb(153, 153, 153);
    line-height: 46px;
}

.Liuyan_max form label input {
    flex: 1;
    height: 46px;
    background: rgb(255, 255, 255);
    padding: 0 var(--top20);
    font-size: var(--size14);
    color: #00000050;
}

.Liuyan_max form label textarea {
    flex: 1;
    height: 270px;
    border: transparent;
    background: rgb(255, 255, 255);
    padding: 15px var(--top20);
    font-size: var(--size14);
    resize: none;
    font-family: 'm';
    color: #00000050;
}

.Liuyan_max form button {
    width: 150px;
    height: 46px;
    background: rgb(23, 94, 210);
    margin: auto;
    font-size: var(--size16);
    color: rgb(255, 255, 255);
    cursor: pointer;
    border-radius: 5px;
    border: transparent;
}

.Daohang {
    width: 100%;
    border-bottom: 2px solid rgb(247, 247, 247);
}

.Daohang ul {
    width: var(--max);
    margin: auto;
    display: flex;
    justify-content: space-around;
}

.Daohang ul li {
    width: max-content;
    font-size: var(--size16);
    color: rgb(0, 0, 0);
    line-height: 60px;
    position: relative;
}

.Daohang ul li::after {
    content: "";
    width: 0%;
    height: 2px;
    background: rgb(2, 115, 186);
    position: absolute;
    bottom: -3px;
    left: 0;
    transition: all 0.3s;
}

.Daohang ul li.active::after,
.Daohang ul li:hover::after {
    width: 100%;
}

.Daohang ul li:hover,
.Daohang ul li.active {
    color: rgb(2, 115, 186);
}

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

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

.Anli ul li {
    width: 100%;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    border-bottom: 1px solid rgb(247, 247, 247);
    padding-bottom: var(--top30);
    gap: var(--top30);
    position: relative;
}

.Anli ul li::after {
    content: "";
    width: 0%;
    height: 2px;
    background: rgb(2, 115, 186);
    position: absolute;
    bottom: 0;
    left: 0;
    transition: all 0.3s;
}

.Anli ul li img {
    width: 350px;
    object-fit: cover;
}

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

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

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

.Anli_item span {
    width: 100%;
    font-size: var(--size16);
    color: rgb(153, 153, 153);
}

.Anli_item h2 {
    width: 100%;
    font-size: var(--size24);
    color: rgb(0, 0, 0);
    margin-top: var(--top20);
}

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

.Anli_item a {
    width: max-content;
    line-height: 2.5;
    padding: 0 30px;
    border: 1px solid rgb(2, 115, 186);
    border-radius: 30px;
    font-size: var(--size14);
    color: rgb(2, 115, 186);
    margin-top: var(--top20);
    display: block;
}

.Anli_item a:hover {
    background: rgb(2, 115, 186);
    color: rgb(255, 255, 255);
}


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

.Show>h2 {
    font-size: var(--size24);
    color: #222222;
}

.Show>p {
    font-size: var(--size14);
    color: #888888;
    margin-top: 10px;
}

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

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

.Prev {
    width: 100%;
    overflow: hidden;
    margin-top: var(--top30);
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.Prev a {
    width: 100%;
    display: block;
    font-size: var(--size14);
    color: #000000;
}

.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: 10px 12px;
    color: rgb(105, 100, 96);
    line-height: 1;
    background: rgb(251, 250, 255);
    border-radius: 5px;
}

.page .active {
    background: rgb(2, 115, 186);
    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: rgb(105, 100, 96);
    background: rgb(251, 250, 255);
}

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

.Chanpin>h2 {
    font-size: var(--size36);
    color: rgb(0, 0, 0);
    text-align: center;
    margin-bottom: var(--top50);
}

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

.Chanpin_title h2 {
    font-size: var(--size30);
    color: rgb(0, 0, 0);
}

.Chanpin_title a {
    font-size: var(--size16);
    color: rgb(153, 153, 153);
}

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

.Chanpin ul li {
    width: 100%;
    overflow: hidden;
    background: rgb(246, 246, 246);
    padding: var(--top50) var(--top20);
    position: relative;
}
.Chanpin ul li:hover{
    transform: translateY(-2px);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}
.Chanpin ul li.Chanpin_max {
    grid-column: span 2;
}

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

.Chanpin ul li img {
    width: 100%;
    aspect-ratio: 5 / 3;
    object-fit: contain;
    margin: var(--top60) auto;
}

.Chanpin ul li a {
    font-size: var(--size16);
    color: rgb(2, 115, 186);
    text-align: center;
    display: block;
}

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

.Chanpin_item h2 {
    font-size: var(--size24);
    color: rgb(255, 255, 255);
    text-align: left;
}

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

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

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

.Banner_show img {
    width: 400px;
    max-width: 50%;
    height: auto;
    object-fit: contain;
}

.Banner_show h1 {
    font-size: var(--size30);
    color: rgb(255, 255, 255);
    margin-top: var(--top20);
}

.Banner_show p {
    width: 560px;
    max-width: 100%;
    font-size: var(--size16);
    color: rgb(255, 255, 255);
    margin-top: var(--top20);
}

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

.Banner_inin {
    width: var(--max);
    margin: 16vw auto;
}


.Banner_inin h1 {
    width: max-content;
    font-size: var(--size50);
    color: rgb(255, 255, 255);
    margin-top: var(--top20);
}

.Banner_inin p {
    width: max-content;
    max-width: 500px;
    font-size: var(--size24);
    color: rgb(255, 255, 255);
    margin-top: var(--top20);
}



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


.TeDian_Text {
    width: 100%;
    overflow: hidden;
    font-size: var(--size16);
    color: rgb(0, 0, 0);
    line-height: 1.8;
}

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

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

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

.TeDian ul li h2 {
    text-align: center;
    font-size: var(--size20);
    color: rgb(99, 206, 242);
    margin-top: var(--top20);
}

.TeDian ul li p {
    text-align: center;
    font-size: var(--size16);
    color: rgb(0, 0, 0);
    margin-top: 10px;
}

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

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

.Qingjie_max>h2 {
    font-size: var(--size36);
    color: rgb(0, 0, 0);
}

.Qingjie_text {
    width: 100%;
    font-size: var(--size16);
    color: rgb(0, 0, 0);
    margin-top: var(--top20);
}

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

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

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

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

.BaoGao_text {
    width: 100%;
    text-align: center;
    font-size: var(--size16);
    color: rgb(0, 0, 0);
    margin-top: var(--top20);
}

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

.TeDian {
    width: var(--max);
    margin: var(--top100) auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: var(--top60);
}

.TeDian>img {
    width: 45%;
}

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

.TeDian_max>h2 {
    width: 100%;
    font-size: var(--size36);
    color: rgb(0, 0, 0);
}

.TeDian_max>h2::after {
    content: "";
    width: 100px;
    height: 8px;
    background: rgb(4, 92, 192);
    display: block;
    margin-top: var(--top20);
}

.TeDian_text {
    width: 100%;
    font-size: var(--size16);
    color: rgb(0, 0, 0);
    margin-top: var(--top80);
    line-height: 2;
}

.JiaGong {
    width: var(--max);
    margin: var(--top100) auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: var(--top60);
}

.JiaGong_L {
    flex: 1;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
}

.JiaGong_L>h2 {
    width: 100%;
    font-size: var(--size36);
    color: rgb(0, 0, 0);
    line-height: 1.5;
}

.JiaGong_text {
    width: 100%;
    font-size: var(--size16);
    color: rgb(0, 0, 0);
    line-height: 1.5;
    margin-top: var(--top100);
}

.JiaGong>img {
    width: 65%;
    height: auto;
}

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

.CaiZhi h2 {
    text-align: center;
    font-size: var(--size36);
    color: rgb(0, 0, 0);
}

.CaiZhi p {
    text-align: center;
    font-size: var(--size16);
    color: rgb(0, 0, 0);
    margin-top: var(--top20);
}

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

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

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

.CaiZhi ul li p {
    text-align: center;
    font-size: var(--size16);
    color: rgb(0, 0, 0);
    margin-top: 15px;
}

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

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

.CanShu_Text {
    width: 100%;
    overflow: hidden;
    margin-top: var(--top50);
    font-size: var(--size14);
    color: rgb(0, 0, 0)
}

.CanShu_Text td,
.CanShu_Text table {
    border: transparent;
    padding: 20px 15px;
    font-size: var(--size14);
    color: rgb(0, 0, 0);
}

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

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

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

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

.Yewu ul li img {
    width: 100%;
    aspect-ratio: 5 / 8;
    object-fit: cover;
}
.Yewu ul li:hover{
    transform: translateY(-2px);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}
.Yewu ul li:hover img{
    transform: scale(1.05);
}
.Yewu_text {
    width: 100%;
    padding: var(--top40);
    position: absolute;
    bottom: 0;
    left: ;
}

.Yewu_text h2 {
    text-align: center;
    font-size: var(--size24);
    color: rgb(255, 255, 255);
}

.Yewu_text p {
    text-align: center;
    font-size: var(--size14);
    color: rgb(255, 255, 255);
    margin-top: var(--top20);
}

.Banner_yewu {
    width: var(--max);
    overflow: hidden;
    position: absolute;
    bottom: 20%;
    left: 50%;
    transform: translate(-50%, 0%);
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.Banner_yewu h2 {
    width: 100%;
    font-size: var(--size50);
    color: rgb(255, 255, 255);
    line-height: 1.3;
    text-align: center;
}

.Banner_yewu a {
    width: max-content;
    display: block;
    line-height: 44px;
    border: 1px solid rgb(249, 253, 241);
    border-radius: 40px;
    font-size: var(--size16);
    color: rgb(255, 255, 255);
    padding: 0 40px;
    margin-top: var(--top30);
}

.Banner_yewu a:hover {
    background: rgb(249, 253, 241);
    color: rgb(0, 0, 0);
}

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

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

.Hexin_Text {
    font-size: var(--size16);
    color: rgb(0, 0, 0);
    line-height: 1.8;
    margin-top: var(--top30);
}

.Hexin>img {
    width: 100%;
    margin-top: var(--top50);
}

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

.Hexin ul {
    width: 100%;
    overflow: hidden;
    display: flex;
    justify-content: space-around;
    margin-top: var(--top50);
}

.Hexin ul li {
    width: max-content;
}

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

.Hexin ul li h2 {
    text-align: center;
    font-size: var(--size16);
    color: rgb(1, 68, 107);
    margin-top: var(--top20);
}

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

.YouShi {
    width: 100%;
    overflow: hidden;
    background: rgb(233, 245, 255);
}

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

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

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

.YouShi ul li {
    width: 100%;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid rgb(204, 204, 204);
    padding: var(--top30) 0;
}

.YouShi ul li:nth-child(1) {
    border: transparent;
    padding-top: 0px;
}

.YouShi ul li img {
    width: 60px;
    height: 60px;
    object-fit: contain;
}

.YouShi ul li .JianCe_text {
    width: calc(100% - 80px);
}

.YouShi ul li .JianCe_text h2 {
    font-size: var(--size20);
    color: rgb(0, 0, 0);
}

.YouShi ul li .JianCe_text p {
    font-size: var(--size14);
    color: rgb(0, 0, 0);
    line-height: 1.5;
    margin-top: var(--top20);
}

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

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

.KuangJia_Text {
    width: 100%;
    overflow: hidden;
    margin-top: var(--top60);
    font-size: var(--size16);
    color: rgb(255, 255, 255);
}

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

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

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

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

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

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

.LingYu_Max ul li h2 {
    text-align: center;
    font-size: var(--size16);
    color: rgb(0, 0, 0);
    margin-top: var(--top20);
}

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

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

.Guanyu h2 {
    width: max-content;
    font-size: var(--size30);
    color: rgb(0, 0, 0);
}

.Guanyu_item {
    flex: 1;
}

.Guanyu_item p {
    width: 100%;
    font-size: var(--size16);
    color: rgb(0, 0, 0);
}

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

.Fenbu {
    width: 100%;
    overflow: hidden;
    background: rgb(241, 247, 252);
}

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

.Fenbu_max h2 {
    font-size: var(--size36);
    color: rgb(0, 0, 0);
    text-align: center;
}

.Fenbu_max p {
    font-size: var(--size16);
    color: rgb(0, 0, 0);
    text-align: center;
    margin-top: var(--top30);
}

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

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

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

.Fazhan>p {
    font-size: var(--size16);
    color: rgb(0, 0, 0);
    text-align: center;
    margin-top: var(--top50);
}

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

.Fazhan_bei {
    width: 100%;
}

.Fazhan_bei li {
    text-align: center;
    font-size: 15vw;
    color: rgb(247, 247, 247);
    line-height: 0.8;
    font-family: 'bold';
}

.Fazhan_as {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.Fazhan_as::after {
    content: "";
    width: 100%;
    height: 3px;
    background: rgb(245, 245, 245);
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    z-index: -1;
}

.Fazhan_top {
    width: 1100px;
    height: 100%;
    max-width: 80%;
    margin: auto;
}

.Fazhan_top li {
    cursor: pointer;
    z-index: 5;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.Fazhan_top li i {
    width: 15px;
    height: 15px;
    background: rgb(189, 187, 185);
    border-radius: 50%;
    display: block;
    margin: auto;
}

.Fazhan_top li h2 {
    text-align: center;
    font-size: var(--size24);
    color: rgb(189, 187, 185);
    line-height: 1;
    margin-top: 8px;
}

.prev,
.next {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    box-sizing: border-box;
    border: 3px solid rgb(222, 222, 222);
    background: rgb(246, 246, 246);
}

.prev {
    left: 4vw;
}

.next {
    right: 4vw;
}

.Fazhan_top_item {
    width: 100%;
    transform: translateY(30%);
}

.Fazhan_top li.zhenshangyin-slide-active i {
    background: rgb(23, 94, 210);
}

.Fazhan_top li.zhenshangyin-slide-active h2 {
    color: rgb(23, 94, 210);
}

.Fazhan_img {
    width: 1200px;
    max-width: 100%;
    margin: auto;
    margin-top: var(--top40);
}

.Fazhan_img li {
    width: 100%;
    padding-top: 15px;
}

.Fazhan_img li::after {
    content: "";
    width: 0px;
    height: 0px;
    border-bottom: 15px solid rgb(0, 0, 0);
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    position: absolute;
    top: 0;
    left: 12%;

}

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

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

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

.Wenhua>p {
    font-size: var(--size16);
    color: rgb(0, 0, 0);
    text-align: center;
    margin-top: var(--top30);
}

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

.Wenhua ul li {
    width: 100%;
    overflow: hidden;
    background: rgb(255, 255, 255);
    padding: var(--top80) var(--top100);
    position: relative;
}

.Wenhua ul li:nth-child(1),
.Wenhua ul li:nth-child(2) {
    width: 40%;
    overflow: hidden;
}

.Wenhua ul li:nth-child(3) {
    flex: 1;
    background: rgb(23, 94, 210);
}

.Wenhua ul li span {
    font-size: var(--size40);
    color: rgb(23, 94, 210);
    position: relative;
    z-index: 5;
    font-family: 'bold';
}

.Wenhua ul li h2 {
    font-size: var(--size30);
    color: rgb(0, 0, 0);
    margin-top: var(--top20);
    position: relative;
    z-index: 5;
}

.Wenhua ul li p {
    font-size: var(--size16);
    color: rgb(0, 0, 0);
    margin-top: var(--top20);
    position: relative;
    z-index: 5;
}

.Wenhua ul li font {
    font-size: 7.5vw;
    color: rgb(239, 247, 254);
    display: block;
    line-height: 1;
    position: absolute;
    top: var(--top30);
    left: var(--top30);
    font-family: 'bold';
}

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

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

.Shili>p {
    font-size: var(--size16);
    color: rgb(0, 0, 0);
    text-align: center;
    margin-top: var(--top30);
}

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

.Shili_swiper li {
    width: 25%;
    overflow: hidden;
}

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

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

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

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

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

.Hexina {
    width: 100%;
    margin: var(--top60) auto;
}

.Hexina>h2 {
    width: max-content;
    margin: auto;
    font-size: var(--size36);
    color: rgb(0, 0, 0);
    text-align: center;
}

.Hexina>p {
    width: max-content;
    margin: auto;
    text-align: center;
    font-size: var(--size16);
    color: rgb(0, 0, 0);
    margin-top: var(--top20);
}

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

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

.Hexina ul li img {
    width: 100%;
    aspect-ratio: 5 / 3;
    object-fit: cover;
}
.Hexina ul li:hover img{
    transform: scale(1.05);
}
.Hexina ul li h2 {
    width: 100%;
    position: absolute;
    bottom: var(--top30);
    text-align: center;
    font-size: var(--size30);
    color: rgb(255, 255, 255);
}

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

.Cghhanpins>h2 {
    width: max-content;
    margin: auto;
    font-size: var(--size36);
    color: rgb(0, 0, 0);
    text-align: center;
}

.Cghhanpins>p {
    width: max-content;
    margin: auto;
    text-align: center;
    font-size: var(--size16);
    color: rgb(0, 0, 0);
    margin-top: var(--top20);
}

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

.Cghhanpins li {
    flex: 1;
}

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

.Cghhanpins ul li h2 {
    width: 100%;
    font-size: var(--size20);
    color: rgb(0, 0, 0);
    margin-top: 10px;
}

.Cghhanpins ul li:hover {
    flex: 2;
}

.Anlia {
    width: 100%;
    margin: var(--top60) auto;
}

.Anlia>h2 {
    width: max-content;
    margin: auto;
    font-size: var(--size36);
    color: rgb(0, 0, 0);
    text-align: center;
}

.Anlia>p {
    width: max-content;
    margin: auto;
    text-align: center;
    font-size: var(--size16);
    color: rgb(0, 0, 0);
    margin-top: var(--top20);
}

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

.Anlia_swiper ul {
    padding: 15px;
    align-items: flex-end;
}

.Anlia_swiper ul li {
    width: 70%;
    overflow: hidden;
    box-shadow: 0px 0px 10px 5px rgba(223, 223, 223, 0.6);
    background: rgb(255, 255, 255);
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.Anlia_swiper ul li img {
    width: 50%;
    height: 400px;
    object-fit: cover;
}
/* .Anlia_swiper ul li.zhenshangyin-slide-active img{
    height: 560px;
} */
.Anlia_swiper_item {
    flex: 1;
    padding: var(--top50) var(--top30);
}

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

.Anlia_swiper_item p {
    font-size: var(--size16);
    color: rgb(0, 0, 0);
    margin-top: var(--top30);
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
}

.Anlia_swiper_item a {
    display: block;
    width: max-content;
    line-height: 44px;
    background: rgb(2, 115, 186);
    border-radius: 40px;
    font-size: var(--size16);
    color: rgb(255, 255, 255);
    padding: 0 40px;
    margin-top: var(--top30);
}

.Daohang_oko{
    position: sticky;
    top: 80px;
    background: #ffffff;
    z-index: 99;
}

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


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

.Guanyuin_max>h2 {
    width: max-content;
    margin: auto;
    font-size: var(--size36);
    color: rgb(0, 0, 0);
    text-align: center;
}

.Guanyuin_max>p {
    width: max-content;
    margin: auto;
    max-width: 100%;
    text-align: center;
    font-size: var(--size16);
    color: rgb(0, 0, 0);
    margin-top: var(--top20);
}

.Guanyuin_max ul{
    width: 100%;
    margin-top: var(--top50);
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}
.Guanyuin_max ul li{
    width: max-content;
}
.Guanyuin_max ul p{
    font-size: var(--size18);
    color: rgb(23, 94, 210);
    line-height: 1;
    text-align: center;
}
.Guanyuin_max ul p span{
    font-size: var(--size60);
    color: rgb(23, 94, 210);
}

.Guanyuin_max ul h2{
    font-size: var(--size16);
    color: rgb(0, 0, 0);
    line-height: 1;
    text-align: center;
    margin-top: 10px;
}


.Footer {
    width: 100%;
    overflow: hidden;
    background: rgb(40, 40, 40);
}

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

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

.Footer_top {
    width: max-content;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.Footer_top h2 {
    font-size: var(--size20);
    color: rgb(255, 255, 255);
}

.Footer_top svg {
    width: 14px;
    height: auto;
    display: none;
}

.Footer_ul ul {
    width: 100%;
    overflow: hidden;
    margin-top: 10px;
}
.Footer_ul_IM{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0 var(--top20);
}
.Footer_ul ul li {
    font-size: var(--size16);
    color: rgb(255, 255, 255);
    line-height: 2.3;
}
.Footer_MOM{
    max-width: 330px;
    width: max-content;
}
.Footer_MOM h2 {
    font-size: var(--size20);
    color: rgb(255, 255, 255);
}
.Footer_MOM p {
    font-size: var(--size16);
    color: rgb(255, 255, 255);
    line-height: 2.3;
}
.weixinha{
    width: 120px;
    overflow: hidden;
    margin-left: auto;
}
.weixinha img{
    width: 100%;
    height: auto;
}
.weixinha p{
    font-size: var(--size14);
    color: rgb(255, 255, 255);
    text-align: center;
    margin-top: 10px;
}

.Footer_Logo{
    width: 100%;
    overflow: hidden;
    margin-top: 10px;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
}
.Footer_Logo img{
    width: 500px;
    max-width: 100%;
    height: auto;
}

.beian {
    width: 100%;
    overflow: hidden;
    border-top: 2px solid rgb(212, 236, 255,0.25);
}

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

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