@charset "UTF-8";
.cwwb_body {
  background-color: #F7FAFD;
}

.cwwb_body .cwwb_banner {
  width: 100%;
  height: 580px;
  overflow: hidden;
  background: url("../img/cwwb/banner图@2x.png");
  background-size: 100% 100%;
}

.cwwb_body .cwwb_banner .banner_text {
  position: absolute;
  top: 149px;
  left: 135px;
  width: 490px;
  color: #fff;
  text-align: left;
}

.cwwb_body .cwwb_banner .banner_text h5 {
  font-size: 48px;
  font-weight: bold;
  letter-spacing: 1px;
}

.cwwb_body .cwwb_banner .banner_text p {
  margin-top: 19px;
  font-size: 22px;
  letter-spacing: 1px;
}

.cwwb_body .cwwb_banner .banner_text .btn_lg {
  margin-top: 53px;
  display: inline-block;
  padding: 15px 56px;
  font-size: 16px;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 5px;
}

.cwwb_body .cwwb_banner .banner_text .btn_lg:hover {
  background: #fff;
  color: #5397F7;
}

@media (min-width: 1780px) {
  .cwwb_body .cwwb_banner .banner_text {
    left: 24%;
  }
}

@media (max-width: 1680px) {
  .cwwb_body .cwwb_banner .banner_text {
    left: 17%;
  }
}

@media (max-width: 1280px) {
  .cwwb_body .cwwb_banner .banner_text {
    left: 10%;
  }
}

.cwwb_body .content {
  width: 100%;
  margin-top: 64px;
}

.cwwb_body .content .OurServe {
  width: 1200px;
  margin: 0 auto;
}

.cwwb_body .content .OurServe .OurServe_theme {
  width: 694px;
  height: 66px;
  position: relative;
  background: url("../img/cwwb/Solve bill management@2x.png");
  background-size: 100% 100%;
  margin: 0 auto;
  margin-top: 66px;
}

