@charset "UTF-8";
/**
    name: public_wrap_div
    title: 外层class名
    zhiyu:
    beizhu:
*/
/**
  name: container_pc
  title: innerWidth 大于 1200时素材最外层盒子的宽度，默认值为90%
  zhiyu: 90% - 100%
  beizhu:
*/
/**
  name: container_note_pc
  title: 992 小于 innerWidth 小于 1199时素材最外层盒子的宽度，默认值为96%
  zhiyu: 90% - 100%
  beizhu:
*/
/**
  name: container_pad
  title: 768 小于 innerWidth 小于 991时素材最外层盒子的宽度，默认值为96%
  zhiyu: 90% - 100%
  beizhu:
*/
/**
  name: container_note_phone
  title: innerWidth 小于 767时素材最外层盒子的宽度，默认值为93.6%
  zhiyu: 90% - 100%
  beizhu:
*/
/**
  name: container_max_width
  title: 给素材最外层盒子限制最大宽度，默认值为100%
  zhiyu: 90% / px / rem 
  beizhu:
*/
/**
  name: theme_color
  title: 网站的主题颜色
  zhiyu: 
  beizhu:
*/
/**
 * [breakpoints 响应节点]
 * @param  [type] $array [数组]
 * @param  string $value [键]
 * @return [type]        [返回一维数组]
 */
/** 
 * 定义响应式值变量
 * $tiny为手机端响应节点尺寸
 * $small为竖版平板节点尺寸
 * $medium为横版平板节点尺寸
 * $large为电脑端节点尺寸
 */
/**
 * [respond_to 处理响应式方法]
 * @param  {[type]} $breakpoint [响应节点变量]
 * @return {[type]}             [响应css语句]
 */
/**
 * [public_shadow 元素阴影效果]
 * @param  {[type]} $transition_value: 0             0 0 rgba(0,0,0,.16) [阴影颜色值]
 * @return {[type]}                    [css阴影效果]
 */
/**
 * [public_transition 动画预处理库]
 * @param  {[type]} $transition_speed: .3s           [速度时间]
 * @return {[type]}                    [动画库]
 */
.public-index-192 .content {
  width: 1420px;
  margin: 0 auto;
}

.public-index-192 .picBox {
  padding: 60px 0;
  background: #f3f3f3;
}

.bx_box {
  width: 1364px;
  margin: 0 auto;
    position: relative;
}

.public-index-192 .picList li {
  width: 227px;
  height: 397px;
  float: left;
  padding-top: 94px;
  position: relative;
}

.public-index-192 .picList li .defa {
  text-align: center;
}
.public-index-192 .picList li .defa p {
  color: #2c2c2c;
  font-size: 24px;
  margin-top: 28px;
  height: 34px;
  overflow: hidden;
}

.public-index-192 .picList .picc {
  position: absolute;
  left: 50%;
  top: 30%;
  width: 0;
  height: 0;
  opacity: 0;
  background: #fff;
  border-radius: 4px;
  color: #666;
  padding: 38px 24px;
  text-align: center;
  cursor: pointer;
}
.public-index-192 .picList .picc h4 {
  font-size: 30px;
  height: 34px;
  overflow: hidden;
}
.public-index-192 .picList .picc span {
  display: block;
  width: 182px;
  font-size: 16px;
  text-align: justify;
  margin: 22px 0 38px 0;
  height: 156px;
  overflow: hidden;
}
.public-index-192 .picList .picc a {
  display: inline-block;
  width: 98px;
  height: 36px;
  background: #b31d23;
  text-align: center;
  line-height: 36px;
  color: #fff;
  font-size: 16px;
}

.public-index-192 .picList li:hover .picc {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 1;
  transition: all .1s;
  -moz-transition: all .1s;
  -webkit-transition: all .1s;
  -ms-transform: all .1s;
}

.public-index-192 .bx-controls-auto, .public-index-192 .bx-pager {
  display: none;
}

.public-index-192 .bx-controls-direction a {
  font-size: 0;
  display: inline-block;
  width: 30px;
  height: 65px;
  position: absolute;
  top: 40%;
  margin-top: -32px;
}

.public-index-192 .bx-controls-direction a.bx-prev {
  background: url(../images/index_icon_solution_7.png);
  right: -30px;
  background-size: 100% 100%;
}

.public-index-192 .bx-controls-direction a.bx-next {
  background: url(../images/index_icon_solution_8.png);
  left: -32px;
  background-size: 100% 100%;
}

.public-index-192 .m_bx_box {
  display: none;
}

@media only screen and (max-width: 1400px) {
  .public-index-192 .content {
    width: 1200px;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 320px) and (max-width: 750px) {
  .public-index-192 .content {
    width: 92%;
    margin: 0 auto;
  }

  .public-index-192 .picBox {
    padding: 0.6rem 0;
  }

  .public-index-192 .bx_box {
    display: none;
  }

  .public-index-192 .m_bx_box {
    display: block;
    width: 5.9rem;
    margin: 0 auto;
  }

  .public-index-192 .m_bx_box ul {
    display: flex;
    // justify-content: space-between;
    flex-flow: wrap;
  }

  .public-index-192 .m_bx_box li {
    width: 33%;
    text-align: center;
    margin-bottom: 0.26rem;
  }
  .public-index-192 .m_bx_box li img {
    width: 1.05rem;
    height: 1.19rem;
  }
  .public-index-192 .m_bx_box li p {
    color: #2c2c2c;
    font-size: 0.28rem;
    height: 0.35rem;
    margin-top: 0.26rem;
    overflow: hidden;
  }
  .public-index-192 .m_bx_box li a {
    display: block;
  }

  .public-index-192 .bx-controls-direction a {
    width: 0.3rem;
    height: 0.65rem;
    top: 80px;
  }
  
  
}

/*# sourceMappingURL=style.css.map */
