@charset "utf-8";
/* CSS reset 
body,div,ul,ol,li,dl,dt,dd,p,h1,h2,h3,h4,h5,h6,select,option,td,th,form,fieldset,input,textarea{padding:0;margin:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:none;}
address,em,th{font-style:normal;font-weight:normal;}
caption,th{text-align:left;}
ol,ul{list-style:none outside none;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
body{font:12px/1.6em "\5B8B\4F53";color:#838383;}
.clearfix:after{content:".";display:block;height:0;clear:both;visibility:hidden;}
.clearfix{zoom:1;}
a:link,a:visited{text-decoration:none;color:#838383;} */
.left{float:left;}
.right{float:right;}

/* main */
.main{width:1120px;margin:50px auto;padding:28px 0;}
.allProduct { padding-top:60px;}
.ProductList{overflow:hidden;}
.ProductList li{float:left;width: 270px;height:370px;overflow:hidden; margin:5px; background: #f4f4f4;}
.ProductList .unit{position:relative;z-index:4;height: 270px;}
.ProductList .images{display:block;width:270px;height: 270px;overflow:hidden;}
.ProductList .images img{display:block;width: 270px;height: 270px;}
.ProductList li img{width: 270px;height: 270px;}
.ProductList li:hover{ background: #333333;transition:background-color 0.3s linear }
.ProductList li:hover .case_tit_box p.tit{ color: #fff;}
.ProductList li:hover .case_tit_box p.con{ color: #fff;}
/* allProduct */
.allProduct{position:relative;z-index:2;}
.productTab{position:absolute;top:-68px;left:-2px;height:64px;padding-top:8px;z-index:9999;}
.productTab li{float:left;margin: 0 5px;}
.productTab li.select a{background: #333333; color: #fff;}
.productTab  a{font-size: 16px;border: 1px #c1c1c1 solid;display: block;padding-left:26px;padding-right: 26px;height: 44px;line-height: 44px;}
.allProduct .ProductList{width:1120px;}
.loadMore{width:100%;height:40px;border-top:1px solid #C68D43;position:relative;z-index:2;}
.loadMore a{position:absolute;height:40px;line-height:40px;text-align:center;width:140px;color:#fff;background-color:#C68D43;left:45%;top:-20px;font-size:14px;}
.loadMore a:hover{background-color:#2d2d2d;}

/* isotope */
.isotope-item{z-index:2}
.isotope-hidden.isotope-item{pointer-events:none;z-index:1}
.isotope,.isotope .isotope-item{
	-webkit-transition-duration:0.8s;
	-moz-transition-duration:0.8s;
	-ms-transition-duration:0.8s;
	-o-transition-duration:0.8s;
	transition-duration:0.8s
}
.isotope{
	-webkit-transition-property:height, width;
	-moz-transition-property:height, width;
	-ms-transition-property:height, width;
	-o-transition-property:height, width;
	transition-property:height, width
}
.isotope .isotope-item{
	-webkit-transition-property:
	-webkit-transform, opacity;
	-moz-transition-property:-moz-transform, opacity;
	-ms-transition-property: -ms-transform, opacity;
	-o-transition-property:top, left, opacity;
	transition-property:transform, opacity
}
.isotope.no-transition,.isotope.no-transition .isotope-item,.isotope .isotope-item.no-transition{
	-webkit-transition-duration:0s;
	-moz-transition-duration:0s;
	-ms-transition-duration:0s;
	-o-transition-duration:0s;
	transition-duration:0s
}