﻿.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: 30px;
    line-height: 30px;
    margin: 0 auto;
    padding-top:20px;
    text-align: left;
    font-size:13px;
    color: #000000;
}
.address .left
{
    float: left;
    width: auto;
    height: 100%;
    text-indent: 23px;
    background-image: url('/image/ico5.png');
    background-position: 3px center;
    background-repeat: no-repeat;
}
.address .right
{
    float: left;
    width: auto;
    height: 100%;
}
.address .right a
{
    color: #000000;
    text-decoration:none;
}
.address .right a:hover
{
    color: #4C960D;
}

.menu
{
    list-style: none;
    font-size: 14px;
}
.menu li
{
    width: 100%;
    height: 65px;
    line-height: 65px;
    border-style: solid;
    border-color: #DDDDDD;
    border-width: 0px 0px 1px 0px;
}
.menu .select a
{
    background-image:url('/image/li_hover.png');
    background-repeat:no-repeat;
    background-position:center center;
    color: #FFFFFF;
}
.menu li a
{
    display: block;
    width: 100%;
    height:100%;
    font-size: 16px;
    color: #555555;
    text-decoration: none;
}
.menu li a:hover
{
    background-image:url('/image/li_hover.png');
    background-repeat:no-repeat;
    background-position:center center;
    color: #FFFFFF;
}

.cp
{
    display: block;
    width: 285px;
    height: 200px;
    float: left;
    position: relative;
    left: 0px;
    bottom: 0px;
    z-index: 0;
    margin: 30px 0px 0px 33px;
    text-decoration: none;
}
.cp:hover img
{
    opacity: 0.7;
}
.cp .ms
{
    width: 100%;
    height: 40px;
    line-height: 40px;
    background-image: url("/image/ico6.png");
    background-repeat: repeat;
    position: absolute;
    bottom: 0;
    left: 0;
    text-align: center;
    font-size: 18px;
    color: #FFFFFF;
}
.cp:hover .ms
{
    color: #83C327;
}