﻿.banner
{
    width: 100%;
    height: auto;
}
.banner #banner_inner
{
    width: 100%;
    height: auto;
    position: relative;
    left: 50%;
    margin-left: 0px;
    top: 0px;
    z-index: 0;
}
.banner #banner_inner #dts
{
    width: 100%;
    height: auto;
}
.banner #banner_inner #dts a
{
    filter: alpha(opacity=0);
    opacity: 0;
    display: none;
}
.banner #banner_inner #dts a img
{
    width: 100%;
    height: auto;
}
.banner #banner_inner #xts
{
    list-style: none;
    width: auto;
    height: 12px;
    padding-top: 7px;
    padding-bottom: 7px;
    position: absolute;
    left: 50%;
    margin-left: 0px;
    bottom: 6px;
    z-index: 0;
    display: none;
}
.banner #banner_inner #xts li
{
    float: left;
    width: 10px;
    height: 10px;
    background-color: #B1B1B1;
    border-style: solid;
    border-color: #FFFFFF;
    border-width: 1px 1px 1px 1px;
    border-radius: 10px;
    margin-left: 6px;
    cursor: pointer;
}

.address
{
    width: 1200px;
    height: 34px;
    line-height: 34px;
    margin: 22px auto 0px;
    border-style: dotted;
    border-color: #ccc;
    border-width: 0px 0px 1px 0px;
    font-family: 'SimSun';
    text-align: left;
    font-size:12px;
    color: #AAAAAA;
}
.address .left
{
    float: left;
    width: 90px;
    height: 100%;
    text-indent: 25px;
    background-image: url('/image/nav_home.png');
    background-position: left center;
    background-repeat: no-repeat;
}
.address .right
{
    float: right;
    width: 1110px;
    height: 100%;
}
.address .right a
{
    color: #AAAAAA;
}

.menu
{
    list-style: none;
    font-size: 14px;
}
.menu li
{
    width: 100%;
    height: 40px; 
    line-height:40px;
    text-align: left;
    text-indent: 30px;
    border-style: dotted;
    border-color: #dedede;
    border-width: 0px 0px 1px 0px;
}
.menu .select a
{
    color: #FFFFFF;
    background-color:#0862C2;
}
.menu li a
{
    display: block;
    width: 100%;
    height: 100%;
    text-decoration: none;
}
.menu li a:hover
{
    color: #FFFFFF;
    background-color:#0862C2;
}
.menu li a .flag
{
    float: right;
    margin-right: 10px;
}