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

ul,
ol {
    list-style: none;
}

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

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

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

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

body {
    font-size: 1.5rem;
    font-family: "Times New Roman", Times, serif;
}

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

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

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

.nav .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
        width: 96%;
    max-width: 170rem;
    
}

.nav .logo {
    height: 4.6rem;
    display: block;
    margin-right: 7%;
}

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

.nav .logo .logo-img {
    display: block !important;
}

.nav .logo .logo-img2 {
    display: none !important ;
}

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

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

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

.Drop-down_menu {
    position: absolute ;
    left: 50%  ;
    background: #fff ;
    top: 10rem ;
    padding: 0px 2rem ;
    box-sizing: border-box ;
    width: auto ;
    display: none ;
    transform: translateX(-50%);
    cursor: pointer;
    border: 0.1rem solid rgba(0, 0, 0, 0.18);
    border-top: 0.3rem solid #0700FE  ;
}

.nav.active .Drop-down_menu {
    top: 8rem ;
}

.Drop-down_menu .down_item {
    margin: 2rem 0px ;
}

.Drop-down_menu .Down_title {
    width: 100% ;
    display: flex ;
    align-items: center ;
    color: #333 ;
    text-transform: uppercase ;
    justify-content: space-between ;
    font-size: 1.6rem ;
    font-weight: bold ;
}

.Drop-down_menu .Down_title b{
    width: max-content ;
    max-width: 40rem ;
}

.Drop-down_menu .Down_title svg {
    width: 1.4rem ;
    height: 1.4rem ;
    fill: #333 ;
    margin-left: 1rem ;
    flex: none ;
}

.Drop-down_menu .Down_title:hover b {
    color: #0700FE ;
}

.Drop-down_menu .Down_title:hover svg {
    fill: #0700FE ;
}

.Drop-down_menu .down_item .down_list {
    width: 100% ;
    padding: 1rem 1.5rem ;
    padding-bottom: 0px ;
    box-sizing: border-box ;
    display: none ;
}

.Drop-down_menu .down_item .down_list a{
    color: #333 ;
    font-size: 1.5rem ;
    display: block ;
    line-height: 2em ;
}

.Drop-down_menu .down_item .down_list a:hover {
    color: #0700FE ;
}

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

.nav .right .nav-list li .title {
    height: 100% ;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 400;
    font-size: 1.8rem;
    color: #333;
    text-transform: uppercase;
    text-align: center;
}

