#four_flash {
	position: relative;
	width: 1200px;
	height: 300px;
	margin: 0 auto;

}
#four_flash .flashBg {
	width: 1140px;
	height: 300px;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
}
#four_flash .flashBg ul.mobile {
	width: 2000%;
	height: 300px;
	position: absolute;
	top: 15;
	left: 0;
}
#four_flash .flashBg ul.mobile li {
	float: left;
	width: 240px;
	height: 260px;
	margin-left: 24px;
	margin-right:24px;
	color: #6C6E85;
	text-align: center;
	font-size: 14px;
	line-height: 12px;
}
#four_flash .flashBg ul.mobile li:hover {
	
}
#four_flash .flashBg ul.mobile li img {
	width: 238px;
	height: 260px;
	border:1px solid #ddd;
	display: block;
	margin: 0 auto;
}

#four_flash .but_left a{
	width: 20px;
	height: 37px;
	position: absolute;
	top: 130px;
	left: 0px;
	display: block;
	background: url(../images/arrow.png) no-repeat -20px 0;
	text-indent: -999em;
	cursor: pointer;
}
#four_flash .but_right a{
	display: block;
	width: 20px;
	height: 37px;
	position: absolute;
	top: 130px;
	right: 0px;
	background: url(../images/arrow.png) no-repeat 0 0;
	text-indent: -999em;
	cursor: pointer;
}
#four_flash .but_left a:hover {
	background: url(../images/arrow.png) no-repeat -20px -37px;
}
#four_flash .but_right a:hover {
	background: url(../images/arrow.png) no-repeat 0 -37px;
}
