﻿.header{
	position: fixed;
	top: 53;
	left: 0;
	z-index: 25;
	width: 100%;
	height: 80px;
	background: #fff;

}
/* 搜索*/
.search{ position:absolute; right:10px; top:12px; }
.search input{ float:left;right:0px;left:0px; }
.search_k{ border:none; width:135px; height:34px; background:#fff; padding-left:5px; line-height:34px; color:#999999; }

/* 栏目按钮*/
.menu_bg{ position:relative; z-index:0;}
#menu{ height:60px; width:1147px; margin:0px auto; position:relative;  } 
#menu ul li{ float:left; background:url(../ancssjs/menu_line.jpg) no-repeat left center; width:125px; text-align:center; font-family:'微软雅黑'; font-size:16px; position:relative; }
#menu ul li a{display:block; width:125px;  height:60px; line-height:60px; color:#fff;}
#menu ul li a.hover{ background:#D19F60; color:#fff; background:url(../ancssjs/anbg.jpg); }
#menu ul ul{ position:absolute; display:none; left:0px; top:60px; z-index:999; padding:0px; margin:0px; width:125px; z-index:5; filter:alpha(opacity:90); opacity:0.9;-moz-opacity:0.9;-khtml-opacity: 0.9; }
#menu ul ul li{ float:left; z-index:9999; text-align:center; font-size:14px;  background:url(../ancssjs/) no-repeat left center #D19F60; }
#menu ul ul li.f_bck{ background:#D19F60; font-size:14px; color:#fff; }
#menu ul ul li a{  width:125px; line-height:38px; height:38px; color:#fff;  z-index:999; display:block; }
#menu ul ul li a:hover{ color:#fff;background:none; background:#AB702A; }
#menu ul li.hover{ background:#D19F60; color:#fff; background:url(../ancssjs/anbg.jpg); }


/*快便返回*/

.peixun_banner{ height:369px; background:url(../images/peixun_banner.jpg) no-repeat center top;}
.peixun_coantian{ padding:30px 8px; min-height:200px; height:auto; _height:300px;}
.peixun_fbottom{
	z-index: 100;  position:fixed; bottom:60px; right:30px; width:60px; _position:absolute;_top: expression(documentElement.scrollTop + documentElement.clientHeight-this.offsetHeight);overflow:visible;
}
.peixun_fbottom img{ margin-bottom:15px;}


/*二维码*/
.fu_erwei{
		text-align:right; z-index:10;
	position:fixed !important; width:145px;  top:230px; right:0;  _position: absolute; _bottom: auto; _top: expression( eval(document.compatMode && document.compatMode=='CSS1Compat') ? documentElement.scrollTop + this.offsetHeight -24  : document.body.scrollTop +  this.offsetHeight -24);
}
 
#bottom{ background:#333333; padding:15px 0px; clear:both; color:#FFFFFF; margin-top:20px;}
#bottom a{ color:#FFFFFF;}
.last_menu_l{ float:left; position:relative;}
.last_menu_l a{ margin:0px 10px;}
.last_menu_l .last_erwei{ position:absolute; left:300px; top:0px; z-index:10; width:160px;}
.last_menu_l .last_erwei a{ margin:0px 5px;}
.last_menu_r{ float:right; padding-right:10px; text-align:right;}




/*more更多按钮*/

.product a.news_more {
	width: 200px;
	height: 35px;
	border: 1px solid #ccc;
	text-align: center;
	line-height: 35px;
	color: #999;
	display: block;
	margin: 5px auto 30px;
	border-radius: 30px;
	position: relative;
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	overflow: hidden;
	z-index: 3;
}

.product a.news_more i {
	display: block;
	width: 0;
	height: 35px;
	background: #c08444;
	border-radius: 30px;
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	left: 0;
	position: absolute;
	top: 0;
	z-index: -1;
}

.product a.news_more:hover {
	color: #fff;
	z-index: 3;
}

.product a.news_more:hover i {
	width: 100%;
}





.news a.news_more {
	width: 200px;
	height: 35px;
	border: 1px solid #ccc;
	text-align: center;
	line-height: 35px;
	color: #999;
	display: block;
	margin: 20px auto;
	border-radius: 30px;
	position: relative;
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	overflow: hidden;
}

.news a.news_more i {
	display: block;
	width: 0;
	height: 35px;
	background: #c08444;
	border-radius: 30px;
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	left: 0;
	position: absolute;
	top: 0;
	z-index: -1;
}

.news a.news_more:hover {
	color: #fff;
}

.news a.news_more:hover i {
	width: 100%;
}

