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

ul,
ol {
    list-style: none;
}

a {
    text-decoration: none;
}

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

@font-face {
    font-family: 'SansSC-Medium';
    src: url(../font/SourceHanSansSC-Medium.ttf) format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

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

body {
    font-size: 1.5rem;
    /* 15px - 这样更清晰 */
    font-family: 'SansSC-Medium', "Microsoft YaHei", "微软雅黑", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

table {
    border-collapse: collapse ;
}

table td {
    padding: 0.5rem;
    box-sizing: border-box;
}

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

.nav {
    width: 100%;
    padding: 0px 6.1rem;
    box-sizing: border-box;
    height: 10rem;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 99999;
    transition: 0.5s ease;
}

.nav.active,
.pages-nav {
    padding: 0px 0px;
    box-shadow: 0px 0px 1rem 0.1rem #00000025;
}

.nav .out {
    width: 100%;
    height: 100%;
    padding: 0px 3.6rem 0px 10rem;
    border-radius: 0px 0px 2rem 2rem;
    box-sizing: border-box;
    background: #FFF;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: 0.5s ease;
}

.pages-nav .out,
.nav.active .out {
    padding: 0px 9.7rem 0px 16rem;
    box-sizing: border-box;
    border-radius: 0px;
}

.nav .out .logo {
    width: 17.2rem;
    height: 6.8rem;
}

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

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

.nav .out .right ul {
    display: flex;
    align-items: center;
    height: 100%;
    margin-right: 6.6rem;
}

.nav .out .right ul li {
    height: 100%;
    margin-right: 9.4rem;
    line-height: 10rem;
    position: relative;
}

.nav .out .right ul li::after {
    width: 100%;
    position: absolute;
    bottom: 0px;
    left: 0px;
    height: 0.2rem;
    background: #165091;
    content: '';
    display: none;
}

.nav .out .right ul li .title {
    color: #3E3E3E;
    font-size: 2rem;
    font-weight: 500;
}

.nav .out .right ul li.active::after {
    display: block;
}

.nav .out .right ul li.active .title {
    color: #165091;
}

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

.nav .out .right .language {
    display: flex;
    align-items: center;
    height: 100%;
    position: relative;
    cursor: pointer;
}

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

.nav .out .right .language .title span {
    color: #165091;
    font-size: 2rem;
}

.nav .out .right .language img {
    height: 0.6rem;
    width: 1.1rem;
    display: block;
    margin-left: 0.5rem;
}

.nav .out .right .language:hover .Sub-navigation {
    display: block;
}



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

.nav .out .right .language .Sub-navigation {
    min-width: auto;
}

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

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

.banenr-swiper {
    width: 100%;
}

.banenr-swiper .swiper-slide {
    width: 100%;
    position: relative;
}

.banenr-swiper .swiper-slide img {
    width: 100%;
    display: block;
}

.banenr-swiper .swiper-slide .content {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}

.banenr-swiper .swiper-slide .content {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.banenr-swiper .swiper-slide .content h2 {
    font-weight: 500;
    font-size: 6.2rem;
    color: #FFFFFF;
    text-shadow: 0px 0.3rem 0.6rem rgba(0, 0, 0, 0.36);
    margin-bottom: 5rem;
    opacity: 0;
    transform: translate3d(0, 100%, 0);
    transition: 1s ease;
}

.banenr-swiper .swiper-slide .content p {
    font-weight: 400;
    font-size: 3.1rem;
    color: #FFFFFF;
    text-shadow: 0px 0.3rem 0.6rem rgba(0, 0, 0, 0.48);
    opacity: 0;
    transform: translate3d(0, 100%, 0);
    transition: 1s ease;
    transition-delay: 0.3s;
}

.banenr-swiper .swiper-slide-active .content h2,
.banenr-swiper .swiper-slide-active .content p {
    opacity: 1;
    transform: none;
}

.banenr-swiper .mouse {
    position: absolute;
    bottom: 8.6rem;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    z-index: 10;
}

.banenr-swiper .mouse img {
    width: 1.7rem;
    height: 2.5rem;
    display: block;
    object-fit: contain;
    margin: 0 auto;
    margin-bottom: 1rem;
}

.banenr-swiper .mouse span {
    font-weight: 400;
    font-size: 1.5rem;
    color: #FFFFFF;
}

.banenr-swiper .pagination-list {
    display: flex;
    align-items: center;
    position: absolute;
    left: 16.1rem;
    bottom: 8.4rem;
    z-index: 20;
}

.banenr-swiper .pagination-list span {
    font-weight: 400;
    font-size: 1.4rem;
    color: #FFFFFF;
    text-shadow: 0px 0.3rem 0.6rem rgba(0, 0, 0, 0.48);
}

.banenr-swiper .swiper-pagination {
    top: auto;
    bottom: 0px;
    width: 18.4rem;
    height: 0.3rem;
    background: rgba(255, 255, 255, 0.41);
    position: relative;
    margin: 0px 1rem;
}

.About {
    width: 100%;
    height: 100%;
    background: url(../images/9927.webp) no-repeat center;
    background-size: cover;
    padding: 11rem 6rem 9.3rem 16rem;
    box-sizing: border-box;
}

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

.About .out .right {
    width: 89.5rem;
    /* height: 71.5rem; */
    position: relative;
}

.About .out .right::after {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    z-index: 10;
    top: 0px;
    left: 0px;
}

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

.About .out .right .icon {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 10;
    transform: translate(-50%, -50%);
    width: 12.6rem;
    display: block;
    cursor: pointer;
    z-index: 20;
}

.About .out .right .icon img {
    width: 100%;
    display: block;
    margin-bottom: 1rem;
}

.About .out .right .icon span {
    display: block;
    text-align: center;
    width: 100%;
    color: #FFF;
    font-size: 1.8rem;
    font-weight: 500;
}

.About .out .left {
    width: calc(100% - 89.5rem);
    padding-right: 6.1rem;
    box-sizing: border-box;
    padding-top: 5rem;
}

.About .out .left h2 {
    font-weight: 500;
    font-size: 3.8rem;
    color: #222222;
    margin-bottom: 2.6rem;
}

.About .out .left p {
    font-weight: 400;
    font-size: 1.7rem;
    color: #2E2E2E;
    line-height: 1.8em;
}

.About .out .left a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 16rem;
    height: 5.1rem;
    background: #2655A1;
    border-radius: 2.6rem;
    font-weight: 400;
    font-size: 1.7rem;
    color: #FFFFFF;
    margin: 4rem 0px 8rem 0px;
}

.About .out .left a img {
    width: 1.8rem;
    height: 0.6rem;
    display: block;
    object-fit: contain;
    margin-left: 1.4rem;
    transform: translateY(0.3rem);
}

.About .out .left .number-list {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 4rem 0px;
    margin-top: 8rem;
}

.About .out .left .number-list .item {
    width: 26%;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.About .out .left .number-list .item:nth-child(4),
.About .out .left .number-list .item:nth-child(5), 
.About .out .left .number-list .item:nth-child(6){
    align-items: flex-end;
}

.About .out .left .number-list .item .number p {
    font-weight: 500;
    font-size: 1.6rem;
    color: #9E9E9E;
    margin-bottom: 1rem;
}



.About .out .left .number-list .item .number .number-content {
    display: flex;
    align-items: end;
}

.About .out .left .number-list .item .number .number-content b {
    font-weight: 500;
    font-size: 3.5rem;
    color: #111111;
    line-height: 1;
}

.About .out .left .number-list .item .number .number-content span {
    font-weight: 400;
    font-size: 2.1rem;
    color: #666666;
    display: block;
    margin-left: 0.5rem;
}

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

.public-title h2 {
    font-weight: bold;
    font-size: 4.6rem;
    color: #2655A1;
    margin-bottom: 1.2rem;
}

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

.Product-Recommendation {
    margin-top: 7rem;
    margin-bottom: 10rem;
    width: 100%;
    overflow: hidden;
    min-height: 88.7rem;
    background: url(../images/9f75cf86bdd79e1859bdae27eba155cb6bb4d25938220-zRtrmP_fw1200.png) no-repeat right;
    background-size: 70%;
    background-position-x: 40rem;
    background-position-y: 0rem;
}

.Product-Recommendation .out {
    width: 100%;
    padding-left: 22.5rem;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 7rem;
    position: relative;
}

.Product-Recommendation .out .left .swiper-pagination {
    position: absolute;
    left: 51%;
    top: 49.5rem;
    display: flex;
    align-items: flex-end;
    width: auto;
    font-weight: 500;
    font-size: 1.9rem;
    color: #9E9E9E;
    height: 3.8rem;
}

.Product-Recommendation .out .left .swiper-pagination .swiper-pagination-current {
    font-weight: bold;
    font-size: 3.7rem;
    color: #2655A1;
    line-height: 1;
}

.Product-Recommendation .out .left {
    width: 72%;
    padding-right: 10.6rem;
    box-sizing: border-box;
}

.Product-Recommendation .out .left .swiper-slide {
    width: 100%;
    display: flex;
    justify-content: space-between;
    display: none;
}

.Product-Recommendation .out .left .swiper-slide.active {
    display: flex;
}

.Product-Recommendation .out .left .swiper-slide .num-img {
    width: 47.9rem;
    position: relative;
}

.Product-Recommendation .out .left .swiper-slide .num-img b {
    font-weight: bold;
    font-size: 27.1rem;
    color: #EAEAEA;
    z-index: 1;
    line-height: 1;
}

.Product-Recommendation .out .left .swiper-slide .num-img img {
    width: auto;
    max-width: 100%;
    margin: 0 auto;
    display: block;
    position: relative;
    z-index: 2;
    margin-top: -15rem;
}

.Product-Recommendation .out .left .swiper-slide .text-box {
    width: 36rem;
    padding-top: 10rem;
    box-sizing: border-box;
}

.Product-Recommendation .out .left .swiper-slide .text-box .tit {
    width: 100%;
    margin-bottom: 6.5rem;
}

.Product-Recommendation .out .left .swiper-slide .text-box .tit b {
    font-weight: bold;
    font-size: 4.6rem;
    color: #2655A1;
    line-height: 1;
    margin-bottom: 2rem;
    display: block;
}

.Product-Recommendation .out .left .swiper-slide .text-box .tit i {
    width: 4rem;
    height: 0.2rem;
    display: block;
    background: #165091;
}

.Product-Recommendation .out .left .swiper-slide .text-box .text {
    width: 100%;

}

.Product-Recommendation .out .left .swiper-slide .text-box .text h3 {
    font-weight: 500;
    font-size: 2.3rem;
    color: #111111;
    margin-bottom: 2rem;
}

.Product-Recommendation .out .left .swiper-slide .text-box .text p {
    font-weight: 400;
    font-size: 1.6rem;
    color: #636363;
    line-height: 1.7em;
}



.Product-Recommendation .out .right {
    width: 70.7rem;
    height: 70.7rem;
    background: url(../images/1126.png) no-repeat center;
    background-size: cover;
    transform: translateX(50%);
    z-index: 20;
    position: absolute;
    right: 0px;
    top: 0px;
}

.Product-Recommendation .out .right .product-swiper {
    height: 100%;
    width: 100%;
    transform: translateX(-9.15rem);
}

.Product-Recommendation .out .right .product-swiper .swiper-slide {
    height: 27rem;
    width: 45rem;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.5s ease;
}

.Product-Recommendation .out .right .product-swiper .swiper-slide .img {
    width: 13.5rem;
    height: 13.5rem;
    display: block;
    border-radius: 50%;
    background: #EEEEEE;
    border: 0.1rem solid #eee;
    flex: none;
    margin-right: 3.4rem;
    transition: 0.5s ease;
}

.Product-Recommendation .out .right .product-swiper .swiper-slide .img img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: contain;
    transform: scale(0.6);
}


.Product-Recommendation .out .right .product-swiper .swiper-slide .text {
    width: 0px;
    overflow: hidden;

}

.Product-Recommendation .out .right .product-swiper .swiper-slide .text b {
    font-weight: bold;
    font-size: 4.6rem;
    color: #2655A1;
    line-height: 1;
    margin-bottom: 1rem;
    display: block;
}

.Product-Recommendation .out .right .product-swiper .swiper-slide .text span {
    font-weight: 500;
    font-size: 1.7rem;
    color: #111111;
}


.Product-Recommendation .out .right .product-swiper .swiper-slide-active .img {
    width: 18.3rem;
    height: 18.3rem;
    background: url(../images/10093.png) no-repeat center;
    background-size: cover;
}

.Product-Recommendation .out .right .product-swiper .swiper-slide-active .text {
    width: 100%;
    padding-right: 10%;
    box-sizing: border-box;
}

.Solution {
    width: 100%;
}

.Solution .out {
    margin-top: 6rem;
    width: 100%;
    padding-bottom: 19rem;
    box-sizing: border-box;
    position: relative;
}

.Solution .out::after {
    width: 100%;
    position: absolute;
    bottom: 0px;
    left: 0px;
    height: 47.6rem;
    background: #2655A1;
    z-index: 1;
    content: '';
}



.Solution .out .swiper-pagination-progressbar {
    width: 95%;
    bottom: 9rem;
    background: rgba(255, 255, 255, 0.36);
    left: 6rem;
    top: auto;
    height: 0.1rem;
    z-index: 2;

}

.Solution .out .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    height: 0.8rem;
    background: #FFFFFF;
    border-radius: 0.4rem;
    top: -0.4rem;
}


.Solution .out .swiper-button-next,
.Solution .out .swiper-button-prev {
    bottom: 6rem;
    top: auto;
    margin: 0px;
    width: 5.9rem;
    height: 5.9rem;
    background: #0052A4;
    z-index: 3;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 1;
    border-radius: 50%;
}

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

.Solution .out .swiper-button-prev {
    left: 26.9rem;
}

.Solution .out .swiper-button-next {
    right: 26.9rem;
}

.Solution .out .swiper-button-next:hover,
.Solution .out .swiper-button-prev:hover {
    background: #FFF;
}

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

.Solution .out .swiper {
    width: 100%;
    z-index: 2;
    padding-top: 0.5rem;
}

.Solution .out .swiper-slide {
    width: 50.8rem;
    height: 72.3rem;
    background: #fff;
    margin-left: 6rem;
    position: relative;
    overflow: hidden;
    box-shadow: 0px 0px 0.5rem 0.1rem #0000001c;
}

.Solution .out .swiper-slide .img {
    width: 100%;
    height: 85%;
    display: block;
    overflow: hidden;
}

.Solution .out .swiper-slide .img img {
    width: 100%;
    display: block;
    height: 100%;
    object-fit: contain;
    transition: 0.6s ease;
}

.Solution .out .swiper-slide::after {
    position: absolute;
    top: 0px;
    left: 0px;
    background: #000;
    z-index: 1;
    content: '';
    width: 100%;
    height: 100%;
    display: block;
    opacity: 0.3;
    transition: 0.7s ease;
}

.Solution .out .swiper-slide .text {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 3;
    padding: 9rem 3rem 10rem 5rem;
    box-sizing: border-box;
    transform: translateY(70%);
    transition: 0.6s ease;
}

.Solution .out .swiper-slide:hover::after {
    opacity: 0.7;
}

.Solution .out .swiper-slide:hover .text {
    transform: translateY(0px);
}

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

.Solution .out .swiper-slide .text .tit {
    width: 100%;
    margin-bottom: 6rem;
}

.Solution .out .swiper-slide .text .tit h3 {
    font-weight: 500;
    font-size: 2.6rem;
    color: #fff;
    margin-bottom: 2rem;
    display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 1; /* 限制显示3行 */
overflow: hidden;
}

.Solution .out .swiper-slide .text .tit span {
    font-weight: 400;
    font-size: 1.8rem;
    color: #fff;
    display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 1; /* 限制显示3行 */
overflow: hidden;
}

.Solution .out .swiper-slide .text .txt {
    width: 100%;
    margin-bottom: 9rem;
}

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

.Solution .out .swiper-slide .text .Moer {
    width: 18.4rem;
    height: 5.1rem;
    background: #FFFFFF;
    border-radius: 2.6rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 400;
    font-size: 1.7rem;
    color: #2655A1;
}

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

.High-quality-materials {
    width: 100%;
    background: url(../images/10095.webp) no-repeat center;
    background-attachment: fixed;
    background-size: cover;
    padding: 23rem 0px 24rem 0px;
    position: sticky;
    top: 0px;
    left: 0px;
    z-index: 10;
}

.High-quality-materials .out {
    max-width: 128.8rem;
    width: 100%;
}

.High-quality-materials h2 {
    font-weight: bold;
    font-size: 4rem;
    color: #262626;
    margin-bottom: 6rem;
}


.High-quality-materials h2 b {
    font-size: 4rem;
    font-weight: bold;
    color: #165091;
}

.High-quality-materials p {
    font-weight: 500;
    font-size: 2.5rem;
    color: #2E2E2E;
    line-height: 1.8em;
}

.News {
    z-index: 20;
    position: relative;
    width: 100%;
    padding: 10rem 0px;
    background: #FFF;
}

.News .out {
    margin-top: 5.3rem;
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.News .out .right {
    width: 56.5rem;
    background: #F5F5F5;
}

.News .out .right .img {
    width: 100%;
    height: 31.7rem;
    border-radius: 2rem;
    overflow: hidden;
}

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

.News .out .right .text {
    width: 100%;
    padding: 2.6rem 4rem 3.2rem 3.4rem;
    box-sizing: border-box;
}

.News .out .right .text h3 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    /* 限制显示行数 */
    overflow: hidden;
    font-weight: 500;
    font-size: 2.4rem;
    color: #111111;
    margin-bottom: 1.8rem;
}

.News .out .right .text p {
    width: 100%;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    /* 限制显示行数 */
    overflow: hidden;
    font-weight: 400;
    font-size: 1.5rem;
    color: #666666;
    line-height: 1.8em;
}

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

.News .out .right .text .tiem span {
    font-weight: 400;
    font-size: 1.5rem;
    color: #8E8E8E;
}

.News .out .right .text .tiem .more {
    color: #165091;
    display: flex;
    align-items: center;
}

.News .out .right .text .tiem .more img {
    height: 1.1rem;
    display: block;
    margin-left: 0.6rem;
}

.News .out .left {
    width: 92.6rem;
}

.News .out .left .box {
    width: 100%;
    margin-bottom: 3.3rem;
    padding-bottom: 3.3rem;
    border-bottom: 0.1rem solid #E9E9E9;
    box-sizing: border-box;
    height: 24.6rem;
}

.News .out .left .box:last-child {
    margin-bottom: 0px;
    padding-bottom: 0px;
    border-bottom: none;
}

.News .out .left a {
    display: flex;
    align-items: center;
    width: 100%;
    background: #F5F5F5;
    border-radius: 2rem;
    overflow: hidden;
    
    height: 100%;
}

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


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

.News .out .left .text {
    width: calc(100% - 36.6rem);
    padding: 3rem 3.2rem 4rem 5.4rem;
    box-sizing: border-box;
}

.News .out .left .text h3 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    /* 限制显示行数 */
    overflow: hidden;
    font-weight: 500;
    font-size: 2.4rem;
    color: #111111;
    margin-bottom: 2rem;
}

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

