.page_width {
  width: 1225px;
  margin: 0 auto;
}

.top-box {
  position: relative;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 10;
  height: 107px;
}

.top-box .logo-box {
  height: 56px;
  display: block;
  position: absolute;
  left: 81px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.top-box .logo-box img {
  height: 56px;
  width: auto;
}
.menu-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: end;
}

.menu-container a {
  line-height: 107px;
  min-width: 143px;
  text-align: center;
  font-weight: 500;
  font-size: 14px;
  color: #1d2129;
}

.menu-container a:hover {
  color: #54a9af;
}

.menu-container .active {
  color: #54a9af;
}

.banner1 {
  position: relative;
  height: 813px;
}

.banner1 img {
  width: 100%;
  height: 813px;
}

.title-center {
  text-align: center;
  font-weight: 400;
  font-size: 30px;
  line-height: 42px;
  color: #444444;
}

.module1,
.module2 {
  margin-top: 60px;
}

.list1 {
  overflow: hidden;
  margin-top: 30px;
}

.list1 .list1-item {
  float: left;
  margin-top: 30px;
  width: 219px;
  margin-right: 32px;
}

.list1 .list1-item:nth-child(5n) {
  margin-right: 0;
}

.list1 .list1-item img {
  width: 219px;
  height: 137px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.list1 .list1-item .title {
  font-weight: 500;
  font-size: 18px;
  line-height: 25px;
  margin-top: 13px;
  color: #333333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: center;
}

.list3 .list3-item {
  background-color: #fff;
  overflow: hidden;
  margin-top: 68px;
}

.list3 .list3-item:first-child {
  margin-top: 44px;
}

.list3 .list3-item img {
  width: 605px;
  height: 298px;
  float: left;
  margin-right: 36px;
}

.list3 .list3-item .list3-text {
  margin-top: 31px;
  margin-right: 50px;
}

.list3 .list3-item h6 {
  font-weight: 500;
  font-size: 24px;
  line-height: 34px;
  color: #1d2129;
}

.list3 .list3-item .desc {
  margin-top: 29px;
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  color: #333333;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
}

.list3 .list3-item:nth-child(2n) img {
  float: right;
  margin-right: 0;
  margin-left: 26px;
}

.list3 .list3-item:nth-child(2n) .list3-text {
  margin-left: 26px;
}
/*# sourceMappingURL=index.css.map */
.ui-dialog,
.ui-dialog * {
  box-sizing: content-box;
}
.diy-design-mode .diy-root.diy-area {
  background-color: #ecf4fd;
}
.diy-design-mode .list1 .list1-item{
  margin-right: 22px;
}