* {
    margin: 0px;
    padding: 0px;
}

ul,
ol {
    list-style: none;
}

a {
    text-decoration: none;
    color: #333;
}

input,
textarea,
select,
button {
    outline: none;
    border: none;
}

html {
    transition: font-size 0.3s ease;
    -webkit-text-size-adjust: 100%;
    text-size-adjust: 100%;
    font-size: 10px;
}

:root {
    --font-size: 2rem;
}

body {
    font-size: 1.5rem;
}

.visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
}

.container {
    width: 90%;
    max-width: 144rem;
    margin: 0 auto;
    height: 100%;
}

.nav {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 9rem ;
    background: #FFF;
    z-index: 9999;
    box-shadow: 0px 0px 1rem 0.1rem rgba(0, 0, 0, 0.16);
}

.nav .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.nav .logo {
    height: 4rem;
}

.nav .logo img {
    display: block;
    height: 100%;
}

.nav .nav_list {
    display: flex;
    height: 100%;
    align-items: center;
}

.nav .nav_list .nav_item {
    height: 100%;
    margin-right: 6.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.nav .nav_list .nav_item:last-child {
    margin-right: 0px;
}

.nav .nav_list .nav_item .title {
    font-weight: 500;
    font-size: 1.8rem ;
    color: #3E3E3E;
}

.nav .nav_list .nav_item.avtive .title {
    color: #024090;
}

.banne_swiper {
    width: 100%;
    height: 100vh;
}

.banne_swiper .swiper-slide {
    width: 100%;
    height: 100%;
}

.banne_swiper .banner_img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover ;
}

.banne_swiper .text {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 1;
    padding-top: 9rem;
    box-sizing: border-box;
}

.banne_swiper .text .container {
    display: flex;
    align-items: center;
}

.banne_swiper .text .txt {
    max-width: 67rem;
    width: 100%;
}

.banne_swiper .swiper-slide .text h2 {
    font-weight: 400;
    font-size: 2.6rem;
    color: #FFFFFF;
    text-shadow: 0px 0.3rem 0.6rem rgba(0, 0, 0, 0.36);
    margin-bottom: 2rem;
    opacity: 0;
    transform: translate3d(0, 50%, 0);
    transition: transform 1.5s ease 0.5s, opacity 1.5s ease 0.5s;
    text-shadow: 0 0 15px rgba(0, 0, 0, 0.25);
}

.banne_swiper .swiper-slide .text h3 {
    font-weight: bold;
    font-size: 4rem;
    color: #FFFFFF;
    text-shadow: 0px 0.3rem 0.6rem rgba(0, 0, 0, 0.48);
    margin-bottom: 2rem;

    opacity: 0;
    transition: transform 1.5s ease 1s, opacity 1.5s ease 1s;
    transform: translate3d(0, -50%, 0);

}

.banne_swiper .swiper-slide .text h4 {
    font-weight: 400;
    font-size: 1.6rem;
    color: #FFFFFF;
    text-shadow: 0px 0.3rem 0.6rem rgba(0, 0, 0, 0.36);

    opacity: 0;
    transition: transform 1s ease 2s, opacity 1s ease 2s;
    transform: translate3d(0, 60%, 0);
}


.banne_swiper .swiper-slide-active .text h2 {
    transition: transform 1.5s ease 0.5s, opacity 1.5s ease 0.5s;
    opacity: 1;
    transform: translate3d(0, 0, 0);
}

.banne_swiper .swiper-slide-active .text h3 {
    opacity: 1;
    transition: transform 1.5s ease 1s, opacity 1.5s ease 1s;
    transform: translate3d(0, 0, 0);
}

.banne_swiper .swiper-slide-active .text h4 {
    opacity: 1;
    transition: transform 1s ease 2s, opacity 1s ease 2s;
    transform: translate3d(0, 0, 0);
}

.banne_swiper .text .Moer {
    width: 18.5rem;
    height: 4.9rem;
    background: #024090;
    border-radius: 3rem;
    padding-left: 3rem;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    position: relative;
    margin-top: 7rem;

    opacity: 0;
    transition: transform 1s ease 2s, opacity 1s ease 2s;
    transform: translate3d(0, 60%, 0);

}

.banne_swiper .swiper-slide-active .text .Moer {
    opacity: 1;
    transition: transform 1s ease 2s, opacity 1s ease 2s;
    transform: translate3d(0, 0, 0);
}

.banne_swiper .text .Moer span {
    font-weight: 400;
    font-size: 1.5rem;
    color: #FFFFFF;
}

.banne_swiper .text .Moer .icon {
    width: 4.8rem;
    height: 4.8rem;
    background: #FFFFFF;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #FFFFFF;
    position: absolute;
    right: 0px;
}

.banne_swiper .text .Moer .icon svg {
    height: 2rem;
    width: auto;
    display: block;
    fill: #024090;
}

.About {
    width: 100%;
    margin: 8rem 0px;
}

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

.About .out .img {
    width: 55.6rem;
    height: 57rem;
}

.About .out .img img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.About .out .text {
    width: calc(100% - 55.6rem - 5.2rem);
}

.About .out .text .title_box {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-bottom: 7rem;
}


.About .out .text .title_box .icon_list {
    display: flex;
    justify-content: space-between;
    gap: 0px 3rem;
}

.About .out .text .title_box .icon_list img {
    width: 9rem;
    height: 9rem;
    display: block;
}

.About .out .text .title_box .title h2 {
    font-weight: bold;
    font-size: 3rem;
    color: #272727;
    margin-bottom: 1rem;
    margin-top: 3rem;
}

.About .out .text .title_box .title .list {
    display: flex;
    align-items: center;
    gap: 0px 1.9rem;
}

.About .out .text .title_box .title .list span {
    font-weight: bold;
    font-size: 1.7rem;
    color: #272727;
}

.About .out .text .txt {
    width: 100%;
}

.About .out .text .txt p {
    font-weight: 400;
    font-size: 1.6rem;
    color: #6A6A6A;
    text-indent: 2em;
    line-height: 1.8em;
}

.About .out .text .Moer {
    width: 18.5rem;
    height: 4.9rem;
    border-radius: 3rem;
    border: 0.1rem solid #024090;
    padding-left: 3rem;
    box-sizing: border-box;
    position: relative;
    display: flex;
    align-items: center;
    margin-top: 5.5rem;
}

.About .out .text .Moer span {
    font-weight: 400;
    font-size: 1.5rem;
    color: #272727;
}

.About .out .text .Moer .icon {
    width: 4.8rem;
    height: 4.8rem;
    border-radius: 50%;
    background: #024090;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 0px;
}

.About .out .text .Moer .icon svg {
    width: 2rem;
    height: 2rem;
    fill: #FFF;
}

.About .out .Numbers_list {
    width: 55.6rem;
    display: flex;
    align-items: center;
    padding-right: 6.5rem;
    box-sizing: border-box;
}

.About .out .Numbers_list .Numbers_item {
    width: 40%;
}

.About .out .Numbers_list .Numbers_item:last-child {
    width: 20%;
}

.About .out .Numbers_list .Numbers_item .tit {
    display: flex;
    align-items: end;
}

.About .out .Numbers_list .Numbers_item .tit b {
    font-weight: 500;
    font-size: 4.5rem;
    color: #232323;
    line-height: 1;
}

.About .out .Numbers_list .Numbers_item .tit span {
    font-weight: 400;
    font-size: 1.3rem;
    color: #363636;
    line-height: 1;
    display: block;
    margin-left: 0.6rem;
}

.About .out .Numbers_list .Numbers_item i {
    width: 100%;
    height: 0.1rem;
    background: #C8C8C8;
    display: block;
    position: relative;
    margin: 5rem 0px;
}

.About .out .Numbers_list .Numbers_item i::after {
    content: '';
    height: 0.1rem;
    width: 3.4rem;
    position: absolute;
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
    background: #024090;
}

.About .out .Numbers_list .Numbers_item .txt {
    font-weight: 500;
    font-size: 1.5rem;
    color: #4A4A4A;
    margin-bottom: 1.3rem;
}

.About .out .Numbers_list .Numbers_item .txt2 {
    font-weight: 500;
    font-size: 1.6rem;
    color: #363636;
}

.About .out .Play_img {
    width: calc(100% - 55.6rem);
    position: relative;
    height: 37.2rem;

}

.About .out .Play_img .img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.About .out .Play_img .bofang {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    width: 7.2rem;
    height: 7.2rem;
    display: block;
    cursor: pointer;
}

.About .out .Play_img .bofang img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: contain;
}

.Product_Center {
    width: 100%;
    background: url(../images/10118.jpg) no-repeat center / cover;
    border-radius: 6rem 0px 6rem 0px;
    overflow: hidden;
    padding: 7.8rem 0px 0rem 0px;
}

.public_title .title {
    display: flex;
    align-items: center;
}

.public_title .title i {
    width: 0.8rem;
    height: 0.8rem;
    background: #FFF;
    display: block;
    border-radius: 50%;
    margin-right: 1.5rem;
}

.public_title .title h2 {
    font-weight: 500;
    font-size: 2rem;
    color: #FFFFFF;
}

.public_title h3 {
    font-weight: 500;
    font-size: 3rem;
    color: #ffff;
    margin-top: 3rem;
    max-width: 67.7rem;
}

.public_title.heise .title h2 {
    color: #333;
}

.public_title.heise .title i {
    background: #024090;
}

.public_title.heise h3 {
    color: #333;
}

.Product_Center .out {
    margin-top: 3rem;
    border-top: 0.1rem solid rgba(255, 255, 255, 0.33);
    box-sizing: border-box;
    position: relative;
    display: flex;
    flex-wrap: wrap;
}

.Product_Center .out::after {
    content: '';
    height: 1.1rem;
    width: 1.1rem;
    position: absolute;
    left: 50%;
    top: 0%;
    transform: translate(-50%, -50%);
    z-index: 1;
    background: #FFF;
    border-radius: 50%;
}

.Product_Center .out::before {
    content: '';
    position: absolute;
    left: 50%;
    top: 0px;
    height: 100%;
    width: 0.1rem;
    z-index: 1;
    background: rgba(255, 255, 255, 0.33);
    transform: translateX(-50%);

}

.Product_Center .out .box {
    width: 50%;
    padding-top: 19.2rem;
    padding-bottom: 7.4rem;
    box-sizing: border-box;
    position: relative;
}