.News .out .left .text .tiem {
    margin-top: 2.4rem;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.News .out .left .text .tiem span {
    font-weight: 400;
    font-size: 1.5rem;
    color: #8E8E8E;
}

.News .out .left .text .tiem .more {
    color: #165091;
    display: flex;
    align-items: center;
}

.News .out .left .text .tiem .more img {
    height: 1.1rem;
    display: block;
    margin-left: 0.6rem;
}

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

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

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

#footer .Top-logo .out .logo {
    width: 23rem;
    height: 9.2rem;
}

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

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

#footer .Top-logo .out .QR-code span {
    font-weight: 400;
    font-size: 1.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;
    margin-bottom: 7rem;
}

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

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

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

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

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

#footer .footer-information .out .right .box {
    max-width: 18%;
    width:auto ;
}

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

#footer .footer-information .out .right .box li a {
    font-weight: 400;
    font-size: 1.7rem;
    color: #DCDCDC;
    margin-bottom: 2.6rem;
    display: block;
    width: max-content;
    overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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


.video-popup .out {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 96%;
    max-width: 90rem;
    background: #FFF;
    padding: 1.5rem 1.5rem 1.5rem 1.5rem;
    box-sizing: border-box;
    border-radius: 1rem;
    box-shadow: 0px 0px 1rem 0.1rem #00000041;
    border: 0.1rem solid #CCCCCC;
}

