@charset "utf-8";
.html, body {
	margin:0;
	padding:0;
}
.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.wrapper {
	background:url(images/head_bkg.jpg) top center no-repeat #daf9ff;
	border-bottom:1px solid #e8e2e8;
}
.bkg {
	background:url(images/head.jpg) top center no-repeat;
	height:970px;
	margin:auto;
}
.head_wrapper {
	width:1000px;
	margin:auto;
}
.height {
	height:640px;
	width:1000px;
	position:relative;
}
.body_wrapper {
	background-position:-50px -4px;
	padding-bottom:30px;
	width:1000px;
	margin:auto;
	z-index:1;
	position:relative;
}
.snow {
	width: 1000px;
	height: 300px;
	margin: auto;
	background: url(images/snow.png) no-repeat -43px;
}
/* 产品样式 */
.container {
	position: relative;
	width: 998px;
	font-family: "Microsoft YaHei";
	margin: auto;
}
.cities {
	margin:-120px 0 50px 60px;
	height:52px;
	width:987px;
}
.cities a {
	display:block;
	height:30px;
	width:100px;
	float:left;
	margin:0px 10px 13px 0px;
	line-height:28px;
	font-size:20px;
	background:#8fc31f;
	color: #fff;
	font-family:"微软雅黑";
	text-decoration:none;
	text-align:center;
	border-radius:8px;
}
/*.cities a {
	display:block;
	color: #000;
	float:left;
	width:90px;
	height:40px;
	line-height:38px;
	-background:#CD7B31;
	border:solid 1px #3E3D4F;
	font-family:"Microsoft YaHei";
	font-size:18px;
	text-align:center;
	text-decoration:none;
	margin:0 13px 13px 0;
	border-radius:5px;
}
*/
.cities a:hover {
	background:#ffe400;
}
.cities a.selected {
	-border-bottom:solid 3px #ffcfa3;
	-webkit-box-shadow: 0px 2px 4px #83b713;
	-moz-box-shadow: 0px 2px 4px #900;
	-box-shadow: 0px 2px 4px #900;
	background:#ffe400;
	color:#512710;
}
.deal {
	float:left;
	margin:0 0 15px 14px;
}
.deal .link {
	display: block;
	width: 312px;
	height: 288px;
	background:#fff;
	position: relative;
	font-family: "Microsoft YaHei";
	z-index: 3;/*transition: all 0.2s ease 0s;*/
	-border:solid 1px #b7b6b7;
	-border-radius:5px;
}
.deal .link:hover {
	-webkit-box-shadow: 1px 3px 5px #3e7504;
	-moz-box-shadow: 1px 3px 5px #3e7504;
	box-shadow: 1px 3px 5px #3e7504;
}
.deal .link .title {
	position: absolute;
	left: 5px;
	top: 205px;
	width: 300px;
	height: 26px;
	line-height: 26px;
	color: #333;
	font-size: 18px;
	font-weight:bold;
	overflow: hidden;
	border-bottom: #dddddd 1px solid;
	text-align: center;
}
.deal .link .title .line {
	border-bottom:#999 dashed 1px;
	position: absolute;
	top:215px;
	left: 16px;
}
.deal .link .city {
	background-color:#FB0076;
	color: #fff;
	padding: 0 3px;
	margin-right: 3px;
	display: block;
	position: absolute;
	top: 20px;
	left: 15px;
	z-index: 2;
}
.deal .link .image {
	position: absolute;
	left: 9px;
	top: 8px;
	width: 295px;
	height: 195px;
	-border-radius: 10px;
	overflow: hidden;
	z-index: 1;
}
.deal .link .tag {
	position: absolute;
	left: 0px;
	top: 15px;
	width:70px;
	height: 30px;
	z-index:100;
	background:#9c3abc;
	color:#fff;
	font-family:"微软雅黑";
	font-size:18px;
	text-align:center;
	line-height:28px;
}
.deal .link .price {
	position: absolute;
	left: 30px;
	top: 241px;
	width: 200px;
	height: 30px;
	line-height: 18px;
	color:#fe433a;
	font-size: 12px;
	font-weight:bold;
}
.deal .link .price del {
	position: absolute;
	left: 35px;
	top: 340px;
	width: 200px;
	height: 20px;
	line-height: 80px;
	color: #666;
	font-size: 13px;
}
.deal .link .price span {
	font-size:28px;
	font-weight:bold;
}
.deal .link .value {
	position: absolute;
	left:28px;
	top: 265px;
	width: 200px;
	height: 20px;
	line-height: 20px;
	color: #888;
	font-size: 13px;
	font-weight:bold;
}
.deal .link .button {
	position: absolute;
	right: 15px;
	top: 238px;
	background-color:#fc4436;
	width: 128px;
	height: 40px;
	line-height: 36px;
	color: #fff;
	font-size: 26px;
	text-align: center;
	border-radius: 6px;
}
.deal .link .button:hover {
	background-color:#e72315;
}
.box {
	width:280px;
	text-align:center;
	height:70px;
	margin:auto;
	line-height:70px;
}
.wrapper a.more  {
	display: block;
	font-family: "Microsoft YaHei";
	font-size: 28px;
	color: #333;
	text-decoration: none;
}
.wrapper .more:hover   {
	text-decoration:underline;
}
 @-webkit-keyframes animate-snow {
 0% {
background-position: center 0, 0 0;
}
 100% {
background-position: center 885px, 0 0;
}
}
@-moz-keyframes animate-snow {
 0% {
background-position: center 0, 0 0;
}
 100% {
background-position: center 885px, 0 0;
}
}
@-ms-keyframes animate-snow {
 0% {
background-position: center 0, 0 0;
}
 100% {
background-position: center 885px, 0 0;
}
}
@keyframes animate-snow {
 0% {
background-position: center 0, 0 0;
}
 100% {
background-position: center 885px, 0 0;
}
}