.Product_Center .out .box .title {
    position: absolute;
    top: 5rem;
    left: 0px;
}

.Product_Center .out .box .title h3 {
    font-weight: bold;
    font-size: 3.4rem;
    color: #FFFFFF;
}

.Product_Center .out .box .title_box {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.Product_Center .out .box .title_box h4 {
    font-weight: 500;
    font-size: 2rem;
    color: #FFFFFF;
}

.Product_Center .out .box .title_box .but_list {
    position: relative;
    display: flex;
    align-items: center;
    gap: 0px 1rem;
}

.Product_Center .out .box .title_box .but_list .swiper-button-prev,
.Product_Center .out .box .title_box .but_list .swiper-button-next {
    width: 4.1rem;
    height: 4.1rem;
    background: rgba(255, 255, 255, 0.49);
    border-radius: 0.5rem;
    position: relative;
    margin: 0px;
    left: auto;
    top: auto;
    right: auto;
    bottom: auto;
    transition: 0.3s ease;
}

.Product_Center .out .box .title_box .but_list .swiper-button-prev::after,
.Product_Center .out .box .title_box .but_list .swiper-button-next::after {
    font-size: 1.6rem;
    color: #FFF;
    font-weight: bold;
}

.Product_Center .out .box .title_box .but_list .swiper-button-prev:hover,
.Product_Center .out .box .title_box .but_list .swiper-button-next:hover {
    background: #FFF;
}

.Product_Center .out .box .title_box .but_list .swiper-button-prev:hover::after,
.Product_Center .out .box .title_box .but_list .swiper-button-next:hover::after {
    color: #024090;
}

.Product_Center .out .box:nth-child(2) {
    padding-left: 3.4rem;
    box-sizing: border-box;
}

.Product_Center .out .box:nth-child(1) {
    padding-right: 3.4rem;
    box-sizing: border-box;
}

.Product_Center .out .box .swiper {
    margin-top: 6.7rem;
    width: 100%;
}

.Product_Center .out .box .swiper .swiper-slide {
    width: 48.5%;
    background: #FFFFFF;
    border-radius: 1.3rem;
    margin-right: 2%;
}

.Product_Center .out .box .swiper .swiper-slide a {
    width: 100%;
    height: 100%;
    padding: 5rem 2.8rem 2.8rem 2.8rem;
    box-sizing: border-box;
    display: block;
}

.Product_Center .out .box .swiper .swiper-slide .img {
    width: 100%;
    height: 18.6rem;
    overflow: hidden;
    margin-bottom: 3rem;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.5s ease;
}

.Product_Center .out .box .swiper .swiper-slide .img img {
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 100%;
    object-fit: contain;
}

.Product_Center .out .box .swiper .swiper-slide h5 {
    text-align: center;
    font-weight: 500;
    font-size: 1.6rem;
    color: #4C4C4C;
}

.Product_Center .out .box .swiper .swiper-slide:hover .img {
    transform: translateY(-1.1rem);
}

.Product_Center .out .box .swiper .swiper-slide:hover h5 {
    color: #024090;
}

.Application_fields {
    width: 100%;
    /* background: url(../images/10122.jpg) no-repeat center / cover; */
    height: 91.9rem;
    margin-top: 10rem;
    position: relative;
    overflow: hidden;
    box-sizing: border-box;
}

.Application_fields .container {
    height: auto;
    position: absolute;
    top: 7rem;
    z-index: 7;
    left: 50%;
    transform: translateX(-50%);
    pointer-events: none;
}

.Application_fields .time-move {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}

.Application_fields .time-move canvas {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}

.Application_fields .swiper {
    width: 100%;
    height: 100%;
}

.Application_fields .swiper .swiper-slide {
    width: 100%;
    height: 100%;
}

.Application_fields .swiper .swiper-slide img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.Application_fields .img_list_box {
    position: absolute;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.Application_fields .img_list_box img {
    width: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    object-fit: cover;
    display: block;
    opacity: 0;
    visibility: hidden;
    transform: scale(1.4);
    transition: transform 5s ease;
}

.Application_fields .img_list_box img.active {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
}

.Application_fields .round_list_text .out .content_box {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 9;
}

.Application_fields .round_list_text .out .content_box .content_item {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
}

.Application_fields .round_list_text .out .content_box .content_item .txt {
    transform: translateY(50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transition: 0.5s ease;
}

.Application_fields .round_list_text .out .content_box .content_item.active {
    opacity: 1;
    visibility: visible;
}

.Application_fields .round_list_text .out .content_box .content_item.active .txt {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
}

.Application_fields .round_list_text .out .content_box .content_item img {
    max-height: 6rem;
    height: auto;
    display: block;
    margin-bottom: 2rem;
}

.Application_fields .round_list_text .out .content_box .content_item span {
    font-weight: 500;
    font-size: 2.4rem;
    color: #FFFFFF;
}

.Application_fields .round_list_text {
    width: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    z-index: 10;
}

.Application_fields .round_list_text .out {
    width: 58.6rem;
    height: 58.6rem;
    position: absolute;
    left: 50%;
    top: 29rem;
    transform: translateX(-50%);
    box-sizing: border-box;
    border-radius: 50%;
}

.mask-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    /* 黑色半透明程度 */
    backdrop-filter: blur(0.8rem);
    /* 强模糊（你可以改成 blur(2rem) 等） */
    pointer-events: none;
    /* 让遮罩不拦截点击（可选） */
    z-index: 2;
    mask: radial-gradient(circle 29.3rem at 50% 58.3rem, transparent 29.3rem, black 29.3rem);
    -webkit-mask: radial-gradient(circle 29.3rem at 50% 58.3rem, transparent 29.3rem, black 29.3rem);
}

.Application_fields .round_list_text .coil {
    opacity: 0.5;
}

.Application_fields .round_list_text .foreground {
    transform: rotate(-90deg) translateX(-100%);
    transition: 1s ease;
}

.Application_fields .round_list_text .out .text_list {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
}

.Application_fields .round_list_text .out .text_list .text_item {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(calc(-50% + var(--x)), calc(-50% + var(--y)));
    pointer-events: auto;
    cursor: pointer;
    opacity: 1;
}

.Application_fields .round_list_text .out .text_list .text_item .yuan_box {
    width: 1rem;
    height: 1rem;
    display: block;
    position: relative;
}

.Application_fields .round_list_text .out .text_list .text_item .yuan_box i {
    width: 100%;
    height: 100%;
    display: block;
    background: #FFF;
    border-radius: 50%;
}

.Application_fields .round_list_text .out .text_list .text_item .yuan_box .icon {
    width: 5.2rem;
    height: 5.2rem;
    display: block;
    aspect-ratio: 1 / 1;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
}

.Application_fields .round_list_text .out .text_list .text_item .yuan_box .icon .foreground {
    stroke-dasharray: 327px;
    stroke-dashoffset: 327px;
}

.Application_fields .round_list_text .out .text_list .text_item .yuan_box .icon .coil {
    opacity: 0.5;
}

.Application_fields .round_list_text .out .text_list .text_item.active .yuan_box .icon {
    opacity: 1;
}

.Application_fields .round_list_text .out .text_list .text_item.active .yuan_box .icon .foreground {
    animation: dasharray 8s ease-in-out forwards;
}

@keyframes dasharray {
    0% {
        stroke-dashoffset: 327px;
    }

    100% {
        stroke-dashoffset: 0px;
    }
}

.Application_fields .round_list_text .out .text_list .text_item .txt {
    position: absolute;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    top: 0px;
    left: 0px;
    opacity: 0.6;
}

.Application_fields .round_list_text .out .text_list .text_item.active .txt {
    opacity: 1;
}

.Application_fields .round_list_text .out .text_list .text_item:nth-child(1) .txt {
    transform: translateY(calc(-100% - 3rem)) translateX(-50%);
}

.Application_fields .round_list_text .out .text_list .text_item:nth-child(2) .txt {
    transform: translateY(calc(-50%)) translateX(calc(100% + 3rem));
    right: 0px;
    left: auto;
}

.Application_fields .round_list_text .out .text_list .text_item:nth-child(3) .txt {
    transform: translateY(calc(-50%)) translateX(calc(100% + 8rem));
    right: 0px;
    left: auto;
}

.Application_fields .round_list_text .out .text_list .text_item:nth-child(4) .txt {
    transform: translateY(calc(-50%)) translateX(calc(-100% - 8rem));

}

.Application_fields .round_list_text .out .text_list .text_item:nth-child(5) .txt {
    transform: translateY(calc(-50%)) translateX(calc(-100% - 8rem));

}

.Application_fields .round_list_text .out .text_list .text_item .txt span {
    font-weight: 500;
    font-size: 1.8rem;
    color: #fff;
    width: max-content;
    display: block;
}

.Application_fields .round_list_text .out .text_list .text_item .txt img {
    height: auto;
    max-width: 6rem;
    display: block;
    margin-bottom: 2rem;
}




.Honors {
    width: 100%;
    margin: 8rem 0px;
}

.Honors .out {
    position: relative;
    width: 100%;
    margin-top: 6rem;
}

.Honors .Honors_swiper {
    width: 100%;
}

.Honors .Honors_swiper .swiper-wrapper {
    transition-timing-function: linear !important;
}

.Honors .Honors_swiper .swiper-slide {
    width: 33.8rem  ;
    background: #F3F3F3;
    border-radius: 0.9rem;
    padding: 3rem 3.6rem 2.6rem 3.6rem;
    box-sizing: border-box;
    margin-right: 2%;
}

.Honors .Honors_swiper .swiper-slide .img {
    width: 100%;
    height: 34.5rem;
    overflow: hidden;
    margin-bottom: 3rem;
}

.Honors .Honors_swiper .swiper-slide .img img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.Honors .Honors_swiper .swiper-slide span {
    text-align: center;
    font-weight: 400;
    font-size: 1.8rem;
    color: #4E4E4E;
    display: block;
}

.Honors .out .swiper-button-prev,
.Honors .out .swiper-button-next {
    width: 5.1rem;
    height: 5.1rem;
    /* background: #024090; */
    border: 0.1rem solid #CBCBCB;
    opacity: 0.75;
    border-radius: 50%;
}

.Honors .out .swiper-button-next {
    right: -9rem;
}

.Honors .out .swiper-button-prev {
    left: -9rem;
}

.Honors .out .swiper-button-prev::after,
.Honors .out .swiper-button-next::after {
    color: #333;
    font-size: 1.8rem;
}

.Honors .out .swiper-button-prev:hover,
.Honors .out .swiper-button-next:hover {
    background: #024090;
    border: 0.1rem solid #024090;
}

.Honors .out .swiper-button-prev:hover::after,
.Honors .out .swiper-button-next:hover::after {
    color: #fff;
}

.partner {
    background: url(../images/9943.png) no-repeat center/ cover;
    padding: 7.3rem 0px 9rem 0px;
}

.partner .out {
    margin-top: 9rem;
    display: flex;
    flex-direction: column;
    gap: 6rem 0px;
}

.partner .out img {
    width: auto;
    max-width: 100%;
    display: block;
    margin: 0 auto;
}


#footer {
    width: 100%;
    background: #2C2D31;
    box-shadow: 0px -0.1rem 0.6rem 0.1rem rgba(0, 0, 0, 0.16);
}

#footer .Top-logo {
    width: 100%;
}

