/*公共部分*/
.wc960{margin:0 auto;width:960px;}
.fl{float:left;}
.fr{float:right;}
.icon{background:url(../images/icon.png) no-repeat 0 0;}

.warp-pic-list li{float:left;display:inline;}
.warp-pic-list .img_wrap{display:block;font-size:0;overflow:hidden;}
.warp-pic-list .text-area{background-color:#f2f2f2;line-height:24px;}

/*全局页签*/
.sk-bd-list{ padding-top: 20px; }
.tab-T-3{width:66px; margin: auto;}
.tab-T-3 li{width:12px;height:12px;font-size:0;background-color:#dfdfdf;float:left;margin-left:10px;cursor:pointer;display:inline;}
.tab-T-3 li.cur{background-color:#388453;}

/*热门车型*/
.sk-bd{ padding-top: 25px; }
.sk-bd .warp-pic-list{position:relative;width:100%;height:auto;overflow:hidden;}
.sk-bd .count li{margin-right:15px; margin-left: 15px; width:270px; height:auto;}
.sk-bd .count .img_wrap{ width:100%; height:180px; display: block; border: 1px solid #ddd; box-sizing: border-box; }
.sk-bd .count li img{ max-width: 100%; height: 100%; display: block; }
.sk-bd .count li .text-area{ padding:6px 15px; border: 1px solid #ddd; border-top: 0;}
.sk-bd .count li .text-area  p{ text-overflow: ellipsis; overflow: hidden; display: block; white-space: nowrap; }
.sk-bd .count li:hover .text-area,.sk-bd .count li.hover .text-area{background-color:#388453;color:#fff;}
.sk-bd .count .p-num{font-family:"Tahoma";font-weight:bold;}
.sk-bd .btn{display:block;height:55px;position:absolute;top:78px;width:35px;z-index:200;cursor:pointer;}
.sk-bd .prev{ background-position:0 -88px;left:0;}
.sk-bd .prev:hover{background-position:0 -144px;}
.sk-bd .next{ background-position:0 -200px;right:0;}
.sk-bd .next:hover{background-position:0 -256px;}