:root {
    --max: 1200px;
    --size14: 14px;
    --size16: 16px;
    --size18: 18px;
    --size20: 20px;
    --size24: 24px;
    --size30: 30px;
    --size36: 36px;
    --size40: 40px;
    --size46: 46px;
    --size50: 50px;
    --size56: 56px;
    --size60: 60px;

    --top20: 20px;
    --top30: 30px;
    --top40: 40px;
    --top50: 50px;
    --top60: 60px;
    --top80: 80px;
    --top100: 100px;
    --top120: 120px;
}

.Hertre {
    width: 100%;
    z-index: 999;
    height: 80px;
    position: relative;
    background: rgba(235, 239, 242, 1);
}

.Hertre_cen {
    width: var(--max);
    height: 100%;
    margin: auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
}

.Nav {
    width: 100%;
}

.Nav ul {
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    gap: var(--top30);
}

.Nav ul li {
    font-size: var(--size16);
    color: rgba(33, 33, 33, 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(24, 79, 152, 1);
}

.Nav ul li::after {
    content: "";
    width: 0%;
    height: 2px;
    border-radius: 2px;
    background: rgba(24, 79, 152, 1);
    position: absolute;
    bottom: 0px;
    left: 0%;
    transition: all 0.3s;
}

.Nav ul li.active::after,
.Nav ul li:hover::after {
    width: 100%;
}


.An {
    width: 30px;
    display: none;
    margin-left: auto;
}

.menu_button {
    cursor: pointer;
    width: 30px;
    height: 30px;
}

.menu_button:focus {
    outline: none;
}

.menu_button .line {
    fill: none;
    stroke: rgba(24, 79, 152, 1);
    stroke-width: 8;
    stroke-linecap: round;
    transition: stroke-dasharray 600ms cubic-bezier(0.4, 0, 0.2, 1),
        stroke-dashoffset 600ms cubic-bezier(0.4, 0, 0.2, 1);
}

.menu_button .line1 {
    stroke-dasharray: 60 207;
}

.menu_button .line2 {
    stroke-dasharray: 60 60;
}

.menu_button .line3 {
    stroke-dasharray: 60 207;
}

.menu_button.opened .line1 {
    stroke-dasharray: 90 207;
    stroke-dashoffset: -134;
}

.menu_button.opened .line2 {
    stroke-dasharray: 1 60;
    stroke-dashoffset: -30;
}

.menu_button.opened .line3 {
    stroke-dasharray: 90 207;
    stroke-dashoffset: -134;
}



.Max {
    width: var(--max);
    margin: var(--top60) auto;
}

.Huanglang {
    width: 100%;
    overflow: hidden;
}

.Huanglang_max {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    gap: var(--top60);
}

.Huanglang_max_left {
    width: max-content;
}

.Huanglang_max_left ul {
    display: grid;
    grid-template-columns: 1fr;
    gap: var(--top50);
}

.Huanglang_max_left ul li {
    font-size: var(--size18);
    color: rgba(120, 120, 120, 1);
    position: relative;
    padding-left: 23px;
    line-height: 1;
    cursor: pointer;
}

.Huanglang_max_left ul li::before {
    content: "";
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: rgba(24, 79, 152, 1);
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%) scale(0);
    transition: all 0.3s;
}

.Huanglang_max_left ul li::after {
    content: "";
    width: 0%;
    height: 1px;
    background: rgba(198, 198, 198, 1);
    position: absolute;
    right: 130%;
    top: 50%;
    transform: translateY(-50%);
    transition: all 1s;
}

.Huanglang_max_left ul li.active::before,
.Huanglang_max_left ul li:hover::before {
    transform: translateY(-50%) scale(1);
}

.Huanglang_max_left ul li.active::after,
.Huanglang_max_left ul li:hover::after {
    width: 1000%;
}

.Huanglang_max_left ul li.active,
.Huanglang_max_left ul li:hover {
    color: rgba(33, 33, 33, 1);
}

.Huanglang_max_right {
    flex: 1;
}

.Huanglang_max_right_top {
    width: 100%;
    background: rgba(235, 239, 242, 1);
    padding: var(--top20) var(--top30);
    display: grid;
    grid-template-columns: 1fr 3fr 1fr 1fr 1fr 1fr 1fr;
    gap: 10px;
}

