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

@font-face {
    font-family: 'AlibabaPuHuiTi-Regular';
    src: url('../font/AlibabaPuHuiTi-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'AlibabaPuHuiTi-Medium';
    src: url('../font/AlibabaPuHuiTi-Medium.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'AlibabaPuHuiTi-Bold';
    src: url('../font/AlibabaPuHuiTi-Bold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

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

body {
    font-size: 1.5rem;
    font-family: 'AlibabaPuHuiTi-Regular', sans-serif;
}


h1,
h2,
h3,
h4,
h5,
h6,
b,
.Semi-bold {
    font-family: 'AlibabaPuHuiTi-Bold', sans-serif;
}

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

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

/* 隐藏 Chrome/Edge 下载按钮 */
video::-webkit-media-controls-download {
display: none !important;
}
/* 隐藏 Firefox 下载按钮 */
video::-moz-media-controls-download {
display: none !important;
}


.tel_button {
    padding: 1rem 2.6rem ;
    box-sizing: border-box ;
    background: #0451A4 ;
    color: #FFF ;
    font-size: 1.6rem ;
    font-weight: bold;
    display: block ;
    border-radius: 4rem ;
    width: max-content ;
    letter-spacing: 0.05rem;
        display: flex;
    align-items: center;
}

.tel_button svg {
    height: 2.6rem;
    width: 2.6rem;
    fill: #FFF;
    margin-right: 1rem;
}

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

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

.nav .logo {
    width: 19.4rem;
    height: 5.4rem;
}

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

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

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

.nav .nav-list li {
    position: relative;
    height: 100%;
    margin-right: 6rem;
}

.nav .nav-list li:last-child {
    margin-right: 0px;
}

.nav .nav-list .nav-item {
    font-weight: 500;
    font-size: 2rem;
    color: #3E3E3E;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'AlibabaPuHuiTi-Medium';
}

.nav .nav-list li.active .nav-item {
    color: #0451A4;
}

.banner-Homer {
    width: 100%;
}

.banner-Homer .img {
    width: 100%;
    height: 92rem ;
    display: block ;
}

.banner-Homer .img img , .banner-Homer .img video {
    width: 100%;
    height: 100% ;
    object-fit: cover ;
    display: block;
}

.banner-Homer .text {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 1;
    /*background: rgba(0, 0, 0, 0.3) ;*/
}

.banner-Homer .text .container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    box-sizing: border-box;
}

.banner-Homer .text h2 {
    font-weight: 500;
    font-size: 6.2rem;
    color: #FFFFFF;
    text-shadow: 0px 0.3rem 0.6rem rgba(0, 0, 0, 0.36);
    line-height: 1.4em;
    margin-bottom: 6rem;
}

.banner-Homer .text p {
    font-weight: 400;
    font-size: 2.8rem;
    color: #FFFFFF;
    line-height: 1.2em;
    text-shadow: 0px 0.3rem 0.6rem rgba(0, 0, 0, 0.48);
}

.banner-Homer .swiper-pagination {
    bottom: 8rem;
}

.banner-Homer .swiper-pagination-bullet {
    width: 1rem;
    height: 1rem;
    background: #FFFFFF;
    opacity: 0.5;
    border-radius: 50% ;
    transition: 0.5s ease ;
}

.banner-Homer .swiper-pagination-bullet-active {
    width: 2.9rem ;
    height: 1rem ;
    background: #FFFFFF;
    border-radius: 0.6rem ;
    opacity: 1 ;
}




/* ABOUT-US */
.ABOUT-US {
    width: 100%;
    padding-top: 9rem;
    position: relative;
    overflow: hidden;
}

.ABOUT-US .out {
    width: 100%;
    height: 100%;
    position: relative;

}

.ABOUT-US .out .text_center {
    position: relative;
    z-index: 3;
}

.ABOUT-US .out h2 {
    font-weight: 500;
    font-size: 4.5rem;
    color: #101010;
    margin-bottom: 2.3rem;
}

.ABOUT-US .out span {
    font-weight: 500;
    font-size: 2rem;
    color: #3E3E3E;
    font-family: 'AlibabaPuHuiTi-Medium';
}

.ABOUT-US .out .tit {
    position: absolute;
    right: 3.5rem;
    top: -1.8rem;
    font-weight: 500;
    font-size: 18.5rem;
    color: #0451A4;
    opacity: 0.1;
    line-height: 1;
    z-index: 3;
}

.ABOUT-US .out .text {
    max-width: 94rem;
    width: 100%;
    margin-top: 3.3rem;
}

.ABOUT-US .out .text p {
    font-weight: 400;
    font-size: 1.8rem;
    color: #858585;
    line-height: 1.8em;
}

.ABOUT-US .out .img {
    position: absolute;
    bottom: 0px;
    right: -22.2rem;
    width: 50% ;
    z-index: 2;
}

.ABOUT-US .out .img img {
    width: 100%;
    display: block;
    height: 76.7rem;
    object-fit: cover;
    clip-path: polygon(70.8rem 0,
            100% 0,
            100% 100%,
            0 100%,
            0 calc(100% - 35.7rem));
}

.ABOUT-US .number {
    width: 100%;
    margin-top: 7.2rem;
    height: 35.7rem;
    background: #0451A4;
}

.ABOUT-US .number .list-num {
    width: 104.6rem;
    max-width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-right: 12.8rem;
    box-sizing: border-box;
    background: url(../images/10141.webp) no-repeat center;
    background-size: cover;
}

.ABOUT-US .number .list-num .item .num {
    display: flex;
    align-items: end;
}

.ABOUT-US .number .list-num .item .num b {
    font-weight: bold;
    font-size: 4.9rem;
    color: #FFFFFF;
    line-height: 1;
    margin-right: 1.4rem;
}

.ABOUT-US .number .list-num .item .num span {
    font-weight: 400;
    font-size: 1.8rem;
    color: #FFFFFF;
    line-height: 1;
}

.ABOUT-US .number .list-num .item p {
    font-weight: 400;
    font-size: 1.8rem;
    color: #ECECEC;
    margin-top: 2rem;
}

.public-Moer {
    width: 18.4rem;
    height: 5.1rem;
    background: linear-gradient(329deg, #70A8DB 0%, #0451A4 100%);
    border-radius: 2.6rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 7.1rem;
    font-weight: 500;
    font-size: 1.7rem;
    color: #FFFFFF;
}

.public-Moer i {
    display: block;
    background: url(../images/9745.png) no-repeat center;
    width: 2.9rem;
    height: 0.8rem;
    background-size: contain;
    margin-left: 1.6rem;
    transform: translateY(0.3rem);
}

.Core-business {
    width: 100%;
    padding: 8rem 0px 7.3rem 0px;
    box-sizing: border-box;
    background: url(../images/9940.webp) no-repeat center;
    background-size: cover;
    position: relative;
}

.public-title {
    text-align: left;
}

.public-title h2 {
    font-weight: 500;
    font-size: 4.5rem;
    color: #101010;
    margin-bottom: 2rem;
    line-height: 1.2em;
}

.public-title p {
    font-weight: 400;
    font-size: 1.8rem;
    color: #A7A7A7;
}

.Core-business .out {
    width: 100%;
    display: flex;
    justify-content: space-between;
    position: relative;
    padding-top: 12rem;
}

.Core-business .out .list-text {
    max-width: 57.5rem;
    position: relative;
}

.Core-business .out .list-text .item-box {
    display: none;
}

.Core-business .out .list-text .item-box.active {
    display: block;
}

.Core-business .out .list-text h3 {
    font-weight: bold;
    font-size: 3rem;
    color: #0451A4;
    line-height: 1.3em;
    margin-bottom: 5rem;
}

.Core-business .out .list-text b {
    font-weight: 500;
    font-size: 2.2rem;
    color: #3E3E3E;
    line-height: 1.3em;
    margin-bottom: 2rem;
    display: block;
}

.Core-business .out .list-text p {
    font-weight: 400;
    font-size: 1.7rem;
    color: #686868;
    line-height: 1.8em;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    /* 限制显示3行 */
    overflow: hidden;
}

.Core-business .out .list-text .but_list {
    display: flex;
    align-items: center;
    gap: 0px 2.6rem;
    margin-top: 5rem;
}

.Core-business .out .list-text .but_list a {
    width: 14.4rem;
    height: 4.7rem;
    background: linear-gradient(329deg, #70A8DB 0%, #0451A4 100%);
    border-radius: 2.6rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    font-size: 1.7rem;
    color: #FFFFFF;
}

.Core-business .out .list-text .but_list a i {
    width: 1.263rem;
    height: 1.263rem;
    background: url(../images/10081.png) no-repeat center;
    background-size: contain;
    margin-left: 1rem;
}

.Core-business .out .list-text .but_list a:nth-child(2) {
    /* background: #EAEFFB; */
    /* color: #0451A4; */
    color: #FFF;
    background: linear-gradient(329deg, #DE5D22 0%, #FBE142 100%);
    width: auto ;
    padding: 0px 2rem ;
    box-sizing: border-box ;
}

.Core-business .out .list-text .but_list a:nth-child(2) i {
    width: 2.26rem;
    height: 2.17rem;
    background: url(../images/kefu2.png) no-repeat center;
    background-size: contain;
    margin-left: 0px;
    margin-right: 1.4rem;
}

.Core-business .out .right {
    padding-left: 15.1rem;
    box-sizing: border-box;
    width: 64%;
    position: absolute;
    right: 0px;
    top: -6rem;
}


.Core-business .out .right .swiper-slide {
    width: 52.8rem;
    height: 52.8rem;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
}

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

.Core-business .out .right .swiper-slide .img {
    width: 22.8rem;
    height: 22.8rem;
    display: flex;
    box-sizing: border-box;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    transition: 0.6s ease;
    background: #FFF;
    box-shadow: 0px 0px 0.6rem 0.1rem rgba(0, 0, 0, 0.1);
    padding: 4rem ;
    box-sizing: border-box ;
}

.Core-business .out .right .swiper-slide-active .img {
    width: 100%;
    height: 100%;
    background: none;
    border: 0.2rem dashed rgba(4, 81, 164, 0.37);
    box-shadow: none;
    box-sizing: border-box ;
}

.Core-business .out .right .swiper-slide .img img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    display: block;
    object-fit: contain;
}

.Core-business .out .right .swiper-wrapper {
    align-items: center;
}

.Core-business .out .right .swiper-slide-active {
    box-sizing: border-box;
}

.Core-business .business-Core_list {
    width: 100%;
    position: relative;
    margin-top: 10.7rem;
}

.business-Core_list .swiper-slide {
    width: 28.7rem;
    height: 13.6rem;
    background: linear-gradient(132deg, #E5E8EE 0%, #D2DBE8 100%);
    box-shadow: 0px 0.3rem 0.6rem 0.1rem rgba(0, 0, 0, 0.1);
    border: 0.2rem solid #FFFFFF;
    box-sizing: border-box;
    border-radius: 2rem;
    overflow: hidden;
    padding: 2.5rem 3rem 1.8rem 2.5rem;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-right: 4.1rem;
}

.business-Core_list .swiper-slide:last-child {
    margin-right: 0px;
}

.business-Core_list .swiper-slide .txt {
    max-width:70%;
}

.business-Core_list .swiper-slide h3 {
    font-weight: 500;
    font-size: 1.8rem ;
    color: #5E5E5E;
    line-height: 1.2em;
    margin-bottom: 2.3rem;
    /*overflow: hidden;*/
    /*white-space: nowrap;*/
    /*text-overflow: ellipsis;*/
}

.business-Core_list .swiper-slide .Moer {
    width: 4.8rem;
    height: 2.7rem;
    background: #FFFFFF;
    border-radius: 1.4rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.business-Core_list .swiper-slide .Moer i {
    width: 0.9rem;
    height: 0.9rem;
    display: block;
    background: url(../images/10080.png) no-repeat center;
    background-size: contain;
}

.business-Core_list .swiper-slide .img {
    width: 9.1rem;
    height: 100%;
}

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

.business-Core_list .swiper-button-next,
.business-Core_list .swiper-button-prev {
    width: 6.3rem;
    height: 6.3rem;
    background: #FFFFFF;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 0.1rem solid #00000011 ;
box-shadow: 0px 0px 0.6rem 0.1rem rgba(0, 0, 0, 0.13);

}

.business-Core_list .swiper-button-next::after,
.business-Core_list .swiper-button-prev::after {
    font-size: 1.6rem;
    color: #0451A4;

}

.business-Core_list .swiper-button-prev {
    left: -10rem;
}

.business-Core_list .swiper-button-next {
    right: -10rem;
}

.business-Core_list .swiper-button-next:hover,
.business-Core_list .swiper-button-prev:hover {
    background: linear-gradient(44deg, #70A8DB 0%, #105AAA 100%, #0451A4 100%);
}

.business-Core_list .swiper-button-next:hover::after,
.business-Core_list .swiper-button-prev:hover::after {
    color: #FFF;
}

.business-Core_list .swiper-slide.active h3 , .business-Core_list .swiper-slide:hover h3 {
    color: #0451A4;
}

.business-Core_list .swiper-slide.active .Moer , .business-Core_list .swiper-slide:hover .Moer {
    background: linear-gradient(329deg, #FBE142 0%, #DE5D22 100%);
}

.business-Core_list .swiper-slide.active .Moer i , .business-Core_list .swiper-slide:hover .Moer i {
    background: url(../images/10081.png) no-repeat center;
    background-size: contain;
}

.Solution {
    width: 100%;
    background: #E7F2FC;
    padding: 10rem 0px;
}

.Solution .container {
    border-radius: 1rem;
    overflow: hidden;
    height: 79.4rem;
    position: relative;
}

.Solution .but_title {
    width: 100%;
    height: 8.8rem;
    display: flex;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 10;
}

.Solution .but_title .tit {
    width: 50%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    cursor: pointer;
    position: relative;
}

.Solution .but_title .tit .icon {
    width: 2.933rem;
    height: 2.933rem;
    position: relative;
}

.Solution .but_title .tit .icon img {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: none;
}

.Solution .but_title .tit span {
    font-weight: 500;
    font-size: 3rem;
    color: #373737;
    display: block;
    margin-left: 1.9rem;
}

.Solution .but_title .tit::after {
    position: absolute;
    bottom: 0px;
    height: 0.2rem;
    background: #FFFFFF;
    width: 0%;
    left: 50%;
    transform: translateX(-50%);
    content: '';
    transition: 0.5s ease;
}

.Solution .but_title .tit .icon .ion_2 {
    display: block;
}

.Solution .but_title .tit.active .icon .ion_2 {
    display: none;
}

.Solution .but_title .tit.active .icon .ion_1 {
    display: block;
}

.Solution .but_title .tit.active span {
    color: #FFF;
}

.Solution .but_title .tit.active {
    background: none;
}

.Solution .but_title .tit.active::after {
    width: 90%;
}

.Solution .out {
    width: 100%;
    height: 100%;
    position: relative;
}

.Solution .out .box {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 5;
    display: none;
    box-sizing: border-box;
    padding: 0px 5rem;
    box-sizing: border-box;
    padding-top: 20.6rem;
}

.Solution .out .box.active {
    display: block;
}

.Solution .out .box .swiper-slide {
    width: 47.8rem;
    background: linear-gradient(180deg, #C6E1FE 0%, #C7E2FE 1.17%, #C9E3FE 48.53%, #FFFFFF 71.96%, #FFFFFF 100%);
    border-radius: 2rem;
    overflow: hidden;
    border: 0.1rem solid #FFFFFF;
    margin-right: 3.1rem;
    box-sizing: border-box ;
}

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

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

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

.Solution .out .box .swiper-slide .text {
    width: 100%;
    padding: 2.4rem 2.6rem 3rem 2.6rem;
    box-sizing: border-box;
}

.Solution .out .box .swiper-slide .text h3 {
    font-weight: 500;
    font-size: 2.6rem;
    color: #3E3E3E;
    padding: 0px 2rem;
    box-sizing: border-box;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.Solution .out .box .swiper-slide .text .icon {
    width: 100%;
    display: block;
    margin-top: 1rem;
    margin-bottom: 2.6rem;
}

.Solution .out .box .swiper-slide .text p {
    font-weight: 400;
    font-size: 1.7rem;
    color: #686868;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    height: 7.6rem;
    padding: 0px 2rem;
    box-sizing: border-box;
}

.Solution .out .box .swiper-button-prev:after , .Solution .out .box .swiper-button-next:after {
    font-size: 2.4rem;
    color: #D11F13 ;
}

.public-title-content {
    width: 100%;
    text-align: center;
}

.public-title-content h2 {
    font-weight: 500;
    font-size: 4.5rem;
    color: #FFFFFF;
    line-height: 1.2em;
    margin-bottom: 2rem;
}

.public-title-content span {
    font-weight: 400;
    font-size: 1.8rem;
    color: #FFFFFF;
}

.Honors {
    background: url(../images/10143.webp) no-repeat center;
    background-size: cover;
    padding: 7rem 0px 9rem 0px;
    position: relative;
}

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

.Honors .icon_list .icon_item {
    width: 33.1rem;
}

.Honors .icon_list .icon_item .icon {
    height: 5.6rem;
    width: 5.2rem;
    display: block;
    object-fit: contain;
    margin: 0 auto;
    margin-bottom: 3rem;
}

.Honors .icon_list .icon_item h3 {
    font-weight: bold;
    font-size: 2rem;
    color: #FFFFFF;
    margin-bottom: 1.5rem;
    text-align: center;
}

.Honors .icon_list .icon_item p {
    font-weight: 400;
    font-size: 1.6rem;
    color: #F1F1F1;
    line-height: 1.7em;
    text-align: center;
}

.Honors .Honors-swiper {
    width: 100%;
    margin-top: 3.3rem;
}

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

.Honors .Honors-swiper .swiper-slide {
    width: 34.6rem;
    margin-right: 7.2rem;
}

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

.Honors .Honors-swiper .swiper-slide .img {
    width: 100%;
    height: 23.7rem;
    overflow: hidden;
    margin-bottom: 1.4rem;
}

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

.Honors .Honors-swiper .swiper-slide .txt {
    width: 100%;
    text-align: center;
    font-weight: 400;
    font-size: 2rem;
    color: #FFFFFF;
}

.Company-News {
    padding: 9rem 0px;
    width: 100%;
    background: #F0F1F3;
}

.Company-News .out {
    margin-top: 6rem;
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.Company-News .out .left {
    width: 43%;
}

.Company-News .out .left .swiper-slide {
    width: 100%;
    border-radius: 2rem;
    overflow: hidden;
}

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

.Company-News .out .left .swiper-slide .img img , .Company-News .out .left .swiper-slide .img video{
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: 0.5s ease;
}

.Company-News .out .left .swiper-slide:hover .img img {
    transform: scale(1.1);
}

.Company-News .out .left .swiper-slide .text {
    padding: 3.7rem 3.4rem 2.5rem 4.5rem;
    box-sizing: border-box;
    background: #FFF;
    width: 100%;
}

.Company-News .out .left .swiper-slide .text span {
    font-weight: bold;
    font-size: 2rem;
    color: #0451A4;
}

.Company-News .out .left .swiper-slide .text h3 {
    font-weight: bold;
    font-size: 2.3rem;
    color: #333333;
    margin-top: 0.5rem;
    margin-bottom: 1.3rem;
    line-height: 1.2em;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.Company-News .out .left .swiper-slide:hover .text h3 {
    color: #0451A4 ;
}

.Company-News .out .left .swiper-slide .text p {
    font-weight: 400;
    font-size: 1.6rem;
    color: #444444;
    line-height: 1.7em;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.Company-News .out .left .swiper-slide .text i {
    width: 100%;
    height: 0.1rem;
    background: #E1E1E1;
    display: block;
    margin-top: 3rem;
    margin-bottom: 4rem;
}

.Company-News .out .left .swiper-slide .text .Moer {
    width: 15.5rem;
    height: 3.9rem;
    background: #FFFFFF;
    box-shadow: 0px 0px 0.6rem 0.1rem rgba(0, 0, 0, 0.1);
    border-radius: 2rem;
    border: 0.1rem solid #0451A4;
    font-weight: 400;
    font-size: 1.7rem;
    color: #0451A4;
    display: flex;
    align-items: center;
    justify-content: center;
}

.Company-News .out .right {
    width: 53.4%;
}

.Company-News .out .right .box {
    width: 100%;
    margin-bottom: 6.7rem;
}

.Company-News .out .right .box:nth-child(2) {
    margin-bottom: 3.7rem;
}

.Company-News .out .right .public-Moer {
    margin-top: 0px;
    margin-left: auto;
}

.Company-News .out .right .box a {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    background: #FFF;
    border-radius: 2rem;
    overflow: hidden;
}

.Company-News .out .right .box .img {
    width: 27.1rem;
    height: 24.2rem;
    overflow: hidden;
}

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

.Company-News .out .right .box:hover .img img {
    transform: scale(1.1);
}

.Company-News .out .right .box .text {
    width: calc(100% - 27.1rem);
    padding: 3rem 5rem 3rem 3.5rem;
    box-sizing: border-box;
}

.Company-News .out .right .box .text h3 {
    font-weight: bold;
    font-size: 2.3rem;
    color: #333333;
    line-height: 1.2em;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-bottom: 2rem;
}

.Company-News .out .right .box:hover .text h3 {
    color: #0451A4 ;
}

.Company-News .out .right .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;
}

.Company-News .out .right .box .text .but_box {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 3rem;
}

.Company-News .out .right .box .text .but_box span {
    font-weight: bold;
    font-size: 1.8rem;
    color: #0451A4;
}

.Company-News .out .right .box .text .but_box .Moer {
    width: 4.8rem;
    height: 2.7rem;
    background: linear-gradient(329deg, #70A8DB 0%, #0451A4 100%);
    border-radius: 2.6rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.Company-News .out .right .box .text .but_box .Moer i {
    width: 0.9rem;
    height: 0.9rem;
    display: block;
    background: url(../images/10081.png) no-repeat center;
    background-size: contain;
}

.cooperation {
    width: 100%;
    padding: 9rem 0px 8rem 0px;
    box-sizing: border-box;
    background: url(../images/10144.webp) no-repeat center;
    background-size: cover;
}

.cooperation .container {
    /*max-width: 133.3rem;*/
}

.cooperation h2 {
    text-align: center;
    font-weight: 500;
    font-size: 3.9rem;
    color: #FFFFFF;
    line-height: 1.2em;
    margin-bottom: 6rem;
}

.cooperation form {
    width: 100%;
}

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

.cooperation .input_box input {
    width: 24% ;
    height: 4.6rem;
    background: rgba(255, 255, 255, 0.24);
    border-radius: 2.3rem;
    border: 0.1rem solid #F0F0F0;
    padding: 1rem 3.7rem;
    box-sizing: border-box;
    font-weight: 400;
    font-size: 1.5rem;
    color: #FFFFFF;
    border: 0.1rem solid #0451A4;
}

.cooperation .input_box input::placeholder {
    font-weight: 400;
    font-size: 1.5rem;
    color: #FFFFFF;
}

.cooperation .input_box .Verification_code {
    position: relative;
        width: 24% ;
}

.cooperation .input_box .Verification_code input {
    width: 100% ;
}

.cooperation .input_box img {
    position: absolute;
    right: 2rem;
    height: 68%;
    background: #FFF;
    top: 50%;
    transform: translateY(-50%);
}

.cooperation button {
    width: 16.4rem;
    height: 4.1rem;
    background: #0451A4;
    box-shadow: 0px 0px 0.6rem 0.1rem rgba(255, 255, 255, 0.16);
    border-radius: 2.6rem;
    margin: 0 auto;
    margin-top: 5rem;
    font-weight: 400;
    font-size: 1.7rem;
    color: #FFFFFF;
    display: block;
    cursor: pointer;
}


#footer {
    width: 100%;
    background: #000000;
    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: 6rem 0px 5.4rem 0px;
    box-sizing: border-box;
    border-bottom: 0.1rem solid #303030;
    box-sizing: border-box;
}

#footer .Top-logo .out .logo {
    width: 29.2rem;
    height: 8.2rem;
}

#footer .Top-logo .out .logo img {
    height: 100%;
    width: 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.8rem;
    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;
}

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

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

#footer .footer-information .out .left li span:nth-child(1) {
    flex: none;
}

#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.8rem;
    color: #DCDCDC;
}

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

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

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

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

#footer .footer-information .out .right .box li a:hover {
    color: #0451A4 ;
}

#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.6rem;
    color: #DCDCDC;
}

#footer .Friendship-Link .out li a {
    font-weight: 400;
    font-size: 1.6rem;
    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;
}

.banner-pages {
    width: 100%;
    position: relative;
}

.banner-pages .img {
    width: 100%;
    display: block;
}

.banner-pages .text {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.07) 100%);
}

.banner-pages .text .container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-top: 9rem;
    box-sizing: border-box;
}

.banner-pages .text h2 {
    font-weight: 400;
    font-size: 4.2rem;
    color: #FFFFFF;
    line-height: 1.2em;
    margin-bottom: 3.5rem;
}

.banner-pages .text p {
    font-weight: 400;
    font-size: 2.3rem;
    color: #FFFFFF;
    width: 60%;
}

.pages_content {
    padding: 9rem 0px;
    width: 100%;
}

.public-title-content.color h2 {
    color: #101010;
}

.public-title-content.color span {
    color: #A7A7A7;
}

.business-pages .business-Core_list {
    margin-top: 6rem;
    position: relative;
    width: 100%;
}

.business-pages .business-Core_list .swiper {
    padding: 0.5rem ;
    width: 100%;
    box-sizing: border-box;
}

.business-Introduction {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 7rem;
}

.business-Introduction .img {
    width: 59.9rem;
    height: 56rem;
    overflow: hidden;
}

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

.business-Introduction .text {
    width: calc(100% - 60.9rem);
    padding-left: 13rem;
    box-sizing: border-box;
}

.business-Introduction .text h3 {
    font-weight: 500;
    font-size: 2.6rem;
    color: #202020;
    line-height: 1.2em;
    margin-bottom: 2.4rem;
}

.business-Introduction .text i {
    width: 6.5rem;
    border: 0.2rem solid #0451A4;
    display: block;
    margin-bottom: 3rem;
}

.business-Introduction .text .txt {
    width: 100%;
}

.business-Introduction .text p {
    font-weight: 400;
    font-size: 1.8rem;
    color: #686868;
    line-height: 1.8em;
}

.business-Introduction .text .but_box {
    margin-top: 6rem;
    display: flex;
    align-items: center;
    gap: 4.9rem;
}

.business-Introduction .text .but_box a {
    width: 21.1rem;
    height: 4.7rem;
    background: linear-gradient(329deg, #70A8DB 0%, #0451A4 100%);
    /* background: linear-gradient(329deg, #FBE142 0%, #DE5D22 100%); */
    border-radius: 2.6rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    font-size: 1.7rem;
    color: #FFFFFF;
}

.business-Introduction .text .but_box a img {
    width: 2.3rem;
    height: 2.3rem;
    display: block;
    object-fit: contain;
    margin-right: 1.3rem;
}

.business-Introduction .text .but_box a:nth-child(2) {
    /* background: #EAEFFB; */
    color: #FFF;
    background: linear-gradient(329deg, #FBE142 0%, #DE5D22 100%);
    width: 16.4rem;
}

.business-pages .out {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 8.5rem 0px;
    margin-top: 10rem;
}

.business-pages .out .box {
    width: 46%;
    background: #F3F3F3;
    box-shadow: 0px 0px 0.6rem 0.1rem rgba(0, 0, 0, 0.16);
    border-radius: 1.6rem;
    height: 26rem;
    overflow: hidden;
    padding: 3rem 5rem 2.7rem 7rem;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    transition: 0.5s ease;
}

.business-pages .out .box:hover {
    transform: translateY(-1rem);
}

.business-pages .out .box .img {
    width: 19.9rem;
    height: 100%;
    display: block;
    overflow: hidden;
}

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

.business-pages .out .box:hover .img img {
    transform: scale(1.1);
}

.business-pages .out .box .text {
    width: calc(100% - 19.9rem);
    padding-left: 9rem;
    box-sizing: border-box;
}

.business-pages .out .box .text h3 {
    font-weight: 500;
    font-size: 2.2rem;
    color: #262626;
    margin-bottom: 1.6rem;
    line-height: 1.2em;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.business-pages .out .box:hover .text h3 {
    color: #003B90;
}

.business-pages .out .box .text p {
    font-weight: 400;
    font-size: 1.7rem;
    color: #686868;
    line-height: 1.8em;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: 6.1rem;
}

.business-pages .out .box .text .Moer {
    display: flex;
    align-items: center;
    font-weight: 400;
    font-size: 1.7rem;
    color: #9F9F9F;
    margin-top: 3.6rem;
}

.business-pages .out .box .text .Moer i {
    background: url(../images/10080.png) no-repeat center;
    background-size: contain;
    width: 1.3rem;
    height: 1.3rem;
    margin-left: 0.6rem;
    display: block;
}

.business-pages .out .box:hover .text .Moer {
    color: #003B90;
}

.business-pages .out .box:hover .text .Moer i {
    background: url(../images/10079.png) no-repeat center;
    background-size: contain;
}

.Solution-pages {
    width: 100%;
}

.Solution-pages .text-content {
    width: 100%;
}

.Solution-pages .text-content h2 {
    font-weight: 500;
    font-size: 4.5rem;
    color: #0451A4;
    margin-bottom: 4rem;
    text-align: center;
}

.Solution-pages .text-content .txt {
    width: 100%;
    max-width: 115.6rem;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 4rem;
}

.Solution-pages .text-content .txt p {
    font-weight: 400;
    font-size: 1.8rem;
    color: #858585;
    line-height: 1.7em;
}

.Solution-pages .text-content .text img {
    width: auto;
    max-width: 100%;
    display: block;
}

.Solution-pages .out {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 6rem 3.5%;
    margin-top: 7.2rem;
}

.Solution-pages .swiper-slide {
    width: 31%;
    background: linear-gradient(180deg, #C6E1FE 0%, #C7E2FE 1.17%, #C9E3FE 48.53%, #FFFFFF 71.96%, #FFFFFF 100%);
    border-radius: 2rem;
    overflow: hidden;
    border: 0.1rem solid #FFFFFF;
    box-sizing: border-box;
    box-shadow: 0px 0.3rem 0.6rem 0.1rem rgba(0, 0, 0, 0.16);
    transition: 0.5s ease;
}

.Solution-pages .swiper-slide:hover {
    transform: translateY(-1rem);
}

.Solution-pages .swiper-slide:last-child {
    margin-right: 0px;
}

.Solution-pages .swiper-slide .img {
    width: 100%;
    height: 27.6rem;
    overflow: hidden;
    border-radius: 2rem;
}

.Solution-pages .swiper-slide .img img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    transition: 0.5s ease;
}

.Solution-pages .swiper-slide:hover .img img {
    transform: scale(1.1);
}

.Solution-pages .swiper-slide .text {
    width: 100%;
    height: 21rem ;
    padding: 2.4rem 2.6rem 3rem 2.6rem;
    box-sizing: border-box;
}

.Solution-pages .swiper-slide .text h3 {
    font-weight: 500;
    font-size: 2.6rem;
    color: #3E3E3E;
    padding: 0px 2rem;
    box-sizing: border-box;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.Solution-pages .swiper-slide:hover .text h3 {
    color: #003B90;
}

.Solution-pages .swiper-slide .text .icon {
    width: 100%;
    display: block;
    margin-top: 1rem;
    margin-bottom: 2.6rem;
}

.Solution-pages .swiper-slide .text p {
    font-weight: 400;
    font-size: 1.7rem;
    color: #686868;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    padding: 0px 2rem;
    box-sizing: border-box;
}

.cases-pages {
    width: 100%;
}

.cases-pages .out {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 6.4rem;
    gap: 7rem 0px;
}

.cases-pages .out .box {
    width: 46%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.cases-pages .out .box .left {
    padding-right: 5.7rem;
    box-sizing: border-box;
    width: calc(100% - 34.9rem);
}

.cases-pages .out .box .left h3 {
    font-weight: bold;
    font-size: 3.1rem;
    color: #242424;
    margin-bottom: 1.5rem;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.cases-pages .out .box .left>b{
   font-weight: 500 ;
    font-size: 2.1rem;
    color: #242424;
    margin-bottom:3rem;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: block ;
        font-family: 'AlibabaPuHuiTi-Regular', sans-serif;
}

.cases-pages .out .box:hover .left h3 {
    color: #0451A4;
}

.cases-pages .out .box .left i {
    width: 6.2rem;
    height: 0.1rem;
    background: #003B90;
    display: block;
    margin-bottom: 3rem;
}

.cases-pages .out .box .left .txt {
    width: 100%;
    /*max-width: 21.9rem;*/
    margin-bottom: 2.3rem;
}

.cases-pages .out .box .left .txt p {
    font-weight: 400;
    font-size: 1.6rem;
    color: #535353;
    line-height: 1.7em;
}

.cases-pages .out .box .left .txt b{
    font-size: inherit;
}

.cases-pages .out .box .left .Moer {
    width: 14.4rem;
    height: 4.7rem;
    border-radius: 2.6rem;
    border: 0.2rem solid #DEDEDE;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.5s ease
}

.cases-pages .out .box .left .Moer i {
    width: 1.3rem;
    height: 1.3rem;
    background: url(../images/10080.png) no-repeat center;
    background-size: contain;
    margin-bottom: 0px;
    margin-left: 0.5rem;
}

.cases-pages .out .box:hover .left .Moer {
    background: #0451A4;
    color: #FFF;
}

.cases-pages .out .box:hover .left .Moer i {
    background: url(../images/10081.png) no-repeat center;
    background-size: contain;
}

.cases-pages .out .box .right {
    width: 34.9rem;
    height: 42.6rem;
    overflow: hidden;
    box-shadow: 0px 0px 0.6rem 0.1rem rgba(0, 0, 0, 0.16);
    border-radius: 3rem;
}

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

.cases-pages .out .box:hover .right img {
    transform: scale(1.1);
}

.News-pages .News-swiper {
    width: 100%;
    margin-top: 7rem;
}

.News-pages .News-swiper .swiper-slide {
    width: 100%;
    padding: 1rem;
    box-sizing: border-box;
}

.News-pages .News-swiper .swiper-slide a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #FFF;
    box-shadow: 0px 0px 1rem 0.1rem rgba(0, 0, 0, 0.16);
    border-radius: 2rem;
    overflow: hidden;
    width: 100%;
}

.News-pages .News-swiper .swiper-slide .img {
    width: 76.8rem;
    height: 48.8rem;
    overflow: hidden;
    border-radius: 2rem;
    overflow: hidden;
}

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

.News-pages .News-swiper .swiper-slide .text {
    width: calc(100% - 76.8rem);
    padding: 0px 8rem 0px 5rem;
    box-sizing: border-box;
}

.News-pages .News-swiper .swiper-slide .text h3 {
    font-weight: 500;
    font-size: 3.4rem;
    color: #111111;
    line-height: 1.2;
    margin-bottom: 3rem;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-family: 'AlibabaPuHuiTi-Medium';
}

.News-pages .News-swiper .swiper-slide:hover .text h3 {
    color: #0451A4;
}

.News-pages .News-swiper .swiper-slide .text p {
    font-weight: 400;
    font-size: 1.8rem;
    color: #666666;
    line-height: 1.7em;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.News-pages .News-swiper .swiper-slide .text .Moer {
    margin-top: 6rem;
    width: 17.3rem;
    height: 5.6rem;
    background: #0451A4;
    box-shadow: 0px 0.3rem 0.6rem 0.1rem rgba(0, 0, 0, 0.08);
    border-radius: 4.1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 400;
    font-size: 1.6rem;
    color: #FFFFFF;
}

.News-pages .News-swiper .swiper-slide .text .Moer img {
    height: 1.2rem;
    width: 0.6rem;
    margin-left: 1rem;
    display: block;
    object-fit: contain;
}


.News-pages .News-swiper .swiper-pagination {
    display: flex;
    align-items: center;
    width: auto;
    bottom: 5rem;
    left: 6rem;
}


.News-pages .News-swiper .swiper-pagination .swiper-pagination-bullet {
    width: 1.2rem;
    height: 1.2rem;
    border: 0.2rem solid #CCCCCC;
    background: none;
    opacity: 1;
    cursor: pointer;
}

.News-pages .News-swiper .swiper-pagination .swiper-pagination-bullet-active {
    border-color: #266EAA;
}

.News-pages .out {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 0px 3.5%;
    margin-top: 10rem;
}

.News-pages .out .box {
    width: 31%;
    margin-bottom: 4rem;
}

.News-pages .out .box .img {
    width: 100%;
    height: 27.7rem;
    overflow: hidden;
    border-radius: 2rem;
}

.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 {
    padding: 4rem 2rem;
    border-bottom: 0.1rem solid #E7E7E7;

}

.News-pages .out .box .text h3 {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 100%;
    margin-bottom: 5rem;
    font-size: 2.3rem;
}

.News-pages .out .box:hover .text h3 {
    color: #0451A4;
}

.News-pages .out .box .text .but_box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.News-pages .out .box .text .but_box span {
    display: flex;
    align-items: end;
    font-weight: 400;
    font-size: 1.9rem;
    color: #666666;
}

.News-pages .out .box .text .but_box b {
    font-weight: bold;
    font-size: 2.8rem;
    color: #333333;
    line-height: 1;
}

.News-pages .out .box .text .but_box .Moer {
    display: flex;
    align-items: center;
    font-weight: 400;
    font-size: 1.8rem;
    color: #666666;
}

.News-pages .out .box .text .but_box .Moer img {
    height: 1.3rem;
    width: 0.7rem;
    margin-left: 1.4rem;
    display: block;
    object-fit: contain;
}

.After-sales-service {
    width: 100%;
}

.After-sales-service .out {
    margin-top: 6rem;
    background: #FFFFFF;
    box-shadow: 0px 0px 1.2rem 0.1rem rgba(0, 0, 0, 0.19);
    width: 100%;
    display: flex;
}

.After-sales-service .out .box {
    width: 33.33%;
    border-right: 0.1rem solid rgba(112, 112, 112, 0.33);
    padding: 10rem 6.2rem 7rem 6.2rem;
    box-sizing: border-box;
}

.After-sales-service .out .box .icon {
    height: 7.5rem;
    width: 8rem;
    display: block;
    object-fit: contain;
    margin: 0 auto;
    margin-bottom: 4rem;
}

.After-sales-service .out .box h3 {
    font-weight: bold;
    font-size: 2.6rem;
    color: #313131;
    line-height: 1;
    text-align: center;
    margin-bottom: 2.4rem;
}

.After-sales-service .out .box p {
    font-weight: 400;
    font-size: 2rem;
    color: #7E7E7E;
    text-align: center;
    line-height: 1.7em;
}

.Technical-support {
    background: url(../images/10153.webp) no-repeat center;
    background-size: cover;
    padding: 8rem 0px 9rem 0px;
}

.Technical-support .icon_list {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 8rem;
}

.Technical-support .icon_list .icon_item {
    width: 33.1rem;
}

.Technical-support .icon_list .icon_item .icon {
    height: 5.6rem;
    width: 5.2rem;
    display: block;
    object-fit: contain;
    margin: 0 auto;
    margin-bottom: 3rem;
}

.Technical-support .icon_list .icon_item h3 {
    font-weight: bold;
    font-size: 2rem;
    color: #FFFFFF;
    margin-bottom: 1.5rem;
    text-align: center;
}

.Technical-support .icon_list .icon_item p {
    font-weight: 400;
    font-size: 1.6rem;
    color: #F1F1F1;
    line-height: 1.7em;
    text-align: center;
}

.OEM-ODM {
    width: 100%;
    margin: 11rem 0px 7rem 0px;
}

.OEM-ODM .container {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.OEM-ODM .container .left {
    width: 51%;
    height: 50.5rem;
    position: relative;
}

.OEM-ODM .container .left .kuai_1 {
    position: absolute;
    left: -1.4rem;
    top: -1.4rem;
    width: 11.7rem;
    height: 8.5rem;
    background: #0451A4;
    border-radius: 2rem 0px 0px 0px;
    z-index: 1;
}

.OEM-ODM .container .left .kuai_2 {
    position: absolute;
    right: -1.4rem;
    bottom: -1.4rem;
    width: 11.7rem;
    height: 8.5rem;
    background: #0451A4;
    border-radius: 0px 0px 2rem 0px;
    z-index: 1;
}

.OEM-ODM .container .left .img_1 {
    width: 53rem;
    height: 34.6rem;
    border-radius: 2rem;
    display: block;
    object-fit: cover;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 2;
}

.OEM-ODM .container .left .img_2 {
    width: 53rem;
    height: 34.6rem;
    border-radius: 2rem;
    display: block;
    object-fit: cover;
    position: absolute;
    bottom: 0px;
    right: 0px;
    z-index: 2;
}

.OEM-ODM .container .right {
    width: 43.6%;
}

.OEM-ODM .container .right h3 {
    font-weight: bold;
    font-size: 4.6rem;
    color: #242424;
    line-height: 1.3em;
    margin-bottom: 5rem;
}

.OEM-ODM .container .right p {
    font-weight: 400;
    font-size: 2rem;
    color: #3E3E3E;
    line-height: 1.7em;
}

.Frequently-Asked-Questions {
    padding: 6.5rem 0px 9rem 0px;
    background: #F8F8F8;
}

.Frequently-Asked-Questions .list {
    margin-top: 6rem;
    width: 100%;
}

.Frequently-Asked-Questions .list .item {
    width: 100%;
    padding: 2.7rem 0px;
    border-bottom: 0.1rem solid #E7E3E0;
    box-sizing: border-box;
}

.Frequently-Asked-Questions .list .item .title {
    display: flex;
    align-items: center;
    cursor: pointer;
}

.Frequently-Asked-Questions .list .item .title b {
    font-weight: bold;
    font-size: 2.7rem;
    color: #0451A4;
    margin-right: 3rem;
}

.Frequently-Asked-Questions .list .item .title .tit {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.Frequently-Asked-Questions .list .item .title .tit span {
    width: 80%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-weight: 400;
    font-size: 2.1rem;
    color: #555555;
}

.Frequently-Asked-Questions .list .item .title .tit .but {
    width: 4.1rem;
    height: 4.1rem;
    /* background: #0451A4; */
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.Frequently-Asked-Questions .list .item .title .tit .but i {
    width: 1.1rem;
    height: 0.7rem;
    background: url(../images/9605.png) no-repeat center;
}

.Frequently-Asked-Questions .list .item.active .title .tit .but {
    background: #003B90;
}

.Frequently-Asked-Questions .list .item.active .title .tit .but i {
    background: url(../images/9741.png) no-repeat center;
}

.Frequently-Asked-Questions .list .item.active .title .tit span {
    color: #003B90;
}

.Frequently-Asked-Questions .list .item .text {
    width: 100%;
    display: flex;
    padding-top: 3rem;
    box-sizing: border-box;
    display: none;
}

.Frequently-Asked-Questions .list .item.active .text {
    display: flex;
}

.Frequently-Asked-Questions .list .item .text b {
    font-weight: bold;
    font-size: 2.7rem;
    color: #9D9D9D;
    margin-right: 3.5rem;
}

.Frequently-Asked-Questions .list .item .text .txt {
    width: 80%;
}

.Frequently-Asked-Questions .list .item .text .txt p {
    font-weight: 400;
    font-size: 1.6rem;
    color: #666666;
    line-height: 1.8em;
}

.Corporate-culture {
    width: 100%;
    margin: 8rem 0px;
}

.Corporate-culture .out {
    margin-top: 6rem;
    width: 100%;
    height: 39.7rem;
    display: flex;
    justify-content: space-between;
    position: relative;
}

.Corporate-culture .out .box {
    width: 46%;
    background: url(../images/culture_1.webp) no-repeat center;
    background-size: cover;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    clip-path: polygon(0 0, calc(100% - 15rem) 0, 100% 100%, 0 100%, 0 0);
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
    cursor: pointer;
    transition: 0.5s ease;
}

.Corporate-culture .out .box:nth-child(1) {
    padding-left: 14rem;
    box-sizing: border-box;
}

.Corporate-culture .out .box:nth-child(2) {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 15rem 100%, 0 0);
    top: 0px;
    right: 0px;
    left: auto;
    padding-left: 20rem;
    box-sizing: border-box;
    background: url(../images/culture_2.webp) no-repeat center;
    background-size: cover;
}

.Corporate-culture .out .box h3 {
    font-weight: 500;
    font-size: 2.4rem;
    color: #FFFFFF;
    margin-bottom: 3rem;
    line-height: 1;
}

.Corporate-culture .out .box span {
    font-weight: 400;
    font-size: 1.8rem;
    color: #FFFFFF;
    line-height: 1;
}

.Corporate-culture .out .box.active {
    width: 62%;
}

.ABOUT_pages {
    padding-top: 0px;
}

.Development-history {
    margin: 8rem 0px;
    width: 100%;
}

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

.Development-history .out .swiper-slide {
    width: 35.1rem;
    margin-right: 6.5rem;
}

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

.Development-history .out .swiper-slide h3 {
    font-weight: bold;
    font-size: 3.2rem;
    color: #1C1C1C;
    text-align: center;
    line-height: 1;
    margin-bottom: 3rem;
}

.Development-history .out .swiper-slide span {
    padding: 0px 1.7rem;
    width: 100%;
    font-weight: 400;
    font-size: 1.6rem;
    color: #515151;
    line-height: 1.7em;
    display: block;
    box-sizing: border-box;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    /*-webkit-line-clamp: 3;*/
    overflow: hidden;
    margin-bottom: 1.7rem;
    height: 24rem;
}

.Development-history .out .swiper-slide img {
    width: 100%;
    height: 20.3rem;
    display: block;
    object-fit: cover;
    border-radius: 2rem;
    margin-bottom: 6rem;
}

.Development-history .out .swiper-slide .dian {
    position: relative;
    width: 0.8rem;
    height: 0.8rem;
    margin: 0 auto;
}

.Development-history .out .swiper-slide i {
    width: 100%;
    height: 100%;
    background: #FFFFFF;
    display: block;
    border-radius: 50%;
    margin: 0 auto;
    position: relative;
    z-index: 3;
}

.Development-history .out .swiper-slide .dian::after {
    width: 100%;
    height: 100%;
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    background: #0F4C81;
    border-radius: 50%;
    transform: scale(2.4);
    z-index: 1;
    transition: 1s ease;
}

.Development-history .out .swiper-slide-active .dian::after {
    transform: scale(3.4);
}

.Development-history .out .swiper {
    padding-bottom: 1rem;
}

.Development-history .out::after {
    width: 100%;
    bottom: 1.3rem;
    left: 0px;
    height: 0.1rem;
    background: #AFAFAF;
    content: '';
    position: absolute;
}


.Honors_About {
    width: 100%;
    margin: 14rem 0px 10rem 0px;
}

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

.Honors_About .out .swiper {
    padding: 1rem;
    box-sizing: border-box;
    width: 100%;
}

.Honors_About .out .swiper-slide {
    width: 25%;
    padding: 1rem ;
    box-sizing: border-box ;
}

.Honors_About .out .swiper-slide .box {
    width: 100% ;
    margin: 0 auto;
    padding: 1.1rem 3rem 2.3rem 3rem;
    box-sizing: border-box;
    /* background: #FFFFFF; */
    /* box-shadow: 0px 0.3rem 1.2rem 0.1rem rgba(0, 0, 0, 0.13); */
}

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

.Honors_About .out .swiper-slide .img {
    width: 100%;
    height: 33rem;
    display: block;
    overflow: hidden;
    /* padding-bottom: 2rem; */
    margin-bottom: 2rem;
    /* border-bottom: 0.1rem solid rgba(0, 0, 0, 0.13); */
}

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

.Honors_About .out .swiper-slide .txt {
    width: 100%;
    text-align: center;
}

.Honors_About .out .swiper-slide .txt h3 {
    font-weight: 500;
    font-size: 2.2rem;
    color: #555555;
}

.Honors_About .out .swiper-button-prev,
.Honors_About .out .swiper-button-next {
    width: 5.6rem;
    height: 5.6rem;
    background: #000000;
    opacity: 0.17;
    border-radius: 50%;
}

.Honors_About .out .swiper-button-prev::after,
.Honors_About .out .swiper-button-next::after {
    font-size: 1.6rem;
    color: #FFF;
}

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

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

.Honors_About .out .swiper-button-prev:hover,
.Honors_About .out .swiper-button-next:hover {
    background: #003E97;
}

.Contact-information {
    width: 100%;
    margin: 6.8rem 0px 9.5rem 0px;
}


.Contact-information .container {
    display: flex;
    width: 100%;
}

.Contact-information .left {
    width: 33.75%;
    background: url(../images/10156.webp) no-repeat center;
    background-size: cover;
    /* height: 92.2rem; */
    padding: 8.9rem 5.9rem 3.7rem 5.9rem;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.Contact-information .left b {
    font-weight: bold;
    font-size: 6rem;
    line-height: 1.2em;
    color: #FFFFFF;
    margin-bottom: 3rem;
    display: block;
}

.Contact-information .left h3 {
    font-weight: bold;
    font-size: 4rem;
    color: #FFFFFF;
    line-height: 1.2em;
}

.Contact-information .left .but_box {
    display: flex;
    /*justify-content: center;*/
    gap: 0px 6rem;
}

.Contact-information .left .but_box .img {
    width: 15.7rem;
    height: 15.7rem;
    background: #FFFFFF;
    padding: 1rem;
    box-sizing: border-box;
}

.Contact-information .left .but_box .img img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: contain;
}

.Contact-information .right {
    width: 66.25%;
}

.Contact-information .right .box {
    width: 100%;
    background: url(../images/10006.webp) no-repeat center;
    background-size: cover;
    padding: 5.8rem 13rem 5.8rem 17rem;
    box-sizing: border-box;
    /* height: 50.4rem; */
    position: relative;
}

.Contact-information .right .box .supervision {
    position: absolute;
    right: 3.6rem;
    top: 3.4rem;
    font-weight: 400;
    font-size: 1.7rem;
    color: #8DC4FF;
}

.Contact-information .right .box h2 {
    font-weight: bold;
    font-size: 3.5rem;
    color: #0451A4;
    margin-bottom: 6rem;
}

.Contact-information .right .box .list {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 10rem 0px;
}

.Contact-information .right .box .list .item {
    width: 50%;
    display: flex;
    align-items: center;
}

.Contact-information .right .box .list .item .icon {
    height: 4rem;
    width: 4.4rem;
    display: block;
    object-fit: contain;
    margin-right: 3rem;
    flex: none;
}

.Contact-information .right .box .list .item .txt {
    width: calc(100% - 4.4rem - 3rem);
}

.Contact-information .right .box .list .item span {
    font-weight: 400;
    font-size: 2rem;
    color: #999999;
    line-height: 1;
    margin-bottom: 1rem;
    display: block ;
}

.Contact-information .right .box .list .item p {
    font-weight: 500;
    font-size: 2rem;
    color: #333333;
    line-height: 1.2em;
    word-wrap: break-word ;
}


.Contact-information .right .Map {
    width: 100%;
    height: 41.5rem;
}

.Contact-information .right .Map img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

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

.Online-Message .tit {
    display: flex;
    align-items: end;
}

.Online-Message .tit h2 {
    font-weight: 500;
    font-size: 3rem;
    color: #003E97;
    line-height: 1;
}

.Online-Message .tit span:nth-child(2) {
    margin: 0px 1rem;
    display: block;
}

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

.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;
    font-family: auto;
}

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


.Business-banner {
    width: 100%;
    height: 62.8rem;
    padding-top: 10rem;
    box-sizing: border-box;
}

.Business-banner .out {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 100%;
    padding-right: 10rem;
    box-sizing: border-box;
}

.Business-banner .out .text h3 {
    font-weight: 500;
    font-size: 5.9rem;
    color: #0451A4;
    font-family: 'AlibabaPuHuiTi-Medium';
    margin-bottom: 5rem;
}

.Business-banner .out .text li {
    font-weight: 400;
    font-size: 1.8rem;
    color: #2E2E2E;
    display: flex;
    align-items: center;
    margin-bottom: 2rem;
}

.Business-banner .out .text li:last-child {
    margin-bottom: 0px;
}

.Business-banner .out .text li i {
    width: 0.5rem;
    height: 0.5rem;
    background: #003B90;
    display: block;
    margin-right: 1rem;
    flex:none;
    display: none;
}

.Business-banner .out .text {
    max-width:45% ;
}

.Business-banner .out .play {
    width: 13.4rem;
    height: 13.4rem;
    border-radius: 50%;
    border: 0.1rem dashed #0451A4;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.Business-banner .out .play .icon {
    width: 8rem;
    height: 8rem;
    border-radius: 50%;
    border: 0.1rem dashed #0451A4;
    display: flex;
    align-items: center;
    justify-content: center;
}

.Business-banner .out .play .icon img {
    width: 3rem;
    height: 4rem;
    display: block;
    object-fit: contain;
    transform: translateX(0.5rem);
}

.Business-banner .out .img {
    height: 46rem;
    width: 49rem;
}

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

.Business-banner {
    position: relative;
}

.Business_list_but {
    width: 100%;
    position: absolute;
    bottom: 0px;
    left: 0px;
}

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

.Business_list_but .but-box {
    display: flex;
    align-items: center;
    gap: 0px 5rem;
}

.Business_list_but .but-box a {
    width: 20rem;
    height: 5.3rem;
    background: #DCE2E7;
    border-radius: 1rem 1rem 0px 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 400;
    font-size: 1.9rem;
    color: #2E2E2E;
}

.Business_list_but .but-box a.active,
.Business_list_but .but-box a:hover {
    background: #003B90;
    color: #FFF;
}

.Business_list_but .line {
    display: flex;
    align-items: center;
}

.Business_list_but .line a {
    display: flex;
    align-items: center;
    font-weight: 400;
    font-size: 1.4rem;
    color: #F6F6F6;
}

.Business_list_but .line a img {
    width: 0.7rem;
    height: 1.2rem;
    display: block;
    object-fit: contain;
    margin: 0px 1rem;
}

.Business_list_but .line a:last-child img {
    display: none;
}

.Business_list_but .line a:hover {
    color: #003B90;
}

.Details-title {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.Details-title img {
    height: 1rem;
    display: block;
}

.Details-title h3 {
    font-weight: 500;
    font-size: 3rem;
    color: #101010;
    margin: 0px 4rem;
}

.Product-Introduction {
    margin: 8rem 0px 13rem 0px;
}

.Product-Introduction .text {
    width: 100%;
    margin: 5rem 0px 4rem 0px;
}

.Product-Introduction .text p {
    font-weight: 400;
    font-size: 1.8rem;
    color: #515151 ;
    line-height: 1.8em;
}

.Product-Introduction .text h3{
    font-weight: bold ;
    font-size: 2.6rem;
    color: #333 ;
    line-height: 1.8em;
}

.Product-Introduction .text img,
.Product-Introduction .text video {
    width: auto;
    max-width: 100%;
    display: block;
    margin: 0 auto;
    height: auto ;
}

.Product-Introduction .box {
    width: 100%;
    position: relative;
}

.Product-Introduction .box .img {
    width: 100%;
    display: block;
}

.Product-Introduction .box .play {
    position: absolute;
    left: 0%;
    top: 0%;
    background: rgba(4, 81, 164,0.5) ;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column ;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    /* backdrop-filter: blur(0.4rem ); */
}   

.Product-Introduction .box .play p{
    text-align: center ;
    color: #fff ;
    font-size:2rem ;
    margin-top: 2rem ;
    display: block ;
    font-weight: 500 ;
}

.Product-Introduction .box .play_out {
    width: 13.4rem;
    height: 13.4rem;
    border-radius: 50%;
    border: 0.1rem dashed #fff;
    display: flex;
    align-items: center;
    justify-content: center;

}

.Product-Introduction .box .play_out .icon {
    width: 8rem;
    height: 8rem;
    border-radius: 50%;
    border: 0.1rem dashed #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.Product-Introduction .box .play_out .icon img {
    width: 3rem;
    height: 4rem;
    display: block;
    object-fit: contain;
    transform: translateX(0.5rem);
}

.Technical-Parameters {
    width: 100%;
    margin: 13rem 0px 6rem 0px;
}

.Technical-Parameters .text {
    width: 100%;
    margin-top: 5rem;
    overflow: auto ;
}

.Technical-Parameters .text img,
.Technical-Parameters .text video {
    width: auto;
    max-width: 100%;
    display: block;
    margin: 0 auto;
}

.Technical-Parameters .text p {
    font-weight: 400;
    font-size: 1.8rem;
    color: #444444;
    line-height: 1.8em;
}

.Technical-Parameters .text h3{
    font-weight: bold ;
    font-size: 2.6rem;
    color: #333 ;
}

.Product-Introduction .text h4 , .Technical-Parameters .text h4 {
    font-weight: bold ;
    font-size: 2rem;
    color: #333 ;
}

.Product-Introduction .text strong , .Technical-Parameters .text strong {
    font-size: inherit ;
    color: inherit ;
    font-family: 'AlibabaPuHuiTi-Bold', sans-serif;
}

.Product-Introduction .text span , .Technical-Parameters .text span {
    font-size: inherit ;
    color: inherit ;
    line-height: inherit ;
    font-weight: inherit ;
}

table{
    margin: 0 auto ;
    width: 100% !important;
}

table td {
    padding: 0.8rem 1.5rem !important;
    border-color: #33333373 !important;
    border-width: 0.1rem !important;
}

.business-Details-cooperation {
    width: 100%;
    background: url(../images/10149.webp) no-repeat center;
    background-size: cover;
}

.business-Details-cooperation h2 {
    color: #000000;
}

.business-Details-cooperation .input_box input {
    color: #000000;
}

.business-Details-cooperation .input_box input::placeholder {
    color: #000000;
}

.business-Details-cooperation .input_box .Verification_code {
    position: relative;
}



.business-Details-cooperation button {
    margin-top: 8rem;
}

.technical-article {
    width: 100%;
    margin: 8rem 0px;
}

.technical-article .swiper {
    margin-top: 6rem;
}

.technical-article .swiper-slide {
    width: 48.7rem;
    margin-right: 6.8rem;
}

.technical-article .swiper-slide:last-child {
    margin-right: 0px;
}

.technical-article .swiper-slide .img {
    width: 100%;
    height: 27.7rem;
    overflow: hidden;
    border-radius: 2rem;
    background: #FFF;
}

.technical-article .swiper-slide .img img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: contain ;
    transition: 0.5s ease ;
}

.technical-article .swiper-slide:hover .img img {
    transform: scale(1.1);
}

.technical-article .swiper-slide .text {
    width: 100%;
    padding: 3rem;
    box-sizing: border-box;
    padding-bottom: 0px;
}

.technical-article .swiper-slide .text h3 {
    font-weight: bold;
    font-size: 2rem;
    color: #333333;
    line-height: 1.2em;
    margin-bottom: 2rem;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.technical-article .swiper-slide:hover .text h3 {
    color: #0451A4 ;
}

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

.Other-products {
    width: 100%;
    margin: 8rem 0px;
}

.Other-products .swiper {
    margin-top: 6rem;
    padding: 1rem;
    box-sizing: border-box;
}

.Other-products .swiper .swiper-slide {
    width: 48.7rem;
    height: 44.4rem;
    background: #F3F3F3;
    box-shadow: 0px 0px 0.6rem 0.1rem rgba(0, 0, 0, 0.16);
    border-radius: 1.6rem;
    padding: 4rem;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-right: 5.4rem;
}

.Other-products .swiper .swiper-slide:last-child {
    margin-right: 0px;
}

.Other-products .swiper .swiper-slide .img {
    width: 100%;
    height: 80%;
    overflow: hidden;
}

.Other-products .swiper .swiper-slide .img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
    transition: 0.5s ease ;
}

.Other-products .swiper .swiper-slide:hover .img img {
    transform: scale(1.1);
}

.Other-products .swiper .swiper-slide h3 {
    width: 100%;
    text-align: center;
    font-weight: 500;
    font-size: 2.2rem;
    color: #262626;
}

.Other-products .swiper .swiper-slide:hover h3 {
    color: #0451A4 ;
}

.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 ,.News-Dilute .text video {
    display: block;
    max-width: 100%;
    width: auto;
    margin: 0rem auto;
        height: auto;
}

.News-Dilute .text video{
    max-height:70rem;
}

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

.Sub-navigation {
    position: absolute;
    top: 100%;
    left: 50%;
    min-width: 22rem;
    background: #FFF;
    transform: translate(-50%, 0%);
    box-sizing: border-box;
    padding: 0.5rem;
    border: 0.1rem solid #E1E1E1;
    display: none;
}

.Sub-navigation a {
    display: block;
    width: 100%;
    padding: 1rem 2rem;
    box-sizing: border-box;
    color: #333;
    font-size: 1.6rem;
}

.Sub-navigation a:hover {
    background: #165091;
    color: #FFF;
}

/* 手机版导航 */
.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: #165091;
    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: #165091;
    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: #165091;
    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: 100vh ;
    background: #165091 ;
    padding: 4rem 4rem 4rem 4rem ;
    box-sizing: border-box ;
    transform: translateX(100%);
    opacity: 0 ;
    visibility: hidden ;
    transition: 0.5s ease ;
}

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

.Mobile-navigation ul li .box a {
    width: 48% ;
    float: left ;
    height:4rem ;
    /*line-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: #00B2E3 ;
    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: 1.5rem 1.5rem 1.5rem 1.5rem;
    box-sizing: border-box;
    box-shadow: 0px 0px 1rem 0.1rem #00000041;
    border: 0.1rem solid #CCCCCC;
    border-radius: 1rem;
}

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

.yq_swiper-button-next, .yq_swiper-button-prev{
    width: 6rem ;
    height: 6rem ;
    background: #003E97 ;
    border-radius: 50% ;
    border: 0.1rem solid #ffffff18 ;
    box-sizing: border-box ;
}

.yq_swiper-button-next::after , .yq_swiper-button-prev::after {
    color: #FFF ;
    font-size: 2rem ;
}

.Solution-Details{
    padding-bottom: 6rem ;
}

.scroll_Solution-Details {
    width: 100% ;
    margin-bottom: 10rem ;
}

.scroll_Solution-Details .out {
    position: relative;
}

.scroll_Solution-Details .swiper-slide {
    width:32%;
    background: linear-gradient(180deg, #C6E1FE 0%, #C7E2FE 1.17%, #C9E3FE 48.53%, #FFFFFF 71.96%, #FFFFFF 100%);
    border-radius: 2rem;
    overflow: hidden;
    border: 0.1rem solid #0c0c0c1f;
    margin-right: 2% ;
    box-sizing: border-box ;
}

.scroll_Solution-Details .swiper-slide:last-child {
    margin-right: 0px;
}

.scroll_Solution-Details .swiper-slide .img {
    width: 100%;
    height: 27.6rem;
    overflow: hidden;
    border-radius: 2rem;
}

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

.scroll_Solution-Details .swiper-slide .text {
    width: 100%;
    padding: 2.4rem 2.6rem 3rem 2.6rem;
    box-sizing: border-box;
}

.scroll_Solution-Details .swiper-slide .text h3 {
    font-weight: 500;
    font-size: 2.6rem;
    color: #3E3E3E;
    padding: 0px 2rem;
    box-sizing: border-box;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.scroll_Solution-Details .swiper-slide .text .icon {
    width: 100%;
    display: block;
    margin-top: 1rem;
    margin-bottom: 2.6rem;
}

.scroll_Solution-Details .swiper-slide .text p {
    font-weight: 400;
    font-size: 1.7rem;
    color: #686868;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    height: 7.6rem;
    padding: 0px 2rem;
    box-sizing: border-box;
}

.business_Tel .Close {
    position: absolute ;
    right: 1.5rem  ;
    top: 1rem ;
    font-size: 2rem ;
    color: #333 ;
    cursor: pointer;
}

.business_Tel {
    position: fixed ;
    left: 50% ;
    top: 50% ;
    transform: translate(-50%,-50%);
    z-index: 1000;
    background: #FFF ;
    box-shadow: 0px 0px 0.6rem 1rem #0000001A;
    padding: 3rem 4rem;
    border-radius: 1rem ;
    max-width: 52rem ;
    width: 95% ;
    display: none ;
}

.business_Tel h3 {
    font-size: 3rem ;
    color: #0451A4;
    text-align: center ;
    margin-bottom: 0.5rem ;
}

.business_Tel p {
    font-size: 1.8rem ;
    color: #0451A4;
    text-align: center ;
    margin-bottom: 0.5rem ;
}


    table{
        border-collapse: collapse;
    }

    table td {
        padding: 0.5rem ;
        box-sizing: border-box ;
        font-size: 1.6rem ;
        color: #333 ;
    }

@media (max-width:1700px) {
    .business-Core_list .swiper-button-prev {
        left: 0px ;
    }

    .business-Core_list .swiper-button-next {
        right: 0px ;
    }

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

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

    .banner-Homer .img {
        height: 81rem ;
    }

}

@media (max-width:1440px) {
    .container {
        padding: 0px 4% ;
        box-sizing: border-box ;
    }

    .nav .nav-list li {
        margin-right: 4rem ;
    }

    .nav .nav-list .nav-item {
        font-size: 1.8rem ;
    }

    .banner-Homer .text h2 {
        font-size: 5rem ;
        margin-bottom: 4rem ;
    }

    .banner-Homer .text p {
        font-size: 2.4rem ;
    }

    .banner-Homer .swiper-pagination {
        bottom: 3rem ;
    }

    .ABOUT-US .out .tit {
        font-size: 17rem ;
        top: -1.6rem ;
    }

    .ABOUT-US .number .list-num {
        width: 60% ;
        padding-right: 6rem ;
    }

    .ABOUT-US .number .list-num .item .num b {
        font-size: 4rem ;
    }

    .ABOUT-US .number .list-num .item p {
        font-size: 1.6rem ;
        margin-top: 1rem ;
    }

    .ABOUT-US .out .img {
        width: 57% ;
    }

    .Core-business .out .right {
        width: 54% ;
    }
    
    .business-Core_list .swiper-button-next {
        right: 4% ;
    }

    .business-Core_list .swiper-button-prev{
        left: 4% ;
    }

    .business-Core_list .swiper-slide {
        margin-right: 2% ;
        width: 23.5% ;
    }

    .Solution .out .box .swiper-slide {
        width: 32% ;
        margin-right: 2% ;
    }

    .Solution .out .box .swiper-slide .img {
        height: 24.6rem ;
    }

    .Solution .container {
        height: 75rem ;
    }

    .Solution .out .box .swiper-slide .text {
        padding: 2.4rem 1.6rem 3rem 1.6rem ;
    }

    .Honors .icon_list .icon_item {
        width: 23% ;
    }

    .Honors .Honors-swiper .swiper-slide {
        width: 23% ;
        margin-right: 2.58% ;
    }

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

    .banner-pages .text h2 {
        margin-bottom: 2.5rem ;
    }

    .business-pages .out .box {
        padding: 3rem 2rem 2.7rem 2rem ;
        width: 48% ;
    }

    .business-pages .out .box .img {
        width: 36% ;
    }

    .business-pages .out .box .text {
        width: 64% ;
        padding-left: 4rem ;
    }

    .cases-pages .out .box .right {
        width: 45% ;
    }

    .cases-pages .out .box .left {
        width: 50% ;
        padding-right: 0px ;
    }

    .News-pages .News-swiper .swiper-slide .img {
        width: 45% ;
    }

    .News-pages .News-swiper .swiper-slide .text {
        width: 52% ;
        padding-right: 0px ;
    }

    .News-pages .News-swiper .swiper-slide .img {
        height: 44rem ;
    }

    .News-pages .out .box .img {
        height: 25rem ;
    }

    .After-sales-service .out .box {
        padding: 6rem  4.2rem 4rem 4.2rem ;
    }

    .Technical-support .icon_list .icon_item {
        width: 23% ;
    }

    .Honors_About .out .swiper-slide .box {
        width: 90% ;
        padding: 1.1rem 1rem 2.3rem 1rem ;
    }

    .Corporate-culture .out .box {
        width: 48% ;
    }

    .Honors_About .out .swiper-button-next {
        right: -3.5%  ;
    }

    .Honors_About .out .swiper-button-prev {
        left: -3.5% ;
    }

    .Contact-information .left {
        padding: 7.9rem 4.9rem 3.7rem 4.9rem ;
    }

    .Contact-information .left b {
        font-size: 5rem ;
    }
    
    .Contact-information .left .but_box {
        gap: 0px 4rem ;
    }
    
    .Contact-information .right .box {
        padding: 5rem ;
    }

    .Business-banner .out {
        padding-right: 0px ;
    }

    .banner-Homer .img {
        height: 68rem ;
    }

}

@media (max-width:1199px) {
    
    .nav .nav-list {
        margin-right: 3rem ;
    }
    
    .nav .nav-list li {
        margin-right: 3rem ;
    }

.nav .nav-list .nav-item {
    font-size: 1.5rem ;
}

    .banner-Homer .text h2 {
        font-size: 4rem ;
    }

    .banner-Homer {
        margin-top: 10rem ;
    }

    .ABOUT-US .number {
        height: 26rem ;
    }

    .ABOUT-US .number .list-num {
        width: 64% ;
    }

    .ABOUT-US .out .img img {
        height: 55.7rem ;
    }

    .ABOUT-US .out .tit {
        display: none ;
    }

    .Core-business .out .right {
        top: -3rem ;
    }

    .Core-business .out .right .swiper-slide {
        width: 46rem ;
        height: 46rem ;
    }

    .Core-business .out .right .swiper-slide .img {
        padding: 8rem  ;
    }

    .Core-business .out {
        padding-top: 8rem ;
    }

    .Solution .but_title .tit span {
        font-size: 2.6rem 
    }

    .Solution .out .box{
        padding: 0px 2rem ;
        padding-top: 17rem ;
        box-sizing: border-box ;
    }

    .Solution .container {
        height: 70rem ;
        position: relative;
    }

    .Solution .but_title {
        height: 7.7rem;
        padding: 0px 4% ;
        box-sizing: border-box ;
    }

    .Solution {
        padding: 7rem 0px ;
    }

    .Solution .out .box .swiper-slide {
        width: 41% ;
    }

    .public-title-content h2 {
        font-size: 4rem ;
    }

    .Honors .icon_list {
        gap: 4rem 0px ;
    }

    .Honors .Honors-swiper .swiper-slide {
        width: 28% ;
    }

    .banner-pages {
        margin-top: 10rem ;
    }

    .banner-pages .text .container {
        padding-top: 0px ;
    }

    .banner-pages .text h2{
        font-size: 3.6rem ;
    }

    .banner-pages .text p {
        font-size: 2rem ;
        width: 65% ;
    }

    .pages_content {
        padding: 7rem 0px ;
    }

    .business-Introduction .img {
        width: 33% ;
        height: auto ;
    }

    .business-Introduction .text {
        width: 56% ;
        padding-left: 0px ;
    }

    .Solution-pages .swiper-slide .img {
        height: 24rem ;
    }

    .Solution-pages .swiper-slide .text {
        padding: 2.4rem 1.6rem 3rem 1.6rem ;
    }

    .After-sales-service .out .box{
        padding: 4rem 2rem ;
        box-sizing: border-box ;
    }

    .After-sales-service .out .box .icon {
        width: 6rem ;
        height: 6rem ;
        margin-bottom: 2rem ;
    }

    .After-sales-service .out .box h3 {
        font-size: 2.4rem ;
    }

    .After-sales-service .out .box p {
        font-size: 1.7rem ;
    }

    .OEM-ODM .container .left .img_1 , .OEM-ODM .container .left .img_2 {
        width: 65% ;
        height: auto ;
    }

    .OEM-ODM .container .right h3 {
        font-size: 4rem ;
        margin-bottom: 3rem ;
    }

    .OEM-ODM .container .left {
        height: 40rem ;
    }

    .OEM-ODM .container .right p {
        font-size: 1.8rem ;
    }

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

    .Honors_About .out .swiper-slide {
        width: 33.33% ;
    }
    
    .Contact-information .left {
        /* height: 70rem ; */
        padding: 7rem 2rem 6rem 2rem ;
    }

    .Contact-information .left b {
        font-size: 4rem ;
    }

    .Contact-information .left h3 {
        font-size: 3rem ;
    }

    .Contact-information .left .but_box {
        gap: 0px ;
        justify-content: space-between ;
    }
    
    .Contact-information .left .but_box .img {
        width: 40% ;
        height: auto ;
    }

    .Contact-information .right .box .list {
        gap: 5rem 0px ;
    }

    .Contact-information .right .box {
        /* height: 40rem ; */
    }

    .Contact-information .right .box {
        padding: 5rem 3rem ;
    }

    .Contact-information .right .box h2 {
        font-size: 3rem ;
        margin-bottom: 6rem ;
    }

    .Contact-information .right .box .supervision {
        right: 2.6rem;
        top: 2.4rem;
    }

    .Contact-information .right .box .list .item p {
        font-size: 1.6rem ;
    }

    .Contact-information .right .Map {
        height: 30rem ;
    }

    .Business-banner .out .text h3 {
        font-size: 4rem ;
        margin-bottom: 3rem ;
    }

    .Business-banner .out .text li {
        font-size: 1.6rem ;
    }

    .Business-banner .out .img {
        width: 33rem ;
        height: 33rem ;
    }

    .Business-banner {
        height: 55rem ;
        padding-top: 2rem ;
    }

    .Business_list_but .but-box {
        gap: 0px 2rem ;
    }

    .banner-Homer .img {
        height: 56rem ;
    }
    
    
    .tel_button {
        font-size: 1.3rem;
    }

}

@media (max-width:992px) {
    .nav .nav-list {
        display: none ;
    }

    .ABOUT-US .out .img {
        display: none ;
    }

    .ABOUT-US .number .list-num {
        width: 100% ;
        padding: 0px 5% ;
        box-sizing: border-box ;
    }

    .ABOUT-US .number .container {
        padding: 0px ;
    }

    .Core-business .out .list-text {
        max-width: auto; 
        width: 100% ;
    }

    .Core-business .out .right {
        position: static ;
        padding-left: 0px ;
        width: 48% ;
    }

    .Core-business .out .container {
        padding-left: 4% ;
        padding-right: 0px ;
        width: 48% ;
        margin: 0px ;
    }

    .Core-business .out .right .swiper-slide {
        width: 100% ;
        height: auto ;
    }

    .Core-business .out .right .swiper-slide .img {
        padding: 0px ;
        border: none ;
        height: 30rem ;
    }

    .business-Core_list .swiper-slide {
        width: 32% ;
    }

    .Honors .Honors-swiper .swiper-slide {
        width: 35% ;
    }

    .Honors .icon_list .icon_item {
        width: 48% ;
    }

    .Company-News .out {
        flex-wrap: wrap ;
    }

    .Company-News .out .left {
        width: 100% ;
        margin-bottom: 4rem ;
    }

    .Company-News .out .right {
        width: 100% ;
    }


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

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

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

    #footer .Friendship-Link {
        margin-top: 3rem ;
    }

    .banner-pages .text h2 {
        font-size: 3rem ;
        margin-bottom: 1.5rem ;
    }

    .banner-pages .text p {
        font-size: 1.8rem ;
    }

    .Solution-pages .text-content h2 {
        font-size: 3.6rem ;
        margin-bottom: 3rem ;
    }

    .Solution-pages .swiper-slide {
        width: 48% ;
    }

    .News-pages .News-swiper .swiper-slide a {
        align-items: flex-start ;
    }

    .News-pages .News-swiper .swiper-slide .text {
        padding-top: 4rem ;
        padding-left: 5% ;
    }

    .News-pages .News-swiper .swiper-slide .text h3 {
        font-size: 2.6rem ;
        margin-bottom: 1.6rem ;
    }

    .News-pages .News-swiper .swiper-slide .text p {
        font-size: 1.6rem ;
    }

    .News-pages .News-swiper .swiper-slide .text .Moer {
        margin-top: 4rem ;
    }

    .News-pages .News-swiper .swiper-slide .img {
        height: 36rem ;
    }

    .News-pages .out {
        margin-top: 6rem ;
        justify-content: space-between ;
    }

    .News-pages .out .box {
        width: 48% ;
    }

    
    .After-sales-service .out {
        flex-wrap: wrap ;
    } 

    .OEM-ODM .container .left {
        height: 30rem ;
    }

    .OEM-ODM {
        margin-top: 7rem ;
    }

    .Corporate-culture .out .box {
        width: 53% ;
    }

    .Corporate-culture .out .box:nth-child(1) {
        padding-left: 4rem ;
    }

    .Corporate-culture .out {
        height: 30rem ;
    }

    .Honors_About .out .swiper-slide {
        width: 34% ;
    }

    .Honors_About .out .swiper-slide .img {
        height: 26rem ;
    }

    .Honors_About {
        margin: 8rem 0px 5rem 0px ;
    }

    .Contact-information .container {
        flex-wrap: wrap ;
    }

    .Contact-information .left {
        width: 100% ;
        height: auto ;
        display: flex ;
        flex-direction: row ;
        padding: 4rem 2rem ;
    }
    
    .Contact-information .left .but_box .img {
        width: auto; 
        height: 12rem ;
        margin: 0px 1rem ;
    }

    .Contact-information .left b {
        margin-bottom: 1rem ;
    }

    .Contact-information .right {
        width: 100% ;
    }
    .News-Dilute .out{
        padding: 0px ;
    }

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

    .Business_list_but .but-box {
        opacity: 0 ;
        visibility: hidden;
    }

    .Business-banner .out .play {
        position: absolute ;
        right: 0px ;
        display: none ;
    }

    .Business-banner .out .img {
        width: 40% ;
        max-height: 33rem ;
    }

    .Business-banner .out .text {
        width: 55% ;
    }

    .Business-banner {
        height: auto ;
        margin-top: 10rem ;
        padding: 4rem 0px ;
    }

    .menu-toggle {
        display: flex ;
    }

    .video-popup .out .Close {
        right: 3.1rem ;
        top: -1rem;
    }

    .scroll_Solution-Details .swiper-slide {
        width: 48% ;
    }

    .banner-Homer .img {
        height: 45rem ;
    }

    .cooperation .input_box{
        gap: 2rem 0px ;
    }

    .cooperation .input_box input , .cooperation .input_box .Verification_code{
        width: 48% ;
    }


    .video-popup .out video {
        max-width: 90vw ;
    }

    .nav .right {
        padding-right: 6rem;
        box-sizing: border-box;
    }

}

@media (max-width:767px) {
    .banner-Homer .text h2 {
        font-size: 3rem ;
        margin-bottom: 2rem ;
    }

    .banner-Homer .text p {
        font-size: 1.8rem ;
    }

    .ABOUT-US {
        padding-top: 6rem ;
    }

    .ABOUT-US .out h2 {
        font-size: 4rem ;
    }

    .Solution .out .box .swiper-slide {
        width: 58% ;
    }

    .Honors .Honors-swiper .swiper-slide {
        width: 45% ;
    }

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

    .business-Core_list .swiper-slide {
        width: 48% ;
    }
    
    .business-Introduction {
        flex-wrap: wrap ;
    }

    .business-Introduction .img {
        width: 50% ;
        margin-bottom: 3rem ;
    }

    .business-Introduction .text {
        width: 100% ;
        margin-top: 3rem ;
    }

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

    .business-pages .out {
        gap: 3rem 0px ;
    }

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

    .News-pages .out .box .text {
        padding: 2rem 1rem ;
    }

    .News-pages .out .box .text h3 {
        margin-bottom: 3rem ;
    }

    .Technical-support .icon_list {
        gap: 4rem 0px ;
    }

    .Technical-support .icon_list .icon_item {
        width: 48% ;
    }

    .OEM-ODM .container .left {
        width: 100% ;
        height: 45rem ;
    }

    .OEM-ODM .container .right {
        width: 100% ;
        margin-top: 4rem ;
    }

    .Corporate-culture .out{
        flex-wrap: wrap ;
        height: auto ;
    }

    .Corporate-culture .out .box{
        width: 100% !important ;
        height: 30rem ;
        position: static ;
        clip-path: none !important;
    }

    .Corporate-culture .out .box:nth-child(2) {
        padding-left: 4rem ;
    }
    
    .Corporate-culture {
        margin: 6rem 0px ;
        margin-bottom: 0px ;
    }

    .Development-history {
        margin: 6rem 0px ;
    }

    .Honors_About .out .swiper-slide {
        width: 50% ;
    }
    
    .Contact-information .right .box {
        height: auto ;
    }

    .Business_list_but .but-box {
        display: none ;
    }

    .Business-banner .out .img {
       height: auto ;
    }

    .Business_list_but {
        height: 4rem ;
        justify-content: right ;
        background: rgba(0, 0, 0, 0.16) ;
    }

    .Business-banner .out .text h3 {
        font-size: 3.2rem ;
        margin-bottom: 2rem ;
    }

    .Business-banner .out .text li {
        margin-bottom: 1rem ;
    }

    .Details-title h3 {
        flex: none ;
    }

    .Product-Introduction , .Technical-Parameters , .technical-article{
        margin: 6rem 0px ;
    }

    .cooperation  {
        padding: 6rem 0px ;
    }

    .cooperation h2 {
        font-size: 3rem ;
    }

    .Details-title img {
        width: 20% ;
    }

    .scroll_Solution-Details .swiper-slide .img {
        height: 20rem ;
    }

    .scroll_Solution-Details .swiper-slide .text {
        padding: 2.4rem 1rem 3rem 1rem ;
    }

    .banner-Homer .img {
        height: 35rem ;
    }
    
    .cases-pages .out .box .left .txt{
        max-width:100%;
    }

}

@media (max-width:575px) {
    
    table {
        width: 100% ;
    }
    
    .banner-Homer .swiper-pagination {
        bottom: 1rem ;
    }

    .ABOUT-US {
        padding-top: 4rem ;
    }

    .ABOUT-US .out h2 {
        font-size: 3.5rem ;
        margin-bottom: 1.5rem ;
    }

    .ABOUT-US .out .text {
        margin-top: 2.3rem ;
    }

    .public-Moer {
        margin-top: 5rem ;
    }

    .ABOUT-US .number {
        height: auto ;
        padding: 4rem 0px ;
    }

    .ABOUT-US .number .list-num {
        flex-wrap: wrap ;
        gap: 3rem 0px ;
    }

    .ABOUT-US .number .list-num .item {
        width: 50% ;
    }

    .public-title h2 {
        font-size: 3.5rem ;
    }

    .Core-business {
        padding: 5rem 0px 6rem 0px ;
    }

    .Core-business .out {
        padding-top: 4rem ;
    }

    .Core-business .out .right {
        display: none ;
    }

    .Core-business .out .container {
        width: 100% ;
        padding-right: 4% ;
    }

    .Core-business .out .list-text h3 {
        margin-bottom: 3rem ;
    }

    .Core-business .out .list-text .but_list {
        margin-top: 3rem ;
    }

    .business-Core_list .swiper-slide {
        width: 48.5% ;
        padding: 1.5rem 2rem 1.3rem 1.5rem ;
    }

    .Core-business .business-Core_list {
        margin-top: 6rem ;
    }

    .Solution .out .box .swiper-slide {
        width: 100% ;
    }
    
    .Solution .out .box {
        background-size: cover !important;
        padding-top: 13rem ;
    }

    .Solution {
        padding: 5rem 0px ;
    }

    .Solution .container {
        height: 64rem ;
    }

    .Honors {
        padding: 6rem 0px 7rem 0px ;
    }

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

    .Honors .Honors-swiper .swiper-slide .txt {
        font-size: 1.6rem ;
    }

    .Company-News {
        padding: 6rem 0px ;
    }

    .Company-News .out .right .box .img {
        width: 100% ;
    }

    .Company-News .out .right .box .text {
        width: 100% ;
    }

    .cooperation .input_box input , .cooperation .input_box .Verification_code {
        width: 100% ;
        /* margin-bottom: 3rem ; */
    }

    .cooperation .input_box input:last-child {
        margin-bottom: 0px ;
    }

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

    .cooperation h2 , .public-title-content h2 {
        font-size: 3.5rem ;
        
    }

    .business-Introduction .img {
        width: 65% ;
        margin: 0 auto ;
    }

    .banner-pages {
        /* height: 20rem ; */
    }

    .banner-pages .img {
        height: 100% ;
        object-fit: cover ;
    }

    .banner-pages .text p {
        display: none ;
    }

    .banner-pages .text h2 {
        margin-bottom: 0px ;
        text-align: center ;
    }
    
    .Solution-pages .swiper-slide {
        width:100%;
    }

    .Solution-pages .swiper-slide .img{
        height: 26rem ;
    }

    .pages_content {
        padding: 5rem 0px ;
    }

    .Solution-pages .swiper-slide .text h3 {
        padding: 0px ;
        margin-bottom: 1rem ;
    }

    .Solution-pages .swiper-slide .text .icon {
        display: none ;
    }

    .Solution-pages .swiper-slide .text p{
        padding: 0px ;
    }

    .News-pages .News-swiper .swiper-slide a {
        flex-wrap: wrap ;
        flex-direction: column-reverse ;
    }

    .News-pages .News-swiper .swiper-slide .text {
        width: 100% ;
        padding: 3rem ;
        padding-bottom: 9rem ;
    }

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

    .News-pages .News-swiper .swiper-slide .img {
        height: 30rem ;
    }

    .News-pages .out .box .img {
        height: 16rem ;
    }

    .News-pages .out .box .text h3 {
        font-size: 2rem ;
    }

    .After-sales-service .out .box {
        width: 100% ;
    }

    .OEM-ODM .container .left {
        height: 28rem ;
    }

    .Frequently-Asked-Questions .list .item .title .tit {
        width: 85% ;
    }

    #footer .Top-logo .out .logo {
        width: auto ;
        height: 6rem ;
    }

    .Corporate-culture .out .box {
        height: 25rem ;
    }

    .Honors_About .out .swiper-slide {
        width: 60% ;
    }

    .Contact-information .left {
        flex-wrap: wrap ;
    }

    .Contact-information .left .but_box {
        margin-top: 4rem ;
        width: 100% ;
        justify-content: left ;
    }

    .Contact-information .right .box .list .item {
        width: 100% ;
    }

    .Contact-information .right .box .list {
        gap: 3rem 0px ;
    }

    .Contact-information .right .Map {
        height: auto ;
    }

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

    .Contact-information {
        margin: 6rem 0px ;
    }

    .Contact-information .right .box h2 {
        font-size: 2.8rem ;
        margin-bottom: 4rem ;
    }

    .Online-Message {
        padding-bottom: 6rem ;
    }

    .Business-banner .out {
        flex-wrap: wrap ;
    }

    .Business-banner .out .text {
        width: 100% ;
        max-width:100%;
    }

    .Business-banner .out .img {
        width: 80% ;
        margin: 0 auto ;
        margin-top: 4rem ;
    }

    .Product-Introduction .box {
        height: 20rem ;
    }

    .Product-Introduction .box .img {
        height: 100% ;
        object-fit: cover ;
    }

    .cooperation h2, .public-title-content h2 {
        font-size: 3rem ;
    }
    
    .technical-article .swiper-slide {
        width: 100% ;
    }

    .Other-products .swiper .swiper-slide {
        width: 100% ;
    }

    .scroll_Solution-Details .swiper-slide {
        width: 75% ;
    }

    .banner-Homer .img {
        height: 25rem ;
    }

    .Product-Introduction .box .play_out {
        width: 9rem ;
        height: 9rem ;
    }

    .Product-Introduction .box .play_out .icon {
        width: 6rem ;
        height: 6rem ;
    }

    .Product-Introduction .box .play_out .icon img {
        width: 2rem;
        height: 3rem;
        transform: translateX(0.3rem);
    }
    
    .cases-pages .out .box {
        flex-wrap: wrap;
    }
    
    .cases-pages .out .box .left {
        width:100%;
    }
    
    .cases-pages .out .box .right {
        width:100%;
            margin-top: 3rem;
    }
    
    .nav .right {
        padding-right: 7rem;
        box-sizing: border-box;
    }

}


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

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

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

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

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

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

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