.nav .right .language {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.nav .right .language .title {
    display: flex;
    align-items: center;
    font-weight: 400;
    font-size: 2rem;
    color: #333;
    height: 100% ;
}

.nav .right .language .title svg {
    width: 1.6rem;
    height: 1.6rem ;
    display: block;
    fill: #333;
    margin-left: 0.7rem;
}

.nav .right .language .box{
    width: max-content ;
    position: absolute ;
    right: -60% ;
    background: #FFF ;
    top: 10rem;
    padding: 1rem 0px ;
    box-sizing: border-box ;
    box-shadow: 0px 0px 1rem 0.1rem #3333331e ;
    display: none ;
}

.nav .right .language:hover .box {
    display: block ;
}

.nav.active .right .language .box{
    top: 8rem ;
}

.nav .right .language .box .item {
    width: 100% ;
    display: flex ;
    align-items: center ;
    padding: 1rem 2rem ;
    box-sizing: border-box ;
}

.nav .right .language .box .item .icon {
    height: 2.3rem ;
    display: block ;
    object-fit: contain ;
    margin-right: 1rem ;
}

.nav .right .language .box .item span {
    font-weight: 400;
    font-size: 1.4rem;
    color: #333;
}

.nav .right .language .box .item:hover {
    background: #0700FE ;
}

.nav .right .language .box .item:hover span {
    color: #FFF ;
}

.nav.active {
    background: #FFF ;
    height: 8rem ;
    box-shadow: 0px 0px 1rem 0.1rem rgba(0, 0, 0, 0.18) ;
}

.nav.active .right .nav-list li .title {
    color: #333 ;
}

.nav.active .right .language .title {
    color: #333 ;
}

.nav.active .right .language .title svg{
    fill: #333 ;
}

.nav .right .nav-list li.avtive .title , .nav .right .nav-list li .title:hover {
    color: #0700FE ;
}

.nav.active .logo .logo-img {
    display: block ;
}

.nav.active .logo .logo-img2 {
    display: none ;
}

.banner_swiper {
    width: 100%;
    position: relative;
    overflow: hidden;
    margin-top: 10rem ;
}

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

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

.banner_swiper .swiper-button-next, .banner_swiper .swiper-button-prev {
    width: 6.1rem ;
    height: 6.1rem ;
    border-radius: 50% ;
    display: flex ;
    align-items: center ;
    justify-content: center ;
    border: 0.1rem solid #FFF ;
    left: auto ;
    right: 21rem ;
    top: auto ;
    bottom: 7.1rem ;
}

.banner_swiper .swiper-button-prev {
    right: 32rem ;
}

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

.banner_swiper .swiper-button-next:hover, .banner_swiper .swiper-button-prev:hover {
    border: 0.1rem solid #0700FE ;
}

.banner_swiper .swiper-button-next:hover::after , .banner_swiper .swiper-button-prev:hover::after {
    color: #0700FE ;
}

.banner_swiper  .swiper-pagination-bullet {
    background: #FFF ;
    opacity: 1 ;
}

.banner_swiper  .swiper-pagination-bullet-active {
    background: #0700FE ;
}

.public_title {
    width: 100%;
    /*max-width: 116rem;*/
}

.public_title h2 {
    font-weight: bold;
    font-size: 4.5rem;
    color: #040404;
    text-transform: uppercase;
}

.public_title i {
    width: 7.4rem;
    height: 0.4rem;
    background: #334155;
    margin: 3rem 0px;
    display: block;
}

.public_title p {
    font-weight: 400;
    font-size: 1.8rem;
    color: #040404;
    line-height: 1.6em;
    width: 100%;
}

.public_title p strong {
        font-size: inherit;
    color: inherit;
}

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

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

.About_pages .out {
    display: block  ;
}

.About .out .left {
    width: 46%;
    height: 48.2rem;
    position: relative;
}

.About_pages .out .left {
    float: left;
    margin-right: 4rem ;
    margin-bottom: 1rem ;
}

.About .out .left .Play {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    
display: none ;
}

.About .out .left .Play .icon {
    width: 11.8rem;
    height: 11.8rem;
    background: rgba(255, 255, 255, 0.15);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.About .out .left .Play .icon img {
    width: 3rem;
    height: 4rem;
    display: block;
}

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

.About .out .right  {
    width: 54%;
    padding-left: 6.9rem;
    box-sizing: border-box;
}

.About .out .right h3 , .About_pages .out h3 {
    font-weight: bold;
    font-size: 3.4rem;
    color: #333333;
    margin-bottom: 2rem;
}

.About .out .right p , .About_pages .out p {
    font-weight: 400;
    font-size: 2rem;
    color: #393939;
    line-height: 1.6em;
}

.About .out .right strong , .About_pages .out strong , .About_pages .out b , .About .out .right b  {
    font-size: inherit;
    color: inherit ; 
}

.About .out .right a , .About_pages .out a {
    width: 24.8rem;
    height: 6.5rem;
    background: #085BE8;
    border-radius: 3.9rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 4rem;
    font-weight: 400;
    font-size: 2.2rem;
    color: #FFFFFF;
    text-transform: capitalize;
}

.Number {
    width: 100%;
    padding: 5.4rem 0px 6.4rem 0px;
    box-sizing: border-box;
    background: url(../images/10101.webp) no-repeat center/cover;
}

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

.Number a {
    width: 24.8rem;
    height: 7.8rem;
    background: #FFFFFF;
    border-radius: 3.9rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    font-size: 2.2rem;
    color: #0700FE;
}

.Number .left {
    display: flex;
    align-items: center;
    width: 60%;
}

.Number .left .tit {
    display: flex;
    align-items: end;
  
}

.Number .left .tit b{
    font-weight: 500;
    font-size: 4.9rem;
    color: #FFFFFF;
    line-height: 1;
}

.Number .left .tit span {
    font-weight: 400;
    font-size: 1.6rem;
    color: #FFFFFF;
    display: block;
    margin-left: 1rem;
    line-height: 1;
    transform: translateY(-0.6rem);
}

.Number .left .box i {
    width: 100%;
    height: 0.1rem;
    margin: 3.7rem 0px;
    background: rgba(200, 200, 200, 0.8);
    display: block;
    position: relative;
}

.Number .left .box i::after {
    position: absolute;
    left: 0px;
    width: 3.5rem;
    height: 0.1rem;
    background: #FFF;
    z-index: 1;
    content: '';
}

.Number .left .box p {
    font-weight: 500;
    font-size: 1.5rem;
    color: #FFFFFF;
    text-transform: capitalize;
}

.Number .left .box {
    width: 30%;
}

.Number .left .box:last-child {
    width: max-content;
}

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

.Product .but_list {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 2.8rem;
    border-bottom: 0.1rem solid #E8E8E8;
    margin-top: 4.6rem;
}

.Product .but_list a {
    font-weight: 500;
    font-size: 1.8rem;
    color: #393939;
    text-transform: capitalize;
    position: relative;
}

.Product .but_list a::after {
    width: 0px;
    height: 0.1rem;
    content: '';
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
    bottom: -2.8rem;
    background: #0700FE;
    transition: 0.5s ease;
}

.Product .but_list a.active {
    color: #0700FE;
}

.Product .but_list a.active::after {
    width: 5rem;
}

.Product .Product_swiper {
    width: 100%;
    margin-top: 3.8rem;
}

.Product .Product_swiper .swiper-slide {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 5rem 2%;
}

.Product .Product_swiper .swiper-slide .box {
    width: 23.5%;
}

.Product .Product_swiper .swiper-slide .box .img {
    width: 100%;
    height: 37.9rem;
    background: #EFEFEF;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2.4rem;
    box-sizing: border-box;
    overflow: hidden;
}

.Product .Product_swiper .swiper-slide .box .img img {
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 100%;
    object-fit: contain;
    transition: 0.5s ease;
}

.Product .Product_swiper .swiper-slide .box .title {
    font-weight: 400;
    font-size: 1.8rem;
    color: #666666;
    margin-top: 1.6rem;
    width: 100%;
    text-align: center;
}

.Product .Product_swiper .swiper-slide .box:hover .img img {
    transform: scale(1.1);
}

.Product .Product_swiper .swiper-slide .box:hover .title {
    color: #0700FE;
}

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

.Our_Advantages .out {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    /*justify-content: space-between;*/
    gap:0px 3%;
}

.Our_Advantages .out .box {
    width: 22.75%;
    margin-top: 6rem;
}

.Our_Advantages_Home .out .box {
    width: 31.313%;
}

.Our_Advantages .out .box .icon {
    width: 6.6rem;
    height: 6.6rem;
    background: #EBEBEB;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    margin-bottom: 3rem;
}

.Our_Advantages .out .box .icon img {
    width: auto;
    height: auto;
    max-width: 3.2rem;
    display: block;
}

.Our_Advantages .out .box h3 {
    font-weight: 500;
    font-size: 1.8rem;
    color: #111111;
    text-align: center;
    text-transform: capitalize;
    margin-bottom: 2.2rem;
}

.Our_Advantages .out .box p {
    text-align: center;
    font-weight: 400;
    font-size: 1.6rem;
    color: #666666;
    line-height: 1.6em;
    /*display: none ;*/
      display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;    /* 限制显示行数 */
  overflow: hidden;
}

.Our_Advantages_Home .out .box p {
      display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 10;    /* 限制显示行数 */
  overflow: hidden;
}

.They_chose {
    width: 100%;
    padding: 6.1rem 0px 15.3rem 0px;
    background: url(../images/10102.webp) no-repeat center/cover;
    position: relative;
    box-sizing: border-box;
}

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

.They_chose .title h2 {
    font-weight: bold;
    font-size: 5.2rem;
    color: #FFFFFF;
    text-transform: uppercase;
}

.They_chose .title i {
    width: 7.4rem;
    height: 0.4rem;
    background: #FFFFFF;
    display: block;
    margin: 0 auto;
    margin-top: 2.2rem;
}

.They_chose .They_chose_swiper {
    width: 100%;
    margin-top: 5rem;
}

.They_chose .They_chose_swiper .swiper-slide {
    width: 710px;
    height: 34.2rem;
    background: #FFF;
    position: relative;
    padding: 5.8rem 4rem 0rem 5.2rem;
    box-sizing: border-box;
    border-radius: 0.6rem;
    overflow: hidden;
}

.They_chose .They_chose_swiper .swiper-slide::after {
    width: 100%;
    height: 100%;
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    background: rgba(0, 0, 0, 0.18);
    z-index: 1;
    transition: 0.5s ease;
}

.They_chose .They_chose_swiper .swiper-slide-active::after {
    opacity: 0;
}

.They_chose .They_chose_swiper .swiper-slide .Avatar {
    width: 100%;
    display: flex;
    align-items: center;
    margin-bottom: 2.6rem;
}

.They_chose .They_chose_swiper .swiper-slide .Avatar img {
    width: 7.5rem;
    height: 7.5rem;
    display: block;
    margin-right: 3.8rem;
}

.They_chose .They_chose_swiper .swiper-slide .Avatar .tit h3 {
    font-weight: 500;
    font-size: 1.8rem;
    color: #0A0A0A;
    margin-bottom: 1rem;
}

.They_chose .They_chose_swiper .swiper-slide .Avatar .tit span {
    font-weight: 400;
    font-size: 1.4rem;
    color: #0A0A0A;
}

.They_chose .They_chose_swiper .swiper-slide .txt {
    width: 100%;
    display: flex;
    align-items: center;
}

.They_chose .They_chose_swiper .swiper-slide .txt img {
    width: 9rem;
    display: block;
}

.They_chose .They_chose_swiper .swiper-slide .txt p {
    width: calc(100% - 9rem);
    padding-left: 2.3rem;
    box-sizing: border-box;
    font-weight: normal;
    font-size: 1.6rem;
    color: #555555;
    line-height: 1.6em;
}

.They_chose .out {
    width: 100%;
    max-width: 150rem;
    margin: 0 auto;
    position: relative;

}

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

.They_chose .out .swiper-button-next {
    right: -5rem;
}

.They_chose .out .swiper-button-prev {
    left: -5rem;
}

.They_chose .out .swiper-pagination {
    bottom: -6.7rem;
}

.They_chose .out .swiper-pagination-bullet {
    width: 3.8rem;
    height: 0.5rem;
    background: #FFFFFF;
    margin: 0px 1rem;
    border-radius: 0px;
    opacity: 1;
}

.They_chose .out .swiper-pagination-bullet-active {
    background: #0700FE;
}

.News_Updates {
    width: 100%;
    padding: 10rem 0px 5rem 0px;
    background: #F6F6F6;
}

.News_Updates .News_swiper {
    margin-top: 6rem;
    width: 100%;
}

.News_Updates .News_swiper .swiper-slide {
    width: 47.7rem;
    margin-right: 8.3rem;
}

.News_Updates .News_swiper .swiper-slide .img {
    width: 100%;
    height: 30.2rem;
    overflow: hidden;
}

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

.News_Updates .News_swiper .swiper-slide:hover .img img {
    transform: scale(1.1);
}

.News_Updates .News_swiper .swiper-slide .text {
    width: 100%;
    padding: 2.6rem 2.4rem;
    box-sizing: border-box;
}

.News_Updates .News_swiper .swiper-slide .text span {
    font-weight: 400;
    font-size: 1.5rem;
    color: #666666;
    margin-bottom: 1rem;
    display: block;
}

.News_Updates .News_swiper .swiper-slide .text h3 {
    font-weight: 500;
    font-size: 1.8rem;
    color: #222222;
    margin-bottom: 1rem;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.News_Updates .News_swiper .swiper-slide:hover .text h3 {
    color: #0700FE ;
}

.News_Updates .News_swiper .swiper-slide .text p {
    font-weight: 500;
    font-size: 1.4rem;
    color: #666666;
    line-height: 1.5em;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    height: 6.3rem;
}

.News_Updates .News_swiper .swiper-slide .text .read_more {
    width: 12.6rem;
    height: 3.7rem;
    border: 0.1rem solid #707070;
    border-radius: 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 400;
    font-size: 1.4rem;
    color: #555555;
    margin-top: 3rem;
}

.partner {
    padding: 3rem 0px 7rem 0px;
    background: #FFF;
}

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

.partner .out .partner_out {
    width: 100%;
    margin-bottom: 3.3rem;
}

.partner .out .partner_out .swiper-wrapper {
    -webkit-transition-timing-function:linear!important; 
    -o-transition-timing-function:linear!important;
    transition-timing-function:linear!important;
}

.partner .out .partner_out:last-child {
    margin-bottom: 0px;
}

.partner .out .partner_out .swiper-slide {
    width: 27.6rem;
    height: 12.2rem;
    margin: 0px 7.35rem;
    transform: translateX(-21.22rem);
}

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

.partner .out .partner_out:nth-child(2) .swiper-slide {
    transform: translateX(0px);
}

.loading {
    position: relative;
    width: auto ;
    max-width: 100% ;
    height: 0;
    padding-bottom: 56.25%;
    overflow: hidden;
}

.loading iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

#footer {
    width: 100%;
    background: #012A86;
}

#footer .footer_content {
    width: 100%;
}

#footer .footer_content .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 0.1rem solid rgba(255, 255, 255, 0.13);
    padding: 5.5rem 0px 4.5rem 0px;
    box-sizing: border-box;
}

