﻿@import url("reset_css.css");

/*图片展示*/
#PicShow {
	float: right;
	width: 1260px;
	height: 490px;
	position: relative;
}
#PicShow .PartTitle {
	padding-right: 21px;
	padding-left: 21px;
}
#PicShow .gundong {
	width: 1260px;
}
#PicShow .gundong .jCarouselLite {
	float: left;
	width: 1260px;
	height: 490px;
	overflow: hidden;
}
.move_right, .move_left {
	float: left;
	width: 20px;
	height: 323px;
	position: absolute;
	top: 77px;
	z-index: 500;
}
.move_left span, .move_right span {
	width: 20px;
	height: 62px;
	position: absolute;
	top: 50%;
	margin-top: -31px;
	background: url(../images/arrow1.png) no-repeat left top;
	background-repeat: no-repeat;
}
.move_left {
	left: 0px;
}
.move_left span {
	background-position: left top;
}
.move_left:hover span {
	background-position: left bottom;
}
.move_right {
	right: 0px;
}
.move_right span {
	background-position: right top;
}
.move_right:hover span {
	background-position: right bottom;
}
#PicShow #PicShowGundong {
	width: 769px;
	height:490px;
	margin: 0 auto;
}
#PicShow #PicShowGundong .move_left {
	left: 21px;
}
#PicShow #PicShowGundong .move_right {
	right: 30px;
}

/*图片列表*/
.PicList {
	float: left;
}
.PicList li {
	float: left;
	width: 400px;
	color: #897b60;
	margin-right: 8px;
	display: inline;
}
.PicList .photo {
	width: 400px;
	height: 100%;
	position: relative;
	overflow: hidden;
	background: #333;
	display: block;
}
.PicList .photo img {
	width:400px;
	height:490px;
	display: block;
}

.PicList .photo span {
	width: 100%;
	height: 35px;
	line-height: 35px;
	text-align: center;
	position: absolute;
	font-size: 14px;
	color: #fff;
	bottom: -35px;
	left: 0px;
	background: url(../images/bg3.png) repeat left top;
}


