/* CSS Document */

.banner{ width:100%; height:580px; overflow:hidden; position:relative;font-size:0}
.b-img{ height:580px;  position:absolute; left:0; top:0;}
.b-img a{ display:block; height:580px; float:left;}
.b-list{ height:50px; padding-top:700px; position:relative; margin:0 auto;z-index:1;}
.b-list span{ display:block;cursor:pointer; width:14px; height:14px; border-radius:50%; border:3px solid #fff; float:left; margin:0 5px; _margin:0 3px;}
.b-list .spcss{border:3px solid #14ab04;}
.bar-left{ position:absolute; z-index:1; display:block; width:100px; height:100%; left:0px; background:none; top:0px; }
.bar-right{ position:absolute;z-index:1; display:block; width:100px; height:100%; right:0px; background:none; top:0px; }
.bar-left em{ display:block; width:50px; height:100px; background:url(../images/arrow.png) 0px 0px no-repeat; margin:0 auto; margin-top:250px;}
.bar-right em{ display:block; width:50px; height:100px; background:url(../images/arrow.png) -50px 0px no-repeat; margin:0 auto; margin-top:250px;}
.bar-left .emcss{ background-position:0px -100px;}
.bar-right .emcss{ background-position:-50px -100px;}

/* CSS 新闻 */
.spbq{
    width: 314px;
    height: 360px;
    float: left;
    line-height: 2;
    padding: 10px 10px 0 16px;
    margin: 16px;
    position: relative;
    overflow: hidden;
}
.spbq h2{
    color: #14191e;
    font: bold 16px "Microsoft Yahei","Hiragino Sans GB",Helvetica,"微软雅黑",Tahoma,Arial,sans-serif;
    margin-top: 10px;
}
.spbq span{
    display: block;
    color: #b4bbbf;
    font: 12px/18px "Microsoft Yahei","Hiragino Sans GB",Helvetica,"微软雅黑",Tahoma,Arial,sans-serif;
    margin: 8px 0;
}

.biankuang{
    width: 3px;
    height: 3px;
    position: absolute;
    z-index: 99;
    border-radius:10px;
    /*background: black;*/
}
.biankuang_1{
    height: 3px;
    top: -6px;
    left:0px;
    border-left: 2px solid #01BF55;
}
.biankuang_2 {
    width: 0px;
    bottom:-3px;
    left: 0px;
    border-top: 2px solid #01BF55;
}
.biankuang_3{
    height: 0px;
    bottom:0px;
    right:0px;
    border-right: 2px solid #01BF55;
}
.biankuang_4{
    width:0px;
    top:-3px;
    right:0px;
    border-bottom: 2px solid #01BF55;
}
.text_gobuy {
    position: absolute;
    z-index:9;
    top: 0px;
    left: 0px;
    width: 307px;
    height: 100px;
    overflow: hidden;
    background:rgba(207, 208, 211, 0);
    cursor: pointer;
    transition:all  300ms;
    -webkit-transition:all  300ms;
    -moz-transition:all  300ms;
    -o-transition:all  300ms;
}
/*.text_gobuy_show{
    height:100px;
    position: absolute;
    z-index:9;
    bottom: 0px;
    width: 280px;
    overflow: hidden;
    padding: 20px 15px ;
    cursor: pointer;
    background-color: rgba(32, 32, 33,0.3);
}*/
.spbq p{
    position: absolute;
    bottom:10px;
   padding-top: 10px;
    line-height: 24px;
    color: #393939}