* {
    margin: 0px;
    padding: 0px;
    font-size: 15px;
}

ul,
ol {
    list-style: none;
}

a {
    text-decoration: none;
}

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

html {
    transition: font-size 0.3s ease;
    font-family: "Open Sans", sans-serif, system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial;
}

.public {
    width: 100%;
    max-width: 15rem;
    height: 100%;
    margin: 0 auto;
}

.head_Top {
    width: 100%;
    height: 0.4rem;
    background: #202135;
    position: relative;
    z-index: 100 ;
}

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

.head_Top .out .left {
    display: flex;
    height: 100%;
    align-items: center;
}

.head_Top .out .left span {
    font-family: "Open Sans", sans-serif;
    font-weight: 300;
    font-size: 0.14rem;
    color: #FFFFFF;
    display: block;
}

.head_Top .out .left span:first-child {
    margin-right: 0.54rem;
}

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

.head_Top .out .right i {
    width: 0.01rem;
    height: 0.16rem;
    display: block;
    background: #FFF;
    margin-right: 0.32rem;
}

.head_Top .out .right .language {
    position: relative;
    height: 100%;
    cursor: pointer;
}

.head_Top .out .right .language .Dropdown {
    position: absolute ;
    background: #FFF ;
    box-shadow: 0px 0px 0.1rem 0.01rem rgba(0, 0, 0, 0.16);
    z-index: 10 ;
    padding: 0.1rem 0.1rem ;
    box-sizing: border-box ;
    right: 0px ;
    top: 0.4rem ;
    display: none ;
}

.head_Top .out .right .language:hover .Dropdown {
    display: block ;
}

.head_Top .out .right .language .Dropdown a {
    color: #333 ;
    font-size: 0.15rem ;
    padding: 0.1rem 0.15rem ;
    box-sizing: border-box ;
    display: block;
}

.head_Top .out .right .language .Dropdown a:hover {
    background: #0B82D4 ;
    color: #FFF;
}

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

.head_Top .out .right .language .title span {
    font-weight: 500;
    font-size: 0.2rem;
    color: #FFFFFF;
    display: block;
    margin-right: 0.11rem;
}

.head_Top .out .right .language .title img {
    width: 0.13rem;
    display: block;
}

.head_Nav {
    width: 100%;
    height: 0.98rem;
    background: #FFF;
    box-shadow: 0px 0.03rem 0.06rem 0.01rem rgba(0, 0, 0, 0.16);
    position: relative;
    top: 0px;
    z-index: 99;
    transition: all 0.6s;
}

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

.head_Nav .out .logo {
    height: 100%;
    padding: 0.17rem 0px 0.18rem 0px;
    box-sizing: border-box;
}

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

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

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

.head_Nav .out .right ul li {
    position: relative;
    margin-right: 0.67rem;
    height: 100%;
}

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

.head_Nav .out .right ul li .title {
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    font-size: 0.2rem;
    color: #666666;
    display: flex;
    height: 100%;
    align-items: center;
    transition: font-weight 0.5s all;
}

.head_Nav .out .right .Appointment {
    width: 1.83rem;
    height: 0.47rem;
    background: #0B82D4;
    border-radius: 0.32rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 400;
    font-size: 0.19rem;
    color: #FFFFFF;
    margin-left: 0.27rem;
    font-family: "Open Sans", sans-serif;
}

.head_Nav .out .right ul li:hover .title,
.head_Nav .out .right ul li.on .title {
    color: #0B82D4;
}

.banenr {
    width: 100%;
    height: 8.01rem;
    position: relative;
    z-index: 10;
}

.banenr .banenr_swiper,
.banenr .banenr_swiper .swiper-slide {
    width: 100%;
    height: 100%;
}

.banenr .banenr_swiper .swiper-slide .banenr_img {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 1;
}

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

.banenr .banenr_swiper .swiper-slide .banenr_text {
    position: relative;
    z-index: 2;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;

}

.banenr .banenr_swiper .swiper-slide .banenr_text .left {
    width: 55%;
}

.banenr .banenr_swiper .swiper-slide .banenr_text .left h5 {
    font-weight: 400;
    font-size: 0.8rem;
    color: #FFF;
    font-family: "Playfair Display", serif;
    /*word-break: break-all;*/
    text-shadow: 0px 0.03rem 0.06rem rgba(0, 0, 0, 0.21) ;
}

.banenr .banenr_swiper .swiper-slide .banenr_text .left a {
    width: 2.32rem;
    height: 0.63rem;
    background: #0B82D4;
    border-radius: 0.32rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 0.9rem;
    font-weight: normal;
    font-size: 0.23rem;
    color: #FFFFFF;
    transition: 0.7s;
}

.banenr .banenr_swiper .swiper-slide .banenr_text .right {
    max-width: 5.5rem;
    height: 3.99rem;
    display: flex ;
    align-items: center ;
}

.banenr .banenr_swiper .swiper-slide .banenr_text .right img {
    width: auto ;
    height: auto ;
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    display: block;
}


.banenr .but_Poster {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 13.7rem;
    left: 50%;
    transform: translateX(-50%);
    position: absolute;
    bottom: 0.46rem;
    z-index: 20;
}

.banenr .but_Poster .swiper-pagination {
    position: relative;
    bottom: 0px;
    width: auto;
}

.banenr .but_Poster .swiper-pagination .swiper-pagination-bullet {
    width: 0.11rem;
    height: 0.11rem;
    background: #FFFFFF;
    opacity: 0.5;
    transition: 0.5s all;
    box-sizing: border-box;
}

.banenr .but_Poster .swiper-pagination .swiper-pagination-bullet-active {
    width: 0.34rem;
    border-radius: 0.06rem;
    opacity: 1;
}

.banenr .but_Poster .button {
    display: flex;
    align-items: center;
    width: auto;
}

.banenr .but_Poster .button .swiper-button-prev {
    margin-right: 0.7rem;
}

.banenr .but_Poster .button .swiper-button-prev,
.banenr .but_Poster .button .swiper-button-next {
    position: relative;
    left: 0;
    bottom: 0;
    right: 0;
    top: 0;
    margin-top: 0px;
    width: 0.6rem;
    height: 0.6rem;
    border: 0.01rem solid #FFF;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.4s all;
    box-sizing: border-box;
}

.banenr .but_Poster .button .swiper-button-prev::after,
.banenr .but_Poster .button .swiper-button-next::after {
    color: #FFF;
    font-size: 0.14rem;
}


.banenr .but_Poster .button .swiper-button-prev:hover,
.banenr .but_Poster .button .swiper-button-next:hover {
    background: #1560AD;
    border: none;
}