#footer .Top-logo .out {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 5.4rem 0px 5rem 0px;
    box-sizing: border-box;
    border-bottom: 0.1rem solid #707070;
    box-sizing: border-box;
}

#footer .Top-logo .out .logo {
    height: 4.6rem;
    font-weight: 500;
    font-size: 4.5rem;
    color: #FFFFFF;
}

#footer .Top-logo .out .logo img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: contain;
}

#footer .Top-logo .out .QR-code {
    display: flex;
    align-items: center;
}

#footer .Top-logo .out .QR-code span {
    font-weight: 400;
    font-size: 1.7rem;
    color: #EBEBEB;
}

#footer .Top-logo .out .QR-code .img {
    width: 4.2rem;
    height: 4.2rem;
    display: block;
    cursor: pointer;
}

#footer .Top-logo .out .QR-code .img img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: contain;
}

#footer .footer-information {
    width: 100%;
    margin-top: 4rem;
}

#footer .footer-information .out {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-bottom: 7rem;
}

#footer .footer-information .out .left {
    width: 30%;
}

#footer .footer-information .out .left li {
    display: flex;
    align-items: center;
    margin-bottom: 2.5rem;
}

#footer .footer-information .out .left li:last-child {
    margin-bottom: 0px;
}

#footer .footer-information .out .left li span,
#footer .footer-information .out .left li a {
    font-weight: 400;
    font-size: 1.6rem;
    line-height: 1.8em;
    color: #DCDCDC;
}

#footer .footer-information .out .right {
    display: flex;
    width: 60%;
    justify-content: space-between;
}

#footer .footer-information .out .right .box {
    /*width: 20%;*/
}

#footer .footer-information .out .right .box h2 a {
    font-weight: 500;
    font-size: 2rem;
    color: #FFFFFF;
    margin-bottom: 3rem;
    display: block;
}

#footer .footer-information .out .right .box li a {
    font-weight: 400;
    font-size: 1.5rem;
    color: #DCDCDC;
    margin-bottom: 2.6rem;
    display: block;
    width: max-content;
}

#footer .footer-information .out .right .box li:last-child a {
    margin-bottom: 0px;
    display: block;
}

#footer .Friendship-Link {
    width: 100%;
    padding-bottom: 6.5rem;
    border-bottom: 0.1rem solid rgba(114, 114, 114, 0.37);
}

#footer .Friendship-Link .out {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    align-items: center;
}

#footer .Friendship-Link .out h3 {
    font-weight: 400;
    font-size: 1.8rem;
    color: #DCDCDC;
}

#footer .Friendship-Link .out li a {
    font-weight: 400;
    font-size: 1.8rem;
    color: #DCDCDC;
    display: block;
    margin: 0px 0.5rem;
}

#footer .Filing-number {
    width: 100%;
    padding: 1.5rem 0px;
}

#footer .Filing-number .out {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    position: relative;
}

#footer .Filing-number .out p {
    font-weight: 400;
    font-size: 1.4rem;
    color: #CCCCCC;
}

#footer .Filing-number .out a {
    font-weight: 400;
    font-size: 1.4rem;
    color: #CCCCCC;
}

#footer .Filing-number .out .support {
    position: absolute;
    right: 0px;
}

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

.banenr_pages .banner_img {
    width: 100%;
    display: block;
}

.banenr_pages .text {
    width: 100%;
    padding-top: 10rem;
    box-sizing: border-box;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
}

.banenr_pages .text .container {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.banenr_pages .text .container h2 {
    font-weight: bold;
    font-size: 4rem;
    color: #FFFFFF;
    text-shadow: 0px 0.3rem 0.6rem rgba(0, 0, 0, 0.48);
    margin-bottom: 1rem;
    letter-spacing: 0.1rem;
}

.banenr_pages .text .container span {
    font-weight: 400;
    font-size: 2.6rem;
    color: #FFFFFF;
    text-shadow: 0px 0.3rem 0.6rem rgba(0, 0, 0, 0.48);
}

.News_pages {
    width: 100%;
    margin: 9rem 0px;
}

.News_pages .out {
    width: 100%;
    margin-top: 7rem;
    display: flex;
    flex-wrap: wrap;
    gap: 3rem 3.5%;
}

.News_pages .out .box {
    width: 31%;
}

.News_pages .out .box .img {
    width: 100%;
    height: 25rem;
    overflow: hidden;
    border-radius: 1.5rem;
}

.News_pages .out .box .img img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    transition: 0.5s ease;
}

.News_pages .out .box:hover .img img {
    transform: scale(1.1);
}

.News_pages .out .box .text {
    width: 100%;
    padding: 3rem 2rem;
    box-sizing: border-box;
    border-bottom: 0.1rem solid #E7E7E7;
}

.News_pages .out .box .text span {
    font-weight: 400;
    font-size: 1.5rem;
    color: #666666;
    margin-bottom: 1.4rem;
    display: block;
}

.News_pages .out .box .text h4 {
    font-weight: 500;
    font-size: 2rem;
    color: #333333;
    margin-bottom: 1rem;
    white-space: nowrap;
    /* 禁止换行 */
    overflow: hidden;
    /* 隐藏溢出内容 */
    text-overflow: ellipsis;
    /* 显示省略号 */
}

.News_pages .out .box:hover .text h4 {
    color: #024090;
}

.News_pages .out .box .text p {
    font-weight: 400;
    font-size: 1.6rem;
    color: #858585;
    line-height: 1.7em;
    margin-bottom: 2rem;
    white-space: nowrap;
    /* 禁止换行 */
    overflow: hidden;
    /* 隐藏溢出内容 */
    text-overflow: ellipsis;
    /* 显示省略号 */
}

.News_pages .out .box .text .Moer {
    display: flex;
    align-items: center;
}

.News_pages .out .box .text .Moer span {
    font-weight: 400;
    font-size: 1.4rem;
    color: #666666;
    line-height: 1;
    margin-bottom: 0px;
}

.News_pages .out .box:hover .text .Moer span {
    color: #024090;
}

.News_pages .out .box .text .Moer .icon {
    width: 3.1rem;
    height: 3.1rem;
    border: 0.1rem solid #707070;
    box-sizing: border-box;
    border-radius: 50%;
    margin-left: 4.4rem;
    position: relative;
}

.News_pages .out .box .text .Moer .icon i {
    width: 2.8rem;
    height: 0.1rem;
    background: #707070;
    position: absolute;
    left: -1.5rem;
    display: block;
    top: 50%;
    transform: translateY(-50%);
    transition: 0.5s ease;
}

.News_pages .out .box:hover .text .Moer .icon i {
    transform: translateX(-1rem);
}

.News_pages .out .box .text .Moer .icon img {
    height: 0.8rem;
    width: auto;
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 1.1rem;
    transition: 0.5s ease;
}

.News_pages .out .box:hover .text .Moer .icon img {
    transform: translateX(0.4rem) translateY(-50%);
}


.product_pages {
    width: 100%;
    margin: 9rem 0px;
}

.product_pages .out {
    margin-top: 6rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}

.product_pages .out .left {
    width: 32rem;
    background: #FFFFFF;
    box-shadow: 0px 0px 1rem 0.1rem rgba(0, 0, 0, 0.16);
    border-radius: 1.2rem;
}

.product_pages .out .left .title {
    width: 100%;
    background: #003E97;
    height: 7rem;
    border-radius: 1.2rem;
    display: flex;
    align-items: center;
    padding-left: 2.5rem;
    box-sizing: border-box;
    font-weight: bold;
    font-size: 2rem;
    color: #FFFFFF;
}

.product_pages .out .left ul {
    width: 100%;
    padding: 1rem 2.7rem 2.7rem 2.5rem;
    box-sizing: border-box;
}

.product_pages .out .left ul li {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: space-between;
    border-bottom: 0.1rem solid #EFEFEF;
    box-sizing: border-box;
}

.product_pages .out .left ul li a {
    display: block;
    padding: 1.7rem 0px;
    font-weight: 400;
    font-size: 1.6rem;
    color: #505050;
}

.product_pages .out .left ul li svg {
    height: 1.5rem;
    width: auto;
    fill: #333;
}

.product_pages .out .left ul li:hover a,
.product_pages .out .left ul li.active a {
    color: #003E97;
}

.product_pages .out .left ul li:hover svg,
.product_pages .out .left ul li.active svg {
    fill: #003E97;
}


.product_pages .out .Product_list {
    width: calc(100% - 32rem);
    padding-left: 3rem;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    gap: 3rem 2%;
}

.product_pages .out .Product_list .box {
    width: 32%;
    background: #F1F1F1;
    border-radius: 1.3rem;
    overflow: hidden;
    position: relative;
}

.product_pages .out .Product_list .box a {
    display: block;
    width: 100%;
    height: 100%;
    padding: 3rem 2rem 2rem 2rem;
    box-sizing: border-box;
    position: relative;
    z-index: 4;
}

.product_pages .out .Product_list .box h4 {
    text-align: center;
    display: block;
    font-weight: 500;
    font-size: 1.8rem;
    color: #4C4C4C;
}

.product_pages .out .Product_list .box:hover h4 {
    color: #003E97;
}

.product_pages .out .Product_list .box .img {
    width: 100%;
    height: 17rem;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 3rem 0px 3rem 0px ;
}

