* {
    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: 160rem;
    margin: 0 auto;
    height: 100%;
}

.nav {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 10rem;
    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: 6.6rem;
}

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

.nav .out {
    display: flex;
    align-items: center;
}

.nav .out .icon_tel {
    display: flex;
    align-items: center;
    margin-left: 5.7rem;
}

.nav .out .icon_tel img {
    width: 2.4rem;
    height: 2.4rem;
    display: block;
    margin-right: 0.6rem;
}

.nav .out .icon_tel span {
    color: #024090;
    font-size: 2.2rem;
    font-weight: 500;
}

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

.nav .nav_list .nav_item {
    height: 100%;
    margin-right: 9rem;
    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: 2rem;
    color: #3E3E3E;
}

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

.banne_swiper {
    width: 100%;
}

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

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

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

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

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

.banne_swiper .swiper-slide .text h2 {
    font-weight: 400;
    font-size: 3.3rem;
    color: #FFFFFF;
    line-height: 4.6rem;
    text-shadow: 0px 0.3rem 0.6rem rgba(0, 0, 0, 0.36);
    margin-bottom: 3rem;
    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: 5rem;
    color: #FFFFFF;
    text-shadow: 0px 0.3rem 0.6rem rgba(0, 0, 0, 0.48);
    margin-bottom: 3rem;
    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;
    line-height: 2.2rem;
    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: 21.5rem;
    height: 5.9rem;
    background: #024090;
    border-radius: 3rem;
    padding-left: 4rem;
    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.7rem;
    color: #FFFFFF;
}

.banne_swiper .text .Moer .icon {
    width: 5.8rem;
    height: 5.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;
}

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

.public_title .title {
    display: flex;
    align-items: center;
    padding-bottom: 2.8rem;
    border-bottom: 0.1rem solid #E5E5E5;
    box-sizing: border-box;
    margin-bottom: 2.4rem;
}

.public_title .title .icon {
    width: 3.2rem;
    height: 3.2rem;
    position: relative;
    margin-right: 1.3rem;
}

.public_title .title .icon img {
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 1;
    width: 100%;
    height: 100%;
    display: none;
}

.public_title .title .icon .icon_1 {
    display: block;
}

.public_title .title .icon .icon_2 {
    display: none;
}

.public_title .title h2 {
    font-weight: 500;
    font-size: 1.8rem;
    color: #313131;
    line-height: 1;
}

.public_title .title_txt {
    font-weight: bold;
    font-size: 3.5rem;
    color: #313131;
}

.public_title .title_txt b {
    font-size: inherit;
    color: #024090;
    font-weight: inherit;
}

.public_title.white .title h2 {
    color: #FFF;
}

.public_title.white .title .icon .icon_1 {
    display: none;
}

.public_title.white .title .icon .icon_2 {
    display: block;
}

.public_title.white .title_txt {
    color: #FFF;
}



.spacing_public {
    margin: 10rem 0px;
}

.About {
    width: 100%;
    background: #FFF;
}

.About .out {
    width: 100%;
    padding-left: 16rem;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
}

.About .out .left {
    width: 42.35%;
    padding-top: 1.3rem;
    box-sizing: border-box;
}

.About .out .left .text {
    margin-top: 3rem;
}

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

.About .out .left .Moer {
    margin-top: 4rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    font-size: 1.7rem;
    color: #024090;

    width: 16.4rem;
    height: 4.8rem;
    border-radius: 3rem;
    border: 0.1rem solid #024090;

}

.About .out .left .Moer img {
    height: 0.8rem;
    display: block;
    margin-left: 1.5rem;
}

.About .out .right {
    width: 53.67%;
    border-radius: 5rem 0px 0px 0px;
    overflow: hidden;
    height: 62.1rem;
    position: relative;
}

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

.About .out .right .icon_list {
    position: absolute;
    bottom: 4.6rem;
    width: 100%;
    display: flex;
}

.About .out .right .icon_list .icon {
    width: 33.33%;
    text-align: center;
}

