@CHARSET "UTF-8";
.img-100 { margin: 0px 0px 1em -1em; }

.inner-menu { margin: 2em 0px 0px 0px !important; }
.inner-menu>li { margin-bottom: 4px; }
.inner-menu>li>a
{
	padding: 0.5em 1em !important;
	font-family: "微软雅黑";
	font-size: 15px !important;
	font-weight: normal !important;
	text-shadow: none !important;
	color: #c39648 !important;
	background-color: #ebd7bb !important;
	border: 1px solid #d6b68c !important;
	border-radius: 4px !important;
}
.inner-menu>li>a:after
{
	background-color: rgba(0, 0, 0, 0) !important;
	background-size: 8px 16px;
	background-image: url(../images/icon_arrow_01.png) !important;
}
.inner-menu>li>a:hover, .inner-menu>.cur-type>a
{
	background-color: #c02b13 !important;
	border-color: #c02b13 !important;
	color: #f1e3ce !important;
}
.inner-menu>li>a:hover:after, .inner-menu>.cur-type>a:after
{
	background-image: url(../images/icon_arrow_02.png) !important;
}

/* 当前位置 */
#current-position-layer
{
	background-color: #ebd7bb;
	padding: 1em;
	margin: -1em -1em 1em -1em;
}
#current-position, #current-position a, #current-position a:hover
{
	font-size: 13px;
	font-weight: normal !important;
	color: #c39648;
	text-shadow: none !important;
	text-decoration: none;
}
#current-position { padding-bottom: 6px; }
#current-type
{
	font-size: 16px;
	line-height: 22px;	
	color: #c02b13;
	text-shadow: none !important;
	float: left;
}
#btn_back
{
	font-size: 13px;
	line-height: 22px;
	font-weight: normal !important;
	text-shadow: none !important;
	color: #c39648;
	float: right;
	padding-left: 18px;
	background: url(../images/icon_back.png) no-repeat left center;
	background-size: 14px 14px;
}

/* 产品展厅 */
#product-list, #product-list li
{
	float: left;
	list-style: none;
	padding: 0px;
	margin: 0px;
}
#product-list { width: 100%; }
#product-list li
{
	width: 49%;
	margin-bottom: 0.6em;
	position: relative;
}
#product-list li.left-item { margin-right: 2%; }
#product-list li a img
{
	width: 100%;
	position: relative;
	top: 0px;
	left: 0px;
	z-index: 1;
}
#product-list li a .product-border
{
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 2;
	width: 100%;
	height: 100%;
	background: url(../images/pdt_thumb_bg.png) no-repeat;
	background-size: cover;
}

#load-more
{
	width: 100%;
	float: left;
	padding: 0.4em 0px;
	margin-top: 0.6em;
	text-align: center;
	border: 1px solid #d6b68c;
	background-color: #ebd7bb;
	border-radius: 4px;
	display: none;
}
#load-more span
{
	padding-left: 20px;
	background: url(../images/icon_load_more.png) no-repeat left center;
	background-size: 16px 16px;
	cursor: default;
	text-shadow: none !important;
	color: #c39648;
}


/* 产品详细 */
#pdt-big-pic
{
	margin: 1em;
	position: relative;
}
#pdt-big-pic img
{
	position: relative;
	width: 100%;
	top: 0px;
	left: 0px;
	z-index: 1;
}
#pdt-big-pic-border
{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 100;
	background: url(../images/pdt_big_bg.png) no-repeat;
	background-size: cover;
}
#pdt-detail-list, #pdt-detail-list li, #pdt-detail-list li p
{
	padding: 0px;
	margin: 0px;
	list-style: none;
}
#pdt-detail-list li
{
	border-bottom: 1px solid #d6b88c;
	color: #5a3213;
	font-size: 14px;
	text-shadow: none !important;
	line-height: 24px;
}

/* 新闻列表 */
#news-list, #news-list li
{
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#news-list li
{
	padding: 1em;
	border: 1px solid #d6b68c;
	background-color: #f1e3ce;
	margin-bottom: 8px;
	box-shadow: 0px 0px 5px #d6b68c;
}
#news-list li a
{
	text-shadow: none !important;
	font-weight: normal !important;	
}
#news-list li a .news-title
{
	width: 100%;
	height: 26px;
	color: #4c280c;
	font-size: 15px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
#news-list li a .news-brief
{
	width: 100%;
	height: 44px;
	color: #7e6048;
	line-height: 22px;
	font-size: 13px;
	overflow: hidden;
}

/* 分页 */
.pager-layer
{
	width: 100%;
	padding: 5px 0px;
	display: none;
}
.pager-layer a, .pager-layer a:hover
{
	display: block;
	float: right;
	width: 48%;
	padding: 2px 0px;
	color: #7e6048;
	font-weight: normal !important;
	text-shadow: none !important;
	text-align: center;
	text-decoration: none;
	background-color: #f1e3ce;
	border: 1px solid #d6b68c;
	box-shadow: 0px 0px 5px #d6b68c;
}
#prev-page { float: left !important; }

/* 新闻详细 */
#news-title
{
	width: 100%;
	padding-bottom: 4px;
	line-height: 22px;
	font-size: 15px;
	font-weight: normal !important;
	text-shadow: none !important;
	color: #4c280c;
	border-bottom: 1px solid #d6b88c;
}
#news-title span
{
	font-size: 12px;
	color: #7e6048;
}
#news-detail
{
	text-shadow: none !important;
	font-weight: normal !important;
	line-height: 1.4em;
	color: #4c280c;
}
#news-detail img { width: 100% !important; }

/* 在线留言 */
#feedback-list, #feedback-list li
{
	padding: 0px;
	margin: 0px;
	list-style: none;
}
#feedback-list li .ui-input-text
{
	background-color: Transparent;
	border: 0px;
	box-shadow: none;
}
#feedback-list li .ui-input-text input, #FBContent.ui-input-text
{ 
	padding: 0.2em !important;
	min-height: 1em !important;
	border: 1px solid #d2b185 !important;
	background-color: #f1e6d5 !important;
	border-radius: 0px !important;
	box-shadow: none !important;
}
#feedback-list li .feedback_btn
{
	dispaly: inline-block;
	padding: 4px 20px;
	background-color: #e9d1af;
	color: #987747;
	font-weight: bold;
}
#feedback-list li .feedback_btn:hover
{ 
	background-color: #dcbb8c;
	color: #b6250d;
}