.product_pages .out .Product_list .box .img img {
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 100%;
    display: block;
    margin: 0 auto;
    object-fit: contain;
    transition: 0.5s ease;
}

.product_pages .out .Product_list .box:hover .img img {
    transform: scale(1.1);
}

.product_pages .out .Product_list .box .Moer {
    display: flex;
    align-items: center;
    justify-content: center;
}

.product_pages .out .Product_list .box .Moer span {
    font-weight: 400;
    font-size: 1.4rem;
    color: #787878;
}

.product_pages .out .Product_list .box .Moer .icon {
    width: 3.1rem;
    height: 3.1rem;
    background: #FFFFFF;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 2rem;
}

.product_pages .out .Product_list .box .Moer .icon img {
    height: 1rem;
    width: auto;
    display: block;

}

.product_pages .out .Product_list .box::after {
    width: 171%;
    height: 60%;
    position: absolute;
    bottom: 0px;
    left: 0px;
    background: #003E97;
    z-index: 1;
    content: '';
    transform: rotate(160deg) translate(12%, -3%);
    display: none;
}

.product_pages .out .Product_list .box:hover::after {
    display: block;
}

.product_pages .out .Product_list .box:hover .Moer span {
    color: #FFF;
}

.Contact-pages {
    width: 100%;
    margin: 8rem 0px 4rem 0px;
    box-sizing: border-box;
}

.Contact-pages .out {
    margin-top: 5.8rem;
    display: flex;
    flex-wrap: wrap;
    border: 0.1rem solid #DDDDDD;
}

.Contact-pages .out .box {
    width: 25%;
    padding: 5.5rem 1.5rem;
    box-sizing: border-box;
    border-right: 0.1rem solid #DDDDDD;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.Contact-pages .out .box:last-child {
    border-right: none;
}

.Contact-pages .out .box img {
    width: 6.8rem;
    height: 6.8rem;
    display: block;
    margin-bottom: 2rem;
}

.Contact-pages .out .box h3 {
    font-weight: 500;
    font-size: 1.8rem;
    color: #333333;
    margin-bottom: 1.5rem;
}

.Contact-pages .out .box i {
    width: 3.9rem;
    height: 0.4rem;
    display: block;
    margin-bottom: 1.5rem;
    background: #0C4DA2;
}

.Contact-pages .out .box a,
.Contact-pages .out .box p {
    font-weight: 400;
    font-size: 1.5rem;
    color: #888888;
    text-align: center;
}

.Contact-pages .out .QRcode img {
    width: 12rem;
    height: 12rem;
    display: block;
}

.Contact-pages .title {
    width: 100%;
    text-align: center;
}

.Contact-pages .title h2 {
    font-weight: bold;
    font-size: 3.6rem;
    color: #2655A1;
    margin-bottom: 1rem;
}

.Contact-pages .title span {
    font-weight: 400;
    font-size: 1.6rem;
    color: #111111;
}

.map {
    width: 100%;
    /* margin: 6rem 0px ; */
}

.map img {
    width: 100%;
    display: block;
}

.Online-Message {
    width: 100%;
    background: url(../images/9958.png) no-repeat center;
    background-size: cover;
    padding: 6rem 0px 11rem 0px;
    box-sizing: border-box;
}

.Online-Message .tit {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.Online-Message .tit h2 {
    font-weight: bold;
    font-size: 3.6rem;
    color: #111111;
    margin-bottom: 1rem;
}


.Online-Message .tit span {
    font-weight: 400;
    font-size: 1.6rem;
    color: #828282;
}

.Online-Message h3 {
    font-weight: bold;
    font-size: 4.6rem;
    color: #232323;
    margin-top: 2rem;
    margin-bottom: 8rem;
}

.Online-Message form {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 8rem;
}

.Online-Message form label {
    width: 48%;
    margin-bottom: 3rem;
}

.Online-Message form label span {
    font-weight: 400;
    font-size: 2rem;
    color: #535353;
}

.Online-Message form label input,
.Online-Message form label textarea {
    width: 100%;
    background: none;
    padding: 2.1rem 0.5rem;
    border-bottom: 0.1rem solid #DFDFDF;
    margin-top: 1.6rem;
}

.Online-Message form label input::placeholder,
.Online-Message form label textarea::placeholder {
    font-weight: 400;
    font-size: 1.6rem;
    color: #ABABAB;
}

.Online-Message .button {
    width: 100%;
    margin-top: 7rem;
    text-align: center;
}

.Online-Message .button button {
    max-width: 47.7rem;
    width: 100%;
    height: 6.7rem;
    background: #003E97;
    border-radius: 3.3rem;
    font-weight: 400;
    font-size: 2rem;
    color: #FFFFFF;
    margin: 0 auto;
}


.Verification-code {
    width: 100%;
    position: relative;
}

.Verification-code img {
    position: absolute;
    right: 0px;
    height: 6rem;
    width: 18rem;
    display: block;
    object-fit: contain;
    bottom: 1rem;
    cursor: pointer;
    border: 0.1rem solid #0000001f;
}


.Honors_pages {
    width: 100%;
    margin: 8rem 0px;
}

.Honors_pages .but_list {
    display: flex;
    align-items: center;
    gap: 0px 2rem;
    margin-top: 4rem;
}

.Honors_pages .but_list a {
    width: 19.3rem;
    height: 4.6rem;
    background: #fff;
    border-radius: 2.6rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 400;
    font-size: 2rem;
    color: #5B5B5B;
}

.Honors_pages .but_list a.active {
    color: #FFF;
    background: #003E97;
}

.Honors_pages .out {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 3rem 2%;
    margin-top: 6rem;
}

.Honors_pages .out .box {
    width: 23.5%;
    background: #F3F3F3;
    border-radius: 0.9rem;
}

.Honors_pages .out .box a {
    padding: 4rem 3.7rem 2.6rem 3.7rem;
    box-sizing: border-box;
    display: block;
}

.Honors_pages .out .box .img {
    width: 100%;
    height: 34.5rem;
    overflow: hidden;
}

.Honors_pages .out .box .img img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: contain;
    margin: 0 auto;
}

.Honors_pages .out .box h3 {
    width: 100%;
    text-align: center;
    font-weight: 400;
    font-size: 1.8rem;
    color: #4E4E4E;
    margin-top: 4rem;
}

.Cases_pages {
    width: 100%;
    margin: 8rem 0px;
}

.Cases_pages .out {
    margin-top: 6rem;
    display: flex;
    flex-wrap: wrap;
    gap: 4rem 2%;
}

.Cases_pages .out .box {
    width: 32%;
}

.Cases_pages .out .box .img {
    width: 100%;
    height: 26.3rem ;
    overflow: hidden;
    transition: 0.5s ease;
    border-radius: 1.5rem;
}

.Cases_pages .out .box .img img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    transition: 0.5s ease;
}

.Cases_pages .out .box:hover .img img {
    transform: scale(1.1);
}

.Cases_pages .out .box h3 {
    text-align: center;
    width: 100%;
    padding: 0px 2rem;
    margin-top: 2rem;
    box-sizing: border-box;
    font-weight: 500;
    font-size: 1.8rem;
    color: #333333;
    white-space: nowrap;
    /* 禁止换行 */
    overflow: hidden;
    /* 隐藏溢出内容 */
    text-overflow: ellipsis;
    /* 显示省略号 */
}

.Cases_pages .out .box:hover h3 {
    color: #003E97;
}

.Corporate_Culture {
    width: 100%;
    background: url(../images/10129.jpg) no-repeat center / cover;
    padding: 10rem 0px 15rem;
    box-sizing: border-box;
}

.Corporate_Culture .out {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 3rem 2%;
    margin-top: 13rem;
}

.Corporate_Culture .out .box {
    width: 30%;
    background: rgba(2, 64, 144, 0.6);
    box-shadow: 0px 0.3rem 0.6rem 0.1rem rgba(0, 0, 0, 0.16), inset 0px 0.2rem 0.6rem 0.1rem rgba(255, 255, 255, 0.16);
    border-radius: 2.5rem;
    backdrop-filter: blur(0.4rem);
    padding: 6.9rem 5.5rem 5.1rem 5.5rem;
    box-sizing: border-box;
    text-align: center;
    position: relative;
}

.Corporate_Culture .out .box h4 {
    font-weight: 500;
    font-size: 2.6rem;
    color: #FFFFFF;
    margin-bottom: 3rem;
}

.Corporate_Culture .out .box p {
    font-weight: 400;
    font-size: 1.6rem;
    color: #EBEBEB;
    line-height: 1.7em;
}

.Corporate_Culture .out .box .icon {
    height: 3.5rem;
    width: auto;
    fill: #FFFFFF;
    opacity: 0.17;
    position: absolute;
    left: 8rem;
    top: 4rem;
}

.Development_History {
    padding-top: 10rem;
    width: 100%;
    background: #F5F5F5;
}

.Development_History .DH_ovhe {
    overflow: hidden;
    padding-bottom: 27.6rem;
    width: 98% ;
    margin: 0 auto ;
}

.Development_History .out {
    margin-top: 15.6rem;
    width: 100%;
    position: relative;
}

.Development_History .out .img {
    width: 100%;
}

.Development_History .out .img img {
    width: 100%;
    display: block;
}

.Development_History .out .History_swiper {
    width: 100%;
    position: absolute;
    height: 100%;
    top: 0px;
    left: 0px;
    overflow: visible;
    cursor: pointer;
}

.Development_History .out .list_text {
    height: 100%;
    width: 100%;
}

.Development_History .out .list_text .item_text h4 i {
    width: 1.6rem;
    height: 1.6rem;
    border: 0.2rem solid #024090;
    border-radius: 50%;
    display: block;
    margin-right: 2rem;
    box-sizing: border-box;
}

.Development_History .out .list_text .item_text h4 {
    display: flex;
    align-items: center;
    font-weight: bold;
    font-size: 2.2rem;
    color: #024090;
}

.Development_History .out .list_text .item_text p {
    font-weight: 400;
    font-size: 1.5rem;
    color: #6A6A6A;
    line-height: 1.6em;
    overflow: hidden;
    position: absolute;
    width: 42rem;
    padding-left: 4.6rem;
    top: 0px;
    left: 0px;
    height: 10rem;
    overflow: auto;
}

