.productMix{
	width: 1200px;
	margin: 0 auto;
}
.search{
	width: 100%;
	height: 80px;
	background: #FFB100;
	margin: 18px auto 0;
}
.search input{
	width: 80%;
	display: block;
	padding: 0;
	margin: 0;
	float: left;
	height: 80px;
	line-height: 80px;
	border: none;
	outline: none;
	background: none;
	font-size: 18px;
	color: #fff;
	box-sizing: border-box;
	padding-left:40px ;
}
::-webkit-input-placeholder{
	color: #fff;
	font-size: 18px;
}
:-moz-placeholder{
	color: #fff;
	font-size: 18px;
}
::-moz-placeholder{
	color: #fff;
	font-size: 18px;
} 
:-ms-input-placeholder{
	color: #fff;
	font-size: 18px;
}  
.search a{
	display: block;
	width: 80px;
	height: 80px;
	float: right;
}
.search a img{
	display: block;
	height: 20px;
	margin: 30px auto 0;
}
.productItem{
	width: 100%;
	overflow: hidden;
}
.productItem li{
	width: 50%;
	float: left;
	border-bottom:2px dotted #595757;
	padding: 60px 0;
}
.productItem li h1{
	font-size: 18px;
	color: #292525;
	text-align: center;
}
.productItem li img{
	display: block;
	width: 100%;
	box-sizing: border-box;
	border-right: 2px dotted #fff;
}
.productItem li:nth-child(odd) img{
	border-right: 2px dotted #595757;
}

