/* nyCaseshow_head start */
.nyCaseshow_head {
  height: 600px;
  margin-top: 90px;
  position: relative;
}

.nyCaseshow_head img {
  display: block;
  width: 100%;
  height: 100%;
  margin: auto;
  object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}

.nyCaseshow_head::before,
.nyCaseshow_head::after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}

.nyCaseshow_head::before {
  background: linear-gradient(to bottom, rgba(0, 0, 0, .6), rgba(0, 0, 0, 0) 60%);
}

.nyCaseshow_head::after {
  background: linear-gradient(to right, rgba(0, 0, 0, .9), rgba(0, 0, 0, 0) 60%);
}

.nyCaseshow_head .nyCaseshowHead_main {
  height: 100%;
  padding: 40px 0 80px;
  position: absolute;
  left: 50%;
  top: 0;
  z-index: 2;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}

.nyCaseshow_Location {
  padding: 0 0 10px;
  border-bottom: 1px solid rgba(255, 255, 255, .15);
}

.nyCaseshow_Location .nyCaseshowLocation_main {
  height: 40px;
  overflow: hidden;
  line-height: 40px;
  color: rgba(255, 255, 255, .45);
  font-size: 14px;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin: 0 auto;
  padding-left: 26px;
  padding-right: 120px;
  position: relative;
}

.nyCaseshowLocation_main icon {
  display: block;
  width: 16px;
  height: 16px;
  overflow: hidden;
  margin-top: -8px;
  position: absolute;
  left: 0;
  top: 50%;
}

.nyCaseshowLocation_main icon svg {
  display: block;
  width: 100%;
  height: 100%;
  margin: 0 auto;
}

.nyCaseshowLocation_main icon svg path {
  fill: rgba(255, 255, 255, .45);
}

.nyCaseshowLocation_main a {
  color: rgba(255, 255, 255, .45);
}

.nyCaseshowLocation_main a:hover {
  color: #fff;
}

.nyCaseshowLocation_main span {
  color: #fff;
}

.nyCaseshowLocation_main i {
  display: inline-block;
  width: 12px;
  height: 12px;
  overflow: hidden;
  vertical-align: middle;
  margin: -2px 2px 0;
}

.nyCaseshowLocation_main i svg {
  display: block;
  width: 100%;
  height: 100%;
  margin: 0 auto;
}

.nyCaseshowLocation_main i svg path {
  fill: rgba(255, 255, 255, .45);
}

.nyCaseshowLocation_main .nyCaseshowLocation_back {
  position: absolute;
  top: 0;
  right: 0;
}

.nyCaseshowLocation_back a {
  display: block;
  height: 40px;
  line-height: 40px;
  color: #fff;
  font-size: 16px;
}

.nyCaseshowLocation_back a em {
  display: inline-block;
  width: 18px;
  height: 18px;
  overflow: hidden;
  margin: -2px 10px 0 0;
  vertical-align: middle;
}

.nyCaseshowLocation_back a:hover em {
  margin: -2px 16px 0 0;
}

.nyCaseshowLocation_back a em svg {
  display: block;
  width: 100%;
  height: 100%;
}

.nyCaseshowLocation_back a em svg path {
  fill: #ffffff;
}


.nyCaseshowHead_main .nyCaseshowHead_text {
  padding-right: 64%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}

.nyCaseshowHead_text h1 {
  line-height: 48px;
  color: #fff;
  font-size: 36px;
  font-weight: bold;
}

.nyCaseshowHead_text em {
  display: block;
  width: 50px;
  height: 4px;
  background-color: #141b60;
  margin: 20px 0 30px;
}

