@charset "utf-8";
/* CSS Document */

/*公共页面图片样式public_pic*/
#public_pic img{
	margin:4px;
}


/*公共内容框架样式public_center*/
#public_center{
	width:960px;
	margin:0 auto;
	margin-top:10px;
}



/*右边产品列表样式 objectList*/
.objectList {
	clear:both;
	height:230px;
	margin:18px;
	padding:2px;
	border-bottom:1px #CCC dashed;
} 

.objectList .imgBG {
	height:225px;
	width:286px;	    
	float:left;
	margin-right:20px;
	padding:3px 3px 20px; 
	background:url(../images/object_list_bg.png) no-repeat;	
}
.objectList .imgBG a{
	width:280px;
	text-align:center;
	display:block;
	overflow:hidden;
}

.objectList li {
	margin-right:10px;
	line-height:30px;
}
.objectList h2,
.objectList h2 a {
	font-family:"微软雅黑";
	font-size:20px;
	color:#C00;
	font-weight:normal;
}
.objectList h2{
	margin-bottom:5px;
}
.objectList h2 a:hover {
	color:#F00;
}
.objectList span {
	font-size:12px;
	width:70px;
	color:#444;
	font-weight:bold;
}
.objectList h4 font {
	font-size:12px;
	line-height:25px;
	font-weight:normal;
}
.objectList p {
	height:90px;
}
.objectList p a {
	margin:5px;
	color:#999;
	line-height:22px;
}
.objectList p a:hover {
	color:#C00;
}
.objectList b {
	color:#F00;
	font-family:Arial, Helvetica, sans-serif;
	font-size:20px;
}
#objectShowTitle {
	margin:20px;
}

.object_show {
	margin:10px 0;
	padding:5px 35px 30px;
}
.object_show p {
	line-height:25px;
}



/* 油画产品详细页面样式 proshow */
.proshow {
	width:950px;
	margin:30px auto 50px;
	text-align:center;
}
.proshow div {
	text-align:center;
}
.proshow ul {
	margin:50px auto 20px;
	width:250px;
}
.proshow li {
	font-family:"微软雅黑";
	font-size:16px;
	text-align:left;
	color:#333;
	line-height:25px;
}
.proshow li span {
	font-size:14px;
	color:#666;
}
.proshow li font {
	color:#444;
	font-size:14px;
	font-weight:bold;
}
.proshow h4 {
	display:inline;
	position:fixed;
	top:5px;
	right:5px;
}


/* "5图像"二维滑动门经典圆角边框 样式 */

#fillet {
	float:left;
	margin-left:150px;
	background: url(../images/left-top.png) top left no-repeat;
}
#fillet h2 {
	background:url(../images/right-top.png) top right no-repeat;
	padding:10px 15px 10px;
	margin:0;
	text-indent:-9999px;
}
#fillet .main {
	background:url(../images/right.png) top right repeat-y;
	padding:0 15px 7px;
	margin:-30px 0 0 0;
}
#fillet .footer {
	background:url(../images/left-bottom.png) bottom left no-repeat;
}
#fillet .footer p {
	color:#888;
	text-align:right;
	background:url(../images/right-bottom.png) bottom right no-repeat;
	display:block;
	padding:10px 15px 20px;
	margin:-2em 0 0 0;
  }