﻿body{
    background-color: #EFEDED;
    font-family: "Helvetica Neue",Helvetica,Arial,"Microsoft Yahei","Hiragino Sans GB","Heiti SC","WenQuanYi Micro Hei",sans-serif;
}
.carousel {
  position: relative;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.carousel-inner > .item {
  position: relative;
  display: none;
  -webkit-transition: 0.6s ease-in-out left;
          transition: 0.6s ease-in-out left;
}

.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  height: auto;
  max-width: 100%;
  line-height: 1;
}

.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}

.carousel-inner > .active {
  left: 0;
}

.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}

.carousel-inner > .next {
  left: 100%;
}

.carousel-inner > .prev {
  left: -100%;
}

.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}

.carousel-inner > .active.left {
  left: -100%;
}

.carousel-inner > .active.right {
  left: 100%;
}

.carousel-control {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 15%;
  font-size: 90px;
  color: #ffffff;
  text-align: center;
  /*text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);*/
  opacity: 0.1;
  filter: alpha(opacity=50);
}

.carousel-control.left {
    left: 200px;
    top:140px;

  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}

.carousel-control.right {
  right: -45px;
  top:140px;
  left: auto;
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}

.carousel-control:hover,
.carousel-control:focus {
  color: #ffffff;
  text-decoration: none;
  opacity: 0.7;
  filter: alpha(opacity=90);
}

.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  left: 20%;
  z-index: 5;
  display: inline-block;
}

.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  margin-top: -10px;
  margin-left: -10px;
  font-family: serif;
}

.carousel-control .icon-prev:before {
  content: '\2039';
}

.carousel-control .icon-next:before {
  content: '\203a';
}

.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  width: 60%;
  padding-left: 0;
  margin-left: -30%;
  text-align: center;
  list-style: none;
}

.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  cursor: pointer;
  border: 1px solid #ffffff;
  border-radius: 10px;
}

.carousel-indicators .active {
  width: 12px;
  height: 12px;
  margin: 0;
  background-color: #ffffff;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}

.carousel-caption .btn {
  text-shadow: none;
}

/*首页左侧浮动菜单 **/
#navclass img{
    width:65px ;
    height:65px;
    top:250px;
    position:fixed;
    margin-top:10px;
    margin-left:0px;
}

#navclass ul {
    position:fixed;
    margin-top:75px;
    margin-left:10px;
    background-color:transparent;
    top:250px;
    }

#navclass ul li{
    margin-left:10px;
    display:block;
    font-size:14px;
    color:white;
    font-family:微软繁黑体;
    height:25px;
    margin:2px auto;
    width:40px;
    text-align:center;
    vertical-align:middle;
    cursor:pointer;
    padding-top:5px;
    border:1px solid #0D9E5A;
    border-color: #0D9E5A;
    border-radius:4px;
    /*background: #7a6e6e none repeat scroll 0% 0%;*/
    color: #0D9E5A;
    /*background-color:rgba(122,110,110,1);*/
    }
#navclass ul li a{
    /*display:block;*/
    height:30px;
    width:40px;
    }

#navclass ul li a:first-child{
    display:block;
    }


#navclass ul li:hover{
    color: #FFF;
    background-color: #0D9E5A;
    border-color: #0D9E5A;
    }

#navclass ul li a:hover{
    color: #FFF;
    }
#navclass ul li.current{
    color: #FFF;
    background-color: #0D9E5A;
    border-color: #0D9E5A;
    }

#navclass ul li.current a{
    color: #FFF;
    }

#navclass ul li .floor-text {
  width: 50px;
}

#navclass ul li .floor-text {
  background-color: #7a6e6e;
  border-radius: 3px 0 0 3px;
  color: #fff;
  font-family: "微软雅黑";
  height: 35px;
  left: 35px;
  line-height: 35px;
  position: absolute;
  text-align: center;
  top: 0;
  transition: right 0.3s ease-in-out 0.1s;
  width: 62px;
  z-index: 1;

}

.etitle{
    display:none;
}


.subtitle{
    display:none;
}


/*楼层选项卡*/ 
.floor_item{
    width:1200px;
    height:330px;
}

