/* nyProducts start */
.nyProducts {
  padding-bottom: 80px;
}

.nyProducts .nyProducts_main {
  margin: 0 auto;
}

.nyProducts_main .nyProducts_left {
  width: 360px;
  float: left;
}


.nyProducts_main .nyProducts_right {
  width: calc(100% - 400px);
  float: right;
}

.nyProducts_list ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
  margin: 0 -15px 30px;
}

.nyProducts_list ul li {
  width: 33.333333%;
  margin-bottom: 30px;
  padding: 0 15px;
}

.nyProducts_list ul li .nyProducts_con {
  height: 100%;
  overflow: hidden;
  padding: 30px;
  border-radius: 8px;
  background: linear-gradient(to bottom, #dcdee1, #fff);
  position: relative;
}

.nyProducts_list ul li .nyProducts_con:hover {
  background: linear-gradient(to bottom, #141b60, #fff);
}

.nyProducts_list ul li .nyProducts_con .nyProducts_text span {
  display: inline-block;
  height: 30px;
  line-height: 28px;
  color: #141b60;
  font-size: 14px;
  border: 1px solid #141b60;
  border-radius: 15px;
  margin-bottom: 10px;
  padding: 0 16px;
  vertical-align: top;
}

.nyProducts_list ul li .nyProducts_con:hover .nyProducts_text span {
  color: #fff;
  border: 1px solid rgba(255, 255, 255, .25);
}

.nyProducts_list ul li .nyProducts_con .nyProducts_text a.nyProducts_name {
  display: block;
  height: 32px;
  overflow: hidden;
  line-height: 32px;
  color: #222;
  font-size: 18px;
  font-weight: bold;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.nyProducts_list ul li .nyProducts_con:hover .nyProducts_text a.nyProducts_name {
  color: #fff;
}

.nyProducts_list ul li .nyProducts_con .nyProducts_img {
  width: 100%;
  height: 234px;
  margin: 30px auto;
}

.nyProducts_list ul li .nyProducts_con .nyProducts_img a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}

.nyProducts_list ul li .nyProducts_con .nyProducts_img a img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  margin: auto;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}

.nyProducts_list ul li .nyProducts_con:hover .nyProducts_img a img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  transform: scale(1.1);
}

.nyProducts_list ul li .nyProducts_con .nyProducts_btn {
  text-align: right;
}

.nyProducts_list ul li .nyProducts_con .nyProducts_btn a {
  display: inline-block;
  height: 32px;
  line-height: 32px;
  color: #999;
  font-size: 16px;
}

.nyProducts_list ul li .nyProducts_con:hover .nyProducts_btn a {
  color: #141b60;
}

.nyProducts_list ul li .nyProducts_con .nyProducts_btn a i {
  display: block;
  width: 22px;
  height: 22px;
  margin: 5px 8px 5px 0;
  border: 2px solid #999;
  border-radius: 50%;
  float: left;
  position: relative;
}

.nyProducts_list ul li .nyProducts_con:hover .nyProducts_btn a i {
  border: 2px solid #141b60;
}

.nyProducts_list ul li .nyProducts_con .nyProducts_btn a i::before,
.nyProducts_list ul li .nyProducts_con .nyProducts_btn a i::after {
  content: '';
  display: block;
  background-color: #999;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
}

.nyProducts_list ul li .nyProducts_con .nyProducts_btn a i::before {
  width: 10px;
  height: 2px;
}

.nyProducts_list ul li .nyProducts_con .nyProducts_btn a i::after {
  width: 2px;
  height: 10px;
}

.nyProducts_list ul li .nyProducts_con:hover .nyProducts_btn a i::before,
.nyProducts_list ul li .nyProducts_con:hover .nyProducts_btn a i::after {
  background-color: #141b60;
}


/* nyProducts end */


@media (max-width:1680px) {

  .nyProducts_list ul {
    margin: 0 -12px 30px;
  }

  .nyProducts_list ul li {
    margin-bottom: 24px;
    padding: 0 12px;
  }

  .nyProducts_list ul li .nyProducts_con {
    padding: 24px;
  }

  .nyProducts_list ul li .nyProducts_con .nyProducts_img {
    height: 226px;
    margin: 24px auto;
  }
}

