:root {
    --max: 80%;
    --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;
}

.shenqing_ewm{
    height: 12vh;
    position: fixed;
    bottom: 10%;
    right: 20px;
    display:flex;
    flex-direction: column;
    align-items: center;
    
}
.shenqing_ewm img{
    
    height: 100%;
}
.shenqing_ewm p{
    margin-top: 5px;
    font-size: var(--size16);
    text-align: center;
}

.Hertre {
    width: 100%;
    z-index: 999;
    position: fixed;
    top: 0;
}

.Hertre_cen {
    width: 90%;
    height: 100%;
    margin: auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
}

.Logo {
    width: 170px;
    overflow: hidden;
}

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

.Logo_lan {
    display: none;
}

.Nav {
    width: max-content;
    margin-left: auto;
}

.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(--size18);
    color: rgba(255, 255, 255, 1);
    text-align: center;
    line-height: 100px;
    position: relative;
}

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


.Nav ul li.active {
    color: rgba(0, 102, 255, 1)
}

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

.Nav ul li::after {
    content: "";
    width: 0%;
    height: 3px;
    background: rgba(0, 102, 255, 1);
    position: absolute;
    bottom: 25px;
    left: 50%;
    transform: translateX(-50%);
    transition: all 0.3s;
}

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

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


.Nav_item {
    width: 100%;
    background: #ffffff;
    position: fixed;
    overflow: hidden;
    top: 100px;
    left: 0;
    display: none;
    transition: auto;
}

.Nav_item_max {
    width: 90%;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.Nav_item_left {
    width: 240px;
    position: relative;
    padding: 10px 0;
}

.Nav_item_left::after {
    content: "";
    width: 200%;
    height: 100%;
    background: rgba(241, 243, 245, 1);
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
}

.Nav_item_itme {
    width: 100%;
    line-height: 50px;
    font-size: var(--size14);
    color: rgba(34, 34, 34, 1);
    cursor: pointer;
    text-align: left;
    padding: 0 25px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    gap: var(--top20);
}

.Nav_item_itme svg {
    width: 8px;
    display: none;
}

.Nav_item_itme.active {
    background: rgba(255, 255, 255, 1);
    color: rgba(0, 102, 255, 1);
}

.Nav_item_itme.active svg {
    display: block;
}

.Nav_item_right {
    flex: 1;
    padding: var(--top30) var(--top50);
}

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

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

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

.Wuer_list a {
    font-size: var(--size14);
    color: rgba(102, 102, 102, 1);
    line-height: 1;
    text-align: left;
}

.Wuer_list a:hover {
    color: rgba(0, 102, 255, 1);
}

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

.Youer_list {
    width: 100%;
}

.Youer_list h2 {
    font-size: var(--size14);
    color: rgba(34, 34, 34, 1);
    line-height: 1;
    text-align: left;
    margin-bottom: 15px;
}

.Youer_list a {
    display: block;
    font-size: var(--size14);
    color: rgba(102, 102, 102, 1);
    line-height: 2;
    text-align: left;
}

.Youer_list a:hover {
    color: rgba(0, 102, 255, 1);
}

.Suosou {
    width: 20px;
    cursor: pointer;
    margin: 0 var(--top50);
}

.Suosou svg {
    width: 100%;
    height: auto;
    display: block;
}

.Shenqing {
    width: max-content;
    display: block;
    line-height: 42px;
    border-radius: 8px;
    background: rgba(0, 102, 255, 1);
    font-size: var(--size16);
    color: rgba(255, 255, 255, 1);
    padding: 0 20px;
}

.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 rgba(0, 102, 255, 1);
    font-size: var(--size14);
    color: rgba(0, 102, 255, 1);
    padding: 0 20px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

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

.Fixed {
    background: rgba(255, 255, 255, 1);
    box-shadow: 0px 1px 92px rgba(155, 155, 155, 0.15);
}

.Fixed .Nav ul li {
    color: rgba(0, 0, 0, 1);
    line-height: 80px;
}

.Fixed .Suosou svg path,
.Fixed .Suosou svg circle {
    stroke: rgba(0, 0, 0, 1);
}

.Fixed .Logo_bai {
    display: none;
}

.Fixed .Logo_lan {
    display: block;
}

.Fixed .Nav ul li::after {
    bottom: 15px;
}

.Fixed .Nav_item {
    top: 80px;
}

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

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

.menu_button:focus {
    outline: none;
}

.menu_button .line {
    fill: none;
    stroke: #fff;
    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);
}

.Fixed .menu_button .line {
    stroke: #000000;
}

.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: 200px;
    height: auto;
    object-fit: cover;
}