.Development_History .out .list_text .item_text .txt {
    padding-left: 3rem;
    display: flex;
    align-items: baseline;
    margin-top: 1.4rem;
    position: relative;
}

.Development_History .out .list_text .item_text .txt i {
    width: 0.6rem;
    height: 0.6rem;
    background: #666666;
    display: block;
    margin-top: 0.8rem;
}

.Development_History .out .list_text .item_text::after {
    width: 0.1rem;
    height: 10rem;
    content: '';
    display: block;
    background: #E5E5E5;
    position: absolute;
    left: 0.7rem;
    z-index: 1;
    top: 2.6rem;
}

.Development_History .out .list_text .item_text {
    position: absolute;
    left: 0px;
    top: 0px;
    transform: translateY(-10rem);
    opacity: 0 ;
    transition: 0.5s ease ;
}

.Development_History .out .list_text .item_text:nth-child(2n) {
    transform: translateY(10rem);
}

.Development_History .out .swiper-slide-active .item_text , .Development_History .out .swiper-slide-active .item_text:nth-child(2n)  {
    transform: translate(0px);
    opacity: 1 ;
}

.Development_History .out .list_text .item_text:nth-child(1) {
    left: 6.5% ;
    top: 7.9rem;
}

.Development_History .out .list_text .item_text:nth-child(1) p {
    max-width: 30rem;
}

.Development_History .out .list_text .item_text:nth-child(2) {
    left: 22.5% ;
    top: 36.7rem ;
}

.Development_History .out .list_text .item_text:nth-child(2)::after {
    transform: translateY(-100%);
    top: 1rem;
}

.Development_History .out .list_text .item_text:nth-child(3) {
    left: 40.3%;
    top: -6.3rem;
    height: 22rem;
}

.Development_History .out .list_text .item_text:nth-child(3)::after {
    height: 22rem;
}

.Development_History .out .list_text .item_text:nth-child(3) p {
    max-width: 30rem;
}

.Development_History .out .list_text .item_text:nth-child(4) {
    right: 33.5%;
    left: auto;
    top: auto;
    bottom: 1.84rem;
}

.Development_History .out .list_text .item_text:nth-child(4)::after {
    transform: translateY(-100%);
    top: 0.6rem;
    height: 13.1rem;
}

.Development_History .out .list_text .item_text:nth-child(5) {
    right: 15% ;
    left: auto;
    top: -12.7rem;
}

.Development_History .out .list_text .item_text:nth-child(5) p {
    max-width: 30rem;
}

.public_prev,
.public_next {
    width: 6.3rem;
    height: 6.3rem;
    background: #F5F5F5;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    color: #024090;
}

.public_prev::after,
.public_next::after {
    font-size: inherit;
    color: inherit;
}

.public_next {
    right: -8rem;
}

.public_prev {
    left: -8rem;
}

.public_prev:hover,
.public_next:hover {
    background: #024090;
    color: #FFF;
}


.News-Dilute {
    width: 100%;
    padding: 7rem 0px 9rem 0px;
    box-sizing: border-box;
    background: #FFF;
}

.News-Dilute .out {
    width: 100%;
    box-sizing: border-box;
}

.News-Dilute .title {
    width: 100%;
    padding-bottom: 3rem;
    border-bottom: 0.1rem solid #2020203b;
}

.News-Dilute .title h2 {
    font-size: 3rem;
    font-weight: 500;
    color: #3E3E3E;
    margin-bottom: 0.2rem;
    text-align: center;
}

.News-Dilute .title .line {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0px 2rem;
    margin-top: 1rem;
}

.News-Dilute .title .line span {
    font-size: 1.4rem;
    color: #666;
    display: block;
}

.News-Dilute .title span {
    font-size: 1.6rem;
    color: #666666;
    display: block;
    font-weight: 400;
}

.News-Dilute .text {
    width: 100%;
    padding: 3rem 0px;
    box-sizing: border-box;
    border-bottom: 0.1rem solid #2020203b;
    color: #3E3E3E;
    line-height: 2em;
    font-size: 1.7rem;
    font-weight: 400;
}

.News-Dilute .text p {
    color: #3E3E3E;
    line-height: 2em;
    font-size: 1.6rem;
    font-weight: 400;
}

.News-Dilute .text img {
    display: block;
    max-width: 100%;
    width: auto;
    margin: 0.5rem auto;
}

