@charset "utf-8";
/* CSS Document */

/* nyPro_Menu start */
.nyPro_Menu {
  width: 100%;
  height: auto;
  margin: 0 auto 40px;
  padding: 60px 0 0;
  position: relative;
  z-index: 9;
}

.ProMenu_Header {
  width: 100%;
  height: 60px;
  overflow: hidden;
  line-height: 60px;
  color: #fff;
  font-size: 24px;

  white-space: nowrap;
  text-overflow: ellipsis;
  padding: 0 20px;
  background: url(../images/consult_bg.jpg) center center no-repeat;
  background-size: 100% 100%;
  border-radius: 20px 20px 0 0;
  position: absolute;
  left: 0;
  top: 0;
}

.ProMenu_Header img {
  display: block;
  width: 32px;
  height: 32px;
  margin: 14px 10px 14px 0;
  float: left;
}

.ProMenu_Header a.ProAll {
  display: block;
  width: auto;
  height: 40px;
  line-height: 40px;
  color: #fff;
  font-size: 16px;
  font-weight: normal;
  margin: 10px 0;
  float: right;
}

.ProMenu_Header a.ProAll i {
  display: block;
  width: 32px;
  height: 32px;
  overflow: hidden;
  margin: 4px 0 4px 10px;
  background: #fff url(../images/arrowRight_ico1.png) center center no-repeat;
  background-size: 18px 12px;
  border-radius: 50%;
  float: right;
}

.ProMenu_Header a.ProAll:hover i {
  margin: 4px 0 4px 20px;
}

.ParentLevel {
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 20px 20px 15px;
  background-color: #fff;
  border-radius: 0 0 20px 20px;
  position: relative;
}

.ParentLevel ul {
  width: 100%;
  height: auto;
  margin: 0 auto;
}

.ParentLevel ul li {
  display: block;
  width: auto;
  height: auto;
  margin: 0 20px 5px 0;
  float: left;
}

.ParentLevel ul li p {
  width: auto;
  height: auto;
  padding: 0 20px 0 0;
  border-radius: 4px;
  position: relative;
}

.ParentLevel ul li p a {
  display: block;
  width: auto;
  height: 40px;
  line-height: 40px;
  color: #000000;
  font-size: 16px;
  position: relative;
}

.ParentLevel ul li p a::before {
  content: '';
  width: 0;
  height: 2px;
  overflow: hidden;
  background: #f29600;
  position: absolute;
  left: 0;
  bottom: 0;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
}

.ParentLevel ul li p i {
  display: block;
  width: 20px;
  height: 20px;
  margin: -10px 0 0;
  background: url(../images/down_ico1.png) center center no-repeat;
  background-size: 10px 10px;
  position: absolute;
  top: 50%;
  right: 0;
  cursor: pointer;
}

.ParentLevel ul li.selected p a::before,
.ParentLevel ul li:hover p a::before {
  width: 100%;
}

.ParentLevel ul li.selected p a,
.ParentLevel ul li:hover p a {
  color: #f29600;
}

.ParentLevel ul li:hover p i {
  background: url(../images/down_ico2.png) center center no-repeat;
  background-size: 10px 10px;
}

.ParentLevel ul li.selected p i {
  background: url(../images/up_ico1.png) center center no-repeat;
  background-size: 10px 10px;
}

.ChildLevel {
  display: none;
  width: 100%;
  height: auto;
  padding: 10px 20px;
  background-color: #fff;
  border-top: 1px solid #eaeaea;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.06);
  position: absolute;
  left: 0;
  top: 100%;
}

.ChildLevel .tag {
  width: 100%;
  height: auto;
  margin: 0 auto;
}

.ChildLevel .tag a {
  display: inline-block;
  width: auto;
  height: 40px;
  line-height: 40px;
  color: #666;
  font-size: 14px;
  margin: 0 20px 0 0;
  position: relative;
}

.ChildLevel .tag a em {
  display: block;
  width: 0;
  height: 2px;
  overflow: hidden;
  background-color: #f29600;
  position: absolute;
  left: 50%;
  bottom: 0;
  margin: 0;
}

.ChildLevel .tag a:hover {
  color: #f29600;
}

.ChildLevel .tag a:hover em {
  width: 30px;
  margin: 0 0 0 -15px;
}

.nyProListChild {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 20px 20px 15px;
  background-color: #fff;
}

.nyProListChild p a {
  display: inline-block;
  width: auto;
  height: 40px;
  line-height: 40px;
  color: #000000;
  font-size: 16px;
  margin: 0 20px 5px 0;
  padding: 0;
  position: relative;
}

