html{
	font-family: "microsoft yahei";
	font-size: 16px;
}
*{
	margin: 0;
	padding: 0;
	list-style: none;
}
a{
	text-decoration: none;
	color: #000;
}
.auto{
	margin: 0 auto;
}
.clearfix::after{
	content: '';
	display: block;
	clear: both;
}
.top1{
	width: 1200px;
	height: 60px;
	background-color: bisque;
}
.top1>div{
	width: 1000px;
}
.top1>div>div{
	float: left;
}
.top1>div>ul{
	width: 680px;
	height: 60px;
	float: left;
}
.top1>div>ul li{
	width: 170px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	float: left;
}
.top1>div>ul li a:hover{
	color: red;
	text-decoration: underline;
}
.banner{
	width: 1200px;
	height: 400px;
	background: url(../images/banner.jpg) no-repeat;
	background-size: 100% 100%;
	transition: all .6s;
}
.banner:hover{
	background: url(../images/banner2.jpg) no-repeat;
	background-size: 100% 100%;
}
.title-three {
	position: relative;
	width: 210px;
	margin: 100px auto 50px auto;
	padding: 0 60px;
	border-bottom: 2px solid #333;
}

.title-three h3 {
	position: absolute;
	font-size: 24px;
	top: -15px;
	width: 210px;
	text-align: center;
	background: #FFFFFF;
}
.content{
	width: 1000px;
	margin: 24px auto;
}
.content>div{
	width: 320px;
	height: 420px;
	float: left;
	box-sizing: border-box;
	padding: 9px;
	border: 1px solid #ccc;
	cursor: pointer;
}
.content>div:hover{
	border: 1px solid red;
}
.content>div:hover img{
	transform: scale(1.2);
}
.content>div:hover h4{
	color: red;
}
.content>div:hover p{
	text-decoration: underline;
}
.content>div~div{
	margin-left: 20px;
}
.content>div>div{
	width: 300px;
	height: 220px;
	overflow: hidden;
}
.content>div>div img{
	width: 300px;
	height: 220px;
	transition: all .6s;
}
.content>div>h4{
	font-size: 23px;
	margin: 15px 0;
}
.content>div>p{
	line-height: 24px;
}
.con2{
	width: 1000px;
	margin-bottom: 50px;
}
.con2 input{
	width: 50px;
	height: 30px;
	border: 0;
	background-color: red;
	color: #fff;
	border-radius: 3px;
}
.con2 input:hover{
	background-color: darkred;
}
.footer{
	width: 1200px;
	height: 60px;
	background-color: #eabb89;
	color: #ccc;
}