.video-popup .out video {
    width: 100%;
    display: block;
}

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


.pages-banner {
    width: 100%;
}

.pages-banner .swiper-slide .content {
    padding-top: 10rem;
    box-sizing: border-box;
}

.pages-banner .swiper-slide .content h2 {
    font-weight: 400;
    font-size: 4.2rem;
    color: #FFFFFF;
    margin-bottom: 2rem;
    animation: maisd 1s ease forwards;
}

.pages-banner .swiper-slide .content p {
    font-weight: 400;
    font-size: 2.3rem;
    color: #FFFFFF;
    animation: maisd 1s ease 0.3s forwards;

}

@keyframes maisd {
    0% {
        opacity: 0;
        transform: translate3d(0, 100%, 0);
    }

    100% {
        opacity: 1;
        transform: none;
    }
}

.Case-pages {
    margin: 8rem 0px 10rem 0px;
    width: 100%;
}

.Case-pages .out {
    margin-top: 5rem;
    display: flex;
    flex-wrap: wrap;
    gap: 5rem 2%;
}

.Case-pages .out .box {
    width: 32%;
    overflow: hidden;
    border-radius: 2rem;
    background: #FFF;
    box-shadow: 0px 0px 0.6rem 0.1rem rgba(0, 0, 0, 0.21);
    transition: 0.5s ease;
}

.Case-pages .out .box:hover {
    transform: translateY(-1.5rem);
}

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

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

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

.Case-pages .out .box .text {
    padding: 2.6rem 4rem 2.6rem 3rem;
    box-sizing: border-box;
}

.Case-pages .out .box .text h3 {
    font-weight: 500;
    font-size: 2.2rem;
    color: #373737;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    /* 限制显示行数 */
    overflow: hidden;
}

.Case-pages .out .box:hover .text h3 {
    color: #003E97;
}

.Case-pages .out .box .text .txt {
    padding-top: 2rem;
    margin-top: 2.3rem;
    width: 100%;
    border-top: 0.1rem solid rgba(114, 114, 114, 0.37);
}

.Case-pages .out .box .text .txt span {
    display: block;
    width: 100%;
    font-weight: 400;
    font-size: 1.8rem;
    margin-bottom: 1.3rem;
    color: #848484;
}

.Case-pages .out .box .text .txt span:last-child {
    margin-bottom: 0px;
}

.Product-pages {
    width: 100%;
    background: #F8F8F8;
    padding: 7.6rem 0px;
    padding-bottom: 10rem;
}

.Product-pages .button-list {
    margin-top: 6rem;
    margin-bottom: 6rem;
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    justify-content: space-between;
}

.Product-pages .button-list a {
    min-width: 24rem;
    padding: 2rem 4.7rem;
    box-sizing: border-box;
    background: #E7E7EC;
    border-radius: 3.4rem;
    font-weight: 500;
    font-size: 2.1rem;
    color: #313131;
    display: block;
    text-align: center;
}

.Product-pages .button-list a.active {
    background: #2655A1;
    color: #FFF;
}

.Product-pages .out {
    margin-top: 6rem;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    gap: 8.8rem 2%;
}

.Product-pages .out .box {
    width: 23.5%;
    background: #FFFFFF;
    box-shadow: 0px 0.1rem 2rem 0.1rem rgba(75, 75, 75, 0.1);
    border-radius: 2rem;
}

.Product-pages .out .box .img {
    width: 100%;
    height: 33.7rem;
    display: block;
    overflow: hidden;
    padding: 4.6rem 3rem;
    box-sizing: border-box;
}

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

.Product-pages .out .box .text {
    width: 100%;
    padding-bottom: 8rem;
    box-sizing: border-box;
    text-align: center;
    position: relative;
}

.Product-pages .out .box .text h2 {
    font-weight: 500;
    font-size: 2rem;
    color: #222222;
    padding: 0px 1rem;
    box-sizing: border-box;
}

