.main_item{font-size: 0;padding-bottom: 0;}
.main_content{padding-bottom: 0;}
.main_item_title_lt{font-size: 18px;}
/* 服务项目 */
.product_item{border: 1px solid #e4e4e4;display: inline-block;width: 199px;height: 275px;margin-right: 20px;margin-bottom: 20px;}
.product_item:nth-of-type(4n){margin-right: 0;}
.product_ic_img{width: 100%;height: 199px;overflow: hidden;border-bottom: 1px solid #e4e4e4;}
.product_item img{width: 100%;height: 100%;transform: scale(1);transition: all 0.5s;}
.product_ic_price, .product_ic_title{width: 178px;margin: 0 auto;text-align: center;font-size: 14px;color: #333;white-space: nowrap;text-overflow: ellipsis;overflow: hidden;}
.product_ic_price{font-weight: bold;color: red;margin: 8px auto;}
.product_item:hover img{transform: scale(1.2);transition: all 0.5s;}
.product_item:hover,.product_item:hover .product_ic_title{border-color: #1b4484;color: #1b4484;}
/* 分页器 */
.pagination{padding-top: 30px;}