@charset "utf-8";
body,
div,
ul,
li,
h4,
p {
	margin: 0;
	padding: 0;
}

/*body {
	font: 12px/1.8 arial;
	color: #fff;
}*/
/*a {
	color: #fff;
	text-decoration: none;
	background: #666;
	padding: 2px 5px;
}*/

/*a:hover {
	background: #F90;
}*/


/* box */

#box {
	position: relative;
	height:190px;
	margin:0 auto;
	top:90px;
}

#box ul {
	position: relative;
	/*width: 754px;
	height: 292px;*/
	width:948px;
	height:190px;
}

#box li {
	position: absolute;
	/*border: 2px solid #000;*/
	list-style: none;
	background: rgba(46,46,61,0.8);
	width: 0;
	height: 0;
	top: 146px;
	left: 377px;
	z-index: 0;
	cursor: pointer;
	overflow: hidden;
	border-radius: 3px;
}

/*#box li img {
	width: 100%;
	height: 100%;
	vertical-align: top;
}*/
#box li div {
	width: 100%;
	height: 100%;
	vertical-align: top;
}
#box .prev,
#box .next {
	position: absolute;
	top: calc(50% + 20px);
	width: 39px;
	height: 80px;
	margin-top: -40px;
	overflow: hidden;
	text-indent: -999px;
	cursor: pointer;
	background:  url('../../img/btn.png') no-repeat;
}
/*

#box .prev {
	left: -60px;
}

#box .next {
	right: -60px;
	background-position: -39px 0;
}*/

@media screen and (max-width: 800px){
	#box{
		width:280px;
	}
	#box ul{
		width:100%;
	}
	#box .prev {
		left: -30px;
	}

	#box .next {
		right: -30px;
		background-position: -39px 0;
	}
}
@media screen and (min-width: 800px){
	#box{
		width:948px;
	}
	#box ul{
		width:100%;
	}
	#box .prev {
		left: -60px;
	}

	#box .next {
		right: -60px;
		background-position: -39px 0;
	}
}
