/* ny_about start */
.ny_about {
  height: 500px;
  overflow: hidden;
  position: relative;
  background-color: #1c2d58;
}

.ny_about img.abImg {
  display: block;
  max-width: 100%;
  height: 100%;
  float: right;
}

.ny_about .nyAbout_text {
  padding: 60px 38% 60px 0;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}

.nyAbout_text .nyAbout_title {
  line-height: 48px;
  color: #fff;
  font-size: 36px;
  margin-bottom: 40px;
}

.nyAbout_text .nyAbout_ms {
  line-height: 28px;
  color: #fff;
  font-size: 16px;
}

.nyAbout_text .nyAbout_ms p {
  margin-top: 20px;
  line-height: 28px;
  color: #fff;
  font-size: 16px;
}

/* ny_about end */


/* nyAbout_infor start */
.nyAbout_infor {
  padding: 60px 0 30px;
}

.nyAbout_infor .nyAbInfor_main {
  margin: 0 auto;
}

.nyAbInfor_list ul {
  margin: 0 -15px;
}

.nyAbInfor_list ul li {
  width: 25%;
  margin-bottom: 30px;
  padding: 0 15px;
  float: left;
}

.nyAbInfor_list ul li .nyAbInfor_con {
  background-color: #fff;
  border-top: 3px solid #00f091;
  box-shadow: 0 5px 10px rgba(0, 0, 0, .1);
}

.nyAbInfor_list ul li .nyAbInfor_img {
  height: 200px;
  overflow: hidden;
  background-color: #f5f5f5;
}

.nyAbInfor_list ul li .nyAbInfor_img a {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}

.nyAbInfor_list ul li .nyAbInfor_img a img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  margin: auto;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}

.nyAbInfor_list ul li:hover .nyAbInfor_img a img {
  transform: scale(1.1);
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
}

.nyAbInfor_list ul li .nyAbInfor_text {
  padding: 20px;
}


.nyAbInfor_list ul li .nyAbInfor_text .nyAbInfor_name {
  margin-bottom: 10px;
  text-align: center;
}

.nyAbInfor_list ul li .nyAbInfor_text .nyAbInfor_name a {
  display: inline-block;
  line-height: 30px;
  color: #1c2d57;
  font-size: 18px;
  font-weight: bold;
  text-decoration: underline;
}

.nyAbInfor_list ul li .nyAbInfor_text .nyAbInfor_name a:hover {
  background-color: #00f091;
}

.nyAbInfor_list ul li .nyAbInfor_text p {
  height: 84px;
  overflow: hidden;
  line-height: 28px;
  color: #212427;
  font-size: 16px;
  text-align: center;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
}

/* nyAbout_infor end */