/* ny_products start */
.nyPro_service {
  width: 100%;
  height: auto;
  overflow: hidden;
  margin: 0 auto 40px;
}

.nyPro_service ul li {
  width: 100%;
  height: auto;
  overflow: hidden;
  margin: 0 auto 40px;
}

.nyPro_service ul li .nyProSer_img {
  width: 50%;
  height: 400px;
  overflow: hidden;
  float: left;
}

.nyPro_service ul li:nth-child(2n+2) .nyProSer_img {
  float: right;
}

.nyPro_service ul li .nyProSer_img a {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  margin: 0;
  padding: 0;
  cursor:auto;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.nyPro_service ul li .nyProSer_img a img {
  display: block;
  width: 100%;
  height: 100%;
  margin: auto;
  object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}

.nyPro_service ul li:hover .nyProSer_img a img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  transform: scale(1.1);
}

.nyPro_service ul li .nyProSer_text {
  width: 50%;
  height: auto;
  overflow: hidden;
  margin: 0 auto;
  padding: 60px 0 0 5%;
  float: right;
}

.nyPro_service ul li:nth-child(2n+2) .nyProSer_text {
  float: left;
}

.nyPro_service ul li:nth-child(2n+2) .nyProSer_text {
  padding: 60px 5% 0 0;
}

.nyPro_service ul li .nyProSer_text a.nyProSer_name {
  display: block;
  width: 100%;
  height: auto;
  overflow: hidden;
  line-height: 44px;
  color: #231916;
  font-size: 36px;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin: 0 auto 40px;
  cursor:auto;
}

.nyPro_service ul li:hover .nyProSer_text a.nyProSer_name {
  color: #14463a;
}

.nyPro_service ul li .nyProSer_text p {
  width: 100%;
  height: auto;
  max-height: 144px;
  overflow: hidden;
  line-height: 36px;
  color: #231916;
  font-size: 18px;
  font-weight: lighter;
  margin: 0 auto;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
}

.ny_products {
  width: 100%;
  height: auto;
  overflow: hidden;
  margin: 0 auto 40px;
}

.nyPro_title {
  width: 100%;
  height: auto;
  overflow: hidden;
  margin: 0 auto 40px;
}

.nyPro_title p {
  width: 100%;
  height: auto;
  overflow: hidden;
  line-height: 44px;
  color: #231916;
  font-size: 36px;
  text-align: center;
  margin: 0 auto 10px;
}

.nyPro_title span {
  display: block;
  width: 100%;
  height: auto;
  overflow: hidden;
  line-height: 30px;
  color: #231916;
  font-size: 20px;
  text-align: center;
  margin: 0 auto;
  opacity: 0.5;
}

.ny_products .nyPro_menu {
  width: 100%;
  height: auto;
  overflow: hidden;
  margin: 0 auto 30px;
  padding: 0;
  text-align: center;
}

.nyPro_menu ul li {
  display: inline-block;
  vertical-align: top;
  margin:0 6px 10px 0;
}
.nyPro_menu ul li a {
  display: block;
  width: auto;
  height: 48px;
  overflow: hidden;
  line-height: 46px;
  color: #14463a;
  font-size: 16px;
  text-align: center;
  margin: 0 4px;
  padding: 0 20px;
  background-color: #f1f8f6;
  border: 1px solid #14463a;
}
.nyPro_menu ul li a:hover {
  color: #fff;
  background-color: #14463a;
}

.nyPro_list {
  width: 100%;
  height: auto;
  overflow: hidden;
  margin: 0 auto 10px;
}

.nyPro_list ul li {
  width: 23.5%;
  height: auto;
  overflow: hidden;
  margin: 0 2% 30px 0;
  float: left;
}

.nyPro_list ul li:nth-child(4n+4) {
  margin: 0 0 30px;
}

.nyPro_list ul li .nyPro_img {
  width: 100%;
  height: 240px;
  overflow: hidden;
  margin: 0 auto;
}

.nyPro_list ul li .nyPro_img a {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  margin: 0;
  padding: 0;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.nyPro_list ul li .nyPro_img a img {
  display: block;
  width: 100%;
  height: 100%;
  margin: auto;
  object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}

.nyPro_list ul li:hover .nyPro_img a img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  transform: scale(1.1);
}

