@charset "utf-8";
/* CSS Document */
html, body {
  height: 100%;
}
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: #FFFFFF;

}
#wrap {
	margin: 0 auto;
}
 
 
.header {
	background-image: url(../24szss_img/24szss.jpg);
    background-repeat: no-repeat;
	background-size: cover; 
	background-position:bottom;
	min-width:1200px; 
    width: 100%; 
	height:468px;
}
.header .title  {
  padding-top: 50px;
  height: 316px;
  width: 1156x;
  text-align:center;
  margin: 0 auto;
	}

.nav{
	width: 1200px;
	text-align:center;
	vertical-align:middle;
	font-family:"微软雅黑";
	font-size:18px;
	line-height:40px;
	padding-top:60px;	
	margin: 0 auto;
}
.nav a{
	color:#27378d;
	text-decoration:none;
	}
.nav a:hover {
	color:#d3d3d3;
	}
.tit {
	 width: 1200px;
	 float:left;
	 text-align: center;
	 font-size: 50px;
	 padding-top: 30px;
	}		
	
.content {
	width: 1200px;
	margin: 0 auto;
}
.nr {
	float:left;
	width: 1200px;
	height:100%;
	}
	
.ztsm {
	font-family: "微软雅黑";
	font-size: 14px;
	margin-top:10px;
	line-height: 40px;
	color: #000;
	text-align: center;
	float: left;
	height: 100px;
	width: 100%;
}

img {vertical-align: bottom;}	