﻿.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: auto;
    height: 100%;
    float:right;
    margin-right:5px;
    text-align: left;
    font-size:12px;
    color: #AAAAAA;
}
.address .left
{
    float: left;
    width: auto;
    height: 100%;
}
.address .right
{
    float: left;
    width: auto;
    height: 100%;
}
.address .right a
{
    color: #AAAAAA;
}

.menu
{
    list-style: none;
    font-size: 14px;
}
.menu li
{
    width: 100%;
    height: 32px;
    line-height: 32px;
    text-align: left;
    text-indent: 20px;
    color: #333333;
    border-style: dotted;
    border-color: #CCCCCC;
    border-width: 0px 0px 1px 0px;
}
.menu .select a
{
    color: #FF4900;
    background-image: url('/image/menu_hover.png');
}
.menu li a
{
    display: block;
    width: 100%;
    height: 100%;
    background-image: url('/image/menu.jpg');
    background-position: left center;
    background-repeat: no-repeat;
    background-size:14px auto;
    text-decoration: none;
}
.menu li a:hover
{
    color: #FF4900;
    text-decoration: underline;
}

.xw1
{
    display: block;
    width: 210px;
    height: 30px;
    line-height: 30px;
    margin:0 auto;
    margin-top: 5px;
    border-style: dotted;
    border-color: #CCCCCC;
    border-width: 0px 0px 1px 0px;
    background-image: url('/image/ico3.jpg');
    background-position: left center;
    background-repeat: no-repeat;
    text-align: left;
    text-indent: 12px;
    text-decoration: none;
}
.xw1:hover
{
    color: #EB6100;
    text-decoration: underline;
}

.lxwm > p
{
    background-image: url('/image/ico3.jpg');
    background-position: left 10px;
    background-repeat: no-repeat;
    text-align: left;
    text-indent: 12px;
}

.cp
{
    display: block;
    width: 226px;
    height: 236px;
    margin: 10px 10px 0px 10px;
    padding: 10px 10px 0px 10px;
    float: left;
}
.cp:hover .i
{
    box-shadow: 0 0 10px #F7B5B3;
}

.cp:hover .n
{
    color: #D51F19;
}
.cp .i
{
    width: 204px;
    height: 180px;
    padding: 10px;
    border: 1px solid #DEDEDE;
    box-shadow: 0 0 10px #CCCCCC;
}
.cp .n
{
    width: 90%;
    height: 26px;
    line-height: 26px;
    margin-top: 8px;
    padding-left:5%;
    padding-right:5%;
    text-align: center;
    color: #333333;
    overflow: hidden;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}