html,body {
	font-size: 10px; 
	font-family: Verdana, Geneva, sans-serif;/**/
	letter-spacing: 0.2mm;
	background-repeat: no-repeat;
	background-position: center center;
	background-attachment: fixed;
	margin: 0px;
	padding: 0px;
	background-image: url(../image/bg.jpg);
}
a:link {
	text-decoration: none;
	color: #333;
}
a:visited {
	text-decoration: none;
	color: #333;
}
a:hover {
	color: #999;
	text-decoration: none;	
}
.store {
	height: 330px;
	width: 180px;
	position: absolute;
	top: 30%;
	background-image: url(../image/bg1.png);
	z-index: 4;
}
.store:hover {
	background-image: url(../image/bg1a.png);
}
.store_txt {
	padding-top: 90px;
	padding-left: 50px;
	font-size: 28px;
}
.main_video {
	height: 600px;
	width: 1000px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-top: -300px;
	margin-left: -500px;
	background-image: url(../image/index_video.png);
	z-index: 1;
}
#main {
	height: 600px;
	width: 1000px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-top: -300px;
	margin-left: -500px;
	background-image: url(../image/index.png);
}
.font{
	padding-top: 35px;
	font-size: 20px;
	letter-spacing: 0.5mm;
	padding-left: 90px;
	color: #000;
	font-family: "Times New Roman", Times, serif;
}
.font1 {
	font-size: 8px;
	color: #000;
	font-weight: bold;
	font-family: "Courier New", Courier, monospace;
	letter-spacing: 0.6mm;
	padding-left: 36px;
}
.copyrait {
	text-align: right;
	z-index: 3;
	position: absolute;	
}
#copyrait {
	float: left;
	width: 120px;
	font-size: 8px;
	color: #000;
	letter-spacing: 0.1mm;
	word-spacing: 0.1mm;
	text-align: left;
}
/*------------menu-----------------*/
.menu_tree {
	float: right;
	width: 250px;
	z-index: 2;
	position: relative;
	margin-top: 150px;
	margin-right: 170px;
}
.menu_slider {	
	width: 250px;
}
.menuh {
	padding: 5px 2px;
	cursor: pointer;
	position: relative;
	margin:1px;
    font-weight:bold;
}
.menu_conteiner {
	display:none;
}
.menu_conteiner a{
  display:block;
  color:#333;
  padding: 2px 20px;
  font-weight:bold;
  text-decoration:none;
}
.menu_conteiner a:hover{
  color: #999;
  text-decoration: none;
  }
/*----------------------heder-----------------------------*/
.heder {
	background-color: #CCC;
	width: 100%;
	z-index: 1;
	position: fixed;
	height: 40px;
	background: -moz-linear-gradient(#666, #FFF); /* FF 3.6+ */
	background: -webkit-linear-gradient(#666, #FFF); /* Safari 5.1+, Chrome 10+ */
	background: -o-linear-gradient(#666, #FFF);	
	top: 0px;
	opacity: 0.6;
}
.heder_txt {
	padding: 14px;
	float: right;
	font-family:"Times New Roman", Times, serif;
	letter-spacing:0.7mm;
	font-weight: bold;
	color: #FFF;
}
/*----------------------futer-----------------------------*/
.futer {
	background-color: #CCC;
	width: 100%;
	z-index: 1;
	position: fixed;
	height: 40px;
	background: -moz-linear-gradient(#FFF, #666); /* FF 3.6+ */
	background: -webkit-linear-gradient(#FFF, #666); /* Safari 5.1+, Chrome 10+ */
	background: -o-linear-gradient(#FFF, #666);	
	bottom: 0px;
	opacity: 0.8;
}
.futer_txt {
	padding: 14px;
	float: left;
	letter-spacing: 0.7mm;
	color: #000;
	font-family:"Times New Roman", Times, serif;
}
