@charset "utf-8";
/* CSS Document */
body {
	font: 14px Arial, "微软雅黑";
	color: #666;
}
a {
	color: #666;
}

/*字体*/
@font-face {
	font-family: "iconfont";
	src: url('iconfont.eot'); 
	src: url('iconfont.eot#iefix') format('embedded-opentype'), url('../fonts/iconfont2.ttf') format('truetype'), url('iconfont.svg#iconfont') format('svg'); 
}
@font-face {font-family: "iconfont";
  src: url('iconfont.eot?t=1481254825756'); /* IE9*/
  src: url('iconfont.eot?t=1481254825756#iefix') format('embedded-opentype'), /* IE6-IE8 */
  url('../fonts/iconfont3.ttf') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+*/
  url('iconfont.svg?t=1481254825756#iconfont') format('svg'); /* iOS 4.1- */
}
.iconfont {
	font-family: "iconfont" !important;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.icon-tupian:before {
	content: "\e604";
}
.icon-iconfontsousuo1:before {
	content: "\e610";
	color:#ccc;
}
.icon-icon:before {
	content: "\e6ae";
}
.icon-iconfontxuexishubeneps:before {
	content: "\e611";
}
.icon-volumelow:before {
	content: "\e6a6";
}
.icon-xinxigongshi:before {
	content: "\e636";
}
.icon-award:before {
	content: "\e6d0";
}
.icon-xiangmu:before {
	content: "\e784";
}
.icon-shipin:before {
	content: "\e737";
}
.icon-xinwenmoren1:before {
	content: "\e600";
}
.icon-weixin:before { content: "\3488"; }

.icon-iconfontweibowukuang:before { content: "\e661"; }

.icon-gengduo:before { content: "\e6ec"; }

.icon-wo:before { content: "\e60f"; }
/*标签*/
.label-danger, .label-warning, .label-info, .label-success{
	font-weight:normal;
}
.label-danger{
	background:#f53737;
}
.label-warning{
	background:#7cb9ff;
}
.label-info{
	background:#fec63b;
}
.label-success{
	background:#77cb30;
}
.label-volumelow{
	padding:3px 0 3px 5px
}
.label-shipin{
	padding:4px 3px 0 3px;
}
.label-volumelow .icon-volumelow, .label-shipin .icon-shipin{
	font-size:18px;
}


/*图片*/
.pic{
	overflow:hidden;
	border-radius:4px;
}
.pic-lg{
	/*height:160px;*/
}
.pic-xs{
	background:#efefef;
	height:70px;
}
/*标题*/
h2.title{
	font-size:18px;
	color:#333;
}
h2.title .more{
	float:right;
	display:block;
	font-size:12px;
	text-align:right;
	color:#999;
}

/*导航*/
.nav-pills{
	position:fixed;
	z-index:999;
	background:#fff;
	border-top:1px #ddd solid;
	bottom:0;
	width:100%;
}
.nav li{
	width:18.8%;
}
.nav li a{
	text-align:center;
	color:#666;
	background:none;
	padding:5px 0;
	font-size:12px;
}
.nav .iconfont{
	display:block;
	font-size:20px;
	padding-bottom:3px;
}
.nav .icon-xinxigongshi, .nav .icon-xiangmu{
	font-size:23px;
	padding:0;
}
.nav .icon-xinwenmoren1, .nav .icon-award{
	font-size:18px;
	padding-top:1px;
	padding-bottom:4px;
}
.nav li.active a{
	color:#f53737;
	background:none;
}
.nav>li>a:focus, .nav>li>a:hover{
	background:none;
}

/*按钮*/ 
.btn-default, .btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default:visited {
   outline:none;
   background:none;
}
.btn-more{
	width:100%;
	background:none;
	border-color:#ddd;
	margin-bottom:1em;
	margin-top:5px;
	color:#999;
}

/*分类*/
.category{
	border-bottom:1px #efefef solid;
	margin-bottom:15px;
}
.category .list-group{
	float:left;
	margin:0;
}
.category .container-fluid{
	padding:0;
}
.category .list-group-item{
	border:0;
	background:none;
	float:left;
	font-size:14px;
	padding:10px 15px;
}
.category .list-group-item.active a{
	color:#f53737;
}
.category .list-group-item.active, .category .list-group-item.active:focus, .category .list-group-item.active:hover{
	background:none;
	border-bottom:1px #f53737 solid;
}
.category a:focus, a:hover{
	color:#333;
	text-decoration:none;
	
}
.category-search{
	border-left:1px #efefef solid;
	font-size:20px;
	float:right;
	padding:8px 13px;
	-webkit-text-stroke-width: 0.2px;
}

.list-group-item:last-child{
	border-bottom-right-radius:initial;
	border-bottom-left-radius:initial;
}

/*二级菜单*/
.menu{
	position:absolute;
	z-index:9999;
	right:2px;
	bottom:32px;
	text-align:center;
}
.menu .list-group-item{
	padding:10px 5px;
}