.Banner_text {
    width: 90%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.Banner_text h1 {
    width: max-content;
    font-size: var(--size50);
    color: rgba(255, 255, 255, 1);
    line-height: 1;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    padding-bottom: var(--top20);
}

.Banner_text h1 span {
    color: rgba(0, 102, 255, 1);
}

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

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

.Yanjiu>h2 {
    text-align: center;
    font-size: var(--size30);
    color: rgba(0, 102, 255, 1);
    font-weight: 600;
}

.Yanjiu_text {
    width: 100%;
    font-size: var(--size16);
    line-height: 2;
    color: rgba(51, 51, 51, 1);
    margin-top: var(--top50);
}

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

.Gushi h2 {
    font-size: var(--size30);
    color: rgba(0, 102, 255, 1);
    font-weight: 600;
}

.Gushi_text {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    flex-direction: row-reverse;
    gap: var(--top60);
    margin-top: var(--top50);
}

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

.Gushi_text p {
    flex: 1;
    font-size: var(--size16);
    line-height: 2;
    color: rgba(51, 51, 51, 1);
}


.Chengnou h2 {
    font-size: var(--size30);
    color: rgba(0, 102, 255, 1);
    font-weight: 600;
    text-align: center;
}

.Chengnou ul {
    width: 100%;
    margin-top: var(--top50);
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: var(--top20);
}

.Chengnou ul li {
    width: 100%;
    padding: var(--top30);
    border-radius: 10px;
    border: 1px solid rgba(205, 205, 205, 1);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.Chengnou ul li:nth-child(1) {
    grid-area: 1 / 1 / 3 / 2;
}

.Chengnou ul li:nth-child(2) {
    grid-area: 1 / 2 / 2 / 3;
}

.Chengnou ul li:nth-child(3) {
    grid-area: 1 / 3 / 2 / 4;
}

.Chengnou ul li:nth-child(4) {
    grid-area: 2 / 2 / 3 / 3;
}

.Chengnou ul li:nth-child(5) {
    grid-area: 2 / 3 / 3 / 4;
}

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

.Chengnou ul li p {
    font-size: var(--size18);
    color: rgba(34, 34, 34, 1);
    line-height: 1.7;
    margin-top: var(--top30);
}

.Texiancen {
    position: relative;
}

.Texiancen>h2 {
    font-size: var(--size30);
    color: rgba(0, 0, 0, 1);
    font-size: 600;
    position: absolute;
    top: 0;
    left: 0;
}

.Texiancen h2 span {
    color: rgba(0, 102, 255, 1);
}

.Texian {
    --texian-size: 900px;
    width: var(--texian-size);
    max-width: 90%;
    aspect-ratio: 1 / 1;
    margin: 0 auto;
    position: relative;
}



.Texian::before,
.Texian::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    pointer-events: none;
}


.Texian::before {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.02);
}

.Texian::after {
    width: 75%;
    height: 75%;
    background: rgba(0, 0, 0, 0.04);
}


.Texian ul {
    position: absolute;
    inset: 0;
}

.Texian ul li {
    width: max-content;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-size: var(--size18);
    color: #222;
    transform-origin: center center;
    cursor: pointer;
}

.dot {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: #fff;
    border: 1px solid rgb(0, 0, 0);
    position: absolute;
    left: 0;
    top: 0;
    transform: translate(-50%, -50%);
}

.dot::after {
    content: "";
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: rgb(0, 0, 0);
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.Texian ul li p {
    position: absolute;
    white-space: nowrap;
    font-size: var(--size30);
    line-height: 1;
    color: rgb(0, 0, 0);
}

.Texian_bg {
    width: 50%;
    height: 50%;
    background: rgba(0, 0, 0, 0.05);
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    align-content: center;
    gap: 10px;
}

.Texian_bg img {
    width: var(--top80);
    aspect-ratio: 4 / 4;
    object-fit: contain;
    margin: auto;
}

.Texian_bg h2 {
    width: 100%;
    text-align: center;
    font-size: var(--size30);
    color: rgba(0, 0, 0, 1);
    margin-top: 10px;
}

.Texian_bg p {
    width: 100%;
    padding: 0 var(--top50);
    text-align: center;
    font-size: var(--size16);
    color: rgba(0, 0, 0, 1);
    margin-top: 10px;
}

.Texian_bg span {
    width: 100%;
    display: block;
    text-align: center;
    font-size: var(--size30);
    color: rgba(0, 102, 255, 1);
    line-height: 1;
    margin-top: var(--top30);
    font-weight: 600;
}

.Texian ul li.active p {
    color: rgba(0, 102, 255, 1);
}

.Texian ul li.active .dot {
    border: 1px solid rgba(0, 102, 255, 1);
}

.Texian ul li.active .dot::after {
    background: rgba(0, 102, 255, 1);
}

.Texian_max {
    width: 100%;
    display: none;
    flex-wrap: wrap;
    gap: 15px;
}

.Texian_list {
    width: 100%;
    border: 1px solid #00000020;
    border-radius: 10px;
    padding: 15px;
}

.Texian_list img {
    width: 30px;
    aspect-ratio: 4 / 4;
    object-fit: contain;
}

.Texian_list h2 {
    font-size: var(--size18);
    color: rgba(0, 0, 0, 1);
    line-height: 1;
    margin-top: 15px;
}

.Texian_list p {
    font-size: var(--size14);
    color: rgba(0, 0, 0, 1);
    line-height: 1;
    margin-top: 10px;
    line-height: 1.7;
}

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

.Hezuo h2 {
    text-align: center;
    font-size: var(--size20);
    color: rgba(34, 34, 34, 1);
}


.Hezuo>img{
    width: var(--max);
    margin: auto;
    height: auto;
    margin-top: var(--top40);
}
.Hezuo p {
    text-align: center;
    font-size: var(--size36);
    color: rgba(34, 34, 34, 1);
}

.Hezuo p span {
    color: rgba(0, 102, 255, 1);
}

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

.downScroll {
    width: 100%;
}

.item {
    width: 270px;
    aspect-ratio: 270 / 100;
    border-radius: 8px;
    background: rgba(255, 255, 255, 1);
    border: 1px solid rgba(211, 211, 211, 1);
    display: flex;
    justify-content: center;
    align-items: center;
}

.item img {
    max-width: 80%;
    max-height: 80%;
    object-fit: contain;
}



.Xuanze h2 {
    text-align: center;
    font-size: var(--size36);
    color: rgba(34, 34, 34, 1);
}

.Xuanze h2 span {
    color: rgba(0, 102, 255, 1);
}

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

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

.Xuanze_max>img {
    width: 60%;
    height: auto;
}

.Xuanze_text {
    flex: 1;
    background: rgba(243, 245, 249, 1);
    padding: var(--top50);
}

.Xuanze_text h3 {
    width: max-content;
    max-width: 100%;
    font-size: var(--size30);
    color: rgba(0, 102, 255, 1);
    border-bottom: 2px solid rgba(29, 73, 134, 1);
    padding-bottom: 10px;
}


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

.Xuanze_text ul li {
    width: 100%;
}

.Xuanze_text ul li h4 {
    font-size: var(--size24);
    color: rgba(0, 102, 255, 1);
}

.Xuanze_text ul li p {
    font-size: var(--size16);
    color: rgba(102, 102, 102, 1);
    margin-top: 10px;
}

.Fenlei {
    width: 100%;
    overflow: hidden;
    background: rgba(255, 255, 255, 1);
    box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.2);
}