.Product-pages .out .box .text .button {
    position: absolute;
    left: 50%;
    bottom: -3.8rem;
    transform: translateX(-50%);
    width: 5.6rem;
    height: 10.7rem;
    background: rgba(0, 0, 0, 0.1);
    border-radius: 2.8rem;
    transition: all 0.5s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.Product-pages .out .box .text .button span:nth-child(1) {
    visibility: hidden;
    opacity: 0;
    /* margin-right: 1rem ; */
    width: 0;
    transition: 0.5s ease;
    overflow: hidden;
}

.Product-pages .out .box .text .button span:nth-child(2) {
    transform: translateY(1.5rem);
}

.Product-pages .out .box .text .button span {
    font-weight: 400;
    font-size: 1.7rem;
    color: #FFFFFF;
}

.Product-pages .out .box:hover .text .button {
    width: 18.4rem;
    height: 5.1rem;
    background: linear-gradient(180deg, #2655A1 0%, #153972 100%);
    border-radius: 2.7rem;
    bottom: -2.3rem;
}

.Product-pages .out .box:hover .text .button span:nth-child(1) {
    visibility: visible;
    opacity: 1;
    margin-right: 1rem;
    width: auto;
    transition-delay: 0.1s;
}

.Product-pages .out .box:hover .text .button span:nth-child(2) {
    transform: translateY(0rem);
}

.Product-pages .out .box:hover .text h2 {
    color: #0052A4;
}

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

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

.Solution-pages .out {
    margin-top: 6rem;
}

.Solution-pages .out .box {
    width: 100%;
    background: #FFF;
    border-radius: 1.6rem;
    overflow: hidden;
    box-shadow: 0px 0px 1rem 0.1rem #0000001e;
    margin-bottom: 8rem;
}

.Solution-pages .out .box a {
    display: flex;
    width: 100%;
}

.Solution-pages .out .box .left {
    width: 47.8%;
}

.Solution-pages .out .box .left img {
    width: 100%;
    display: block;
    height: 100%;
    max-height: 56.7rem;
    object-fit: contain;
}

.Solution-pages .out .box .right {
    width: 52.2%;
    padding: 8rem;
    box-sizing: border-box;
}

.Solution-pages .out .box .right h3 {
    font-weight: bold;
    font-size: 3.1rem;
    color: #242424;
    margin-bottom: 3rem;
}

.Solution-pages .out .box .right i {
    width: 6.2rem;
    height: 0.1rem;
    background: #165091;
    display: block;
    margin-bottom: 3rem;
}

.Solution-pages .out .box .right p {
    font-weight: 400;
    font-size: 1.6rem;
    color: #535353;
    line-height: 1.8em;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    /* 显示2行 */
    overflow: hidden;
    text-overflow: ellipsis;
    height: calc(1.8em * 5);
}

.Solution-pages .out .box .right .Moer {
    margin-top: 10rem;
    width: 17.1rem;
    height: 5.4rem;
    background: #2655A1;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    font-size: 1.4rem;
    color: #FFFFFF;
    text-transform: capitalize;
    border-radius: 3rem;
}

.Solution-pages .out .box .right .Moer img {
    display: block;
    width: 1.4rem;
    height: 1.4rem;
    margin-left: 1rem;
}

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

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

.News-pages .out {
    margin-top: 6rem;
}

.News-pages .out .box {
    width: 100%;
    margin-bottom: 8rem;
}

.News-pages .out .box a {
    width: 100%;
    display: flex;
}

.News-pages .out .box .left {
    width: 24.6%;
    position: relative;
    z-index: 5;
}

.News-pages .out .box .left .img {
    width: 43rem;
    height: 24.6rem;
    border-radius: 2rem;
    overflow: hidden;
    position: absolute;
    top: 50%;
    right: -16.6rem;
    transform: translateY(-50%);
}

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

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

.News-pages .out .box .left .time {
    display: flex;
    align-items: end;
    font-weight: 400;
    font-size: 1.6rem;
    color: #999999;
    transform: translateY(6.3rem);
}

.News-pages .out .box .left .time b {
    font-weight: 400;
    font-size: 4.1rem;
    color: #7D7D7D;
    line-height: 1;
}

.News-pages .out .box .right {
    width: 75.4%;
    background: #FFF;
    padding: 6.5rem 2.8rem 6rem 25.1rem;
    box-sizing: border-box;
    border-radius: 2rem;
    box-shadow: 0px 0px 1rem 0.1rem #0000000c;
}

.News-pages .out .box .right h3 {
    font-weight: 500;
    font-size: 2.4rem;
    color: #333333;
    margin-bottom: 2.6rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: middle;
}

.News-pages .out .box:hover .right h3 {
    color: #003E97;
}

.News-pages .out .box .right p {
    font-weight: 400;
    font-size: 1.8rem;
    color: #666666;
    line-height: 1.8em;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    /* 显示2行 */
    overflow: hidden;
    text-overflow: ellipsis;
}

.News-pages .out .box .right .Moer {
    margin-top: 4rem;
    display: flex;
    align-items: center;
    font-weight: 500;
    font-size: 1.4rem;
    color: #2655A1;
    justify-content: right;
    margin-left: auto;
    width: max-content;
    transition: 0.5s ease;
}

.News-pages .out .box:hover .right .Moer {
    transform: translateX(-1rem);
}

.News-pages .out .box .right .Moer img {
    width: 1.4rem;
    height: 1.4rem;
    display: block;
    margin-left: 1rem;
}

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

.Online-Message .tit {
    display: flex;
    align-items: end;
    margin-bottom: 8rem;
}

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

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

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

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

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

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

}

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

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

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

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

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

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

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

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

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

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

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

.Base-Display {
    padding: 6rem 0px 8rem 0px;
    box-sizing: border-box;
    width: 100%;
}

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

.Base-Display .out .left {
    width: 22%;
    height: 70rem;
    padding-right: 2.6rem;
    box-sizing: border-box;
    overflow: hidden;
}

.Base-Display .out .left .swiper {
    width: 100%;
    height: 100%;
    overflow: visible;
}

.Base-Display .out .left .swiper-slide {
    width: 100%;
    height: 17rem;
    margin-bottom: 0.9rem;
    cursor: pointer;
    position: relative;
    border: 0.2rem solid #2655a100;
    box-sizing: border-box;
}

.Base-Display .out .left .swiper-slide::after {
    content: '';
    background: url(../images/2.png) no-repeat center;
    width: 1.5rem;
    height: 2.5rem;
    display: block;
    object-fit: contain;
    position: absolute;
    right: 0px;
    top: 50%;
    transform: translate(0%, -50%);
    visibility: hidden;
    transition: 0.5s ease;
    z-index: -1;
}

.Base-Display .out .left .swiper-slide-thumb-active {
    border: 0.2rem solid #2655A1;
    box-sizing: border-box;
}

.Base-Display .out .left .swiper-slide-thumb-active::after {
    visibility: visible;
    transform: translate(100%, -50%);
}

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

.Base-Display .out .right {
    width: 78%;
    height: 70rem;
}

.Base-Display .out .right .swiper {
    width: 100%;
    height: 100%;
}

.Base-Display .out .right .swiper-slide {
    width: 100%;
    height: 100%;
}

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

.Development-history {
    width: 100%;
    background: url(../images/10111.jpg) no-repeat center;
    background-size: cover;
    height: 80rem;
}

.Development-history .public-title {
    text-align: left;
    padding-top: 10rem;
    box-sizing: border-box;
        max-width: 42%;
}

.Development-history .public-title h2 {
    color: #FFF;
}

.Development-history .public-title span {
    color: #FFF;
}

.Development-history .container {
    position: relative;
    height: 100%;
}

.Development-history .right {
    position: absolute;
    right: 0px;
    top: 0px;
    height: 100%;
}

.Development-history .right .swiper {
    height: 100%;
}

.Development-history .right .swiper-slide {
    height: 20%;
    display: flex;
    align-items: center;
    position: relative;
}

.Development-history .right .swiper-slide .text {
    width: 60.5rem;
    margin-left: 6.8rem;
}

.Development-history .right .swiper-slide .text p {
    font-weight: 400;
    font-size: 1.6rem;
    color: #FFFFFF;
    line-height: 1.7em;
}

.Development-history .right .swiper-slide .tiem {
    width: 18.3rem;
    height: 18.3rem;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.Development-history .right .swiper-slide .tiem::after {
    content: '';
    width: 0.1rem;
    height: 100%;
    background: #FFFFFF;
    opacity: 0.3;
    position: absolute;
    top: 0px;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
}

.Development-history .right .swiper-slide .tiem .icon-box {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
}

.Development-history .right .swiper-slide .tiem .icon-box .icon {
    position: absolute;
    width: 0%;
    height: 0%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    transition: 0.5s ease;
}

.Development-history .right .swiper-slide .tiem .icon-box .icon svg {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    fill: #2655A1;
    transition: 0.5s ease;
}

.Development-history .right .swiper-slide .tiem .icon-box .icon svg:nth-child(1) {
    fill: #2655a138;
}

.Development-history .right .swiper-slide .tiem i {
    width: 1rem;
    height: 1rem;
    background: #FFFFFF;
    border-radius: 50%;
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.Development-history .right .swiper-slide .tiem span {
    font-weight: 500;
    font-size: 2.6rem;
    color: #FFFFFF;
    transition: 0.5s ease;
    transform: translateX(-100%);
    z-index: 10;
}

.Development-history .right .swiper-slide-prev .tiem span {
    transform: translateX(100%);
}

.Development-history .right .swiper-slide-next+.swiper-slide .tiem span {
    transform: translateX(100%);
}

.Development-history .right .swiper-slide-active .tiem .icon-box .icon {
    width: 75%;
    height: 75%;
}

.Development-history .right .swiper-slide-active .tiem .icon-box .icon svg:nth-child(1) {
    animation: alpha 2.25s linear infinite forwards;
}

.Development-history .right .swiper-slide-active .tiem .icon-box .icon svg:nth-child(2) {
    animation: alpha2 2.25s linear infinite forwards;
}

@keyframes alpha {
    0% {
        transform: rotate(0) scale(1.01);
    }

    25% {}

    50% {
        border-radius: 50%;
    }

    75% {}

    100% {
        transform: rotate(360deg) scale(1.01);
    }
}

@keyframes alpha2 {
    0% {
        transform: rotate(0);
    }

    25% {}

    50% {
        border-radius: 50%;
    }

    75% {}

    100% {
        transform: rotate(-360deg);
    }
}

.Development-history .right .swiper-slide-active .tiem {
    display: flex;
    align-items: center;
    justify-content: center;
}

.Development-history .right .swiper-slide-active .tiem i {
    display: none;
}

.Development-history .right .swiper-slide-active .tiem span {
    color: #FFF;
    font-weight: 500;
    font-size: 3.4rem;
    color: #FFFFFF;
    transform: translateX(0px);
}

.Development-history .right .swiper-button-next,
.Development-history .right .swiper-button-prev {
    width: 5rem;
    height: 5rem;
    background: #2655A1;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.Development-history .right .swiper-button-next::after,
.Development-history .right .swiper-button-prev::after {
    color: #FFF;
    font-size: 1.6rem;
    font-weight: 500;
}

.Development-history .right .swiper-button-next {
    bottom: 3rem;
    top: auto;
    left: 6.6rem;
    margin-top: 0px;
    transform: rotate(90deg);
}

.Development-history .right .swiper-button-prev {
    top: 3rem;
    left: 6.6rem;
    margin-top: 0px;
    transform: rotate(90deg);
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
    opacity: 0;
}

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

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

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

.Honors .out .swiper-slide {
    width: 25%;
}

.Honors .out .swiper-slide .box {
    width: 31.3rem;
    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 .out .swiper-slide:last-child {
    margin-right: 0px;
}

.Honors .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 .out .swiper-slide .img img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: contain;
}

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

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


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

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

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

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

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


/* 产品详情 */
.Product-Dilute {
    width: 100%;
    background: #F8F8F8;
    padding-top: 6.6rem;
}

.Product-Dilute .Top-Product {
    margin: 0px 0px 6rem 0px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.Product-Dilute .Top-Product .left {
    width: 46%;
}

.Product-Dilute .Top-Product .left .Product-swiper {
    width: 100%;
    height: 33.5rem;
    background: #FFF;
    border-radius: 2rem;
    overflow: hidden;
}

.Product-Dilute .Top-Product .left .Product-swiper .swiper-slide {
    width: 100%;
    padding: 3rem;
    box-sizing: border-box;
}

.Product-Dilute .Top-Product .left .Product-swiper img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: contain;
}

.Product-Dilute .Top-Product .left .Product-swiper2 {
    width: 100%;
    padding: 0px 7rem;
    box-sizing: border-box;
    margin-top: 1.2rem;
}

.Product-Dilute .Top-Product .left .Product-swiper2 .swiper-slide {
    width: 14.4rem;
    height: 11.5rem;
    background: #FFF;
    border-radius: 2rem;
    overflow: hidden;
    margin-right: 2rem;
    padding: 1rem;
    box-sizing: border-box;
    cursor: pointer;
}

.Product-Dilute .Top-Product .left .Product-swiper2 .swiper-slide img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: contain;
}

.Product-Dilute .Top-Product .left .Product-swiper2 .swiper-button-prev::after,
.Product-Dilute .Top-Product .left .Product-swiper2 .swiper-button-next::after {
    font-size: 1.7rem;
    color: #DFDFDF;
}

.Product-Dilute .Top-Product .left .Product-swiper2 .swiper-slide-thumb-active {
    border: 0.2rem solid #003E97;
    box-sizing: border-box;
}

.Product-Dilute .Top-Product .right {
    width: 64%;
    padding-left: 11.2rem;
    box-sizing: border-box;
}

.Product-Dilute .Top-Product .right h2 {
    font-weight: bold;
    font-size: 3.4rem;
    color: #242424;
    margin-bottom: 2.6rem;
}

.Product-Dilute .Top-Product .right .text {
    width: 100%;
    padding: 2rem 0px;
    border: 0.1rem solid #EBEBEB;
    border-left: none;
    border-right: none;
    position: relative;
}

.Product-Dilute .Top-Product .right .text::after {
    content: '';
    height: 0.1rem;
    display: block;
    width: 10%;
    position: absolute;
    top: -0.1rem;
    left: 0px;
    background: #165091;
}

.Product-Dilute .Top-Product .right .text::before {
    content: '';
    height: 0.1rem;
    display: block;
    width: 10%;
    position: absolute;
    bottom: -0.1rem;
    left: 0px;
    background: #165091;
}

.Product-Dilute .Top-Product .right .text h3 {
    font-weight: 500;
    font-size: 2rem;
    color: #242424;
    margin-bottom: 1rem;
}

.Product-Dilute .Top-Product .right .text ul {
    width: 100%;
    list-style: disc;
    padding-left: 3%;
    box-sizing: border-box;
}

.Product-Dilute .Top-Product .right .text ul li {
    width: 100%;
    font-weight: 400;
    font-size: 1.6rem;
    color: #7E7E7E;
    margin-bottom: 1.5rem;
}

.Product-Dilute .Top-Product .right .text ul li:last-child {
    margin-bottom: 0px;
}

.Product-Dilute .Top-Product .right .text ul li::marker {
    width: 0.5rem;
    height: 0.5rem;
    background: #165091;
    display: block;
    color: #165091;
}

.Product-Dilute .Top-Product .right .btn {
    width: 17.1rem;
    height: 5.4rem;
    background: #165091;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    font-size: 1.4rem;
    color: #FFFFFF;
    border-radius: 3rem;
    margin-top: 3.8rem;
}

.Product-Dilute .text-container {
    width: 100%;
    background: #FFFFFF;
    box-shadow: 0px 0px 0.6rem 0.1rem rgba(0, 0, 0, 0.16);
    border-radius: 1.6rem;
    padding: 5rem;
    box-sizing: border-box;
    margin-bottom: 4rem;
}

.Product-Dilute .text-container .button-list {
    width: 100%;
    display: flex;
    align-items: center;
    padding-bottom: 2rem;
    border-bottom: 0.1rem solid #E9E9E9;
}

.Product-Dilute .text-container .button-list .box {
    display: flex;
    align-items: center;
}

.Product-Dilute .text-container .button-list .box span,
.Product-Dilute .text-container .button-list a {
    font-weight: 500;
    font-size: 2rem;
    color: #5E5E5E;
    margin: 0px 2.4rem;
    cursor: pointer;
    position: relative;
}

.Product-Dilute .text-container .button-list .box span::after {
    width: 0;
    height: 0.2rem;
    background: #165091;
    display: block;
    position: absolute;
    content: '';
    left: 50%;
    transform: translateX(-50%);
    bottom: -2.1rem;
    transition: 0.5s ease;
}

.Product-Dilute .text-container .button-list .box span.active::after {
    width: 12.9rem;
}

.Product-Dilute .text-container .list {
    width: 100%;
    padding: 3rem 2.4rem 0px 2.4rem;
    box-sizing: border-box;
}

.Product-Dilute .text-container .list .item {
    width: 100%;
    display: none;
        font-weight: 400;
    font-size: 1.8rem;
    color: #848484;
    line-height: 2em;
}

.Product-Dilute .text-container .list .item:first-child {
    display: block;
}

.Product-Dilute .text-container .list .item p {
    font-weight: 400;
    font-size: 1.8rem;
    color: #848484;
    line-height: 2em;
    margin: 0.05rem;
}

.Product-Dilute .text-container .list .item img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0.05rem auto;
}

.Product-Dilute .Related {
    width: 100%;
    margin-bottom: 5rem;
}

.Product-Dilute .Related h2 {
    font-weight: bold;
    font-size: 4rem;
    color: #111111;
}

.Product-Dilute .Related h2 b {
    color: #165091;
}

.Product-Dilute .Related .out {
    padding: 6rem 1rem;
    width: 100%;
    box-sizing: border-box;
}

.Product-Dilute .Related .out .Product-item {
    background: #fff;
    box-shadow: 0px 0px 0.6rem 0.1rem rgba(0, 0, 0, 0.16);
    border-radius: 1.6rem;
    width: 23.5%;
    position: relative;
    box-sizing: border-box;
    margin-right: 2%;
}

.Product-Dilute .Related .out .Product-item:last-child {
    margin-right: 0px;
}

.Product-Dilute .Related .out .Product-item a {
    display: block;
    box-sizing: border-box;
    padding: 1.3rem 1.6rem 2.5rem 1.6rem;
    width: 100%;
    height: 100%;
}


.Product-Dilute .Related .out .Product-item .img {
    width: 100%;
    height: 28rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 3rem;
}

.Product-Dilute .Related .out .Product-item .img img {
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 100%;
    object-fit: contain;
    display: block;
    transition: 0.6s ease;
}

.Product-Dilute .Related .out .Product-item:hover .img img {
    transform: scale(1.1);
}

.Product-Dilute .Related .out .Product-item .tit {
    width: 100%;
    text-align: center;
}

.Product-Dilute .Related .out .Product-item .tit h3 {
    font-weight: 500;
    font-size: 2rem;
    color: #262626;
}

.Product-Dilute .Related .out .Product-item:hover .tit h3 {
    color: #165091;
}

.In-page-navigation {
    margin-top: 10rem;
    padding: 2.3rem 0px;
    background: #F2F2F2;
}

.In-page-navigation .container {
    display: flex;
    align-items: center;
}

.In-page-navigation a {
    color: #919191;
    font-size: 1.3rem;
    font-weight: 500;
}

.In-page-navigation .icon {
    width: 1.3rem;
    height: 1.3rem;
    display: block;
    margin: 0px 1rem;
}

.In-page-navigation a:hover {
    color: #003E97;
}

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

.News-Dilute .out {
    width: 100%;
    background: #FFF;
    padding: 4rem 6rem;
    box-sizing: border-box;
    border-radius: 1rem;
    box-shadow: 0px 0px 1rem 0.1rem #cccccc1e;
}

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

.News-Dilute .text p {
    color: #3E3E3E;
    line-height: 2em;
    font-size: 1.7rem;
    font-weight: 400;
    margin: 0px 0.5rem;
}

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

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

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

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

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


@keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translateY(60px);
    }

    to {
        opacity: 1;
        transform: translateY(0px);
    }
}

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

