:root {
    --max: 1300px;
    --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;
    top: 0;
    z-index: 9999;
}

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

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

}

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

.logo img:nth-child(2) {
    display: none;
}

.nav {
    width: max-content;
    margin-left: 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(--size16);
    color: rgb(0, 11, 71);
    text-align: center;
    position: relative;
    line-height: 100px;
    font-family: 'bold';
}

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


.nav ul li.nav_cen {
    color: rgb(0, 11, 71);
}

.nav ul li:hover {
    color: rgb(0, 11, 71);
}

.nav ul li::after {
    content: "";
    width: 0%;
    height: 4px;
    border-radius: 4px;
    background: rgb(255, 94, 20);
    position: absolute;
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%);
    transition: all 0.3s;
}

.nav ul li.nav_cen::after {
    width: 100%;
}

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

.nav_ul {
    width: max-content;
    position: absolute;
    top: 100%;
    left: -30px;
    background: #ffffff;
    padding: var(--top20);
    transition: auto;
    display: none;
}

.nav_ul a {
    font-size: var(--size14);
    color: #555555;
    display: block;
    line-height: 3;
    text-align: left;
    border-bottom: 1px solid #00000020;
}

.SUoSOu {
    width: 50px;
    height: 50px;
    background: rgb(242, 242, 245);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    margin-right: var(--top30);
    margin-left: auto;
}

.SUoSOu svg {
    max-width: 40%;
    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(255, 94, 20);
    font-size: var(--size14);
    color: rgb(255, 94, 20);
    padding: 0 20px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

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

.Contact {
    width: max-content;
    line-height: 60px;
    background: rgb(255, 94, 20);
    font-size: var(--size16);
    color: rgb(255, 255, 255);
    padding: 0 var(--top40);
}

.an {
    width: 60px;
    height: 60px;
    display: none;
    position: absolute;
    right: 0%;
    top: 0;
    transition: all 0.5s;
    z-index: 99;
}

.container {
    cursor: pointer;
    display: flex;
    position: absolute;
    top: 0;
    right: 0;
    transition: all 0.5s;
}

.container svg {
    transition: transform 500ms cubic-bezier(0.4, 0, 0.2, 1);
}

.active svg {
    transform: rotate(90deg);
}

.container path {
    stroke: #000000;
    transition: transform 500ms cubic-bezier(0.4, 0, 0.2, 1), stroke-dasharray 500ms cubic-bezier(0.4, 0, 0.2, 1), stroke-dashoffset 500ms cubic-bezier(0.4, 0, 0.2, 1);
}

.container path:nth-child(1) {
    transform-origin: 36% 40%;
}

.container path:nth-child(2) {
    stroke-dasharray: 29 299;
}

.container path:nth-child(3) {
    transform-origin: 35% 63%;
}

.container path:nth-child(4) {
    stroke-dasharray: 29 299;
}

.container path:nth-child(5) {
    transform-origin: 61% 52%;
}

.container path:nth-child(6) {
    transform-origin: 62% 52%;
}

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

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

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

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

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

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

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

.banner_text {
    width: var(--max);
    overflow: hidden;
    margin: var(--top120) auto;
}

.banner_text h2 {
    text-align: center;
    font-size: var(--size50);
    color: rgb(255, 255, 255);
    line-height: 1;
    font-family: 'bold';
}

.MianBaoi {
    width: 100%;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 10px;
    font-size: var(--size16);
    color: rgb(255, 255, 255);
    line-height: 1;
    margin-top: 15px;
}

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

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

.Lianxi ul li {
    width: 100%;
    overflow: hidden;
    box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.1);
    background: rgb(255, 255, 255);
    padding: var(--top40) var(--top20);
}

.Lianxi ul li img {
    width: 80px;
    height: auto;
    margin: auto;
}

.Lianxi ul li h2 {
    text-align: center;
    font-size: var(--size24);
    color: rgb(0, 11, 71);
    margin-top: 10px;
}

.Lianxi ul li p {
    font-family: var(--size16);
    color: rgb(0, 11, 71);
    margin-top: 15px;
    text-align: center;
    line-height: 1.7;
}

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

.Have>h2 {
    text-align: center;
    font-size: var(--size36);
    color: rgb(0, 11, 71);
    line-height: 1.3;
    font-family: 'bold';
}

