.w1400 {
  width: 1400px;
  margin: 0 auto;
}

.banner {
  animation: banner 3s ease;
  margin: 0 auto;
}

.padd-box {
  padding: 95px 0;
}

.header .header-box .nav-item:nth-child(5) {
  background-color: #1472D6;
}

.header .header-box .nav-item:nth-child(5) a {
  color: #ffffff;
}

.typx .typx-list {
  margin-top: 120px;
}

.typx .typx-list .typx-title-line {
  display: flex;
  box-shadow: 0px 0px 20px 0px rgba(20, 114, 214, 0.1);
  margin-bottom: 40px;
}

.typx .typx-list .typx-title-line .line-img {
  width: 520px;
}

.typx .typx-list .typx-title-line .line-text-box {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  margin-left: 54px;
  flex: 1;
  padding-right: 50px;
}

.typx .typx-list .typx-title-line .line-text-box .line-text-wrap .line-text {
  font-size: 24px;
  line-height: 68px;
  cursor: pointer;
}

.typx .typx-list .typx-title-line .line-text-box .btn_wrap {
  display: flex;
  justify-content: right;
}

.typx .typx-list .typx-title-line .line-text-box .btn_wrap .more-btn {
  width: 204px;
  background-color: #1472d6;
  float: right;
  text-align: center;
  font-size: 18px;
  color: white;
  margin-top: 50px;
  cursor: pointer;
  padding: 12px 0px;
  border-radius: 32px;
}
