@charset "UTF-8";
/*禁用样式，加important*/
/*定义media-queries的最大和最小宽度*/
/*定义animation的@keyframe*/
/*关于属性的浏览器兼容写法*/
#custome {
  font-family: '微软雅黑';
}

#custome .loadBg {
  width: 100%;
  height: 100%;
  height: 1000px;
  position: fixed;
  top: 0;
  z-index: 99999;
  background: url("../images/main_spinnerr.gif") 50% 50% no-repeat #fff;
}

#custome .loadBg.loadHide {
  display: none;
}

#custome .pc_m_custome {
  width: 100%;
  height: 1563px;
  background: url("../images/clients-main.jpg") center no-repeat;
}

#custome .pc_m_custome .pc_innne {
  width: 100%;
  height: 747px;
  padding-top: 106px;
  background: url("../images/expertise-bj4.png") center no-repeat;
}

#custome .pc_m_custome .pc_innne .inne_tp .tp_inne {
  padding: 0;
}

#custome .pc_m_custome .pc_innne .inne_tp .tp_inne > div {
  text-align: center;
}

#custome .pc_m_custome .pc_innne .inne_tp .tp_inne .inne_txt1 {
  margin-bottom: 20px;
}

#custome .pc_m_custome .pc_innne .inne_tp .tp_inne .inne_txt2 {
  font-size: 24px;
  color: #ababab;
}

#custome .pc_m_custome .pc_innne .inne_tp .tp_inne .inne_img {
  margin-top: 75px;
}

#custome .pc_m_custome .voice .pc_swip .bootCont {
  height: 500px;
  margin-top: 100px;
}

#custome .pc_m_custome .voice .pc_swip .bootCont .gallery-top .inne_swip > div {
  height: 252px;
  border: 1px solid #404040;
  background: #323232;
  border-radius: 16px;
}

#custome .pc_m_custome .voice .pc_swip .bootCont .gallery-top .inne_swip > div .cont_inne {
  text-indent: 2em;
  padding: 40px;
  padding-bottom: 0px;
  padding-top: 20px;
  color: #D8D8D8;
  font-size: 14px;
  line-height: 28px;
}

#custome .pc_m_custome .voice .pc_swip .bootCont .gallery-thumbs {
  margin-top: 50px;
}

#custome .pc_m_custome .voice .pc_swip .bootCont .gallery-thumbs .inne_swip2 > div {
  width: 85px;
  width: 8%;
  margin: 0 auto;
  background: url("../images/c_bg1.png") center no-repeat;
  border-radius: 50%;
  height: 85px;
  cursor: pointer;
  text-align: center;
  line-height: 85px;
}

#custome .pc_m_custome .voice .pc_swip .bootCont .gallery-thumbs .inne_swip2 > div img {
  vertical-align: middle;
}

#custome .pc_m_custome .voice .pc_swip .bootCont .gallery-thumbs .inne_swip2 .activeColor {
  background: url("../images/c_bg2.png") center no-repeat;
}

#custome .m_custome {
  display: none;
}
