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

ul,
ol {
    list-style: none;
}

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

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

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

}

:root {
    /* ---- fontSize ---- */
    --fontSize_20: 2rem;
    --fontSize_18: 1.8rem;
    --fontSize_16: 1.6rem;
    --fontSize_14: 1.4rem;
    --fontSize_12: 1.2rem;
    /* ---- fontSize end---- */

    /* --- color --- */
    --color_333: #333;

    /* --- color end --- */

}

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

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

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

#header {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    z-index: 9999;
    transition: 0.5s ease-in-out;
    box-shadow: 0px 0px 1rem 0.1rem rgba(0, 0, 0, 0.16);
}

.Top_Bar {
    width: 100%;
    height: 4rem;
    background: #0075C2;
}

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

.Top_Bar .out .Contact_list {
    display: flex;
    align-items: center;
}

.Top_Bar .out .Contact_list .Contact_item {
    display: flex;
    align-items: center;
}

.Top_Bar .out .Contact_list .Contact_item img {
    display: block;
    height: auto;
    max-height: 1.4rem;
    margin-right: 0.5rem;
}

.Top_Bar .out .Contact_list .Contact_item span {
    font-weight: normal;
    font-size: 1.4rem;
    color: #FFFFFF;
    font-weight: 400;
}

.Top_Bar .out .Contact_list i {
    display: block;
    margin: 0px 3.8rem;
    height: 1.4rem;
    background: #E1E1E1;
    width: 0.1rem;
}

.Top_Bar .out .icon_list {
    display: flex;
    align-items: center;
    gap: 0px 1.3rem;
}

.Top_Bar .out .icon_list .icon_item {
    width: 2.6rem;
    height: 2.6rem;
}

.Top_Bar .out .icon_list .icon_item img {
    width: 100%;
    height: 100%;
    display: block;
}

.nav {
    width: 100%;
    height: 9rem;
    background: #FFF;
    position: relative;
}

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

.nav .out .logo {
    height: 68.9%;
    display: block;
}

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

.nav .out .nav_list {
    display: flex;
    align-items: center;
    height: 100%;
    gap: 0px 8.8rem;
}

.nav .out .nav_list .nav_item {
    height: 100%;
    display: flex;
    align-items: center;
    position: relative;
}

.nav .out .nav_list .nav_item .title {
    font-weight: 400;
    font-size: 1.8rem;
    color: #313131;
    text-transform: uppercase;
}

.nav .out .nav_list .nav_item .down_menu {
    position: absolute;
    top: 9rem;
    left: 50%;
    transform: translateX(-50%);
    width: max-content;
    background: #FFF;
    box-shadow: 0px 0px 1rem 0.1rem rgba(0, 0, 0, 0.16);
    display: none;
    max-width: 26rem;
}

.nav .out .nav_list .nav_item .down_menu a {
    display: block;
    width: 100%;
    padding: 1.5rem 2rem;
    box-sizing: border-box;
    border-bottom: 0.1rem solid rgba(0, 0, 0, 0.16);
    font-size: 1.6rem;
    color: #333;
    font-weight: 400;
    text-transform: uppercase;
    /* text-align: center ; */
}

.nav .out .nav_list .nav_item .down_menu a:hover {
    color: #FFF;
    background: #0075C2;
}

#header.header_active {
    transform: translateY(-4rem);
}

.banner_swier {
    width: 100%;
    padding-top: 4rem;
    position: relative;
}

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

.banner_swier .swiper-slide .banner {
    width: 100%;
    display: block;
}

.banner_swier .swiper-slide .text {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 1;
    text-align: center;
    padding-top: 18rem;
    box-sizing: border-box;
}

.banner_swier .swiper-slide .text h2 {
    font-weight: bold;
    font-size: 7.2rem;
    color: #FFFFFF;
    text-shadow: 0px 0.2rem 0.4rem rgba(0, 0, 0, 0.28);
    text-transform: uppercase;
    margin-bottom: 5rem;
    transform: translateY(15rem);
    transition: 0.4s ease;
    opacity: 0;
    transition-delay: 0.5s;
}

.banner_swier .swiper-slide .text p {
    font-weight: normal;
    font-size: 2.8rem;
    color: #FFFFFF;
    text-shadow: 0px 0.3rem 0.6rem rgba(0, 0, 0, 0.6);
    transform: translateY(15rem);
    transition: 0.4s ease;
    transition-delay: 0.6s;
    opacity: 0;
}

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

/*.banner_swier .swiper-button-prev {*/
/*    left: auto;*/
/*    right: 18%;*/
/*}*/

/*.banner_swier .swiper-button-next {*/
/*    right: 10%;*/
/*}*/

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

.swiper-pagination-bullet-active {
    background: #0075C2;
} 

.banner_swier .public_btn {
    background: none;
    border: 0.1rem solid #FFF;
    /*top: auto;*/
    margin: 0px;
    /*bottom: 8%;*/
}

.banner_swier .public_btn::after {
    color: #FFF;
}

.banner_swier .public_btn:hover {
    background: #FFF;
}

.banner_swier .public_btn:hover::after {
    color: #0075C2;
}

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

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

.Factory_section .Text_box .title {
    width: 38.5%;
}

.Factory_section .Text_box .title h2 {
    font-weight: bold;
    font-size: 5.2rem;
    color: #333333;
    text-transform: uppercase;
    line-height: 1.8em;
}

.Factory_section .Text_box .txt {
    width: 55%;
}

.Factory_section .Text_box .txt p {
    font-weight: normal;
    font-size: 2rem;
    color: #242424;
    line-height: 1.6em;
    font-weight: 400;
}

.Factory_section .Text_box .txt .Moer {
    padding: 1.6rem 5rem;
    box-sizing: border-box;
    background: #0075C2;
    border-radius: 5rem;
    font-weight: 400;
    font-size: 2.2rem;
    color: #FFFFFF;
    display: block;
    width: max-content;
    margin-top: 4rem;
}

.Factory_section .out {
    margin-top: 6rem;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 4.8rem 3%;
}

.Factory_section .out .box {
    width: 22.75%;
    border: 0.1rem solid #DEDEDE;
    border-radius: 0px 0px 1.8rem 1.8rem;
    overflow: hidden;
    box-sizing: border-box;
}

.Factory_section .out .box .img_box {
    width: 100%;
}

.Factory_section .out .box .img_box .img {
    width: 100%;
    padding-top: 57.5%;
    position: relative;
    overflow: hidden;
}

.Factory_section .out .box .img_box .img img {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 1;
    object-fit: cover;
    transition: 0.4s ease-in-out;
}

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

.Factory_section .out .box .title {
    width: 100%;
    height: 7.1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #FFF;
    box-sizing: border-box;
}

.Factory_section .out .box .title h3 {
    font-weight: normal;
    font-size: 2.2rem;
    color: #555555;
    text-transform: capitalize;
}

.Factory_section .out .box:hover .title h3 {
    color: #0075C2;
}

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

.public_title i {
    width: 7.4rem;
    height: 0.4rem;
    background: #0075C2;
    margin: 0 auto;
    margin-top: 2rem;
    display: block;
}

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

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

.Product_Classification .out {
    width: 100%;
    margin-top: 6rem;
    display: flex;
    flex-wrap: wrap;
    gap: 3.2rem 2.05%;
}

.PRODUCTS_box {

    width: 23.438%;
    border-radius: 1.8rem;
    overflow: hidden;
    background: #DFE7EF;
    border: 0.1rem solid #E2E2E2;
    box-sizing: border-box;
}

.PRODUCTS_box a {
    padding: 3.7rem 1rem;
    box-sizing: border-box;
    width: 100%;
    display: block;
}

.PRODUCTS_box .img_box {
    width: 100%;
}

.PRODUCTS_box .img_box .img {
    width: 100%;
    padding-top: 83.287%;
    position: relative;
}