.nyPro_list ul li .nyPro_text {
  width: 100%;
  height: auto;
  overflow: hidden;
  margin: 0 auto;
  padding: 10px 20px;
  background-color: #f1f8f6;
}

.nyPro_list ul li:hover .nyPro_text {
  background-color: #14463a;
}

.nyPro_list ul li .nyPro_text a.nyPro_name {
  display: block;
  width: auto;
  max-width: 80%;
  height: 48px;
  overflow: hidden;
  line-height: 48px;
  color: #231916;
  font-size: 20px;
  font-weight: lighter;
  white-space: nowrap;
  text-overflow: ellipsis;
  float: left;
}

.nyPro_list ul li .nyPro_text a.nyPro_more {
  display: block;
  width: auto;
  height: 48px;
  overflow: hidden;
  line-height: 48px;
  color: #231916;
  font-family: 'BebasRegular';
  font-size: 20px;
  float: right;
  opacity: 0.5;
}

.nyPro_list ul li:hover .nyPro_text a.nyPro_name,
.nyPro_list ul li:hover .nyPro_text a.nyPro_more {
  color: #fff;
  opacity: 1;
}

/* ny_products end */


/* ny_productShow start */
.ny_productShow {
  width: 100%;
  height: auto;
  overflow: hidden;
  margin: 0 auto;
  padding: 50px 12%;
  background-color: #f1f8f6;
}

.ny_productShow .nyProShow_main {
  width: 100%;
  height: auto;
  overflow: hidden;
  margin: 0 auto;
}

.nyProShow_main .nyProShow_img {
  width: 50%;
  height: auto;
  overflow: hidden;
  margin: 0;
  float: left;
}

.nyProShow_img img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0 auto;
}

.nyProShow_main .nyProShow_text {
  width: 50%;
  height: auto;
  overflow: hidden;
  margin: 0;
  padding: 40px 0 0 60px;
  float: right;
}

.nyProShow_text h1 {
  width: 100%;
  height: auto;
  overflow: hidden;
  line-height: 40px;
  color: #231916;
  font-size: 32px;
  margin: 0 auto 30px;
}

.nyProShow_text p {
  width: 100%;
  height: auto;
  max-height: 144px;
  overflow: hidden;
  line-height: 36px;
  color: #231916;
  font-size: 18px;
  font-weight: lighter;
  margin: 0 auto;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  opacity: 0.75;
}

.nyProShow_text dl {
  margin-top: 60px;
}

.nyProShow_text dl dt {
  width: 100%;
  height: auto;
  overflow: hidden;
  line-height: 32px;
  color: #231916;
  font-size: 24px;
  margin: 0 auto 20px;
}

.nyProShow_text dl dd {
  display: inline-block;
  width: auto;
  height: 40px;
  overflow: hidden;
  line-height: 40px;
  color: #231916;
  font-size: 18px;
  font-weight: lighter;
  margin: 0 20px 0 0;
  padding: 0 24px;
  background-color: #d7e8e3;
  border-radius: 20px;
}


.nyProShow_content {
  width: 100%;
  height: auto;
  overflow: hidden;
  line-height: 36px !important;
  color: #231916 !important;
  font-size: 18px !important;
  font-weight: lighter !important;
  word-break: break-all;
  text-align: justify;
  margin: 40px auto;
  padding: 0 12%;
}

.nyProShow_content div,
.nyProShow_content P {
  line-height: 36px !important;
  color: #231916 !important;
  font-size: 18px !important;
  font-family: Arial, \5FAE\8F6F\96C5\9ED1, Microsoft Yahei, Helvetica, sans-serif !important;
  font-weight: lighter !important;
  margin: 20px auto;
}

.nyProShow_content div span,
.nyProShow_content p span,
.nyProShow_content span,
.nyProShow_content div font,
.nyProShow_content p font,
.nyProShow_content font {
  line-height: 36px !important;
  color: #231916 !important;
  font-size: 18px !important;
  font-family: Arial, \5FAE\8F6F\96C5\9ED1, Microsoft Yahei, Helvetica, sans-serif !important;
  font-weight: lighter !important;
}

