﻿/*焦点图*/
.focus {
	float: right;
	width: 1200px;
	height: 508px;
	position: relative;
	padding-top: 10px;
}
.focus img {
	width: 1200px;
	height: 508px;
}
.focus .D1fBt {
	height: 22px;
	zoom: 1;
	position: absolute;
	right: 80px;
	bottom: 20px;
}
.focus .D1fBt a {
	float: left;
	display: block;
	width: 22px;
	height: 22px;
	line-height: 22px;
	text-align: center;
	background-color: #fff;
	margin-left: 5px;
	border-radius: 3px;
	font-size: 12px;
}
.focus .D1fBt a i {
	font-style: normal;
}
.focus .D1fBt a.current {
	background-color: #e48585;
	color: #fff;
}
.focus .D1fBt a:hover {
	background-color: #e48585;
	color: #fff;
}
.focus .shadow {
	float: left;
	width: 700px;
	padding: 0 30px 0 30px;
	position: absolute;
	bottom: 40px;
	left: 0px;
	z-index: 10;
	height: 44px;
	line-height: 44px;
	background: url(../images/tit_bg.png) repeat-x 0 center;
	display: block;
	text-align: left;
}
.focus .shadow a {
	display: block;
	width: 100%;
	height: 36px;
	color: #fff;
	font-size: 16px;
	overflow: hidden;
	overflow: hidden;
}
.focus .fcon {
	position: relative;
	width: 600px;
	float: left;
	display: none;
}
.focus .fcon img {
	display: block;
}
/*左右箭头 css*/
.focus .prev, .focus .next {
	position: absolute;
	cursor: pointer;
}
.focus .prev img, .focus .next img {
	display: block;
	width: 26px;
	height: 42px;
}
.focus .prev {
	top: 226px;
	left: 0;
}
.focus .next {
	top: 226px;
	right: 0;
}