.About .out .right .icon_list .icon img {
    height: 4rem;
    display: block;
    margin: 0 auto;
    margin-bottom: 1.5rem;
}

.About .out .right .icon_list .icon span {
    text-align: center;
    font-weight: 400;
    font-size: 1.6rem;
    color: #FFFFFF;
}

.Product_Recommendation {
    width: 100%;
    height: 91.9rem;
    position: relative;
}

.Product_Recommendation .Recommendation_swiper {
    width: 100%;
    height: 100%;
}

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

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

.Product_Recommendation .Product_title {
    position: absolute;
    top: 6.2rem;
    left: 0px;
    width: 100%;
    z-index: 3;
}

.Product_Recommendation .out {
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 3;
    width: 100%;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    overflow: hidden;
}

.Product_Recommendation .out .box {
    width: 20%;
    height: 100%;
    padding-top: 10%;
    box-sizing: border-box;
    position: relative;
}

.Product_Recommendation .out .box::after {
    width: 100%;
    top: 0px;
    left: 0px;
    height: 100%;
    background: linear-gradient(180deg, rgba(2, 64, 144, 0.4) 0%, rgba(2, 64, 144, 0.81) 100%);
    content: '';
    position: absolute;
    z-index: 1;
    transform: translateY(100%);
    transition: 0.5s ease;
}

.Product_Recommendation .out .box.active::after {
    transform: translateY(0);
}

.Product_Recommendation .out .box .text {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0px 4rem;
    box-sizing: border-box;
    height: 100%;
    width: 100%;
    transform: translateY(55%);
    z-index: 2;
    position: relative;
    transition: 0.5s ease;
}

.Product_Recommendation .out .box.active .text {
    transform: translateY(0);
}

.Product_Recommendation .out .box img {
    height: 5.7rem;
    display: block;
    margin: 0 auto;
    margin-bottom: 3rem;
}

.Product_Recommendation .out .box h4 {
    font-weight: 500;
    font-size: 2.2rem;
    color: #FFFFFF;

    white-space: nowrap;
    /* 禁止换行 */
    overflow: hidden;
    /* 隐藏溢出内容 */
    text-overflow: ellipsis;
    /* 显示省略号 */

}

.Product_Recommendation .out .box .txt {
    height: 20rem;
    margin-top: 4.5rem;
    opacity: 0;
}

.Product_Recommendation .out .box.active .txt {
    opacity: 1;
}

.Product_Recommendation .out .box .txt p {
    font-weight: 400;
    font-size: 1.5rem;
    color: #D6D6D6;
    line-height: 1.8em;

    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6;
    /* 限制显示行数 */
    overflow: hidden;
}

.Product_Recommendation .out .box .Moer {
    width: 21.5rem;
    height: 5.9rem;
    background: rgba(255, 255, 255, 0.13);
    border-radius: 3rem;
    padding-left: 4rem;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    position: relative;
    margin-top: 7rem;
}

.Product_Recommendation .out .box .Moer span {
    font-weight: 400;
    font-size: 1.7rem;
    color: #FFFFFF;
}

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

.Product_Recommendation .out .box .Moer .icon svg {
    height: 2rem;
    width: auto;
    display: block;
    fill: #39578E;
}

/* 手机版导航 */
.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;
}

.Customer_Cases {
    width: 100%;
}

.Customer_Cases .out {
    margin-top: 3rem;
    position: relative;
}

.Customer_Cases .Cases_swiper {
    width: 100%;
}

.Customer_Cases .Cases_swiper .swiper-slide {
    --width_slist: 40%;
    width: 19%;
    height: 62.4rem;
    transition: 0.5s ease;
    margin-right: 1.4rem;
    overflow: hidden;
    border-radius: 2rem;
    position: relative;
}

.Customer_Cases .Cases_swiper .swiper-slide .title {
    position: absolute;
    bottom: 5.3rem;
    width: 100%;
    padding: 0px 2rem;
    box-sizing: border-box;
    z-index: 3 ;
    font-weight: 500;
    font-size: 2.2rem;
    color: #FFFFFF;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: 0.5s ease;
}

