.banner{
    height: 316px;
    background: url('../imgs/tireSale/banner.png') no-repeat center;
    background-size: cover;
}

.lunboTop{
    padding: 25px 0;
    min-height: 184px;
    background-color: #F0F0F0;
}
.tireH{
    color: #000;
    font-weight: 700;
}
.tireP{
    color: #666;
    font-size: 14px;
    line-height: 28px;
}
.lunboBottom{
    padding: 20px 0;
    background-color: #2E58BB;
    height: 120px;
}
.lunboBottom .tireP{
    color: #fffcfc;
    font-size: 14px;
    line-height: 16px;  
}
.itemImg1 , .itemImg2{
    position: relative;
}
.itemImg1 img ,.itemImg2 img{
    position: absolute;
    top: 12px;
    left: 50px;
    height: 276px;
    width: 126px;
}
.itemImg2 .lunboBottom{
    padding: 20px 0;
    background-color: #4971D1;
}
.itemImg1{
    padding-right: 5px;
    padding-left: 0px;
}
.itemImg2{
    padding-left: 5px;
}
.tireContentTitle {
    margin-top: 10px;
}
.tireContentTitle h5{
    padding-bottom: 10px;
    border-bottom: 1px solid #ababab;
}

.tireContentText{
    padding: 20px 0 25px 0;
}
.tireContentText .itemImg1 img ,.itemImg2 img{
    position: absolute;
    top: 26px;
    left: 50px;
    height: 276px;
    width: 126px;
}
.table > tbody > tr{
   line-height: 61px;
}
a{
    cursor: pointer;
}

.table > tbody > tr td{
    height: 61px;
    font-size: 14px;
    vertical-align: middle;
}
.tabContent .col-xs-12  {
    margin: 10px auto;
    height: 18px;
    line-height: 18px;
}
.tabContent .col-xs-4{
    margin: 10px auto;
}
.tabContent h5{
    margin: 0;
    color: #585353;
    letter-spacing: 1px;
}
.tireSales .fa-chevron-left:before {
    content: "\f053";
    font-size: 40px;
}
.tireSales .fa-chevron-right:before {
    content: "\f054";
    font-size: 40px;
}
.fa-chevron-left:before {
    content: "\f053";
    font-size: 40px;
}
.fa-chevron-right:before {
    content: "\f054";
    font-size: 40px;
}