.focusBox
{
	position: relative;
	text-align: center;
	width: 100%;
	height: 300px;
	overflow: hidden;
}
.focusBox .pic img
{
	width: 100%;
	text-align: center;
	height:300px;
	display: block;
}
.focusBox .hd
{
	overflow: hidden;
	zoom: 1;
	position: absolute;
	bottom: 20px;
	left: 50%;
	margin-left: -80px;
	z-index: 3;
}
.focusBox .hd li
{
	float: left;
	line-height: 15px;
	text-align: center;
	font-size: 12px;
	width: 40px;
	height: 5px;
	cursor: pointer;
	overflow: hidden;
	background: #004BA0;
	margin-left: 15px;
	filter: alpha(opacity=80);
	opacity: .8;
	-webkit-transition: All .5s ease;
	-moz-transition: All .5s ease;
	-o-transition: All .5s ease;
}
.focusBox .hd .on
{
	background: #fff;
	filter: alpha(opacity=100);
	opacity: 1;
}

.focusBox .prev, .focusBox .next
{
	width: 60px;
	height: 90px;
	margin: -60px 0 0;
	display: none;
	background: url(../img/ad_ctr.png) no-repeat 0 0;
	position: absolute;
	top: 50%;
	z-index: 10;
	cursor: pointer;
	text-indent: -9999px;
	filter: alpha(opacity=20);
	opacity: 0.2;
}
.focusBox .prev
{
	left: 0;
}
.focusBox .next
{
	background-position: 0 -90px;
	right: 0;
}
.focusBox .prev:hover, .focusBox .next:hover
{
	filter: alpha(opacity=50) !important;
	opacity: 0.5 !important;
}
/*ÐÂÎÅÂÖ²¥*/
.swiper-container, .swiper-slide, .swiper-wrapper
{
	height: auto !important;
	cursor: inherit !important;
}
.swiper-slide
{
	overflow: hidden !important;
}
.inB_L
{
	width:508px;
	float: left;
	height:208px;
	position: relative;
}
.inB_L img
{
	height:135px;
	margin-bottom:75px;
}
.inB_L .swiper-slide a, .inB_L .swiper-slide a img
{
	width: 100%;
	float: left;
}
.inB_L .swiper-slide
{
	position: relative;
}
.inB_L .swiper-slide p
{
	position: absolute;
	left: 0px;
	right: 0px;
	bottom: 0px;
	padding: 15px 20px;
	color: #fff;
	background-color:#0B4B87;
}
.swiper-slide p span.sp1
{
	width:100%;
	float:left;
	font-size: 18px;
	height: 22px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.swiper-slide p span.sp2
{
	width:100%;
	float:left;
	font-size: 12px;
	color: #ccc;
	margin-top: 10px;
}
.inB_L .arrow-left, .inB_L .arrow-right
{
	width: 34px;
	top: 45%;
	z-index: 2;
	height: 62px;
	text-align: center;
	line-height: 62px;
	font-weight: bold;
	color: #fff;
	position: absolute;
	left: 0px;
	font-size:22px;
	background-color: rgba(0,0,0,0.6);
	cursor:pointer;
}
.inB_L .arrow-right
{
	left: auto;
	right: 0px;
}
