.body{
	overflow: hidden;
	background-color: #f0f0f0;
}
.wz_center{
	width: 1200px;
	min-height: 790px;
	margin: 0 auto;
	background-color: #FFFFFF;
}
.wz_head{
	width: 1200px;
	height: 254px;
	background: url(wenzhang_tel.jpg) no-repeat top center;
	overflow: hidden;
}
.wz_zhengfu{
	color: #e93223;
	font-family: NSimSun;
	font-size: 40px;
	font-weight: 900;
	width: fit-content;
	margin: 0 auto;
	margin-top: 140px;
}
.wz_zhengfu span{
	float: right;
	line-height: 76px;
	margin-left: 20px;
}
.wz_xiazai{
	width: 206px;
	height: 39px;
	float: right;
	position: relative;
	bottom: 17px;
	right: 12px;
}
.wz_xiazai ul li{
	float: left;
	margin-left: 12px;
}
.wz_fabu{
	width: 1200px;
	height: 111px;
	margin: 0 auto;
	background: url(wz_fabu.jpg) no-repeat top center;
}
.wz_fabu{
	font-size: 28px;
	line-height: 111px;
	color: #015293;
	font-weight: 900;
	font-family: NSimSun;
}
.wz_fabu span{
	float: right;
	margin-right: 100px;
}
.wz_zhuti{
	width: 935px;
	min-height: 790px;
	margin: 0 auto;
	/* background-color: #DD514C; */
	margin-top: 69px;
	padding-bottom: 30px;
}
.wz_biaoti{
	width: 935px;
	height: auto;
	text-align: center;
	overflow: hidden;
	padding-bottom: 50px;
}
.biaoti{
	font-weight: 900;
	font-family: 'FZXiaoBiaoSong-B05S';
	font-size: 28px;
	color: #333333;
}
.fubiaoti{
	font-weight: 500;
	font-family: fangsong;
	font-size: 18px;
	color: #333333;
	/* padding-top: 20px; */
}
@media only screen  and (max-width: 1200px) {
  .wz_center,.wz_head,.wz_fabu{
    width: 100%;
  }
  .wz_zhuti {
    width:90%;
  }
  body {
    min-width: 100% !important;
  }
}
@media only screen  and (max-width: 600px) {
  .wz_zhengfu {
    font-size: 4rem;
    margin-top: 4rem;
  }
  .wz_zhengfu img {
    height: 7rem;
  }
  .wz_zhengfu span {
    line-height: 7rem;
    margin-left: 1rem;
  }
  .wz_head {
    width: 100%;
    height: 22rem;
    background-size: 100% 22rem;
  }
  .wz_xiazai{
    bottom: -10px;
  }
  .wz_zhuti {
    padding-bottom: 5rem;
    margin-top: 5rem;
  }
  .wz_zhuti p, .wz_zhuti span, .wz_zhuti a {
    line-height: 150% !important;
  }
  .wz_fabu span {
    margin-right: 2rem;
  }
}