.Fenlei ul {
    width: var(--max);
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 4vw;
}

.Fenlei ul li {
    width: max-content;
    font-size: var(--size16);
    color: rgba(51, 51, 51, 1);
    line-height: 60px;
    position: relative;
    cursor: pointer;
}

.Fenlei ul li::after {
    content: "";
    width: 0px;
    height: 2px;
    background: rgba(0, 102, 255, 1);
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    transition: all 0.3s;
}

.Fenlei ul li.active::after,
.Fenlei ul li:hover::after {
    width: 100%;
}
.Anli>img{
    width: 100%;
    height: auto;
}
.Anli ul {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: var(--top30);
}

.Anli ul li {
    width: 100%;
    background: rgba(249, 249, 249, 1);
}

.Anli ul li a>img {
    width: 100%;
    aspect-ratio: 520 / 320;
    object-fit: cover;
}

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

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

.Anli_text p {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
    margin-top: var(--top30);
    font-size: var(--size16);
    color: rgba(51, 51, 51, 1);
}

.Anli_text p img {
    width: 18px;
    height: auto;
}

.Anli ul li:hover {
    box-shadow: 0px 0px 10px 5px #00000020;
    transform: translateY(-5px);
}

.Anli ul li:hover .Anli_text h2 {
    color: rgba(0, 102, 255, 1);
}

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

.Show {
    flex: 1;
}

.Show>h2 {
    font-size: var(--size30);
    color: rgba(30, 32, 38, 1);
    border-bottom: 1px solid rgba(217, 217, 217, 1);
    padding-bottom: 10px;
}

.Show>p {
    font-size: var(--size16);
    color: rgba(153, 153, 153, 1);
    margin-top: 10px;
    background: url(../images/shiijan.png) no-repeat left center / 18px auto;
    padding-left: 25px;
}

.Show_text {
    width: 100%;
    overflow: hidden;
    margin-top: var(--top20);
    font-size: var(--size14);
    color: rgba(106, 106, 106, 1);
    line-height: 2;
}

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

.Prev {
    width: 100%;
    overflow: hidden;
    margin-top: var(--top30);
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    border-top: 1px solid rgba(217, 217, 217, 1);
    padding-top: var(--top20);
}

.Prev a {
    width: 100%;
    display: block;
    font-size: var(--size14);
    color: rgba(34, 34, 34, 1);
}

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

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

.pagination .page-item.active {
    background: rgba(0, 102, 255, 1);
    border: 1px solid rgba(0, 102, 255, 1);
    color: #fff;
}

.Anli_yui {
    width: 400px;
    background: rgba(247, 247, 247, 1);
    border-top: 4px solid rgba(0, 102, 255, 1);
    padding: var(--top30);
}

.Anli_yui h2 {
    font-size: var(--size20);
    color: rgba(32, 34, 40, 1);
    font-weight: 600;
}

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

.Anli_yui ul li {
    width: 100%;
}

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

.Anli_yui ul li img {
    width: 35%;
    object-fit: cover;
}

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