.Have>p {
    font-size: var(--size16);
    color: rgb(0, 11, 71);
    line-height: 1.5;
    margin-top: 15px;
    text-align: center;
}

.Have form {
    width: 100%;
    overflow: hidden;
    border-radius: 6px;
    box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.1);
    background: rgb(255, 255, 255);
    padding: var(--top50);
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: var(--top30);
    margin-top: var(--top50);
}

.Have form input {
    width: calc(50% - 15px);
    height: 50px;
    border: 1px solid rgb(235, 235, 235);
    font-size: var(--size14);
    color: rgb(138, 138, 138);
    padding: 0 var(--top20);
}

.Have form textarea {
    width: 100%;
    height: 180px;
    border: 1px solid rgb(235, 235, 235);
    font-size: var(--size14);
    color: rgb(138, 138, 138);
    padding: 15px var(--top20);
    resize: none;
    font-family: 'm';
}

.Have form input.submit {
    width: 240px;
    background: rgb(255, 94, 20);
    border: transparent;
    color: rgb(255, 255, 255);
    margin: auto;
    cursor: pointer;
}

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

.Erweima>h2 {
    text-align: center;
    font-size: var(--size36);
    color: rgb(0, 11, 71);
    line-height: 1.3;
    font-family: 'bold';
}

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

.Erweima ul li {
    flex: 1;
}

.Erweima ul li img {
    width: 200px;
    max-width: 100%;
    height: auto;
    margin: auto;
}

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

.Freq>h2 {
    text-align: center;
    font-size: var(--size36);
    color: rgb(0, 11, 71);
    line-height: 1.3;
    font-family: 'bold';
}

.Freq ul {
    width: 860px;
    max-width: 100%;
    margin: auto;
    overflow: hidden;
    margin-top: var(--top50);
    display: flex;
    flex-wrap: wrap;
    gap: var(--top20);
}

.Freq ul li {
    width: 100%;
    overflow: hidden;
    border-radius: 4px;
    border: 1px solid rgb(225, 225, 225);
    padding: var(--top20) var(--top30);
}

.Freq_top {
    width: 100%;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    gap: var(--top20);
    cursor: pointer;
}

.Freq_top h2 {
    flex: 1;
    font-size: var(--size18);
    color: rgb(55, 59, 62);
}

.Freq_top p {
    font-size: var(--size20);
    color: rgb(0, 11, 71);
    font-family: 'bold';
    line-height: 1;
}

.Freq_p {
    transition: auto;
    font-size: var(--size16);
    color: rgb(0, 11, 71, 0.5);
    line-height: 1.8;
    border-top: 1px solid rgb(223, 223, 223);
    display: none;
    padding-top: var(--top20);
    margin-top: var(--top20);
}

.Do {
    width: 100%;
    overflow: hidden;
    background: rgb(249, 249, 249);
}

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

.Do_max>h2 {
    text-align: center;
    font-size: var(--size36);
    color: rgb(0, 11, 71);
    line-height: 1.3;
    font-family: 'bold';
}

.Do_form {
    width: 570px;
    max-width: 100%;
    border-radius: 6px;
    box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.1);
    background: rgb(255, 255, 255);
    margin: auto;
    padding: var(--top60);
    margin-top: var(--top50);
}

.Do_form p {
    text-align: center;
    font-size: var(--size20);
    color: rgb(0, 11, 71);
    font-family: 'bold';
}

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

.Do_form form input {
    width: 100%;
    font-size: var(--size14);
    color: rgb(138, 138, 138);
    border-bottom: 1px solid rgb(221, 221, 221);
    height: 50px;
}

.Do_form form textarea {
    width: 100%;
    font-size: var(--size14);
    color: rgb(138, 138, 138);
    border: transparent;
    font-family: 'm';
    border-bottom: 1px solid rgb(221, 221, 221);
    height: 150px;
    resize: none;
}

.Do_form form input.submit {
    width: 240px;
    background: rgb(255, 94, 20);
    border: transparent;
    color: rgb(255, 255, 255);
    margin: auto;
    cursor: pointer;
}

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

.Xinwen ul {
    width: 100%;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    gap: var(--top30);
}

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

.Xinwen_img {
    width: 30%;
}

.Xinwen_img a {
    width: 100%;
    height: 100%;
}

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

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

