/* Add here all your CSS customizations */
/*  .sticky-header-active #header .header-column.header-column-center .header-logo {
	width: auto !important;
	float: left;
	top: 70px;
}

.sticky-header-active #header .header-column.header-column-center .header-logo img {
	max-width: 90px;
	height: auto !important;
} 

@media (min-width: 991px) {
	.sticky-header-active #header .header-nav.header-nav-center .header-nav-main {
		float: right;
	}
} */


@media (min-width: 991px) {
	#header .header-body:before {
		content: " ";
		display: block;
		background-color: #cccccc;/*菜单条背景，其他的没用*/
		height: 45px;
		width: 100%;
		position: absolute;
		bottom: 0;
		color:#fff;
	}
}
/*
@media (max-width: 991px) {
	#header .header-nav.header-nav-center .header-nav-main > nav > ul > li {
		margin: 0 -5px;
	}
}

@media (max-width: 10000px) {
#header .header-logo img {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
	position: relative;
	margin: 0px 5px 35px 0;
	top: 0;
}
.sticky-header-active #header .header-logo img {
		margin: 18px -10px 8px 0px;
		top: 0px;
	}

} */

#cookie-bar {
	background-color: #fdfcf3;
	height: 40px;
	z-index: 99999;
	padding: 8px 0;
}

.white {
	color: #FFF;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.46);
	text-align: center !important;
}
.shadoww {
	
	text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.47);
}

@media (max-width: 991px) {
	#header .header-nav-main nav > ul > li.dropdown.open > a,
	#header .header-nav-main nav > ul > li.dropdown:hover > a {
		padding-bottom: 15px;
	}
}

@media (max-width: 991px){
	h2{
	font-size: 22px;
	}

	}

.darken-link {
	color: #111 !important;
}

.darken-link:hover {
	color: #333 !important;
}

.darken-link:active {
	color: #000 !important;
}

/*social-icons*/
.w {
padding:0
}
.w .x {
margin:30px 0 10px
}
.w .x .fa {
position:relative;
margin:0 5px;
font-size:30px
}
.w .x .fa .s {
position:absolute;
display:none;
margin-left:-50px;
left:50%;
bottom:130%;
width:100px;
height:100px;
background-color:#fff;
box-shadow:0 2px 4px rgba(0,0,0,.5)
}

.w .x .fa .s img {
width:100%
}
.w .x .fa:hover .s {
display:block
}
#bottom-bar .wf-td p fa fa-weixin{
display: none;
}
/*微信二维码*/
.wxewm{
	display:none;
	position:absolute;
	top:-112px;/*下箭头位置*/
	margin-left:-60px;
	z-index:50;
	text-align:center;
	border-top:1px solid #005587;
	border-left:1px solid #005587;
	border-right:1px solid #005587;
	clear:both;
}
/*product.html页面图片定位*/
.phr{
	margin-top: 16px;
    color: #955524;
    font-size: 18px;
    margin-bottom: 8px;
    padding-bottom: 8px;
    border-bottom:1px solid #955524;
}
 .phr2{
    color: #955524;
    font-size: 16px;
    margin-bottom: 8px;
}
/*contactus页面必填红色星号*/
.redstar{
	color:red;
	font-size: 16px;
}
/*ODM页面*/
.odmfontmini{
	font-size:14px;
	text-align:center;
	line-height:30px;
	margin-top: 10px;
}
.odmfontmiddle{
	color:#955524;
	font-size: 16px;
	font-weight: 600;
	/*background:#955524;*/
}
.odmfontmax{
      color:#777;
	font-weight:600;
	margin: 0 0 3px 1px;
	padding: 12px 40px;
	font-size: 20px;
      text-decoration: none;
}
/*大图上文字间距*/
.slidesfont{
	letter-spacing:5px;
}
/*匠心页面师傅介绍下图*/
.artisanpicmini{
    height: 167px;
    width: 250px;
    border-right:5px solid #fff;
    border-top:10px solid #fff;
}
/*footer三列分割线*/
#footer-wrapper { margin:0 auto;padding: 20px 0px 20px 0px; width: 960px;} 
.footer-column { width:288px; margin:0 24px 0 0; padding:0 23px 0 0; border-right:1px solid #fff; float:left; }
.footer-column.last {margin:0;padding:0;border:0;}

/*字体统一*/
.font10{
font-size:10px;
}
.font12{
font-size:12px;
}
.font14{
font-size:14px;
}
.font15{
font-size:15px;
}
.font16{
font-size:16px;
}
.fontb{
font-weight:bold;
}