@charset 'utf-8';

/*
名称：产品目录主页样式
维护：王文 wangwen1220#139.com
依赖：base.css & main.css
日期：2013-7-29
*/

/* TPL
----------------------------------------------------------------------------- */
/*
@name: ui-cnt
@overview: 通用内容块样式
@require: null
*/
.ui-cnt {
  margin: 10px 0;
  /* background: #ccc; */
}
.ui-cnt-item {
  float: left;
  display: inline;
  _overflow: hidden;
}
.ui-cnt-item-m {
  width: 100%;
}
.ui-cnt-item-m .ui-cnt-item-cnt {
  margin: 0 0 0 220px;
}
.ui-cnt-item-l {
  width: 190px;
  margin-left: -100%;
}

/*
@name: ui-box
@overview: 通用盒样式
@require: null
*/
.ui-box {
  /* margin: 10px 0; */
}
.ui-box-hd {
  position: relative;
  padding-bottom: 6px;
  border-bottom: 1px solid #DDD;
  line-height: 1;
}
.ui-box-hd .title {
  font-size: 24px;
  color: #BB0000;
  /* line-height: 1; */
}
.ui-box-hd .title a {
  color: #BB0000;
}
.ui-box-hd .link {
  position: absolute;
  right: 0;
  bottom: 0;
  line-height: 30px;
  color: #666;
}
.ui-box-hd .link a {
  color: #666;
}

/*
@name: w-tab-ibox
@overview: tab 动画插件样式
@require: jquery etab 插件
*/
.w-tab-ibox {
  position: relative;
  width: 190px;
  height: 220px;
  overflow: hidden;
  border: 5px solid #F0F0F0;
  border-top-width: 0;
  background: #fff;
}
.w-tab-ibox .w-tab-hd {
  height: 30px;
  line-height: 30px;
  border-bottom: 1px solid #DDD;
  background: #F0F0F0;
}
.w-tab-ibox .w-tab-nav {
  float: left;
  display: inline;
  width: 50%;
  height: 100%;
  margin-left: -1px;
  border-left: 1px solid #DDD;
  text-align: center;
  color: #222;
  cursor: pointer;
}
.w-tab-ibox .w-tab-hd .w-tab-nav.on {
  border-top: 2px solid #ddd;
  margin-bottom: -1px;
  font-weight: bold;
  color: #CC0000;
  background: #fff;
}
.w-tab-ibox .w-tab-hd .w-tab-bd {
  height: 156px;
  overflow: hidden;
}
.w-tab-ibox .w-tab-bd {
  padding: 0 10px;
}
.w-tab-ibox .w-tab-bd h2 {
  margin: 10px 0 10px;
  font-size: 20px;
  font-weight: bold;
  color: #000;
  line-height: .9;
  word-spacing: -2px;
  letter-spacing: -.5px;
}
.w-tab-ibox .w-tab-bd h2 a {
  color: #000;
}
.w-tab-ibox .w-tab-bd p {
  margin-top: 5px;
  color: #666;
}
.w-tab-ibox .w-tab-bd p a {
  text-decoration: underline;
}
.w-tab-ibox .w-tab-bd p a:hover {
  color: #D24400;
}
.w-tab-ibox .w-tab-bd p strong {
  color: #CC0000;
  font-weight: normal;
}
.w-tab-ibox .w-tab-bd li {
  margin: 0 2px;
  padding-left: 27px;
  color: #000;
  line-height: 26px;
  background: url(../images/icon-spe.png) no-repeat 0 5px;
}
.w-tab-ibox .w-tab-bd li a {
  color: #000;
}
.w-tab-ibox .w-tab-bd li.item-spe {
  background-image: url(../images/icon-spe.png);
}
.w-tab-ibox .w-tab-bd li.item-fsq {
  background-image: url(../images/icon-fsq.png);
}
.w-tab-ibox .w-tab-bd li.item-sit {
  background-image: url(../images/icon-sit.png);
}
.w-tab-ibox .w-tab-bd li.item-cnq {
  background-image: url(../images/icon-cnq.png);
}
.w-tab-ibox .w-tab-bd li.item-ppr {
  background-image: url(../images/icon-ppr.png);
}
.w-tab-ibox .w-tab-ft {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 25px;
  line-height: 25px;
  padding: 0 10px 0 35px;
  color: #DFDFE1;
  background: #F8F8F8 url(../images/icon-user.png) no-repeat 12px 50%;
}
.w-tab-ibox .w-tab-ft a {
  margin: 0 3px;
  color: #000;
  text-decoration: underline;
}
.w-tab-ibox .w-tab-ft a:hover {
  color: #D24400;
}