.PRODUCTS_box .img_box .img .img_ceng {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.PRODUCTS_box .img_box .img .img_ceng img {
    width: auto;
    height: auto;
    max-width: 90%;
    max-height: 100%;
    display: block;
    object-fit: contain;
    transition: 0.5s ease;
}

.PRODUCTS_box:hover .img_box .img .img_ceng img {
    transform: scale(1.1);
}

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

.PRODUCTS_box .title h3 {
    font-weight: 400;
    font-size: 2rem;
    color: #2E2E2E;
    text-align: center;
    text-transform: capitalize;
    white-space: nowrap;
    /* 禁止换行 */
    overflow: hidden;
    /* 隐藏溢出内容 */
    text-overflow: ellipsis;
    /* 显示省略号 */
}

.PRODUCTS_box:hover .title h3 {
    color: #0075C2;
}

.COMPANY_INTRODUCTION {
    width: 100%;
    background: url(../images/10129.webp) no-repeat center / cover;
    padding: 12rem 0px 10rem 0px;
    box-sizing: border-box;
    background-attachment: fixed;
}

.COMPANY_INTRODUCTION .public_title h2 {
    color: #FFF;
}

.COMPANY_INTRODUCTION .text {
    width: 100%;
    max-width: 104.3rem;
    margin: 0 auto;
    margin-top: 8rem;
}

.COMPANY_INTRODUCTION .text p {
    font-weight: normal;
    font-size: 2rem;
    color: #FFFFFF;
    line-height: 1.8em;
    text-align: center;
    margin-bottom: 2rem;
}

.COMPANY_INTRODUCTION .text p:last-child {
    margin-bottom: 0px;
}

.Number_scrolling {
    width: 100%;
    margin-top: 10rem;
    display: flex;
    flex-wrap: wrap;
}

.Number_scrolling .box {
    width: 25%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.Number_scrolling .box::after {
    width: 0.1rem;
    height: 6.1rem;
    background: #FFF;
    opacity: 0.27;
    z-index: 1;
    content: '';
    position: absolute;
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
}

.Number_scrolling .box:last-child::after {
    display: none;
}

.Number_scrolling .box .icon {
    margin-right: 2.2rem;
}

.Number_scrolling .box .icon img {
    width: auto;
    display: block;
    max-width: 4.8rem;
}

.Number_scrolling .box .num {
    display: flex;
    align-items: center;
    margin-bottom: 0.6rem;
}

.Number_scrolling .box .num b {
    font-weight: bold;
    font-size: 3.1rem;
    color: #FFFFFF;
}

.Number_scrolling .box p {
    font-weight: 400;
    font-size: 1.4rem;
    color: #EEEEEE;
}

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

.Customer_CASES .CASES_swiper {
    width: 100%;
    margin-top: 6rem;
}

.Customer_CASES .CASES_swiper .swiper-slide {
    width: 32.126%;
    margin-right: 4.3rem;
}

.Customer_CASES .CASES_swiper .swiper-slide:last-child {
    margin-right: 0px;
}

.Customer_CASES .CASES_swiper .swiper-slide .img_box {
    width: 100%;
    margin-bottom: 4rem;
    display: block;
    overflow: hidden;
}


.Customer_CASES .CASES_swiper .swiper-slide .img_box:last-child {
    margin-bottom: 0px;
}

/*.Customer_CASES .CASES_swiper .swiper-slide .img_box:last-child .img img {*/
/*    object-fit: contain;*/
/*}*/

.Customer_CASES .CASES_swiper .swiper-slide .img_box .img {
    width: 100%;
    padding-top: 65.2%;
    position: relative;
}

.Customer_CASES .CASES_swiper .swiper-slide .img_box .img img {
    width: 100%;
    display: block;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 1;
    object-fit: cover;
    transition: 0.5s ease;
}

.Customer_CASES .CASES_swiper .swiper-slide .img_box:hover .img img {
    transform: scale(1.1);
}

.INDUSTRY_Application {
    width: 100%;
    padding: 6.4rem 0px 10rem 0px;
    position: relative;
    background: url(../images/10130.webp) no-repeat center;
    background-position-y: top;
    box-sizing: border-box;
}

.INDUSTRY_Application .title {
    width: 100%;
}

.INDUSTRY_Application .title h2 {
    font-weight: bold;
    font-size: 5.2rem;
    color: #FFFFFF;
    margin-bottom: 3.4rem;
}

.INDUSTRY_Application .title i {
    width: 7.4rem;
    height: 0.4rem;
    background: #FFFFFF;
    display: block;
}

.INDUSTRY_Application .title .Moer {
    display: flex;
    align-items: center;
    justify-content: right;
    width: 100%;
}

.INDUSTRY_Application .title .Moer a {
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 400;
    font-size: 1.7rem;
    color: #FFFFFF;
}

.INDUSTRY_Application .title .Moer a img {
    height: 0.8rem;
    display: block;
    margin-left: 1rem;
}

.INDUSTRY_Application .out {
    width: 100%;
    margin-top: 5rem;
    display: flex;
    justify-content: right;
    padding-left: 16rem;
    box-sizing: border-box;
}

.INDUSTRY_Application .out .box {
    width: 17% ;
    height: 60.8rem;
    position: relative;
    overflow: hidden;
    transition: 0.4s ease;
}

.INDUSTRY_Application .out .box .img {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

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

.INDUSTRY_Application .out .box .text {
    width: 100%;
    position: absolute;
    top: 0px;
    height: 100%;
    padding: 7rem 4.8rem 0px 5rem;
    box-sizing: border-box;
    transform: translateY(100%);
    opacity: 0;
    transition: 0.5s ease-in-out;
    background: rgba(0, 0, 0, 0.28);
}

.INDUSTRY_Application .out .box .text h3 {
    font-weight: 600;
    font-size: 3.2rem;
    color: #FFFFFF;
    margin-bottom: 4rem;
    text-transform: capitalize ;
}

.INDUSTRY_Application .out .box .text p {
    font-weight: 400;
    font-size: 1.6rem;
    color: #EBEBEB;
    line-height: 1.7em;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
}

.INDUSTRY_Application .out .box .text .Moer {
    margin-top: 10rem;
    padding: 1rem 3.8rem;
    border: 0.1rem solid #CECECE;
    border-radius: 4rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 400;
    font-size: 1.7rem;
    color: #D1D1D1;
    width: max-content;
}

.INDUSTRY_Application .out .box .text .Moer img {
    height: 0.8rem;
    display: block;
    margin-left: 0.8rem;
}

.INDUSTRY_Application .out .box .title {
    position: absolute;
    bottom: 3rem;
    left: 0px;
    width: 100%;
    padding: 0px 1rem;
    box-sizing: border-box;
    text-align: center;
    transition: 0.5s ease;
}

.INDUSTRY_Application .out .box .title h3 {
    font-size: 1.8rem;
    font-weight: 400;
    text-transform: capitalize;
    color: #FFF;
}

.INDUSTRY_Application .out .box.active {
    width: 35%;
    
}

.INDUSTRY_Application .out .box.active .text {
    transform: translateY(0px);
    opacity: 1;
}

.INDUSTRY_Application .out .box.active .title {
    transform: translateY(10rem);
}


#footer {
    width: 100%;
    background: #0075C2;
}

.logo_Search {
    width: 100%;


}

.logo_Search .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 0.1rem solid rgba(255, 255, 255, 0.17);
    padding: 4.6rem 0px 5.3rem 0px;
    box-sizing: border-box;
}

.logo_Search .logo {
    height: 8rem;
    display: block;
}

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

.logo_Search .search {
    display: flex;
    align-items: center;
}

.logo_Search .search button {
    width: 4.8rem;
    height: 4.8rem;
    border-radius: 50%;
    overflow: hidden;
    background: none;
    cursor: pointer;
    margin-right: 1.3rem;
}

.logo_Search .search button img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: contain;
    border-radius: 50%;
}

.logo_Search .search input {
    width: 12.4rem;
    background: none;
    padding: 1rem 0.5rem;
    box-sizing: border-box;
    border-bottom: 0.1rem solid #DFDFDF;
    font-weight: 400;
    font-size: 1.2rem;
    color: #FFFFFF;
}

.logo_Search .search input::placeholder {
    font-weight: 400;
    font-size: 1.2rem;
    color: #FFFFFF;
}

.footer_list_out {
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 6rem 0px 7rem 0px;
}

.footer_list_out .container {
    display: flex;
    justify-content: space-between;
}

.footer_list_out .list_text {
    width: 22%;
}

.footer_list_out .list_text .txt {
    font-weight: 400;
    font-size: 1.8rem;
    color: #E8E8E8;
    display: block;
    margin-bottom: 4rem;
}

.footer_list_out .list_text .txt:last-child {
    margin-bottom: 0px;
}

.footer_list_out .nav_list {
    width: 43%;
    display: flex;
    justify-content: center;
    gap: 0px 16%;
}

.footer_list_out .nav_list .box {
    width: auto;
}

.footer_list_out .nav_list .box h3 {
    font-weight: 500;
    font-size: 2.2rem;
    color: #FFFFFF;
    margin-bottom: 4rem;
}

.footer_list_out .nav_list .box a {
    display: block;
    margin-bottom: 4rem;
    font-weight: 400;
    font-size: 2rem;
    color: #E8E8E8;
}

.footer_list_out .form_out {
    width: 22.563%;
}

