.focus {
	position: relative;
	width: 100%;
	height: 100%;
	float: left;
	z-index: 99;
}

.focus .shadow {
	width: 18%;
	position: absolute;
	top: 845px;
	right: 373px;
	z-index: 10;
	line-height: 40px;
	display: block;
	text-align: center;
}

.focus .shadow .title {
	width: 260px;
	height: 65px;
	padding-left: 30px;
	padding-top: 20px;
}

.focus .shadow .title a {
	text-decoration: none;
	color: #fff;
	font-size: 14px;
	font-weight: bolder;
	overflow: hidden;
}

.focus .btn {
	border: 1px solid chocolate;
	position: absolute;
	bottom: 34px;
	left: 510px;
	overflow: hidden;
	zoom: 1;
}

.focus .btn a {
	position: relative;
	display: inline;
	width: 13px;
	height: 13px;
	border-radius: 7px;
	margin: 0 5px;
	color: #B0B0B0;
	text-decoration: none;
	text-align: center;
	outline: 0;
	float: left;
	background: #D9D9D9;
}

.focus .btn a:hover,
.focus .btn a.current {
	cursor: pointer;
	background: #fc114a;
}

.focus .D1fBt {
	overflow: hidden;
	zoom: 1;
	height: 16px;
	z-index: 10;
}

.focus .shadow a {
	text-decoration: none;
	color: #fff;
	font-size: 20px;
	overflow: hidden;
}

.focus .fcon {
	position: relative;
	width: 100%;
	float: left;
	display: none;
}

.focus .fcon img {
	display: block;
}

.focus .fbg {
	bottom: 25px;
	right: 40px;
	position: absolute;
	height: 21px;
	text-align: center;
	z-index: 200;
	display: none;
}

.focus .fbg div {
	margin: 4px auto 0;
	overflow: hidden;
	zoom: 1;
	height: 14px
}

.focus .D1fBt a {
	position: relative;
	display: inline;
	width: 12px;
	height: 12px;
	border-radius: 7px;
	margin: 0 5px;
	color: #B0B0B0;
	text-decoration: none;
	text-align: center;
	outline: 0;
	float: left;
	background: #D9D9D9;
}

.focus .D1fBt .current,
.focus .D1fBt a:hover {
	background: #fc114a;
}

.focus .D1fBt img {
	display: none;
}

.focus .D1fBt i {
	display: none;
	font-style: normal;
}

.focus .prev,
.focus .next {
	width: 40px;
	height: 74px;
	display: block;
	cursor: pointer;
}

.focus .page {
	/*position: absolute;
	width: 15%;
	top: 80%;
	right: 5%;*/
	/*overflow: hidden;*/
	width: 1200px;
	height: 80px;
	position: absolute;
	left: 20%;
	top: 830px;
	text-align: right;
}

.focus .page .arrow {
	width: 250px;
	float: right;
	height: 80px;
	line-height: 80px;
}

.focus .prev {
	float: left;
	background: url(../../img/icon/last.png) no-repeat center;
}

.focus .next {
	float: right;
	background: url(../../img/icon/next.png) no-repeat center;
}

.icon {
	position: fixed;
	left: 5%;
	margin-top: 20%;
}

.icon a img {
	margin: 20% 0;
	background: #666;
	border-radius: 50px;
}

.icon a img:hover {
	background: #E70012;
}