/*
@name: w-tab-img
@overview: tab 动画插件样式
@require: jquery etab 插件
*/
.w-tab-img {
  overflow: hidden;
}
.w-tab-img .w-tab-hd {
  margin-left: -13px;
  padding: 20px 0 10px;
}
.w-tab-img .w-tab-nav {
  position: relative;
  float: left;
  padding: 0 11px;
  border-left: 1px solid #DDD;
  line-height: 1;
  font-weight: bold;
  color: #222;
  font-size: 14px;
  cursor: pointer;
}
.w-tab-img .w-tab-nav:first-child {
  *border-left: none;
}
.w-tab-img .w-tab-nav .w-arrow {
  display: none;
}
.w-tab-img .w-tab-hd .w-tab-nav.on {
  color: #CC0000;
}
.w-tab-img .w-tab-hd .w-tab-nav.on .w-arrow {
  position: absolute;
  bottom: -15px;
  left: 50%;
  margin-left: -2px;
  display: block;
  border-width: 5px;
  border-top-color: #CC0000;
}

/* Layout
----------------------------------------------------------------------------- */
html.products #header .nav {
  margin-bottom: 25px;
}
.w-switchable-album {
  margin-bottom: 50px;
}
.ui-cnt-item-m .w-switchable {
  float: left;
}
.ui-cnt-item-m .w-tab-ibox {
  float: right;
}
.ui-cnt-item-m .w-tab-img {
  clear: both;
}
.ui-cnt-item-m .w-tab-img .w-album .title {
  color: #333;
  margin-bottom: 5px;
}
.ui-cnt-item-m .w-tab-img .w-album .title a {
  color: #333;
}
.ui-cnt-item-m .ui-box-bo {
  float: left;
  margin-top: 15px;
  width: 444px;
}
.ui-cnt-item-m .ui-box-bo .w-list {
  margin: 10px 0;
}
.ui-cnt-item-m .ui-box-bo .w-list-item {
  padding-right: 38%;
  background-image: url(../images/icon-dot-gray.png);
}
.ui-cnt-item-m .ui-box-bo .date {
  width: 110px;
  color: #444;
  background: #fff;
}
.ui-cnt-item-m .ui-box-tgs {
  float: right;
  margin-top: 15px;
  width: 306px;
}
.ui-cnt-item-m .ui-box-tgs .w-album-item {
  position: relative;
  margin-top: 20px;
  /* padding: 20px; */
  padding-bottom: 20px;
  width: 148px;
  border: none;
  background: #F0F0F0;
}
.ui-cnt-item-m .ui-box-tgs .w-album-item .img {
  height: 120px;
  line-height: 120px;
  *font-size: 110px;
}
.ui-cnt-item-m .ui-box-tgs .w-album-item .img:after {
  content: '';
  vertical-align: middle;
}
.ui-cnt-item-m .ui-box-tgs .w-album-item .img img {
  vertical-align: middle;
}
.ui-cnt-item-m .ui-box-tgs .w-album-item .title {
  margin: 10px 20px 0;;
  height: 40px;
  line-height: 20px;
  text-align: left;
  color: #333;
  font-weight: bold;
}
.ui-cnt-item-m .ui-box-tgs .w-album-item .title a {
  color: #333;
}
.ui-cnt-item-m .ui-box-tgs .w-album-item .mark {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 45px;
  height: 45px;
  background: url(../images/icon-no1.png) no-repeat;
}

/* hot-kws-box */
.ui-cnt-item-m .hot-kws-box {
  padding: 10px 0;
}
.ui-cnt-item-m .hot-kws-box .hot-kws {
  float: left;
  margin-right: 10px;
  height: 21px;
  line-height: 21px;
}
.ui-cnt-item-m .hot-kws-box .hot-kws .hot {
  float: left;
  font-style: italic;
  color: #BB0000;
  font-size: 14px;
}
.ui-cnt-item-m .hot-kws-box .hot-kws em a {
  color: #BB0000;
}
.ui-cnt-item-m .hot-kws-box .hot-kws .scroller {
  float: left;
  width: 568px;
  height: 100%;
  overflow: hidden;
}
.ui-cnt-item-m .hot-kws-box .hot-kws .scroller a {
  margin: 0 6px;
  color: #222;
  text-decoration: underline;
}
.ui-cnt-item-m .hot-kws-box .hot-kws .scroller a:hover {
  color: #D24400;
}
.ui-cnt-item-m .hot-kws-box .search {
  float: right;
  display: inline;
  _width: 166px;
}
.ui-cnt-item-m .hot-kws-box .search input {
  float: left;
  width: 123px;
  height: 19px;
  line-height: 19px;
  border: 1px solid #BDBDBD;
  text-indent: 5px;
  background: #fff;
}
.ui-cnt-item-m .hot-kws-box .search button {
  float: left;
  margin-left: 5px;
  width: 36px;
  height: 21px;
  overflow: hidden;
  border: none;
  text-indent: -9999px;
  background: url(../images/icon-search-pros-btn.png) no-repeat;
}

