li {
  list-style: none;
  float: left;
}
* {
  padding: 0;
  margin: 0 auto;
}
a {
  text-decoration: none;
}
.head {
  width: 100%;
  height: 65px;
  background: #000000;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99999;
}
.head .headInner {
  margin: 0 380px;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.head .headInner .logoWrapper {
  width: 108px;
  height: 41px;
  margin: 0;
}
.head .headInner .menuWrapper {
  margin: 0;
}
.head .headInner li {
  font-size: 16px;
  color: #FFFFFF;
  font-weight: 600;
  font-style: normal;
  text-transform: none;
  cursor: pointer;
}
.bg1 {
  margin-top: 65px;
  width: 100%;
  height: 344px;
  background: url(image/bg1.png);
  background-size: cover;
  position: relative;
}
.bg1 .title1 {
  width: 195px;
  height: 60px;
  position: absolute;
  top: 110px;
  left: 50%;
  transform: translate(-50%, -50%);
}
.bg1 .title2 {
  font-weight: normal;
  font-size: 20px;
  color: #1D2129;
  position: absolute;
  top: 176px;
  left: 50%;
  transform: translate(-50%, -50%);
}
.content .title {
  height: 60px;
  margin-top: 80px;
  font-weight: 600;
  font-size: 28px;
  color: #1D2129;
  line-height: 60px;
  text-align: center;
  font-style: normal;
  text-transform: none;
}
.content .underLine {
  margin-top: 12px;
  width: 28px;
  height: 8px;
  background: url(image/underLine.png);
  background-size: cover;
}
.content .bg2 {
  margin-top: 40px;
  width: 690px;
  height: 446px;
  background: url(image/bg2.png);
  background-size: cover;
}
.footer {
  height: 91px;
  background: #000000;
  margin-top: 80px;
}
.footer .p1 {
  color: #99A4B1;
  font-weight: 300;
  font-size: 14px;
  display: flex;
  justify-content: space-between;
  width: 804px;
  padding-top: 20px;
  box-sizing: border-box;
}
.footer .p1 a {
  color: #99A4B1;
}
.footer .p2 {
  color: #99A4B1;
  font-weight: 300;
  font-size: 14px;
  width: 804px;
  margin-top: 9px;
  text-align: center;
}
