/* 内容 */
.content {
  width: 100%;
}

.animated {
  opacity: 0;
}

.top_banner {
  width: 100%;
  height: 60vh;
  background: url(../images/banner/rencaizhaopin.webp) no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
}

.top_banner .title {
  font-size: 42px;
  font-weight: 500;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  text-align: center;
}

.top_banner .title .text {
  position: relative;
  font-weight: 400;
  font-size: 28px;
  margin-top: 10px;
}

.top_banner .title .text::after {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translate(-50%, 0);
  width: 30px;
  content: "";
  display: block;
  height: 3px;
  background: #fff;
  margin-top: 3px;
}

.top_title {
  width: 100%;
  height: 62px;
  background: #F5F7F9;
}

.content .top_title .title_text {
  font-weight: 400;
}

.content .top_title .title_text a {
  color: #999999;
}


.part1,
.part3 {
  width: 100%;
  padding: 40px;
  background: #ffffff;
}

.part2 {
  width: 100%;
  padding: 40px;
  background: #F5F7F9;
}

.part1 .part_title,
.part2 .part_title,
.part3 .part_title {
  width: 100%;
}

.part1 .part_title .title1,
.part2 .part_title .title1,
.part3 .part_title .title1 {
  text-align: center;
  font-weight: bold;
  font-size: 30px;
  color: #333333;
  position: relative;
}

.part1 .part_title .title2 {
  text-align: center;
  font-weight: 400;
  font-size: 16px;
  color: #999999;
  position: relative;
}

.part1 .part_title .title2::after,
.part2 .part_title .title1::after,
.part3 .part_title .title1::after {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 30px;
  transform: translate(-15px, 5px);
  content: "";
  display: block;
  height: 3px;
  background: #143E89;
}

.part1 .part_bottom {
  width: 80%;
  padding: 40px 80px;
  display: flex;
  justify-content: center;
  margin: 0 auto;
}

.part1 .part_bottom p {
  padding: 20px 20px 0px 20px;
}

.expandable-row+tr {
  display: none;
}

.part_bottom #table {
  width: 100%;
  border-top: 6px solid #143E89;
}

.part_bottom tr {
  background: #fff;
  border-bottom: 1px solid #e5e5e5;
}

.part_bottom tr td {
  box-sizing: content-box;
  text-align: center;
  border: none;
}




.part_bottom {
  width: 80%;
  margin: 40px auto;
}

.part_bottom .line {
  height: 6px;
  background: #143E89;
}

.part_bottom .details_th li {
  width: 100%;
  text-align: center;
  padding: 20px;
  font-weight: 600;
  font-family: -webkit-body;
  border-bottom: 1px solid #D7D7D7;
}

.part_bottom .details_more li {
  width: 100%;
  text-align: center;
  padding: 20px;
  border-bottom: 1px solid #D7D7D7;
}

.details_th {
  background: #ffffff;
}

.part_bottom .details_more .openInfo {
  color: #143E89;
  font-weight: 500;
  cursor: pointer;
}

.part_bottom .details_more .openInfo img {
  width: 10px;
  height: 5px;
  vertical-align: middle;
  margin: 0 4px;
}

.part_bottom .details_more.active .openInfo img {
  width: 10px;
  height: 5px;
  vertical-align: middle;
  margin: 0 4px;
  transform: rotate(180deg);
}

.menu_body {
  padding: 0px 8% 30px;
  border-bottom: 1px solid #D7D7D7;
}

.menu_body h3 {
  padding: 30px 0px 10px;
}

.menu_body p {
  line-height: 30px;
  font-size: 16px;
  color: #333333;
}

.welfare ul li {
  width: 270px;
  height: 320px;
  background: #F5F7F9;
  border-radius: 10px;
  margin: 0 20px;
  cursor: pointer;
}

.welfare ul li img {
  width: 169px;
  height: 169px;
}

.welfare ul li p {
  font-size: 24px;
  color: #333333;
  margin-top: 20px;
}

.welfare ul li:hover {
  background: #143E89;
}

.welfare ul li:hover p {
  color: #fff;
}




/* 屏幕自适应 */
/* 大于1920的时候 底部导航栏 样式改变 */
@media screen and (min-width: 1920px) {
  .part1 .part_bottom .text_info {
    width: 70%;
  }
  .part1 .part_bottom p {
    font-size: 22px;
  }
  .top_title .title_text {
    width: 90%;
    font-size: 20px;
  }
  .top_title .title_text {
    width: 90%;
    font-size: 20px;
  }
  .welfare ul li {
    width: 270px;
    height: 380px;
  }
  .welfare ul li img {
    width: 169px;
  height: 169px;
  }
  .welfare ul li p {
    font-weight: 600;
    font-size: 32px;
  }
}

/* 大于1440的时候 小于1920px 样式改变 */
@media screen and (min-width: 1440px) and (max-width: 1920px) {
  .part1 .part_bottom .text_info {
    width: 90%;
  }
  .top_title .title_text {
    width: 80%;
    font-size: 18px;
  }
  .welfare ul li {
    width: 220px;
    height: 320px;
  }
  .welfare ul li img {
    width: 119px;
    height: 119px;
  }
  .welfare ul li p {
    font-weight: 600;
    font-size: 26px;
  }
}

/* 小于1440的时候 顶部导航栏及body 样式固定 */
@media screen and (max-width: 1440px) {
  .part1 .part_bottom .text_info {
    width: 100%;
  }
  .top_title .title_text {
    width: 90%;
    font-size: 18px;
  }
  .welfare ul li {
    width: 180px;
    height: 240px;
  }
  .welfare ul li img {
    width: 89px;
    height: 89px;
  }
  .welfare ul li p {
    font-weight: 600;
    font-size: 22px;
  }
}