.Customer_Cases .Cases_swiper .swiper-slide::after {
    position: absolute; 
    top: 0px ;
    left: 0px ;
    width: 100% ;
    height: 100% ;
    z-index: 100 ;
    background: rgba(0, 0, 0, 0.36);
    z-index: 1 ;
    content: '';
}


.Customer_Cases .Cases_swiper .swiper-slide .text {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 2;
    /*background: rgba(0, 0, 0, 0.36);*/
    padding: 12rem 12rem 5.5rem 9.5rem;
    box-sizing: border-box;
    opacity: 0;
    visibility: hidden;
    transition: 0.5s ease;
}




.Customer_Cases .Cases_swiper .swiper-slide .text h3 {
    font-weight: 500;
    font-size: 2.7rem;
    color: #FFFFFF;
    text-shadow: 0px 0.3rem 0.6rem rgba(0, 0, 0, 0.16);
}

.Customer_Cases .Cases_swiper .swiper-slide .text .txt {
    margin-top: 3.6rem;
}

.Customer_Cases .Cases_swiper .swiper-slide .text .txt p {
    font-weight: 400;
    font-size: 1.5rem;
    color: #F5F5F5;
    line-height: 2em;
    text-shadow: 0px 0.3rem 0.6rem rgba(0, 0, 0, 0.16);
}

.Customer_Cases .Cases_swiper .swiper-slide .text .Moer {
    width: 16.3rem;
    height: 4.8rem;
    border-radius: 3rem;
    border: 0.1rem solid #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    font-size: 1.7rem;
    color: #FFFFFF;
    margin-top: 5rem;
}

.Customer_Cases .Cases_swiper .swiper-slide .text .Moer img {
    height: 0.8rem;
    display: block;
    margin-left: 1.5rem;
}

.Customer_Cases .Cases_swiper .swiper-slide:last-child {
    margin-right: 0px;
}

.Customer_Cases .Cases_swiper .swiper-slide .img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.Customer_Cases .Cases_swiper .swiper-slide.active {
    width: var(--width_slist);
}

.Customer_Cases .Cases_swiper .swiper-slide.active .title {
    transform: translateY(300%);
}

.Customer_Cases .Cases_swiper .swiper-slide.active .text {
    opacity: 1;
    visibility: visible;
}


.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 {
    width: 100%;
}

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

.News .out .swiper-slide {
    width: 48.7rem;
    margin-right: 6.9rem;
}

.News .out .swiper-slide .img {
    width: 100%;
    height: 28.7rem;
    overflow: hidden;
    border-radius: 2rem;
    overflow: hidden;
}

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

.News .out .swiper-slide .text {
    width: 100%;
    padding: 2.6rem 3rem 4rem 3rem;
    box-sizing: border-box;
    border-bottom: 0.2rem solid #024090;
}

.News .out .swiper-slide .text span {
    font-weight: 500;
    font-size: 1.6rem;
    color: #024090;
    display: block;
    margin-bottom: 2rem;
}

.News .out .swiper-slide .text h3 {
    font-weight: 500;
    font-size: 2.3rem;
    color: #333333;
    white-space: nowrap;
    /* 禁止换行 */
    overflow: hidden;
    /* 隐藏溢出内容 */
    text-overflow: ellipsis;
    margin-bottom: 1.4rem;
    /* 显示省略号 */
}

.News .out .swiper-slide .text p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    /* 限制显示行数 */
    overflow: hidden;
    font-weight: 400;
    font-size: 1.6rem;
    color: #444444;
    line-height: 1.8em;
    margin-bottom: 2rem;
}

.News .out .swiper-slide .text .Moer {
    display: flex;
    align-items: center;
    font-weight: 400;
    font-size: 1.6rem;
    color: #666666;
}

.News .out .swiper-slide .text .Moer img {
    height: 1.2rem;
    display: block;
    margin-left: 1rem;
}

