/*Project Page*/
.project-page {
  /* padding: 120px 0 90px; */
}

.project-page .project-one__single {
  margin-bottom: 30px;
}
.project-one__single {
  position: relative;
  display: block;
  margin-bottom: 30px;
}

.project-one__img {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 8px;
  z-index: 1;
}

.project-one__img:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  background-color: rgba(27, 24, 37, 0.3);
  transform: scale(1, 0);
  transition: transform 500ms ease;
  transform-origin: top center;
  border-radius: 8px;
  z-index: 1;
}

.project-one__single:hover .project-one__img:before {
  transform: scale(1, 1);
  transform-origin: bottom center;
}

.project-one__img img {
  width: 100%;
  border-radius: 8px;
  transform: scale(1);
  transition: transform 500ms ease;
}

.project-one__single:hover .project-one__img img {
  transform: scale(1.05);
}

.project-one__content {
  position: relative;
  display: block;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 10px 60px 0px rgb(0, 0, 0, 0.07);
  border-radius: 8px;
  padding: 32px 40px 39px;
  margin-top: -108px;
  margin-left: 30px;
  margin-right: 30px;
  overflow: hidden;
  transition: all 500ms ease;
  z-index: 2;
}

.project-one__content:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  background-color: rgb(25, 137, 251);
  box-shadow: 0px 10px 60px 0px rgb(0, 0, 0, 0.07);
  transition: all 500ms ease;
  opacity: 1;
  transform-origin: top;
  transform-style: preserve-3d;
  transform: scaleY(0);
  border-radius: 8px;
  z-index: -1;
}

.project-one__single:hover .project-one__content:after {
  opacity: 1;
  transform: scaleY(1);
}

.project-one__tagline {
  font-size: 14px;
  margin: 0;
  line-height: 27px;
  transition: all 500ms ease;
  width: 90%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.project-one__title {
  /* font-size: 30px; */
  font-weight: 540;
  line-height: 40px;
  transition: all 500ms ease;
}

.project-one__title a {
  color: #1b1825;
  transition: all 500ms ease;
}

.project-one__arrow {
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
}

.project-one__arrow a {
  color: #1b1825;
  font-size: 20px;
  height: 40px;
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 500ms ease;
}

.project-one__single:hover .project-one__tagline,
.project-one__single:hover .project-one__title a {
  color: #ffffff;
}

.project-one__single:hover .project-one__arrow a {
  color: #42d9be;
}
.project-two .project-one__single {
  margin-bottom: 70px;
}

.project-two .project-one__title {
  /* font-size: 24px; */
  line-height: 30px;
  width: 100%;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.project-two .project-one__content {
  padding: 22px 30px 29px;
  margin-top: -78px;
}

.project-two .project-one__arrow {
  top: 50%;
  right: 20px;
}
.jn_img1 {
  position: relative;
}
.jn_img1,
.jn_img2,
.jn_img3,
.jn_img4 {
  margin-bottom: 5%;
  width: 100%;
  overflow: hidden;
}
.jn_img1 img,
.jn_img2 img,
.jn_img3 img,
.jn_img4 img {
  width: 100%;
  height: auto;
  transition: all 0.4s ease;
}
.jn_img1 h4 {
  position: absolute;
  color: #fff;
  bottom: 5%;
  right: 3%;
  font-family: Microsoft YaHei;
  font-weight: 400;
}
.jn_img2 h4 {
  position: absolute;
  color: #fff;
  top: 45%;
  left: 43%;
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 2rem;
}
.jn_img1 img:hover,
.jn_img2 img:hover,
.jn_img3 img:hover,
.jn_img4 img:hover {
  transform: scale(1.1);
}
.jn_img1 h5 {
  position: absolute;
  color: #fff;
  bottom: 8%;
  right: 6%;
  font-family: Microsoft YaHei;
  font-weight: 400;
}
.jn_img2 h5 {
  position: absolute;
  color: #fff;
  top: 42%;
    left: 36%;
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 2rem;
}
