@charset "UTF-8";
/* 主题色 */
/* 导航路径 */
.breadcrumb {
  margin-top: 46px;
  margin-bottom: 28px;
}

.content {
  margin-bottom: 47px;
}
.content .l {
  width: 803px;
  border: 1px solid #e2e2e2;
  border-radius: 4px;
  padding: 20px;
}
.content .l > .tit {
  font-size: 24px;
  color: #595858;
  text-align: center;
}
.content .l .sub-tit {
  margin-top: 10px;
  margin-bottom: 18px;
  font-size: 12px;
  color: #9f9f9f;
  text-align: center;
}
.content .l .sub-tit .mr-10 {
  margin-right: 10px;
}
.content .l .line1 {
  border-top: 1px solid #d8d8d8;
}
.content .l .article {
  padding-top: 15px;
  padding-bottom: 50px;
}
.content .l .prev, .content .l .next {
  font-size: 13px;
  line-height: 22px;
  color: #717171;
}
.content .l .prev a, .content .l .next a {
  color: #717171;
}
.content .l .prev a:hover, .content .l .next a:hover {
  color: #ea5404;
}
.content .l .recommend {
  margin-top: 30px;
}
.content .l .recommend .tit {
  height: 18px;
  line-height: 18px;
  font-size: 18px;
  color: #595858;
}
.content .l .recommend .line2 {
  margin: 10px 0;
  width: 422px;
  border-top: 1px solid #d8d8d8;
}
.content .l .recommend .list .item {
  font-size: 13px;
  line-height: 24px;
  margin-bottom: 10px;
}
.content .l .recommend .list .item::before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  background-color: #c9c9c9;
  border-radius: 50%;
  margin-right: 10px;
  margin-top: -2px;
  vertical-align: middle;
}
.content .l .recommend .list .item a {
  color: #717171;
}
.content .l .recommend .list .item a:hover {
  color: #ea5404;
}
.content .r {
  width: 364px;
}
.content .r .mb-16 {
  margin-bottom: 16px;
}
.content .r .new-case {
  border: 1px solid #e2e2e2;
  padding-bottom: 16px;
  border-radius: 4px;
}
.content .r .new-case .img {
  height: 177px;
}
.content .r .new-case .img img {
  width: 100%;
}
.content .r .new-case .tit {
  margin-top: 10px;
  font-size: 18px;
  padding: 0 16px;
}
.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;
  padding: 0 16px;
}
.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=craftsmanCaseDetail.css.map */
