*,
::after,
::before {
  box-sizing: border-box;
}
body,
ul,
p,
h1,
h2,
h3,
h4,
h5,
h6 {
  padding: 0;
  margin: 0;
}
body {
  font-family: -apple-system, BlinkMacSystemFont, PingFangSC-Regular, "PingFang SC", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  color: #333;
}
img {
  vertical-align: bottom;
  width: 100%;
  height: 100%;
}
ul {
  list-style-type: none;
}
a {
  color: #333;
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
header {
  width: 100%;
  height: 42.13333333vw;
  background: url(../img/about-bg.png) no-repeat;
  background-size: contain;
  padding-top: 4.26666667vw;
}
header h3 {
  margin-left: 4.66666667vw;
  width: 9.6vw;
}
header .title {
  margin-top: 6vw;
  margin-left: 11.2vw;
}
header .title h3 {
  width: auto;
  margin: 0;
  font-family: SimHei;
  font-weight: 600;
  font-size: 3.2vw;
  color: #FFFFFF;
}
header .title p {
  font-family: Bookman Old Style;
  font-weight: 400;
  font-size: 2.13333333vw;
  color: #FFFFFF;
}
section {
  margin-top: 3.06666667vw;
  padding: 0 4.26666667vw;
  margin-bottom: 16vw;
}
.item {
  margin-top: 2.93333333vw;
}
.item .title {
  display: flex;
  align-items: flex-end;
  width: 53.6vw;
  padding-bottom: 1.86666667vw;
  border-bottom: 0.26666667vw solid #DADADA;
}
.item .title h3 {
  margin-right: 3.73333333vw;
  font-family: SimHei;
  font-weight: 400;
  font-size: 4.8vw;
  color: #2E2E2E;
}
.item .title p {
  font-family: Arial;
  font-weight: 400;
  font-size: 2.13333333vw;
  color: #1D4DF4;
}
.item .desc {
  display: flex;
  justify-content: space-between;
}
.item .desc .left {
  width: 51.86666667vw;
}
.item .desc .left h3 {
  margin-top: 1.73333333vw;
  margin-bottom: 3.06666667vw;
  font-family: SimHei;
  font-weight: 400;
  font-size: 3.2vw;
  color: #1D4DF4;
}
.item .desc .left p {
  font-family: SimHei;
  font-weight: 400;
  font-size: 2.13333333vw;
  line-height: 2;
  color: #363636;
}
.item .desc .right {
  margin-top: 1.86666667vw;
  width: 34.4vw;
}
.item .desc ul {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.item .desc ul li {
  display: flex;
  align-items: center;
  width: 50%;
  height: 3.46666667vw;
  margin-top: 3.86666667vw;
  font-family: SimHei;
  font-weight: 400;
  font-size: 2.13333333vw;
  color: #363636;
}
.item .desc ul li .iconfont {
  margin-top: 0;
  font-size: 3.46666667vw;
  color: #346ef6;
  margin-right: 1.6vw;
}
.item:first-child {
  margin-top: 0;
}
footer {
  position: fixed;
  bottom: 0;
  display: flex;
  width: 100%;
  height: 12.93333333vw;
  background: #1D4DF4;
}
footer ul {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-left: 9.73333333vw;
  padding-right: 11.33333333vw;
}
footer ul li {
  width: 8vw;
}
footer ul li a {
  display: block;
  width: 100%;
  text-align: center;
  color: #fff;
  font-family: SimHei;
  font-weight: 400;
  font-size: 1.86666667vw;
  color: #FFFFFF;
}
footer ul li a .iconfont {
  font-size: 5.46666667vw;
  margin-bottom: 1.06666667vw;
}
footer ul li .selected {
  font-weight: 600;
}
