.container-header {
  overflow: hidden;
  display: flex;
  justify-content: center;
  position: relative;
  width: 100%;
  height: 600px;
  padding-top: 160px;
}

.container-header-box {
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 2;
  width: 1500px;
}

.container-header-box > span:nth-child(1) {
  height: 100px;
  line-height: 100px;
  font-size: 80px;
  font-weight: 600;
  color: #333333;
}

.container-header-box > span:nth-child(2) {
  height: 50px;
  line-height: 50px;
  font-size: 36px;
  font-family: PingFang SC-Regular, PingFang SC;
  font-weight: 400;
  color: #888888;
}

.container-body {
  display: flex;
  justify-content: center;
  width: 100%;
  padding: 60px 0 40px 0;
}

.container-body-box {
  position: relative;
  width: 1500px;
}

.container-title {
  width: 100%;
  height: 100px;
  line-height: 100px;
  font-size: 80px;
  font-family: ZhenyanGB-Regular, ZhenyanGB;
  font-weight: 600;
  color: #333333;
}

.container-text {
  width: 100%;
  height: 30px;
  line-height: 30px;
  font-size: 28px;
  font-weight: normal;
  color: #333333;
}

.container-item01 {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.container-item01-left {
  display: flex;
  flex-direction: column;
  width: 900px;
}

.container-item01-left-img {
  overflow: hidden;
  position: relative;
  width: 900px;
  height: 650px;
}

.container-item01-left-img > img {
  width: 900px;
  height: 650px;
}

.container-item01-right {
  display: flex;
  flex-direction: column;
  width: 600px;
  padding: 60px 50px 35px 50px;
  background: #ffffff;
  box-shadow: 0px 4px 24px 0px rgba(0, 0, 0, 0.15);
  border-top: 10px solid #173f8f;
}

.container-item01-right-title {
  width: 100%;
  min-height: 80px;
  line-height: 80px;
  padding-right: 50px;
  font-size: 50px;
  font-weight: 600;
  color: #000000;
}

.container-item01-right-text {
  width: 100%;
  min-height: 30px;
  line-height: 30px;
  padding-right: 50px;
  font-size: 18px;
  font-weight: normal;
  color: #666666;
}

.look-more-btn {
  position: absolute;
  top: 0;
  right: 50px;
  line-height: 30px;
  height: 30px;
  font-size: 14px;
  font-weight: normal;
  color: #3c7dfe;
  transition: all 250ms linear;
  cursor: pointer;
}

.look-more-btn:hover {
  color: #173f8f;
}

.container-item01-right-border {
  width: 48px;
  height: 3px;
  background: #173f8f;
}

.container-item01-right-time {
  line-height: 30px;
  font-size: 36px;
  font-weight: 600;
  color: #000000;
}

.container-item01-right-num {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding-top: 30px;
  border-top: 2px solid rgba(136, 136, 136, 0.2);
}

.container-item01-right-num > li {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: calc(100% / 3);
  transition: all 250ms linear;
  cursor: pointer;
}

.container-item01-right-num > li:hover > span:nth-child(1) {
  color: #3c7dfe;
}

.container-item01-right-num > li > span:nth-child(1) {
  overflow: hidden;
  width: 100%;
  height: 90px;
  line-height: 90px;
  font-size: 70px;
  font-family: FZHanZhenGuangBiaoS-GB-Regular, FZHanZhenGuangBiaoS-GB;
  font-weight: 600;
  color: #173f8f;
  text-align: center;
}

.container-item01-right-num > li > span:nth-child(2) {
  overflow: hidden;
  width: 100%;
  height: 30px;
  line-height: 30px;
  font-size: 16px;
  font-weight: normal;
  color: #000000;
  text-align: center;
}

.container-item02 {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.container-item02-box {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.container-item02-left {
  display: flex;
  flex-direction: column;
  width: 500px;
}

.container-item02-left-img {
  overflow: hidden;
  position: relative;
  width: 500px;
  height: 1080px;
}

.container-item02-left-img > img {
  width: 500px;
  height: 1080px;
}

.container-item02-left-msg {
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 3;
  width: 100%;
  height: 100%;
  padding: 140px 140px 0 50px;
}

.container-item02-left-msg > span:nth-child(1) {
  height: 50px;
  line-height: 50px;
  margin-bottom: 20px;
  font-size: 42px;
  font-weight: normal;
  color: #ffffff;
}

.container-item02-left-msg > span:nth-child(2) {
  height: 30px;
  line-height: 30px;
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: normal;
  color: #ffffff;
}

.container-item02-left-msg > span:nth-child(3) {
  min-height: 36px;
  line-height: 36px;
  font-size: 18px;
  font-weight: normal;
  color: #ffffff;
}

.container-item02-right {
  display: flex;
  flex-direction: column;
  width: 970px;
}

.container-item02-right-img {
  overflow: hidden;
  position: relative;
  width: 970px;
  height: 360px;
}

.container-item02-right-img > img {
  width: 970px;
  height: 360px;
}

.container-item02-right-msg {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 3;
  width: 100%;
  height: 100%;
}

.container-item02-right-msg > span:nth-child(1) {
  width: 100%;
  height: 76px;
  line-height: 76px;
  margin-bottom: 20px;
  font-size: 70px;
  font-family: FZXingKai-S04S-Regular, FZXingKai-S04S;
  font-weight: 400;
  color: #ffffff;
  text-align: center;
}

.container-item02-right-msg > span:nth-child(2) {
  width: 100%;
  height: 36px;
  line-height: 36px;
  font-size: 14px;
  font-weight: normal;
  color: #ffffff;
  text-align: center;
}

.container-item02-right > li {
  display: flex;
  align-items: flex-end;
  width: 100%;
  height: 240px;
}

.container-item02-right-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 220px;
  padding: 0 40px;
  background-color: #f9f9f9;
}

.item02-right-box-left {
  display: flex;
  flex-direction: column;
}

.item02-right-box-left > span:nth-child(1) {
  height: 50px;
  line-height: 50px;
  font-size: 36px;
  font-weight: normal;
  color: #000000;
}

.item02-right-box-left > span:nth-child(2) {
  height: 30px;
  line-height: 30px;
  font-size: 18px;
  font-weight: normal;
  color: #3c7dfe;
}

.item02-right-box-left > span:nth-child(3) {
  height: 36px;
  line-height: 36px;
  font-size: 18px;
  font-weight: normal;
  color: #666666;
}

.item02-right-box-right {
  overflow: hidden;
  position: relative;
  width: 75px;
  height: 75px;
  transition: all 250ms linear;
  cursor: pointer;
}

.item02-right-box-right:hover {
  transform: scale(1.2);
}

.item02-right-box-right > img {
  width: 100%;
  height: 100%;
}
