/* 公共style */
html{
	font-family: "microsoft yahei,arial, helvetica, sans-serif";
	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;
}
/* 网页样式start */
.top1{
	width: 1200px;
	height: 60px;
	background-color: hotpink;
}
.top1 li{
	width: 150px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	float: left;
}
.top1 li a{
	color: #fff;
	display: block;
}
.top1 li a:hover{
	color: blue;
	font-weight: 700;
}
.banner,.banner img{
	width: 1200px;
	height: 450px;
}
.cp2{
	width: 1200px;
	margin: 40px auto;
}
.cp2 h2{
	width: 180px;
	height: 60px;
	background-color: hotpink;
	color: #fff;
	font-weight: 300;
	line-height: 60px;
	text-align: center;
	border-radius: 15px 15px 0 0;
	
}
.main3{
	width: 1000px;
	margin: 40px auto;
}
.main3 div{
	width: 242px;
	height: 380px;
	float: left;
}
.main3 div~div{
	margin-left: 10px;
}
.main3 div img{
	width: 242px;
	height: 180px;
}
.main3 div p:nth-of-type(1){
	font-weight: 600;
	font-size: 16px;
	margin: 30px 0 20px;
}
.main3 div p:nth-of-type(2){
	width: 120px;
	height: 35px;
	background-color: #f0f0f0;
	line-height: 35px;
	text-align: center;
	border-radius: 1px;
	border: 1px solid #ccc;
	color: hotpink;
	margin-bottom: 15px;
	cursor: pointer;
}
.main3 div p:nth-of-type(3){
	font-size: 14px;
	color: #888;
}
.main4{
	width: 1000px;
	margin: 30px auto;
}
.main4 div{
	width: 475px;
	height: 340px;
	float: left;
	color: #666;
}
.main4 div~div{
	margin-left: 50px;
}
.main4 div img{
	width: 475px;
	height: 300px;
}
.footer{
	width: 1200px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	background-color: hotpink;
	color: #fff;
}