﻿.banner
{
    width: 100%;
    height: auto;
}
.banner #banner_inner
{
    width: 100%;
    height: 480px;
    position: relative;
    left: 50vw;
    margin-left: -50vw;
    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;
}

.menu
{
    list-style: none;
    font-size: 14px;
}
.menu>li
{
    width: 100%;
    height: auto;
    line-height: 40px;
    text-align: left;
    text-indent: 20px;
    background-color: #EEEEEE;
    margin-top: 5px;
}
.menu>li>a
{
    display: block;
    max-width: 100%;
    height: 100%;
    border-width: 0px 0px 0px 5px;
    border-style: solid;
    border-color: #EEEEEE;
    position: relative;
    left: 0px;
    top: 0px;
    z-index: 0;
}
.menu li a .ico
{
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 6px solid #0161B8;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -6px;
    z-index: 0;
    display: none;
}
.menu>.select>a
{
    border-color: #0161B8;
    color: #0161B8;
}
.menu .select a .ico
{
    display: block;
}