/*产品列表*/
.product-list {
    padding:30px 0;
}
.product-list ul {
    overflow:hidden;
}
.product-list ul li {
    float: left;
    width:25%;
    margin-bottom: 15px;
	position:relative;
}
.product-list ul li .pic {
	margin:5px;
    height:218px;
    overflow:hidden;
	text-align:center;
}
.product-list ul li .pic img {
	max-width:100%;
	max-height:100%;
}
.product-list ul li .effect {
	position:absolute;
	top:0;
	left:0;
	margin:5px;
	width: 100%;
    height:218px;
    overflow:hidden;
	text-align:center;
	background:#fff;
	opacity:0;
}
.product-list ul li:hover .effect {
	opacity:1;
}
.product-list ul li .effect img {
	max-width:100%;
	max-height:100%;
}
.product-list ul li h3 {
    font-size: 14px;
    color:#3a3a3a;
    text-align: center;
	padding-top: 5px;
}
.product-list ul li:hover h3 {
    color:#d1292e;
}
/*产品详情*/
.product-article {
    background:#fff;
}
.product-article .top {
    padding:30px;
}
/*产品详情-大图*/
.product-article .pic-box {
    float:left;
    width:50%;
    text-align: center;
    overflow:hidden;
}
.product-article .pic-box img {
    max-width: 100%;
    max-height: 600px;
    vertical-align: middle;
}
/*产品详情-参数*/
.product-article .txt {
    float:right;
    width:50%;
    min-height:442px;
    padding:20px 60px;
    box-sizing: border-box;
}
.product-article .txt h1 {
    font-size: 24px;
    color:#3a3a3a;
    padding-bottom: 15px;  
}
.product-article .txt h1 span {
    color:#d1292e; 
	font-weight: bold;
	padding-left:20px;
}
.product-article .txt h6 {
    background-color: #fff;
    border-radius: 13px;
    color: #666;
    font-size: 14px;
    mix-width: 100px;
    min-height: 27px;
    line-height: 27px;
    margin-right: 8px;
    padding: 10px 0;
}
.product-article .txt .btn {
    padding-top: 35px;
    overflow:hidden;
}
.product-article .txt .btn  a {
    color: #fff;
    cursor: pointer;
    display: block;
    float: left;
    font-size: 16px;
    height: 42px;
    line-height: 42px;
    margin-right: 8px;
    text-align: center;
    width: 180px;
    border: 1px solid #d1292e;
}
.product-article .txt .btn .btn-1 {
	color:#3a3a3a;
    border: 1px solid #ccc;
}
.product-article .txt .btn .btn-2 {
	color:#fff;
    background: #d1292e;
}
.product-article .txt .tel {
    padding-top:40px;
    line-height: 50px;
}
.product-article .txt .tel p {
    font-size: 14px;
    color:#666;
}
.product-article .txt .tel span  {
    font-size: 32px;
    color:#d1292e;
    font-family: 'Futura';
}
.product-content {
    padding:30px 30px;
}
.product-content .tit{
    position:relative;
    font-size:26px;
    color: #333333;
    height: 64px;
    line-height: 64px;}
.product-content .tit span{
    font-size: 16px;
    color:#8e8e8e;
 }
.product-content .tit a{
    position:absolute;
    right:0;top: 0px;
}
.product-content .up{
    font-size:14px;
    color:#333333;
    padding:30px 10px;
    line-height:30px;
}
.product-content .up h2 {
    font-size:24px;
    color:#333333;
    padding:30px 0 0 20px;
    line-height:30px;
	position: relative;
}
.product-content .up h2:after {
    content: "";
    position: absolute;
    left:0px;
    bottom: 6px;
    width: 4px;
    height: 19px;
    background: #ee0718;
    transition: all 0.3s;
}
.product-content .up img{
    max-width:100%;
}
/*场景图及案例*/
.product-content .effectpic {
	overflow:hidden;
}
.product-content .effectpic p {
    float: left;
	width: 100%;
	min-height:420px;
}
.product-content .effectpic p:nth-child(odd) {
	padding:0 1% 1% 0;
}
.product-content .effectpic p:nth-child(even) {
	padding:0 0 2% 1%;
}
.product-content .effectpic  p img {
	width:100%;
}
/*旧款通用*/
.product-content .detatlshowhall {
	padding:20px 0;
	overflow:hidden;
}
.product-content .detatlshowhall p {
    float: left;
    width: 280px;
    height: 200px;
    padding: 2px;
    margin: 10px 15px 0 0;
    border: 2px solid #f1f1f1;
    text-align: center;
    overflow: hidden;
}
.product-content .quan p {
    width: 48%;
    height: 520px;
}

.product-content [title=旧款图片] p {
    height: 368px;
}

.product-content .bed p {
    width: 48%;
    height: 340px;
}
.product-content .detatlshowhall p:nth-child(odd) {
	padding:0 1% 1% 0;
}
.product-content .detatlshowhall p:nth-child(even) {
	padding:0 0 2% 1%;
}
.product-content .detatlshowhall  p img {
	width:100%;
}
/*选项卡缩略图*/
.detatlshow {
	margin:10px 0;
}
.detatlshow ul {
	overflow:hidden;}
[title=没有]{display: none;}
[title=新款]{display: none;}
.detatlshow ul li {
	float:left;
	width:280px;
	height:200px;
	padding:2px;
	margin:10px 15px 0 0;
	border:2px solid #f1f1f1;
	text-align:center;
	overflow:hidden;
}
.detatlshow ul li.cur {
	border:2px solid #d1292e;
}
.detatlshow ul li img {
	max-width:280px;
	max-height:200px;
}
/*选项卡缩略图*/
.small-photo {
	margin:10px 0;
}
.small-photo p {
	font-size: 14px;
    color: #666;
}
.small-photo ul {
	overflow:hidden;}
.small-photo ul li {
	float:left;
	width:108px;
	height:85px;
	padding:2px;
	margin:10px 15px 0 0;
	border:2px solid #f1f1f1;
	text-align:center;
	overflow:hidden;
}
.small-photo ul li.cur {
	border:2px solid #d1292e;
}
.small-photo ul li img {
	max-width:100px;
	max-height:85px;
}
/*放大镜样式*/
.jqzoom{float:left;border:none;position:relative;padding:0px;cursor:pointer;margin:0px;display:block;}
.zoomdiv{z-index:100;position:absolute;top:0px;left:0px;width:350px;height:350px;background:#ffffff;border:1px solid #CCCCCC;display:none;text-align:center;overflow:hidden;}
.jqZoomPup{z-index:10;visibility:hidden;position:absolute;top:0px;left:0px;width:20px;height:20px;border:1px solid #aaa;background:#ffffff ;opacity: 0.5;-moz-opacity: 0.5;-khtml-opacity: 0.5;filter: alpha(Opacity=50);}
/*礼堂椅选配显示和隐藏*/
[title=无]{
	display:none;
}