.nyCaseshowHead_text p {
  max-height: 64px;
  overflow: hidden;
  line-height: 32px;
  color: rgba(255, 255, 255, .45);
  font-size: 16px;
  font-weight: bold;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

/* nyCaseshow_head end */


/* nyCaseshow_con start */
.nyCaseshow_con {
  margin: 80px auto;
}

.nyCaseshow_con .nyCaseshow_text {
  line-height: 32px;
  color: #777;
  font-size: 16px;
  word-break: break-all;
  text-align: justify;
  padding: 50px 60px 34px;
  border-radius: 8px;
  background-color: #fff;
}

.nyCaseshow_text div,
.nyCaseshow_text p {
  margin: 0 auto 16px;
}

.nyCaseshow_text br {
  display: none;
}

.nyCaseshow_text img,
.nyCaseshow_text table,
.nyCaseshow_text tr,
.nyCaseshow_text td,
.nyCaseshow_text p,
.nyCaseshow_text span,
.nyCaseshow_text div,
.nyCaseshow_text video,
.nyCaseshow_text embed {
  width: auto !important;
  height: auto !important;
  max-width: 100% !important;
  max-height: 100%;
  line-height: 32px;
  color: #777;
  font-size: 16px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  white-space: normal;
  word-break: break-all;
  text-align: justify;
}

.nyCaseshow_text p span,
.nyCaseshow_text span,
.nyCaseshow_text p em,
.nyCaseshow_text em {
  color: #777 !important;
  font-family: Arial, \5FAE\8F6F\96C5\9ED1, Helvetica, sans-serif !important;
  font-size: 16px !important;
}

.nyCaseshow_text b {
  display: block;
  line-height: 32px;
  color: #777;
  font-size: 16px;
  font-weight: bold;
  margin: 0 0 10px;
}

.nyCaseshow_text table tr td p {
  text-indent: 0 !important;
}

.nyCaseshow_text img {
  display: inline-block;
  width: auto !important;
  height: auto !important;
  max-width: 100%;
  margin: 0 auto;
  padding: 0;
  text-indent: 0 !important;
}

/* nyCaseshow_con end */


/* nyCaseshow_down start */
.nyCaseshow_down {
  padding: 80px 0 50px;
  background-color: #fff;
}

.nyCaseshow_down .nyCaseshowDown_main {
  margin: 0 auto;
}

.nyCaseshowDown_list ul {
  margin: 0 -15px;
}

.nyCaseshowDown_list ul li {
  width: 50%;
  margin-bottom: 30px;
  padding: 0 15px;
  float: left;
}

.nyCaseshowDown_list ul li .nyCaseshowDown_con {
  overflow: hidden;
  background-color: #f6f6f6;
  box-shadow: 0 0 0 rgba(20, 27, 96, .25);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-items: center;
}

.nyCaseshowDown_list ul li .nyCaseshowDown_con:hover {
  background-color: #141b60;
  box-shadow: 0 10px 20px rgba(20, 27, 96, .25);
}

.nyCaseshowDown_con .nyCaseshowDown_img {
  width: 300px;
  height: 225px;
  overflow: hidden;
}

.nyCaseshowDown_con .nyCaseshowDown_img a {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}

.nyCaseshowDown_con .nyCaseshowDown_img a img {
  display: block;
  width: 100%;
  height: 100%;
  margin: auto;
  object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}

.nyCaseshowDown_con:hover .nyCaseshowDown_img a img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  transform: scale(1.1);
}

.nyCaseshowDown_con .nyCaseshowDown_txt {
  width: calc(100% - 300px);
  padding: 0 48px;
}

.nyCaseshowDown_con .nyCaseshowDown_txt a.nyCaseshowDown_name {
  display: block;
  height: 32px;
  overflow: hidden;
  line-height: 32px;
  color: #222;
  font-size: 18px;
  font-weight: bold;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin: 0 auto 10px;
}

.nyCaseshowDown_con:hover .nyCaseshowDown_txt a.nyCaseshowDown_name {
  color: #fff;
}

