/*nyProduct_main start*/
.nyProduct_main {
  margin: 0 auto;
}

.nyProduct_main .nyProduct_rec {
  width: 100%;
  height: 320px;
  overflow: hidden;
  margin: 0 auto 60px;
  padding: 20px 0;
  background: #f3f7fc url(../images/proRecBg.png) center left no-repeat;
}

.nyProduct_rec .nyProRec_left {
  width: 50%;
  height: 280px;
  overflow: hidden;
  margin: 0;
  padding: 20px 40px;
  float: left;
  position: relative;
}

.nyProRec_left .nyProRec_company {
  width: 100%;
  height: auto;
  max-height: 72px;
  overflow: hidden;
  line-height: 36px;
  color: #fff;
  font-size: 30px;
  font-weight: bold;
  word-break: break-all;
  margin: 0 auto 20px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
}

.nyProRec_left dl dd {
  width: 50%;
  height: 36px;
  overflow: hidden;
  line-height: 36px;
  color: rgba(255, 255, 255, 0.65);
  font-size: 18px;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin: 0;
  padding: 0 0 0 20px;
  float: left;
  position: relative;
}

.nyProRec_left dl dd i {
  display: block;
  width: 6px;
  height: 6px;
  background-color: #fff;
  position: absolute;
  left: 0;
  top: 15px;
}

.nyProRec_left .nyProRecLeft_bottom {
  position: absolute;
  bottom: 15px;
  left: 40px;
}

.nyProRecLeft_bottom a {
  display: block;
  width: auto;
  height: 44px;
  overflow: hidden;
  line-height: 44px;
  color: #f08200;
  font-size: 20px;
  font-weight: bold;
  background-color: #fff;
  margin: 5px 40px 5px 0;
  padding: 0 30px;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  float: left;
}

.nyProRecLeft_bottom a:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.nyProRecLeft_bottom p {
  width: auto;
  height: 54px;
  overflow: hidden;
  line-height: 54px;
  color: #fff;
  font-size: 30px;
  font-weight: bold;
  float: left;
}

.nyProRecLeft_bottom p span {
  display: block;
  width: 54px;
  height: 54px;
  overflow: hidden;
  margin: 0 10px 0 0;
  padding: 5px;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  float: left;
}

.nyProRecLeft_bottom p span i {
  display: block;
  width: 44px;
  height: 44px;
  overflow: hidden;
  margin: 0 auto;
  background: #fff url(../images/tel02.png) center center no-repeat;
  background-size: 24px 24px;
  border-radius: 50%;
}

.nyProduct_rec .nyProRec_swiper {
  width: 50%;
  height: 280px;
  margin: 0;
  padding: 0 86px 0 0;
  float: right;
  position: relative;
}

.nyProRec_swiper .swiper-container {
  width: 100%;
  height: 100%;
  overflow: hidden;
  margin: 0 auto;
  background-color: #fff;
  box-shadow: 0 2px 16px rgba(0, 0, 0, 0.1);
  position: relative;
}

.nyProRec_swiper .swiper-container .swiper-slide {
  height: 100%;
  overflow: hidden;
  position: relative;
}

.nyProRec_swiper .swiper-container .swiper-slide .nyProRec_img {
  width: 280px;
  height: 280px;
  overflow: hidden;
  margin: 0;
  padding: 0;
  float: left;
}

.nyProRec_swiper .swiper-container .swiper-slide .nyProRec_img a {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  margin: 0 auto;
  position: relative;
}

.nyProRec_swiper .swiper-container .swiper-slide .nyProRec_img a img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  margin: auto;
  padding: 0;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}

.nyProRec_swiper .swiper-container .swiper-slide:hover .nyProRec_img a img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  transform: scale(1.1);
}

.nyProRec_swiper .swiper-container .swiper-slide .nyProRec_img a em {
  display: block;
  width: 28px;
  height: 28px;
  overflow: hidden;
  line-height: 22px;
  color: #fff;
  font-size: 10px;
  font-weight: bold;
  font-style: normal;
  text-align: center;
  background: url(../images/hotBg.png) center center no-repeat;
  background-size: auto;
  background-size: 100% 100%;
  margin: 0;
  padding: 0 0 6px;
  position: absolute;
  left: 30px;
  top: 0;
}

.nyProRec_swiper .swiper-container .swiper-slide .nyProRec_text {
  width: calc(100% - 280px);
  height: 280px;
  overflow: hidden;
  margin: 0;
  padding: 30px 38px 30px 30px;
  float: right;
  position: relative;
}

