BODY {
	PADDING: 0px;

	PADDING-BOTTOM: 0px;
	MARGIN: 0px;
	COLOR: #000;
	PADDING-TOP: 0px;
	font-size: 12px;
	background: #5B5E49
}

td {
	width: 100%;
	font-family: "Arial", 黑体, Gadget, sans-serif
}

HR {
	BORDER-TOP-WIDTH: 0px;
	BORDER-LEFT-WIDTH: 0px;
	BORDER-BOTTOM-WIDTH: 0px;
	COLOR: #eee;
	HEIGHT: 1px;
	BACKGROUND-COLOR: #eee;
	BORDER-RIGHT-WIDTH: 0px
}

A {
	COLOR: #fff;
	TEXT-DECORATION: none
}

A:hover {
	TEXT-DECORATION: underline
}

H1 {
	margin: 0px;
	FONT: bold 1.8em Arial, Sans-Serif;
	PA LETTER-SPACING: -1px
}

.navA {
	line-height: 20px;
	text-align: center;
	display: block;
	float: left;
	width: 33.33%;
	font-size: 14px;
	font-weight: bold;
	position: relative;
	height: 51px;
	padding-top: 19px;
}

.navA A {
	color: #f0f0f0;
}

.navA::after {
	content: '';
	display: inline-block;
	width: 2px;
	height: 55px;
	background: linear-gradient(180deg,  #CB9956 25%, #caa666 77%, rgba(255, 255, 255, 0.1) 100%);
	position: absolute;
	top: 0;
	right: 0;
	/* border: 3px transparent solid;
	border-image: linear-gradient(to top, #968A75, #caa666) 0 1 0 0; */
}

.navA:last-child::after{
	content: '';
	display: inline-block;
	width: 2px;
	height: 55px;
	background: #7C7C7C;
	position: absolute;
	top: 0;
	right: 0;
}
.act a {
	color: #C4AD7D;
}

.navA A:hover {
	color: #C4AD7D;
	text-decoration: none;
}

.jjA {
	display: block;
	width: 100%;
	text-align: center;
}

img {
	border: 0px;
}

.goods-title {
	width: 100%;
	height: 30px;
	line-height: 30px;
	/* text-align: center; */
	display: flex;
	/* margin: 0 auto; */
	align-items: center;
	justify-content: center;

}

.goods-title .line {
	display: inline-block;
	width: 46%;
	height: 3px;
	border-bottom: 2px solid #C4AD7D;
	border-top: 2px solid #C4AD7D;
}

.aa {
	width: 160px;
	height: 30px;
	line-height: 30px;
	/* border-bottom: 1px #5B5E49 solid; */
	color: #fff;
	font-weight: bold;
	/* display: block; */
	/* float: left; */
	font-size: 16px;
	text-align: center;
	vertical-align: -15%;
}

.job A {
	font-size: 13px;
}

.job A:hover {
	color: #be2342;
	text-decoration: none;
}

.menu {
	position: relative;
	background-color: #7C7C7C;
	height: 50px;
	text-align: center;
}

.menu::after {
	content: '';
	display: inline-block;
	width: 100%;
	height: 4px;
	background: linear-gradient(45deg, rgba(250, 250, 250, 0.1) 0%, #CB9956 15%, #caa666 95%, rgba(255, 255, 255, 0.1) 100%);
	position: absolute;
	top: 0;
	right: 0;
}
