body {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	text-align: center;
	background-color: #9FB4CB;
	font-size: 16px;
	color: #6082AF;
}
.container {
	width: 950px;
	overflow: hidden;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
}
.header h2 {
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	line-height: 60px;
	font-size: 40px;
}
.header h3 {
	font-size: 16px;
	margin: 0px;
	padding: 0px;
	line-height: 40px;
	font-weight: normal;
}
.line {
	background-color: #B1BFCE;
	line-height: 30px;
}
.content {
	width: 950px;
	overflow: hidden;
	text-align: center;
}
.catalogue {
	font-size: 30px;
	font-weight: bold;
	text-align: left;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	line-height: 40px;
}
.chanpin {
	float: left;
	width: 440px;
	overflow: auto;
	margin-left: 20px;
}

.product {
	width: 700px;
	overflow: hidden;
	padding-bottom: 10px;
	margin-left: 30px;
	float: left;
}
.productpic {
	width: 300px;
	border: 1px solid #CCCCCC;
	height: 300px;
	float: right;
	margin-right: 10px;
}
.productdescription {
	width: 330px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
	text-align: left;
	padding-left: 10px;
	float: left;
	margin-left: 10px;
}
.productdescriptionend {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	width: 332px;
	padding-right: 10px;
	float: left;
	margin-left: 10px;
}
.content h1 {
	text-align: left;
	font-weight: normal;
	font-size: 20px;
	margin-right: auto;
	margin-left: auto;
}
.pic {
	text-align: left;
	margin-right: auto;
	margin-left: auto;
}
.readmore {
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	line-height: 40px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
}
.text {
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	width: 900px;
	line-height: 30px;
}



.footer {
	line-height: 25px;
}


a:link {
	text-decoration: none;
	color: #EC701C;
}
a:visited {
	text-decoration: none;
	color: #EC701C;
}
a:hover {
	text-decoration: underline;
	color: #EC701C;
}
.catalogue a {
	color: #6082AF;
}