/* public_title */
.public_title {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.public_title .title {
    display: flex;
    justify-content: center;
    align-items: center;
}

.public_title .title img {
    width: 0.96rem;
    display: block;
}

.public_title .title span {
    font-weight: 400;
    font-size: 0.26rem;
    color: #0B82D4;
    display: block;
    margin: 0px 0.2rem;
    font-family: "Playfair Display", serif;
}

.public_title .text {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.public_title .text h5 {
    width: 100%;
    max-width: 8.22rem;
    text-align: center;
    font-weight: 400;
    font-size: 0.62rem;
    color: #000000;
    margin: 0.15rem 0px;
    font-family: "Playfair Display", serif;
}

.public_title .text p {
    width: 100%;
    max-width: 9.75rem;
    text-align: center;
    font-weight: 400;
    font-size: 0.17rem;
    color: #999999;
    line-height: 1.7em;
    font-family: "Open Sans", sans-serif;
}


.Product {
    margin-top: 1.3rem;
}

.Product .out {
    margin-top: 0.5rem;
    display: flex;
    flex-wrap: wrap;
    gap: 0.95rem 0.65rem;
    overflow: hidden;
}

.Product .out .box {
    width: 3.26rem;
}

.Product .out .box .img {
    width: 100%;
    height: 2.36rem;
    overflow: hidden;
    position: relative;
    padding: 0.3rem;
    box-sizing: border-box;
    background: url(../images/beipuac.jpg) no-repeat center;
    background-size: cover;
}

.Product .out .box .img::after {
    position: absolute;
    top: 0px;
    left: 0px;
    background: #036EB7;
    opacity: 0.5;
    content: ' ';
    height: 0%;
    display: block;
    width: 100%;
    transition: 0.5s all;
}

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

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

.Product .out .box .text {
    width: 100%;
    background: #FFF;
    height: 2rem;
    padding: 0px 0.24rem 0px 0.26rem;
    box-sizing: border-box;
    border-radius: 0 0 0.11rem 0.11rem;
    overflow: hidden;
    position: relative;
}

.Product .out .box .text::after {
    width: 100%;
    height: 0.07rem;
    background: #036EB7;
    bottom: 0px;
    content: "";
    display: block;
    position: absolute;
    z-index: 1;
    left: 0px;
    transition: 0.5s all;
}

.Product .out .box .text .tit {
    width: 100% ;
    padding: 0.25rem 0px;
        box-sizing: border-box;
}

.Product .out .box .text h5 {
    font-weight: 400;
    font-size: 0.2rem;
    color: #333333;
    box-sizing: border-box;
    white-space: nowrap;
    /* 禁止文本换行 */
    overflow: hidden;
    /* 隐藏超出范围的内容 */
    text-overflow: ellipsis;
    /* 使用省略号 */
    font-family: "Open Sans", sans-serif ;
    z-index: 2;
    position: relative;
    transition: 0.5s all;
}

.Product .out .box .text h5:nth-child(1) {
    margin-bottom: 0.1rem ;
    font-size: 0.18rem ;
}

.Product .out .box .text p {
    width: 100%;
    font-weight: 400;
    font-size: 0.18rem;
    color: #555555;
    display: -webkit-box;
    /* 设置为WebKit内核的弹性盒子模型 */
    -webkit-box-orient: vertical;
    /* 垂直排列 */
    -webkit-line-clamp: 2;
    /* 限制显示三行 */
    overflow: hidden;
    /* 隐藏超出范围的内容 */
    text-overflow: ellipsis;
    /* 使用省略号 */
    height: 0.52rem;
    z-index: 2;
    position: relative;
    transition: 0.5s all;
    display: none ;
}

.Product .out .box .text span {
    width: 1.36rem;
    height: 0.38rem;
    background: #1560AD;
    display: flex;
    align-items: center;
    font-weight: 400;
    font-size: 0.12rem;
    color: #FFFFFF;
    justify-content: center;
    margin-top: 0.25rem;
    border-radius: 0.29rem;
    z-index: 2;
    position: relative;
}

.Product .out .box:hover .img::after {
    height: 100%;
}

.Product .out .box:hover .text::after {
    height: 100%;
}

.Product .out .box:hover .text h5,
.Product .out .box:hover .text p {
    color: #FFF;
}

.ABOUT_US {
    margin-top: 1.3rem;
    overflow: hidden;
}

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

.ABOUT_US .out .left {
    width: 4.87rem;
    height: 5.60rem;
    position: relative;
    margin: 0px 1rem 1.2rem 0px ;
    /*float:left ; clear:both*/
}

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

.ABOUT_US .out .left .icon_img {
    width: 2.88rem;
    height: 2.88rem;
    background: #FFF;
    border-radius: 50%;
    position: absolute;
    bottom: 0px;
    left: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: -1.04rem;
    margin-left: -1.04rem;
    box-shadow: 0px 0px 0.1rem 0.01rem #0000001f;
}

.ABOUT_US .out .left .icon_img img {
    width: 100%;
    height: 100%;
    transform: scale(0.92);
    display: block;
}

.ABOUT_US .out .right {
    width: 8.54rem;
    /*width: 100% ;*/
}

.ABOUT_US .out .right .public_title {
    align-items: flex-start;
    display: block ;
}

.ABOUT_US .out .right .public_title .text {
    align-items: flex-start;
}

.ABOUT_US .out .right .public_title .title {
    justify-content: flex-start;
    /*width: 100%;*/
}

.ABOUT_US .out .right .public_title .title span {
    margin-left: 0px;
}

.ABOUT_US .out .right .public_title  h5 {
    text-align: left;
    font-weight: 400;
    font-size: 0.7rem;
    color: #000000;
    margin-bottom: 0.36rem;
}

.ABOUT_US .out .right a {
    width: 1.96rem;
    height: 0.6rem;
    background: #0B82D4;
    border-radius: 0.3rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 400;
    font-size: 0.19rem;
    color: #FFFFFF;
    margin-top: 0.36rem;
    transition: 0.7s;
}

.ABOUT_US .out .right>.text {
    height: 4rem ;
    overflow-y: scroll ;
}

.ABOUT_US .out .right  .text p {
    text-align: left;
    font-weight: 400;
    font-size: 0.23rem;
    color: #444444;
    line-height: 1.7em;
    font-family: "Open Sans", sans-serif;
}

.WHY_CHOOSE_US {
    margin-top: 1.5rem;
}

.WHY_CHOOSE_US .list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 0.84rem;
}



.WHY_CHOOSE_US .list .item {
    width: 4.7rem;
    border-radius: 0.09rem;
    border: 0.01rem solid #0B82D4;
    padding: 0.4rem 0.35rem;
    box-sizing: border-box;
}

.WHY_CHOOSE_US_Service .list .item {
    width: 3.5rem;   
}

.WHY_CHOOSE_US .list .item .icon {
    width: 0.72rem;
    height: 0.72rem;
    object-fit: contain;
    display: block;
    margin-bottom: 0.3rem;
}

.WHY_CHOOSE_US .list .item h5 {
    font-weight: 500;
    font-size: 0.21rem;
    color: #111111;
    font-family: "Playfair Display", serif;
}

.WHY_CHOOSE_US .list .item p {
    font-weight: 400;
    font-size: 0.16rem;
    color: #666666;
    margin-top: 0.2rem;
    line-height: 1.6em;
}

.GET_IN_TOUCH {
    width: 100%;
    background: url(../images/10029.png) no-repeat center;
    background-size: cover;
    padding: 0.8rem 0px 0.55rem 0px;
    box-sizing: border-box;
    margin-top: 1.29rem;
    overflow: hidden;
}

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

.GET_IN_TOUCH .out .left {
    width: 7.23rem;
    padding-top: 0.19rem;
    box-sizing: border-box;
}

.GET_IN_TOUCH .out .left .public_title {
    align-items: flex-start;
}

.GET_IN_TOUCH .out .left .public_title .text {
    align-items: flex-start;
}

.GET_IN_TOUCH .out .left .public_title .title {
    justify-content: flex-start;
    width: 100%;
}

.GET_IN_TOUCH .out .left .public_title .title span {
    margin-left: 0px;
}

.GET_IN_TOUCH .out .left .public_title .text h5 {
    text-align: left;
    font-weight: 400;
    font-size: 0.7rem;
    color: #000000;
    margin-bottom: 0.36rem;
}

.GET_IN_TOUCH .out .left .public_title .text p {
    text-align: left;
    font-weight: 400;
    font-size: 0.23rem;
    color: #444444;
}

.GET_IN_TOUCH .out .left a {
    width: 1.96rem;
    height: 0.6rem;
    background: #0B82D4;
    border-radius: 0.3rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 400;
    font-size: 0.19rem;
    color: #FFFFFF;
    margin-top: 0.76rem;
    transition: 0.7s;
}

.GET_IN_TOUCH .out .right {
    width: 6.33rem;
    background: rgba(255, 211, 193, 0.61);
    padding: 0.45rem 0.43rem;
    box-sizing: border-box;
}

.GET_IN_TOUCH .out .right .title span {
    font-weight: 400;
    font-size: 0.26rem;
    color: #1560AD;
    display: block;
    margin-bottom: 0.13rem;
    font-family: "Playfair Display", serif;
}

.GET_IN_TOUCH .out .right .title h5 {
    font-weight: 400;
    font-size: 0.49rem;
    color: #000000;
    font-family: "Playfair Display", serif;
    margin-bottom: 0.3rem;
}

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

.GET_IN_TOUCH .out .right form .input {
    width: 48%;
    height: 0.57rem;
    border-radius: 0.1rem;
    border: 0.01rem solid #0B82D4;
    background: none;
    padding: 0px 0.12rem;
    box-sizing: border-box;
    font-weight: 400;
    font-size: 0.13rem;
    color: #6C758B;
    margin-bottom: 0.15rem;
    outline: none;

}

.GET_IN_TOUCH .out .right form select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url(../images/jiantou.svg) !important;
    background-repeat: no-repeat !important;
    background-position: right 0.1rem center !important;
    background-size: 0.16rem 0.12rem !important;
}