.nyProShow_content div b,
.nyProShow_content P b,
.nyProShow_content b {
  font-size: 24px;
  font-weight: normal;
}

.nyProShow_content img {
  display: block;
  width: auto;
  max-width: 100%;
  margin: 0;
}

.nyProShow_content table {
  width: 100% !important;
}

.nyProShow_content table tr th,
.nyProShow_content table tr td {
  width: auto !important;
  padding: 0 !important;
}

.nyProShow_content table tr th p,
.nyProShow_content table tr td p,
.nyProShow_content table tr th span,
.nyProShow_content table tr td span {
  line-height: 36px !important;
  font-size: 16px !important;
  font-weight: lighter !important;
}


.nyProShow_xgcp {
  width: 100%;
  height: auto;
  overflow: hidden;
  margin: 40px auto;
  padding: 0 12%;
}

.nyProShow_xgcp .nyPro_list ul li {
  margin: 0 2% 0 0;
}

.nyProShow_xgcp .nyPro_list ul li:nth-child(4n+4) {
  margin: 0;
}

/* ny_productShow end */


@media (max-width:1680px) {
  .nyPro_title p {
    line-height: 40px;
  }

  .nyPro_title span {
    font-size: 18px;
  }

  .nyPro_list ul li .nyPro_img {
    height: 220px;
  }

  .nyPro_list ul li .nyPro_text a.nyPro_name,
  .nyPro_list ul li .nyPro_text a.nyPro_more {
    font-size: 18px;
  }

  .nyPro_list ul li .nyPro_text {
    padding: 6px 20px;
  }

  .ny_productShow {
    padding: 50px 10%;
  }

  .nyProShow_content,
  .nyProShow_xgcp {
    padding: 0 10%;
  }

  .nyProShow_text dl {
    margin-top: 40px;
  }
}

@media (max-width:1600px) {
  .nyPro_service ul li .nyProSer_img {
    height: 380px;
  }

  .nyPro_service ul li .nyProSer_text a.nyProSer_name {
    line-height: 40px;
  }

  .ny_productShow {
    padding: 50px 8%;
  }

  .nyProShow_content,
  .nyProShow_xgcp {
    padding: 0 8%;
  }
}

@media (max-width:1560px) {}

@media (max-width:1440px) {
  .nyPro_service ul li .nyProSer_img {
    height: 360px;
  }

  .nyPro_service ul li .nyProSer_text a.nyProSer_name {
    font-size: 32px;
  }

  .nyPro_service ul li .nyProSer_text p {
    max-height: 128px;
    line-height: 32px;
    font-size: 16px;
  }

  .nyPro_title p {
    font-size: 32px;
  }

  .nyPro_title span {
    line-height: 24px;
    font-size: 16px;
  }

  .nyPro_list ul li .nyPro_img {
    height: 210px;
  }


  .nyProShow_content {
    line-height: 32px !important;
    font-size: 16px !important;
  }

  .nyProShow_content div,
  .nyProShow_content P {
    line-height: 32px !important;
    font-size: 16px !important;
    margin: 16px auto;
  }

  .nyProShow_content div span,
  .nyProShow_content p span,
  .nyProShow_content span,
  .nyProShow_content div font,
  .nyProShow_content p font,
  .nyProShow_content font {
    line-height: 32px !important;
    font-size: 16px !important;
  }

  .nyProShow_content div b,
  .nyProShow_content P b,
  .nyProShow_content b {
    font-size: 20px;
    font-weight: normal;
  }

  .nyProShow_content table tr th p,
  .nyProShow_content table tr td p,
  .nyProShow_content table tr th span,
  .nyProShow_content table tr td span {
    line-height: 36px !important;
    font-size: 20px !important;
  }

  .ny_productShow {
    padding: 40px 6%;
  }

  .nyProShow_content,
  .nyProShow_xgcp {
    padding: 0 6%;
  }

  .nyProShow_text h1 {
    font-size: 28px;
  }

  .nyProShow_text p {
    max-height: 128px;
    line-height: 32px;
    font-size: 16px;
  }

  .nyProShow_text dl dt {
    line-height: 30px;
    font-size: 22px;
  }

  .nyProShow_text dl dd {
    font-size: 16px;
  }
}

