* {
	margin: 0;
	padding: 0
}

body {
	font-size: 12px;
	font-family: "微端雅黑";
	background: #fff;
}

a {
	text-decoration: none;
}

li {
	list-style: none;
}

.all {
	width: 100%;
	height: 100%;
/* 	background: url(../images/new-bg.png) no-repeat center; */
	background-size: 100% 100%;
	position: absolute;
	min-width: 1300px;
	/* min-height: 700px; */
}

.header {
  width: 100%;
  height: 104px;
  /* background: #2f3847; */
 /*  position: absolute;
  top: 0px;
  z-index: 15; */
}

.box-header {
  /* max-width: 1200px;
  height: 100%;
  margin: 0 auto; */
}

.header-top {
  background: url(./images/topbg.gif) no-repeat center;
  background-size: 100% 100%;
  line-height: 30px;
}

.header-top .describe {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}

.describe .top-left {
  text-align: left;
  line-height: 30px;
  width: 40%;
  float: left;
  color: #333;
  font-size: 12px;
}

.describe .top-right {
  text-align: right;
  line-height: 30px;
  width: 40%;
  float: right;
  color: #333;
  font-size: 12px;
}

.describe .top-right strong {
  color: #e87817;
  font-weight: bold;
}

.header-bottom {
  max-width: 1200px;
  margin: 0 auto;
  height: 65px;
}

.header-bottom img {
  border-bottom: 0;
  border-left: 0;
  padding-bottom: 0;
  margin: 0;
  padding-left: 0;
  padding-right: 0;
  vertical-align: middle;
  border-top: 0;
  border-right: 0;
  padding-top: 0;
  margin-top: 5px;
}

.content {
  /* margin-top: 104px; */
  width: 100%;
  height: 80%;
  background: url(./images/BG2.jpg) no-repeat center;
  background-size: 100% 100%;
}

.footer {
  width: 100%;
  text-align: center;
  color: #333;
  font-size: 12px;
  margin-top: 10px;
}

.footer > span {
  display: block;
  line-height: 20px;
}

.copyright-text {
  margin-bottom: 5px;
}

.reformer-report-link-img{
  height: 20px;
  margin-right: 6px;
  display: inline-block;
}

.reformer-report-link-text{
  height: 20px;
  line-height: 20px;
  color: #939393;
  margin-left: -7px;
}

@media screen and (max-width: 1366px) {
  .content {
      height: 72%;
  }
}