﻿.banner
{
	width: 100%;
	height: auto;
}
.banner #banner_inner
{
	width: 1000px;
	height: auto;
	margin: 0 auto;
	position: relative;
	z-index: 0;
}
.banner #banner_inner #dts
{
	width: 100%;
	height: auto;
}
.banner #banner_inner #dts a img
{
    width: 100%;
	height: auto;
	filter: alpha(opacity=0);
    opacity: 0;
    display: none;
}
.banner #banner_inner #xts
{
	width: auto;
	height: 12px;
	padding-top: 7px;
	padding-bottom: 7px;
	position: absolute;
	left: 50%;
	margin-left: 0px;
	bottom: 6px;
	z-index: 1;
	list-style: none;
	display: none;
}
.banner #banner_inner #xts li
{
	float: left;
	width: 10px;
	height: 10px;
	border-style: solid;
	border-color: #FFFFFF;
	border-width: 1px 1px 1px 1px;
	background-color: #B1B1B1;
	margin-left: 6px;
	cursor: pointer;
	border-radius: 10px;
}

.menu
{
    width: 198px;
    height: auto;
    border-style: solid;
    border-color: #DDDDDD;
    border-width: 0px 1px 0px 1px;
    list-style: none;
    font-size: 14px;
}
.menu li
{
    width: 100%;
    height: 40px;
    line-height: 40px;
    background-color: #F1F1F1;
    text-align: left;
    text-indent: 15px;
    float: left;
    border-style: solid;
    border-color: #DDDDDD;
    border-width: 0px 0px 1px 0px;
}
.menu .select a
{
    color: #000000;
    font-weight: bold;
}
.menu li a
{
    display: block;
    width: 100%;
    height: 100%;
    color: #525252;
    text-decoration: none;
}