body,
p,
div,
ul,
li,
h1,
h2,
h3,
h4,
h5,
h6,
ol {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
ol li,
ul li {
  list-style: none;
}
.clear:after {
  contain: "";
  display: table;
  clear: both;
}
.floatR {
  float: right;
}
.floatL {
  float: left;
}
a,
a：active,
a:hover,
a:link,
a:visited {
  color: #2a2f33;
  text-decoration: none;
}
.relative {
  position: relative;
}
.center {
  text-align: center;
}
.clearBoth:after {
  content: '';
  display: table;
  clear: both;
}
input {
  font-family: "Microsoft YaHei";
}
.bx {
  width: 1300px;
  margin: 0 auto;
  position: relative;
}
body {
  font-size: 16px;
  overflow-x: hidden;
  color: #2a2f33;
  font-family: "Microsoft YaHei";
}
body #app {
  min-height: 910px;
  background-image: url('../img/bgt.png');
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
body #app .content .aboutContent {
  padding-top: 100px;
}
body #app .content .aboutContent .aboutLeft {
  display: inline-block;
  width: 700px;
  padding-right: 11px;
  padding-left: 11px;
  color: #000;
}
body #app .content .aboutContent .aboutRight {
  width: 665px;
  margin-left: 30px;
}
body #app .content .aboutContent .aboutRight .linkList {
  width: 515px;
  font-size: 40px;
  color: #181818;
  font-weight: 700;
  margin-bottom: 60px;
}
body #app .content .aboutContent .aboutRight p {
  font-size: 18px;
  color: #181818;
  text-indent: 2em;
  line-height: 40px;
}
