@charset "utf-8";
/*幻灯片*/
#slideshow {
     !important;
    border: 0px !important;
    text-align: center
}
#focus {
    width: 815px;
    height: 415px;
    overflow: hidden;
    position: relative;
}
#focus ul {
    height: 270px;
    position: absolute;
}
#focus ul li {
    float: left;
    width: 815px;
    height: 415px;
    overflow: hidden;
    position: relative;
    background: #000;
}
#focus ul li div {
    position: absolute;
    overflow: hidden;
}
#focus ul li img{
    display:block;
    width:100%;
    height: 415px;
    overflow:hidden;
    object-fit:cover;
}
#focus .btnBg {
    position: absolute;
    width: 815px;
    left: 0;
    bottom: 0;
    background: #000;
}
#focus .btn {
    position: absolute;
    width: 815px;
    height: 29px;
    padding: 5px 10px;
    right: 10px;
    bottom: 0;
    text-align: right;
}
#focus .btn span {
    display: inline-block;
    _display: inline;
    _zoom: 1;
    width: 13px;
    height: 13px;
    border-radius: 50px;
    _font-size: 0;
    margin-left: 5px;
    cursor: pointer;
    background: #ffffff;
}
#focus .btn span.on {
    background: #b20d04;
}
#focus .preNext {
    width: 45px;
    height: 100px;
    position: absolute;
    top: 90px;
    background: url('../images/sprite.png') no-repeat 0 0;
    cursor: pointer
}
#focus .pre {
    display: none;
    left: 0;
}
#focus .next {
    display: none;
    right: 0;
    background-position: right top;
}
#focus ul li .slideother {
    position: absolute;
    left: 0px;
    top: 370px;
    width: 800px;
    height: 40px;
    display: inline-block;
}
#focus ul li .ban_bgs {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 50px;
    background: url("../images/bgs.png") left bottom repeat-x;
}
#focus ul li .slideother .h12 {
    font-size: 16px;
    padding-left: 10px;
    padding-bottom: 5px;
    position: absolute;
    top: 7px;
    left: 15px;
}
#focus ul li .slideother .h12 a {
    color: #FFF;
    font-size: 16px;
    font-weight: bold;
    padding-top: 10px;
    text-decoration: none;
}
#focus ul li .slideother .h12 a:hover {
    text-decoration: underline;
}
#focus ul li .slideother p {
    padding-left: 10px;
    position: absolute;
    top: 38px;
    left: 55px;
}
#focus ul li .slideother p a {
    color: #8B8B8B;
    text-decoration: none;
}
#focus ul li .slideother a:hover {
    color: #FFF;
}
#focus ul li .slideother p a:hover {
    text-decoration: none;
}