.container-item-name {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.container-item-name > span {
  font-size: 50px;
  line-height: 50px;
  font-weight: normal;
  color: #dfeaff;
}

.container-item-name-fff > span {
  color: #fff !important;
}

.container-item-border {
  display: flex;
  align-items: center;
  width: 100%;
  margin: 27px 0 21px 0;
}

.container-item-border::before {
  content: "";
  width: 52px;
  height: 5px;
  background: #3c7dfe;
}

.container-item-border::after {
  content: "";
  width: 5px;
  height: 5px;
  margin-left: 4px;
  background: #3c7dfe;
}

.container-item-border-fff::before {
  background: #fff !important;
}

.container-item-border-fff::after {
  background: #fff !important;
}

.container-item-title {
  width: 100%;
  font-size: 32px;
  font-weight: 600;
  color: #3c7dfe;
  background-image: -webkit-linear-gradient(top, #3c7dfe, #173f8f);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.container-item-title-fff {
  width: 100%;
  font-size: 32px;
  font-weight: 400;
  color: #fff;
}

.container-item-list {
  width: 100%;
}

.container-item-list > li {
  display: flex;
  width: 100%;
  height: 50px;
}

.container-item-list > li > a {
  height: 50px;
  line-height: 50px;
  font-size: 18px;
  font-weight: normal;
  color: #000000;
  cursor: pointer;
}

.container-item-list > li > a:hover {
  color: #3c7dfe;
  border-bottom: 4px solid #3c7dfe;
}

.container-item-icon {
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 60px;
  height: 60px;
}

.container-item-icon > img {
  width: 60px;
  height: 60px;
}

.container-item-icon > img:hover {
  filter: brightness(130%);
}

.container-item01 {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 800px;
}

.swiper-container {
  width: 100%;
  height: 800px;
}

.swiper-wrapper {
  width: 100%;
  height: 800px;
}

.swiper-slide {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 800px;
}

.swiper-slide > img {
  width: 100%;
  height: 800px;
}

.container-item01-box {
  display: flex;
  justify-content: center;
  align-items: center;
  bottom: 0;
  z-index: 2;
  width: 100%;
  height: 280px;
  background-color: rgba(1, 80, 132, 0.3);
}

.container-item01-box > ul {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 1500px;
  height: 200px;
}

.container-item01-box > ul > li {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: calc(1500px / 4);
  height: 200px;
  transition: all 250ms linear;
  cursor: pointer;
}

.container-item01-box > ul > li > a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}

.container-item01-box > ul > li > a > img {
  width: 70px;
  height: 70px;
}

.container-item01-box > ul > li > a > span {
  height: 28px;
  line-height: 28px;
  font-size: 24px;
  font-weight: normal;
  color: #ffffff;
}

.container-item01-box > ul > li:nth-child(1) {
  background-color: #73ae16;
}

.container-item01-box > ul > li:nth-child(2) {
  background-color: #149db9;
}

.container-item01-box > ul > li:nth-child(3) {
  background-color: #ee9700;
}

.container-item01-box > ul > li:nth-child(4) {
  background-color: #173f8f;
}

.container-item01-box > ul > li:hover {
  filter: brightness(130%);
}

.container-item02 {
  overflow: hidden;
  display: flex;
  justify-content: center;
  position: relative;
  width: 100%;
  height: 1000px;
  background-color: #f8f8f8;
}

.container-item02-box {
  display: flex;
  justify-content: space-between;
  width: 1500px;
  height: 1000px;
  padding-top: 90px;
}

.container-item02-left {
  display: flex;
  flex-direction: column;
  width: 185px;
}

.container-item02-right {
  width: 1200px;
}

.container-item02-right > li {
  float: left;
  width: calc(100% / 2);
  height: 270px;
}

.container-item02-right-item {
  display: flex;
  justify-content: space-between;
  width: calc(100% - 30px);
  height: calc(100% - 30px);
  padding: 55px 60px 55px 40px;
  color: #000000;
  background-color: #fff;
  transition: all 250ms linear;
  cursor: pointer;
}

.container-item02-right-item:hover {
  color: #fff;
  background-color: #173f8f;
}

.container-item02-right-item:hover .item02-time > span:nth-child(3) {
  background: #fff !important;
}

.container-item02-right-item:hover .item02-msg > span:nth-child(2) {
  color: #fff !important;
}

.item02-time {
  display: flex;
  flex-direction: column;
  width: 90px;
}

.item02-time > span:nth-child(1) {
  width: 90px;
  font-size: 32px;
  font-weight: normal;
}

.item02-time > span:nth-child(2) {
  width: 90px;
  padding-left: 5px;
  margin-bottom: 40px;
  font-size: 14px;
  font-weight: normal;
}

.item02-time > span:nth-child(3) {
  width: 70px;
  height: 2px;
  background: #d9d9d9;
}

.item02-msg {
  display: flex;
  flex-direction: column;
  width: calc(100% - 120px);
}

.item02-msg > span:nth-child(1) {
  width: 100%;
  max-height: 60px;
  line-height: 30px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: normal;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.item02-msg > span:nth-child(2) {
  width: 100%;
  max-height: 60px;
  line-height: 20px;
  font-size: 14px;
  font-weight: normal;
  color: #666666;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.container-item03 {
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 100%;
  height: 845px;
}

.container-item03 > img {
  width: 100%;
  height: 845px;
}

.container-item03-box {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  position: relative;
  z-index: 2;
  width: 1500px;
  height: 845px;
  padding: 60px 0 40px 0;
}

.container-item03-title {
  display: flex;
  flex-direction: column;
  width: 1500px;
}

.container-item03-text {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  width: 1500px;
  line-height: 30px;
  padding: 35px 185px;
  background: #173f8f;
  border-radius: 60px 0px 0px 0px;
}

.container-item03-text > span {
  width: 100%;
  max-height: 150px;
  line-height: 30px;
  font-size: 18px;
  font-weight: normal;
  color: #ffffff;
  text-align: center;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
}

.container-item03-text > a {
  height: 30px;
  line-height: 30px;
  font-size: 18;
  font-weight: normal;
  color: #3c7dfe;
  text-align: right;
}

.container-item03-text > a:hover {
  color: #fff;
}

.container-item04 {
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 100%;
  height: 800px;
  background-color: #f8f8f8;
}

.container-item04-box {
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 2;
  width: 1500px;
  height: 800px;
  padding-top: 160px;
}

.container-item04-left {
  display: flex;
  flex-direction: column;
  width: 280px;
}

.container-item04-right {
  width: 1080px;
}

.container-item04-right > li {
  float: left;
  width: calc(100% / 2);
  height: 265px;
}

.container-item04-right-item {
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc(100% - 40px);
  height: calc(100% - 40px);
  color: #000000;
  background-color: #fff;
  border: 1px solid rgba(136, 136, 136, 0.3);
  transition: all 250ms linear;
  cursor: pointer;
}

.container-item04-right-item:hover {
  color: #fff !important;
  background-color: #173f8f !important;
  border: 1px solid #173f8f !important;
}

.container-item04-right-item:hover > .item04-icon-over {
  display: none;
}

.container-item04-right-item:hover > .item04-icon-hover {
  display: block;
}

.container-item04-right-item:hover > .item04-msg > span:nth-child(2) {
  color: #fff !important;
}

.item04-icon-over {
  width: 80px;
  height: 80px;
}

.item04-icon-hover {
  display: none;
  width: 80px;
  height: 80px;
}

.item04-msg {
  display: flex;
  flex-direction: column;
  padding-left: 20px;
}

.item04-msg > span:nth-child(1) {
  height: 50px;
  line-height: 50px;
  font-size: 24px;
  font-weight: normal;
}

.item04-msg > span:nth-child(2) {
  height: 50px;
  line-height: 50px;
  font-size: 14px;
  font-weight: normal;
  color: #888888;
}

.container-item05 {
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 100%;
  height: 1290px;
  background-color: #fff;
}

.container-item05 > img {
  left: 0;
  width: 895px;
  height: 800px;
}

.container-item05-box {
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 2;
  width: 1500px;
  height: 1290px;
  padding-top: 140px;
}

.container-item05-left {
  display: flex;
  flex-direction: column;
  width: 300px;
}

.container-item05-right {
  display: flex;
  justify-content: space-between;
  width: 1170px;
  padding-top: 130px;
}

.item05-left-list {
  width: 560px;
}

.item05-left-list-top {
  overflow: hidden;
  position: relative;
  width: 560px;
  height: 240px;
}

.item05-left-list-top > img {
  width: 560px;
  height: 240px;
}

.item05-left-list > li {
  display: flex;
  width: 560px;
  height: 140px;
}

.item05-left-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 560px;
  height: 140px;
  color: #333333;
  padding: 0 15px 0 30px;
  border-bottom: 1px solid #888888;
  transition: all 250ms linear;
  cursor: pointer;
}

.item05-left-item:hover {
  color: #fff !important;
  background-color: #173f8f !important;
}

.item05-left-item:hover > .item05-left-time {
  color: #fff !important;
}

.item05-left-time {
  display: flex;
  flex-direction: column;
  width: 80px;
  color: rgba(136, 136, 136, 0.3);
}

.item05-left-time > span:nth-child(1) {
  width: 80px;
  height: 30px;
  line-height: 30px;
  font-size: 28px;
  font-weight: normal;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.item05-left-time > span:nth-child(2) {
  width: 80px;
  height: 30px;
  line-height: 30px;
  padding-left: 5px;
  font-size: 14px;
  font-weight: normal;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.item05-left-text {
  width: calc(100% - 80px);
  padding-left: 30px;
  min-height: 28px;
  line-height: 28px;
  font-size: 18px;
  font-weight: normal;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.item05-right-list {
  width: 560px;
}

.item05-right-list > li {
  display: flex;
  width: 560px;
  height: 170px;
}

.item05-right-item {
  display: flex;
  flex-direction: column;
  width: 560px;
  height: 130px;
  padding: 35px 50px 0 50px;
  color: #000000;
  background: #ffffff;
  box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.1);
  transition: all 250ms linear;
  cursor: pointer;
}

.item05-right-item:hover {
  color: #fff !important;
  background: #173f8f !important;
}

.item05-right-item:hover > span:nth-child(2) {
  color: #fff !important;
}

.item05-right-item > span:nth-child(1) {
  width: 100%;
  min-height: 28px;
  line-height: 28px;
  font-size: 18px;
  font-weight: normal;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.item05-right-item > span:nth-child(2) {
  width: 100%;
  height: 28px;
  line-height: 28px;
  font-size: 14px;
  font-weight: normal;
  color: #888888;
}