#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: 10.5rem;
    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: 400;
    font-size: 4.6rem;
    color: #FFFFFF;
    text-shadow: 0px 0.3rem 0.6rem rgba(0, 0, 0, 0.36);
}

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


.News_pages {
    width: 100%;
}

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

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

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

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

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

.News_pages .out .box .text {
    width: 100%;
    padding: 2.6rem 3rem 4rem 3rem;
    box-sizing: border-box;
    border-bottom: 0.2rem solid #024090;
}

.News_pages .out .box .text span {
    font-weight: 500;
    font-size: 1.6rem;
    color: #024090;
    display: block;
    margin-bottom: 2rem;
}

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

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

.News_pages .out .box .text p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    /* 限制显示行数 */
    overflow: hidden;
    font-weight: 400;
    font-size: 1.6rem;
    color: #444444;
    line-height: 1.8em;
    margin-bottom: 2rem;
}

.News_pages .out .box .text .Moer {
    display: flex;
    align-items: center;
    font-weight: 400;
    font-size: 1.6rem;
    color: #666666;
}

.News_pages .out .box .text .Moer img {
    height: 1.2rem;
    display: block;
    margin-left: 1rem;
    transition: 0.5s ease;
}

.News_pages .out .box:hover .text .Moer img {
    transform: translateX(1.5rem);
}

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

.Cases_pages {
    width: 100%;
}

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

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

.Cases_pages .box .img {
    width: 100%;
    height: 33.3rem;
    overflow: hidden;
}

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

.Cases_pages .box .title {
    width: 100%;
    text-align: center;
    margin-top: 2.5rem;
}

.Cases_pages .box .title h3 {
    font-weight: 500;
    font-size: 2.2rem;
    color: #333333;
    white-space: nowrap;
    /* 禁止换行 */
    overflow: hidden;
    /* 隐藏溢出内容 */
    text-overflow: ellipsis;
    /* 显示省略号 */
}

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


.Cases_pages .box:hover .title h3 {
    color: #024090;
}

.Product_pages {
    width: 100%;
}

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

.Product_pages .out .box {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 6rem;
    align-items: center;
}

.Product_pages .out .box:nth-child(2n) {
    flex-direction: row-reverse;
}

.Product_pages .out .left {
    width: 46.25%;
    height: 46.6rem;
    overflow: hidden;
}

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

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

.Product_pages .out .right {
    width: 53.75%;
    padding: 0px 9rem;
    box-sizing: border-box;
}

.Product_pages .out .right h3 {
    font-weight: bold;
    font-size: 3.1rem;
    color: #242424;
}

.Product_pages .out .box:hover .right h3 {
    color: #024090;
}

.Product_pages .out .right i {
    width: 6rem;
    height: 0.1rem;
    background: #2655A1;
    display: block;
    margin: 2rem 0px 3rem 0px;
}

.Product_pages .out .right p {
    font-weight: 400;
    font-size: 1.6rem;
    color: #535353;
    line-height: 1.7em;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    /* 限制显示行数 */
    overflow: hidden;
}

.Product_pages .out .right .Moer {
    width: 17.1rem;
    height: 5.4rem;
    background: #2655A1;
    display: flex;
    align-items: center;
    font-weight: 500;
    font-size: 1.4rem;
    color: #FFFFFF;
    padding: 0px 2rem 0px 3rem;
    box-sizing: border-box;
    border-radius: 5rem;
    margin-top: 6rem;
}

.Product_pages .out .right .Moer img {
    display: block;
    height: 1.428rem;
    margin-left: 1rem;
    transition: 0.5s ease;
}

.Product_pages .out .box:hover .right .Moer img {
    transform: translateX(2rem);
}


.service_pages {
    width: 100%;
    margin: 10rem 0px 3.3rem 0px;
}

.service_pages .out {
    display: flex;
    flex-wrap: wrap;
}

.service_pages .out .box {
    width: 33.33%;
    border-right: 0.1rem solid #E5E5E5;
    box-sizing: border-box;
}

