
: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;
    height: 100px;
    position: relative;
    background: #fff;
}

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

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

}

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

.Nav {
    width: max-content;
}

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

.Nav ul li {
    font-size: var(--size16);
    color: rgb(51, 51, 51);
    text-align: center;
    line-height: 100px;
    position: relative;
}



.Nav ul li.Nav_cen {
    color: rgb(26, 5, 125);
    font-family: 'bold';
}

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

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

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

.Suosou {
    width: 30px;
    cursor: pointer;
}

.Suosou img {
    width: 100%;
    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(26, 5, 125);
    font-size: var(--size14);
    color: rgb(26, 5, 125);
    padding: 0 20px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

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

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

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

.menu_button:focus {
    outline: none;
}

.menu_button .line {
    fill: none;
    stroke: #000;
    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;
}

.Lianxi {
    width: var(--max);
    overflow: hidden;
    position: relative;
    margin: auto;
}

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

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

.Lianxi_left {
    flex: 1;
}

.Lianxi_left ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: var(--top40);
}

.Lianxi_left ul li {
    width: 100%;
}

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

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

.Lianxi_left_li h2 {
    font-size: var(--size18);
    color: rgb(153, 153, 153);
}

.Lianxi_left ul li p {
    font-size: var(--size30);
    color: rgb(51, 51, 51);
    font-family: 'bold';
    margin-top: 15px;
}

#allmap {
    width: 45%;
}

#allmap div,
#allmap img {
    transition: auto;
}

.anchorBL {
    display: none;
}

.BMap_bubble_content p {
    font-size: 12px;
    line-height: 24px;
}

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

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

.Liuyan_max img {
    width: 34%;
    object-fit: cover;
}

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

.Liuyan_right h2 {
    width: 100%;
    font-size: var(--size30);
    color: rgb(51, 51, 51);
}

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

.Liuyan_right form label {
    width: calc(50% - var(--top30));
}

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

.Liuyan_right form label p {
    font-size: var(--size16);
    color: rgb(51, 51, 51);
}

.Liuyan_right form label input {
    width: 100%;
    height: 46px;
    background: rgb(240, 240, 240);
    margin-top: 10px;
    font-size: var(--size14);
    color: #000000;
    padding: 0 15px;
}

.Liuyan_right form label textarea {
    width: 100%;
    height: 158px;
    background: rgb(240, 240, 240);
    margin-top: 10px;
    font-size: var(--size14);
    color: #000000;
    padding: 10px 15px;
    font-family: 'm';
    resize: none;
    border: transparent;
}

.submit {
    width: 100%;
    height: 60px;
    background: rgb(51, 51, 51);
    font-size: var(--size16);
    color: rgb(255, 255, 255);
    cursor: pointer;
}

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

.Mianbao_max {
    width: var(--max);
    margin: 10px auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    font-size: var(--size14);
    color: rgb(153, 153, 153);
    gap: 8px;
    text-transform: uppercase;
}

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

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

.XInwen>p {
    width: 700px;
    max-width: 100%;
    margin: auto;
    text-align: center;
    font-size: var(--size16);
    color: rgb(153, 153, 153);
    line-height: 1.5;
    margin-top: 15px;
}

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

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

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

.XInwen ul li h2 {
    font-size: var(--size18);
    color: rgb(51, 51, 51);
    font-family: 'bold';
    margin-top: 15px;
}

.XInwen ul li span {
    font-size: var(--size14);
    color: rgb(153, 153, 153);
    display: block;
    margin: 5px 0;
}

.XInwen ul li p {
    font-size: var(--size14);
    color: rgb(102, 102, 102);
}



.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_max {
    width: 100%;
    overflow: hidden;
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    padding: var(--top30) 0;
    margin-top: var(--top30);
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    gap: var(--top60);
}

.Show_max>img {
    width: 400px;
    height: auto;
}

.Show_text {
    flex: 1;
    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(--top50);
    gap: 10px;
}