.GET_IN_TOUCH .out .right form select option {
    font-weight: 400;
    font-size: 0.13rem;
    color: #6C758B;
}

.GET_IN_TOUCH .out .right form textarea {
    width: 100%;
    height: 1.32rem;
    border-radius: 0.1rem;
    border: 0.01rem solid #0B82D4;
    padding: 0.12rem;
    box-sizing: border-box;
    background: none;
    font-weight: 400;
    font-size: 0.13rem;
    color: #6C758B;
    margin-bottom: 0.16rem;
}

.GET_IN_TOUCH .out .right form button {
    width: 100%;
    height: 0.59rem;
    background: #0B82D4;
    border-radius: 0.1rem;
    font-weight: 400;
    font-size: 0.16rem;
    color: #FFFFFF;
    border: none;
    cursor: pointer;
    transition: 0.7s;
}

.GET_IN_TOUCH .out .right form .input:focus,
.GET_IN_TOUCH .out .right form textarea:focus {
    box-shadow: 0 0 0 0.02rem rgba(21, 185, 217, .25);
}

.GET_IN_TOUCH .out .right form button:hover {
    box-shadow: inset 6rem 0 0 0 #FAF9FB !important;
    color: #0B82D4 !important;

}

.More {
    transition: 0.6s all;
}

.GET_IN_TOUCH .out .left a:hover,
.ABOUT_US .out .right a:hover,
.banenr .banenr_swiper .swiper-slide .banenr_text .left a:hover,
.More:hover {
    box-shadow: inset 3rem 0 0 0 #FAF9FB !important;
    color: #0B82D4 !important;
}

.MEET_Out_TEAM {
    margin: 1.3rem 0px 1.3rem 0px;
}

.MEET_Out_TEAM .public {
    max-width: 12.96rem;
}

.MEET_Out_TEAM .out {
    margin-top: 0.7rem;
}

.MEET_Out_TEAM .out .swiper-slide {
    width: 3.09rem;
    margin-right: 0.2rem;
}

.MEET_Out_TEAM .out .swiper-slide .img {
    width: 100%;
    height: 3.38rem;
    border-radius: 0.13rem 0.13rem 0px 0px;
    overflow: hidden;
    position: relative;
}


.MEET_Out_TEAM .out .swiper-slide .img::after {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: #0b84d42c;
    content: '';
    opacity: 0;
    transition: 0.6s all;
}

.MEET_Out_TEAM .out .swiper-slide .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1.1);
}

.MEET_Out_TEAM .out .swiper-slide .text {
    width: 100%;
    padding: 0.2rem 0.23rem 0.26rem 0.23rem;
    box-sizing: border-box;
    background: #FFF;
    border: 0.01rem solid #0B82D4;
    box-sizing: border-box;
    border-radius: 0px 0px 0.13rem 0.13rem;
    transition: 0.6s all;
}

.MEET_Out_TEAM .out .swiper-slide h5 {
    text-align: center;
    font-weight: 400;
    font-size: 0.2rem;
    color: #EFA291;
    font-family: "Playfair Display", serif;
    transition: 0.6s all;
    text-transform: capitalize ;
}

.MEET_Out_TEAM .out .swiper-slide span {
    font-weight: 400;
    font-size: 0.17rem;
    color: #0B82D4;
    font-family: "Playfair Display", serif;
    display: block;
    text-align: center;
    margin-top: 0.18rem;
    transition: 0.6s all;
}

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


.MEET_Out_TEAM .out .swiper-slide:hover .text {
    background: #0B82D4;
}

.MEET_Out_TEAM .out .swiper-slide:hover h5 {
    color: #fff;
}

.MEET_Out_TEAM .out .swiper-slide:hover span {
    color: #FFF;
}

.MEET_Out_TEAM .out .swiper-slide:hover .img::after {
    opacity: 1;
}

/* TESTIMONIAL */
.TESTIMONIAL {
    width: 100%;
    padding: 1rem 0px 1.4rem 0px;
    box-sizing: border-box;
    background: url(../images/10030.png) no-repeat center;
    background-size: cover;
}

.TESTIMONIAL .public_title .title span {
    color: #FFF;
}

.TESTIMONIAL .out {
    margin-top: 0.6rem;
}

.TESTIMONIAL .out .swiper {
    padding-bottom: 0.8rem;
}

.TESTIMONIAL .out .swiper-slide {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.TESTIMONIAL .out .swiper-slide .img {
    width: 1.1rem;
    height: 1.1rem;
    background: #FFF;
    border-radius: 50%;
    margin-bottom: 0.7rem;
}

.TESTIMONIAL .out .swiper-slide .img img {
    width: 100%;
    height: 100%;
    display: block;
    border-radius: 50%;
    transform: scale(0.94);
}

.TESTIMONIAL .out .swiper-slide p {
    width: 100%;
    max-width: 10.31rem;
    text-align: center;
    font-weight: 400;
    font-size: 0.17rem;
    color: #FFFFFF;
    margin-bottom: 0.38rem;
}

.TESTIMONIAL .out .swiper-slide a {
    font-weight: 400;
    font-size: 0.26rem;
    color: #1D1D1D;
    font-family: "Playfair Display", serif;
}

.TESTIMONIAL .out .swiper-pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.14rem;
}

.TESTIMONIAL .out .swiper-pagination-bullet {
    width: 0.21rem;
    height: 0.21rem;
    /* background: #FFF ; */
    border: 0.01rem solid #fff;
    border-radius: 50%;
    opacity: 1;
    position: relative;
    background: none;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    overflow: hidden;
    cursor: pointer;
}

.TESTIMONIAL .out .swiper-pagination-bullet::before {
    width: 0.09rem;
    height: 0.09rem;
    position: absolute;
    background: #0B82D4;
    border-radius: 50%;
    content: '';
    z-index: 1;
    transition: 0.6s all;
}

.TESTIMONIAL .out .swiper-pagination-bullet::after {
    width: 0.09rem;
    height: 0.09rem;
    position: absolute;
    background: #FFF;
    border-radius: 50%;
    content: '';
    z-index: 2;
}

.TESTIMONIAL .out .swiper-pagination-bullet:hover::before,
.TESTIMONIAL .out .swiper-pagination-bullet-active::before {
    transform: scale(3);
}

