: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;
}

.Hertre {
    width: 100%;
    z-index: 999;
    height: 120px;
    position: relative;
    background: #fff;
}

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

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

}

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

.Tel {
    width: max-content;
    display: grid;
    grid-template-columns: 1fr;
    gap: 15px;
}

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

.Tel_item svg {
    width: 20px;
    height: auto;
}

.Tel_item a {
    flex: 1;
    font-size: var(--size16);
    color: rgba(33, 33, 33, 1);
    font-weight: 700;
}

.Hertre_cen form {
    flex: 1;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    border: 1px solid rgba(124, 136, 165, 1);
    margin: 0 var(--top30);
}

.Hertre_cen form input {
    flex: 1;
    height: 54px;
    font-size: var(--size16);
    color: rgba(152, 152, 152, 1);
    padding: 0 var(--top20);
}

.Hertre_cen form button {
    width: 80px;
    height: 54px;
    background: rgba(20, 115, 201, 1);
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.Hertre_cen form button svg {
    width: 20px;
    height: auto;
}

.Weixin {
    width: max-content;
    display: flex;
    flex-wrap: wrap;
    gap: var(--top20);
}

.Weixin_item {
    width: max-content;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
    padding: 15px var(--top20);
    border-radius: 8px;
    background: rgba(229, 243, 255, 1);
    position: relative;
}

.Weixin_item svg {
    width: 24px;
    height: auto;
}

.Weixin_item p {
    flex: 1;
    font-size: var(--size16);
    color: rgba(33, 33, 33, 1);
}

.Weixin_tan {
    width: 100px;
    position: absolute;
    top: 110%;
    left: 50%;
    transform: translateX(-50%) scale(0);
    border-radius: 8px;
    background: rgba(229, 243, 255, 1);
    padding: 10px;
    transform-origin: top center;
}

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

.Weixin_item:hover .Weixin_tan {
    transform: translateX(-50%) scale(1);
}

.Nav {
    width: 100%;
    background: rgba(20, 115, 201, 1);
    position: relative;
}

.Nav ul {
    width: var(--max);
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: var(--top80);
}

.Nav ul li {
    font-size: var(--size16);
    color: rgba(208, 227, 244, 1);
    text-align: center;
    line-height: 54px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
}

.Nav ul li>svg {
    width: 7px;
    height: auto;
}


.Nav ul li.active,
.Nav ul li:hover {
    color: rgba(255, 255, 255, 1);
}


.Nav_item {
    width: 100%;
    display: none;
    background: #ffffff;
    position: absolute;
    top: 100%;
    transition: auto;
    left: 50%;
    transform: translateX(-50%);
    z-index: 99999;
    box-shadow: 0px 7px 14px rgba(0, 0, 0, 0.06);
}

.Nav_max {
    width: var(--max);
    margin: 25px auto;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 25px;
}

.Nav_list {
    width: 260px;
    border-left: 1px solid rgba(237, 237, 237, 1);
    padding-left: 25px;
}

.Nav_list:nth-child(1) {
    padding: 0;
    border: transparent
}

.Nav_yi {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0px 10px;
    position: relative;
}


.Nav_yi a {
    flex: 1;
    font-size: var(--size16);
    color: rgba(33, 33, 33, 1);
    position: relative;
    text-align: left;
}

.Nav_yi svg {
    width: 7px;
    height: auto;
    display: block;
}

.Nav_yi.active,
.Nav_yi:hover {
    color: rgb(0, 0, 0);
    font-weight: 700;
}

.Wap_sou {
    width: var(--max);
    margin: 10px auto;
    display: none;
}

.Wap_sou form {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    border: 1px solid rgba(124, 136, 165, 1);
}

.Wap_sou form input {
    flex: 1;
    height: 40px;
    font-size: var(--size16);
    color: rgba(152, 152, 152, 1);
    padding: 0 var(--top20);
}

.Wap_sou form button {
    width: 80px;
    height: 4 0px;
    background: rgba(20, 115, 201, 1);
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.Wap_sou form button svg {
    width: 18px;
    height: auto;
}


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

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

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

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

.Footer_logo {
    width: 100px;
}

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

.Footer_max ul {
    width: max-content;
    display: flex;
    flex-wrap: wrap;
    gap: var(--top60);
}

.Footer_max ul li {
    font-size: var(--size16);
    color: rgba(33, 33, 33, 1);
}

.Beian {
    width: var(--max);
    margin: auto;
    padding: var(--top30) 0;
    border-top: 1px solid rgba(237, 237, 237, 1);
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
}


.Beian p {
    font-size: 12px;
    color: rgba(161, 161, 161, 1);
}


.Lianxi {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
}

.Lianxi_max {
    width: calc(var(--max) + (100% - var(--max)) / 2);
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 6vw;
}

.Lianxi_left {
    flex: 1;
    padding: var(--top50) 0;
}

.Lianxi_text {
    width: 100%;
    border-bottom: 1px solid rgba(237, 239, 241, 1);
}

.Lianxi_text>h2 {
    width: max-content;
    font-size: var(--size30);
    color: rgba(33, 33, 33, 1);
    font-weight: 700;
    line-height: 1;
    padding-bottom: 25px;
    position: relative;
}

.Lianxi_text>h2::after {
    content: "";
    width: 100%;
    height: 5px;
    background: rgba(20, 115, 201, 1);
    position: absolute;
    bottom: 0;
    left: 0;
}

.Lianxi_left ul {
    width: 100%;
    margin-top: 10px;
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.Lianxi_left ul li {
    width: 100%;
    padding: var(--top30) 0;
    border-bottom: 1px solid rgba(237, 239, 241, 1);
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: var(--top20);
}

.Lianxi_left ul li:nth-child(1) {
    grid-column: 1 / -1;
}

.Lianxi_left ul li svg {
    width: 30px;
    height: 30px;
}

.Lianxi_content {
    flex: 1;
}

.Lianxi_content h3 {
    font-size: var(--size16);
    color: rgba(158, 158, 158, 1);
}

.Lianxi_content p {
    font-size: var(--size16);
    color: rgba(33, 33, 33, 1);
    margin-top: 5px;
}

.Erweima {
    width: 100%;
    margin-top: var(--top50);
    display: flex;
    flex-wrap: wrap;
    gap: var(--top50);
}

.Erweima_item {
    width: 100px;
}

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

.Erweima_item p {
    text-align: center;
    font-size: var(--size16);
    color: rgba(33, 33, 33, 1);
    margin-top: 10px;
}

.Lianxi_right {
    width: 58%;
    contain: size;
}

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

.Lianxi_form {
    width: 100%;
    overflow: hidden;
    background: rgba(249, 250, 254, 1);
}

.Lianxi_form_max {
    width: var(--max);
    margin: auto;
    padding: var(--top100) 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    gap: var(--top50);
    position: relative;
}

.Lianxi_form_left {
    flex: 1;
    position: relative;
    z-index: 2;
}

.Lianxi_form_left h2 {
    font-size: var(--size30);
    color: rgba(33, 33, 33, 1);
    font-weight: 700;
    line-height: 1;
}

.Lianxi_form_left h2::after {
    content: "";
    width: 64px;
    height: 5px;
    background: rgba(20, 115, 201, 1);
    display: block;
    margin-top: var(--top20);
}

.Lianxi_form_left p {
    font-size: var(--size16);
    color: rgba(158, 158, 158, 1);
    margin-top: var(--top40);
}

.Lianxi_form_right {
    width: 60%;
    position: relative;
    z-index: 2;
}

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

.Lianxi_form_right input {
    width: 100%;
    font-size: var(--size16);
    color: rgba(158, 158, 158, 1);
    border-bottom: 1px solid rgba(237, 239, 241, 1);
    padding-bottom: var(--top30);
}

.Lianxi_form_right input:nth-child(2),
.Lianxi_form_right input:nth-child(3) {
    width: calc(50% - (var(--top30) / 2));
}

.Lianxi_form_right textarea {
    width: 100%;
    height: 150px;
    font-size: var(--size16);
    color: rgba(158, 158, 158, 1);
    border-bottom: 1px solid rgba(237, 239, 241, 1);
    padding-bottom: var(--top20);
    resize: none;
}

.Lianxi_form_right button {
    width: 250px;
    height: 60px;
    background: rgba(57, 175, 231, 1);
    font-size: var(--size18);
    color: rgba(255, 255, 255, 1);
    cursor: pointer;
}

.Lianxi_form_max>img {
    width: 45%;
    height: auto;
    position: absolute;
    bottom: 0;
    left: 0;
}

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

.Dinggou>h2 {
    text-align: center;
    font-size: var(--size30);
    color: rgba(20, 115, 201, 1);
}

.Dinggou ul {
    width: 100%;
    margin: var(--top50) 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: var(--top30);
}

.Dinggou ul li {
    flex: 1;
    background: rgba(249, 249, 249, 1);
    padding: var(--top50) var(--top20);
}


.Dinggou ul li img {
    width: var(--top60);
    aspect-ratio: 4 / 4;
    object-fit: contain;
    margin: auto;
}

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

.Dinggou p {
    text-align: center;
    font-size: var(--size16);
    color: rgba(33, 33, 33, 1);
    line-height: 1.6;
}

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

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

.Shouhuo_max>h2 {
    text-align: center;
    font-size: var(--size30);
    color: rgba(20, 115, 201, 1);
}

.Shouhuo_max p {
    font-size: var(--size16);
    color: rgba(33, 33, 33, 1);
    margin: var(--top50) 0;
    line-height: 1.6;
}

.Shouhuo_max p span {
    color: rgba(20, 115, 201, 1);
}

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

.Shouhuo_max ul li {
    width: 100%;
}

.Shouhuo_max ul li img {
    width: 100%;
    aspect-ratio: 680 / 360;
    object-fit: cover;
}

.Jianjie {
    width: 100%;
    overflow: hidden;
    background: rgba(249, 250, 254, 1);
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
}

.Jianjie_max {
    width: calc(var(--max) + (100% - var(--max)) / 2);
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: var(--top80);
}

.Jianjie_left {
    width: 48%;
    padding: var(--top60) 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
}

.Jianjie_left>h2 {
    width: 100%;
    font-size: var(--size30);
    color: rgba(20, 20, 20, 1);
    font-weight: 700;
}

.Jianjie_left>p {
    width: 100%;
    font-size: var(--size16);
    color: rgba(50, 51, 53, 1);
    margin-top: var(--top40);
    line-height: 1.6;
}


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

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

.Jianjie_left ul li p {
    font-size: var(--size50);
    color: rgba(57, 175, 231, 1);
    font-weight: 700;
    line-height: 1;
}

.Jianjie_left ul li h3 {
    font-size: var(--size16);
    color: rgba(102, 102, 102, 1);
    margin-top: 5px;
}

.Jianjie_right {
    flex: 1;
}

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


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

.Youshi>h2 {
    width: 100%;
    font-size: var(--size30);
    color: rgba(20, 20, 20, 1);
    font-weight: 700;
    text-align: center;
}

.Youshi>p {
    width: 100%;
    font-size: var(--size16);
    color: rgba(50, 51, 53, 1);
    margin-top: 10px;
    line-height: 1.6;
    text-align: center;
}

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

.Youshi_max>img {
    width: 30%;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.Youshi_max ul {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: var(--top60) 30%;

}

.Youshi_max ul li {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.Youshi_max ul li:nth-child(2n) {
    justify-content: flex-end;
}

.Youshi_max ul li:nth-child(2n) * {
    text-align: right;
}

.Youshi_max ul li:nth-child(6n+3) {
    padding-right: var(--top80);
}

.Youshi_max ul li:nth-child(6n+4) {
    padding-left: var(--top80);
}

.Youshi_max ul li img {
    width:150px;
    aspect-ratio: 4 / 4;
    object-fit: contain;
}

.Youshi_max ul li h3 {
    width: 100%;
    font-size: var(--size20);
    color: rgba(20, 115, 201, 1);
    font-weight: 700;
    margin-top: var(--top20);
}

.Youshi_max ul li p {
    font-size: var(--size16);
    color: rgba(102, 102, 102, 1);
    margin-top: 10px;
    line-height: 1.6;
}
/*dongle*/
.Wenhua {
    width: 100%;
    overflow: hidden;
    background: rgba(240, 245, 251, 1);
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    height: 860px;
}


.Wenhua_left {
    width: 34%;
    height: 100%;
}

.Wenhua_left h2 {
    width: 100%;
    height: 50%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    padding-left: calc((100vw - var(--max)) / 2);
    font-size: var(--size30);
    color: rgba(20, 20, 20, 1);
    font-weight: 700;
    font-size: 48px;
}

.Wenhua_left img {
    width: 100%;
    height: 50%;
    /*object-fit: cover;*/
}

.Wenhua ul {
    flex: 1;
    height: 100%;
}

.Wenhua ul li {
    width: 100%;
    height: 50%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

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

.Wenhua ul li img {
    width: 50%;
        height: 100%;
    aspect-ratio: 4 / 4;
    object-fit: cover;
}

.Wenhua_text {
    flex: 1;
    padding: var(--top40);
    display: flex;
    flex-wrap: wrap;
    align-content: center;
}

.Wenhua_text h3 {
    font-size: var(--size24);
    color: rgba(20, 20, 20, 1);
    font-weight: 700;
}

.Wenhua_text p {
    font-size: var(--size16);
    color: rgba(50, 51, 53, 1);
    margin-top: var(--top50);
}

.Rongyu {
    width: 100%;
    overflow: hidden;
    background: rgba(249, 250, 254, 1);
    padding: var(--top80) 0;
}

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

.Rongyu_max h2 {
    flex: 1;
    font-size: var(--size30);
    color: rgba(20, 20, 20, 1);
    font-weight: 700;
}

.Rongyu_but {
    width: max-content;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: var(--top50);
}


.next,
.prev {
    width: 60px;
    height: 60px;
    border: 1px solid rgba(57, 175, 231, 1);
    background: transparent;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: static;
    inset: 0;
    transform: translate(0%, 0%);
}

.next:hover,
.prev:hover {
    background: rgba(57, 175, 231, 1);
}

.next:hover path,
.prev:hover path {
    fill: #ffffff
}

.pager1 {
    width: max-content;
    position: static;
    inset: 0;
    transform: translate(0%, 0%);
    font-size: var(--size20);
    color: rgba(57, 175, 231, 1);
    line-height: 1;
    display: flex;
    align-items: flex-end;
}

.pager1 .current {
    font-size: 30px;
    font-weight: 700;
    transform: translateY(2px);
}

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

.Rongyu_swiper li {
    width: 100%;
    border-radius: 20px;
    background: rgba(240, 241, 245, 1);
    padding: var(--top30);
}

.Rongyu_swiper li img {
    width: 100%;
    aspect-ratio: 340 / 320;
    object-fit: contain;
    cursor: pointer;
}

.Rongyu_swiper li h3 {
    text-align: center;
    font-size: var(--size18);
    color: rgba(33, 33, 33, 1);
    font-weight: 700;
    margin-top: var(--top20);
}

.pager2 {
    width: 100%;
    position: static;
    inset: 0;
    transform: translate(0%, 0%);
    margin-top: var(--top60);
}


.pager2 .zhenshangyin-pager-bullets-bullet {
    width: 10px;
    height: 10px;
    background: rgba(225, 225, 225, 1);
    border-radius: 10px;
}

.pager2 .zhenshangyin-pager-bullets-bullet.active {
    width: 30px;
    height: 10px;
    background: rgba(57, 175, 231, 1);
}

.Chanpin {
    width: 100%;
    background: rgba(249, 250, 254, 1);
    padding: var(--top80) 0;
}

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

.Chanpin_left {
    width: 290px;
}

.Chanpin_yi {
    width: 100%;
    line-height: 60px;
    padding: 0 20px 0 30px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0px 10px;
    position: relative;
    z-index: 10;
}

.Chanpin_yi::after {
    content: "";
    width: 10px;
    height: 0px;
    background: rgba(21, 114, 200, 1);
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    transition: 0.3s;
}

.Chanpin_yi a {
    flex: 1;
    font-size: var(--size16);
    color: rgba(33, 33, 33, 1);
    position: relative;
}

.Chanpin_yi svg {
    width: 7px;
    height: auto;
    display: block;
}

.Chanpin_yi.active,
.Chanpin_yi:hover {
    background: rgba(241, 245, 252, 1);
}

.Chanpin_yi.active>a,
.Chanpin_yi:hover>a {
    color: rgba(21, 114, 200, 1);
}

.Chanpin_yi.active>svg path,
.Chanpin_yi:hover>svg path {
    fill: rgba(21, 114, 200, 1);
}

.Chanpin_yi.active::after,
.Chanpin_yi:hover::after {
    height: 100%;
}

.Chanpin_er_tan {
    width: 100%;
    position: absolute;
    left: 100%;
    top: 0;
    background: #ffffff;
    transition: auto;
    display: none;
}

.Chanpin_right {
    flex: 1;
}

.Mianbao {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    font-size: var(--size14);
    color: rgba(21, 114, 200, 1);
}

.Mianbao svg {
    width: 12px;
    height: auto;
    display: block;
    margin-right: 10px;
}

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

.Chanpin_right ul li {
    width: 100%;
    background: rgba(255, 255, 255, 1);
    box-shadow: 0px 10px 14px rgba(0, 0, 0, 0.02);
    padding: var(--top40) var(--top20);
    position: relative;
    overflow: hidden;
}

.Chanpin_right ul li:hover {
    transform: translateY(-5px);
    box-shadow: 0px 10px 14px rgba(0, 0, 0, 0.2);
}

.Chanpin_right ul li img {
    width: 100%;
    aspect-ratio: 290 / 230;
    object-fit: contain;
}

.Chanpin_tetx {
    width: 100%;
    border-top: 1px solid rgba(233, 233, 233, 1);
    padding-top: var(--top40);
    margin-top: var(--top40);
}

.Chanpin_tetx h3 {
    font-size: var(--size20);
    color: rgba(33, 33, 33, 1);
    font-weight: 700;
    text-align: center;
}

.Chanpin_tetx p {
    text-align: center;
    font-size: var(--size14);
    color: rgba(158, 158, 158, 1);
    margin-top: 15px;
}

.CHanpin_xia {
    width: 100%;
    height: 100%;
    background: rgba(68, 190, 233, 0.9);
    position: absolute;
    top: 100%;
    left: 0;
    padding: var(--top30);
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    pointer-events: none;
}

.Chanpin_right ul li:hover .CHanpin_xia {
    top: 0;
}

.CHanpin_xia h3 {
    width: 100%;
    font-size: var(--size20);
    color: rgba(255, 255, 255, 1);
    font-weight: 700;
    text-align: center;
}

.CHanpin_xia span {
    width: 100%;
    display: block;
    text-align: center;
    font-size: var(--size16);
    color: rgba(255, 255, 255, 0.6);
}

.CHanpin_xia p {
    width: 100%;
    font-size: var(--size16);
    color: rgba(255, 255, 255, 1);
    text-align: center;
    margin-top: var(--top50);
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.CHanpin_liao {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin-top: var(--top50);
    gap: 10px;
    font-size: var(--size16);
    color: rgba(255, 255, 255, 1);
}

.CHanpin_liao svg {
    width: 14px;
    height: auto;
    display: block;
}


.Show_mianbao {
    width: var(--max);
    margin: var(--top20) auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    font-size: var(--size14);
    color: rgba(152, 152, 152, 1);
}

.Show_mianbao svg {
    width: 12px;
    height: auto;
    display: block;
    margin-right: 10px;
}

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

.pagination .page-item {
    font-size: 12px;
    padding: 8px 10px;
    color: rgb(165, 165, 165);
    border: 1px solid rgb(165, 165, 165);
    line-height: 1;
}

.pagination .page-item.active {
    background: rgb(56, 88, 174);
    border: 1px solid rgb(56, 88, 174);
    color: #fff;
}


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

.Show_zutu {
    width: 50%;
}

.Show_top_swiper {
    width: 100%;
    background: rgba(249, 250, 254, 1);
}

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

.Show_top_swiper li img {
    max-width: 90%;
    max-height: 90%;
    object-fit: contain;
}

.Show_bottom_swiper {
    width: 100%;
    margin-top: 20px;
}

.Show_bottom_swiper li {
    width: 100%;
    aspect-ratio: 4 / 4;
    border: 1px solid rgba(207, 207, 207, 1);
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.Show_bottom_swiper li img {
    max-width: 90%;
    max-height: 90%;
    object-fit: contain;
}

.Show_bottom_swiper li.zhenshangyin-slide-active {
    border: 1px solid rgba(20, 115, 201, 1)
}

.Show_right {
    flex: 1;
    padding-top: var(--top50);
}

.Show_right>h2 {
    font-size: var(--size30);
    color: rgba(33, 33, 33, 1);
    font-weight: 700;
}

.Show_right>p {
    font-size: var(--size16);
    color: rgba(158, 158, 158, 1);
    line-height: 1.6;
    margin-top: var(--top50);
}

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

.Show_p>h2 {
    font-size: var(--size20);
    color: rgba(33, 33, 33, 1);
    font-weight: 700;
}

/*.Show_p>p {*/
/*    font-size: var(--size16);*/
/*    color: rgba(158, 158, 158, 1);*/
/*    line-height: 1.6;*/
/*    margin-top: var(--top20);*/
/*}*/

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

.Show_xuzhi {
    width: 100%;
    background: rgba(249, 250, 254, 1);
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.04);
    padding: var(--top40);
}

.Show_xuzhi>h2 {
    font-size: var(--size20);
    color: rgba(33, 33, 33, 1);
    font-weight: 700;
    border-bottom: 1px solid rgba(229, 229, 229, 1);
    padding-bottom: var(--top20);
}

.Show_xuzhi>p {
    font-size: var(--size16);
    color: rgba(158, 158, 158, 1);
    line-height: 1.6;
    margin-top: var(--top20);
}

.Show_Guanlian {
    width: 100%;
    background: rgba(249, 250, 254, 1);
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.04);
    padding: var(--top40);
    margin-top: var(--top30);
}

.Show_Guanlian>h2 {
    font-size: var(--size20);
    color: rgba(33, 33, 33, 1);
    font-weight: 700;
    border-bottom: 1px solid rgba(229, 229, 229, 1);
    padding-bottom: var(--top20);
}

.Sousuoa {
    background: rgba(245, 245, 245, 1);
}

.Sousuoa .Chanpin_max {
    padding: 30px 0;
}

.Show_Guanlian ul,
.Sousuoa_max ul {
    grid-template-columns: 1fr 1fr 1fr 1fr;
}

.Sousuoa_max ul {
    margin: 0;
}

.Jieguo {
    width: 100%;
    overflow: hidden;
    background: rgba(57, 175, 231, 1);
}

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

.Jieguo h2 {
    text-align: center;
    font-size: var(--size24);
    color: rgba(255, 255, 255, 1);
}

.Jieguo p {
    font-size: var(--size20);
    color: rgba(255, 255, 255, 1);
    text-align: center;
    margin-top: 10px;
}

.Banner_swiper {
    width: 100%;
}

.Banner_swiper ul li {
    width: 100%;
    overflow: hidden;
    background-position: content;
    background-repeat: no-repeat;
    background-size: cover;
    
}

.Banner_swiper ul li::after {
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.2);
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.Banner_max {
    width: var(--max);
    margin: 10vw auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    gap: var(--top60);
    position: relative;
    z-index: 5;
}

.Banner_max a {
    width: 32%;
    height: auto;
}

.Banner_max a img{
    width: 100%;
    height: auto;
}

.Banner_text {
    flex: 1;
}

.Banner_text h2 {
    font-size: var(--size40);
    color: rgba(255, 255, 255, 1);
    font-weight: 700;
    line-height: 1.2;
}

.Banner_text p {
    font-size: var(--size20);
    color: rgba(255, 255, 255, 1);
    margin-top: var(--top20);
}

.prev1,
.next1 {
    width: 40px;
    height: 40px;
    background: rgba(255, 255, 255, 1);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.prev1 {
    left: 5vw;
}

.next1 {
    right: 5vw;
}

.ChanpinIn {
    width: 1680px;
    max-width: 100%;
    overflow: hidden;
    background: rgba(249, 250, 254, 1);
    /*margin: var(--top40) auto;*/
     margin: 0 auto var(--top40) auto;
}

.ChanpinIn_max {
    width: var(--max);
    margin: 0 auto var(--top40) auto;
}


.ChanpinIn_max>h2 {
    width: 100%;
    font-size: var(--size30);
    color: rgba(20, 20, 20, 1);
    font-weight: 700;
    text-align: center;
}

.ChanpinIn_max>h2 span {
    color: rgba(21, 114, 200, 1);
}

.ChanpinIn_max>p {
    width: 100%;
    font-size: var(--size16);
    color: rgba(50, 51, 53, 1);
    margin-top: 10px;
    line-height: 1.6;
    text-align: center;
}

.Fenlei {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: var(--top20);
    margin-top: var(--top40);
}

.Fenlei a {
    width: max-content;
    line-height: 50px;
    padding: 0 var(--top40);
    font-size: var(--size16);
    color: rgba(33, 33, 33, 1);
    border-radius: 50px;
    border: 2px solid rgba(21, 113, 200, 0);
}

.Fenlei a.active {
    background: rgba(255, 255, 255, 1);
    border: 2px solid rgba(21, 114, 200, 1);
    color: rgba(21, 114, 200, 1);
}


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

.ChanpinIn_item {
    width: 100%;
    display: none;
    transition: auto;
}

.ChanpinIn_item:nth-child(1) {
    display: block;
}

.Chanpin_swiper {
    width: 100%;
}

.Chanpin_swiper ul li {
    background: rgba(255, 255, 255, 1);
    padding: var(--top40) var(--top20);
}

.Chanpin_swiper ul li img {
    width: 100%;
    aspect-ratio: 290 / 180;
    object-fit: contain;
}

.Chanpin_swiper ul li:hover .CHanpin_xia {
    top: 0;
}

.Chanpin_but {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: var(--top50);
    margin-top: var(--top60);
}


.prev2,
.next2 {
    width: 50px;
    height: 50px;
    border: 2px solid rgba(21, 114, 200, 1);
    background: transparent;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: static;
    inset: 0;
    transform: translate(0%, 0%);
}

.prev2:hover,
.next2:hover {
    background: linear-gradient(270deg, rgba(21, 114, 200, 1) 0%, rgba(68, 190, 233, 1) 100%);
}

.prev2:hover path,
.next2:hover path {
    stroke: #ffffff
}

.pager3 {
    width: max-content;
    position: static;
    inset: 0;
    transform: translate(0%, 0%);
    font-size: var(--size20);
    color: rgba(21, 114, 200, 1);
    line-height: 1;
    display: flex;
    align-items: flex-end;
}

.pager3 .current {
    font-size: 30px;
    font-weight: 700;
    transform: translateY(2px);
}

.Lianxiin {
    width: 100%;
    overflow: hidden;
    background: rgba(57, 175, 231, 1);
}

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

.Lianxiin_left {
    width: 35%;
}

.Lianxiin_left>h2 {
    font-size: var(--size40);
    color: rgba(255, 255, 255, 1);
    font-weight: 700;
}
.Lianxiin_left>p{
    font-size: var(--size16);
    color: rgba(255, 255, 255, 0.8);
    margin-top: 10px;
    line-height: 1.6;
}

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

.Lianxiin_left ul li {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
}

.Lianxiin_left ul li svg {
    width: 24px;
    height: auto;
    display: block;
}

.Lianxiin_left ul li p {
    flex: 1;
    font-size: var(--size18);
    color: rgba(255, 255, 255, 1);
}

.Erweima {
    width: 100%;
    margin-top: var(--top40);
    display: flex;
    flex-wrap: wrap;
    gap: var(--top50);
}

.Erweima_item {
    width: 100px;
}

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

.Erweima_item p {
    text-align: center;
    font-size: var(--size16);
    color: rgba(255, 255, 255, 1);
    margin-top: 10px;
}

.Lianxiin_right {
    flex: 1;
}

.Lianxiin_right form {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 20px;
}

.Lianxiin_right form input {
    width: calc(50% - 10px);
    height: 60px;
    background: rgba(255, 255, 255, 0.9);
    font-size: var(--size16);
    color: rgba(82, 117, 134, 1);
    padding: 0 var(--top20);
}

.Lianxiin_right form textarea {
    width: 100%;
    height: 150px;
    background: rgba(255, 255, 255, 0.9);
    font-size: var(--size16);
    color: rgba(82, 117, 134, 1);
    padding: 10px var(--top20);
    resize: none;
}

.Lianxiin_right button {
    width: 250px;
    height: 60px;
    background: rgba(0, 153, 226, 1);
    font-size: var(--size18);
    color: rgba(255, 255, 255, 1);
    cursor: pointer;
}

.cebianlan{
    width: 40px;
    position: fixed;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    z-index: 999;
}

.cebianlan ul{
    width: 100%;
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
}

.cebianlan ul li{
    width: 100%;
    position: relative;
}
.cebianlan ul li>img{
    width: 100%;
    height: auto;
}

.mixnuiu{
    width: max-content;
    overflow: hidden;
    background: #ffffff;
    position: absolute;
    top: 50%;
    right: 110%;
    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);
}