.footer_list_out .form_out h3 {
    font-weight: 500;
    font-size: 2.2rem;
    color: #FFFFFF;
    margin-bottom: 2.8rem;
}

.footer_list_out .form_out input {
    width: 100%;
    height: 4.2rem;
    border: 0.1rem solid #FFFFFF;
    border-radius: 0.5rem;
    background: none;
    margin-bottom: 1.5rem;
    padding: 0px 1.2rem;
    box-sizing: border-box;
    font-weight: 400;
    font-size: 1.3rem;
    color: #EBEBEB;
    font-family: inherit;
}

.footer_list_out .form_out input::placeholder {
    font-weight: 400;
    font-size: 1.3rem;
    color: #EBEBEB;
    font-family: inherit;
}

.footer_list_out .form_out textarea {
    width: 100%;
    height: 6.2rem;
    border: 0.1rem solid #FFFFFF;
    border-radius: 0.5rem;
    background: none;
    margin-bottom: 1.5rem;
    padding:  1.2rem;
    box-sizing: border-box;
    font-weight: 400;
    font-size: 1.3rem;
    color: #EBEBEB;
    font-family: inherit;
}

.footer_list_out .form_out textarea::placeholder{
        font-weight: 400;
    font-size: 1.3rem;
    color: #EBEBEB;
    font-family: inherit;
}

.footer_list_out .form_out input:last-child {
    margin-bottom: 0px;
}

.footer_list_out .form_out button {
    width: 15.3rem;
    height: 3.7rem;
    background: #FFFFFF;
    border-radius: 0.7rem;
    font-weight: 500;
    font-size: 1.3rem;
    color: #0075C2;
    text-transform: uppercase;
    cursor: pointer;
    font-family: inherit;
}

.Support_footer {
    width: 100%;
    padding: 1rem 0px;
    box-sizing: border-box;

}

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

.Support_footer a {
    font-weight: 400;
    font-size: 1.4rem;
    color: #CCCCCC;
}

.Support_footer .Support {
    margin-left: 2rem;
    position: absolute;
    right: 0px;
    opacity: 0 ;
    visibility: hidden;
}

.banner_section {
    width: 100%;
    padding-top: 4rem;
    box-sizing: border-box;
    position: relative;
}

.banner_section .img {
    width: 100%;
}

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

.banner_section .text {
    width: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    z-index: 1;
    padding-top: 9rem;
    box-sizing: border-box;
    
    background: rgba(0, 0, 0, 0.18);
    
}

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

.banner_section .text h2 {
    font-weight: bold;
    font-size: 7.2rem;
    color: #FFFFFF;
    text-shadow: 0px 0.2rem 0.4rem rgba(0, 0, 0, 0.28);
}

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

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

.Product_section .out .aside {
    width: 23.063%;
    background: #F8F8F8;
    box-shadow: 0px 0px 1rem 0.1rem rgba(0, 0, 0, 0.16);
    border-radius: 0.5rem;
}

.Product_section .out .aside .title {
    width: 100%;
    height: 7.7rem;
    padding: 0px 4rem;
    box-sizing: border-box;
    border-bottom: 0.1rem solid #0075C2;
    display: flex;
    align-items: center;
}

.Product_section .out .aside .title h3 {
    font-weight: bold;
    font-size: 3.1rem;
    color: #0075C2;
    text-transform: uppercase;
}

.Product_section .out .aside .list {
    width: 100%;
    box-sizing: border-box;
    padding: 1rem 4rem 8rem 4rem;
    display: block;
}

.Product_section .out .aside .list a {
    display: block;
}

.Product_section .out .aside .list .item {
    width: 100%;
    padding: 2rem 0px;
    border-bottom: 0.1rem solid #EBEBEB;
    box-sizing: border-box;
}

.Product_section .out .aside .list .item .tit {
    display: block;
    font-weight: 400;
    font-size: 1.6rem;
    color: #666666;
    text-transform: uppercase;
    line-height: 1.7em;
    position: relative;
}

.Product_section .out .aside .list .item .tit:hover,
.Product_section .out .aside .list .item.active .tit {
    color: #0075C2;
}

.Product_section .out .aside .list .item .tit::after {
    width: 1.16rem;
    height: 1.16rem;
    display: block;
    background: url(../images/icon_12.png) no-repeat center;
    background-size: contain;
    position: absolute;
    left: -2rem;
    top: 50%;
    transform: translateY(-50%);
    content: '';
    z-index: 1;
    opacity: 0;
}

.Product_section .out .aside .list .item.active .tit::after {
    opacity: 1;
}

.Product_section .out .PRODUCTS_list,
.Product_section .out .PRODUCTS_Details,
.Product_section .out .News_Details {
    width: 74.34%;
    display: flex;
    flex-wrap: wrap;
    gap: 3.2rem 2.05%;
}

.Product_section .out .PRODUCTS_list .PRODUCTS_box {
    width: 31.528%;
    background: #DFE7EF;
}

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

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

.APPLICATION_section .out .box {
    width: 100%;
    margin-bottom: 5rem;
}

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

.APPLICATION_section .out .box a {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.APPLICATION_section .out .box .img_box {
    width: 45%;
    overflow: hidden;
}

.APPLICATION_section .out .box .img_box .img {
    width: 100%;
    position: relative;
    padding-top: 60%;
}

.APPLICATION_section .out .box .img_box .img img {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    display: block;
    z-index: 1;
    object-fit: cover;
    transition: 0.5s ease;
}

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

.APPLICATION_section .out .box .text {
    width: 55%;
    padding: 0px 7%;
    box-sizing: border-box;
}

.APPLICATION_section .out .box .text h3 {
    font-size: 3.4rem;
    color: #253145;
    margin-bottom: 2rem;
    font-weight: bold;
    text-transform: uppercase;
}

.APPLICATION_section .out .box:hover .text h3 {
    color: #0075C2;
}

.APPLICATION_section .out .box .text i {
    height: 0.4rem;
    width: 8rem;
    background: #0075C2;
    display: block;
    margin: 3rem 0px;
}

.APPLICATION_section .out .box .text p {
    font-size: 1.8rem;
    line-height: 1.7em;
    color: #222;
    font-weight: 400;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    /*-webkit-line-clamp: 6;*/
    overflow: hidden;
}

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

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

.SERVICE_section .out {
    margin-top: 6rem;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 5rem 5.25%;
}

.SERVICE_section .out .box {
    width: 29.813%;
    border: 0.1rem solid #F2F2F2;
    box-sizing: border-box;
}

.SERVICE_section .out .box .img_box {
    width: 100%;
}

.SERVICE_section .out .box .img_box .img {
    width: 100%;
    padding-top: 63.58%;
    position: relative;
    overflow: hidden;
}

.SERVICE_section .out .box .img_box .icon_box {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 2;
}

.SERVICE_section .out .box .img_box .img img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 1;
    transition: 0.5s ease;
}

.SERVICE_section .out .box .img_box:hover .img>img {
    transform: scale(1.1);
}

.SERVICE_section .out .box .img_box .img .icon {
    width: 7.2rem;
    height: 7.2rem;
    border-radius: 50%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
}

.SERVICE_section .out .box .title {
    width: 100%;
    height: 6.8rem;
    background: #F2F2F2;
    display: flex;
    align-items: center;
    justify-content: center;
}

.SERVICE_section .out .box .title h3 {
    font-weight: 500;
    font-size: 2.2rem;
    color: #222222;
    text-transform: capitalize;
}

.SERVICE_section .out .box:hover .title h3 {
    color: #0075C2;
}


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


.video-popup .out {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 96%;
    max-width: 80rem;
}

.video-popup .out video {
    max-width: 80rem;
    max-height: 60vh;
    object-fit: contain;
    display: block;
    margin: 0 auto;
    background: #FFF;
    padding: 1.5rem 1.5rem 1.5rem 1.5rem;
    box-sizing: border-box;
    box-shadow: 0px 0px 1rem 0.1rem #00000041;
    border: 0.1rem solid #CCCCCC;
    border-radius: 1rem;
}

.video-popup .out .Close {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 3rem;
    height: 3rem;
    border: 0.1rem solid #CCCCCC;
    background: #ffffff69;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    border-radius: 50%;
    line-height: 1;
    cursor: pointer;
    transform: translate(100%, -100%);
}

.video-popup .out .Close svg {
    width: 1.5rem;
    height: 1.5rem;
    fill: #333;
}

.video-popup .iframe {
    width: 100%;
    padding-top: 57%;
}

.video-popup iframe,
.img-popup iframe {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    background: #FFF;
    border-radius: 0.8rem;
    padding: 0.6rem;
    box-sizing: border-box;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 1;
}

