@charset "UTF-8";
/**
    name: public_wrap_div
    title: 外层class名
    zhiyu:
    beizhu:
*/
/**
    name: container_max_Width
    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_62 {
  width: 90%;
  max-width: 100%;
  margin: 50px auto 0; }

.public_index_62 li {
  float: left;
  overflow: hidden;
  position: relative;
  z-index: 1;
  width: 33.33333%; }

.public_index_62 li::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -100%;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  -webkit-transtion: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

.public_index_62 li:hover::after {
  bottom: 0; }

.public_index_62 li .ii-thumb {
  display: block;
  width: 100%;
  overflow: hidden; }

.public_index_62 li .ii-thumb img {
  width: 100%; }

.public_index_62 li .ii-show {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 30px;
  z-index: 1; }

.public_index_62 li .ii-show span {
  color: #FFF;
  display: block;
  overflow: hidden; }

.public_index_62 li .ii-show span.iis-line {
  width: 45px;
  height: 1px;
  background: #FFF;
  margin-bottom: 10px; }

.public_index_62 li .ii-show span.iis-ch {
  font-size: 24px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

.public_index_62 li .ii-show span.iis-en {
  line-height: 30px;
  height: 60px;
  text-transform: uppercase;
  -webkit-transtion: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

.public_index_62 li:hover .ii-show span.iis-en {
  height: 24px;
  -webkit-transition-delay: .3s;
  transition-delay: .3s; }

.public_index_62 li .ii-show span.iis-info {
  font-size: 14px;
  height: 48px;
  line-height: 24px;
  margin-top: 100%;
  -webkit-transtion: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

.public_index_62 li:hover .ii-show span.iis-info {
  margin-top: 10px;
  -webkit-transition-delay: .3s;
  transition-delay: .3s; }

.public_index_62 li .ii-show span.iis-more {
  display: inline-block;
  font-size: 14px;
  text-transform: uppercase;
  position: relative;
  overflow: hidden;
  z-index: 1;
  padding: 5px 35px;
  border: solid 1px #FFF;
  margin-top: 20px; }

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .public_index_62 {
    width: 96%; } }
@media screen and (min-width: 768px) and (max-width: 991px) {
  .public_index_62 {
    width: 96%; }

  .public_index_62 li .ii-show span.iis-ch {
    font-size: 18px; }

  .public_index_62 li .ii-show span.iis-en {
    font-size: 12px;
    line-height: 22px;
    height: 44px; }

  .public_index_62 li:hover .ii-show span.iis-info {
    margin-top: 0; }

  .public_index_62 li .ii-show span.iis-info {
    font-size: 12px;
    height: 40px;
    line-height: 20px; }

  .public_index_62 li .ii-show span.iis-more {
    padding: 4px 20px;
    margin-top: 10px; } }
@media screen and (max-width: 767px) {
  .public_index_62 {
    width: 93.6%; }

  .public_index_62 li .ii-show {
    padding: 0.2rem; }

  .public_index_62 li .ii-show span.iis-line {
    margin-bottom: 0.3rem; }

  .public_index_62 li .ii-show span.iis-ch {
    font-size: 0.32rem; }

  .public_index_62 li:hover .ii-show span.iis-en {
    height: 0.72rem; }

  .public_index_62 li .ii-show span.iis-en {
    font-size: 0.28rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; }

  .public_index_62 li .ii-show span.iis-en br {
    display: none; }

  .public_index_62 li .ii-show span.iis-info {
    display: none; }

  .public_index_62 li .ii-show span.iis-more {
    display: none; }

  .public_index_62 li::after {
    width: 0; }
  .ind_title{
    margin-top: 200px;
  }
     }

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