.Xinwen_text span {
    display: block;
    width: 100%;
    font-size: var(--size16);
    color: rgb(102, 102, 102);
    line-height: 1;
}

.Xinwen_text h2 {
    width: 100%;
    font-size: var(--size24);
    color: rgb(34, 34, 34);
    font-family: 'bold';
    margin-top: 15px;
}

.Xinwen_text p {
    width: 100%;
    overflow: hidden;
    font-size: var(--size16);
    color: rgb(102, 102, 102);
    line-height: 1.5;
    margin-top: 10px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
}

.Xinwen_text a {
    font-size: var(--size18);
    color: rgb(255, 94, 20);
    margin-top: var(--top20);
}

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

.shwo>h2 {
    font-size: var(--size24);
    color: rgb(0, 11, 71);
    font-family: 'bold';
}

.shwo_text {
    width: 100%;
    overflow: hidden;
    margin-top: var(--top30);
    font-size: var(--size14);
    color: rgb(85, 85, 85);
    border-bottom: 1px solid rgb(231, 231, 231);
    border-top: 1px solid rgb(231, 231, 231);
    padding: var(--top30) 0;
    line-height: 2;
}

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

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

.prev a {
    display: block;
    width: 100%;
    overflow: hidden;
    font-size: var(--size14);
    color: rgb(85, 85, 85);
    line-height: 2;
}

.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 13px;
    color: rgb(18, 29, 85);
    background: rgb(235, 244, 252);
    line-height: 1;
}

.page .active {
    background: rgb(255, 94, 20);
    color: #fff;
}

.page .active:nth-child(1),
.page .total:nth-child(1),
.page .active:last-child,
.page .total:last-child {
    color: rgb(18, 29, 85);
    background: rgb(235, 244, 252);
}

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

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

.ChanPin ul li {
    width: 100%;
    overflow: hidden;
    box-sizing: border-box;
    border: 1px solid rgb(221, 221, 221);
    box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.1);
    background: rgb(255, 255, 255);
}

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

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

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

.ChanPin_Text h2 {
    font-size: var(--size24);
    color: rgb(0, 0, 86);
    text-align: center;
}

.ChanPin_Text a {
    width: max-content;
    max-width: 100%;
    text-align: center;
    display: block;
    margin: auto;
    margin-top: var(--top20);
    background: rgb(255, 94, 20);
    line-height: 50px;
    font-size: var(--size16);
    color: rgb(255, 255, 255);
    padding: 0 var(--top30);
}

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

.Chanpin_show>h2 {
    font-size: var(--size24);
    color: rgb(0, 11, 71);
    font-family: 'bold';
}

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

.Chanpin_left {
    width: calc(100% - 380px);
}

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

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

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

.mySwiper1 {
    width: 100%;
    overflow: hidden;
    margin-top: 20px;
}

.mySwiper1 img {
    width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
    cursor: pointer;
}

.mySwiper1 .swiper-slide {
    border: 2px solid transparent;
}

.mySwiper1 .swiper-slide-thumb-active {
    border: 2px solid rgb(255, 94, 20);
}

.Chanpin_zutu .swiper-button-next,
.Chanpin_zutu .swiper-button-prev {
    width: 36px;
    height: 36px;
    background: rgb(255, 94, 20);
}

.Chanpin_zutu .swiper-button-prev {
    left: 0;
}

.Chanpin_zutu .swiper-button-next {
    right: 0;
}

.Chanpin_zutu .swiper-button-next::after,
.Chanpin_zutu .swiper-button-prev::after {
    color: #ffffff;
    font-size: 12px;
    font-weight: bold;
}

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

.Chanpin_xian>h2 {
    width: max-content;
    padding-right: var(--top80);
    overflow: hidden;
    font-family: 'bold';
    font-size: var(--size24);
    color: rgb(255, 94, 20);
    border-bottom: 1px solid rgb(255, 94, 20);
    padding-bottom: 15px;
}

.Chanpin_text {
    width: 100%;
    overflow: hidden;
    font-size: var(--size14);
    color: rgb(85, 85, 85);
    border-bottom: 1px solid rgb(231, 231, 231);
    border-top: 1px solid rgb(231, 231, 231);
    padding: var(--top30) 0;
    line-height: 2;
}

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

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

