* {
    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: 'Aa';
  src: url('../font/Aa.woff') format('woff'),
       url('../font/Aa.ttf') format('truetype');
  font-weight: 500;
  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 - 这样更清晰 */
}

body,
html {
    /* font-family: "Microsoft Yahei", "Hiragino Sans GB", "Helvetica Neue", Helvetica, tahoma, arial, Verdana, sans-serif, "WenQuanYi Micro Hei", 宋体; */
}

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


/* 导航开始 */
.nav {
    width: 100%;
    height: 10rem;
    background: #FFF;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 999;
    transition: 0.5s ease;
    box-shadow: 0px 0px 0.6rem 0.1rem #00000027;
}

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

.nav .out .logo {
    height: 4.9rem;
    max-width: 36rem;
    display: block;
    position: relative;
}

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

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

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

.nav .out .right .nav-list li {
    position: relative;
    height: 100%;
    margin-right: 6.1rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

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

.nav .out .right .nav-list .nav-item {
    font-weight: 500;
    font-size: 2rem;
    color: #3E3E3E;
    /* font-family: 'SansSC-Medium'; */
    font-family: 'Source Han Sans CN', 'Source Han Sans CN';
}

.nav .out .right .nav-list li.active .nav-item {
    color: #165091;
}

.nav .out .right .language {
    display: flex;
    margin-left: 4.5rem;
    align-items: center;
}

.nav .out .right .language a {
    font-weight: 500;
    font-size: 2rem;
    color: #3E3E3E;
}

.nav .out .right .language a.active {
    color: #165091;
}

.nav .out .right .language i {
    width: 0.1rem;
    height: 1.4rem;
    background: #E1E1E1;
    display: block;
    margin: 0px 0.4rem;
}

.nav.active {
    height: 8rem;
    box-shadow: 0px 0px 1rem 0.1rem #00000027;
}

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

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

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


/* 首页banner */
.banner_swiper {
    width: 100%;
}

.banner_swiper .swiper-slide {
    width: 100%;
    position: relative;
    overflow: hidden;
}

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

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

.banner_swiper .swiper-slide .text {
    width: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: #00000021;
}

.banner_swiper .swiper-slide .text .container {
    padding-top: 6rem;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.banner_swiper .swiper-slide .text h2 {
    font-size: 6.8rem ;
    font-weight: 700;
    line-height: 1.3;
    color: #FFFFFF;
    opacity: 0;
    transform: translate3d(0, 100%, 0);
    transition: 1s ease;
}

.banner_swiper .swiper-slide .text span {
    font-size: 1.8rem ;
    text-transform: capitalize;
    color: #FFF ;
    display: block ;
    opacity: 0;
    transform: translate3d(0, 100%, 0);
    transition: 1s ease;
    transition-delay: 0.2s;
}

.banner_swiper .swiper-slide .text p {
    width: 80%;
    font-size: 1.6rem ;
    line-height: 2.8rem ;
    color: #FFFFFF;
    opacity: 0;
    transform: translate3d(0, 100%, 0);
    transition: 1s ease;
    transition-delay: 0.3s;
}

.banner_swiper .swiper-slide .text .xian{
    opacity: 0;
    transform: translate3d(0, 100%, 0);
    transition: 1s ease;
    transition-delay: 0.2s;
}

.banner_swiper .swiper-slide .text .xian i{
    width: 12rem ;
    height: 0.1rem ;
    background: #FFF ;
    margin: 2.2rem 0px ;
    position: relative;
    display: block ;
}

.banner_swiper .swiper-slide .text a{
    margin-top: 5.5rem ;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 22rem ;
    height: 5.5rem ;
    border-radius: 3.5rem ;
    background-color: #00B2E3;
    color: #FFF;
    font-size: 1.8rem ;
    font-weight: 700;
    text-transform: capitalize;
    opacity: 0;
    transform: translate3d(0, 100%, 0);
    transition: 1s ease;
    transition-delay: 0.4s;
}


.banner_swiper .swiper-slide .text .xian i::after {
    position: absolute ;
    left: 0px ;
    top: 0px ;
    content: '' ;
    width: 30% ;
    height: 100% ;
    background: #4993ff ;
}

.banner_swiper .swiper-slide-active .text h2,
.banner_swiper .swiper-slide-active .text p , 
.banner_swiper .swiper-slide-active .text a ,
.banner_swiper .swiper-slide-active .text .xian,
.banner_swiper .swiper-slide-active .text span
{
    opacity: 1;
    transform: none;
}

.banner_swiper .mouse-icon {
    position: absolute;
    bottom: 6rem;
    left: 50%;
    transform: translateX(-50%);
    z-index: 100;
}

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

.banner_swiper .mouse-icon span {
    font-weight: 300;
    font-size: 1.5rem;
    color: #FFFFFF;
}

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

.banner_swiper .swiper-pagination-bullet {
    width: 1rem;
    height: 1rem;
    display: block;
    opacity: 0.5;
    transition: 0.5s ease;
    border-radius: 2rem;
    background: #FFF;
}

.banner_swiper .swiper-pagination-bullet-active {
    opacity: 1;
    width: 2.9rem;
}

/* 关于我们 */

.About {
    width: 100%;
    margin-top: 10rem;

}

.About .out {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    overflow: hidden;
    justify-content: space-between;
    padding-bottom: 5.2rem;
    border-bottom: 0.1rem solid #D5D5D5;
    box-sizing: border-box;
}

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

.About .out .left h2 {
    font-weight: 500;
    font-size: 4rem;
    color: #161616;
    margin-bottom: 3rem;
}

.About .out .left h3 {
    font-weight: 400;
    font-size: 3.5rem;
    color: #272727;
    margin-bottom: 3rem;
}

.About .out .left .txt,
.About .out .left .txt p {
    width: 100%;
    font-weight: 400;
    font-size: 1.8rem;
    color: #3E3E3E;
    line-height: 1.7em;
}

.About .out .left .Moer {
    width: 18.4rem;
    height: 5.1rem;
    background: #003B90;
    border-radius: 2.6rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    font-size: 1.7rem;
    color: #FFFFFF;
    margin-top: 5.5rem;
}

.About .out .left .Moer .icon {
    width: 2.9rem;
    height: 0.8rem;
    background: url(../images/9735.png) no-repeat center;
    background-size: contain;
    transform: translateY(0.5rem);
    margin-left: 1.6rem;
}

.About .out .right {
    width: 50%;
    height: 50.7rem;
    overflow: hidden;
    border-radius: 1.5rem;
    position: relative;
}

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

.About .out .right .Play {
    position: absolute;
    width: 11rem;
    height: 11rem;
    background: rgba(255, 255, 255, 0.15);
    border-radius: 50%;
    left: 50%;
    top: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translate(-50%, -50%);
    z-index: 10;
    cursor: pointer;
}

.About .out .right .Play img {
    height: 4rem;
    width: 3rem;
    display: block;
    object-fit: contain;
    transform: translateX(0.5rem);
}


.number-box {
    width: 100%;
    margin-top: 5rem;
    margin-bottom: 10rem;
}

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

.number-box .out .box {
    display: flex;
    align-items: flex-start;
}

.number-box .out .box .icon {
    max-height: 3rem;
    max-width: 3.5rem;
    width: auto;
    height: auto;
    display: block;
    object-fit: contain;
    margin-right: 1rem;
    transform: translateY(1rem);
}

.number-box .out .box .number {
    display: flex;
    align-items: flex-end;
}

.number-box .out .box .number b {
    font-weight: 500;
    font-size: 4.9rem;
    color: #232323;
    line-height: 1;
}

.number-box .out .box .number span {
    font-weight: 400;
    font-size: 2.4rem;
    color: #ABABAB;
    margin-left: 1rem;
    line-height: 1;
    display: block;
}

.number-box .out .box .txt p {
    font-weight: 400;
    font-size: 1.8rem;
    color: #878787;
    margin-top: 1.3rem;
}


.PRODUCTS {
    padding-top: 7rem;
    box-sizing: border-box;
    padding-bottom: 10rem;
    width: 100%;
    position: relative;
    background: #eee;
 background: url(../images/9911.jpg) no-repeat top / cover;
    /*background-size: 100% auto;*/
}


.PRODUCTS .Top-list {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.Products-title {
    display: flex;
    justify-content: space-between;
}

.Products-title .box {
    width: 27.7rem;
    margin-right: 3rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    padding-bottom: 1.7rem;
}

.Products-title .box:last-child {
    margin-right: 0px;
}

.Products-title .box .icon {
    height: 7rem;
    display: block;
    margin-bottom: 1.5rem;
    position: relative;
    z-index: 2;
}

.Products-title .box h3 {
    font-weight: 500;
    font-size: 1.8rem;
    color: #4B4B4B;
    position: relative;
    z-index: 2;
}

.Products-title .box .kuai {
    width: 100%;
    position: absolute;
    bottom: 0px;
    left: 0px;
    background: #FFF;
    height: 65%;
    z-index: 1;
}

.Products-title .box .kuai::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0px;
    width: 0%;
    height: 0.3rem;
    background: #003B90;
    z-index: 1;
    display: block;
    transition: 0.5s ease;
}

.Products-title .box.active h3 , .Products-title .box:hover h3 {
    color: #003B90;
}

.Products-title .box.active .kuai::after , .Products-title .box:hover .kuai::after {
    width: 100%;
}


.Product-pages .Products-title .box {
    width: 21.9rem ;
    margin-right: 5.3rem ;
}

.Product-pages .Products-title .box:last-child {
    margin-right: 0px ;
}

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

.Product-pages .Products_out .swiper-button-next {
    right: -4rem ;
    top: 60% ;
}

.Product-pages .Products_out .swiper-button-prev {
    left: -4rem ;
    top: 60% ;
}

.Product-pages .Products_out .swiper-button-next::after , .Product-pages .Products_out .swiper-button-prev::after {
    font-size: 2rem ;
    color: #003B90 ;
}

.Product-pages .Products_out .swiper-button-prev.swiper-button-disabled , .Product-pages .Products_out .swiper-button-next.swiper-button-disabled {
    opacity: 0.1 ;
}

.public-title h2 {
    font-weight: bold;
    font-size: 5.1rem;
    color: #003B90;
    text-transform: uppercase;
    margin-bottom: 1.3rem;
}

.public-title span {
    font-weight: 500;
    font-size: 3.2rem;
    color: #161616;
    display: flex;
    align-items: center;
}

.public-title span i {
    width: 4.2rem;
    height: 0.3rem;
    display: block;
    margin-left: 1.8rem;
    background: #003B90;
}

.PRODUCTS .out {
    margin-top: 5.8rem;
    width: 100%;
}

.PRODUCTS .out .list-box {
    width: 100%;
}

.PRODUCTS .out .item_box {
    width: 100%;
    display: flex;
    align-items: center;
    display: none;
}

.PRODUCTS .out .item_box.active {
    display: flex;
}

.PRODUCTS .out .item_box .left {
    width: 71.8rem;
    height: 49.5rem;
    overflow: hidden;
    border-radius: 2rem;
}

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

.PRODUCTS .out .item_box .left:hover img {
    transform: scale(1.1);
}

.PRODUCTS .out .item_box .right {
    width: calc(100% - 71.8rem);
    padding-left: 14.2rem;
    padding-right: 6.6rem;
    box-sizing: border-box;
}

.PRODUCTS .out .item_box .right h3 {
    font-weight: bold;
    font-size: 4rem;
    color: #003B90;
    margin-bottom: 3.8rem;
}

.PRODUCTS .out .item_box .right .txt {
    width: 100%;
}

.PRODUCTS .out .item_box .right .txt span {
    font-weight: 500;
    font-size: 1.8rem;
    color: #4B4B4B;
    display: block;
    margin-bottom: 1.3rem;
}

.PRODUCTS .out .item_box .right .txt p {
    font-weight: 400;
    font-size: 1.7rem;
    color: #4B4B4B;
    line-height: 1.7em;
    
}

.PRODUCTS .out .item_box .right .Moer {
    width: 18.4rem;
    height: 5rem;
    background: #FFFFFF;
    border-radius: 2.6rem;
    margin-top: 4rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    font-size: 1.7rem;
    color: #165091;
}

.PRODUCTS .out .item_box .right .Moer .icon {
    height: 0.9rem;
    width: 2.9rem;
    display: block;
    background: url(../images/9681.png) no-repeat center;
    background-size: contain;
    display: block;
    margin-top: 1rem;
    margin-left: 1.5rem;
}

.PRODUCTS .out .item_box .right .Moer:hover {
    background: #165091 ;
    color: #FFF ;
}

.PRODUCTS .out .item_box .right .Moer:hover .icon {
    background: url(../images/9735.png) no-repeat center;
}

.PRODUCTS .out .list-swiper {
    margin-top: 5.2rem;
    width: 100%;
    padding: 1rem 0.5rem ;
    box-sizing: border-box ;
}

.PRODUCTS .out .list-swiper .swiper-slide {
    width: 37.7rem;
    margin-right: 3.1rem;
    background: #F3F3F3;
    border-radius: 2rem 2rem;
    box-shadow: 0px 0px 0.6rem 0.1rem rgba(0, 0, 0, 0.15) ;
}

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

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

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

.PRODUCTS .out .list-swiper .swiper-slide .txt {
    width: 100%;
    background: #F3F3F3;
    border-radius: 0px 0px 2rem 2rem;
    padding: 0px 2rem;
    box-sizing: border-box;
    height: 8.6rem;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.PRODUCTS .out .list-swiper .swiper-slide .txt h3 {
    font-weight: 500;
    font-size: 2rem;
    color: #262626;
}

.PRODUCTS .out .list-swiper .swiper-slide.active .txt h3 {
    color: #003B90;
}

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

.PRODUCTS .out .out_list {
    display: none;
}

.PRODUCTS .out .out_list.active {
    display: block;
}

.Product-Application {
    width: 100%;
    background: url(../images/10112.jpg) no-repeat top;
    background-size: 100% auto;
    padding-top: 8rem;
    margin-top: 10rem;
    margin-bottom: 10rem;
}

.Product-Application .title {
    width: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}

.Product-Application .title .tit h2 {
    font-weight: bold;
    font-size: 4rem;
    color: #FFFFFF;
    margin-bottom: 1.5rem;
}

.Product-Application .title .tit span {
    font-weight: 400;
    font-size: 1.9rem;
    color: #FFFFFF;
    line-height: 1.7em;
}

.Product-Application .title .Moer {
    font-weight: 400;
    font-size: 1.7rem;
    color: #FFFFFF;
}

.Product-Application .out {
    margin-top: 6rem;
    width: 100%;
    display: flex;
    justify-content: right;
}

.Product-Application .out .box {
    width: 19.3rem ;
    height: 60.8rem;
    position: relative;
    transition: 0.5s ease;
    overflow: hidden;
}

.Product-Application .out .box.active {
    width: 40.7rem;
    flex: none ;
}

.Product-Application .out .box .text {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 40.7rem;
    height: 100%;
    background: rgba(0, 0, 0, 0.59);
    padding: 5rem 4rem;
    box-sizing: border-box;
    transform: translateY(100%);
    transition: 0.5s ease;
}

.Product-Application .out .box.active .text {
    transform: translateY(0px);
}

.Product-Application .out .box .text h3 {
    font-weight: 500;
    font-size: 2.9rem;
    color: #FFFFFF;
    margin-bottom: 1rem;
}

.Product-Application .out .box .text span {
    font-weight: 400;
    font-size: 2.2rem;
    color: #CBCBCB;
    text-transform: capitalize;
    margin-bottom: 3rem;
    display: block;
}

.Product-Application .out .box .text p {
    font-weight: 400;
    font-size: 1.4rem;
    line-height: 1.7em;
    color: #DFDFDF;
    text-indent: 2em;
}


.Product-Application .out .box .text .Moer {
    margin-top: 9rem;
    width: 16.4rem;
    height: 4.1rem;
    border-radius: 2.6rem;
    border: 0.1rem solid #CECECE;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 400;
    font-size: 1.7rem;
    color: #D1D1D1;
}

.Product-Application .out .box .text .Moer .icon {
    width: 2.9rem;
    height: 0.8rem;
    background: url(../images/9735.png) no-repeat center;
    background-size: contain;
    transform: translateY(0.5rem);
    margin-left: 1.6rem;
}

.Product-Application .out .box .tit {
    width: 100%;
    position: absolute;
    bottom: 9.8rem;
    text-align: center;
}

.Product-Application .out .box .tit h3 {
    font-weight: 400;
    font-size: 2.2rem;
    color: #FFFFFF;
    margin-bottom: 1rem;
}

.Product-Application .out .box .tit span {
    font-weight: 400;
    font-size: 1.8rem;
    color: #FFFFFF;
}

.Product-Application .out .box.active .tit {
    opacity: 0;
    transform: translateY(0px);
    transition: 0.5s ease;
}

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


.Customer-Case .Solutions-swiper {
    width: 100%;
    box-sizing: border-box;
    margin-top: 7rem;
    padding-left: 13.1rem;
    box-sizing: border-box;
}

.Customer-Case .Solutions-swiper .swiper-slide {
    width: 110.8rem;
    height: 62.4rem;
    margin-right: 13.1rem;

}

.Customer-Case .Solutions-swiper .swiper-slide:last-child {
    margin-right: 0px;
}


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

.Customer-Case .swiper-button-next,
.Customer-Case .swiper-button-prev {
    width: 7.5rem;
    height: 7.5rem;
    border-radius: 50%;
    background: rgba(22, 80, 145, 0.17);
    display: flex;
    align-items: center;
    justify-content: center;
}

.Customer-Case .swiper-button-next::after,
.Customer-Case .swiper-button-prev::after {
    font-size: 2.6rem;
    color: #165091;
    font-weight: bold;
}

.Customer-Case .swiper-button-prev {
    left: 23rem;

}

.Customer-Case .swiper-button-next {
    right: 23rem;
}

.Customer-Case .swiper-button-next:hover,
.Customer-Case .swiper-button-prev:hover {
    background: rgba(22, 80, 145, 1);
}

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

.Customer-Case .out {
    position: relative;
    width: 100%;
}

.Customer-Case .text-swiper {
    position: absolute;
    left: 45%;
    z-index: 10;
    top: 50%;
    transform: translate(-0%, -50%);
    width: 52rem;
    background: #FFFFFF;
    border-radius: 1.2rem;
}

.Customer-Case .text-swiper .swiper-slide {
    padding: 6rem 6rem 4.8rem 4.8rem;
    box-sizing: border-box;
}

.Customer-Case .text-swiper .swiper-slide h3 {
    font-weight: bold;
    font-size: 2.3rem;
    color: #262626;
    margin-bottom: 2rem;
}

.Customer-Case .text-swiper .swiper-slide p {
    font-weight: 400;
    font-size: 1.8rem;
    color: #7E7E7E;
    line-height: 1.9em;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    /* 显示2行 */
    overflow: hidden;
    text-overflow: ellipsis;
}

.Customer-Case .text-swiper .swiper-slide .Moer {
    margin-top: 6rem;
    width: 16.4rem;
    height: 4.1rem;
    border-radius: 2.6rem;
    border: 0.1rem solid #165091;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 400;
    font-size: 1.7rem;
    color: #165091;
}

.Customer-Case .text-swiper .swiper-slide .Moer .icon {
    width: 2.9rem;
    height: 0.8rem;
    background: url(../images/9705.png) no-repeat center;
    background-size: contain;
    transform: translateY(0.5rem);
    margin-left: 1.6rem;
}

.News-information {
    margin: 10rem 0px;
    width: 100%;
}

.News-information .Top-title {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.News-information .but-list {
    display: flex;
    justify-content: right;
    align-items: center;
}

.News-information .but-list a {
    width: 15.5rem;
    height: 3.9rem;
    background: #FFFFFF;
    box-shadow: 0px 0px 0.6rem 0.1rem rgba(0, 0, 0, 0.1);
    border-radius: 2rem;
    border: 0.1rem solid #EFEFEF;
    margin-right: 3.3rem;
    font-weight: 400;
    font-size: 1.7rem;
    color: #4E4E4E;
    text-align: center;
    line-height: 3.9rem;
}

.News-information .but-list a:last-child {
    margin-right: 0px;
}

.News-information .but-list a.active {
    background: #003B90;
    color: #FFFFFF;
    border: 0.1rem solid #003B90;
}

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

.News-information .out .box {
    width: 100%;
    display: flex;
    justify-content: space-between;
    display: none;
}

.News-information .out .box.active {
    display: flex
}

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

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

.News-information .out .box .left .swiper-slide .img {
    width: 100%;
    height: 44.9rem;
    overflow: hidden;
    border-radius: 2rem;
    position: relative;
}

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

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

.News-information .out .box .left .swiper-slide .text {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    padding: 1.9rem 5rem 2rem 5rem;
    box-sizing: border-box;
    background: #00000070;
}

.News-information .out .box .left .swiper-slide .text span {
    font-weight: 400;
    font-size: 1.8rem;
    color: #F1F1F1;
    line-height: 1;
    margin-bottom: 1rem;
    display: block;
}

.News-information .out .box .left .swiper-slide .text h3 {
    font-weight: bold;
    font-size: 1.8rem;
    color: #FFFFFF;
    line-height: 1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}


.News-information .out .box .left .swiper-slide .title {
    width: 100%;
    margin-top: 3rem;
}

.News-information .out .box .left .swiper-slide .title h3 {
    font-weight: bold;
    font-size: 2rem;
    color: #333333;
    margin-bottom: 1rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.News-information .out .box .left .swiper-slide .title h3:hover {
    color: #003B90 ;
}

.News-information .out .box .left .swiper-slide .title p {
    font-weight: 400;
    font-size: 1.6rem;
    color: #444444;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

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

.News-information .out .box .right .item {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 2.8rem;
    padding-bottom: 2.8rem;
    border-bottom: 0.1rem dashed #E1E1E1;
}

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

.News-information .out .box .right .item .img {
    width: 26.5rem;
    height: 15.2rem;
    overflow: hidden;
    border-radius: 2rem;
}

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

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

.News-information .out .box .right .item .text {
    width: calc(100% - 26.5rem - 3.3rem);
}

.News-information .out .box .right .item .text h3 {
    font-weight: bold;
    font-size: 2rem;
    color: #333333;
    margin-bottom: 1rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.News-information .out .box .right .item:hover .text h3 {
    color: #003B90 ;
}

.News-information .out .box .right .item .text p {
    font-weight: 400;
    font-size: 1.6rem;
    color: #444444;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

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

.News-information .out .box .right .item .text .but-box span {
    font-weight: 400;
    font-size: 1.4rem;
    color: #777777;
    display: flex;
    align-items: center;
}

.News-information .out .box .right .item .text .but-box .icon {
    width: 1.03rem;
    height: 1.03rem;
    display: block;
    background: url(../images/9677.png) no-repeat center;
    background-size: contain;
    margin-left: 1.5rem;
}


#footer {
    width: 100%;
    background: #2b67b3 ;
    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 #ffffff38;
    box-sizing: border-box;
}

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

#footer .Top-logo .out .logo img {
    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; */
    color: #FFF ;
}

#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;
        margin-bottom: 6rem;
}

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

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

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

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

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

#footer .footer-information .out .left li span,
#footer .footer-information .out .left li a {
    font-weight: 400;
    font-size: 1.8rem;
    /* color: #DCDCDC; */
    color: #FFF ;
}

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

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

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

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

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

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

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

#footer .Friendship-Link .out h3 {
    font-weight: 400;
    font-size: 1.6rem;
    /* color: #DCDCDC; */
    color: #FFF ;
}

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

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

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

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

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

.banned .text {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}

.banned .text .container {
    display: flex;
    align-items: center;
    padding-top: 9rem;
    box-sizing: border-box;
}

.banned .text h3 {
    font-weight: 500;
    font-size: 4.4rem;
    color: #FFFFFF;
    line-height: 6.2rem;
    text-shadow: 0px 0.3rem 0.6rem rgba(0, 0, 0, 0.36);
}

.Product-pages {
    background: #ECEEF0;
    padding: 9rem 0px 7rem 0px;
    width: 100%;
}

.Product-pages .Products-title {
    margin-top: 3rem;
}


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

.Product-pages .out .box {
    width: 32%;
    background: #F3F3F3;
    box-shadow: 0px 0px 0.6rem 0.1rem rgba(0, 0, 0, 0.16);
    border-radius: 1.2rem;
    overflow: hidden;
}

.Product-pages .out .box .img {
    width: 100%;
    height: 35.3rem;
    overflow: hidden;
    border-radius: 1.2rem;
    /*border: 0.3rem solid #165091;*/
    /*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:hover .img img {
    transform: scale(1.1);
}

.Product-pages .out .box .text {
    width: 100%;
    height: 8.8rem;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.Product-pages .out .box .text h3 {
    font-weight: 500;
    font-size: 2.2rem;
    color: #262626;
}

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

.ProductApplication_pages {
    width: 100%;
    padding: 9rem 0px 7rem 0px;
    background: #ECEEF0;
}

.ProductApplication_pages .out {
    width: 100%;
    margin-top: 6rem;
}

.ProductApplication_pages .out .box {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    background: #FFF;
    border-radius: 2rem;
    overflow: hidden;
    margin-bottom: 5rem;
}

.ProductApplication_pages .out .box:last-child {
    margin-bottom: 0px;
}

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

.ProductApplication_pages .out .box .left {
    width: 74rem;
    height: 46.6rem;
    overflow: hidden;
    border-radius: 2rem;
}

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

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

.ProductApplication_pages .out .box .right {
    width: calc(100% - 74rem);
    padding: 0px 9rem;
    box-sizing: border-box;
}

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

.ProductApplication_pages .out .box:hover .right h3 {
    color: #003B90 ;
}

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

.ProductApplication_pages .out .box .right p {
    font-weight: 400;
    font-size: 1.6rem;
    color: #535353;
    line-height: 1.7em;
    display: -webkit-box;
    /* 必须设置为弹性盒模型 */
    -webkit-box-orient: vertical;
    /* 垂直排列子元素 */
    -webkit-line-clamp: 5;
    /* 限制显示的最大行数 */
    overflow: hidden;
    /* 隐藏超出部分 */
    text-indent: 2em;
}

.ProductApplication_pages .out .box .right .Moer {
    width: 17.1rem;
    height: 5.4rem;
    background: #003B90;
    border-radius: 2.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    font-size: 1.4rem;
    color: #FFFFFF;
    margin-top: 4rem;
}

.ProductApplication_pages .out .box .right .Moer .icon {
    width: 1.4rem;
    height: 1.4rem;
    background: url(../images/9977.png) no-repeat center;
    background-size: contain;
    margin-left: 1.5rem;
}

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

.NewsCenter_pages .out {
    width: 100%;
    margin-top: 6rem;
}

.NewsCenter_pages .out .box {
    width: 100%;
    padding-bottom: 5rem;
    margin-bottom: 5rem;
    border-bottom: 0.1rem solid #DDDDDD;
    box-sizing: border-box;
}

.NewsCenter_pages .box a {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.NewsCenter_pages .box .text {
    width: calc(100% - 53rem);
    padding-right: 10rem;
    box-sizing: border-box;
}

.NewsCenter_pages .box .text h3 {
    font-weight: 500;
    font-size: 2.4rem;
    color: #333333;
    margin-bottom: 2rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.NewsCenter_pages .box:hover .text h3 {
    color: #003B90 ;
}

.NewsCenter_pages .box .text p {
    font-weight: 400;
    font-size: 1.8rem;
    color: #666666;
    line-height: 1.7em;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-indent: 2em;
}

.NewsCenter_pages .box .text .date {
    margin-top: 3rem;
    font-weight: 400;
    font-size: 1.6rem;
    color: #979797;
    display: block;
    line-height: 1;
}

.NewsCenter_pages .box .but_read {
    width: 15.3rem;
    height: 3.9rem;
    border-radius: 2.3rem;
    border: 0.1rem solid #003B90;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 400;
    font-size: 1.4rem;
    color: #003B90;
    margin-left: auto;
}

.NewsCenter_pages .box .but_read .icon {
    width: 1.4rem;
    height: 1.4rem;
    display: block;
    background: url(../images/9611.png) no-repeat center;
    background-size: contain;
    margin-left: 1.5rem;
}

.NewsCenter_pages .box .but_read:hover {
    background: #003B90 ;
    color: #FFF;
}

.NewsCenter_pages .box .but_read:hover .icon {
    background: url(../images/9977.png) no-repeat center ;
}

.NewsCenter_pages .box .img {
    width: 53rem;
    height: 30.9rem;
    overflow: hidden;
    border-radius: 2rem;
}

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

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

.CustomerCases-pages {
    width: 100%;
    padding: 9rem 0px 7rem 0px;
    box-sizing: border-box;
}

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

.CustomerCases-pages .out .box {
    width: 32%;
    position: relative;
    height: 34.4rem;
    overflow: hidden;
    border-radius: 2rem;
    box-shadow: 0px 0px 0.6rem 0.1rem rgba(0, 0, 0, 0.1);
}

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

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

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

.CustomerCases-pages .out .box .text {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    padding: 0px 3rem;
    box-sizing: border-box;
    height: 6.2rem;
    text-align: center;
    line-height: 6.2rem;
    background: rgba(0, 0, 0, 0.15);
}

.CustomerCases-pages .out .box:hover .text {
    background: #ffffff83 ;
    backdrop-filter: blur(1rem);
}

.CustomerCases-pages .out .box .text h3 {
    font-weight: 400;
    font-size: 2.4rem;
    color: #FFFFFF;
}

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

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

.public-title2 h2 {
    font-weight: bold;
    font-size: 5.1rem;
    color: #003B90;
    margin-bottom: 1rem;
    text-transform: uppercase;
}

.public-title2 span {
    font-weight: 500;
    font-size: 3.2rem;
    color: #161616;
}

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

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

.ServiceSupport .out .box {
    width: 35.9rem;
    background: #F2F2F2;
    border-radius: 1.6rem;
    padding: 5.8rem 3.3rem;
    box-sizing: border-box;
}

.ServiceSupport .out .box .img {
    width: 6.6rem;
    height: 6.6rem;
    display: block;
    margin: 0 auto;
    margin-bottom: 2rem;
}

.ServiceSupport .out .box h3 {
    font-weight: 500;
    font-size: 2.2rem;
    color: #111111;
    text-align: center;
    margin-bottom: 2rem;
}

.ServiceSupport .out .box p {
    font-weight: 400;
    font-size: 1.8rem;
    color: #666666;
    line-height: 1.7em;
    text-align: center;
    display: -webkit-box;
    /* 必须设置为弹性盒模型 */
    -webkit-box-orient: vertical;
    /* 垂直排列子元素 */
    -webkit-line-clamp: 4;
    /* 限制显示的最大行数 */
    overflow: hidden;
    /* 隐藏超出部分 */
}

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

.ServiceSupport2 .out {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-top: 6rem;
}

.ServiceSupport2 .out .left {
    width: 75.1rem;
    height: 43.4rem;
    overflow: hidden;
}

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

.ServiceSupport2 .out .right {
    width: calc(100% - 75.1rem - 9rem);
}

.ServiceSupport2 .out .right h3 {
    font-weight: bold;
    font-size: 4rem;
    color: #003B90;
    margin-bottom: 3rem;
}

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

.Contact_pages {
    width: 100%;
    padding: 8rem 0px;
    background: #F1F3F6;
}

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

.Contact_pages .out .left {
    width: 61.2rem;
}

.Contact_pages .out .left h3 {
    /*font-family: 'Aa', sans-serif;*/
    font-weight: 500;
    font-size: 4.6rem ;
    letter-spacing: 0.2rem ;
    color: #333333;
    margin: 3rem 0px;
}

.Contact_pages .out .left h3 b{
    font-weight: inherit ;
    font-size: 4.6rem  ;
    color: inherit ;
}

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

.Contact_pages .out .left .list {
    margin-top: 3rem;
    width: 100%;
}

.Contact_pages .out .left .list .item {
    width: 100%;
    display: flex;
    align-items: center;
    margin-bottom: 1.6rem;
}

.Contact_pages .out .left .list .item .icon {
    height: 2.2rem;
    width: 2.4rem;
    object-fit: contain;
    display: block;
    margin-right: 1.5rem;
}

.Contact_pages .out .left .list .item h4 {
    font-weight: 400;
    font-size: 1.6rem;
    color: #999999;
    margin-bottom: 0.7rem;
}

.Contact_pages .out .left .list .item span {
    font-weight: 500;
    font-size: 1.7rem;
    color: #333333;
}

.Contact_pages .out .left .list .erweima {
    width: 100%;
    display: flex;
    align-items: center;
}

.Contact_pages .out .left .list .erweima .img {
    width: 14.5rem;
    height: 14.5rem;
    background: #FFFFFF;
    border-radius: 1.3rem;
    padding: 1rem;
    box-sizing: border-box;
}

.Contact_pages .out .left .list .erweima .img img {
    width: 100%;
    height: 100%;
    display: block;
}

.Contact_pages .out .left .list .erweima .txt {
    margin-left: 1.5rem;
}

.Contact_pages .out .left .list .erweima h4 {
    font-weight: 500;
    font-size: 1.9rem;
    color: #333333;
    margin-bottom: 1rem;
}

.Contact_pages .out .left .list .erweima span {
    font-weight: 400;
    font-size: 1.6rem;
    color: #656565;
}

.Contact_pages .out .right {
    width: 86rem;
    padding-top: 9rem;
    box-sizing: border-box;

}

.Contact_pages .out .right .box {
    background: #FFF;
    border-top: 0.5rem solid #003B90;
    box-sizing: border-box;
    width: 100%;
    padding: 4rem 4.2rem;
    box-sizing: border-box;
    box-shadow: 0px 0.3rem 1.2rem 0.1rem rgba(0,0,0,0.16);
    border-radius: 0px 0px 1.5rem 1.5rem;
}

.Contact_pages .out .right .box h2 {
    text-align: center;
    font-weight: bold;
    font-size: 3.5rem;
    color: #333333;
    margin-bottom: 1.6rem;
}

.Contact_pages .out .right .box p {
    text-align: center;
    font-weight: 400;
    font-size: 1.7rem;
    color: #666666;
}


.Contact_pages .out .right form {
    margin-top: 4rem;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 2.3rem 0px;
}

.Contact_pages .out .right form input {
    width: 48%;
    height: 4.9rem;
    border-radius: 0px 0px 0px 0px;
    border: 0.1rem solid #E6E6E6;
    padding: 1.3rem;
    box-sizing: border-box;
    font-weight: 400;
    font-size: 1.6rem;
    color: #8E8E8E;
}


.Contact_pages .out .right form textarea {
    width: 100%;
    border: 0.1rem solid #E6E6E6;
    padding: 1.3rem;
    box-sizing: border-box;
    font-weight: 500;
    font-size: 1.6rem;
    color: #8E8E8E;
    height: 17.5rem;
    font-family: "Microsoft Yahei", "Hiragino Sans GB", "Helvetica Neue", Helvetica, tahoma, arial, Verdana, sans-serif, "WenQuanYi Micro Hei", 宋体;
}

.Contact_pages .out .right form textarea::placeholder,
.Contact_pages .out .right form input::placeholder {
    font-weight: 400;
    font-size: 1.6rem;
    color: #8E8E8E;
}


.Contact_pages .out .right form button {
    width: 22.1rem;
    height: 4.6rem;
    background: #003B90;
    border-radius: 2.3rem;
    text-align: center;
    line-height: 4.6rem;
    font-weight: 400;
    font-size: 1.6rem;
    color: #FFFFFF;
    margin: 0 auto;
    margin-top: 4rem;
    cursor: pointer;
}

.Contact_pages .map {
    width: 100%;
    margin-top: 7rem;
    border: 0.1rem solid #E6E6E6;
    box-shadow: 0px 0.3rem 1.2rem 0.1rem rgba(0,0,0,0.09);
}

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

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

.Corporate-culture .out {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-top: 10rem;
}

.Corporate-culture .out .right {
    width: 125.7rem;
    height: 66.5rem;
    position: relative;
}

.Corporate-culture .out .right::after {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 15rem;
    height: 13.2rem;
    background: #003B90;
    border-radius: 1.6rem;
    transform: translate(50%, -50%);
    content: '';
    z-index: 1;
}

.Corporate-culture .out .right .box {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    overflow: hidden;
    border-radius: 2rem;
    z-index: 2;
    display: none;
}

.Corporate-culture .out .right .box.active {
    display: block;
}

.Corporate-culture .out .right .box .img {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

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

.Corporate-culture .out .right .box .text {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    padding: 10rem 11rem 6rem 28rem;
    box-sizing: border-box;
    background: rgba(0,0,0,0.5); 
    /* backdrop-filter: blur(0.5rem); */
}

.Corporate-culture .out .right .box .text h3 {
    font-weight: 500;
    font-size: 2.4rem;
    color: #FFFFFF;
    margin-bottom: 2rem;
}

.Corporate-culture .out .right .box .text i {
    width: 100%;
    height: 0.1rem;
    background: #FFFFFF;
    display: block;
    margin-bottom: 2rem;
    position: relative;
}

.Corporate-culture .out .right .box .text i::after {
    width: 13.7rem;
    height: 0.2rem;
    background: #003B90;
    position: absolute;
    left: 0px;
    top: 0px;
    transform: translateY(-0.1rem);
    content: '';
}

.Corporate-culture .out .right .box .text p {
    font-weight: 400;
    font-size: 1.8rem;
    color: #F2F2F2;
    line-height: 1.7em;
}

.Corporate-culture .out .left {}

.Corporate-culture .out .left .box {
    display: flex;
    align-items: center;
    justify-content: right;
    margin-bottom: 4rem;
    cursor: pointer;
}

.Corporate-culture .out .left .box :last-child {
    margin-bottom: 0px;
}

.Corporate-culture .out .left .box i {
    width: 11.5rem;
    height: 0.2rem;
    background: #003B90;
    display: block;
    margin-left: 2.4rem;
    opacity: 0;
}

.Corporate-culture .out .left .box h3 {
    font-weight: 400;
    font-size: 1.9rem;
    color: #666666;
    margin-left: 2rem;
}

.Corporate-culture .out .left .box b {
    font-weight: 500;
    font-size: 3.5rem;
    color: #CCCCCC;
}

.Corporate-culture .out .left .box.active i {
    opacity: 1;
}

.Corporate-culture .out .left .box.active h3 {
    color: #003B90;
    font-weight: bold;
}

.Corporate-culture .out .left .box.active b {
    color: #003B90;
}

.Development-history {
    width: 100%;
    padding: 8rem 0px;
    background: url(../images/10117.jpg) no-repeat center;
    background-size: cover;
}

.Development-history .title {
    text-align: center;
}

.Development-history .title h2 {
    font-weight: bold;
    font-size: 5rem;
    color: #FFFFFF;
    text-transform: uppercase;
    margin-bottom: 1rem;
}

.Development-history .title span {
    font-weight: 500;
    font-size: 3.2rem;
    color: #FFFFFF;
}

.Development-history .out {
    width: 100%;
    margin-top: 13rem;
    position: relative;
}

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

.Development-history .Development-history-swiper {
    width: 100%;
    position: relative;
    z-index: 2;
}

.Development-history .Development-history-swiper .swiper-slide {
    width: 25%;
    padding-right: 9rem;
    box-sizing: border-box;
}

.Development-history .Development-history-swiper .swiper-slide i {
    width: 3.4rem;
    height: 3.4rem;
    border: 0.1rem solid #FFFFFF;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin-bottom: 7rem;
}

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

.Development-history .Development-history-swiper .swiper-slide h3 {
    font-weight: 500;
    font-size: 2.2rem;
    color: #FFFFFF;
    margin-bottom: 4rem;
}

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


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

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

.Product-Details {
    width: 100%;
    background: #FFF;
}

.Product-Details .container {
    max-width: 140rem;
}

.Product-Details .Top_Drtails {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin: 6.3rem 0px 4.3rem 0px;
}

.Product-Details .Top_Drtails .left {
    width: 65.8rem;
}

.Product-Details .Top_Drtails .left .Drtails-swiper {
    width: 100%;
    height: 45.4rem;
    border-radius: 2rem;
    overflow: hidden;
    background: #eee ;
}

.Product-Details .Top_Drtails .left .Drtails-swiper .swiper-slide {
    width: 100%;
    height: 100%;
}

.Product-Details .Top_Drtails .left .Drtails-swiper .swiper-slide img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: contain ;
}

.Product-Details .Top_Drtails .left .Drtails-swiper2 {
    width: 100%;
    margin-top: 2rem;
}

.Product-Details .Top_Drtails .left .Drtails-swiper2 .swiper-slide {
    width: 12.7rem;
    height: 7.5rem;
    border-radius: 1rem;
    overflow: hidden;
    margin-right: 1.5rem;
    cursor: pointer;
}

.Product-Details .Top_Drtails .left .Drtails-swiper2 .swiper-slide:last-child {
    margin-right: 0px;
}

.Product-Details .Top_Drtails .left .Drtails-swiper2 .swiper-slide img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.Product-Details .Top_Drtails .right {
    width: calc(100% - 65.8rem);
    padding-left: 8rem;
    box-sizing: border-box;
    /* padding-top: 4.5rem; */
    box-sizing: border-box;
}

.Product-Details .Top_Drtails .right h2 {
    font-weight: bold;
    font-size: 3.4rem;
    color: #333333;
    margin-bottom: 2rem;
}

.Product-Details .Top_Drtails .right i {
    width: 100%;
    height: 0.1rem;
    background: #E2E2E2;
    display: block;
    position: relative;
    margin-bottom: 2rem;
}

.Product-Details .Top_Drtails .right i::after {
    width: 20.9rem;
    height: 0.1rem;
    background: #003B90;
    display: block;
    position: absolute;
    content: '';
    left: 0px;
    top: 0.05rem;
}

.Product-Details .Top_Drtails .right h3 {
    font-weight: bold;
    font-size: 2rem;
    color: #2E2E2E;
    margin-bottom: 1rem;
}

.Product-Details .Top_Drtails .right ul {
    width: 100%;
    list-style: disc;
    padding-left: 2rem;
    box-sizing: border-box;
}

.Product-Details .Top_Drtails .right ul li {
    width: 100%;
    font-weight: 400;
    font-size: 1.7rem;
    color: #2E2E2E;
    margin-top: 1.5rem;
/*    white-space: nowrap; */
/*overflow: hidden; */
/*text-overflow: ellipsis; */
}

.Product-Details .Top_Drtails .right ul li:last-child {
    margin-bottom: 0px;
}

.Product-Details .Top_Drtails .right ul li::marker {
    width: 0.5rem;
    height: 0.5rem;
    background: #003B90;
}

.Product-Details .Top_Drtails .right .but_list {
    margin-top: 6rem;
    width: 100%;
    display: flex;
    align-items: center;
}

.Product-Details .Top_Drtails .right .but_list a {
    width: 20.9rem;
    height: 4.9rem;
    background: #003B90;
    border-radius: 2.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 400;
    font-size: 1.6rem;
    color: #FFFFFF;
}

.Product-Details .Top_Drtails .right .but_list a img {
    width: 2.5rem;
    height: 2.5rem;
    margin-right: 1.5rem;
}


.Product-Details .Top_Drtails .right .but_list a:nth-child(2) {
    margin-left: 5rem;
    background: #FFF;
    color: #2D2D2D;
    border: 0.1rem solid #D2D2D2;
}

.Product-Details .nav_line {
    width: 100%;
    height: 7.5rem;
    background: #F6F6F6;
    display: flex;
    align-items: center;
    position: sticky;
    top: 10rem;
}

.Product-Details .nav_line a {
    height: 100%;
    display: block;
    text-align: center;
    line-height: 7.5rem;
    padding: 0px 4.9rem;
    box-sizing: border-box;
    font-weight: 400;
    font-size: 1.7rem;
    color: #2E2E2E;
    position: relative;
    width: auto;
    margin-right: 5rem;
}

.Product-Details .nav_line a::after {
    width: 0%;
    bottom: 0px;
    height: 0.2rem;
    background: #003B90;
    left: 0px;
    content: '';
    position: absolute;
    transition: 0.5s ease;
}

.Product-Details .nav_line a.active::after {
    width: 100%;
}

.Product-Details .nav_line a.active {
    color: #003B90;
}

.Product-Details .Details-content {
    width: 100%;
    margin: 6rem 0px 7rem 0px;
}

.Product-Details .Details-content .Details-ttile {
    width: 100%;
    border-bottom: 0.1rem solid #E5E5E5;
}

.Product-Details .Details-content .Details-ttile h3 {
    width: 20.3rem;
    height: 5.3rem;
    background: #003B90;
    border-radius: 1rem 1rem 0px 0px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    font-size: 2rem;
    color: #FFFFFF;
}

.Product-Details .Details-content .content {
    padding-top: 5rem;
    width: 100%;
}

.Product-Details .Details-content .content p {
    font-weight: 400;
    font-size: 1.8rem;
    color: #4E4E4E;
    line-height: 1.8em;
}


.Product-Details .Details-content .content img {
    width: auto;
    height: auto;
    max-width: 100%;
    margin: 0 auto;
    display: block;
}

.Product-Details .Details-content .Related-swiper {
    width: 100%;
    margin-top: 5rem;
    padding: 1rem;
    box-sizing: border-box;
}

.Product-Details .Details-content .Related-swiper .swiper-slide {
    width: 32%;
    background: #F3F3F3;
    box-shadow: 0px 0px 0.6rem 0.1rem rgba(0, 0, 0, 0.16);
    border-radius: 1.5rem;
    overflow: hidden;
    margin-right: 2%;
}

.Product-Details .Details-content .Related-swiper .swiper-slide:last-child {
    margin-right: 0px;
}

.Product-Details .Details-content .Related-swiper .swiper-slide .img {
    width: 100%;
    height: 28rem;
    overflow: hidden;
    border-radius: 1.5rem;
}

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

.Product-Details .Details-content .Related-swiper .swiper-slide .text {
    width: 100%;
    height: 7.7rem;
    padding: 0px 2rem;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.Product-Details .Details-content .Related-swiper .swiper-slide .text h3 {
    font-weight: 500;
    font-size: 2.2rem;
    color: #262626;
}

.Product-Details .Top_Drtails .left .swiper-pagination-bullet {
    width: 0.6rem;
    height: 0.6rem;
    background: #FFF;
    border-radius: 50%;
    opacity: 0.8;
}

.Product-Details .Top_Drtails .left .swiper-pagination-bullet-active {
    background: #003B90;
}

/* 在线联系 */
.Feedback {
    width: 100%;
    background: #F7F7F7;
    padding-top: 7rem;
    padding-bottom: 9.7rem;
    box-sizing: border-box;
}

.Feedback .out {
    width: 100%;
}

.Feedback .out .title {
    margin-bottom: 5rem;
}

.Feedback .out .title h2 {
    font-weight: 500;
    font-size: 3.6rem;
    color: #003B90;
}

.Feedback .out .title h2 span {
    font-weight: 400;
    font-size: 1.7rem;
    color: #666666;
}

.Feedback .out form {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.Feedback .out input {
    width: 48%;
    height: 4.6rem;
    background: #FFF;
    border-radius: 0.4rem;
    border: 0.1rem solid #F2F2F2;
    font-weight: 400;
    font-size: 1.4rem;
    color: #666666;
    padding: 0px 1.2rem;
    box-sizing: border-box;
    margin-bottom: 4rem;
}

.Feedback .out textarea {
    width: 100%;
    height: 18.4rem;
    border: 0.01rem solid #F2F2F2;
    font-weight: 400;
    font-size: 1.4rem;
    color: #666666;
    padding: 1.8rem 2.1rem 1.8rem 2.1rem;
    box-sizing: border-box;
    background: #FFF;
    font-family: "Microsoft Yahei", "Hiragino Sans GB", "Helvetica Neue", Helvetica, tahoma, arial, Verdana, sans-serif, "WenQuanYi Micro Hei", 宋体;
}

.Feedback .out .button {
    width: 100%;
}

.Feedback .out button {
    width: 42.1rem;
    height: 6rem;
    background: #003B90;
    /* border-radius: 0.33rem; */
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 400;
    font-size: 1.6rem;
    color: #FFFFFF;
    cursor: pointer;
    border: none;
    margin: 0 auto;
    margin-top: 9.5rem;
    border-radius: 3rem;
}

.CAPTCHA {
    width: 100%;
    display: flex;
    align-items: center;
    margin-top: 0rem;
}

.CAPTCHA input {
    margin-bottom: 0px !important;
    margin-right: 1rem !important;
}

.CAPTCHA img {
    width: 12rem;
    height: 4.8rem;
    display: block;
}


.News-Dilute {
    width: 100%;
    padding: 7rem 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: 2rem;
    border-bottom: 0.1rem solid #2020203b;
}

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

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

.News-Dilute .title .line {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 3rem ;
}

.News-Dilute .title .line span {
    font-size: 1.4rem ;
    color: #666666 ;
    margin: 0px 0.5rem ;
}

.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.6rem;
    font-weight: 400;
    margin: 0px 0.5rem;
}

.News-Dilute .text h5{
    font-size: 2rem ;
    color: #3E3E3E;
}

.News-Dilute .text p strong {
    font-size: inherit ;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.PRODUCTS .out .swiper-button-prev,
.PRODUCTS .out .swiper-button-next ,
.Development-history .out .swiper-button-prev ,
.Development-history .out .swiper-button-next 
{
    width: 5.6rem;
    height: 5.6rem;
    background: #fff;
    opacity: 0.7;
    border-radius: 50%;
}

.PRODUCTS .out .swiper-button-next.swiper-button-disabled , 
.PRODUCTS .out .swiper-button-prev.swiper-button-disabled ,
.Development-history .out .swiper-button-next.swiper-button-disabled ,
.Development-history .out .swiper-button-prev.swiper-button-disabled 
{
    opacity: 0.1;
}

.PRODUCTS .out .swiper-button-prev::after,
.PRODUCTS .out .swiper-button-next::after ,
.Development-history .out .swiper-button-prev::after ,
.Development-history .out .swiper-button-next::after 
{
    font-size: 1.8rem;
    color: #003B90 ;
}

.Development-history .out {
    position: relative;
}

.Development-history .out .swiper-button-prev {
    left: 4rem ;
}

.Development-history .out .swiper-button-next {
    right: 4rem ;
}


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

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

.pagination>li {
    display: inline;
}

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

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

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

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

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

.video-popup,
.img-popup {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 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: 90%;
    display: block;
    object-fit: contain;
    margin: 0 auto;
}

.img-popup .out b {
    text-align: center;
    display: block;
    margin-top: 1rem;
    color: #333;
    font-size: 2rem;
}



@media (max-width:1565px) {
    .container {
        /* padding: 0px 3% ; */
        box-sizing: border-box ;
    }

    .banner_swiper .swiper-slide .text h2 {
        font-size: 5.2rem ;
        /* margin-bottom: 3rem ; */
    }

    .banner_swiper .swiper-slide .text p {
        /* font-size: 2.6rem ; */
    }

    .banner_swiper .swiper-pagination {
        bottom: 3rem ;
        left: 3rem ;
    }

    .banner_swiper .mouse-icon {
        display: none ;
    }

    .Customer-Case .Solutions-swiper .swiper-slide {
      
    }

    .Customer-Case .swiper-button-next {
        right: 10rem ;
    }

    .Customer-Case .swiper-button-prev {
        left: 10rem ;
    }

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

    .Products-title .box {
        width: 24rem ;
    }

    .Corporate-culture .out .left {
        width: 22%  ;
    }

    .Corporate-culture .out .right {
        width: 88% ;
    }

    .Corporate-culture .out .right {
        width: 75% ;
    }

    .Corporate-culture .out .right .box .text {
        padding: 6rem ;
    }

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

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

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

    .Corporate-culture {
        overflow: hidden;
    }

    .Contact_pages .out .left {
        width: 50% ;
    }

    .Contact_pages .out .right {
        width: 40% ;
    }

    .Product-pages .Products_out .swiper-button-next {
        right: 0px ;
    }

    .Product-pages .Products_out .swiper-button-prev {
        left: 0px ;
    }

}


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

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

    .nav .out .logo {
        max-width: 31rem ;
    }

    .nav .out .right .language {
        margin-left: 2rem ;
    }

    .About .out .left .txt, .About .out .left .txt p {
        font-size: 1.8rem ;
    }

    .PRODUCTS  {
        background-size: cover ;
    }

    .PRODUCTS .Top-list {
        flex-wrap: wrap ;
    }

    .PRODUCTS .Products-title{
        margin-top: 4rem ;
    }

    .PRODUCTS {
        padding-bottom: 10rem ;
        margin-bottom: 0px ;
    }

    .PRODUCTS .out .item_box .right {
        padding-left: 6rem ;
        padding-right: 0px ;
    }

    .Product-Application {
        margin-top: 0px ;
    }

    .PRODUCTS .Products-title {
        width: 100% ;
        justify-content: left ;
        gap: 0px 2% ;
    }

    .Products-title .box {
        width: 18% ;
        margin-right: 0px ;
    }

    .banner_swiper .swiper-slide .text h2 {
        font-size: 4.2rem ;
    }

    .banner_swiper .swiper-slide .text p {
        /* font-size: 1.8rem  !important; */
    }

}

@media (max-width:1300px) {
    .nav .out .right {
        display: none ;
    }

    .nav .out .logo {
        max-width: 36rem ;
    }

    .PRODUCTS .out .item_box .left {
        width: 48% ;
        height: 32.8rem ;
    }

    .PRODUCTS .out .item_box .right {
        width: 48% ;
    }

    .Customer-Case .Solutions-swiper .swiper-slide {
        width: 70% ;
        margin-right: 0px ;
        margin: 0px 3rem ;
        overflow: hidden;
        border-radius: 3rem ;
    }

    .Customer-Case .Solutions-swiper {
        padding-left: 0px ;
    }

    .Customer-Case .text-swiper .swiper-slide {
        padding: 5rem 5rem 3.8rem 3.8rem ;
    }

    .Customer-Case .text-swiper {
        left: 40% ;
    }

    .Customer-Case .swiper-button-prev {
        left: 3rem ;
        background: rgba(22, 80, 145, 1);
    }

    .Customer-Case .swiper-button-next {
        right: 3rem ;
        background: rgba(22, 80, 145, 1);
    }

    .Customer-Case .swiper-button-next::after, .Customer-Case .swiper-button-prev::after {
        color: #FFF ;
    }

    .Products-title {
        flex-wrap: wrap ;
        justify-content: space-between ;
        gap: 3rem 0px ;
    }

    .Product-pages .Products-title .box {
        width: 27rem  ;
        margin-right: 4rem  ;
    }

    .Product-pages .out .box .img {
        height: 26rem ;
    }

    .ProductApplication_pages .out .box .left {
        width: 48% ;
    }

    .ProductApplication_pages .out .box .right {
        width: 52% ;
        padding: 0px 4rem ;
    }

    .ServiceSupport .out .box {
        width: 23% ;
        padding: 3rem 2rem ;
    }

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

    .ServiceSupport .out .box p {
        font-size: 1.6rem ;
    }

    .ServiceSupport2 .out .left {
        width: 45% ;
        height: auto ;
    }

    .ServiceSupport2 .out .right {
        width: 50% ;
    }

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

    .public-title2 span{
        font-size: 3rem ;
    }

    .Corporate-culture .out {
        justify-content: space-between ;
    }

    .Corporate-culture .out .right::after {
        display: none ;
    }

    .menu-toggle {
        display: flex ;
    }

    .banner_swiper {
        margin-top: 9.5rem  ;
    }

    .banner_swiper .swiper-slide .text .container {
        padding-top: 0px ;
    }

}

@media (max-width:1200px) {
    .banner_swiper .swiper-slide .text h2{
        font-size: 4.2rem ;
    }

    .number-box .out .box .number b {
        font-size: 4rem ;
    }

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

    .public-title span {
        font-size: 2.6rem ;
    }

    .PRODUCTS .out .item_box .right h3 {
        font-size: 3rem ;
        margin-bottom: 2.6rem ;
    }

    .News-information .out .box .right .item .img {
        width: 32% ;
        height: 14rem ;
    }

    .News-information .out .box .right .item .text {
        width: 65% ;
    }

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

    .banned .text h3 {
        font-size: 3.4rem ;
    }
    
    .Product-pages .out .box .text h3 {
        font-size: 2rem ;
    }

    .NewsCenter_pages .box .img {
        width: 40% ;
    }

    .NewsCenter_pages .box .text{
        width: 60% ;
        padding-right: 5% ;
    }

    .CustomerCases-pages .out .box {
        height: 26rem ;
    }

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

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

    .Corporate-culture .out .left {
        width: 24% ;
    }

    .Corporate-culture .out .right {
        width: 76% ;
        height: 53rem ;
    }

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

    .Honors .out .swiper-slide {
        margin-right: 3rem ;
    }

    .Development-history .title h2 {
        font-size: 4rem ;
    }

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

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

    .Contact_pages .out .right {
        width: 100% ;
    }
    .Product-Details .Top_Drtails .left {
        width: 45% ;
    }

    .Product-Details .Top_Drtails .right {
        width: 55% ;
    }

    .Product-Details .Top_Drtails .left .Drtails-swiper {
        height: 33rem ;
    }

}

@media (max-width:1100px) {
    .About {
        margin-top: 6rem ;
    }

    .banner_swiper .swiper-slide .text h2 {
        font-size: 3.8rem ;
    }

    .banner_swiper .swiper-slide .text p{
        font-size: 1.6rem ;
    }
    
    .About .out .left {
        width: 100% ;
    }

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

    .number-box .out {
        justify-content: left ;
        gap: 2rem 0px ;
    }

    .number-box .out .box {
        padding: 1rem ;
        box-sizing: border-box ;
        width: 33.33% ;
    }

    .Products-title {
        width: 100% ;
    }

    .Products-title .box {
        width: 23% ;
    }

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

    .PRODUCTS .out .list-swiper .swiper-slide .img {
        height: 20rem ;
    }

    .Product-Application .title .tit {
        max-width: 60% ;
    }

    .Product-Application .title .Moer {
        display: flex ;
        align-items: center ;
    }

    .Product-Application .title {
        align-items: center ;
    }

    .Product-Application .out .box .tit {
        display: none ;
    }

    .Customer-Case .Solutions-swiper .swiper-slide {
        width: 95% ;
    }

    .News-information .out .box .left {
        width: 100% ;
        margin-bottom: 4rem 
    }
    
    .News-information .out .box {
        flex-wrap: wrap ;
    }

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

    .News-information .out .box .right .item .img {
        height: 18rem ;
    }

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

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

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

    .Corporate-culture .out .left {
        width: 100% ;
        display: flex ;
        align-items: center ;
        flex-wrap: wrap ;
    }

    .Corporate-culture .out .left .box i{
        display: none ;
    }

    .Corporate-culture .out .left .box {
        width: 20% ;
        justify-content: left ;
    }


    .Corporate-culture .out .right {
        width: 100% ;
    }
    
}


@media (max-width:767px) {
    .banner_swiper {
        margin-top: 9rem ;
    }

    .nav {
        height: 9rem ;
    }

    .nav .out .logo  {
        max-width: 60% ;
    }

    .banner_swiper .swiper-slide .text h2 {
        font-size: 3rem ;
        margin-bottom: 1.5rem ;
        text-align: center ;
        color: #FFF !important;
    }

    .banner_swiper .swiper-slide .text .container {
        padding-top: 0px ;
    }

    .banner_swiper .swiper-slide .text h2 b {
        color: #FFF !important;
    }

    .banner_swiper .swiper-slide.text_right .container {
        padding-bottom: 0px ;
    }

    .banner_swiper .swiper-slide.text_right .text h2 {
        padding-left: 0px ;
    }

    .banner_swiper .swiper-slide.text_right .text p {
        padding-left: 0px ;
    }

    .banner_swiper .swiper-slide .text p {
        font-size: 1.6rem !important;
        text-align: center ;
        color: #fff !important;
    }

    .About {
        margin-top: 5rem ;
    }

    .About .out .left {
        padding-top: 0px ;
    }

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

    .About .out .left h3 {
        font-size: 2.6rem ;
        margin-bottom: 2rem ;
    }

    .About .out .right {
        height: auto ;
    }

    .number-box .out .box {
        width: 50% ;
    }

    .number-box .out .box .number b {
        font-size: 3rem ;
    }

    .number-box .out .box .txt p {
        font-size: 1.5rem ;
    }

    .PRODUCTS .Products-title {
        flex-wrap: wrap ;
        gap: 3rem 0px ;
    }

    .number-box {
        margin-bottom: 5rem ;
        margin-top: 3rem ;
    }

    .Products-title .box {
        width: 48% ;
        margin-right: 0px ;
    }

    .PRODUCTS .out .item_box {
        flex-wrap: wrap ;
    }

    .PRODUCTS .out .item_box .left {
        width: 100% ;
        height: 26.8rem ;
    }

    .PRODUCTS .out .item_box .right {
        width: 100% ;
        padding-left: 0px ;
        margin-top: 4rem ;
    }

    .PRODUCTS .out .list-swiper .swiper-slide {
        width: 78% ;
    }

    .Product-Application {
        background-size: cover ;
        padding-bottom: 6rem ;
    }

    .Product-Application .out {
        flex-wrap: wrap ;
        justify-content: space-between ;
        padding: 0px 2% ;
        box-sizing: border-box ;
        gap: 3rem 0px ;
    }

    
    .Product-Application .out .box {
        width: 48% !important;
        height: 33rem ;
        border: 0.1rem solid #FFF ;
    }

    .Product-Application .out .box .text {
        width: 100% ;
        display: none ;
    }

    .Product-Application .out .box .tit {
        opacity: 1 !important;
        transform: translateY(0px) !important;
        display: block ;
        bottom: 5rem ;
    }

    .Product-Application .title {
        flex-wrap: wrap ;
    }

    .Product-Application .title .tit {
        max-width: 100% ;
    }

    .Product-Application .title .Moer {
        margin-top: 3rem ;
    }

    .PRODUCTS {
        padding-bottom: 6rem ;
    }

    .Product-Application {
        padding-top: 6rem ;
        margin-bottom: 6rem ;
    }

    .Customer-Case {
        margin: 6rem 0px ;
    }

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

    .public-title span {
        font-size: 2rem ;
    }

    .Customer-Case .text-swiper {
        left: 50% ;
        width: 95% ;
        transform: translate(-50% , -50%);
    }

    .Customer-Case .Solutions-swiper .swiper-slide {
        width: 95% ;
        height: 26rem ;
    }

    .Customer-Case .text-swiper {
        position: static ;
        transform: translate(0px , 0px);
    }

    .News-information .Top-title {
        flex-wrap: wrap ;
    }

    .News-information .but-list {
        margin-top: 3rem ;
    }

    .News-information .out .box .left .swiper-slide .img {
        height: 27rem ;
    }

    .News-information .out .box .right .item {
        flex-wrap: wrap ;
    }

    .News-information .out .box .right .item .img {
        width: 100% ;
        height: 26rem ;
    }

    .News-information .out .box .right .item .text {
        width: 100% ;
        margin-top: 3rem ;
    }

    #footer .Top-logo .out .logo {
        height: auto ;
        width: 95% ;
    }

    #footer .Top-logo .out .logo img {
        height: auto ;
        width: 100% ;
    }

    #footer .Top-logo .out .QR-code {
        display: none ;
    }

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

    #footer .Filing-number .out .support {
        position: static ;
    }

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

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

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

    .Product-pages .out .box .img {
        height: 18rem ;
    }

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

    .banned {
        margin-top: 9rem ;
    }

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

    .banned .text h3 {
        font-size: 2.6rem ;
    }

    .ProductApplication_pages {
        padding: 6rem 0px ;
    }

    .ProductApplication_pages .out .box .left {
        width: 100% ;
        height: 26rem ;
    }

    .ProductApplication_pages .out .box .right {
        width: 100% ;
        padding: 3rem ;
    }

    .NewsCenter_pages .box a {
        flex-wrap: wrap ;
        flex-direction: column-reverse ;
    }

    .NewsCenter_pages .box .text {
        width: 100% ;
        padding-right: 0px ;
    }

    .NewsCenter_pages .box .img {
        width: 100% ;
        margin-bottom: 3rem ;
    }

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

    .NewsCenter_pages{
        padding: 6rem 0px ;
    }

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

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

    .CustomerCases-pages {
        padding: 6rem 0px ;
    }

    .public-title2 h2{
        font-size: 3rem ;
    }
    
    .public-title2 span{
        font-size: 2rem ;
    }

    .ServiceSupport .out {
        gap: 3rem 0px ;
    }

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

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

    .ServiceSupport2 .out .right {
        width: 100% ;
        margin-top: 3rem ;
    }

    .ServiceSupport2 .out .right h3 {
        font-size: 3rem ;
        margin-bottom: 2rem ;
    }

    .ServiceSupport , .ServiceSupport2 {
        margin: 6rem 0px ;
    }
    
    .Corporate-culture .out .left .box{
        width: 50% ;
    }

    .Corporate-culture .out .right {
        width: 100% ;
        height: 45rem ;
    }

    .Corporate-culture .out .right .box .text {
        padding: 3rem ;
    }

    .Development-history .title h2 {
        font-size: 3rem ;
    }

    .Development-history .title span {
        font-size: 2rem ;
    }
    
    .Development-history .Development-history-swiper .swiper-slide {
        width: 100% ;
        padding-right: 0px ;
        padding: 0px 2rem ;
    }


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

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

    .Contact_pages .out .right form input {
        width: 100% ;
    }

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

    .News-Dilute {
        background: #FFF !important;
    }

    .Product-Details .Top_Drtails {
        flex-wrap: wrap ;
    }

    .Product-Details .Top_Drtails .left {
        width: 100% ;
    }

    .Product-Details .Top_Drtails .right {
        width: 100% ;
        padding-left: 0px ;
    }

    .Product-Details .nav_line {
        display: none ;
    }

    .Product-Details .Details-content .Related-swiper .swiper-slide {
        width: 100% ;
    }

    .Feedback .out input {
        width: 100% ;
        margin-bottom: 3rem ;
    }

    .PRODUCTS .Products-title {
        width: 100% ;
        justify-content: space-between ;
        gap: 3rem 2% ;
    }

    .Products-title .box h3 {
        font-weight: bold ;
    }

    .banner_swiper .swiper-slide .text span {
        display: none ;
    }

    .banner_swiper .swiper-slide .text .xian {
        display: none ;
    }

    .banner_swiper .swiper-slide .text a {
        display: none ;
    }

    .banner_swiper .swiper-slide .text p {
        width: 70% ;
        text-align: center ;
        margin: 0 auto;
    }

}




/* 手机（最小屏） */
@media (max-width: 767px) {
    html {
        font-size: clamp(6.5px, calc(100vw / 50), 9px);
    }
}

/* 平板（768 ~ 1365） */
@media (min-width: 768px) and (max-width: 1365px) {
    html {
        font-size: clamp(7.5px, calc(100vw / 110), 9.5px);
    }
}

/* 笔记本（1366 ~ 1565） */
@media (min-width: 1366px) and (max-width: 1565px) {
    html {
        font-size: clamp(8px, calc(100vw / 180), 10px);
    }
}

/* PC 大屏（≥1566） 最大屏 */
@media (min-width: 1566px) {
    html {
        font-size: clamp(9px, calc(100vw / 192), 10px);
    }
}

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