#footer .footer_content .box {
    display: flex;
    align-items: center;
    max-width: 32.3%;
}

#footer .footer_content .box img {
    width: 6.8rem;
    height: 6.8rem;
    display: block;
}

#footer .footer_content .box .txt {
    width: calc(100% - 6.8rem);
    font-weight: 400;
    font-size: 1.8rem;
    color: #DCDCDC;
    padding-left: 1.3rem;
    line-height: 1.6em;
}

#footer .footer_out {
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 6rem 0px 4.8rem 0px;
    box-sizing: border-box;
}

#footer .footer_out .footer_logo {
    width: 13.625%;
}

#footer .footer_out .footer_logo .logo {
    width: 100%;
    margin-bottom: 8rem;
    display: block;
}

#footer .footer_out .footer_logo .logo img {
    width: 100%;
    display: block;
}

#footer .footer_out .footer_logo form {
    display: flex;
    align-items: center;
    width: 100%;
    margin-bottom: 5.9rem;
}

#footer .footer_out .footer_logo form img {
    display: block;
    width: 4.8rem;
    height: 4.8rem;
}

#footer .footer_out .footer_logo form input {
    margin-left: 1.8rem;
    width: 12.8rem;
    height: 4.8rem;
    border-bottom: 0.1rem solid #707070;
    background: none;
    font-weight: 400;
    font-size: 1.2rem;
    color: #FFFFFF;
}