.News-Dilute .button-list {
    width: 100%;
    margin-top: 3rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.News-Dilute .button-list a {
    max-width: 47%;
    width: auto;
    padding: 1rem 1rem;
    box-sizing: border-box;
    color: #333;
    font-size: 1.6rem;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.News-Dilute .button-list a:hover {
    color: #165091;
}


.PRODUCTS_Details {
    width: 100%;
    margin: 9rem 0px;
    background: #FFF;
}

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

.PRODUCTS_Details .Top_Introduction .left {
    width: 45%;
}

.PRODUCTS_Details .Top_Introduction .right {
    width: 50%;
    padding-top: 2rem;
    box-sizing: border-box;
}

.PRODUCTS_Details .Top_Introduction .left .Introduction_swiper1 {
    width: 100%;
    height: 36rem;
    border: 0.1rem solid #d7d7d7;
}

.PRODUCTS_Details .Top_Introduction .left .Introduction_swiper1 .swiper-slide {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2rem;
    box-sizing: border-box;
}

.PRODUCTS_Details .Top_Introduction .left .Introduction_swiper1 .swiper-slide img {
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 100%;
    display: block;
    object-fit: contain;
}

.PRODUCTS_Details .Top_Introduction .left .box_swiper2 {
    position: relative;
    width: 100%;
}

.PRODUCTS_Details .Top_Introduction .left .box_swiper2 .swiper-button-prev {
    left: 0px;
}

.PRODUCTS_Details .Top_Introduction .left .box_swiper2 .swiper-button-next {
    right: 0px;
}

.PRODUCTS_Details .Top_Introduction .left .Introduction_swiper2 {
    width: 80%;
    height: 9rem;
    margin-top: 2rem;
}

.PRODUCTS_Details .Top_Introduction .left .Introduction_swiper2 .swiper-slide {
    width: 10rem;
    height: 7rem;
    border: 0.1rem solid #d7d7d7;
    padding: 0.5rem;
    box-sizing: border-box;
    margin-right: 1rem;
}

.PRODUCTS_Details .Top_Introduction .left .Introduction_swiper2 .swiper-slide:last-child {
    margin-right: 0px;
}

.PRODUCTS_Details .Top_Introduction .left .Introduction_swiper2 .swiper-slide img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: contain;
}


.PRODUCTS_Details .Top_Introduction .left .swiper-button-next,
.PRODUCTS_Details .Top_Introduction .left .swiper-button-prev {
    width: 4rem;
    height: 7rem;
    background: #F4F4F4;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0px;
    transform: translateY(0px);
    top: 0px;
}

.PRODUCTS_Details .Top_Introduction .left .swiper-button-next::after,
.PRODUCTS_Details .Top_Introduction .left .swiper-button-prev::after {
    font-size: 1.6rem;
    color: #ABABAB;
    font-weight: bold;
}

.PRODUCTS_Details .Top_Introduction .left .Introduction_swiper2 .swiper-slide-thumb-active {
    border: 0.1rem solid #003E97;
}

.PRODUCTS_Details .Top_Introduction .right h3 {
    font-weight: bold;
    font-size: 3rem;
    color: #333333;
    margin-bottom: 2.6rem;
}


.PRODUCTS_Details .Top_Introduction .right i {
    width: 7.4rem;
    height: 0.4rem;
    background: #003E97;
    margin-bottom: 3rem;
    display: block;
}

.PRODUCTS_Details .Top_Introduction .right .productstop-table {
    width: 100%;
}

.PRODUCTS_Details .Top_Introduction .right .productstop-table p {
    color: #333;
    font-size: 1.6rem;
    line-height: 1.8em;
}

.PRODUCTS_Details .Top_Introduction .right .productstop-table table {
    width: 100%;
}

.PRODUCTS_Details .Top_Introduction .right .productstop-table th,
.PRODUCTS_Details .Top_Introduction .right .productstop-table td {
    border: 0.1rem #d7d7d7 solid;
    padding-left: 3rem;
    line-height: 1.7em;
    padding: 2rem;
    font-size: 1.4rem;
    color: #333;
}


.Product_Introduce {
    width: 100%;
    margin: 8rem 0px;
    background: #FFf;
}

.Product_Introduce h3 {
    font-weight: bold;
    font-size: 2.2rem;
    color: #1A1A1A;
    padding-left: 1.6rem;
    box-sizing: border-box;
    position: relative;
    text-transform: uppercase;
}

.Product_Introduce h3::after {
    width: 0.3rem;
    height: 100%;
    background: #0700FE;
    position: absolute;
    top: 0px;
    left: 0px;
    content: "";
    z-index: 1;
}

.Product_Introduce .text {
    width: 100%;
    margin-top: 2rem;
}

.Product_Introduce .text p {
    font-weight: normal;
    font-size: 1.6rem;
    color: #555555;
    line-height: 1.6em;
}

.Product_Introduce .text img {
    width: auto;
    max-width: 100%;
    display: block;
}

.Product_Introduce .text strong {
    color: inherit;
    font-size: inherit;
}

.Product_Introduce .Page_turning {
    width: 100%;
    margin-top: 5rem;
}

.Product_Introduce .Page_turning a {
    display: block;
    margin: 1rem 0px;
    font-size: 2rem;
    color: #333;
}

.Product_Introduce .Page_turning a:hover {
    color: #003E97;
}


.Products_title {
    width: 100%;
    padding: 1rem 2rem;
    box-sizing: border-box;
    background: #003E97;
    border-radius: 0.4rem;
}

.Products_title h2 {
    color: #FFF;
    font-size: 2rem;
    font-weight: 500;
}

.Related_Products {
    width: 100%;
    margin: 8rem 0px;
    background: #FFF;
}

.Related_Products .out {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 4rem 2%;
    margin-top: 4rem;
}

.Related_Products .out .box {
    width: 23.5%;
}

.Related_Products .out .box .img {
    width: 100%;
    height: 29rem;
    background: #EFEFEF;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1rem;
    box-sizing: border-box;
}

.Related_Products .out .box .img img {
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 100%;
    display: block;
    object-fit: contain;
    transition: 0.5s ease;
}

.Related_Products .out .box .title {
    margin-top: 1.6rem;
    font-weight: 400;
    font-size: 1.8rem;
    color: #666666;
    text-align: center;
}

.Related_Products .out .box:hover .img img {
    transform: scale(1.1);
}

.Related_Products .out .box:hover .title {
    color: #0700FE;
}

.but_list_banner {
    position: absolute;
    left: 0px;
    width: 100%;
    z-index: 2;
    bottom: 0px;
}

.but_list_banner .container {
    position: relative;
}

.but_list_banner .but_list {}

.but_list_banner .but_list {
    right: 0px;
    bottom: 8rem;
    position: absolute;
    z-index: 10;
}

.but_list_banner .but_list img {
    width: 1rem;
    height: 0.5rem;
    display: block;
    margin: 0 auto;
    margin-bottom: 0.6rem;
}

.but_list_banner .but_list .icon_2 {
    opacity: 0.6;
}

.but_list_banner .but_list .icon_3 {
    opacity: 0.3;
}

.but_list_banner .but_list .icon_4 {
    width: 2.5rem;
    height: 3.5rem;
    display: block;
    margin-top: 1rem;
}

.but_list_banner .swiper-pagination {
    display: flex;
    align-items: center;
    bottom: 9.8rem;
}

.but_list_banner .swiper-pagination .swiper-pagination-bullet {
    width: 0.8rem;
    height: 0.8rem;
    background: #FFF;
    opacity: 1;
    transition: 0.5s ease;
}

.but_list_banner .swiper-pagination .swiper-pagination-bullet-active {
    background: #fff;
    width: 2.9rem;
    border-radius: 5rem;
}

/* 手机版导航 */
.menu-toggle {
    display: none;
    width: 60px;
    height: 100%;
    position: absolute;
    right: 0px;
    top: 0px;
    z-index: 9999;
    cursor: pointer;
}

.cd-nav-trigger {
    width: 100%;
    height: 100%;
    display: block;
    /* background-color: var(--a_hover_color); */
}

.menu-toggle span.hamburger,
.menu-toggle span.hamburger:after,
.menu-toggle span.hamburger:before {
    content: "";
    display: block;
    width: 26px;
    height: 2px;
    background: #024090;
    position: absolute;
    top: 50%;
    margin-top: -1px;
    left: 38%;
    margin-left: -12px;
    -webkit-transition: transform 0.3s cubic-bezier(0.600, 0.000, 0.200, 1.000);
    -moz-transition: transform 0.3s cubic-bezier(0.600, 0.000, 0.200, 1.000);
    -o-transition: transform 0.3s cubic-bezier(0.600, 0.000, 0.200, 1.000);
    transition: transform 0.3s cubic-bezier(0.600, 0.000, 0.200, 1.000);
    -webkit-transition-timing-function: cubic-bezier(0.600, 0.000, 0.200, 1.000);
    -moz-transition-timing-function: cubic-bezier(0.600, 0.000, 0.200, 1.000);
    -o-transition-timing-function: cubic-bezier(0.600, 0.000, 0.200, 1.000);
    transition-timing-function: cubic-bezier(0.600, 0.000, 0.200, 1.000);
    transition-delay: 0.15s;
}

.menu-toggle span.hamburger {
    width: 20px !important;
}

.menu-toggle span.hamburger,
.menu-toggle span.hamburger:after,
.menu-toggle span.hamburger:before {
    content: "";
    display: block;
    width: 26px;
    height: 2px;
    background: #024090;
    position: absolute;
    top: 50%;
    margin-top: -1px;
    left: 38%;
    margin-left: -12px;
    -webkit-transition: transform 0.3s cubic-bezier(0.600, 0.000, 0.200, 1.000);
    -moz-transition: transform 0.3s cubic-bezier(0.600, 0.000, 0.200, 1.000);
    -o-transition: transform 0.3s cubic-bezier(0.600, 0.000, 0.200, 1.000);
    transition: transform 0.3s cubic-bezier(0.600, 0.000, 0.200, 1.000);
    -webkit-transition-timing-function: cubic-bezier(0.600, 0.000, 0.200, 1.000);
    -moz-transition-timing-function: cubic-bezier(0.600, 0.000, 0.200, 1.000);
    -o-transition-timing-function: cubic-bezier(0.600, 0.000, 0.200, 1.000);
    transition-timing-function: cubic-bezier(0.600, 0.000, 0.200, 1.000);
    transition-delay: 0.15s;
}

.menu-toggle span.hamburger:after {
    margin-top: -7px;
    top: 0;
    transition-delay: 0.27s;
}

.menu-toggle span.hamburger:before {
    margin-top: 7px;
    top: 0;
    transition-delay: 0.2s;
}

.no-touchs .menu-toggle span.hamburger,
.no-touchs .menu-toggle span.hamburger:after,
.no-touchs .menu-toggle span.hamburger:before {
    transition-delay: 0.12s;
    -webkit-transform: translateX(-70px);
    -moz-transform: translateX(-70px);
    -ms-transform: translateX(-70px);
    -o-transform: translateX(-70px);
    transform: translateX(-70px);
}

.no-touchs .menu-toggle span.hamburger,
.no-touchs .menu-toggle span.hamburger:after,
.no-touchs .menu-toggle span.hamburger:before {
    -webkit-transform: translateX(70px);
    -moz-transform: translateX(70px);
    -ms-transform: translateX(70px);
    -o-transform: translateX(70px);
    transform: translateX(70px);
}

.no-touchs .menu-toggle span.hamburger:after {
    transition-delay: 0s;
}

.no-touchs .menu-toggle span.hamburger:before {
    transition-delay: 0.07s;
}

.menu-toggle span.cross:before,
.menu-toggle span.cross:after {
    content: "";
    display: block;
    width: 26px;
    height: 2px;
    background: #024090;
    position: absolute;
    top: 50%;
    margin-top: -1.5px;
    left: 45%;
    margin-left: -12px;
    -webkit-transition: transform 0.3s cubic-bezier(0.600, 0.000, 0.200, 1.000);
    -moz-transition: transform 0.3s cubic-bezier(0.600, 0.000, 0.200, 1.000);
    -o-transition: transform 0.3s cubic-bezier(0.600, 0.000, 0.200, 1.000);
    transition: transform 0.3s cubic-bezier(0.600, 0.000, 0.200, 1.000);
    -webkit-transition-timing-function: cubic-bezier(0.600, 0.000, 0.200, 1.000);
    -moz-transition-timing-function: cubic-bezier(0.600, 0.000, 0.200, 1.000);
    -o-transition-timing-function: cubic-bezier(0.600, 0.000, 0.200, 1.000);
    transition-timing-function: cubic-bezier(0.600, 0.000, 0.200, 1.000);
    -webkit-transform: translateY(-70px) translateX(-70px) rotate(45deg);
    -moz-transform: translateY(-70px) translateX(-70px) rotate(45deg);
    -ms-transform: translateY(-70px) translateX(-70px) rotate(45deg);
    -o-transform: translateY(-70px) translateX(-70px) rotate(45deg);
    transform: translateY(-70px) translateX(-70px) rotate(45deg);
    transition-delay: 0.12s;
}

.menu-toggle span.cross:after {
    transition-delay: 0s;
    -webkit-transform: translateY(70px) translateX(-70px) rotate(-45deg);
    -moz-transform: translateY(70px) translateX(-70px) rotate(-45deg);
    -ms-transform: translateY(70px) translateX(-70px) rotate(-45deg);
    -o-transform: translateY(70px) translateX(-70px) rotate(-45deg);
    transform: translateY(70px) translateX(-70px) rotate(-45deg);
}

.menu-toggle span.cross:after {
    -webkit-transform: translateY(-70px) translateX(70px) rotate(-45deg);
    -moz-transform: translateY(-70px) translateX(70px) rotate(-45deg);
    -ms-transform: translateY(-70px) translateX(70px) rotate(-45deg);
    -o-transform: translateY(-70px) translateX(70px) rotate(-45deg);
    transform: translateY(-70px) translateX(70px) rotate(-45deg);
}

.no-touchs .menu-toggle span.cross:before {
    transition-delay: 0.12s;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.no-touchs .menu-toggle span.cross:after {
    transition-delay: 0.24s;
    -webkit-transform: rotate(-45deg) !important;
    -moz-transform: rotate(-45deg) !important;
    -ms-transform: rotate(-45deg) !important;
    -o-transform: rotate(-45deg) !important;
    transform: rotate(-45deg) !important;
}

.Mobile-navigation {
    width: 100%;
    height: calc(100vh - 10rem);
    background: #024090;
    padding: 4rem 4rem 4rem 4rem;
    box-sizing: border-box;
    transform: translateX(100%);
    opacity: 0;
    visibility: hidden;
    transition: 0.5s ease;
    overflow: auto;
}

.no-touchs .Mobile-navigation {
    transform: translateX(0%);
    opacity: 1;
    visibility: visible;
}

.Mobile-navigation ul {
    width: 100%;
    margin: 0 auto;
}

.Mobile-navigation ul li {
    padding: 0px 1rem;
    box-sizing: border-box;
    width: 100%;
    border-bottom: 0.1rem solid rgba(255, 255, 255, 0.28);
}

.Mobile-navigation ul li .tit {
    display: flex;
    width: 100%;
    align-items: center;
    height: 5.8rem;
}

.Mobile-navigation ul li .tit a {
    height: 100%;
    width: 100%;
    line-height: 5.8rem;
    font-size: 2rem;
    color: #FFF;
    font-weight: 400;
}

.Mobile-navigation ul li .tit .icon {
    width: 5.8rem;
    height: 5.8rem;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: none;
    cursor: pointer;
}

.Mobile-navigation ul li .tit .icon img {
    width: 3rem;
    height: 3rem;
    display: block;
    transition: 0.5s ease;
}

.Mobile-navigation ul li .tit .icon.active img {
    transform: rotate(180deg);
}

.Mobile-navigation ul li .box {
    width: 100%;
    padding: 1rem 1rem 3rem;
    box-sizing: border-box;
    display: none;
    overflow: hidden;
    gap: 1rem 1rem;
    flex-wrap: wrap;
}

.Mobile-navigation ul li .box a {
    width: 100%;
    float: left;
    height: 4rem;
    color: #FFF;
    font-size: 1.8rem;
    font-weight: 400;
    display: flex;
    align-items: center;
}

.Mobile-navigation ul li .box a::before {
    width: 0.6rem;
    height: 0.6rem;
    display: block;
    border-radius: 50%;
    background: #fff;
    content: '';
    margin-right: 0.6rem;
}

.Mobile-navigation .button-list {
    width: 100%;
    margin-top: 4rem;
}

.Mobile-navigation .button-list a {
    width: 100%;
    height: 5rem;
    border-radius: 1rem;
    background: #00B2E3;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFF;
    font-size: 1.8rem;
    margin-bottom: 2rem;
    line-height: 1;
}

.Mobile-navigation .button-list a:last-child {
    margin-bottom: 0px;
}

.Pagination_out {
    display: flex;
    margin-top: 7rem;
    width: 100%;
    justify-content: center;
}

.pagination {
    display: inline-block;
    padding-left: 0;
    /*margin: 2rem auto;*/
    border-radius: 0.4rem;
}

.pagination>li {
    display: inline;
}

.pagination>li>a,
.pagination>li>span {
    position: relative;
    float: left;
    padding: 6px 12px;
    line-height: 1.42857;
    text-decoration: none;
    color: #333;
    background-color: #fff;
    border: 1px solid #ddd;
    margin-left: -1px;
}

.pagination>li:first-child>a,
.pagination>li:first-child>span {
    margin-left: 0;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
}

.pagination>li:last-child>a,
.pagination>li:last-child>span {
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
}

.pagination>li>a:focus,
.pagination>li>a:hover,
.pagination>li>span:focus,
.pagination>li>span:hover {
    z-index: 2;
    color: #165091;
    background-color: #eee;
    border-color: #ddd;
}

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
    z-index: 3;
    color: #fff;
    background-color: #165091;
    border-color: #165091;
    cursor: default;
}



.video-popup,
.img-popup {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 99999999;
    background: rgba(0, 0, 0, 0.36);
    display: none;
}


.video-popup .out {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);

}

