﻿/*配套设备-图片列表样式*/

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
    margin: 0;
    padding: 0;
}

.wrap {
    width: 1000px;
    margin: 25px auto 50px;
	top: 100px;
}
.righttitle {
    height: 54px;
    border-bottom: #e2e1e1 solid 1px;
}
.cf {
    zoom: 1;
}
.showtitle {
    border: #e2e1e1 solid 1px;
}
.righttitle h3 {
    margin: 17px 0 0 15px;
    text-indent: 10px;
    border-left: #5eb304 solid 3px;
}

.fl {
    float: left;
    display: inline;
}
.ff {
    font-family: "Lucida Grande", Verdana,Lucida,Arial,Helvetica,"微软雅黑",宋体,sans-serif;
}
.bread {
    margin: 20px 15px 0 0;
    font-size: 13px;
    color: #666;
}
.fr {
    float: right;
    display: inline;
}
.eq_list{ width:998px; height:auto; overflow:hidden; border:solid 1px #e2e1e1; padding:15px 0;}
.eq_list ul li{ float:left; margin:26px 26px 0; width:280px; height:340px; list-style:none;}
.eq_list ul li span{ display:block; height:28px; background:#fc6668; border-radius: 0.3em; text-align:center; line-height:28px; font-size:15px; color:#FFFFFF; font-weight:bold;}
.eq_list ul li p{ padding-top:16px; line-height:22px; font-size:14px; text-indent:0;}
.eq_list ul li p a{ color:#333333; text-decoration:none;}
.eq_list ul li p a:hover{ color:#5eb304; text-decoration:none;}

/*居中放大超出不显示*/
.eq_list ul li .img_pic{ margin-top:18px; width:280px; height:260px; overflow:hidden; position:relative; *display:inline;}
.pic_eq a{
	transition:0.5s;
    -moz-transition:0.5s;
    -webkit-transition:0.5s;
    -o-transition:0.5s;
	width:280px;
	height:260px;
	background-color:#ebebeb;
	display:block;
}
.pic_eq a:hover {
	-webkit-transform:scale(1.3);
	-mos-transform:scale(1.3);
	-mz-transform:scale(1.3);
	-o-transform:scale(1.3);
	transform:scale(1.3);
}