/*媒体查询，参考部分Bootstrap 框架*/
/*当页面大于1200px 时，大屏幕，主要是PC 端*/
@media (min-width: 1200px) {
}
/*在992 和1199 像素之间的屏幕里，中等屏幕，分辨率低的PC*/
@media (min-width: 992px) and (max-width: 1199px) {
    .container {
        width: 100%;
    }


    .swiper-container {
        position: relative;
        right: 0;
        width: 100%;
        height: auto;
        overflow: hidden;
        box-sizing: border-box;
        top:0;
        /*padding-top: 40px;*/
    }






    /*首页轮播下面的模块*/

    .bannerLeft {
        position: relative;
        top: 355px;
        width: 120px;
        margin-left: 20px;
        color: #fff;
        z-index: 999;
        text-align: center;
    }

        .bannerLeft p {           
            height: 25px;
            line-height: 25px;
            font-size: 14px;
            letter-spacing: 1px;
            color: #fff;
        }





     .product {
        padding-bottom: 20px;
    }

    .product .chTitle {
        font-size: 18px;
        color: #444;
        text-align: center;
        height: 20px;
        line-height: 20px;
        padding-top: 15px;
    }

    .product .productList {
        width: 100%;
    }

        .product .productList ul li {
            width: 23%;
            box-shadow: none;
            margin: 0 1% 10px;
        }

            .product .productList ul li:hover {
                border: none;
            }

    .product .productItem {
        width: 100%;
        overflow: hidden;
    }

        .product .productItem ul {
            text-align: left;
        }

        .product .productItem li {
            width: 16.66%;
            margin-bottom: 10px;
            height: 30px;
            line-height: 30px;
        }

            .product .productItem li a {
                display: block;
                width: 100px;
                background: #000;
                height: 30px;
                line-height: 30px;
                margin: 0 auto;
                color: #fff;
            }

     .about {
        height: auto;
        width: 88%;
        padding: 30px 6% 20px;
        overflow: hidden;
    }

    .about .aboutImg {
        width: 100%;
    }

    .about .aboutText {
        width: 100%;
    }

    .about .line {
        display: none;
    }

    .about .chTitle {
        text-align: center;
        padding-bottom: 0;
        font-size: 18px;
    }

    .about .enTitle {
        display: block;
        padding-bottom: 15px;
    }

        .about .enTitle em {
            padding: 0 5px;
            background: #FFF;
        }

    .about .aboutBtn {
        margin: 10px 0 15px;
        width: 50%;
        height: 35px;
        line-height: 35px;
        float: left;
        font-size: 14px;
    }

    
}
/*在768 和991 像素之间的屏幕里，小屏幕，主要是PAD*/
@media (min-width: 768px) and (max-width: 991px) {
    .container {
        width: 100%;
    }


    .swiper-container {
        position: relative;
        right: 0;
        width: 100%;
        height: auto;
        overflow: hidden;
        box-sizing: border-box;
        /*padding-top: 40px;*/
    }

    .bannerLeft {
        position: relative;
        top: 260px;
        width: 100px;
        margin-left: 20px;        
        color: #fff;
        z-index: 999;
        text-align: center;
        
    }

        .bannerLeft p {
            height: 25px;
            line-height: 25px;
            font-size: 12px;
            letter-spacing: 1px;
            color: #fff;
        }

    .IndexOtherBorder {
        clear: both;
        height: auto;
        min-height: 100px;
        overflow: hidden;
        margin-bottom: 20px;
        background: #fff;
    }

    .IndexOtherBorder li p span {
        margin-left: 8px;
        font-family: "微软雅黑", Arial, Tahoma;
        font-size: 14px;
        color: #999;
    }

    .IndexOtherBorder li dl dt {
        width: 100%;
        height: 20px;
        line-height: 20px;
        font-size:10px;
    }

    .IndexOtherBorder li dl dt a {
        width: 130px;
        text-overflow: ellipsis;
        white-space: nowrap;
        display: block;
        overflow: hidden;
        float: left;
    }

    
    .product {
        padding-bottom: 20px;
    }

        .product .chTitle {
            font-size: 18px;
            color: #444;
            text-align: center;
            height: 20px;
            line-height: 20px;
            padding-top: 15px;
        }

        .product .productList {
            width: 100%;
        }

            .product .productList ul li {
                 width: 23%;
            box-shadow: none;
            margin: 0 1% 10px;
            }

                .product .productList ul li:hover .bgmark {
                    display: none;
                }


        .product .productItem {
            width: 100%;
            overflow: hidden;
        }

            .product .productItem ul {
                text-align: left;
            }

            .product .productItem li {
                width: 16.66%;
                margin-bottom: 10px;
                height: 30px;
                line-height: 30px;
            }

                .product .productItem li a {
                    display: block;
                    width: 100px;
                    background: #000;
                    height: 30px;
                    line-height: 30px;
                    margin: 0 auto;
                    color: #fff;
                }
    
    .about {
        height: auto;
        width: 88%;
        padding: 30px 6% 20px;
        overflow: hidden;
    }

        .about .aboutImg {
            width: 100%;
        }

        .about .aboutText {
            width: 100%;
        }

        .about .line {
            display: none;
        }

        .about .chTitle {
            text-align: center;
            padding-bottom: 0;
            font-size: 18px;
        }

        .about .enTitle {
            display: block;
            padding-bottom: 15px;
        }

            .about .enTitle em {
                padding: 0 5px;
                background: #FFF;
            }

        .about .aboutBtn {
            margin: 10px 0 15px;
            width: 50%;
            height: 35px;
            line-height: 35px;
            float: left;
            font-size: 14px;
        }
    

}





