/*列表页主体的内容样式*/
body 
{
	margin:0px;
	padding:0px;
	border:0px;
	font-size:12px;
}
/*产品列表页中当前位置的样式*/
.product_position a
{
	color:Black;
	text-decoration:none;
}
.product_position a:hover
{
	text-decoration:underline;
}
/*产品列表并分页的所有内容外的层div*/
.listout
{
	width:100%;
	height:auto;
	overflow:hidden;
	margin:0 auto;
	margin-left:10px;
	margin-top:10px;
}
/*列出可能会影响兼容的标签并初始化其值*/
.listout *
{
	margin:0px;
	padding:0px;
	border:0px;
}
/*产品列表项的样式*/
.plist
{
	width:229px;
	height:205px;
	margin-right:14px !important;
	margin-right:7px;
	float:left;
}

.plist2
{
	width:150px;
	height:190px;
	margin-left:11px !important;
	margin-left:15px;
	margin-bottom:20px !important;
	margin-bottom:10px;
	float:left;
	
}

/*列表浮动完后的清除浮动*/
.clearboth
{
	margin:0px;
	padding:0px;
	border:0px;
	height:0px;
	line-height:0px;
	font-size:0px;
	clear:both;
}
/*对产品列表中产品名的样式*/
.pname
{
	text-align:center;
	font-size:14px;
	height:30px;
	line-height:30px;
}
/*对列表中图片的样式*/
.listout img
{
	width:210px;
	height:158px;
	padding:0px;
	border:1px solid #cccccc;
}
.listout img:Hover
{
	border:1px solid #1e6ab5;
}
/*列表中超链接的样式*/
.listout a
{
	color:Black;
	text-decoration:none;
}
.listout a:hover
{
	text-decoration:underline;
}
/*产品列表分页的样式*/
.fenye
{
	width:100%;
	margin-top:25px !important;
	margin-top:25px;
	text-align:center;
}
/*产品列表分页中超链接的样式*/
.page
{
height:24px;
width:0px;
width:auto!important;
font-family:"微软雅黑";
font-size:14px;
color:#999999;
text-align:center;
float:left;
margin:10px 0px 0px 10px;
}
.page a
{
border:1px solid #CCCCCC;
text-decoration:none;
font-family:"微软雅黑";
font-size:14px;
color:#999999;
line-height:18px;
float:left;
padding:2px 5px 2px 5px;
margin-right:5px;
}
.page a:hover
{
border-color:#000000;
color:#000000;
}

.clearfix {
display: block;
}
.pic_list {
width: 810px;
margin: 8px auto;
}
 .pic_list div {
transition: all ease 0.5s;
-webkit-transition: all ease 0.5s;
-moz-transition: all ease 0.5s;
-o-transition: all ease 0.5s;
}
.pic_list div{
float: left;
display: inline;
width: 235px;
height: 190px;
padding: 16px;
}
.pic_list div .pic {
display: block;
height: 180px;
overflow: hidden;
}
.pic_list div a {
color: #333;
text-decoration: none;
}
/*.pic_list div a:-webkit-any-link {
color: -webkit-link;
text-decoration: underline;
cursor: auto;
}*/
.pic_list div .pic img {
width: 100%;
border: 0;
vertical-align: middle;
opacity: 1;
}
.pic_list div .pic img:hover {
opacity: 0.9;
}
.pic_list div p{
margin-top: 5px;
overflow: hidden;
}
/*.pic_list div p a
{  color: #333;
  text-decoration: none;
cursor: auto;
font: 12px/1.5 Arial,Tahoma,Verdana,SimSun;
}
.pic_list div p a:hover
{color: #1464b4;
text-decoration: underline;
}*/
.title-zt
{  color: #333;
  text-decoration: none;
}
.title-zt:hover
{color: #1464b4;
text-decoration: underline;
}