html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
body {
  font-size: 14px;
  color: #202124;
  min-width: 1350px;
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, Helvetica Neue, Helvetica, Segoe UI, Arial, Roboto, PingFang SC, miui, Hiragino Sans GB, Microsoft Yahei, sans-serif;
}
a {
  text-decoration: none;
  outline: none;
}
.top img {
  width: 100%;
  height: 500px;
  -o-object-fit: cover;
  object-fit: cover;
}
.bigTitle {
  font-size: 46px;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  color: #000;
  line-height: 65px;
  padding-bottom: 38px;
}
.introduce {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.introduce .text {
  width: 516px;
}
.introduce .text div {
  font-size: 16px;
  font-weight: 400;
  color: #202124;
  line-height: 32px;
}
.introduce .video {
  width: 600px;
  border-radius: 18px;
  overflow: hidden;
}
.smallTitle {
  font-size: 24px;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  color: #222326;
  line-height: 34px;
  margin-bottom: 30px;
}
.culture {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.culture .box,
.culture {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.culture .one {
  width: 340px;
}
.culture .box {
  border-radius: 12px;
  border: 1px solid #eaf4ff;
  height: 100px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.culture .box .top {
  font-size: 20px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 600;
  color: #202124;
  line-height: 16px;
  margin-bottom: 16px;
}
.culture .box .bottom {
  font-size: 16px;
  font-weight: 400;
  color: #60646b;
  line-height: 14px;
}
.culture .box img {
  width: 100px;
  display: block;
  margin-right: 10px;
}
.glory {
  margin-top: 80px;
  margin-bottom: 80px;
}
.content {
  width: 1200px;
  margin: 0px auto;
}
.content img {
  border: none;
  vertical-align: middle;
}