.nyProRec_swiper .swiper-container .swiper-slide .nyProRec_text a.nyProRec_name {
  display: block;
  width: 100%;
  height: 48px;
  overflow: hidden;
  line-height: 24px;
  color: #333;
  font-size: 18px;
  font-weight: bold;
  word-break: break-all;
  margin: 0 auto;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
}

.nyProRec_swiper .swiper-container .swiper-slide:hover .nyProRec_text a.nyProRec_name {
  color: #f08200;
  text-decoration: underline;
}

.nyProRec_swiper .swiper-container .swiper-slide .nyProRec_text .nyProRec_model {
  width: 100%;
  height: 20px;
  overflow: hidden;
  line-height: 20px;
  color: #999;
  font-size: 14px;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin: 10px auto 20px;
  padding: 0 0 0 20px;
  position: relative;
}

.nyProRec_swiper .swiper-container .swiper-slide .nyProRec_text .nyProRec_model i {
  display: block;
  width: 14px;
  height: 14px;
  overflow: hidden;
  background: url(../images/proModel.png) center center no-repeat;
  background-size: 14px 14px;
  position: absolute;
  left: 0;
  top: 3px;
}

.nyProRec_swiper .swiper-container .swiper-slide .nyProRec_text .nyProRec_ms {
  width: 100%;
  height: 60px;
  overflow: hidden;
  line-height: 20px;
  color: #999;
  font-size: 14px;
  word-break: break-all;
  margin: 20px auto 25px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  text-overflow: ellipsis;
}

.nyProRec_swiper .swiper-container .swiper-slide .nyProRec_text a.nyProRec_btn {
  display: block;
  width: 180px;
  height: 32px;
  overflow: hidden;
  line-height: 32px;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  background-color: #f08200;
}

.nyProRec_swiper .swiper-container .swiper-slide:hover .nyProRec_text a.nyProRec_btn {
  background-color: #366fb6;
}

.nyProRec_swiper .swiper-container .swiper-slide .nyProRec_text a.nyProRec_btn i {
  display: inline-block;
  width: 16px;
  height: 12px;
  overflow: hidden;
  margin: -2px 6px 0 0;
  vertical-align: middle;
  background: url(../images/eye01.png) center center no-repeat;
  background-size: 16px 12px;
}


/*分页器*/
.nyProRec_swiper .swiper-container .swiper-pagination {
  width: 8px;
  overflow: hidden;
  right: 15px !important;
  bottom: inherit !important;
}

.nyProRec_swiper .swiper-container .swiper-pagination .swiper-pagination-bullet {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  opacity: 1;
  background-color: #ddd;
  margin: 10px auto;
}

.nyProRec_swiper .swiper-container .swiper-pagination .swiper-pagination-bullet-active {
  width: 8px;
  height: 8px;
  background-color: #366fb6;
}

.nyProRec_swiper .swiper-button-prev4,
.nyProRec_swiper .swiper-button-next4 {
  width: 36px !important;
  height: 36px !important;
  text-align: center;
  margin: 0 !important;
  position: absolute;
  left: inherit !important;
  right: 25px !important;
  opacity: 1;
  border-radius: 50%;
  background: #d0ddee;
  cursor: pointer;
}

.nyProRec_swiper .swiper-button-prev4 i,
.nyProRec_swiper .swiper-button-next4 i {
  color: #fff;
  font-size: 28px;
  margin: 4px 0;

}

.nyProRec_swiper .swiper-button-prev4 {
  top: 94px;
}

.nyProRec_swiper .swiper-button-next4 {
  bottom: 94px;
}

.nyProRec_swiper .swiper-button-prev4:hover {
  background: #366fb6;
}

.nyProRec_swiper .swiper-button-next4:hover {
  background: #366fb6;
}

.nyProRec_swiper .swiper-button-prev4:hover i,
.nyProRec_swiper .swiper-button-next4:hover i {
  -webkit-transform: rotateX(360deg);
  -ms-transform: rotateX(360deg);
  -o-transform: rotateX(360deg);
  transform: rotateX(360deg)
}

.nyProduct_main .nyProduct_list {
  width: 100%;
  height: auto;
  margin: 0 auto 30px;
}

.nyPro_title01 {
  width: 100%;
  height: 40px;
  line-height: 40px;
  color: #333;
  font-size: 30px;
  font-weight: bold;
  margin: 0 auto 30px;
  padding: 0;
  position: relative;
}

