#marquee1 {
    width: 205px;
    height: 230px;
    overflow: hidden;
}
#marquee2 {
    width: 984px;
    height: 215px;
    overflow: hidden;
    margin: 0 auto;
}
#marquee2  img{
    width: 214px;
    height: 153px;
}
.slide-panel {
    position: relative;
    width: 998px;
    height: 354px;
    overflow: hidden;
}
.slide-panel li {
    float: left;
}

.slide-panel li img {
    display: block;
    width: 998px;
    height: 354px;
}

.switchable-triggers {
    position: absolute;
    right: 12px;
    bottom: 5px;
}

.switchable-triggers li {
    display: inline-block;
    float: left;
    width: 26px;
    height: 21px;
    margin: 0 2px;
    background: #FFFFFF;;
    color: #000000;
    font-size: 14px;
    line-height: 21px;
    text-align: center;
    cursor: pointer;
}

.switchable-triggers li.current {
    background: #666666;
    color: #FFFFFF;
}
.syAbouta img{
    width: 264px;
    height: 200px;
}