@media (max-width:1366px) {}

@media (max-width:1280px) {
  .nyPro_service ul li .nyProSer_img {
    height: 340px;
  }

  .nyPro_service ul li .nyProSer_text {
    padding: 40px 0 0 4%;
  }

  .nyPro_service ul li:nth-child(2n+2) .nyProSer_text {
    padding: 40px 4% 0 0;
  }

  .nyPro_service ul li .nyProSer_text a.nyProSer_name {
    font-size: 30px;
    margin: 0 auto 30px;
  }

  .nyPro_service ul li .nyProSer_text p {
    max-height: 120px;
    line-height: 30px;
    font-size: 15px;
  }

  .nyPro_title p {
    font-size: 30px;
    margin: 0 auto 6px;
  }

  .nyPro_list ul li .nyPro_img {
    height: 190px;
  }


  .ny_productShow {
    padding: 40px 4%;
  }

  .nyProShow_content,
  .nyProShow_xgcp {
    padding: 0 4%;
  }

  .nyProShow_content {
    line-height: 28px !important;
    font-size: 14px !important;
  }

  .nyProShow_content div,
  .nyProShow_content P {
    line-height: 28px !important;
    font-size: 14px !important;
    margin: 14px auto;
  }

  .nyProShow_content div span,
  .nyProShow_content p span,
  .nyProShow_content span,
  .nyProShow_content div font,
  .nyProShow_content p font,
  .nyProShow_content font {
    line-height: 28px !important;
    font-size: 14px !important;
  }

  .nyProShow_content div b,
  .nyProShow_content P b,
  .nyProShow_content b {
    font-size: 18px;
    font-weight: normal;
  }

  .nyProShow_content table tr th p,
  .nyProShow_content table tr td p,
  .nyProShow_content table tr th span,
  .nyProShow_content table tr td span {
    line-height: 30px !important;
    font-size: 18px !important;
  }

  .nyProShow_main .nyProShow_text {
    padding: 40px 0 0 40px;
  }

  .nyProShow_text h1 {
    line-height: 32px;
    font-size: 24px;
    margin: 0 auto 20px;
  }

  .nyProShow_text p {
    max-height: 112px;
    line-height: 28px;
    font-size: 14px;
  }

  .nyProShow_text dl dt {
    font-size: 20px;
    margin: 0 auto 10px;
  }

  .nyProShow_text dl dd {
    font-size: 15px;
    margin: 0 10px 0 0;
  }
}

@media (max-width:1200px) {
  .nyPro_service ul li .nyProSer_img {
    height: 320px;
  }

  .nyPro_list ul li .nyPro_img {
    height: 180px;
  }

  .nyPro_list ul li .nyPro_text {
    padding: 0 20px;
  }

  .nyPro_list ul li .nyPro_text a.nyPro_name,
  .nyPro_list ul li .nyPro_text a.nyPro_more {
    font-size: 16px;
  }
}

@media (max-width:1080px) {
  .nyPro_service {
    margin: 0 auto 20px;
  }

  .nyPro_service ul li .nyProSer_img {
    height: 280px;
  }

  .nyPro_service ul li .nyProSer_text a.nyProSer_name {
    line-height: 36px;
    font-size: 28px;
    margin: 0 auto 20px;
  }

  .nyPro_service ul li .nyProSer_text p {
    max-height: 112px;
    line-height: 28px;
    font-size: 14px;
  }

  .nyPro_title p {
    line-height: 36px;
    font-size: 28px;
    margin: 0 auto 6px;
  }

  .nyPro_title span {
    font-size: 15px;
  }

  .nyPro_list ul li,
  .nyPro_list ul li:nth-child(4n+4) {
    width: 32%;
    margin: 0 2% 30px 0;
  }

  .nyPro_list ul li:nth-child(3n+3) {
    margin: 0 0 30px;
  }

  .nyPro_list ul li .nyPro_img {
    height: 220px;
  }

  .nyPro_list ul li .nyPro_text {
    padding: 6px 20px;
  }

  .nyPro_list ul li .nyPro_text a.nyPro_name,
  .nyPro_list ul li .nyPro_text a.nyPro_more {
    font-size: 18px;
  }

  .nyProShow_main .nyProShow_text {
    padding: 30px 0 0 40px;
  }

  .nyProShow_xgcp .nyPro_list ul li,
  .nyProShow_xgcp .nyPro_list ul li:nth-child(3n+3),
  .nyProShow_xgcp .nyPro_list ul li:nth-child(4n+4) {
    width: 23.5%;
    margin: 0 2% 0 0;
  }

  .nyProShow_xgcp .nyPro_list ul li:nth-child(4n+4) {
    margin: 0;
  }

  .nyProShow_xgcp .nyPro_list ul li .nyPro_img {
    height: 160px;
  }

  .nyProShow_xgcp .nyPro_list ul li .nyPro_text {
    padding: 0 20px;
  }

  .nyProShow_xgcp .nyPro_list ul li .nyPro_text a.nyPro_name,
  .nyProShow_xgcp .nyPro_list ul li .nyPro_text a.nyPro_more {
    font-size: 16px;
  }
}

