.team-person {
  background-color: #fff;
  position: relative;
  overflow: hidden;
}
.team-person img {
  margin: 0 auto;
}

.slideup_info {
  background-color: transparent;
  color: rgba(255, 255, 255, 0.9);
  padding: 5%;
  position: absolute;
  bottom: -100%;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  opacity: 0;
}

.slideup_info p {
  font-size: 20px;
  margin-bottom: 5%;
}

.slideup_info ul {
  margin-top: 5%;
}

.slideup_info ul li {
  line-height: 22px;
  margin-left: 20px;
}

.item-active .team-person {
  -webkit-box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
  cursor: pointer;
}

.item-active .slideup_info {
  bottom: 0 !important;
  background-color: rgba(59, 190, 122, 0.98) !important;
  opacity: 1;
  width: 100%;
}
.slideup_info ul li {
  line-height: 24px;
  margin-left: 0;
}

.slideup_info p {
  font-size: 20px;
  margin-bottom: 4px;
}

@media (max-width: 767px) {
  .slideup_info p {
    font-size: 18px;
  }
  .slideup_info ul li {
    font-size: 12px;
  }
}
.c1 {
  list-style: none;
  padding: 0;
}

.c1 li {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.c1 label {
  width: 80px;
  text-align: right;
  margin-right: 10px;
}

.c1 input[type="text"],
.c1 textarea {
  flex: 1;
}

.c1 button {
  margin-top: 10px;
}
.c1 li {
  margin-bottom: 15px;
}
.c1 li input {
  width: 250px;
}
.c1 li textarea {
  width: 250px;
}
.submit {
  border: none;
  width: auto;
  display: block;
  margin: 0 auto;
  padding: 8px 13px 7px;
  line-height: 1.42857;
  color: #fff;
  text-align: center;
  border-radius: 2px;
  background-color: #47689b;
  text-align: center;
}

.banner div h1 {
  text-align: center;
  font-family: "Microsoft YaHei", sans-serif; /* 设置字体 */
  padding-top: 450px; /* 距离顶部的距离 */
  font-size: 100px;
  color: white;
}
.banner div p {
  text-align: center;
  padding-top: 30px; /* 距离顶部的距离 */
  font-size: 40px;
  color: white;
}
.tb1 {
  width: 100%;
  color: #747474;
}
.tb1 th {
  background-color: #0a4d9e;
  color: white;
  text-align: center;
  padding: 10px 0;
  font-size: 18px;
}
.tb1 td {
  border: #848ba1 solid 1px;
  padding: 10px 0;
}
.tb1 td h4 {
  color: #0a4d9e;
  font-weight: bold;
  padding: 5px 0;
}
.tb1 .yellow {
  background-color: #f6ebb5;
}
