: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;
    --top25: 25px;
    --top30: 30px;
    --top40: 40px;
    --top50: 50px;
    --top60: 60px;
    --top80: 80px;
    --top100: 100px;
    --top120: 120px;
}

.Hertre {
    width: 100%;
    z-index: 999;
    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: 230px;
    overflow: hidden;

}

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

.Nav {
    width: max-content;
}

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

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

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


.Nav ul li.active,
.Nav ul li:hover {
    color: rgba(10, 61, 98, 1);
    font-weight: 900;
}

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

.Nav ul li.active::after,
.Nav ul li:hover::after {
    width: 100%;
}
 */
.Nav_item {
    width: max-content;
    min-width: 140px;
    display: none;
    position: absolute;
    top: 100%;
    transition: auto;
    left: 50%;
    transform: translateX(-50%);
}

.Nav_item a {
    background: rgba(10, 61, 98, 1);
    color: rgba(238, 238, 238, 1);
    display: block;
    line-height: 40px;
    font-size: var(--size14);
    margin-bottom: 1px;
    font-weight: 500 !important;
}


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

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

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

.Banner::after {
    content: "";
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, rgba(30, 85, 48, 0.7) 0%, rgba(0, 0, 0, 0) 100%);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

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

.Banner_text h1 {
    text-align: center;
    font-size: var(--size40);
    color: rgba(255, 255, 255, 1);
    line-height: 1;
}

.Banner_text p {
    text-align: center;
    font-size: var(--size20);
    color: rgba(238, 238, 238, 1);
    line-height: 1;
    margin-top: 5px;
}

.Mianbao {
    width: var(--max);
    margin: var(--top20) auto;
    font-size: var(--size14);
    color: rgba(102, 102, 102, 1);
}

.Mianbao span {
    color: rgba(51, 51, 51, 1);
    font-weight: 700;
}

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

.Title {
    width: 100%;
}

.Title h2 {
    text-align: center;
    font-size: var(--size30);
    color: rgba(10, 61, 98, 1);
    line-height: 1;
}

.Title h2::after {
    content: "";
    width: 90px;
    height: 12px;
    background: rgba(93, 162, 142, 0.3);
    display: block;
    margin: auto;
    margin-top: -6px;
    position: relative;
}

.Title_index h2::after {
    content: "";
    width: 80px;
    height: 4px;
    background: rgba(243, 156, 18, 1);
    display: block;
    margin: auto;
    margin-top: 15px;
    position: relative;
}

.Title p {
    text-align: center;
    font-size: var(--size16);
    color: rgba(75, 85, 99, 1);
    margin-top: 15px;
}

.Lianxi_max {
    width: 100%;
    margin-top: var(--top60);
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    border-radius: 0px 10px 10px 0px;
    background: rgba(255, 255, 255, 1);
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
}

.Lianxi_left {
    width: 50%;
    background: rgba(92, 162, 141, 0.87);
    padding: 5vw;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
}

.Lianxi_left h3 {
    width: 100%;
    text-align: center;
    font-size: var(--size24);
    color: rgba(255, 255, 255, 1);
}

.Lianxi_left p {
    width: 100%;
    text-align: center;
    font-size: var(--size16);
    color: rgba(255, 255, 255, 0.8);
    margin-top: 15px;
}

.Lianxi_left img {
    width: 50%;
    height: auto;
    margin: var(--top30) auto 0;
}

.Lianxi_right {
    flex: 1;
    padding: var(--top50);
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
}

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

.Lianxi_form {
    width: 100%;
}

.Lianxi_form:nth-child(1),
.Lianxi_form:nth-child(2) {
    width: calc(50% - 12px);
}

.Lianxi_form p {
    font-size: var(--size14);
    color: rgba(55, 65, 81, 1);
}

.Lianxi_form input {
    width: 100%;
    height: 42px;
    border-radius: 6px;
    border: 1px solid rgba(209, 213, 219, 1);
    font-size: var(--size14);
    color: rgba(156, 163, 175, 1);
    padding: 0 15px;
    margin-top: 10px;
}

.Lianxi_form input:focus {
    color: rgba(55, 65, 81, 1);
}

.Lianxi_form textarea {
    width: 100%;
    height: 120px;
    border-radius: 6px;
    border: 1px solid rgba(209, 213, 219, 1);
    font-size: var(--size14);
    color: rgba(156, 163, 175, 1);
    padding: 10px 15px;
    margin-top: 10px;
    resize: none;
}

.Lianxi_right form label {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    cursor: pointer;
}

.Lianxi_right form label input {
    appearance: none;
    width: 16px;
    height: 16px;
    border: 1px solid rgba(118, 118, 118, 1);
    border-radius: 2px;
    background: transparent;
    position: relative;
    cursor: pointer;
}

.Lianxi_right form label input:before {
    content: "";
    background-color: rgba(118, 118, 118, 1);
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0);
    width: 60%;
    height: 60%;
    border-radius: 2px;
    transition: all 0.3s ease-in-out;
}

.Lianxi_right form label input:checked:before {
    transform: translate(-50%, -50%) scale(1);
}

.Lianxi_right form label p {
    flex: 1;
    font-size: var(--size14);
    color: rgba(75, 85, 99, 1);
}

.Lianxi_right form label p a {
    color: rgba(10, 61, 98, 1);
    margin: 0 5px;
    font-weight: 700;
}

.Lianxi_right form button {
    width: 100%;
    height: 48px;
    border-radius: 6px;
    background: rgba(92, 162, 141, 1);
    font-size: var(--size16);
    color: rgba(255, 255, 255, 1);
    font-weight: 700;
    cursor: pointer;
}

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

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

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

.Xinwen_top {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    gap: var(--top30);
    margin-top: var(--top40);
    border-radius: 8px;
    background: rgba(255, 255, 255, 1);
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.05), 0px 0px 0px rgba(0, 0, 0, 0), 0px 0px 0px rgba(0, 0, 0, 0);
    padding: 15px;
}

.Xinwen_top ul {
    flex: 1;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}


.Xinwen_top ul li {
    width: max-content;
    line-height: 36px;
    background: rgba(243, 244, 246, 1);
    border-radius: 36px;
    font-size: var(--size14);
    color: rgba(55, 65, 81, 1);
    padding: 0 15px;
}

.Xinwen_top ul li.active,
.Xinwen_top ul li:hover {
    background: rgba(10, 61, 98, 1);
    color: #fff;
}

.Paixu {
    width: max-content;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
    font-size: var(--size14);
    color: rgba(75, 85, 99, 1);
}