.About_section {
    width: 100%;
    background: url(../images/10132.webp) no-repeat center;
    background-size: cover;
    padding: 9rem 0px 10rem 0px;
}

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

.About_section .About_box .img {
    width: 42.3%;
}

.About_section .About_box .img img {
    width: 100%;
    display: block;
}

.About_section .About_box .text {
    width: 55%;
}

.About_section .About_box .text p {
    font-weight: normal;
    font-size: 2rem;
    color: #464646;
    line-height: 1.7em;
    margin-bottom: 2rem;
}

.About_section .About_box .text p:last-child {
    margin-bottom: 0px;
}

.About_section .Number_scrolling .box .num b {
    color: #393939;
}

.About_section .Number_scrolling .box p {
    color: #393939;
}

.About_section .Number_scrolling .box::after {
    background: rgba(0, 0, 0, 0.28);
}

.Honor_section {
    margin: 10rem 0px;
    width: 100%;
    position: relative;
}


.Honor_section .container {
    position: relative;
}

.Honor_section .img_box {
    width: 100% ;
}

.Honor_section .img_box  img {
    width: 100% ;
    display: block ;
}

.Honor_section .Honor_swiper {
    width: 100%;
}

.Honor_section .Honor_swiper .swiper-slide {
    width: 26.88%;
}

.Honor_section .Honor_swiper .swiper-slide .img_box {
    width: 100%;
}

.Honor_section .Honor_swiper .swiper-slide .img {
    width: 100%;
    padding-top: 141.4%;
    position: relative;
}

.Honor_section .Honor_swiper .swiper-slide .img img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 1;
    object-fit: contain;
}

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

.Honor_section .swiper-button-prev {
    left: -5%;
}

.Honor_section .swiper-button-next {
    right: -5%;
}

.public_btn {
    width: 5.9rem;
    height: 5.9rem;
    background: #F3F3F3;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.public_btn::after {
    font-size: 2rem;
    color: #707070;
}

.public_btn:hover {
    background: #0075C2;
}

.public_btn:hover::after {
    color: #FFF;
}

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

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

.NEWS_section .out .box {
    width: 100%;
    margin-bottom: 7rem;
}

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

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

.NEWS_section .out .box .img_box {
    width: 33%;
}

.NEWS_section .out .box .img_box .img {
    width: 100%;
    padding-top: 57%;
    position: relative;
    border-radius: 0.7rem;
    overflow: hidden;
}

.NEWS_section .out .box .img_box .img img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    position: absolute;
    top: 0px;
    left: 0px;

    transition: 0.4s ease-in-out;
}

.NEWS_section .out .box .text {
    width: 63%;
}

.NEWS_section .out .box .text span {
    font-weight: 400;
    font-size: 1.6rem;
    color: #8E8E8E;
    margin-bottom: 1.5rem;
    line-height: 1;
    display: block;
}

.NEWS_section .out .box .text h3 {
    font-weight: bold;
    font-size: 2.2rem;
    color: #222222;
    white-space: nowrap;
    /* 禁止换行 */
    overflow: hidden;
    /* 隐藏溢出内容 */
    text-overflow: ellipsis;
    /* 显示省略号 */

    margin-bottom: 2.6rem;
}

.NEWS_section .out .box:hover .text h3 {
    color: #0075C2;
}

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

.NEWS_section .out .box .text .Moer {
    margin-top: 4rem;
    display: flex;
    align-items: center;
    width: 15.3rem;
    height: 3.9rem;
    /* background: #2071A9; */
    border: 0.1rem solid #ABABAB;
    border-radius: 2.3rem;
    justify-content: center;
    box-sizing: border-box;
    font-weight: 400;
    font-size: 1.6rem;
    color: #8E8E8E;
}

.NEWS_section .out .box .text .Moer i {
    width: 0.5rem;
    height: 0.9rem;
    display: block;
    background: url(../images/icon_14.png) no-repeat center;
    background-size: contain;
    margin-left: 1rem;
}

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

.NEWS_section .out .box:hover .text .Moer {
    background: #0075C2;
    color: #FFF;
    border: 0.1rem solid rgba(0, 0, 0, 0);
}

.NEWS_section .out .box:hover .text .Moer i {
    background: url(../images/icon_15.png) no-repeat center;
    background-size: contain;
}

.video_center {
    width: 100%;
    padding: 10rem 0px;
}

.video_center .out {
    margin-top: 9rem;
    display: flex;
    flex-wrap: wrap;
    gap: 9rem 3.5%;
}

.video_center .out .box {
    width: 31%;
    background: #F3F3F3;
    border-radius: 1.8rem;
    box-shadow: 0px 0px 0.6rem 0.1rem rgba(0, 0, 0, 0.16);
    padding: 5.5rem 3.6rem 3.7rem 3.6rem;
    box-sizing: border-box;
    position: relative;
}

.video_center .out .box h3 {
    font-weight: bold;
    font-size: 1.8rem;
    color: #111111;
    text-align: center;
    margin-bottom: 1.6rem;
}

.video_center .out .box p {
    font-weight: 400;
    font-size: 1.6rem;
    color: #666666;
    line-height: 1.6em;
    text-align: center;
}

.video_center .out .box .icon {
    position: absolute;
    top: 0px;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 6.6rem;
    height: 6.6rem;
    background: #EBEBEB;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.video_center .out .box .icon img {
    display: block;
    height: 3.7rem;
}

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

.public_title_2 {
    text-align: left;
}

.public_title_2 i {
    margin: 0;
    margin-top: 1rem;
}

.public_title_2 p {
    font-weight: 400;
    font-size: 1.8rem;
    color: #666666;
    line-height: 1.7em;
    max-width: 111.2rem;
    width: 100%;
    margin-top: 3rem;
}

.FAQ_section .list {
    margin-top: 6rem;
    width: 100%;
}

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

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

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

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

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

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

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

.FAQ_section .list .item.active .title .tit .but {
    background: #0075C2;
}

.FAQ_section .list .item.active .title .tit .but i {
    background: url(../images/icon_23.png) no-repeat center;
}

.FAQ_section .list .item.active .title .tit span {
    color: #0075C2;
}

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

.FAQ_section .list .item.active .text {
    display: flex;
}

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

.FAQ_section .list .item .text .txt {
    width: 80%;
}

.FAQ_section .list .item.active .txt a{
        color: #133690;
    font-size: 1.4rem;
    font-weight: 600;
    text-transform: uppercase;
    margin-top: 2.4rem;
    display: block;
}

.FAQ_section .list .item .text .txt p {
    font-weight: 400;
    font-size: 1.8rem;
    color: #666666;
    line-height: 1.8em;
}

.Contact_Us {
    width: 100%;
    padding: 9rem 0px 8rem 0px;
}

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

.Contact_Us .out .information_list {
    width: 36%;
}

.Contact_Us .out .information_list .box {
    display: flex;
    align-items: center;
    margin-bottom: 8rem;
}

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

.Contact_Us .out .information_list .box .icon {
    width: 6.6rem;
    height: 6.6rem;
    border-radius: 50%;
    display: block;
    margin-right: 3rem;
    flex: none;
}

.Contact_Us .out .information_list .box .txt {
    width: 100%;
}

.Contact_Us .out .information_list .box .txt b {
    font-weight: bold;
    font-size: 2rem;
    color: #666666;
    margin-bottom: 2rem;
    display: block;
}

.Contact_Us .out .information_list .box .txt p {
    font-weight: bold;
    font-size: 1.7rem;
    color: #232323;
    line-height: 1.6em;
}

.Contact_Us .out .form_Contact {
    width: 60%;
    background: #F2F2F2;
    padding: 4.6rem 7rem 4.6rem 6.7rem;
    box-sizing: border-box;
}

.Contact_Us .out .form_Contact .Moer {
    font-weight: 400;
    font-size: 1.4rem;
    color: #888888;
    width: 13.3rem;
    height: 3.5rem;
    border-radius: 1.8rem;
    border: 0.1rem solid #0075C2;
    display: block;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    line-height: 1;
}

.Contact_Us .out .form_Contact h3 {
    width: 100%;
    margin-top: 3rem;
    font-weight: 400;
    font-size: 4.2rem;
    color: #000000;
}

.Contact_Us .out .form_Contact p {
    margin-top: 4rem;
    font-weight: 400;
    font-size: 1.7rem;
    color: #787878;
    line-height: 1.7em;
}

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

.Contact_Us .out .form_Contact form input {
    width: 48%;
    background: #FFFFFF;
    border-radius: 0.4rem;
    border: 0.1rem solid #CEFFEC;
    height: 5.4rem;
    padding: 0px 2.3rem;
    box-sizing: border-box;
    font-weight: 400;
    font-size: 1.4rem;
    color: #999999;
    font-family: inherit;
}