.nyProListChild p a em {
  display: block;
  width: 0;
  height: 2px;
  overflow: hidden;
  background-color: #f29600;
  position: absolute;
  left: 50%;
  bottom: 0;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
}

.nyProListChild p a:hover {
  color: #f29600;
}

.nyProListChild p a:hover em {
  width: 30px;
  margin: 0 0 0 -15px;
}

/* nyPro_Menu end */


/* ny_products start */
.ny_products {
  width: 100%;
  height: auto;
  overflow: hidden;
  margin: 0 auto;

  background: url(../images/idxPro_bg.jpg) center top no-repeat;
  background-size: cover;
}

.ny_products .nyPro_main {
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 40px 0 60px;
}

.nyPro_main .nyPro_Category {
  width: 100%;
  height: auto;
  margin: 0 auto 60px;

  background-color: #fff;
}

.nyPro_main .nyPro_list {
  width: 100%;
  height: auto;
  min-height: 300px;
  margin: 0 auto 20px;
}

.nyPro_list ul li {
  width: 48.6%;
  height: auto;
  overflow: hidden;
  margin: 0 2.8% 40px 0;
  padding: 0 20px;
  background-color: #fff;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.06);
  border-radius: 20px;
  float: left;
}

.nyPro_list ul li:nth-child(2n+2) {
  margin: 0 0 40px;
}

.nyPro_list ul li:hover {
  background-color: #f29600;
}

.nyPro_list ul li .nyPro_top {
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 10px 96px 9px 0;
  border-bottom: 1px solid #ddd;
  position: relative;
}

.nyPro_list ul li:hover .nyPro_top {
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

.nyPro_list ul li .nyPro_top a.nyPro_name {
  display: block;
  width: 100%;
  height: 40px;
  overflow: hidden;
  line-height: 40px;
  color: #000000;
  font-size: 20px;

  white-space: nowrap;
  text-overflow: ellipsis;
}

.nyPro_list ul li:hover .nyPro_top a.nyPro_name {
  color: #fff;
}

.nyPro_list ul li .nyPro_top a.nyPro_more {
  display: block;
  width: 96px;
  height: 40px;
  overflow: hidden;
  line-height: 40px;
  color: #999;
  font-size: 14px;
  text-align: right;
  position: absolute;
  top: 10px;
  right: 0;
}

.nyPro_list ul li .nyPro_top a.nyPro_more i {
  display: inline-block;
  width: 18px;
  height: 12px;
  vertical-align: middle;
  margin: -2px 0 0 10px;
  background: url(../images/arrowRight_ico6.png) center center no-repeat;
  background-size: 18px 12px;
}

.nyPro_list ul li:hover .nyPro_top a.nyPro_more {
  color: #fff;
}

.nyPro_list ul li:hover .nyPro_top a.nyPro_more i {
  background: url(../images/arrowRight_ico9.png) center center no-repeat;
  background-size: 18px 12px;
}

.nyPro_list ul li .nyPro_con {
  width: 100%;
  height: auto;
  overflow: hidden;
  margin: 0 auto;
  padding: 20px 0;
}

.nyPro_list ul li .nyPro_con .nyPro_text {
  width: 56%;
  height: auto;
  overflow: hidden;

  padding: 0 20px 0 0;
  float: left;
}

.nyPro_list ul li .nyPro_con .nyPro_text .nyPro_ms {
  width: 100%;
  height: auto;
  overflow: hidden;
  margin: 0 auto 20px;
}

.nyPro_list ul li .nyPro_con .nyPro_text .nyPro_ms span {
  display: block;
  width: 100%;
  height: auto;
  overflow: hidden;
  line-height: 30px;
  color: #000000;
  font-size: 16px;
  margin: 0 auto 5px;
}

.nyPro_list ul li:hover .nyPro_con .nyPro_text .nyPro_ms span {
  color: #fff;
}

.nyPro_list ul li .nyPro_con .nyPro_text .nyPro_ms p {
  width: 100%;
  height: auto;
  max-height: 72px;
  overflow: hidden;
  line-height: 24px;
  color: #999;
  font-size: 14px;
  text-align: justify;
  word-break: break-all;
  margin: 0 auto;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
}

.nyPro_list ul li:hover .nyPro_con .nyPro_text .nyPro_ms p {
  color: rgba(255, 255, 255, 0.6);
}

.nyPro_list ul li .nyPro_con .nyPro_text dl dd {
  width: 49%;
  height: auto;
  overflow: hidden;
  margin: 0 2% 0 0;
  float: left;
}

.nyPro_list ul li .nyPro_con .nyPro_text dl dd:nth-child(2n+2) {
  margin: 0;
}

.nyPro_list ul li .nyPro_con .nyPro_text dl dd p {
  width: 100%;
  height: 24px;
  overflow: hidden;
  line-height: 24px;
  color: #000000;
  font-size: 16px;
  margin: 0 auto 10px;
}

.nyPro_list ul li:hover .nyPro_con .nyPro_text dl dd p {
  color: #fff;
}

.nyPro_list ul li .nyPro_con .nyPro_text dl dd p i {
  display: inline-block;
  width: 14px;
  height: 14px;
  overflow: hidden;
  vertical-align: middle;
  margin: -4px 0 0 20px;
}

.nyPro_list ul li .nyPro_con .nyPro_text dl dd p i.nyPro_model {
  background: url(../images/pro_ico3.png) center center no-repeat;
  background-size: 14px 14px;
}

.nyPro_list ul li:hover .nyPro_con .nyPro_text dl dd p i.nyPro_model {
  background: url(../images/pro_ico4.png) center center no-repeat;
  background-size: 14px 14px;
}

.nyPro_list ul li .nyPro_con .nyPro_text dl dd p i.nyPro_date {
  background: url(../images/date_ico1.png) center center no-repeat;
  background-size: 14px 14px;
}

.nyPro_list ul li:hover .nyPro_con .nyPro_text dl dd p i.nyPro_date {
  background: url(../images/date_ico2.png) center center no-repeat;
  background-size: 14px 14px;
}

.nyPro_list ul li .nyPro_con .nyPro_text dl dd span {
  display: block;
  width: 100%;
  height: 24px;
  overflow: hidden;
  line-height: 24px;
  color: #999;
  font-size: 16px;

  white-space: nowrap;
  text-overflow: ellipsis;
  margin: 0 auto;
}

.nyPro_list ul li:hover .nyPro_con .nyPro_text dl dd span {
  color: rgba(255, 255, 255, 0.6);
}

.nyPro_list ul li .nyPro_con .nyPro_img {
  width: 44%;
  height: 200px;
  overflow: hidden;
  float: right;
}

.nyPro_list ul li .nyPro_con .nyPro_img a {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  margin: 0 auto;
  position: relative;
  border-radius: 12px;
}

.nyPro_list ul li .nyPro_con .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_con .nyPro_img a img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  transform: scale(1.1);
}

