@charset "UTF-8";
/* 主题色 */
/* 行业分类 */
.category {
  height: 198px;
  overflow: hidden;
  border-bottom: 1px solid #d8d8d8;
}
.category .category-list {
  margin-top: 69px;
  margin-right: -14px;
}
.category .category-list .category-item {
  float: left;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background-image: linear-gradient(to bottom, #4d5de1, #387ee6);
  color: #fff;
  font-size: 13px;
  margin-right: 14px;
  border-radius: 20px;
  width: 188px;
  margin-bottom: 15px;
  cursor: pointer;
  user-select: none;
}
.category .category-list .category-item.dbw {
  width: 390px;
}
.category .category-list .category-item:hover, .category .category-list .category-item.active {
  background-image: linear-gradient(to bottom, #ea5704, #f08400);
}

/* 导航路径 */
.breadcrumb {
  margin-top: 30px;
  margin-bottom: 28px;
}

.content {
  margin-bottom: 47px;
}
.content .l {
  width: 803px;
}
.content .l .case-list {
  border: 1px solid #e2e2e2;
  border-radius: 4px;
}
.content .l .case-list .case-item {
  padding: 18px;
}
.content .l .case-list .case-item:nth-child(n+2) {
  border-top: 1px solid #e2e2e2;
}
.content .l .case-list .case-item .img {
  width: 224px;
  height: 153px;
}
.content .l .case-list .case-item .img img {
  width: 100%;
}
.content .l .case-list .case-item .info {
  width: 528px;
}
.content .l .case-list .case-item .info .tit {
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
}
.content .l .case-list .case-item .info .tit:hover .txt {
  color: #ea5404;
}
.content .l .case-list .case-item .info .tit .txt {
  color: #595858;
}
.content .l .case-list .case-item .info .tit .tag {
  display: inline-block;
  vertical-align: middle;
  width: 75px;
  height: 24px;
  font-size: 13px;
  color: #fff;
  background-color: #3f6fe4;
  position: relative;
  text-align: center;
  margin-right: 12px;
  font-weight: 400;
}
.content .l .case-list .case-item .info .tit .tag:before {
  content: "";
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 6px solid #3f6fe4;
  position: absolute;
  top: 6px;
  right: -6px;
}
.content .l .case-list .case-item .info .intro {
  margin-top: 10px;
  font-size: 13px;
  color: #717171;
  line-height: 24px;
}
.content .l .my-paginator {
  margin-top: 43px;
}
.content .r {
  width: 364px;
}
.content .r .mb-16 {
  margin-bottom: 16px;
}
.content .r .new-case {
  border: 1px solid #e2e2e2;
  padding: 0 16px 16px;
  border-radius: 4px;
}
.content .r .new-case .tag {
  width: 75px;
  height: 24px;
  line-height: 24px;
  font-size: 13px;
  color: #fff;
  background-color: #3f6fe4;
  text-align: center;
}
.content .r .new-case .tit {
  margin-top: 10px;
  font-size: 18px;
}
.content .r .new-case .tit a {
  color: #416ee4;
}
.content .r .new-case .tit a:hover {
  color: #ea5404;
}
.content .r .new-case .intro {
  margin-top: 10px;
  color: #717171;
  font-size: 13px;
  line-height: 24px;
}
.content .r .img-link {
  height: 234px;
  border-radius: 4px;
  overflow: hidden;
  background: url("../../images/customerCase/4-成功案例-03.png") no-repeat;
  background-size: cover;
  overflow: hidden;
}
.content .r .img-link .tit {
  margin-top: 46px;
  height: 26px;
  line-height: 26px;
  font-size: 26px;
  text-align: center;
  color: #00f8ed;
  font-weight: 700;
}
.content .r .img-link .sub-tit {
  margin-top: 10px;
  height: 18px;
  line-height: 18px;
  font-size: 18px;
  text-align: center;
  color: #fff;
  font-weight: 500;
}
.content .r .img-link .b-btn {
  margin-top: 30px;
  text-align: center;
}
.content .r .img-link .b-btn .btn {
  width: 90px;
  height: 28px;
  color: #fff;
  line-height: 26px;
  background-color: #00f8ed;
  border-color: #00f8ed;
}
.content .r .solution {
  border: 1px solid #e2e2e2;
  border-radius: 4px;
}
.content .r .solution > .tit {
  height: 49px;
  border-bottom: 1px solid #e2e2e2;
  background-color: #f5f5f5;
  line-height: 48px;
  font-size: 18px;
  padding-left: 16px;
  color: #595858;
}
.content .r .solution .list {
  padding: 0 16px;
  margin-bottom: 25px;
}
.content .r .solution .list .item {
  margin-top: 25px;
}
.content .r .solution .list .item:nth-child(1) .box {
  background: url("../../images/customerCase/4-成功案例-04.png") no-repeat;
  background-size: cover;
}
.content .r .solution .list .item:nth-child(2) .box {
  background: url("../../images/customerCase/4-成功案例-05.png") no-repeat;
  background-size: cover;
}
.content .r .solution .list .item:nth-child(3) .box {
  background: url("../../images/customerCase/4-成功案例-06.png") no-repeat;
  background-size: cover;
}
.content .r .solution .list .item:nth-child(4) .box {
  background: url("../../images/customerCase/4-成功案例-07.png") no-repeat;
  background-size: cover;
}
.content .r .solution .list .item .box {
  width: 100%;
  height: 212px;
  position: relative;
}
.content .r .solution .list .item .box:hover .c {
  display: none;
}
.content .r .solution .list .item .box:hover .mask {
  display: block;
}
.content .r .solution .list .item .box .c {
  width: 100%;
  height: 98px;
  background-color: rgba(0, 0, 0, 0.7);
  position: absolute;
  top: 57px;
  left: 0;
}
.content .r .solution .list .item .box .c .tit {
  margin-top: 22px;
  height: 20px;
  line-height: 20px;
  font-size: 20px;
  text-align: center;
  color: #fff;
  font-weight: 500;
}
.content .r .solution .list .item .box .c .sub-tit {
  margin-top: 12px;
  height: 16px;
  line-height: 16px;
  font-size: 16px;
  text-align: center;
  color: #fff;
}
.content .r .solution .list .item .box .mask {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
}
.content .r .solution .list .item .box .mask .btn {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -60px;
  margin-top: -17px;
  width: 120px;
  height: 35px;
  line-height: 35px;
  font-size: 13px;
}
.content .r .solution .list .item .desc {
  margin-top: 10px;
  font-size: 13px;
  line-height: 24px;
  color: #717171;
}
.content .r .leave-message {
  height: 332px;
  border: 1px solid #e2e2e2;
  border-radius: 4px;
  padding: 0 16px;
}
.content .r .leave-message .tag {
  width: 57px;
  height: 24px;
  line-height: 24px;
  font-size: 13px;
  color: #fff;
  background-color: #3f6fe4;
  text-align: center;
}
.content .r .leave-message .query {
  margin-top: 22px;
  height: 16px;
  line-height: 16px;
  font-size: 16px;
  color: #3f6fe4;
}
.content .r .leave-message .query1 {
  margin-top: 20px;
  height: 13px;
  line-height: 13px;
  font-size: 13px;
  color: #717171;
}
.content .r .leave-message .query2 {
  margin-top: 10px;
  height: 13px;
  line-height: 13px;
  font-size: 13px;
  color: #717171;
}
.content .r .leave-message .my-form {
  margin-top: 15px;
}
.content .r .leave-message .my-form .form-item {
  margin-bottom: 13px;
}
.content .r .leave-message .my-form .form-item.isRequired {
  position: relative;
}
.content .r .leave-message .my-form .form-item.isRequired::before {
  content: "*";
  display: inline-block;
  font-size: 14px;
  position: absolute;
  top: 7px;
  left: -12px;
  color: red;
}
.content .r .leave-message .my-form .form-item input {
  width: 100%;
  height: 32px;
  border: 1px solid #7caaf0;
  background-color: #ebf2ff;
  border-radius: 4px;
  padding: 0 10px;
  line-height: 30px;
  font-size: 13px;
  color: #717171;
}
.content .r .leave-message .my-form .sub-btn .btn {
  width: 108px;
  height: 32px;
  font-size: 13px;
  line-height: 30px;
  color: #fff;
  background-color: #416ee4;
  border-color: #416ee4;
}
.content .r .contact-us2 {
  height: 174px;
  border: 1px solid #e2e2e2;
  border-radius: 4px;
  padding: 0 16px;
}
.content .r .contact-us2 .tag {
  width: 57px;
  height: 24px;
  line-height: 24px;
  font-size: 13px;
  color: #fff;
  background-color: #3f6fe4;
  text-align: center;
}
.content .r .contact-us2 .phone {
  margin-top: 22px;
  height: 16px;
  line-height: 16px;
  font-size: 16px;
  color: #3f6fe4;
}
.content .r .contact-us2 .mobile {
  margin-top: 21px;
  height: 13px;
  line-height: 13px;
  font-size: 13px;
  color: #717171;
}
.content .r .contact-us2 .other {
  margin-top: 21px;
  font-size: 0;
}
.content .r .contact-us2 .other .btn {
  font-size: 13px;
  width: 94px;
  height: 27px;
  color: #717171;
  line-height: 25px;
}
.content .r .contact-us2 .other .btn img {
  margin-top: -4px;
  margin-right: 4px;
  vertical-align: middle;
}
.content .r .contact-us2 .other .btn.mg {
  margin: 0 16px;
}

/*# sourceMappingURL=successCase.css.map */