.nyPro_title01 img {
  display: block;
  width: 24px;
  height: 24px;
  margin: 0;
  padding: 0;
  position: absolute;
  left: -12px;
  top: -4px;
}

.nyPro_title01 a {
  display: block;
  width: auto;
  height: 40px;
  overflow: hidden;
  line-height: 40px;
  color: #999;
  font-size: 14px;
  font-weight: normal;
  font-style: italic;
  float: right;
}

.nyPro_title01 a:hover {
  color: #f08200;
}

.nyPro_title01 a i {
  color: #f08200;
  font-size: 16px;
  margin: -2px 0 0 8px;
  vertical-align: middle;
}

.nyPro_title01 a:hover i {
  margin: -2px 0 0 16px;
}

.nyProduct_list .nyPro_category {
  width: 22.8%;
  height: auto;
  margin: 0 0 30px;
  padding: 15px;
  background-color: #fff;
  border: 1px solid #e6e6e6;
  float: left;
  position:relative;
}

.nyPro_category .nyProCate_head {
  width: 100%;
  height: 60px;
  line-height: 36px;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  margin: 0 auto 15px;
  padding: 12px 15px;
  background-color: #f08200;
}

.nyProCate_head span {
  display: block;
  width: 36px;
  height: 36px;
  overflow: hidden;
  margin: 0 10px 0 0;
  padding: 11px 10px;
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  float: left;
}

.nyProCate_head span i {
  display: block;
  width: 16px;
  height: 2px;
  margin: 0 0 4px;
  background-color: #fff;
}

.nyProCate_head span i:last-child {
  width: 10px;
  margin: 0;
}

.nyPro_category .nyProCate_list {
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 0;
}

.nyProCate_list ul li {
  width: 100%;
  margin: 15px auto;
  position:relative;
}

.nyProCate_list ul li p {
  width: 100%;
  height: auto;
  overflow: hidden;
  margin: 0 auto;
  position:relative;
}

.nyProCate_list ul li p a {
  display: block;
  width: 100%;
  height: 40px;
  overflow: hidden;
  line-height: 38px;
  color: #555;
  font-size: 16px;
  font-weight: bold;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin: 0 auto;
  padding: 0 15px;
  background-color: #fff;
  border: 1px solid #e6e6e6;
}

.nyProCate_list ul li.cur p a,
.nyProCate_list ul li:hover p a {
  color: #f08200;
  text-decoration: underline;
  background-color: #fffaf5;
}

.nyProCate_list ul li p i{
  color: #aaa;
  font-size: 16px;
  position: absolute;
  top: 50%;
  right: 15px;
  margin: -8px 0 0;
  transform: rotate(0);
  transition: all 0.3s;
}
.nyProCate_list ul li:hover p i{
  color: #f08200;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
  transition: all 0.3s;
}
.nyProCate_list ul li .nyProCate_sub{
  display: none;
  width: 872px;
  overflow-y: scroll;
  margin: 0;
  padding: 30px;
  position: absolute;
  left: 288px;
  top: 0;
  z-index: 99;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 38, 125, 0.06);
  opacity: 0;
  scrollbar-width: none;
}
.nyProCate_list ul li:hover .nyProCate_sub{
  display: block;
  opacity: 1;
}
.nyProCate_list ul li .nyProCate_sub .nyProCate_sub_item{
  width: 100%;
  height: auto;
  overflow: hidden;
  margin: 0 auto;
  padding: 15px 0;
  border-bottom: 1px solid #e6e6e6;
}
.nyProCate_list ul li .nyProCate_sub .nyProCate_sub_item h2 {
  width: 100%;
  height: auto;
  overflow: hidden;
  margin: 0 auto 8px;
  padding: 0;
}

.nyProCate_list ul li .nyProCate_sub .nyProCate_sub_item h2 a {
  display: block;
  height: auto;
  overflow: hidden;
  line-height: 30px;
  color: #333;
  font-size: 18px;
  margin: 0 auto;
  padding: 0 0 0 24px;
  position: relative;
}

.nyProCate_list ul li .nyProCate_sub .nyProCate_sub_item h2 a i {
  display: block;
  width: 14px;
  height: 14px;
  overflow: hidden;
  background: url(../images/titIco.png) center center no-repeat;
  background-size: 100% 100%;
  position: absolute;
  left: 0;
  top: 8px;
}

.nyProCate_list ul li .nyProCate_sub .nyProCate_sub_item h2 a:hover {
  color: #f08200;
  text-decoration: underline;
}

