#main_index {
    padding: 0!important;
}

.floating_menu.show div .btn {
    height: 60px;
    width: 60px;
    border-radius: 50%;
    background-color: #25D366;
}

.product_list_5 .product_box .img_frame img {
    object-fit: contain;
}


.navbar_type8 {
    background-color: #000000;
}

#main_index .navbar_type8{
    background-color: transparent;
}

.navbar_type8 .logo img {
    position: absolute;
    left: 0px;
    width: 120px;
    height: 100%;
    object-fit: contain;
    padding: 0px;
}

.navbar_type8 .nav_tab .nav_item>a {
    letter-spacing: 2px;
    font-size:0.9vw;
    font-weight: 900;
    padding: 0;
    position: relative;
}

html[lang="zh-Hans"] .navbar_type8 .nav_tab .nav_item>a {
    font-size: 16px;
}

.navbar_type8 .nav_tab .nav_item {
    padding: 15px 0.8vw;
}

html[lang="zh-Hans"] .navbar_type8 .nav_tab .nav_item {
    padding: 15px 19px;
}

.navbar_type8 .nav_tab .nav_item a:hover {
    opacity: 0.8;
}

.navbar_type8.dark_nav {
    background-color: #ffffff!important;
}

.navbar_type8.dark_nav .nav_tab .nav_item a {
    font-size:0.9vw;
    color: #808080;
}

.navbar_type8.dark_nav .nav_tab .nav_item a:hover {
    color: #333333;
}

.navbar_type8 .nav_tab .nav_item::before {
    display: none;
}

.navbar_type8 .nav_tab .nav_item a::after {
    position: absolute;
    content: "";
    left: 0;
    top: 120%;
    width: 100%;
    border-bottom: 4px solid #ac1c22;
    transition: opacity 0.5s ease-in-out;
    opacity: 0;
}

.navbar_type8 .nav_tab .nav_item a:hover::after {
    opacity: 1;
}


.navbar_mobile {
    background-color: rgba(255, 255, 255, 0.9);
    height: auto;
}

.navbar_mobile .row_1 {
    margin-bottom: 0;
    padding-top: 0.5rem!important;
    padding-bottom: 0.5rem!important;
}

@media screen and (max-width: 1200.5px){
    .navbar_type8.dark_nav .nav_tab .nav_item a{
        font-size:0.8vw;
    }
    .navbar_type8 .nav_tab .nav_item>a{
        font-size:0.8vw;
    }
}


@media screen and (min-width: 992px) {
    #main_index .slider_banner {
        z-index: 0;
        padding: 0!important;
        margin-top: -80px!important;
    }

}


.footer_type8 {
    background-color: #000000;
    color: #ffffff;
    padding-top: 3rem!important;
    padding-bottom: 2rem!important;
}

.footer_type8 a {
    color: #ffffff;
}

.footer_type8 a:hover {
    color: #ffffff;
}

.footer_type8 .col-12.col-md-4.mb-md-0.p-3.text-center {
    padding-top: 0!important;
    padding-bottom: 0!important;
}

.footer_type8 .title {
    min-height: 60px;
}

.footer_type8 .title.logo {
    padding-top: 0;
}

.footer_type8 .title.logo img {
    max-height: 60px;
}

.footer_type8 .social_media>a:first-child {
    margin-left: 0;
}

.footer_type8 .social_media>a {
    color: #ffffff;
}

.footer_type8 .social_media>a:hover {
    background-color: transparent;
    color: #ffffff;
}

.footer_type8 .title>h5 {
    font-size: 1.3rem;
    font-weight: 700;
    color: #ac1c22;
    text-transform: uppercase;
    align-self: flex-end;
}

.footer_type8 .col-12.col-md-4.mb-md-0.p-3.text-center.text-md-left.order-md-1>p,
.footer_type8 .col-12.col-md-4.mb-md-0.p-3.text-center.text-md-left.order-md-1>ul>li>p>a,
.footer_type8 .col-12.col-md-4.mb-md-0.p-3.text-center.d-flex.flex-column.order-md-2>p,
.footer_type8 .col-12.col-md-4.mb-md-0.p-3.text-center.text-md-right.order-md-3>ul>li>a>p {
    font-size: 0.9rem;
    font-weight: 400;
    color: #ffffff;
}

.footer_type8 .col-12.col-md-4.mb-md-0.p-3.text-center.text-md-left.order-md-1>p i,
.footer_type8 .col-12.col-md-4.mb-md-0.p-3.text-center.text-md-left.order-md-1>ul>li>p>a i{
    color: #ffffff;
}



/*banner*/
#main_index .slider_banner .slick-prev {
    left: 20px;
    width: 25px;
    height: 25px;
}

#main_index .slider_banner .slick-next {
    right: 20px;
    width: 25px;
    height: 25px;
}

#main_index .slider_banner .slick-prev::before,
#main_index .slider_banner .slick-next::before {
    width: 25px;
    height: 25px;
}

