﻿@charset "utf-8";

/* CSS Document */


.adpic {
    width: 100%;
    float: left;
    margin-bottom: 10px;
}

    .adpic img {
        width: 100%;
    }

#wrap .noright {
    margin-right: 0;
    padding-right: 0;
}

#wrap .nobottom {
    margin-bottom: 0;
    padding-bottom: 0;
}

#wrap .notop {
    margin-top: 0;
    padding-top: 0;
}

#wrap .nobg {
    background: none;
}

#wrap .noline {
    border: none;
}

.check, .radio {
    margin-right: 3px;
    _margin-right: 0;
}

.pcenter {
    text-align: center;
}

    .pcenter img {
        margin: 0 auto;
    }

#wrap {
    width: 950px;
    overflow: hidden;
    margin: 0 auto;
    text-align: left;
}

a {
    color: #6e6e76;
    text-decoration: none;
}

    a:hover {
        text-decoration: underline;
        color: #ef9b11;
    }

.l {
    width: 100%;
    float: left;
}

.fl {
    display: inline;
    float: left;
}

.fr {
    display: inline;
    float: right;
}

.content {
    float: left;
    _display: inline;
    overflow: hidden;
}

.side {
    float: right;
    _display: inline;
    overflow: hidden;
}

#slides {
    width: 1129px;
    padding-top: 360px;
    /*height: 320px;*/
    overflow: hidden;
    position: relative;
}

.slides_container li {
    width: 1110px;
    float: left;
    margin-left: 70px;
}

    .slides_container li a {
        display: inline-block;
        width: 232px;
        height: 232px;
        margin-right: 26px;
    }

        .slides_container li a img {
            width: 232px;
            height: 232px;
        }

#bex {
    display: none;
    width: 230px;
    height: 230px;
    background-color: rgba(225,158,0,0.5);
    text-align: center;
    color: white;
    font-family: "微软雅黑";
    font-size: 18px;
    z-index: 99999;
}

.pagination {
    position: absolute;
    left: 483px;
    z-index: 10;
    top: 170px;
}

    .pagination li {
        float: left;
        padding-right: 7px;
    }

    .pagination a {
        display: block;
        outline: none;
        background: url(../images/pg.gif) no-repeat -1px 0;
        text-indent: -999em;
        width: 14px;
        height: 14px;
    }

    .pagination li.current a {
        background-position: -22px 0;
    }

.prev {
    background: url(../images/aor.png) no-repeat;
    width: 29px;
    height: 43px;
    display: block;
    left: 1px;
    top: 449px;
    position: absolute;
    text-indent: -999em;
    outline: none;
    z-index: 11;
}

    .prev:hover {
        background-position: 0 -43px;
    }

.next {
    background: url(../images/aor.png) no-repeat -29px 0;
    width: 29px;
    height: 43px;
    display: block;
    right: 1px;
    top: 449px;
    position: absolute;
    text-indent: -999em;
    outline: none;
    z-index: 11;
}

    .next:hover {
        background-position: -29px -43px;
    }
