.textEellipsis {
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.clearF:after {
  display: block;
  content: '';
  width: 0;
  height: 0;
  clear: both;
}
.userSelect {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.totalIconCss {
  font-family: "iconfont" !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.floatL {
  float: left;
}
.floatR {
  float: right;
}
.project-banner {
  height: 400px;
  position: relative;
  min-width: 1080px;
  background-size: cover;
  background: url('../images/product-img/project-banner.png') no-repeat center;
}
.project-banner .quotation-area {
  padding-top: 188px;
  width: 1080px;
  margin: auto;
  text-align: center;
}
.project-banner .quotation-area .banner-title {
  font-size: 18px;
  font-weight: bold;
  color: #ffffff;
  line-height: 24px;
  text-align: center;
}
.project-banner .quotation-area .parameter-region {
  margin: 26px auto 0;
  padding: 0 24px 0 13px;
  height: 80px;
  background: #ffffff;
  box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  display: inline-block;
  text-align: left;
}
.project-banner .quotation-area .parameter-region:after {
  display: block;
  content: '';
  width: 0;
  height: 0;
  clear: both;
}
.project-banner .quotation-area .parameter-region .list-row {
  float: left;
  width: 166px;
  height: 100%;
  padding: 16px 18px;
  border-left: 1px solid #F1F2F4;
}
.project-banner .quotation-area .parameter-region .list-row:first-child {
  border-left: 0;
}
.project-banner .quotation-area .parameter-region .list-row .list-title {
  font-size: 12px;
  color: #404751;
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.project-banner .quotation-area .parameter-region .list-row .input-box {
  padding-top: 12px;
  position: relative;
}
.project-banner .quotation-area .parameter-region .list-row .input-box input {
  width: 130px;
  text-indent: 0 !important;
  font-size: 14px;
}
.project-banner .quotation-area .parameter-region .list-row .input-box input::placeholder {
  color: #8D97A5;
}
.project-banner .quotation-area .parameter-region .list-row .input-box .list-type {
  cursor: pointer;
  width: 130px;
  position: relative;
}
.project-banner .quotation-area .parameter-region .list-row .input-box .list-type .list-value {
  font-size: 14px;
  color: #8D97A5;
  display: inline-block;
  width: 100px;
}
.project-banner .quotation-area .parameter-region .list-row .input-box .list-type .icon-sanjiao {
  position: absolute;
  right: 4px;
  top: 2px;
  color: #D8D8D8;
  transform: rotate(0deg);
  transition: all 0.3s;
}
.project-banner .quotation-area .parameter-region .list-row .input-box .list-type.active .icon-sanjiao {
  transform: rotate(180deg);
  transition: all 0.3s;
}
.project-banner .quotation-area .parameter-region .list-row .input-box .valur-list {
  position: absolute;
  top: 36px;
  width: 100%;
  background: #ffffff;
  box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.1);
  border-radius: 2px;
  padding: 10px 0;
}
.project-banner .quotation-area .parameter-region .list-row .input-box .valur-list li {
  cursor: pointer;
  padding: 7px 15px;
  font-size: 14px;
  color: #313740;
}
.project-banner .quotation-area .parameter-region .list-row .input-box .valur-list li.list-active {
  background: #F1F2F4;
}
.project-banner .quotation-area .parameter-region .list-row .input-box .valur-list li:hover {
  background: #F1F2F4;
}
.project-banner .quotation-area .parameter-region .quote-btn {
  height: 34px;
  line-height: 34px;
  padding: 0 27px;
  border-radius: 2px;
  font-size: 16px;
  font-weight: 600;
  color: #ffffff;
  margin-left: 35px;
  margin-top: 22px;
  background: linear-gradient(164deg, #2FC26D 0%, #158F3B 100%);
}
.project-banner .quotation-area .parameter-region .quote-btn:hover {
  background: linear-gradient(164deg, #158F3B 0%, #2FC26D 100%);
}
.sample-picture {
  padding-top: 60px;
  text-align: center;
  padding-bottom: 100px;
}
.sample-picture .sample-title {
  border-bottom: 1px solid #E3E5E9;
  text-align: center;
  display: inline-block;
}
.sample-picture .sample-title dd {
  cursor: pointer;
  display: inline-block;
  padding: 0 28px 14px 28px;
  font-size: 16px;
  font-weight: bold;
  color: #404751;
  position: relative;
}
.sample-picture .sample-title dd:after {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  content: '';
  display: block;
  background: #158F3B;
  height: 2px;
  width: 0;
  transition: all 0.3s;
}
.sample-picture .sample-title dd.active {
  color: #158F3B;
}
.sample-picture .sample-title dd.active:after {
  width: 100%;
}
.sample-picture .sample-title dd:first-child {
  margin-left: 69px;
}
.sample-picture .sample-title dd:last-child {
  margin-right: 69px;
}
.sample-picture .sample-box {
  padding-top: 28px;
}
.sample-picture .sample-box .sample-item {
  border-left: 1px solid #E3E5E9;
  border-right: 1px solid #E3E5E9;
  border-bottom: 1px solid #E3E5E9;
  padding: 0 40px;
}
.sample-picture .sample-box .sample-item:after {
  display: block;
  content: '';
  width: 0;
  height: 0;
  clear: both;
}
.sample-picture .sample-box .sample-item:first-child {
  border-top: 1px solid #E3E5E9;
}
.sample-picture .sample-box .sample-item .sample-list:first-child {
  margin-left: 0;
}
.sample-picture .sample-box .sample-list {
  cursor: pointer;
  width: 300px;
  height: 430px;
  background: #ffffff;
  padding: 16px 10px;
  float: left;
  box-sizing: border-box;
  margin: 48px 0 48px 49px ;
}
.sample-picture .sample-box .sample-list:hover {
  box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.1);
}
.sample-picture .sample-box .sample-list .pic-case {
  cursor: pointer;
  width: 280px;
  height: 210px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sample-picture .sample-box .sample-list .pic-case img {
  max-width: 280px;
  max-height: 210px;
}
.sample-picture .sample-box .sample-list .pic-title {
  padding-top: 25px;
  padding-left: 15px;
  text-align: left;
  font-size: 18px;
  font-weight: bold;
  color: #313740;
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.sample-picture .sample-box .sample-list .pic-des {
  margin-top: 10px;
  padding-left: 15px;
  font-size: 14px;
  color: #404751;
  text-align: left;
  line-height: 24px;
}
.sample-picture .sample-box .sample-list .pic-des dd {
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.sample-picture .sample-box .sample-list .pic-des dd span:last-child {
  margin-left: -6px;
}
.sample-picture .pane-pages {
  color: #666666;
  font-size: 12px;
  text-align: center;
  padding-top: 100px;
}
.sample-picture .pane-pages .pagination {
  display: inline-block;
}
.sample-picture .pane-pages .pagination a {
  cursor: pointer;
  border: 1px solid #ddd;
  border-radius: 2px;
  display: inline-block;
  padding: 10px 14px;
  margin-left: 5px;
  color: #666666;
}
.sample-picture .pane-pages .pagination a.active {
  background-color: #9fa0a0;
  cursor: default;
  color: #ffffff;
}
.sample-picture .pane-pages .pagination span {
  font-size: 12px;
}
.sample-picture .pane-pages .searc-page {
  display: inline-block;
  margin-left: 6px;
}
.project-pop-up {
  position: relative;
}
.project-pop-up:after {
  display: block;
  content: '';
  right: 0;
  left: 0;
  bottom: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.4);
  position: fixed;
  z-index: 11;
}
.project-pop-up .project-pic {
  position: fixed;
  left: 0;
  right: 0;
  top: 200px;
  margin: auto;
  z-index: 999;
  width: 1080px;
  background: #ffffff;
  padding: 58px 40px;
  display: flex;
  align-items: center;
}
.project-pop-up .project-pic .pic-region {
  width: 590px;
  height: 445px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.project-pop-up .project-pic .pic-region img {
  max-width: 590px;
  max-height: 445px;
}
.project-pop-up .project-pic .project-des {
  margin-left: 48px;
  width: 360px;
}
.project-pop-up .project-pic .project-des .project-sign {
  margin-top: 22px;
  padding-bottom: 22px;
  border-bottom: 1px solid #E3E5E9;
  display: flex;
  flex-wrap: wrap;
}
.project-pop-up .project-pic .project-des .project-sign li {
  display: flex;
  align-items: center;
  color: #8D97A5;
  font-size: 12px;
  padding: 10px 22px 10px 0;
}
.project-pop-up .project-pic .project-des .project-sign li .icon-weixuan {
  color: #8D97A5;
  font-size: 16px;
  padding-right: 6px;
}
.project-pop-up .project-pic .project-des .project-value {
  margin-top: 16px;
}
.project-pop-up .project-pic .project-des .project-value dd {
  line-height: 24px;
  font-size: 14px;
  color: #404751;
}
.project-pop-up .icon-cheng-hao {
  cursor: pointer;
  position: absolute;
  right: 0;
  top: -40px;
  width: 40px;
  height: 40px;
  background: #F1F2F4;
  font-size: 30px;
  z-index: 66;
  color: #8D97A5;
  font-weight: bold;
  text-align: center;
  line-height: 40px;
}
/*# sourceMappingURL=product-display.css.map */