.Contact_Us .out .form_Contact form input::placeholder {
    font-weight: 400;
    font-size: 1.4rem;
    color: #999999;
    font-family: inherit;
}

.Contact_Us .out .form_Contact form input:nth-child(3) {
    width: 100%;
}

.Contact_Us .out .form_Contact form textarea {
    width: 100%;
    background: #FFFFFF;
    border-radius: 0.4rem;
    border: 0.1rem solid #CEFFEC;
    height: 13.1rem;
    padding: 2rem 2.3rem;
    box-sizing: border-box;
    font-weight: 400;
    font-size: 1.4rem;
    color: #999999;
    font-family: inherit;
}

.Contact_Us .out .form_Contact form textarea::placeholder {
    font-weight: 400;
    font-size: 1.4rem;
    color: #999999;
    font-family: inherit;
}

.Contact_Us .out .form_Contact form button {
    width: 100%;
    height: 5.1rem;
    background: #0075C2;
    border-radius: 0.4rem;
    font-weight: 400;
    font-size: 1.8rem;
    color: #FFFFFF;
    font-family: inherit;
    margin-top: 2.7rem;
    cursor: pointer;
}

.Contact_Us .Map {
    width: 100%;
    margin-top: 8rem;
}

.Contact_Us .Map {
    width: 100% ;
}

.Contact_Us .Map  .ifMAp {
    width: 100% ;
    padding-top: 44%;
    position: relative;
}

.Contact_Us .Map  .ifMAp  iframe {
    width: 100% ;
    position: absolute ;
    top: 0px ;
    left: 0px ;
    height: 100% ;
    z-index: 1 ;
    object-fit: cover ;
}

.Contact_Us .Map img {
    width: 100%;
    display: block;
}

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

.PRODUCTS_Details .Top_information .img_box {
    width: 36%;
    background: #F8F8F8;
    box-shadow: 0px 0px 1rem 0.1rem rgba(0, 0, 0, 0.16);
}

.PRODUCTS_Details .Top_information .img_box .img_item {
    width: 100%;
    padding-top: 93%;
    position: relative;
}

.PRODUCTS_Details .Top_information .img_box .img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 3%;
    box-sizing: border-box;
}

.PRODUCTS_Details .Top_information .img_box .img img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    display: block;
    object-fit: contain;
}

.PRODUCTS_Details .Top_information .text {
    width: 61%;
}

.PRODUCTS_Details .Top_information .text h2 {
    font-weight: bold;
    font-size: 3.5rem;
    color: #333333;
    margin-bottom: 3rem;
}

.PRODUCTS_Details .Top_information .text i {
    width: 7.4rem;
    height: 0.4rem;
    background: #0075C2;
    display: block;
    margin-bottom: 3.2rem;
}

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

.PRODUCTS_Details .Top_information .text .Moer {
    width: 21.4rem;
    height: 5.4rem;
    background: #0075C2;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 400;
    font-size: 1.8rem;
    color: #FFFFFF;
    margin-top: 3.8rem;
}

.PRODUCTS_Details .content_out {
    width: 100%;
    margin-top: 7rem;
    padding: 0px 1.6rem;
    box-sizing: border-box;
}

.PRODUCTS_Details .content_out h2 {
    font-weight: bold;
    font-size: 2.2rem;
    color: #1A1A1A;
    position: relative;
    margin-bottom: 2rem;
}

.PRODUCTS_Details .content_out h2::after {
    width: 0.4rem;
    height: 2.7rem;
    background: #0075C2;
    position: absolute;
    content: '';
    left: -1.6rem;
    top: 50%;
    transform: translateY(-50%);
}

.PRODUCTS_Details .content_out p {
    font-weight: normal;
    font-size: 1.8rem;
    color: #555555;
    line-height: 1.7em;
    text-wrap-mode: wrap !important;
}

.PRODUCTS_Details .content_out span {
    font-size: inherit ;
    color: inherit;
    line-height: inherit;
        text-wrap-mode: wrap !important;
}

.PRODUCTS_Details .content_out img {
    display: block;
    margin: 0.5rem auto;
    max-width: 100%;
    height: auto;
    width: auto;
}

.PRODUCTS_Details_section {
    margin: 9rem 0px 6rem 0px;
}

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

.Online_Inquiry .title {
    width: 100%;
}

.Online_Inquiry .title h2 {
    font-weight: bold;
    font-size: 4.2rem;
    color: #333333;
    text-transform: uppercase;
    margin-bottom: 2rem;
}

.Online_Inquiry .title p {
    font-weight: normal;
    font-size: 1.8rem;
    color: #828282;
}

.Online_Inquiry form {
    margin-top: 6rem;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 2.8rem 0px;
}

.Online_Inquiry form input {
    width: 49%;
    height: 4.9rem;
    background: #F2F2F2;
    padding: 0px 1.3rem;
    box-sizing: border-box;
    font-weight: 400;
    font-size: 1.6rem;
    color: #8E8E8E;
    font-family: inherit;
}

.Online_Inquiry form input::placeholder {
    font-weight: 400;
    font-size: 1.6rem;
    color: #8E8E8E;
    font-family: inherit;
}

.Online_Inquiry form textarea {
    width: 100%;
    height: 13.1rem;
    background: #F2F2F2;
    padding: 1.3rem;
    box-sizing: border-box;
    font-weight: 400;
    font-size: 1.6rem;
    color: #8E8E8E;
    font-family: inherit;
}

.Online_Inquiry form textarea::placeholder {
    font-weight: 400;
    font-size: 1.6rem;
    color: #8E8E8E;
    font-family: inherit;
}

.Online_Inquiry form button {
    width: 22.1rem;
    height: 4.6rem;
    background: #0075C2;
    margin: 0 auto;
    margin-top: 2rem;
    font-weight: 400;
    font-size: 1.6rem;
    color: #FFFFFF;
    font-family: inherit;
    cursor: pointer;
}


.News_Details {
    width: 100%;
}

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

.News_Details .title h2 {
    font-size: 3rem;
    color: #333;
    margin-bottom: 2rem;
    text-transform: capitalize ;
}

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

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

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

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

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

.News_Details .text img {
    width: auto;
    max-width: 100%;
}

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

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

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

/* 手机版导航 */
.menu-toggle {
    display: none;
    width: 60px;
    height: 100%;
    position: absolute;
    right: 0px;
    top: 0px;
    z-index: 9999;
    cursor: pointer;
    overflow: hidden;
}

.cd-nav-trigger {
    width: 100%;
    height: 100%;
    display: block;
    /* background-color: var(--a_hover_color); */
}

.menu-toggle span.hamburger,
.menu-toggle span.hamburger:after,
.menu-toggle span.hamburger:before {
    content: "";
    display: block;
    width: 26px;
    height: 2px;
    background: #04705F;
    position: absolute;
    top: 50%;
    margin-top: -1px;
    left: 38%;
    margin-left: -12px;
    -webkit-transition: transform 0.3s cubic-bezier(0.600, 0.000, 0.200, 1.000);
    -moz-transition: transform 0.3s cubic-bezier(0.600, 0.000, 0.200, 1.000);
    -o-transition: transform 0.3s cubic-bezier(0.600, 0.000, 0.200, 1.000);
    transition: transform 0.3s cubic-bezier(0.600, 0.000, 0.200, 1.000);
    -webkit-transition-timing-function: cubic-bezier(0.600, 0.000, 0.200, 1.000);
    -moz-transition-timing-function: cubic-bezier(0.600, 0.000, 0.200, 1.000);
    -o-transition-timing-function: cubic-bezier(0.600, 0.000, 0.200, 1.000);
    transition-timing-function: cubic-bezier(0.600, 0.000, 0.200, 1.000);
    transition-delay: 0.15s;
}

.menu-toggle span.hamburger {
    width: 20px !important;
}

.menu-toggle span.hamburger,
.menu-toggle span.hamburger:after,
.menu-toggle span.hamburger:before {
    content: "";
    display: block;
    width: 26px;
    height: 2px;
    background: #04705F;
    position: absolute;
    top: 50%;
    margin-top: -1px;
    left: 38%;
    margin-left: -12px;
    -webkit-transition: transform 0.3s cubic-bezier(0.600, 0.000, 0.200, 1.000);
    -moz-transition: transform 0.3s cubic-bezier(0.600, 0.000, 0.200, 1.000);
    -o-transition: transform 0.3s cubic-bezier(0.600, 0.000, 0.200, 1.000);
    transition: transform 0.3s cubic-bezier(0.600, 0.000, 0.200, 1.000);
    -webkit-transition-timing-function: cubic-bezier(0.600, 0.000, 0.200, 1.000);
    -moz-transition-timing-function: cubic-bezier(0.600, 0.000, 0.200, 1.000);
    -o-transition-timing-function: cubic-bezier(0.600, 0.000, 0.200, 1.000);
    transition-timing-function: cubic-bezier(0.600, 0.000, 0.200, 1.000);
    transition-delay: 0.15s;
}