.Huanglang_max_right_top p {
    width: 100%;
    font-size: var(--size16);
    color: rgba(120, 120, 120, 1);
}

.Huanglang_max_right ul {
    width: 100%;
    background: rgba(235, 239, 242, 0.3);
}

.Huanglang_max_right ul li {
    width: 100%;
    padding: var(--top30);
    display: grid;
    grid-template-columns: 1fr 3fr 1fr 1fr 1fr 1fr 1fr;
    gap: 10px;
}

.Huanglang_max_right ul li img {
    width: 100%;
    height: auto;
}

.Huanglang_max_right ul li p {
    width: 100%;
    font-size: var(--size16);
    color: rgba(120, 120, 120, 1);
    display: flex;
    align-items: center;
    align-content: center;
}

.pagination {
    width: 100%;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: var(--top50);
    gap: 5px;
}

.pagination .page-item {
    font-size: 12px;
    padding: 8px 10px;
    color: rgba(165, 165, 165, 1);
    border: 1px solid rgba(165, 165, 165, 1);
    line-height: 1;
}

.pagination .page-item.active {
    background: rgba(24, 79, 152, 1);
    border: 1px solid rgba(24, 79, 152, 1);
    color: #fff;
}

.Ketang {
    width: var(--max);
    margin: var(--top120) auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.Ketang_left {
    width: 280px;
}

.Ketang_left_wiper {
    width: 100%;
}

.Ketang_left_wiper li h2 {
    font-size: var(--size20);
    color: rgba(33, 33, 33, 1);
}

.Ketang_left_wiper li p {
    font-size: var(--size14);
    color: rgba(120, 120, 120, 1);
    border-top: 1px solid rgba(198, 198, 198, 1);
    margin-top: var(--top30);
    padding-top: var(--top30);
    line-height: 1.6;
}

.Ketang_ben {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-top: var(--top80);
    gap: var(--top30);
}

.prev,
.next {
    width: 30px;
    height: 30px;
    background: rgba(198, 198, 198, 1);
    border-radius: 50%;
    position: static;
    inset: 0;
    transform: translate(0%, 0%);
}

.prev:hover,
.next:hover {
    background: rgba(24, 79, 152, 1);
}

.pager1 {
    width: max-content;
    position: static;
    inset: 0;
    transform: translate(0%, 0%);
    font-size: var(--size18);
    color: rgba(120, 120, 120, 1);
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    line-height: 1;
}

.pager1 .current {
    font-size: 30px;
    color: rgba(24, 79, 152, 1);
    font-weight: bold;
}

.Ketang_right {
    width: calc(100% - calc(280px + 5vw));
}

.Ketang_right_swiper {
    width: 100%;
}

.Ketang_right_swiper li {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: var(--top20);
}

.Ketang_video {
    width: 100%;
}

.Ketang_video video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.Linggan {
    flex: 1;
}

.Linggan ul {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr;
}

.Linggan ul li {
    width: 100%;
    border-bottom: 1px solid rgba(235, 235, 235, 1);
    padding: var(--top50) 0;
    position: relative;
}

.Linggan ul li::after {
    content: "";
    width: 0%;
    height: 1px;
    position: absolute;
    bottom: -1px;
    left: 0;
    z-index: 1;
    background: rgba(24, 79, 152, 1);
    transition: all 0.5s;
}

.Linggan ul li:hover::after {
    width: 100%;
}

.Linggan ul li:nth-child(1) {
    padding-top: 0;
}

.Linggan ul li a {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    gap: var(--top30);
}

.Linggan_l {
    width: max-content;
    display: flex;
    flex-wrap: wrap;
    gap: var(--top30);
}

.Linggan_l::after {
    content: "";
    display: block;
    width: 50px;
    height: 1px;
    background: rgb(230, 230, 230);
    margin-top: 10px;
}

.Linggan_l h2 {
    font-size: 22px;
    color: rgba(165, 165, 165, 1);
    font-family: 'bold';
    line-height: 1;
}

.Linggan_l p {
    font-size: 16px;
    color: rgba(152, 152, 152, 1);
    line-height: 1;
    margin-top: 5px;
}

.Linggan_c {
    flex: 1;
}

.Linggan_c h2 {
    font-size: var(--size20);
    color: rgba(33, 33, 33, 1);
    font-family: 'bold';
    line-height: 1;
}

.Linggan_c p {
    font-size: var(--size16);
    color: rgba(165, 165, 165, 1);
    margin-top: 15px;
    line-height: 1.6;
}

.Linggan ul li:hover .Linggan_c h2 {
    color: rgba(24, 79, 152, 1);
}

.Banner {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.Banner img {
    width: 100%;
    height: auto;
    min-height: 300px;
    object-fit: cover;
}

.Banner_text {
    width: var(--max);
    overflow: hidden;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.Banner_text h2 {
    text-align: center;
    font-size: var(--size30);
    color: rgba(33, 33, 33, 1);
    font-weight: bold;
}

.Banner_text p {
    text-align: center;
    font-size: var(--size16);
    color: rgba(33, 33, 33, 1);
    margin-top: var(--top30);
    font-weight: 600;
}

.Lan {
    width: 100%;
    overflow: hidden;
    background: rgba(245, 245, 245, 1);
}

.Show {
    margin-top: -60px;
    position: relative;
    z-index: 5;
    background: rgba(255, 255, 255, 1);
}

.Show_top {
    width: 100%;
    height: 60px;
    background: rgba(243, 243, 243, 1);
    padding: 0 var(--top20);
    font-size: var(--size16);
    color: rgba(33, 33, 33, 1);
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.Show_top span {
    color: rgba(24, 79, 152, 1);
}

.Show_max {
    width: 100%;
    padding: var(--top50);
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    gap: var(--top60);
}

.Show_max_left {
    flex: 1;
}

.Show_text {
    width: 100%;
    font-size: var(--size14);
    color: rgba(102, 102, 102, 1);
    line-height: 2;
}

.Show_text img {
    max-width: 100%;
    height: auto;
    margin: auto;
}

.Prev {
    width: 100%;
    overflow: hidden;
    margin-top: var(--top30);
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 10px;
    border-top: 1px solid rgba(210, 210, 210, 1);
    padding-top: var(--top30);
}

.Prev a {
    width: max-content;
    max-width: 48%;
    display: block;
    font-size: var(--size14);
    color: #000000;
}

.Prev a:hover {
    color: rgba(24, 79, 152, 1);
}

.Show_max_Guan {
    width: 280px;
}

.Show_max_Guan h2 {
    border-bottom: 1px solid rgba(210, 210, 210, 1);
    position: relative;
    font-size: var(--size20);
    color: rgba(24, 79, 152, 1);
    padding-bottom: 5px;
}

.Show_max_Guan h2::after {
    content: "";
    width: 80px;
    height: 3px;
    background: rgba(24, 79, 152, 1);
    position: absolute;
    bottom: -1px;
    left: 0;
}

.Show_max_Guan ul {
    width: 100%;
}

.Show_max_Guan ul li {
    width: 100%;
    border-bottom: 1px solid rgba(210, 210, 210, 1);
    padding: var(--top20) 0;
}

.Show_max_Guan ul li h3 {
    font-size: var(--size18);
    color: rgba(33, 33, 33, 1);
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.Show_max_Guan ul li p {
    font-size: var(--size16);
    color: rgba(120, 120, 120, 1);
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    margin-top: 10px;
}

.Show_max_svg {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-top: var(--top20);
}

.Show_max_svg span {
    font-size: var(--size16);
    color: rgb(87, 55, 55);
}

.Show_max_svg svg {
    width: 20px;
    height: auto;
}

.Show_max_Guan ul li:hover h3 {
    color: rgba(24, 79, 152, 1);
}

.Jianli {
    flex: 1;
}

.Jianli_list {
    width: 100%;
    display: none;
}

.Jianli_list:nth-child(1) {
    display: block;
}

.Jianli_top {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    gap: var(--top80);
}

.Jianli_top img {
    width: 30%;
    height: auto;
}

.Jianli_top_text {
    flex: 1;
}

.Jianli_top_text h2 {
    font-size: var(--size24);
    color: rgba(33, 33, 33, 1);
}

.Jianli_top_text p {
    font-size: var(--size14);
    color: rgba(120, 120, 120, 1);
    line-height: 2;
    margin-top: var(--top20);
}

.Jianli_text {
    font-size: var(--size14);
    color: rgba(120, 120, 120, 1);
    line-height: 2;
}

.Footer {
    width: 100%;
    border-top: 1px solid rgba(245, 245, 245, 1);
}

.Footer_max {
    width: var(--max);
    margin: var(--top30) auto;
}

.Footer_max_top {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
/*    gap: var(--top100);*/
}

.Footer_max_top p {
    font-size: var(--size14);
    color: rgba(69, 69, 69, 1);
}

.Footer_max>p {
    text-align: center;
    font-size: var(--size14);
    color: rgba(69, 69, 69, 1);
    /*margin-top: var(--top20);*/
}

.Beian {
    width: 100%;
    overflow: hidden;
    border-top: 1px solid rgba(215, 219, 222, 1);
}

.Beian_max {
    width: var(--max);
    overflow: hidden;
    margin: var(--top20) auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
}

.Beian_max p {
    font-size: var(--size14);
    color: rgba(158, 158, 158, 1);
}

.Wenchuang {
    width: 100%;
    overflow: hidden;
    background: rgba(245, 245, 245, 1);
}

.Wenchuang_max ul {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: var(--top30) var(--top20);
}

.Wenchuang_max ul li {
    width: 100%;
}

.Wenchuang_max ul li:hover{
    transform: translateY(-5px);
}

.Wenchuang_max ul li img {
    width: 100%;
    aspect-ratio: 280 / 350;
    object-fit: cover;
    cursor: pointer;
}

.Wenchuang_max ul li h2 {
    font-size: var(--size18);
    color: rgba(33, 33, 33, 1);
    margin-top: 15px;
}

.Wenchuang_max ul li p {
    font-size: var(--size14);
    color: rgba(102, 102, 102, 1);
    margin-top: 10px;
}

.Wenchuang_item {
    display: grid;
    grid-template-columns: 1ffr;
    gap: var(--top30);
}

.Wenchuang_list {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: var(--top50);
}

.Wenchuang_list p {
    width: 75px;
    font-size: var(--size16);
    color: rgba(120, 120, 120, 1);
}

.Wenchuang_list_fen {
    flex: 1;
}

.Wenchuang_list_fen ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: var(--top30);
}

.Wenchuang_list_fen ul li {
    width: max-content;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
    font-size: var(--size16);
    color: rgba(33, 33, 33, 1);
    cursor: pointer;
    line-height: 1;
}

.Wenchuang_list_fen ul li::before {
    content: "";
    width: 16px;
    height: 16px;
    border: 1px solid rgba(162, 162, 162, 1);
    border-radius: 50%;
    display: block;
    box-sizing: border-box;
    transition: all 0.3s;
}

.Wenchuang_list_fen ul li.active::before,
.Wenchuang_list_fen ul li:hover::before {
    border: 4px solid rgba(24, 79, 152, 1)
}

.Wenchuang_list_nian {
    flex: 1;
}

.Wenchuang_list_nian ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: var(--top20);
}

.Wenchuang_list_nian ul li {
    width: max-content;
    line-height: 40px;
    border: 1px solid rgba(198, 198, 198, 1);
    font-size: var(--size16);
    color: rgba(33, 33, 33, 1);
    padding: 0 var(--top30);
    cursor: pointer;
}

.Wenchuang_list_nian ul li.active,
.Wenchuang_list_nian ul li:hover {
    background: rgba(24, 79, 152, 1);
    border: 1px solid rgba(24, 79, 152, 1);
    color: rgba(255, 255, 255, 1);
}

.Wenchuang_list_range {
    width: max-content;
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: var(--size16);
    color: #C6C6C6;
    line-height: 1;
}

.Wenchuang_list_range input {
    width: 150px;
    line-height: 40px;
    border: 1px solid rgba(198, 198, 198, 1);
    font-size: var(--size14);
    color: #C6C6C6;
    padding: 0 15px;
}

.Wenchuang_list_range button {
    width: max-content;
    line-height: 40px;
    border: 1px solid rgba(198, 198, 198, 1);
    font-size: var(--size14);
    color: rgba(33, 33, 33, 1);
    padding: 0 var(--top20);
    cursor: pointer;
}
.Wenchuang_list_range button:hover{
    background: rgba(24, 79, 152, 1);
    border: 1px solid rgba(24, 79, 152, 1);
    color: rgba(255, 255, 255, 1);
}
.Wenchuang_sort {
    flex: 1;
}

.Wenchuang_sort ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: var(--top20);
}

.Wenchuang_sort ul li {
    width: max-content;
    line-height: 40px;
    border: 1px solid rgba(198, 198, 198, 1);
    font-size: var(--size16);
    color: rgba(33, 33, 33, 1);
    padding: 0 var(--top30);
    cursor: pointer;
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
}

.Wenchuang_sort ul li.active,
.Wenchuang_sort ul li:hover {
    background: rgba(24, 79, 152, 1);
    border: 1px solid rgba(24, 79, 152, 1);
    color: rgba(255, 255, 255, 1);
}

.Wenchuang_sort span {
    font-size: var(--size16);
    color: #787878;
}

.Wenchuang_sort .sort_option.asc::after {
    content: "⇈";
    display: block;
}

.Wenchuang_sort .sort_option.desc::after {
    content: "⇊";
    display: block;
}


.Wenchuang_max_no {
    width: 100%;
    font-size: var(--size16);
    color: red;
    text-align: center;
}

.Wenchuang_search {
    width: 100%;
}

.Wenchuang_search form {
    width: max-content;
    max-width: 100%;
    border: 1px solid rgba(198, 198, 198, 1);
    display: flex;
    align-items: center;
}

.Wenchuang_search_input {
    width: 500px;
    line-height: 40px;
    font-size: var(--size14);
    color: #C6C6C6;
    padding: 0 15px;
}

.Wenchuang_search_input:focus,
.Wenchuang_search_input:not(:placeholder-shown) {
    color: rgba(24, 79, 152, 1);
}

.Wenchuang_search_zuopinming {
    width: 120px;
    line-height: 20px;
    border-left: 1px solid rgba(216, 216, 216, 1);
    border-right: 1px solid rgba(216, 216, 216, 1);
    padding: 0 10px;
    font-size: var(--size14);
    color: rgba(33, 33, 33, 1);
    background: url(../images/sanjiao.png) no-repeat right 10px center / 10px auto;
}

.Wenchuang_search form button {
    width: 40px;
    height: 40px;
    cursor: pointer;
}

.Wenchuang_search form button:hover path{
    fill: rgba(24, 79, 152, 1);
}

.Index_banner {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.Index_banner_Swiper{
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
}

.Index_banner_Swiper ul li{
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.pager11{
    bottom: 80px;
    z-index: 999;
}

.Index_banner_max {
    width: calc(var(--max) + var(--top120) * 2);
    overflow: hidden;
    max-width: 100%;
    background: rgba(0, 0, 0, 0.3);
    margin: auto;
    margin-top: var(--top120);
    position: relative;
    z-index: 5;
}

.Index_banner_cen {
    width: var(--max);
    max-width: 100%;
    margin: var(--top60) auto var(--top30);
}

.Index_banner_max ul {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.Index_banner_max ul li {
    width: max-content;
    font-size: var(--size16);
    color: rgba(255, 255, 255, 1);
    line-height: 1;
}

.Index_banner_max_top {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    /*justify-content: space-between;*/
    justify-content: flex-end;
    align-items: center;
}

.Index_banner_max_top p {
    flex: 1;
    font-size: var(--size16);
    color: rgba(255, 255, 255, 1);
}

.Index_banner_max_lang {
    width: max-content;
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    font-size: var(--size16);
    color: rgba(255, 255, 255, 0.5);
}

.Index_banner_max_lang .active {
    color: rgba(255, 255, 255, 1);
}

.Index_banner_max_text {
    width: 100%;
    margin: 12vw auto;
}

.Index_banner_max_text h2 {
    font-size: var(--size20);
    color: rgba(255, 255, 255, 1);
    line-height: 1;
    font-family: serif;
    font-weight: 900;
}

.Index_banner_max_text p {
    font-size: 5vw;
    color: rgba(255, 255, 255, 1);
    margin-top: 10px;
    font-family: serif;
    font-weight: 900;
}

.Index_banner_max_text_icon {
    width: 100%;
    margin-top: var(--top30);
    display: flex;
    flex-wrap: wrap;
    gap: var(--top30);
}


.Index_banner_max_text_icon_item {
    width: 30px;
    cursor: pointer;
}

.Index_banner_max_text_icon_item svg {
    width: 100%;
    height: auto;
    display: block;
}
.Index_banner_max_text_icon_item svg:hover path{
    fill: rgba(24, 79, 152, 1);
}
.wechat_qr_mask {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    animation: wechatMaskFade .25s ease-out;
}

.wechat_qr_box {
    background: #ffffff;
    padding: var(--top20) var(--top30);
    border-radius: 6px;
    text-align: center;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
    animation: wechatQrZoom .25s ease-out;
}

.wechat_qr_box p {
    font-size: 16px;
    color: #333333;
}

.wechat_qr_box img {
    width: 180px;
    height: auto;
    margin-top: 15px;
}

@keyframes wechatMaskFade {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes wechatQrZoom {
    from {
        opacity: 0;
        transform: scale(0.8);
    }

    to {
        opacity: 1;
        transform: scale(1);
    }
}

.Huanglang_index .Jianli_top img {
    width: 160px;
    /*aspect-ratio: 4 / 4;*/
    object-fit: cover;
/*    border-radius: 50%;*/
}

.Huanglang_index .Jianli_top_text p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 7;
    overflow: hidden;
}

.Wenchuang_index {
    width: 100%;
    overflow: hidden;
}

.Wenchuang_index_item {
    width: 100%;
    overflow: hidden;
}

.Wenchuang_index_item:nth-child(4n+1) {
    background: rgba(235, 239, 242, 1);
}
.Wenchuang_index_item:nth-child(4n+2){
    display: none;
}
.Wenchuang_index_item:nth-child(4n+3){
    display: none
}
.Wenchuang_index_item:nth-child(4n+4){

}

.Wenchuang_index_item_top {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: var(--top30);
    margin-bottom: var(--top30);
}

.Wenchuang_index_item_top h2 {
    flex: 1;
    font-size: var(--size24);
    color: rgba(33, 33, 33, 1);
    font-weight: 600;
}

.Wenchuang_index_item_top a {
    width: max-content;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 15px;
    font-size: var(--size16);
    color: rgba(102, 102, 102, 1);
}

.Wenchuang_index_item_top svg {
    width: 60px;
    height: auto;
}

.Wenchuang_index_item_top a:hover{
    color: rgba(24, 79, 152, 1);
    gap: 25px;
}
.Wenchuang_index_item_top a:hover path,
.Wenchuang_index_item_top a:hover circle,
.Wenchuang_index_item_top a:hover rect{
    fill: rgba(24, 79, 152, 1);
}
.Wenchuang_index_item:nth-child(3n+1) .Wenchuang_max ul {
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(2, 1fr);
}

.Wenchuang_index_item:nth-child(3n+1) .Wenchuang_max ul li:nth-child(1) {
    grid-area: 1 / 1 / 2 / 3;
}

.Wenchuang_index_item:nth-child(3n+1) .Wenchuang_max ul li:nth-child(2) {
    grid-area: 1 / 3 / 2 / 4;
}

.Wenchuang_index_item:nth-child(3n+1) .Wenchuang_max ul li:nth-child(3) {
    grid-area: 1 / 4 / 2 / 5;
}

.Wenchuang_index_item:nth-child(3n+1) .Wenchuang_max ul li:nth-child(4) {
    grid-area: 2 / 1 / 3 / 2;
}

.Wenchuang_index_item:nth-child(3n+1) .Wenchuang_max ul li:nth-child(5) {
    grid-area: 2 / 2 / 3 / 3;
}

.Wenchuang_index_item:nth-child(3n+1) .Wenchuang_max ul li:nth-child(6) {
    grid-area: 2 / 3 / 3 / 5;
}

.Wenchuang_index_item:nth-child(3n+1) .Wenchuang_max ul li img {
    height: 421px;
}

.Wenchuang_index_item:nth-child(4n) .Wenchuang_max ul {
    display: block;
    column-count: 4;
    column-gap: var(--top20);
}

.Wenchuang_index_item:nth-child(4n) .Wenchuang_max ul  li{
    break-inside: avoid-column;
    margin-bottom: var(--top20);
}

.Wenchuang_index_item:nth-child(4n) .Wenchuang_max ul  li img{
    height: auto;
    aspect-ratio: initial;
}