.bgBanner {
    height: inherit;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.banner_text {
    background-color: rgba(0, 0, 0, 0.6);
    color: #ffffff;
    padding: 30px;
    font-size: 3.2em;
    font-weight: 900;
    line-height: 1.3em;
    letter-spacing: 2px;
}

@media screen and (max-width: 991.98px) {
    .banner_text {
        padding: 20px;
        font-size: 2.2em;
    }
}

@media screen and (max-width: 575.98px) {
    .banner_text {
        font-size: 1.6em;
    }
}

@media screen and (max-width: 426px) {
    .banner_text {
        font-size: 1.2em;
        padding: 15px;
    }
}



/*sec1*/
.delay1 {
    animation-delay: 0.2s;
}
.delay2 {
    animation-delay: 0.4s;
}
.delay3 {
    animation-delay: 0.2s;
}
.delay4 {
    animation-delay: 0.4s;
}
.delay5 {
    animation-delay: 0.6s;
}

.sec_title {
    color: #ac1c22;
    font-size: 32px;
    font-weight: 700;
}

.sec_rec {
    background-color: #bfbfbf;
    width: 100px;
    height: 2px;
}

.sec1_imgx {
    position: relative;
}

.sec1_imgx_box {
    position: absolute;
}

.sec1_imgx_title {
    font-size: 18px;
    line-height: 1;
    font-weight: 700;
    color: #ffffff;
}

.sec1_imgx_text {
    font-size: 14px;
    font-weight: 400;
    color: #ffffff;
    padding-bottom: 30px;
}

.sec1_box:nth-child(1n+4) {
    padding-top: 30px;
}

.btnMore1 {
    display: inline-block;
    background-color: #ac1c22;
    padding: 0 12px;
}

@media screen and (min-width: 1200px) {
    .sec1_imgx_title {
        padding-bottom: 15px;
    }
    .sec1_imgx_box {
        top: 50%;
        transform: translateY(-50%);
        left: 0;
        padding: 0 25px;
    }
}

@media screen and (max-width: 1199.98px) {
    .sec1_imgx_title {
        padding-bottom: 10px;
    }
    .sec1_imgx_box {
        top: 50%;
        transform: translateY(-50%);
        left: 0;
        padding: 0 20px;
    }
    .sec1_imgx_text {
        padding-bottom: 20px;
    }
}

@media screen and (max-width: 991.98px) {
    .sec1_box:nth-child(1n+3) {
        padding-top: 30px;
    }
    .sec1_imgx_title {
        padding-bottom: 15px;
    }
}

@media screen and (max-width: 767.98px) {
    .sec1_imgx_title {
        font-size: 16px;
        padding-bottom: 10px;
    }
    .sec1_imgx_text {
        font-size: 12px;
        padding-bottom: 10px;
    }
    .sec1_imgx_box {
        padding: 0 15px;
    }
    .sec1_icon {
        font-size: 1.5em!important;
    }
    .btnMore1 {
        padding: 0 10px;
    }
}

@media screen and (max-width: 575.98px) {
    .sec_title {
        font-size: 24px;
    }
    .sec_rec {
        width: 70px;
    }
    .sec1_imgx_title {
        font-size: 12px;
        padding-bottom: 5px;
    }
    .sec1_imgx_text {
        font-size: 10px;
        padding-bottom: 10px;
    }
    .sec1_icon {
        font-size: 1.2em!important;
    }
    .btnMore1 {
        padding: 0 8px;
        line-height: 1.2em;
    }
}

@media screen and (max-width: 426px) {
    .sec1_imgx_title {
        font-size: 10px;
        padding-bottom: 5px;
    }
    .sec1_imgx_text {
        font-size: 8px;
        line-height: 1.25;
        padding-bottom: 5px;
    }
    .sec1_imgx_box {
        padding: 0 10px;
    }
    .sec1_icon {
        font-size: 0.8em!important;
    }
    .btnMore1 {
        padding: 0 6px;
        line-height: 0.8em;
    }
}



/*sec2*/
.sec2_sm_title {
    color: #ac1c22;
    font-size: 20px;
    font-weight: 500;
    padding: 15px 0;
}

.sec2_text {
    font-size: 16px;
    color: #000000;
}

.btnRead {
    display: inline-block;
    text-decoration: none!important;
    color: #ffffff;
    background-color: #ac1c22;
    padding: 6px 15px;
    line-height: 1;
    outline: none;
    border: none;
    position: relative;
    overflow: hidden;
    transition: all .5s;
    z-index: 0;
}

.btnRead::before,
.btnRead::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    background-color: #000000;
    z-index: -1;
    transform: translate3D(0, -100%, 0);
    transition: all .5s;
}

.btnRead:hover {
    color: #ffffff;
}

.btnRead:hover::after {
    transform: translate3D(0, 0, 0);
    transition: all .5s;
}

.curtainup {
    transform-style: preserve-3d;
}

