﻿body {
	background-color: #1D1514;
	text-align: center;
	margin: 0px;
	padding: 0px;
}
ul, li {
	margin: 0px;
	padding: 0px;
}
a {
	text-decoration: none;
}
div {
	margin: 0px auto;
	padding: 0px;
	overflow: hidden;
}
.content {
	width: 960px;
	background-color: #3A291B;
}
/*************************************************************************/
.top {
	width: 960px;
	height: 179px;
	background: url('img/top.jpg') no-repeat center center;
}
.kuaijie {
	width: 200px;
	height: 20px;
	font-size: 12px;
	color: #BD9711;
	line-height: 20px;
	margin-top: 10px;
	margin-left: 750px;
}
.kuaijie a {
	color: #BD9711;
}
.kuaijie a:hover {
	color: #FFFF00;
}
.navigation {
	width: 750px;
	height: 20px;
	margin: 55px 0px 0px 190px;
}
.navigation ul {
	list-style: none;
}
.navigation ul li {
	float: left;
	background: url('img/top-1.png') right center no-repeat;
}
.navigation ul li a {
	width: 93px;
	height: 20px;
	display: block;
	font-family: 微软雅黑;
	color: #FFFF00;
	font-size: 15px;
}
.navigation ul li a:hover {
	color: #BD9711;
}
/************************************************************************/
.main {
	margin: 0px;
	overflow: hidden;
}
.mainleft {
	float: left;
	width: 340px;
	height: 500px;


	margin: 10px 0px 0px 30px;
	display: inline;
}
.mainright {
	float: left;
	width: 544px;
	height: 500px;
	margin: 10px 0px 0px 16px;
	text-align: left;
	font-size: 14px;
	color: #BD9711;
}
.mainrighttop {
	width: 544px;
	height: 30px;
	color: #FFFF00;
	font-weight: bold;
	font-size: 15px;
}
.mainrightdown {
	width: 544px;
	height: 470px;
	background: url('img/neiye.jpg') no-repeat left top;
	overflow-y: auto;
}
.mainrightdown_content {
	padding: 10px 20px 0px 20px;
	line-height: 28px;
	font-size: 14px;
}
.footer {
	background: url('img/footer.png') no-repeat left top;
	margin-top: 30px;
	width: 900px;
	height: 70px;
	font-size: 12px;
	line-height: 20px;
	color: #FFFF00;
	padding-top: 10px;
	color: #BD9711;
}
.footer a {
	color: #BD9711;
}
/********************************新闻列表页面***********************************/
.NewsRecordTotal {
	margin: 20px 0px;
	height: 20px;
	line-height: 21px;
	text-align: center;
	font-family: Verdana;
	font-size: 12px;
	color: #BD9711;
}
.CustomTextList {
	list-style: none;
	margin: 0;
	padding: 0;
}
.CustomTextList li {
	border-bottom: 1px #CCCCCC dotted;
	height: 30px;
	line-height: 30px;
}
.CustomTextList li:hover {
	background-color: #372E26;
}
.CustomTextList .Name {
	float: left;
	width: 70%;
	background-image: url('img/list.png');
	background-position: left center;
	background-repeat: no-repeat;
	text-indent: 30px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.CustomTextList .Name a {
	display: block;
	font-size: 14px;
	color: #BD9711;
}
.CustomTextList .Name a:hover {
	color: #FFFFFF;
}
.CustomTextList .Time {
	float: left;
	width: 28%;
	text-align: right;
	color: #ffffff;
}
.NewsPagination {
	margin: 20px 0px;
	height: 25px;
	line-height: 25px;
	background-color: #F7F7F7;
	text-align: center;
}
.NewsPagination a {
	margin-right: 10px;
	padding: 3px 10px 2px 10px;
	border: 1px silver solid;
	background-color: #F7F7F7;
	text-decoration: none;
	color: gray;
}
.NewsPagination a:hover {
	background-color: #FFFFFF;
	color: black;
}
/********************************新闻内容页面***********************************/
.NewsTitle {
	display: none;
	font-size: 14px;
	font-family: Verdana;
	font-weight: bold;
	text-align: center;
	margin: 10px 0px;
}
.PageFrom {
	font-size: 12px;
	color: #BD9711;
	font-family: Verdana;
	text-align: center;
	margin: 10px 0px;
}
.NewsContent {
	margin: 20px 0px;
}
.PageBack {
	text-align: center;
}
.PageBack a {
	margin-right: 10px;
	padding: 2px 10px 1px 10px;
	border: 1px silver solid;
	background-color: #F7F7F7;
	text-decoration: none;
	color: #BD9711;
}
.PageBack a:hover {
	background-color: #FFFFFF;
	color: black;
}
.Related{display: none;}
.ProdRecordTotal {
	height: 20px;
	line-height: 20px;
	padding-top: 10px;
	margin-top: 20px;
	text-align: center;
	font-family: Verdana;
	font-size: 12px;
	color: gray;
	border-top: 1px gray dashed;
	clear: both;
}
.ProdRecordTotal a {
	padding: 2px 5px 1px 5px;
	border: 1px silver solid;
	background-color: #F7F7F7;
	margin: 0px 3px;
	height: 18px;
	line-height: 20px;
	text-decoration: none;
}
.ProdRecordTotal a:hover {
	background-color: #FFFFFF;
	border: 1px #0065CA solid;
	color: #0065CA;
}
/*产品列表页面*/
.ProdRecordTotal {
	margin: 20px 0px;
	height: 20px;
	color: gray;
	text-align: center;
	line-height: 20px;
	clear: both;
}
/**********************产品不分栏列表***************************/
.RecordTotal {
	padding-bottom: 30px;
	color: #BD9711;
	clear: both;
	text-align: center;
	font-size: 13px;
}
.ColumnsIcoList {
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: center;
}
.ColumnsIcoList li {
	float: left;
	width: 152px;
	height: 142px;
	margin: 5px;
	_display: inline;
}
.ColumnsIcoList .Image {
	width: 150px;
	height: 112px;
	overflow: hidden;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	border: 1px #E0E0E0 solid;
}
.ColumnsIcoList .Image:hover {
	background-color: #F0FBF0;
}
.ColumnsIcoList .Image img {
	border: 0px;
	width: 150px;
	height: 112px;
}
.ColumnsIcoList .Name {
	width: 150px;
	height: 28px;
	line-height: 28px;
	color: black;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #FFFF00;
}
.ColumnsIcoList .Name a{
	color: #FFFF00;
}
.ColumnsIcoList .Desc {
	display: none;
}
.ColumnsIcoList .Details {
	display: none;
}
/*页面跳转按钮样式*/
.Pagination {
	margin: 30px 0px;
	font-size: 12px;
	text-align: center;
	clear: both;
}
.Pagination a {
	display: inline-block;
	margin: 5px;
	padding: 4px 10px;
	border: 1px silver solid;
	background-color: #F7F7F7;
	text-decoration: none;
	color: gray;
	line-height: 100%;
}
.Pagination a:hover {
	background-color: #FFFFFF;
	color: black;
}
.ProdCount {
	display: none;
}
/*产品内容页面*/
.ProdTitle {
	display: none;
	text-align: center;
	font-size: 14px;
	margin-bottom: 20px;
	letter-spacing: 1px;
	font-weight: bold;
	color: #003399;
}
.ProdContent {
	text-align: left;
	margin-bottom: 20px;
}
.ProdBack {
	text-align: center;
	margin: 20px auto;
	clear: both;
}
.ProdBack a {
	margin-right: 10px;
	padding: 2px 10px 1px 10px;
	border: 1px silver solid;
	background-color: #F7F7F7;
	text-decoration: none;
	color: gray;
}
.ProdBack a:hover {
	background-color: #FFFFFF;
	color: black;
}
/*产品跳转按钮样式*/
.ProdListPagination {
	margin: 20px 0px;
	height: 25px;
	line-height: 25px;
	font-size: 12px;
	text-align: center;
	clear: both;
}
.ProdListPagination a {
	margin-right: 10px;
	padding: 3px 10px 2px 10px;
	border: 1px silver solid;
	background-color: #F7F7F7;
	text-decoration: none;
	color: gray;
}
.ProdListPagination a:hover {
	background-color: #FFFFFF;
	color: black;
}

.PageName{display: none;}