.Mobile-navigation {
    width: 100%;
    height: 100vh;
    background: #003E97;
    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;
}


.Product-Recommendation .out .swiper-button-prev,
.Product-Recommendation .out .swiper-button-next {
    width: 5.6rem;
    height: 5.6rem;
    background: #000000;
    opacity: 0.17;
    border-radius: 50%;
    top: auto;
    bottom: 0px;
}

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

.Product-Recommendation .out .swiper-button-prev {
    left: 45%;
}

.Product-Recommendation .out .swiper-button-next {
    right: 45%;
}

.Product-Recommendation .out .swiper-button-prev:hover,
.Product-Recommendation .out .swiper-button-next:hover {
    background: #003E97;
    opacity: 1;
}

.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-Product {
    width: 100%;
    height: 40rem;
    border-radius: 1.6rem;
    overflow: hidden;
    margin: 3rem 0px;
    position: relative;
}

.video-Product video,
.Product-Advantages .out .left video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.video-Product .icon,
.Product-Advantages .out .icon {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    background: rgba(0, 0, 0, 0.3);
}

.video-Product .icon img,
.Product-Advantages .out .icon img {
    width: 100%;
    display: block;
    margin-bottom: 1rem;
    width: 10rem;
}

.video-Product .icon span,
.Product-Advantages .out .icon span {
    font-size: 1.6rem;
    color: #FFFF;
    font-weight: 500;
    text-align: center;
}