.TESTIMONIAL .out .swiper-button-next,
.TESTIMONIAL .out .swiper-button-prev {
    width: 0.54rem;
    height: 0.54rem;
    background: #FFF;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.TESTIMONIAL .out .swiper-button-next:after {
    content: '';
    background: url(../images/10016.png) no-repeat center;
    width: 0.1468rem;
    height: 0.09rem;
    background-size: contain;
}

.TESTIMONIAL .out .swiper-button-prev:after {
    content: '';
    background: url(../images/10017.png) no-repeat center;
    width: 0.1468rem;
    height: 0.09rem;
    background-size: contain;
}

.Company_Blog {
    margin: 1.3rem 0px;
}

.Company_Blog .out {
    margin-top: 0.84rem;
}

.Company_Blog .out .swiper-slide {
    width: 4.78rem;
    margin-right: 0.33rem;
}

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

.Company_Blog .out .swiper-slide .img {
    width: 100%;
    height: 2.83rem;
    overflow: hidden;
    border-radius: 0.15rem 0.15rem 0px 0px;
}

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

.Company_Blog .out .swiper-slide .text {
    width: 100%;
    background: #FFF;
    border-radius: 0px 0px 0.15rem 0.15rem;
    background: #FFF;
    padding: 0.2rem 0.4rem 0.3rem 0.4rem;
    border: 0.01rem solid #0B82D4;
    overflow: hidden;
    box-sizing: border-box;
}

.Company_Blog .out .swiper-slide .text .tiem {
    display: flex;
    align-items: center;
}

.Company_Blog .out .swiper-slide .text .tiem .icon {
    width: 0.1637rem;
    display: block;
    object-fit: contain;
    margin-right: 0.09rem;
}

.Company_Blog .out .swiper-slide .text .tiem span {
    font-weight: 400;
    font-size: 0.14rem;
    color: #555555;
}

.Company_Blog .out .swiper-slide .text h5 {
    font-weight: 400;
    font-size: 0.22rem;
    color: #333333;
    height: 0.58rem;
    font-family: "Playfair Display", serif;
    display: -webkit-box;
    /* 设置为WebKit内核的弹性盒子模型 */
    -webkit-box-orient: vertical;
    /* 垂直排列 */
    -webkit-line-clamp: 2;
    /* 限制显示三行 */
    overflow: hidden;
    /* 隐藏超出范围的内容 */
    text-overflow: ellipsis;
    /* 使用省略号 */
    margin-bottom: 0.24rem;
    margin-top: 0.14rem;
}

.Company_Blog .out .swiper-slide .text p {
    display: -webkit-box;
    /* 设置为WebKit内核的弹性盒子模型 */
    -webkit-box-orient: vertical;
    /* 垂直排列 */
    -webkit-line-clamp: 3;
    /* 限制显示三行 */
    overflow: hidden;
    /* 隐藏超出范围的内容 */
    text-overflow: ellipsis;
    /* 使用省略号 */
    height: 0.68rem;
    font-weight: 400;
    font-size: 0.14rem;
    color: #666666;
    line-height: 1.7em;
}

.Company_Blog .out .swiper-slide .text .More {
    width: 1.39rem;
    height: 0.44rem;
    background: #0B82D4;
    border-radius: 0.29rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 400;
    font-size: 0.17rem;
    color: #FFFFFF;
    margin-top: 0.21rem;
}

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

.Company_Blog .out .swiper-slide:hover h5 {
    color: #036EB7;
}


.footer {
    width: 100%;
    background: #101010;
    padding: 0.89rem 0px;
    box-sizing: border-box;
}

.footer .out {
    display: flex;
    justify-content: space-between;
}

.footer .out .left {
    width: 3.68rem;
}

.footer .out .left .logo {
    width: 1.27rem;
    display: block;
    margin-bottom: 0.4rem;
}

.footer .out .left .logo img {
    width: 100%;
    display: block;
}

.footer .out .left .list .box {
    display: flex;
    align-items: center;
    margin-bottom: 0.32rem;
}

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

.footer .out .left .list .box .icon {
    width: 0.47rem;
    flex: none;
}

.footer .out .left .list .box img {
    height: 0.18rem;
    display: block;
    object-fit: contain;
    text-align: left;
}

.footer .out .left .list .box span {
    font-weight: 400;
    font-size: 0.16rem;
    color: #DCDCDC;
}

.footer .out ul {
    width: 7.25rem;
    display: flex;
    justify-content: space-between;
    padding-top: 0.32rem;
}

.footer .out ul li .title {
    font-weight: 400;
    font-size: 0.22rem;
    color: #0B82D4;
    margin-bottom: 0.4rem;
    display: block;
}

.footer .out ul li .list a {
    font-weight: 400;
    font-size: 0.18rem;
    color: #BBBBBB;
    margin-bottom: 0.34rem;
    display: block;
}

.footer .out ul li .list a:last-child {
    margin-bottom: 0px;
}

.footer .out .right {
    width: 2rem;
    padding-top: 0.32rem;
    box-sizing: border-box;
}

.footer .out .right form {
    display: flex;
    align-items: flex-end;
    margin-bottom: 0.88rem;
}

.footer .out .right form .icon {
    width: 0.48rem;
    height: 0.48rem;
    display: block;
    flex: none;
    margin-right: 0.1rem;
}

.footer .out .right form input {
    width: 100%;
    height: 0.48rem;
    background: none;
    font-weight: 400;
    font-size: 0.12rem;
    color: #FFFFFF;
    border-bottom: 0.01rem solid #707070;
}

.footer .out .right .with_Us h5 {
    font-weight: 400;
    font-size: 0.19rem;
    color: #FFFFFF;
    font-family: "Playfair Display", serif;
}

.footer .out .right .with_Us .list {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0.4rem;
    gap: 0.2rem;
}

.footer .out .right .with_Us .list img {
    width: 0.32rem;
    height: 0.32rem;
    display: block;
    border-radius: 50%;
    object-fit: cover;
}

.Footer_DIBU {
    width: 100%;
    background: #101010;
    padding: 0.15rem 0px 0.2rem 0px;
    box-sizing: border-box;
    border-top: 0.01rem solid #464646;
    box-sizing: border-box;
    position: relative;
}

.Footer_DIBU .public {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.Footer_DIBU p {
    font-weight: 400;
    font-size: 0.14rem;
    color: #CCCCCC;
}

.Footer_DIBU a {
    position: absolute;
    right: 0px;
    font-weight: 400;
    font-size: 0.14rem;
    color: #CCCCCC;
}

.banenr_pages {
    width: 100%;
    height: 4rem;
    position: relative;
}

.banenr_pages .img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    z-index: 1;
}

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