.nyPro_list ul li .nyPro_con .nyPro_img a i.nyPro_mask {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.5) url(../images/view_ico2.png) center center no-repeat;
  background-size: 52px 52px;
  position: absolute;
  left: 0;
  bottom: 100%;
}

.nyPro_list ul li:hover .nyPro_con .nyPro_img a i.nyPro_mask {
  bottom: 0;
}

/* ny_products end */


/* ny_xgwz start */
.ny_xgwz {
  width: 100%;
  height: auto;
  overflow: hidden;
  margin: 0 auto;
  padding: 60px 0 20px;
  background-color: #fff;
}

.ny_xgwz .nyXgwz_main {
  width: 100%;
  height: auto;
  margin: 0 auto;
}

.nyXgwz_main .nyXgwz_list {
  width: 100%;
  height: auto;
  min-height: 140px;
  margin: 0 auto;
}

.nyXgwz_list ul li {
  width: 31.4%;
  height: auto;
  margin: 0 2.9% 40px 0;
  padding: 20px 30px;
  background-color: #f8f8f8;
  border-radius: 12px;
  float: left;
  position: relative;
}

.nyXgwz_list ul li:nth-child(3n+3) {
  margin: 0 0 40px;
}

.nyXgwz_list ul li:hover {
  background-color: #000000;
}

.nyXgwz_list ul li i.nyXgwz_ico {
  display: block;
  width: 100px;
  height: 100px;
  overflow: hidden;
  background: url(../images/art_ico1.png) center top no-repeat;
  background-size: 100px 120px;
  position: absolute;
  top: 20px;
  right: 30px;
  opacity: 0.04;
}

.nyXgwz_list ul li:hover i.nyXgwz_ico {
  background: url(../images/art_ico2.png) center top no-repeat;
  background-size: 100px 120px;
  opacity: 0.06;
}

.nyXgwz_list ul li .nyXgwz_name {
  width: 100%;
  height: 40px;
  margin: 0 auto;
  position: relative;
}

.nyXgwz_list ul li .nyXgwz_name em {
  display: block;
  width: 36px;
  height: 4px;
  overflow: hidden;

  background-color: #f29600;
  position: absolute;
  left: -48px;
  top: 18px;
}

