﻿.banner
{
	width: 100%;
	height: auto;
}
.banner #banner_inner
{
	width: 1234px;
	height: 424px;
	margin: 0 auto;
	position: relative;
	left: 0px;
	top: 0px;
	z-index: 0;
}
.banner #banner_inner #dts
{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 0;
	list-style: none;
}
.banner #banner_inner #dts li
{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 0;
	filter: alpha(opacity=0);
	opacity: 0;
}
.banner #banner_inner #dts li a
{
	display: block;
	width: 100%;
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
}
.banner #banner_inner #xts
{
	width: auto;
	height: 12px;
	padding-top: 7px;
	padding-bottom: 7px;
	position: absolute;
	right: 23px;
	bottom: 7px;
	z-index: 1;
	list-style: 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;
}

.address
{
    width: 1000px;
    height: 31px;
    line-height: 31px;
    margin: 0 auto;
    border-style: solid;
    border-color: #D2D2D2;
    border-width: 0px 0px 1px 0px;
    font-family: 'SimSun';
    text-align: left;
    color: #AAAAAA;
}
.address .left
{
    float: left;
    width: 100px;
    height: 100%;
    text-indent: 30px;
    background-image: url('/image/ico1.jpg');
    background-position: 5px center;
    background-repeat: no-repeat;
}
.address .right
{
    float: right;
    width: 900px;
    height: 100%;
}
.address .right a
{
    color: #AAAAAA;
}

.menu
{
    list-style: none;
    width: 100%;
    height: 100%;
    font-size: 14px;
}
.menu li
{
    width: 100%;
    height: 26px;
    line-height: 26px;
    text-align: left;
    text-indent: 10px;
    border-style: dashed;
    border-color: #AAAAAA;
    border-width: 0px 0px 1px 0px;
}
.menu li a
{
    display: block;
    width: 100%;
    height: 100%;
    text-decoration: none;
}
.menu li a:hover
{
    text-decoration: underline;
}
.menu li a .flag
{
    float: right;
    margin-right: 10px;
}

.list
{
	width: 100%;
	height: 26px;
	text-indent: 5px;
	border-style: dashed;
	border-color: #AAAAAA;
	border-width: 0px 0px 1px 0px;
	cursor: pointer;
}
.list:hover .i
{
    border-bottom-width: 1px;
}
.list .i
{
	width: 100%;
	height: 18px;
	line-height: 24px;
	color: #000000;
	border-style: solid;
	border-color: #000000;
	border-width: 0px 0px 0px 0px;
}
.list .i .left
{
	width: 630px;
	height: 100%;
	float: left;
	text-align: left;
}
.list .i .right
{
	width: 100px;
	height: 100%;
	float: left;
	text-align: center;
}

.item
{
	width: 100%;
	height: 23px;
	text-indent: 5px;
	border-style: dashed;
	border-color: #D2D2D2;
	border-width: 0px 0px 1px 0px;
	cursor: pointer;
}
.item:hover .i
{
    border-bottom-width: 1px;
    color: #FF0000;
}
.item .i
{
	width: 100%;
	height: 18px;
	line-height: 24px;
	color: #000000;
	border-style: solid;
	border-color: #FF0000;
	border-width: 0px 0px 0px 0px;
}
.item .i .left
{
	width: 630px;
	height: 100%;
	float: left;
	text-align: left;
}
.item .i .right
{
	width: 100px;
	height: 100%;
	float: left;
	color: #666666;
	text-align: center;
}