@charset "utf-8";


.box{
    position:relative;
    margin:0 auto;
    width: 980px;
    height: 450px;
}
.layer{
    width: 100%;
    height: 35px;
    text-align: center;
    position:absolute;
    bottom:-2px;
    background:url(../images/layer_01.png) repeat;

    font:500 14px/30px "微软雅黑";
    color:#fff;
}
#prev,#next{
    display: block;
    width: 30px;
    height: 38px;
    cursor:pointer;
}
#prev{
    position:absolute;
    left:50%;
    margin:380px 0 0 -180px;
    background: url(../images/prev.jpg) no-repeat;
}
#next{
    position:absolute;
    left:50%;
    margin:380px 0 0 150px;
    background: url(../images/next.jpg) no-repeat;
}
.normal,.active{
    position:absolute;
    border:2px solid #959796;
}
.normal{
    display: none;
}
.block{
    top:50%;
    display: block;
}
.normal-01,.normal-04{
    margin-top:-108px;
    width: 120px;
    z-index: 10;
}
.normal-02,.normal-03{
    margin-top:-127px;
    width: 180px;
    z-index: 15;
}
.normal-01{
    left:0;
    width: 160px;
    height: 214px;
}
.normal-02{
    left:15%;
    width: 192px;
    height: 260px;
}
.normal-03{
    left:82%;
    margin-left:-160px;
    width: 192px;
    height: 260px;
}
.normal-04{
    left:100%;
    margin-left:-160px;
    width: 160px;
    height: 214px;
}
.active{
    left:50%;
    top:50%;
    margin:-178px 0 0 -137px;
    width: 274px;
    height: 368px;
    z-index:20;
}
.none{
    display: none;
}

/*底部新闻*/
.news-wrap{
    position:relative;
    margin:20px auto 0;
    width: 980px;
    height: 160px;
    background:#ececec;
}
.news-icon{
    position:absolute;
    left:50%;
    margin-left:-10px;
    top:-40px;
    display: block;
    width: 0;
    height: 0;
    border:20px solid red;
    border-top-color:#fff;  
    border-right-color:#fff;  
    border-bottom-color:#ececec;  
    border-left-color:#fff;  
}
.news-wrap h2{
    margin:10px 40px 0 20px;
    font:700 18px/36px "微软雅黑";
    color:#333;
    float: left;
}
.news-list{
    margin:15px 0;
    width: 360px;
    float: left;
}
.news-list li{
    width: 360px;
    font:14px/26px "微软雅黑";
}

.news-list li a:link{
    text-decoration: none;
    color:#616161;
}
.news-list li a:visited{
    color:#616161;
}
.news-list li a:hover{
    text-decoration: underline;
}
