﻿/*通用部分*/
.indexTitle {
    margin-top: 60px;
    display: flex;
    justify-content: center;
    position: relative;
    margin-bottom: 60px;
}

.indexTitleImage {
    width: 100px;
}

.indexTitle h3 {
    font-size: 30px;
    position: relative;
    top: 25px;
    left: -15px;
}

.indexTitle h4 {
    font-size: 22px;
    position: relative;
    top: 65px;
    left: -132px;
}


.jj-banner {
    width: 100%;
    height: 100%;
    background-color: brown;
}

    .jj-banner .swiper-container {
        width: 100%;
        height: 100%;
    }

    .jj-banner .swiper-slide {
        text-align: center;
        font-size: 18px;
        background: #fff;
        /* Center slide text vertically */
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
    }

/* about us */
.jj-about {
    margin-top: 120px;
    position: relative;
    height: 550px;
}

.jj-about-img {
    width: 700px;
    height: 445px;
    position: absolute;
    top: 0px;
    left: 0px;
}

.jj-about-content {
    width: 700px;
    height: 445px;
    background-color: #f5f5f5;
    position: absolute;
    top: 100px;
    right: 0px;
    padding: 60px;
    box-sizing: border-box;
}

    .jj-about-content h1 {
        font-size: 30px;
    }

    .jj-about-content h2 {
        margin-top: 40px;
        font-size: 35px;
    }

.jj-about-content-text {
    height: 120px;
    overflow: hidden;
    line-height: 30px;
    margin-top: 40px;
}

.jj-about-content-btn {
    width: 40px;
    height: 40px;
    border-radius: 100px;
    margin-top: 20px;
    background-color: #fff;
    color: #333333;
    text-align: center;
    line-height: 40px;
}


.indexProducts{
    width: 100%;
    height: auto;
    overflow: hidden;
    position: relative;
}
.zzIndex_Product_List {
    width: 100%;
    height: auto;
    overflow: hidden;
    position: relative;
    margin: 0 auto 30px auto;
}
.zzIndex_Product_List:hover .rsp{
    left: 0px;
}
.zzIndex_Product_List:hover .text{
    left: 0px;
}
    .zzIndex_Product_List .photo {
        width: 100%;
        height: 250px;
        overflow: hidden;
    }

        .zzIndex_Product_List .photo img {
            width: 100%;
            height: 250px;
        }

    .zzIndex_Product_List .rsp {
        width: 100%;
        height: 400px;
        overflow: hidden;
        position: absolute;
        background:rgba(0,0,0,0.8);
        top: 0px;
        left: -500px;
        transition:all 0.5s;
    }

    .zzIndex_Product_List .text {
        position: absolute;
        width: 100%;
        height: 230px;
        left: -500px;
        top: 0px;
        overflow: hidden;
        transition:all 0.5s;
    }

        .zzIndex_Product_List .text h3 {
            width: 100%;
            margin-top: 60px;
            height: 50px;
            line-height: 50px;
            text-align: center;
            color: #FFFFFF;
            font-size: 18px;
        }

        .zzIndex_Product_List .text a {
            text-decoration: none;
        }

        .zzIndex_Product_List .text div {
            width: 80%;
            height: 40px;
            overflow: hidden;
            line-height: 20px;
            text-align: center;
            color: #FFFFFF;
            font-size: 12px;
            margin: 10px auto 0 auto;
        }


.zzIndex_Word {
    width: 100%;
    height: auto;
    overflow: hidden;
    background: url(../Images/index_word_bg.jpg) center;
    padding: 80px 0;
    line-height: 50px;
    color: #fff;
    text-align: center;
    font-size: 26px;
}

    .zzIndex_Word span {
        font-size: 18px;
    }

.index_word {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.indexNews{
    width:100%;
    height: auto;overflow: hidden;
    position: relative;
}
.zzIndex_News {
    width: 100%;
    margin: 10px auto;
    border-bottom: 1px solid #eee;
    transition: all 0.5s;
}

    .zzIndex_News:hover {
        background: #000;
    }

    .zzIndex_News .pic {
        width: 100%;
        height: 250px;
        overflow: hidden;
        position: relative;
    }

        .zzIndex_News .pic img {
            width: 100%;
            height: 250px;
            position: absolute;
            top: 0;
            left: 0;
        }

    .zzIndex_News .title {
        width: 94%;
        height: 40px;overflow: hidden;
        line-height:40px;
        font-size: 16px;
        padding: 0 3%;
        text-align: left;
    }

    .zzIndex_News:hover .title a {
        color: #fff;
    }

    .zzIndex_News .content {
        width: 94%;
        height: auto;
        overflow: hidden;
        padding: 0 3% 20px 3%;
    }

        .zzIndex_News .content dd {
            width: 80%;
            float: left;
            font-size: 12px;
            height: 40px;
            overflow: hidden;
            line-height: 20px;
            color: #999;
        }

        .zzIndex_News .content dt {
            width: 20%;
            float: left;
            text-align: center;
            line-height: 40px;
            font-size: 18px;
            color: #999;
        }


@media(max-width:900px) {
    .jj-about {
        margin-top: 50px;
        height: auto;
        overflow: hidden;
        padding: 0;
    }

    .jj-about-img {
        width: 100%;
        height: auto;
        overflow: hidden;
        position: relative;
    }

        .jj-about-img img {
            width: 100%;
        }

    .jj-about-content {
        width: 100%;
        height: auto;
        overflow: hidden;
        background-color: #f5f5f5;
        padding: 20px 5%;
        position: relative;
        top: 0;
    }

        .jj-about-content h1 {
            font-size: 20px;
            color: #999;
        }

        .jj-about-content h2 {
            margin-top: 10px;
            font-size: 25px;
        }

    .jj-about-content-text {
        height: 120px;
        overflow: hidden;
        line-height: 24px;
        margin-top: 20px;
        font-size: 12px;
        padding: 0;
    }

    .jj-about-content-btn {
        width: 40px;
        height: 40px;
        border-radius: 100px;
        margin-top: 20px;
        background-color: #fff;
        color: #333333;
        text-align: center;
        line-height: 40px;
    }

    .jj-product-swiper {
        margin: 30px 0;
    }

    .zzIndex_Product_List {
        width: 94%;
        margin: 10px 3%;
    }

        .zzIndex_Product_List .text {
            display: block;
            line-height: 30px;
            left: 0;
            bottom: 0px;
        }

        .zzIndex_Product_List .photo {
            height: 180px;
        }
    
            .zzIndex_Product_List .photo img {
                height: 180px;
            }



    .zzIndex_Word {
        width: 90%;
        padding: 40px 5%;
        line-height: 30px;
        color: #fff;
        text-align: center;
        font-size: 16px;
    }

        .zzIndex_Word span {
            font-size: 13px;
        }

    .index_word {
        width: 100%;
        height: auto;
        overflow: hidden;
    }

    .zzIndex_News .pic {
        width: 100%;
        height: 200px;
        overflow: hidden;
        position: relative;
    }

        .zzIndex_News .pic img {
            width: 100%;
            height: 200px;
            position: absolute;
            top: 0;
            left: 0;
        }
}