.nyCaseshowDown_con .nyCaseshowDown_txt p {
  max-height: 56px;
  overflow: hidden;
  line-height: 28px;
  color: #999;
  font-size: 16px;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.nyCaseshowDown_con:hover .nyCaseshowDown_txt p {
  color: rgba(255, 255, 255, .45);
}

.nyCaseshowDown_con .nyCaseshowDown_txt a.nyCaseshowDown_btn {
  display: block;
  width: 180px;
  height: 44px;
  overflow: hidden;
  line-height: 42px;
  color: #141b60;
  font-size: 16px;
  text-align: center;
  background-color: rgba(255, 255, 255, 0);
  border: 1px solid #141b60;
  border-radius: 22px;
  margin-top: 20px;
}

.nyCaseshowDown_con:hover .nyCaseshowDown_txt a.nyCaseshowDown_btn {
  color: #141b60;
  background-color: #fff;
  border: 1px solid #fff;
}

.nyCaseshowDown_con .nyCaseshowDown_txt a.nyCaseshowDown_btn i {
  display: inline-block;
  width: 14px;
  height: 14px;
  overflow: hidden;
  vertical-align: middle;
  margin: -2px 0 0 10px;
}

.nyCaseshowDown_con .nyCaseshowDown_txt a.nyCaseshowDown_btn i svg {
  display: block;
  width: 100%;
  height: 100%;
}

.nyCaseshowDown_con .nyCaseshowDown_txt a.nyCaseshowDown_btn i svg path {
  fill: #141b60;
}

.nyCaseshowDown_con:hover .nyCaseshowDown_txt a.nyCaseshowDown_btn i svg path {
  fill: #141b60;
}

/* nyCaseshow_down end */


/* nyCaseshow_pro start */
.nyCaseshow_pro {
  margin: 80px auto;
}

.nyCaseshow_pro .nyCaseshowPro_main {
  margin: 0 auto;
}

.nyCaseshowPro_list ul {
  margin: 0 -16px;
}

.nyCaseshowPro_list ul li {
  width: 25%;
  padding: 0 16px;
  float: left;
}

.nyCaseshowPro_list ul li .nyCaseshowPro_con {
  height: auto;
  overflow: hidden;
  padding: 32px;
  border-radius: 8px;
  background: linear-gradient(to bottom, #dcdee1, #fff);
  position: relative;
}

.nyCaseshowPro_list ul li .nyCaseshowPro_con:hover {
  background: linear-gradient(to bottom, #141b60, #fff);
}

.nyCaseshowPro_list ul li .nyCaseshowPro_con .lyProducts_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;
}

.nyCaseshowPro_list ul li .nyCaseshowPro_con:hover .lyProducts_text span {
  color: #fff;
  border: 1px solid rgba(255, 255, 255, .25);
}

.nyCaseshowPro_list ul li .nyCaseshowPro_con .lyProducts_text a.lyProducts_name {
  display: block;
  height: 32px;
  overflow: hidden;
  line-height: 32px;
  color: #222;
  font-size: 18px;
  font-weight: bold;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.nyCaseshowPro_list ul li .nyCaseshowPro_con:hover .lyProducts_text a.lyProducts_name {
  color: #fff;
}

.nyCaseshowPro_list ul li .nyCaseshowPro_con .lyProducts_img {
  width: 100%;
  height: 234px;
  margin: 32px auto;
}

.nyCaseshowPro_list ul li .nyCaseshowPro_con .lyProducts_img a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}

.nyCaseshowPro_list ul li .nyCaseshowPro_con .lyProducts_img a img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  margin: auto;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}

.nyCaseshowPro_list ul li .nyCaseshowPro_con:hover .lyProducts_img a img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  transform: scale(1.1);
}

.nyCaseshowPro_list ul li .nyCaseshowPro_con .lyProducts_btn {
  text-align: right;
}

.nyCaseshowPro_list ul li .nyCaseshowPro_con .lyProducts_btn a {
  display: inline-block;
  height: 32px;
  line-height: 32px;
  color: #999;
  font-size: 16px;
}

.nyCaseshowPro_list ul li .nyCaseshowPro_con:hover .lyProducts_btn a {
  color: #141b60;
}

.nyCaseshowPro_list ul li .nyCaseshowPro_con .lyProducts_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;
}

