.wrap{
    width: 1200px;
}
.pages {
    width: 100%;
    float: left;
    padding: 60px 0;
}

.pages .fl a {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border: 1px solid #dbdbdb;
    text-align: center;
    border-radius: 50%;
    margin-right: 10px;
}

.pages .fl a:hover, .pages .fl a.current {
    background-color: #BDBDBD;
    border: 1px solid #BDBDBD;
    color: #fff;
}

.pages .fr img {
    float: left;
}

.main-left{
    width: 265px;
    float: left;
    margin-top:40px;
}
.main-right{
    margin-top:40px;
    width: 900px;
    float: right;
}
.pro-list{
    width:900px;
    float: left;
}

.pro-list a {
    color: #fff;
}

.pro-list  li {
    width: 280px;
    height: 330px;
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
    border: 1px solid #e5e5e5;
}

.pro-list li img {
    width: 100%;
    height: 280px;
    float: left;
}

.pro-list li .tit {
    width: 100%;
    height: 50px;
    line-height: 50px;
    display: inline-block;
    text-align: center;
    float: left;
    color:#333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.pro-list li:hover{
    border-color:#00b0f0;
    color:#00b0f0;
}

.pro-flash {
    width: 100%;
    height: 600px;
    overflow: hidden;
    position: relative;
    float: left;
}

.pro-flash .pro-flash-list {
    float: left;
    height: 100%;
}

.pro-flash .pro-flash-list li {
    height: 100%;
    float: left;
    cursor: pointer;
}

.pro-flash .pro-flash-btn {
    z-index: 9999;
    position: absolute;
    width: 100%;
    float: left;
    bottom: 20px;
    text-align: center;
}

.pro-flash .pro-flash-btn a {
    cursor: pointer;
    display: inline-block;
    zoom: 1;
    width: 16px;
    height: 16px;
    line-height: 16px;
    border-radius: 50%;
    margin: 5px;
    overflow: hidden;
}

.pro-flash .pro-flash-btn a span {
    display: inline-block;
    width: 14px;
    height: 14px;
    margin: 1px;
    border-radius: 50%;
    background-color: #dcdcdc;
}

.pro-flash .pro-flash-btn a.on,
.pro-flash .pro-flash-btn a.on span {
    background-color: #535353;
}

.pro-flash .pro-flash-btn-left {
    display: none;
    position: absolute;
    width: 49px;
    height: 78px;
    margin-top: -39px;
    background: url('../images/flash-left.png') left no-repeat;
    z-index: 99;
    top: 50%;
    left: 0px;
}

.pro-flash .pro-flash-btn-right {
    display: none;
    position: absolute;
    width: 49px;
    height: 78px;
    background: url('../images/flash-right.png') right no-repeat;
    z-index: 99;
    margin-top: -39px;
    top: 50%;
    right: 0px;
}

.pro-flash:hover .pro-flash-btn-right,
.pro-flash:hover .pro-flash-btn-left {
    display: block;
}