.jwell-company_intro_bigpic {
  position: relative;
  /*background: #1872c4;*/
  padding-top: 65px;
}

.jwell-company_intro_bigpic .pic {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.jwell-company_intro_bigpic .txt {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.jwell-company_intro_bigpic .txt .container {
  height: 100%;
  padding: 60px 0;
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-direction: column;
  flex-direction: column;
}

.jwell-company_intro_bigpic .tit {
  text-align: center;
}
.jwell-company_intro_bigpic .tit h3 {
  font-size: 60px;
  line-height: 1;
  color: #000;
  font-weight: bold;
  text-transform: uppercase;
  padding-bottom: 29px;
  /*background: url("./pics/tit.png") no-repeat center bottom;*/
}
.jwell-company_intro_bigpic .tit p {
  font-size: 16px;
  color: #fff;
  line-height: 24px;
  max-width: 1200px;
  margin: 28px auto 0;
  font-weight: 300;
}

.jwell-company_intro_bigpic ul {
  margin: 60px 0 0;
  padding: 50px 0;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
}
.jwell-company_intro_bigpic ul li {
  -webkit-flex: 1;
  flex: 1;
  text-align: center;
  position: relative;
}
.jwell-company_intro_bigpic ul li:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 15px;
  bottom: 15px;
  right: 0;
  width: 1px;
  background: rgba(255, 255, 255, 0.46);
  display: block;
}
.jwell-company_intro_bigpic ul li h5 {
  color: #000;
  font-size: 50px;
  line-height: 1;
  display: inline-block;
  position: relative;
  white-space: nowrap;
}
.jwell-company_intro_bigpic ul li h5 span {
  font-family: Impact;
  font-weight: bold;
}
.jwell-company_intro_bigpic ul li h5::after {
  content: attr(date-txt);
  position: absolute;
  right: -40px;
  top: 0;
  color: #fff;
  font-size: 40px;
}
.jwell-company_intro_bigpic ul li:nth-child(2) h5::after {
  right: -40px;
  font-size: 22px;
  top: auto;
  bottom: 10px;
  font-weight: 300;
}
.jwell-company_intro_bigpic ul li p {
  font-weight: 300;
  font-size: 20px;
  color: #000;
  margin: 5px 0 0;
  text-align: center;
}

@media screen and (max-width: 1500px) {
  .jwell-company_intro_bigpic .tit h3,
  .indexE .top .tit h3,
  .indexC .tit h3 {
    font-size: 48px;
    background-size: 320px auto;
  }
  .jwell-company_intro_bigpic .tit p,
  .indexE .top .tit p,
  .indexC .tit p {
    font-size: 15px;
    margin: 25px auto 0;
  }

  .jwell-company_intro_bigpic ul {
    margin: 50px 0 0;
    padding: 40px 0;
  }
  .jwell-company_intro_bigpic ul li h5 {
    font-size: 40px;
  }
  .jwell-company_intro_bigpic ul li h5::after {
    right: -35px;
    font-size: 30px;
  }
  .jwell-company_intro_bigpic ul li:nth-child(2) h5::after {
    font-size: 18px;
  }
}

@media screen and (max-width: 1400px) {
  .jwell-company_intro_bigpic .tit h3,
  .indexE .top .tit h3,
  .indexC .tit h3 {
    font-size: 40px;
    background-size: 280px auto;
  }
  .jwell-company_intro_bigpic .tit p,
  .indexE .top .tit p,
  .indexC .tit p {
    margin: 20px auto 0;
  }
  .jwell-company_intro_bigpic ul li h5 {
    font-size: 32px;
  }
}

@media screen and (max-width: 768px) {
  .jwell-company_intro_bigpic .tit h3,
  .indexE .top .tit h3,
  .indexC .tit h3 {
    font-size: 30px;
    background-size: 220px auto;
    padding-bottom: 25px;
  }
  .jwell-company_intro_bigpic .tit p,
  .indexE .top .tit p,
  .indexC .tit p {
    font-size: 15px;
    margin: 15px auto 0;
  }

  .jwell-company_intro_bigpic .txt {
    position: static;
  }
  .jwell-company_intro_bigpic .txt .container {
    height: auto;
    padding: 0 10px 20px;
  }
  .jwell-company_intro_bigpic ul {
    margin: 30px 0 0;
    padding: 20px 0;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .jwell-company_intro_bigpic ul li {
    -webkit-flex: none;
    flex: none;
    width: 50%;
    padding: 10px 0;
  }
  .jwell-company_intro_bigpic ul li:not(:nth-child(2n + 1))::after {
    display: none;
  }
  .jwell-company_intro_bigpic ul li h5 {
    font-size: 24px;
  }
  .jwell-company_intro_bigpic ul li h5::after {
    right: -30px;
    top: 5px;
    font-size: 26px;
  }
  .jwell-company_intro_bigpic ul li:nth-child(2) h5::after {
    font-size: 16px;
  }
  .jwell-company_intro_bigpic ul li p {
    font-size: 16px;
  }
}

@media screen and (max-width: 480px) {
  .jwell-company_intro_bigpic .tit h3,
  .indexE .top .tit h3,
  .indexC .tit h3 {
    font-size: 24px;
    background-size: 160px auto;
    padding-bottom: 20px;
  }

  .jwell-company_intro_bigpic ul li h5 {
    font-size: 22px;
  }
}
