

/**************/

.all{
    width:1200px;height: auto;overflow: hidden;
}
.top-img{
    width: 1200px;height: auto;font-size: 0;position: relative;
}
.activeimg{
    overflow: hidden;height: 595px;position: relative;
}
.top-img .activeimg img{
    width: 1200px;height: 595px;
}
.top-img .left{
    width: 80px;position: absolute;left: 0;top:25%;text-align: center;line-height: 300px;
    cursor: pointer;
}
.top-img .right{
    width: 80px;position: absolute;right:0;top:25%;text-align: center;line-height: 300px;
    cursor: pointer;
}

.bot-img{
    height: 90px;width: 100%;margin-top: 15px
}
.bot-img .left,.bot-img .right{
    margin-top: 50px;
}
.bot-img .right{
    float:right;
}

.bot-img .left{margin-right:20px;float: left;}
.bot-img ul{
    width: 100%;height: 100px;
}
.bot-img ul li{
    width:215px;margin-right: 10px;float: left;border: 1px solid #fff;cursor: pointer;font-size: 0;
}
.bot-img ul li:nth-child(6){margin-right:0px;}
.bot-img ul li.active{
    border: 1px solid #ff6600;
}
.bot-img ul li img{
    width: 100%;
}
.bot-img ul li:last-child{
    margin-right: 0;
}