.nyCaseshowPro_list ul li .nyCaseshowPro_con:hover .lyProducts_btn a i {
  border: 2px solid #141b60;
}

.nyCaseshowPro_list ul li .nyCaseshowPro_con .lyProducts_btn a i::before,
.nyCaseshowPro_list ul li .nyCaseshowPro_con .lyProducts_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;
}

.nyCaseshowPro_list ul li .nyCaseshowPro_con .lyProducts_btn a i::before {
  width: 10px;
  height: 2px;
}

.nyCaseshowPro_list ul li .nyCaseshowPro_con .lyProducts_btn a i::after {
  width: 2px;
  height: 10px;
}

.nyCaseshowPro_list ul li .nyCaseshowPro_con:hover .lyProducts_btn a i::before,
.nyCaseshowPro_list ul li .nyCaseshowPro_con:hover .lyProducts_btn a i::after {
  background-color: #141b60;
}

/* nyCaseshow_pro end */


@media (max-width:1680px) {
  .nyCaseshow_head {
    height: 540px;
    margin-top: 80px;
  }

  .nyCaseshow_head .nyCaseshowHead_main {
    padding: 40px 0 72px;
  }

  .nyCaseshowDown_con .nyCaseshowDown_txt {
    padding: 0 40px;
  }


  .nyCaseshowPro_list ul {
    margin: 0 -12px;
  }

  .nyCaseshowPro_list ul li {
    padding: 0 12px;
  }

  .nyCaseshowPro_list ul li .nyCaseshowPro_con {
    padding: 24px;
  }

  .nyCaseshowPro_list ul li .nyCaseshowPro_con .lyProducts_img {
    height: 226px;
    margin: 24px auto;
  }
}

@media (max-width:1600px) {
  .nyCaseshow_head {
    height: 520px;
  }

  .nyCaseshow_head .nyCaseshowHead_main {
    padding: 40px 0 64px;
  }

  .nyCaseshowHead_text h1 {
    line-height: 40px;
    font-size: 32px;
  }

  .nyCaseshowHead_text em {
    width: 48px;
    height: 3px;
    margin: 15px 0 25px;
  }

  .nyCaseshowHead_text p {
    max-height: 60px;
    line-height: 30px;
    font-size: 15px;
  }


  .nyCaseshowDown_con .nyCaseshowDown_img {
    height: 220px;
  }


  .nyCaseshowPro_list ul li .nyCaseshowPro_con .lyProducts_btn a i {
    border: 1px solid #999;
  }

  .nyCaseshowPro_list ul li .nyCaseshowPro_con:hover .lyProducts_btn a i {
    border: 1px solid #141b60;
  }

  .nyCaseshowPro_list ul li .nyCaseshowPro_con .lyProducts_btn a {
    font-size: 15px;
  }
}

@media (max-width:1560px) {
  .nyCaseshow_head {
    height: 500px;
  }
}