.menu-toggle span.hamburger:after {
    margin-top: -7px;
    top: 0;
    transition-delay: 0.27s;
}

.menu-toggle span.hamburger:before {
    margin-top: 7px;
    top: 0;
    transition-delay: 0.2s;
}

.no-touchs .menu-toggle span.hamburger,
.no-touchs .menu-toggle span.hamburger:after,
.no-touchs .menu-toggle span.hamburger:before {
    transition-delay: 0.12s;
    -webkit-transform: translateX(-70px);
    -moz-transform: translateX(-70px);
    -ms-transform: translateX(-70px);
    -o-transform: translateX(-70px);
    transform: translateX(-70px);
}

.no-touchs .menu-toggle span.hamburger,
.no-touchs .menu-toggle span.hamburger:after,
.no-touchs .menu-toggle span.hamburger:before {
    -webkit-transform: translateX(70px);
    -moz-transform: translateX(70px);
    -ms-transform: translateX(70px);
    -o-transform: translateX(70px);
    transform: translateX(70px);
}

.no-touchs .menu-toggle span.hamburger:after {
    transition-delay: 0s;
}

.no-touchs .menu-toggle span.hamburger:before {
    transition-delay: 0.07s;
}

.menu-toggle span.cross:before,
.menu-toggle span.cross:after {
    content: "";
    display: block;
    width: 26px;
    height: 2px;
    background: #04705F;
    position: absolute;
    top: 50%;
    margin-top: -1.5px;
    left: 45%;
    margin-left: -12px;
    -webkit-transition: transform 0.3s cubic-bezier(0.600, 0.000, 0.200, 1.000);
    -moz-transition: transform 0.3s cubic-bezier(0.600, 0.000, 0.200, 1.000);
    -o-transition: transform 0.3s cubic-bezier(0.600, 0.000, 0.200, 1.000);
    transition: transform 0.3s cubic-bezier(0.600, 0.000, 0.200, 1.000);
    -webkit-transition-timing-function: cubic-bezier(0.600, 0.000, 0.200, 1.000);
    -moz-transition-timing-function: cubic-bezier(0.600, 0.000, 0.200, 1.000);
    -o-transition-timing-function: cubic-bezier(0.600, 0.000, 0.200, 1.000);
    transition-timing-function: cubic-bezier(0.600, 0.000, 0.200, 1.000);
    -webkit-transform: translateY(-70px) translateX(-70px) rotate(45deg);
    -moz-transform: translateY(-70px) translateX(-70px) rotate(45deg);
    -ms-transform: translateY(-70px) translateX(-70px) rotate(45deg);
    -o-transform: translateY(-70px) translateX(-70px) rotate(45deg);
    transform: translateY(-70px) translateX(-70px) rotate(45deg);
    transition-delay: 0.12s;
}

.menu-toggle span.cross:after {
    transition-delay: 0s;
    -webkit-transform: translateY(70px) translateX(-70px) rotate(-45deg);
    -moz-transform: translateY(70px) translateX(-70px) rotate(-45deg);
    -ms-transform: translateY(70px) translateX(-70px) rotate(-45deg);
    -o-transform: translateY(70px) translateX(-70px) rotate(-45deg);
    transform: translateY(70px) translateX(-70px) rotate(-45deg);
}

.menu-toggle span.cross:after {
    -webkit-transform: translateY(-70px) translateX(70px) rotate(-45deg);
    -moz-transform: translateY(-70px) translateX(70px) rotate(-45deg);
    -ms-transform: translateY(-70px) translateX(70px) rotate(-45deg);
    -o-transform: translateY(-70px) translateX(70px) rotate(-45deg);
    transform: translateY(-70px) translateX(70px) rotate(-45deg);
}

