/*产品列表*/
.col-md-4 .img{
    border: 1px solid #d0cece;
    width: 100%;
    height: 224px;
    margin: 0 auto;
}
.col-md-4 .img img{
    width: 100%;
    height: 100%;
}
.col-md-4 h1{
    font-size: 14px;
    text-align: center;
    height: 46px;
    line-height: 46px;
    margin-bottom: 30px;
    background-color: #8c989f;
}
.col-md-4 h1 a{
    color:#fff;
    font-size: 14px;
}
.col-md-4 h1:hover{
    background-color: #025da3;
}
.col-md-4 h1:hover a{
    color: #fff;
}

/*产品详情*/
.details .img{
    height: 407px;
    border: 1px solid #d0cece;
}
.details .img img{
    width: 100%;
    height: 100%;
}
.details p{
    line-height: 54px;
    font-size: 16px;
}

.text h1{
    border-bottom: 3px solid #025da3;
    width: 4em;
    line-height: 42px;
    color: #025da3;
    font-size: 20px;
    margin: 40px 0;
}