@media (max-width:1440px) {
  .nyCaseshow_head {
    height: 460px;
  }

  .nyCaseshow_head .nyCaseshowHead_main {
    padding: 10px 0 64px;
  }

  .nyCaseshowHead_text h1 {
    line-height: 36px;
    font-size: 28px;
  }

  .nyCaseshowHead_text em {
    width: 44px;
    height: 2px;
    margin: 10px 0 20px;
  }

  .nyCaseshowHead_text p {
    max-height: 52px;
    line-height: 26px;
    font-size: 14px;
  }

  .nyCaseshowLocation_back a {
    font-size: 14px;
  }


  .nyCaseshow_con {
    margin: 60px auto;
  }

  .nyCaseshow_con .nyCaseshow_text {
    line-height: 30px;
    font-size: 15px;
    padding: 30px 30px 10px;
  }

  .nyCaseshow_text img,
  .nyCaseshow_text table,
  .nyCaseshow_text tr,
  .nyCaseshow_text td,
  .nyCaseshow_text p,
  .nyCaseshow_text span,
  .nyCaseshow_text div,
  .nyCaseshow_text video,
  .nyCaseshow_text embed {
    line-height: 30px;
    font-size: 15px;
  }

  .nyCaseshow_text div,
  .nyCaseshow_text p {
    margin: 0 auto 15px;
  }


  .nyCaseshow_down {
    padding: 60px 0 40px;
  }

  .nyCaseshowDown_list ul {
    margin: 0 -10px;
  }

  .nyCaseshowDown_list ul li {
    margin-bottom: 20px;
    padding: 0 10px;
  }

  .nyCaseshowDown_con .nyCaseshowDown_txt {
    padding: 0 30px;
  }

  .nyCaseshowDown_con .nyCaseshowDown_txt p {
    max-height: 48px;
    line-height: 24px;
    font-size: 14px;
  }

  .nyCaseshowDown_con .nyCaseshowDown_txt a.nyCaseshowDown_btn {
    width: 160px;
    height: 40px;
    line-height: 38px;
    font-size: 14px;
  }


  .nyCaseshow_pro {
    margin: 60px auto;
  }

  .nyCaseshowPro_list ul {
    margin: 0 -10px 20px;
  }

  .nyCaseshowPro_list ul li {
    padding: 0 10px;
  }

  .nyCaseshowPro_list ul li .nyCaseshowPro_con {
    padding: 20px;
  }

  .nyCaseshowPro_list ul li .nyCaseshowPro_con .lyProducts_img {
    height: 210px;
    margin: 20px auto;
  }
}

@media (max-width:1366px) {
  .nyCaseshow_head {
    height: 440px;
  }

  .nyCaseshowHead_main .nyCaseshowHead_text {
    padding-right: 60%;
  }

  .nyCaseshowDown_con .nyCaseshowDown_img {
    width: 280px;
    height: 200px;
  }

  .nyCaseshowDown_con .nyCaseshowDown_txt {
    width: calc(100% - 280px);
    padding: 0 24px;
  }

  .nyCaseshowPro_list ul li .nyCaseshowPro_con .lyProducts_img {
    height: 190px;
    margin: 10px auto;
  }
}

@media (max-width:1280px) {
  .nyCaseshow_head {
    height: 410px;
  }

  .nyCaseshowHead_text h1 {
    line-height: 32px;
    font-size: 26px;
  }


  .nyCaseshowDown_con .nyCaseshowDown_img {
    width: 260px;
    height: 190px;
  }

  .nyCaseshowDown_con .nyCaseshowDown_txt {
    width: calc(100% - 260px);
    padding: 0 20px;
  }

  .nyCaseshowDown_con .nyCaseshowDown_txt a.nyCaseshowDown_name {
    margin-bottom: 5px;
  }

  .nyCaseshowDown_con .nyCaseshowDown_txt a.nyCaseshowDown_btn {
    margin-top: 15px;
  }


  .nyCaseshowPro_list ul li .nyCaseshowPro_con .lyProducts_img {
    height: 180px;
  }

  .nyCaseshowPro_list ul li .nyCaseshowPro_con .lyProducts_btn a {
    font-size: 14px;
  }

  .nyCaseshowPro_list ul li .nyCaseshowPro_con .lyProducts_btn a i {
    width: 20px;
    height: 20px;
    margin: 6px 8px 6px 0;
  }

  .nyCaseshowPro_list ul li .nyCaseshowPro_con .lyProducts_btn a i::before {
    width: 8px;
  }

  .nyCaseshowPro_list ul li .nyCaseshowPro_con .lyProducts_btn a i::after {
    height: 8px;
  }
}

