﻿

.home-module-title {
}

    .home-module-title h2 {
        font-size: 40px;
        line-height: 30px;
        font-weight: bold;
        /*    text-transform: uppercase;*/
        margin-bottom: 10px;
        font-weight: normal;
        margin-top: 0;
        color: #191919;
        font-family: Impact;
        letter-spacing: 1px;
    }

    .home-module-title p {
        font-size: 17px;
        line-height: 24px;
        font-weight: normal;
        /*    text-transform: uppercase;*/
        margin-bottom: 15px;
        color: #191919;
        margin-bottom: 40px;
    }







/*.pro-title {
    font-size: 16px;
    padding-bottom: 12px;
}*/
.home-why-main {
}

    .home-why-main div.home-why-main-item {
        padding: 15px 0px;
        display: flex;
        justify-content:center;
    }



.home-why-main-item > div.home-why-main-item-box {
    padding: 15px 0px;
    width: 95%;
    background: #fff;
    overflow: hidden;
    border-radius: 8px;
}
    .home-why-main-item > div.home-why-main-item-box > div {
        width:100%;
        
        overflow:hidden;
    }

.home-why-main-item-val {
    /*        background: #fff;*/
    
}
    .home-why-main-item-val p {
        color: #999;
        font-size:16px;
    }
        .home-why-main-item-val h3 {
            font-size: 18px;
            padding:0px;
        }


.home-why-main-item-box div.home-why-main-item-icon {
    background: #e21302;
    width: 100%;
    aspect-ratio: 1 / 1;
    border-radius: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
}


    .home-why-main-item-box div.home-why-main-item-icon > img {
        background: none;
        width: 60%;
    }



/*===========start 首页公司简介模块====================*/
.home-company-main {
}


.home-company-main-intro {
    padding: 30px 20%;
    color: #111;

}

    .home-company-main-intro h4 {
        margin-top: 0;
    }

    .home-company-main-intro h2 {
        margin-top: 0px;
        margin-bottom: 30px;
        font-weight: bold;
        color: #e21302;
    }

    .home-company-main-intro p {
        font-size: 15px;
        line-height: 24px;
        margin-bottom: 20px;
    }

    .home-company-main-intro a {
        padding: 10px 40px;
        font-size: 16px;
        color: #fff;
        background: #e21302;
    }
        .home-company-main-intro a:hover {
            color: #fff;
        }

.home-company-main .home-company-main-video {
    border: solid 1px #eee;
    text-align: right;


    position: relative;
    left: 0px;
    top: 60px;
    z-index: 10;
}
    .home-company-main-video  > * {
        width: 100%;
        height: auto;
        max-height: 360px;
        aspect-ratio: 16 / 9;
        
    }
    .home-company-main-video  video {
        width: 100%;
        height: 100%;
        
    }

.home-company-main .home-company-main-footer {
    text-align:center;
    color:#111;
    overflow:hidden;
    padding-top:10px;
    
}
    .home-company-main .home-company-main-footer > div {
        padding-top: 10px;
        padding-bottom: 10px;
        background: #e4e4e4;
        overflow: hidden;
    }



    .home-company-main .home-company-main-footer h3 {
        font-size: 18px;
        font-weight: bold;
    }
    .home-company-main .home-company-main-footer p {
        font-size: 16px;
    }

/*============end 公司简介模块=================*/
/*============start 首页产品Tab模块===========*/
.home-product-main-tabs {
    
}