#footer .footer_out .footer_logo form input::placeholder {
    font-size: inherit;
    color: inherit;
    font-weight: inherit;
}

#footer .footer_out .footer_logo b {
    font-weight: 500;
    font-size: 1.9rem;
    color: #FFFFFF;
    margin-bottom: 3.9rem;
}

#footer .footer_out .footer_logo .icon_list {
    width: 100%;
    display: flex;
    margin-top: 3.6rem;
    gap: 0px 1.1rem;
}

#footer .footer_out .footer_logo .icon_list a {
    width: 3.2rem;
    height: 3.2rem;
}

#footer .footer_out .footer_logo .icon_list a img {
    width: 100% ;
    height: 100% ;
    display: block ;
}

#footer .footer_out .right {
    display: flex;
    justify-content: space-between;
    padding-top: 1.2rem;
    box-sizing: border-box;
    width: 75%;
}

#footer .footer_nav {

    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    width: 58.5%;
}

#footer .footer_nav .box {
    width: auto;
    max-width: 38%;
}

#footer .footer_nav .box h2 a {
    font-weight: 500;
    font-size: 2.2rem;
    color: #FFFFFF;
    text-transform: uppercase;
}

#footer .footer_nav .box .list {
    margin-top: 4rem;
}

#footer .footer_nav .box .list a {
    font-weight: 400;
    font-size: 1.8rem ;
    color: #DCDCDC;
    display: block;
    margin-bottom: 3rem;
    text-transform: capitalize;
}

