* {
  margin: 0;
  padding: 0;
}

html,
body {
  width: 100%;
  height: 100%;
  background: #f5f6fa;
}

ul {
  margin-top: 0;
  margin-bottom: 0;
}

.content {
  width: 100%;
  background-color: #f5f6fa;
  height: 100%;
}
.content .headBody {
  width: 100%;
  height: 500px;
  background-image: url(../img/gywm.png);
  background-size: 100% 100%;
}
.content .headBody .headContents {
  height: 420px;
}
.content .headBody .headContents .content-Box1 {
  padding: 115px 85px 0px 85px;
}
.content .headBody .headContents .content-Box1 .tit-1 {
  font-family: SourceHanSansCN-Medium;
  font-size: 48px;
  text-align: center;
}
.content .headBody .headContents .content-Box1 .tit-2 {
  width: 100%;
  margin-top: 38px;
}
.content .headBody .headContents .content-Box1 .tit-2 li {
  height: 100%;
  font-size: 20px;
  text-align: center;
  line-height: 40px;
}
.content .brand-imgs {
  width: 100%;
  background-color: #f5f6fa;
}
.content .brand-imgs .brand-Box {
  padding-top: 90px;
}
.content .brand-imgs .brand-Box .brandbiBox {
  display: flex;
  flex-wrap: wrap;
}
.content .brand-imgs .brand-Box .brandbiBox .imgslist {
  width: 100%;
  display: flex;
  margin-bottom: 30px;
  flex-direction: row;
  justify-content: space-between;
}
.content .brand-imgs .brand-Box .brandbiBox .imgslist > div {
  width: 216px;
  height: 100px;
  background-color: white;
  display: flex;
  align-items: center;
  justify-content: center;
}
.content .brand-imgs .brand-Box .brandbiBox .imgslist:nth-last-child(1) {
  width: 38.5%;
}

li {
  list-style: none;
}

a {
  text-decoration: none;
}

.footer {
  margin-top: 120px;
}

/*# sourceMappingURL=partner.min.css.map */