.nyProCate_list ul li .nyProCate_sub .nyProCate_sub_item .nyProCate_sub_list {
  width: 100%;
  height: auto;
  overflow: hidden;
  margin: 0 auto;
  padding: 0 0 0 24px;
}

.nyProCate_list ul li .nyProCate_sub .nyProCate_sub_item .nyProCate_sub_list a {
  display: block;
  width: 32%;
  height: 30px;
  overflow: hidden;
  line-height: 30px;
  color: #999;
  font-size: 15px;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin: 0 2% 0 0;
  padding: 0;
  float: left;
}

.nyProCate_list ul li .nyProCate_sub .nyProCate_sub_item .nyProCate_sub_list a:nth-child(3n+3) {
  margin: 0;
}

.nyProCate_list ul li .nyProCate_sub .nyProCate_sub_item .nyProCate_sub_list a:hover {
  color: #f08200;
  text-decoration: underline;
}

.nyProduct_list .nyPro_list {
  width: 73.5%;
  height: auto;
  overflow: hidden;
  margin: 0;
  padding: 0;
  float: right;
}

.nyPro_list ul li {
  width: 23.5%;
  height: auto;
  overflow: hidden;
  margin: 0 2% 20px 0;
  padding: 15px;
  border: 1px solid #e6e6e6;
  float: left;
}

.nyPro_list ul li:nth-child(4n+4) {
  margin: 0 0 20px;
}

.nyPro_list ul li:hover {
  border: 1px solid #f08200;
}

.nyPro_list ul li .nyProList_img {
  width: 100%;
  height: 200px;
  overflow: hidden;
  margin: 0 auto 8px;
}

.nyPro_list ul li .nyProList_img a {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  margin: 0 auto;
  position: relative;
}

.nyPro_list ul li .nyProList_img a img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  margin: auto;
  padding: 0;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}

.nyPro_list ul li:hover .nyProList_img a img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  transform: scale(1.1);
}

.nyPro_list ul li .nyProList_text {
  width: 100%;
  height: auto;
  overflow: hidden;
  margin: 0 auto;
  padding: 0 0 32px;
  position: relative;
}

.nyPro_list ul li .nyProList_text a.nyProList_name {
  display: block;
  width: 100%;
  height: 40px;
  overflow: hidden;
  line-height: 20px;
  color: #333;
  font-size: 16px;
  font-weight: bold;
  word-break: break-all;
  margin: 0 auto;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
}

.nyPro_list ul li:hover .nyProList_text a.nyProList_name {
  color: #f08200;
  text-decoration: underline;
}

.nyPro_list ul li .nyProList_text .nyProList_model {
  width: 100%;
  height: 20px;
  overflow: hidden;
  line-height: 20px;
  color: #999;
  font-size: 14px;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin: 6px auto 12px;
  padding: 0 0 0 20px;
  position: relative;
}

.nyPro_list ul li .nyProList_text .nyProList_model i.proModel {
  display: block;
  width: 14px;
  height: 14px;
  overflow: hidden;
  background: url(../images/proModel.png) center center no-repeat;
  background-size: 14px 14px;
  position: absolute;
  left: 0;
  top: 3px;
}

.nyPro_list ul li .nyProList_text span.nyProList_price {
  display: block;
  width: 100%;
  height: 32px;
  overflow: hidden;
  line-height: 32px;
  color: #e30000;
  font-size: 18px;
  font-weight: bold;
  white-space: nowrap;
  text-overflow: ellipsis;
  position: absolute;
  bottom: 0;
}

.nyPro_list ul li .nyProList_text a.nyProList_btn {
  display: block;
  width: 100%;
  height: 32px;
  overflow: hidden;
  line-height: 32px;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  background-color: #f08200;
  position: absolute;
  bottom: -32px;
  z-index: 1;
  opacity: 0;
}

.nyPro_list ul li:hover .nyProList_text a.nyProList_btn {
  bottom: 0;
  opacity: 1;
}

.nyPro_list ul li .nyProList_text a.nyProList_btn i {
  display: inline-block;
  width: 16px;
  height: 12px;
  overflow: hidden;
  margin: -2px 6px 0 0;
  vertical-align: middle;
  background: url(../images/eye01.png) center center no-repeat;
  background-size: 16px 12px;
}

/*nyProduct_main end*/

/*nyProdetail_main start*/
.nyProdetail_main {
  margin: 0 auto;
}

