@charset "utf-8";
#Home {
	width: 1200px;
	margin-right: auto;
	margin-left: auto;
}
#Home .flash {
	float: right;
	height: 420px;
	width: 950px;
	overflow: hidden;
	position: relative;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
}
#Home .flash .hd{
	overflow: hidden;
	position: absolute;
	right: 10px;
	bottom: 10px;
	z-index: 1;
}
#Home .flash .hd ul{ overflow:hidden; zoom:1; float:left;  }
#Home .flash .hd ul li{
	float: left;
	margin-right: 10px;
	width: 15px;
	height: 15px;
	line-height: 14px;
	text-align: center;
	background: rgba(0, 0, 0, 0.20);
	cursor: pointer;
	padding: 2px 5px;
	font-size: 10px;
	border: 1px solid #999;
	color: #FFF;
}
#Home .flash .hd ul li.on{
	color: #fff;
	background-color: rgba(0, 0, 0, 0.90);
}

#Home .flash .map{ position:relative; height:100%; z-index:0;   }
#Home .flash .map li{ zoom:1; vertical-align:middle; }











#Browse {
	width: 1200px;
	position: relative;
	margin-top: 30px;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
	float: left;
}

#Browse .Title{
	font-size: 16pt;
	color: #000;
	margin-bottom: 10px;
	width: 800px;
}
#Browse .hd{
	overflow: hidden;
	height: 30px;
	padding-top: 0;
	padding-bottom: 0;
	font-size: 10pt;
	position: absolute;
	top: 10px;
	right: 10px;
	width: 120px;
}
#Browse .hd .prev, #Browse .hd .next{
	display: block;
	width: 30px;
	height: 20px;
	float: right;
	overflow: hidden;
	cursor: pointer;
	background-image: url(../images/arrow1.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
}
#Browse .hd .next{
	background-position:-30px 0px;
}
#Browse .hd .prev{
	background-position: 0px 0px;
}
#Browse .bd { overflow:hidden; zoom:1; }
#Browse .bd ul{ overflow:hidden; zoom:1; }
#Browse .bd .tempWrap {
	float: left;
	width: 1200px;
	overflow: hidden;
	position: relative;
}

#Browse .bd ul li{
	width: 298px;
	float: left;
	display: block;
	position: relative;
	border: 1px solid #EBEBEB;
	height: 298px;
}
#Browse .bd ul li a {
	width: 288px;
	border: 5px solid #FFF;
	float: left;
	height: 288px;
	overflow: hidden;
	color: #666;
}
#Browse .bd ul li a:hover {
	border: 5px solid #EBEBEB;
}
#Browse .bd ul li .pic{
	float: left;
	height: 200px;
	width: 200px;
	margin-bottom: 10px;
	overflow: hidden;
	background-color: #FFF;
	margin-right: 44px;
	margin-left: 44px;
}
#Browse .bd ul li .Writing {
	font-size: 12pt;
	float: left;
	overflow: hidden;
	width: 288px;
	line-height: 18px;
	margin-bottom: 5px;
	text-align: center;
	margin-top: 5px;
}
#Browse .bd ul li .NT {
	color: #C00;
	font-size: 10pt;
	text-align: center;
	width: 288px;
}


#Browse .bd ul li .NT .sep {
  margin: 0 10px;
  font-size: 12px;
  color: #f3f3f3;
}
#Hot_Products {
	width: 1200px;
	float: left;
	margin-bottom: 50px;
}
#Hot_Products .Title{
	font-size: 16pt;
	color: #000;
	margin-bottom: 10px;
	width: 1200px;
}
#Hot_Products .Ranking {
	width: 298px;
	height: 599px;
	overflow: hidden;
	_zoom: 1;
	float: right;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-top-color: #E8E8E8;
	border-right-color: #E8E8E8;
	border-bottom-color: #E8E8E8;
}
#Hot_Products .Ranking h3 {
	margin: 0;
	height: 32px;
	padding: 34px 30px 33px;
	font-size: 24px;
	font-weight: 400;
	color: #000;
}
#Hot_Products .Ranking h3 span {
	margin-right: 5px;
  color: #00A7FF;
}
#Hot_Products .Ranking ul li {
	position: relative;
	height: 99px;
	border-top: 1px solid #dfdfdf;
	
}
#Hot_Products .Ranking ul li a {
	background-color: #FFF;
	float: left;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}
#Hot_Products .Ranking ul li a:hover {
	background-color: #F7F7F7;
}
#Hot_Products .Ranking ul li a .sequence {
	font-size: 42px;
	color: #00A7FF;
	float: left;
	width: 50px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 80px;
}
#Hot_Products .Ranking ul li a .Writing {
	float: left;
	width: 130px;
	margin-top: 16px;
	font-size: 11pt;
}
#Hot_Products .Ranking ul li a .Writing .item-title {
	height: 20px;
	width: 120px;
	margin-bottom: 5px;
	overflow: hidden;
	float: left;
	color: #333;
}
#Hot_Products .Ranking ul li a .Writing .item-price {
	color: #C00;
	font-size: 10pt;
	width: 122px;
}
#Hot_Products .Ranking ul li a .Writing .item-price .sep {
  margin: 0 5px;
  font-size: 12px;
  color: #f3f3f3;
}


#Hot_Products .Ranking ul li a .map {
	float: left;
	height: 70px;
	width: 70px;
	margin-left: 8px;
}
#Hot_Products .Hot {
	float: left;
	width: 900px;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #E8E8E8;
	border-left-color: #E8E8E8;
}
#Hot_Products .Hot .item a {
	border: 5px solid #FFF;
	float: left;
	color: #333;
}
#Hot_Products .Hot .item a:hover {
	border: 5px solid #F2F2F2;
	color: #39C;
}
#Hot_Products .Hot .wh299 {
	width: 299px;
	height: 299px;	
}

#Hot_Products .Hot .wh598 {
	width: 599px;
	height: 299px;
}

#Hot_Products .Hot .item {
	float: left;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #E8E8E8;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E8E8E8;
}
#Home #Hot_Products .Hot .Area {
	float: left;
	height: 229px;
	width: 229px;
	overflow: hidden;
	padding: 30px;
}
#Home #Hot_Products .Hot .Area2 {
	float: left;
	height: 289px;
	width: 589px;
	overflow: hidden;
}
#Hot_Products .Hot .item-title {
	float: left;
	width: 229px;
	margin-bottom: 5px;
}
#Hot_Products .Hot .item-price {
	float: left;
	width: 229px;
	margin-bottom: 5px;
	font-size: 10pt;
	color: #C30;
}
#Hot_Products .Hot .map {
	height: 210px;
	width: 210px;
	float: left;
	margin-right: 9px;
	margin-left: 9px;
}
