body {
  min-width: 1440px;
}
.banner {
  text-align: center;
  color: #FFDF83;
  background-color: #3d4fe6;
  height: 400px;
}
.banner .banner-inner {
  width: 1440px;
  position: relative;
  margin: 0 auto;
}
.banner img {
  width: 1440px;
}
.pg-title {
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #fff;
  margin-top: 20px;
  margin-bottom: 15px;
}
.pg-title .header-container {
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 1256px;
  height: 53px;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.12);
}
.pg-title .header-container .header-item {
  font-size: 16px;
  margin-left: 24px;
  margin-right: 40px;
  color: #000;
  cursor: pointer;
}
.pg-title .header-container .active {
  border-bottom: 2px solid #FF8900;
}
.main-contianer {
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 30px;
  min-height: 472px;
}
.main-contianer .pg-content {
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 1256px;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}
.main-contianer .pg-content .content-item {
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 618px;
  height: 103px;
  margin-bottom: 15px;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.12);
}
.main-contianer .pg-content .content-item .item-left {
  margin-top: 26px;
  margin-left: 24px;
}
.main-contianer .pg-content .content-item .item-left .left-name {
  font-size: 18px;
}
.main-contianer .pg-content .content-item .item-left .left-Properties {
  font-size: 16px;
  color: rgba(0, 0, 0, 0.5);
}
.main-contianer .pg-content .content-item .item-right {
  margin-top: 32px;
  margin-right: 32px;
  font-size: 32px;
  color: #F86900;
}
.main-contianer .pg-content .content-item:nth-child(odd) {
  margin-right: 20px;
}
