@charset "utf-8";

/* 内页服务列表 */

.nyfwlb {
  margin-top: 95px;
}

.nyfwlbboxct {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  /* border: 1px solid #efefef; */
}

.nyfwlbbox .nyfwlbboxcta {
  display: flex;
  width: 50%;
  /* margin-right: 2%; */
  background-color: #ffffff;
  /* margin-bottom: 35px; */
  /* border: 1px solid #efefef; */
  /* border-radius: 10px; */
  overflow: hidden;
  /* box-shadow: 0 0 20px rgb(0 0 0 / 10%); */
  margin-bottom: 50px;
}

.nyfwlbbox .nyfwlbboxcta:nth-child(2n) {
  /* margin-right: 0; */
  /* flex-flow: row-reverse; */
}

.nyfwlbboxcta_img {
  width: 50%;
  overflow: hidden;
}

.nyfwlbboxcta_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all .4s;
  -webkit-transition: all .4s;
  -moz-transition: all .4s;
  -ms-transition: all .4s;
  -o-transition: all .4s;
}

.nyfwlbboxcta_txt {
  width: 50%;
  display: flex;
  align-items: center;
  padding: 30px;
  border: 1px solid #e9e9e9;
  background: #f6f6f6;
}

.nyfwlbboxcta_txtct {
  width: 100%;
  text-align: center;
}

.nyfwlbboxcta_txtct_img i{
  margin: 0 auto;
  font-size: 60px;
  display: inline-block;
  overflow: hidden;
  /* background: #f5f5f5; */
  color: #1661a9;
  /* width: 60px; */
  /* height: 60px; */
  /* line-height: 60px; */
  border-radius: 50%;
}

.nyfwlbboxcta_txtct_h {
  margin-top: 10px;
  font-size: 28px;
  color: #333;
}

.nyfwlbboxcta_txtct_p {
  margin-top: 5px;
  margin-bottom: 15px;
  color: #888;
  line-height: 24px;
  font-size: 14px;
}

.nyfwlbbox .nyfwlbboxcta:hover .nyfwlbboxcta_img img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}

.nyfwlbbox .nyfwlbboxcta:hover .nyfwlbboxcta_txtct_img img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}

.nyfwlbbox .nyfwlbboxcta:hover .nyfwlbboxcta_txtct_h {
  color: #ef8d01;
}

@media screen and (max-width:1700px) {
  .nyfwlbboxcta_txt {
    padding: 30px;
  }
  .nyfwlbboxcta_txtct_h {
    margin-top: 10px;
  }
  .nyfwlbboxcta_txtct_h {
    font-size: 20px;
    line-height: 22px;
  }
  .nyfwlbboxcta_txtct_p {
    font-size: 14px;
    line-height: 16px;
  }
}

@media screen and (max-width:1200px) {
  .nyfwlbboxcta_img {
    width: 50%;
  }
  .nyfwlbboxcta_img img {
    height: 100%;
    object-fit: cover
  }
  .nyfwlbboxcta_txt {
    padding: 20px 10px;
  }
  .nyfwlbboxcta_txtct_img img {
    width: 60px;
  }
  .nyfwlbboxcta_txtct_p {
    margin-top: 5px;
  }
  .nyfwlbboxcta_txt {
    width: 50%;
  }
}

@media screen and (max-width:992px) {
  .nyfwlbboxcta_img {
    width: 100%;
  }
  .nyfwlbboxcta_txtct_img i{
    font-size: 32px;
    line-height: 1;
  }
  .nyfwlbboxcta_txt {
    width: 100%;
  }
  .nyfwlb {
    margin-top: 60px;
  }
  .nyfwlbboxcta_txtct_h {
    font-size: 18px;
    line-height: 20px;
    margin-top: 15px;
  }
  .nyfwlbboxcta_img img {
    height: 100%;
    object-fit: cover;
    display: none;
  }
  .nyfwlbboxcta_txt {
    padding: 2rem;
  }
  .nyfwlbbox .nyfwlbboxcta {
    margin-bottom: 20px;
    flex-flow: column;
  }
  .nyfwlbbox .nyfwlbboxcta:nth-child(2n){
    flex-flow: column;
  }
}

@media screen and (max-width:768px) {
  .nyfwlbbox .nyfwlbboxcta {
    width: 100%;
    margin-right: 0;
    flex-wrap: wrap;
  }
  .nyfwlbboxcta>div {
    /* width: 100%; */
  }
  .nyfwlbboxcta_img {
    /* height: 160px; */
  }
  .nyfwlbboxcta_txt {
    /* padding: 20px 10px; */
  }
  .nyfwlbbox .nyfwlbboxcta {
    margin-bottom: 30px;
  }
}