@charset "utf-8";
@import url("reset.css");
@import url("common.css");

/*================================
** 产品中心 - Products **
================================*/
.img_sheet{margin:25px 0;}
.img_sheet li{width:31%; margin-right:3%; margin-bottom:10px; float:left;}
.img_sheet li.last{margin-right:0;}
.img_sheet li .imgs{width:100%; height:156px; overflow:hidden; 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;}
.img_sheet li .imgs img{width:100%; max-height:156px;}
.img_sheet li .title{height:36px; line-height:36px; padding:0 5px; display:block; font-size:14px; text-align:center; overflow:hidden;}

.picture{margin:25px 0;}
.picture .imgs{padding-bottom:28px; text-align:center; position:relative; margin: 0 60px; display:block; overflow:hidden;}
.picture .imgs img{width:100%;}
.picture .title{position:absolute; bottom:28px; width:100%; height:40px; line-height:40px; text-align:center; color:#fff; background-color:#319102;}
.picture .con_title{font-size:14px; height:42px; line-height:42px; margin-bottom:5px; border-top:1px solid #e4e4e4; display:block;}