﻿/*---------- 作者信息 ---------*/
/*四川尚狐网络*/
/*http://www.shangfox.com*/

/*---------- base ---------*/
* {
	padding: 0px;
	margin: 0px;
}

img {
	border: none;
}

a {
	color: #888;
	text-decoration: none;
}

a:hover {
	color: #fff;
	text-decoration: none;
}

ul li {
	list-style: none;
	padding: 0;
	margin: 0;
}

ol, ul {
	margin-top: 0;
	margin-bottom: 0px;
}

p {
	padding: 0;
	margin: 0;
}

h1, h2, h3, h4, h5 {
	padding: 0;
	margin: 0;
}

/*shangfoxad*/
.shangfoxad {
	width: auto;
	height: auto;
	overflow: hidden;
	position: fixed;
	bottom: 0px;
	left: 0px;
	position: fixed;
	z-index: 100;
}

.shangfoxad .close {
	position: absolute;
	right: 0;
	top: 0;
	width: 20px;
	height: 20px;
	background: #fff;
	color: #000;
	border-radius: 100%;
	text-align: center;
	line-height: 20px;
	z-index: 9999;
}

.shangfoxad .hd {
	height: 25px;
	overflow: hidden;
	position: absolute;
	bottom: 0px;
	z-index: 1;
	width: 100%;
}

.shangfoxad .hd ul {
	overflow: hidden;
	zoom: 1;
	float: left;
	text-align: center;
	width: 100%;
}

.shangfoxad .hd ul li {
	width: 15px;
	height: 15px;
	line-height: 14px;
	text-align: center;
	background: #fff;
	cursor: pointer;
	text-indent: -9999px;
	border-radius: 100%;
	display: inline-block;
	margin: 0 4px;
}

.shangfoxad .hd ul li.on {
	background: #f00;
	color: #fff;
}

.shangfoxad .bd {
	position: relative;
	height: 100%;
	z-index: 0;
}

.shangfoxad .bd li {
	zoom: 1;
	vertical-align: middle;
}

.shangfoxad .bd img {
	width: auto;
	height: auto;
	display: block;
}

.shangfoxad .prev, .shangfoxad .next {
	position: absolute;
	left: 3%;
	top: 50%;
	margin-top: -25px;
	display: block;
	width: 32px;
	height: 40px;
	background: url(../images/slider-arrow.png) -110px 5px no-repeat;
	filter: alpha(opacity = 50);
	opacity: 0.5;
}

.shangfoxad .next {
	left: auto;
	right: 3%;
	background-position: 8px 5px;
}

.shangfoxad .prev:hover, .shangfoxad .next:hover {
	filter: alpha(opacity = 100);
	opacity: 1;
}

.shangfoxad .prevStop {
	display: none;
}

.shangfoxad .nextStop {
	display: none;
}

.close {
	float: right;
	/*font-size: 21px;*/
	font-weight: 700;
	line-height: 1;
	color: #000;
	text-shadow: 0 1px 0 #fff;
	filter: alpha(opacity = 20);
	opacity: .2
}

.close:focus, .close:hover {
	color: #000;
	text-decoration: none;
	cursor: pointer;
	filter: alpha(opacity = 50);
	opacity: .5
}

button.close {
	-webkit-appearance: none;
	padding: 0;
	cursor: pointer;
	background: 0 0;
	border: 0
}
