/* nyProshow_head start */
.nyProshow_head {
  height: 900px;
  overflow: hidden;
  padding: 100px 0;
  background: url(../images/nyProHead_bg.jpg) center center no-repeat;
  background-size: cover;
  position: relative;
}

.nyProshow_head .nyProshowHead_main {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 1;
  transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}

.nyProshowHead_con {
  display: inline-block;
  width: calc(100% - 640px);
  vertical-align: middle;
  padding-right: 60px;
}

.nyProshowHead_con h1 {
  line-height: 64px;
  color: #fff;
  font-size: 60px;
  font-weight: bold;
}

.nyProshowHead_con p {
  line-height: 36px;
  color: #fff;
  font-size: 30px;
  margin-top: 20px;
}

.nyProshowHead_con span {
  display: block;
  height: 0;
  overflow: hidden;
  line-height: 32px;
  color: #fff;
  font-size: 18px;
  margin-top: 0;
  opacity: .5;
}

.nyProshowHead_con span i {
  display: block;
  width: 18px;
  height: 18px;
  overflow: hidden;
  margin: 7px 8px 7px 0;
  float: left;
}

.nyProshowHead_con span i svg {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.nyProshowHead_con a {
  display: block;
  width: 200px;
  height: 50px;
  overflow: hidden;
  line-height: 48px;
  color: #fff;
  font-size: 16px;
  text-align: center;
  margin-top: 80px;
  background-image: linear-gradient(to right, #382162, #575ba6);
}

.nyProshowHead_con a:hover {
  width: 220px;
}

.nyProshowHead_img {
  display: inline-block;
  width: 600px;
  height: 480px;
  overflow: hidden;
  vertical-align: middle;
  position: relative;
}

.nyProshowHead_img img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  margin: auto;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}

/* nyProshow_head end */


/* nyProshow_part1 start */
.nyProshow_part1 {
  overflow: hidden;
  padding: 100px 0 80px;
  background: #000 url(../images/nyProPart1_bg.jpg) center bottom no-repeat;
  background-size: 100%;
  position: relative;
}

.waves {
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  opacity: 0.2;
}

.waves canvas {
  display: block;
  height: 100% !important;
}

.nyProshow_part1 .nyProshowPart1_main {
  margin: 0 auto;
  position: relative;
  z-index: 1;
}


.nyProshowPart1_main .nyProshowPart1_con {
  line-height: 36px;
  color: rgba(255, 255, 255, 0.65);
  font-size: 18px;
  margin: 0 auto;
  padding: 0 100px;
}

.nyProshowPart1_con div,
.nyProshowPart1_con p {
  line-height: 36px;
  color: rgba(255, 255, 255, 0.65) !important;
  font-family: Arial, \5FAE\8F6F\96C5\9ED1, Microsoft Yahei, Helvetica, sans-serif !important;
  font-size: 18px !important;
  margin: 0 auto 20px;
}

.nyProshowPart1_con font,
.nyProshowPart1_con font,
.nyProshowPart1_con div font,
.nyProshowPart1_con p font,
.nyProshowPart1_con span,
.nyProshowPart1_con span,
.nyProshowPart1_con div span,
.nyProshowPart1_con p span {
  color: rgba(255, 255, 255, 0.65) !important;
  font-family: Arial, \5FAE\8F6F\96C5\9ED1, Microsoft Yahei, Helvetica, sans-serif !important;
  font-size: 18px !important;
}

.nyProshowPart1_con br {
  display: none;
}

.nyProshowPart1_con img {
  display: block;
  width: auto;
  max-width: 100%;
  margin: 0 auto;
}

.nyProshowPart1_con table {
  width: 100%!important;
  border: 1px solid rgba(255,255,255,0.4)!important;
}

.nyProshowPart1_con table tr th,
.nyProshowPart1_con table tr td {
  padding:4px!important;
  border: 1px solid rgba(255,255,255,0.4)!important;
}

.nyProshowPart1_con table tr th p,
.nyProshowPart1_con table tr td p,
.nyProshowPart1_con table tr th span,
.nyProshowPart1_con table tr td span {
  line-height: 24px;
  color: rgba(255, 255, 255, 0.65) !important;
  font-family: Arial, \5FAE\8F6F\96C5\9ED1, Microsoft Yahei, Helvetica, sans-serif !important;
  font-size: 14px !important;
  }

/* nyProshow_part1 end */


/* nyProshow_part2 start */
.nyProshow_part2 .nyProshowPart2_main {
  margin: 100px auto;
  overflow:hidden;
}

.nyProshowPart2_list ul {
  width: 100% !important;
  margin: 0 -20px;
}

.nyProshowPart2_list ul li {
  width: 25%;
  padding: 0 20px;
  float: left;
  position: relative;
}

.nyProshowPart2_list ul li::before {
  content: '';
  display: block;
  width: calc(100% - 40px);
  height: 100%;
  position: absolute;
  right: 20px;
  bottom: 0;
  background-image: linear-gradient(to right, #382162, #575ba6);
  opacity: 0.25;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
}

.nyProshowPart2_list ul li:hover::before {
  right: 10px;
  bottom: -10px;
}

.nyProshowPart2_list ul li .nyProshowPart2_con {
  padding: 30px;
  background-color: #f1eef5;
  position: relative;
  z-index: 1;
}

.nyProshowPart2_list ul li:hover .nyProshowPart2_con {
  background-color: inherit;
  background-image: linear-gradient(to right, #382162, #575ba6);
}

.nyProshowPart2_list ul li .nyProshowPart2_con .nyProshowPart2_tit {
  height: 48px;
  overflow: hidden;
  line-height: 32px;
  color: #222;
  font-size: 24px;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin-bottom: 20px;
  padding-bottom: 16px;
  position: relative;
}

.nyProshowPart2_list ul li:hover .nyProshowPart2_con .nyProshowPart2_tit {
  color: #fff;
}

.nyProshowPart2_list ul li .nyProshowPart2_con .nyProshowPart2_tit::after {
  content: '';
  display: block;
  width: 30px;
  height: 2px;
  position: absolute;
  left: 0;
  bottom: 0;
  background-image: linear-gradient(to right, #382162, #575ba6);
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
}

.nyProshowPart2_list ul li:hover .nyProshowPart2_con .nyProshowPart2_tit::after {
  background-image: linear-gradient(to right, #ffffff, #ffffff);
}

.nyProshowPart2_list ul li .nyProshowPart2_con p {
  height: 60px;
  overflow: hidden;
  line-height: 30px;
  color: #999;
  font-size: 17px;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.nyProshowPart2_list ul li:hover .nyProshowPart2_con p {
  color: rgba(255, 255, 255, 0.45);
}

/* nyProshow_part2 end */


/* nyProshow_part3 start */
.nyProshow_part3 {
  overflow: hidden;
  padding: 100px 0 50px;
  background: #000 url(../images/nyProPart3_bg.jpg) center bottom no-repeat;
  background-size: 100%;
  position: relative;
}

.nyProshow_part3 .nyProshowPart3_main {
  margin: 0 auto;
}

.nyProshowPart3_main .nyProshowPart3_con {
/*  border: 2px solid;
  border-image: linear-gradient(to right, #382162, #575ba6) 1;*/
  border-top: none;
}
.nyProshowPart3_con img, .nyProshowPart3_con table, 
.nyProshowPart3_con tr, .nyProshowPart3_con td, 
.nyProshowPart3_con p, .nyProshowPart3_con span, 
.nyProshowPart3_con div, .nyProshowPart3_con video, .nyProshowPart3_con embed {height:auto !important;max-width:100% !important;max-height: 100%; line-height: 30px; color: #fff; font-size: 16px;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;white-space:normal;word-break:break-all;}
.nyProshowPart3_con div, .nyProshowPart3_con p { margin:0 auto 20px;}
.nyProshowPart3_con .nyProshowPart3_left {
  width: 100%;
  position: relative;
}
.nyProshowPart3_con table { margin:0 auto;}

.nyProshowPart3_con .nyProshowPart3_right {
  width: 50%;
  float: right;
  position: relative;
}

/*.nyProshowPart3_con .nyProshowPart3_left::after,
.nyProshowPart3_con .nyProshowPart3_right::after {
  content: '';
  display: block;
  width: 1px;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.1);
  position: absolute;
  top: 0;
}*/

.nyProshowPart3_con .nyProshowPart3_left::after {
  right: 0;
}

.nyProshowPart3_con .nyProshowPart3_right::after {
  left: 0;
}

.nyProshowPart3_head {
  padding: 20px;
}

.nyProshowPart3_left .nyProshowPart3_head {
  background-image: linear-gradient(to right, #382162, #483f85);
}

.nyProshowPart3_right .nyProshowPart3_head {
  background-image: linear-gradient(to right, #483f85, #575ba6);
}

.nyProshowPart3_head p,
.nyProshowPart3_left dl dd p,
.nyProshowPart3_right dl dd p {
  width: 50%;
  height: 40px;
  overflow: hidden;
  line-height: 40px;
  color: rgba(255, 255, 255, 0.45);
  font-size: 18px;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding: 0 10px;
}

.nyProshowPart3_head p.fr,
.nyProshowPart3_left dl dd p.fr,
.nyProshowPart3_right dl dd p.fr {
  color: #fff;
}

.nyProshowPart3_left dl dd,
.nyProshowPart3_right dl dd {
  padding: 20px;
}

.nyProshowPart3_left dl dd:nth-child(2n+2) {
  background-image: linear-gradient(to right, rgba(56, 33, 98, 0.15), rgba(72, 63, 133, 0.15));
}

.nyProshowPart3_right dl dd:nth-child(2n+2) {
  background-image: linear-gradient(to right, rgba(72, 63, 133, 0.15), rgba(88, 93, 168, 0.15));
}

/* nyProshow_part3 end */


/* nyProshow_part4 start */
.nyProshow_part4 .nyProshowPart4_main {
  margin: 100px auto;
}

.nyProshowPart4_swiper .swiper-container {
  padding-bottom: 80px;
  position: relative;
}

.nyProshowPart4_swiper .swiper-container .swiper-slide {
  position: relative;
}

.nyProshowPart4_swiper .swiper-container .swiper-slide .nyProshowPart4_img {
  width: 100%;
  height: 640px;
}

.nyProshowPart4_swiper .swiper-container .swiper-slide .nyProshowPart4_img a {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}

.nyProshowPart4_swiper .swiper-container .swiper-slide .nyProshowPart4_img a img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  margin: auto;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}

.nyProshowPart4_swiper .swiper-container .swiper-slide:hover .nyProshowPart4_img a img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  transform: scale(1.1);
}

.nyProshowPart4_swiper .swiper-container .swiper-slide .nyProshowPart4_img a::after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-image: linear-gradient(to right bottom, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0));
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
}

.nyProshowPart4_swiper .swiper-container .swiper-slide:hover .nyProshowPart4_img a::after {
  background-image: linear-gradient(to right bottom, rgba(56, 33, 98, 1), rgba(88, 93, 168, 0));
}

.nyProshowPart4_swiper .swiper-container .swiper-slide .nyProshowPart4_txt {
  width: 100%;
  overflow: hidden;
  padding: 0 44px;
  position: absolute;
  left: 0;
  top: 60px;
  z-index: 2;
}

.nyProshowPart4_swiper .swiper-container .swiper-slide .nyProshowPart4_txt a {
  display: block;
  line-height: 40px;
  color: #fff;
  font-size: 24px;
  margin-bottom: 10px;
  padding-left: 16px;
  position: relative;
}

.nyProshowPart4_swiper .swiper-container .swiper-slide .nyProshowPart4_txt a::before {
  content: '';
  display: block;
  width: 6px;
  height: 6px;
  background-color: rgba(255, 255, 255, 0.45);
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 17px;
}

.nyProshowPart4_swiper .swiper-container .swiper-slide .nyProshowPart4_txt p {
  max-height: 90px;
  overflow: hidden;
  line-height: 30px;
  color: rgba(255, 255, 255, 0.45);
  font-size: 16px;
  display: -webkit-box; text-overflow: ellipsis; -webkit-line-clamp: 3; -webkit-box-orient: vertical;
}


.nyProshowPart4_swiper .swiper-container .swiper-pagination {
  height: 2px;
  top: inherit !important;
  bottom: 1px !important;
}

.nyProshowPart4_swiper .swiper-container .swiper-pagination.swiper-pagination-progressbar {
  background: #e6e6e6;
}

.nyProshowPart4_swiper .swiper-container .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  height: 4px;
  background-image: linear-gradient(to right, #382162, #575ba6);
  margin-top: -1px;
}

/* nyProshow_part4 end */


/* nyProshow_part5 start */
.nyProshow_part5 {
  overflow: hidden;
  padding: 100px 0;
  background: #000 url(../images/nyProPart5_bg.jpg) center bottom no-repeat;
  background-size: 100%;
  position: relative;
}

.nyProshow_part5 .nyProshowPart5_main {
  margin: 0 auto;
}

.nyProshowPart5_main .nyProshowPart5_swiper {
  margin: 0 -80px;
  padding: 0 80px;
}

.nyProshowPart5_swiper .swiper-container {
  margin-bottom: -28px;
  padding-bottom: 28px;
}

.nyProshowPart5_swiper .swiper-container .swiper-slide {
  position: relative;
}

.nyProshowPart5_swiper .swiper-container .swiper-slide::before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  right: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.1);
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
}

.nyProshowPart5_swiper .swiper-container .swiper-slide:hover::before {
  right: -10px;
  bottom: -10px;
}

.nyProshowPart5_swiper .swiper-container .swiper-slide .nyProshowPart5_con {
  background-color: #fff;
  position: relative;
  z-index: 1;
}

.nyProshowPart5_swiper .swiper-container .swiper-slide .nyProshowPart5_con .nyProshowPart5_img {
  width: 100%;
  height: 260px;
}

.nyProshowPart5_swiper .swiper-container .swiper-slide .nyProshowPart5_con .nyProshowPart5_img a {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}

.nyProshowPart5_swiper .swiper-container .swiper-slide .nyProshowPart5_con .nyProshowPart5_img a img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  margin: auto;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}

.nyProshowPart5_swiper .swiper-container .swiper-slide:hover .nyProshowPart5_con .nyProshowPart5_img a img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  transform: scale(1.1);
}

.nyProshowPart5_swiper .swiper-container .swiper-slide .nyProshowPart5_con .nyProshowPart5_txt {
  padding: 10px 40px 50px;
}

.nyProshowPart5_swiper .swiper-container .swiper-slide .nyProshowPart5_con .nyProshowPart5_txt a.pro_model {
  display: block;
  width: 100%;
  height: 24px;
  overflow: hidden;
  line-height: 24px;
  color: #222;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.nyProshowPart5_swiper .swiper-container .swiper-slide .nyProshowPart5_con .nyProshowPart5_txt a.pro_name {
  display: block;
  width: 100%;
  height: 36px;
  overflow: hidden;
  line-height: 36px;
  color: #777;
  font-size: 24px;
  text-align: center;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.nyProshowPart5_swiper .swiper-container .swiper-slide:hover .nyProshowPart5_con .nyProshowPart5_txt a.pro_model,
.nyProshowPart5_swiper .swiper-container .swiper-slide:hover .nyProshowPart5_con .nyProshowPart5_txt a.pro_name {
  background: linear-gradient(to right, #382162, #575ba6);
  /*设置渐变的方向从左到右 颜色从382162到575ba6*/
  background-clip: text;
  -webkit-background-clip: text;
  /*将设置的背景颜色限制在文字中*/
  -webkit-text-fill-color: transparent;
  /*给文字设置成透明*/
}

.nyProshowPart5_swiper .swiper-container .swiper-slide .nyProshowPart5_btn {
  margin-left: -28px;
  position: absolute;
  left: 50%;
  bottom: -28px;
  z-index: 9;
}

.nyProshowPart5_swiper .swiper-container .swiper-slide .nyProshowPart5_btn a {
  display: block;
  width: 56px;
  height: 56px;
  background-color: #acacac;
  border-radius: 50%;
  margin: 0 auto;
}

.nyProshowPart5_swiper .swiper-container .swiper-slide:hover .nyProshowPart5_btn a {
  background-color: inherit;
  background-image: linear-gradient(to right, #382162, #575ba6);
}

.nyProshowPart5_swiper .swiper-container .swiper-slide .nyProshowPart5_btn a i {
  display: block;
  width: 56px;
  height: 56px;
  background: url(../images/jtIco1.png) center center no-repeat;
  background-size: 20px 8px;
  border-radius: 50%;
}

.nyProshowPart5_swiper .swiper-button-prev,
.nyProshowPart5_swiper .swiper-button-next {
  width: 44px !important;
  height: 44px !important;
  position: absolute;
  top: 50% !important;
  bottom: inherit !important;
  left: inherit !important;
  right: inherit !important;
  opacity: 1;
  margin: -22px 0 0 !important;
  border-radius: 50%;
  background-color: rgba(151, 151, 151, 0.2);
  background-image: none;
}

.nyProshowPart5_swiper .swiper-button-prev {
  left: 0 !important;
}

.nyProshowPart5_swiper .swiper-button-next {
  right: 0 !important;
}

.nyProshowPart5_swiper .swiper-button-prev:hover,
.nyProshowPart5_swiper .swiper-button-next:hover {
  background-color: rgba(151, 151, 151, 0);
  background-image: linear-gradient(to right, rgba(88, 93, 168, 1), rgba(56, 33, 98, 1));
  background-size: 100% 100%;
}

.nyProshowPart5_swiper .swiper-button-prev::after,
.nyProshowPart5_swiper .swiper-button-next::after {
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  margin: 12px auto;
}

.nyProshowPart5_swiper .swiper-button-prev::after {
  background: url(../images/arrow_left01.png) center center no-repeat;
  background-size: 20px 20px;
}

.nyProshowPart5_swiper .swiper-button-next::after {
  background: url(../images/arrow_right01.png) center center no-repeat;
  background-size: 20px 20px;
}

/* nyProshow_part5 end */


@media (max-width:1680px) {
  .nyProshow_head {
    height: 800px;
  }

  .nyProshowHead_con h1 {
    line-height: 50px;
    font-size: 50px;
  }

  .nyProshowHead_con p {
    font-size: 26px;
  }

  .nyProshowPart3_head,
  .nyProshowPart3_left dl dd,
  .nyProshowPart3_right dl dd {
    padding: 10px;
  }

  .nyProshowPart3_head p,
  .nyProshowPart3_left dl dd p,
  .nyProshowPart3_right dl dd p {
    font-size: 16px;
  }

  .nyProshowPart4_swiper .swiper-container .swiper-slide .nyProshowPart4_img {
    height: 600px;
  }
}

@media (max-width:1600px) {
  .nyProshow_head {
    height: 750px;
    padding: 80px 0;
  }

  .nyProshowHead_img {
    width: 560px;
    height: 440px;
  }

  .nyProshowHead_con {
    width: calc(100% - 600px);
  }

  .nyProshowHead_con h1 {
    line-height: 48px;
    font-size: 44px;
  }

  .nyProshowHead_con p {
    line-height: 32px;
    font-size: 24px;
  }

  .nyProshowHead_con a {
    margin-top: 60px;
  }

  .nyProshow_part1 {
    padding: 80px 0 60px;
  }

  .nyProshowPart1_main .nyProshowPart1_con {
    line-height: 32px;
    font-size: 16px;
    padding: 0 80px;
  }

  .nyProshowPart1_con div,
  .nyProshowPart1_con p {
    line-height: 32px;
    font-size: 16px !important;
  }

  .nyProshowPart1_con font,
  .nyProshowPart1_con font,
  .nyProshowPart1_con div font,
  .nyProshowPart1_con p font,
  .nyProshowPart1_con span,
  .nyProshowPart1_con span,
  .nyProshowPart1_con div span,
  .nyProshowPart1_con p span {
    font-size: 16px !important;
  }

  .nyProshow_part2 .nyProshowPart2_main {
    margin: 80px auto;
  }

  .nyProshowPart2_list ul li .nyProshowPart2_con .nyProshowPart2_tit {
    height: 40px;
    line-height: 30px;
    font-size: 22px;
    padding-bottom: 10px;
  }

  .nyProshowPart2_list ul li .nyProshowPart2_con p {
    line-height: 30px;
    font-size: 16px;
  }

  .nyProshow_part3 {
    padding: 80px 0 20px;
  }

  .nyProshow_part4 .nyProshowPart4_main {
    margin: 80px auto;
  }

  .nyProshowPart4_swiper .swiper-container {
    padding-bottom: 60px;
  }

  .nyProshowPart4_swiper .swiper-container .swiper-slide .nyProshowPart4_txt {
    padding: 0 40px;
  }

  .nyProshowPart4_swiper .swiper-container .swiper-slide .nyProshowPart4_txt a {
    font-size: 22px;
  }

  .nyProshow_part5 {
    padding: 80px 0;
  }

  .nyProshowPart5_swiper .swiper-container .swiper-slide .nyProshowPart5_con .nyProshowPart5_txt a.pro_model {
    font-size: 16px;
  }

  .nyProshowPart5_swiper .swiper-container .swiper-slide .nyProshowPart5_con .nyProshowPart5_txt a.pro_name {
    font-size: 22px;
  }

  .nyProshowPart5_swiper .swiper-container .swiper-slide .nyProshowPart5_btn {
    margin-left: -24px;
    bottom: -24px;
  }

  .nyProshowPart5_swiper .swiper-container .swiper-slide .nyProshowPart5_btn a,
  .nyProshowPart5_swiper .swiper-container .swiper-slide .nyProshowPart5_btn a i {
    width: 48px;
    height: 48px;
  }
}

@media (max-width:1560px) {
  .nyProshow_head {
    height: 740px;
  }
}

@media (max-width:1440px) {
  .nyProshow_head {
    height: 680px;
    padding: 80px 0 60px;
  }

  .nyProshowHead_img {
    width: 520px;
    height: 400px;
  }

  .nyProshowHead_con {
    width: calc(100% - 560px);
  }

  .nyProshowHead_con h1 {
    line-height: 44px;
    font-size: 40px;
  }

  .nyProshowHead_con p {
    line-height: 30px;
    font-size: 22px;
  }

  .nyProshowHead_con a {
    width: 160px;
    height: 44px;
    line-height: 42px;
    font-size: 14px;
  }

  .nyProshowHead_con a:hover {
    width: 180px;
  }

  .nyProshow_part1 {
    padding: 60px 0 40px;
  }

  .nyProshowPart1_main .nyProshowPart1_con {
    padding: 0 60px;
    line-height: 30px;
    font-size: 15px;
  }

  .nyProshowPart1_con div,
  .nyProshowPart1_con p {
    line-height: 30px;
    font-size: 15px !important;
  }

  .nyProshowPart1_con font,
  .nyProshowPart1_con font,
  .nyProshowPart1_con div font,
  .nyProshowPart1_con p font,
  .nyProshowPart1_con span,
  .nyProshowPart1_con span,
  .nyProshowPart1_con div span,
  .nyProshowPart1_con p span {
    font-size: 15px !important;
  }

  .nyProshow_part2 .nyProshowPart2_main {
    margin: 60px auto;
  }

  .nyProshowPart2_list ul li .nyProshowPart2_con {
    padding: 20px;
  }

  .nyProshowPart2_list ul li .nyProshowPart2_con .nyProshowPart2_tit {
    font-size: 20px;
  }

  .nyProshowPart2_list ul li .nyProshowPart2_con p {
    height: 50px;
    line-height: 25px;
    font-size: 15px;
  }

  .nyProshow_part3 {
    padding: 60px 0 0;
  }

  .nyProshowPart3_head p,
  .nyProshowPart3_left dl dd p,
  .nyProshowPart3_right dl dd p {
    font-size: 14px;
  }

  .nyProshow_part4 .nyProshowPart4_main {
    margin: 60px auto;
  }

  .nyProshowPart4_swiper .swiper-container {
    padding-bottom: 40px;
  }

  .nyProshowPart4_swiper .swiper-container .swiper-slide .nyProshowPart4_img {
    height: 560px;
  }

  .nyProshowPart4_swiper .swiper-container .swiper-slide .nyProshowPart4_txt p {
    font-size: 15px;
  }

  .nyProshow_part5 {
    padding: 60px 0;
  }

  .nyProshowPart5_swiper .swiper-container .swiper-slide .nyProshowPart5_con .nyProshowPart5_img {
    height: 230px;
  }
}

@media (max-width:1366px) {
  .nyProshow_head {
    height: 640px;
  }

  .nyProshowPart2_list ul li .nyProshowPart2_con .nyProshowPart2_tit {
    font-size: 18px;
  }

  .nyProshowPart4_swiper .swiper-container .swiper-slide .nyProshowPart4_txt a {
    font-size: 20px;
  }

  .nyProshowPart5_swiper .swiper-container .swiper-slide .nyProshowPart5_con .nyProshowPart5_txt a.pro_name {
    font-size: 20px;
  }

  .nyProshowPart5_swiper .swiper-container .swiper-slide .nyProshowPart5_btn {
    margin-left: -20px;
    bottom: -20px;
  }

  .nyProshowPart5_swiper .swiper-container .swiper-slide .nyProshowPart5_btn a,
  .nyProshowPart5_swiper .swiper-container .swiper-slide .nyProshowPart5_btn a i {
    width: 40px;
    height: 40px;
  }

  .nyProshowPart5_swiper .swiper-container .swiper-slide .nyProshowPart5_con .nyProshowPart5_img {
    height: 200px;
  }

}

@media (max-width:1280px) {
  .nyProshow_head {
    height: 600px;
  }

  .nyProshowHead_img {
    width: 460px;
    height: 360px;
  }

  .nyProshowHead_con {
    width: calc(100% - 500px);
    padding-right: 50px;
  }

  .nyProshowHead_con h1 {
    line-height: 40px;
    font-size: 36px;
  }

  .nyProshowHead_con p {
    line-height: 30px;
    font-size: 20px;
  }

  .nyProshowHead_con a {
    margin-top: 40px;
  }

  .nyProshowPart2_list ul {
    margin: 0 -15px;
  }

  .nyProshowPart2_list ul li {
    padding: 0 15px;
  }

  .nyProshowPart2_list ul li::before {
    width: calc(100% - 30px);
    right: 15px;
    bottom: 0;
  }

  .nyProshowPart2_list ul li:hover::before {
    right: 5px;
    bottom: -10px;
  }

  .nyProshowPart2_list ul li .nyProshowPart2_con p {
    height: 48px;
    line-height: 24px;
    font-size: 14px;
  }

  .nyProshowPart4_swiper .swiper-container .swiper-slide .nyProshowPart4_img {
    height: 500px;
  }

  .nyProshowPart5_swiper .swiper-container .swiper-slide .nyProshowPart5_con .nyProshowPart5_img {
    height: 210px;
  }

  .nyProshowPart5_swiper .swiper-container .swiper-slide .nyProshowPart5_con .nyProshowPart5_txt {
    padding: 10px 30px 40px;
  }

  .nyProshowPart5_swiper .swiper-container .swiper-slide .nyProshowPart5_con .nyProshowPart5_txt a.pro_name {
    font-size: 18px;
  }
}

@media (max-width:1200px) {
  .nyProshow_head {
    height: 570px;
  }

  .nyProshowHead_con {
    width: calc(100% - 440px);
    padding-right: 40px;
  }

  .nyProshowHead_con p {
    line-height: 30px;
    font-size: 18px;
    margin-top: 10px;
  }
  
  .nyProshowHead_con span {
    line-height: 28px;
    font-size: 14px;
    margin-top: 10px;
  }
  
  .nyProshowHead_con span i {
    width: 16px;
    height: 16px;
    margin: 6px 6px 6px 0;
  }

  .nyProshowHead_img {
    width: 400px;
    height: 320px;
  }

  .nyProshowPart1_main .nyProshowPart1_con {
    padding: 0 40px;
    line-height: 28px;
    font-size: 14px;
  }

  .nyProshowPart1_con div,
  .nyProshowPart1_con p {
    line-height: 28px;
    font-size: 14px !important;
  }

  .nyProshowPart1_con font,
  .nyProshowPart1_con font,
  .nyProshowPart1_con div font,
  .nyProshowPart1_con p font,
  .nyProshowPart1_con span,
  .nyProshowPart1_con span,
  .nyProshowPart1_con div span,
  .nyProshowPart1_con p span {
    font-size: 14px !important;
  }

  .nyProshowPart2_list ul {
    margin: 0 -10px;
  }

  .nyProshowPart2_list ul li {
    padding: 0 10px;
  }

  .nyProshowPart2_list ul li::before {
    width: calc(100% - 20px);
    right: 10px;
    bottom: 0;
  }

  .nyProshowPart2_list ul li:hover::before {
    right: 0;
    bottom: -10px;
  }

  .nyProshowPart4_swiper .swiper-container .swiper-slide .nyProshowPart4_img {
    height: 480px;
  }

  .nyProshowPart4_swiper .swiper-container .swiper-slide .nyProshowPart4_txt {
    top: 40px;
  }

  .nyProshowPart4_swiper .swiper-container .swiper-slide .nyProshowPart4_txt a {
    margin-bottom: 0;
  }

  .nyProshowPart4_swiper .swiper-container .swiper-slide .nyProshowPart4_txt p {
    max-height: 84px;
    line-height: 28px;
    font-size: 14px;
  }
}

@media (max-width:1080px) {
  .nyProshow_head {
    height: 520px;
  }

  .nyProshowHead_con {
    width: calc(100% - 400px);
    padding-right: 40px;
  }

  .nyProshowHead_con h1 {
    line-height: 36px;
    font-size: 32px;
  }

  .nyProshowHead_img {
    width: 380px;
    height: 300px;
  }

  .nyProshowPart1_main .nyProshowPart1_con {
    padding: 0;
  }

  .nyProshowPart2_list ul li .nyProshowPart2_con .nyProshowPart2_tit {
    height: 34px;
    line-height: 24px;
    font-size: 16px;
  }

  .nyProshowPart3_head,
  .nyProshowPart3_left dl dd,
  .nyProshowPart3_right dl dd {
    padding: 5px;
  }

  .nyProshowPart3_head p,
  .nyProshowPart3_left dl dd p,
  .nyProshowPart3_right dl dd p {
    font-size: 12px;
  }

  .nyProshow_part4 .nyProshowPart4_main {
    margin: 60px auto 40px;
  }

  .nyProshowPart4_swiper .swiper-container .swiper-slide .nyProshowPart4_img {
    height: 420px;
  }

  .nyProshowPart5_swiper .swiper-container .swiper-slide .nyProshowPart5_con .nyProshowPart5_img {
    height: 180px;
  }

  .nyProshowPart5_swiper .swiper-container .swiper-slide .nyProshowPart5_con .nyProshowPart5_txt {
    padding: 10px 20px 30px;
  }

  .nyProshowPart5_swiper .swiper-container .swiper-slide .nyProshowPart5_con .nyProshowPart5_txt a.pro_name {
    height: 32px;
    line-height: 32px;
    font-size: 16px;
  }
}

@media (max-width:1024px) {
  .nyProshowPart4_swiper .swiper-container .swiper-slide .nyProshowPart4_img {
    height: 400px;
  }

  .nyProshowPart5_swiper .swiper-container .swiper-slide .nyProshowPart5_con .nyProshowPart5_img {
    height: 240px;
  }
}

@media (max-width:920px) {
  .nyProshow_head {
    height: 440px;
  }

  .nyProshowHead_img {
    width: 320px;
    height: 240px;
  }

  .nyProshowHead_con {
    width: calc(100% - 340px);
    padding-right: 40px;
  }

  .nyProshowHead_con h1 {
    line-height: 34px;
    font-size: 30px;
  }

  .nyProshowHead_con p {
    line-height: 30px;
    font-size: 16px;
    margin-top: 10px;
  }

  .nyProshowPart4_swiper .swiper-container .swiper-slide .nyProshowPart4_img {
    height: 360px;
  }

  .nyProshowPart4_swiper .swiper-container .swiper-slide .nyProshowPart4_txt {
    padding: 0 20px;
    top: 20px;
  }

  .nyProshowPart4_swiper .swiper-container .swiper-slide .nyProshowPart4_txt a {
    font-size: 18px;
  }

  .nyProshowPart5_swiper .swiper-container .swiper-slide .nyProshowPart5_con .nyProshowPart5_img {
    height: 220px;
  }
}

@media (max-width:820px) {
  .nyProshow_head {
    height: 384px;
    padding: 80px 0 50px;
  }

  .nyProshowHead_con {
    width: calc(100% - 300px);
    padding-right: 40px;
  }

  .nyProshowHead_con h1 {
    line-height: 32px;
    font-size: 28px;
  }

  .nyProshowHead_con p {
    line-height: 25px;
    font-size: 15px;
    margin-top: 6px;
  }

  .nyProshowHead_con a {
    margin-top: 20px;
  }

  .nyProshowHead_img {
    width: 280px;
    height: 200px;
  }

  .nyProshow_part1 {
    padding: 40px 0 20px;
  }

  .nyProshow_part2 .nyProshowPart2_main {
    margin: 40px auto 20px;
  }

  .nyProshowPart2_list ul li {
    width: 50%;
    margin-bottom: 20px;
  }

  .nyProshow_part3 {
    padding: 40px 0 0;
  }

  .nyProshow_part4 .nyProshowPart4_main {
    margin: 40px auto 20px;
  }

  .nyProshowPart4_swiper .swiper-container {
    padding-bottom: 24px;
  }

  .nyProshowPart4_swiper .swiper-container .swiper-slide .nyProshowPart4_img {
    height: 320px;
  }

  .nyProshowPart4_swiper .swiper-container .swiper-slide .nyProshowPart4_txt a {
    line-height: 30px;
    font-size: 16px;
  }

  .nyProshowPart4_swiper .swiper-container .swiper-slide .nyProshowPart4_txt a::before {
    top: 12px;
  }

  .nyProshowPart4_swiper .swiper-container .swiper-slide .nyProshowPart4_txt p {
    max-height: 72px;
    line-height: 24px;
    margin-top: 10px;
  }

  .nyProshow_part5 {
    padding: 40px 0;
  }

  .nyProshowPart5_swiper .swiper-container .swiper-slide .nyProshowPart5_con .nyProshowPart5_img {
    height: 180px;
  }
}

@media (max-width:767px) {
  .nyProshow_head {
    height: auto;
    padding: 60px 0 0;
  }

  .nyProshow_head .nyProshowHead_main {
    position: inherit;
    left: inherit;
    top: inherit;
    z-index: 1;
    transform: inherit;
    -moz-transform: inherit;
    -ms-transform: inherit;
    -o-transform: inherit;
    -webkit-transform: inherit;
    margin: 0 auto;
    padding: 40px 0;
  }

  .nyProshowHead_con {
    display: block;
    width: 100%;
    margin: 0 auto 40px;
    padding-right: 0;
  }

  .nyProshowHead_con h1,
  .nyProshowHead_con p,
  .nyProshowHead_con span {
    text-align: center;
  }
  
  .nyProshowHead_con span i {
	display: inline-block;
	vertical-align: middle;
	margin: -2px 4px 0 0;
	float: none;
  }

  .nyProshowHead_con a {
    margin: 20px auto 0;
  }

  .nyProshowHead_img {
    display: block;
    width: 100%;
    height: 240px;
    margin: 0 auto;
  }

  .nyProshowPart2_list ul {
    margin: 0;
  }

  .nyProshowPart2_list ul li {
    width: 100%;
    margin-bottom: 20px;
    padding: 0;
    float: none;
  }

  .nyProshowPart3_con .nyProshowPart3_left,
  .nyProshowPart3_con .nyProshowPart3_right {
    width: 100%;
    float: none;
  }

  .nyProshowPart3_head,
  .nyProshowPart3_left dl dd,
  .nyProshowPart3_right dl dd {
    padding: 0 5px;
  }

  .nyProshowPart3_left .nyProshowPart3_head {
    background-image: linear-gradient(to right, #382162, #575ba6);
  }

  .nyProshowPart3_right .nyProshowPart3_head {
    background-image: linear-gradient(to right, #382162, #575ba6);
  }

  .nyProshowPart3_left dl dd:nth-child(2n+2) {
    background-image: linear-gradient(to right, rgba(56, 33, 98, 0.15), rgba(88, 93, 168, 0.15));
  }

  .nyProshowPart3_right dl dd:nth-child(2n+2) {
    background-image: linear-gradient(to right, rgba(56, 33, 98, 0.15), rgba(88, 93, 168, 0.15));
  }

  .nyProshowPart3_con .nyProshowPart3_left::after,
  .nyProshowPart3_con .nyProshowPart3_right::after {
    background-color: initial;
  }

  .nyProshowPart4_swiper .swiper-container .swiper-slide .nyProshowPart4_img {
    height: 400px;
  }

  .nyProshowPart5_swiper .swiper-container .swiper-slide .nyProshowPart5_con .nyProshowPart5_img {
    height: 260px;
  }
}

@media (max-width:390px) {}

@media (max-width:320px) {
  .nyProshowHead_img {
    height: 220px;
  }

  .nyProshowPart4_swiper .swiper-container .swiper-slide .nyProshowPart4_img {
    height: 360px;
  }

  .nyProshowPart5_swiper .swiper-container .swiper-slide .nyProshowPart5_con .nyProshowPart5_img {
    height: 240px;
  }
}

/*详情页内容超出设置*/
@media (min-width:1199px) {
#c_detail_wrap #new-div .zoom-caret{display:none !important;}
}
#c_detail_wrap img,#c_detail_wrap p,#c_detail_wrap span,#c_detail_wrap div,#c_detail_wrap video,#c_detail_wrap embed{height:auto !important;max-width:100% !important;max-height: 100%;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;white-space:normal;word-break:break-all;word-break: normal;}

#c_detail_wrap #new-div{overflow-x: hidden;overflow-y: hidden;width: 100%;position:relative;}
#c_detail_wrap #new-div .zoom-caret{display:block;position: absolute;top: 10px;right: 5px;font-size: 50px;color: #a7a5a5;z-index: 2;padding: 0;margin: 0;opacity: .3;}
#c_detail_wrap #new-div table{transform-origin: left top;border-collapse: collapse;max-width: none!important;}
#c_detail_wrap #new-div table td{/*padding: 3px;border: 1px solid #fff !important; opacity:.8;*/}
#c_detail_wrap #new-div table td img{max-width:90% !important;}

#c_detail_wrap #new-div.on{overflow:scroll; width: 100%;}
#c_detail_wrap #new-div.on .zoom-caret{display:none;}

/*设置滚动条样式*/
#c_detail_wrap #new-div::-webkit-scrollbar {height:2px;}/* 滚动槽 */
#c_detail_wrap #new-div::-webkit-scrollbar-track {background-color:#f0f0f0;border-radius:0px;}/* 滚动条滑块 */
#c_detail_wrap #new-div::-webkit-scrollbar-thumb {background-color:#bfbfbf;}
#c_detail_wrap #new-div::-webkit-scrollbar-thumb:window-inactive {background-color:#3c3c3c;}

@media (max-width:880px) {
#c_detail_wrap img,#c_detail_wrap p,#c_detail_wrap span,#c_detail_wrap div,#c_detail_wrap video,#c_detail_wrap embed{width:auto !important;height:auto !important;max-width:100% !important;max-height: 100%;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;white-space:normal;word-break:break-all;word-break: normal;}
}