#footer .footer_nav .box .list a:last-child {
    margin-bottom: 0px;
}

#footer .footer_form {
    width: 33%;
}

#footer .footer_form b {
    font-weight: 500;
    font-size: 2.2rem;
    color: #FFFFFF;
    margin-bottom: 2.4rem;
    display: block;
}

#footer .footer_form input {
    width: 100%;
    height: 4.2rem;
    border: 0.1rem solid #707070;
    padding: 0px 1.2rem;
    box-sizing: border-box;
    font-weight: 400;
    font-size: 1.3rem;
    color: #D9D9D9;
    background: none;
    margin-bottom: 1.4rem;
    font-family: inherit ;
}

#footer .footer_form input::placeholder {
    color: inherit;
    font-size: inherit;
}

#footer .footer_form .box {
    display: flex;
    align-items: center;
    height: 9.5rem;
}

#footer .footer_form .box button {
    height: 100%;
    width: 10.6rem;
    background: #FFF;
    border-radius: 0.5rem;
    font-weight: 400;
    font-size: 1.6rem;
    color: #0700FE;
    cursor: pointer;
    font-family: inherit ;
}

#footer .footer_form .box textarea {
    width: calc(100% - 10.6rem);
    height: 100%;
    background: none;
    border: 0.1rem solid #707070;
    padding: 1.2rem;
    box-sizing: border-box;
    font-weight: 400;
    font-size: 1.3rem;
    color: #D9D9D9;
    font-family: inherit ;
}

#footer .footer_form .box textarea::placeholder {
    font-size: inherit;
    color: inherit;
}

.footer_copyright {
    width: 100%;
    border-top: 0.1rem solid rgba(255, 255, 255, 0.15);
    padding: 1.8rem 0px;
}