.Paixu p {
    width: max-content;
    line-height: 40px;
    border-radius: 8px;
    background: rgba(243, 244, 246, 1);
    border: 1px solid rgba(229, 231, 235, 1);
    font-size: var(--size14);
    color: rgba(55, 65, 81, 1);
    padding: 0 var(--top30);
}

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

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

.Xinwen_list ul li {
    width: 100%;
    overflow: hidden;
    position: relative;
    border-radius: 12px;
    background: rgba(255, 255, 255, 1);
    box-shadow: 0px 2px 4px -2px rgba(0, 0, 0, 0.1), 0px 4px 6px -1px rgba(0, 0, 0, 0.1), 0px 0px 0px rgba(0, 0, 0, 0), 0px 0px 0px rgba(0, 0, 0, 0);
}

.Xinwen_list ul li img {
    width: 100%;
    aspect-ratio: 470 / 200;
    object-fit: cover;
}

.Xinwen_cat {
    width: max-content;
    line-height: 24px;
    border-radius: 4px;
    background: rgba(92, 162, 141, 1);
    font-size: 12px;
    color: rgba(255, 255, 255, 1);
    padding: 0 10px;
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 5;
}

.Xinwen_text {
    width: 100%;
    padding: 20px;
}

.Xinwen_text h2 {
    font-size: var(--size18);
    color: rgba(31, 41, 55, 1);
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.Xinwen_text p {
    font-size: var(--size14);
    color: rgba(75, 85, 99, 1);
    margin-top: 10px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.Xinwen_atme {
    width: 100%;
    margin-top: 15px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.Xinwen_atme_left {
    width: max-content;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 5px;
    font-size: 12px;
    color: rgba(107, 114, 128, 1);
    line-height: 1;
}

.Xinwen_atme_left svg {
    width: 10px;
    height: auto;
}

.Xinwen_atme_right {
    width: max-content;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 5px;
    font-size: var(--size14);
    color: rgba(10, 61, 98, 1);
    line-height: 1;
}

.Xinwen_atme_right svg {
    width: 14px;
    height: auto;
}

.Xinwen_list ul li:hover {
    transform: translateY(-3px);
}

.Xinwen_list ul li:hover .Xinwen_text h2 {
    color: rgba(15, 82, 186, 1);
}

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

.pagination .page-item {
    font-size: 12px;
    padding: 8px 14px;
    color: rgba(55, 65, 81, 1);
    border: 1px solid rgba(229, 231, 235, 1);
    border-left: none;
    line-height: 1;
}

.pagination .page-item:nth-child(1) {
    border-left: 1px solid rgba(229, 231, 235, 1);
}

.pagination .page-item.active {
    background: rgba(10, 61, 98, 1);
    color: #fff;
}

.pagination .page-item:nth-child(1) {
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
}

.pagination .page-item:last-child {
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
}

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

.Xinwen_show_left {
    width: 60%;
}

.Xinwen_show_wen {
    width: 100%;
    border-radius: 8px;
    background: rgba(255, 255, 255, 1);
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.05), 0px 0px 0px rgba(0, 0, 0, 0), 0px 0px 0px rgba(0, 0, 0, 0);
}

.Xinwen_show_top {
    width: 100%;
    padding: var(--top30);
}
.Xinwen_show_top>a{
    font-size: 14px;
    color: rgba(15, 82, 186, 1);;
}

.Xinwen_show_top>h2 {
    font-size: var(--size30);
    color: rgba(17, 24, 39, 1);
}

.Xinwen_show_xin {
    width: 100%;
    margin-top: 15px;
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}

.Xinwen_show_xin_ltem {
    width: max-content;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
}

.Xinwen_show_xin_ltem svg {
    width: 12px;
    aspect-ratio: 4 / 4;
    object-fit: contain;
}

.Xinwen_show_xin_ltem p {
    font-size: var(--size14);
    color: rgba(107, 114, 128, 1);
}

.Xinwen_show_yi {
    width: 100%;
    margin-top: var(--top30);
    font-size: var(--size16);
    color: rgba(55, 65, 81, 1);
}

.Xinwen_show_yi * {
    max-width: 100%;
}

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

.Xinwen_show_er h3 {
    font-size: var(--size20);
    color: rgba(17, 24, 39, 1);
}

.Xinwen_show_er>p {
    font-size: var(--size16);
    color: rgba(55, 65, 81, 1);
    margin-top: 15px;
}

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

.Xinwen_show_er ul li {
    width: 100%;
    border-radius: 8px;
    background: rgba(249, 250, 251, 1);
    border: 1px solid rgba(243, 244, 246, 1);
    padding: var(--top20);
}

.Xinwen_show_er ul li img {
    width: var(--top20);
    aspect-ratio: 4 / 4;
    object-fit: contain;
}

.Xinwen_show_er ul li h4 {
    font-size: var(--size18);
    color: rgba(55, 65, 81, 1);
    margin-top: 15px;
}

.Xinwen_show_er ul li p {
    font-size: var(--size14);
    color: rgba(75, 85, 99, 1);
    margin-top: 5px;
}

.Xinwen_show_wu {
    width: 100%;
    margin-top: var(--top30);
    background: rgba(239, 246, 255, 1);
    padding: var(--top20);
}

.Xinwen_show_wu h3 {
    font-size: var(--size20);
    color: rgba(17, 24, 39, 1);
}

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

.Xinwen_show_wu ul li {
    width: 100%;
    cursor: pointer;
}

.Xinwen_show_wu ul li img {
    width: 100%;
    aspect-ratio: 270 / 130;
    object-fit: cover;
    border-radius: 4px;
}

.Xinwen_show_cen {
    width: 100%;
    background: rgba(249, 250, 251, 1);
    border: 1px solid rgba(243, 244, 246, 1);
    padding: var(--top30);
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    gap: 15px;
}

.Xinwen_show_biao {
    flex: 1;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}

.Xinwen_show_biao h3 {
    width: max-content;
    font-size: var(--size16);
    color: rgba(75, 85, 99, 1);
}

.Xinwen_show_biao ul {
    flex: 1;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.Xinwen_show_biao ul li {
    width: max-content;
    line-height: 30px;
    border-radius: 30px;
    background: rgba(255, 255, 255, 1);
    border: 1px solid rgba(15, 82, 186, 1);
    font-size: var(--size14);
    color: rgba(15, 82, 186, 1);
    padding: 0 15px;
}

.Xinwen_show_fen {
    width: max-content;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 20px;
}

.Xinwen_show_fen h3 {
    width: max-content;
    font-size: var(--size16);
    color: rgba(75, 85, 99, 1);
}

.Share_options_max {
    width: max-content;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
}

.Share_options_max a {
    width: 30px;
    aspect-ratio: 4 / 4;
    background: rgba(229, 231, 235, 1);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.Share_options_max a svg {
    max-width: 50%;
    max-height: 50%;
    object-fit: contain;
}

.Wechat_modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
}

.Wechat_modal_content {
    background: rgb(255, 255, 255);
    padding: 30px 50px;
    border-radius: 8px;
    max-width: 300px;
}

.Wechat_modal_content h3 {
    font-size: var(--size18);
    color: #000000;
    text-align: center;
}

.Wechat_modal_content p {
    text-align: center;
    color: #666;
    font-size: var(--size14);
    margin-top: 10px;
}

.Wechat_modal_qrcode {
    display: block;
    margin: 20px auto;
    width: 200px;
    height: 200px;
}

.Wechat_modal_close {
    width: 100%;
    height: 40px;
    padding: 0 20px;
    background: rgba(15, 82, 186, 1);
    color: rgba(255, 255, 255, 1);
    border-radius: 4px;
    cursor: pointer;
    font-size: var(--size14);
    margin: auto;
    display: block;
}

.Prev {
    width: 100%;
    border-radius: 8px;
    background: rgba(255, 255, 255, 1);
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.05), 0px 0px 0px rgba(0, 0, 0, 0), 0px 0px 0px rgba(0, 0, 0, 0);
    margin-top: var(--top30);
    padding: var(--top30);
}

.Prev h2 {
    font-size: var(--size18);
    color: rgba(17, 24, 39, 1);
}

.Prev a {
    width: 100%;
    padding: var(--top20) 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}



.Prev a:nth-child(2) {
    border-bottom: 1px solid rgba(243, 244, 246, 1);
}

.Prev a svg {
    width: 14px;
    height: auto;
}

.Prev_click {
    flex: 1;
}

.Prev_click p {
    font-size: var(--size14);
    color: rgba(107, 114, 128, 1);
}

.Prev_click span {
    font-size: var(--size16);
    color: rgba(31, 41, 55, 1);
}

.Prev a:hover .Prev_click span {
    color: rgba(15, 82, 186, 1);
}

.Xinwen_show_right {
    flex: 1;
}

.Xinwen_show_lei {
    width: 100%;
    border-radius: 8px;
    background: rgba(255, 255, 255, 1);
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.15);
    padding: var(--top30);
}

.Xinwen_show_lei h2 {
    font-size: var(--size18);
    color: rgba(17, 24, 39, 1);
}

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

.Xinwen_show_lei ul li {
    width: 100%;
    border-radius: 4px;
}

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

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

.Xinwen_show_lei ul li span {
    flex: 1;
    font-size: var(--size16);
    color: rgba(75, 85, 99, 1);
}

.Xinwen_show_lei ul li:hover,
.Xinwen_show_lei ul li.active {
    background: rgba(20, 78, 186, 0.1);
}

.Xinwen_show_lei ul li:hover img,
.Xinwen_show_lei ul li.active img {
    filter: brightness(0) saturate(100%) invert(21%) sepia(78%) saturate(2314%) hue-rotate(198deg) brightness(96%) contrast(101%);
}

.Xinwen_show_lei ul li:hover span,
.Xinwen_show_lei ul li.active span {
    color: rgba(15, 82, 186, 1);
}

.Xinwen_show_tui {
    width: 100%;
    border-radius: 8px;
    background: rgba(255, 255, 255, 1);
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.15);
    padding: var(--top30);
    margin-top: var(--top30);
}

