﻿@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: 1000px;
    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: 1000px;
    padding-top: 260px;
    height: 210px;
    overflow: hidden;
    position: relative;
}

.slides_container li {
    width: 826px;
    float: left;
    display: inline-block;
    margin: 0 auto;
    text-align: center;
    font-family: "宋体";
    font-size: 18px;
    color: white;
    line-height: 40px;
    margin-left: 85px;
}

.slides_container li a {
    display: inline-block;
    width: 232px;
    height: 232px;
    margin-right: 26px;
}

.slides_container li a img {
    width: 232px;
    height: 232px;
}

.slides_container li a:hover {
    border: 1px solid #ff8400;
}

.slides_container li a:hover span {
    color: #ff8400;
}

.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/arrr.png) no-repeat;
    width: 29px;
    height: 34px;
    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/arrr.png) no-repeat -29px 0;
    width: 29px;
    height: 34px;
    display: block;
    right: 1px;
    top: 449px;
    position: absolute;
    text-indent: -999em;
    outline: none;
    z-index: 11;
}

.next:hover {
    background-position: -29px -43px;
}