﻿@charset "utf-8";
* {
	margin: 0;
	padding: 0;
	list-style: none;
}
img {
	border: 0;
}
/* 代码整理：懒人之家 www.lanrenzhijia.com */
#focusBar {
	width: 100%;
	height: 980px;
	clear: both;
	position: relative;
	overflow: hidden;
}
#focusBar .mypng {
	background: url(/files/images/9.gif) repeat-x top center;
	padding-top: 0px;
}
#focusBar li {
	width: 100%;
	clear: both;
	height: 980px;
	display: none;
	position: absolute; /* position:relative;*/
}
#focusBar .focusL {
	height: 980px;
	position: absolute;
	z-index: 9; /*left:-1000px;*/
	top: 0px;
	left: -960px;
	margin-left: 50%;
}
#focusBar .focusR {
	height: 980px;
	position: absolute;
	z-index: 10; /* right:1000px;*/
	top: 90px;
	left: -960px;
	margin-left: 50%;
}

#focusBar .arrL,
#focusBar .arrR {
	display: block;
	width: 52px;
	height: 134px;
	position: absolute;
	top: 60%;
	z-index: 11111;
	cursor: pointer;
	background: url(/files/images/bt_arr.png) no-repeat;
}
#focusBar .arrL {
	left: 890px;
	background-position: 0px 0px;
}
#focusBar .arrR {
	right: 890px;
	background-position: -68px 0px;
}
#focusBar .arrL:hover {
	background-position: 0px -144px;
	left: 890px;
}
#focusBar .arrR:hover {
	background-position: -68px -144px;
	right: 890px;
}
.zhezhao {
	height: 1100px;
	position: absolute;
	z-index: 19; /* right:1000px;*/
	top: -15px;
	left: -960px;
	margin-left: 50%;
}
/* 代码整理：懒人之家 www.lanrenzhijia.com */
