.Inpic{
	display: flex;
}
.Inpic .CMimg{
	width: 590px;
	height: 452px;
	background: rgb(204, 204, 204);
	display: flex;
	justify-content: center;
	align-items: center;
}
.Inpic .CMimg:first-child{
	margin-right: 20px;
}
.sear{
	width: 100%;
	display: flex;
}
.sear form{
	display: flex;
}
.sear input{
	width: 100%;
	height: 33px;
	border:1px solid #fff
}
.sear button:before{
	content: "搜索";
	font-size: 13px;
	color: #888;
}
.sear button{
	
	width: 60px;
	cursor: pointer;
	background: #dbdbdb;
	border-style:none;
	outline: none;
}