.banner {
  width: 100%;
  position: relative;
  overflow: hidden;
  margin-top: 68px;
}
.banner img {
  width: 100%;
}
.banner .txt {
  position: absolute;
  top: 28%;
  left: 10%;
  z-index: 2;
}
.banner h1 {
  color: #fff;
}
.banner p {
  color: #fff;
}
.sub_nav ul {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  padding: 2% 0;
}
.sub_nav ul li {
  color: #999999;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.sub_nav ul li i {
  margin-right: 15px;
}
.sub_nav ul li span {
  margin: 0 8px;
}
.sub_nav ul li.on {
  color: #007bf5;
}
.cont_1 {
  width: 100%;
  position: relative;
  background-color: #f2f3f5;
  padding-bottom: 5%;
}
.cont_1 #type {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 2%;
  padding-bottom: 1%;
}
.cont_1 #type span {
  display: block;
  font-size: 18px;
  white-space: nowrap;
  line-height: 1.8;
  margin-top: 8px;
}
.cont_1 #type ul {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.cont_1 #type ul li {
  cursor: pointer;
  font-size: 18px;
  border-radius: 100px;
  line-height: 1.8;
  color: #141414;
  margin-top: 8px;
  padding: 0 20px;
}
.cont_1 #type ul li.on {
  background-color: #007bf5;
  box-shadow: 0px 0px 8px rgba(0, 123, 235, 0.45);
  -moz-box-shadow: 0px 0px 8px rgba(0, 123, 235, 0.45);
  -webkit-box-shadow: 0px 0px 8px rgba(0, 123, 235, 0.45);
  color: #fff;
}
.cont_1 #type ul li:hover {
  color: #007bf5;
}
.cont_1 #type ul li:hover.on {
  color: #fff;
}
.cont_1 #industry {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 3%;
}
.cont_1 #industry span {
  display: block;
  font-size: 18px;
  white-space: nowrap;
  line-height: 1.8;
  margin-top: 8px;
}
.cont_1 #industry ul {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.cont_1 #industry ul li {
  cursor: pointer;
  font-size: 18px;
  border-radius: 100px;
  line-height: 1.8;
  color: #141414;
  margin-top: 8px;
  padding: 0 20px;
}
.cont_1 #industry ul li.on {
  background-color: #007bf5;
  box-shadow: 0px 0px 8px rgba(0, 123, 235, 0.45);
  -moz-box-shadow: 0px 0px 8px rgba(0, 123, 235, 0.45);
  -webkit-box-shadow: 0px 0px 8px rgba(0, 123, 235, 0.45);
  color: #fff;
}
.cont_1 #industry ul li:hover {
  color: #007bf5;
}
.cont_1 #industry ul li:hover.on {
  color: #fff;
}
.cont_1 .customer_case .case {
  display: flex;
  justify-content: space-between;
  margin-top: 3%;
}
.cont_1 .customer_case .case:hover .img img {
  transform: scale(1.05);
}
.cont_1 .customer_case .case .img {
  width: 47%;
  overflow: hidden;
}
.cont_1 .customer_case .case .img img {
  width: 100%;
}
.cont_1 .customer_case .case .txt {
  width: 53%;
  display: flex;
  align-items: center;
  padding-left: 4%;
  padding-right: 3%;
  background-color: #fff;
}
.cont_1 .customer_case .case .txt h1 {
  color: #007bf5;
  text-align: left;
  font-weight: bold;
}
.cont_1 .customer_case .case .txt p {
  color: #333;
  text-align: left;
  line-height: 1.8;
  font-weight: bold;
}
.cont_1 .customer_case .case .txt span {
  color: #666;
  text-align: left;
  line-height: 1.8;
  display: inline-block;
  margin-top: 4%;
}
.cont_1 .customer_case .case .txt .more {
  background-color: #007bf5;
  display: inline-block;
  color: #fff;
  padding: 2% 7%;
  margin-top: 7%;
}
.pagination_box {
  text-align: center;
  margin-top: 3%;
}
.pagination a {
  text-decoration: none;
  border: 1px solid #AAE;
  color: #15B;
}
.pagination a,
.pagination span {
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 5px;
  color: #666;
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  box-sizing: border-box;
  font-size: 14px;
  border: 1px solid #e2e1e1;
  background-color: #fff;
  margin: 0 3px;
  border-radius: 3px;
}
.pagination .current {
  background: #007bf5;
  color: #fff;
}
.pagination .current.prev,
.pagination .current.next {
  color: #666;
  background: #fff;
}
@media screen and (max-width: 1366px) {
  .cont_1 #type span {
    font-size: 14px;
  }
  .cont_1 #type ul li {
    font-size: 14px;
  }
  .cont_1 #industry span {
    font-size: 14px;
  }
  .cont_1 #industry ul li {
    font-size: 14px;
  }
}
@media screen and (max-width: 1280px) {
  .cont_1 .customer_case .case .img img {
    width: 120%;
    margin-left: -10%;
  }
}
@media screen and (max-width: 1024px) {
  .cont_1 .customer_case .case {
    flex-wrap: wrap;
  }
  .cont_1 .customer_case .case .img {
    width: 100%;
  }
  .cont_1 .customer_case .case .img img {
    width: 100%;
    margin-left: 0;
  }
  .cont_1 .customer_case .case .txt {
    width: 100%;
    padding: 5% 4%;
  }
}
@media screen and (max-width: 900px) {
  .banner {
    margin-top: 50px;
  }
}
@media screen and (max-width: 768px) {
  .banner {
    height: 240px;
  }
  .banner img {
    height: 100%;
    position: absolute;
    top: 0%;
    left: 50%;
    width: auto;
    transform: translateX(-50%);
  }
  .cont_1 #type {
    flex-wrap: wrap;
  }
  .cont_1 #type span {
    width: 100%;
  }
  .cont_1 #type ul {
    width: 100%;
  }
  .cont_1 #industry {
    flex-wrap: wrap;
  }
  .cont_1 #industry span {
    width: 100%;
  }
  .cont_1 #industry ul {
    width: 100%;
  }
  .cont_1 #industry ul li {
    width: 25%;
    margin: 8px 0% 0;
    padding: 0;
    text-align: center;
    font-size: 12px;
    line-height: 2.2;
  }
  .cont_1 #type ul li {
    width: 25%;
    margin: 8px 0% 0;
    padding: 0;
    text-align: center;
    font-size: 12px;
    line-height: 2.2;
  }
  .pagination a,
  .pagination span {
    width: 30px;
    height: 30px;
    line-height: 30px;
  }
}
/*# sourceMappingURL=customer_case.css.map */