.video-popup .out video {
    max-width: 80rem;
    max-height: 60vh ;
    object-fit: contain;
    display: block;
    margin: 0 auto ;
    background: #FFF;
    padding: 0.6rem ;
    box-sizing: border-box;
    box-shadow: 0px 0px 1rem 0.1rem #00000041;
    border: 0.1rem solid #CCCCCC;
    border-radius: 0.6rem ;
}

.video-popup .out .Close {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 3rem;
    height: 3rem;
    border: 0.1rem solid #CCCCCC;
    background: #ffffff69;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    border-radius: 50%;
    line-height: 1;
    cursor: pointer;
    transform: translate(100%, -100%);
}

.video-popup .out .Close svg {
    width: 1.5rem;
    height: 1.5rem;
    fill: #333;
}

.img-popup .out {
    width: 30rem;
    height: 30rem;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #FFF;
    padding: 1rem;
    box-sizing: border-box;
}

.img-popup .out img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: contain;
}


/* 断点 */
@media (min-width: 1921px) and (max-width: 2560px) {
    html {
        font-size: clamp(10px, calc(100vw / 192), 20px);
    }
}

@media (max-width: 1920px) {
    html {
        font-size: clamp(5px, calc(100vw / 192), 10px);
    }
}

/* 这个不固定：根据设计图最大宽度进行调整 */
@media (max-width: 1600px) {
    html {
        font-size: clamp(5px, calc(100vw / 160), 10px);
    }
}

@media (max-width: 1440px) {
    html {
        font-size: clamp(5px, calc(100vw / 154), 10px);
    }

    .banne_swiper {
        height: auto ;
    }

    .nav .nav_list .nav_item {
        margin-right: 6rem;
    }

    .nav .logo {
        height: 5rem;
    }

    .About .out .text .title_box .icon_list {
        display: none;
    }

    .About .out .text .title_box {
        margin-bottom: 3rem;
    }

    .About .out .text .title_box .title h2 {
        margin-top: 0px;
    }

    .public_title h3 {
        font-size: 3rem;
        max-width: 54rem;
    }

    #footer .footer-information .out .left {
        width: 33%;
    }

    .Development_History .out .list_text .item_text:nth-child(5) {
        right: 19.7rem;
        left: auto;
        top: -12.7rem;
    }

    .Development_History .out .list_text .item_text:nth-child(5) p {
        width: 26rem;
    }

    .Development_History .out .list_text .item_text:nth-child(4) {
        right: 44.3rem;
        left: auto;
        top: auto;
        bottom: 0.84rem;
    }

    .Development_History .out .list_text .item_text:nth-child(3) {
        left: 54rem;
        top: -7.3rem;
        height: 22rem;
    }

    .Development_History .out .list_text .item_text:nth-child(2) {
        left: 30.1rem;
        top: 34.7rem;
    }

    .Development_History .out .list_text .item_text:nth-child(1) {
        left: 8.6rem;
        top: 6.2rem;
    }

    .product_pages .out .Product_list .box .img {
        height: 20rem;
    }

    .product_pages .out .Product_list {
        padding-left: 3rem;
    }

    .product_pages .out .left {
        width: 20%;
    }

    .product_pages .out .left ul {
        padding: 2rem;
    }

    .product_pages .out .left .title {
        padding: 2rem;
    }

    .product_pages .out .left ul li a {
        padding: 1.6rem 0px;
        font-size: 1.6rem;
    }

    .product_pages .out .Product_list {
        width: 80%;
    }

    .Honors .out .swiper-button-next {
        right: -7rem;
    }

    .Honors .out .swiper-button-prev {
        left: -7rem;
    }

    .but_list_banner .swiper-pagination {
        bottom: 3rem;
    }

    .public_next {
        right: -6rem ;
    }

    .public_prev {
        left: -6rem ;
    }

}

@media (max-width: 1199px) {
    html {
        font-size: clamp(5px, calc(100vw / 130), 10px);
    }

    .nav .nav_list .nav_item .title {
        font-size: 1.8rem;
    }

    .nav .logo {
        height: 4rem;
    }

    .nav .nav_list .nav_item {
        margin-right: 5rem;
    }

    .banne_swiper .swiper-slide h3 {
        font-size: 4rem;
        max-width: 64rem;
        line-height: inherit;
    }

    .banne_swiper .swiper-slide .text h2 {
        font-size: 2.3rem;
        margin-bottom: 2rem;
    }

    .About .out .text {
        width: 100%;
    }

    .About .out .img {
        display: none;
    }

    .About {
        margin: 7rem 0px;
    }

    .Product_Center .out .box .title h3 {
        font-size: 3.4rem;
    }

    .public_title h3 {
        max-width: 44rem;
    }

    .Corporate_Culture .out .box .icon {
        left: 3rem;
    }

    .Development_History .out .list_text .item_text:nth-child(1) {
        left: 7.2rem;
        top: 3.2rem;
    }

    .Development_History .out .list_text .item_text:nth-child(2) {
        left: 25.2rem;
        top: 30.9rem;
    }

    .Development_History .out .list_text .item_text:nth-child(3) {
        left: 45.4rem;
        top: -10.1rem;
        height: 22rem;
    }

    .Development_History .out .list_text .item_text:nth-child(4) {
        right: 36rem;
        left: auto;
        top: auto;
        bottom: 1.9rem;
    }

    .Development_History .out .list_text .item_text:nth-child(4)::after {
        height: 9rem;
    }

    .Development_History .out .list_text .item_text:nth-child(5) {
        right: 15.2rem;
        left: auto;
        top: -12.6rem;
    }

    .Development_History .out .list_text .item_text:nth-child(5) p {
        max-width: 21rem;
    }

    .Development_History .out .list_text .item_text p {
        max-width: 30rem;
    }

    .Development_History .container {
        overflow: visible ;
    }

     .Development_History {
        overflow: hidden;
     }

    .product_pages .out .left {
        width: 25%;
    }

    .product_pages .out .Product_list {
        width: 75%;
    }

    .product_pages .out .Product_list .box {
        width: 32%;
    }

    .Cases_pages .out .box .img {
        height: 21.3rem;
    }

    .Cases_pages .out .box h3 {
        margin-top: 2rem;
        font-size: 1.8rem;
    }

    .Honors_pages .out .box {
        width: 32%;
    }

    .News_pages .out {
        justify-content: space-between;
    }

    .News_pages .out .box {
        width: 48%;
    }

    .Honors .out .swiper-button-next {
        right: 0px;
    }


    .Honors .out .swiper-button-prev {
        left: 0px;
    }


    .but_list_banner .swiper-pagination {
        width: 100%;
        justify-content: center;
    }

    .but_list_banner .but_list {
        display: none;
    }

        .public_next {
        right: -3rem ;
    }

    .public_prev {
        left: -3rem ;
    }

    .Honors .Honors_swiper .swiper-slide .img {
        height: 33.5rem;
    }

}

