.slideGroup {
    margin:0 auto;
    width: 1200px;
}

.slideGroup .parHd {
    position: relative;
    height: 55px;
    line-height: 100px;
    padding: 0 20px;
}

.slideGroup .parHd ul {
    display:table; margin:0 auto;
}

.slideGroup .parHd ul li {
    float: left;
    padding: 0 50px;
    cursor: pointer;
    line-height: 85px;
}

.slideGroup .parHd ul li.on {
    height: 30px;
    background: #fff;
    color: green;
}

.slideGroup .slideBox {
    width: 990px;
    overflow: hidden;
    zoom: 1;
    padding: 10px 0 10px 100px;
    position: relative;
    margin: 0 auto;
}

.slideGroup .sPrev,
.slideGroup .sNext {
    position: absolute;
    left: 5px;
    top: 10px;
    display: block;
    width: 54px;
    height: 385px;
    background: url(../images/icoLeft.png) center center no-repeat;
}

.slideGroup .sNext {
    left: auto;
    right: 5px;
    background: url(../images/icoRight.png) center center no-repeat;
}

.slideGroup .parBd ul {
    overflow: hidden;
    zoom: 1;
}

.slideGroup .parBd ul li {
    margin: 0 8px;
    float: left;
    width: 1200px;
    position: relative;

}

.slideGroup .parBd ul li .pic {
    text-align: center;
}

.slideGroup .parBd ul li .pic img {
    width: 450px;
    height: 340px;
    display: block;
    padding: 2px;
}


.slideGroup .parBd ul li .description {
    position: absolute;
    width: 350px;
    height: 200px;
    background: #f5f5f5;
    padding: 20px 10px 10px 20px;
    top: 60px;
    left: 420px;
    color:#fff;
    box-shadow: 0 0 5px 0 #ccc;
}
.slideGroup .parBd ul li .description h4{
    font-size: 20px;
    color: #000;
    height: 40px;
    line-height: 40px;
}
.slideGroup .parBd ul li .description > span {
    position: absolute;
    color: #f30;
    font-size: 18px;
    font-weight: 600;
    right: 20px;
    top: 28px;
}
.slideGroup .parBd ul li .description p{
    color: #333;
    line-height: 30px;
}
.slideGroup .parBd ul li .description a{
    color: #fff;
    float: right;
    margin-top: 10px;
    background: #7c0002;
    border-radius: 5px;
    padding: 3px 10px;
}