@charset "UTF-8";
/**
    name: public_wrap_div
    title: 外层class名
    zhiyu: *
    beizhu:
*/
/**
    name: item_li_mar_right
    title: 每一个li的右边距
    zhiyu: 
    beizhu:
*/
/**
    name: item_pc_num
    title: 分辨率大于768时一排显示数量
    zhiyu: 1-4
    beizhu:
*/
/**
    name: img_pc_width
    title: 分辨率大于1200时hover时加号显示的宽度
    zhiyu: 
    beizhu:
*/
/**
    name: img_note_pc_width
    title: 分辨率大于992小于1200时hover时加号显示的宽度
    zhiyu: 
    beizhu:
*/
/**
    name: img_pad_width
    title: 分辨率大于768小于992时hover时加号显示的宽度
    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_10_2 {
  margin: 0 auto;
  overflow: hidden; }

.public_index_10_2 ul {
  width: 102%; }

.public_index_10_2 ul li {
  float: left;
  width: 22.82609%;
  overflow: hidden;
  margin: 0 2.17391% 30px 0;
  padding-bottom: 20px;
  background: #FFF;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

.public_index_10_2 .pi5-thumb {
  display: block;
  width: 100%;
  min-height: 30px;
  overflow: hidden;
  position: relative; }

.public_index_10_2 .pi5-thumb img {
  width: 100%; }

.public_index_10_2 .pi5-thumb .pi5t-icon {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  opacity: 0;
  background: rgba(255, 79, 0, 0.8);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

.public_index_10_2 .pi5-thumb .pi5t-icon::before {
  content: "";
  display: block;
  position: absolute;
  width: 80px;
  height: 80px;
  top: 50%;
  left: 50%;
  margin-top: -40px;
  margin-left: -40px;
  z-index: 2;
  background: url(../images/mdw1.png) no-repeat center center;
  background-size: 100% auto;
  -webkit-transtion: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out; }

.public_index_10_2 .pi5-thumb .pi5t-icon img {
  width: 30%;
  height: auto; }

.public_index_10_2 .pi5-tit {
  display: block;
  font-size: 18px;
  font-weight: 700;
  color: #ff4f00;
  text-align: left;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  margin-top: 20px;
  margin-bottom: 5px;
  padding: 0 20px; }

.public_index_10_2 .pi5-info {
  display: block;
  color: #6d747a;
  padding: 0 20px;
  font-size: 12px;
  line-height: 22px;
  text-align: center;
  height: 44px;
  overflow: hidden; }

.public_index_10_2 ul li:hover {
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2); }

.public_index_10_2 .pi5-tit:hover {
  color: #ff4f00; }

.public_index_10_2 .pi5-thumb:hover .pi5t-icon {
  opacity: 1; }

.public_index_10_2 .pi5-thumb:hover .pi5t-icon::before {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg); }

@media only screen and (max-width: 768px) {
  .public_index_10_2 {
    width: 93.6%;
    margin: 0 auto; }

  .public_index_10_2 .pi5-thumb .pi5t-icon {
    display: none; }

  .public_index_10_2 ul li {
    float: left;
    width: 50%;
    padding: 0;
    margin: 0.2rem 0 0; }
    .company {
      padding-top: 150px;
    }


  .public_index_10_2 ul li:first-child {
    margin-top: 0.2rem; }

  .public_index_10_2 .pi5-thumb {
    float: left;
    width: 30.77%;
    height: auto;
    margin-right: 0;
    -webkit-transition: all 0s ease-in-out;
    -moz-transition: all 0s ease-in-out;
    -ms-transition: all 0s ease-in-out;
    -o-transition: all 0s ease-in-out;
    transition: all 0s ease-in-out; }

  .public_index_10_2 .pi5-thumb img {
    width: 100%;
    height: auto; }

  .public_index_10_2 .pi5-tit, .public_index_10_2 .pi5-info {
    text-align: left;
    font-size: 0.32rem;
    line-height: 0.48rem;
    color: #333;
    white-space: normal;
    font-weight: normal;
    margin: 0; }

  .public_index_10_2 .pi5-tit {
    float: right;
    width: 64.96%;
    padding: 0;
    -webkit-transition: all 0s ease-in-out;
    -moz-transition: all 0s ease-in-out;
    -ms-transition: all 0s ease-in-out;
    -o-transition: all 0s ease-in-out;
    transition: all 0s ease-in-out; }

  .public_index_10_2 .pi5-info {
    float: right;
    width: 100%;
    height: auto;
    font-size: 0.1rem;
    line-height: 0.4rem;
    color: #666;
    margin-top: 0;
    text-align: left;
    padding: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; }

  .public_index_10_2 ul li:hover {
    box-shadow: none; }

  .public_index_10_2 .pi5-tit:hover {
    color: #333; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .public_index_10_2 {
    width: 96%; }

  .public_index_10_2 .pi5-tit {
    font-size: 16px;
    margin: 10px 0 5px; }

  .public_index_10_2 .pi5-thumb .pi5t-icon::before {
    width: 60px;
    height: 60px;
    margin-top: -30px;
    margin-left: -30px; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .public_index_10_2 {
    width: 96%; }

  .public_index_10_2 .pi5-tit {
    font-size: 16px;
    margin: 10px 0 5px; }

  .public_index_10_2 .pi5-thumb .pi5t-icon::before {
    width: 80px;
    height: 80px;
    margin-top: -40px;
    margin-left: -40px; } }
@media screen and (min-width: 1200px) {
  .public_index_10_2 {
    width: 90%; } }

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