.cwwb_body .content .OurServe .OurServe_theme::after {
  content: "";
  width: 75px;
  height: 6px;
  background: #0076EB;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}

.cwwb_body .content .OurServe .OurServe_theme .OurServe_title {
  line-height: 76px;
  font-size: 26px;
  font-weight: bold;
  color: #0076eb;
}

.cwwb_body .content .OurServe .OurServe_main {
  width: 100%;
  margin-top: 40px;
  display: flex;
  flex-wrap: wrap;
}

.cwwb_body .content .OurServe .OurServe_main > div {
  width: calc(522px - 4px);
  height: calc(708px - 4px);
  border-radius: 5px;
  margin: 24px 38px;
  background: #fff;
  position: relative;
  border: 2px solid #FFF;
}

.cwwb_body .content .OurServe .OurServe_main > div h6 {
  font-size: 22px;
  font-weight: bold;
  margin-top: 60px;
}

.cwwb_body .content .OurServe .OurServe_main > div span {
  width: 406px;
  font-size: 14px;
  color: #999999;
  position: absolute;
  left: 58px;
  top: 96px;
  letter-spacing: 1px;
}

.cwwb_body .content .OurServe .OurServe_main > div ul {
  width: 318px;
  margin-top: 100px;
  margin-left: 126px;
}

.cwwb_body .content .OurServe .OurServe_main > div ul li {
  color: #333333;
  font-size: 16px;
  text-align: left;
  font-weight: bold;
  margin: 12px 0;
  line-height: 30px;
  letter-spacing: 1px;
  position: relative;
}

.cwwb_body .content .OurServe .OurServe_main > div ul li::after {
  content: "";
  width: 24px;
  height: 21px;
  background: url("../img/cwwb/对勾@2x.png") no-repeat;
  background-size: 100% 100%;
  position: absolute;
  top: 4px;
  left: -48px;
}

.cwwb_body .content .OurServe .OurServe_main > div ul li p {
  font-weight: normal;
}

.cwwb_body .content .OurServe .OurServe_main > div .btn_lg {
  position: absolute;
  bottom: 54px;
  left: 50%;
  transform: translateX(-50%);
  width: 180px;
  height: 50px;
  display: inline-block;
  border-radius: 5px;
  border: 1px solid #5397F7;
  color: #5397F7;
  line-height: 50px;
  font-size: 16px;
}

.cwwb_body .content .OurServe .OurServe_main > div .btn_lg:hover {
  background-color: #5397F7;
  color: #fff;
}

.cwwb_body .content .OurServe .OurServe_main > div:hover {
  width: calc(522px - 4px);
  height: calc(708px - 4px);
  background-color: rgba(83, 151, 247, 0.13);
  border: 2px dashed  #5397f7;
  color: #5397F7;
}

.cwwb_body .content .OurServe .OurServe_main > div:hover span {
  color: #5397F7;
}

.cwwb_body .content .OurServe .OurServe_main > div:hover ul > li {
  color: #5397F7;
}

.cwwb_body .content .serveStep {
  width: 100%;
  margin-top: 122px;
}

.cwwb_body .content .serveStep .serveStep_theme {
  width: 462px;
  height: 66px;
  position: relative;
  background: url("../img/cwwb/Service process@2x.png");
  background-size: 100% 100%;
  margin: 0 auto;
  margin-top: 66px;
}

.cwwb_body .content .serveStep .serveStep_theme::after {
  content: "";
  width: 75px;
  height: 6px;
  background: #0076EB;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}

.cwwb_body .content .serveStep .serveStep_theme .serveStep_title {
  line-height: 76px;
  font-size: 26px;
  font-weight: bold;
  color: #0076eb;
}

.cwwb_body .content .serveStep .serveStep_main {
  width: 100%;
  height: 676px;
  margin-top: 114px;
  background: url("../img/cwwb/蒙版组 124@2x.png") no-repeat;
  background-size: 100% 100%;
}

.cwwb_body .content .cooperation {
  width: 100%;
  height: 126vh;
  position: relative;
}

.cwwb_body .content .cooperation .cooperation_theme {
  width: 560px;
  height: 66px;
  position: relative;
  background: url("../img/kjgc/Cooperation cases@2x.png");
  background-size: 100% 100%;
  margin: 0 auto;
  margin-top: 10%;
  z-index: 1;
}

.cwwb_body .content .cooperation .cooperation_theme::after {
  content: "";
  width: 75px;
  height: 6px;
  background: #0076EB;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}

.cwwb_body .content .cooperation .cooperation_theme .cooperation_title {
  line-height: 76px;
  font-size: 26px;
  font-weight: bold;
  color: #0076eb;
}

.cwwb_body .content .cooperation #why_clw_TV {
  position: absolute;
  left: 0;
  top: -9%;
}

.cwwb_body .content .cooperation .cooperation_main {
  margin-top: 16px;
  width: 100%;
  position: relative;
}

.cwwb_body .content .cooperation .cooperation_main .cooperation_wap {
  width: 1200px;
  height: 100%;
  margin: 0 auto;
  position: absolute;
  top: 0%;
  left: 50%;
  transform: translateX(-50%);
}

.cwwb_body .content .cooperation .cooperation_main .cooperation_wap > div {
  position: absolute;
  width: 204px;
  height: 204px;
}

.cwwb_body .content .cooperation .cooperation_main .cooperation_wap .zzjt {
  left: 97px;
  top: 239px;
  background: url("../img/kjgc/住总@2x.png");
  background-size: 100% 100%;
}

.cwwb_body .content .cooperation .cooperation_main .cooperation_wap .jnjt {
  left: 506px;
  top: 98px;
  background: url("../img/kjgc/京能集团@2x.png");
  background-size: 100% 100%;
}

.cwwb_body .content .cooperation .cooperation_main .cooperation_wap .zlljt {
  right: 120px;
  top: 257px;
  background: url("../img/kjgc/账六六@2x.png");
  background-size: 100% 100%;
}
