: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: "Regular";
    src: url("../fonts/Regular.otf") format("truetype");
}

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

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

body {
    font-family: "Regular";
}

.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: 200px;
    overflow: hidden;

}

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

.Tel{
    width: max-content;
    font-size: var(--size18);
    color: rgba(38, 70, 156, 1);
}

.Nav {
    width: max-content;
    margin-left: auto;
    margin-right: var(--top40);
}

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

.Nav ul li {
    font-size: var(--size18);
    color: rgba(38, 70, 156, 1);
    text-align: center;
    line-height: 100px;
    position: relative;
}

.Nav ul li svg {
    width: 16px;
    height: 16px;
    fill: rgba(38, 70, 156, 1);
    display: none;
}


.Nav ul li.active {
    color: rgba(38, 70, 156, 1)
}

.Nav ul li:hover {
    color: rgba(38, 70, 156, 1);
}

.Nav ul li::after {
    content: "";
    width: 0%;
    height: 4px;
    background: rgba(38, 70, 156, 1);
    position: absolute;
    bottom: 20px;
    left: 0%;
    transition: all 0.3s;
}

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

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

.Nav_item {
    min-width: 150px;
    display: none;
    background: #ffffff;
    position: absolute;
    overflow: hidden;
    top: 100%;
    transition: auto;
    left: 50%;
    transform: translateX(-50%);
    box-shadow: 0px 0px 10px 5px #00000010;
}

.Nav_item a {
    color: rgba(38, 70, 156, 1);
    display: block;
    font-size: var(--size14);
    padding: 15px;
    line-height: 1;
    text-align: left;
}

.Nav_item a:hover {
    background-color: rgba(38, 70, 156, 1);
    color: #fff;
}

.Nav_item a.active {
    background-color: rgba(38, 70, 156, 1);
    color: #fff;
}

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

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

.menu_button:focus {
    outline: none;
}

.menu_button .line {
    fill: none;
    stroke: rgba(38, 70, 156, 1);
    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%;
    height: auto;
}

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


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


.Lianxi {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    gap: 5vw;
}

.Lianxi img {
    width: 50%;
    height: auto;
    border-radius: 10px;
}


.Lianxi_right {
    flex: 1;
}

.Lianxi_right h2 {
    font-size: var(--size36);
    color: rgba(38, 70, 156, 1);
}

.Lianxi_right>p {
    font-size: var(--size24);
    color: rgba(38, 70, 156, 1);
    text-transform: uppercase;
    margin-top: 10px;
}

.Lianxi_text {
    font-size: var(--size18);
    color: rgb(0, 0, 0);
    line-height: 2;
    margin-top: var(--top30);
}

.Hezuo ul {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: var(--top20);
}

.Hezuo ul li {
    width: 100%;
    aspect-ratio: 180 / 110;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}

.Hezuo ul li img {
    width: 80%;
    height: 80%;
    object-fit: contain;
}

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

.Rongyu ul li {
    width: 100%;
    border-radius: 6px;
    background: rgba(255, 255, 255, 1);
    box-shadow: 0px 0px 10px 5px #00000010;
}

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

.Rongyu ul li h2 {
    font-size: var(--size16);
    color: rgba(102, 102, 102, 1);
    padding: var(--top20) 10px;
    text-align: center;
}


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

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

.XinWen_Hui ul {
    width: var(--max);
    margin: var(--top80) auto;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: var(--top30);
}

.XinWen_Hui ul li {
    width: 100%;
    overflow: hidden;
    box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
    background: rgb(255, 255, 255);
}

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

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

.XinWen_Text h2 {
    text-align: center;
    font-size: var(--size20);
    color: rgb(51, 39, 39);
}

.XinWen_Text p {
    width: 100%;
    font-size: var(--size16);
    color: rgb(51, 51, 51);
    line-height: 1.6;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    margin-top: 15px;
}

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

.XinWen_Hui ul li:hover .XinWen_Text h2 {
    color: rgba(38, 70, 156, 1);
}


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


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

.XinWen_Bottom ul li {
    width: 100%;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    flex-direction: row-reverse;
    padding: var(--top20);
    border-bottom: 1px solid rgb(232, 232, 232);
}

.XinWen_Bottom ul li img {
    width: 390px;
    height: auto;
    object-fit: cover;
}

.XinWen_Rightas {
    flex: 1;
    margin-right: var(--top40);
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
}

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