.Chanpin_form h2 {
    font-size: var(--size30);
    color: rgb(34, 34, 34);
    font-family: 'bold';
}

.Chanpin_form p {
    font-family: var(--size16);
    color: rgb(85, 85, 85);
    margin-top: 10px;
}

.Chanpin_form form {
    width: 100%;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 20px 15px;
    margin-top: var(--top40);
}

.Chanpin_form form input {
    width: 100%;
    height: 50px;
    background: rgb(245, 245, 245);
    border: 1px solid rgb(231, 231, 231);
    font-size: var(--size14);
    color: rgb(138, 138, 138);
    padding: 0 var(--top20);
}

.Chanpin_form form input:nth-child(1),
.Chanpin_form form input:nth-child(2) {
    width: calc(50% - 7.5px);
}

.Chanpin_form form textarea {
    width: 100%;
    height: 180px;
    background: rgb(245, 245, 245);
    border: 1px solid rgb(231, 231, 231);
    font-size: var(--size14);
    color: rgb(138, 138, 138);
    padding: 15px var(--top20);
    resize: none;
    font-family: 'm';
}

.Chanpin_form form input.submit {
    width: 240px;
    background: rgb(255, 94, 20);
    border: transparent;
    color: rgb(255, 255, 255);
    cursor: pointer;
}

.Chanpin_right {
    width: 340px;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    gap: var(--top40);
}

.Chanpin_list {
    width: 100%;
    overflow: hidden;
    border: 1px solid rgb(238, 238, 238);
    padding: var(--top30) var(--top40);
}

.Chanpin_list h2 {
    font-size: var(--size24);
    color: rgb(34, 34, 34);
    line-height: 1;
    font-family: 'bold';
}

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

.Chanpin_list ul li {
    width: 100%;
    overflow: hidden;
    padding: var(--top20) 0;
    border-bottom: 1px dashed #efefef;
    line-height: 1;
    font-size: var(--size14);
    color: rgb(34, 34, 34);
}

