﻿@charset "utf-8";
a:link {text-decoration:none;}
a:visited {text-decoration:none;}
a:hover {text-decoration:underline;}

#img_container a img {
    width:200px;
    height:150px;
    border:1px solid #574331;
    padding:0px;
    background:#eee;
}
#img_container a:hover img { border-color: darkred; }
.leftmenu {
	position: absolute;
	z-index: 1;
	height: 454px;
	width: 190px;
	top: 206px;
	left: 16px;
	font: "Microsoft YaHei",Verdana;
}
.homecontent {
	position: absolute;
	z-index: 4;
	width: 709px;
	top: 206px;
	left: 237px;
	height: 450px;
	font-family: "Microsoft YaHei", Tahoma, Verdana, simsun, serif;
	overflow: hidden;
	font-size: 12px;
}
.product1 {
	position: absolute;
	z-index: 2;
	top: 20px;
	left: 20px;
}
.product2 {
	position: absolute;
	z-index: 2;
	top: 20px;
	left: 240px;
}
.product3 {
	position: absolute;
	z-index: 2;
	top: 20px;
	left: 460px;
}
.text1 {
	position: absolute;
	z-index: 2;
	width: 200px;
	top: 184px;
	left: 20px;
	height: 16px;
	text-align: center;
}
.text2 {
	position: absolute;
	z-index: 2;
	width: 200px;
	top: 184px;
	left: 240px;
	height: 16px;
	text-align: center;
}
.text3 {
	position: absolute;
	z-index: 2;
	width: 200px;
	top: 184px;
	left: 460px;
	height: 16px;
	text-align: center;
}
.product4 {
	position: absolute;
	z-index: 2;
	top: 212px;
	left: 20px;
}
.product5 {
	position: absolute;
	z-index: 2;
	top: 212px;
	left: 240px;
}
.product6 {
	position: absolute;
	z-index: 2;
	top: 212px;
	left: 460px;
}
.text4 {
	position: absolute;
	z-index: 2;
	width: 200px;
	top: 384px;
	left: 20px;
	height: 16px;
	text-align: center;
}
.text5 {
	position: absolute;
	z-index: 2;
	width: 200px;
	top: 384px;
	left: 240px;
	height: 16px;
	text-align: center;
}
.text6 {
	position: absolute;
	z-index: 2;
	width: 200px;
	top: 384px;
	left: 460px;
	height: 16px;
	text-align: center;
}
.content {
	position: absolute;
	z-index: 4;
	width: 709px;
	top: 206px;
	left: 237px;
	height: 450px;
	font-family: "Microsoft YaHei", Tahoma, Verdana, simsun, serif;
	overflow: hidden;
	font-size: 14px;
}
.bottom {
	position:absolute;
	left:14px;
	top:666px;
	width:960px;
	height:40px;
	z-index:5;
	font-family: Verdana, simsun, serif;
	font-size: 14px;
	padding: 10px;
	background-color: #EEE;
}