.no-touchs .menu-toggle span.cross:before {
    transition-delay: 0.12s;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.no-touchs .menu-toggle span.cross:after {
    transition-delay: 0.24s;
    -webkit-transform: rotate(-45deg) !important;
    -moz-transform: rotate(-45deg) !important;
    -ms-transform: rotate(-45deg) !important;
    -o-transform: rotate(-45deg) !important;
    transform: rotate(-45deg) !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.Floating_Sidebar {
    position: fixed;
    right: 0px;
    bottom: 50%;
    width: 6rem;
    z-index: 9999;
}

.Floating_Sidebar .box {
    display: block;
    position: relative;
    margin-bottom: 0.5rem;
    cursor: pointer;
}

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

.Floating_Sidebar .box .icon_box {
    width: 5rem;
    height: 5rem;
    display: block;
    background: #FFF;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2 ;
    position: relative;
}

.Floating_Sidebar .box .icon_box svg {
    width: 2.4rem;
    height: 2.4rem;
    object-fit: contain;
    fill: #fff;
}

.Floating_Sidebar .box .text_box {
    position: absolute;
    top: 0px ;
    left: 1px ;
    width: max-content;
    min-height: 100% ;
    z-index: 1 ;
    transform: translateX(-100%);
    overflow: hidden;
    pointer-events: none ;
}

.Floating_Sidebar .box .text_box .txt {
    width: 100% ;
    max-width: 35rem ;
    min-height: 5rem  ;
    display: flex ;
    align-items: center ;
    transition: 0.5s ease ;
    box-sizing: border-box ;
    padding: 0.6rem 2rem ;
    transform: translateX(100%);
    pointer-events: auto;
}

.Floating_Sidebar .box .text_box a{
    display: block ;
    font-size: 1.5rem ;
    color: #fff ;
    font-size: 1.6rem ;
    width: max-content ;
}

.Floating_Sidebar .box .text_box .txt::after {
    position: absolute ;
    top: 0px ;
    left: 0px ;
    width:0.3rem ;
    height: 100% ;
    display: block ;
    background: #FFC83E ;
    z-index: 1 ;
    content: '';
}

.Floating_Sidebar .box:hover .text_box .txt {
    transform: translateX(0%);
}

.Floating_Sidebar .box .img_box {
    position: absolute ;
    left: 0px ;
    transform: translateX(-110%);
    top: 0px ;
    padding: 1rem ;
    box-sizing: border-box ;
    display: none ;
}

.Floating_Sidebar .box .img_box img {
    width: 10rem ;
    height: 10rem  ;
    display: block ;
    margin-bottom: 1rem ;
} 

.Floating_Sidebar .box .img_box span {
    display: block ;
    text-align: center ;
    font-size: 1.6rem ;
    color: #fff ;
}

.Floating_Sidebar .box:hover .img_box {
    display: block;
}

.Floating_Sidebar  .Back_to_top {
    display: none ;
}

.Floating_Contact {
    position: fixed ;
    z-index: 99 ;
    right: 1rem  ;
    bottom: 2rem ;
    width: 19rem ;
    border-radius: 0.4rem ;
}

.Floating_Contact .icon_box {
    width: 100% ;
    cursor: pointer;
}

.Floating_Contact .icon_box img {
    width: 100% ;
    display: block ;
}

.Floating_Contact .text_box {
    width: 43rem ;
    background: #FFF ;
    position: absolute ;
    top: 0px ;
    transform: translateY(-100%);
    box-shadow: 0px 0px 1rem 0.1rem rgba(0, 0, 0, 0.16) ;
    right: 8rem ;
    display: none ;
}

.Floating_Contact .text_box::after {
    width: 2.8rem ;
    height: 2.8rem ;
    position: absolute;
    bottom: -0.7rem ;
    right: 5rem;
    transform: rotate(45deg);
    background: rgb(255, 255, 255);
    border-radius: 0.3rem ;
    content: '';
}

.Floating_Contact .title {
    width: 100% ;
    display: flex ;
    align-items: center ;
    padding: 1.5rem 0px ;
    background: #0075C2 ;
    justify-content: center ;
    position: relative;
} 


.Floating_Contact .title svg {
    height: 3rem ;
    width: auto ;
    margin-right: 1rem ;
    fill: #FFF ;
}

.Floating_Contact .title .icon_guanbi {
    right: 2rem ;
    width: 2rem ;
    height: 2rem ;
    display: block ;
    position: absolute ;
    margin-right: 0px ;
    cursor: pointer;
}


.Floating_Contact .title b{
    font-size: 2rem ;
    color: #fff ;
    font-weight: bold ;
    text-transform: uppercase ;
}

.Floating_Contact .text {
    width: 100% ;
    padding: 2rem ;
    box-sizing: border-box ;
}

.Floating_Contact .text p{
    font-size: 1.6rem ;
    color: #333 ;
    font-weight: 400 ;
    line-height: 1.6em ;
}

.Floating_Contact .text p a{
    font-size: inherit ;
    color: #0075C2 ;
    text-decoration: underline ;
    cursor: pointer ;
}

.PRODUCTS_Details .content_out table {
    width: 100% ;
    border-collapse: collapse;
}

.PRODUCTS_Details .content_out table td{
    padding: 0.7rem ;
    box-sizing: border-box ;
    font-size: inherit ;
    color: inherit ;
        font-weight: normal;
    font-size: 1.8rem;
    color: rgb(85, 85, 85);
    line-height: 1.7em;
}


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

.pagination {
    display: inline-block;
    padding-left: 0;
    /*margin: 2rem auto;*/
    border-radius: 0.4rem;
    
    width: 74.34%;
     display: flex;
    justify-content: center;
    
}

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




.Product_section .out .main_aside {
    background: none ;
    box-shadow: none  ;
}

/***********main-l**************/
.main-l {
    width: 100% ;
    display: block;
}

/*mnav*/
.mnav {
    width: 100% ;
    height: auto;
    overflow: hidden;
    margin: 0 auto 2rem;
    box-shadow: 0px 0px 1rem 0.1rem rgba(0, 0, 0, 0.16) ;
    border-radius: 0.2rem ;
}

.mtit {
    width: 100% ;
    height: 5.8rem ;
    background: #fff;
    border-bottom: 0.2rem solid #0075c2;
    overflow: hidden;
}

.mtit h1 {
    font-size: 2.4rem ;
    line-height: 6rem ;
    text-align: left;
    text-transform: uppercase;
    color: #0075c2;
    font-weight: bold;
    display: block;
    margin-left: 2rem ;
}

.mnav ul {
    width: 100% ;
    height: auto;
    overflow: hidden;
    display: block;
    background: #fff;
    padding-bottom: 2rem ;
    box-sizing: border-box ;
}

.mnav ul li {
    width: 100% ;
    height: 4.9rem ;
    border-bottom: dashed 0.1rem #999;
    float: left;
    margin: 0 auto;
    display: block;
    padding: 0px 2rem ;
    box-sizing: border-box ;
}

.mnav ul li p {
    float: left;
    display: block;
    margin-left: 1rem;
    line-height: 4.9rem ;
    font-size: 1.8rem ;
    color: #333;
    font-weight: normal;
    max-width: 100% ;
    overflow: hidden;
}

.mnav ul li img {
    width: 2rem ;
    height: 2rem ;
    float: right;
    display: block;
    margin: 1.5rem  1rem  1.4rem  auto;
}

.mnav ul li:hover {
    background: #00a0e9;
}

.mnav ul li:hover p {
    color: #fff;
}

/*pronav*/
/*主要样式*/
.mnav .subNavBox {
    width: 100% ;
    margin: 0 auto;
    height: auto;
    overflow: hidden;
    display: block;
    background: #fff;
    padding-bottom: 2rem ;
}

.mnav .subNav {
    width: 100% ;
    height: 4.9rem ;
    border-bottom: dashed 0.1rem #999;
    margin: 0 auto;
    display: block;
    cursor: pointer;
    line-height: 4.9rem ;
    font-size: 1.8rem ;
    color: #333;
    font-weight: normal;
    
    padding-left: 1rem ;
    background: url(../images/arrow.png) no-repeat;
    background-position: 93% 50%;
    overflow: hidden;
}

.mnav .subNav:hover {
    color: #00a0e9;
}

.mnav .currentDd {
    line-height: 4.9rem ;
    font-size: 1.8rem ;
    color: #333;
    font-weight: normal;
    
}

.mnav .currentDt {
    background-image: url(../images/arrow2.png);
}

.mnav .navContent {
    display: none;
    width: 100% ;
    margin: 0 auto;
    /*border-bottom:solid 1px #e5e3da;*/
    line-height: 4.9rem ;
    font-size: 1.4rem ;
    color: #666;
    font-weight: normal;
    
}

.mnav .navContent li a {
    display: block;
    margin-left: 1rem ;
    text-align: left;
    line-height: 4.9rem ;
    font-size: 1.4rem ;
    color: #666;
    font-weight: normal;
    
}

.mnav .navContent li:hover {
    color: #fff;
    background-color: #00a0e9;
}

.mnav .navContent li:hover a {
    color: #fff;
}

/*rexiao*/
.rexiao {
    width: 100% ;
    margin: 0 auto 2rem ;
    overflow: hidden;
    box-shadow: 0px 0px 1rem 0.1rem rgba(0, 0, 0, 0.16) ;
    border-radius: 0.2rem ;
}

.rexiao-nr {
    display: block;
    width: 100% ;
    padding: 2rem 1rem 3rem ;
    background: #fff;
    overflow: hidden;
    margin: 0 auto;
    box-sizing: border-box ;
}

#marquee4 {
    display: block;
    width: 100% ;
    height: 52rem ;
    background: #fff;
    overflow: hidden;
    margin: 0 auto;
}

#marquee4 ul {
    display: block;
    width: 100% ;
    height: 52rem ;
    margin: 0 auto;
    overflow: hidden;
}

#marquee4 ul li {
    float: left;
    width: 100% ;
    display: block;
    margin: 0 auto 2rem ;
    overflow: hidden;
}

#marquee4 ul li .img_box {
    width: 100% ;
    background: #DFE7EF;
    overflow: hidden;
    padding: 2rem ;
    box-sizing: border-box ;
}

#marquee4 ul li .img_box .img {
    width: 100% ;
    padding-top: 85% ;
    position: relative;
}

#marquee4 ul li .img_box .img img {
    position: absolute ;
    top: 0px ;
    left: 0px ;
    width: 100% ;
    height: 100% ;
    z-index: 1 ;
    object-fit: contain ;
    transition: 0.5s ease ;
}

#marquee4 ul li:hover .img_box .img img {
    transform: scale(1.1);
}

#marquee4 ul li .tit {
    width: 100% ;
    display: block;
    text-align: center;
    font-size: 1.6rem ;
    font-weight: normal;
    line-height: 3rem ;
    color: #333;
    border: 0.1rem  solid #0075c2;
    box-sizing: border-box ;
}

#marquee4 ul li:hover .tit {
    color: #fff;
    background: #0075c2;
}

/*mcon*/
.mcon {
    width: 100% ;
    height: auto;
    overflow: hidden;
    margin: 0 auto 2rem ;
    box-shadow: 0px 0px 1rem 0.1rem rgba(0, 0, 0, 0.16) ;
    border-radius: 0.2rem ;
}

.mcon-nr {
    width: 100% ;
    margin: 0 auto;
    padding: 1rem 1rem 2rem ;
    background: #fff;
    box-sizing: border-box ;
}

.mcon-nr h2 {
    text-align: left;
    
    font-size: 1.8rem ;
    line-height: 3rem ;
    font-weight: 550;
    color: #333;
}

.mcon-nr p {
    text-align: left;
    font-size: 1.6rem ;
    line-height: 2.5rem ;
    font-weight: normal;
    color: #666;
}



















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

@media (max-width: 1919.98px) {
    html {
        font-size: calc(100vw / 192);
    }
}

@media (max-width: 1600px) {
    html {
        font-size: calc(100vw / 160);
    }

    .nav .out .nav_list {
        gap: 0px 4.5vw;
    }

    .Factory_section .Text_box .title h2 {
        font-size: 4.2rem;
    }

    .INDUSTRY_Application .out {
        padding-left: 5%;
    }



}

@media (max-width: 1440px) {
    html {
        font-size: calc(100vw / 144);
    }

    .nav .out .nav_list {
        gap: 0px 4vw;
    }

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

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

    .Factory_section .out .box .title h3 {
        font-size: 1.8rem;
    }

    .Factory_section .out .box .title {
        height: 6.1rem;
    }

}

@media (max-width: 1200px) {
    html {
        font-size: calc(100vw / 120);
    }

    .nav .out .nav_list {
        gap: 0px 3vw;
    }

    .banner_swier .swiper-slide .text h2 {
        font-size: 5rem;
    }

    .banner_swier .swiper-slide .text {
        padding-top: 15rem;
    }

    .banner_swier .swiper-slide .text h2 {
        margin-bottom: 2rem;
    }

}