.Chanpin_list ul li a {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.Chanpin_top {
    width: 100%;
    overflow: hidden;
    background: rgb(245, 245, 245);
    padding: var(--top30) var(--top40);
}

.Chanpin_top h2 {
    font-size: var(--size24);
    color: rgb(34, 34, 34);
    line-height: 1;
    font-family: 'bold';
}

.Chanpin_top a {
    width: 100%;
    line-height: 60px;
    background: rgb(255, 94, 20);
    text-align: center;
    font-size: var(--size16);
    color: rgb(255, 255, 255);
    margin-top: var(--top20);
    display: block;
}

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

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

.ChanPin>h2 {
    font-size: var(--size36);
    color: rgb(0, 11, 71);
    font-family: 'bold';
    line-height: 1;
}

.XiangGuan .ChanPin ul {
    margin-top: var(--top50);
}

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

.Serv>h2 {
    text-align: center;
    font-size: var(--size20);
    color: rgb(35, 63, 214);
    line-height: 1;
}

.Serv>p {
    text-align: center;
    font-size: var(--size40);
    color: rgb(0, 11, 71);
    line-height: 1;
    font-family: 'bold';
    margin-top: var(--top20);
}

.Serv_text {
    width: 100%;
    overflow: hidden;
    font-size: var(--size16);
    color: rgb(82, 82, 82);
    line-height: 1.8;
    margin-top: var(--top50);
}

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

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

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

.Are_max h2 {
    text-align: center;
    font-size: var(--size40);
    color: rgb(255, 255, 255);
    line-height: 1.3;
    font-family: 'bold';
}

.Are_max p {
    text-align: center;
    font-size: var(--size18);
    color: rgb(255, 255, 255);
    line-height: 1.5;
    margin-top: var(--top30);
}

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

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

.Guanyu_img {
    width: 40%;
    overflow: hidden;
    position: relative;
    padding-top: 10px;
    padding-left: 10px;
}

.Guanyu_img::after {
    content: "";
    width: 70%;
    aspect-ratio: 4 / 4;
    background: rgb(255, 94, 20);
    position: absolute;
    top: 0;
    left: 0;
}

.Guanyu_img img {
    width: 100%;
    height: auto;
    position: relative;
    z-index: 5;
}

.Guanyu_text {
    width: 55%;
    overflow: hidden;
}

.Guanyu_text h2 {
    font-size: var(--size20);
    color: rgb(35, 63, 214);
}

.Guanyu_text p {
    font-size: var(--size36);
    color: rgb(0, 11, 71);
    line-height: 1.5;
    margin-top: 10px;
    font-family: 'bold';
}

.Guanyu_text span {
    display: block;
    font-size: var(--size16);
    color: rgb(82, 82, 82);
    line-height: 1.8;
    margin-top: var(--top30);
}

.Guanyu>p {
    font-size: var(--size16);
    color: rgb(82, 82, 82);
    line-height: 1.8;
    margin: var(--top80) auto;
}

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

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

.Guanyu ul li::after {
    content: "";
    width: 1px;
    height: 70%;
    background: rgb(255, 94, 20, 0.2);
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.Guanyu ul li:nth-child(1)::after {
    display: none;
}

.Guanyu_max {
    width: max-content;
    max-width: 100%;
    margin: auto;
}

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

.Guanyu ul li h2 {
    font-size: var(--size40);
    color: rgb(0, 11, 71);
    line-height: 1;
    margin-top: var(--top20);
    font-family: 'bold';
}

.Guanyu ul li p {
    font-size: var(--size16);
    color: rgb(98, 95, 113);
    line-height: 1.5;
    margin-top: var(--top20);
}

.banner_index {
    width: var(--max);
    overflow: hidden;
    margin: 240px auto 340px;
}

.banner_index h2 {
    font-size: var(--size16);
    color: rgb(255, 94, 20);
}

.banner_index p {
    font-size: var(--size40);
    color: rgb(255, 255, 255);
    line-height: 1.3;
    margin-top: 10px;
    font-family: 'bold';
}

.banner_index span {
    display: block;
    font-size: var(--size16);
    color: rgb(255, 255, 255);
    line-height: 1.8;
    margin-top: var(--top30);
}

.banner_index a {
    width: max-content;
    display: block;
    line-height: 60px;
    background: rgb(255, 94, 20);
    color: rgb(255, 255, 255);
    padding: 0 var(--top40);
    margin-top: var(--top40);
}

.Guanyu_in {
    background: #ffffff;
    box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.28);
    background: rgb(255, 255, 255);
    padding: var(--top40);
    margin: 0 auto;
    margin-top: -6vw;
    position: relative;
    z-index: 5;
}


.in_hertre {
    position: absolute;
    background: transparent;
}

.in_hertre .logo img:nth-child(1) {
    display: none;
}

.in_hertre .logo img:nth-child(2) {
    display: block;
}

.in_hertre .nav ul li {
    color: rgb(255, 255, 255);
}

.in_hertre .SUoSOu {
    background: transparent;
}

.in_hertre .SUoSOu svg path {
    fill: #ffffff;
}

.Guanyu_text a {
    width: max-content;
    display: block;
    line-height: 60px;
    background: rgb(255, 94, 20);
    color: rgb(255, 255, 255);
    padding: 0 var(--top40);
    margin-top: var(--top40);
}

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

.Pro>h2 {
    text-align: center;
    font-size: var(--size20);
    color: rgb(35, 63, 214);
    line-height: 1;
}

.Pro>p {
    text-align: center;
    font-size: var(--size40);
    color: rgb(0, 11, 71);
    line-height: 1;
    font-family: 'bold';
    margin-top: var(--top20);
}

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

.Pro ul li {
    width: 100%;
    overflow: hidden;
    position: relative;
    border-radius: var(--top20);
}

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

.Pro ul li h2 {
    position: absolute;
    width: 100%;
    text-align: center;
    font-size: var(--size20);
    color: rgb(255, 255, 255);
    bottom: 20px;
}

.Hist {
    width: 100%;
    overflow: hidden;
    position: relative;

}

.Hist::after {
    content: "";
    width: 100%;
    height: 80%;
    background: url(../images/bg.png) no-repeat center center/ cover;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.Hist_max {
    width: var(--max);
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    margin: auto;
    position: relative;
    z-index: 5;
    margin-top: var(--top80);
}

.Hist_img {
    width: 55%;
    overflow: hidden;
    position: relative;
    padding: 10px;
}

.Hist_img::after {
    content: "";
    width: 100%;
    height: 80%;
    background: rgb(255, 94, 20);
    position: absolute;
    top: 0;
    left: 0;
}

.Hist_img img {
    width: 100%;
    height: 550px;
    object-fit: cover;
    position: relative;
    z-index: 5;
}

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

.Hist_text h2 {
    font-size: var(--size20);
    color: rgb(35, 63, 214);
}

.Hist_text p {
    font-size: var(--size36);
    color: rgb(255, 255, 255);
    line-height: 1.5;
    margin-top: 10px;
    font-family: 'bold';
}

.Hist_text span {
    display: block;
    font-size: var(--size16);
    color: rgb(255, 255, 255);
    line-height: 1.8;
    margin-top: var(--top30);
}

.Hist_text a {
    width: max-content;
    display: block;
    line-height: 60px;
    border: 1px solid rgb(255, 94, 20);
    color: rgb(255, 94, 20);
    padding: 0 var(--top40);
    margin-top: var(--top40);
}

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

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

.Ourtn_max>h2 {
    font-size: var(--size20);
    color: rgb(35, 63, 214);
    line-height: 1;
}

.Ourtn_max>p {
    font-size: var(--size40);
    color: rgb(0, 11, 71);
    line-height: 1;
    font-family: 'bold';
    margin-top: var(--top20);
}

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

.Ourtn ul li {
    width: 100%;
    overflow: hidden;
    background: #ffffff;
}

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

.Ourtn_img {
    width: 100%;
    position: relative;
}

.Ourtn_img p {
    width: max-content;
    line-height: 30px;
    background: rgb(255, 94, 20);
    padding: 0 var(--top40);
    position: absolute;
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%);
    font-size: var(--size16);
    color: rgb(255, 255, 255);
}

.Ourtn_text {
    width: 100%;
    overflow: hidden;
    background: rgb(255, 255, 255);
    padding: var(--top30) var(--top20);
}

.Ourtn_text h2 {
    font-size: var(--size24);
    color: rgb(0, 11, 71);
    font-family: 'bold';
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.Ourtn_text p {
    font-size: var(--size16);
    color: rgb(37, 34, 51);
    line-height: 1.5;
    margin-top: var(--top20);
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.Ourtn ul li:hover .Ourtn_text h2 {
    color: rgb(255, 94, 20);
}

.Ourtn_text span {
    font-size: var(--size18);
    color: rgb(0, 11, 71);
    font-family: 'bold';
    display: block;
    margin-top: var(--top20);
}

.Hangye {
    width: 100%;
    overflow: hidden;
    margin: var(--top80) auto;
}

.Hangye ul {
    width: 100%;
    height: 200px;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
}

.Hangye ul li {
    /*flex: 1;*/
    overflow: hidden;
    position: relative;
}

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

.Hangye_text {
    width: 100%;
    overflow: hidden;
    padding: var(--top30);
    z-index: 5;
    position: absolute;
    bottom: 0;
    left: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0));
    opacity: 0;
}

.Hangye ul li:hover .Hangye_text {
    opacity: 1;
}

.Hangye_text h2 {
    font-family: 'bold';
    font-size: var(--size24);
    color: rgb(255, 255, 255);
}

.Hangye_text p {
    font-size: var(--size16);
    color: rgb(255, 255, 255);
    line-height: 1.5;
    margin-top: 10px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}



.footer {
    width: 100%;
    overflow: hidden;
    background: url(../images/beijing2.png) no-repeat center center / cover;
    border-top: 10px solid #182158;
}

.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_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(--size24);
    color: #ffffff;
    font-family: 'bold';
    position: relative;
    padding-bottom: 10px;
}

