﻿
/*
广告
*/
.adv
{
	float: left;
	width: 980px;
	margin-bottom:10px;
}
.adv .ad
{
	width: 980px;
	height: 300px;
	overflow: hidden;
	position: relative;
}
.adv .slider, .adv .num
{
	position: absolute;
}
.adv .slider li
{
	list-style: none;
	display: inline;
}
.adv .slider img
{
	width: 980px;
	height: 300px;
	display: block;
}
.adv .num
{
	right: 5px;
	bottom: 5px;
}
.adv .num li
{
	float: left;
	color: #069;
	text-align: center;
	line-height: 16px;
	width: 16px;
	height: 16px;
	font-family: Arial;
	font-size: 12px;
	cursor: pointer;
	overflow: hidden;
	margin: 3px 1px;
	border: 1px solid #069;
	background-color: #fff;
}
.adv .num li.on
{
	color: #fff;
	line-height: 16px;
	width: 16px;
	height: 16px;
	font-size: 14px;
	margin: 3px 1px;
	border: 1px solid #069;
	background-color: #069;
	font-weight: bold;
}

.foucs
{
	margin:5px auto;
	width: 310px;
}
.foucs .ad
{
	width: 310px;
	height: 250px;
	overflow: hidden;
	position: relative;
}
.foucs .slider, .foucs .num
{
	position: absolute;
}
.foucs .slider li
{
	list-style: none;
	display: inline;
}
.foucs .slider img
{
	width: 310px;
	height: 250px;
	display: block;
}
.foucs .num
{
	right: 5px;
	bottom: 5px;
}
.foucs .num li
{
	float: left;
	color: #069;
	text-align: center;
	line-height: 16px;
	width: 16px;
	height: 16px;
	font-family: Arial;
	font-size: 12px;
	cursor: pointer;
	overflow: hidden;
	margin: 3px 1px;
	border: 1px solid #069;
	background-color: #fff;
}
.foucs .num li.on
{
	color: #fff;
	line-height: 16px;
	width: 16px;
	height: 16px;
	font-size: 14px;
	margin: 3px 1px;
	border: 1px solid #069;
	background-color: #069;
	font-weight: bold;
}
/*---------------广告--------------*/
.bar
{
	width: 980px;
	height: 70px;
	margin-bottom:10px;
}
