
		
.focus03 {
	float: left;
	width: 490px;
	height: 317px;
	position: relative;
	margin-top: 20px;
	background:#ffffff;
}	
		
.swiper-container_1 {
	margin:0 auto;
	position:relative;
	overflow:hidden;
	direction:ltr;
	-webkit-backface-visibility:hidden;
	-moz-backface-visibility:hidden;
	-ms-backface-visibility:hidden;
	-o-backface-visibility:hidden;
	backface-visibility:hidden;
	/* Fix of Webkit flickering */
	z-index:1;
}

.swiper-pagination_1 .swiper-pagination-switch {
	display: inline-block;
	width: 11px;
	height: 11px;
	border-radius: 50%;
	background: #FFFFFF;
	margin: 0 5px;
	cursor: pointer;
}
		
.focus03 .swiper-slide p {
	position: absolute;
	width: 470px;
	color: #7a231c;
	font-size: 18px;
	font-weight: bold; 
	margin: 0;
	line-height: 40px;
	text-align: center;
}
.focus03 .swiper-slide p a{
	color: #ffffff;
}
.focus03 .swiper-container_1 {
	width: 470px;
	height: 305px;
	margin: 0 auto;
	margin-top: 10px;
}
.focus03 .swiper-slide {
	position: relative;
}


.focus03 .swiper-pagination_1 .swiper-active-switch {
	background: #bc0203;
	box-shadow: 0px 0px 1px #e1bd7b;
}


.focus03 .swiper-pagination_1 {
	position: absolute;
	right: 15px;
	text-align: center;
	bottom: 45px;
	z-index: 1;
}

.focus03 .swiper-container_1 .prev{
  position: absolute;
  z-index: 9;
  left: 0;
  top: 50%;
  margin-top: -40px;
  background: url("../img/fouces_prev.png") no-repeat 0 0;
  width: 36px;
  height: 55px;
  cursor: pointer;
  opacity: 0;
  transition: opacity ease-in-out 0.6s;
}

.focus03 .swiper-container_1 .next{
  position: absolute;
  z-index: 9;
  right: 0;
  top: 50%;
  margin-top: -40px;
  background: url("../img/fouces_next.png") no-repeat 0 0;
  width: 36px;
  height: 55px;
  cursor: pointer;
  opacity: 0;
  transition: opacity ease-in-out 0.6s;
}

.focus03 .swiper-container_1:hover .prev{
  opacity: 1;
}

.focus03 .swiper-container_1:hover .next{
  opacity: 1;
}	




 