.service_pages .out .box .img {
    width: 100%;
    height: 37rem;
}

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

.service_pages .out .box .text {
    width: 100%;
    padding: 6.2rem 6.5rem 8.2rem 6.5rem;
    box-sizing: border-box;
}

.service_pages .out .box .text h2 {
    font-weight: bold;
    font-size: 2.4rem;
    color: #3E3E3E;
    margin-bottom: 4rem;
}

.service_pages .out .box .text p {
    font-weight: 400;
    font-size: 1.7rem;
    color: #878787;
    line-height: 1.7em;
    height: 25rem;
    overflow: auto;
}

.Service_Commitment {
    width: 100%;
    height: 91.9rem;
}

.Service_Commitment .out {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    height: 100%;
}

.Service_Commitment .out .left,
.Service_Commitment .out .right {
    width: 50%;
    height: 100%;
    position: relative;
}

.Service_Commitment .out .left img,
.Service_Commitment .out .right img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.Service_Commitment .out .right .text {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 0px;
    transform: translateY(-50%);
    background: #024090;
    padding: 8.9rem 11rem;
    box-sizing: border-box;
}

.Service_Commitment .out .right .text h2 {
    font-weight: bold;
    font-size: 4.5rem;
    color: #FFFFFF;
    margin-bottom: 3rem;
}

.Service_Commitment .out .right .text p {
    font-weight: 400;
    font-size: 1.8rem;
    color: #FFFFFF;
    line-height: 1.8em;
}

.Contact_pages {
    width: 100%;
}

.Contact_pages .out {
    width: 100%;
    margin-top: 6rem;
    display: flex;
    flex-wrap: wrap;
}

.Contact_pages .out .box {
    width: 33.33%;
    background: #F4F4F4;
    border-right: 0.1rem solid #E9E9E9;
    box-sizing: border-box;
    padding: 5.6rem 8rem 5.6rem 9rem;
    box-sizing: border-box;
}

.Contact_pages .out .box .title {
    width: 100%;
    display: flex;
    align-items: center;
    margin-bottom: 5rem;
}

.Contact_pages .out .box .title img {
    width: 7.8rem;
    height: 7.8rem;
    display: block;
    margin-right: 1.4rem;
}

.Contact_pages .out .box .title h4 {
    font-weight: 500;
    font-size: 2.2rem;
    color: #333333;
}

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

.Contact_pages .out .box p {
    font-weight: 400;
    font-size: 2.2rem;
    color: #888888;
}

.map_out {
    width: 100%;
    display: block;
}

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

.Online-Message {
    width: 100%;
    background: url(../images/9958.jpg) 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.8rem;
    color: #111111;
    margin-bottom: 1rem;
}


.Online-Message .tit span {
    font-weight: 400;
    font-size: 2rem;
    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: 2.3rem;
    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: 2rem;
    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: 2.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;
}

.Corporate-culture {
    width: 100%;
    padding: 15rem 0px 17rem 0px;
    background: url(../images/10134.jpg) no-repeat center;
    background-size: cover;
}

.Corporate-culture .title {
    border-bottom: none;
}

.Corporate-culture .out {
    margin-top: 23rem;
    width: 100%;
    position: relative;
}

.Corporate-culture .out::after {
    position: absolute;
    top: 1.7rem;
    content: '';
    width: 100%;
    height: 0.1rem;
    background: #FFF;
    left: 0px;
    z-index: 1;
}

.Corporate-culture .out .swiper {
    width: 100%;
    z-index: 3;
}

.Corporate-culture .out .swiper-slide {
    width: 22%;
    padding-right: 4%;
}

.Corporate-culture .out .swiper-slide .icon {
    width: 3.4rem;
    height: 3.4rem;
    border: 0.1rem solid #FFFFFF;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.Corporate-culture .out .swiper-slide .icon i {
    width: 0.8rem;
    height: 0.8rem;
    background: #FFFFFF;
    display: block;
    border-radius: 50%;
}

