﻿.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;
}

.xw {
    display: block;
    width: 100%;
    height: 64px;
    line-height: 64px;
    border-style: solid;
    border-color: #eee;
    border-width: 0px 0px 1px 0px;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.xw .left {
    width: 62px;
    height: 62px;
    float: left;
    text-align: center;
    border: 1px solid #d4d4d4;
}
.xw:hover .right .a {
    text-decoration:underline;
    color:#009333; 
}
.xw .left p {
    width: 100%;
    height: 22px;
    line-height: 22px;
    background: #009333;
    color: #fff;
}

.xw .left span {
    display: block;
    width: 100%;
    height: 40px;
    line-height: 40px;
    color: #009333;
    font-size: 30px;
    font-family: Arial;
}

.xw .right {
    width: 371px;
    height: 100%;
    float: right;
    text-align: justify;
}

.xw .right .a {
    width: 100%;
    height: 22px;
    line-height: 22px;
    font-weight: bold;
    color:#000;
}

.xw .right .b {
    width: 100%;
    height: 36px;
    line-height: 18px;
    color: #333;                 
    margin-top: 4px;
}
.gc {
    width:270px; 
    height:240px; 
    float:left; 
    margin: 0px 15px;
    background:#FFFFFF;
}
.lk {
    width:100%;
    height:30px;
    line-height:30px;
    position:absolute;
    bottom:15px;
}

.lk a{
    display:block;
    width:auto;
    height:100%;
    float:left;
    font-size:14px;
    color:#333;
    margin:0 15px;
}
.lk a img{
    width:100%;
    height:100%;
}