@import url(../css/iconfont.css);

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

html {
    transition: font-size 0.3s ease;
    font-size: 10px;
}

body {
    font-size: 1.5rem;
    /* 15px - 这样更清晰 */
}


body,
button,
h1,
h2,
h3,
h4,
h5,
input,
select,
table,
textarea {
    /* font-family: 'Noto Sans KR', 'Malgun Gothic', 'Apple SD Gothic Neo', 'Dotum', sans-serif; */
    font-family:
        "Apple SD Gothic Neo",
        "Malgun Gothic",
        "맑은 고딕",
        "Nanum Gothic",
        "나눔고딕",
        "Dotum",
        "돋움",
        sans-serif;
}

ul,
ol {
    list-style: none;
}

a {
    text-decoration: none;
}

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

figure {
    width: 100%;
    height: 100%;
}

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

.nav {
    width: 100%;
    position: fixed;
    top: 0px;
    left: 0px;
    background: rgba(0, 0, 0, 0.1);
    height: 9rem;
    z-index: 9999;
}

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

.nav .logo {
    width: 26rem;
    height: 4rem;
    display: block;
}

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

.nav .container ul {
    display: flex;
    align-items: center;
    height: 100%;
    width: 98rem;
}

.nav .container ul li {
    position: relative;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 1 1 auto;
}

.nav .container ul li .title {
    font-weight: 500;
    font-size: 2rem;
    color: #FFFFFF;
    display: flex ;
    flex-wrap: wrap ;
    align-items: center ;
    justify-content: center ;
    padding: 1rem 2rem;
    box-sizing: border-box;
    /*width: 100% ;*/
    /*height: 100% ;*/
}

.nav .container ul li .title:hover {
    background: #008DD6 ;
}

.nav .container ul li .title:hover {
    color: #FFF ;
}

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

.nav .language .img,
.nav .language svg {
    width: 3rem;
    height: 3rem;
    display: block;
    fill: #FFF;
}

.nav.active {
    background: #FFF;
    animation: identifier_Nav 0.3s ease-in-out forwards;
    box-shadow: 0px 0px 1rem 0.1rem rgba(0, 0, 0, 0.16);
}

.nav.active ul li .title {
    color: #333;
}

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

@keyframes identifier_Nav {
    0% {
        transform: translateY(-100%);
    }

    100% {
        transform: translateY(0%)
    }
}


.banner {
    width: 100%;
    height: 91.9rem;
    position: relative;
    overflow: hidden;
}

.banner .swiper {
    width: 100%;
    height: 100%;
}

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

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

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

