div.production {
	width: 100%
}

div.production>div.banner {
	width: 100%;
	height: 700px;
	margin-bottom: 24px
}

div.production>div.banner>img {
	width: 100%;
	height: 100%
}

div.show_cproduction {
	width: 1280px;
	margin: 38px auto;
	text-align: left;
}
div.show_cproduction ul:after{
	content: ".";
	clear: both;
	display: block;
	overflow: hidden;
	font-size: 0;
	height: 0;
}
div.typeList{
	margin: 0 auto;
    width: 90%;
    text-align: center;
}
div.show_cproduction ul{
	width:960px;
	margin:0px auto 20px
	
}
div.show_cproduction ul li{
	width:80px;	
	float:left;
	width:120px;
	text-align: center;	
	border:1px solid red;
	padding:8px 24px;
	border-right:none;
	box-sizing: border-box;
	cursor: pointer;
}
div.show_cproduction ul li:last-child{
	border-right:1px solid red
}
div.show_cproduction ul li>a{
	font-size:22px;
	color:#000;
}
div.show_cproduction ul li.active{
	background:red;
	
}
div.show_cproduction ul li.active>a{
	color:#fff
}
