html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
}
h1,
h2,
h3,
h4,
h5,
h6,
em,
i {
  font-weight: 100;
  font-style: normal;
}
ul,
ol,
li {
  list-style-type: none;
}
a {
  color: #666;
  text-decoration: none;
  outline: 0;
}
a:hover {
  text-decoration: none;
}

.container {
  background-color: #f0f1f9;
  padding-bottom: 73px;
}

.topImg {
  width: 100%;
  height: 800px;
}
.bannerBox {
  position: relative;
}

.aboutBox {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 80%);
  background: #fff;
  padding: 48px;
  width: 1360px;
  box-sizing: border-box;
  border-radius: 24px;
  display: flex;
  display: flex;
  align-items: center;
}

.aboutBox img {
  width: 100px;
  height: 473px;
  margin-left: 22px;
  margin-right: 70px;
}

.aboutUsContent {
  padding: 82px 64px;
  font-family: MicrosoftYaHeiLight;
  font-size: 24px;
  color: rgba(68, 68, 68, 0.7);
  line-height: 44px;
  background: #f7f8fc;
  border-radius: 16px;
  box-sizing: border-box;
  padding-top: 62px;
  font-weight: 400;
}

.aboutUsContent p {
  padding-top: 20px;
  text-indent: 2em;
}

.center {
  width: 1360px;
  padding-top: 656px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
.center .icon {
  margin: 0 auto;
}
.center .icon img {
  width: 109px;
  height: 120px;
}

.centerTop {
  box-sizing: border-box;
  text-align: center;
  margin-top: 40px;
}

.centerTop div {
  font-family: PingFangSC, PingFang SC;
  font-weight: 600;
  font-size: 24px;
  color: #222222;
  line-height: 33px;
}

.centerBottom {
  margin-top: 140px;
  width: 1360px;
  display: flex;
  padding: 72px 80px;
  justify-content: space-between;
  box-sizing: border-box;
  background: #ffffff;
  border-radius: 24px;
  position: relative;
}

.centerBottom div {
  width: 396px;
  font-family: MicrosoftYaHeiLight;
  font-size: 28px;
  color: rgba(68, 68, 68, 0.7);
  line-height: 44px;
  text-align: center;
}

.center .centerBottom .icon2 {
  position: absolute;
  width: 248px;
  height: 480px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.bottom {
  width: 1360px;

  margin: 0 auto;

  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  box-sizing: border-box;
  border-radius: 20px;
  margin-top: 136px;
  text-align: center;
}
.bottom div {
  font-family: MicrosoftYaHeiLight;
  font-weight: 400;
  font-size: 20px;
  color: rgba(68, 68, 68, 0.7);

  padding: 16px 0;
  line-height: 20px;
  border-bottom: 1px solid #ccc;
}
.bottom .title {
  font-family: MicrosoftYaHei;
  font-size: 28px;
  color: #222222;
  line-height: 28px;
  font-weight: 500;
}
