body {
  background: #F9FAFC;
}

.headerTenFacts {
  width: 100%;
  height: 600px;
  background: url("../images/zt_header_bg.png") no-repeat center top;
}

.headerRapper {
  max-width: 1433px;
  width: 100%;
  height: 100%;
  margin: 0 auto;
}
.headerRapper > img {
  max-width: 100%;
  height: auto;
  margin-top: 56px;
}

.headerLogo {
  display: inline-block;
  margin: 13px 0 0 80px;
}
.headerLogo img {
  max-width: 100%;
  height: auto;
}

.progressLayout {
  width: 100%;
  height: 456px;
  background: #F9FAFC;
  max-width: 1250px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}

.progressLeft {
  width: 151px;
  height: 430px;
  background: url("../images/progress-left-bg.png") no-repeat center top;
}
.progressLeft h4 {
  color: #ffffff;
  line-height: 36px;
  font-size: 30px;
  font-weight: 700;
  box-sizing: border-box;
  padding: 39px 60px 25px;
}
.progressLeft a {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  line-height: 24px;
  font-size: 14px;
  color: #ffffff;
}
.progressLeft a img {
  margin-top: 7px;
}

.progressRight {
  width: calc(100% - 151px - 34px);
  box-sizing: border-box;
  padding-top: 60px;
}