@media (max-width:1200px) {
  .nyCaseshow_head {
    height: 400px;
  }

  .nyCaseshowDown_con .nyCaseshowDown_img {
    height: 190px;
  }

  .nyCaseshowDown_con .nyCaseshowDown_txt a.nyCaseshowDown_name {
    height: 30px;
    line-height: 30px;
    font-size: 16px;
  }

  .nyCaseshowPro_list ul li .nyCaseshowPro_con .lyProducts_text a.lyProducts_name {
    height: 30px;
    line-height: 30px;
    font-size: 16px;
  }

  .nyCaseshowPro_list ul li .nyCaseshowPro_con .lyProducts_img {
    height: 166px;
  }
}

@media (max-width:1080px) {
  .nyCaseshow_head {
    height: 360px;
    margin-top: 70px;
  }

  .nyCaseshow_head .nyCaseshowHead_main {
    padding: 0;
  }

  .nyCaseshow_Location {
    padding: 10px 0;
  }

  .nyCaseshow_Location .nyCaseshowLocation_main {
    padding-right: 110px;
  }

  .nyCaseshowHead_main .nyCaseshowHead_text {
    padding-right: 54%;
  }

  .nyCaseshowHead_text h1 {
    font-size: 24px;
  }

  .nyCaseshowHead_text em {
    width: 40px;
  }


  .nyCaseshowDown_con .nyCaseshowDown_img {
    width: 240px;
    height: 180px;
  }

  .nyCaseshowDown_con .nyCaseshowDown_txt {
    width: calc(100% - 240px);
    padding: 0 20px;
  }


  .nyCaseshowPro_list ul li .nyCaseshowPro_con .lyProducts_img {
    height: 150px;
  }
}

@media (max-width:1024px) {
  .nyCaseshow_head {
    height: 340px;
  }

  .nyCaseshowDown_con .nyCaseshowDown_img {
    width: 220px;
    height: 160px;
  }

  .nyCaseshowDown_con .nyCaseshowDown_txt {
    width: calc(100% - 220px);
    padding: 0 20px;
  }

  .nyCaseshowDown_con .nyCaseshowDown_txt a.nyCaseshowDown_name {
    margin-bottom: 4px;
  }

  .nyCaseshowDown_con .nyCaseshowDown_txt p {
    max-height: 44px;
    line-height: 22px;
    font-size: 14px;
  }

  .nyCaseshowDown_con .nyCaseshowDown_txt a.nyCaseshowDown_btn {
    width: 148px;
    height: 36px;
    line-height: 34px;
    margin-top: 10px;
  }


  .nyCaseshowPro_list ul li .nyCaseshowPro_con .lyProducts_img {
    height: 140px;
  }
}

@media (max-width:920px) {
  .nyCaseshow_head {
    height: 300px;
  }

  .nyCaseshowHead_main .nyCaseshowHead_text {
    margin-top: 20px;
    padding-right: 48%;
  }

  .nyCaseshowHead_text em {
    margin: 10px 0;
  }

  .nyCaseshowHead_text p {
    max-height: 48px;
    line-height: 22px;
    font-size: 14px;
  }


  .nyCaseshow_con {
    margin: 40px auto;
  }

  .nyCaseshow_con .nyCaseshow_text {
    padding: 20px 20px 10px;
  }

  .nyCaseshow_text div,
  .nyCaseshow_text p {
    margin: 0 auto 10px;
  }


  .nyCaseshow_down {
    padding: 40px 0 20px;
  }

  .nyCaseshowDown_con .nyCaseshowDown_img {
    width: 200px;
    height: 140px;
  }

  .nyCaseshowDown_con .nyCaseshowDown_txt {
    width: calc(100% - 200px);
    padding: 0 20px;
  }


  .nyCaseshow_pro {
    margin: 40px auto;
  }

  .nyCaseshowPro_list ul li .nyCaseshowPro_con {
    padding: 12px;
  }

  .nyCaseshowPro_list ul li .nyCaseshowPro_con .lyProducts_img {
    height: 130px;
  }
}

