@charset "utf-8";
body,img,border,ul,li,ol,a,div,*{
	border: 0;
	padding: 0;
	margin: 0;
	text-decoration:none;
	list-style: none;
	
}
body{
	font-family: '微软雅黑', "Microsoft YaHei";
	width: 100%;
	min-width: 1300px;
	margin: 0 auto;
	display: block;
	overflow-x: hidden;
}
.banner{
	width: 100%;
	height: 1080px;
	background: url(/Tpl/Home/Index/images/202206_3in1/bg.jpg)  no-repeat  bottom;
}
.content{
	width: 740px;
	z-index: 200;
	text-align: center;
	display: block;	
	margin: -320px auto 50px auto;
	}
.content a li{
	font-size: 36px;
	width:200px ;
	height: 60px;
	color: #fff;
	line-height: 60px;
	margin:0 20px;
	display: inline-block;
	border-radius: 10px;
}
.content a:hover li{
	color: #000;
	background: #fff000;
	
}
.dw{
	background-color: #00CEC2;
}
.villa{
	background-color: #2E6DA4;
}
.middle0022{
	background-color: #CE2961;
}