@media (max-width:1024px) {
  .nyPro_list ul li .nyPro_img {
    height: 200px;
  }

  .nyProShow_content div,
  .nyProShow_content P {
    margin: 10px auto;
  }

  .nyProShow_main .nyProShow_text {
    padding: 20px 0 0 40px;
  }

  .nyProShow_text dl {
    margin-top: 20px;
  }

  .nyProShow_text dl dd {
    height: 32px;
    line-height: 32px;
    font-size: 14px;
    padding: 0 20px;
  }

  .nyProShow_content {
    margin: 30px auto;
  }

  .nyProShow_xgcp .nyPro_list ul li .nyPro_img {
    height: 150px;
  }
}

@media (max-width:920px) {
  .nyPro_service ul li .nyProSer_img {
    height: 260px;
  }

  .ny_products .nyPro_list {
    margin: 0 auto 20px;
  }

  .nyPro_list ul li,
  .nyPro_list ul li:nth-child(4n+4) {
    width: 32%;
    margin: 0 2% 20px 0;
  }

  .nyPro_list ul li:nth-child(3n+3) {
    margin: 0 0 20px;
  }

  .nyPro_list ul li .nyPro_img {
    height: 180px;
  }

  .ny_productShow {
    padding: 40px 3%;
  }

  .nyProShow_main .nyProShow_text {
    padding: 0 0 0 20px;
  }

  .nyProShow_content,
  .nyProShow_xgcp {
    padding: 0 3%;
  }

  .nyProShow_xgcp .nyPro_list ul li .nyPro_img {
    height: 140px;
  }

  .nyProShow_xgcp .nyPro_list ul li .nyPro_text {
    padding: 0 10px;
  }
}

@media (max-width:820px) {
  .nyPro_service ul li .nyProSer_img {
    height: 240px;
  }

  .nyPro_service ul li .nyProSer_text {
    padding: 30px 0 0 3%;
  }

  .nyPro_service ul li:nth-child(2n+2) .nyProSer_text {
    padding: 30px 3% 0 0;
  }

  .nyPro_service ul li .nyProSer_text a.nyProSer_name {
    font-size: 26px;
  }

  .nyPro_title {
    margin: 0 auto 30px;
  }

  .nyPro_title p {
    font-size: 26px;
    margin: 0 auto 4px;
  }

  .nyPro_title span {
    line-height: 20px;
    font-size: 14px;
  }

  .nyPro_list ul li .nyPro_img {
    height: 170px;
  }

  .nyPro_list ul li .nyPro_text {
    padding: 0 20px;
  }

  .nyPro_list ul li .nyPro_text a.nyPro_name,
  .nyPro_list ul li .nyPro_text a.nyPro_more {
    font-size: 16px;
  }

  .nyProShow_text h1 {
    line-height: 30px;
    font-size: 22px;
    margin: 0 auto 20px;
  }

  .nyProShow_text p {
    max-height: 84px;
    -webkit-line-clamp: 3;
  }

  .nyProShow_text dl dt {
    line-height: 24px;
    font-size: 18px;
  }

  .nyProShow_text dl dd {
    margin: 0 6px 0 0;
    padding: 0 15px;
  }

  .nyProShow_xgcp .nyPro_list ul li .nyPro_img {
    height: 130px;
  }

  .nyPro_list ul li .nyPro_text a.nyPro_name {
    max-width: 74%;
  }
}

