/* 合作案例筛选页 —— 逐项对齐原站 /casefilter/filter/styles.1d7ae092....css */

.clearfix {
  display: block;
  zoom: 1;
}
.clearfix:after {
  content: " ";
  display: block;
  font-size: 0;
  height: 0;
  clear: both;
  visibility: hidden;
}

.fix_height {
  height: 350px;
}
.filter_banner {
  background: url(../images/staticImg/5faf7487bf618095706a03774d9dbc32.png) no-repeat;
  background-size: cover;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 350px;
}
.filter_banner .description p:first-of-type {
  padding-top: 145px;
  font-size: 50px;
  color: #fff;
  line-height: 70px;
  text-align: center;
}
.filter_banner .description p:nth-of-type(2) {
  padding-top: 10px;
  font-size: 20px;
  color: #fff;
  line-height: 40px;
  text-align: center;
}

.filter_nav {
  background: #f8fafc;
  text-align: center;
  position: relative;
  z-index: 1;
}
.filter_nav .nav {
  width: 1200px;
  margin: auto;
  list-style: none;
}
.filter_nav .nav li {
  margin: 30px 73px;
  float: left;
  cursor: pointer;
  transition: all 0.2s ease;
}
.filter_nav .nav li i {
  font-size: 34px;
}
.filter_nav .nav li p {
  padding-top: 12px;
}
.filter_nav .nav li a {
  text-decoration: none;
  color: #333;
}
.filter_nav .nav li.hover a,
.filter_nav .nav li:hover,
.filter_nav .nav li:hover a,
.hover {
  text-decoration: none;
  color: #3e6dff;
}

#show,
.bbg {
  position: relative;
  z-index: 1;
  background: #fff;
}
#show {
  padding: 60px 0 120px;
  width: 1200px;
  margin: auto;
}
#show .chart_wrap {
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  padding-bottom: 72px;
  margin-bottom: 60px;
  position: relative;
  transition: box-shadow 0.3s ease, opacity 0.3s ease;
  overflow: hidden;
}
#show .chart_wrap img {
  display: block;
  width: 100%;
}
#show .chart_wrap:hover {
  box-shadow: 0 20px 30px rgba(0, 0, 0, 0.05);
}
#show .chart_wrap:hover .show_intro {
  transform: translateY(-30px);
  background-color: #fff;
}
#show .show_intro {
  display: block;
  text-decoration: none;
  width: 600px;
  background: #fff;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.08);
  position: absolute;
  background-color: hsla(0, 0%, 100%, 0.95);
  top: 112px;
  left: 60px;
  z-index: 8;
  transition: all 0.2s ease;
}
#show .show_intro .information {
  padding: 38px 0 20px;
  margin: 0 36px;
  border-bottom: 1px solid #d9d9d9;
}
#show .show_intro .information div {
  float: left;
}
#show .show_intro .information div p:first-of-type {
  font-size: 34px;
  color: #333;
  padding-bottom: 12px;
}
#show .show_intro .information div p:nth-of-type(2) {
  font-size: 14px;
  color: #333;
}
#show .show_intro .information img {
  float: right;
}
#show .show_intro .more {
  text-align: right;
  margin-right: 36px;
  padding: 30px 0;
  color: #3e6dff;
}
.none {
  display: none;
}
