*{
	margin: 0;
	padding: 0;
}
a{
	text-decoration: none;
}
li{
	list-style: none;
}
html{
	width: 100%;
}
body{
	background-color:#104e50;
	width: 100%;
	min-width: 1200px;
	margin: 0 auto;
}
#container{
	width: 1200px;
	margin: 0 auto;
	background-color: white;
}
.header{
	line-height: 70px;
	padding: 0 20px;
	background-color: #55a4a7;
	color: white;
}
.nav{
	display: flex;
	line-height: 50px;
	background-color: #5F9EA0;
}
.nav a{
	color: white;
}
.nav li{
	width: 10%;
	text-align: center;
}
.logo{
	display: inline-block;
	font-size: 28px;
	font-weight: 600;
}
.header span{
	float: right;
}
.cont{
	text-align: center;
}
.card{
	width: 250px;
	margin: 10px;
	border: 2px solid #bbb;
	padding: 5px;
	text-align: center;
	height: 270px;
	display: inline-block;
}
.img{
	height: 230px;
	overflow: hidden;
}
.img img{
	width: 100%;
}
.text{
	background-color: cadetblue;
	color: white;
	line-height: 40px;
	overflow: hidden;
	height: 40px;
}
.fooetr{
	text-align: center;
	line-height: 80px;
	background-color: #5F9EA0;
	color: white;
	margin-top: 60px;
}
.search{
	text-align: center;
	padding: 80px 0;
	background: url(../img/bg.jpg);
	background-size: cover;
}
.search input{
	width: 400px;
	height: 30px;
	border-radius: 5px;
	border: 1px solid #104E50;
}
.search button{
	height: 32px;
	width: 100px;
	border-radius: 5px;
	background-color: #55A4A7;
	color: #FFFFFF;
	border: 1px solid #104E50;
}
.sort{
	background-color: #5F9EA0;
	color: white;
	padding: 10px 30px;
}
.sort li{
	line-height: 40px;
}
.sort a{
	color: #104E50;
	display: inline-block;
	padding: 5px 10px;
	background-color: white;
	height: 20px;
	line-height: 20px;
	margin: 0 10px;
}