﻿@charset "utf-8";
@import "public.css?v=7547583423234";


.proBody .header {
  background: #003c70;
}

.proBody.hide-menu .header {
  top: 0;
}

.proBody .nybaner {
  padding-top: 110px;
}


.pcnav.nyLeft {
  display: none !important;
}

.webapp .pcnav.nyLeft {
  display: block !important;
  position: relative;
  padding-top: 70px;
  z-index: 1;
  background: #003c70;
}

.webapp.proBody .header .nyLeft {
  display: none;
}

.webapp.proBody .nybaner {
  padding-top: 0;
}

.webapp .nyLeft .nyLeftBoxxxx li a {
  min-height: 40px;
}

/*#region 产品详情#*/

.proDetail {
  padding: 30px 0;
}

.show_left {
  margin: 0 auto;
  position: relative;
  display: flex;
}

.show_left .jqzoom {
  width: 450px;
  height: 450px;
  border: 1px solid #e9e9e9;
}

.show_left .jqzoom img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.specWrap {
  color: #000;
  font-size: 0.8vw;
  /* display: flex;
  align-items: center; */
  padding: 20px 0;
}

.specWrap>ul {
  display: flex;
  flex-wrap: wrap;
  margin-top: 8px;
}

.specWrap>ul li {
  cursor: pointer;
  padding: 2px ;
  margin-right: 10px;
  border: 1px solid #FFF;
  border-radius: 50px;
  color: #999;
}
.specWrap>ul li span{
  border: 1px solid #c0c0c0;
  width: 16px;
  height: 16px;
  display: block;
  border-radius: 50px;
}
.specWrap>ul li.cur{
  border: 1px solid #999;

  color: #003c70;
}

.rightbtn {
  display: flex;
  justify-content: space-between;
  padding-top: 40px;
}

.rightbtn .cart {
  background: #003c70;
  cursor: pointer;
  padding: 10px 40px;
  text-align: center;
  border-radius: 5px;
  font-size: 18px;
  color: #fff;
}

.rightbtn .lx {
  background: #fff;
  color: #003c70;
  border: 1px solid #003c70;
  margin-right: 20px;
  font-size: 18px;
}

.webapp .rightbtn {
  padding-top: 20px;
}

ul.list-h {
  display: flex;
  margin-top: 10px;
}

ul.list-h li {
  margin-right: 8px;
  width: 68px;
}

ul.list-h li:nth-last-child(1) {
  margin-right: 0;
}

ul.list-h li img {
  border: 2px solid #e8e8e8;
  margin: 0 auto;
  object-fit: contain;
  height: 100% !important;
  width: 100% !important;
  box-sizing: border-box;
  cursor: pointer;
}

ul.list-h li.cur img {
  border: 2px solid #003c70;
}


.show_left .text {
  flex: 1;
  margin-left: 30px;
  position: relative;

}

.show_left .text .ShowProTitle {
  font-size: 24px;
  line-height: 36px;
  color: #1a1a1a;
}


.show_left .text h2 {
  font-size: 13px;
  color: #999;
  text-align: left;
  display: inline-block;
  font-weight: normal;
  padding: 15px 0;
}

.show_left .text .parameter {
  line-height: 30px;
  font-size: 16px;
  color: #232323;
  padding:6px 0;
}

.show_left .text .parameter span {
  font-size: 30px;
  color: #003c70;
}

.show_left .text .Tel {
  line-height: 36px;
  font-size: 16px;
  color: #232323;
  margin-bottom: 15px;
}


.meuCont {
  display: none;
}

.meuCont .caseList li .box {
  margin: 0 7px;
}

.proproperty {
  color: #1a1a1a;
  margin: 40px 0 20px;
  width: auto;
  border-bottom: 1px solid #e6e6e6;
  display: flex;
}

.proproperty li {
  background: #e6e6e6;
  cursor: pointer;
  color: #000;
  margin-right: 10px;
  text-align: center;
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  -ms-border-radius: 5px 5px 0 0;
  -o-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
  padding: 8px 20px;
  font-size: 16px;
}

.proproperty li.cur {
  background: #003c70;
  color: #fff;
}

.procontent img {
  max-width: 100%;
}

.webapp .show_left {
  flex-direction: column;
}

.webapp .show_left .jqzoom {
  width: 100%;
  display: flex;
  align-items: center;
  height: auto;
  min-height: calc(100vw - 32px);
}

.webapp .show_left .text {
  margin: 20px 0 0;
}

.webapp .show_left .text h1 {
  font-size: 18px;
  line-height: 30px;
}

.webapp ul.list-h li {
  width: 48px;
}

.webapp .proproperty li {
  font-size: 14px;
  padding: 6px 16px;
}

/*#endregion#*/

/*#region 产品列表#*/
.Pro_ul_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.Pro_ul_list li {
  width: 25%;
  box-sizing: border-box;
  padding: 0 10px;
  margin-bottom: 20PX;
}

