﻿#Product_details{
	margin-top: 71px;
}
#Product_details .bannar img{
	width: 100%;
}
.sidebar_nav li.active span i{
	transform:rotate(90deg);
	-ms-transform:rotate(90deg); /* Internet Explorer */
	-moz-transform:rotate(90deg); /* Firefox */
	-webkit-transform:rotate(90deg); /* Safari 和 Chrome */
	-o-transform:rotate(90deg); /* Opera */
}
/*主要内容*/
.main{
	padding-top: 20px;
	padding-bottom: 60px;
}
.details .details_cont{
	width: 834px;
}
.details .hd{
	margin-top: 24px;
	color: #333333;
}
.details .gallery{
	width: 380px;
	height: 100%;
	margin-left: 20px;
	position: relative;
}
.view{
	width: 380px;
	height: auto;
}
.show{
	width: 380px;
	height: 380px;
	margin-bottom: 9px;
	position: relative;
	cursor:move;
	border: 1px solid #D3D3D3;
}
.show img{
	width: 380px;
	height: 380px;
}
.mask{
	width: 190px;
	height: 190px;
	background: #000;
	filter: Alpha(opacity=50);
	opacity:0.5;
	position: absolute;
	top: 0;
	left: 0;
	display: none;
}
.bigView{
	width: 380px;
	height: 380px;
	overflow: hidden;
	margin-left: 10px;
	display: none;
	border:1px solid #E8E8E8;
	position: absolute;
	left: 380px;
	top: 0;
}
.bigView img{
	width: 760px;
	height: 760px;
}
.smallImg{
	width: 100%;
	height: 68px;
	position: relative;
	overflow: hidden;
}
.smallImg img{
	width:68px;
	height: 68px;
	border:2px solid transparent;
	box-sizing: border-box;
	transition: all 0.5s;
}
.smallImg ul{
	overflow: hidden;
}
.smallImg li{
	width: 68px;
	height: 68px;
	float: left;
	cursor:pointer;
	padding-right: 10px;
}
.smallImg li:nth-child(5n){
	margin-left: 0;
}
.details .property{
	width: 404px;
	height: 100%;
}
.details .property h1{
	font-size: 18px;
	line-height: 24px;
	font-weight: 600;
	margin: 3px 0 0px;
}
.details .property p{
	font-size: 16px;
	line-height: 30px;
	height: 280px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 9;
	overflow: hidden;
}
.details .property .btn_box{
	font-size: 0;
	margin-top: 56px;
}
.details .property .btn_box a{
	display: inline-block;
	width: 100px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	border-radius: 4px;
	color: #ffffff;
	font-size: 16px;
}
.details .property .btn_box a.share{
	background-color: #eb6100;
}
.details .property .btn_box a.buy{
	background-color: #03a14c;
	margin: 0 52px;
}
.details .property .btn_box a.contact_us{
	background-color: #108cee;
}

.content .bd{
	margin-top: 28px;
}
.content .bd .tab_nav{
	border-bottom: 2px solid #E5E5E5;
	margin-bottom: 20px;
	overflow: hidden;
}
.content .bd .tab_nav li{
	float: left;
	width: 120px;
	text-align: center;
	height: 42px;
	line-height: 42px;
	background-color: #e3e3e3;
	color: #333333;
	font-size: 18px;
	margin-right: 5px;
	cursor: pointer;
}
.content .bd .tab_nav li.active{
	background-color: #a82336;
	color: #FFFFFF;
}
.content .bd .tab_panel>div{
	display: none;
}
.content .bd .tab_panel>div.active{
	display: block;
}