.Product-Advantages {
    width: 100%;
    padding: 8rem 0px 10rem 0px;
    overflow: hidden;
}

.Product-Advantages .out {
    width: 100%;
    display: flex;
    margin-top: 8rem;
}

.Product-Advantages .out .left {
    width: 40%;
    position: relative;
}

.Product-Advantages .out .right {
    width: 60%;
    background: url(../images/9f75cf86bdd79e1859bdae27eba155cb6bb4d25938220-zRtrmP_fw1200.png) no-repeat left;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 7%;
    box-sizing: border-box;
    background-size: cover;
}

.Product-Advantages .out .right .icon_box {
    width: 39.5rem;
    height: 39.5rem;
    display: block;
    position: relative;
}

.Product-Advantages .out .right .icon_box span {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-size: 2rem;
    color: #003E97;
    font-weight: 600;
    width: 25%;
    text-align: center;
}

.Product-Advantages .out .right .icon_box img {
    width: 100%;
    height: 100%;
    display: block;
}

.Product-Advantages .out .right .icon_box ul {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}

.Product-Advantages .out .right .icon_box ul li {
    position: absolute;
}

.Product-Advantages .out .right .icon_box ul li b {
    width: 4rem;
    height: 4rem;
    background: #003E97;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.6rem;
    color: #FFF;
}

.Product-Advantages .out .right .icon_box ul li p {
    font-size: 1.8rem;
    color: #003E97;
    font-weight: 400;
    position: absolute;
    width: 24rem;
}

.Product-Advantages .out .right .icon_box ul li:nth-child(1) {
    top: -0.5rem;
    left: 10rem;
}

.Product-Advantages .out .right .icon_box ul li:nth-child(2) {
    top: -0.6rem;
    right: 10.5rem;
}

.Product-Advantages .out .right .icon_box ul li:nth-child(3) {
    top: 8.5rem;
    right: 0.6rem;
}

.Product-Advantages .out .right .icon_box ul li:nth-child(4) {
    top: 17.5rem;
    right: -2rem;
}

.Product-Advantages .out .right .icon_box ul li:nth-child(5) {
    top: 27.1rem;
    right: 0.5rem;
}


.Product-Advantages .out .right .icon_box ul li:nth-child(6) {
    bottom: -0.5rem;
    right: 10rem;
}

.Product-Advantages .out .right .icon_box ul li:nth-child(7) {
    bottom: -0.5rem;
    left: 10rem;
}

.Product-Advantages .out .right .icon_box ul li:nth-child(8) {
    top: 27.1rem;
    left: 0.5rem;
}

.Product-Advantages .out .right .icon_box ul li:nth-child(9) {
    top: 17.5rem;
    left: -2rem;
}

.Product-Advantages .out .right .icon_box ul li:nth-child(10) {
    top: 8.5rem;
    left: 0.6rem;
}

.Product-Advantages .out .right .icon_box ul li:nth-child(1) p {
    top: -4rem;
    left: -4.1rem;
}

.Product-Advantages .out .right .icon_box ul li:nth-child(2) p {
    top: -2rem;
    left: 4.9rem;
}

.Product-Advantages .out .right .icon_box ul li:nth-child(3) p,
.Product-Advantages .out .right .icon_box ul li:nth-child(4) p,
.Product-Advantages .out .right .icon_box ul li:nth-child(5) p {
    left: 6rem;
    top: 50%;
    transform: translateY(-50%);
}

.Product-Advantages .out .right .icon_box ul li:nth-child(6) p {
left: 50%;
    bottom: -4rem;
    transform: translateX(-10%);
    height: 2.6rem;
}

.Product-Advantages .out .right .icon_box ul li:nth-child(7) p {
    left: 50%;
    bottom: -4rem;
    transform: translateX(-50%);
    text-align: center;
}

.Product-Advantages .out .right .icon_box ul li:nth-child(10) p,
.Product-Advantages .out .right .icon_box ul li:nth-child(8) p,
.Product-Advantages .out .right .icon_box ul li:nth-child(9) p {
    right: 6rem;
    top: 50%;
    transform: translateY(-50%);
    text-align: right;
}


.About .out .left .number-list .item  .icon {
    width: 3rem;
    height: 3rem;
    object-fit: contain;
}