.Corporate-culture .out .swiper-slide:last-child {
    margin-right: 0px;
}

.Corporate-culture .out .swiper-slide .txt {
    margin-top: 7rem;
    width: 100%;
}

.Corporate-culture .out .swiper-slide .txt h2 {
    font-weight: 500;
    font-size: 2.2rem;
    color: #FFFFFF;
    margin-bottom: 2.5rem;
}

.Corporate-culture .out .swiper-slide .txt ul {
    width: 100% ;
    list-style: disc ;
    padding-left: 2rem ;
}



.Corporate-culture .out .swiper-slide .txt ul li {
    width: 100% ;
    margin-bottom: 0.5rem ;
}

.Corporate-culture .out .swiper-slide .txt ul li::marker {
    font-size: 1.7rem ;
    color: #fff ;
}

.Corporate-culture .out .swiper-slide .txt p {
    font-weight: 400;
    font-size: 1.6rem;
    color: #FFFFFF;
    line-height: 1.6em;
}


.Company-environment {
    width: 100%;
}

.Company-environment .out {
    margin-top: 7.8rem;
    width: 100%;
}

.Company-environment .out .swiper-slide {
    width: 96.4rem;
    height: 59.5rem;
    overflow: hidden;
    border-radius: 3rem;
    margin: 0px 5rem;
    transform: scale(0.7);
    transition: 0.5s ease;
}

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

.Company-environment .out .swiper-slide-active {
    transform: scale(1);
}

.Company-environment .public_prev {
    left: 15%;
}

.Company-environment .public_next {
    right: 15%;
}

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

.Qualifications .out {
    margin-top: 6rem;
    position: relative;
}

.Qualifications .out .swiper-slide {
    width: 33.33% ;
    background: #FFFFFF;
    padding: 4rem 3rem 2.5rem 3rem;
    box-sizing: border-box;
    /* margin-right: 3.6rem; */
}

.Qualifications .out .swiper-slide:last-child {
    margin-right: 0px;
}

.Qualifications .out .swiper-slide .img {
    width: 100%;
    /*height: 34.5rem;*/
    overflow: hidden;
    margin-bottom: 5rem;
}

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

.Qualifications .out .swiper-slide .title {
    width: 100%;
    text-align: center;
    font-weight: 400;
    font-size: 2.2rem;
    color: #4E4E4E;
}


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

.News-Dilute .out {
    width: 100%;
    padding: 4rem 6rem;
    box-sizing: border-box;
}

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

.News-Dilute .title h2 {
    font-size: 3.4rem;
    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 1.5rem;
    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.7rem;
    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;
}