.page .active,
.page .total {
    font-size: var(--size14);
    color: #d9d9d9;
}

.page .active {
    color: rgb(5, 67, 125);
}

.page .active:nth-child(1),
.page .active:nth-child(2),
.page .total:nth-child(1),
.page .total:nth-child(2),
.page .active:last-child,
.page .total:last-child {
    color: #d9d9d9;
}
.Chanpin{
    width: 100%;
    overflow: hidden;
}

.Chanpin_banner{
    width: 100%;
    overflow: hidden;
    position: relative;
}
.Chanpin_banner img{
    width: 100%;
    height: auto;
    min-height: 150px;
    object-fit: cover;
}
.Chanpin_banner_text{
    width: var(--max);
    overflow: hidden;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    font-size: var(--size50);
    color: rgb(255, 255, 255);
    line-height: 1;
}

.Chanpin_max{
    width: var(--max);
    overflow: hidden;
    margin: var(--top80) auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    gap: 5vw;
}
.Chanpin_left{
    width: 220px;
}

.Chanpin_left ul{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: var(--top20);
}
.Chanpin_left ul li{
    width: 100%;
    border-bottom: 1px solid rgb(51, 51, 51);
    padding-bottom: 10px;
}
.Chanpin_left_title{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}

.Chanpin_left_title h2{
    font-size: var(--size16);
    color: rgb(51, 51, 51);
}
.Chanpin_left_title svg{
    width: 12px;
    height: auto;
}
.Chanpin_left_list{
    width: 100%;
    margin-top: 15px;
    display: none;
    transition: auto;
}
.Chanpin_conter{
    width: 100%;
    
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}
.Chanpin_left_list a{
    width: 100%;
    display: block;
    font-size: var(--size14);
    color: rgb(51, 51, 51);
    padding-left: 40px;
    line-height: 1;
    position: relative;
}

.Chanpin_left_list a::after{
    content: "";
    width: 0px;
    height: 2px;
    background: rgb(51, 51, 51);
    position: absolute;
    top: 50%;
    left: 25px;
    transform: translateY(-50%);
}
.Chanpin_left_list a.action::after{
    width: 10px;
}
.Chanpin_right{
    flex: 1;
}
.Chanpin_right ul{
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: var(--top30);
}
.Chanpin_right ul li{
    width: 100%;
    overflow: hidden;
}
.Chanpin_img{
    width: 100%;
    overflow: hidden;
}
.Chanpin_img img{
    width: 100%;
    height: auto;
}
.Chanpin_right ul li h2{
    font-size: var(--size16);
    color: rgb(51, 51, 51);
    text-align: center;
    margin-top: 10px;
}
.Chanpin_right ul li:hover img{
    transform: scale(1.2)
}
.Chanpin_text{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    gap: var(--top60);
}
.Chanpin_text img{
    width: 330px;
    height: auto;
}

.Chanpin_text_right{
    flex: 1;
}

.Chanpin_text_right>h2{
    font-size: var(--size36);
    color: rgb(51, 51, 51);
    border-bottom: 2px solid rgb(51, 51, 51);
    padding-bottom: 10px;
}
.Chanpin_text_text{
    width: 100%;
    font-size: var(--size14);
    color: #222222;
    line-height: 2;
    margin-top: 20px;
}
.Chanpin_text_text img {
    max-width: 100%;
    height: auto;
    margin: auto;
}
.Guanyu{
    width: var(--max);
    overflow: hidden;
    margin: var(--top80) auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 5vw;
}
.Guanyu img{
    width: 40%;
    object-fit: cover;
}

.Guanyu_right{
    flex: 1;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
}
.Guanyu_right h2{
    width: 100%;
    font-size: var(--size24);
    color: rgb(51, 51, 51);
    font-family: 'bold';
    border-bottom: 2px solid rgb(26, 5, 125);
    padding-bottom: var(--top20);
}
.Guanyu_right p{
    width: 100%;
    font-size: var(--size16);
    color: rgb(102, 102, 102);
    margin-top: var(--top20);
}

