* {
  margin: 0;
  padding: 0;
}

ul li {
  list-style: none;
}

a {
  text-decoration: none;
  color: #000;
}

body {
  position: relative;
}

img {
  max-width: 100%;
}

.ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ellipsis2 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}


html,
body {
  font-family: 'PingFangSC-Medium, PingFang SC';
  font-size: 14px;
  min-width: 1200px;
}

.content {
  min-width: 1920px;
}

.content .banner{
  width: 100%;
  height: 840px;
}

.content .content-box {
  width: 100%;
  background-color: #F6FAFF;
  padding-bottom: 104px;
}

.content .content-box .my-box{

}

.content .content-box .content-img {
  width: 1500px;
  height: 894px;
  margin: 0 auto;
}

.content .content-box .content-img:first-of-type {
  margin-bottom: 128px;
  margin-top: -152px;
  z-index: 100;
}

.content .content-box .content-img img {
  width: 100%;
  height: 100%;
}

.footer {
  width: 100%;
  height: 100px;
  background: #0088FC;
  display: flex;
  justify-content: center;
  align-items: center;
}
.footer .footer-text {
  font-size: 30px;
  color: white;
  line-height: 42px;
  text-align: center;
}
/*# sourceMappingURL=location.css.map */