.nyXgwz_list ul li .nyXgwz_name a {
  display: block;
  width: 100%;
  height: 40px;
  overflow: hidden;
  line-height: 40px;
  color: #000000;
  font-size: 20px;

  white-space: nowrap;
  text-overflow: ellipsis;
  margin: 0 auto;
}

.nyXgwz_list ul li:hover .nyXgwz_name a {
  color: #f29600;
}

.nyXgwz_list ul li .nyXgwz_date {
  width: 100%;
  height: auto;
  overflow: hidden;
  margin: 0 auto;
  position: relative;
}

.nyXgwz_list ul li .nyXgwz_date p {
  width: auto;
  height: 40px;
  line-height: 40px;
  color: #999;
  font-size: 14px;
  float: left;
}

.nyXgwz_list ul li .nyXgwz_date p em {
  display: block;
  width: 14px;
  height: 14px;
  margin: 13px 10px 13px 0;
  background: url(../images/date_ico1.png) center center no-repeat;
  background-size: 14px 14px;
  float: left;
}

.nyXgwz_list ul li .nyXgwz_date a.nyXgwz_more {
  display: block;
  width: auto;
  height: 40px;
  line-height: 40px;
  color: #999;
  font-size: 14px;
  float: right;
}

.nyXgwz_list ul li:hover .nyXgwz_date a.nyXgwz_more {
  color: #f29600;
}

.nyXgwz_list ul li .nyXgwz_date a.nyXgwz_more em {
  display: block;
  width: 10px;
  height: 10px;
  margin: 15px 0 15px 6px;
  background: url(../images/arrowRight_ico4.png) center center no-repeat;
  background-size: 10px 10px;
  float: right;
}

.nyXgwz_list ul li:hover .nyXgwz_date a.nyXgwz_more em {
  background: url(../images/arrowRight_ico5.png) center center no-repeat;
  background-size: 10px 10px;
  margin: 15px 0 15px 16px;
}

/* ny_xgwz end */


/* nyProDetail_main start */
.nyProDetail_main {
  width: 100%;
  height: auto;
  overflow: hidden;
  margin: 0 auto 60px;
}

.nyProDetail_main .nyProDetail_left {
  width: 50%;
  height: auto;
  overflow: hidden;

  padding: 0 20px 0 0;
  float: left;
}

.nyProDetail_left .nyProDetail_img {
  width: 100%;
  height: auto;
  overflow: hidden;
  margin: 0 auto;
  padding: 20px;
  background-color: #fff;
  border-radius: 20px;
}

.nyProDetail_img p {
  width: 100%;
  height: 410px;
  overflow: hidden;
  margin: 0 auto;
  position: relative;
  border-radius: 12px;
}

.nyProDetail_img p img {
  display: block;
  width: 100%;
  height: 100%;
  margin: auto;
  object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}

.nyProDetail_main .nyProDetail_right {
  width: 50%;
  height: auto;
  overflow: hidden;

  padding: 0 0 0 20px;
  float: right;
}

.nyProDetail_right .nyProDetail_text {
  width: 100%;
  height: auto;
  overflow: hidden;
  margin: 0 auto;
}

.nyProDetail_text .nyProDetail_name {
  width: 100%;
  height: auto;
  overflow: hidden;
  line-height: 40px;
  color: #000000;
  font-size: 30px;

  margin: 0 auto;
  padding: 20px 0 19px;
  border-bottom: 1px solid #ddd;
  position: relative;
}

.nyProDetail_name i {
  display: block;
  width: 60px;
  height: 3px;
  background-color: #f29600;
  position: absolute;
  left: 0;
  bottom: 0;
}

.nyProDetail_text .nyProDetail_ms {
  width: 100%;
  height: auto;
  overflow: hidden;
  margin: 30px auto;
}

.nyProDetail_ms span {
  display: block;
  width: 100%;
  height: auto;
  overflow: hidden;
  line-height: 30px;
  color: #000000;
  font-size: 18px;

  margin: 0 auto 5px;
}

.nyProDetail_ms p {
  width: 100%;
  height: auto;
  max-height: 90px;
  overflow: hidden;
  line-height: 30px;
  color: #999;
  font-size: 15px;
  margin: 0 auto;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
}

.nyProDetail_text ul {
  margin: 35px auto 40px;
}

.nyProDetail_text ul li {
  width: 33.333333%;
  height: 60px;
  overflow: hidden;

  padding: 4px 0 4px 62px;
  position: relative;
  float: left;
}

.nyProDetail_text ul li i {
  display: block;
  width: 50px;
  height: 50px;
  overflow: hidden;
  margin: -25px 0 0;
  background-color: #f29600;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 50%;
}