@media (max-width:1440px) {
    .About .out .left {
        width: 50%;
        padding-right: 6rem;
    }

    .About {
        padding: 11rem 6rem 9.3rem 6rem;
    }

    .About .out .right {
        width: 47%;
    }

    .Development-history .right .swiper-slide .text p {
        font-size: 1.8rem;
    }

    .pages-nav .out {
        padding: 0px 5%;
        box-sizing: border-box;
    }

    .In-page-navigation a,
    .Product-Dilute .Top-Product .right .text ul li {
        font-size: 1.8rem;
    }

    .Product-Dilute .text-container .list .item p {
        font-size: 2rem;
    }

    .Product-Dilute .text-container .button-list .box span,
    .Product-Dilute .text-container .button-list a {
        font-size: 2.4rem;
    }

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

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

}

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

    .nav .out .right .language {
        display: none;
    }

    .menu-toggle {
        display: block;
    }

    .nav {
        width: 100%;
        height: 8.5rem;
        padding: 0px;
    }

    .nav .out {
        padding: 0px 5%;
        border-radius: 0px;
    }

    .nav .out .right ul {
        display: none;
    }

    .nav .out .logo {
        height: 5.7rem;
        width: auto;
    }

    .banenr-swiper .swiper-slide .content h2 {
        font-size: 5rem;
        margin-bottom: 3rem;
    }

    .nav .out .right .language .title span {
        font-size: 1.8rem;
    }

    .banenr-swiper .swiper-slide .content p {
        font-size: 2.4rem;
        letter-spacing: 0.2rem;
    }

    .banenr-swiper .pagination-list {
        left: 5%;
        bottom: 3rem;
    }

    .banenr-swiper .mouse {
        bottom: 3rem;
    }

    .About {
        padding: 6rem 5%;
        box-sizing: border-box;
    }

    .About .out {
        flex-wrap: wrap;
    }

    .About .out .left {
        width: 50%;
        padding-right: 0px;
        padding-top: 0px;
    }

    .About .out .right {
        width: 45%;
        height: auto;
    }

    .About .out .left h2 {
        font-size: 3rem;
    }

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

    .About .out .left a {
        font-size: 1.4rem;
        width: max-content;
        height: auto;
        padding: 1rem 3.5rem;
        box-sizing: border-box;
        margin-top: 3rem;
        margin-bottom: 6rem;
    }

    .About .out .left .number-list .item .number p {
        font-size: 1.4rem;
        line-height: 1;
        margin-bottom: 2rem;
    }

    .About .out .left .number-list .item .number .number-content b {
        font-size: 3rem;
    }

    .About .out .left .number-list .item .number .number-content span {
        font-size: 1.8rem;
    }

    .About .out .left .number-list .item img {
        width: 3rem;
        height: 3rem;
        object-fit: contain;
    }

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

    .Product-Recommendation .out {
        width: 100%;
        padding: 0px 5%;
        flex-wrap: wrap;
        box-sizing: border-box;
    }

    .Product-Recommendation {
        background-size: cover;
        min-height: auto;
        background-position-x: 0px;
    }

    .Product-Recommendation .out .left {
        width: 100%;
        padding-right: 0px;
    }

    .Product-Recommendation .out .left .swiper-slide .num-img b {
        display: none;
    }

    .Product-Recommendation .out .left .swiper-slide .num-img img {
        margin-top: 0px;
        height: 100%;
        object-fit: contain;
    }

    .Product-Recommendation .out .left .swiper-slide .text-box {
        width: 50%;
        padding-top: 0px;
    }

    .Product-Recommendation .out .left .swiper-slide .num-img {
        width: 40%;
        height: 45rem;
    }

    .Product-Recommendation .out .left .swiper-slide {
        align-items: center;
    }

    .Product-Recommendation .out .right {
        width: 100%;
        position: relative;
        height: auto;
        transform: translateX(0px);
        background: none;
        margin-top: 3rem;
    }

    .Product-Recommendation .out .right .product-swiper {
        transform: translateX(0px);
    }

    .Product-Recommendation .out .right .product-swiper .swiper-slide {
        width: 20%;
        height: auto;
        flex-wrap: wrap;
        justify-content: center;
    }

    .Product-Recommendation .out .right .product-swiper .swiper-slide .img {
        margin-right: 0px;
    }

    .Product-Recommendation .out .right .product-swiper .swiper-slide .text b {
        display: none;
    }

    .Product-Recommendation .out .right .product-swiper .swiper-slide .text {
        text-align: center;
        display: block;
        padding-right: 0px;
        margin-top: 1rem;
        width: 100%;
    }

    .Product-Recommendation .out .right .product-swiper .swiper-slide-active .img {
        width: 13.5rem;
        height: 13.5rem;
    }

    .Solution .out .swiper-pagination-progressbar {
        left: 50%;
        transform: translateX(-50%);
    }

    .Solution .out .swiper-button-prev {
        left: 10%;
    }

    .Solution .out .swiper-button-next {
        right: 10%;
    }

    .Solution .out .swiper-slide {
        width: 40%;
        height: 54.3rem;
        margin-left: 4rem;
    }

    .Solution .out .swiper-slide .text .tit h3 {
        font-size: 2rem;
        margin-bottom: 1rem;
    }

    .Solution .out .swiper-slide .text .tit span {
        font-size: 1.5rem;
    }

    .Solution .out .swiper-slide .text .tit {
        margin-bottom: 4rem;
    }

    .Solution .out .swiper-slide .text {
        padding: 6rem 2rem 7rem 3rem;
        box-sizing: border-box;
        transform: translateY(71%);
    }

    .Solution .out .swiper-slide .text .txt {
        margin-bottom: 6rem;
    }

    .Solution .out .swiper-slide .text .txt p {
        font-size: 1.5rem;
    }

    .Solution .out .swiper-slide .text .Moer {
        padding: 1.3rem 3rem;
        box-sizing: border-box;
        width: max-content;
        height: auto;
        font-size: 1.5rem;
    }

    .High-quality-materials h2,
    .High-quality-materials h2 b {
        font-size: 3.6rem;
    }

    .High-quality-materials p {
        font-size: 2rem;
    }

    .High-quality-materials {
        padding: 20rem 0px 18rem 0px;
    }

    .News {
        padding: 7rem 0px;
    }

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

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

    .News .out .right {
        width: 100%;
        margin-top: 3rem;
        padding-top: 3rem;
        background: none;
        border-top: 0.1rem solid #E9E9E9;
    }

    .News .out .right a {
        display: flex;
        align-items: center;
        background: #F5F5F5;
        border-radius: 2rem;
        overflow: hidden;
        height: 24.6rem;
    }

    .News .out .right .img {
        width: 36rem;
        height: -webkit-fill-available;
    }

    .News .out .right .text {
        padding: 3rem 3.2rem 4rem 5.4rem;
        width: calc(100% - 36rem);
    }

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

    .pages-banner .swiper-slide .content {
        padding-top: 0px;
    }

    .pages-banner .swiper-slide .content h2 {
        font-size: 4rem;
        margin-bottom: 2rem;
    }

    .pages-banner .swiper-slide .content p {
        font-size: 2rem;
    }

    .Base-Display .out .left .swiper-slide {
        height: 12rem;
    }

    .Base-Display .out .right,
    .Base-Display .out .left {
        height: 51rem;
    }

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

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

    .Honors .out .swiper-slide {
        width: 33.3%;
        padding: 0px 1%;
        box-sizing: border-box;
    }

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

    .Development-history .right {
        position: relative;
        height: auto;
        margin-top: 5rem;
    }

    .Development-history .right .swiper-slide {
        flex-direction: column;
        height: auto;
        width: 33.33%;
    }

    .Development-history .right .swiper-slide .text {
        width: 100%;
        margin-left: 0px;
        padding: 0px 1%;
        box-sizing: border-box;
    }

    .Development-history .right .swiper-slide .tiem::after {
        width: 100%;
        height: 0.1rem;
        top: 50%;
        left: 0px;
        transform: translateY(-50%);
    }

    .Development-history .right .swiper-slide .tiem {
        width: 100%;
        justify-content: center;
    }

    .Development-history .right .swiper-slide .tiem span {
        transform: translateY(3rem);
    }

    .Development-history .right .swiper-slide-active .tiem span {
        transform: translateY(0px);
    }

    .Development-history .right .swiper-button-prev,
    .Development-history .right .swiper-button-next {
        transform: rotate(0deg);
    }

    .Development-history {
        height: auto;
    }

    .Development-history .right .swiper {
        height: auto;
        padding-bottom: 20rem;
    }

    .Development-history .public-title {
        padding-top: 5rem;
    }

    .Development-history .right .swiper-button-next {
        right: 30%;
        left: auto;
        bottom: 5rem;
    }

    .Development-history .right .swiper-button-prev {
        top: auto;
        bottom: 5rem;
        left: 30%;
    }

    .Product-pages .button-list a {
        min-width: 20rem;
        padding: 1.5rem 3rem;
        box-sizing: border-box;
        font-size: 1.5rem;
    }

    .In-page-navigation {
        margin-top: 8.5rem;
    }

    .In-page-navigation a,
    .Product-Dilute .Top-Product .right .text ul li {
        font-size: 1.4rem;
    }

    .Product-Dilute .Top-Product .left {
        width: 53%;
    }

    .Product-Dilute .Top-Product .right {
        width: 40%;
        padding-left: 0px;
    }

    .Product-Dilute .Top-Product .left .Product-swiper2 {
        padding: 0px 2%;
    }

    .Product-Dilute .text-container .button-list .box span,
    .Product-Dilute .text-container .button-list a {
        font-size: 2rem;
    }

    .Product-Dilute .text-container {
        padding: 4rem 3rem;
    }

    .Product-Dilute .text-container .list {
        padding: 2rem 0px;
    }

    .Product-Dilute .text-container .list .item p {
        font-size: 1.7rem;
    }

    .Product-Dilute .Related h2 {
        font-size: 3rem;
    }

    .Product-Dilute .Related .out .Product-item {
        width: 32%;
    }

    .Solution-pages .out .box .right {
        padding: 5rem;
    }

    .Case-pages .out .box .img {
        height: 20rem;
    }

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

    .Case-pages .out .box .text .txt {
        margin-top: 1.6rem;
        padding-top: 1rem;
    }

    .Case-pages .out .box .text h3 {
        font-size: 1.8rem;
    }

    .Case-pages .out .box .text .txt span {
        font-size: 1.4rem;
    }

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

    .News-pages .out .box {
        width: 48%;
        margin-bottom: 5rem;
    }

    .News-pages .out .box a {
        flex-wrap: wrap;
    }

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

    .News-pages .out .box .right {
        width: 100%;
        padding: 3rem;
        border-radius: 0px 0px 2rem 2rem;
    }

    .News-pages .out .box .left .img {
        position: relative;
        top: auto;
        left: auto;
        right: auto;
        bottom: auto;
        width: 100%;
        transform: translateY(0px);
        border-radius: 2rem 2rem 0px 0px;
    }

    .News-pages .out .box .left .time {
        display: none;
    }

    .Product-Recommendation .out .left .swiper-pagination {
        display: none;
    }

    .Product-Recommendation .out .swiper-button-prev,
    .Product-Recommendation .out .swiper-button-next {
        display: none;
    }

    .Product-Advantages .out .left {
        width: 50% ;
    }

    .Product-Advantages .out .right {
        width: 50% ;
    }

    .Product-Advantages .out .right .icon_box img {
        display: none ;
    }

    .Product-Advantages .out .right .icon_box {
        width: 100% ;
        height: auto ;
    }

    .Product-Advantages .out .right .icon_box ul , .Product-Advantages .out .right .icon_box ul li , .Product-Advantages .out .right .icon_box ul li p {
        position: static;
    }

    .Product-Advantages .out .right .icon_box ul li {
        display: flex ;
        align-items: center ;
        line-height: 2em ;
    }

    .Product-Advantages .out .right .icon_box span {
        position: static ;
        font-size: 2.4rem ;
        margin-bottom: 1rem ;
        transform: translate(0px);
        display: block ;
    }

    .Product-Advantages .out .right .icon_box ul li b {
        width: auto ;
        height: auto ;
        background: none ;
        margin-right: 1rem ;
        color: #003E97 ;
    }

    .Product-Advantages .out .right .icon_box ul li p {
        width: auto ;
        transform: translate(0px) !important;
    }
    
    .Product-Advantages .out .right .icon_box ul li:nth-child(6) p {
        height: auto ;
    }
    
    .Product-Advantages .out .right .icon_box ul li:nth-child(10) p, .Product-Advantages .out .right .icon_box ul li:nth-child(8) p, .Product-Advantages .out .right .icon_box ul li:nth-child(9) p{
            text-align: left;
    }
    
    .Product-Advantages .out .right .icon_box span {
            width: 100%;
    text-align: left;
    }

}

