@charset "utf-8";
/* CSS Document */
#page {
	width: 770px;
	height: auto;
	font-size: 13px;
	color: #666666;
	margin: 0 0 0 0;
	padding-top: 25px;
	float: none;
	background-image: url(../images/about/bg_top.jpg);
	background-position: top center;
	background-repeat: repeat-x;
	line-height: 22px;
}
/* 產品列表區塊 */
#page .iad {
	width: 770px;
	height: auto;
	position: relative;
	margin: 0 0 0 0;
	padding-bottom: 0px;
	background-image: url(../images/index/hot_house_sd.png);
	background-position: bottom center;
	background-repeat: no-repeat;
}
#page .iad_title {
	width: 608px;
	height: 35px;
	padding: 0 0 0 162px;
	float: left;
	background-image: url(../images/products/break_bg.jpg);
	line-height: 35px;
	font-size:13px;
	color:#0080CD;
	-webkit-transition: all 120ms linear;
	-moz-transition: all 120ms linear;
	-o-transition: all 120ms linear;
	transition: all 120ms linear;
}
#page .iad_title a {
	font-size:13px;
	color:#0080CD;
	text-decoration:none;
	}
#page .iad_title a:hover {
	font-size:13px;
	color: #F60;}
#page .iad_box {
	width: 240px;
	height: 225px;
	float: left;
	padding: 0px;
	position: relative;
	margin-top: 15px;
	margin-left:24px;
	margin-right:0px;
}
#page .iad_box:nth-child(3n-1) {
	width: 240px;
	height: 225px;
	float: left;
	padding: 0px;
	position: relative;
	margin-top: 15px;
	margin-right:0px;
	margin-left:0px;
}
#page .iad_lefttop {
	width: 111px;
	height: 23px;
	position: absolute;
	left: 10px;
	font-size: 13px;
	color: #999999;
	text-align: center;
	top: 11px;
}
#page .iad_name {
	width: 240px;
	height: 26px;
	color: #333333;
	font-size: 14px;
	line-height: 26px;
}
#page .iad_box:hover .iad_name {
    color: #B20000;
    text-decoration: underline;
}
#page .iad_name_color {
	color: #218A00;
	font-size: 13px;
}
#page .iad_sale {
	width: 240px;
	height: 26px;
	line-height: 26px;
	color: #FF4000;
	font-size: 14px;
}
#page .iad_buy {
	width: 174px;
	height: 26px;
	line-height: 26px;
	color: #FF0000;
	font-size: 13px;
}
#page .iad_pic {
	width: 238px;
	height: 170px;
	border: #CCC 1px solid;
	background-color: #FFF;
	position: relative;
	cursor: pointer;
	-webkit-transition: all 120ms linear;
	-moz-transition: all 120ms linear;
	-o-transition: all 120ms linear;
	transition: all 120ms linear;
	text-align:center;
}
#page .iad_pic:hover {
	width: 238px;
	height: 170px;
	border: #F00 1px solid;
	background-color: #FFF;
	position: relative;
}
#page .iad_picover {
	width: auto;
	height: auto;
	position: absolute;
	right: -5px;
	top: 126px;
}
#page .iad_picover {
    display: block;
    width: 45px;
    height: 41px;
    background: url(../images/wrapper/iproducts/cart_over.png);
    text-indent: 100%;
    text-align: left;
    padding: 0;
    white-space: nowrap;
    overflow: hidden;
    pointer-events: none;
}
#page .iad_box:hover .iad_picover {
    background-position: 0 100%;
}

/* 產品列表區塊 */
#page .page_nobox {
	margin-top: 30px;
	width: 100%;
	float: none;
}