@media (max-width: 992px) {
    html {
        font-size: calc(100vw / 99.2);
    }

    .nav .out .nav_list {
        display: none;
    }

    .banner_swier,
    .banner_section,
    .banner_section .text {
        padding-top: 13rem;
    }

    .banner_swier .swiper-slide .text {
        padding-top: 9%;
    }

    .banner_section .text h2 {
        font-size: 5rem;
    }

    .Factory_section .Text_box {
        flex-wrap: wrap;
    }

    .Factory_section .Text_box .title {
        width: 100%;
    }

    .public_title h2,
    .INDUSTRY_Application .title h2 {
        font-size: 4.2rem;
    }

    .Factory_section .Text_box .txt {
        width: 100%;
    }

    .Factory_section .out,
    .Product_Classification .out {
        gap: 3rem 2%;
    }

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

    .PRODUCTS_box {
        width: 32%;
    }

    .Number_scrolling .box {
        width: 50%;
    }

    .Number_scrolling {
        gap: 4rem 0px;
    }

    .COMPANY_INTRODUCTION .text {
        margin-top: 6rem;
    }

    .INDUSTRY_Application .out {
        padding-left: 0px;
        flex-wrap: wrap;
    }

    .INDUSTRY_Application .out {
        gap: 3rem 2%;
        width: 95%;
        margin: 0 auto;
        margin-top: 5rem;
    }

    .INDUSTRY_Application .out .box {
        width: 32% !important;
        height: 47rem;
    }

    .COMPANY_INTRODUCTION {
        padding: 8rem 0px 7rem 0px;
    }

    .Factory_section,
    .Product_Classification,
    .Customer_CASES,
    .Product_section,
    .APPLICATION_section {
        margin: 7rem 0px;
    }

    .INDUSTRY_Application .out .box .text {
        padding: 3rem;
    }

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

    .footer_list_out .list_text {
        width: 48%;
    }

    .footer_list_out .nav_list {
        display: none;
    }

    .footer_list_out .form_out {
        width: 48%;
    }

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

    .Product_section .out .PRODUCTS_list,
    .Product_section .out .PRODUCTS_Details,
    .Product_section .out .News_Details
     {
        width: 100%;
        margin-top: 4rem;
    }

    .Product_section .out .News_Details {
        margin-top: 0px !important;
    }

    .Product_section .out .aside {
        width: 100%;
    }

    .Product_section .out .aside .list {
        flex-wrap: wrap;
        display: flex;
        justify-content: space-between;
        padding: 1rem 4rem 4rem 4rem;
        box-sizing: border-box;
    }

    .Product_section .out .aside .list .item,
    .APPLICATION_section .out .box {
        width: 48%;
    }

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

    .APPLICATION_section .out .box a {
        flex-wrap: wrap;
    }

    .APPLICATION_section .out .box .img_box {
        width: 100%;
    }

    .APPLICATION_section .out .box .text {
        width: 100%;
        margin-top: 3rem;
        padding: 0px 0px;
    }

    .APPLICATION_section .out .box .text h3 {
        font-size: 2.6rem;
    }

    .video_center {
        padding: 7rem 0px;
    }

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

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

    .SERVICE_section {
        margin: 7rem 0px;
    }

    .SERVICE_section .out {
        justify-content: space-between;
        gap: 4rem 0px;
    }

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

    .FAQ_section .list .item .title .tit {
        width: 95%;
    }

    .Contact_Us .out .information_list {
        width: 100%;
    }

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

    .menu-toggle {
        display: flex;
    }
    
    .pagination {
        width:100%;
    }

    .Product_section .out .main_aside {
        display: none ;
    }

}

@media (max-width: 768px) {
    html {
        font-size: calc(100vw / 76.8);
    }

    .Top_Bar .out .Contact_list i {
        margin: 0px 2rem;
    }

    .banner_swier .swiper-slide .text p {
        display: none;
    }

    .Factory_section .out,
    .Factory_section .out,
    .Product_Classification .out {
        justify-content: space-between;
    }

    .Factory_section .out .box,
    .PRODUCTS_box {
        width: 48%;
    }

    .Customer_CASES .CASES_swiper .swiper-slide {
        width: 47%;
    }

    .INDUSTRY_Application .out .box {
        width: 48% !important;
    }

    .Support_footer .Support {
        position: relative;
    }

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

    .PRODUCTS_Details .Top_information {
        flex-wrap: wrap;
    }

    .PRODUCTS_Details .Top_information .img_box {
        width: 100%;
    }

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

    .About_section .About_box {
        flex-wrap: wrap;
    }

    .About_section .About_box .img {
        width: 100%;
    }

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

    .About_section {
        padding: 7rem 0px;
    }

    .Honor_section,
    .NEWS_section,
    .FAQ_section {
        margin: 7rem 0px;
    }

    .Honor_section .Honor_swiper .swiper-slide {
        width: 38%;
    }

    .Contact_Us .out .form_Contact {
        padding: 3rem 3rem;
        box-sizing: border-box;
    }

    .Contact_Us .out .form_Contact h3 {
        font-size: 3.2rem;
    }

    .Contact_Us .out .information_list .box {
        margin-bottom: 5rem;
    }

    .banner_swier .public_btn {
        display: none;
    }

}

@media (max-width: 576px) {
    html {
        font-size: calc(100vw / 57.6);
    }

    .Top_Bar {
        display: none;
    }

    .nav {
        height: 7rem;
    }

    .banner_swier,
    .banner_section,
    .banner_section .text {
        padding-top: 7rem;
    }

    .banner_swier .swiper-slide .text h2 {
        font-size: 3.5rem;
    }

    .Factory_section .Text_box .title h2,
    .public_title h2,
    .INDUSTRY_Application .title h2,
    .banner_section .text h2,
    .Online_Inquiry .title h2 {
        font-size: 3.2rem;
    }

    .Factory_section .Text_box .txt p {
        font-size: 1.8rem;
    }

    .Factory_section .Text_box .txt .Moer {
        font-size: 1.6rem;
    }

    .Factory_section,
    .Product_Classification,
    .Customer_CASES , .Product_section {
        margin: 5rem 0px;
    }

    .Product_Classification .out {
        margin-top: 4rem;
    }

    .INDUSTRY_Application .out .box .text .Moer {
        margin-top: 4rem;
    }

    .INDUSTRY_Application .out .box .text {
        display: none;
    }

    .INDUSTRY_Application .out .box.active .title {
        transform: translateY(0px) !important;
    }

    .INDUSTRY_Application .out .box {
        height: 27rem;
    }

    .footer_list_out .list_text {
        width: 100%;
    }

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

    .footer_list_out .list_text .txt {
        margin-bottom: 3rem;
    }

    .logo_Search .container {
        padding: 4rem 0px;
    }

    .logo_Search .logo {
        height: 6rem;
    }

    #header.header_active {
        transform: translateY(0px);
    }

    .Product_section .out .aside .list .item {
        width: 100%;
    }

    .Product_section .out .PRODUCTS_list {
        justify-content: space-between;
    }

    .Product_section .out .PRODUCTS_list .PRODUCTS_box {
        width: 48%;
    }

    .Online_Inquiry form input {
        width: 100%;
    }

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

    .APPLICATION_section .out {
        margin-top: 4rem;
    }

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

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

    .About_section {
        padding: 5rem 0px;
    }

    .About_section .About_box {
        margin-top: 3rem;
    }

    .Honor_section .Honor_swiper .swiper-slide {
        width: 50%;
    }

    .Honor_section,
    .NEWS_section,
    .FAQ_section {
        margin: 5rem 0px;
    }

    .Honor_section .out {
        margin-top: 4rem;
    }

    .NEWS_section .out .box a {
        flex-wrap: wrap;
    }

    .NEWS_section .out .box .img_box {
        width: 100%;
    }

    .NEWS_section .out .box .text {
        width: 100%;
        margin-top: 4rem;
    }

    .FAQ_section .list .item .title .tit {
        width: 90%;
    }

    .Contact_Us .out .form_Contact form input {
        width: 100%;
    }

    .Floating_Contact {
        display: none !important;
    }

}

@media (max-width: 390px) {
    html {
        font-size: calc(100vw / 42);
    }

    .Factory_section .Text_box .title h2 {
        line-height: inherit;
        margin-bottom: 2rem;
    }

    .Factory_section .out .box,
    .PRODUCTS_box {
        width: 100%;
    }

    .Number_scrolling .box {
        width: 100%;
    }

    .Customer_CASES .CASES_swiper .swiper-slide {
        width: 100%;
    }

    .logo_Search .logo {
        height: 4.5rem;
    }

}