@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:#f7f6f4;
  width: 100%;
}

#wrap {
	margin: 0px auto;
	
}
.header {
	background-image: url(../25rsz_img/ssdh_01.jpg);
    background-repeat: no-repeat;
	background-size: cover; 
	background-position:bottom;
	min-width:1200px; 
    width: 100%; 
	height:720px;
	
}
.header .title  {
  height: 515px;
  width: 936px;
  text-align: center;
  padding-top: 50px;
  margin: 0 auto;
	}
	
.nav{
	width: 1200px;
	text-align:center;
	vertical-align:middle;
	font-family:"微软雅黑";
	font-size:20px;
	line-height:40px;
	padding-top:90px;
	margin: 0 auto;
}

.nav a{
	color:#000;
	text-decoration:none;
	}
	
.nav a:hover {
	color:#000;
	}

.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;}	