@media (max-width:1600px) {
  .nyProducts_list ul li .nyProducts_con .nyProducts_btn a i {
    border: 1px solid #999;
  }

  .nyProducts_list ul li .nyProducts_con:hover .nyProducts_btn a i {
    border: 1px solid #141b60;
  }

  .nyProducts_list ul li .nyProducts_con .nyProducts_btn a {
    font-size: 15px;
  }
}

@media (max-width:1560px) {
  .nyProducts_list ul li .nyProducts_con .nyProducts_img {
    height: 218px;
  }
}

@media (max-width:1440px) {
  .nyProducts {
    padding-bottom: 60px;
  }

  .nyProducts_main .nyProducts_left {
    width: 320px;
  }


  .nyProducts_main .nyProducts_right {
    width: calc(100% - 350px);
  }

  .nyProducts_list ul {
    margin: 0 -10px 20px;
  }

  .nyProducts_list ul li {
    margin-bottom: 20px;
    padding: 0 10px;
  }

  .nyProducts_list ul li .nyProducts_con {
    padding: 20px;
  }

  .nyProducts_list ul li .nyProducts_con .nyProducts_img {
    height: 210px;
    margin: 20px auto;
  }
}

@media (max-width:1366px) {
  .nyProducts_main .nyProducts_left {
    width: 300px;
  }


  .nyProducts_main .nyProducts_right {
    width: calc(100% - 330px);
  }

  .nyProducts_list ul li .nyProducts_con .nyProducts_img {
    height: 190px;
    margin: 10px auto;
  }
}

@media (max-width:1280px) {
  .nyProducts_main .nyProducts_right {
    width: calc(100% - 320px);
  }

  .nyProducts_list ul li .nyProducts_con .nyProducts_img {
    height: 180px;
  }

  .nyProducts_list ul li .nyProducts_con .nyProducts_btn a {
    font-size: 14px;
  }

  .nyProducts_list ul li .nyProducts_con .nyProducts_btn a i {
    width: 20px;
    height: 20px;
    margin: 6px 8px 6px 0;
  }

  .nyProducts_list ul li .nyProducts_con .nyProducts_btn a i::before {
    width: 8px;
  }

  .nyProducts_list ul li .nyProducts_con .nyProducts_btn a i::after {
    height: 8px;
  }
}

@media (max-width:1200px) {
  .nyProducts_main .nyProducts_left {
    width: 280px;
  }


  .nyProducts_main .nyProducts_right {
    width: calc(100% - 300px);
  }

  .nyProducts_list ul li .nyProducts_con .nyProducts_text a.nyProducts_name {
    font-size: 16px;
  }

  .nyProducts_list ul li .nyProducts_con .nyProducts_img {
    height: 166px;
  }
}

@media (max-width:1080px) {
  .nyProducts_main .nyProducts_left {
    width: 100%;
  }


  .nyProducts_main .nyProducts_right {
    width: 100%;
    margin-top: 40px;
  }

  .nyProducts_list ul li .nyProducts_con .nyProducts_img {
    height: 214px;
  }
}

@media (max-width:1024px) {
  .nyProducts_list ul li .nyProducts_con .nyProducts_img {
    height: 200px;
  }
}

@media (max-width:920px) {
  .nyProducts {
    padding-bottom: 40px;
  }

  .nyProducts_main .nyProducts_right {
    margin-top: 20px;
  }

  .nyProducts_list ul li .nyProducts_con .nyProducts_img {
    height: 176px;
  }
}

@media (max-width:820px) {
  .nyProducts_list ul li .nyProducts_con .nyProducts_img {
    height: 152px;
  }
}

@media (max-width:767px) {
  .nyProducts_list ul {
    margin: 0 0 20px;
  }

  .nyProducts_list ul li {
    width: 100%;
    padding: 0;
  }

  .nyProducts_list ul li .nyProducts_con .nyProducts_text a.nyProducts_name {
    font-size: 18px;
  }

  .nyProducts_list ul li .nyProducts_con .nyProducts_img {
    height: 240px;
  }
}

@media (max-width:390px) {
  .nyProducts_list ul li .nyProducts_con .nyProducts_img {
    height: 230px;
  }
}

@media (max-width:320px) {
  .nyProducts {
    padding-bottom: 20px;
  }

  .nyProducts_list ul {
    margin: 0;
  }

  .nyProducts_list ul li .nyProducts_con .nyProducts_img {
    height: 190px;
  }
}

@media (max-width:280px) {
  .nyProducts_list ul li .nyProducts_con .nyProducts_img {
    height: 168px;
  }
}