.nyProDetail_text ul li i img {
  display: block;
  width: 30px;
  height: 30px;
  margin: 10px auto;
}

.nyProDetail_text ul li span {
  display: block;
  width: 100%;
  height: 26px;
  overflow: hidden;
  line-height: 26px;
  color: #000000;
  font-size: 16px;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin: 0 auto;
}

.nyProDetail_text ul li p {
  width: 100%;
  height: 26px;
  overflow: hidden;
  line-height: 26px;
  color: #999;
  font-size: 16px;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin: 0 auto;
}

.nyProDetail_text .nyProDetail_zx {
  width: 100%;
  height: auto;
  overflow: hidden;
  margin: 0 auto;
  padding: 0 160px 0 0;
  background-color: #fff;
  border-radius: 20px;
  position: relative;
}

.nyProDetail_zx .nyProDetail_tel {
  width: 100%;
  height: 80px;
  overflow: hidden;
  line-height: 40px;
  color: #000000;
  font-size: 18px;


  padding: 20px;
}

.nyProDetail_tel img {
  display: block;
  width: 30px;
  height: 30px;
  margin: 2px 10px 0 0;
  float: left;
}

.nyProDetail_tel span {
  display: inline-block;
  color: #020202;
  font-size: 32px;
  font-weight: normal;
  vertical-align: middle;
  margin: -2px 0 0 0;
}

.nyProDetail_zx a.nyProDetail_zxBtn {
  display: block;
  width: 160px;
  height: 80px;
  overflow: hidden;
  line-height: 80px;
  color: #fff;
  font-size: 18px;

  text-align: center;
  background-color: #f29600;
  position: absolute;
  top: 0;
  right: 0;
}

.nyProDetail_zx a.nyProDetail_zxBtn:hover {
  background-color: #f29600;
}

.nyProDetail_zx a.nyProDetail_zxBtn img {
  display: inline-block;
  width: 32px;
  height: 32px;
  margin: -2px 10px 0 0;
  vertical-align: middle;
}

/* nyProDetail_main end */


/* nyProDetail_content start */
.nyProDetail_content {
  width: 100%;
  height: auto;
  overflow: hidden;
  margin: 0 auto;
  padding: 60px 0 0;
  background: url(../images/prodetail_bg1.jpg) center top no-repeat;
  background-size: 1920px 400px;
}

.nyProDetail_content .nyProDetailCon_main {
  width: 100%;
  height: auto;
  overflow: hidden;
  margin: 0 auto;
}

.nyProDetailCon_main .nyProDetailCon_text {
  width: 100%;
  height: auto;
  overflow: hidden;
  line-height: 32px;
  color: #000000;
  font-size: 16px;
  word-break: break-all;
  text-align: justify;
  margin: 0 auto;
  padding: 20px 40px;
  background-color: #fff;
  border-radius: 20px;
}

.nyProDetailCon_text div,
.nyProDetailCon_text P {
  line-height: 32px !important;
  color: #000000 !important;
  font-size: 16px !important;
  margin: 20px auto;
}

.nyProDetailCon_text div span,
.nyProDetailCon_text p span,
.nyProDetailCon_text span,
.nyProDetailCon_text div font,
.nyProDetailCon_text p font,
.nyProDetailCon_text font {
  line-height: 32px !important;
  color: #000000 !important;
  font-size: 16px !important;
  font-family: Arial, \5FAE\8F6F\96C5\9ED1, Microsoft Yahei, Helvetica, sans-serif !important;
}

.nyProDetailCon_text div b,
.nyProDetailCon_text P b,
.nyProDetailCon_text b {
  font-size: 22px;

}

/* nyProDetail_content end */


/* nyProDetail_adv start */
.nyProDetail_adv {
  width: 100%;
  height: auto;
  overflow: hidden;
  margin: 0 auto;
  padding: 60px 0;
  background-color: #fff;
}

.nyProDetail_adv .nyProDetailAdv_main {
  width: 100%;
  height: auto;
  margin: 0 auto;
}

.nyProDetailAdv_main ul li {
  width: 22.9%;
  height: auto;
  margin: 0 2.8% 0 0;
  padding: 40px 20px 20px;
  background-color: #fff;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
  border-radius: 20px;
  float: left;
}

.nyProDetailAdv_main ul li:nth-child(4) {
  margin: 0;
}

.nyProDetailAdv_main ul li img {
  display: block;
  width: 90px;
  height: 90px;
  overflow: hidden;
  margin: 0 auto 30px;
}