.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 / 170), 10px);
    }
}

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

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

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

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

    .About .out {
        padding-left: 5%;
    }

    .public_next {
        right: -6.5rem;
    }

    .public_prev {
        left: -6.5rem;
    }

    .Company-environment .out .swiper-slide {
        width: 50% ;
        margin: 0px 2rem ;
        height: 45.5rem;
    }

    .Company-environment .public_next {
        right: 18% ;
    }
    
    .Company-environment .public_prev {
        left: 18% ;
    }

    .Product_pages .out .left {
        height: 39.6rem ;
    }

    .service_pages .out .box .text {
        padding: 4rem ;
    }

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

    .Service_Commitment .out .right .text {
        padding: 4rem 6rem ;
    }

    .Service_Commitment {
        height: 74rem ;
    }

    .Contact_pages .out .box {
        padding: 4rem ;
    }

    

}

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

    .nav .out .icon_tel {
        display: none;
    }

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

    .but_list_banner .swiper-pagination {
        bottom: 2rem;
        justify-content: center;
    }

    .public_title .title_txt {
        font-size: 3.8rem;
    }

    .Product_Recommendation .out .box img {
        height: 4.6rem;
    }

    .Product_Recommendation .out .box h4 {
        font-size: 1.8rem;
    }

    .Product_Recommendation .out .box .text {
        padding: 0px 1rem;
    }

    .Customer_Cases .Cases_swiper .swiper-slide .text {
        padding: 9rem 4rem 3.5rem 3.5rem;
    }

    .Customer_Cases .Cases_swiper .swiper-slide .title {
        font-size: 1.8rem;
    }

    .Customer_Cases .Cases_swiper .swiper-slide {
        width: 23%;
        --width_slist: 51%;
    }

    .public_next {
        right: -6rem;
    }

    .public_prev {
        left: -6rem;
    }

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

    .Company-environment .out .swiper-slide {
        height: 38.5rem ;
    }

    .Qualifications .out .swiper-slide {
        width: 33.33% ;
    }

    .Corporate-culture .out .swiper-slide{
        width: 33.33% ;
        box-sizing: border-box ;
    }

    .Corporate-culture {
        padding-top: 7rem ;
        padding-bottom: 8rem ;
    }

    .Corporate-culture .out {
        margin-top: 13rem ;
    }

    .Product_pages .out .left {
        width: 54% ;
    }

    .Product_pages .out .right {
        width: 46% ;
        padding: 0px 4rem;
    }

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

    .Product_pages .out .right {
        width: 100% ;
        padding: 2rem 1rem ;
        box-sizing: border-box ;
    }

    .Product_pages .out {
        display: flex ;
        flex-wrap: wrap ;
        justify-content: space-between ;
        width: 100% ;
        gap: 3rem 2% ;
    }

    .Product_pages .out .box {
        width: 48% ;
        margin-bottom: 0px ;
    }

    .Product_pages .out .left {
        height: 26rem ;
    }

    .Product_pages .out .right h3 {
        font-size: 2.4rem ;
    }

    .Product_pages .out .right p {
        font-size: 1.5rem ;
    }

    .Product_pages .out .right i {
        width: 10rem ;
        margin: 1rem 0px 2rem 0px ;
    }

    .Product_pages .out .right .Moer {
        margin-top: 3rem;
        height: 4.5rem;
    }

    .News-Dilute .out {
        padding: 4rem 0px 
    }

    .News_pages .out .box .img {
        height: 22rem;
    }

    .News_pages .out .box .text {
        padding: 2rem 0px ;
    }



}

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

    .nav .out {
        display: none;
    }

    .nav {
        height: 8rem;
    }

    .banne_swiper {
        margin-top: 8rem;
    }

    .nav .logo {
        height: 6rem;
    }

    .menu-toggle {
        display: flex;
    }

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

    .banne_swiper .swiper-slide .text h3 {
        font-size: 2.6rem;
        margin-bottom: 2rem;
        max-width: 50rem;
    }

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

    .banne_swiper .swiper-slide .text h4 {
        font-size: 1.5rem;
    }

    .banne_swiper .text .Moer {
        width: 16rem;
        height: 4.5rem;
        padding-left: 2rem;
        margin-top: 5rem;
    }

    .banne_swiper .text .Moer span {
        font-size: 1.3rem;
    }

    .banne_swiper .text .Moer .icon {
        height: 4.5rem;
        width: 4.5rem;
    }

    .but_list_banner .but_list {
        bottom: 1rem;
    }

    .spacing_public {
        margin: 7rem 0px;
    }

    .About .out {
        flex-wrap: wrap;
        padding: 0px;
        width: 90%;
        margin: 0px auto;
    }

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

    .public_title .title_txt {
        font-size: 3.5rem;
    }

    .About .out .right {
        width: 100%;
        height: auto;
        margin-top: 4rem;
    }

    .Product_Recommendation {
        height: auto;
    }

    .Product_Recommendation .out {
        width: 100%;
        height: auto;
        position: static;
    }

    .Product_Recommendation .out .box {
        width: 50%;
        padding-top: 0px;
    }

    .Product_Recommendation .out .box .text,
    .Product_Recommendation .out .box::after {
        transform: translateY(0px) !important;
    }

    .Product_Recommendation .out .box .txt {
        opacity: 1;
        margin-top: 2rem;
    }

    .Product_Recommendation .out .box .text {
        padding: 6rem 5rem;
        box-sizing: border-box;
    }

    .Product_Recommendation .out .box .Moer {
        width: 16rem;
        height: 4.5rem;
        padding-left: 2rem;
        margin-top: 0px;
    }

    .Product_Recommendation .out .box .Moer span {
        font-size: 1.3rem;
    }

    .Product_Recommendation .out .box .Moer .icon {
        height: 4.5rem;
        width: 4.5rem;
    }

    .public_next {
        right: -3.1rem;
    }

    .public_prev {
        left: -3.1rem;
    }

    .Company-environment .out .swiper-slide {
        width: 70% ;
        margin: 0px 0px ;
    }

    .Company-environment .public_next {
        right: 6% ;
    }

    .Company-environment .public_prev {
        left: 6% ;
    }

    .Qualifications .out .swiper-slide {
        padding: 3rem 2rem 3rem 2rem ;
    }

    .Qualifications .out .swiper-slide .img {
        margin-bottom: 2rem ;
    }

    .banenr_pages {
        margin-top: 8rem ;
    }

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

    .News-Dilute .out {
        padding: 0px ;
    }

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

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

    .Service_Commitment .out .left, .Service_Commitment .out .right {
        width: 100% ;
    } 

    .Service_Commitment {
        height: auto ;
    }

    .service_pages {
        margin:6rem 0px 2rem 0px ;
    }

    .Service_Commitment .out .right .text {
        position: static ;
        transform: translate(0px);
    }

    .Service_Commitment .out .left img, .Service_Commitment .out .right img {
        display: none ;
    }

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

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

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

}

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

    .banne_swiper .text .Moer {
        margin-top: 3rem;
    }

    .spacing_public {
        margin: 5rem 0px;
    }

    .public_title .title_txt {
        font-size: 3rem;
    }

    .About .out .left .text p {
        font-size: 1.6rem;
    }

    .About .out .right .icon_list {
        bottom: 2.6rem;
    }

    .Customer_Cases .Cases_swiper .swiper-slide {
        width: 100%;
        --width_slist: 100%;
    }

    .Customer_Cases .Cases_swiper .swiper-slide .text {
        opacity: 1;
        visibility: visible;
    }

    .Customer_Cases .Cases_swiper .swiper-slide .title {
        opacity: 0 ;
    }

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

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

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

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

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

    .Corporate-culture .out .swiper-slide {
        width: 50% ;
    }

    .Company-environment .out .swiper-slide {
        height: 31rem ;
    }

    .Company-environment .out .swiper-slide {
        border-radius: 2rem ;
    }

    .Qualifications .out .swiper-slide {
        width: 50% ;
    }

    .Product_pages .out .left {
        height: 21rem ;
    }

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

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

    .Cases_pages .box .img {
        height: 21rem ;
    }

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

}

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

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

    .spacing_public {
        margin: 3rem 0px ;
    }

    .Product_Recommendation .out .box .text {
        padding: 3rem 2rem ;
        box-sizing: border-box ;
    }

    .Customer_Cases .Cases_swiper .swiper-slide {
        height: auto ;
    }

    .News .out .swiper-slide {
        width: 100% ;
    }

    .Product_Recommendation .out .box:last-child {
        width: 100% ;
    }

    .Company-environment .out .swiper-slide {
        width: 90% ;
    }

    .Qualifications .out .swiper-slide .img {
        height: 31rem ;
    }

    .Qualifications .out {
        margin-top: 3rem ;
    }

    .public_next {
        right: -2.1rem ;
    }

    .public_prev {
        left: -2.1rem ;
    }

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

    .Product_pages .out .left {
        height: 31rem ;
    }

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

    .News_pages .out .box .img {
        height: 30rem ;
    }

    .Cases_pages .box .img {
        height: 16rem ;
    }

    .Service_Commitment .out .right .text {
        padding: 3rem ;
    }

    .Service_Commitment .out .right .text h2 {
        font-size: 3.5rem ;
        margin-bottom: 2rem ;
    }



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

}