/*nyProXq_main*/
.nyProdetail_main .nyProXq_main {
  width: 100%;
  overflow: hidden;
  margin: 0 auto 60px;
  padding: 0 0 60px;
  border-bottom: 1px solid #e6e6e6;
}

.nyProXq_main .nyProXq_img {
  width: 50%;
  height: auto;
  overflow: hidden;
  float: left;
  position: relative;
}

.nyProXq_img .swiper-container .swiper-slide {
  height: 100%;
  overflow: hidden;
  position: relative;
}

.nyProXq_img .swiper-container .swiper-slide img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  margin: auto;
  padding: 0;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}

.nyProXq_img .mySwiper2 {
  width: 100%;
  height: 480px;
  overflow: hidden;
  margin: 0 auto 20px;
  border: 1px solid #e6e6e6;
}

.nyProXq_img .mySwiper {
  height: 90px;
  padding: 0 40px;
  position: relative;
}

.nyProXq_img .mySwiper .swiper-slide {
  height: 90px;
  overflow: hidden;
  border: 1px solid #e6e6e6;
  position: relative;
  cursor: pointer;
}

.nyProXq_img .mySwiper .swiper-slide-thumb-active {
  border: 1px solid #f08200;
}

.nyProXq_img .swiper-button-prev,
.nyProXq_img .swiper-button-next {
  display: block;
  width: auto !important;
  text-align: center;
  position: absolute;
  top: inherit !important;
  bottom: 20px !important;
  z-index: 1;
  margin: -22px 0 0 !important;
  opacity: 1;
  background: none;
  cursor: pointer;
  outline: none;
}

.nyProXq_img .swiper-button-prev::after,
.nyProXq_img .swiper-button-next::after {
  display: none;
}

.nyProXq_img .swiper-button-prev i,
.nyProXq_img .swiper-button-next i {
  color: #d0d0d0;
  font-size: 40px;
}

.nyProXq_img .swiper-button-prev {
  left: 0;
}

.nyProXq_img .swiper-button-next {
  right: 0;
}

.nyProXq_img .swiper-button-prev:hover i,
.nyProXq_img .swiper-button-next:hover i {
  color: #333;
}


.nyProXq_main .nyProXq_text {
  width: 50%;
  height: auto;
  overflow: hidden;
  padding: 20px 0 20px 60px;
  float: right;
}

.nyProXq_text h1.nyProXq_name {
  width: 100%;
  height: auto;
  overflow: hidden;
  line-height: 40px;
  color: #333;
  font-size: 30px;
  font-weight: bold;
  word-break: break-all;
  margin: 0 auto 20px;
}

.nyProXq_text .nyProXq_company {
  width: 100%;
  height: auto;
  overflow: hidden;
  line-height: 40px;
  color: #999;
  font-size: 24px;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin: 20px auto 40px;
}

.nyProXq_text .nyProXq_time {
  width: 100%;
  height: auto;
  overflow: hidden;
  margin: 0 auto;
  padding: 15px 29px;
  background-color: #f3f7fc;
  border: 1px solid #e6e6e6;
}

.nyProXq_text .nyProXq_time1 {
  background-color: #fff;
  border: 1px solid #fff;
  margin: 5px auto;
}

.nyProXq_time dl dd {
  width: 50%;
  height: auto;
  overflow: hidden;
  float: left;
}

.nyProXq_time dl dd span {
  display: block;
  width: 100%;
  height: auto;
  overflow: hidden;
  line-height: 32px;
  color: #333;
  font-size: 18px;
  font-weight: bold;
  margin: 0 auto;
}

.nyProXq_time dl dd p {
  width: 100%;
  height: auto;
  overflow: hidden;
  line-height: 32px;
  color: #999;
  font-size: 16px;
  margin: 0 auto;
}


.nyProXq_text .nyProXq_website {
  width: 100%;
  overflow: hidden;
  margin: 0 auto;
  padding: 9px 29px;
  background-color: #fffbf7;
  border: 1px solid #e6e6e6;
}

.nyProXq_website em {
  display: block;
  width: auto;
  height: 40px;
  line-height: 40px;
  color: #f08200;
  font-size: 24px;
  font-style: normal;
  float: left;
}

.nyProXq_website span {
  display: block;
  width: auto;
  height: 40px;
  line-height: 40px;
  color: #eec59d;
  font-size: 16px;
  float: right;
}

.nyProXq_website span i {
  display: inline-block;
  width: 14px;
  height: 14px;
  overflow: hidden;
  vertical-align: middle;
  margin: -2px 6px 0 0;
  background: url(../images/time01.png) center center no-repeat;
  background-size: 14px 14px;
  opacity: 0.5;
}