.nyProDetailAdv_main ul li:hover img {
  transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
}

.nyProDetailAdv_main ul li span {
  display: block;
  width: 100%;
  height: auto;
  overflow: hidden;
  line-height: 24px;
  color: #000000;
  font-size: 20px;
  text-align: center;
  margin: 0 auto;
}

.nyProDetailAdv_main ul li i {
  display: block;
  width: 30px;
  height: 3px;
  overflow: hidden;
  margin: 10px auto 15px;
  background-color: #f29600;
}

.nyProDetailAdv_main ul li p {
  width: 100%;
  height: 120px;
  overflow: hidden;
  line-height: 20px;
  color: #999;
  font-size: 14px;
  word-break: break-all;
  text-align: center;
  margin: 0 auto;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
}

/* nyProDetail_adv end */


/* nyProDetail_rec start */
.nyProDetail_rec {
  width: 100%;
  height: auto;
  overflow: hidden;
  margin: 0 auto;
  padding: 60px 0;
}

.nyProDetail_rec .nyProDetailRec_main {
  width: 100%;
  height: auto;
  margin: 0 auto;
}

.nyProDetailRec_main .nyProDetailRec_swiper {
  width: 100%;
  position: relative;
}

.nyProDetailRec_swiper .proRecSwiper {
  width: 100%;
  height: auto;
  overflow: hidden;
  margin: -20px auto;
  padding: 20px 0;
}

.nyProDetailRec_swiper .proRecSwiper .swiper-slide {
  padding: 0 20px;
  background-color: #fff;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.06);
  border-radius: 20px;
}


.nyProDetailRec_swiper .proRecSwiper .swiper-slide:hover {
  background-color: #f29600;
}

.proRecSwiper .swiper-slide .nyProRec_top {
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 10px 96px 9px 0;
  border-bottom: 1px solid #ddd;
  position: relative;
}

