@charset "utf-8";
/* CSS Document */

/*清零样式*/
html,body{
	height: 100%;
	color: #333333;
}
body , ul , p,a { /*逗号:多选*/
	margin:0; /*外边距*/
	padding:0; /*内边距*/
}

li{
	list-style:none;/*列表样式:无(去掉小圆点)*/
}

a{
	text-decoration:none; /*下划线:无*/
	color: #00abeb;
}
.w1200{
	width: 1200px;
	width: 60rem;
	margin: auto;
	margin-top: 40px;
	margin-top: 2rem;
}





















