@charset "utf-8";

#ib_img{
position: absolute;
    right: 0;
  width: 71px !important;
  height: 97px !important;
  background: url(/views/default/images/leaveMessage.png) no-repeat!important;
}

.m-b-20 {
  margin-bottom: 20px !important;
}

/* 底部二维码 */
.contact_us_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: baseline;
}

.contact_us_item {
  flex: 1;
  display: flex;
  flex-direction: column;
  margin-top: 20px;
  margin-right: 10px;
  justify-content: center;
  align-items: center;
}

.contact_us_item .content {
  font-size: 1rem;
  color: #fff;
  line-height: 22px;
  text-align: center;
  margin-top: 10px;
}

.bigImg {
  display: block;
  margin: auto;
}

/* 深维数据 */
.dataV-content {
  background-image: url(/views/default/images/productCenterBackground.png);
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: top center;
}

.dataV-details-content {
  font-size: 1rem;
  color: #666666;
  line-height: 24px;
  margin-bottom: 60px
}

/* 产品功能 */
.dataV-details-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}

.dataV-details-item {
  width: 30%;
  overflow: hidden;
  text-align: center;
}

.dataV-details-item div {
  text-align: center;
  color: #2464F5;
  font-weight: 500;
  line-height: 36px;
  font-size: 1rem;
  margin: 10px 0;
}

.dataV-details-item ul li {
  position: relative;
  text-align: left;
  padding-left: 20px;
  color: #666;
  line-height: 30px;
  font-size: 1rem;
}

.dataV-details-item ul li::before {
  position: absolute;
  left: 10px;
  top: 12px;
  content: '';
  width: 5px;
  height: 5px;
  background: #2464F5;
  border-radius: 50%;
}

/* 产品模块 */
.product_module {
  background-image: url(/views/default/images/网图.png);
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: bottom center;
}

/* 视频会商云视讯 */
/* 产品功能 */
.core_value_list,
.ai_dataM_box {
  display: flex;
  flex-wrap: wrap;
}

.core_value_item,
.ai_dataM_box li {
  width: 23%;
  margin: 1%;
  display: flex;
  flex-direction: column;
  align-items: center;
  box-sizing: border-box;
  font-size: 1rem;
  color: #666666;
  line-height: 30px;
}

.ai_dataM_box li img {
  width: 100%;
  height: auto;
}

.img_text_box {
  display: flex;
  justify-content: center;
  align-items: center;
}

.img_text_box div {
  display: flex;
  justify-content: center;
  align-items: center;
}

.img_text_box div:first-child {
  margin-right: 10px;
}

.img_text_box .text_box {
  flex: 1;
}

.img_text_box .img_box {
  flex: 2;
}

.img_text_box img {
  max-width: 100%;
}

/* 核心价值 */
.core_value_item {
  font-size: 1.2rem;
  line-height: 36px;
  padding: 20px;
  box-sizing: border-box;
  color: rgba(20, 98, 216, 1);
}

.core_value_item img {
  margin-bottom: 10px;
}


/* 成功案例 */
.case_item {
  margin-bottom: 40px;
}

.case_title {
  display: flex;
  font-size: 1.2rem;
  color: #333333;
  line-height: 33px;
}

.case_title p {
  margin: 0 15px;
}

.case_title span {
  flex: 1;
  background-repeat: no-repeat;
}

.case_title .left_icon {
  background-position: center right;
  background-image: url(/views/default/images/caseTitleLeftIcon.png);
}

.case_title .right_icon {
  background-position: center left;
  background-image: url(/views/default/images/caseTitleRightIcon.png);
}

.case_content {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 20px 0;
}

.case_content .img {
  width: 55%;
}

.case_content img {
  width: 100%;
}

.case_content .content {
  width: 45%;
  color: #666666;
  line-height: 33px;
  padding: 20px;
  box-shadow: 0px 0px 18px 0px rgba(5, 43, 68, 0.1);
  box-sizing: border-box;
}

.case_content .title {
  position: relative;
  font-size: 1.1rem;
  line-height: 40px;
  font-weight: 600;
}

.case_content .title::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 38px;
  height: 3px;
  background: #03A3FF;
  border-radius: 2px;
}

.case_content p {
  font-size: 1rem;
}

@media screen and (max-width:1200px) {}

@media screen and (max-width:1020px) {}

@media screen and (max-width:900px) {

  .gray_box,
  .white_box,
  .black_box,
  .transparent_box {
    padding: 20px;
  }

  .case_content .img,
  .case_content .content {
    width: 100%;
  }
}

@media screen and (max-width:768px) {}

@media screen and (max-width:640px) {

  .gray_box,
  .white_box,
  .black_box,
  .transparent_box {
    padding: 15px;
  }

  .dataV-details-item {
    width: 100%;
  }
}

@media screen and (max-width:540px) {
  .core_value_item {
    width: 46%;
    margin: 2%;
  }

  .core_value_item img {
    width: 75px;
  }
}


@media screen and (max-width:400px) {

  .gray_box,
  .white_box,
  .black_box,
  .transparent_box {
    padding: 10px 5px;
  }
}

@media screen and (max-width:360px) {}