* {
	font-family: "Microsoft YaHei";
	margin: 0;
	padding: 0;
	font-size: 12px;
	zoom:1;
	box-sizing:border-box;
}

ul li {
	list-style: none
}
img{
	border:none;
}
.box{ overflow:hidden;margin:0 auto;width:1000px}
.line{width:100%;overflow:hidden; }
.column{overflow:hidden;padding:0 10px 0 10px; float:left}
.inline-list{display: inline-block;}
.border-bottom-2{border-bottom:2px solid #666;}
.productshow{width:100%;min-height:223px;overflow:hidden;position: relative;}
.cataname{width:800%;min-height:220px;overflow:hidden;display:block;}
.catacontent{width:900px;min-height:220px;overflow:hidden;margin:0 auto;position: relative;border:1px solid #033;}
.cataname ul{width:900px;overflow:hidden;position:relative;float:left;}
.pre{position: absolute;top:264px;left:15px;cursor: pointer;display: none;}
.next{position: absolute;top:264px;right:15px;cursor: pointer;}
.product-catalog ul{margin:0;}
.product-catalog>span{line-height: 40px;margin-right:10px;}
.product-catalog ul li a{display: block;padding: 10px 17px;;text-decoration:none;}
.active{border-bottom: red 2px solid !important;}
.right{ float:right !important}