﻿@charset "utf-8";
/* CSS Document */
/*重置样式*/


/**产品中心**/
.pro-list{ width:100%; overflow:hidden;}
.pro-list ul { width:105%;}
.pro-list ul li{ float:left; display:inline-block; _display:inline; width:202px; height:221px; margin:20px 0px 15px 30px;position:relative; overflow:hidden;cursor:pointer; z-index:1; border:5px solid #eaeaea;}

.pro-list ul li p{ padding-top:12px; font:14px/20px "微软雅黑"; color:#000; text-align:center; }
.pro-list ul li a:hover p{ color:#000;}
.pro-list ul li .pro-bg{ position:absolute;width:214px; height:503px; left:0 ; top:-270px;background:url(/statics/images1/pro_bg01.gif) no-repeat; z-index:-1; }

/**翻页**/
 .page{
	font-size:12px;
	font-weight:bold;
	line-height:22px;
	text-align:right;
	margin-top: 5px;
	margin-right:40px;
	}
.page a{
	text-decoration:none;
	color:#1D71C7;
	background:#fff;
	border:1px solid #e5e5e5;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
	padding:3px 6px;
	padding-bottom:2px;
	margin-right:3px}
.page a.active{
	background:#1D71C7;
	border:1px solid #016E83;
	color:#fff}
.page a:hover{
	text-decoration:none;
	color:#fff;
	background:#1D71C7;}
	
	
