/*焦点图开始*/
.focus_img {
	width: 100%
}

.focus_img .focus {
	width: 780px;
	height: 450px;
	position: relative;
	float: left;
	overflow: hidden
}

.focus_img .focus ul {
	display: block;
	position: absolute;
	left: 0px;
	top: 0px
}

.focus_img .focus li {
	position: relative;
	cursor: pointer;
	width: 780px;
	height: 450px;
	float: left
}

.focus_img .focus li div.show {
	width: 100%;
	height: 60px;
	background: url(../images/box_kuai.png);
	position: absolute;
	bottom: 0px;
	left: 0px;
	padding: 0px;
	line-height: 60px;
	font-size: 14px;
	color: #fff;
	z-index: 18;
	text-align: center
}

.focus_img .focus li div.show img {
	position: absolute;
	left: 0px;
	top: 0px
}

.focus_img .focus li div.show a {
	color: #fff
}

 

.focus_img .focus span.focus_left_b {
	display: inline-block;
	width: 18px;
	height: 25px;
	background: url(../images/focus_left_b.png) no-repeat;
	position: absolute;
	left: 11%;
	bottom: 15px;
	cursor: pointer;
	z-index: 19
}

.focus_img .focus span.focus_right_b {
	display: inline-block;
	width: 18px;
	height: 25px;
	background: url(../images/focus_right_b.png) no-repeat;
	position: absolute;
	right: 11%;
	bottom: 15px;
	cursor: pointer;
	z-index: 19
}

.focus_img .focus .focusn {
	position: absolute;
	left: 15%;
	bottom: 7px;
	color: #fff;
	font-size: 18px;
	z-index: 19;
	line-height: 200%
}

.focus_img .focus .focusn b {
	font-size: 28px;
	color: #e71f18;
	margin-right: 1px
}

.focus_img .focus .focusn em {
	font-style: normal;
	margin-left: 2px
}
.focus_img .show a{ font-size: 16px;}
.focus_img .show a:hover{ font-size: 18px;}

/*焦点图结束*/