.banenr_pages .text {
    width: 100%;
    position: relative;
    z-index: 2;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.banenr_pages .text h5 {
    font-weight: 400;
    font-size: 0.96rem;
    color: #FFFFFF;
    font-family: "Playfair Display", serif;
}

.Blog_pages {
    margin: 1.1rem 0px 0.7rem 0px;
}

.Blog_pages .out {
    margin-top: 0.84rem;
    display: flex;
    flex-wrap: wrap;
}


.Blog_pages .out .box {
    width: 4.78rem;
    margin-right: 0.33rem;
    margin-bottom: 0.43rem;
}

.Blog_pages .out .box:nth-child(3n) {
    margin-right: 0px;
}

.Blog_pages .out .box .img {
    width: 100%;
    height: 2.83rem;
    overflow: hidden;
    border-radius: 0.15rem 0.15rem 0px 0px;
}

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

.Blog_pages .out .box .text {
    width: 100%;
    background: #FFF;
    border-radius: 0px 0px 0.15rem 0.15rem;
    background: #FFF;
    padding: 0.2rem 0.4rem 0.3rem 0.4rem;
    border: 0.01rem solid #0B82D4;
    overflow: hidden;
    box-sizing: border-box;
}

.Blog_pages .out .box .text .tiem {
    display: flex;
    align-items: center;
}

.Blog_pages .out .box .text .tiem .icon {
    width: 0.1637rem;
    display: block;
    object-fit: contain;
    margin-right: 0.09rem;
}

.Blog_pages .out .box .text .tiem span {
    font-weight: 400;
    font-size: 0.14rem;
    color: #555555;
}

.Blog_pages .out .box .text h5 {
    font-weight: 400;
    font-size: 0.22rem;
    color: #333333;
    height: 0.58rem;
    font-family: "Playfair Display", serif;
    display: -webkit-box;
    /* 设置为WebKit内核的弹性盒子模型 */
    -webkit-box-orient: vertical;
    /* 垂直排列 */
    -webkit-line-clamp: 2;
    /* 限制显示三行 */
    overflow: hidden;
    /* 隐藏超出范围的内容 */
    text-overflow: ellipsis;
    /* 使用省略号 */
    margin-bottom: 0.24rem;
    margin-top: 0.14rem;
}

.Blog_pages .out .box .text p {
    display: -webkit-box;
    /* 设置为WebKit内核的弹性盒子模型 */
    -webkit-box-orient: vertical;
    /* 垂直排列 */
    -webkit-line-clamp: 3;
    /* 限制显示三行 */
    overflow: hidden;
    /* 隐藏超出范围的内容 */
    text-overflow: ellipsis;
    /* 使用省略号 */
    height: 0.68rem;
    font-weight: 400;
    font-size: 0.14rem;
    color: #666666;
    line-height: 1.7em;
}

.Blog_pages .out .box .text .More {
    width: 1.39rem;
    height: 0.44rem;
    background: #0B82D4;
    border-radius: 0.29rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 400;
    font-size: 0.17rem;
    color: #FFFFFF;
    margin-top: 0.21rem;
}

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

.Blog_pages .out .box:hover h5 {
    color: #036EB7;
}

/* 分页 */
.Pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin-top: 0.44rem;
}

.Pagination .Pagination_out {
    display: flex;
    align-items: center;
    justify-content: center;
}

.Pagination .Pagination_out a {
    /*width: 0.43rem;*/
    /*height: 0.43rem;*/
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 400;
    font-size: 0.18rem;
    color: #666666;
    /*border-radius: 50%;*/
    margin: 0px 0.05rem;
}

.Pagination .Pagination_out a:hover,
.Pagination .Pagination_out a.on {
    color: #FFF;
    background: #0B82D4;
}

.Environment {
    margin-top: 1.08rem;
    margin-bottom: 1.27rem;
}

.Environment .out {
    margin-top: 0.7rem;
}

.Environment .out .swiper-slide {
    width: 4.81rem;
    margin-right: 0.27rem;
}

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

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

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

.Environment .out .swiper-slide span {
    font-weight: 500;
    font-size: 0.21rem;
    color: #111111;
    margin-top: 0.4rem;
    display: block;
        text-transform: capitalize;
}

/* Honors */
.Honors {
    width: 100%;
    margin-bottom: 1.12rem;
}

.Honors .public {
    max-width: 16rem;
}

.Honors .out {
    margin-top: 0.7rem;
}

.Honors .out .swiper-slide {
    width: 3.73rem;
    height: 5.03rem;
    border: 0.02rem solid #EBEBEB;
    background: #FFF;
    margin-right: 0.30rem;
    padding: 0px 0.37rem;
    box-sizing: border-box;
}

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

.Honors .out .swiper-slide .img {
    width: 2.46rem;
    height: 3.45rem;
    margin: 0 auto;
    margin-top: 0.36rem;
    margin-bottom: 0.29rem;
}

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

.Honors .out .swiper-slide span {
    width: 100%;
    padding-top: 0.27rem;
    display: block;
    text-align: center;
    font-weight: 500;
    font-size: 0.24rem;
    color: #555555;
    border-top: 0.02rem solid #EBEBEB;
}

.Case_pages {
    margin: 1.1rem 0px 0.6rem 0px;
}

.Case_pages .out {
    margin-top: 0.6rem;
    display: flex;
    flex-wrap: wrap;
}

.Case_pages .out .box {
    width: 3.48rem;
    margin-right: 0.36rem;
    margin-bottom: 0.39rem;
}

.Case_pages .out .box:nth-child(4n) {
    margin-right: 0px;
}

.Case_pages .out .box .img {
    width: 100%;
    height: 2.36rem;
    overflow: hidden;
    border-radius: 0.15rem 0.15rem 0px 0px;
}

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

.Case_pages .out .box .text {
    width: 100%;
    background: #FFF;
    border: 0.01rem solid #0B82D4;
    box-sizing: border-box;
    padding: 0.22rem 0px;
    border-radius: 0px 0px 0.15rem 0.15rem;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.Case_pages .out .box .text span {
    font-weight: 400;
    font-size: 0.2rem;
    color: #0B82D4;
    font-family: "Playfair Display", serif;
    text-align: center;
}

.Service {
    margin-bottom: 1.1rem;
}

.Service .list .item .icon {
    margin: 0 auto;
    margin-bottom: 0.3rem;
}

.Service .list .item h5 {
    text-align: center;
}

.Service .list .item p {
    text-align: center;
}

.Contact_pages {
    overflow: hidden;
}

.Contact_pages .out .lfet {
    width: 5.27rem;
    box-sizing: border-box;
}

.Contact_pages .out .lfet .title span {
    font-weight: 400;
    font-size: 0.26rem;
    color: #fff;
    display: block;
    margin-bottom: 0.13rem;
    font-family: "Playfair Display", serif;
}

.Contact_pages .out .lfet .title p {
    font-weight: 400;
    font-size: 0.17rem;
    color: #FFFFFF;
    line-height: 1.65em;
    margin-bottom: 0.32rem;
}

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

.Contact_pages .out .lfet form .input {
    width: 48%;
    height: 0.57rem;
    border-radius: 0.1rem;
    border: 0.01rem solid #fff;
    background: none;
    padding: 0px 0.12rem;
    box-sizing: border-box;
    font-weight: 400;
    font-size: 0.13rem;
    color: #fff;
    margin-bottom: 0.15rem;
    outline: none;

}

.Contact_pages .out .lfet form .data_input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.Contact_pages .out .lfet form .data_input::-webkit-calendar-picker-indicator {
    opacity: 0;
    /* 完全透明 */
    width: 0.2rem;
    /* 保留点击区域 */
    height: 0.2rem;
    cursor: pointer;
}

/* 添加自定义背景图标 */
.Contact_pages .out .lfet form .data_input {
    background: url('../images/rili.svg') no-repeat right 0.08rem center;
    background-size: 0.16rem;
    padding-right: 0px;
    /* 给图标留出空间 */
}

.Contact_pages .out .lfet form select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url(../images/jiantou2.svg) !important;
    background-repeat: no-repeat !important;
    background-position: right 0.1rem center !important;
    background-size: 0.16rem 0.12rem !important;
}

.Contact_pages .out .lfet form select option {
    font-weight: 400;
    font-size: 0.13rem;
    color: #333;
}

.Contact_pages .out .lfet form textarea {
    width: 100%;
    height: 1.32rem;
    border-radius: 0.1rem;
    border: 0.01rem solid #fff;
    padding: 0.12rem;
    box-sizing: border-box;
    background: none;
    font-weight: 400;
    font-size: 0.13rem;
    color: #fff;
    margin-bottom: 0.16rem;
}

.Contact_pages .out .lfet form .input::placeholder,
.Contact_pages .out .lfet form textarea::placeholder {
    color: #FFF;
}