.home-product-main-tabs #myTab {
    padding:0px;
    border:none;
    
}

    .home-product-main-tabs #myTab > li {

        text-align: center;
    }

    .home-product-main-tabs #myTab li.nav-tabs-item>a {
        color: #111;
        text-align: center;
        border: solid 1px #ddd;
        width: 100%;
        height: 80px;
        line-height: 80px;
        display: inline-block;
        font-size: 18px;
        background: #fff;
    }

        .home-product-main-tabs #myTab li.nav-tabs-item > a > img {
            width: 48px;
        }


        .home-product-main-tabs #myTab li.nav-tabs-item > a:hover {
            border-radius: 0 !important;
            background: #fff;
            color: #e21302;
            margin-right: 0 !important;
        }

    .home-product-main-tabs #myTab li.nav-tabs-item.active > a,
    .home-product-main-tabs #myTab li.nav-tabs-item.active > a:focus,
    .home-product-main-tabs #myTab li.nav-tabs-item.active > a:hover {
        border-radius: 0 !important;
        margin-right: 0 !important;
        color: #fff !important;
        background: #111 ;
    }

        .home-product-main-tabs #myTab li.nav-tabs-item.active > a > img {
            background:none;
        }




        .home-product-main-tabs #myTabContent {
            padding-top: 30px;
        }




.home-product-main-tabs #myTabContent > div > div > div {
    padding-bottom:20px !important;
}

.home-product-main-tabs #myTabContent div.propart {
/*    background: #282828;
    padding: 20px !important;*/
border:solid 1px #ddd;
}
    .home-product-main-tabs #myTabContent div.propart:hover {
/*        background: #e21302;*/
        cursor:pointer;
    }
.home-product-main-tabs #myTabContent .proimg {
    display: flex;
    justify-content: center;

}
.home-product-main-tabs #myTabContent .proimg img {
    width: 100%;
    aspect-ratio: 1 / 1;
    height: auto;
    
}

            .home-product-main-tabs #myTabContent .indexprotit {
                text-align: center;
                color: #fff;
                display: block;
                height: 60px;
                padding: 8px 8px 5px 8px;
/*                line-height: 24px;
                font-size: 14px;*/
font-size:20px;
font-weight:bold;
line-height:50px;


                display: -webkit-box;
                -webkit-box-orient: vertical;
                -webkit-line-clamp: 2;
                overflow: hidden;
                text-overflow: ellipsis;
                background: #e21302;
            }










/*============end 首页产品Tab模块===========*/



.home-models-main {
}

    .home-models-main div.home-models-main-title {
    }

        .home-models-main div.home-models-main-title > h2 {
            color:#fff;
            font-size:18px;

        }

    .home-models-main div.home-models-main-val .home-models-item {
        text-align:center;
    }
    .home-models-main div.home-models-main-val .home-models-item img {
        background: none;
    }

    .home-models-main div.home-models-main-val .swiper {
        padding-left: 40px;
        padding-right: 40px;
    }

    .home-models-main div.home-models-main-val .swiper-button-next {
        
    }

    .home-models-main div.home-models-main-val .swiper-button-prev {

    }

        .home-models-main div.home-models-main-val .swiper-button-next:after,
        .home-models-main div.home-models-main-val .swiper-button-prev:after {
            font-size: 24px;
        }




.home-new-main {
    background: #fff;
}

    .home-new-main div.home-module-title h2 {
        color: #222;
    }
    .home-new-main div.home-module-title p {
        color: #222;
    }



.home-new-product-main {
/*    background:#000;*/
}

.home-new-product-main-val > div>div {
    padding-bottom: 20px !important;
}

.home-new-product-main-item-box {
    background: #fff !important;
    border:solid 1px #ddd;
    padding: 20px;
    
}
    .home-new-product-main-item-box:hover {
/*        border: solid 1px #Ff0000;*/
        box-shadow: 0px 0px 15px  rgba(0,0,0,0.12)
    }

    .home-new-product-main-item-box div.chat-now {
        color: #666;
        border-radius: 5px;
        line-height: 36px;
        height: 36px;
        overflow: hidden;
        border: solid 1px #ddd;
    }


    .home-new-product-main-item-box:hover div.chat-now {
        background: #e21302;
        border: solid 1px #e21302;
        color: #fff;
    }




.home-new-product-main-item-box-img > img {
    width: 100%;
    aspect-ratio: 1 / 1;
    height: auto;
}

.home-new-product-main-item-box-title {
    text-align: center;
    color: #000;
    display: block;
    padding: 20px 0 0px 0;
    height: 60px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}