.Anli_yuitext h3 {
    width: 100%;
    font-size: var(--size18);
    color: rgba(51, 51, 51, 1);
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

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

.Anli_yui ul li:hover .Anli_yuitext h3 {
    color: rgba(0, 102, 255, 1);
}

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

.Jianjie h2 {
    font-size: var(--size30);
    color: rgba(34, 34, 34, 1);
}

.Jianjie h2 span {
    color: rgba(0, 102, 255, 1);
}

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

.Jianjie_max img {
    width: 35%;
    height: auto;
}

.Jianjie_text {
    flex: 1;
}

.Jianjie_text h3 {
    font-size: var(--size30);
    color: rgba(34, 34, 34, 1);
}

.Jianjie_text h3 span {
    color: rgba(0, 102, 255, 1);
}

.Jianjie_text p {
    font-size: var(--size16);
    color: rgba(34, 34, 34, 1);
    line-height: 2;
    margin-top: var(--top40);
}

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

.Jianjie ul li {
    width: 100%;
}

.Jianjie ul li p {
    font-size: var(--size16);
    color: rgba(68, 68, 68, 1);
    line-height: 1;
}

.Jianjie ul li p span,
.Jianjie ul li p font {
    font-size: var(--size60);
    color: rgba(0, 102, 255, 1);
    font-weight: 900;
}

.Jianjie ul li h3 {
    font-size: var(--size20);
    color: rgba(68, 68, 68, 1);
    margin-top: 15px;
}

.Wenhua h2 {
    font-size: var(--size30);
    color: rgba(34, 34, 34, 1);
}

.Wenhua h2 span {
    color: rgba(0, 102, 255, 1);
}

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

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

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

.Wenhua ul li h2 {
    width: 100%;
    position: absolute;
    bottom: var(--top30);
    font-size: var(--size20);
    color: rgba(255, 255, 255, 1);
    text-align: center;
}

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

.Fazhan_max h2 {
    font-size: var(--size30);
    color: rgba(34, 34, 34, 1);
    text-align: center;
}

.Fazhan_max h2 span {
    color: rgba(0, 102, 255, 1);
}

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

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

.Fazhan_swiper li:nth-child(5n+1) {
    margin-top: 9vw;
}

.Fazhan_swiper li:nth-child(5n+3) {
    margin-top: 14vw;
}

.Fazhan_swiper li:nth-child(5n+4) {
    margin-top: 7.5vw;
}

.Fazhan_swiper li:nth-child(5n) {
    margin-top: 12vw;
}

.Fazhan_swiper li img {
    width: 25px;
    height: auto;
}

.Fazhan_text {
    flex: 1;
}

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

.Fazhan_text p {
    font-size: var(--size18);
    color: rgba(68, 68, 68, 1);
    margin-top: var(--top20);
}


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

.prev,
.next {
    width: 60px;
    height: 60px;
    background: rgba(246, 246, 246, 1);
    border: 2px solid rgba(220, 220, 220, 1);
    border-radius: 6px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: static;
    inset: 0;
    transform: translate(0%, 0%);
}

.prev,
.next {
    transform: rotate(-45deg);
}

.prev svg,
.next svg {
    transform: rotate(45deg);
}

.prev:hover,
.next:hover {
    background: rgba(0, 102, 255, 1);
    border: 2px solid rgba(0, 102, 255, 1)
}

.prev:hover path,
.next:hover path {
    stroke: #ffffff;
}

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

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

.Rongyu_title {
    width: var(--max);
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-end;
}

.Rongyu_title h2 {
    flex: 1;
    font-size: var(--size30);
    color: rgba(34, 34, 34, 1);
}

.Rongyu_title h2 span {
    color: rgba(0, 102, 255, 1);
}

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

.Rongyu_title ul li {
    width: max-content;
    position: relative;
    font-size: var(--size18);
    color: rgba(68, 68, 68, 1);
    cursor: pointer;
    font-weight: 600;
    padding-bottom: 10px;
}

.Rongyu_title ul li::after {
    content: "";
    width: 0px;
    height: 3px;
    border-radius: 3px;
    background: rgba(0, 102, 255, 1);
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

.Rongyu_title ul li.active {
    color: rgba(0, 102, 255, 1);
}

.Rongyu_title ul li.active::after {
    width: 18px;
}

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

.Rongyu_list {
    width: 100%;
    transition: auto;
}

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

.Rongyu_swiper {
    width: 100%;
}

.Rongyu_swiper li {
    width: 100%;
    cursor: pointer;
}

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

.pager2 {
    width: var(--max);
    margin: auto;
    margin-top: var(--top50);
    position: static;
    inset: 0;
    transform: translate(0%, 0%);
    background: rgba(0, 102, 255, 0.2);
}

.pager2 .zhenshangyin-pager-progressbar-progress {
    background: rgba(0, 102, 255, 1);
}

.Rongyu_title a {
    width: max-content;
    line-height: 50px;
    border-radius: 6px;
    background: rgba(0, 102, 255, 1);
    font-size: var(--size16);
    color: rgba(255, 255, 255, 1);
    padding: 0 var(--top30);
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
}

.Rongyu_title a img {
    width: 18px;
    height: auto;
}

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

.Xinwen ul li {
    width: 100%;
    background: rgba(249, 249, 249, 1);
}

.Xinwen ul li a>img {
    width: 100%;
    aspect-ratio: 520 / 320;
    object-fit: cover;
}

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

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

.Xinwen_text_title h2 {
    flex: 1;
    font-size: var(--size20);
    color: rgba(34, 34, 34, 1);
}

.Xinwen_itme {
    width: max-content;
    border-left: 1px solid rgba(240, 240, 240, 1);
    padding-left: 15px;
}

.Xinwen_itme h3 {
    font-size: var(--size50);
    color: rgba(34, 34, 34, 1);
    line-height: 1;
    text-align: center;
}

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

.Xinwen_text>p {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
    margin-top: var(--top30);
    font-size: var(--size16);
    color: rgba(51, 51, 51, 1);
}

.Xinwen_text>p img {
    width: 18px;
    height: auto;
}

.Xinwen ul li:hover {
    box-shadow: 0px 0px 10px 5px #00000020;
    transform: translateY(-5px);
}

.Xinwen ul li:hover .Xinwen_text_title h2 {
    color: rgba(0, 102, 255, 1);
}


.Huodong h2 {
    flex: 1;
    font-size: var(--size30);
    color: rgba(34, 34, 34, 1);
}

.Huodong h2 span {
    color: rgba(0, 102, 255, 1);
}

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

.Huodong ul li {
    width: 100%;
    background-color: rgba(250, 250, 250, 1);
    background-repeat: no-repeat;
    background-position: bottom right;
    background-size: auto 70%;
    padding: var(--top40);
    min-height: 340px;
}

.Huodong ul li:nth-child(1) {
    grid-area: 1 / 1 / 3 / 3;
}

.Huodong ul li:nth-child(2) {
    grid-area: 1 / 3 / 2 / 5;
}

.Huodong ul li:nth-child(3) {
    grid-area: 2 / 3 / 3 / 4;
}

.Huodong ul li:nth-child(4) {
    grid-area: 2 / 4 / 3 / 5;
}

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

.Huodong ul li p {
    width: 90%;
    font-size: var(--size16);
    color: rgba(0, 0, 0, 1);
    margin-top: var(--top20);
    line-height: 1.7;
}

.Huodong ul li a {
    width: max-content;
    font-size: var(--size18);
    color: rgba(0, 102, 255, 1);
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
    margin-top: var(--top40);
}

.Huodong ul li a img {
    width: 18px;
    height: auto;
}

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

.Zuixin ul li {
    width: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 8vw var(--top60);
}

.Zuixin ul li h2 {
    width: 100%;
    max-width: 580px;
    font-size: var(--size30);
    color: rgba(0, 0, 0, 1);
    line-height: 1.5;
}

.Zuixin ul li p {
    width: 100%;
    max-width: 580px;
    font-size: var(--size16);
    color: rgba(0, 0, 0, 1);
    margin-top: var(--top30);
    line-height: 1.7;
}

.Zuixin ul li a {
    width: max-content;
    font-size: var(--size18);
    color: rgba(0, 102, 255, 1);
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
    margin-top: var(--top30);
}

.Zuixin ul li a img {
    width: 18px;
    height: auto;
}

.Cvm h2 {
    font-size: var(--size30);
    color: rgba(34, 34, 34, 1);
}

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

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

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

.Cvm ul li>img {
    width: 45%;
    height: auto;
}

.Cvm_text {
    flex: 1;
}

.Cvm_text h3 {
    font-size: var(--size30);
    color: rgba(0, 102, 255, 1);
    font-weight: 900;
}

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

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

.Cvm_item img {
    width: 15px;
    height: auto;
}

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

.Cvm_text a {
    width: max-content;
    line-height: 50px;
    border-radius: 6px;
    background: rgba(0, 102, 255, 1);
    font-size: var(--size16);
    color: rgba(255, 255, 255, 1);
    padding: 0 var(--top30);
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
    margin-top: var(--top30);
}

.Cvm_text a img {
    width: 18px;
    height: auto;
}

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


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

.Bankuaier_max img {
    width: 50px;
    height: auto;
}

.Bankuaier_max p {
    flex: 1;
    font-size: var(--size24);
    color: rgba(255, 255, 255, 1);
    line-height: 1.7;
    font-weight: 600;
}

.Bankuaisan>h2 {
    text-align: center;
    font-size: var(--size30);
    color: rgba(0, 102, 255, 1);
    font-weight: 600;
}

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

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

.Bankuaisan ul li {
    width: 100%;
    border-radius: 10px;
    background: rgba(255, 255, 255, 1);
    box-shadow: 0px 0px 10px rgba(0, 102, 255, 0.2);
    padding: var(--top50);
}

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

.Bankuaisan ul li h3 {
    font-size: var(--size20);
    color: rgba(0, 0, 0, 1);
    margin-top: 15px;
}

.Bankuaisan ul li p {
    font-size: var(--size16);
    color: rgba(102, 102, 102, 1);
    margin-top: 15px;
}

.Chanpin h2 {
    flex: 1;
    font-size: var(--size30);
    color: rgba(34, 34, 34, 1);
}

.Chanpin h2 span {
    color: rgba(0, 102, 255, 1);
}

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

.Chanpin_left {
    width: 300px;
    background: rgba(250, 250, 250, 1);
    padding: var(--top20);
}

.Chanpin_left ul {
    width: 100%;
}

.Chanpin_left ul li {
    width: 100%;
}

.Chanpin_left ul li a {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    line-height: 80px;
    padding: 0 var(--top30);
    gap: var(--top20);
}

.Chanpin_img {
    width: 20px;
    aspect-ratio: 4 / 4;
    display: flex;
    justify-content: center;
    align-items: center;
}

.Chanpin_img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.Chanpin_left ul li h2 {
    flex: 1;
    font-size: var(--size16);
    color: rgba(34, 34, 34, 1);
}

.Chanpin_left ul li.active,
.Chanpin_left ul li:hover {
    background: rgba(0, 102, 255, 1);
}

.Chanpin_left ul li.active h2,
.Chanpin_left ul li:hover h2 {
    color: #ffffff;
}

.Chanpin_left ul li.active .Chanpin_img img,
.Chanpin_left ul li:hover .Chanpin_img img {
    filter: brightness(0) invert(1);
}

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

.Chanpin_list {
    width: 100%;
}

.Chanpin_list>h2 {
    font-size: var(--size24);
    color: rgba(34, 34, 34, 1);
}


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

.Chanpin_list ul li {
    width: 100%;
}

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

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

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

.Chanpin_right_text {
    flex: 1;
}

.Chanpin_right_text h2 {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 5px;
    font-size: var(--size18);
    color: rgba(34, 34, 34, 1);
}

.Chanpin_right_text h2 span {
    width: max-content;
    display: block;
    line-height: 18px;
    background: rgba(0, 102, 255, 0.1);
    border-radius: 3px;
    font-size: 12px;
    color: rgba(0, 102, 255, 1);
    padding: 0 10px;
}

.Chanpin_right_text p {
    width: 100%;
    font-size: var(--size14);
    color: rgba(136, 136, 136, 1);
    margin-top: 5px;
}

.Chanpin_list ul li:hover .Chanpin_right_text h2 {
    color: rgba(0, 102, 255, 1);
}

.Remen h2 {
    flex: 1;
    font-size: var(--size30);
    color: rgba(34, 34, 34, 1);
    text-align: center;
}

.Remen h2 span {
    color: rgba(0, 102, 255, 1);
}

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

.Remen ul li {
    width: 100%;
    min-height: 220px;
    overflow: hidden;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.Remen ul li a {
    width: 100%;
    height: 100%;
    display: block;
    padding: var(--top50) var(--top30);
}

.Remen ul li h2 {
    width: max-content;
    max-width: 100%;
    background: rgba(0, 102, 255, 1);
    font-size: var(--size14);
    color: rgba(255, 255, 255, 1);
    line-height: 28px;
    padding: 0 10px;
    text-align: left;
}

.Remen ul li p {
    font-size: var(--size24);
    color: rgba(255, 255, 255, 1);
    margin-top: 10px;
}

.Fnganin {
    width: 100%;
    overflow: hidden;
    background: #f9fafc;
}

.Youshiin>h2 {
    text-align: center;
    font-size: var(--size30);
    color: rgba(34, 34, 34, 1);
}

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

.Youshiin ul li {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    background: rgba(255, 255, 255, 1);
    border: 1px solid rgba(229, 229, 229, 1);
}

.Youshiin ul li img {
    width: 45%;
    object-fit: cover;
}

.Youshiin_max {
    flex: 1;
    padding: var(--top30);
}

.Youshiin_max h3 {
    font-size: var(--size18);
    color: rgba(34, 34, 34, 1);
}

.Youshiin_max p {
    font-size: var(--size14);
    color: rgba(102, 102, 102, 1);
    line-height: 1.7;
    margin-top: var(--top20);
}

.Gushiin>h2 {
    text-align: center;
    font-size: var(--size30);
    color: rgba(34, 34, 34, 1);
}

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

.Gushiin ul li {
    width: 100%;
    cursor: pointer;
    background: #ffffff;
}

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

.Zhanshi>h2 {
    text-align: center;
    font-size: var(--size30);
    color: rgba(34, 34, 34, 1);
}

.Zhanshi_text {
    width: 100%;
    margin-top: var(--top50);
    font-size: var(--size14);
    color: #000000;
    line-height: 1.8;
    background: #ffffff;
    padding: var(--top50);
}

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

.Fen_fangFen {
    position: sticky;
    top: 80px;
}

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

.Footer_max {
    width: 90%;
    overflow: hidden;
    margin: var(--top60) auto;
}

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

.Footer_max ul li {
    width: max-content;
    max-width: 220px;
}

.Footer_max ul li>a {
    font-size: var(--size20);
    color: rgba(0, 0, 0, 1);
    font-weight: 600;
}

.Footer_item {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
    margin-top: var(--top30);
}

.Footer_item a {
    display: block;
    font-size: var(--size14);
    color: rgba(0, 0, 0, 1);
    line-height: 1.8;
}

.Footer_max ul li:nth-child(1) {
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
}

.Footer_max ul li img {
    width: 170px;
}

.Beian {
    width: 100%;
    overflow: hidden;
    border-top: 2px solid rgba(0, 0, 0, 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: rgb(0, 0, 0);
}

.Banner_swiper {
    width: 100%;
}

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

.Banner_swiper_text {
    width: 90%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.Banner_center {
    max-width: 600px;
    width: 100%;
}

.Banner_center h2 {
    font-size: var(--size60);
    color: rgba(255, 255, 255, 1);
    line-height: 1.2;
    border-bottom: 1px solid rgba(255, 255, 255, 0.35);
    padding-bottom: var(--top20);
    opacity: 0;
    transform: translateY(10px);
    transition: all 0.6s;
    transition-delay: 400ms;
}

.Banner_center p {
    font-size: var(--size20);
    color: rgba(255, 255, 255, 0.6);
    margin-top: var(--top20);
    opacity: 0;
    transform: translateY(10px);
    transition: all 0.6s;
    transition-delay: 600ms;
}

.Banner_center a {
    width: max-content;
    display: block;
    line-height: 50px;
    border-radius: 4px;
    background: rgba(255, 255, 255, 1);
    font-size: var(--size18);
    color: rgba(0, 102, 255, 1);
    padding: 0 var(--top50);
    margin-top: var(--top50);
    opacity: 0;
    transform: translateY(10px);
    transition: all 0.6s;
    transition-delay: 800ms;
}
.Banner_swiper ul li.zhenshangyin-slide-active .Banner_center h2,
.Banner_swiper ul li.zhenshangyin-slide-active .Banner_center p,
.Banner_swiper ul li.zhenshangyin-slide-active .Banner_center a{
    opacity: 1;
    transform: translateY(0);
}



.Chanpinin>h2 {
    font-size: var(--size30);
    text-align: center;
    color: rgba(34, 34, 34, 1);
}

.Chanpinin>h2 span {
    color: rgba(0, 102, 255, 1);
}

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

.Chanpinin_max{
    width: 100%;
    margin-top: var(--top50);
    display: grid;
    grid-template-columns: 300px 1fr;
    gap: 10px;
}

.Chanpinin_left {
    width: 100%;
}

.Chanpinin_left ul {
    width: 100%;
}

.Chanpinin_left ul li {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    line-height: 80px;
    padding: 0 var(--top30);
    gap: var(--top20);
    cursor: pointer;
}

.Chanpinin_img {
    width: 20px;
    aspect-ratio: 4 / 4;
    display: flex;
    justify-content: center;
    align-items: center;
}

.Chanpinin_img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.Chanpinin_left ul li h2 {
    flex: 1;
    font-size: var(--size16);
    color: rgba(34, 34, 34, 1);
}

.Chanpinin_left ul li.active,
.Chanpinin_left ul li:hover {
    background: rgba(0, 102, 255, 1);
}

.Chanpinin_left ul li.active h2,
.Chanpinin_left ul li:hover h2 {
    color: #ffffff;
}

.Chanpinin_left ul li.active .Chanpinin_img img,
.Chanpinin_left ul li:hover .Chanpinin_img img {
    filter: brightness(0) invert(1);
}

.Chanpinin_right{
    contain: size;
}

.Chanpinin_right ul{
    width: 100%;
    height: 100%;
}
.Chanpinin_right ul li{
    width: 100%;
    height: 100%;
    position: relative;
    display: none;
    transition: auto;
}

.Chanpinin_right ul li:nth-child(1){
    display: block;
}

.Chanpinin_right ul li img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.Chanpinin_text{
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    padding: var(--top30);
}
.Chanpinin_text h2{
    font-size: var(--size24);
    color: rgba(255, 255, 255, 1);
}
.Chanpinin_text p{
    font-size: var(--size16);
    color: rgba(255, 255, 255, 1);
    margin-top: var(--top20);
}
.FnganInas{
    width: 100%;
    overflow: hidden;
    background: rgba(243, 245, 249, 1);
    padding: var(--top80) 0;
}
.FnganInas_max{
    width: var(--max);
    margin: auto;
}
.FnganInas_max>h2 {
    font-size: var(--size30);
    color: rgba(34, 34, 34, 1);
}

.FnganInas_max>h2 span {
    color: rgba(0, 102, 255, 1);
}

.FnganInas_max>p{
    font-size: var(--size16);
    color: rgba(102, 102, 102, 1);
    margin-top: 10px;
}
.FnganInas_top{
    width: 100%;
    margin-top: var(--top50);
    border-bottom: 1px solid rgba(221, 221, 221, 1);
}

.FnganInas_top li{
    width: 100%;
    padding-bottom: 10px;
    cursor: pointer;
}
.FnganInas_top li::after{
    content: "";
    width: 0%;
    height: 2px;
    background: rgba(0, 102, 255, 1);
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
}
.FnganInas_top_img{
    width: 25px;
    aspect-ratio: 4 / 4;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
    overflow: hidden;
}

.FnganInas_top_img img{
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: auto;
}
.FnganInas_top li h2{
    text-align: center;
    color: rgba(34, 34, 34, 1);
    font-size: var(--size16);
    margin-top: 5px;
}
.FnganInas_top li.zhenshangyin-slide-active h2{
    color: rgb(0, 102, 255);
}
.FnganInas_top li.zhenshangyin-slide-active::after{
    width: 100%;
}

.FnganInas_top li.zhenshangyin-slide-active .FnganInas_top_img img{
    transform: translateX(-25px);
    filter: drop-shadow(rgb(0, 102, 255) 25px 0)
}
.FnganInas_cen{
    width: 100%;
    margin-top: var(--top50);
}
.FnganInas_cen ul{
    padding: 30px 0;
}
.FnganInas_cen li{
    width: 100%;
}

.FnganInas_cen li img{
    width: 100%;
    aspect-ratio: 656 / 410;
    object-fit: cover;
}

.FnganInas_bottom{
    max-width: 800px;
    width: 100%;
    margin: auto;
    text-align: center;
}
.FnganInas_bottom li{
    background: rgba(243, 245, 249, 1);
    font-size: var(--size16);
    color: rgba(34, 34, 34, 1);
}

.Changjia h2 {
    font-size: var(--size30);
    color: rgba(34, 34, 34, 1);
}

.Changjia h2 span {
    color: rgba(0, 102, 255, 1);
}


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

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

.Changjia_max ul li h2{
    font-size: var(--size24);
    color: #000000;
}

.Changjia_max ul li p{
    font-size: var(--size16);
    color: #000000;
    line-height: 1.8;
    margin-top: var(--top20);
}

.Form{
    width: 800px;
    max-width: calc(100% - 30px);
    margin: var(--top80) auto;
}
.Form h2{
    font-size: var(--size30);
    color: #000000;
}
.Form form {
    width: 100%;
    margin-top: var(--top50);
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: var(--top20) 0;
    margin-top: var(--top30);
}

.Lianxi_form_item {
    width: 100%;
}

.Lianxi_form_item p {
    font-size: var(--size16);
    color: rgba(52, 57, 67, 1);
}

.Lianxi_form_item p span {
    color: rgba(255, 0, 0, 1);
}

.Lianxi_form_item input {
    width: 100%;
    height: 50px;
    border-radius: 2px;
    background: rgba(0, 0, 0, 0.02);
    border: 1px solid rgba(229, 229, 229, 1);
    margin-top: 15px;
    font-size: var(--size14);
    color: rgba(204, 200, 201, 1);
    padding: 0 15px;
}

.Lianxi_form_item:nth-child(3) {
    width: 100%;
}

.Lianxi_form_item textarea {
    width: 100%;
    height: 120px;
    border-radius: 2px;
    background: rgba(0, 0, 0, 0.02);
    border: 1px solid rgba(229, 229, 229, 1);
    margin-top: 15px;
    font-size: var(--size14);
    color: rgba(204, 200, 201, 1);
    padding: 10px 15px;
    resize: none;
}

.Form form button {
    width: 170px;
    height: 50px;
    background: rgba(0, 102, 255, 1);
    font-size: var(--size14);
    color: rgba(255, 255, 255, 1);
    cursor: pointer;
    border-radius: 10px;
}
.Fiex{
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: var(--top20);
}


.Lianxis{
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    background: #00000090;
    display: none;
}

.Lianxis_max{
    width: 800px;
    max-width: calc(100% - 30px);
    background: #fff;
    border-radius: 10px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    padding: var(--top30);
}

.Lianxis .Form {
    width: 100%;
    max-width: 100%;
    max-height: 70vh;
    overflow: auto;
    margin: 0;
}

.cebianlan{
    width: 70px;
    position: fixed;
    top: 35%;
    right: 20px;
    z-index: 999;
    box-shadow: 0px 4px 10px 0px #00000020;
}

.shouqi{
    width: 30px;
    position: absolute;
    right: 100%;
    top: 35px;
    border-radius: 8px 0px 0px 8px;
    background: rgba(0, 102, 255, 1);
    box-shadow: 0px 1px 4px  rgba(0, 0, 0, 0.1);
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 5px;
    padding: 10px 0;
    cursor: pointer;
}

.shouqi h2{
    font-size: 12px;
    color: #ffffff;
    letter-spacing: 5px;
    writing-mode: vertical-rl;
}

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

.cebianlan ul{
    width: 100%;
}

.cebianlan ul li{
    width: 100%;
    height: 70px;
    background: #ffffff;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
    align-items: center;
    border-top: 1px solid #00000020;
    position: relative;
}
.cebianlan ul li:nth-child(1){
    border: none;
}

.top{
    margin-top: 10px;
    cursor: pointer;
}
.cebianlan ul li svg{
    width: 20px;
    height: auto;
    display: block;
}
.cebianlan ul li h2{
    width: 100%;
    margin-top: 5px;
    font-size: 12px;
    text-align: center;
    color: #444444;
}
.cebianlan ul li:hover{
    background: #0066FF;
}
.cebianlan ul li:hover h2{
    color: #ffffff;
}
.cebianlan ul li:hover svg path{
    fill: #ffffff;
}
.mixnuiu{
    width: max-content;
    overflow: hidden;
    background: #ffffff;
    position: absolute;
    top: 50%;
    right: 80px;
    box-shadow: 0px 4px 10px 0px #00000020;
    transform: translateY(-50%) scale(0);
    padding: 15px;
    font-size: 14px;
    color: #000000;
    border-radius: 10px;
    transform-origin: right center;

}
.mixnuiu img{
    width: 120px;
    height: auto;
}
.cebianlan ul li:hover .mixnuiu{
    transform: translateY(-50%) scale(1);
}