header {
  position: static;
  border-bottom: 1px solid #E1E3E2;
}
.part3-wrap {
  width: 100%;
  height: 920px;
  background: url(../images/part3-backdrop.png) no-repeat center top;
  background-size: 100% 920px;
  overflow: hidden;
  position: relative;
  min-width: 1200px;
}
.part3-top ul {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  margin-top: 72px;
}
.part3-top ul li {
  display: flex;
  display: -webkit-flex;
}
.part3-top ul li:nth-child(2) p {
  width: 168px;
}
.part3-top ul li:nth-child(3) p {
  width: 144px;
  color: #36B55D;
}
.part3-top ul li:last-child p {
  width: 112px;
  color: #FF9519;
}
.part3-top ul li img {
  width: 129px;
  height: 124px;
}
.part3-top ul li p {
  width: 120px;
  font-size: 24px;
  font-weight: 500;
  color: #2479FF;
  text-align: center;
  padding-top: 9px;
}
.part3-content {
  position: relative;
}
.part3-content ul li {
  width: 320px;
}
.part3-content ul li:first-child .part3-box {
  position: relative;
}
.part3-content ul li:first-child .part3-box img {
  width: 320px;
  height: 281px;
  display: block;
}
.part3-content ul li:first-child .part3-box .part3-text {
  width: 320px;
  position: absolute;
  top: 95px;
  display: flex;
  flex-direction: column;
  /* align-items: center; */
  padding-left: 62px;
}
.part3-content ul li:first-child .part3-box .part3-text p {
  font-size: 16px;
  font-weight: 500;
  color: #333333;
  line-height: 40px;
}
.part3-content ul li:nth-child(2) .part3-box {
  position: absolute;
  right: 0;
  top: 0;
}
.part3-content ul li:nth-child(2) .part3-box img {
  width: 320px;
  height: 308px;
  display: block;
}
.part3-content ul li:nth-child(2) .part3-box .part3-text {
  width: 320px;
  position: absolute;
  top: 95px;
  left: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.part3-content ul li:nth-child(2) .part3-box .part3-text p {
  font-size: 16px;
  font-weight: 500;
  color: #333333;
  line-height: 38px;
}
.part3-content ul li:nth-child(3) .part3-box {
  position: absolute;
  left: 0;
  top: 357px;
}
.part3-content ul li:nth-child(3) .part3-box img {
  width: 317px;
  height: 310px;
  display: block;
}
.part3-content ul li:nth-child(3) .part3-box .part3-text {
  height: 200px;
  position: absolute;
  top: 95px;
  left: 74px;
  margin-left: 0;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}
.part3-content ul li:nth-child(3) .part3-box .part3-text p {
  font-size: 16px;
  font-weight: 500;
  color: #333333;
  line-height: 40px;
  margin-right: 39px;
}
.part3-content ul li:nth-child(4) .part3-box {
  position: absolute;
  right: 0;
  top: 357px;
}
.part3-content ul li:nth-child(4) .part3-box img {
  width: 317px;
  height: 310px;
  display: block;
}
.part3-content ul li:nth-child(4) .part3-box .part3-text {
  width: 317px;
  height: 200px;
  position: absolute;
  top: 94px;
  left: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.part3-content ul li:nth-child(4) .part3-box .part3-text p {
  font-size: 16px;
  font-weight: 500;
  color: #333333;
  line-height: 40px;
}
.part3-show img {
  width: 888px;
  height: 661px;
  display: block;
  margin: -275px auto;
}
