* {
  margin: 0;
  padding: 0;
}
body {
  font-size: 14px;
  line-height: 20px;
  font-family: SourceHanSansCn !important;
  color: #444444;
}
.honest-banner {
  width: 100%;
  min-width: 1128px;
  height: 588px;
  position: relative;
  z-index: 2;
  background-color: #fff;
  background: url('../images/honest/honest-header.png') no-repeat;
  background-size: cover;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.honest-banner-down {
  width: 100%;
  height: auto;
}
.honest-banner-down span {
  display: block;
  width: 1128px;
  margin: 0 auto;
  text-align: center;
  letter-spacing: 3px;
  font-size: 16px;
  font-weight: bold;
  margin-top: 50px;
  margin-bottom: 25px;
  /* color: #5e5e5e; */
}
.honest-banner-down p {
  display: block;
  width: 1128px;
  margin: 0 auto;
  letter-spacing: 1.2px;
  /* 字体左右对齐 */
  text-align: justify;
  font-size: 14px;
  font-weight: 300;
  margin-bottom: 50px;
  /* color: #3f3f3f; */
  line-height: 23px;
}
.honest-report {
  width: 100%;
  min-width: 1128px;
  height: 550px;
  background: url('../images/honest/honest-content.png') no-repeat;
  background-size: cover;
}
.honest-reportIn {
  width: 1128px;
  height: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}
.honest-reportIn-item {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.honest-reportIn-itemRight > span {
  display: block;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 20px;
  letter-spacing: 1px;
  /* color: #5e5e5e; */
  margin-left: 5px;
}
.honest-reportIn-itemRight > div {
  box-sizing: border-box;
  /* padding: 15px 50px; */
  width: 756px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  /* overflow: hidden; */
}
.honest-reportIn-item:nth-of-type(1) .honest-reportIn-itemRight > div {
  height: 141px;
  background: url('../images/honest/honest-audit-background.png');
  padding-bottom: 10px;
}
.honest-reportIn-item:nth-of-type(2) .honest-reportIn-itemRight > div {
  height: 167px;
  background: url('../images/honest/honest-report-background.png');
  padding-bottom: 4px;
}
.honest-reportIn-itemRight > div > p {
  font-size: 14px;
  font-weight: 300;
  line-height: 26px;
  letter-spacing: 0.5px;
  /* color: #3f3f3f; */
  display: block;
  width: 680px;
  margin: 0 auto;
}
.honest-address {
  width: 100%;
  height: auto;
  margin-top: 40px;
  margin-bottom: 70px;
}
.honest-addressIn {
  width: 1128px;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.honest-addressIn-item {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.honest-addressIn-item img {
  width: 27px;
  height: 16px;
  margin-right: 10px;
}
.honest-addressIn-item:nth-of-type(2) img {
  width: 18px;
  height: 23px;
}
.honest-addressIn-item p {
  font-size: 14px;
  font-weight: 300;
  /* color: #3f3f3f; */
  /* 设置字体间隙 */
  letter-spacing: 0.8px;
}