.curtainup::before,
.curtainup::after {
    transform-origin: center center;
    transform: scale(1, 0);
}

.curtainup:hover::before,
.curtainup:hover::after {
    transform: scale(1, 1);
    border-radius: 0;
}

@media screen and (min-width: 768px) {
    .sec2_right {
        display: flex;
        align-items: center;
    }
}

@media screen and (max-width: 767.98px) {
    .sec2_left {
        padding-top: 20px;
    }
}

@media screen and (max-width: 575.98px) {
    .sec2_sm_title {
        font-size: 18px;
    }
}



/*sec3*/
.bgSec3 {
    background-image: url('https://cdn1.npcdn.net/img/1611548144contbg.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    margin-top: 48px;
    margin-bottom: 48px;
}

.sec3_box {
    border: 1px solid #bfbfbf;
    padding: 25px 50px;
}

.sec3_title {
    color: #ffffff;
    font-size: 32px;
    line-height: 38px;
    font-weight: 700;
}

.sec3_text {
    font-size: 16px;
    color: #ffffff;
    padding: 25px 0;
}

.btnMore2 {
    display: inline-block;
    background-color: #ac1c22;
    padding: 0px 12px;
}

@media screen and (min-width: 1200px) {
    .sec3_box {
        width: 90%;
    }
    .sec3_title {
        width: 80%;
    }
    .sec3_text {
        width: 90%;
    }
}

@media screen and (max-width: 575.98px) {
    .sec3_box {
        padding: 25px 25px;
    }
    .sec3_title {
        font-size: 24px;
    }
}



/*sec4*/
/*#main_index .product_cat-3 .cat_box .content .content_box>h3 {*/
/*    display: none;*/
/*}*/

#main_index .index_wrapper_6 {
    padding-bottom: 48px;
}

#main_index .product_cat-3 {
    margin-top: 30px;
}

#main_index .service_type4 .col-6.col-md-4 {
    margin: 15px 0;
}

#main_index .service_type4 .service_box_type4 {
    margin-bottom: 0;
    border: .8px solid #ccc;
}

#main_index .service_type4 .service_box_type4 .img_frame {
    height: 0;
    padding-bottom: 75%;
}

#main_index .service_type4 .service_box_type4 .img_frame:hover .overlay {
    background-color: transparent;
}

#main_index .service_type4 .service_box_type4 .img_frame .box {
    position: relative;
    top: unset;
    left: unset;
    width: 100%;
    height: 100%;
    border: none;
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    transition: 0.3s ease-in-out;
    background-image: linear-gradient(to top, rgb(0,0,0,0.7), transparent);
}

#main_index .service_type4 .service_box_type4 .img_frame:hover .box {
    top: unset;
    left: unset;
    transform: unset;
}

#main_index .service_type4 .service_box_type4 .img_frame .box p {
    overflow: auto;
    max-height: unset;
    position: relative;
    top: unset;
    left: unset;
    transform: unset;
    color: white;
    margin-bottom: 0;
    width: 100%;
    text-align: left !important;
    padding: 25px;
}

#main_index .service_type4 .service_box_type4 .img_frame .box p > br {
    display: none;
}

#main_index .service_type4 .service_box_type4 .img_frame .box p > span {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 20px;
    display: block;
    line-height: 1.3;
}

#main_index .service_type4 .service_box_type4 .img_frame .box p .general_btn {
    border: none;
    color: #fff;
    background-color: #ac1c22;
    font-size: 14px !important;
    padding: 6px 15px 8px;
}

@media screen and (max-width: 767.5px) {
    #main_index .service_type4 .col-6.col-md-4 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}

@media screen and (max-width: 426px) {
    #main_index .product_cat-3 .cat_box {
        height: 150px;
    }
    #main_index .product_cat-3 .cat_box .content .content_box>h3,
    #main_index .product_cat-3 .cat_box .content .content_box>h4 {
        font-size: 16px;
    }
    #main_index .product_cat-3 .cat_box .content .content_box>h4 {
        margin-top: 0!important;
        margin-bottom: 0!important;
    }
}



/*sec5*/
.bgSec5 {
    background-color: #ac1c22;
}

.sec5_title {
    color: #ffffff;
    font-size: 32px;
    line-height: 32px;
    font-weight: 700;
}

.sec5_icon {
    animation: arrow_ani 1s ease infinite;
}

#main_index .contact_us_type3 .hpform .contactus-fa-icon p a {
    color: #212529;
    word-break: break-word;
    text-decoration: none;
}

#main_index .contact_us_type3 .hpform .form-group .btn-success {
    border-color: #ac1c22;
}

@keyframes arrow_ani {
    0% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(25%);
    }
    100% {
        transform: translateY(0);
    }
}

@media screen and (max-width: 575.98px) {
    .sec5_title {
        font-size: 24px;
        line-height: 24px;
    }
}

@media screen and (max-width: 426px) {
    .sec5_title {
        font-size: 18px;
        line-height: 18px;
    }
}

