/* 首页样式 */
.aboutcont {
	width: 1000px;
	margin: 50px auto 30px auto;
}
/*
.index-menu{ width:313px; height:321px; float:left; background:url(../images/index_menu_bm.png) no-repeat center bottom; }
.inmenu-logo{ height:180px; }
.inmenu-logo img{ display:none; }
.inmenu-logo1{ background:url(../images/index_menu01.png) no-repeat center top; }
.inmenu-logo2{ background:url(../images/index_menu02.png) no-repeat center top; }
.inmenu-logo3{ background:url(../images/index_menu03.png) no-repeat center top; }
.inmenu-con{ color:#727171; line-height:22px; padding:15px 25px 0; }
*/
.index-menu {
	width: 313px;
	height: 321px;
	float: left;/*background: url(../images/index_menu_bm.png) no-repeat center bottom;*/
}
.index-menu a {
	width: 313px;
	display: block;
	height: 141px;
	padding-top: 180px;
	position: relative;
}
.inmenu-logo span {
	display: none;
	width: 313px;
	height: 180px;
	position: absolute;
	top: 0;
	left: 0;
}
.inmenu-logo1 {
	background: url(../cnimages/box1.png) no-repeat;
}
.inmenu-logo1 span {
	background: url(../cnimages/box1-hover.png) no-repeat;
}
.inmenu-con {
	color: #727171;
	line-height: 22px;
	padding: 8px 25px 0;
}
.inmenu-logo2 {
	background: url(../cnimages/box2.png) no-repeat;
}
.inmenu-logo2 span {
	background: url(../cnimages/box2-hover.png) no-repeat;
}
.inmenu-logo3 {
	background: url(../cnimages/box3.png) no-repeat;
}
.inmenu-logo3 span {
	background: url(../cnimages/box3-hover.png) no-repeat;
}
.marginrt30 {
	margin-right: 30px;
}
.goodshow {
	width: 1000px;
	margin: 0 auto;
}
.goodstitle {
	height: 50px;
	line-height: 50px;
	background: url(../images/title_bg.png) no-repeat center bottom;
	font-size: 18px;
	color: #666;
	padding-left: 15px;
}
.picshow {
	padding:20px 15px 40px 15px;
	overflow: hidden;
}
.picshow ul {
}
.picshow ul li {
	width: 146px;
	float: left;
	margin: 0 7px;
}
.picshow ul li img {
	width: 142px;
	height: 127px;
	padding: 2px;
	border: 1px solid #ced2cd;
	margin-bottom: 5px;
}
.transparent {
	filter: alpha(opacity=60);
	-moz-opacity: 0.6;
	-khtml-opacity: 0.6;
	opacity: 0.6;
}
.shuffbox, .shuffbtn, .shuffbtn ul li, .shuffbox span {
	display: inline-block;
*display:inline;
*zoom:1;
}
.shuffbox, .shuffpic {
	position: relative;
	left: 0;
	top: 0;
}
.shuffbox, .shuffbtn {
	width: 100%;
}
.shuffpic-picbg {
	width: 100%;
	height: 425px;
}
.shuffpic-picbg01 {
	background: url(../cnimages/pic_01.jpg) no-repeat center top;
}
.shuffpic-picbg02 {
	background: url(../cnimages/pic_02.jpg) no-repeat center top;
}
.shuffpic-picbg03 {
	background: url(../cnimages/pic_03.jpg) no-repeat center top;
}
/*.shuffpic img{ width:auto; height:356px; }*/
.shuffbox {
	height: 425px;
	overflow: hidden;
}
.shuffbox span, .shuffbtn {
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 100;
}
.shuffbtn {
	bottom: 20px;
	z-index: 200;
}
.shuffbox span {
	width: 100%;
	height: 45px;
	line-height: 45px;
	text-indent: 2em;
	background: #000;
	font-family: Microsoft Yahei;
	color: #fff;
	font-size: 18px;
}
.shuffbtn ul {
	width: 1000px;
	margin: 0 auto;
	text-align: right;
}
.shuffbtn ul li {
	width: 16px;
	height: 16px;
	line-height: 16px;
	margin-left: 6px;
	border-radius: 50%;
	text-align: center;
}
.inactive-shuf {
	background: #fff;
	color: #0066ff;
}
.activation-shuf {
	background: #003d54;
	color: #fff;
}
.focusbtn-lt, .focusbtn-rt {
	width: 30px;
	height: 60px;
	cursor: pointer;
	position: absolute;
	top: 50%;
	margin-top: -30px;
	z-index: 100;
}
.focusbtn-lt {
	background: url(../images/btn_lt.png) no-repeat center top;
	left: 60px;
}
.focusbtn-rt {
	background: url(../images/btn_rt.png) no-repeat center top;
	right: 60px;
}
