@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 {
	margin: 0px auto;
	
}
.header {
	background-image: url(../mfsj_img/mfsj_01.jpg);
    background-repeat: no-repeat;
	background-size: cover; 
	background-position:bottom;
	min-width:1200px; 
    width: 100%; 
	height:691px;
	
}
.header .title  {
  height: 693px;
  width: 1197px;
  text-align: center;
  margin: 0 auto;
	}

.content {
	margin: 0px auto;
	height:100%;
	
}
.part {
	width: 1200px;
	margin: 0px auto;
}
.part-gs {
	width: 700px;
	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;}	