.Pro_ul_list li .box {
  border: 1px solid #f2f2f2;
  overflow: hidden;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  position: relative;
  box-sizing: border-box;
  transition: all 0.3s;
  border-radius: 4px;
  /* box-shadow: 0 2px 15px rgb(0 0 0 / 6%), 0 5px 15px rgb(0 0 0 / 10%); */
}

.Pro_ul_list li .pic {
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
}

.Pro_ul_list li .pic img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.Pro_ul_list li:hover .pic img {
  transform: scale(1.1);
}

.Pro_ul_list li .text {
  width: auto;
  margin: 15px auto;
  position: relative;
  display: block;
}

.Pro_ul_list li .text .bt {
  display: block;
  height: 44px;
  line-height: 22px;
  overflow: hidden;
  font-size: 15px;
  padding: 0 15px;
}

.Pro_ul_list li .text .price {
  margin: 0 15px;
  color: #003c70;
  font-size: 18px;
}
.Pro_ul_list li:nth-child(1) .text .price i{
  color: #fff;
}
.Pro_ul_list li .text .btfot {
  display: flex;
  justify-content: space-between;
  padding: 0 10px;
}

.Pro_ul_list li .text .btfot {
  color: #d6d6d6;
  font-size: 12px;
}

.Pro_ul_list li .text .btfot .v {
  background: url("../images/i02.png") left center no-repeat;
  padding-left: 25px;
}

.webapp .Pro_ul_list {
  width: 100%;
  padding: 0 10px;
  box-sizing: border-box;
}

.webapp .Pro_ul_list li {
  width: 50%;
  margin: 0 0 20px;
  padding: 0;
  transition: 0s;
}

.webapp .Pro_ul_list li .box {
  margin: 0 10px;
}

.webapp .Pro_ul_list li .pic {
  height: calc((100vw / 2) - 32px);
}

/*#endregion#*/

/*#region 产品列表框架#*/
.SortContent {
  display: flex;
  justify-content: space-between;
  max-width: 1080px;
  margin: 0 auto;
  padding: 40px 0 0px;
  overflow: hidden;
  color: #676767;
  line-height: 2;
  text-indent: 2em;
}

.nyLeft {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 700px;
  margin: 0 auto;
  top: 0;
  position: fixed;
  right: 0;
  left: 0;
  z-index: 100;
}

.nyLeft .nyLeftBoxxxx {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
}

.nyLeft .nyLeftBoxxxx ul {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
}

.nyLeft .nyLeftBoxxxx li {
  flex: 1;
}

.nyLeft .nyLeftBoxxxx li a {
  display: block;
  text-align: center;
  color: #FFF;
  font-size: 0.9vw;
  min-height: 110px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.nyLeft .nyLeftBoxxxx li a.cur {
  /* background: #C6FFFE; */
  color: #fff;
  font-weight: 600;
}

.page-crumb {
  display: flex;
  align-items: center;
  /* width: 400px; */
}

.proBody .pb-title {
  color: #535353 !important;
}

.proBody .page-crumb a {
  white-space: nowrap;
  color: #535353 !important;
}

.proBody .page-crumb a::after {
  background-color: #535353 !important;
}

.webapp.proBody .pb-title {
  display: none;
}

.webapp .pb-intro {
  bottom: 10px;
}

.webapp .nyLeft .nyLeftBoxxxx .page-crumb {
  display: none;
}

.webapp .SortContent {
  padding: 20px;
}

.proListBox {
  display: flex;
  justify-content: space-between;
  max-width: 1100px;
  margin: 0 auto;
  padding: 40px 0;
  overflow: hidden;
}

.proListBox .nyLeft {
  width: 220px;
  background: #fff;
}

.proListBox .nyRightnewpro {
  flex: 1;
}

.webapp .proListBox {
  flex-wrap: wrap;
  padding-top: 20px;
}

.webapp .proListBox>div {
  width: 100%;
}

.zoomdiv {
  z-index: 10;
  position: absolute;
  top: 0;
  left: 500px;
  width: 400px;
  height: 400px;
  background: #fff;
  border: 1px solid #e4e4e4;
  display: none;
  text-align: center;
  overflow: hidden;
}

.bigimg {
  width: 800px;
  height: 800px;
  border: 1px solid #e4e4e4;
}

.jqZoomPup {
  z-index: 10;
  visibility: hidden;
  position: absolute;
  top: 0px;
  left: 0px;
  border: 1px solid #aaa;
  background: #fede4f 50% top no-repeat;
  opacity: 0.5;
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  filter: alpha(Opacity=50);
  cursor: move;
}

/*#endregion #*/

@media screen and (max-width: 1600px) {}

@media screen and (max-width: 1400px) {}

@media screen and (max-width: 1200px) {}

@media screen and (max-width: 800px) {}