@charset "UTF-8";
/* 主题色 */
body {
  background-color: #eeeeef;
}

.content {
  margin-top: 40px;
  margin-bottom: 68px;
}
.content .l {
  width: 802px;
  /* 导航路径 */
}
.content .l .banner-img img {
  width: 100%;
}
.content .l .breadcrumb {
  margin-top: 30px;
  margin-bottom: 30px;
}
.content .l .l-c {
  padding: 40px;
  background-color: #fff;
}
.content .l .l-c > .tit {
  font-size: 26px;
  line-height: 44px;
  font-weight: 500;
  position: relative;
}
.content .l .l-c > .tit::before {
  content: "";
  width: 4px;
  height: 44px;
  position: absolute;
  top: 0;
  left: -22px;
  background-color: #346eb1;
}
.content .l .l-c .sub-tit {
  margin-top: 25px;
  margin-bottom: 45px;
  line-height: 32px;
  color: #717171;
}
.content .l .l-c .sub-tit .mr-30 {
  margin-right: 30px;
}
.content .l .l-c .sub-tit .yellow {
  color: #ea5404;
}
.content .l .l-c .sub-tit .wx-img {
  display: inline-block;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background-color: #2aa835;
  vertical-align: middle;
  color: #fff;
  line-height: 32px;
  text-align: center;
  position: relative;
}
.content .l .l-c .sub-tit .wx-img:hover .ewm {
  display: block;
}
.content .l .l-c .sub-tit .wx-img .ewm {
  width: 200px;
  height: 200px;
  position: absolute;
  top: -220px;
  left: -85px;
  border: 1px solid #ddd;
  background-color: #fff;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.7);
  display: none;
}
.content .l .l-c .sub-tit .wx-img .ewm::after {
  content: "";
  display: block;
  border: 10px solid transparent;
  width: 0;
  height: 0;
  border-top-color: #fff;
  position: absolute;
  bottom: -20px;
  left: 89px;
}
.content .l .l-c .sub-tit .wx-img .ewm > img {
  width: 160px;
  height: 160px;
  margin-top: 20px;
}
.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/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: #04c0e9;
  border-color: #04c0e9;
}
.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/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 .get-plan-btn .btn {
  width: 100%;
  height: 50px;
  line-height: 48px;
  font-size: 18px;
}
.content .r .get-plan-btn .btn img {
  margin-right: 12px;
}

/*# sourceMappingURL=researchReportDetail.css.map */