.Contact_pages .out .lfet form button {
    width: 100%;
    height: 0.59rem;
    background: #FFFFFF;
    border-radius: 0.1rem;
    font-weight: 400;
    font-size: 0.16rem;
    color: #0B82D4;
    border: none;
    cursor: pointer;
    transition: 0.7s;
}

.Contact_pages .out .lfet form .input:focus,
.Contact_pages .out .lfet form textarea:focus {
    box-shadow: 0 0 0 0.02rem rgba(21, 185, 217, .25);
}

.Contact_pages {
    background: url(../images/10036.jpg) no-repeat center;
    background-size: cover;
    padding: 0.9rem 0px 1.3rem 0px;
    box-sizing: border-box;
}

.Contact_pages .public_title .title span {
    color: #FFF;
}

.Contact_pages .public_title .title {
    margin-bottom: 0.4rem;
}

.Contact_pages .public_title .text p {
    color: #FFF;
}

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

.Contact_pages .out .right {
    width: 7.72rem;
    display: flex;
    flex-wrap: wrap;
    gap: 1rem 0px;
}

.Contact_pages .out .right .box {
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.Contact_pages .out .right .box .icon {
    width: 0.78rem;
    height: 0.78rem;
    display: block;
    margin-bottom: 0.26rem;
}

.Contact_pages .out .right .box h5 {
    font-weight: 500;
    font-size: 0.22rem;
    color: #FFFFFF;
}

.Contact_pages .out .right .box i {
    width: 0.4rem;
    height: 0.04rem;
    background: #FFF;
    display: block;
    margin-top: 0.3rem;
    margin-bottom: 0.22rem;
}

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

.Contact_pages .out .right .eriwema img {
    width: 1.21rem;
    height: 1.2rem;
    display: block;
}

/*#Product .banenr_pages .text {*/
/*    justify-content: flex-start;*/
/*}*/

.Product_pages {
    margin: 1.1rem 0px 0.6rem 0px;
}

.Product_pages .but_list_box {
    margin-top: 0.64rem;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.8rem;
}

.Product_pages .but_list_box a {
    font-weight: 400;
    font-size: 0.16rem;
    color: #333333;
    font-family: "Playfair Display", serif;
}

.Product_pages .but_list_box a.on,
.Product_pages .but_list_box a:hover {
    color: #0B82D4;
}

.Product_pages .out {
    margin-top: 0.51rem;
    display: flex;
    flex-wrap: wrap;
}

.Product_pages .out .box {
    width: 3.48rem;
    margin-right: 0.36rem;
    margin-bottom: 0.5rem;
}

.Product_pages .out .box:nth-child(4n) {
    margin-right: 0px;
}

.Product_pages .out .box .img {
    width: 100%;
    height: 2.36rem;
    overflow: hidden;
    position: relative;
    
    padding: 0.3rem;
    box-sizing: border-box;
    background: url(../images/beipuac.jpg) no-repeat center;
    background-size: cover;
    
}

.Product_pages .out .box .img::after {
    position: absolute;
    top: 0px;
    left: 0px;
    background: #036EB7;
    opacity: 0.5;
    content: ' ';
    height: 0%;
    display: block;
    width: 100%;
    transition: 0.5s all;
}

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

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

.Product_pages .out .box .text {
    width: 100%;
    background: #FFF;
    height: 2rem;
    padding: 0px 0.24rem 0px 0.26rem;
    box-sizing: border-box;
    border-radius: 0 0 0.11rem 0.11rem;
    overflow: hidden;
    position: relative;
}

.Product_pages .out .box .text::after {
    width: 100%;
    height: 0.07rem;
    background: #036EB7;
    bottom: 0px;
    content: "";
    display: block;
    position: absolute;
    z-index: 1;
    left: 0px;
    transition: 0.5s all;
}

.Product_pages .out .box .text .tit {
    width: 100% ;
    padding: 0.25rem 0px;
        box-sizing: border-box;
}

.Product_pages .out .box .text h5 {
    font-weight: 400;
    font-size: 0.2rem;
    color: #333333;
    box-sizing: border-box;
    white-space: nowrap;
    /* 禁止文本换行 */
    overflow: hidden;
    /* 隐藏超出范围的内容 */
    text-overflow: ellipsis;
    /* 使用省略号 */
    font-family: "Open Sans", sans-serif ;
    z-index: 2;
    position: relative;
    transition: 0.5s all;
}

.Product_pages .out .box .text h5:nth-child(1) {
    margin-bottom: 0.1rem ;
    font-size: 0.18rem ;
}

.Product_pages .out .box .text p {
    width: 100%;
    font-weight: 400;
    font-size: 0.18rem;
    color: #555555;
    display: -webkit-box;
    /* 设置为WebKit内核的弹性盒子模型 */
    -webkit-box-orient: vertical;
    /* 垂直排列 */
    -webkit-line-clamp: 2;
    /* 限制显示三行 */
    overflow: hidden;
    /* 隐藏超出范围的内容 */
    text-overflow: ellipsis;
    /* 使用省略号 */
    height: 0.52rem;
    z-index: 2;
    position: relative;
    transition: 0.5s all;
    display: none ;
}

.Product_pages .out .box .text span {
    width: 1.36rem;
    height: 0.38rem;
    background: #1560AD;
    display: flex;
    align-items: center;
    font-weight: 400;
    font-size: 0.12rem;
    color: #FFFFFF;
    justify-content: center;
    margin-top: 0.25rem;
    border-radius: 0.29rem;
    z-index: 2;
    position: relative;
}

.Product_pages .out .box:hover .img::after {
    height: 100%;
}

.Product_pages .out .box:hover .text::after {
    height: 100%;
}

.Product_pages .out .box:hover .text h5,
.Product_pages .out .box:hover .text p {
    color: #FFF;
}


.Knowledge-list {
    padding: 0.8rem 0px;
}

.Knowledge-list .public {
    max-width: 12.5rem;
}

.Knowledge-list .titel {
    text-align: center;
    /* margin-top: 70px; */
}

.Knowledge-list .titel h5 {
    font-size: 0.3rem;
    color: rgba(51, 51, 51, 1);
    font-weight: 400;
    font-family: "Playfair Display", serif;
}

.Knowledge-list .release {
    height: 0.62rem;
    display: flex;
    justify-content: center;
    align-items: center;
    border-top: 0.01rem solid rgba(227, 227, 227, 1);
    border-bottom: 0.01rem solid rgba(227, 227, 227, 1);
    margin-top: 0.3rem;
}

.Knowledge-list .release i {
    display: block;
    width: 0.01rem;
    height: 0.14rem;
    background: rgba(153, 153, 153, 1);
    margin: 0px 0.3rem;
}

.Knowledge-list .release span {
    font-size: 0.13rem;
    color: rgba(102, 102, 102, 1);
}

.Knowledge-list .text {
    padding: 0.43rem 0rem 0.73rem 0rem;
    box-sizing: border-box;
    font-size: 0.16rem;
    color: rgba(51, 51, 51, 1);
    line-height: 2.5em;
    border-bottom: 0.01rem solid rgba(227, 227, 227, 1);
}

.Knowledge-list .text p {
    font-size: 0.16rem;
    line-height: 1.8em;
}

.Knowledge-list .text img {
    width: auto !important;
    max-width: 100% !important;
    margin: 0 auto !important;
    text-align: center;
    display: block;
}

.Knowledge-list .text video {
    width: auto;
    max-width: 100%;
    margin: 0 auto;
}

.Knowledge-list .butt_box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    /* padding-left: 77px; */
    box-sizing: border-box;
    margin-top: 0.61rem;
}

.Knowledge-list .butt_box .left .box {
    display: flex;
    align-items: center;
}

