@charset "UTF-8";
/**
    name: public_wrap_div
    title: 外层class
    zhiyu: *
    beizhu:
*/
/**
    name: public_item_mar
    title: pc间距
    zhiyu: *
    beizhu:
*/
/**
    name: public_item_mar2
    title: 手机间距
    zhiyu: *
    beizhu:
*/
/**
    name: public_item_num
    title: 一行元素个数
    zhiyu: *
    beizhu:
*/
/**
    name: public_item_pad
    title: 一行元素个数
    zhiyu: *
    beizhu:
*/
/**
    name: public_item_pad2
    title: 一行元素个数
    zhiyu: *
    beizhu:
*/
/**
    name: public_item_phone
    title: 一行元素个数
    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_30 {
  position: relative; }

.public_index_30 .cu_l li:hover {
  box-shadow: 5px 5px 5px #dcdcdc; }

.public_index_30 .cu_l li {
  float: left;
  box-sizing: border-box;
  height: auto;
  border: 1px solid #dbdbdb;
  overflow: hidden;
  cursor: pointer;
  margin-right: 19.99px;
  width: -webket-calc((100% - ( 20px * 4)) / 5);
  width: -moz-calc((100% - ( 20px * 4)) / 5);
  width: calc((100% - ( 20px * 4)) / 5);
  -webkit-transition: box-shadow 0.3s ease-in-out;
  -moz-transition: box-shadow 0.3s ease-in-out;
  -ms-transition: box-shadow 0.3s ease-in-out;
  -o-transition: box-shadow 0.3s ease-in-out;
  transition: box-shadow 0.3s ease-in-out; }

.public_index_30 .cu_l li a {
  display: block; }

.public_index_30 .cu_l li img {
  width: 100%; }

@media only screen and (min-width: 1200px) {
  .public_index_30 .cu_l li:nth-child(n + 6) {
    margin-top: 20px; }

  .public_index_30 .cu_l li:nth-child(5n) {
    margin-right: 0px; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .public_index_30 .cu_l li {
    width: -webket-calc((100% - ( 20px * 3)) / 4);
    width: -moz-calc((100% - ( 20px * 3)) / 4);
    width: calc((100% - ( 20px * 3)) / 4); }

  .public_index_30 .cu_l li:nth-child(n + 5) {
    margin-top: 20px; }

  .public_index_30 .cu_l li:nth-child(4n) {
    margin-right: 0px; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .public_index_30 .cu_l li {
    width: -webket-calc((100% - ( 20px * 2)) / 3);
    width: -moz-calc((100% - ( 20px * 2)) / 3);
    width: calc((100% - ( 20px * 2)) / 3); }

  .public_index_30 .cu_l li:nth-child(n + 4) {
    margin-top: 20px; }

  .public_index_30 .cu_l li:nth-child(3n) {
    margin-right: 0px; } }
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .public_index_30 .cu_l li {
    width: -webket-calc((100% - ( 10px * 1)) / 2);
    width: -moz-calc((100% - ( 10px * 1)) / 2);
    width: calc((100% - ( 10px * 1)) / 2);
    margin-right: 9.99px; }

  .public_index_30 .cu_l li:nth-child(n + 3) {
    margin-top: 10px; }

  .public_index_30 .cu_l li:nth-child(2n) {
    margin-right: 0px; }

  .public_index_30 .cu_l li:hover {
    box-shadow: none; } }

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