.main-layer {
	height: auto;
	border-bottom: 20px;
}
.index-main {
	width: 710px;
	height: auto;
	float: left;
}
.index-flash {
	width: 710px;
	height: 360px;
	overflow: hidden;
	margin-bottom: 30px;
	position: relative;
}
.index-flash .bd {
	position: relative;
	width: 710px;
	height: 360px;
	overflow: hidden;
}
.index-flash .bd ul {
	position: absolute;
	left: 0;
	top: 0;
	height: 360px;
	overflow: hidden;
}
.index-flash ul li {
	width: 710px;
	height: 360px;
	background: #F2F2F2;
}
.index-flash ul li a {
	width: 710px;
	height: 360px;
	display: inline-block;
	text-align: center;
}
.index-flash ul li a img {
	max-width: 710px;
	max-height: 360px;
}
.index-flash .hd {
	position: absolute;
	bottom: 0;
	height: 50px;
	width: 100%;
	z-index: 99;
	background: #6b6b6b;
	filter: alpha(opacity=80); /*IE滤镜，透明度50%*/
	-moz-opacity: 0.8; /*Firefox私有，透明度50%*/
	opacity: 0.8;/*其他，透明度50%*/
}
.index-flash .hd ul {
	width: 700px;
	height: 50px;
	text-align: right;
}
.index-flash .hd ul li {
	margin-top: 15px;
	margin-right: 2px;
	height: 16px;
	width: 16px;
	background: #fff;
	display: inline-block;
}
.index-flash .hd ul li.on {
	background: #C00;/*background: #0f820c;*/
}
.index-h3 {
	border-top: 3px solid #cc9866;
	width: 100%;
	height: 37px;
	border-bottom: 1px dashed #ccc;
}
.index-h3 span {
	margin-left: 10px;
	line-height: 37px;
	float: left;
	font-size: 16px;
	font-weight: bold;
}
.index-h3 a {
	float: right;
	font-weight: normal;
	font-size: 12px;
	line-height: normal;
	padding:3px 10px;
	margin: 10px 14px 0 0;
	background: #cc9966;
	color: #ffffff;
	display:block;
}
.index-h3 a:hover{
	background: #C00;
}
/*最新作品*/
.picList {
	width: 690px;
	padding: 10px;
	background: #FFF;
	height: 190px;
	overflow: hidden;
	margin-bottom: 30px;
	zoom: 1;
	background: url("../images/nav_bg.gif") left top repeat;
	position: relative;
}
.picList .front {
	width: 17px;
	height: 35px;
	display: inline-block;
	position: absolute;
	left: 16px;
	top: 83px;
	cursor: pointer;
	background: url(../images/icon_LR.png) left top no-repeat;
	z-index: 1;
}
.picList .front:hover {
	background: url(../images/Hicon_LR.png) left top no-repeat;
}
.picList .next {
	width: 17px;
	height: 35px;
	display: inline-block;
	position: absolute;
	right: 16px;
	top: 83px;
	cursor: pointer;
	z-index: 1;
	background: url(../images/icon_LR.png) 0 -45px no-repeat;
}
.picList .next:hover {
	background: url(../images/Hicon_LR.png) 0 -58px no-repeat;
}
.picList .picListBox {
	width: 590px;
	height: 180px;
	padding: 10px 10px 0px;
	background: #FFF;
	margin-left: 40px;
	overflow: hidden;
	zoom: 1;
	position: relative;
}
.picList .picListBox ul {
	height: 180px;
}
.picList .picListBox ul li {
	float: left;
	width: 140px;
	height: 180px;
	margin-right: 10px;
	overflow: hidden;
}
.picList .picListBox ul li a {
	width: 140px;
	height: 180px;
	overflow: hidden;
	display: inline-block;
	text-align: center;
}
.picList .picListBox ul li a .img {
	float: left;
	width: 140px;
	height: 140px;
	background: #F2F2F2;
	;
}
.picList .picListBox ul li a .title {
	line-height: 40px;
	font-size: 14px;
}
.index-news {
	width: 100%;
	margin-bottom: 30px;
}
.index-news li {
	padding: 20px 10px;
	border-bottom: 1px dashed #cccccc;
	height: 72px;
}
.index-news li h3 {
	width: 100%;
	height: 24px;
	font-size: 14px;
	font-weight: bold;
}
.index-news li h3 a {
	height: 24px;
	font-size: 14px;
	font-weight: bold;
	color: #000;
}
.index-news li h3 a:hover {
	background: #C00;
	/*background: #0f820c;*/
	color: #FFF;
}
.index-news li p {
	line-height: 24px;
	height: 48px;
	font-size: 12px;
	color: #999999;
}
.index-news li p a.more {
	text-decoration: underline;
	float: right;
	color: #000;
}
.index-works {
	margin-top: 20px;
	margin-bottom: 30px;
	margin-left: -10px;
	height: 260px;
}
.index-works li {
	width: 170px;
	margin-left: 10px;
	float: left;
	height: 260px;
}
.index-works li .works {
	width: 170px;
	height: 260px;
	display: inline-block;
}
.index-works li .img {
	width: 160px;
	height: 160px;
	float: left;
	text-align: center;
	margin-bottom: 10px;
	background: #F2F2F2;
	padding: 5px;
}
.index-works li .box {
	background: url("../images/nav_bg.gif") left top repeat;
	height: 75px;
	width: 150px;
	padding: 5px 10px;
}
.index-works li .box h3 {
	margin-top: 4px;
	line-height: 22px;
	font-size: 12px;
	font-weight: bold;
}
.index-works li .box p {
	margin-top: 4px;
	line-height: 20px;
	font-size: 12px;
	color: #999;
}
.index-works li .works:hover .box {
	background: #C00;/*background: #0f820c;*/
}
.index-works li .works:hover .box p, .index-works li .works:hover .box h3 {
	color: #fff;
}
.index-side {
	width: 230px;
	display: inline;
	float: right;
	padding: 10px;
	overflow: hidden;
}
.index-side .h3 {
	font-size: 14px;
	font-family: "Microsoft Yahei";
	padding-bottom: 5px;
	display: inline;
	height: 24px;
	line-height: 24px;
}
.index-side .h3 a {
	font-size: 14px;
	font-family: "Microsoft Yahei";
	height: 24px;
	line-height: 24px;
	float: right;
	font-weight: normal;
	color: #000;
}
.index-side .box1 {
	margin-bottom: 20px;
}
.index-side .box1 .content {
	background: #fff;
}
.index-side .box1 .content .img {
	height: 230px;
	line-height: 230px;
	font-size: 230px;
	background: #F2F2F2;
	text-align: center;
	overflow: hidden;
}
.index-side .box1 .content .img img {
	max-height: 230px;
	max-width: 230px;
}
.index-side .box1 .content .name {
	height: 24px;
	line-height: 24px;
	font-size: 14px;
	font-weight: bold;
	padding: 5px 0 0 10px;
}
.index-side .box1 .content .job {
	height: 24px;
	line-height: 24px;
	font-size: 14px;
	padding: 5px 20px 0 10px;
}
.index-side .box1 .content .job span {
	float: left;
}
.index-side .box1 .content .job a {
	float: right;
	color: #000;
}
.index-side .box1 .content ul {
}
.index-side .box1 .content ul li {
	border-top: 1px dotted #d3d3d3;
	height: 29px;
	line-height: 29px;
	padding: 0 10px;
}
.index-side .box1 .content ul li span {
	float: left;
	color: #656565;
}
.index-side .box2 {
	margin-bottom: 20px;
}
.index-side .box2 dl {
	float: left;
	border-bottom: 1px dotted #d3d3d3;
	background: #fff;
	padding: 10px;
	width: 210px;
}
.index-side .box2 dl dt {
	color: #656565;
	line-height: 30px;
	height: 30px;
}
.index-side .box2 dl dd {
	line-height: 24px;
}
