@charset "gb2312";
.hiSliderCon{
	width:480px;
	height:270px;
	float: left;
}
.hiSliderCon2{
	width:643px;
	height:360px;
	float: left;
	clear: both;
	margin-left: 10px;
}
.section-focus-pic {
	width:480px;
	height:270px;
	overflow: hidden;
	position: relative;
}
.section-focus-pic2 {
	width:643px;
	height:360px;
	overflow: hidden;
	position: relative;
}
.section-focus-pic ul li {
	position: absolute;
	top: 0;
	left: 480px;
	width:480px;
	height:270px;
}
.section-focus-pic2 ul li {
	position: absolute;
	top: 0;
	left: 643px;
	width:643px;
	height:360px;
}
.section-focus-pic ul li  a img{
	width:480px;
	height:270px;
}
.section-focus-pic2 ul li  a img{
	width:643px;
	height:360px;
}
.section-focus-pic ul li h3,.section-focus-pic2 ul li h3 {
	position: absolute;
	bottom: 11px;
	left: 0;
	font-weight: normal;
	color: #FFF;
	padding-left: 20px;
	z-index: 111;
	font-size: 14px;
	font-family: "Î¢ÈíÑÅºÚ";
	box-sizing: border-box;
}
.section-focus-pic2 ul li h3{
	font-size: 16px;
}
.section-focus-pic ul li div,.section-focus-pic2 ul li div{
	position: absolute;
	bottom: 0;
	left: 0;
	height: 40px;
	background-color: #000;
	width: 100%;
	opacity: 0.6;
	filter: alpha(opacity=60);
}

.section-focus-pic .pages {
	width: 100%;
	height: 100%;
}

.section-focus-pic .controler,.section-focus-pic2 .controler2  {
	position: absolute;
	bottom: 15px;
	right: 20px;
}

.section-focus-pic .pages li a,.section-focus-pic2 .pages li a{
	color:#fff;
}

.section-focus-pic .controler b,.section-focus-pic2 .controler2 b{
	cursor: pointer;
	width: 10px;
	height: 10px;
	display: block;
	overflow: hidden;
	text-indent: 20px;
	background: #ffffff;
	float: left;
	margin: 0 0 0 5px;
	border-radius:50%;
}

.section-focus-pic .controler b.down,.section-focus-pic2 .controler2 b.down{
	background: #c91915;
}

.section-focus-pic .controler2 a {
	display: block;
	width: 40px;
	position: absolute;
	top: 120px;
	height: 40px;
}

.section-focus-pic .controler2 a i {
	cursor: pointer;
	display: block;
	width: 22px;
	height: 34px;
	background: url(imgstar.png) no-repeat;
}

.section-focus-pic .controler2 .prev {
	left: 5px;
}

.section-focus-pic .controler2 .prev i {
	background-position: -34px -68px;
	_background: none;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='imgs/star_05.png');
	margin-left: 5px;
}

.section-focus-pic .controler2 .prev:hover i {
	left: 10px;
	background-position: -34px -24px;
	_background: none;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='imgs/star_03.png');
}

.section-focus-pic .controler2 .next {
	right: 10px;
}

.section-focus-pic .controler2 .next i {
	background-position: -62px -68px;
	_background: none;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='imgs/star_06.png');
	margin-left: 10px;
}

.section-focus-pic .controler2 .next:hover i {
	right: 10px;
	background-position: -62px -24px;
	_background: none;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='imgs/star_04.png');
}