@media (max-width:768px) {
    .banenr-swiper {
        margin-top: 8.5rem;
    }

    .banenr-swiper .swiper-slide .content h2 {
        font-size: 2.6rem;
        text-align: center;
        margin-bottom: 1rem;
    }

    .banenr-swiper .swiper-slide .content p {
        font-size: 1.6rem;
        text-align: center;
    }

    .banenr-swiper .mouse {
        display: none;
    }

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

    .About .out .right {
        width: 100%;
        /* height: 40rem; */
        /* border-radius: 3rem; */
        overflow: hidden;
        margin-top: 4rem;
    }

    .About .out .right .icon {
        width: 11rem;
    }

    .Product-Recommendation .out .right .product-swiper .swiper-slide {
        width: 21rem;
    }

    .Product-Recommendation .out .right .product-swiper .swiper-slide .text {
        margin-top: 3rem;
    }

    .Product-Recommendation .out .left .swiper-slide .num-img {
        height: 40rem;
    }

    .Product-Recommendation .out .left .swiper-slide .text-box .tit {
        margin-bottom: 3rem;
    }

    .Solution .out .swiper-slide {
        width: 52%;
        height: 48rem;
    }

    .High-quality-materials {
        padding: 15rem 0px 10rem 0px;
    }

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

    .News .out .left .text,
    .News .out .right .text {
        width: 100%;
        padding: 3rem 3rem;
    }

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

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

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

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

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

    #footer .Top-logo .out .QR-code span {
        font-size: 1.5rem;
    }

    #footer .Top-logo .out .QR-code .img {
        width: 3.2rem;
        height: 3.2rem;
    }

    .Product-pages .button-list a {
        min-width: 24%;
    }

    .Product-pages .out .box {
        width: 32%;
    }

    .Product-Dilute .Top-Product {
        flex-wrap: wrap;
    }

    .Product-Dilute .Top-Product .left {
        width: 100%;
    }

    .Product-Dilute .Top-Product .right {
        width: 100%;
        margin-top: 3rem;
    }

    .In-page-navigation a,
    .Product-Dilute .Top-Product .right .text ul li {
        font-size: 1.6rem;
    }

    .Product-Dilute .Related .out .Product-item {
        width: 42%;
    }

    .Case-pages .out {
        justify-content: space-between;
    }

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

    .News-Dilute .out {
        padding: 4rem 2rem;
    }

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

    .Contact-pages .out .box:nth-child(1),
    .Contact-pages .out .box:nth-child(2) {
        border-bottom: 0.1rem solid #E5E5E5;
    }

    .Contact-pages .out .box a,
    .Contact-pages .out .box p {
        font-size: 1.6rem;
    }

    .video-Product {
        height: auto;
    }

    .Product-Advantages .out {
        flex-wrap: wrap ;
        margin-top: 4rem ;
    }

    .Product-Advantages {
        padding: 6rem 0px 8rem 0px ;
    }

    .Product-Advantages .out .right {
        width: 100% ;
        padding-left: 0px ;
    }

    .Product-Advantages .out .left {
        width: 100% ;
        margin-bottom: 3rem ;
    }

    .video-popup .out .Close {
        right: 3rem ;
        top: -2rem ;
    }

}

@media (max-width: 575.98px) {
    .banenr-swiper .pagination-list {
        display: none;
    }

    .About .out .right {
        /* height: 27rem; */
    }

    .Product-Recommendation .out {
        padding: 0px;
    }

    .Product-Recommendation .out .left {
        padding: 0px 5%;
        box-sizing: border-box;
    }

    .Product-Recommendation .out .left .swiper-slide {
        flex-wrap: wrap;
    }

    .Product-Recommendation .out .left .swiper-slide .text-box {
        width: 100%;
    }

    .Product-Recommendation .out .left .swiper-slide .num-img {
        height: auto;
        width: 45%;
        margin: 0 auto;
        margin-bottom: 3rem;
    }

    .Solution .out .swiper-slide .text {
        transform: translateY(0px);
    }

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

    .High-quality-materials {
        padding: 10rem 0px;
    }

    .High-quality-materials h2,
    .High-quality-materials h2 b {
        font-size: 3rem;
        margin-bottom: 4rem;
    }

    #footer .Filing-number .out p {
        text-align: center;
    }

    #footer .footer-information .out .left li {
        margin-bottom: 1rem;
    }

    .Development-history .right .swiper-slide {
        width: 100%;
    }

    .Honors .out .swiper-slide {
        width: 67%;
    }

    .Base-Display .out {
        flex-wrap: wrap;
    }

    .Base-Display .out .right {
        width: 100%;
        height: 30rem;
    }

    .Base-Display .out .left {
        width: 100%;
        padding-right: 0px;
    }

    .Base-Display .out .left .swiper-slide {
        box-sizing: border-box;
        width: 33.33%;
        margin-bottom: 0px;
        margin-right: 1%;
    }

    .Base-Display .out .left .swiper-slide:last-child {
        margin-right: 0px;
    }

    .Base-Display .out .left .swiper-slide::after {
        top: -2rem;
        left: 50%;
        transform: translateX(-50%) rotate(-90deg);
        transition: 0s ease;
    }

    .Base-Display .out .left .swiper {
        padding-top: 2rem;
    }

    .Base-Display .out .left {
        height: auto;
    }

    .Base-Display .out {
        flex-direction: column-reverse;
    }

    .Product-pages .button-list {
        gap: 2rem 0px;
    }

    .Product-pages .button-list a {
        min-width: 48%;
        font-size: 1.7rem;
    }

    .Product-pages .out .box {
        width: 48.5%;
    }

    .Product-Dilute .Related .out .Product-item {
        width: 60%;
    }

    .Solution-pages .out .box a {
        flex-wrap: wrap;
    }

    .Solution-pages .out .box .left {
        width: 100%;
        height: 25rem;
    }

    .Solution-pages .out .box .right {
        width: 100%;
        padding: 2rem 3rem;
    }

    .Solution-pages .out .box .right .Moer {
        margin-top: 3rem;
    }

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

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

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

    .Contact-pages .out .box:nth-child(3) {
        border-bottom: 0.1rem solid #E5E5E5;
    }

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

    .Solution .out .swiper-slide::after {
            opacity: 0.4;
    }
    
    .Solution .out .swiper-slide .img {
            height: 100%;
    }
    
    .About .out .left .number-list .item {
        width: 44%;
    }


}

@media (max-width:330px) {

    .Product-pages .out .box,
    .Case-pages .out .box {
        width: 100%;
    }
}


@media (min-width: 1921px) {
    html {
        font-size: 10px;
    }
}

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

@media (min-width: 1200px) and (max-width: 1440px) {
    html {
        font-size: 7.2px;
        font-size: clamp(7.2px, calc(100vw / 192), 10px);
    }
}

/* @media (min-width: 1025px) and (max-width: 1199.98px) {
    html {
        font-size: 8px ;
        font-size: clamp(8px, calc(100vw / 120), 9px);
    }
}

@media (min-width: 769px) and (max-width: 1024px) {
    html {
        font-size: 8px ;
        font-size: clamp(8px, calc(100vw / 102.4), 10px);
    }
}

@media (min-width: 576px) and (max-width: 768px) {
    html {
        font-size: 7px ;
        font-size: clamp(7px, calc(100vw / 75), 9px);
    }
} */

@media (min-width: 769px) and (max-width: 1199.98px) {
    html {
        font-size: 8px;
        font-size: clamp(8px, calc(100vw / 102.4), 10px);
    }
}

@media (min-width: 576px) and (max-width: 768px) {
    html {
        font-size: 7px;
        font-size: clamp(7px, calc(100vw / 75), 9px);
    }
}

@media (max-width: 575.98px) {
    html {
        font-size: 6px;
        font-size: clamp(6px, calc(100vw / 50), 8px);
    }
}