.proRecSwiper .swiper-slide:hover .nyProRec_top {
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

.proRecSwiper .swiper-slide .nyProRec_top a.nyProRec_name {
  display: block;
  width: 100%;
  height: 40px;
  overflow: hidden;
  line-height: 40px;
  color: #000000;
  font-size: 20px;

  white-space: nowrap;
  text-overflow: ellipsis;
}

.proRecSwiper .swiper-slide:hover .nyProRec_top a.nyProRec_name {
  color: #fff;
}

.proRecSwiper .swiper-slide .nyProRec_top a.nyProRec_more {
  display: block;
  width: 96px;
  height: 40px;
  overflow: hidden;
  line-height: 40px;
  color: #999;
  font-size: 14px;
  text-align: right;
  position: absolute;
  top: 10px;
  right: 0;
}

.proRecSwiper .swiper-slide .nyProRec_top a.nyProRec_more i {
  display: inline-block;
  width: 18px;
  height: 12px;
  vertical-align: middle;
  margin: -2px 0 0 10px;
  background: url(../images/arrowRight_ico6.png) center center no-repeat;
  background-size: 18px 12px;
}

.proRecSwiper .swiper-slide:hover .nyProRec_top a.nyProRec_more {
  color: #fff;
}

.proRecSwiper .swiper-slide:hover .nyProRec_top a.nyProRec_more i {
  background: url(../images/arrowRight_ico9.png) center center no-repeat;
  background-size: 18px 12px;
}

.proRecSwiper .swiper-slide .nyProRec_con {
  width: 100%;
  height: auto;
  overflow: hidden;
  margin: 0 auto;
  padding: 20px 0;
}

.proRecSwiper .swiper-slide .nyProRec_con .nyProRec_text {
  width: 56%;
  height: auto;
  overflow: hidden;

  padding: 0 20px 0 0;
  float: left;
}

.proRecSwiper .swiper-slide .nyProRec_con .nyProRec_text .nyProRec_ms {
  width: 100%;
  height: auto;
  overflow: hidden;
  margin: 0 auto 20px;
}

.proRecSwiper .swiper-slide .nyProRec_con .nyProRec_text .nyProRec_ms span {
  display: block;
  width: 100%;
  height: auto;
  overflow: hidden;
  line-height: 30px;
  color: #000000;
  font-size: 16px;
  margin: 0 auto 5px;
}

.proRecSwiper .swiper-slide:hover .nyProRec_con .nyProRec_text .nyProRec_ms span {
  color: #fff;
}

.proRecSwiper .swiper-slide .nyProRec_con .nyProRec_text .nyProRec_ms p {
  width: 100%;
  height: auto;
  max-height: 72px;
  overflow: hidden;
  line-height: 24px;
  color: #999;
  font-size: 14px;
  text-align: justify;
  word-break: break-all;
  margin: 0 auto;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
}

.proRecSwiper .swiper-slide:hover .nyProRec_con .nyProRec_text .nyProRec_ms p {
  color: rgba(255, 255, 255, 0.6);
}

.proRecSwiper .swiper-slide .nyProRec_con .nyProRec_text dl dd {
  width: 49%;
  height: auto;
  overflow: hidden;
  margin: 0 2% 0 0;
  float: left;
}

.proRecSwiper .swiper-slide .nyProRec_con .nyProRec_text dl dd:nth-child(2) {
  margin: 0;
}

.proRecSwiper .swiper-slide .nyProRec_con .nyProRec_text dl dd p {
  width: 100%;
  height: 24px;
  overflow: hidden;
  line-height: 24px;
  color: #000000;
  font-size: 16px;
  margin: 0 auto 10px;
}

.proRecSwiper .swiper-slide:hover .nyProRec_con .nyProRec_text dl dd p {
  color: #fff;
}

.proRecSwiper .swiper-slide .nyProRec_con .nyProRec_text dl dd p i {
  display: inline-block;
  width: 14px;
  height: 14px;
  overflow: hidden;
  vertical-align: middle;
  margin: -2px 0 0 20px;
}

.proRecSwiper .swiper-slide .nyProRec_con .nyProRec_text dl dd p i.nyProRec_model {
  background: url(../images/pro_ico3.png) center center no-repeat;
  background-size: 14px 14px;
}

.proRecSwiper .swiper-slide:hover .nyProRec_con .nyProRec_text dl dd p i.nyProRec_model {
  background: url(../images/pro_ico4.png) center center no-repeat;
  background-size: 14px 14px;
}

.proRecSwiper .swiper-slide .nyProRec_con .nyProRec_text dl dd p i.nyProRec_date {
  background: url(../images/date_ico1.png) center center no-repeat;
  background-size: 14px 14px;
}

.proRecSwiper .swiper-slide:hover .nyProRec_con .nyProRec_text dl dd p i.nyProRec_date {
  background: url(../images/date_ico2.png) center center no-repeat;
  background-size: 14px 14px;
}

.proRecSwiper .swiper-slide .nyProRec_con .nyProRec_text dl dd span {
  display: block;
  width: 100%;
  height: 24px;
  overflow: hidden;
  line-height: 24px;
  color: #999;
  font-size: 16px;

  white-space: nowrap;
  text-overflow: ellipsis;
  margin: 0 auto;
}

.proRecSwiper .swiper-slide:hover .nyProRec_con .nyProRec_text dl dd span {
  color: rgba(255, 255, 255, 0.6);
}

.proRecSwiper .swiper-slide .nyProRec_con .nyProRec_img {
  width: 44%;
  height: 200px;
  overflow: hidden;
  border-radius: 12px;
  float: right;
}

.proRecSwiper .swiper-slide .nyProRec_con .nyProRec_img a {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  margin: 0 auto;
  position: relative;
}

.proRecSwiper .swiper-slide .nyProRec_con .nyProRec_img a img {
  display: block;
  width: 100%;
  height: 100%;
  margin: auto;
  object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}

.proRecSwiper .swiper-slide:hover .nyProRec_con .nyProRec_img a img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  transform: scale(1.1);
}

.proRecSwiper .swiper-slide .nyProRec_con .nyProRec_img a i.nyProRec_mask {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.5) url(../images/view_ico2.png) center center no-repeat;
  background-size: 52px 52px;
  position: absolute;
  left: 0;
  bottom: 100%;
}

.proRecSwiper .swiper-slide:hover .nyProRec_con .nyProRec_img a i.nyProRec_mask {
  bottom: 0;
}

.nyProDetailRec_swiper .swiper-button-next,
.nyProDetailRec_swiper .swiper-button-prev {
  width: 40px;
  height: 40px;
  overflow: hidden;
  background-color: #f29600;
  border-radius: 50%;
}

.nyProDetailRec_swiper .swiper-button-next {
  right: 0;
  top: -40px;
}

.nyProDetailRec_swiper .swiper-button-prev {
  left: inherit;
  right: 60px;
  top: -40px;
}

.nyProDetailRec_swiper .swiper-button-next:hover,
.nyProDetailRec_swiper .swiper-button-prev:hover {
  background-color: #f29600;
}

.nyProDetailRec_swiper .swiper-button-next::after,
.nyProDetailRec_swiper .swiper-button-prev::after {
  content: '';
  display: block;
  width: 16px;
  height: 24px;
  margin: 0 auto;
}