.progressList {
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
.progressList:after {
  content: "";
  width: 33.3333333333%;
  height: 1px;
  display: inline-block;
}
.progressList li {
  max-width: 342px;
  width: 33.3333333333%;
  height: 150px;
  background: #ffffff;
  margin-right: 19px;
  margin-bottom: 20px;
  box-sizing: border-box;
  padding: 20px;
  border-radius: 5px;
  border: 1px solid #DDE6F3;
  overflow: hidden;
  transition: all 0.3s ease-in-out 0s;
}
.progressList li:nth-child(3n) {
  margin-right: 0;
}
.progressList li:hover {
  box-shadow: 0px 4px 22px 0px rgba(6, 21, 40, 0.17);
}
.progressList h4 {
  color: #333333;
  font-size: 16px;
  font-weight: bold;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.progressList p {
  line-height: 22px;
  font-size: 14px;
  color: #666666;
  display: -webkit-box;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  height: 44px;
  width: 100%;
  margin: 10px 0;
}
.progressList span {
  font-size: 14px;
  color: #999999;
  line-height: 24px;
  display: flex;
  align-items: center;
}
.progressList span img {
  margin-right: 9px;
}

.TenFactsMain {
  background: url("../images/TenFactsMainBg.png") no-repeat center top;
  background-size: cover;
  box-sizing: border-box;
  padding-bottom: 67px;
}

.TenFactsSurvey {
  max-width: 1250px;
  width: 100%;
  height: auto;
  margin: 0 auto;
}

.TenFactsSurvey-title {
  max-width: 1138px;
  width: 100%;
  height: 64px;
  margin: 0 auto;
  font-size: 30px;
  color: #FFFFFF;
  background: url("../images/TenFactsSurvey-title_bg.png") no-repeat center center;
  text-align: center;
  line-height: 64px;
}

.surveyTabs {
  display: flex;
  justify-content: space-around;
  width: 100%;
  height: 117px;
  border-radius: 20px 20px 0 0;
  border: 1px solid #E9EEF6;
  background: #F6FAFF;
}
.surveyTabs li {
  width: 10%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  position: relative;
}
.surveyTabs li h4 {
  font-size: 16px;
  color: #1761C1;
  font-weight: bold;
  margin-top: 4px;
}
.surveyTabs li i.iconfont {
  font-size: 30px;
  color: #1761C1;
}
.surveyTabs li.active {
  background: url("../images/surveyTabsActive.png") no-repeat center top;
  margin-top: -6px;
}
.surveyTabs li.active h4 {
  color: #FFFFFF;
}
.surveyTabs li.active i.iconfont {
  color: #FFFFFF;
}
.surveyTabs li.active:after {
  content: "";
  max-width: 113px;
  width: 100%;
  height: 20px;
  display: inline-block;
  position: absolute;
  box-shadow: 2px 0px 5px 0px rgba(11, 46, 92, 0.23);
  bottom: 6px;
  border-radius: 0 0 50px 50px;
  left: 50%;
  transform: translateX(-50%);
}

.surveyCont {
  width: 100%;
  height: 373px;
  box-sizing: border-box;
  padding: 25px 55px;
  background: #FFFFFF;
}

.surveyCont-layout {
  display: none;
}
.surveyCont-layout.active {
  display: flex;
  justify-content: space-between;
}

.surveyCont-left {
  width: 505px;
  height: 322px;
  border-radius: 15px;
  overflow: hidden;
}
.surveyCont-left img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.surveyCont-right {
  width: 603px;
  height: auto;
}
.surveyCont-right h1 {
  height: 85px;
  border-bottom: 1px solid rgba(228, 228, 228, 0.77);
  line-height: 85px;
  font-size: 24px;
  color: #333333;
  font-weight: bold;
}
.surveyCont-right p {
  line-height: 32px;
  color: #333333;
  font-size: 16px;
  display: -webkit-box;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  height: 96px;
  margin: 28px 0 70px;
}
.surveyCont-right a {
  display: inline-block;
  width: 97px;
  height: 32px;
  border: 1px solid rgba(23, 97, 192, 0.15);
  border-radius: 5px;
  float: right;
  text-align: center;
  line-height: 32px;
  font-size: 16px;
  color: #1761C1;
}

.fact-wrapper {
  max-width: 1250px;
  width: 100%;
  height: 226px;
  background-color: #FFFFFF;
  margin: 80px auto 0;
  overflow-y: hidden;
  overflow-x: auto;
  display: flex;
  align-items: center;
}

.fact-layout {
  width: 1250px;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  padding: 30px 20px;
  height: 100%;
}

.fact-left {
  width: 182px;
  height: 71px;
  border-radius: 5px;
  background: #1761C1;
  text-align: center;
  line-height: 71px;
  font-size: 24px;
  color: #FFFFFF;
  font-weight: bold;
}

.fact-right {
  width: 1028px;
  height: 100%;
  background: url("../images/fact-right-bg.png") no-repeat right center;
}

.fact-list {
  display: flex;
  height: 100%;
}
.fact-list li {
  width: 107px;
  height: 86px;
  margin-left: 30px;
  background: url("../images/fact-bg1.png") no-repeat center bottom;
  text-align: center;
}
.fact-list li:first-child {
  margin-left: 56px;
}
.fact-list li:nth-child(2n) {
  align-self: flex-end;
  display: flex;
  align-items: flex-end;
  background: url("../images/fact-bg2.png") no-repeat center top;
}
.fact-list li:nth-child(2n) a {
  margin-top: 0;
  margin-bottom: 8px;
  margin-left: 9px;
}
.fact-list li:hover a {
  background-color: transparent;
  color: #FFFFFF;
}
.fact-list a {
  display: inline-block;
  background: #FFFFFF;
  width: 94px;
  height: 31px;
  border-radius: 0 10px 10px 0;
  margin-left: 5px;
  margin-top: 8px;
  line-height: 31px;
  font-size: 16px;
  color: #1761C1;
  font-weight: bold;
  transition: all 0.3s ease-in-out 0s;
}

@media screen and (max-width: 1250px) {
  .headerTenFacts {
    height: 500px;
  }
  .headerRapper, .progressLayout {
    max-width: 1024px;
    box-sizing: border-box;
    padding: 0 20px;
  }
  .TenFactsSurvey, .fact-wrapper {
    max-width: 1024px;
  }
  .TenFactsMain {
    box-sizing: border-box;
    padding: 0 20px 65px;
  }
  .progressLayout {
    height: auto;
  }
  .progressRight {
    padding-top: 20px;
  }
  .progressList {
    justify-content: space-between;
  }
  .progressList:after {
    width: calc(33.3333333333% - 15px);
  }
  .progressList li {
    width: calc(33.3333333333% - 15px);
    margin-right: 0;
  }
  .surveyTabs {
    flex-wrap: wrap;
    height: auto;
  }
  .surveyTabs li {
    width: 20%;
    height: 117px;
    margin-top: 6px;
  }
  .surveyCont-left {
    width: 410px;
  }
  .surveyCont-right {
    width: 470px;
  }
  .fact-wrapper {
    margin-top: 40px;
  }
}
@media screen and (max-width: 1024px) {
  .headerRapper, .progressLayout, .TenFactsSurvey, .fact-wrapper {
    max-width: 768px;
  }
  .headerTenFacts {
    height: 450px;
  }
  .progressList li {
    width: calc(50% - 12px);
  }
  .surveyCont {
    height: auto;
    padding: 25px;
  }
  .surveyCont-left, .surveyCont-right {
    width: 100%;
  }
  .surveyCont-layout {
    flex-direction: column;
  }
}
