@charset "utf-8";
/*设计者 李旭梅 */
*{
	border: 0;
	margin: 0px auto;
	padding: 0px auto;
	list-style-type: none;
	
}
body {
  margin: 0;
  font-family: 'Montserrat', sans-serif;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  font-size: 14px;
  font-family: "宋体", Arial;
  background-color:#fff;
  width: 100%;
}

#wrap {
	width: 800px;
	margin: 0px auto;
	
	
}

.content {
	margin: 0px auto;
	height:100%;
	
}
.part {
	width: 800px;
	margin: 0px auto;
}

.ztsm {
	font-family: "微软雅黑";
	font-size: 14px;
	margin-top:30px;
	line-height: 40px;
	color: #000;
	text-align: center;
	float: left;
	height: 100px;
	width: 100%;
}
img {vertical-align: bottom;}	