.nyProDetailRec_swiper .swiper-button-next::after {
  background: url(../images/baArrowRight_ico2.png) center center no-repeat;
  background-size: 10px 16px;
}

.nyProDetailRec_swiper .swiper-button-prev::after {
  background: url(../images/baArrowLeft_ico2.png) center center no-repeat;
  background-size: 10px 16px;
}

/* nyProDetail_rec end */


/* nyProDetail_msg start */
.nyProDetail_msg {
  width: 100%;
  height: auto;
  overflow: hidden;
  margin: 0 auto;
  padding: 60px 0;
}

.nyProDetail_msg .nyProDetailMsg_main {
  width: 100%;
  height: auto;
  margin: 0 auto;
  position: relative;
}

.nyOrder_msg form {
  position: relative;
}

.nyOrder_msg .order_div {
  width: 49%;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  float: left;
  margin: 0 2% 2% 0;
}

.nyOrder_msg .order_div_tit {
  font-size: 16px;
  color: #000000;
  height: 40px;
  line-height: 40px;
}

.nyOrder_msg .order_div_tit span {
  color: #d50000;
}

.nyOrder_msg .order_div:nth-child(2n+2) {
  margin-right: 0;
}

.nyOrder_msg .fm_ipt1 input,
.nyOrder_msg .fm_ipt1 select {
  display: block;
  width: 100%;
  height: 60px;
  overflow: hidden;
  line-height: 60px;
  color: #000000;
  font-size: 15px;
  background-color: rgba(255, 255, 255, 0);
  border: 1px solid #ddd;
  border-radius: 8px;
  margin: 0 auto;
  padding: 0 20px;
  outline: none;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
}

.nyOrder_msg .fm_checkbox {
  margin-top: 20px;
}

.nyOrder_msg .fm_checkbox ul li {
  margin-bottom: 10px;
}

.nyOrder_msg .fm_checkbox ul li label {
  display: block;
  width: 100%;
  overflow: hidden;
  color: #999;
  font-size: 15px;
  cursor: pointer;
  line-height: 30px;
}

.nyOrder_msg .order_div1 {
  clear: both;
}

.nyOrder_msg .order_div1 textarea {
  clear: both;
  display: block;
  width: 100%;
  height: 100px;
  overflow: hidden;
  line-height: 30px;
  color: #000000;
  font-size: 15px;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 10px;
  background-color: rgba(255, 255, 255, 0);
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  outline: none;
  resize: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.nyOrder_msg .order_div1 i a {
  color: #f29600;
}

.xzk {
  display: none;
}

.nyOrder_msg .order_btn {
  width: 220px;
  height: auto;
  overflow: hidden;
  margin: 40px 40px 0 0;

  float: left;
}

.nyOrder_msg .order_btn input {
  display: block;
  width: 100%;
  height: 60px;
  overflow: hidden;
  line-height: 60px;
  color: #fff;
  font-size: 20px;

  text-align: center;
  border: none;
  outline: none;
  cursor: pointer;
  background-color: #f29600;
  border-radius: 30px;
  float: left;
}

.nyOrder_msg .order_btn input:hover {
  background-color: #f29600;
}

.nyOrder_msg .order_btn1 {
  margin: 40px 0 0 0;
  float: left;
}

.nyOrder_msg .order_btn1 input {
  background-color: #000000;
}

.nyOrder_msg .order_btn1 input:hover {
  background-color: #f29600;
}

.nyOrder_msg input[type="checkbox"]+label::before {
  content: "\a0";
  /*不换行空格*/
  display: block;
  font-size: 16px;
  width: 18px;
  height: 18px;
  margin: 6px 10px 6px 0;
  text-align: center;
  line-height: 1;
  float: left;
  background-color: rgba(255, 255, 255, 0);
  border: 1px solid #d3d3d3;
  border-radius: 4px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
}

.nyOrder_msg input[type="checkbox"]:checked+label::before {
  border: 1px solid #f29600;
  background-color: #f29600;
  background-clip: content-box;
  content: "\2714";
  color: #fff;
}

.nyOrder_msg ::-webkit-input-placeholder {
  color: #999;
  opacity: 1;
}

/* 使用webkit内核的浏览器 */
.nyOrder_msg ::-moz-placeholder {
  color: #999;
  opacity: 1;
}

/* Firefox版本4-18 */
.nyOrder_msg ::-moz-placeholder {
  color: #999;
  opacity: 1;
}

/* Firefox版本19+ */
.nyOrder_msg ::-ms-input-placeholder {
  color: #999;
  opacity: 1;
}