@charset "utf-8";
body{
	background: #fafafa;
}
header .menu ul li.product .product_01 a{
	color: #e60012;
	border-bottom: 3px solid #e60012;
}
#breadcrumbs{
	margin-top: 90px;

}

#banner{
	position: relative;
}

#proList{
	padding-bottom: 50px;
	overflow: hidden;
}

#proList .proListBox ul{
	padding:20px 0;
	text-align: center;
	margin: 0 -15px;
}
#proList .proListBox ul li{
	position: relative;
	top: 0;
	margin-bottom:30px;
	list-style: none;
	display: block;
	float: left;
	width: 33.3%;
	
}
#proList .proListBox ul li a{
	display: block;
	position: relative;
	background: #fff;
	border:1px solid #ddd;
	margin:0 15px;
	top: 0;
	box-shadow:0 0 5px rgba(0,0,0,0.08);
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;	
}
#proList .proListBox ul li a:hover{
	top: -15px;
	box-shadow:0 5px 20px rgba(0,0,0,0.12);
}
#proList .proListBox ul li img{
	width: 100%;
}
#proList .proListBox ul li h2{
	font-size: 1.8rem;
	text-align: left;
	padding:12px 20px 0;
}
#proList .proListBox ul li h4{
	color: #888;
	padding:0px 20px;
	text-align: left;
}
#proList .proListBox ul li span{
	color: #000;
	display: block;
	padding:12px 20px;
	text-align: left;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

#proList .proListBox ul li a:hover span{
	color: #e60012
}




/*产品详细页*/
#detailBox {
	margin-top: 30px;
}
#detailBox .mainBox{
	position: relative;
}
#detailBox .link{
	position: absolute;
	right: 0;
	top: -50px;
}
#detailBox .link a{
	display: inline-block;
	margin-left: 15px;
	line-height: 30px;
	height: 32px;	
	background: #e2e2e2;
	border-radius: 30px;
	padding: 0 20px;
}
#detailBox .link a.consult{
	border-radius: 30px;
	background: #E60012;
	padding: 0 20px;
	color: #fff;
}
.mz-expand div, .mz-expand span{
	overflow: hidden;
	height: 0;
}
.mz-expand .mz-expand-stage, .mz-expand .mz-expand-controls, .mz-expand .mz-image-stage, .mz-expand .mz-expand-thumbnails, .mz-expand .magic-thumbs, .mz-expand .magic-thumbs-wrapper{
	height: auto;
}

#detailBox .app-figure{
	width: 600px;
	position: relative;
	float: left;
	margin-right: 50px;
	margin-bottom: 50px;
}
#detailBox .app-figure .zoom-icon{
	width: 15px;
	height: 15px;
	position: absolute;
	background: url(../images/zoom.png);
	top: 20px;
	right: 20px;
	z-index: 2;
}
#detailBox .app-figure .zoom-icon img{
	display: none;
}
	/*产品小图滚动*/
	#vertical .example1 { position: relative; }
	#vertical .example1 .sly { 
		width: 600px; 
		padding-top: 20px;
	}
	#vertical .example1 .sly ul { 
		width: 100%; 
		height: 100%; 
		text-align: center;
		padding: 0;
		overflow: hidden;}
	#vertical .example1 .sly ul li { 
		list-style-type: none;
		height: 90px;
		display: inline-block;
	}

.product-info{
	padding-top: 10px;
}
.product-info h1{
	font-size: 3rem;
	padding-bottom: 15px;
}
.product-info h2{
	margin-bottom: 40px;
}

.detail-con{
	background: #fff;
	padding: 10px 0;
}
.detail-con .block{
	overflow: hidden;
	border-bottom: 1px solid #f1f1f1;
	padding: 50px 0;
}
.detail-con .block .pic{
	width: 45%;
	margin-right: 30px;
	float: left;
}
.detail-con .block.right .pic{
	width: 45%;
	float: right;
	margin-left: 30px;
	margin-right: 0;
}
.detail-con .block .pic img{
	width: 100%;
}
.detail-con .block .text{
	
}
.detail-con .block .text h3{
	font-size: 2.4rem;
	margin-bottom: 10px;
}


