﻿.banner
{
    width: 100%;
    height: auto;
}
.banner #banner_inner
{
    width: 100%;
    height: auto;
    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;
}

.nav li .nav2
{
    display:none;
}
.nav li:hover .nav2
{
    display:block;
}

.menu
{
    list-style: none;
    font-size: 12px;
    position:relative;
    left:0px;
    top:0px;
    z-index:0;
}
.menu>li
{
    width: auto;
    height: 25px;
    float:left;
    padding:5px 30px 5px 0px;
}
.menu>.select>a
{
    color: #A3020A;
    border-color: #A3020A;
}
.menu>li>a
{
    display: block;
    width: auto;
    height: 24px;
    line-height:24px;
    border-style: solid;
    border-color: #FFFFFF;
    border-width: 0px 0px 1px 0px;
    color:#666666;
    text-decoration: none;
}
.menu>li>a:hover
{
    color: #A3020A;
    border-color: #A3020A;
}
.menu .select .menu2
{
    display:block;
}
.menu2
{
    display:none;
    width:100%;
    height:35px;
    list-style: none;
    font-size: 12px;
    position:absolute;
    left:0px;
    bottom:-70px;
    z-index:0;
    overflow:hidden;
}
.menu2>li
{
    width: auto;
    height: 25px;
    float:left;
    padding:5px 30px 5px 0px;
}
.menu2>.select>a
{
    color: #A3020A;
    border-color: #A3020A;
}
.menu2>li>a
{
    display: block;
    width: auto;
    height: 24px;
    line-height:24px;
    border-style: solid;
    border-color: #FFFFFF;
    border-width: 0px 0px 1px 0px;
    color:#666666;
    text-decoration: none;
}
.menu2>li>a:hover
{
    color: #A3020A;
    border-color: #A3020A;
}
