

.detail-w1{
	overflow: hidden;
	margin-top: 29px;
}

.detail-w1-p1{
	float: right;
	width: 471px;
}
.detail-w1-p2{
	float: left;
	width: 408px;
}
.detail-w1-p2-img{
	width: 405px;
	height: 405px;
	margin: 0 auto;
	border: 1px solid #ddd;
	position: relative;
}
.detail-w1-p2-img img{
	width: 405px;
	height: 405px;
}

.detail-w1-p2-ls{
	height: 101px;
	overflow: hidden;
	margin-top: 14px;
}
.detail-w1-p2-ls-prev, .detail-w1-p2-ls-box, .detail-w1-p2-ls-next{
	float: left;
}
.detail-w1-p2-ls-box {
	overflow: hidden;
	width: 324px;
    height: 100%;
	margin: 0 3px;
}
.detail-w1-p2-ls-box ul{
	overflow: hidden;
	width: 110%;
}
.detail-w1-p2-ls-box li{
	float: left;
	width: 98px;
	height: 98px;
	border: 1px solid #ededed;
	margin-right: 12px;
}
.detail-w1-p2-ls-box li.active{
	border-color: #d0cabe;
}
.detail-w1-p2-ls-box li img{
	width: 98px;
	width: 98px;
}
.detail-w1-p2-ls-prev, .detail-w1-p2-ls-next{
	display: block;
	width: 28px;
	height: 100%;
	text-indent: -999px;
	overflow: hidden;
	background: url(../images/detail-w1-p2-ls-arrow.png) no-repeat left center;
}
.detail-w1-p2-ls-next{
	background-position: right center;
}

.detail-w1-p1{

}
.detail-w1-p1-hd{
	height: 39px;
	line-height: 39px;
	position: relative;
}
.detail-w1-p1-hd span{
	display: block;
	height: 100%;
	width: 92px;
	background: #999595;
	font-size: 18px;
	color: white;
	text-align: center;
}
.detail-w1-p1-hd hr{
	margin: 0;
	border: none;
	width: 100%;
	height: 1px;
	background: black;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: -1;
}
.detail-w1-p1-title{
	margin-top: 54px;
	height: 28px;
	line-height: 28px;
}
.detail-w1-p1-title h1{
	font-size: 18px;
	color: black;
}
.detail-w1-p1-contents{
	height: 252px;
	overflow: hidden;
	line-height: 36px;
	color: #0b0b0b;
	margin-top: 12px;
}

.detail-w1-p1-tel{
	margin-top: 12px;
	height: 26px;
	line-height: 26px;
	font-size: 16px;
	color: black;
}
.detail-w1-p1-tel b{
	font-size: 18px;
}
.detail-w1-p1-btn{
	margin-top: 21px;
}
.detail-w1-p1-btn a{
	height: 35px;
	line-height: 35px;
	display: block;
	width: 110px;
	height: 100%;
	background: #2ea7f8;
	color: white;
	text-align: center;
	border-radius: 4px;
}

.detail-w2{
	margin-top: 33px;
}
.detail-w2-btns{
	height: 39px;
	line-height: 39px;
	border-bottom: 1px solid black;
	overflow: hidden;
	margin-bottom: 37px;
}
.detail-w2-btns a{
	display: block;
	float: left;
	height: 100%;
	padding: 0 8px;
	background: #999595;
	font-size: 18px;
	color: white;
	margin-right: 10px;
}
.detail-w2-btns a.active{
	background: #2ea7f8;
}
.detail-w2-items{
	min-height: 857px;
}



#bigImg{
	position: absolute;
	height: 385px;
	width: 385px;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
}

.detail-w1-p2-img .detail-w1-p2-img-glass{
	width: 160px;
	height: 160px;
	position: absolute;
	top: 0;
	left: 0;
	background-color: #666;
	filter:alpha(opacity=50);
	-moz-opacity:0.5; 
	opacity:0.5;
	display: none;
	cursor: move;
}





.feedback{
	margin: 29px 0 53px;
	background: #f4f4f4;
	padding: 13px 25px 0;
	overflow: hidden;
}

.feedback-it p , .feedback-row-it p{
	height: 26px;
	line-height: 26px;
	color: #777;
	font-size: 12px;
}
.feedback-it p i, .feedback-row-it p i{
	color: red;
}

.feedback-row{
	overflow: hidden;
	padding-top: 19px;
}
.feedback-row-it{
	width: 48%;
	float: left;
	margin-right: 2%;
}
.feedback-row-it input{
	width: 100%;
	height: 26px;
	line-height: 26px;
	border: 1px solid #a9a9a9;
}
.feedback-it textarea{
	width: 98.2%;
	height: 80px;
	line-height: 26px;
	border: 1px solid #a9a9a9;
}
.feedback-btns{
	margin: 59px 0 20px;
}
.feedback-btns input{
	border: none;
	width: 68px;
	height: 43px;
	line-height: 43px;
	text-align: center;
	color: white;
	font-size: 16px;
	background: #026dc0;
	cursor: pointer;
}