.nyProXq_text .nyProXq_btn {
  width: 100%;
  height: auto;
  overflow: hidden;
  margin: 54px auto 0;
}

.nyProXq_btn a {
  display: block;
  width: auto;
  height: 54px;
  overflow: hidden;
  line-height: 54px;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  margin: 0 35px 0 0;
  padding: 0 35px;
  float: left;
}

.nyProXq_btn a.btn01 {
  background-color: #f08200;
}

.nyProXq_btn a.btn02 {
  background-color: #366fb6;
  margin: 0;
}

.nyProXq_btn a.btn01:hover {
  background-color: #ce7000;
}

.nyProXq_btn a.btn02:hover {
  background-color: #1a539a;
}

.nyProXq_btn a img {
  display: inline-block;
  width: 24px;
  height: 24px;
  vertical-align: middle;
  margin: -2px 10px 0 0;
}

/*nyProdetail_main*/
.nyProdetail_main .nyProdetail_main {
  width: 100%;
  overflow: hidden;
  margin: 0 auto 30px;
}

.nyProdetail_main .nyProdetail_left {
  width: 320px;
  height: auto;
  overflow: hidden;
  margin: 0;
  float: left;
}

.nyProdetail_left .nyProLeft_contact,
.nyProdetail_left .nyProLeft_related {
  width: 100%;
  height: auto;
  overflow: hidden;
  margin: 0 0 30px;
  padding: 15px;
  background-color: #fff;
  border: 1px solid #e6e6e6;
}

.nyProLeft_title {
  width: 100%;
  height: 60px;
  overflow: hidden;
  line-height: 36px;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  margin: 0 auto 15px;
  padding: 12px 15px;
}

.nyProLeft_contact .nyProLeft_title {
  background-color: #f08200;
}

.nyProLeft_related .nyProLeft_title {
  background-color: #366fb6;
}

.nyProLeft_title span {
  display: block;
  width: 36px;
  height: 36px;
  overflow: hidden;
  margin: 0 10px 0 0;
  padding: 0;
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  float: left;
}

.nyProLeft_title span img {
  display: block;
  width: 20px;
  height: 20px;
  margin: 8px auto;
}

.nyProLeft_contact .nyProContact_list {
  width: 100%;
  overflow: hidden;
  margin: 0 auto;
  padding: 0 15px;
}

.nyProContact_list dl {
  position: relative;
}

.nyProContact_list dl::before {
  content: "";
  display: block;
  width: 0;
  height: 182px;
  border-left: 2px dashed #ccc;
  position: absolute;
  left: 18px;
  top: 0;
}

.nyProContact_list dl dd {
  width: 100%;
  height: auto;
  overflow: hidden;
  margin: 15px auto 30px;
  padding: 0 0 0 51px;
  position: relative;
}

.nyProContact_list dl dd:last-child {
  margin: 15px auto;
}