.home-product-01-main {
    /*    background:#000;*/
}

.home-product-01-main-val > div > div {
    padding-bottom: 10px !important;
}

.home-product-01-main-item-box-val {
    
    
    
}

.home-product-01-main-item-box {
    border: solid 1px #ddd;
    background: #fff !important;
    padding: 20px;
}
    .home-product-01-main-item-box > a {
        overflow:hidden;
        display:inline-block;
    }

    .home-product-01-main-item-box:hover {
        /*        border: solid 1px #Ff0000;*/
        box-shadow: 0px 0px 15px rgba(0,0,0,0.12)
    }

    .home-product-01-main-item-box div.chat-now {
        color: #666;
        border-radius: 5px;
        line-height: 36px;
        height: 36px;
        overflow: hidden;
        border: solid 1px #ddd;
    }


    .home-product-01-main-item-box:hover div.chat-now {
        background: #e21302;
        border: solid 1px #e21302;
        color: #fff;
    }




.home-product-01-main-item-box-img > img {
    width: 100%;
    aspect-ratio: 1 / 1;
    height: auto;
}

.home-product-01-main-item-box-title {
    text-align: center;
    color: #000;
    display: block;
    padding: 20px 0 0px 0;
    height: 60px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}



.home-product-01-main-val .my-swiper-pagination {
    
}
.home-product-01-main-val .swiper-horizontal > .swiper-pagination-bullets {
    bottom: -15px;
    position: relative;
}




.home-product-01-main-val .swiper-pagination-bullet {
    background: #fff;
    opacity: 1;
    width: 40px !important;
    height: 6px;
    background: #ddd;
    border-radius: 8px;
}

.home-product-01-main-val .swiper-pagination-bullet-active {
    
    border-radius: 8px;
    background:#e21302;
}









.home-technicalsupport-quality-main {
    padding-top:0px;
    
}


    .home-technicalsupport-quality-main .home-technicalsupport-quality-main-val {
/*        background:#FF0000;*/
/*padding-left:15px;
padding-right:15px;*/
overflow:hidden;
    }
        .home-technicalsupport-quality-main .home-technicalsupport-quality-main-val > div {
            padding:0px;
        }


        .home-technicalsupport-quality-main .home-technicalsupport-quality-main-val div.home-technicalsupport-quality-img {
        }
            .home-technicalsupport-quality-main .home-technicalsupport-quality-main-val div.home-technicalsupport-quality-img img {
                width: 100%;
            }

        .home-technicalsupport-quality-main .home-technicalsupport-quality-main-val div.home-technicalsupport-quality-title {
            position:absolute;
            left:30px;
            top:80px;
            color:#fff;
            font-size:24px;
            font-weight:bold;
            padding-right:10px;
        }
        .home-technicalsupport-quality-main .home-technicalsupport-quality-main-val div.home-technicalsupport-quality-desc {
            position: absolute;
            left: 30px;
            line-height: 30px;
            top: 130px;
            color: #fff;
            font-size: 18px;
            padding-right: 10px;
        }
        .home-technicalsupport-quality-main .home-technicalsupport-quality-main-val div.home-technicalsupport-quality-more {
            position: absolute;
            left: 40px;
            line-height: 40px;
            bottom: 50px;
            width:120px;
            text-align:center;
            color: #fff;
            font-size: 16px;
            border:solid 2px #fff;
        }





/*
    ===========start product detail==============
*/
.product-detail-main {
    
    padding-top: 15px;
    padding-bottom: 15px;
}

    .product-detail-main > div {

    }
        .product-detail-main > div div.product-detail-swiper {
            text-align: center;
            border: solid 1px #eeeeee;
        }



div.product-detail-swiper div.swiper {
    width: 100%;
    height: auto;
    aspect-ratio: 1 / 1;
}

div.product-detail-swiper div.product-detail-swiper-box {
    width: 100%;
    height: auto;
    aspect-ratio: 1 / 1;
}
div.product-detail-swiper div.product-detail-swiper-box-video>* {
    width: 100%;
    height: 100%;
}

    div.product-detail-swiper-box img, div.product-detail-swiper-box video {
        width: 100%;
        height: 100%;
    }


