.customerBody {
  width: 100%;
  height: auto;
}
.customerBody .bannerBox {
  width: 100%;
  height: 270px;
  background-image: url(../img/customerBanner.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  padding-top: 105px;
  box-sizing: border-box;
}
.customerBody .bannerBox .bannerTitle {
  width: 1200px;
  height: 60px;
  margin: 0 auto;
  font-family: MicrosoftYaHei-Bold;
  font-size: 48px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 60px;
  letter-spacing: 0px;
  color: #ffffff;
}
.customerBody .companyInfro {
  width: 1200px;
  height: auto;
  margin: 0 auto;
  padding-top: 128px;
  box-sizing: border-box;
  position: relative;
}
.customerBody .companyInfro .logo {
  position: absolute;
  top: -160px;
  right: -14px;
  width: 250px;
  height: 250px;
  background-color: #ffffff;
  border-radius: 10px;
  box-shadow: 0 0 14px 8px rgba(236, 190, 209, 0.3);
  display: flex;
  justify-content: center;
  align-items: center;
}
.customerBody .companyInfro .logo .logoImg {
  width: 100%;
  height: auto;
}
.customerBody .companyInfro .pages {
  width: 100%;
  height: auto;
}
.customerBody .companyInfro .pages .title {
  width: 100%;
  height: 32px;
  font-family: MicrosoftYaHei-Bold;
  font-size: 28px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 32px;
  color: #333;
  margin: 0;
}
.customerBody .companyInfro .pages .artice {
  margin: 36px 0 0 0;
  font-family: MicrosoftYaHei;
  font-size: 16px;
  font-weight: normal;
  line-height: 36px;
  color: #333;
  white-space: pre-wrap;
  word-wrap: break-word;
  text-align: justify;
  padding-bottom: 60px;
  box-sizing: border-box;
}
.customerBody .companyInfro .pages .newArtice {
  margin: 36px 0 0 0;
  padding-bottom: 60px;
  box-sizing: border-box;
  font-size: 0;
  line-height: 0;
}
.customerBody .companyInfro .pages .newArtice p {
  font-family: MicrosoftYaHei;
  font-size: 16px;
  font-weight: normal;
  line-height: 36px;
  color: #333;
  white-space: pre-wrap;
  word-wrap: break-word;
  text-align: justify;
}
.customerBody .companyInfro .pages .newArtice img {
  width: 80%;
  height: auto;
  display: block;
  margin: 0 auto;
}