/* pro-alert */
.w-box-mod3 {
  margin-top: 22px;
  border: none;
  padding-bottom: 10px;
}
.w-box-mod3 .pro-alert .summary {
  line-height: 1.6;
  color: #444;
}
.w-box-mod3 .pro-alert .summary em {
  color: #BB0000;
}
.w-box-mod3 .pro-alert input {
  display: block;
  margin-top: 7px;
  padding: 0 4px;
  width: 162px;
  height: 23px;
  line-height: 23px;
  border: 1px solid #ddd;
  color: #666;
  background: #fff;
}
.w-box-mod3 .pro-alert button {
  display: block;
  margin: 10px 0;
  width: 80px;
  height: 25px;
  line-height: 25px;
  border: none;
  font-size: 14px;
  color: #fff;
  text-align: center;
  border-radius: 3px;
  background: #D24400;
  cursor: pointer;
}

/* All Categories */
.ui-cnt-item-l .cats {
  /* height: 630px; */
  /* overflow: hidden; */
}
.ui-cnt-item-l .cats-title {
  margin-bottom: 5px;
  padding-left: 10px;
  line-height: 1;
  font-size: 18px;
  /* font-weight: bold; */
  color: #BB0000;
}
.ui-cnt-item-l .cats-list-item {
  position: relative;
  _zoom: 1;
  _vertical-align: top;/* 解决 ie6 下 li 之间有间隙的问题 */
}
.ui-cnt-item-l .cats-list-item-link {
  display: block;
  padding: 8px 15px 5px 10px;
  border-bottom: 1px solid #EBEBEB;
  color: #333;
  background: url(../images/icon-cats-list-item.png) no-repeat 95% 12px;
}
/*.ui-cnt-item-l .cats-list-item-link:hover {
  position: relative;
  z-index: 2;
  margin-top: -1px;
  padding: 8px 15px 5px 9px;
  border: 1px solid #ddd;
  border-right: 0;
  color: #CC0000;
  background: #fff;
}*/
.ui-cnt-item-l .cats-list-item-hover .cats-list-item-link,
.ui-cnt-item-l .cats-list-item:hover .cats-list-item-link {
  position: relative;
  z-index: 2;
  top: -1px;
  /* margin-top: -1px; */
  padding: 8px 15px 4px 9px;
  /* width: 180px; */
  border: 1px solid #ddd;
  border-right: none;
  color: #CC0000;
  background: #fff;
  *zoom: 1;
  text-decoration: none;
}
.ui-cnt-item-l .cats-list-item-more .cats-list-item-link {
  /*color: #D24400;*/
  color: #CC0000;
  background: none;
  border: none;
  _position: static;
  _padding: 8px 15px 5px 10px;
}
.ui-cnt-item-l .cats-list-item-more:hover .cats-list-item-link {
  top: 0;
  padding: 8px 15px 5px 10px;
  text-decoration: underline;
  border: none;
}
.ui-cnt-item-l .cats-submenu {
  display: none;
  position: absolute;
  z-index: 1;
  left: 189px;
  top: -1px;
  /*width: 190px;*/
  border: 1px solid #DDD;
  background: #fff;
  -webkit-box-shadow: 3px 3px 5px rgba(60,60,60,0.3);
  -moz-box-shadow: 3px 3px 5px rgba(60,60,60,0.3);
  box-shadow: 3px 3px 5px rgba(60,60,60,0.3);
}
/*.ui-cnt-item-l .cats-submenu-double {
  width: 380px;
}*/
.ui-cnt-item-l .cats-list-item-hover .cats-submenu,
.ui-cnt-item-l .cats-list-item:hover .cats-submenu {
  display: block;
}
.ui-cnt-item-l .cats-list-item .title {
  margin: -1px 0 6px -2px;
  padding: 9px 15px 2px 17px;
  min-width: 180px;
  white-space: nowrap;
  font-size: 18px;
  line-height: 18px;
  color: #fe8900;
}
.ui-cnt-item-l .cats-sublist {
  /*float: left;*/
  /*padding: 7px 0;*/
  /*width: 50%;*/
  /*width: 190px;*/
  margin: 0 0 5px;
}
.ui-cnt-item-l .cats-sublist-item {
  padding: 0 15px;
  min-width: 180px;
  /*height: 25px;*/
  line-height: 22px;
  /*overflow: hidden;*/
  white-space: nowrap;
  color: #000;
  /*background: #ccc;*/
}
.ui-cnt-item-l .cats-sublist-item a {
  color: #000;
}
.ui-cnt-item-l .cats-sublist-item .more {
  color: #CC0000;
  font-weight: bold;
  padding-right: 11px;
  background: url(../images/icon-cats-sublist-item-more.png) no-repeat 100% 50%;
}

/** 浮窗 **/
/*#float-ibox {
  position: fixed;
  z-index: 1111;
  top: 207px;
  right: 5px;
  _position: absolute;
  _top: expression(documentElement.scrollTop + 189);
}*/