.nyProContact_list dl dd em {
  display: block;
  width: 36px;
  height: 36px;
  overflow: hidden;
  background-color: #fff;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}

.nyProContact_list dl dd em img {
  display: block;
  width: 30px;
  height: 30px;
  overflow: hidden;
  margin: 3px auto;
}

.nyProContact_list dl dd span {
  display: block;
  width: 100%;
  height: auto;
  overflow: hidden;
  line-height: 24px;
  color: #999;
  font-size: 16px;
  margin: 0 auto 4px;
}

.nyProContact_list dl dd p {
  width: 100%;
  height: auto;
  overflow: hidden;
  line-height: 24px;
  color: #333;
  font-size: 16px;
  font-weight: bold;
  margin: 0 auto;
}

.nyProLeft_contact a.nyProContact_btn {
  display: block;
  width: 100%;
  height: 50px;
  overflow: hidden;
  line-height: 50px;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  font-style: italic;
  text-align: center;
  margin: 15px auto;
  padding: 0;
  background-color: #f08200;
}

.nyProLeft_contact a.nyProContact_btn i {
  display: inline-block;
  width: 20px;
  height: 20px;
  text-align: center;
  color: #f08200;
  font-size: 18px;
  font-style: normal;
  vertical-align: middle;
  margin: -2px 0 0 10px;
  padding: 1px 0;
  background-color: #fff;
  border-radius: 50%;
}

.nyProLeft_contact a.nyProContact_btn:hover i {
  margin: -2px 0 0 20px;
}

.nyProLeft_related .nyProRelCate_list {
  width: 100%;
  height: auto;
  overflow: hidden;
  margin: 0 auto;
  padding: 0;
}

.nyProRelCate_list ul li {
  width: 100%;
  margin: 15px auto;
}

.nyProRelCate_list ul li p {
  width: 100%;
  height: auto;
  overflow: hidden;
  margin: 0 auto;
}

.nyProRelCate_list ul li p a {
  display: block;
  width: 100%;
  height: 40px;
  overflow: hidden;
  line-height: 38px;
  color: #555;
  font-size: 16px;
  font-weight: bold;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin: 0 auto;
  padding: 0 15px;
  background-color: #fff;
  border: 1px solid #e6e6e6;
}

.nyProRelCate_list ul li.cur p a,
.nyProRelCate_list ul li:hover p a {
  color: #366fb6;
  text-decoration: underline;
  background-color: #f3f7fc;
}

.nyProdetail_main .nyProdetail_right {
  width: 1030px;
  height: auto;
  overflow: hidden;
  margin: 0 0 30px;
  float: right;
}

/*nyProDetail start*/
.nyProDetail {
  width: 100%;
  height: auto;
  overflow: hidden;
  margin: 0 auto;
  padding: 30px;
  border: 1px solid #e6e6e6;
}

.nyProDetail .nyProDetail_con {
  width: 100%;
  height: auto;
  min-height: 320px;
  overflow: hidden;
  margin: 0 auto 30px;
}

.nyProDetail_con .nyProDetail_head {
  width: 100%;
  height: auto;
  overflow: hidden;
  margin: 0 auto 30px;
  padding: 0 0 40px;
  background: url(../images/line05.png) bottom center no-repeat;
}

.nyProDetail_head dl {
  height: 40px;
  background-color: #f3f7fc;
  border: 1px solid #e6e6e6;
}

.nyProDetail_head dl dd {
  width: auto;
  float: left;
  margin: -1px 0;
  position: relative;
}

.nyProDetail_head dl dd em {
  display: block;
  width: 1px;
  height: 20px;
  margin: -10px 0 0;
  background-color: #e6e6e6;
  position: absolute;
  top: 50%;
  right: 0;
}

.nyProDetail_head dl dd.onActive em,
.nyProDetail_head dl dd:hover em {
  display: none;
}

.nyProDetail_head dl dd a {
  display: block;
  height: 40px;
  line-height: 40px;
  color: #333;
  font-size: 20px;
  font-weight: bold;
  padding: 0 30px;
}

.nyProDetail_head dl dd.onActive a,
.nyProDetail_head dl dd:hover a {
  color: #fff;
  background-color: #f08200;
}

.nyProDetail_head dl dd a i {
  display: inline-block;
  width: 18px;
  height: 18px;
  vertical-align: middle;
  margin: -2px 10px 0 0;
}

.nyProDetail_head dl dd a i.ico01 {
  background: url(../images/proDetailIco01.png) center center no-repeat;
  background-size: 18px 18px;
}

.nyProDetail_head dl dd a i.ico02 {
  background: url(../images/proDetailIco02.png) center center no-repeat;
  background-size: 18px 18px;
}

.nyProDetail_head dl dd a i.ico03 {
  background: url(../images/proDetailIco03.png) center center no-repeat;
  background-size: 18px 18px;
}

.nyProDetail_head dl dd.onActive a i.ico01,
.nyProDetail_head dl dd:hover a i.ico01 {
  background: url(../images/proDetailIco1.png) center center no-repeat;
  background-size: 18px 18px;
}

.nyProDetail_head dl dd.onActive a i.ico02,
.nyProDetail_head dl dd:hover a i.ico02 {
  background: url(../images/proDetailIco2.png) center center no-repeat;
  background-size: 18px 18px;
}

.nyProDetail_head dl dd.onActive a i.ico03,
.nyProDetail_head dl dd:hover a i.ico03 {
  background: url(../images/proDetailIco3.png) center center no-repeat;
  background-size: 18px 18px;
}

.nyProDetail_con .nyProDetail_text {
  width: 100%;
  height: auto;
  overflow: hidden;
  line-height: 26px !important;
  color: #555 !important;
  font-family: Arial, RobotoRegular, Helvetica, \5FAE\8F6F\96C5\9ED1, sans-serif !important;
  font-size: 16px !important;
  font-style: normal;
  text-indent: 2em;
  word-break: break-all;
  text-align: justify;
  margin: 0 auto;
}

.nyProDetail_text div,
.nyProDetail_text p,
.nyProDetail_text span,
.nyProDetail_text font,
.nyProDetail_text em,
.nyProDetail_text b {
  width: 100%;
  height: auto;
  overflow: hidden;
  line-height: 26px !important;
  color: #555 !important;
  font-family: Arial, RobotoRegular, Helvetica, \5FAE\8F6F\96C5\9ED1, sans-serif !important;
  font-size: 16px !important;
  font-style: normal;
  word-break: break-all;
  text-align: justify;
  margin: 0 auto;
}

.nyProDetail_text div,
.nyProDetail_text p {
  margin: 0 auto 15px;
}

.nyProDetail_text img {
  display: inline-block;
  width: auto !important;
  max-width: 100% !important;
  height: auto !important;
  margin: 0 0 15px;
}

/*nyProDetail end*/

/*nyProdetail_others*/
.nyProdetail_main .nyProdetail_others {
  width: 100%;
  height: auto;
  margin: 0 auto 60px;
}

.nyProdetail_others .nyProOther_list {
  width: 100%;
  height: auto;
  margin: 0 auto;
}

.nyProOther_list ul li {
  width: 18.4%;
  height: auto;
  overflow: hidden;
  margin: 0 2% 0 0;
  padding: 15px;
  border: 1px solid #e6e6e6;
  float: left;
}

.nyProOther_list ul li:nth-child(5n+5) {
  margin: 0;
}

.nyProOther_list ul li:hover {
  border: 1px solid #f08200;
}

.nyProOther_list ul li .nyProOther_img {
  width: 100%;
  height: 200px;
  overflow: hidden;
  margin: 0 auto 8px;
}

.nyProOther_list ul li .nyProOther_img a {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  margin: 0 auto;
  position: relative;
}

.nyProOther_list ul li .nyProOther_img a img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  margin: auto;
  padding: 0;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}

