@charset "utf-8";

/* 代码整理：懒人之家 www.lanrenzhijia.com */
* {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

a,
img {
	border: 0;
}

body {
	font-family: Microsoft YaHei;
	font-size: 14px;
}

/* flexslider */
.flexslider {
	position: relative;
	height: 650px;
	overflow: hidden;
	background: url(../images/loading.gif) 50% no-repeat;
	width: 100%;
}

.slides {
	position: relative;
	z-index: 1;
}

.slides li {
	height: 650px;
}

.flex-control-nav {
	position: absolute;
	bottom: 0.5px;
	z-index: 2;
	width: 100%;
	text-align: center;
	background: url("../images/bg_shadow02.png") repeat-x;
	height: 35px;
}

.flex-control-nav li {
	display: inline-block;
	width: 18px;
	height: 24px;
	margin: 0 5px;
	*display: inline;
	zoom: 1;
}

.flex-control-nav a {
	display: inline-block;
	width: 18px;
	height: 24px;
	line-height: 60px;
	overflow: hidden;
	background: url(../images/dot.png) right 0 no-repeat;
	cursor: pointer;
	margin-top: 10px;
}

.flex-control-nav .flex-active {
	background-position: 0 0;
}
