.product-banner-wrap{
    width: 100%;
}
.product-banner-wrap img{
    width: 100%;
    display: block;
}
.product_center-content-wrap{
    width: 1200px;
    margin: 0 auto;
    padding: 60px 0;
}
.product_center-content-all{
    float: left;
    width: 33.333%;
    text-align: center;
    height: 419px;
    cursor: pointer;
}
.product_center-content-con{
    width: 70%;
    margin: 0 auto;
}
.product_center-content-con-top{
    font-size: 24px;
    color: #333333;
}
.product_center-content-con-con{
    width: 100%;
    margin-top: 25px;
    border: 1px solid #999999;
    position: relative;
}
.product_center-content-con-con img{
    width: 100%;
    height: 260px;
    display: block;
}
.product_center-content-con-con-bottom{
    width: 100%;
    text-align: center;
    line-height: 100px;
    font-size: 18px;
    color: #333333;
    border-top: 1px solid #999999;
}
.product_center-bottom-wrap{
    width: 100%;
    padding: 20px;
    background: #efefef;
}
.product_center-bottom-text{
    width: 1080px;
    margin: 0 auto;
    font-size: 18px;
    color: #333333;
    line-height: 24px;
    text-indent:36px
}
.product_center-content-con-hidden{
    position: relative;
    width: 100%;
    height: 363px;
    background: rgba(0, 134, 219, 0.6);
    top:-363px;
    display: none;
}
.product_center-content-con-hidden-text{
    width: 94%;
    margin: 0 auto;
    font-size: 18px;
    color: #ffffff;
    text-indent:36px;
    padding-top: 15px;
    height: 260px;
    line-height: 30px;
}
.product_center-content-con-hidden-href{
    height: 100px;
    font-size: 18px;
    color: #ffffff;
    line-height: 100px;
}
.product_center-content-con-hidden-href span{
    width: 140px;
    display: block;
    margin: 0 auto;
    line-height: 35px;
    margin-top: 32.5px;
    border-radius: 10px;
    border:1px dashed #ffffff;
}
.product_center-content-con-hidden-href a{
    color: #ffffff;
}