header {
  background-color: #ffffff;
}
.search_group {
  border: 1px solid #ddd;
}
.pagepub {
  width: 100%;
  padding: 40px 0px;
  padding-top: 0;
}
.page_wrap {
  width: 1160px;
  margin: 0 auto;
}
.pagepub .page_wrap {
  overflow: hidden;
  box-shadow: 0 0 12px #ddd;
  padding: 50px 15px;
}
.w-e-text-container {
  min-height: 500px !important;
  height: 100% !important;
}
.w-e-text-container .w-e-text {
  min-height: 500px !important;
  height: 100% !important;
}
.bannerModule .ivu-upload {
  background: transparent;
  border: none;
  border-radius: 0;
}
.productList_page .case {
  overflow: hidden;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 15px 15px;
  margin-top: -15px;
}
.productList_page .case .case_list_v2 {
  text-align: center;
  width: 23%;
  position: relative;
  border: 1px solid #eee;
  box-shadow: 0 0 10px #ddd;
  margin-bottom: 2%;
  margin-right: 2%;
  cursor: pointer;
}
.productList_page .list-unstyled {
  padding-left: 0;
  list-style: none;
}
.productList_page .list-unstyled li:first-child {
  display: table-cell;
  vertical-align: middle;
  width: 246.5px;
  height: 258px;
  overflow: hidden;
  border-bottom: 1px solid #ddd;
  -webkit-transition: background 0.2s linear, opacity 0.2s linear !important;
  transition: background 0.2s linear, opacity 0.2s linear !important;
  background: transparent;
}
.productList_page .case_list_v2 img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  margin: auto;
  transition: opacity 0.2s linear;
  -webkit-backface-visibility: hidden;
  transition: all 0.5s;
  /* 浮动；所有属性，0.5秒 */
  overflow: hidden;
  /* 溢出隐藏 */
}
.productList_page .case_list_v2 img:hover {
  transform: scale(1.1);
  /* 变形：缩放，放大比例(1.1) */
  overflow: hidden;
  /* 溢出隐藏 */
}
.productList_page .case_list_v2 .icon404 {
  height: auto;
  margin-top: 20px;
}
.productList_page .case_list_v2 .tt {
  padding: 0 10px;
}
.productList_page .case_list_v2 h5 {
  height: 48px;
  font-size: 14px;
  line-height: 24px;
  text-align: left;
  color: #666;
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
  word-break: break-all;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.productList_page .page_wrap_productList {
  width: 1200px;
  display: flex;
}
.productList_page .page_wrap_productList .noData {
  text-align: center;
  margin: auto;
  font-size: 15px;
}
.productList_page .page_wrap_productList .case_list_v2 {
  width: 29%;
}
.productList_page .page_wrap_productList .case_product {
  justify-content: flex-start;
  padding: 15px 15px;
  margin-top: -15px;
  margin-left: 20px;
}
.productList_page .page_wrap_productList .left {
  width: 300px;
  height: 100%;
}
.productList_page .page_wrap_productList .right {
  flex: 1;
  height: 100%;
}
.productList_page .page_wrap_productList .pageRow {
  text-align: center;
}
.productList_page .page_wrap_productList .title_type {
  margin: 0;
  font-size: 18px;
  background: #26b458;
  color: #fff;
  padding: 8px;
}
.productList_page .page_wrap_productList .items_type li {
  font-size: 16px;
  background-color: #f5f5f5;
  padding: 8px;
  border-bottom: 1px dashed #26b458;
}
.productList_page .page_wrap_productList .items_type li.active {
  color: #fff;
  background-color: #26b458;
}
.productList_page .page_wrap_productList .items_type li.active a {
  color: inherit;
}
.company_profile_d {
  padding: 0 15px;
  line-height: 28px;
}
.company_profile_d .t {
  display: block;
  font-size: 25px;
  color: #F68B33;
  margin-bottom: 20px;
}
.breadcrumbs {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  background-color: #f5f5f5;
  overflow: hidden;
  margin-bottom: 30px;
}
.breadcrumbs .inner {
  max-width: 1160px;
  margin: 0 auto;
}
.breadcrumbs ul {
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
}
.breadcrumbs ul li {
  float: left;
  width: 20%;
}
.breadcrumbs ul a {
  position: relative;
  display: block;
  padding: 20px;
  padding-right: 0 !important;
  font-size: 15px;
  font-weight: bold;
  text-align: center;
  color: #aaa;
}
.breadcrumbs ul a:hover {
  text-decoration: none;
}
.breadcrumbs ul a::before,
.breadcrumbs ul a::after {
  content: '';
  position: absolute;
  top: 0;
  left: 100%;
  z-index: 1;
  display: block;
  width: 0;
  height: 0;
  border-top: 32px solid transparent;
  border-bottom: 32px solid transparent;
  border-left: 16px solid transparent;
}
.breadcrumbs ul a::before {
  margin-left: 1px;
  border-left-color: #d5d5d5;
}
.breadcrumbs ul a::after {
  border-left-color: #f5f5f5;
}
.breadcrumbs ul a span:first-child {
  display: inline-block;
  width: 25px;
  height: 25px;
  margin-right: 5px;
  border: 2px solid #aaa;
  border-radius: 50%;
  background-color: #fff;
}
.breadcrumbs ul::before,
.breadcrumbs ul::after {
  content: ' ';
  display: table;
}
.add-group {
  padding-bottom: 20px;
}
.upload-list_58 {
  width: 58px;
  height: 58px;
  line-height: 58px;
}
.preview_div {
  width: 58px;
  height: 58px;
  line-height: 58px;
}
.preview_div .ivu-icon {
  line-height: inherit;
}