@media (max-width: 992px) {
    html {
        font-size: clamp(5px, calc(100vw / 90), 10px);
    }

    .nav .nav_list {
        display: none;
    }

    .banne_swiper {
        margin-top: 9rem ;
    }

    .banne_swiper .text {
        padding-top: 0px;
    }

    .banne_swiper .swiper-slide .text h3 {
        font-size: 3.6rem;
    }

    .banne_swiper .text .Moer {
        display: none;
    }

    .Honors .Honors_swiper .swiper-slide {
        width: 27.3rem ;
        padding: 2rem 2rem 2rem 2rem ;
    }

    .Honors .Honors_swiper .swiper-slide .img {
        height: 29.5rem;
    }

    .About .out .text .title_box {
        margin-bottom: 4rem;
    }

    .About .out .Play_img {
        width: 100%;
        height: auto;
    }

    .About .out .Numbers_list {
        width: 100%;
        margin-bottom: 5rem;
        margin-top: 6rem;
        padding-right: 0px;
    }

    .Product_Center .out .box {
        width: 100%;
        padding-top: 20.2rem;
        padding-bottom: 0px;
    }

    .Product_Center .out::before {
        display: none;
    }

    .Product_Center .out .box:nth-child(1) {
        padding-right: 0px;
    }

    .Product_Center .out .box:nth-child(2) {
        padding-left: 0px;
        padding-top: 8rem;
    }

    .Product_Center {
        padding-bottom: 6rem;
    }

    .Application_fields .round_list_text .out {
        width: 40rem;
        height: 40rem;
        top: 34rem;
    }

    .Application_fields {
        height: 81rem;
    }

    .public_title h3 {
        max-width: 100%;
    }

    .Application_fields .round_list_text .out .text_list .text_item .txt img {
        max-width: 3.5rem;
    }

    .Application_fields .round_list_text .out .content_box .content_item img {
        max-width: 4.5rem;
    }

    .Application_fields .round_list_text .out .text_list .text_item .txt span,
    .Application_fields .round_list_text .out .content_box .content_item span {
        font-size: 1.8rem;
    }

    .public_title h3 {
        font-size: 2.4rem;
    }

    .Honors {
        margin: 7rem 0px;
    }

    #footer .Top-logo .out .logo {
        height: 4rem;
    }

    #footer .footer-information .out .right {
        width: 65%;
    }

    #footer .footer-information .out .right .box h2 a {
        font-size: 1.8rem;
    }

    #footer .footer-information .out .right .box li a {
        font-size: 1.4rem;
    }

    #footer .footer-information .out .left li span,
    #footer .footer-information .out .left li a {
        font-size: 1.5rem;
    }

    #footer .Filing-number .out .support {
        position: static;
        margin-left: 1rem;
    }

    #footer .Top-logo .out {
        padding: 3rem 0px 3rem 0px;
    }

    .Development_History .out .img {
        display: none;
    }

    .Development_History .out .list_text {
        position: relative;
    }

    .Development_History .out .list_text .item_text {
        position: static;
        height: auto !important;
        margin-bottom: 3rem;
    }

    .Development_History .out {
        margin-top: 6rem;
    }

    .Development_History .out .list_text .item_text::after {
        display: none;
    }

    .Development_History {
        padding-bottom: 8rem;
    }

    .Development_History .out .list_text .item_text p {
        max-width: 100% !important;
        width: 100% !important;
        position: relative ;
        padding-left: 1rem ;
        height: auto ;
    }
    
    .Development_History .DH_ovhe{
        padding-bottom: 0px ;
    }

    .Development_History .out .History_swiper {
        position: relative;
        height: auto ;
        overflow: hidden;
    }

    .Corporate_Culture {
        padding: 7rem 0px;
    }

    .Corporate_Culture .out {
        margin-top: 7rem;
    }

    .Corporate_Culture .out .box {
        width: 100%;
    }

    .banenr_pages {
        margin-top: 9rem;
    }

    .banenr_pages .text {
        padding-top: 0px;
    }

    .banenr_pages .text .container h2 {
        font-size: 4rem;
    }


    .product_pages .out .left {
        width: 100%;
    }

    .product_pages .out .Product_list {
        width: 100%;
        padding-left: 0px;
        margin-top: 6rem;
    }

    .product_pages .out .Product_list .box {
        width: 32%;
    }

    .product_pages .out .Product_list .box a {
        padding: 2rem;
    }

    .product_pages .out .left ul li {
        width: auto;
    }

    .product_pages .out .left ul {
        display: flex;
        flex-wrap: wrap;
        gap: 0px 1rem;
    }

    .product_pages .out .left ul li svg {
        margin-left: 0.6rem;
    }

    .Cases_pages .out {
        justify-content: space-between;
    }

    .Cases_pages .out .box {
        width: 48%;
    }

    .Honors_pages .out .box .img {
        height: 29.5rem;
    }

    .Contact-pages .out .box {
        width: 50%;
        border-bottom: 0.1rem solid #DDDDDD;
    }

    .PRODUCTS_Details .Top_Introduction .left {
        width: 100%;
    }

    .PRODUCTS_Details .Top_Introduction .right {
        width: 100%;
        margin-top: 5rem;
    }

    .Related_Products .out .box {
        width: 32%;
    }

    .mask-overlay {
        mask: radial-gradient(circle 20rem at 50% 54rem, transparent 20rem, black 20rem);
        -webkit-mask: radial-gradient(circle 20rem at 50% 54rem, transparent 20rem, black 20rem);
    }

    .menu-toggle {
        display: flex;
    }

    .Development_History .out .History_swiper {
        width: 100% ;
    }


    .Honors_pages .out .box a {
        padding: 2rem ;
    }

    .Honors_pages .out .box h3 {
        margin-top: 2rem ;
    }

}

@media (max-width: 767px) {
    html {
        font-size: clamp(5px, calc(100vw / 75), 10px);
    }

    #footer .footer-information .out .right {
        display: none;
    }

    #footer .footer-information .out .left {
        width: 100%;
    }

    .product_pages .out .Product_list .box {
        width: 48%;
    }

    .Cases_pages .out .box .img {
        height: 20.3rem;
    }

    .Honors_pages .out {
        justify-content: space-between;
    }

    .Honors_pages .out .box {
        width: 48%;
    }

    .Honors_pages .out .box .img {
        height: 32rem;
    }

    .Honors_pages .but_list a {
        width: 32%;
    }

    .News_pages .out .box {
        width: 100%;
    }

    .banenr_pages .text .container h2 {
        font-size: 3rem;
    }

    .banenr_pages .text .container span {
        font-size: 2rem;
    }

    .PRODUCTS_Details .Top_Introduction .left .Introduction_swiper1 {
        height: 36rem;
    }

}

@media (max-width: 575px) {
    html {
        font-size: clamp(5px, calc(100vw / 52), 10px);
    }

    .nav {
        height: 8rem;
    }

    .banne_swiper {
        margin-top: 8rem;
    }

    .nav .logo {
        height: 3.5rem;
    }

    .banne_swiper .swiper-slide .text h2 {
        font-size: 1.6rem;
        margin-bottom: 1rem;
        line-height: inherit;
    }

    .banne_swiper .swiper-slide .text h3 {
        font-size: 2.6rem;
        line-height: inherit;
        margin-bottom: 0px;
    }

    .banne_swiper .swiper-slide .text h4 {
        display: none;
    }

    .About .out .text .title_box .title h2 {
        font-size: 3rem;
    }

    .Product_Center {
        padding-top: 5rem;
    }

    .Product_Center .out .box .title {
        top: 3rem;
    }

    .Product_Center .out .box .title h3 {
        font-size: 3rem;
    }

    .Product_Center .out .box {
        padding-top: 17rem;
    }

    .Application_fields {
        margin-top: 6rem;
    }

    .Application_fields .container {
        top: 4rem;
    }

    .Application_fields .round_list_text .out .text_list .text_item {
        opacity: 1;
        position: static !important;
        transform: translate(0px) !important;
        width: 20%;
    }

    .Application_fields .round_list_text .out .text_list .text_item .yuan_box {
        display: none;
    }

    .Application_fields .round_list_text .out .text_list .text_item .txt {
        position: static !important;
        transform: translate(0px) !important;
    }


    .Application_fields .round_list_text .out .text_list {
        top: auto;
        bottom: -15rem;
        left: 0px;
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        pointer-events: auto !important;

        height: auto !important;
    }

    .Application_fields .round_list_text .out .text_list .text_item .txt img {
        max-width: auto;
        height: 4rem;
    }

    .Application_fields .round_list_text .out .text_list .text_item .txt {}

    .Application_fields .round_list_text .out {
        width: 100%;
        height: auto;
        box-shadow: none;
    }

    .Application_fields .round_list_text .out .svg_out {
        width: 40rem !important;
        height: 40rem !important;
        box-shadow: 0px 0px 0.1rem 100rem #00000052;
        border-radius: 50%;
        margin: 0 auto;
        position: relative;
    }

    .Application_fields .round_list_text .out .content_box .content_item {
        width: 40rem;
        height: 40rem;
        left: 50%;
        transform: translateX(-50%);
    }

    .Honors .out {
        margin-top: 5rem;
    }

    .partner {
        padding: 5rem 0px 7rem 0px;
    }

    .About,
    .product_pages,
    .Cases_pages,
    .Honors_pages {
        margin: 6rem 0px;
    }

    .About .out .Numbers_list .Numbers_item .tit b {
        font-size: 3.8rem;
    }

    .About .out .Numbers_list .Numbers_item i {
        margin: 3rem 0px;
    }

    .Application_fields .round_list_text .out {
        top: 21rem;
    }

    .About .out .Numbers_list .Numbers_item .txt {
        margin-bottom: 0.6rem;
    }

    .partner .out {
        margin-top: 6rem;
    }

    .banenr_pages .text .container h2 {
        font-size: 2.6rem;
    }

    .banenr_pages .text .container span {
        font-size: 1.8rem;
    }

    .banenr_pages {
        margin-top: 8rem;
    }

    .product_pages .out .Product_list .box .img {
        height: 16rem;
    }

    .product_pages .out .Product_list .box h4 {
        font-size: 2rem;
    }

    .Cases_pages .out .box {
        width: 100%;
    }

    .Cases_pages .out .box .img {
        height: auto;
    }

    .Cases_pages .out .box h3 {
        font-size: 2rem;
    }

    .Honors_pages .out .box .img {
        height: 23rem;
    }

    .Honors_pages .out .box a {
        padding: 2rem;
    }

    .Honors_pages .out .box h3 {
        margin-top: 2rem;
    }

    .Contact-pages .out .box {
        width: 100%;
    }

    .Contact-pages .title h2,
    .Online-Message .tit h2 {
        font-size: 3rem;
    }

    .Online-Message form label {
        width: 100%;
    }

    .News-Dilute .title h2 {
        font-size: 3rem;
    }

    .Related_Products .out .box {
        width: 48%;
    }

    .Related_Products .out .box .img {
        height: 18rem;
    }

    .PRODUCTS_Details .Top_Introduction .left .Introduction_swiper1 {
        height: 31rem;
    }

    .PRODUCTS_Details .Top_Introduction .right h3 {
        font-size: 3.2rem;
    }

    .mask-overlay {
        mask: radial-gradient(circle 20rem at 50% 41rem, transparent 20rem, black 20rem);
        -webkit-mask: radial-gradient(circle 20rem at 50% 41rem, transparent 20rem, black 20rem);
    }

    .Mobile-navigation {
        height: calc(100vh - 8rem);
    }

    .Honors .Honors_swiper .swiper-slide {
        width: 23.3rem;
    }

    .Honors .Honors_swiper .swiper-slide .img {
        height: 24.5rem;
    }

}