body, textarea, input, select, option {
    font-size: 12px;
    color: #333;
    font-family: "Microsoft Yahei", "Hiragino Sans GB", tahoma, arial, sans-serif;
    -webkit-font-smoothing: antialiased;
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
}

body, h1, h2, h3, h4, h5, h6, blockquote, ol, ul, dl, dd, p, textarea, input, select, option, form {
    margin: 0;
}

ol, ul, textarea, input, option, th, td {
    padding: 0;
}

table {
    border-collapse: collapse;
}

li {
    list-style-type: none;
}

article, aside, details, figcaption, figure, footer, header, menu, nav, section {
    display: block;
}

.clearfix:after {
    content: '.';
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {
    *zoom: 1;
}

.clear {
    clear: both;
    height: 0;
    overflow: hidden;
}

a {
    text-decoration: none;
    color: #333;
}

a, textarea, input, select {
    outline: none;
}

textarea {
    overflow: auto;
    resize: none;
}

.img img {
    display: block;
}

a img {
    border: none;
}

.pr {
    position: relative;
}

.pa {
    position: absolute;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

a:hover {
    text-decoration: none;
}

.m {
    margin: 0 auto;
    width: 960px;
}

.t10 {
    margin-top: 10px;
}

.hide {
    display: none;
}

.show {
    display: block;
}

/**
去ie10 小X
*/
::-ms-clear {
    display: none;
}

::-ms-reveal {
    display: none;
}

/**
placeholder color更改
*/
::-webkit-input-placeholder { /* WebKit browsers */
    color: #ccc;
}

:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #ccc;
}

::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #ccc;
}

:-ms-input-placeholder { /* Internet Explorer 10+ */
    color: #ccc;
}

.bbzong5 {
    float: left;
    background: green;
    width: 158px;
    height: 159px;
}

.bbzong6 {
    float: left;
    background: blue;
    margin-left: 6px;
    width: 158px;
    height: 159px;
}

.bbzong3 {
    display: block;
    width: 322px;
    height: 325px;
    background: yellow;
}

.bbzong4 {
    margin-top: 5px;
}

.bbzong7 {
    margin-top: 0px;
    margin-bottom: 5px;
}

.bbzong4 a img {
    border: none;
    display: block;
    width: 100%;
    height: 100%;
}

.bbzong2 {
    float: left;
    margin-right: 9px;
}

.containerone {
    margin: 0 auto;
    width: 1200px;
    height: 386px;
    overflow: hidden;
    position: relative;
}

.bbzong1 {
    float: left;
    width: 1200px;
    height: 386px;
    background-color: red;
}
.bbzong11 {
    float: left;
    width: 1200px;
    height: 386px;
    background-color: blue;
}
.bbzong111 {
    float: left;
    width: 1200px;
    height: 386px;
    background-color: yellow;
}

#buttons {
    position: absolute;
    left: 450px;
    bottom: -10px;
    z-index: 2;
    /*            height: 10px;
                width: 100px;*/
}

#buttons span {
    text-align: center;
    /*         vertical-align:center;*/
    float: left;
    margin-right: 5px;
    width: 28px;
    line-height: 28px;
    height: 28px;
    /*    border: 1px solid #333;*/
    border-radius: 50%;
    background: #fff;
    cursor: pointer;
    color: #f3abbd;
}

#buttons .on {
    /*            background: orangered;*/
    background: #fff;
    color: #df426a;
}

.arrow {
    position: absolute;
    bottom: 0px;
    z-index: 3;
    display: block;
    width: 40px;
    height: 40px;
    font-size: 36px;
    font-weight: bold;
    line-height: 39px;
    text-align: center;
    color: #fff;
    /*background-color: RGBA(0, 0, 0, .3);*/
    cursor: pointer;
}

.arrow a{
    width: 40px;
    height: 40px;
    font-size: 36px;
    line-height: 39px;
    text-align: center;
    color: #fff;
    /*background-color: RGBA(0, 0, 0, .3);*/
    cursor: pointer;
}

.arrow a:hover{
    width: 40px;
    height: 40px;
    font-size: 36px;
    line-height: 39px;
    text-align: center;
    color: #fff;
    /*background-color: RGBA(0, 0, 0, .3);*/
    cursor: pointer;
}





#prev {
    left: 20px;

}

#next {
    right: 20px;
}

#list {
    position: absolute;
    z-index: 1;
}

#container{
    position: relative;
}
#buttons{
    display: none;
}
#title{
    display: block;
    width: 100%;
    height: 40px;
    background-color: rgba(0,0,0,0.5);
    position: absolute;
    bottom:0;
    z-index: 2;
    font:16px "微软雅黑";
    color: #fff;
    line-height: 40px;
    text-align: center;
}
#container #list a {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
}
#container #list img{
    display: block;
    width: 1200px;
    height: 386px;
}
#container #list a span{
    display: block;
    width: 100%;
    height: 40px;
    background-color: rgba(0,0,0,0.5);
    position: absolute;
    bottom: 0;
    font:16px "微软雅黑";
    color: #fff;
    line-height: 40px;
    text-align: center;
}