.product-detail-attr {
}
    .product-detail-attr > div {
        font-size: 16px;
        padding-bottom: 3px;
    }

        .product-detail-attr > div.pro-title {
            font-size: 20px;
            font-weight: bold;
            padding-top: 10px;
            padding-bottom: 18px;
        }

        .product-detail-attr > div.pro-detail-btn {
            padding-top:12px;

        }

            .product-detail-attr > div.pro-detail-btn  div {
                height: 46px;
                line-height: 46px;
                text-align: center;
                border-radius: 3px;
                cursor:pointer;
            }


                .product-detail-attr > div.pro-detail-btn  div:nth-child(1) {
                    background: #e21302;
                    border: solid 1px #e21302;
                    color: #fff;
                }

                .product-detail-attr > div.pro-detail-btn  div:nth-child(2) {
                    border: solid 1px #e21302;
                    color: #e21302;
                    margin-left:10px;
                }        



.product-detail-recommend {


}

    .product-detail-recommend > div:first-child {
        font-size:18px;
        font-weight:bold;
        padding-top:30px;
        
    }
        .product-detail-recommend > div:first-child > div {
            width: 100%;
            border-bottom: solid 1px #eee;
            padding-bottom:15px;
        }


        .product-detail-recommend .product-detail-recommend-box {
        }

        .product-detail-recommend .product-detail-recommend-box > div.product-detail-recommend-box-img {
            width: 100%;
            text-align: center;
            aspect-ratio: 1 / 1;
        }
            .product-detail-recommend .product-detail-recommend-box > div.product-detail-recommend-box-img img {
                width: 100%;
                height:100%;
            }

        .product-detail-recommend .product-detail-recommend-box > div.product-detail-recommend-box-title {
            width: 100%;
            max-height:40px;
        }
            .product-detail-recommend .product-detail-recommend-box > div.product-detail-recommend-box-title a {
                color:#222;
            }



            .product-detail-val {
                padding-top: 15px;
            }

    .product-detail-val>div.product-detail-tabs {
        border-bottom: solid 1px #e21302;
        display: flex;
        justify-content: left;
        background: #f7f7f7;
    }


    .product-detail-tabs div.li {
        padding: 10px 15px;
        text-align:center;
        cursor: pointer;
    }
    .product-detail-tabs div.active {
        color: #fff;
        background: #e21302;
    }


.product-detail-tabs-val {
    padding-top:15px;
}

.product-detail-tabs-info {
}


    .product-detail-tabs-info > div.product-detail-tabs-car {
/*        padding-bottom:10px;*/
    }


    .product-detail-tabs-info > div.product-detail-tabs-video > * {
        width: 100%;
        height: auto;
        aspect-ratio: 16 / 9;
        margin-bottom: 10px;
    }
    .product-detail-tabs-info > div.product-detail-tabs-info-video video {
        
        width:100%;
        height:100%;
    }
    .product-detail-tabs-info > div.product-detail-tabs-content img {
        width: 100%;
    }

/*
    ===========end product detail==============
*/


.support-detail-attr {
    padding-bottom:15px;
    padding-top:15px;

}

    .support-detail-attr div.support-detail-attr-item {
        border: solid 1px #DDD;
    }
        .support-detail-attr div.support-detail-attr-item > div {
            height: 38px;
            line-height: 38px;
        }

            .support-detail-attr div.support-detail-attr-item > div:first-child {
                background: #eee;
            }

    .support-detail-info {
    }

    .support-detail-info > div:nth-child(1) > * {
        width: 100%;
        height: auto;
        aspect-ratio: 16 / 9;
        margin-bottom: 10px !important;
    }

    .support-detail-info > div:nth-child(1) video {
        
        width: 100%;
        height: 100%;
       
    }

    .support-detail-info > div:nth-child(2) img {
        width: 100%;
    }