.floor__item_header{
    height:38px;
    width:100%;
}

.floor_content{
    width:1200px;
    margin:auto;
    padding:20px 10px 20px 10px;
    margin-top:30px;
    margin-bottom:30px;
    background-color:#FFF;
}

.side_inner{
    width:210px;
    float:left;
}

.side_content{
    width:960px;
    float:right;
}

.side_inner .side_title{
    height:37px;
    font-size:20px;
    line-height:37px;
    font-weight:300;
    border-bottom:2px solid #3bb3c3 ;
}


.side_inner .side_title i{
    font-size:22px;
    color:#6bd496 ;
}

.side_goods_content{
    width:950px;
    height:330px;
    
}

.goods_item{
    width:234px;
    height:300px;
}

/*商品展示*/
#side_goods_list {
  height: 290px;
  overflow: hidden;
}

 #side_goods_list li {
  background: #fff none repeat scroll 0 0;
  border-top-style: solid;
  border-top-width: 0px;
  height: 270px;
  /*padding-top: 39px;*/
  text-align: center;
  transition: all 0.6s ease 0s;
  border: 1px solid #d7d7d7;
}

 #side_goods_list .thumb {
  display: block;
  margin: 0 auto 5px;
  width: 194px;
  padding-top:5px;
}

 #side_goods_list .title {
  font-size: 14px;
  font-weight: 400;
  margin: 0 20px 3px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

#side_goods_list .desc {
  color: #b0b0b0;
  font-size: 12px;
  height: 18px;
  padding-left:5px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

 #side_goods_list .price {
  color: #ff6709;
  margin: 0;
  font-size:14px;
}

 #side_goods_list .thumb img {
  height: 194px;
  width: 194px;
}

 #side_goods_list .title, 
 #side_goods_list .title a {
  color: #212121;
}

#side_goods_list li {
    float: left;
    width: 214px;
    margin-right:8px;
    margin-left:8px;
    margin-top:12px;
}
#side_goods_list li:hover{
    border-color: #0d9e5a;
    box-shadow: 3px 3px 0 #CCF8CD;
}


.side_inner_desc {
    width:210px;
    height:280px;
    background: #ddffeb none repeat scroll 0 0;
}


/*首页左侧浮动菜单 **/
.home_left_floatbar{
      position: fixed;
  top: 50%;
  left: 50%;
  z-index: 10000;
  right: auto;
  margin-left: -647px;
  margin-top: -220px;
  display: none;
}

.home_left_floatbar .floor-guide {
  width: 32px;
  font-size: 0;
  overflow: hidden;
}

.home_left_floatbar .floor-guide li {
  height: 40px;
  margin-top: -1px;
  border-top: 1px solid #ddd;
  background: #fff;
  text-align: center;
  overflow: hidden;
}

.home_left_floatbar .floor-guide li a.name {
  display: none;
  height: 33px;
  padding-top: 7px;
  background-color:#3BB3c3;
  color:#fff;
  font: 12px/13px 'microsfot yahei';
}


.home_left_floatbar .floor-guide li a.actived {
  height: 33px;
  padding-top: 7px;
  font: 12px/13px 'microsfot yahei';
  background:#fff;
  color:#0d9e5a;
}


.floor-guide li a.icon {
  line-height: 40px;
  color: #333;
  font-size: 15px;
  display:block;
}

.floor-guide li a {
  display: block;

}


/*侧边品牌展示*/

.side_inner_desc .brands {
 
  /*height: 159px;*/
  margin: 0 auto;
  overflow: hidden;
  padding-top:5px;
  width: 210px;
  max-height:300px;
}


.side_inner_desc .brands li a {
  display: block;
  height: 53px;
  padding: 2px;
}

.side_inner_desc .brands li {
  float: left;
  height: 53px;
  width: 103px;
  border:1px solid #fff;
}

.side_inner_desc .brands li:hover{
    border:1px solid #ff6709;
}

.side_inner_desc .brands li img {
  display: block;
  height: 48px;
  margin: 0 auto;
  width: 100px;
}


.lazy-loading, img.err-product {
  background: rgba(0, 0, 0, 0) url("") no-repeat scroll 50% 50%;
}