.Xinwen_show_tui h2 {
    font-size: var(--size18);
    color: rgba(17, 24, 39, 1);
}

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

.Xinwen_show_tui ul li {
    width: 100%;
}

.Xinwen_show_tui ul li a {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 15px;
}

.Xinwen_show_tui ul li img {
    width: 90px;
    contain: size;
    object-fit: cover;
    border-radius: 4px;
}

.Xinwen_show_tui_text {
    flex: 1;
}

.Xinwen_show_tui_text h2 {
    font-size: var(--size16);
    color: rgba(31, 41, 55, 1);
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.Xinwen_show_tui_text p {
    font-size: var(--size14);
    color: rgba(107, 114, 128, 1);
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.Xinwen_show_tui_item {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 5px;
    font-size: 12px;
    color: rgba(156, 163, 175, 1);
    line-height: 1;
    margin-top: 10px;
}

.Xinwen_show_tui_item svg {
    width: 10px;
    height: auto;
}

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

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

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

.Gushi_max>img {
    flex: 1;
    contain: size;
    object-fit: cover;
    border-radius: 8px;
    box-shadow: 0px 4px 6px -4px rgba(0, 0, 0, 0.1), 0px 10px 15px -3px rgba(0, 0, 0, 0.1), 0px 0px 0px rgba(0, 0, 0, 0), 0px 0px 0px rgba(0, 0, 0, 0);
}

.Gushi_right {
    width: 48%;
    padding: var(--top30) 0;
}

.Gushi_right>h3 {
    font-size: var(--size20);
    color: rgba(30, 86, 49, 1);
}

.Gushi_right>p {
    font-size: var(--size16);
    color: rgba(55, 65, 81, 1);
    margin-top: var(--top30);
}

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

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

.Gushi_right>a {
    width: 100%;
    margin-top: var(--top50);
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
    font-size: var(--size16);
    color: rgba(10, 61, 98, 1);
    font-weight: 700;
}

.Gushi_right>a svg {
    width: 14px;
    height: auto;
}

.Gushi_right>a:hover {
    gap: 15px;
}

.Gushi_svg {
    width: 20px;
    aspect-ratio: 4 / 4;
    background: rgba(243, 156, 18, 1);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.Gushi_svg img {
    max-width: 50%;
    max-height: 50%;
    object-fit: contain;
}

.Gushi_center {
    flex: 1;
}

.Gushi_center h4 {
    font-size: var(--size16);
    color: rgba(10, 61, 98, 1);
    font-weight: 700;
}

.Gushi_center p {
    font-size: var(--size14);
    color: rgba(75, 85, 99, 1);
}

.Shiming {
    width: 1200px;
    max-width: calc(100% - 30px);
    margin: auto;
    padding: var(--top80) 0;
}

.Shiming_max {
    width: 100%;
    border-radius: 12px;
    background: rgba(255, 255, 255, 1);
    box-shadow: 0px 2px 4px -2px rgba(0, 0, 0, 0.1), 0px 0px 2px -1px rgba(0, 0, 0, 0.2), 0px 0px 0px rgba(0, 0, 0, 0), 0px 0px 0px rgba(0, 0, 0, 0);
    padding: var(--top50);
}

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

.Shiming ul li {
    width: 100%;
    border-radius: 8px;
    background: rgba(249, 250, 251, 1);
    padding: var(--top20);
}

.Shiming_img {
    width: 55px;
    aspect-ratio: 4 / 4;
    background: rgba(10, 59, 98, 0.1);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.Shiming_img img {
    max-width: 50%;
    max-height: 50%;
    object-fit: contain;
}

.Shiming ul li h3 {
    font-size: var(--size20);
    color: rgba(10, 61, 98, 1);
    margin-top: var(--top20);
}

.Shiming ul li p {
    font-size: var(--size16);
    color: rgba(55, 65, 81, 1);
    margin-top: 10px;
}

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

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

.Tuandui ul li {
    width: 100%;
    overflow: hidden;
    border-radius: 8px;
    background: rgba(255, 255, 255, 1);
    box-shadow: 0px 2px 4px -2px rgba(0, 0, 0, 0.1), 0px 4px 6px -1px rgba(0, 0, 0, 0.1), 0px 0px 0px rgba(0, 0, 0, 0), 0px 0px 0px rgba(0, 0, 0, 0);
}

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

.Tuandui_text {
    width: 100%;
    padding: 15px;
}

.Tuandui_text h3 {
    text-align: center;
    font-size: var(--size18);
    color: rgba(10, 61, 98, 1);
}

.Tuandui_text span {
    display: block;
    text-align: center;
    font-size: var(--size14);
    color: rgba(92, 162, 141, 1);
}

.Tuandui_text p {
    text-align: center;
    font-size: var(--size14);
    color: rgba(75, 85, 99, 1);
    margin-top: 5px;
}

.Hezuo {
    width: var(--max);
    padding: var(--top80) 0;
    margin: auto;
}

.Hezuo ul {
    width: 100%;
    margin-top: var(--top50);
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    gap: 15px;
}

.Hezuo ul li {
    width: 90px;
    aspect-ratio: 90 / 50;
}

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


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

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

.Dizhi ul li {
    width: 100%;
    overflow: hidden;
    border-radius: 8px;
    background: rgba(255, 255, 255, 1);
    box-shadow: 0px 2px 4px -2px rgba(0, 0, 0, 0.1), 0px 4px 6px -1px rgba(0, 0, 0, 0.1), 0px 0px 0px rgba(0, 0, 0, 0), 0px 0px 0px rgba(0, 0, 0, 0);
}

.Dizhi ul li>img {
    width: 100%;
    aspect-ratio: 350 / 190;
    object-fit: cover;
}

.Dizhi_text {
    width: 100%;
    padding: var(--top20);
}

.Dizhi_text h3 {
    font-size: var(--size20);
    color: rgba(66, 66, 66, 1);
}

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

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

.Dizhi_item img {
    width: 16px;
    aspect-ratio: 4 / 4;
    object-fit: contain;
    margin-top: 5px;
}

.Dizhi_item p {
    flex: 1;
    font-size: var(--size16);
    color: rgba(82, 82, 82, 1);
    word-break: break-all;
    overflow-wrap: break-word;
    word-wrap: break-word;
    white-space: normal;
}


.Footer {
    width: 100%;
    overflow: hidden;
    background: rgba(92, 162, 141, 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;
    gap: 20px;
}

.Footer_logo {
    width: max-content;
    max-width: 330px;
}

.Footer_logo h2 {
    font-size: var(--size20);
    color: rgba(255, 255, 255, 1);
    line-height: 1;
}

.Footer_logo p {
    font-size: var(--size16);
    color: rgba(255, 255, 255, 0.7);
    margin-top: var(--top25);
    line-height: 1.8;
}

.Footer_logo ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    margin-top: var(--top25);
}

.Footer_logo ul li {
    width: 40px;
    aspect-ratio: 4 / 4;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
}

.Footer_logo ul li:hover {
    background: rgba(255, 255, 255, 0.3);
}

.Footer_logo ul li a {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.Footer_logo ul li img {
    max-width: 50%;
    max-height: 50%;
    object-fit: contain;
}


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

.Footer_list {
    width: max-content;
}

.Footer_list h2 {
    font-size: var(--size20);
    color: rgba(255, 255, 255, 1);
}

.Footer_list ul {
    width: 100%;
    margin-top: var(--top25);
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
}

.Footer_list ul li {
    font-size: var(--size16);
    color: rgba(255, 255, 255, 0.7);
    line-height: 1;
}


.Footer_lianxi {
    width: max-content;
    max-width: 350px;
}

.Footer_lianxi h2 {
    font-size: var(--size20);
    color: rgba(248, 250, 252, 1);
}

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

.Footer_lianxi ul li {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 10px;
}

.Footer_lianxi ul li img {
    width: 16px;
    aspect-ratio: 4 / 4;
    object-fit: contain;
    margin-top: 5px;
}

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

.Beian {
    width: var(--max);
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding: var(--top30) 0;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
}

.Beian_max {
    flex: 1;
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    font-size: var(--size14);
    color: rgba(255, 255, 255, 0.5);
}

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

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

.Beian ul li {
    font-size: var(--size14);
    color: rgba(255, 255, 255, 0.5);
}

.Page_text {
    width: var(--max);
    margin: var(--top60) auto;
    font-size: var(--size16);
    color: rgba(55, 65, 81, 1);
}


.Page_text * {
    max-width: 100%;
}

.Anli {
    width: 1280px;
    max-width: calc(100% - 30px);
    margin: var(--top60) auto;
}

.Xuesheng {
    width: 100%;
    overflow: hidden;
    margin-top: var(--top50);
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    border-radius: 16px;
    background: linear-gradient(rgba(15, 52, 96, 1) 0%, rgba(22, 33, 62, 1) 100%);
    box-shadow: 0px 8px 10px -6px rgba(0, 0, 0, 0.1), 0px 20px var(--top20) -5px rgba(0, 0, 0, 0.1), 0px 0px 0px rgba(0, 0, 0, 0), 0px 0px 0px rgba(0, 0, 0, 0);
}

.Xuesheng_left {
    flex: 1;
    padding: var(--top50) var(--top50) 13vw;
}

.Baiqoain {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.Baiqoain p {
    width: max-content;
    line-height: 24px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: var(--top20);
    font-size: 12px;
    color: rgba(255, 255, 255, 1);
    padding: 0 12px;
}

.Baiqoain p.Baiqoain_red {
    background: rgba(233, 69, 96, 0.9);
}

.Xuesheng_left>h2 {
    font-size: var(--size24);
    color: rgba(255, 255, 255, 1);
    margin-top: var(--top25);
    line-height: 1.3;
}

.Xinxi {
    width: 100%;
    margin-top: var(--top25);
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    gap: 15px;
}

.Xinxi>img {
    width: 48px;
    aspect-ratio: 4 / 4;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid rgba(255, 255, 255, 1)
}

.Xinxi_text {
    flex: 1;
}

.Xinxi_text h3 {
    font-size: var(--size16);
    color: rgba(229, 231, 235, 1);
}

.Xinxi_text p {
    font-size: var(--size14);
    color: rgba(209, 213, 219, 1);
}

.Jilu {
    width: 100%;
    margin-top: var(--top25);
}

.Jilu ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}

.Jilu ul li {
    width: max-content;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(4px);
    padding: 8px 12px;
}

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

.Jilu ul li p {
    font-size: var(--size16);
    color: rgba(255, 255, 255, 1);
}

.Xuesheng_right {
    width: 65%;
    contain: size;
    position: relative;
}

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

.Lvqu {
    width: 100%;
    background: #00000080;
    padding: var(--top30);
    position: absolute;
    bottom: 0;
    left: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}

.Lvqu p {
    width: max-content;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
    font-size: var(--size16);
    color: rgba(255, 255, 255, 1);
    line-height: 1;
}

.Lvqu p img {
    width: 16px;
    height: auto;
}

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

.Anli_left {
    width: 65%;
    display: grid;
    grid-template-columns: 1fr;
    gap: var(--top30);
}

.Anli_tong {
    width: 100%;
    border-radius: 16px;
    background: rgba(255, 255, 255, 1);
    box-shadow: 0px 4px 6px -4px rgba(0, 0, 0, 0.1), 0px 3px 15px -3px rgba(0, 0, 0, 0.2), 0px 0px 0px rgba(0, 0, 0, 0), 0px 0px 0px rgba(0, 0, 0, 0);
    padding: var(--top25);
}

.Anli_title {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    gap: 15px;
}

.Anli_title img {
    width: 40px;
    height: auto;
}

.Anli_title p {
    flex: 1;
    font-size: var(--size24);
    color: rgba(17, 24, 39, 1);
}

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

.Mubiao_ltem {
    width: 100%;
}

.Mubiao_ltem h2 {
    font-size: var(--size18);
    color: rgba(31, 41, 55, 1);
}

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

.Mubiao_ltem ul li {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    gap: 15px;
}

.Mubiao_img {
    width: 36px;
    aspect-ratio: 4 / 5;
    background: rgba(20, 49, 98, 0.1);
    border-radius: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.Mubiao_ltem:nth-child(2) .Mubiao_img {
    background: rgba(235, 69, 98, 0.1)
}

.Mubiao_img img {
    max-width: 40%;
    max-height: 40%;
    object-fit: contain;
}

.Mubiao_text {
    flex: 1;
}

.Mubiao_text h3 {
    font-size: var(--size16);
    color: rgba(17, 24, 39, 1);
}

.Mubiao_text p {
    font-size: var(--size16);
    color: rgba(75, 85, 99, 1);
}

.Dianping {
    width: 100%;
    margin-top: var(--top30);
    background: rgba(239, 246, 255, 1);
    padding: var(--top25);
}

.Dianping_top {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    gap: 8px;
}

.Dianping_top svg {
    width: 12px;
    height: auto;
}

.Dianping_top p {
    flex: 1;
    font-size: var(--size16);
    color: rgba(15, 52, 96, 1);
}

.Dianping>p {
    font-size: var(--size16);
    color: rgba(55, 65, 81, 1);
    margin-top: 10px;
}

.Dianping>h2 {
    font-size: var(--size16);
    color: rgba(55, 65, 81, 1);
    margin-top: 10px;
    text-align: right;
}

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

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

.Celv ul::after {
    content: "";
    width: 2px;
    height: 100%;
    background: rgba(229, 231, 235, 1);
    position: absolute;
    top: 0;
    left: 19px;
}

.Celv ul li {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-betweenl;
    align-items: flex-start;
    gap: var(--top25);
    position: relative;
    z-index: 2;
}

.Celv_tame {
    width: 40px;
    aspect-ratio: 4 / 4;
    border-radius: 50%;
    background: rgba(15, 52, 96, 1);
    box-shadow: 0px 4px 6px -4px rgba(0, 0, 0, 0.1), 0px 10px 15px -3px rgba(0, 0, 0, 0.1), 0px 0px 0px rgba(0, 0, 0, 0), 0px 0px 0px rgba(0, 0, 0, 0);
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    color: rgba(255, 255, 255, 1);
    line-height: 1;
    font-weight: 700;
}

.Celv_text {
    flex: 1;
    border-radius: 12px;
    border: 1px solid rgba(229, 231, 235, 1);
    background: rgba(255, 255, 255, 1);
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.05), 0px 0px 0px rgba(0, 0, 0, 0), 0px 0px 0px rgba(0, 0, 0, 0);
    padding: var(--top20);
}

.Celv_text h3 {
    font-size: var(--size18);
    color: rgba(31, 41, 55, 1);
}

.Celv_text span {
    font-size: var(--size16);
    color: rgba(55, 65, 81, 1);
    margin-top: 10px;
}

.Celv_tag {
    width: 100%;
    margin-top: 10px;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.Celv_tag p {
    width: max-content;
    line-height: 24px;
    background: rgba(219, 234, 254, 1);
    border-radius: 24px;
    font-size: 12px;
    color: rgba(30, 64, 175, 1);
    padding: 0 12px;
}

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

.Liangdang>h2 {
    font-size: var(--size20);
    color: rgba(31, 41, 55, 1);
}

.Liangdang>p {
    width: 100%;
    border-radius: 12px;
    background: rgba(249, 250, 251, 1);
    border: 1px solid rgba(243, 244, 246, 1);
    padding: var(--top25);
    margin-top: 15px;
    font-size: var(--size16);
    color: rgba(55, 65, 81, 1);
}


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

.Liangdang_ltem {
    width: 100%;
    border-radius: 12px;
    background: linear-gradient(rgba(20, 59, 98, 0.05) 0%, rgba(20, 49, 98, 0.1) 100%);
    border: 1px solid rgba(15, 50, 95, 0.2);
    padding: var(--top25);
}

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

.Liangdang_title svg {
    width: 16px;
    height: auto;
}

.Liangdang_title h3 {
    flex: 1;
    font-size: var(--size16);
    color: rgba(15, 52, 96, 1);
}

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

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

.Liangdang_ltem ul li svg {
    width: 8px;
    height: auto;
}

.Liangdang_ltem ul li p {
    flex: 1;
    font-size: var(--size16);
    color: rgba(55, 65, 81, 1);
}

.Liangdang_ltem:nth-child(2) {
    background: linear-gradient(rgba(235, 78, 98, 0.05) 0%, rgba(235, 69, 98, 0.1) 100%);
    border: 1px solid rgba(235, 70, 95, 0.2);
}

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

.Mianshi>h2 {
    font-size: var(--size20);
    color: rgba(31, 41, 55, 1);
}

.Mianshi>p {
    font-size: var(--size16);
    color: rgba(55, 65, 81, 1);
    margin-top: 15px;
}

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

.Mianshi ul li {
    width: 100%;
    border-radius: 8px;
    background: rgba(255, 255, 255, 1);
    border: 1px solid rgba(229, 231, 235, 1);
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.05), 0px 0px 0px rgba(0, 0, 0, 0), 0px 0px 0px rgba(0, 0, 0, 0);
    padding: var(--top20);
}

.Mianshi_img {
    width: 45px;
    aspect-ratio: 4 / 4;
    background: rgba(20, 49, 98, 0.1);
    border-radius: 50%;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

.Mianshi_img img {
    max-width: 50%;
    max-height: 50%;
    object-fit: contain;
}

.Mianshi ul li h3 {
    text-align: center;
    font-size: var(--size16);
    color: rgba(31, 41, 55, 1);
    margin-top: 10px;
}

.Mianshi ul li p {
    font-size: var(--size14);
    color: rgba(75, 85, 99, 1);
    text-align: center;
    margin-top: 5px;
}

.Anli_right {
    flex: 1;
    display: grid;
    grid-template-columns: 1fr;
    gap: var(--top30);
}

.Anli_right .Anli_title p {
    font-size: var(--size18);
}

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

.Sulan ul li {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    gap: 15px;
}

.Sulan_img {
    width: 36px;
    aspect-ratio: 4 / 5;
    background: rgba(235, 69, 98, 0.1);
    border-radius: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.Sulan_img img {
    max-width: 40%;
    max-height: 40%;
    object-fit: contain;
}

.Sulan_text {
    flex: 1;
}

.Sulan_text h3 {
    font-size: var(--size14);
    color: rgba(31, 41, 55, 1);
    ;
}

.Sulan_text p {
    font-size: 12px;
    color: rgba(75, 85, 99, 1);
}

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

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

.Cailiao ul li svg {
    width: 14px;
    height: auto;
}

.Cailiao ul li p {
    flex: 1;
    font-size: var(--size14);
    color: rgba(55, 65, 81, 1);
}

.Cailiao>a {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 8px;
    background: rgba(243, 244, 246, 1);
    padding: 10px;
    font-size: var(--size14);
    color: rgba(31, 41, 55, 1);
    margin-top: var(--top20);
}

.Cailiao>a svg {
    width: 14px;
    height: auto;
}

.Anli_form {
    width: 100%;
    border-radius: 16px;
    background: linear-gradient(rgba(15, 52, 96, 1) 0%, rgba(22, 33, 62, 1) 100%);
    box-shadow: 0px 8px 10px -6px rgba(0, 0, 0, 0.1), 0px 20px 25px -5px rgba(0, 0, 0, 0.1), 0px 0px 0px rgba(0, 0, 0, 0), 0px 0px 0px rgba(0, 0, 0, 0);
    padding: var(--top25);
}

.Anli_form h2 {
    font-size: var(--size20);
    color: rgba(255, 255, 255, 1);
}

.Anli_form p {
    font-size: var(--size16);
    color: rgba(219, 234, 254, 1);
    margin-top: 15px;
}

.Anli_form form {
    width: 100%;
    margin-top: var(--top25);
    display: grid;
    grid-template-columns: 1fr;
    gap: 15px;
}

.Anli_form_item {
    width: 100%;
}

.Anli_form_item p {
    font-size: 14px;
    color: rgba(219, 234, 254, 1);
}

.Anli_form_item input {
    width: 100%;
    height: 50px;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    font-size: var(--size14);
    color: rgba(156, 163, 175, 1);
    padding: 0 15px;
    margin-top: 5px;
}

.Anli_form span {
    font-size: 12px;
    color: rgba(191, 219, 254, 1);
    display: block;
    text-align: center;
    margin-top: 15px;
}

.Anli_form form button {
    width: 100%;
    height: 48px;
    border-radius: 8px;
    background: rgba(233, 69, 96, 1);
    box-shadow: 0px 4px 6px -4px rgba(0, 0, 0, 0.1), 0px 10px 15px -3px rgba(0, 0, 0, 0.1), 0px 0px 0px rgba(0, 0, 0, 0), 0px 0px 0px rgba(0, 0, 0, 0);
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 8px;
    font-size: var(--size16);
    color: rgba(255, 255, 255, 1);
    font-weight: 700;
    cursor: pointer;
}

.Anli_form form button svg {
    width: 14px;
    height: auto;
}

.Swiper {
    width: 100%;
}

.Swiper li::after {
    content: "";
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, rgba(30, 85, 48, 0.7) 0%, rgba(0, 0, 0, 0) 100%);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.Swiper img {
    width: 100%;
    min-height: 500px;
    object-fit: cover;
}

.Swiper_text {
    width: var(--max);
    max-width: calc(100% - 100px);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 5;
}

.Swiper_text h2 {
    font-size: var(--size50);
    color: rgba(255, 255, 255, 1);
    line-height: 1.2;
}

.Swiper_text p {
    width: 570px;
    max-width: 100%;
    font-size: var(--size20);
    color: rgba(255, 255, 255, 0.9);
    margin-top: 10px;
}

.Swiper_bun {
    width: 100%;
    margin-top: var(--top30);
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}

.Swiper_bun a {
    width: max-content;
    line-height: 50px;
    border-radius: 6px;
    background: rgba(243, 156, 18, 1);
    font-size: var(--size16);
    color: rgba(255, 255, 255, 1);
    padding: 0 25px;
}

.Swiper_bun a:nth-child(2) {
    background: rgba(255, 255, 255, 0.2);
    border: 1px solid rgba(255, 255, 255, 0.3);
    backdrop-filter: blur(4px);
}

.Swiper_bun a:nth-child(2):hover {
    background: rgba(243, 156, 18, 1);
}

.prev,
.next {
    width: 40px;
    height: 40px;
    opacity: 1;
    background: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(4px);
    border-radius: 50%;
    z-index: 6;
}

.prev svg,
.next svg {
    width: 8px;
}

.Jiazhi {
    width: 100%;
    overflow: hidden;
    background: linear-gradient(135deg, rgba(33, 127, 105, 1) 34.99%, rgba(108, 196, 169, 1) 100%);
}

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

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

.Jiazhi_max>p {
    text-align: center;
    font-size: var(--size16);
    color: rgba(255, 255, 255, 0.8);
    margin-top: 15px;
}


.Jiazhi_max>p::after {
    content: "";
    width: 80px;
    height: 4px;
    background: rgba(243, 156, 18, 1);
    display: block;
    margin: auto;
    margin-top: 15px;
    position: relative;
}

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

.Jiazhi_max ul li {
    width: 100%;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(4px);
    padding: var(--top25);
}

.Jiazhi_img {
    width: 60px;
    aspect-ratio: 4 / 4;
    border-radius: 50%;
    background: rgba(245, 155, 20, 0.2);
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
}

.Jiazhi_img img {
    max-width: 50%;
    max-height: 50%;
    object-fit: contain;
}

.Jiazhi_max ul li h3 {
    text-align: center;
    font-size: var(--size20);
    color: rgba(255, 255, 255, 1);
    margin-top: var(--top25);
}

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

.Jiazhi_max>a {
    width: max-content;
    line-height: 60px;
    border-radius: 6px;
    background: rgba(243, 156, 18, 1);
    box-shadow: 0px 4px 6px -4px rgba(0, 0, 0, 0.1), 0px 10px 15px -3px rgba(0, 0, 0, 0.1), 0px 0px 0px rgba(0, 0, 0, 0), 0px 0px 0px rgba(0, 0, 0, 0);
    padding: 0 var(--top30);
    font-size: var(--size16);
    color: rgba(255, 255, 255, 1);
    display: block;
    margin: auto;
    margin-top: var(--top60);
}

.Jiazhi_max>a:hover {
    padding: 0 var(--top50);
}

.Jiazhi_max>span {
    display: block;
    text-align: center;
    font-size: var(--size16);
    color: rgba(255, 255, 255, 0.7);
    margin-top: 15px;
}


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

.Hexin>h2 {
    text-align: center;
    font-size: var(--size30);
    color: rgba(10, 61, 98, 1);
    line-height: 1;
    text-shadow: 0px 12px 6px rgba(0, 0, 0, 0.15), 0px 4px 4px rgba(0, 0, 0, 0.3);
}

.Hexin>p {
    text-align: center;
    font-size: var(--size16);
    color: rgba(75, 85, 99, 1);
    margin-top: 15px;
    text-shadow: 0px 12px 6px rgba(0, 0, 0, 0.15), 0px 4px 4px rgba(0, 0, 0, 0.3);
}


.Hexin>p::after {
    content: "";
    width: 80px;
    height: 4px;
    background: rgba(243, 156, 18, 1);
    display: block;
    margin: auto;
    margin-top: 15px;
    position: relative;
}

.Yewu {
    width: 1150px;
    max-width: calc(100% - 30px);
    margin: var(--top60) auto var(--top80);
}

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

.Wenjian ul li{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: content;
    gap: var(--top30);
    border-bottom: 1px solid #00000010;
    padding-bottom: 15px;
}

.Wenjian ul li p{
    flex: 1;
    font-size: var(--size16);
    color: #000000;
}

.Wenjian ul li a{
    display: block;
    width: max-content;
    font-size: var(--size16);
    color: rgba(10, 61, 98, 1);
    line-height: 1;
}
.Zhongdian {
    width: 100%;
    margin: var(--top80) auto;
}


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

.Zhongdian ul li {
    width: 100%;
    border-radius: 12px;
    background: rgba(245, 247, 250, 1);
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.05), 0px 0px 0px rgba(0, 0, 0, 0), 0px 0px 0px rgba(0, 0, 0, 0);
    padding: var(--top25);
}

.Zhongdian_img {
    width: 50px;
    aspect-ratio: 4 / 4;
    background: rgba(10, 59, 98, 0.1);
    border-radius: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.Zhongdian_img img {
    max-width: 40%;
    max-height: 40%;
    object-fit: contain;
}


.Zhongdian ul li h3 {
    font-size: var(--size20);
    color: rgba(10, 61, 98, 1);
    margin-top: var(--top25);
}

.Zhongdian ul li p {
    font-size: var(--size16);
    color: rgba(75, 85, 99, 1);
    margin-top: 10px;
}

.Zhongdian ul li:nth-child(2n) .Zhongdian_img {
    background: rgba(29, 88, 49, 0.1);
}

.Zhongdian ul li:nth-child(3n+2) h3 {
    color: rgba(30, 86, 49, 1);
}

.Jihua {
    width: 100%;
    border-radius: 16px;
    background: rgba(249, 250, 251, 1);
    padding: var(--top50);
    margin: var(--top80) auto;
}

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

.Jihua ul li {
    width: 100%;
    border-radius: 12px;
    background: rgba(255, 255, 255, 1);
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.05), 0px 0px 0px rgba(0, 0, 0, 0), 0px 0px 0px rgba(0, 0, 0, 0);
    padding: var(--top25);
}

.Jihua_img {
    width: 50px;
    aspect-ratio: 4 / 4;
    background: rgba(10, 59, 98, 0.1);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.Jihua_img img {
    max-width: 40%;
    max-height: 40%;
    object-fit: contain;
}


.Jihua ul li h3 {
    font-size: var(--size20);
    color: rgba(31, 41, 55, 1);
    margin-top: var(--top25);
}

.Jihua ul li p {
    font-size: var(--size16);
    color: rgba(75, 85, 99, 1);
    margin-top: 10px;
}


.Mokuai {
    width: 100%;
    margin: var(--top80) auto;
}


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

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

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

.Mokuai_img {
    width: calc(50% - (var(--top30) / 2));
}

.Mokuai_img img {
    width: 100%;
    border-radius: 12px;
    box-shadow: 0px 4px 6px -4px rgba(0, 0, 0, 0.1), 0px 10px 15px -3px rgba(0, 0, 0, 0.1), 0px 0px 0px rgba(0, 0, 0, 0), 0px 0px 0px rgba(0, 0, 0, 0);
}

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

.Mokuai_text h3 {
    width: 100%;
    font-size: var(--size20);
    color: rgba(31, 41, 55, 1);
}

.Mokuai_text span {
    width: 100%;
    font-size: var(--size16);
    color: rgba(75, 85, 99, 1);
    margin-top: 10px;
}


.Mokuai_tag {
    width: 100%;
    margin-top: 15px;
    display: grid;
    grid-template-columns: 1fr;
    gap: 8px;
}

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

.Mokuai_ltem svg {
    width: 16px;
    height: auto;
}

.Mokuai_ltem p {
    flex: 1;
    font-size: var(--size16);
    color: rgba(31, 41, 55, 1);
}

.Chengguo {
    width: 100%;
    border-radius: 16px;
    background: rgba(10, 61, 98, 1);
    padding: var(--top50);
    margin: var(--top80) auto;
}

.Chengguo .Title h2 {
    color: rgba(255, 255, 255, 1);
}

.Chengguo ul {
    width: 100%;
    margin-top: var(--top80);
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: var(--top25);
}

.Chengguo ul li {
    flex: 1;
}

.Chengguo ul li p {
    text-align: center;
    font-size: var(--size40);
    color: rgba(255, 255, 255, 1);
    line-height: 1;
    font-weight: 700;
}

.Chengguo ul li h3 {
    text-align: center;
    font-size: var(--size16);
    color: rgba(255, 255, 255, 0.8);
    margin-top: 10px;
}

.Liucheng {
    width: 100%;
    margin: var(--top80) auto;
}

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

.Liucheng ul::after {
    content: "";
    width: 100%;
    height: 4px;
    background: rgba(229, 231, 235, 1);
    position: absolute;
    top: 75px;
    left: 0;
}

.Liucheng ul li {
    flex: 1;
}

.Liucheng ul li span {
    width: 60px;
    aspect-ratio: 4 / 4;
    background: rgba(10, 61, 98, 1);
    border-radius: 50%;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: var(--size20);
    color: rgba(255, 255, 255, 1);
    font-weight: 700;
    line-height: 1;
}

.Liucheng ul li h3 {
    text-align: center;
    font-size: var(--size20);
    color: rgba(31, 41, 55, 1);
    margin-top: 15px;
}

.Liucheng ul li p {
    text-align: center;
    font-size: var(--size16);
    color: rgba(75, 85, 99, 1);
    margin-top: 10px;
}


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

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

.Yrwulist ul li {
    width: 100%;
    border-radius: 12px;
    background: rgba(245, 247, 250, 1);
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.05), 0px 0px 0px rgba(0, 0, 0, 0), 0px 0px 0px rgba(0, 0, 0, 0);
    padding: var(--top25);
}

.Yrwulist_img {
    width: 50px;
    aspect-ratio: 4 / 4;
    background: rgba(10, 59, 98, 0.1);
    border-radius: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.Yrwulist_img img {
    max-width: 50%;
    max-height: 50%;
    object-fit: contain;
}


.Yrwulist ul li h3 {
    font-size: var(--size20);
    color: rgba(10, 61, 98, 1);
    margin-top: var(--top25);
}

.Yrwulist ul li span {
    display: block;
    font-size: var(--size16);
    color: rgba(75, 85, 99, 1);
    margin-top: 10px;
}

.Yrwulist_left {
    width: 100%;
    margin-top: 15px;
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
}

.Yrwulist_item {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    gap: 8px;
}

.Yrwulist_item svg {
    width: 8px;
    height: auto;
}

.Yrwulist_item p {
    flex: 1;
    font-size: var(--size14);
    color: rgba(75, 85, 99, 1);
}

.Yrwulist_a {
    width: max-content;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 5px;
    font-size: var(--size16);
    color: rgba(10, 61, 98, 1);
    line-height: 1;
    margin-top: var(--top25);
    font-weight: 600;
}

.Yrwulist_a svg {
    width: 14px;
    height: auto;
}

.Yrwulist ul li:nth-child(2n) .Yrwulist_img {
    background: rgba(29, 88, 49, 0.1);
}

.Yrwulist ul li:nth-child(2n) .Yrwulist_a,
.Yrwulist ul li:nth-child(2n) h3 {
    color: rgba(30, 86, 49, 1);
}

.Yrwulist ul li:nth-child(2n) .Yrwulist_a svg path {
    stroke: rgba(30, 86, 49, 1);
}


.Yrwulist ul li:hover {
    transform: translateY(-5px);
    background: rgba(10, 61, 98, 1);
}

.Yrwulist ul li:hover .Yrwulist_img {
    background: rgba(255, 255, 255, 0.2);
}


.Yrwulist ul li:hover .Yrwulist_img img {
    filter: brightness(0) saturate(100%) invert(68%) sepia(95%) saturate(1200%) hue-rotate(-20deg) brightness(0.85);
}

.Yrwulist ul li:hover h3 {
    color: rgba(243, 156, 18, 1);
}

.Yrwulist ul li:hover span,
.Yrwulist ul li:hover .Yrwulist_left p,
.Yrwulist ul li:hover .Yrwulist_a {
    color: #ffffff;
}

.Yrwulist ul li:hover .Yrwulist_a svg path {
    stroke: rgb(255, 255, 255);
}


.Hexin .Yrwulist ul li {
    box-shadow: 0px 8px 12px 6px rgba(0, 0, 0, 0.15), 0px 4px 4px rgba(0, 0, 0, 0.3);
}

.Hexin .Yrwulist ul li:nth-child(1),
.Yrwulist_yiji ul li:nth-child(1) {
    grid-column: 1 / -1;
}

.Yewu_top {
    width: 100%;
}

.Jishu {
    width: 100%;
    margin-top: var(--top50);
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    flex-direction: row-reverse;
    gap: var(--top30);
}

.Jishu_img {
    width: 50%;
}

.Jishu_img img {
    width: 100%;
    border-radius: 12px;
    box-shadow: 0px 4px 6px -4px rgba(0, 0, 0, 0.1), 0px 10px 15px -3px rgba(0, 0, 0, 0.1), 0px 0px 0px rgba(0, 0, 0, 0), 0px 0px 0px rgba(0, 0, 0, 0);
}

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

.Jishu_text h3{
    width: 100%;
    font-size: var(--size30);
    color: rgba(10, 61, 98, 1);
}

.Jishu_text h4{
    width: 100%;
    font-size: var(--size20);
    color: rgba(75, 85, 99, 1);
    margin-top: var(--top40);
}

.Jishu_text span{
    max-width: 100%;
    background: rgba(88, 167, 137, 0.1);
    font-size: var(--size14);
    color: rgba(92, 162, 141, 1);
    padding: 8px 20px;
    margin-top: var(--top25);
    border-radius: 36px;
    word-break: break-all;
    white-space: normal;
    box-sizing: border-box;
}

.Jishu_text p{
    width: 100%;
    font-size: var(--size16);
    color: rgba(55, 65, 81, 1);
    margin-top: var(--top25);
}

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

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

.Swiper_rongyu h3{
    text-align: center;
    font-size: var(--size14);
    color: #000000;
    margin-top: 15px;
}

.prev2,
.next2{
    background: #00000050;
}

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

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

.Video ul li{
    width: 100%;
}

.Video ul li h2{
    text-align: center;
    font-size: var(--size18);
    color: #000000;
}

.Video ul li video{
    width: 100%;
    height: auto;
    margin-top: 20px;
}








