﻿
/*slidebox*/
/*焦点图*/
.focus {
	/*float: left;*/
	width: 100%;
	height: 529px;
	position: relative;
}
.focus img {
	width: 100%;
	height: 529px;
}
.focus .D1fBt {
	height: 5px;
	zoom: 1;
	position: absolute;
	left: 47%;
	margin-left: -50px;
	bottom: 20px;
}
.focus .D1fBt a {
	float: left;
	display: block;
	width: 25px;
	height: 8px;
	background: url(../img/slider-off.png) no-repeat 0 center;
	margin-right: 12px;
	/*text-indent: -9999px;*/
}
.focus .D1fBt a i {
	font-style: normal;
	display: none;
}
.focus .D1fBt a.current {
	background-color: #fff;
	color: #fff;
	width: 43px;
	height: 8px;
	/*margin-top: -1px;*/
	background: url(../img/slider-on.png) no-repeat 0 center;
}
.focus .D1fBt a:hover {
	width: 43px;
	height: 8px;
	/*margin-top: -1px;*/
	background: url(../img/slider-on.png) no-repeat 0 center;
}
.focus .fcon {
	position: relative;
	width: 100%;
	height: 529px;
	overflow: hidden;
	float: left;
	display: none;
}
.focus .fcon a {
	color: #fff;
}
.focus .fcon a:hover {
	color: #fbbe2c;
}
.focus .fcon img {
	display: block;
}

.prev img{
	width: 30px;
	height: 56px;
	position: absolute;
	left: 80px;
	top: 40%;
}

.next img{
	width: 30px;
	height: 56px;
	position: absolute;
	right: 80px;
	top: 40%;
}



/*smail*/
/*焦点图*/
.smail .focus {
	float: left;
	width: 554px;
	height: 342px;
	position: relative;
}
.smail .focus img {
	width: 554px;
	height: 342px;
}

.smail .focus .fcon {
	position: relative;
	width: 554px;
	height: 342px;
	overflow: hidden;
	float: left;
	display: none;
}
.smail .focus .fcon a {
	color: #fff;
}
.smail .focus .fcon a:hover {
	color: #fbbe2c;
}
.smail .focus .fcon img {
	display: block;
}
.smail .shadow {
	float: left;
	width: 554px;
	position: absolute;
	bottom: 0px;
	left: 0px;
	z-index: 1000;
	height: 46px;
	line-height: 46px;
	background: url(../img/smail-textbj.png) repeat-x;
	display: block;
	text-align: left;
	padding-left: 16px;
}
.smail .shadow a {
	display: block;
	width: 100%;
	color: #FFFFFF;
	font-size: 17px;
	overflow: hidden;
	overflow: hidden;
}
.smail .D1fBt {
	height: 22px;
	zoom: 1;
	position: absolute;
	left: 470px;
	bottom: 10px;
	z-index: 1000;
	
}
.smail .D1fBt a {
	color: #000000;
	text-align: center;
	float: left;
	display: block;
	width: 18px;
	height: 22px;
	background: #FFFFFF;
	margin-right: 6px;
	/*text-indent: -9999px;*/
	border-radius: 4px; 
}
.smail .D1fBt a i {
	font-style: normal;
	font-size: 12px;
	color: #000000;
}
.smail .D1fBt a.current {
	color: #fff;
	width: 18px;
	height: 22px;
	/*margin-top: -1px;*/
	background: #448aca;
	
}
.smail .D1fBt a:hover {
	width: 18px;
	height: 22px;
	/*margin-top: -1px;*/
	background: #448aca;
}