.Win{
    width: 100%;
    overflow: hidden;
    position: relative;
}
.Win::after{
    content: "";
    width: 100%;
    height: calc(100% - 60px);
    position: absolute;
    bottom: 0;
    left: 0;
    background: rgb(250, 250, 250);
}
.Win .Guanyu{
    flex-direction: row-reverse;
    position: relative;
    z-index: 5;
    margin: 0 auto var(--top80);
}
.index{
    width: 100%;
    min-height: 80vh;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.index_text{
    width: var(--max);
    margin: 100px auto;
}
.index_text h2{
    width: 700px;
    max-width: 100%;
    font-size: var(--size30);
    color: rgb(255, 255, 255);
    line-height: 1.5;
    font-family: 'bold';
}
.index_text img{
    width: 110px;
    height: auto;
    margin-top: var(--top60);
}

.Inchanpin{
    width: var(--max);
    margin: var(--top80) auto;
}
.Inchanpin>h2{
    text-align: center;
    font-size: var(--size36);
    color: rgb(51, 51, 51);
    font-family: 'bold';
}
.Inchanpin_max{
    width: 100%;
    position: relative;
    margin-top: var(--top50);
}
.Inchanpin_swiper{
    width: 100%;
}
.Inchanpin_swiper img{
    width: 100%;
    height: auto;
}
.Inchanpin_swiper h2{
    text-align: center;
    font-size: var(--size16);
    color: rgb(51, 51, 51);
    margin-top: 10px;
}
.Inchanpin_max .prev,
.Inchanpin_max .next{
    background: transparent;
}

.Inchanpin_max .prev{
    left: -50px;
}
.Inchanpin_max .next{
    right: -50px;
}

.Redian{
    width: 100%;
    overflow: hidden;
    position: relative;
    margin: var(--top80) auto;
}
.Redian_max{
    width: var(--max);
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-end;
    position: relative;
    padding-right: 30px;
    padding-top: 50px;
}
.Redian_max::after{
    content: "";
    width: 150%;
    height: 400px;
    background: rgb(66, 70, 77);
    position: absolute;
    top: 0;
    right: 0;
}
.Redian_max h2{
    font-size: var(--size36);
    color: rgb(255, 255, 255);
    line-height: 1.2;
    font-family: 'bold';
    position: relative;
    z-index: 5;
}
.Redian_max a{
    width: max-content;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    font-size: var(--size16);
    color: rgb(255, 255, 255);
    gap: 8px;
    border-bottom: 1px solid rgb(255, 255, 255);
    padding-bottom: 8px;
    position: relative;
    z-index: 5;
}
.Redian_mou{
    width: 100%;
    margin-top: 30px;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
}
.Redian_cen{
    width: 1660px;
    max-width: calc(100% - 15px);
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-end;
    gap: 8vw;
}
.Redian_prev{
    width: 120px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.Redian_prev .prev,
.Redian_prev .next{
    background: transparent;
    position: static;
    transform: translate(0%,0%);
}

.Redian_swiper{
    flex: 1;
}
.Redian_swiper li{
    width: 29%;
    overflow: hidden;
}
.Redian_swiper li img{
    width: 100%;
    height: auto;
}
.pager3{
    width: var(--max);
    height: 2px;
    border-radius: 2px;
    position: relative;
    inset: 0;
    margin: auto;
    margin-top: var(--top50);
}
.zhenshangyin-pager-progressbar-progress{
    background: rgb(26, 5, 125);
}

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

.Inguanyu h2{
    font-size: var(--size36);
    color: rgb(51, 51, 51);
    font-family: 'bold';
    text-align: center;
}
.Inguanyu p{
    font-size: var(--size16);
    color: rgb(102, 102, 102);
    line-height: 2;
    text-align: center;
    margin-top: var(--top60);
}
.Inguanyu a{
    width: max-content;
    margin: auto;
    margin-top: var(--top40);
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    font-size: var(--size16);
    color: rgb(51, 51, 51);
    gap: 8px;
    border-bottom: 1px solid rgb(51, 51, 51);
    padding-bottom: 8px;
    position: relative;
    z-index: 5;
}
.Inguanyu img{
    width: 100%;
    height: auto;
    margin-top: var(--top80);
}
.Inxinwen{
    width: 100%;
    overflow: hidden;
    background: rgb(246, 246, 246)
}
.Inxinwen_max{
    width: var(--max);
    margin: var(--top80) auto;
}
.Inxinwen_top{
    width: 100%;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-end;
}
.Inxinwen_top h2{
    font-size: var(--size36);
    color: rgb(51, 51, 51);
    line-height: 1.2;
    font-family: 'bold';
    position: relative;
    z-index: 5;
}
.Inxinwen_top a{
    width: max-content;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    font-size: var(--size16);
    color: rgb(51, 51, 51);
    gap: 8px;
    border-bottom: 1px solid rgb(51, 51, 51);
    padding-bottom: 8px;
    position: relative;
    z-index: 5;
}
.Inxinwen_maxa{
    width: 100%;
    position: relative;
    margin-top: var(--top30);
}
.Inxinwen_swiper{
    width: 100%;
}
.Inxinwen_swiper img{
    width: 100%;
    height: auto;
}
.Inxinwen_maxa .prev,
.Inxinwen_maxa .next{
    background: transparent;
}

.Inxinwen_maxa .prev{
    left: -50px;
}
.Inxinwen_maxa .next{
    right: -50px;
}









.Footer {
    width: 100%;
    overflow: hidden;
    background: #1E1C1C;
}

.Footer_max {
    width: var(--max);
    overflow: hidden;
    margin: var(--top60) auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}
.Footer_max>img{
    width: 200px;
    height: auto;
}
.Footer_ul {
    width: max-content;
    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(--size18);
    color: #FFFFFF;
    font-family: 'bold';
}

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

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

.Footer_ul ul li {
    font-size: var(--size16);
    color: #999999;
    line-height: 2;
}

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

.Lianxias h2 {
    font-size: var(--size18);
    color: #FFFFFF;
    font-family: 'bold';
}

.Lianxias p {
    font-size: var(--size16);
    color: #999999;
    line-height: 2;
}

.Beian {
    width: 100%;
    overflow: hidden;
    border-top: 1px solid #ffffff20;
}

.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: #ffffff50;
    margin: 0 5px;
}

.Footer_cen{
    width: var(--max);
    overflow: hidden;
    margin: var(--top60) auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}
.Footer_cen_left{
    flex: 1;
}
.Footer_cen_left>h2{
    font-size: var(--size14);
    color: #DCDCDC;
}
.Footer_cen_left form{
    width: 340px;
    max-width: 100%;
    overflow: hidden;
}
.Footer_cen_left form input{
    width: 100%;
    height: 50px;
    background: #FFFFFF;
    border-radius: 5px;
    font-size: var(--size14);
    color: #C1C1C1;
    padding: 0 10px;
    margin-top: 10px;
}
.Footer_cen_left form input.submita{
    background: #05437D;
    color: #FFFFFF;
}
.Footer_cen_left ul{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: var(--top20);
    margin-top: var(--top40);
}
.Footer_cen_left ul li{
    width: 54px;
    aspect-ratio: 4 / 4;
    border-radius: 50%;
    background: #FFFFFF33;
}
.Footer_cen_left ul li a{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.Footer_cen_left ul li a img{
    max-width: 50%;
    max-height: 50%;
}
.Footer_cen_right{
    width: max-content;
    display: flex;
    flex-wrap: wrap;
    gap: var(--top30);
}
.Footer_cen_right_list{
    width: 100px;
}
.Footer_cen_right_list img{
    width: 100%;
    height: auto;
}
.Footer_cen_right_list h2{
    text-align: center;
    font-size: var(--size14);
    color: #FFFFFF;
    margin-top: 10px;
}