.sidbar-left-products {
    background: #fff;
    padding: 20px;
    margin-bottom: 20px;
}

.sidbar-left-products-title {
    margin-bottom: 5px;
    text-align: center;
    line-height: 35px;
    font-weight: bold;
    color: #fff;
    background: #e21302;
}

    .sidbar-left-products-title span {
        color: #fff !important;
    }

    .sidbar-left-products-title:before {
        content: '--'
    }

    .sidbar-left-products-title:after {
        content: '--'
    }


.sidbar-left-products-val {

}




        .sidbar-left-products-val div.sidbar-left-products-val-img {
        }
    .sidbar-left-products-val div.sidbar-left-products-val-img img {
        width:100%;
    }

    .sidbar-left-products-val div.sidbar-left-products-val-title {
        height: 50px;
        overflow: hidden;
        text-align: center;
        padding-top: 10px;
    }

    .sidbar-left-products-val div.sidbar-left-products-val-title > a {
        color: #222;
    }





.contactus-main {
    padding-top:20px;
}

    .contactus-main > h1.contactus-main-title {
        font-size:30px;
    }


    .contactus-main > div.contactus-main-val {
    }


div.contactus-main-val > div.contactus-main-contact {
    
}

    div.contactus-main-val > div.contactus-main-contact > div {
        padding-top:8px;
        padding-bottom:8px;
        font-size:16px;
        
    }

        div.contactus-main-val > div.contactus-main-contact > div.contactus-item-title {
            font-size:26px;
            font-weight:bold;
            padding-top:12px;
            padding-bottom:12px;
        }



.home-news-main {
}

    .home-news-main div.home-news-main-more {
        text-align:right;
        padding-top:20px;
    }
    .home-news-main div.home-news-main-more>a {
        width:150px;
        height:52px;
        line-height:52px;
        display:inline-block;
        border:solid 2px #e21302;
        text-align:center;
        font-size:16px;
        color:#111;
        font-weight:bold;

    }



.home-news-main div.home-news-main-val {
}
div.home-news-main-val div.home-news-val-item {
    padding-bottom:8px;
}

    div.home-news-main-val div.home-news-val-item > div.home-news-val-item-img {

    }

        div.home-news-main-val div.home-news-val-item > div.home-news-val-item-img > a> img {
            width: 100%;
            aspect-ratio: 1 / 1;
        }

    div.home-news-main-val div.home-news-val-item > div.home-news-val-item-time {
        padding-top:15px;
        padding-bottom:5px;
    }
        div.home-news-main-val div.home-news-val-item > div.home-news-val-item-time > span {
            margin-right:5px;
        }

    div.home-news-main-val div.home-news-val-item > div.home-news-val-item-title {
        line-height:22px;
        padding-top:3px;
        height:50px;
        overflow:hidden;
    }
        div.home-news-main-val div.home-news-val-item > div.home-news-val-item-title > a {
            
            font-weight: bold;
            color: #111;
            font-size:14px;
        }
            div.home-news-main-val div.home-news-val-item:hover > div.home-news-val-item-title > a {
                text-decoration: underline;
                color: #e21302;
            }



/*小于768px执行以下代码*/
@media (max-width: 768px) {
    .home-why-main-item-val h3 {
/*        padding-top:0px;
        margin-top:8px;*/
    }


    .home-company-main .home-company-main-video {
        border: solid 1px #eee;
        text-align: right;
        position: relative;
        left: 0px;
        top: 0px;
        z-index: 10;
    }
    .home-news-main div.home-news-main-more {
        padding-bottom: 20px;
        padding-top: 0px;
    }
        .home-news-main div.home-news-main-more > a {
            width:100%;
        }


    .home-module-title h2 {
        font-size:30px;
    }


}
/*大于768px执行以下代码*/
@media (min-width:768px) {

}

@media (min-width:992px) {
    .home-product-main-tabs #myTabContent > div > div > div:nth-child(n+4) {
        padding-bottom: 0px !important;
    }
}

@media (min-width:1200px) {

}

@media (min-width:1366px) {

}
