@charset "utf-8";
/* 代码整理：懒人之家 www.lanrenzhijia.com */

/* foucs */
#foucs {
	background:#000;
	height:618px;
	overflow:hidden;
	position:relative;
}
#foucs div.main {
	display:none;
	cursor:pointer
}
.main img{ 1200px;}
@media screen and (max-width:1366px){
	.main img{ width: 960px; }
	#foucs {
	background:#000;
	height:440px;
	overflow:hidden;
	position:relative;
}
}
#foucs .element {
	display:none;
	position:absolute;
}
#foucs .navi {
	display:block;
	width:55px;
	height:80px;
	line-height:99em;
	overflow:hidden;
	background:url(../images/arrow-btn2.png) no-repeat;
	top:250px;
}
@media screen and (max-width:1366px){
	#foucs .navi {
	display:block;
	width:55px;
	height:80px;
	line-height:99em;
	overflow:hidden;
	background:url(../images/arrow-btn2.png) no-repeat;
	top:187px;
	}
}
#foucs .left {
	left:0;
	background-position:0 0;
	z-index: 999;
}
#foucs .left:hover {
	background-position:0 -80px;
}
#foucs .right {
	right:0;
	background-position:-80px 0;
	z-index: 999
}
#foucs .right:hover {
	background-position:-80px -80px;
}
/* 代码整理：懒人之家 www.lanrenzhijia.com */