.Knowledge-list .butt_box .left .box span,
.Knowledge-list .butt_box .left .box a {
    color: #666666;
    font-size: 0.13rem;
    margin-bottom: 0.14rem;
    display: block;
}

.Knowledge-list .butt_box .left .box a:hover {
    color: #0A3B95;
}

.Knowledge-list .butt_box .right {
    width: 1.61rem;
    height: 0.36rem;
    background: #0A3B95;
    border-radius: 0.05rem;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFF;
}

.Knowledge-list .butt_box .right {
    cursor: pointer;
}

.CNCautomatic_item_pages {
    margin: 1rem 0px 0.8rem 0px;
}

.CNCautomatic_item_pages .out {
    display: flex;
    justify-content: space-between;
}

.CNCautomatic_item_pages .out .right {
    width: 100%;
    box-sizing: border-box;
}

.CNCautomatic_item_pages .out .right .Right_title {
    display: flex;
    justify-content: space-between;
}

.CNCautomatic_item_pages .out .right .Right_title .left_Swiper {
    width: 40%;
}

.CNCautomatic_item_pages .out .right .Right_title .CNCautomatic_swiper {
    width: 100%;
    border: 1px solid #D5D5D5;
    height: 3.2rem;
    overflow: hidden;
}

.CNCautomatic_item_pages .out .right .Right_title .CNCautomatic_swiper .swiper-slide {
    width: 100%;
    height: 100%;
    padding: 10px;
    box-sizing: border-box;
    background: #9999995d;
    padding: 0.2rem;
    box-sizing: border-box;
}

.CNCautomatic_item_pages .out .right .Right_title .CNCautomatic_swiper .swiper-slide img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: contain;
}

.CNCautomatic_item_pages .out .right .Right_title .CNCautomatic_swiper2 {
    width: 100%;
    padding: 0.2rem 0.1rem;
    box-sizing: border-box;
}

.CNCautomatic_item_pages .out .right .Right_title .CNCautomatic_swiper2 .swiper-slide {
    width: 24%;
    margin-right: 1.45%;
    background: #FFF;
    padding: 0.1rem;
    box-sizing: border-box;
    box-shadow: 0px 0px 0.04rem 0.01rem #3333333d;
    cursor: pointer;
    height: 0.8rem ;
    background: #9999995d ;
}

.CNCautomatic_item_pages .out .right .Right_title .CNCautomatic_swiper2 .swiper-slide-thumb-active {
    /*background: #0B82D4;*/
    border: 0.03rem solid #0B82D4 ;
}

.CNCautomatic_item_pages .out .right .CNCautomatic_box_list {
    width: 100%;
    position: relative;
}

.CNCautomatic_item_pages .out .right .Right_title .CNCautomatic_swiper2 .swiper-slide:last-child {
    margin-right: 0px;
}

.CNCautomatic_item_pages .out .right .Right_title .CNCautomatic_swiper2 .swiper-slide img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: contain ;
}

.CNCautomatic_item_pages .out .right .CNCautomatic_box_list .swiper-button-next:after,
.CNCautomatic_item_pages .out .right .CNCautomatic_box_list .swiper-button-prev:after {
    color: #0B82D4;
    font-size: 0.2rem;
    left: 0px;
    right: 0px;
    font-weight: bold;
    text-shadow: 0px 0.01rem 0.1rem #00000063;
}

.CNCautomatic_item_pages .out .right .CNCautomatic_box_list .swiper-button-next {
    right: -0.2rem;
}

.CNCautomatic_item_pages .out .right .CNCautomatic_box_list .swiper-button-prev {
    left: -0.2rem;
}

.CNCautomatic_item_pages .out .right .right_text {
    width: 53%;
    padding-top: 0.2rem;
    box-sizing: border-box;
}

.CNCautomatic_item_pages .out .right .right_text h5 {
    color: #333;
    font-size: 0.26rem;
    font-weight: bold;
}

.CNCautomatic_item_pages .out .right .right_text i {
    margin-top: 0.3rem;
    margin-bottom: 0.2rem;
    width: 0.9rem;
    height: 0.02rem;
    background: #0B82D4;
    display: block;
}

.CNCautomatic_item_pages .out .right .right_text .title_chanshu {
    font-size: 0.17rem;
    margin-bottom: 0.1rem;
    color: #333;
}

.CNCautomatic_item_pages .out .right .right_text p {
    color: #333;
    font-size: 0.15rem;
    line-height: 1.6em;
    display: none ;
}

.CNCautomatic_item_pages .out .right .right_text a {
    width: 1.4rem;
    height: 0.46rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.14rem;
    color: #FFF;
    background: #0B82D4;
    border-radius: 0.03rem;
    margin-top: 0.4rem;
}

.CNCautomatic_item_pages .out .right .text_h5 {
    width: 100%;
    margin-top: 0.3rem;
    margin-bottom: 0.2rem;
}

.CNCautomatic_item_pages .out .right .text_h5 h5 {
    color: #333;
    font-size: 0.2rem;
    margin-bottom: 0.15rem;
}

.CNCautomatic_item_pages .out .right .text_h5 i {
    width: 100%;
    height: 0.01rem;
    background: #D5D5D5;
    display: block;
}

.CNCautomatic_item_pages .out .right .text_list {
    width: 100%;
    padding: 0px 0.2rem;
    box-sizing: border-box;
}

.CNCautomatic_item_pages .out .right .text_list img {
    width: auto;
    max-width: 100%;
    margin: 0 auto;
    display: block;
}

.CNCautomatic_item_pages .out .right .text_list h3{
        font-size: 0.2rem;
    margin-bottom: 0.1rem;
    color: #0B82D4;
}

.CNCautomatic_item_pages .out .right .text_list p {
    color: #333;
    line-height: 1.6em;
    font-size: 0.15rem;
}

.CNCautomatic_item_pages .out .right .butt_box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-top: 0.6rem;
}

.CNCautomatic_item_pages .out .right .butt_box .box {
    width: 48%;
    display: flex;
    align-items: center;
}

.CNCautomatic_item_pages .out .right .butt_box .box span {
    font-size: 0.15rem;
    display: block;
    color: #333;
}

.CNCautomatic_item_pages .out .right .butt_box .box a {
    font-size: 0.15rem;
    display: block;
    color: #333;
}

.CNCautomatic_item_pages .out .right .butt_box .box2 {
    justify-content: right;
}

.CNCautomatic_item_pages .out .right .butt_box .box:hover a {
    color: #0B82D4;
}


.Related_Products {
    width: 100%;
    margin-top: 0.7rem;
    margin-bottom: 0.9rem;
}

.Related_Products .out {
    margin-top: 0.6rem;
}

.Related_Products .out .swiper-slide {
    width: 33.33%;
    padding: 0.3rem 0.15rem;
    box-sizing: border-box;
}

.Related_Products .out .swiper-slide .box {
    width: 100%;
    box-shadow: 0px 0px 0.1rem 0.01rem #00000041;
}

.Related_Products .out .swiper-slide .box .img {
    width: 100%;
    display: block;
    overflow: hidden;
    height: 3.08rem;
    position: relative;
    padding: 0.3rem;
    box-sizing: border-box;
    background: url(../images/beipuac.jpg) no-repeat center;
    background-size: cover;
}

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

.Related_Products .out .swiper-slide .box .txt {
    width: 100%;
    display: block;
    /*align-items: center;*/
    /*justify-content: center;*/
    background: #FFF;
    padding: 0.2rem 0.2rem 0.2rem 0.2rem;
    box-sizing: border-box;
    text-align: center ;
    font-family: "Open Sans", sans-serif ;
}

