/* ==================== 内页7 - 板块一 Start ==================== */
/* ==================== 内页7 - 板块一 End ==================== */
/* ==================== 内页7 - 板块二 Start ==================== */
.ny7-section2 {
  padding-top: 4.167vw;
  padding-bottom: 5.208vw;
}
.ny7-section2 .itembox {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  flex-wrap: wrap;
}
.ny7-section2 .item {
  width: 49%;
  background-color: #f8f8f8;
  box-shadow: 0vw 0vw 0.625vw 0vw rgba(0, 0, 0, 0.1);
  padding: 1.563vw;
  position: relative;
  display: flex;
  align-items: stretch;
}
.ny7-section2 .item:nth-child(2) ~ .item {
  margin-top: 2%;
}
.ny7-section2 .item .left-info {
  position: relative;
  min-width: 0;
  flex-grow: 1;
}
.ny7-section2 .item .left-info .info {
  padding: 1.042vw;
}
.ny7-section2 .item .left-info .info .text1 {
  color: #666666;
  font-size: 0.833vw;
  line-height: 1.1;
  margin-bottom: 1.302vw;
}
.ny7-section2 .item .left-info .info .text2 {
  font-weight: bold;
  line-height: 1.1;
  font-size: 1.563vw;
  color: #333333;
  margin-bottom: 1.042vw;
}
.ny7-section2 .item .left-info .info .text3 {
  line-height: 1.2;
  color: #666666;
  font-size: 0.938vw;
}
.ny7-section2 .item .left-info .btn {
  position: absolute;
  bottom: 1.042vw;
  left: 1.042vw;
  background-color: #F9F9F9;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.708vw;
  height: 2.708vw;
  border-radius: 100%;
  overflow: hidden;
  transition: background-color 0.4s;
}
.ny7-section2 .item .left-info .btn:hover {
  background-color: #045bb6;
}
.ny7-section2 .item .left-info .btn:hover img {
  width: 0.938vw;
  display: block;
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.ny7-section2 .item .left-info .btn img {
  width: 0.938vw;
  display: block;
}
.ny7-section2 .item .image {
  background-color: #ffffff;
  border: solid 1px #e2e2e2;
  width: 13.542vw;
}
.ny7-section2 .image2 {
  margin-top: 3.125vw;
  width: 53.646vw;
  margin-left: auto;
  margin-right: auto;
}
.ny7-section2 .image2 img {
  width: 100%;
}
.ny7-section2 .tip {
  margin-top: 3.125vw;
  font-size: 1.25vw;
  color: #045bb6;
  line-height: 1.4;
  text-align: center;
}
@media screen and (min-width: 1920px) {
  .ny7-section2 {
    padding-top: 80px;
    padding-bottom: 100px;
  }
  .ny7-section2 .item {
    box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
    padding: 30px;
  }
  .ny7-section2 .item .left-info .info {
    padding: 20px;
  }
  .ny7-section2 .item .left-info .info .text1 {
    font-size: 16px;
    margin-bottom: 25px;
  }
  .ny7-section2 .item .left-info .info .text2 {
    font-size: 30px;
    margin-bottom: 20px;
  }
  .ny7-section2 .item .left-info .info .text3 {
    font-size: 18px;
  }
  .ny7-section2 .item .left-info .btn {
    bottom: 20px;
    left: 20px;
    width: 52px;
    height: 52px;
  }
  .ny7-section2 .item .left-info .btn:hover img {
    width: 18px;
  }
  .ny7-section2 .item .left-info .btn img {
    width: 18px;
  }
  .ny7-section2 .item .image {
    width: 260px;
  }
  .ny7-section2 .image2 {
    margin-top: 60px;
    width: 1030px;
  }
  .ny7-section2 .tip {
    margin-top: 60px;
    font-size: 24px;
  }
}
@media screen and (max-width: 768px) {
  .ny7-section2 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .ny7-section2 .itembox {
    display: block;
  }
  .ny7-section2 .item {
    width: 100%;
    box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
    padding: 20px;
    flex-wrap: wrap;
  }
  .ny7-section2 .item:nth-child(1) ~ .item {
    margin-top: 20px;
  }
  .ny7-section2 .item:nth-child(2) ~ .item {
    margin-top: 20px;
  }
  .ny7-section2 .item .left-info {
    order: 2;
    margin-top: 40px;
    padding-right: 40px;
  }
  .ny7-section2 .item .left-info .info {
    padding: 0;
  }
  .ny7-section2 .item .left-info .info .text1 {
    font-size: 12px;
    margin-bottom: 15px;
  }
  .ny7-section2 .item .left-info .info .text2 {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .ny7-section2 .item .left-info .info .text3 {
    font-size: 12px;
  }
  .ny7-section2 .item .left-info .btn {
    bottom: auto;
    left: auto;
    width: 52px;
    height: 52px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
  }
  .ny7-section2 .item .left-info .btn:hover img {
    width: 18px;
  }
  .ny7-section2 .item .left-info .btn img {
    width: 18px;
  }
  .ny7-section2 .item .image {
    width: 100%;
  }
  .ny7-section2 .image2 {
    margin-top: 60px;
    width: 100%;
  }
  .ny7-section2 .tip {
    margin-top: 20px;
    font-size: 14px;
  }
}
/* ==================== 内页7 - 板块二 End ==================== */
