@charset "UTF-8";
/**
    name: public_wrap_div
    title: 外层class
    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]}                    [动画库]
 */
.list_footer_152 {
  padding: 44px 0 30px 0;
  background: #222; }

.list_footer_152 .footer_cont {
  width: 96%;
  max-width: 1200px;
  margin: 0 auto; }

.list_footer_152 .fc_l {
  width: 700px;
  float: left; }

.list_footer_152 .ft_nav {
  margin-left: -18px; }

.list_footer_152 .ft_nav a {
  display: inline-block;
  color: #fff;
  font-size: 14px;
  padding-right: 18px;
  margin-left: 18px;
  margin-bottom: 14px;
  border-right: 1px solid #fff; }

.list_footer_152 .ft_nav a:nth-child(7), .list_footer_152 .ft_nav a:last-child {
  border: transparent; }

.list_footer_152 .fc_l .copy {
  color: #999;
  font-size: 14px;
  width: 500px;
  line-height: 26px;
  padding-top: 8px;
  border-top: 1px solid #393939; }

.list_footer_152 .fc_l .copy a {
  color: #999; }

.list_footer_152 .fc_l .copy a:hover {
  color: #5dc3fe; }

.list_footer_152 .fc_r {
  float: right;
  width: 440px;
  height: 136px;
  padding: 0 20px;
  border: 1px solid #393939; }

.list_footer_152 .fc_r li {
  float: left; }

.list_footer_152 .fc_r .num {
  color: #666;
  font-size: 14px;
  text-align: right;
  margin-top: 45px; }

.list_footer_152 .fc_r .num p {
  color: #fff;
  font-size: 26px; }

.list_footer_152 .fc_r .ion {
  width: 61px;
  height: 56px;
  text-align: center;
  line-height: 54px;
  margin-top: 38px;
  margin-right: 40px;
  background: url(/template/Index/Common/plugin/152/images/icon_q.png) no-repeat; }

.list_footer_152 .fc_r .ion img {
  display: inline-block;
  transition: all .7s;
  -moz-transition: all .7s;
  -webkit-transition: all .7s;
  -ms-transform: all .7s; }

.list_footer_152 .fc_r .ion:hover img {
  transform: rotateY(360deg);
  -webkit-transform: rotateY(360deg);
  -moz-transform: rotateY(360deg);
  -o-transform: rotateY(360deg); }

.list_footer_152 .fc_r .eq {
  margin-top: 22px;
  margin-left: 14px; }

.list_footer_152 .fc_r .eq img {
  display: inline-block; }

.list_footer_152 .fc_r .eq span {
  display: inline-block;
  width: 12px;
  color: #fff;
  line-height: 12px;
  font-size: 12px;
  overflow: hidden;
  vertical-align: middle;
  margin-left: 8px; }

.list_footer_152 .copyright {
  color: #999;
  font-size: 0.24rem;
  background: #222;
  text-align: center;
  padding: 14px 0.24rem; }

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

  .list_footer_152 .fc_l {
    width: 54%; }

  .list_footer_152 .fc_r {
    width: 44%; }

  .list_footer_152 .fc_r .ion {
    margin-right: 20px; } }
@media screen and (min-width: 768px) and (max-width: 991px) {
  .list_footer_152 .footer_cont {
    width: 96%; }

  .list_footer_152 .fc_l {
    width: 100%; }

  .list_footer_152 .ft_nav {
    text-align: center; }

  .list_footer_152 .fc_l .copy {
    width: 100%;
    text-align: center; }

  .list_footer_152 .fc_r {
    display: none; } }
@media screen and (max-width: 767px) {
  .list_footer_152 {
    padding: 0; }

  .list_footer_152 .fc_r {
    display: none; }

  .list_footer_152 .ft_nav {
    display: none; }

  .list_footer_152 .fc_l {
    width: 100%; }

  .list_footer_152 .fc_l .copy {
    width: 100%;
    text-align: center;
    border: none; }

  .list_footer_152 .fc_l .copy {
    color: #999;
    font-size: 0.24rem;
    line-height: 0.4rem;
    background: #222;
    text-align: center;
    padding: 0.28rem 0.24rem; }

  .list_footer_152 .fc_l .copy a {
    color: #5e5e5e; } }

/*# sourceMappingURL=style.css.map */
<!--0.00016999244689941-->