﻿.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: 100%;
    height: 39px;
    line-height: 39px;
    margin: 0 auto;
    text-align: left;
    color: #333;
}
.address .left
{
    float: left;
    width: 83px;
    height: 100%;
    text-indent: 20px;
    background: url('/image/home.png') no-repeat 0px 11px;
}
.address .right
{
    float: right;
    width: 807px;
    height: 100%;
    color: #666;
}
.address .right a
{
    color: #666;
}

.menu
{
    list-style: none;
    font-size: 16px;
}
.menu li
{
    width: 100%;
    height: 36px;
    line-height: 36px;
    text-align: left;
    text-indent: 16px;
    border-style: dotted;
    border-color: #009333;
    border-width: 0px 0px 1px 0px;
    margin-top:15px;
}
.menu .select a
{
    border-bottom: 1px solid #009333;
    background: #009333;  
    color: #fff;
}
.menu li a
{
    display: block;
    width: 100%;
    height: 100%;
    text-decoration: none;
}
.menu li a:hover
{
    border-bottom: 1px solid #009333;
    background: #009333;  
    color: #fff;
}

.menu2
{
    list-style: none;
    font-size: 12px;
}
.menu2 li
{
    width: 100%;
    height: 30px;
    line-height: 30px;
    text-align: left;
    background: url('/image/icon03.png') no-repeat left center;
    text-indent: 12px;
    border-style: dashed;
    border-color: #dedede;
    border-width: 0px 0px 1px 0px;
}
.menu2 li a
{
    display: block;
    width: 100%;
    height: 100%;
    text-decoration: none;
}
.menu2 li a:hover
{
    text-decoration: underline;
    color: #009333;
}
.mk {
    width: 100%;
    height: 69px;
    border-bottom: 1px solid #000;
}
.mk h2 {
    color: #009333;
    font-size: 26px;
    text-align: center;
    width: 100%;
}
.mk p {
    width: 100%;
    text-align: center;
    color: #666;
    font-family: Arial;
    font-size: 16px;
    margin-top: 5px;
}
.mk h3 {
    width: 30px;
    height: 4px;
    background: #009333;
    margin: 8px auto 0 auto;
}