@charset "UTF-8";
/**
    name: public_wrap_div
    title: 外层class
    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: public_item_mar
    title: pc间距
    zhiyu: *
    beizhu:
*/
/**
    name: public_item_mar2
    title: 手机间距
    zhiyu: *
    beizhu:
*/
/**
    name: public_item_col
    title: 行数
    zhiyu: *
    beizhu:
*/
/**
    name: public_col_pad
    title: 行数
    zhiyu: *
    beizhu:
*/
/**
    name: public_col_pad2
    title: 行数
    zhiyu: *
    beizhu:
*/
/**
    name: public_col_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_197 {
  background: #f0f0f0;
}

.public_index_197 .productList {
  padding: 56px 0px;
}
.public_index_197 .productList a{
	color: #333;
}
.w1200 {
  max-width: 1200px;
  margin: 0 auto;
}

.public_index_197 .productList a:link, .public_index_197 .productList a:visited {
  color: #666;
}

.public_index_197 .productList a:active, .public_index_197 .productList a:hover {
  color: #fff;
}

.public_index_197 .productList dd {
  position: relative;
  padding: 28px 0px;
}

.public_index_197 .productList a {
  position: relative;
  z-index: 2;
}

.public_index_197 .productList .bg {
  position: absolute;
  top: 0%;
  height: 100%;
  width: 50%;
  left: 25%;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  opacity: 0;
}

.public_index_197 .productList .img {
  float: left;
  display: block;
  width: 58%;
  margin-right: 5%;
}

.public_index_197 .productList .img img {
  width: 100%;
  display: block;
}

.public_index_197 .productList .con .t {
  font-size: 24px;
  margin-top: 8%;
}

.public_index_197 .productList .con .en {
  color: #cccccc;
  font: 30px/1.2 "acaslonpro","times new roman",tahoma,georgia;
}

.public_index_197 .productList .con .c {
  margin: 35px 0px 28px;
	width: 393px;
	font-size: 16px;
	line-height: 30px;
  overflow: hidden;
}

.public_index_197 .productList .con {
  float: left;
  display: block;
  width: 37%;
}

.public_index_197 .productList .one .img {
  float: right;
  margin: 0px 0px 0px 5%;
}

.public_index_197 .productList dd:hover .bg {
  width: 100%;
  left: 0;
  background-color: #0a5248;
  opacity: 1;
}

.public_index_197 .productList dd:hover .con .en {
  color: #9a9981;
}

.public_index_197 .newMore {
  position: relative;
  overflow: hidden;
  width: 90px;
  height: 38px;
  line-height: 38px;
  padding: 0px 9px;
  font-size: 14px;
}

.public_index_197 .newMore .ico {
  position: absolute;
  right: 12px;
  height: 38px;
  top: 0px;
  display: block;
  transition: 600ms;
  -webkit-transition: 600ms;
}

.public_index_197 .newMore .filler {
  background-color: #999999;
}

.public_index_197 .newMore .filler-left {
  width: 100%;
  height: 1px;
  left: 0%;
  top: 0%;
}

.public_index_197 .newMore .filler-right {
  width: 100%;
  height: 1px;
  right: 0%;
  bottom: 0%;
  top: auto;
}

.public_index_197 .newMore .filler-top {
  width: 0%;
  height: 1px;
  left: 0%;
  top: 0%;
  background-color: #fff;
  z-index: 5;
}

.public_index_197 .newMore .filler-bottom {
  width: 0%;
  height: 1px;
  right: 0%;
  bottom: 0%;
  background-color: #fff;
  z-index: 5;
}

.public_index_197 .newMore:hover .filler, .public_index_197 .productList dd:hover .newMore .filler {
  width: 100%;
}

.public_index_197 .pageAct a:link, .public_index_197 .pageAct a:visited {
  color: #999;
}

.public_index_197 .pageAct a:active, .public_index_197 .pageAct a:hover {
  color: #C52620;
}

.public_index_197 .pageAct {
  color: #999;
  border-bottom: 1px solid #cccccc;
  padding: 10px 0px;
}

.public_index_197 .pageAct span {
  padding: 0px 4px;
}

.public_index_197 .pageAct .act {
  color: #C52620;
}

.public_index_197 .proList a:link, .public_index_197 .proList a:visited {
  color: #fff;
}

.public_index_197 .proList a:active, .public_index_197 .proList a:hover {
  color: #fff;
}

.public_index_197 .filler {
  position: absolute;
  display: block;
  -webkit-transition: 0.6s ease 0s;
  -moz-transition: 0.6s 0s;
  -o-transition: 0.6s 0s;
  transition: 0.6s 0s;
  z-index: 5;
}

@media only screen and (min-width: 751px) and (max-width: 1360px) {
  .public_index_197 .productList dd {
    padding: 28px 30px;
  }
}
@media only screen and (min-width: 320px) and (max-width: 750px) {

  .public_index_197 .productList .img, .productList .one .img {
    float: none;
    width: 100%;
    margin: 0px;
  }

  .public_index_197 .productList .con {
    width: 100%;
  }

  .public_index_197 .productList .con .c {
    margin: 10px 0px;
    height: 0;
  }
}

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