body{
	font-family: "Segoe UI", Arial, "Microsoft Yahei", sans-serif;
	font-size:12px;
	-webkit-font-smoothing:antialiased;

}
*{
margin:0;
padding:0;
}
ul,li{
	list-style: none;
}
a{
	text-decoration: none;
	color: #333;
}
a:hover{
	color:#000;
	webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;	
}
img{
	border: 0;
}
h1,h2,h3,h4,h5,h6{
	font-weight: normal;
}

em{
	font-style: normal;
}
.fl{
	float:left;
}
.fr{
	float:right;
}
.clear{
	clear: both;
}

.container{
	width: 100%;
	min-width: 1180px;
}
.con-center{
	width: 1180px;
	margin:0 auto;
}


.banner{
	height: 560px;
}                    


/*焦点图*/

.focus {
	margin: 0px auto; 
	width: 100%; 
	height: 560px; 
	overflow: hidden; 
	float: left; 
	position: relative; 
}
.banner img {
	width: 100%;
}
.focus .shadow .title {
	width: 100%; 
	height: 65px; 
	padding-top: 20px; 
	padding-left: 30px;
}
.focus .shadow .title a {
	color: rgb(255, 255, 255); 
	overflow: hidden; 
	font-size: 14px; 
	font-weight: bolder; 
	text-decoration: none;
}
.focus .btn {
	left: 510px; 
	bottom: 34px; 
	overflow: hidden; 
	position: absolute; 
	-ms-zoom: 1;
}
.focus .btn a {
	background: rgb(217, 217, 217); 
	font: 12px/15px "宋体"; 
	margin: 0px 5px; 
	outline: 0px; 
	border-radius: 7px; 
	width: 13px; 
	height: 13px; 
	text-align: center; 
	color: rgb(176, 176, 176); 
	text-decoration: none; 
	float: left; 
	display: inline; 
	position: relative; 
	font-size-adjust: none; 
	font-stretch: normal;
}
.focus .btn a:hover {
	background: rgb(252, 17, 74); 
	cursor: pointer;
}
.focus .btn a.current {
	background: rgb(252, 17, 74);
	 cursor: pointer;
}
.focus .fPic {
	left: 0px; 
	top: 0px; 
	width: 100%; 
	position: absolute;
}
.focus .D1fBt {
	height: 16px; 
	overflow: hidden; 
	z-index: 10; 
	-ms-zoom: 1;
}
.focus .shadow {
	
	left: 0px; 
	width: 100%; 
	height: 55px; 
	text-align: left; 
	bottom: 0px; 
	display: block; 
	position: absolute; 
	z-index: 10;
background: #970303;
    opacity: 0.1;
}
.focus .shadow a {
	left: 50%; 
	width:580px; 
	height: 55px; 
	color: rgb(255, 255, 255); 
	line-height: 55px; 
	overflow: hidden; 
	font-family: "微软雅黑"; 
	font-size: 16px; 
	text-decoration: none; 
	text-align: left;
	display: inline-block; 
	left:15px;
	position: absolute;
}
.focus .fcon {
	width: 100%; 
	height: 560px; 
	float: left; 
background-position: 50% 0;
background-repeat: no-repeat;
	background-size: cover;
	position: relative;
}
.focus .fcon img {
	display: block;
}
.focus .fbg {
	width: 58%; 
	height: 20px; 
	text-align: center; 
	right: 0px; 
	bottom: 15px; 
	position: absolute; 
	z-index: 200;
}
.focus .fbg div {
	margin: 4px auto 0px; 
	height: 14px; 
	overflow: hidden; 
	-ms-zoom: 1;
}
.focus .D1fBt a {
	background: url("../img/point.png") no-repeat; 
	margin: 0px 5px; 
	width: 14px; 
	height: 14px; 
	color: rgb(176, 176, 176); 
	float: left; 
	display: inline; position: relative; _background: none;
}
.focus .D1fBt .current {
	background: url("../img/point_1.png") no-repeat; _background: none;
}
.focus .D1fBt a:hover {
	background: url("../img/point_1.png") no-repeat; _background: none;
}
.focus .D1fBt img {
	display: none;
}
.focus .D1fBt i {
	font-style: normal; display: none;
}
.focus .prev {
	background: url("../img/focus_btn.png") no-repeat; width: 40px; height: 74px; position: absolute; _background: none;
}
.focus .next {
	background: url("../img/focus_btn.png") no-repeat; width: 40px; height: 74px; position: absolute; _background: none;
}
.focus .prev {
	background-position: 0px -74px; left: 50px; top: 50%; margin-top: -37px; cursor: pointer;
}
.focus .next {
	background-position: -40px -74px; top: 50%; right: 50px; margin-top: -37px; cursor: pointer;
}
.focus .prev:hover {
	background-position: 0px 0px;
}
.focus .next:hover {
	background-position: -40px 0px;
}