.bannerBox{
    padding: 0;
}

div.title{
    font-size: 26px;
    color: rgb(63, 63, 63);
    margin: 0;
    line-height: 24px;
    text-align: center;
}
div.title p{
    text-align: center;
    margin-bottom: 50px;
}
div.title p span{
    width: 80px;
    height: 3px;
    background: rgb(13, 106, 189);
    display: block;
    margin: 11px auto 0 auto;
    border-radius: 7px;
}


/*项目*/
#product{
    margin-top: 90px;
    margin-bottom: 80px;

    padding: 0;
}
#product .bg{
    background: url("../picture/indexBG.jpg") no-repeat top left;
    background-size: 100% 100%;
    padding: 20px 0;
}


#product .title{
    background: #fff;
    padding: 0;
}




#product ul{
    /*margin-top: 30px ;*/
    padding: 0;
    overflow: hidden;
    display: block;
    margin-bottom: 0px;

}
#product ul li{
    padding: 0 4px;
    position: relative;
    overflow: hidden;
    margin-bottom: 8px;
}
#product ul>li>a{
    display: block;
    width: 100%;
    height: 100%;
    position:relative;
    overflow: hidden;
}

#product ul li img{
    width: 100%;
    display: inline-block;
}
#product ul>li>a>h2{
    color: #fff;
    font-size: 16px;
    position: absolute;
    bottom: 3px;
    left: 11px;
    background: #1876d2ab;
    padding: 2px 8px;
}
#product ul li .info{
    width: 100%;
    height: 100%;
    display: inline-block;
    position: absolute;
    top: -100%;
    left: 0;
    padding: 90px 48px 20px 48px;
    box-sizing: border-box;
    background: rgba(0,0,0,.5);
    transition: all 0.3s;
    text-align: center;
    /* margin: -45% 0 0 -45%; */
}
#product ul li .info h2{
    color: #fff;
    font-size: 16px;
    margin: 0 0 16px 0;
    text-align: center;

}
#product ul li .info p{
    color: #fff;
    font-size: 12px;
    margin: 0 0 16px 0;
    text-align: center;

}
#product ul li:hover .info{
    top: 0%;
}
#product .titleNav{
    text-align: center;
}
#product .titleNav h2{
    color: rgb(68, 68, 68);
    font-size: 24px;
    margin: 20px 0 4px 0;
}
#product .titleNav span{
    padding: 0px;
    text-align: center;
    color: rgb(161, 161, 161);
    margin: 4px 0 14px 0;
    display: block;
}
#product .titleNav a{
    padding: 8px 14px;
    border: 1px #cecece solid;
    display: inline-block;
    text-align: center;
    margin: 0 4px 10px 4px;
    font-size: 12px;
    color: #333;
}
#product .titleNav a.on{
    background: #333;
    color: #fff;
}






#product .titleNav a:hover{
    background: #333;
    color: #fff;
}

#product .titleNav{
    margin: 20px 0 30px 0;
}




/*文字介绍区域*/
.text{
    margin-top: 40px;
    margin-bottom: 40px;
}
.text .textp{
    padding: 0px 60px 0px 0px;
}
.text .textp p{
    background: rgb(13, 106, 189);
    padding: 60px 40px 60px 40px;
    color: rgb(255, 255, 255);
    font-size: 16px;
    line-height: 50px;
}













/*设置手机端的css*/
@media screen and (max-width: 1000px) {
    #product {
        margin-top: 40px;
        margin-bottom: 40px;
        padding: 0;
    }
    div.title p {
        text-align: center;
        margin: 23px 0 15px 0;

    }


    #product .titleNav a{
        width: 30%;
        display: inline-block;
        padding: 8px 0;
    }
    #product ul li a>h2 {
         font-size: 14px;
    bottom: 0;
    left: 0;
    background: rgba(29, 136, 230, 0.77);
    padding: 2px 8px;
    margin: 0 0 0 0;
    width: 100%;
	overflow:hidden; white-space:nowrap; text-overflow:ellipsis;
	    line-height: 22px;

    }

    .text .textp {
        padding: 0;
    }
    .text {
        margin-top: 0px;
        margin-bottom: 20px;
    }
    .text .textp p {
        background: rgb(13, 106, 189);
        padding: 16px 20px 27px 20px;
        color: rgb(255, 255, 255);
        font-size: 13px;
        line-height: 32px;
        margin-bottom: 20px;
    }
    .text  .textIMG{
        padding: 0;
    }









}