/*内页-产品列表 开始*/
.nyPro_list {
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 0 0 0.1px;
}
.nyPro_list ul li {
  width: 100%;
  height: auto;
  margin: 0 auto 20px;
  padding: 0 0 20px;
  background-color: #fff;
  border-bottom: 1px dashed #eaeaea;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.nyPro_list ul li .nyProList_img {
  width: 27%;
  height: 180px;
  overflow: hidden;
  margin: 0;
  padding: 0;
  background-color: #fff;
  float: left;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.nyPro_list ul li:hover .nyProList_img {
  border: 0;
}
.nyPro_list ul li .nyProList_img img.nyPro_img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  margin: auto;
  padding: 0;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.nyPro_list ul li:hover .nyProList_img a img.nyPro_img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  transform: scale(1.1);
}
.nyPro_list ul li .nyProList_img a i.nyPro_mask {
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  margin: 0;
  padding: 0;
  background: rgba(24, 67, 122, 0.6) url(../images/pro_hover.png) center center no-repeat;
  position: relative;
  left: 0;
  top: 0;
  z-index: 2;
}
.nyPro_list ul li:hover .nyProList_img a i.nyPro_mask {
  display: block;
}
.nyPro_list ul li .nyProList_text {
  width: 70%;
  height: 180px;
  overflow: hidden;
  margin: 0;
  padding: 0;
  float: right;
}
.nyPro_list ul li .nyProList_text .nyProList_name {
  width: 100%;
  overflow: hidden;
  margin: 0 auto 10px;
  padding: 0;
}
.nyProList_text .nyProList_name a {
  display: block;
  width: 100%;
  height: 30px;
  overflow: hidden;
  line-height: 30px;
  color: #32353a;
  font-size: 18px;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin: 0 auto;
  padding: 0;
}
.nyProList_text .nyProList_name a:hover {
  color: #0063b9;
}
.nyPro_list ul li .nyProList_text .nyProList_ms {
  width: 100%;
  overflow: hidden;
  margin: 0 auto;
  padding: 0;
}
.nyProList_text .nyProList_ms p {
  width: 100%;
  height: 72px;
  overflow: hidden;
  line-height: 24px;
  color: #797979;
  font-size: 14px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  margin: 0 auto;
  padding: 0;
}
.nyPro_list ul li .nyProList_text .nyProList_tips {
  width: 100%;
  overflow: hidden;
  margin: 36px auto 0;
  padding: 0;
}
.nyProList_text .nyProList_tips dl dd {
  display: inline-block;
  height: 30px;
  overflow: hidden;
  line-height: 30px;
  color: #797979;
  font-size: 12px;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin: 0 10px 0 0;
  padding: 0 10px;
  border: 1px solid #eaeaea;
  float: left;
  max-width: 154px;
}
.nyProList_text .nyProList_tips dl dd img {
  display: inline-block;
  width: 16px;
  height: 16px;
  vertical-align: middle;
  margin: -2px 4px 0 0;
  padding: 0;
}
.nyProList_text .nyProList_tips dl dd span {
  color: #0063b9;
}
.nyPro_list ul li .nyProList_text .nyProList_btn {
  width: 100%;
  overflow: hidden;
  margin: 0 auto;
  padding: 0;
}
.nyProList_text .nyProList_btn a {
  display: block;
  width: 88px;
  height: 34px;
  overflow: hidden;
  line-height: 32px;
  color: #aaa;
  font-size: 14px;
  text-align: center;
  margin: 0 20px 0 0;
  padding: 0;
  border: 1px solid #dfdfdf;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.nyProList_text .nyProList_btn a:first-child {
  color: #fff;
  background-color: #2c64a1;
  border: 1px solid #2c64a1;
}
.nyProList_text .nyProList_btn a:hover {
  color: #fff;
  background-color: #0063b9;
  border: 1px solid #0063b9;
}
.lyNy_Xgwz {
  width: 100%;
  overflow: hidden;
  margin: 0 auto;
  padding: 0;
}
.lyNy_Xgwz .Xgwz_tit {
  overflow: hidden;
  margin: 0 auto;
  padding: 20px;
  background-color: #0063b9;
}
.Xgwz_tit p {
  height: 32px;
  line-height: 32px;
  color: #fff;
  font-size: 26px;
  font-weight: bold;
  text-align: center;
  margin: 0 auto;
  padding: 0;
}
.Xgwz_tit span {
  display: block;
  height: 20px;
  line-height: 20px;
  color: #fff;
  font-size: 14px;
  text-align: center;
  text-transform: uppercase;
  margin: 0 auto;
  padding: 0;
}
.lyNy_Xgwz .Xgwz_list {
  width: 100%;
  min-height: 150px;
  overflow: hidden;
  margin: 0 auto;
  padding: 0 7px;
  border: 1px solid #dfdfdf;
  border-top: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.lyNy_Xgwz .Xgwz_list ul li {
  width: 100%;
  overflow: hidden;
  margin: 0 auto;
  padding: 0 0 0 20px;
  border-bottom: 1px dashed #dfdfdf;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.lyNy_Xgwz .Xgwz_list ul li em {
  display: block;
  width: 20px;
  height: 20px;
  overflow: hidden;
  margin: 0;
  padding: 0;
  background: url(../images/icon2.png) center center no-repeat;
  position: absolute;
  left: 0;
  top: 14px;
}
.lyNy_Xgwz .Xgwz_list ul li:hover em {
  background: url(../images/icon3.png) center center no-repeat;
}
.lyNy_Xgwz .Xgwz_list ul li a {
  display: block;
  width: 100%;
  height: 48px;
  overflow: hidden;
  line-height: 48px;
  color: #32353a;
  font-size: 15px;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin: 0 auto;
  padding: 0;
}
.lyNy_Xgwz .Xgwz_list ul li a:hover {
  color: #0063b9;
}
/*内页-产品列表 结束*/
@media screen and (max-width: 768px) {
  .ny_content .ny_content_bd .w1200 {
    width: 100%;
    display: flex;
    flex-direction: column;
  }
  .ny_content .ny_content_bd .w1200 .ny_left {
    width: 100%;
  }
  .ny_content .ny_content_bd .w1200 .ny_right {
    width: 95%;
    margin: 0 auto;
  }
  .ny_content .ny_content_bd .w1200 .ny_right .nyPro_list ul li {
    display: flex;
    flex-direction: column;
  }
  .ny_content .ny_content_bd .w1200 .ny_right .nyPro_list ul li .nyProList_img {
    width: 100%;
  }
  .ny_content .ny_content_bd .w1200 .ny_right .nyPro_list ul li .nyProList_img a img {
    width: 100%;
    height: 150px;
    object-fit: cover;
    max-width: initial;
    max-height: initial;
  }
  .ny_content .ny_content_bd .w1200 .ny_right .nyPro_list ul li .nyProList_text {
    width: 100%;
    height: auto;
    margin-top: 20px;
  }
}
