* {
	margin: 0;
	padding: 0;
}
html,body {
	font-family: '宋体',Helvetica,Tahoma,arial,sans-serif;
}
h1 {
	font-size: 60px;
	line-height: 82px;
}
h2 {
	font-size: 42px;
}
h3 {
	font-size: 30px;
}
h4 {
	font-size: 26px;
}
h5 {
	font-size: 18px;
}
p {
	font-size: 14px;
	line-height: 22px;
}
ul,ol {
	list-style-type: none;
}
a,a:link,a:hover {
	outline: none;
	text-decoration: none;
	border: none;
}
h2 span {
	color: #ec661a;
}
.clear {
  display: block;
  zoom: 1;
  overflow: hidden;
}
.float-left {
  float: left;
}
.float-right {
  float: right;
}
.nav {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 52px;
	z-index: 1;
	background-color: #525252;
}
.nav:after {
	clear: both;
}
.nav-top {
	width: 928px;
	height: 52px;
	margin: 0 auto;
	line-height: 52px;
	color: #fff;
}
.nav-top > a {
	position: absolute;
	top: 10px;
}
.nav-top img {
	vertical-align: middle;
}
.nav-top ul {
	display: table;
	height: 52px;
}
.nav-top ul li {
	display: table-cell;
}
.nav-top ul li {
	padding-left: 50px;
}
.nav-top ul li a {
	font-size: 18px;
	color: #fff;
}
.nav-top ul li a:hover {
	color: #ec661a;
}
.nav-top ul li.wechat {
	position: relative;
}
.nav-top ul li.wechat img {
	position: absolute;
	bottom: -130px;
	left: 0;
	display: none;
}
.about > img {
	width: 100%;
}
.content-0,.content-1 .content-body,.content-2 {
	width: 920px;
	margin: 0 auto;
}
.content-1 .content-body,.content-2 {
	text-align: center;
}
.content-0 {
	padding: 40px 0 50px;
}
.content-1 {
	background-color: #ececec;
}
.content-1 .content-body {
	padding: 40px 0 25px;
}
.content-2 {
	padding: 55px 0;
}
.content-0 h3,.content-1 h3,.content-2 h3 {
	padding-bottom: 25px;
	margin-bottom: 30px;
	border-bottom: 1px solid #b3b3b3;
	text-align: center;
}
.description{
	text-indent: 28px;
}
.content0-content{
	padding: 0 55px;
}
.content0-content img{
	width: 100px;
}
.content0-content div{
	display: inline-block;
}
.content0-content div p{
	float: left;
}
.remark{
	color: #ec661a
}
.aboutlink{
	padding-top: 15px;
}
.aboutlink a{
	color: #000;
	text-decoration: underline;
}
.officialAccount{
	margin-left: 200px;
}
.content-1 .float-left,.content-1 .float-right {
	padding-left: 55px;
	width: 404px;
	text-align: left;
}
.content-1 h5 {
	line-height: 40px;
	font-weight: normal;
	color: #ec661a;
}
.content-1 h5:not(:first-of-type) {
	padding-top: 20px;
}
.content-1 .content-body > p {
	font-size: 20px;
	padding-top: 36px;
}
.content-1 .content-body > p a {
	color: #000;
}
.footer {
	padding: 130px 0 190px;
	text-align: center;
	background: url(../image/bg-00.jpg) no-repeat top center;
	background-size: cover;
}
.footer img {
	padding-bottom: 10px;
}
.mark-f {
	padding: 28px 0 24px;
	background-color: rgba(255, 255, 255, .5);
}