.footer_top h2::after {
    content: "";
    width: 90px;
    height: 2px;
    background: rgb(255, 94, 20);
    position: absolute;
    bottom: 0;
    left: 0;
}

.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: #ffffff;
    line-height: 2;
}

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

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

.footer_left p {
    width: 290px;
    font-size: var(--size16);
    color: #ffffff;
    line-height: 2;
    margin-top: var(--top30);
}

.footer_ul form {
    width: 300px;
    display: flex;
    justify-content: space-between;
    margin-top: var(--top30);
}

.footer_ul form input {
    flex: 1;
    height: 50px;
    border: 1px solid rgb(255, 94, 20);
    font-size: var(--size16);
    color: rgb(255, 255, 255);
    padding: 0 var(--top20);
}

.footer_ul form input.submit {
    width: 40px;
    height: 50px;
    background: rgb(255, 94, 20) url(../images/you.png) no-repeat center center / 15px 14px;
    cursor: pointer;
    flex: 0 0 auto;
}

.beian {
    width: 100%;
    overflow: hidden;
    background: #000b47;
}

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

.Havea {
    width: var(--max);
    overflow: hidden;
    margin: var(--top80) auto;
    box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.1);
    background: rgb(255, 255, 255);
    padding: var(--top50);
}

.Havea>h2 {
    font-size: var(--size24);
    color: rgb(0, 11, 71);
    line-height: 1.3;
    font-family: 'bold';
}