@media (max-width:767px) {
  .nyPro_service {
    margin: 0 auto;
  }

  .nyPro_service ul li {
    margin: 0 auto 20px;
  }

  .nyPro_service ul li .nyProSer_img {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin: 0 auto 20px;
    float: inherit;
  }

  .nyPro_service ul li .nyProSer_img a {
    height: auto;
  }

  .nyPro_service ul li .nyProSer_img a img {
    display: block;
    width: 100%;
    height: auto;
    margin: 0 auto;
    object-fit: inherit;
    position: inherit;
    left: inherit;
    top: inherit;
    right: inherit;
    bottom: inherit;
  }

  .nyPro_service ul li .nyProSer_text,
  .nyPro_service ul li:nth-child(2n+2) .nyProSer_text {
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 0;
    float: inherit;
  }

  .nyPro_service ul li .nyProSer_text a.nyProSer_name {
    line-height: 32px;
    font-size: 24px;
    margin: 0 auto 10px;
  }

  .ny_products {
    margin: 0 auto 20px;
  }

  .nyPro_title {
    margin: 0 auto 20px;
  }

  .nyPro_title p {
    line-height: 32px;
    font-size: 24px;
    margin: 0 auto 6px;
  }

  .ny_products .nyPro_list {
    margin: 0 auto;
  }

  .nyPro_list ul li,
  .nyPro_list ul li:nth-child(3n+3),
  .nyPro_list ul li:nth-child(4n+4) {
    width: 100%;
    margin: 0 auto 20px;
    float: inherit;
  }

  .nyPro_list ul li .nyPro_img {
    height: 260px;
  }

  .nyPro_list ul li .nyPro_text {
    padding: 6px 20px;
  }

  .nyPro_list ul li .nyPro_text a.nyPro_name,
  .nyPro_list ul li .nyPro_text a.nyPro_more {
    font-size: 18px;
  }

  .ny_productShow {
    padding: 20px 3%;
  }

  .nyProShow_main .nyProShow_img {
    width: 100%;
    margin: 0 auto 20px;
    float: inherit;
  }

  .nyProShow_main .nyProShow_text {
    width: 100%;
    margin: 0 auto;
    padding: 0;
    float: inherit;
  }

  .nyProShow_text h1 {
    margin: 0 auto 15px;
  }

  .nyProShow_text dl {
    margin-top: 15px;
  }

  .nyProShow_content {
    margin: 15px auto;
  }

  .nyProShow_xgcp {
    margin: 20px auto;
  }

  .nyProShow_xgcp .nyPro_list ul li,
  .nyProShow_xgcp .nyPro_list ul li:nth-child(3n+3),
  .nyProShow_xgcp .nyPro_list ul li:nth-child(4n+4) {
    width: 100%;
    margin: 0 auto 20px;
    float: inherit;
  }

  .nyProShow_xgcp .nyPro_list ul li .nyPro_img {
    height: 260px;
  }

}

@media (max-width:390px) {
  .nyPro_list ul li .nyPro_img {
    height: 240px;
  }

  .nyProShow_xgcp .nyPro_list ul li .nyPro_img {
    height: 240px;
  }
}

@media (max-width:320px) {
  .nyPro_list ul li .nyPro_img {
    height: 200px;
  }

  .nyProShow_xgcp .nyPro_list ul li .nyPro_img {
    height: 200px;
  }
}

@media (max-width:280px) {
  .nyPro_list ul li .nyPro_img {
    height: 180px;
  }

  .nyPro_list ul li .nyPro_text {
    padding: 0 10px;
  }

  .nyPro_list ul li .nyPro_text a.nyPro_name,
  .nyPro_list ul li .nyPro_text a.nyPro_more {
    font-size: 16px;
  }

  .nyProShow_xgcp .nyPro_list ul li .nyPro_img {
    height: 180px;
  }
}