body {
    font: 1rem 'Poppins', system-ui, -apple-system, "Microsoft YaHei", "微软雅黑", "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" !important;
}

.index_banner_video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 30rem;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

.index_banner_video video {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    object-fit: cover;
}

.en .swiper_subtitle {
    font-size: 1rem;
    color: #fff;
    text-transform: uppercase;
}

.en .swiper_title {
    font-size: 2rem;
    font-family: 'MontserratBold';
    text-transform: uppercase;
}

.en .swiper_button {
    width: 10rem;
    font-size: .8rem;
    line-height: 3;
    background-color: #c7000b;
    margin-top: 1rem;
}

.en .header_navgation_font {
    top: 3px;
}

.en .header_navgation_child {
    padding-top: 8px;
}

.en .header_telephone {
    color: #fff;
}

.en .header--page .header_telephone {
    color: #16222A;
}

.en .header_light .header_telephone {
    color: #16222A;
}

.en .swiper-tips {
    width: 90%;
}

.en .tip_title {
    font-size: .8rem;
    font-family: 'MontserratBold';
    text-transform: uppercase;
}

.en .tip_desc {
    font-size: .72rem; 
    color: #9c9c9c;  
    font-family: 'Poppins';   
}

.en .main-title h2 {
    font-size: 2.4rem;
    font-family: 'AcuminProBold';
    text-transform: uppercase;
}

.en .main-title p {
    font-size: .8rem;
    font-family: 'MontserratBold';
}

.en .product_list {
    display: flex;
    flex-wrap: wrap;
}

.en .product_item {
    width: 26rem;
    height: auto;
    margin-bottom: 5rem;
    margin-left: 3rem;
    flex-wrap: wrap;
}

.en .product_item:nth-child(2n+1) {
    margin-left: 0;
}


.en .product_item::before {
    width: 95%;
    height: 15rem;
    left: 5%;
    top: -2%;
}

.en .product_image {
    width: 95%;
    position: relative;
    height: 15rem;
    left: 0;
}

.en .product_image img {
    width: 99%;
    height: 99%;
}

.en .product_info {
    padding: 0;
    width: 100%;
    margin-top: 1rem;
}

.en .product_special {
    line-height: 1;
    margin-bottom: 1rem;
}

.en .product_special span {
    display: inline-block;
    font-size: .6rem;
    font-family: 'MiSansBold';
    text-transform: uppercase;
    margin: 0;
}

.en .product_info h3 {
    font-size: 1.2rem;
    font-family: 'AcuminProBold';
    color: #121212;
    text-transform: uppercase;
    line-height: 1;
    margin-bottom: 10px;
}

.en .product_info p {
    font-size: .72rem;
    font-family: 'Popins';
    color: #6c6c6c;
    line-height: 1.5;
    text-align: left;

    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
}

.en .product_item::after {
    width: 100%;
    left: 0%;
    bottom: -10px;
}

.en .service .main-title h2 {
    color: #fff;
}

.en .service {
    background-color: #16222A;
}

.en .service_info h3,
.en .service_info p {
    color: #fff;
}

.en .service_item {
    width: 14rem;
}

.en .service_info h3 {
    font-size: 1rem;
}

.en .service_info p {
    font-size: .72rem;
    line-height: 1.5;
    font-family: 'Popins';
    text-align: start;
    color: #9e9e9e;
}

.en .main-title--sub h3 {
    text-transform: uppercase;
}

.en .footer_menu_item li a {
    text-transform: uppercase;
}

.en .footer_menu_item:nth-child(3) li:after {
    display: none;
}

.en .profile_logo {
    padding: 1rem;
}

.en .profile_logo img {
    width: 16rem;
}

.en .profile_content {
    width: 36rem;
    display: flex;
    align-items: center;
}

.en .profile_content p {
    line-height: 1.6;
    color: #3c3c3c;
    text-align: left;
    font-family: 'Poppins';
}

.en .supply_list {
    width: 42rem;
}

.en .supply_item {
    width: 50%;
    margin-bottom: 1rem;
}

.en .supply_item_info {
    width: 100%;
    text-align: left;
    padding-left: 2rem;
}

.en .supply_item h3 {
    font-size: 1rem;
    text-transform: uppercase;
    color: #6c6c6c;
    font-family: 'AcuminProBold';
    margin: 0;
}

.en .supply_item:hover h3 {
    color: #c7000b;
}

.en .supply_item:nth-child(3n):after {
    display: block;
}

.en .supply_item:nth-child(2n):after {
    display: none;
}

.en .supply_content {
    width: 50rem;
    margin-inline: auto;
}

.en .page_product_title h2 {
    text-transform: uppercase;
}

.en .page_product_title p {
    font-size: .72rem;
}

.en .product_view_title {
    padding-top: 5rem;
}

.en .product_view_title h2 {
    width: 30rem;
    margin-inline: auto;
    line-height: 1.2;
    text-transform: uppercase;
}

.en .product_view_title p {
    font-family: 'AcuminProBold';
    font-size: 1rem;
}

.en .product_view_special .main-title--sub h3 {
    width: 45rem;
    font-family: 'AcuminProBold';
    line-height: 1;
    margin-inline: auto;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.en .product_view_special_item h3 {
    font-family: 'AcuminProBold';
    text-transform: uppercase;
    margin-bottom: 5px;
}

.en .product_view_range .page_table {
    width: 50rem;
}

.en .product_view_range .page_table_item {
    width: 50rem;
}

.en .product_view_range .page_table_item h4 {
    width: 18rem;
    text-transform: uppercase;
}

.en .product_view_range .page_table_item p {
    width: 32rem;
    line-height: 1.2;
}

.en .page_menu_item a {
    width: 8rem;
    font-family: 'ShuHeiTi';
    text-transform: uppercase;
}

.en .page_content h2 {
    text-transform: uppercase;
    font-family: 'ShuHeiTi';
}

.en .page_inner h3 {
    text-transform: uppercase;
    font-family: 'ShuHeiTi';
}

.en .page_table_item {
    height: auto;
}

.en .page_table_item h4 {
    width: 15rem;
    text-transform: uppercase;
    font-family: 'ShuHeiTi';
}

.en .page_table_item p {
    width: 35rem;
    padding: 2rem;
    text-align: left;
    font-family: 'Popins';
}

.en .page_contact_info h2 {
    font-family: 'ShuHeiTi';
    text-transform: uppercase;
    letter-spacing: 0px;
}

.en .page_contact_info p {
    width: 24rem;
    line-height: 1.5;
    font-family: 'Popins';
}