.Related_Products .out .swiper-slide .box .txt span {
    font-size: 0.23rem;
    color: #666;
}

.Related_Products .out .swiper-slide .box .txt h5 {
    font-size: 0.2rem ;
    color: #666;
    margin-bottom: 0.1rem ;
    
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}


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

.Related_Products .out .swiper-slide .box:hover span {
    color: #0B82D4;
}

.Nav_Dropdown {
    position: absolute ;
    top: 0.98rem ;
    background: #FFF ;
    box-shadow: 0px 0px 0.1rem 0.01rem #00000041;
    padding: 0.2rem 0.15rem ;
    box-sizing: border-box ;
    width: max-content;
    left: 50% ;
    transform: translateX(-50%);
    display: none ;
}

.Nav_Dropdown a {
    width: 100% ;
    display: block ;
    padding: 0.15rem 0.1rem ;
    box-sizing: border-box ;
    color: #333 ;
    font-size: 0.15rem ;
}

.Nav_Dropdown a:hover {
    background: #0B82D4 ;
    color: #FFF ;
}

.head_Nav .out .right ul li:hover .Nav_Dropdown {
    display: block ;
}

.toggle_button {
    width: 0.4rem;
    height: 0.3rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-left: 0.4rem;
    cursor: pointer;
    display: none;
}

.toggle_button span {
    height: 0.03rem;
    width: 100%;
    display: block;
    background: #0B82D4 ;
    transition: transform 0.3s ease, opacity 0.3s ease;
}

.toggle_button.on span:nth-child(1) {
    transition-delay: 0.2s;
    transform: rotate(45deg);
    transform-origin: 0.01rem;
}

.toggle_button.on span:nth-child(2) {
    opacity: 0;
    transform: translateX(0.25rem);
}

.toggle_button.on span:nth-child(3) {
    transition-delay: 0.4s;
    transform: rotate(-45deg);
    transform-origin: 0.01rem;
}

.min_nav {
    width: 100%;
    background: #FFF;
    position: absolute;
    top: 0.98rem;
    left: 0px;
    box-shadow: 0.1rem 0px 0.1rem 0.01rem #00000021;
    padding: 0.3rem 0px;
    display: none;
}

.min_nav .title {
    width: 100%;
    height: 0.6rem;
    font-size: 0.24rem;
    color: #333;
    border-bottom: 0.01rem solid #eee;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    padding: 0px 0.3rem;
    box-sizing: border-box;
}

.min_nav .title a {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    color: #333;
    font-size: 0.24rem;
    text-transform: uppercase ;
}

.min_nav .title .img {
    width: 0.6rem;
    height: 0.6rem;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 0.3rem;
    top: 0px;
    z-index: 10;
}

.min_nav .title .img img {
    height: 0.2rem;
    display: block;
    transition: 0.5s ease all;
}

.min_nav .box {
    width: 100%;
    padding-left: 0.2rem;
    box-sizing: border-box;
    display: none;
}

.min_nav .box a {
    width: 100%;
    display: flex;
    align-items: center;
    padding: 0.15rem 0.3rem;
    color: #333;
    font-size: 0.2rem;
}

.min_nav .title.on .img img {
    transform: rotate(90deg);
}

.head_Nav.active {
    position: fixed ;
    top: 0px ;
    height: 0.8rem ;
}

.head_Nav.active .Nav_Dropdown {
    top: 0.8rem ;
}




/* font-family: "Playfair Display", serif; */

@media (max-width:768px) {
    /* .wow {
        visibility: hidden !important;
        animation-name: none !important;
    } */

    .toggle_button {
        display: flex ;
    }

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

    .public {
        padding: 0px 0.3rem ;
        box-sizing: border-box ;
    }

    .banenr {
        height: 3.6rem ;
    }

    .banenr .banenr_swiper .swiper-slide .banenr_text .left h5 {
        font-size: 0.34rem ;
    }

    .banenr .banenr_swiper .swiper-slide .banenr_text .left a {
        margin-top: 0.24rem ;
        width: 1.5rem ;
        height: 0.4rem ;
        font-size: 0.13rem ;
    }

    .Product , .ABOUT_US {
        margin-top: 0.7rem ;
    }

    .public_title .text h5 , .ABOUT_US .out .right .public_title .text h5 , .GET_IN_TOUCH .out .left .public_title .text h5{
        font-size: 0.46rem ;
    }

    .Product .out {
        gap: 0.5rem 0px  ;
        justify-content: space-between ;
    }

    .Product .out .box {
        width: 48% ;
    }
    
    .ABOUT_US .out {
        flex-wrap: wrap ;
    }

    .ABOUT_US .out .left {
        width: 100% ;
        height: 4.5rem ;
        margin-bottom: 0.4rem ;
    }

    .ABOUT_US .out .left .icon_img {
        display: none ;
    }

    .ABOUT_US .out .right .public_title .text p {
        font-size: 0.17rem ;
    }

    .WHY_CHOOSE_US , .GET_IN_TOUCH{
        margin-top: 0.8rem ;
    }

    .WHY_CHOOSE_US .list {
        gap: 0.3rem 0px ;
    }

    .WHY_CHOOSE_US .list .item {
        width: 48% ;
    }

    .GET_IN_TOUCH .out .left a {
        margin-top: 0.5rem ;
    }

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

    .GET_IN_TOUCH .out .right {
        width: 100% ;
        margin-top: 0.5rem ;
    }

    .MEET_Out_TEAM , .Company_Blog {
        margin: 0.8rem 0px ;
    }

    .TESTIMONIAL {
        padding: 0.8rem 0px 1rem 0px ;
    }

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

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

    .footer .out ul {
        display: none ;
    }

    .footer .out .right form {
        margin-bottom: 0.4rem ;
    }

    .Footer_DIBU .public{
        flex-direction: column ;
    }

    .Footer_DIBU a {
        position: relative;
        display: block ;
    }

    .banenr_pages {
        height: 2.6rem ;
    }

    .banenr_pages .text h5 {
        font-size: 0.4rem ;
    }

    .Product_pages .but_list_box {
        flex-wrap: wrap ;
        gap: 0.2rem 0.3rem ;
    }

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

    .Product_pages .out .box {
        width: 48% ;
        margin-right: 0px ;
    }

    .TESTIMONIAL .out .swiper-slide p {
        width: 70% ;
    }

    .Case_pages {
        margin-top: 0.8rem ;
    }

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

    .Case_pages .out .box {
        width: 48% ;
        margin-right: 0px ;
    }

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

    .Blog_pages .out .box {
        width: 100% ;
        margin-right: 0px ;
    }

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

    .Contact_pages .out {
        margin-top: 0.5rem ;
    }

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

    .CNCautomatic_item_pages .out .right .Right_title {
        flex-wrap: wrap ;
    }

    .CNCautomatic_item_pages .out .right .Right_title .left_Swiper {
        width: 100% ;
    }

    .CNCautomatic_item_pages .out .right .right_text {
        width: 100% ;
    }

    .Related_Products .out .swiper-slide {
        width: 50% ;
    }

}

@media (min-width:360px) and (max-width:768px) {
    html {
        font-size: 52px;
    }

}

@media (min-width:769px) and (max-width:930px) {
    html {
        font-size: 50px;
    }

}

@media (min-width:931px) and (max-width:1099px) {
    html {
        font-size: 60px;
    }
}

@media (min-width:1100px) and (max-width:1249px) {
    html {
        font-size: 70px;
    }
}

@media (min-width:1250px) and (max-width:1399px) {
    html {
        font-size: 80px;
    }
}

@media (min-width:1400px) and (max-width:1699px) {
    html {
        font-size: 90px;
    }
}


@media (min-width:1700px) {
    html {
        font-size: 100px;
    }
}