.customer-case-box {
  width: 62.5%;
  margin: 94px auto 88px;
}
.customer-case-box > h1 {
  width: 100%;
  text-align: center;
  font-size: 35px;
  color: #333333;
}
.customer-case-box .customer-bd {
  width: 100%;
  margin-top: 60px;
}
.customer-case-box .customer-bd .customer-bd-ul {
  width: 100%;
  display: flex;
}
.customer-case-box .customer-bd .customer-bd-ul .customer-bd-left {
  width: 50%;
}
.customer-case-box .customer-bd .customer-bd-ul .customer-bd-left .customer-left-title {
  position: relative;
}
.customer-case-box .customer-bd .customer-bd-ul .customer-bd-left .customer-left-title h1 {
  position: relative;
  font-size: 28px;
  color: #1b8ca5;
  z-index: 99;
}
.customer-case-box .customer-bd .customer-bd-ul .customer-bd-left .customer-left-title p {
  position: absolute;
  left: 3%;
  top: 32%;
  font-size: 30px;
  color: #efefef;
  text-transform: uppercase;
}
.customer-case-box .customer-bd .customer-bd-ul .customer-bd-left h1 {
  font-size: 18px;
  color: #333333;
  margin-top: 20px;
}
.customer-case-box .customer-bd .customer-bd-ul .customer-bd-left > p {
  font-size: 14px;
  color: #666666;
  margin-top: 9px;
}
.customer-case-box .customer-bd .customer-bd-ul .customer-bd-right {
  width: 50%;
  padding-left: 52px;
  box-sizing: border-box;
}
.customer-case-box .customer-bd .customer-bd-ul .customer-bd-right img {
  width: 100%;
}
.customer-case-box .customer-hd {
  width: 100%;
  height: 80px;
  margin-top: 28px;
  background-color: #f8f8f8;
}
.customer-case-box .customer-hd .tempWrap {
  height: 100%;
}
.customer-case-box .customer-hd .nav_jiantou {
  display: none;
  padding: 50px 20px;
}
.customer-case-box .customer-hd .nav_jiantou img:nth-child(1) {
  float: left;
}
.customer-case-box .customer-hd .nav_jiantou img:nth-child(2) {
  float: right;
}
.customer-case-box .customer-hd ul {
  width: 100%;
  height: 100%;
  display: flex;
}
.customer-case-box .customer-hd ul .customer-hd-on {
  background-color: #2ea5c3;
  color: #ffffff;
}
.customer-case-box .customer-hd ul .customer-hd-on:after {
  width: 0;
  height: 0;
}
.customer-case-box .customer-hd ul .customer-hd-on:before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -100%);
  width: 0;
  height: 0;
  border-top: 12px solid transparent;
  border-right: 12px solid transparent;
  border-bottom: 12px solid #2ea5c3;
  border-left: 12px solid transparent;
}
.customer-case-box .customer-hd ul li {
  position: relative;
  width: 16.6%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  color: #1b8ca5;
  cursor: pointer;
  font-weight: 700;
}
.customer-case-box .customer-hd ul li:last-child:after {
  width: 0;
  height: 0;
}
.customer-case-box .customer-hd ul li:after {
  content: '';
  position: absolute;
  right: -1px;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 29px;
  background-color: #36acc8;
}
/*# sourceMappingURL=customer-case.css.map */