﻿@charset "utf-8";
/* CSS Document */

.home-sale-layout { overflow: hidden;}
.home-sale-layout .left-layout { width: 1010px; float: left; border-bottom: solid 1px #F0F0F0;}
.home-sale-layout .tabs-nav { background-color: transparent; width: 123px;height: 264px;position: relative; z-index: 1;float:left;border:1px solid #c2c6ab;}
.home-sale-layout .tabs-nav li {border-bottom: 1px solid #c6c9b4; background-color: transparent; border-right: none; height: 44px; width:125px; float: left; padding: 0; position: relative; z-index: 1; cursor: pointer;}
.home-sale-layout .tabs-nav li h3 { font-size: 14px; font-weight: 600; line-height: 44px; text-align: center; }
.home-sale-layout .tabs-nav li i { font-size: 0px; line-height: 0; display: none; width: 0px; height: 0px; float: right; margin-left: -4px; border-width: 5px;  border-style: dashed dashed solid dashed; position: absolute; z-index: 1; bottom: 0; left: 50%;}
.home-sale-layout .tabs-nav .tabs-selected {width:121px;height:44px;line-height:44px;border-left:4px solid #8cb41f;background:#fff;}
.home-sale-layout .tabs-nav .tabs-selected i { display: block; border-color: transparent transparent #60a411;}
.home-sale-layout .tabs-nav .tabs-selected h3 { -ms-transition: all 0.2s ease-in 0s;-o-transition: all 0.2s ease-in 0s;transition: all 0.2s ease-in 0s;-webkit-transition: all 0.2s ease-in 0s;color: #60a411;}
.home-sale-layout .tabs-panel { width: 988px;/*height:264px;*/overflow: hidden;float:left;border-top:1px solid #c6c9b4;border-bottom:1px solid #c6c9b4;border-right:1px solid #c6c9b4;}
.home-sale-layout .tabs-panel ul { width: /*990*/980px; /*margin-left: -1px; */overflow: hidden;}
.home-sale-layout .tabs-panel ul li { /*width:176px;*/width:195px; height: 285px; padding: 23px 0; border-left: solid 1px #EEEEEE; float: left; overflow: hidden;}
.home-sale-layout .tabs-panel dl { width: 160px; margin: 0 auto auto; position: relative; z-index: 1;}
.home-sale-layout .tabs-panel dl dt.goods-name { font-size:13px; font-family: "Microsoft Yahei"; line-height: 16px; width: 160px; height: 32px; position: absolute; z-index: auto; top: 170px; left: -18px; overflow: hidden;}
.home-sale-layout .tabs-panel dl dd.goods-thumb { width: 160px; height: 160px; position: absolute; z-index: auto; top: 0; left: 0; overflow:hidden;}
.home-sale-layout .tabs-panel dl dd.goods-thumb a { -moz-transition: all 0.2s ease-in 0s;
-ms-transition: all 0.2s ease-in 0s;
-o-transition: all 0.2s ease-in 0s;
transition: all 0.2s ease-in 0s;
-webkit-transition: all 0.2s ease-in 0s;text-align: center; vertical-align: middle; display: table-cell; *display: block; width: 170px; height: 170px; overflow: hidden; float:left}
.home-sale-layout .tabs-panel dl dd.goods-thumb a:hover{ margin-left:-5px; }
.home-sale-layout .tabs-panel dl dd.goods-thumb img { width:160px; height:160px;margin-top:expression(160-this.height/2); *margin-top:expression(80-this.height/2);}
.home-sale-layout .tabs-panel dl dd.goods-price { line-height: 20px; color: #999; position: absolute; z-index: auto; top: 200px; left: 0;}
.home-sale-layout .tabs-panel dl dd.goods-price em { font-size: 14px; vertical-align: middle; color: #C00;}

body {font-family: "Microsoft Yahei" !important;}