.XinWen_Rightas span {
    width: 100%;
    display: block;
    margin: var(--top20) 0;
    background: url(../images/biao.png) no-repeat left center / 30px auto;
    line-height: 30px;
    font-size: var(--size20);
    color: rgb(102, 102, 102);
    padding-left: 35px;
}

.XinWen_Rightas p {
    width: 100%;
    font-size: var(--size16);
    color: rgb(51, 51, 51);
    line-height: 1.6;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.XinWen_Rightas a {
    display: block;
    width: max-content;
    line-height: 38px;
    font-size: var(--size14);
    color: rgba(38, 70, 156, 1);
    border: 1px solid rgba(38, 70, 156, 1);
    padding: 0 var(--top30);
    margin-top: var(--top20);
}

.XinWen_Bottom ul li:hover {
    background: rgb(67, 168, 255, 0.1);
}

.XinWen_Bottom ul li:hover .XinWen_Rightas h2 {
    color: rgba(38, 70, 156, 1);
}

.XinWen_Bottom ul li:hover .XinWen_Rightas a {
    background: rgba(38, 70, 156, 1);
    color: #ffffff;
}


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

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

.Show>p {
    text-align: center;
    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: 8px 10px;
    color: #d9d9d9;
    border: 1px solid #d9d9d9;
    line-height: 1;
    background: #fff;
}

.page .active {
    background: rgba(38, 70, 156, 1);
    border: 1px solid rgba(38, 70, 156, 1);
    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: #d9d9d9;
    border: 1px solid #d9d9d9;
    background: #fff;
}

.Chanpin {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    gap: var(--top60);
}

.Chanpin_left {
    width: 220px;
    box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
}

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

.Chanpin_left ul li {
    width: 100%;
    font-size: var(--size18);
    color: rgba(38, 70, 156, 1);
}

.Chanpin_left ul li a {
    display: block;
    padding: 20px;
}

.Chanpin_left ul li.active,
.Chanpin_left ul li:hover {
    background: rgba(38, 70, 156, 1);
    color: #ffffff;
}

.Chanpin_right {
    flex: 1;
}

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

.Chanpin_right ul li {
    width: 100%;
    border-radius: 6px;
    background: rgba(255, 255, 255, 1);
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}

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

.Chanpin_right ul li h2 {
    width: 100%;
    background: rgba(235, 243, 253, 1);
    font-size: var(--size16);
    color: rgba(102, 102, 102, 1);
    padding: var(--top20) 10px;
    text-align: center;
}

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

.Chanpin_right ul li:hover h2 {
    background: rgba(38, 70, 156, 1);
    color: #ffffff;
}

.MeiMing {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 8vw;
}

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

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

.MeiMing_Left p {
    width: 100%;
    font-size: var(--size18);
    color: rgb(51, 51, 51);
    line-height: 2;
    margin-top: var(--top40);
}

.MeiMing img {
    width: 48%;
    height: auto;
}

.Hui {
    width: 100%;
    overflow: hidden;
    background: rgba(225, 233, 245, 1);
}

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

.Lu>p {
    font-size: var(--size16);
    color: rgb(102, 102, 102);
    margin-top: 10px;
}

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

.Lu ul li {
    width: 100%;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.Lu ul li img {
    width: 50%;
    object-fit: cover;
}

.Lu_Tetx {
    width: 50%;
    overflow: hidden;
    padding: 0 var(--top30);
    display: flex;
    flex-wrap: wrap;
    align-content: center;
}

.Lu_Tetx h2 {
    width: 100%;
    font-size: var(--size24);
    color: rgba(38, 70, 156, 1);
    line-height: 1.5;
}

.Lu_Tetx p {
    width: 100%;
    font-size: var(--size14);
    color: rgb(102, 102, 102);
    line-height: 1.5;
    margin-top: 5px;
}

.Lu ul li:nth-child(4n+1),
.Lu ul li:nth-child(4n+2) {
    flex-direction: row-reverse;
}


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

.Anli_max {
    width: 100%;
    margin-top: var(--top50);
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    position: relative;
}

.Anli_swiper {
    width: calc(100% - 70px);
    margin: auto;
}

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

.prev,
.next {
    width: 35px;
    height: 100px;
    border-radius: 4px;
    background: rgba(50, 130, 255, 0.3);
}

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

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

.BUmen ul li {
    width: 100%;
    position: relative;
}

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

.BUmen ul li h2 {
    width: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
    position: absolute;
    bottom: 0;
    left: 0;
    font-size: var(--size18);
    color: rgba(255, 255, 255, 1);
    text-align: center;
    padding: var(--top20);
}


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

.InXinwen_Top_text{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.InXinwen_Top_text>h2 {
    font-size: var(--size30);
    color: rgba(255, 255, 255, 1);
    line-height: 1;
}

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

.InXinwen_Top_text ul li{
    font-size: var(--size16);
    color: rgba(255, 255, 255, 1);
    cursor: pointer;
    position: relative;
    padding-bottom: 10px;
}
.InXinwen_Top_text ul li.active{
    color: rgba(50, 130, 255, 1);
}
.InXinwen_Top_text ul li::after{
    content: '';
    width: 0%;
    height: 2px;
    background: rgba(50, 130, 255, 1);
    position: absolute;
    bottom: 0;
    left: 0;
}

.InXinwen_Top_text ul li.active::after{
    width: 100%;
}
.InXinwen_List{
    width: 100%;
    margin-top: var(--top50);
}
.InXinwen_List_Top{
    width: 100%;
    display: none;
    transition: auto;
}
.InXinwen_List_Top:nth-child(1){
    display: block;
}
.InXinwen_Top {
    width: 100%;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: var(--top30);
}

.InXinwen_Left {
    width: 30%;
    background: rgba(255, 255, 255, 1);
}

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

.InXinwen_Top_Text {
    width: 100%;
    padding: var(--top30);
}

.InXinwen_Top_Text h2 {
    font-size: var(--size24);
    color: rgba(0, 0, 0, 1);
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.InXinwen_Top_Text p {
    font-size: var(--size14);
    color: rgba(51, 51, 51, 1);
    margin-top: 15px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.InXinwen_Top_Text span {
    display: block;
    width: 100%;
    font-size: var(--size14);
    color: rgba(51, 51, 51, 1);
    text-align: right;
    margin-top: var(--top20);
}

.InXinwen_Left:hover .InXinwen_Top_Text h2 {
    color: rgba(50, 130, 255, 1);
}

.InXinwen_Top ul {
    flex: 1;
    margin-left: var(--top30);
}

.InXinwen_Top ul li {
    width: 100%;
    overflow: hidden;
    border-bottom: 1px solid rgba(50, 130, 255, 1);
    padding: var(--top20) 0;
}

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

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

.InXinwen_Top ul li img {
    width: 170px;
    object-fit: cover;
}

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

.InXinwen_Text h2 {
    width: 100%;
    font-size: var(--size16);
    color: rgba(255, 255, 255, 1);
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.InXinwen_Text p {
    width: 100%;
    font-size: var(--size14);
    color: rgba(240, 223, 223, 1);
    margin-top: 10px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.InXinwen_Text span {
    width: max-content;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    font-size: var(--size16);
    color: rgba(50, 130, 255, 1);
    gap: 5px;
    line-height: 40px;
    border: 1px solid rgba(50, 130, 255, 1);
    border-radius: 4px;
    padding: 0 25px;
    margin-top: 15px;
}

.InXinwen_Text span svg {
    width: 12px;
    height: auto;
    display: block;
}


.InXinwen_Top ul li:hover .InXinwen_Text h2 {
    color: rgba(50, 130, 255, 1);
}

.InXinwen_Top ul li:hover span {
    background: rgba(50, 130, 255, 1);
    color: rgba(255, 255, 255, 1);
}

.InXinwen_Top ul li:hover span svg path {
    fill: rgba(255, 255, 255, 1);
}

.Rongyuin>h2 {
    font-size: var(--size24);
    color: rgb(51, 51, 51);
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.Rongyuin>h2 a {
    width: max-content;
    line-height: 47px;
    border-radius: 8px;
    background: linear-gradient(147.99deg, rgba(106, 238, 255, 1) 0%, rgba(38, 70, 156, 1) 100%);
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 8px;
    font-size: var(--size16);
    color: rgba(255, 255, 255, 1);
    padding: 0 var(--top40);
}

.Rongyuin>h2 a svg {
    width: 12px;
    height: auto;
}

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

.Banner_swiper {
    width: 100%;
}

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

.prev1,
.next1 {
    background: linear-gradient(147.99deg, rgba(106, 238, 255, 1) 0%, rgba(38, 70, 156, 1) 100%);
    border-radius: 50%;
}

.MeiMingIn {
    gap: var(--top50);
}

.Data ul {
    display: flex;
    justify-content: space-between;
}

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

.Data ul li p {
    text-align: center;
    font-size: var(--size20);
    color: rgba(38, 70, 156, 1);
    line-height: 1;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.Data ul li p span {
    font-size: var(--size40);
}

.Data ul li h2 {
    text-align: center;
    font-size: var(--size20);
    color: rgba(0, 0, 0, 1);
    margin-top: 15px;
}

.Footer {
    width: 100%;
    overflow: hidden;
    background: rgba(225, 233, 245, 1);
}

.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_left {
    width: max-content;
}

.Footer_lianxi {
    width: 500px;
    margin-top: var(--top40);
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    gap: 10px;
}

.Footer_lianxi_left {
    flex: 1;
}

.Footer_lianxi_left h2 {
    font-size: var(--size24);
    color: rgba(0, 0, 0, 1);
}

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

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

.Footer_lianxi_left ul li img {
    width: 15px;
    height: 25px;
    object-fit: contain;
}

.Footer_lianxi_left ul li h3 {
    flex: 1;
    font-size: var(--size16);
    color: rgba(0, 0, 0, 1);
    word-break: break-all;
}

.Footer_left>img {
    width: 250px;
    max-width: 100%;
    height: auto;
}

.Footer_lianxi_right {
    width: 100px;
}

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

.Footer_lianxi_right h2 {
    text-align: center;
    font-size: var(--size16);
    color: rgba(0, 0, 0, 1);
    margin-top: 15px;
}

.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(--size20);
    color: rgba(0, 0, 0, 1);
}

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

.Footer_ul ul {
    width: 100%;
    overflow: hidden;
    margin-top: 10px;
}

.Footer_ul ul li {
    font-size: var(--size16);
    color: rgba(51, 51, 51, 1);
    line-height: 2;
}

.Beian {
    width: 100%;
    overflow: hidden;
    background: rgba(38, 70, 156, 1);
}

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

.Beian_max p {
    font-size: var(--size14);
    color: rgba(255, 255, 255, 1);
}

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

.Show_top {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 10vw;
}

.Show_img {
    width: 480px;
    aspect-ratio: 4 / 4;
    box-shadow: 0px 0px 15px rgba(38, 70, 156, 0.33);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 15px;
}

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

.Show_right {
    flex: 1;
}

.Show_right>h2 {
    font-size: var(--size36);
    color: rgba(51, 51, 51, 1);
}

.Show_right>p {
    font-size: var(--size20);
    color: rgba(51, 51, 51, 1);
    margin-top: 15px;
}

.Show_right a {
    width: max-content;
    display: block;
    margin-top: var(--top50);
    border-radius: 8px;
    background: linear-gradient(147.99deg, rgba(106, 238, 255, 1) 0%, rgba(38, 70, 156, 1) 100%);
    line-height: 70px;
    padding: 0 var(--top60);
    font-size: var(--size24);
    color: rgba(255, 255, 255, 1);
}

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

.Show_right_svg svg{
    width: 50px;
    height: auto;
    display: block;
}

.Show_right_svg_text{
    flex: 1;
}

.Show_right_svg_text h3{
    font-size: var(--size36);
    color: rgba(51, 51, 51, 1);
    line-height: 1;
}

.Show_right_svg_text p{
    font-size: var(--size24);
    color: rgba(51, 51, 51, 1);
    line-height: 1;
    margin-top: 10px;
}

.Show_right ul{
    width: 100%;
    margin-top: var(--top40);
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.Show_right ul li{
    width: max-content;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
}
.Show_right ul li img{
    width: 20px;
    height: auto;
}
.Show_right ul li p{
    font-size: var(--size18);
    color: rgba(51, 51, 51, 1);
}
.Show_right ul i{
    width: 1px;
    height: var(--size18);
    background: rgba(112, 112, 112, 1);
    display: block;
}
.show_chanpin_text {
    width: 100%;
    overflow: hidden;
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    padding: var(--top30) 0;
    margin-top: var(--top50);
    font-size: var(--size14);
    color: #222222;
    line-height: 2;
}

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


.Tanchu{
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 9999;
    transition: auto;
}
.Tanchu_img{
    width: 400px;
    max-width: 90%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 15px;
    overflow: hidden;
}
.Tanchu_img img{
    width: 100%;
    height: auto;
}

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

.Fenlei ul li{
    width: 100%;
    line-height: 46px;
    text-align: center;
    border: 1px solid #e5e5e5;
    font-size: var(--size16);
    color: rgba(51, 51, 51, 1);
}
.Fenlei ul li.active{
    background: rgba(38, 70, 156, 1);
    color: #ffffff;
}