﻿
/*slidebox*/
/*焦点图*/
.focus {
	/*float: left;*/
	width: 1325px;
	height: 330px;
	position: relative;
	margin: 0 auto;
}
.focus img {
	width: 1325px;
	height: 330px;
}


.focus .fcon {
	position: relative;
	width: 1325px;
	height: 330px;
	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: 19px;
	height: 46px;
	position: absolute;
	left: 20px;
	top: 45%;
}

.next img{
	width: 19px;
	height: 46px;
	position: absolute;
	right: 20px;
	top: 45%;
}*/

 /*.focus .shadow {
	float: left;
	width: 1325px;
	padding-left: 25px;
	position: absolute;
	bottom: 0px;
	left: 0px;
	z-index: 1000;
	height: 54px;
	line-height: 54px;
	background: url(../img/slider_bg.png) no-repeat;
	display: block;
	text-align: left;
}
.focus .shadow a {
	display: block;
	width: 100%;
	color: #EEEEEE;
	font-size: 15px;
	overflow: hidden;
	overflow: hidden;
}*/



/*smail*/
/*焦点图*/
.smail .focus {
	float: left;
	width: 355px;
	height: 235px;
	position: relative;
}
.smail .focus img {
	width: 355px;
	height: 235px;
}

.smail .focus .fcon {
	position: relative;
	width: 355px;
	height: 235px;
	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;
}
 .focus .shadow {
	float: left;
	width: 355px;
	position: absolute;
	bottom: 0px;
	left: 0px;
	z-index: 1000;
	height: 37px;
	line-height: 37px;
	background: url(../img/slider_title_bj.png) repeat-x;
	display: block;
	text-align: left;
	padding-left: 16px;
}
.focus .shadow a {
	display: block;
	width: 100%;
	color: #FFFFFF;
	font-size: 15px;
	overflow: hidden;
	overflow: hidden;
}