/*在480 和767 像素之间的屏幕里，超小屏幕，主要是手机*/
@media (min-width: 480px) and (max-width: 767px) {
    .container {
        width: 100%;
    }

    /*轮播图*/
    .swiper-container {
        position: relative;
        right: 0;
        width: 100%;
        height: auto;
        overflow: hidden;
        box-sizing: border-box;
        /*padding-top: 40px;*/
    }


    .bannerLeft {
        position: relative;
        top: 235px;
        width: 120px;
        margin-left: 20px;
        color: #fff;
        z-index: 999;
        text-align: center;
    }

        .bannerLeft p {
            height: 25px;
            line-height: 25px;
            font-size: 14px;
            letter-spacing: 1px;
            color: #fff;
        }


    .IndexOtherBorder li p span {
        margin-left: 8px;
        font-family: "微软雅黑", Arial, Tahoma;
        font-size: 13px;
        color: #999;
    }

    .IndexOtherBorder li p.title {
        margin: 8px 15px 8px 15px;
        font-family: "微软雅黑", Arial, Tahoma;
        font-size: 16px;
        color: #000;
    }

    .IndexOtherBorder li dl dt a {
        width: 128px;
        text-overflow: ellipsis;
        white-space: nowrap;
        display: block;
        overflow: hidden;
        float: left;
    }

    /*产品中心*/
    .product {
        padding-bottom: 20px;
    }

        .product .chTitle {
            font-size: 18px;
            color: #444;
            text-align: center;
            height: 20px;
            line-height: 20px;
            padding-top: 15px;
        }

        .product .productList {
            width: 100%;
        }

            .product .productList ul li {
                width: 48%;
                box-shadow: none;
                margin: 0 1% 10px;
            }

                .product .productList ul li:hover .bgmark {
                    display: none;
                }


        .product .productItem {
            width: 100%;
            overflow: hidden;
        }

            .product .productItem ul {
                text-align: left;
            }

            .product .productItem li {
                width: 16.66%;
                margin-bottom: 10px;
                height: 30px;
                line-height: 30px;
            }

                .product .productItem li a {
                    display: block;
                    width: 100px;
                    background: #000;
                    height: 30px;
                    line-height: 30px;
                    margin: 0 auto;
                    color: #fff;
                }
    /*关于我们*/
    .about {
        height: auto;
        width: 88%;
        padding: 30px 6% 20px;
        overflow: hidden;
    }

        .about .aboutImg {
            width: 100%;
        }

        .about .aboutText {
            width: 100%;
        }

        .about .line {
            display: none;
        }

        .about .chTitle {
            text-align: center;
            padding-bottom: 0;
            font-size: 18px;
        }

        .about .enTitle {
            display: block;
            padding-bottom: 15px;
        }

            .about .enTitle em {
                padding: 0 5px;
                background: #FFF;
            }

        .about .aboutBtn {
            margin: 10px 0 15px;
            width: 50%;
            height: 35px;
            line-height: 35px;
            float: left;
            font-size: 14px;
        }
    /*客服中心*/

}
/*在小于480 像素的屏幕，微小屏幕，更低分辨率的手机*/
@media (max-width: 479px) {
    .container {
        width: 100%;
    }

    /*轮播图*/
    .swiper-container {
        position: relative;
        right: 0;
        width: 100%;
        height: auto;
        overflow: hidden;
        box-sizing: border-box;
        /*padding-top: 40px;*/
    }

    .swiper-pagination-bullet {
        width: 10px;
        height: 10px;
    }



    .IndexOtherBorder li {
        width: 90%;
        padding: 0 1% 0 1%;
        min-height: 100px;
        padding-top: 10px;
        padding-bottom: 20px;
        float: left;
    }


        .IndexOtherBorder li dl dt a {
            width: 160px;
            text-overflow: ellipsis;
            white-space: nowrap;
            display: block;
            overflow: hidden;
            float: left;
        }


    .bannerLeft {
        position: relative;
        top: 125px;
        width: 85px;
        margin-left: 10px;
        /*background: rgba(208, 187, 105, 0.35);
        border-radius: 25px;*/
        color: #fff;
        z-index: 999;
        text-align: center;
    }

        .bannerLeft p {
            height: 25px;
            line-height: 25px;
            font-size: 9px;
            letter-spacing: 1px;
            color: #fff;
        }

    .IndexOtherBorder {
        clear: both;
        height: auto;
        min-height: 100px;
        overflow: hidden;
        margin-bottom: 20px;
        margin-top:1px;
        background: #fff;
    }

    /*产品中心*/
    .product {
        padding-bottom: 20px;
        background: #fff;
        margin-bottom: 8px;
    }

        .product .chTitle {
            font-size: 18px;
            color: #444;
            text-align: center;
            height: 20px;
            line-height: 20px;
            padding-top: 15px;
        }

        .product .productList {
            width: 100%;
        }

            .product .productList ul li {
                width: 48%;
                box-shadow: none;
                margin: 0 1% 10px;
            }

                .product .productList ul li:hover .bgmark {
                    display: none;
                }


        .product .productItem {
            width: 100%;
            overflow: hidden;
        }

            .product .productItem ul {
                text-align: left;
            }

            .product .productItem li {
                width: 33.33%;
                margin-bottom: 10px;
                height: 30px;
                line-height: 30px;
            }

                .product .productItem li a {
                    display: block;
                    width: 100px;
                    background: #000;
                    height: 30px;
                    line-height: 30px;
                    margin: 0 auto;
                    color: #fff;
                }
    /*关于我们*/
    .about {
        height: auto;
        width: 88%;
        padding: 30px 6% 20px;
        overflow: hidden;
    }

        .about .aboutImg {
            width: 100%;
        }

        .about .aboutText {
            width: 100%;
        }

        .about .line {
            display: none;
        }

        .about .chTitle {
            text-align: center;
            padding-bottom: 0;
            font-size: 18px;
        }

        .about .enTitle {
            display: block;
            padding-bottom: 15px;
        }

            .about .enTitle em {
                padding: 0 5px;
                background: #FFF;
            }

        .about .aboutBtn {
            margin: 10px 0 15px;
            width: 50%;
            height: 35px;
            line-height: 35px;
            float: left;
            font-size: 14px;
        }
    /*客服中心*/

}