.Havea>p {
    font-size: var(--size16);
    color: rgb(0, 11, 71);
    line-height: 1.5;
    margin-top: 15px;
}

.Havea form {
    width: 100%;
    overflow: hidden;
    border-radius: 6px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: var(--top30);
    margin-top: var(--top30);
}

.Havea form input {
    width: 100%;
    height: 50px;
    border-bottom: 1px solid rgb(235, 235, 235);
    font-size: var(--size14);
    color: rgb(138, 138, 138);
}

.Havea form input:nth-child(-n+2) {
    width: calc(50% - 15px);
}

.Havea form input:nth-child(3) {
    background: url(../images/xia.png) no-repeat right center / 12px auto;
}

.Havea form textarea {
    width: 100%;
    height: 180px;
    border: transparent;
    border-bottom: 1px solid rgb(235, 235, 235);
    font-size: var(--size14);
    color: rgb(138, 138, 138);
    resize: none;
    font-family: 'm';
}

.Havea form input.submit {
    width: 240px;
    background: rgb(255, 94, 20);
    border: transparent;
    color: rgb(255, 255, 255);
    cursor: pointer;
}


.Bolda {
    width: var(--max);
    overflow: hidden;
    margin: var(--top80) auto;
    font-size: var(--size14);
    color: rgb(99, 104, 147);
    line-height: 2;
}

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

.Bolda table {
    border: transparent;
}

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

.boldol_right {
    flex: 1;
    overflow: hidden;
    font-size: var(--size14);
    color: rgb(99, 104, 147);
    line-height: 2;
}

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

.boldol_right table {
    border: transparent;
}

.boldol_left {
    width: 370px;
    display: flex;
    flex-wrap: wrap;
    gap: var(--top60);
}

.boldol_list {
    width: 100%;
}

.boldol_list h2 {
    font-size: var(--size24);
    color: rgb(0, 11, 71);
    font-family: 'bold';
    line-height: 1;
}

.boldol_list i {
    width: 100%;
    overflow: hidden;
    margin-top: 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
}

.boldol_list i::before {
    content: "";
    width: 55px;
    height: 4px;
    border-radius: 4px;
    background: rgb(255, 94, 20);
    display: block;
}

.boldol_list i::after {
    content: "";
    flex: 1;
    height: 4px;
    border-radius: 4px;
    background: rgb(242, 242, 242);
    display: block;
}

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

.Hangyu ul li {
    width: 100%;
    overflow: hidden;
    font-size: var(--size16);
    color: rgb(71, 79, 98);
    line-height: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    margin-top: var(--top30);
}
.Chanbold ul{
    width: 100%;
    overflow: hidden;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 6px;
    margin-top: var(--top30)
}
.Chanbold ul li{
    width: 100%;
    overflow: hidden;
    border-radius: 10px;
}
.Chanbold ul li img{
    width: 100%;
    aspect-ratio:  4 / 4;
}
.Xinwenbold ul{
    width: 100%;
    overflow: hidden;
}
.Xinwenbold ul li{
    width: 100%;
    overflow: hidden;
    margin-top: var(--top30);
}
.Xinwenbold ul li a{
    width: 100%;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    gap: var(--top20);
}
.Xinwenbold ul li img{
    width: 90px;
    aspect-ratio: 4 / 4;
    border-radius: 10px;
    object-fit: cover;
}
.Xinwenbold_text{
    flex: 1;
}
.Xinwenbold_text h2{
    font-size: var(--size16);
    color: rgb(0, 11, 71);
    line-height: 1.3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.Xinwenbold_text p{
    font-size: 12px;
    color: rgb(71, 79, 98);
    margin-top: 10px;
}