.banner .swiper-slide .text .container {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.banner .swiper-slide .text h2 {
    font-weight: bold;
    font-size: 10.3rem;
    color: #FFFFFF;
    font-weight: 500;
    margin-bottom: 4.5rem;
    transform: translateY(10rem);
    transition: 0.4s ease-in-out;
    transition-delay: 0.1s;
    opacity: 0;
}

.banner .swiper-slide .text p {
    font-weight: 400;
    font-size: 2.7rem;
    color: #FFFFFF;
    transform: translateY(10rem);
    transition: 0.4s ease-in-out;
    transition-delay: 0.2s;
    opacity: 0;
}

.banner .swiper-slide .text a {
    margin-top: 13.7rem;
    width: 21.7rem;
    height: 6.2rem;
    background: #008DD6;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFF;
    font-weight: 500;
    font-size: 2rem;
    color: #FFFFFF;
    border-radius: 0.3rem;
    transform: translateY(10rem);
    transition: 0.4s ease-in-out;
    transition-delay: 0.4s;
    opacity: 0;
}

.banner .swiper-slide-active .text p,
.banner .swiper-slide-active .text h2,
.banner .swiper-slide-active .text a {
    transform: translateY(0px);
    opacity: 1;
}

.public_title {
    width: 100%;
}

.public_title h2 {
    font-weight: bold;
    font-size: 4.2rem;
    color: #1C1C1C;
    margin-bottom: 3.2rem;
}

.public_title i {
    width: 5.8rem;
    height: 0.7rem;
    background: #008DD6;
    display: block;
    clip-path: polygon(0% 0%, 0% 800%, 100% 0%);
    margin-bottom: 1.8rem;
}

.public_title p {
    font-weight: 500;
    font-size: 1.7rem;
    color: #2D2D2D;
}

.Product {
    width: 100%;
    padding: 11rem 0px;
    box-sizing: border-box;
    background: radial-gradient(circle, #F3F4F6, #FCFCFD, #FFF);
    overflow: hidden;
}

.Product .out {
    width: 100%;
    display: flex;
    justify-content: space-between;
    /* align-items: flex-start; */
    margin-top: 6.4rem;
}

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

.Product .out .left .title {
    width: 100%;
    padding: 2rem 5rem;
    box-sizing: border-box;
    font-weight: bold;
    font-size: 2.5rem;
    color: #008DD6;
    font-weight: 500;
    border-bottom: 0.1rem solid #d9d9d9bd;
}

.Product .out .left .title h3 {
    font-size: 2.5rem;
    color: #008DD6;
    font-weight: 500;
}

.Product .out .left ul {
    width: 100%;
    padding: 1.5rem 0px;
    box-sizing: border-box;
}

.Product .out .left ul li {
    width: 100%;
}

.Product .out .left ul li .tit {
    width: 100%;
    padding: 0.9rem 5rem;
    box-sizing: border-box;
    background: rgba(0, 141, 214, 0.07);
    display: flex;
    font-weight: bold;
    font-size: 1.9rem;
    color: #008DD6;
}

.Product .out .left ul li .box {
    width: 100%;
    padding: 1.5rem 0px;
}

.Product .out .left ul li .box a {
    display: block;
    width: 100%;
    padding: 0.8rem 5rem;
    box-sizing: border-box;
    font-weight: 400;
    font-size: 1.7rem;
    color: #7B7B7B;
}

.Product .out .left ul li .box a:hover {
    background: #008DD6;
    color: #FFF;
}

.Product .out .right {
    width: 77%;
    display: flex;
    flex-wrap: wrap;
    gap: 2rem 1.33%;
    align-content: baseline;
}

.Product .out .right .box {
    width: 24%;
    position: relative;
    transition: 0.4s ease-in-out;
    border-radius: 0.3rem;
}

.Product .out .right .box a {
    padding: 2rem 1.5rem;
    display: block;
    background: #FFF;
    box-sizing: border-box;
    /* clip-path: polygon(0% 0%, 100% 0%, 100% 0%, 100% 80%, 80% 100%, 20% 100%, 0% 100%, 0% 20%); */
    position: relative;
    z-index: 10;
    box-shadow: 0px 0px 1rem 0.1rem #00000017;
    height: 100% ;
}

.Product .out .right .box a span {
    font-weight: 400;
    font-size: 1.5rem;
    color: #333333;
    display: block;
    margin-bottom: 1.3rem;
}

.Product .out .right .box a h3 {
    font-weight: 400;
    font-size: 1.9rem;
    color: #333333;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-align: center;
    margin-top: 2rem;
}

.Product .out .right .box .img {
    width: 100%;
     height: 20rem ; 
    overflow: hidden;
}

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

.Product .out .right .box::after {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: #008DD6;
    content: '';
    /* clip-path: polygon(0% 0%, 100% 0%, 100% 0%, 100% 80%, 80% 100%, 20% 100%, 0% 100%, 0% 20%); */
    z-index: 4;
    /* transform:translate(0.5rem , 0.5rem ); */
    transition: 0.4s ease-in-out;
    opacity: 0;
}

.Product .out .right .box:hover {
    transform: translate(-0.2rem, -0.2rem);
}

.Product .out .right .box:hover::after {
    transform: translate(0.5rem, 0.5rem);
    opacity: 1;
}

.Product .out .right .box:hover a h3 {
    color: #008DD6;
}

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

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

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

.About .out .left h2 {
    font-weight: 800;
    font-size: 2.8rem;
    color: #333333;
    margin-bottom: 3.2rem;
}

.About .out .left p {
    font-weight: 400;
    font-size: 1.7rem;
    color: #888888;
    line-height: 1.7em;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    /* 限制为两行 */
    overflow: hidden;
}

.About .out .left a {
    width: 15.8rem;
    height: 4.4rem;
    border-radius: 0px 0px 0px 0px;
    border: 0.1rem solid #008DD6;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 400;
    font-size: 1.7rem;
    color: #008DD6;
    margin-top: 6.5rem;
}

.About .out .right {
    width: 46.5%;
    display: flex;
    flex-wrap: wrap;
    border: 0.1rem solid #EEEEEE;
    border-bottom: none;
    border-right: none;
    box-sizing: border-box;
}

.About .out .right .box {
    width: 33.33%;
    padding: 2rem 0px 2.7rem 0px;
    box-sizing: border-box;
    border-bottom: 0.1rem solid #EEEEEE;
    border-right: 0.1rem solid #EEEEEE;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transition: 0.4s ease-in-out;
}

.About .out .right .box:hover {
    box-shadow: 0px 0px 1rem 0.1rem #EEEEEE;
}

.About .out .right .box .icon {
    width: 6rem;
    height: 6rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.About .out .right .box .icon i {
    font-size: 4rem;
    color: #008DD6;
}

.About .out .right .box .icon img {
    width: 100%;
    height: 100%;
    display: block;
}

.About .out .right .box b {
    font-weight: 500;
    font-size: 3rem;
    color: #111111;
}

.About .out .right .box sup {
    font-weight: 500;
    font-size: 1.7rem;
    color: #111111;
}

.About .out .right .box .number {
    display: flex;
    align-items: self-start;
    margin: 1rem 0px;
}

.About .out .right .box>span {
    font-size: 1.7rem;
}


.About_color {
    margin: 0px ;
    padding: 10rem 0px ;
    background: #008DD6 ;   
}

.About_color .out .left h2, .About_color .out .left p , .About_color .out .right .box b , .About_color .out .right .box sup , .About_color .out .right .box>span , .About_color .out .right .box .icon i {
    color: #FFF;
}

.About_color .out .left a {
    color: #FFF ;
    border: 0.1rem solid #FFF;
}


.PopularProducts {
    margin: 11rem 0px;
    width: 100%;
    background: #FFF;
    position: relative;
    overflow: hidden;
}

.PopularProducts .container {
    position: relative;
}

.PopularProducts .out {
    margin-top: 10.5rem;
    position: relative;
}

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

.PopularProducts .out .swiper-slide a {
    display: block ;
    box-shadow: 0px 0px 1rem 0.1rem #00000017;  
    background: #FFF;
    padding: 2rem ;
    box-sizing: border-box ;
}

.PopularProducts .out .swiper-slide .img {
    width: 100%;
     height: 23rem; 
    overflow: hidden;
    display: flex ;
}

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

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

.PopularProducts .out .swiper-slide .text {
    margin-top: 2rem;
    width: 100%;
    padding: 0px 1rem;
    box-sizing: border-box;
}

.PopularProducts .out .swiper-slide .text h3 {
    font-weight: bold;
    font-size: 1.9rem;
    color: #111111;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-bottom: 1.9rem;
}

.PopularProducts .out .swiper-slide .text p {
    font-weight: 400;
    font-size: 1.7rem;
    color: #666666;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    /* 限制为两行 */
    overflow: hidden;
    margin-bottom: 3.1rem;
}

.PopularProducts .out .swiper-slide .text .Morm {
    text-align: center;
    width: 100%;
    font-weight: bold;
    font-size: 1.7rem;
    color: #000000;
}

.PopularProducts .out .swiper-slide:hover .text h3 {
    color: #008DD6;
}

.PopularProducts .swiper-button-next,
.PopularProducts .swiper-button-prev {
    top: 10rem;
    left: auto;
    right: 0px;
}

.PopularProducts .swiper-button-prev {
    right: 10rem;
    left: auto;
}

.swiper-button-next,
.swiper-button-prev {
    width: 5.4rem;
    height: 5.4rem;
    border-radius: 0px 0px 0px 0px;
    border: 0.2rem solid #008DD6;
    display: flex;
    align-items: center;
    justify-content: center;
}

.swiper-button-next::after,
.swiper-button-prev::after {
    font-size: 1.8rem;
    color: #008DD6;
    font-weight: bold;
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
    background: #008DD6;
}

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


.Honor {
    width: 100%;
    margin: 11rem 0px;
    overflow: hidden;
}

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

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

.Honor .out .swiper-slide {
    width: 20%;
    padding: 0px 2%;
    box-sizing: border-box;
}

.Honor .out .swiper-slide .img {
    width: 100%;
    height: 35.9rem;
    overflow: hidden;
}

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

.Honor .out .swiper-slide .text h3 {
    font-weight: 500;
    font-size: 1.7rem;
    color: #343434;
    text-align: center;
    margin-top: 2.7rem;
}

.News_Center {
    width: 100%;
    margin: 11rem 0px;
    overflow: hidden;
}

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

.News_Center .out .swiper-slide {
    width: 50.1rem;
    margin-right: 4.8rem;
}

.News_Center .out .swiper-slide .img {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

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

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

.News_Center .out .swiper-slide .text {
    padding: 3.4rem 1rem 1rem 1rem;
    box-sizing: border-box;
    background: #FFF;
}

.News_Center .out .swiper-slide .text time {
    font-weight: 400;
    font-size: 1.7rem;
    color: #777777;
    margin-bottom: 1.7rem;
}

.News_Center .out .swiper-slide .text h3 {
    font-weight: bold;
    font-size: 1.9rem;
    color: #111111;
    margin-top: 1rem ;
    margin-bottom: 1.5rem;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.News_Center .out .swiper-slide .text p {
    font-weight: 500;
    font-size: 1.7rem;
    color: #666666;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    /* 限制为两行 */
    overflow: hidden;
}

.News_Center .out .swiper-slide:hover .text h3 {
    color: #008DD6;
}

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

.News_Center .out .button_scrollbar {
    position: relative;
    margin: 0 auto;
    margin-top: 8.4rem;
    width: 100%;
    max-width: 140rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    opacity: 1;
}

.News_Center .out .button_scrollbar .swiper-scrollbar {
    width: 90%;
    margin: 0 auto;
    position: relative;
    bottom: 0px;
    height: 0.2rem;
    background: #BFBFBF;
    opacity: 1;
    display: block !important;
}

.News_Center .out .button_scrollbar .swiper-scrollbar .swiper-scrollbar-drag {
    height: 0.2rem;
    background: #008DD6;
}

.News_Center .out .button_scrollbar .swiper-button-prev,
.News_Center .out .button_scrollbar .swiper-button-next {
    width: auto;
    height: auto;
    border: none;
    position: relative;
    margin: 0px;
    top: auto;
}

.News_Center .out .button_scrollbar .swiper-button-prev::after,
.News_Center .out .button_scrollbar .swiper-button-next::after {
    font-size: 2.5rem;
    font-weight: 500;
}

.News_Center .out .button_scrollbar .swiper-button-prev:hover,
.News_Center .out .button_scrollbar .swiper-button-next:hover {
    background: none;
}

.News_Center .out .button_scrollbar .swiper-button-prev:hover:after,
.News_Center .out .button_scrollbar .swiper-button-next:hover:after {
    color: #008DD6;
}

.Send_the_form {
    padding: 6rem 0px 10rem 0px;
    background: #F7F7F7;
    overflow: hidden;
}

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

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

.Send_the_form .out form input {
    width: 49%;
    height: 4.9rem;
    background: #F2F2F2;
    padding: 1rem 2rem;
    box-sizing: border-box;
    margin-bottom: 2.8rem;
    font-weight: 400;
    font-size: 1.7rem;
    color: #8E8E8E;
}

.Send_the_form .out form textarea {
    width: 100%;
    height: 174px;
    background: #F2F2F2;
    padding: 1rem 2rem;
    box-sizing: border-box;
    font-weight: 400;
    font-size: 1.7rem;
}

.Send_the_form .out form button {
    width: 22.1rem;
    height: 4.6rem;
    background: #008DD6;
    margin: 0 auto;
    margin-top: 6.1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFF;
    font-weight: 400;
    font-size: 1.7rem;
    color: #FFFFFF;
    border: none;
    cursor: pointer;
}

.Send_the_form .out form input:focus,
.Send_the_form .out form textarea:focus {
    border: 0.1rem solid #008DD6;
}

.banner_pages {
    width: 100%;
    height: 35rem;
    overflow: hidden;
    position: relative;
}

.banner_pages .img {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

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

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

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

.banner_pages .text h2 {
    font-weight: bold;
    font-size: 4.8rem;
    color: #FFFFFF;
}

.About_pages {
    margin: 11rem 0px;
}

.About_pages .out .left .text {
    width: 100%;
    height: 25.8rem;
    overflow: auto;
    padding-right: 1%;
    box-sizing: border-box;
}

.About_pages .out .left .text::-webkit-scrollbar {
    width: 2px;
    background-color: #f5f5f5;
}

/* 修改滚动条滑块颜色 */
.About_pages .out .left .text::-webkit-scrollbar-thumb {
    background-color: #008DD6;
}


.About_pages .out .left p {
    -webkit-line-clamp: none;
}

.CorporateValues {
    width: 100%;
    margin: 11rem 0px;
    overflow: hidden;
}

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

.CorporateValues .out .left {
    width: 52%;
    /*height: 53.1rem;*/
    overflow: hidden;
}

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

.CorporateValues .out .right {
    width: 41.6%;
}

.CorporateValues .out .right .box {
    width: 100%;
    margin: 2rem 0px;
}

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

.CorporateValues .out .right .box p {
    font-weight: 400;
    font-size: 1.7rem;
    color: #8E8E8E;
    line-height: 1.7em;
}

.CorporateValues_right_list {
    display: flex ;
    flex-wrap: wrap ;
}

.CorporateValues_right_list .box {
    width: 50% !important;
}

.CorporateValues_color {
    margin: 0px ;
    padding: 11rem 0px ;
    background: #008DD6;
}

.CorporateValues_color .public_title h2 , .CorporateValues_color .public_title p , .CorporateValues_color .out .right .box h3 , .CorporateValues_color .out .right .box p{
    color: #FFF ;
}

.Blog_pages {
    margin: 9rem 0px;
    background: #FFF;
    overflow: hidden;
}

.Blog_pages .public_title {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.Blog_pages .Blog_search {
    width: 100%;
    display: flex;
    justify-content: right;
    margin: 3rem 0px;
}

.Blog_pages .Blog_search form {
    display: flex;
    align-items: center;
    width: 100%;
    max-width: 30rem;
    height: 4rem;
}

.Blog_pages .Blog_search input {
    width: calc(100% - 4rem);
    background: #E9EAEB;
    height: 100%;
    padding: 1rem 1rem;
    box-sizing: border-box;
    font-size: 1.5rem;
    color: #696969;
}

.Blog_pages .Blog_search button {
    width: 4rem;
    height: 4rem;
    background: #484848;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    cursor: pointer;
}

.Blog_pages .Blog_search button img {
    width: 2rem;
    height: 2rem;
    display: block;
}

.Blog_pages .container {
    max-width: 130rem;
}

.Blog_pages table {
    width: 100%;
    border-spacing: 0;
    margin-top: 5rem;
}

.Blog_pages table th {
    padding: 1.2rem 0px 1.4rem;
    font-weight: 700;
    font-size: 1.7rem;
    border: solid #474747;
    border-width: 0.2rem 0 0.1rem;
}

.Blog_pages table td {
    padding: 2rem 0px;
    text-align: center;
    font-size: 1.7rem;
    color: #333;
    font-weight: 400;
}

.Blog_pages table td {
    border-bottom: 0.1rem solid #b8b8b8;

}

.Blog_pages table td:nth-child(2) {
    text-align: left;
}

.Blog_pages table td:nth-child(2) {
    padding-left: 3rem;
    box-sizing: border-box;
}

.Blog_pages table td a {
    font-size: 1.7rem;
    color: #333;
    font-weight: 400;
    position: relative;
    width: 100% ;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1; /* 限制为两行 */
    overflow: hidden;
}

.Blog_pages table td a:hover {
    color: #008DD6;
}

.Blog_pages table td a::after {
    width: 0%;
    height: 0.1rem;
    bottom: -0.1rem;
    left: 50%;
    transform: translateX(-50%);
    content: '';
    background: #008DD6;
    position: absolute;
    transition: 0.3s ease;
}

.Blog_pages table td a:hover:after {
    width: 100%;
}

.Contact_pages {
    margin: 11rem 0px;
    overflow: hidden;
}

.Contact_pages .public_title {
    text-align: center;
}

.Contact_pages .public_title h2 {
    margin-bottom: 2rem;
}

.Contact_pages .public_title i {
    margin: 0 auto;
    margin-bottom: 2rem;
}

.Contact_pages .public_title p {
    max-width: 62rem;
    margin: 0 auto;
}

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

.Contact_pages .out .box {
    width: 25%;
    height: 30.2rem;
    overflow: hidden;
    background: #008DD6;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.Contact_pages .out .box:nth-child(2n) {
    background: #F8F8F8;
}

.Contact_pages .out .box .icon {
    width: 3.8rem;
    height: 3.4rem;
    overflow: hidden;
    display: block;
    margin-bottom: 2.8rem;
}

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

.Contact_pages .out .box h3 {
    font-weight: 500;
    font-size: 2rem;
    color: #FFFFFF;
    margin-bottom: 1.9rem;
}

.Contact_pages .out .box i {
    width: 3.9rem;
    height: 0.4rem;
    background: #FFFFFF;
    margin-bottom: 2.2rem;
}

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

.Contact_pages .out .box:nth-child(4) p {
    font-size: 1.8rem;
    padding: 0px 3rem;
    box-sizing: border-box;
}

.Contact_pages .out .box:nth-child(2n) i {
    background: #008DD6;
}

.Contact_pages .out .box:nth-child(2n) h3 {
    color: #333333;
}

.Contact_pages .out .box:nth-child(2n) p {
    color: #333333;

}

.Product_Details {
    width: 100%;
    margin: 11rem 0px 4rem 0px;
    overflow: hidden;
}

.Product_Details .Top_box {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.Product_Details .Top_box .left {
    width: 46%;
    /* border: 0.1rem dashed #3434342a; */
}

/* .Product_Details .Top_box .left img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: contain;
} */

.Product_Details .Top_box .right {
    width: 48%;
}

.Product_Details .Top_box .right h2 {
    font-weight: bold;
    font-size: 3.5rem;
    color: #333333;
    margin-bottom: 3.2rem;
}

.Product_Details .Top_box .right i {
    width: 7.4rem;
    height: 0.4rem;
    background: #008DD6;
    display: block;
    margin-bottom: 3.2rem;
}

.Product_Details .Top_box .right p {
    font-weight: normal;
    font-size: 1.7rem;
    line-height: 1.7em;
    color: #555555;

    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;

}

.Product_Details .Top_box .right ul {
    width: 100%;
    border: 0.1rem solid rgba(0, 0, 0, 0.1);
    border-bottom: none;
    margin-top: 2.5rem;
}

.Product_Details .Top_box .right ul li {
    width: 100%;
    display: flex;
    align-items: center;
    border-bottom: 0.1rem solid rgba(0, 0, 0, 0.1);
}

.Product_Details .Top_box .right ul li span:nth-child(1) {
    width: 30%;
    padding: 1rem;
    box-sizing: border-box;
    background: #FAFAFA;
    font-weight: 400;
    color: #333;
}

.Product_Details .Top_box .right ul li span:nth-child(2) {
    width: 70%;
    padding: 1rem;
    box-sizing: border-box;
    font-weight: 400;
    color: #333;
}

.Product_Details .Top_box .right a {
    margin-top: 4rem;
    width: 21.4rem;
    height: 5.4rem;
    border-radius: 0px 0px 0px 0px;
    border: 0.1rem solid #008DD6;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 400;
    font-size: 1.7rem;
    color: #008DD6;
}

.Details_title {
    width: 100%;
    border-bottom: 0.2rem solid #008DD6;
}

.Details_title h3 {
    width: 20.2rem;
    height: 5.4rem;
    background: #008DD6;
    border-radius: 1.5rem 1.5rem 0px 0px;
    font-weight: bold;
    font-size: 2rem;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
}

.Product_Introduction:nth-child(1) {
    margin-top: 8.3rem;
}

.Product_Introduction {
    margin-top: 4rem;
    width: 100%;
}

.Product_Introduction .text {
    padding: 3rem 0px;
    box-sizing: border-box;
}

.Product_Introduction .text h5 {
    font-weight: bold;
    font-size: 1.8rem;
    margin: 1rem 0px;
    color: #008DD6;
}

.Product_Introduction .text p {
    font-weight: normal;
    font-size: 1.7rem;
    line-height: 1.7em;
    color: #555555;
    margin: 1rem 0px;
}

.Product_Introduction .text table td {
    height: auto ;
}

table{
    border-collapse: collapse; /* 合并边框 */
    width:100%;
}

.Product_Introduction .text ul[style*="list-style-type: disc"] {
    padding-left: 2rem ;
    box-sizing: border-box;
}

.Product_Introduction .text img {
    width: auto;
    max-width: 100%;
    display: block;
}

.News_Detail {
    margin: 10rem 0px;
}

.News_Detail .list {
    width: 100%;
    display: flex;
    align-items: center;
    margin-top: 2rem;
}

.News_Detail h2 {
    color: #171717;
    font-size: 2.4rem;
    font-weight: bold;
}

.News_Detail .list .span {
    color: #555555;
    font-size: 1.4rem;
    display: block;
    margin: 0px 0.5rem;
}

.News_Detail .text {
    width: 100%;
    margin-top: 4rem;
}

.News_Detail .text p {
    color: #313131;
    font-size: 1.7rem;
    line-height: 1.6em;
    margin: 1rem 0px;
}

.News_Detail .text img {
    width: auto;
    max-width: 100%;
    height: auto;
    margin: 1rem 0px;
}


.drop_down_menu {
    position: absolute;
    left: 0px;
    top: 9rem;
    min-width: 20rem;
    background: #fff;
    /* display: none; */
    min-width: 100%;
    width: max-content;
    display: none;
    box-shadow: 0px 0px 1rem 0.1rem #00000023 ;
}

.drop_down_menu a {
    color: #414141;
    font-size: 1.7rem;
    padding: 1rem 1.7rem;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    align-items: center;
    line-height: 1.5em;
    font-weight: 600;
    width: 100%;
    font-weight: 500;
}

.drop_down_menu .item svg {
    width: 2rem;
    height: 2rem;
    fill: #333;
}

.drop_down_menu a img {
    width: 1.7rem;
    height: 1.7rem;
    transform: rotate(-90deg);
}


.drop_down_menu .item {
    position: relative;
}

.drop_down_menu .item .drop_down_menu {
    top: 0px;
    left: 100%;
    display: none;
}

.drop_down_menu .item:hover .drop_down_menu {
    display: block;
}

.drop_down_menu .item:hover>a {
    background: #008DD6;
    color: #FFF;
}

.drop_down_menu .item:hover>a svg {
    fill: #FFF;
}

.nav ul li:hover>.drop_down_menu {
    display: block;
}


.menubtn {
    width: 28.44px;
    height: 28.44px;
    position: relative;
    cursor: pointer;
    display: none;
    align-items: center;
}

.menubtn span {
    display: block;
    width: 28.44px;
    height: 3px;
    background: #383635;
    position: relative;
    vertical-align: middle;
    -webkit-transition-duration: .3s, .3s;
    -moz-transition-duration: .3s, .3s;
    -ms-transition-duration: .3s, .3s;
    -o-transition-duration: .3s, .3s;
    transition-duration: .3s, .3s;
    -webkit-transition-delay: .3s, 0s;
    -moz-transition-delay: .3s, 0s;
    -ms-transition-delay: .3s, 0s;
    -o-transition-delay: .3s, 0s;
    transition-delay: .3s, 0s;
}

.menubtn span:after,
.menubtn span:before {
    content: "";
    position: absolute;
    display: inline-block;
    width: 100%;
    height: 3px;
    left: 0;
    background-color: #383635;
    -webkit-transition-duration: .3s, .3s;
    -moz-transition-duration: .3s, .3s;
    -ms-transition-duration: .3s, .3s;
    -o-transition-duration: .3s, .3s;
    transition-duration: .3s, .3s;
    -webkit-transition-delay: .3s, 0s;
    -moz-transition-delay: .3s, 0s;
    -ms-transition-delay: .3s, 0s;
    -o-transition-delay: .3s, 0s;
    transition-delay: .3s, 0s;
}

.menubtn span:before {
    top: -10px;
    -webkit-transition-property: top, transform;
    -moz-transition-property: top, transform;
    -ms-transition-property: top, transform;
    -o-transition-property: top, transform;
    transition-property: top, transform;
}

.menubtn span:after {
    bottom: -10px;
    -webkit-transition-property: bottom, transform;
    -moz-transition-property: bottom, transform;
    -ms-transition-property: bottom, transform;
    -o-transition-property: bottom, transform;
    transition-property: bottom, transform;
}

.menubtn.active span {
    background-color: transparent;
    -webkit-transition-delay: 0s, 0s;
    -moz-transition-delay: 0s, 0s;
    -ms-transition-delay: 0s, 0s;
    -o-transition-delay: 0s, 0s;
    transition-delay: 0s, 0s;
}

.menubtn.active span:after,
.menubtn.active span:before {
    -webkit-transition-delay: 0s, .3s;
    -moz-transition-delay: 0s, .3s;
    -ms-transition-delay: 0s, .3s;
    -o-transition-delay: 0s, .3s;
    transition-delay: 0s, .3s
}

.menubtn.active span:before {
    top: 0px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.menubtn.active span:after {
    bottom: 0px;

    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}


.Mobile_navigation {
    width: 100%;
    background: #FFF;
    box-shadow: 0px 1rem 1rem #0000001e;
    padding: 2rem 0px;
    box-sizing: border-box;
    display: none;
}

.Mobile_navigation.show {
    display: block;
}

.Mobile_navigation ul li {
    width: 100%;
    padding: 1rem 1.5rem;
    box-sizing: border-box;
}

.Mobile_navigation ul li .title {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.Mobile_navigation ul li .title a {
    width: 100%;
    color: #333;
    font-size: 1.8rem;
}

.Mobile_navigation ul li .title svg {
    width: 3rem;
    height: 3rem;
}

.Mobile_navigation ul li .list {
    width: 100%;
    padding: 1.5rem 2rem;
    box-sizing: border-box;
    display: none;
}

.Mobile_navigation ul li .list a {
    width: 100%;
    padding: 1rem 0px;
    display: block;
    color: #333;
    font-size: 1.7rem;
}

.Mobile_navigation ul li.active {
    background: #008DD6;
}

.Mobile_navigation ul li.active svg {
    fill: #FFF;
}

.Mobile_navigation ul li.active a {
    color: #FFF;
}

.Mobile_navigation ul {
    display: block !important;
}

.Mobile_navigation ul li {
    display: block !important;
}


.Product_Details .Top_box .left .Prodic_swiper1 {
    width: 100%;
    height: 48rem;
    border: 0.1rem solid #3333332f;
}

.Product_Details .Top_box .left .Prodic_swiper1 .swiper-slide {
    width: 100%;
    height: 100%;
    overflow: hidden;
    padding: 1rem;
    box-sizing: border-box;
}

.Product_Details .Top_box .left .Prodic_swiper1 .swiper-slide img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: contain;
}

.Product_Details .Top_box .left .Prodic_swiper_box {
    position: relative;
}

.Product_Details .Top_box .left .Prodic_swiper_box .uir_vo {
    width: 20rem;
    height: 20rem;
    background: rgba(0, 0, 0, 0.16);
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 10;
}

.Product_Details .Top_box .left .Prodic_swiper_box .fangdatu_box {
    position: absolute;
    right: -41rem;
    top: 0px;
    height: 46.1rem;
    background: #FFF;
    width: 40rem;
    border: 0.1rem solid #33333350;
}

.Product_Details .Top_box .left .Prodic_swiper_box .fangdatu_box .img {
    width: 100%;
    height: 100%;
}

.Product_Details .Top_box .left .Prodic_swiper_box .fangdatu_box .img img {
    width: 100%;
    height: 100%;
    display: block;
}

.Product_Details .Top_box .left .Prodic_swiper2 {
    width: 100%;
    margin-top: 2rem;
}

.Product_Details .Top_box .left .Prodic_swiper2 .swiper-slide {
    width: 23.5%;
    height: 12rem;
    border: 0.1rem solid #33333350;
    padding: 1rem;
    box-sizing: border-box;
    margin-right: 2%;
    cursor: pointer;
}

.Product_Details .Top_box .left .Prodic_swiper2 .swiper-slide:last-child {
    margin-right: 0px;
}

.Product_Details .Top_box .left .Prodic_swiper2 .swiper-slide img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: contain;
}

.Product_Details .Top_box .left .Prodic_swiper2 .swiper-slide-thumb-active {
    border: 0.1rem solid #003366;
}

.Details_Purpose {
    width: 100%;
}

.Details_Purpose ul {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
}

.Details_Purpose ul li {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 2rem 0px;
    padding: 2rem 0px;
    border-bottom: 0.1rem solid #33333321;
}

.Details_Purpose ul li .left {
    width: calc(100% - 75rem - 3rem);
}

.Details_Purpose ul li .left h4 {
    font-size: #333;
    font-size: 2rem;
    margin-bottom: 2rem;
}

.Details_Purpose ul li .left p {
    font-size: 1.7rem;
    font-weight: 400;
    color: #333;
}

.Details_Purpose ul li .right {
    width: 75rem;
    height: 30rem;
    padding: 1rem;
    box-sizing: border-box;
    border: 0.1rem solid #33333321;
}

.Details_Purpose ul li .right .img {
    width: 100%;
    height: 100%;
}

.Details_Purpose ul li .right img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

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

.Honor_pages .out {
    margin-top: 5rem;
    display: flex;
    flex-wrap: wrap;
}

.Honor_pages .out .box {
    width: 20%;
    padding: 1rem;
    box-sizing: border-box;
    margin-bottom: 2rem;
}

.Honor_pages .out .box .img {
    width: 100%;
    height: 39rem;
    padding: 1rem;
    border: 0.1rem solid #33333321;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 0px 0.5rem 0.1rem #0000000e;
}

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

}

.Honor_pages .out .box .text {
    width: 100%;
    margin-top: 2rem;
    font-weight: 400;
    text-align: center;
    font-size: 1.7rem;
    color: #333;
}

.Contact_pages .Contact_banner {
    width: 100%;
    padding: 6.5rem 5% 6.5rem 40%;
    background: url(../images/inquiry_notice_bg.gif) no-repeat center;
    box-sizing: border-box;
    background-size: cover;
    margin-top: 4rem;
    font-size: 1.7rem;
    color: #333;
    font-weight: 400;
    line-height: 1.8em;
}

.Form_Contact {
    width: 100%;
    margin: 7rem 0px;
}

.Form_Contact form {
    width: 100%;
    margin-top: 5rem;
}

.Form_Contact input {
    width: 100%;
    padding: 0px 1.2rem;
    box-sizing: border-box;
    height: 3.5rem;
    margin-bottom: 1.8rem;
    color: #333;
    background: #FFF;
    border: 0.1rem solid #ddd;
    display: flex;
    align-items: center;
}

.Form_Contact input[type="file"] {
    height: auto;
    padding: 1rem 1.2rem;
    box-sizing: border-box;
}

.Form_Contact .upload #fileupload_fujian {
    height: auto;
    padding: 1rem 1.2rem;
    box-sizing: border-box;
    border: 0.1rem solid #ddd ;
    margin-bottom: 1rem;
}

.Form_Contact .upload button {
    width: 7rem ;
    height: 3rem ;
    border: 0.1rem solid #ddd ;
}

.fileupload-buttonbar .btn, .fileupload-buttonbar .toggle {
    margin-bottom: 0px !important;
}

.Form_Contact select {
    width: 100%;
    height: 3.5rem;
    border: 0.1rem solid #ddd;
    background: #FFF;
    color: #333;
    padding: 0px 1.2rem;
    box-sizing: border-box;
    outline: none;
    margin-bottom: 1.8rem;
}

.Form_Contact textarea {
    width: 100%;
    height: 24rem;
    padding: 1.2rem;
    box-sizing: border-box;
    border: 0.1rem solid #ddd;
    background: #FFF;
    color: #333;
    margin-bottom: 1.8rem;
}

.Form_Contact .button {
    padding: 1.2rem 5rem;
    box-sizing: border-box;
    font-size: 1.7rem;
    color: #FFF;
    background: #008DD6;
    border-radius: 0.3rem;
    cursor: pointer;
    border: none;
    margin: 0 auto;
    display: block;
    margin-top: 5rem;
}

.Footer_Nav {
    width: 100%;
    background: #008DD6;
    height: 5rem;
}

.Footer_Nav ul {
    display: flex;
    justify-content: center;
    flex-wrap: wrap ;
    align-items: center;
    height: 100%;
}

.Footer_Nav ul li {
    padding: 0px 1rem;
    box-sizing: border-box;
    border-right: 0.1rem solid rgba(255, 255, 255, 0.1);
}

.Footer_Nav ul li a {
    font-size: 1.3rem;
    color: #FFF;
    font-weight: 400;
}

.Footer_list {
    width: 100%;
    background: #003366;
    padding: 4rem 0px 5rem 0px;
    box-sizing: border-box;
}

.Footer_list ul {
    max-width: 96rem;
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.Footer_list ul li {
    font-size: 1.2rem;
    color: rgba(255, 255, 255, 0.7);
    margin-right: 1rem;
    font-weight: 400;
    line-height: 2em;
}

.Footer_list ul li a {
    font-size: 1.2rem;
    color: rgba(255, 255, 255, 0.7);
    font-weight: 400;
}

.Footer_list ul .Copyright {
    width: 100%;
    margin-top: 2rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

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

.CUSTOMER_SUPPORT .out {
    margin-top: 5rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.CUSTOMER_SUPPORT .out .left {
    width: 60%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.CUSTOMER_SUPPORT .out .left .box {
    width: 50%;
    padding: 0px 3rem;
    box-sizing: border-box;
}

.CUSTOMER_SUPPORT .out .left .box .img {
    width: 10rem;
    height: 10rem;
    display: block;
    margin: 0 auto;
    margin-bottom: 1.5rem;
}

.CUSTOMER_SUPPORT .out .left .box .txt {
    width: 100%;
    text-align: center;
}

.CUSTOMER_SUPPORT .out .left .box .txt h3 {
    font-size: 2rem;
    margin-bottom: 2rem;
    color: #333;
}

.CUSTOMER_SUPPORT .out .left .box .txt p {
    color: #333;
    font-size: 1.7rem;
    line-height: 1.8em;
    font-weight: 400;
    width: 80%;
    margin: 0 auto;
}


.CUSTOMER_SUPPORT .out .left .box a {
    width: 23rem;
    height: 5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFF;
    background: #008DD6;
    font-size: 1.7rem;
    font-weight: 400;
    margin: 0 auto;
    margin-top: 3rem;
}

.CUSTOMER_SUPPORT .out .left .box:nth-child(2) a {
    background: none;
    border: 0.1rem solid #ccc;
    color: #333;
    font-size: 1.7rem;
    font-weight: 400;
}

.CUSTOMER_SUPPORT .out .right {
    width: 37%;
}

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

.CUSTOMER_SUPPORT .out .right .title {
    height: 5rem;
    border-bottom: 0.2rem solid #333;
}

.CUSTOMER_SUPPORT .out .right .title h3 {
    font-size: 2rem;
    color: #333;
    font-weight: 500;
}

.CUSTOMER_SUPPORT .out .right .title img {
    width: 2rem;
    height: 2rem;
    display: block;
}

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

.CUSTOMER_SUPPORT .out .right ul li {
    width: 100%;
    padding: 1rem 2rem;
    box-sizing: border-box;
    border-bottom: 0.1rem solid #ccc;
    background: url(../images/icon_dot.jpg) 0 2rem no-repeat;
}

.CUSTOMER_SUPPORT .out .right ul li a {
    font-size: 1.7rem;
    font-weight: 400;
    color: #333;
}

.CUSTOMER_SUPPORT .out .right ul li a:hover {
    color: #008DD6;
}

.CorporateValues_2 .out {
    flex-direction: row-reverse;
}


.International_language {
    position: fixed ;
    width: 100% ;
    height: 100% ;
    top: 0px ;
    left: 0px ;
    z-index: 99999 ;
    background: rgba(0, 0, 0,0.8);
    display: none ;
}

.International_language ul {
    width: auto ;
    height: auto ;
    background: white ;
    padding: 0.6rem  1.6rem  ;
    box-sizing: border-box ;
    position: absolute ;
    top: 50% ;
    left: 50% ;
    transform: translate(-50%,-50%);
}

.International_language ul  li a {
    width: 100% ;
    display: flex ;
    align-items: center ;
    color: #003264 ;
    font-size: 1.5rem ;
    padding: 0.6rem 0px ;
    border-bottom: 0.1rem solid #cccccc ;
}

.International_language ul  li img {
    width: 2.4rem ;
    height:2.4rem ;
    display: block ;
    margin-right: 0.6rem ;
}

.International_language ul  li.active a {
    font-weight: bold ;
}

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




@media (max-width:1024px) {

    .menubtn {
        display: flex;
    }

    .container {
        padding: 0px 3%;
        box-sizing: border-box;
    }

    .nav .container ul {
        display: none;
    }

    .nav .language {
        display: none;
    }

    .nav .logo {
        width: auto;
        height: 3rem;
    }

    .nav {
        background: #FFF;
    }

    .banner {
        height: 24rem;
        margin-top: 9rem;
    }

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

    .banner .swiper-slide .text .container {
        align-items: center;
    }

    .banner .swiper-slide .text p {
        font-size: 1.4rem;
        text-align: center;
    }

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

    .Product {
        padding: 5rem 0px;
    }

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

    .public_title p {
        font-size: 1.5rem;
    }

    .Product .out {
        width: 100%;
        flex-wrap: wrap;
    }

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

    .Product .out .right {
        width: 100%;
        margin-top: 5rem;
        gap: 1rem 0px;
        justify-content: space-between;
    }

    .Product .out .right .box {
        width: 49%;

    }

    .Product .out .right .box a {
        padding: 2rem 2rem;
        box-sizing: border-box;
    }

    .About {
        margin-top: 5rem ;
    }

    .About_color {
        margin: 0px ;
        padding: 7rem 0px ;
    }

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

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

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

    .About .out .right .box {
        width: 50%;
    }

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

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

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

    .PopularProducts {
        margin: 7rem 0px;
    }

    .PopularProducts .swiper-button-next,
    .PopularProducts .swiper-button-prev {
        top: 3.5rem;
        width: 4rem;
        height: 4rem;
    }

    .PopularProducts .swiper-button-next {
        right: 3%;
    }

    .PopularProducts .swiper-button-prev {
        right: 7rem;
    }

    .PopularProducts .swiper-button-next::after,
    .PopularProducts .swiper-button-prev::after {
        font-size: 1.4rem;
    }

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

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

    .Honor .out .swiper-slide {
        width: 40%;
        margin-right: 4rem;
    }

    .Honor,
    .News_Center {
        margin: 7rem 0px;
    }

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

    .News_Center .out .button_scrollbar .swiper-scrollbar {
        width: 80%;
    }

    .Send_the_form {
        padding: 6rem 0px;
    }

    .Send_the_form .out form input {
        width: 100%;
    }


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

    .banner_pages {
        margin-top: 9rem;
        height: 15rem;
    }

    .CorporateValues_color {
        margin: 0  ;
        padding: 7rem 0px ;
    }

    .About_pages,
    .CorporateValues {
        margin: 7rem 0px;
    }

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

    .CorporateValues .out .left {
        width: 100%;
        height: auto;
    }

    .CorporateValues .out .right {
        width: 100%;
        margin-top: 2rem;
    }

    .Blog_pages {
        margin: 7rem 0px;
    }


    .Contact_pages {
        margin: 7rem 0px;
    }

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

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

    .CUSTOMER_SUPPORT .out .left .box {
        width: 100% ;
        padding: 0px ;
        margin: 2rem 0px ;
    }

    .CUSTOMER_SUPPORT .out .right {
        width: 100% ;
    }
    .Blog_pages table td:nth-child(2) {
        padding-left: 0px ;
    }

    .Blog_pages table th:nth-child(3) ,  .Blog_pages table th:nth-child(1) ,   .Blog_pages table td:nth-child(1){
        display: none ;
    }

    .Blog_pages table th:nth-child(2) ,  .Blog_pages table td:nth-child(2) {
        width: 70% ;
    }

    .Blog_pages table td:nth-child(3) {
        display: none ;
    }

    .Blog_pages .Blog_search form {
        max-width: 100% ;
    }

    .Contact_pages .Contact_banner {
        padding: 2rem ;
        box-sizing: border-box ;
        background: #E7F5FF !important;
    }

    .Honor_pages .out .box {
        width: 50% ;
    }

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

}


@media (min-width:768px) and (max-width:1024px) {
    .Product .out .right {
        justify-content: left;
        gap: 2rem 2%;
        box-sizing: border-box;
    }

    .Honor_pages .out .box {
        width: 33.33% ;
    }

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

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

    .About .out .right .box {
        width: 33.333%;
    }

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

    .PopularProducts .out .swiper-slide {
        width: 48%;
    }

    .Honor .out .swiper-slide {
        width: 30%;
    }

    .Honor .out .swiper-slide .img {
        height: 35.9rem;
    }

    .News_Center .out .swiper-slide {
        width: 47%;
    }



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




}


@media (min-width:1025px) and (max-width: 1440px) {
    .container {
        max-width: 130rem;
    }

    .banner {
        height: 74rem;
    }

    .banner .swiper-slide .text h2 {
        font-size: 8rem;
    }

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

    .Product .out .right {
        gap: 3rem 1.33%;
    }

}

@media (min-width:1441px) and (max-width: 1600px) {
    .container {
        max-width: 145rem;
    }

    .banner {
        height: 74rem;
    }

    .banner .swiper-slide .text h2 {
        font-size: 8rem;
    }

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



/* 超大屏幕 (1921px+) */
@media (min-width: 1921px) {
    html {
        font-size: 10px;
    }
}

/* 大桌面 (1601px - 1920px) */
@media (min-width: 1601px) and (max-width: 1920px) {
    html {
        font-size: calc(100vw / 192);
    }
}

/* 中桌面 (1441px - 1600px) */
@media (min-width: 1441px) and (max-width: 1600px) {
    html {
        font-size: calc(100vw / 160);
    }
}

/* 小桌面 (1025px - 1440px) */
@media (min-width: 1025px) and (max-width: 1440px) {
    html {
        font-size: calc(100vw / 144);
    }
}

/* 平板横屏 (769px - 1024px) */
@media (min-width: 769px) and (max-width: 1024px) {
    html {
        font-size: calc(100vw / 102.4);
    }
}

/* 平板竖屏/大手机 (426px - 768px) */
@media (min-width: 426px) and (max-width: 768px) {
    html {
        font-size: calc(100vw / 76.8);
    }
}

/* 手机 (≤425px) */
@media (max-width: 425px) {
    html {
        font-size: calc(100vw / 42.5);
    }
}

/* 超小手机额外保护 */
@media (max-width: 320px) {
    html {
        font-size: calc(100vw / 32);
    }
}