@charset "UTF-8";
/* 主题色 */
body {
  background-color: #eeeeef;
}

/* 导航路径 */
.breadcrumb {
  margin-top: 46px;
  margin-bottom: 28px;
}

.content {
  margin-bottom: 47px;
}
.content .l {
  width: 803px;
  border: 1px solid #e2e2e2;
  border-radius: 4px;
  padding: 20px;
  background-color: #fff;
}
.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 .r {
  width: 364px;
}
.content .r .mb-16 {
  margin-bottom: 16px;
}
.content .r .search-group {
  overflow: hidden;
  margin-bottom: 32px;
}
.content .r .search-group .txt {
  display: inline-block;
  width: 50px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  border: 1px solid #cccccc;
  border-radius: 4px 0 0 4px;
  font-size: 13px;
  color: #595858;
}
.content .r .search-group .inp {
  width: 278px;
  height: 27px;
  line-height: 27px;
  font-size: 13px;
  padding: 0 10px;
  border: 1px solid #ccc;
  border-left-width: 0;
  border-right-width: 0;
}
.content .r .search-group .btn {
  width: 32px;
  height: 27px;
  line-height: 25px;
  color: #fff;
  background-color: #ccc;
  border-color: #ccc;
  border-radius: 0 4px 4px 0;
}
.content .r .mini-time {
  padding: 16px;
  border: 1px solid #e2e2e2;
  border-radius: 4px;
  background-color: #fff;
}
.content .r .mini-time .tit {
  height: 22px;
  line-height: 22px;
  font-size: 18px;
  padding-left: 10px;
  border-left: 4px solid #ea5404;
}
.content .r .mini-time .tit .sub {
  margin-left: 16px;
  font-size: 13px;
  color: #717171;
}
.content .r .mini-time .list {
  margin-top: 30px;
  margin-bottom: 40px;
}
.content .r .mini-time .list .item {
  margin-top: 25px;
}
.content .r .mini-time .list .item .l-img {
  display: inline-block;
  position: relative;
}
.content .r .mini-time .list .item .l-img .txt {
  position: absolute;
  top: 20px;
  left: 0;
  width: 100%;
  height: 16px;
  line-height: 16px;
  font-size: 16px;
  text-align: center;
  color: #fff;
}
.content .r .mini-time .list .item .article-tit {
  width: 258px;
  font-size: 13px;
  line-height: 24px;
}
.content .r .mini-time .list .item .article-tit a {
  color: #595858;
}
.content .r .mini-time .list .item .article-tit a:hover {
  color: #ea5404;
}
.content .r .img-link {
  height: 234px;
  border-radius: 4px;
  overflow: hidden;
  background: url("../images/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;
  background-color: #fff;
}
.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/4-成功案例-04.png") no-repeat;
  background-size: cover;
}
.content .r .solution .list .item:nth-child(2) .box {
  background: url("../images/4-成功案例-05.png") no-repeat;
  background-size: cover;
}
.content .r .solution .list .item:nth-child(3) .box {
  background: url("../images/4-成功案例-06.png") no-repeat;
  background-size: cover;
}
.content .r .solution .list .item:nth-child(4) .box {
  background: url("../images/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: #346eb1;
  text-align: center;
}
.content .r .leave-message .query {
  margin-top: 22px;
  height: 16px;
  line-height: 16px;
  font-size: 16px;
  color: #346eb1;
}
.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: #346eb1;
  border-color: #346eb1;
}
.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: #346eb1;
  text-align: center;
}
.content .r .contact-us2 .phone {
  margin-top: 22px;
  height: 16px;
  line-height: 16px;
  font-size: 16px;
  color: #346eb1;
}
.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;
  background-color: transparent;
}
.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=webArticleDetail.css.map */
