@charset "utf-8";
/* CSS Document */

html {
	width: 100%;
	height: 100%;
	overflow-x: hidden;
	overflow-y: auto;
}
body {
	margin: 0;
	padding: 0;
	font-size: 15px;
	font-family: "微软雅黑";
	color: #333333;
}
.cl {
	margin: 0;
	padding: 0;
	clear: both;
	height: 0;
	width: 100%;
}
h3 {
	color: #373737;
	font-size: 26px;
	text-align: center;
}
a {
	font-size: 15px;
	color: #373737;
	text-decoration: none;
}
a:hover {
	color: #e64236;
	text-decoration: none;
}
img {
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
}
.cl{ clear:both;}

.container{ width:1180px;margin: 0 auto;}
.btn{ border:none;}