@CHARSET "UTF-8";
/* Logo 需要修改 */
#home .page_header h1 { padding-bottom: 3px !important; }
#logo
{
	display: block;
	width: 106px;
	height: 48px;
	margin: -.7em auto 0px auto;
	background: url(../images/logo.png) no-repeat;
	background-size: 106px 48px;
}

/* 首页Banner */
#index_banner_layer
{ 
	border-bottom: 0px !important;
	margin-bottom: 0px !important;
}
#index_arrow_layer
{
	width: 100%;
	height: 32px;
	background: rgba(0, 0, 0, 0.5);
	position: absolute;
	z-index: 1000;
	left: 0px;
	bottom: 0px;
}
#index_arrow_layer .index_arrow
{
	display: block;
	width: 32px;
	height: 32px;
	position: absolute;
	bottom: 0px;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url('data:image/svg+xml;charset=US-ASCII,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" id="Layer_1" x="0px" y="0px" width="14px" height="14px" viewBox="0 0 14 14" style="enable-background:new 0 0 14 14;" xml:space="preserve" xmlns:xml="http://www.w3.org/XML/1998/namespace"><polygon style="fill:#ebddaa;" points="3.404,2.051 8.354,7 3.404,11.95 5.525,14.07 12.596,7 5.525,-0.071 "/></svg>') !important;	
}
#index_arrow_layer .index_arrow.index_arrow_left
{
	left: 0px;
	-moz-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    transform: scaleX(-1);
}
#index_arrow_layer .index_arrow.index_arrow_right { right: 0px; }

#index_icon_layer
{
	width: 100%;
	background-color: #586b2a;
	overflow: hidden;
	margin-left: -1em;
	margin-bottom: 1em;	
}
#index_icon_layer img
{
	width: 33%;
	float: left;
}

/* 首页菜单 */
.index_menu_list { margin: 0px !important; }
.index_menu_list li
{
	border-left: 1px solid #e9d89f;
	border-right: 1px solid #e9d89f;
}
.index_menu_list li.ui-first-child { border-top: 1px solid #e9d89f; }
.index_menu_list li.ui-last-child { border-bottom: 1px solid #e9d89f; }
.index_menu_list a
{
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#f3eacb), to(#e8d89e)) !important;
	color: #892525 !important;
	border: 0px !important;
	font-family: "微软雅黑";
	text-shadow: none !important;
}
.index_menu_list a:after
{
	background-color: rgba(255, 252, 238, 1) !important;
	background-image: url('data:image/svg+xml;charset=US-ASCII,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" id="Layer_1" x="0px" y="0px" width="14px" height="14px" viewBox="0 0 14 14" style="enable-background:new 0 0 14 14;" xml:space="preserve" xmlns:xml="http://www.w3.org/XML/1998/namespace"><polygon style="fill:#ebddab;" points="3.404,2.051 8.354,7 3.404,11.95 5.525,14.07 12.596,7 5.525,-0.071 "/></svg>') !important;	
}