﻿.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;
}

.address
{
    width: 1200px;
    height: auto;
    margin: 20px auto;
    text-align: left;
    text-indent:20px;
    color: #000;
    font-size: 13px;
    background:url('/image/home-icon.png') no-repeat left center;
}
.menu
{
    list-style: none;
    font-size: 16px;
}
.menu li
{
    width: 100%;
    height: 44px;
    line-height: 44px;
    text-align: left;
    text-indent: 35px;
}
.menu .select a
{
    color: #00a0e9;
    border-color: #00a0e9;
    background: url(/image/nav_type_hover.png) no-repeat 15px center;
}
.menu li a
{
    display: block;
    width: 100%;
    height: 100%;
    border-style: dotted;
    border-color: #ddd;
    border-width: 0px 0px 1px 0px;
    background: url(/image/nav_type.png) no-repeat 15px center;
}
.menu li a:hover
{
    color: #00a0e9;
    border-color: #00a0e9;
    background: url(/image/nav_type_hover.png) no-repeat 15px center;
}
.ct {
    width:100%;
    height: 62px;
    font-size: 20px;
    padding-top: 13px;
    color: #00a0e9;
    border-bottom: 1px solid #ddd;
    text-align: center;
}
.ct span {
    display: block;
    font-size: 17px;
    text-transform: uppercase;
}