

/* CSS Document */


/*图片区*/

a {
	text-decoration: none;
}

.main ul {
	list-style: none;
	padding: 0;
	magin: 0;
}

.topBanner {
	background-repeat: no-repeat;
	background-position: center;
	height: 457px;
}

.topBannerContent {
	position: absolute;
	width: 318px;
	right: 9px;
	top: 192px;
	background: url(../image/_backColor.png) repeat;
}

.topBannerContent div {
	border: 1px solid #edecec;
	border-top: 2px solid #9e9e9e;
	margin: 9px 14px 8px 14px;
	position: relative;
}

.topBannerContent p {
	margin: 0;
	margin-left: 10px;
}

.topBannerContent .chinese {
	font-size: 24px;
	color: #ffffff;
	font-weight: bold;
	margin-top: 36px;
	text-shadow: 4px 4px 5px #313030;
}

.topBannerContent .english {
	color: #cbcaca;
	font-size: 18px;
	font-family: Arial;
	margin-top: 13px;
	margin-bottom: 44px;
}

.topBannerContent img {
	position: absolute;
	right: 0px;
	top: 0px;
}

.topBanner .container {
	position: relative;
}


/*当前位置*/

.position {
	font-size: 12px;
	font-family: "\5FAE\8F6F\96C5\9ED1";
	margin-top: 6px;
}

.position .index {
	padding-left: 19px;
	background: url(../image/iconHome.png) no-repeat 0 50%;
}

.position a {
	color: #666666;
}

.position a:hover {
	color: #4783c4;
}

.position .place {
	color: #4783c4;
}


/*正文区*/

.content {
	margin-top: 34px;
	overflow: hidden;
}


/*产品列表*/

.productList ul {
	margin-right: -38px;
	overflow: hidden;
	margin-top: 0;
	padding-left: 0;
	margin-bottom: 0;
}

.productList li {
	float: left;
	height: 373px;
	width: 306px;
	border: 1px solid #d2d2d2;
	border-bottom: none;
	margin-right: 38px;
	margin-bottom: 68px;
	position: relative;
}

.productList li div {
	position: absolute;
	bottom: 0;
	width: 308px;
	left: -1px;
	border-bottom: 5px solid #3278c0;
}

.productList li h2 {
	font-size: 16px;
	font-weight: normal;
	font-family: "\5FAE\8F6F\96C5\9ED1";
	color: #333333;
	margin: 0 9px;
	margin-top: 18px;
}

.productList li p {
	font-size: 12px;
	color: #666666;
	font-family: "\5FAE\8F6F\96C5\9ED1";
	margin: 0 9px;
	line-height: 22px;
	margin-bottom: 8px;
	letter-spacing: 0.5px;
	margin-top: 9px;
}

.productList a {
	color: #000000;
}

.productList .more {
	text-align: right;
	display: block;
	font-size: 12px;
	color: #a8a8a8;
	font-family: "\5FAE\8F6F\96C5\9ED1";
	margin-right: 17px;
}

.productList li:hover {
	box-shadow: 4px 5px 5px #bfbdbe;
}

.productList li:hover h2 {
	color: #3278c0;
}

.productList li:hover .more {
	color: #4783c4;
}


/* 分页*/

.pageList {
	margin-left: auto;
	margin-right: auto;
	font-size: 14px;
	font-family: '\5B8B\4F53';
}

.pageList a,
.pageList span {
	float: left;
	margin-right: 11px;
	text-align: center;
	color: #707070;
	white-space: nowrap;
	width: 21px;
	height: 21px;
	line-height: 21px;
	text-decoration: none;
}

.pageList a:hover,
.pageList span {
	text-decoration: none;
	color: #FFF;
	background-color: #0398dc;
}

.pageList {
	margin-left: auto;
	margin-right: auto;
}

.pages {
	margin: 0 0 26px 0;
}

.pageList .prev:hover,
.pageList .next:hover {
	color: #46b3e5;
	background-color: #fff;
}

.pageList .prev {
	margin-right: 13px;
	font-size: 12px;
	width: 36px;
}

.pageList .next {
	margin-left: -3px;
	font-size: 12px;
	width: 36px;
}