@media (max-width:820px) {
  .nyCaseshow_head {
    height: 260px;
  }

  .nyCaseshow_Location {
    padding: 4px 0;
  }


  .nyCaseshowDown_list ul {
    margin: 0;
  }

  .nyCaseshowDown_list ul li {
    width: 100%;
    margin-bottom: 20px;
    padding: 0;
  }

  .nyCaseshowDown_con .nyCaseshowDown_img {
    width: 280px;
    height: 190px;
  }

  .nyCaseshowDown_con .nyCaseshowDown_txt {
    width: calc(100% - 280px);
    padding: 0 20px;
  }

  .nyCaseshowDown_con .nyCaseshowDown_txt a.nyCaseshowDown_name {
    height: 32px;
    line-height: 32px;
    font-size: 18px;
    margin-bottom: 10px;
  }

  .nyCaseshowDown_con .nyCaseshowDown_txt a.nyCaseshowDown_btn {
    width: 160px;
    height: 40px;
    line-height: 38px;
    margin-top: 20px;
  }


  .nyCaseshow_pro {
    margin: 40px auto 20px;
  }

  .nyCaseshowPro_list ul li {
    width: 50%;
    margin-bottom: 20px;
  }

  .nyCaseshowPro_list ul li .nyCaseshowPro_con {
    padding: 20px;
  }

  .nyCaseshowPro_list ul li .nyCaseshowPro_con .lyProducts_text a.lyProducts_name {
    height: 32px;
    line-height: 32px;
    font-size: 18px;
  }

  .nyCaseshowPro_list ul li .nyCaseshowPro_con .lyProducts_img {
    height: 240px;
  }
}

@media (max-width:767px) {
  .nyCaseshow_head {
    height: 200px;
    margin-top: 64px;
  }

  .nyCaseshow_Location {
    display: none;
  }

  .nyCaseshowHead_main .nyCaseshowHead_text {
    margin-top: 0;
    padding-right: 40%;
  }

  .nyCaseshowHead_text h1 {
    line-height: 30px;
    font-size: 20px;
  }

  .nyCaseshowHead_text em {
    width: 32px;
  }

  .nyCaseshowHead_text p {
    max-height: 40px;
    line-height: 20px;
    font-size: 12px;
  }


  .nyCaseshow_con .nyCaseshow_text {
    border-radius: 4px;
  }


  .nyCaseshowDown_list ul li .nyCaseshowDown_con {
    border-radius: 4px;
    display: block;
    align-items: inherit;
    justify-items: inherit;
  }

  .nyCaseshowDown_con .nyCaseshowDown_img {
    width: 100%;
    height: 240px;
  }

  .nyCaseshowDown_con .nyCaseshowDown_txt {
    width: 100%;
    padding: 20px;
  }


  .nyCaseshowPro_list ul {
    margin: 0 0 20px;
  }

  .nyCaseshowPro_list ul li {
    width: 100%;
    padding: 0;
  }

  .nyCaseshowPro_list ul li .nyCaseshowPro_con .lyProducts_text a.lyProducts_name {
    font-size: 18px;
  }

  .nyCaseshowPro_list ul li .nyCaseshowPro_con .lyProducts_img {
    height: 240px;
  }
}

@media (max-width:390px) {

  .nyCaseshowPro_list ul li .nyCaseshowPro_con .lyProducts_img {
    height: 230px;
  }
}

@media (max-width:320px) {
  .nyCaseshow_head {
    height: 180px;
  }

  .nyCaseshow_con {
    margin: 20px auto;
  }

  .nyCaseshow_down {
    padding: 20px 0 0;
  }

  .nyCaseshowDown_con .nyCaseshowDown_img {
    height: 200px;
  }

  .nyCaseshow_pro {
    margin: 20px auto 0;
  }

  .nyCaseshowPro_list ul {
    margin: 0;
  }

  .nyCaseshowPro_list ul li .nyCaseshowPro_con .lyProducts_img {
    height: 190px;
  }
}

@media (max-width:280px) {
  .nyCaseshowDown_con .nyCaseshowDown_img {
    height: 180px;
  }

  .nyCaseshowPro_list ul li .nyCaseshowPro_con .lyProducts_img {
    height: 168px;
  }
}