.footer_copyright .container {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.footer_copyright .container p {
    font-weight: 400;
    font-size: 1.4rem;
    color: #CCCCCC;
}

.footer_copyright .container .link {
    position: absolute;
    right: 0px;
    font-weight: 400;
    font-size: 1.4rem;
    color: #CCCCCC;
}

.banner_pages {
    width: 100%;
    position: relative;
    margin-top: 10rem ;
}

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

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

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

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

.banner_pages .text p {
    font-weight: 400;
    font-size: 2rem;
    color: #FFFFFF;
}

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

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

.PRODUCTS_pages .out .left {
    width: 24%;
    box-shadow: 0px 0px 1rem 0.1rem rgba(0, 0, 0, 0.16);
    background: #FFF;
}

.PRODUCTS_pages .out .right {
    width: 76%;
    padding-left: 4.3rem;
    box-sizing: border-box;
}

.PRODUCTS_pages .out .left .title {
    width: 100%;
    padding: 2.1rem 3.7rem;
    box-sizing: border-box;
    font-weight: bold;
    font-size: 3.1rem;
    color: #0700FE;
    text-transform: uppercase;
    border-bottom: 0.1rem solid #092CAA;
}

.PRODUCTS_pages .out .left .list {
    width: 100%;
    padding: 3.1rem 2.9rem 12rem 3.7rem;
    box-sizing: border-box;
}

.PRODUCTS_pages .out .left .list .item {
    width: 100%;
    position: relative;
    padding: 2rem 0px;
    border-bottom: 0.1rem solid #EBEBEB;
}

.PRODUCTS_pages .out .left .list .item .tit {
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
}

.PRODUCTS_pages .out .left .list .item .tit a {
    font-weight: 400;
    font-size: 1.6rem;
    color: #666666;
    display: block;
}

.PRODUCTS_pages .out .left .list .item img {
    position: absolute;
    left: -3rem;
    display: block;
    height: 1rem;
    opacity: 0;
    transition: 0.5s ease;
}

.PRODUCTS_pages .out .left .list .item .line {
    width: 100%;
}

.PRODUCTS_pages .out .left .list .item .line a {
    display: block;
    margin-top: 1.6rem;
    font-weight: 400;
    font-size: 1.5rem;
    color: #888888;
}

.PRODUCTS_pages .out .left .list .item .line a:hover {
    color: #0700FE;
}

.PRODUCTS_pages .out .left .list .item:hover img,
.PRODUCTS_pages .out .left .list .item.active img {
    opacity: 1;
    transform: translateX(1rem);
}

.PRODUCTS_pages .out .left .list .item:hover .tit a,
.PRODUCTS_pages .out .left .list .item.active .tit a {
    color: #0700FE;
}

.PRODUCTS_pages .out .right {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 4rem 2%;
}

.PRODUCTS_pages .out .right .box {
    width: 32%;
}

.PRODUCTS_pages .out .right .box .img {
    width: 100%;
    height: 37.9rem;
    background: #EFEFEF;
    padding: 2.4rem;
    box-sizing: border-box;
}

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

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

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

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

.case_pages .out .box {
    width: 32%;
    height: 35.8rem;
    overflow: hidden;
    position: relative;
}

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

.case_pages .out .box .title {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 6.2rem;
    display: flex;
    align-items: center;
    justify-content: center;

    z-index: 1;
    background: rgba(0, 0, 0, 0.3);
}

.case_pages .out .box .title span {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: 400;
    font-size: 2.2rem;
    color: #FFFFFF;
}


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

.News_pages {
    margin: 10rem 0px;
}

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

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

.News_pages .out .box .img {
    width: 100%;
    height: 30.2rem;
    overflow: hidden;
}

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

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

.News_pages .out .box .text {
    width: 100%;
    padding: 2.6rem 2.4rem;
    box-sizing: border-box;
}

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

.News_pages .out .box .text h3 {
    font-weight: 500;
    font-size: 1.8rem;
    color: #222222;
    margin-bottom: 1rem;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

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

.News_pages .out .box .text p {
    font-weight: 500;
    font-size: 1.4rem;
    color: #666666;
    line-height: 1.5em;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    height: 6.3rem;
}

.News_pages .out .box .text .read_more {
    width: 12.6rem;
    height: 3.7rem;
    border: 0.1rem solid #707070;
    border-radius: 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 400;
    font-size: 1.4rem;
    color: #555555;
    margin-top: 3rem;
}

.Frequently-Asked-Questions {
    padding: 6rem 0px 9rem 0px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.Frequently-Asked-Questions .list .item .text .txt p {
    font-weight: 400;
    font-size: 1.6rem;
    color: #666666;
    line-height: 1.8em;
    
      display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;    /* 限制显示行数 */
  overflow: hidden;
}

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

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

.factory_environment .out .swiper-slide {
    width: 52rem;
    height: 37.8rem;
    overflow: hidden;
    position: relative;
    margin: 0px 2.15rem;
}

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

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

.factory_environment .out .swiper-slide .title {
    width: 100%;
    position: absolute;
    bottom: 0px;
    height: 6.2rem;
    background: rgba(0, 0, 0, 0.3);
    text-align: center;
    font-weight: 400;
    font-size: 2.4rem;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

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

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

.Qualifications .out .swiper-slide {
    width: 37.3rem;
    background: #F3F3F3;
    padding: 4rem 5rem 2.5rem 5rem;
    box-sizing: border-box;
    margin-right: 3.6rem;
}

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

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

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

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

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

.Contact_pages .out {
    margin-top: 6rem;
    display: flex;
    justify-content: space-between;
}

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

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

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

.Contact_pages .out .left .box .icon {
    width: 5.2rem;
    height: 5.2rem;
    margin-right: 1.6rem;
}

.Contact_pages .out .left .box .txt {
    display: flex;
    align-items: center;
}

.Contact_pages .out .left .box .txt span {
    font-weight: 400;
    font-size: 1.8rem;
    color: #999999;
}

.Contact_pages .out .left .box .txt .lin {
    font-weight: 500;
    font-size: 1.8rem;
    color: #333333;
    margin-left: 1rem;
}

.Contact_pages .out .left .box .txt p {
    font-weight: 400;
    font-size: 1.6rem;
    color: #8E8E8E;
}

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

.Contact_pages .out .right h3 {
    font-weight: bold;
    font-size: 2.7rem;
    color: #111111;
    margin-bottom: 1rem;
}

.Contact_pages .out .right p {
    font-weight: 400;
    font-size: 1.5rem;
    color: #8E8E8E;
}

.Contact_pages .out .right form {
    width: 100%;
    margin-top: 3rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

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

    margin-bottom: 2.8rem;

}

.Contact_pages .out .right form input::placeholder {
    color: inherit;
    font-weight: inherit;
    font-size: inherit;
}

.Contact_pages .out .right form textarea {
    width: 100%;
    padding: 1.3rem;
    height: 18.1rem;
    box-sizing: border-box;
    border: 0.1rem solid #E6E6E6;
    font-weight: 400;
    font-size: 1.6rem;
    color: #8E8E8E;

    margin-bottom: 2.8rem;
    font-family: inherit;
}

.Contact_pages .out .right form textarea::placeholder {
    color: inherit;
    font-weight: inherit;
    font-size: inherit;
}

.Contact_pages .out .right button {
    width: 22.1rem;
    height: 4.6rem;
    background: #085BE8;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-weight: 400;
    font-size: 1.6rem;
    color: #FFFFFF;
}

.Contact_map {
    width: 100%;
    height: 72.5rem;
    background: #F5F0E5;
}

.Contact_map iframe {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

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

.PRODUCTS_Details .Top_Introduction {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    /*align-items: center;*/
}

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

.PRODUCTS_Details .Top_Introduction .right {
    width: 50%;
    padding-top: 2%;
}

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

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

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

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

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

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

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

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

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

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


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

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

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

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


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

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

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

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

.Product_Introduce .text table {

}

.Product_Introduce .text td , .Product_Introduce .text tr {
    /*padding: 0.5rem 2rem !important;*/
        font-weight: normal;
    font-size: 1.8rem ;
    color: #555555;
  height: auto !important;
  line-height: normal !important;
}

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

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

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

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

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

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

.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 ;
    display: flex ;
    flex-wrap:wrap;
    justify-content: space-between ;
    gap: 2rem 0px ;
}

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

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

table {
    max-width: 100% !important;
    border-collapse: collapse;
}

table th,
table td {
    font-size: 1.4rem;
    color: #333;
}

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

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

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

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

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

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

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

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

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

.Product_Introduce .Page_turning a:hover {
    color: #0700FE;
}

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

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

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

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

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

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

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

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

.News_Details_text {
    width: 100% ;
}

.News_Details_text .title {
    width: 100% ;
    padding-bottom: 2rem ;
    border-bottom: 0.1rem solid #D7D7D7;
}

.News_Details_text .title h2{
    font-size: 3rem ;
    color: #333 ;
    margin-bottom: 2rem ;
}

.News_Details_text .title .line {
    width: 100% ;
    display: flex ;
    align-items: center ;
    gap: 0px 2rem ;
}

.News_Details_text .title .line span {
    font-size: 1.6rem ;
    color: #666 ;
}

.News_Details_text .text {
    padding: 3rem 0px ;
    border-bottom: 0.1rem solid #D7D7D7;
}



.News_Details_text .text {
    font-size: 1.8rem ;
    line-height: 1.6em ;
    color: #333 ;
}

.News_Details_text .text p , .News_Details_text .text span {
    font-size:inherit ;
    line-height: inherit ;
    color: inherit ;
}

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

.News_Details_text .text img {
    width: auto ;
    max-width: 100% ;
    /*display: block ;*/
}


.News_Details_text .text video 
  {
    width: 80% ;
    max-width: 100% ;
    height: auto ;
}

.News_Details_text .text iframe  {
    max-width: 100% ;
    aspect-ratio: 16 / 9;
    border: 0;
    height: auto ;
}

.News_Details_text .Page_turning {
    width: 100%;
    margin-top: 3rem;
}

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

.News_Details_text .Page_turning a:hover {
    color: #0700FE;
}

.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: #0700FE;
    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: #0700FE;
    border-color: #0700FE;
    cursor: default;
}


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

.Breadcrumb {
    width: 100% ;
    margin-top: 3rem ;
}

.Breadcrumb .out {
    width: 100% ;
    display: flex ;
    align-items: center ;
    height: 100% ;
}

.Breadcrumb .out a {
    color: #333 ;
    font-size: 1.6rem ;
    text-transform: uppercase ;
    max-width: 20% ;
    white-space: nowrap;      /* 禁止换行 */
    overflow: hidden;         /* 隐藏溢出内容 */
    text-overflow: ellipsis;  /* 显示省略号 */
}

.Breadcrumb .out a .icon {
    width: 1.6rem ;
    height: 1.6rem ;
    fill: #333 ;
    margin-left: 0.2rem ;
    margin-right: 0.6rem ;
    transform: translateY(0.3rem);
}

.Breadcrumb .out a:last-child .icon {
    display: none ;
}

.Breadcrumb .out a:hover {
    color: #0700FE ;
}


.Verification_code {
    width: 100% ;
    margin-bottom: 3rem ;
}

.Verification_code .code {
    display: flex ;
    align-items: center ;
}

.Verification_code .code .img {
    height: 4rem ;
    background: #FFF ;
}

.Verification_code .code input {
    width: 70%;
     margin-bottom: 0px !important ;
}

.Verification_code .code .img img {
    height: 100% ;
}


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

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

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

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

    .Product .Product_swiper .swiper-slide .box .img {
        height: 31rem ;
    }

    /*.Our_Advantages .out .box {*/
    /*    width: 29% ;*/
    /*}*/

    .They_chose .They_chose_swiper .swiper-slide {
        width: 47% ;
    }

    #footer .footer_nav {
        width: 63% ;
    }
    
    #footer .footer_nav .box {
    width: auto;
    max-width: 45%;
}

    #footer .footer_out .right {
        width: 79% ;
    }

    .banner_swiper .swiper-button-next, .banner_swiper .swiper-button-prev {
        right: 8rem;
        bottom: 4.1rem;
    }

    .banner_swiper .swiper-button-prev {
        right: 18rem;
    }

    .case_pages .out .box {
        height: 30rem ;
    }

}

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

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

    .nav .right .nav-list li .title {
        font-size: 1.6rem ;
    }

    .nav .right .nav-list {
        margin-right: 3rem ;
    }

    .banner_swiper {
        margin-top: 10rem ;
    }

    .nav .right .nav-list li .title , .nav .right .language .title {
        color: #333 ;
    }

    .nav .right .language .title svg {
        fill: #333 ;
    }

    .Number .left .box {
        width: 36% ;
    }

    .They_chose .They_chose_swiper .swiper-slide {
        width: 55% ;
    }

    .partner .out .partner_out .swiper-slide {
        width: 18% ;
        height: 9.2rem ;
        margin: 0px 4% ;
    }

    #footer .footer_out .footer_logo {
        width: 20% ;
    }

    #footer .footer_out {
        flex-wrap: wrap ;
    }

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

    #footer .footer_out .footer_logo form {
        display: none ;
    }

    #footer .footer_out .footer_logo .logo {
        margin-bottom: 3rem ;
    }

    .PRODUCTS_pages .out .right .box .img {
        height: 25rem ;
    }

    .PRODUCTS_pages .out .left .title {
        font-size: 2.6rem ;
    }

    .banner_pages {
        margin-top: 10rem ;
    }

    .case_pages .out .box {
        height: 25rem ;
    }

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

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

    .Frequently-Asked-Questions .list .item .title .tit {
        width: 94% ;
    }
    
    .Contact_map {
        height: 55rem ;
    }

    .NEWS_Details  .out .left {
        display: none ;
    }

    .NEWS_Details .out .right {
        padding-left: 0px ;
        margin-top: 0px !important;
    }

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

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

    .nav .container {
       width: 97%;
    }

}

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

    .nav .right {
        display: none ;
    }

    .nav {
        height: 8rem ;
    }

    .nav .logo {
        height: 3.5rem;
    }

    .banner_swiper {
        margin-top: 8rem ;
    }

    .banner_swiper .swiper-button-next, .banner_swiper .swiper-button-prev {
        bottom: 2rem ;
        width: 4.5rem ;
        height: 4.5rem ;
        right: 3rem ;
    }

    .banner_swiper .swiper-button-prev {
        right: 10rem ;
    }
    

    .About {
        margin: 6rem 0px 7rem 0px ;
    }

    .About .out {
        flex-wrap: wrap ;
        margin-top: 4rem ;
    }
    
    .About .out .left {
        width: 100% ;
    }

    .About .out .right {
        width: 100% ;
        padding-left: 0px ;
        margin-top: 3rem ;
    }

    .About .out .right a {
        width: 20rem ;
        height: 5.2rem ;
    }

    .Product .Product_swiper .swiper-slide .box {
        width: 32% ;
    }

    .Product .Product_swiper .swiper-slide .box .img {
        height: 28rem ;
    }

    .Product .but_list {
        flex-wrap: wrap ;
        gap:3rem  2% ;
        padding-bottom: 0px ;
        border-bottom: none ;
        justify-content: left ;
    }

    .Product .but_list a {
        width: 32% ;
        text-align: center ;
        border: 0.1rem solid #ddd ;
        padding: 1rem  ;
        box-sizing: border-box ;
        white-space: nowrap;      /* 禁止换行 */
        overflow: hidden;         /* 隐藏溢出内容 */
        text-overflow: ellipsis;  /* 显示省略号 */
    }

    .Product .but_list a::after {
        display: none ;
    }

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

    .They_chose .They_chose_swiper .swiper-slide {
        width: 80% ;
    }

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

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

    #footer .footer_content .container {
        flex-wrap: wrap ;
        gap: 3rem 0px ;
    }

    #footer .footer_content .box {
        max-width: 100% ;
    }

    #footer .footer_nav {
        display: none ;
    }

    #footer .footer_out .right {
        width: 65% ;
        margin-top: 0px ;
        padding-top: 0rem;
    }

    #footer .footer_form {
        width: 100% ;
    }

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

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

    .PRODUCTS_pages .out .left .list {
        padding: 3rem ;
        box-sizing: border-box ;
    }

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

    .banner_pages {
        margin-top: 8rem ;
    }

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

    .case_pages .out .box {
        width: 48% ;
        height: 28rem ;
    }

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

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

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

    .Contact_pages .out .right {
        width: 100% ;
        margin-top: 5rem ;
    }

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

    .PRODUCTS_Details .Top_Introduction .right {
        margin-top: 4rem ;
    }

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

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

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

    .menu-toggle {
        display: flex ;
    }

}

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

    .Number .container {
        flex-wrap: wrap ;
    }

    .Number .left {
        width: 100% ;
    }

    .Number a {
        width: 21rem ;
        height: 5.5rem ;
        margin-top: 4rem 
    }

    .About .out .left {
        height: 43rem ;
    }

    .public_title h2 {
        font-size: 4rem ;
    }

    .They_chose .out .swiper-button-prev {
        left: -3rem ;
    }

    .They_chose .out .swiper-button-next {
        right: -3rem ;
    }

    .They_chose .They_chose_swiper .swiper-slide {
        width: 100% ;
    }

    .footer_copyright .container .link {
        position: static ;
    }

    .footer_copyright .container {
        gap: 0px 2rem ;
        flex-wrap: wrap ;
        line-height: 1.6em ;
    }

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

    .banner_pages .text p {
        font-size: 1.7rem ;
    }

    .PRODUCTS_pages , .case_pages , .News_pages , .Our_Advantages , .Contact_pages , .PRODUCTS_Details{
        margin: 7rem 0px ;
    }

    .case_pages .out .box {
        height: 22rem ;
    }

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

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

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

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

}

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

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

    .Product .Product_swiper .swiper-slide {
        justify-content: space-between ;
    }

    .Product .Product_swiper .swiper-slide .box {
        width: 48% ;
    }

    .They_chose .They_chose_swiper .swiper-slide {
        padding: 3rem ;
        box-sizing: border-box ;
    }

    .News_Updates .News_swiper .swiper-slide {
        width: 100% ;
    }

    .partner .out .partner_out .swiper-slide {
        width: auto ;
        height: 5rem ;
    }

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

    #footer .footer_out .footer_logo {
        width: 40% ;
    }

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

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

    .They_chose .out .swiper-button-next:after, .They_chose .out .swiper-button-prev:after {
        color: #0700FE ;
    }

    .PRODUCTS_pages .out .right {
        justify-content: space-between ;
    }

    .PRODUCTS_pages .out .right .box {
        width: 48% ;
    }

    .case_pages .out .box {
        width: 100% ;
        height: auto ;
    }

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

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

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