﻿/********************标题***********************/
.Maincont h3{
}
.Maincont h4{
}
.Maincont h5{
}
.Maincont h6{
}
/*********************表格***********************/
.Maincont_table_1{
	border-collapse:collapse;
	width:100%;
}
.Maincont_table_1 td{
	text-align:center;
	padding:3px 5px;
	font-size:12px;
	line-height:20px;
	border:1px gray solid;
	font-family:Arial, Helvetica, sans-serif, 宋体;
}
.Maincont_table_1 img{
}
.ProdListPagination{
		text-align:center;	
}
.ProdListPagination a{
		border:1px #CCC solid;
		padding:4px 10px;
		margin-left:10px;

}

.Maincont_table_2{
	border-collapse:collapse;
}
.Maincont_table_2 tr:hover{

}
.Maincont_table_2 td{
	text-align:center;
	padding:5px 10px;
	border:1px gray solid;
	font-size:12px;
	line-height:15px;
}
/*********************列表***********************/
/*图片1*/
.Maincont_ul_1{
	list-style:none;
	padding:0px;
	margin:0px;
	width:100%;
	overflow:hidden;
}
.Maincont_ul_1 li{
	float:left;
	width:170px;
	height:170px;
}
.Maincont_ul_1 li .img{
	text-align:center;
}
.Maincont_ul_1 li img{
	width:150px;
	height:130px;
	padding:5px;
	border:1px gray solid;
}
.Maincont_ul_1 li .title{
	text-align:center;
}
.Maincont_ul_1 li .dec{
	display:none;
	width:150px;
	height:130px;
	padding:5px;
	border:1px gray solid;
}
.Maincont_ul_1 li .more{
	display:none;
	width:150px;
	height:130px;
	padding:5px;
	border:1px gray solid;
}

/*文字列表*/
.Maincont_ul_2{
	
}
/**********************滚动条**************************/
.Overflow-x{
	width:95%;
	padding:10px 0px;
	overflow-x:scroll;
}
/**********************清除**************************/
.clear{
	clear:both;
	width:100%;
	height:1px;
}
