@charset "UTF-8";
/**
    name: public_wrap_div
    title: 外层class
    zhiyu: *
    beizhu:
*/
/**
    name: item_list_mar_rgt
    title: 每个li的右边距
    zhiyu: *
    beizhu:
*/
/**
    name: item_pc_num
    title: 电脑端一排显示数量
    zhiyu: 1-5
    beizhu:
*/
/**
    name: item_padw_num
    title: 平板电脑（横）一排显示数量
    zhiyu: 1-4
    beizhu:
*/
/**
    name: item_padn_num
    title: 平板电脑（竖）一排显示数量
    zhiyu: 1-4
    beizhu:
*/
/**
    name: item_phone_num
    title: 手机端一排显示数量
    zhiyu: 1-2
    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-24 .overseas-life li {
  float: left;
  width: -webket-calc(100% / 3 - 20px);
  width: -moz-calc(100% / 3 - 20px);
  width: calc(100% / 3 - 20px);
  margin: 20px 20px 0 0;
  overflow: hidden;
  position: relative;
  z-index: 1; }

.public-index-24 .overseas-life li img {
  width: 100%;
  -webkit-transtion: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out; }

.public-index-24 .overseas-life li .ol-thumb {
  display: block;
  overflow: hidden; }

.public-index-24 .overseas-life li:hover .ol-thumb img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2); }

.public-index-24 .overseas-life li .ol-info {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1; }

.public-index-24 .overseas-life li .ol-info::before {
  content: "";
  display: block;
  position: absolute;
  bottom: -100%;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: rgba(251, 118, 0, 0.9);
  -webkit-transtion: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

.public-index-24 .overseas-life li .ol-info .oli-tit {
  display: block;
  position: absolute;
  top: -100%;
  left: 20px;
  right: 20px;
  z-index: 2;
  color: #FFF;
  font-size: 18px;
  line-height: 24px;
  height: 48px;
  margin-top: -24px;
  overflow: hidden;
  opacity: 0;
  -webkit-transtion: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out; }

.public-index-24 .overseas-life li .ol-info .fa {
  display: block;
  position: absolute;
  bottom: -100%;
  right: 28px;
  width: 28px;
  height: 28px;
  border: solid 1px #FFF;
  border-radius: 50%;
  font-size: 14px;
  color: #FFF;
  text-align: center;
  line-height: 28px;
  z-index: 3;
  opacity: 0;
  -webkit-transtion: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out; }

.public-index-24 .overseas-life li:hover .ol-info::before {
  bottom: 0; }

.public-index-24 .overseas-life li:hover .ol-info .oli-tit {
  top: 50%;
  opacity: 1; }

.public-index-24 .overseas-life li:hover .ol-info .fa {
  bottom: 28px;
  opacity: 1; }

.overseas-life {
  width: calc(100% + 20px);
  overflow: hidden; }

@media screen and (min-width: 1200px) {
  .public-index-24 .overseas-life li {
    width: -webket-calc(100% / 4 - 20px);
    width: -moz-calc(100% / 4 - 20px);
    width: calc(100% / 4 - 20px);
    margin: 20px 20px 0 0; }

  .public-index-24 .overseas-life .ol-info .oli-tit {
    font-size: 14px;
    height: 38px;
    margin-top: -19px;
    line-height: normal; }

  .public-index-24 .overseas-life .ol-info .fa {
    font-size: 12px;
    width: 20px;
    height: 20px;
    line-height: 20px;
    right: 14px; }

  .public-index-24 .overseas-life li:hover .ol-info .fa {
    bottom: 14px; } }
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .public-index-24 .overseas-life li {
    width: -webket-calc(100% / 4 - 20px);
    width: -moz-calc(100% / 4 - 20px);
    width: calc(100% / 4 - 20px);
    margin: 20px 20px 0 0; }

  .public-index-24 .overseas-life .ol-info .oli-tit {
    font-size: 14px;
    height: 38px;
    margin-top: -19px;
    line-height: normal; }

  .public-index-24 .overseas-life .ol-info .fa {
    font-size: 12px;
    width: 20px;
    height: 20px;
    line-height: 20px;
    right: 14px; }

  .public-index-24 .overseas-life li:hover .ol-info .fa {
    bottom: 14px; } }
@media screen and (max-width: 767px) {
  .overseas-life {
    width: 100%;
    overflow: hidden; }

  .public-index-24 .overseas-life li:nth-child(2n) {
    float: right; }

  .public-index-24 .overseas-life li {
    width: 49%;
    margin: 2% 0 0 0; } }

/*# sourceMappingURL=style.css.map */