.nyProOther_list ul li:hover .nyProOther_img a img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  transform: scale(1.1);
}

.nyProOther_list ul li .nyProOther_text {
  width: 100%;
  height: auto;
  overflow: hidden;
  margin: 0 auto;
  padding: 0 0 32px;
  position: relative;
}

.nyProOther_list ul li .nyProOther_text a.nyProOther_name {
  display: block;
  width: 100%;
  height: 40px;
  overflow: hidden;
  line-height: 20px;
  color: #333;
  font-size: 16px;
  font-weight: bold;
  word-break: break-all;
  margin: 0 auto;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
}

.nyProOther_list ul li:hover .nyProOther_text a.nyProOther_name {
  color: #f08200;
  text-decoration: underline;
}

.nyProOther_list ul li .nyProOther_text .nyProOther_model {
  width: 100%;
  height: 20px;
  overflow: hidden;
  line-height: 20px;
  color: #999;
  font-size: 14px;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin: 6px auto 12px;
  padding: 0 0 0 20px;
  position: relative;
}

.nyProOther_list ul li .nyProOther_text .nyProOther_model i.proModel {
  display: block;
  width: 14px;
  height: 14px;
  overflow: hidden;
  background: url(../images/proModel.png) center center no-repeat;
  background-size: 14px 14px;
  position: absolute;
  left: 0;
  top: 3px;
}

.nyProOther_list ul li .nyProOther_text span.nyProOther_price {
  display: block;
  width: 100%;
  height: 32px;
  overflow: hidden;
  line-height: 32px;
  color: #e30000;
  font-size: 18px;
  font-weight: bold;
  white-space: nowrap;
  text-overflow: ellipsis;
  position: absolute;
  bottom: 0;
}

.nyProOther_list ul li .nyProOther_text a.nyProOther_btn {
  display: block;
  width: 100%;
  height: 32px;
  overflow: hidden;
  line-height: 32px;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  background-color: #f08200;
  position: absolute;
  bottom: -32px;
  z-index: 1;
  opacity: 0;
}

.nyProOther_list ul li:hover .nyProOther_text a.nyProOther_btn {
  bottom: 0;
  opacity: 1;
}

.nyProOther_list ul li .nyProOther_text a.nyProOther_btn i {
  display: inline-block;
  width: 16px;
  height: 12px;
  overflow: hidden;
  margin: -2px 6px 0 0;
  vertical-align: middle;
  background: url(../images/eye01.png) center center no-repeat;
  background-size: 16px 12px;
}

/*nyProdetail_main end*/