.detail-con #parameter{
	margin: 30px 0;
	font-size: 2.6rem;
	padding-left: 20px;
}
.detail-con .detail-info{
	padding: 0;
}
.detail-con .detail-info li{
	list-style: none;
	overflow: hidden;
}

.detail-con .detail-info li span.title{
	padding: 20px;
	border-top: 1px solid #f1f1f1;
	display: block;
	width: 200px;
	float: left;
	font-size: 1.6rem;
}
.detail-con .detail-info li span.con{
	padding: 20px;
	border-top: 1px solid #f1f1f1;
	display: block;
	font-size: 1.6rem;
	margin-left: 250px;
}










@media screen and (max-width: 768px) {
header .menu ul li.product .product_01 a{
	color: #e60012;
	border-bottom: 0;
}

#breadcrumbs{
	margin-top: 35px;
}
#proList{
	padding-bottom: 0px;
}
#proList .proListBox ul{
	padding:20px 0;
	text-align: center;
	margin: 0 0px;
}
#proList .proListBox ul li{
	position: relative;
	top: 0;
	margin-bottom:30px;
	list-style: none;
	display: block;
	float: none;
	width: 100%;
}
#proList .proListBox ul li a{
	padding-bottom: 10px;
}
#proList .proListBox ul li span{
	display: none;
}

/*产品详细页*/
#detailBox {
	margin-top: 10px;
}
#detailBox .mainBox{
	position: relative;
}
#detailBox .link{
	display: none;
}
#detailBox .link a{
	display: inline-block;
	margin-left: 15px;
	line-height: 30px;
	height: 32px;	
	background: #e2e2e2;
	border-radius: 30px;
	padding: 0 20px;
}
#detailBox .link a.consult{
	border-radius: 30px;
	background: #E60012;
	padding: 0 20px;
	color: #fff;
}
.mz-expand div, .mz-expand span{
	overflow: hidden;
	height: 0;
}
.mz-expand .mz-expand-stage, .mz-expand .mz-expand-controls, .mz-expand .mz-image-stage, .mz-expand .mz-expand-thumbnails, .mz-expand .magic-thumbs, .mz-expand .magic-thumbs-wrapper{
	height: auto;
}	
	#vertical .example1 .sly { 
		width: 100%; 
		padding-top: 10px;
	}
	#detailBox .app-figure .zoom-icon{
		width: 100%;
	    height: auto;
	    position: absolute;
	    background: none;
	    top: 0px;
	    right: 0px;
	    z-index: 2
	}
	#detailBox .app-figure .zoom-icon img{
		width: 100%;
		display: block;
		opacity: 0;
	}
#detailBox .app-figure{
	width: 100%;
	position: relative;
	float: none;
	margin-right: 50px;
	margin-bottom: 10px;
}
.product-info{
	padding: 10px 20px 0;
}
.product-info h1{
	font-size: 2rem;
	padding-bottom: 10px;
}
.product-info h2{
	margin-bottom: 0px;
}

.detail-con{
	background: #fff;
	padding: 10px 0;
}
.detail-con .block{
	overflow: hidden;
	border-bottom: 1px solid #f1f1f1;
	padding: 50px 0;
}
.detail-con .block .pic{
	width: 45%;
	margin-right: 30px;
	float: left;
}
.detail-con .block.right .pic{
	width: 45%;
	float: right;
	margin-left: 30px;
	margin-right: 0;
}
.detail-con .block .pic img{
	width: 100%;
}
.detail-con .block .text{
	
}
.detail-con .block .text h3{
	font-size: 2.4rem;
	margin-bottom: 10px;
}

.detail-con .detail-info{
	padding: 0;
}
.detail-con .detail-info li{
	list-style: none;
	overflow: hidden;
}

.detail-con .detail-info li span.title{
	padding:10px 0 10px 20px ;
	border-top: 1px solid #f1f1f1;
	display: block;
	width: 120px;
	float: left;
	font-size: 1.2rem;
}
.detail-con .detail-info li span.con{
	padding:  10px 10px;
	border-top: 1px solid #f1f1f1;
	display: block;
	font-size: 1.2rem;
	margin-left: 130px;
}


｝
















