@charset "UTF-8";
@import '../../fonts/iconfont/iconfont.css';
/* Element Chalk Variables */
/* Transition
-------------------------- */
/* Colors
-------------------------- */
/* #409EFF  */
/* 53a8ff */
/* 66b1ff */
/* 79bbff */
/* 8cc5ff */
/* a0cfff */
/* b3d8ff */
/* c6e2ff */
/* d9ecff */
/* ecf5ff */
/* #67c23a */
/* #e6a23c */
/* #f56c6c */
/* 樱花红 */
/* Link
-------------------------- */
/* Background
-------------------------- */
/* Border
-------------------------- */
/* 4px */
/* Box-shadow
-------------------------- */
/* Fill
-------------------------- */
/* Font
-------------------------- */
/* 14px */
/* Size
-------------------------- */
/* z-index
-------------------------- */
/* Disable base
-------------------------- */
/* Icon
-------------------------- */
/* Checkbox
-------------------------- */
/* Row
-------------------------- */
/* Col
-------------------------- */
/* Radio
-------------------------- */
/* Select
-------------------------- */
/* Alert
-------------------------- */
/* Message Box
-------------------------- */
/* Message
-------------------------- */
/* Notification
-------------------------- */
/* Input
-------------------------- */
/* Cascader
-------------------------- */
/* Group
-------------------------- */
/* Tab
-------------------------- */
/* Button
-------------------------- */
/* cascader
-------------------------- */
/* Switch
-------------------------- */
/* Dialog
-------------------------- */
/* Table
-------------------------- */
/* Pagination
-------------------------- */
/* Popover
-------------------------- */
/* Tooltip
-------------------------- */
/* Tag
-------------------------- */
/* Tree
-------------------------- */
/* Dropdown
-------------------------- */
/* Badge
-------------------------- */
/* Card
--------------------------*/
/* Slider
--------------------------*/
/* Steps
--------------------------*/
/* Menu
--------------------------*/
/* Rate
--------------------------*/
/* DatePicker
--------------------------*/
/* Loading
--------------------------*/
/* Scrollbar
--------------------------*/
/* Carousel
--------------------------*/
/* Collapse
--------------------------*/
/* Transfer
--------------------------*/
/* Header
  --------------------------*/
/* Footer
--------------------------*/
/* Main
--------------------------*/
/* Break-point
--------------------------*/
/* Width
--------------------------*/
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

body {
  color: #000;
}

ul {
  list-style: none;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

a {
  color: #000;
}
a, a:hover, a:link, a:active {
  text-decoration: none;
  cursor: pointer;
}

img {
  vertical-align: middle;
}

h1, h2, h3, h4, h5, h6 {
  line-height: 1.1;
}

h1, h2, h3, h4, h5, h6, p,
div, main, nav, header, footer, section, aside, article,
figure, figcaption,
ul, ol, li {
  margin: 0;
  font-weight: 500;
}
h1, h1:after, h1:before, h2, h2:after, h2:before, h3, h3:after, h3:before, h4, h4:after, h4:before, h5, h5:after, h5:before, h6, h6:after, h6:before, p, p:after, p:before,
div,
div:after,
div:before, main, main:after, main:before, nav, nav:after, nav:before, header, header:after, header:before, footer, footer:after, footer:before, section, section:after, section:before, aside, aside:after, aside:before, article, article:after, article:before,
figure,
figure:after,
figure:before, figcaption, figcaption:after, figcaption:before,
ul,
ul:after,
ul:before, ol, ol:after, ol:before, li, li:after, li:before {
  box-sizing: border-box;
}

.gg-row {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.gg-row::after, .gg-row::before {
  display: table;
  content: "";
}

.gg-row::after {
  clear: both;
}

.gg-row--flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.gg-row--flex:after, .gg-row--flex:before {
  display: none;
}

.gg-row--flex.is-justify-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.gg-row--flex.is-justify-end {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.gg-row--flex.is-justify-space-between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.gg-row--flex.is-justify-space-around {
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.gg-row--flex.is-align-middle {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.gg-row--flex.is-align-bottom {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.gg-col-pull-0, .gg-col-pull-1, .gg-col-pull-10, .gg-col-pull-11, .gg-col-pull-13, .gg-col-pull-14, .gg-col-pull-15, .gg-col-pull-16, .gg-col-pull-17, .gg-col-pull-18, .gg-col-pull-19, .gg-col-pull-2, .gg-col-pull-20, .gg-col-pull-21, .gg-col-pull-22, .gg-col-pull-23, .gg-col-pull-24, .gg-col-pull-3, .gg-col-pull-4, .gg-col-pull-5, .gg-col-pull-6, .gg-col-pull-7, .gg-col-pull-8, .gg-col-pull-9, .gg-col-push-0, .gg-col-push-1, .gg-col-push-10, .gg-col-push-11, .gg-col-push-12, .gg-col-push-13, .gg-col-push-14, .gg-col-push-15, .gg-col-push-16, .gg-col-push-17, .gg-col-push-18, .gg-col-push-19, .gg-col-push-2, .gg-col-push-20, .gg-col-push-21, .gg-col-push-22, .gg-col-push-23, .gg-col-push-24, .gg-col-push-3, .gg-col-push-4, .gg-col-push-5, .gg-col-push-6, .gg-col-push-7, .gg-col-push-8, .gg-col-push-9 {
  position: relative;
}

[class*=gg-col-] {
  float: left;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.gg-col-0 {
  display: none;
  width: 0%;
}

.gg-col-offset-0 {
  margin-left: 0;
}

.gg-col-pull-0 {
  right: 0;
}

.gg-col-push-0 {
  left: 0;
}

.gg-col-1 {
  width: 4.16667%;
}

.gg-col-offset-1 {
  margin-left: 4.16667%;
}

.gg-col-pull-1 {
  right: 4.16667%;
}

.gg-col-push-1 {
  left: 4.16667%;
}

.gg-col-2 {
  width: 8.33333%;
}

.gg-col-offset-2 {
  margin-left: 8.33333%;
}

.gg-col-pull-2 {
  right: 8.33333%;
}

.gg-col-push-2 {
  left: 8.33333%;
}

.gg-col-3 {
  width: 12.5%;
}

.gg-col-offset-3 {
  margin-left: 12.5%;
}

.gg-col-pull-3 {
  right: 12.5%;
}

.gg-col-push-3 {
  left: 12.5%;
}

.gg-col-4 {
  width: 16.66667%;
}

.gg-col-offset-4 {
  margin-left: 16.66667%;
}

.gg-col-pull-4 {
  right: 16.66667%;
}

.gg-col-push-4 {
  left: 16.66667%;
}

.gg-col-5 {
  width: 20.83333%;
}

.gg-col-offset-5 {
  margin-left: 20.83333%;
}

.gg-col-pull-5 {
  right: 20.83333%;
}

.gg-col-push-5 {
  left: 20.83333%;
}

.gg-col-6 {
  width: 25%;
}

.gg-col-offset-6 {
  margin-left: 25%;
}

.gg-col-pull-6 {
  right: 25%;
}

.gg-col-push-6 {
  left: 25%;
}

.gg-col-7 {
  width: 29.16667%;
}

.gg-col-offset-7 {
  margin-left: 29.16667%;
}

.gg-col-pull-7 {
  right: 29.16667%;
}

.gg-col-push-7 {
  left: 29.16667%;
}

.gg-col-8 {
  width: 33.33333%;
}

.gg-col-offset-8 {
  margin-left: 33.33333%;
}

.gg-col-pull-8 {
  right: 33.33333%;
}

.gg-col-push-8 {
  left: 33.33333%;
}

.gg-col-9 {
  width: 37.5%;
}

.gg-col-offset-9 {
  margin-left: 37.5%;
}

.gg-col-pull-9 {
  right: 37.5%;
}

.gg-col-push-9 {
  left: 37.5%;
}

.gg-col-10 {
  width: 41.66667%;
}

.gg-col-offset-10 {
  margin-left: 41.66667%;
}

.gg-col-pull-10 {
  right: 41.66667%;
}

.gg-col-push-10 {
  left: 41.66667%;
}

.gg-col-11 {
  width: 45.83333%;
}

.gg-col-offset-11 {
  margin-left: 45.83333%;
}

.gg-col-pull-11 {
  right: 45.83333%;
}

.gg-col-push-11 {
  left: 45.83333%;
}

.gg-col-12 {
  width: 50%;
}

.gg-col-offset-12 {
  margin-left: 50%;
}

.gg-col-pull-12 {
  position: relative;
  right: 50%;
}

.gg-col-push-12 {
  left: 50%;
}

.gg-col-13 {
  width: 54.16667%;
}

.gg-col-offset-13 {
  margin-left: 54.16667%;
}

.gg-col-pull-13 {
  right: 54.16667%;
}

.gg-col-push-13 {
  left: 54.16667%;
}

.gg-col-14 {
  width: 58.33333%;
}

.gg-col-offset-14 {
  margin-left: 58.33333%;
}

.gg-col-pull-14 {
  right: 58.33333%;
}

.gg-col-push-14 {
  left: 58.33333%;
}

.gg-col-15 {
  width: 62.5%;
}

.gg-col-offset-15 {
  margin-left: 62.5%;
}

.gg-col-pull-15 {
  right: 62.5%;
}

.gg-col-push-15 {
  left: 62.5%;
}

.gg-col-16 {
  width: 66.66667%;
}

.gg-col-offset-16 {
  margin-left: 66.66667%;
}

.gg-col-pull-16 {
  right: 66.66667%;
}

.gg-col-push-16 {
  left: 66.66667%;
}

.gg-col-17 {
  width: 70.83333%;
}

.gg-col-offset-17 {
  margin-left: 70.83333%;
}

.gg-col-pull-17 {
  right: 70.83333%;
}

.gg-col-push-17 {
  left: 70.83333%;
}

.gg-col-18 {
  width: 75%;
}

.gg-col-offset-18 {
  margin-left: 75%;
}

.gg-col-pull-18 {
  right: 75%;
}

.gg-col-push-18 {
  left: 75%;
}

.gg-col-19 {
  width: 79.16667%;
}

.gg-col-offset-19 {
  margin-left: 79.16667%;
}

.gg-col-pull-19 {
  right: 79.16667%;
}

.gg-col-push-19 {
  left: 79.16667%;
}

.gg-col-20 {
  width: 83.33333%;
}

.gg-col-offset-20 {
  margin-left: 83.33333%;
}

.gg-col-pull-20 {
  right: 83.33333%;
}

.gg-col-push-20 {
  left: 83.33333%;
}

.gg-col-21 {
  width: 87.5%;
}

.gg-col-offset-21 {
  margin-left: 87.5%;
}

.gg-col-pull-21 {
  right: 87.5%;
}

.gg-col-push-21 {
  left: 87.5%;
}

.gg-col-22 {
  width: 91.66667%;
}

.gg-col-offset-22 {
  margin-left: 91.66667%;
}

.gg-col-pull-22 {
  right: 91.66667%;
}

.gg-col-push-22 {
  left: 91.66667%;
}

.gg-col-23 {
  width: 95.83333%;
}

.gg-col-offset-23 {
  margin-left: 95.83333%;
}

.gg-col-pull-23 {
  right: 95.83333%;
}

.gg-col-push-23 {
  left: 95.83333%;
}

.gg-col-24 {
  width: 100%;
}

.gg-col-offset-24 {
  margin-left: 100%;
}

.gg-col-pull-24 {
  right: 100%;
}

.gg-col-push-24 {
  left: 100%;
}

@media only screen and (max-width: 767px) {
  .gg-col-xs-0 {
    display: none;
    width: 0%;
  }

  .gg-col-xs-offset-0 {
    margin-left: 0;
  }

  .gg-col-xs-pull-0 {
    position: relative;
    right: 0;
  }

  .gg-col-xs-push-0 {
    position: relative;
    left: 0;
  }

  .gg-col-xs-1 {
    width: 4.16667%;
  }

  .gg-col-xs-offset-1 {
    margin-left: 4.16667%;
  }

  .gg-col-xs-pull-1 {
    position: relative;
    right: 4.16667%;
  }

  .gg-col-xs-push-1 {
    position: relative;
    left: 4.16667%;
  }

  .gg-col-xs-2 {
    width: 8.33333%;
  }

  .gg-col-xs-offset-2 {
    margin-left: 8.33333%;
  }

  .gg-col-xs-pull-2 {
    position: relative;
    right: 8.33333%;
  }

  .gg-col-xs-push-2 {
    position: relative;
    left: 8.33333%;
  }

  .gg-col-xs-3 {
    width: 12.5%;
  }

  .gg-col-xs-offset-3 {
    margin-left: 12.5%;
  }

  .gg-col-xs-pull-3 {
    position: relative;
    right: 12.5%;
  }

  .gg-col-xs-push-3 {
    position: relative;
    left: 12.5%;
  }

  .gg-col-xs-4 {
    width: 16.66667%;
  }

  .gg-col-xs-offset-4 {
    margin-left: 16.66667%;
  }

  .gg-col-xs-pull-4 {
    position: relative;
    right: 16.66667%;
  }

  .gg-col-xs-push-4 {
    position: relative;
    left: 16.66667%;
  }

  .gg-col-xs-5 {
    width: 20.83333%;
  }

  .gg-col-xs-offset-5 {
    margin-left: 20.83333%;
  }

  .gg-col-xs-pull-5 {
    position: relative;
    right: 20.83333%;
  }

  .gg-col-xs-push-5 {
    position: relative;
    left: 20.83333%;
  }

  .gg-col-xs-6 {
    width: 25%;
  }

  .gg-col-xs-offset-6 {
    margin-left: 25%;
  }

  .gg-col-xs-pull-6 {
    position: relative;
    right: 25%;
  }

  .gg-col-xs-push-6 {
    position: relative;
    left: 25%;
  }

  .gg-col-xs-7 {
    width: 29.16667%;
  }

  .gg-col-xs-offset-7 {
    margin-left: 29.16667%;
  }

  .gg-col-xs-pull-7 {
    position: relative;
    right: 29.16667%;
  }

  .gg-col-xs-push-7 {
    position: relative;
    left: 29.16667%;
  }

  .gg-col-xs-8 {
    width: 33.33333%;
  }

  .gg-col-xs-offset-8 {
    margin-left: 33.33333%;
  }

  .gg-col-xs-pull-8 {
    position: relative;
    right: 33.33333%;
  }

  .gg-col-xs-push-8 {
    position: relative;
    left: 33.33333%;
  }

  .gg-col-xs-9 {
    width: 37.5%;
  }

  .gg-col-xs-offset-9 {
    margin-left: 37.5%;
  }

  .gg-col-xs-pull-9 {
    position: relative;
    right: 37.5%;
  }

  .gg-col-xs-push-9 {
    position: relative;
    left: 37.5%;
  }

  .gg-col-xs-10 {
    width: 41.66667%;
  }

  .gg-col-xs-offset-10 {
    margin-left: 41.66667%;
  }

  .gg-col-xs-pull-10 {
    position: relative;
    right: 41.66667%;
  }

  .gg-col-xs-push-10 {
    position: relative;
    left: 41.66667%;
  }

  .gg-col-xs-11 {
    width: 45.83333%;
  }

  .gg-col-xs-offset-11 {
    margin-left: 45.83333%;
  }

  .gg-col-xs-pull-11 {
    position: relative;
    right: 45.83333%;
  }

  .gg-col-xs-push-11 {
    position: relative;
    left: 45.83333%;
  }

  .gg-col-xs-12 {
    width: 50%;
  }

  .gg-col-xs-offset-12 {
    margin-left: 50%;
  }

  .gg-col-xs-pull-12 {
    position: relative;
    right: 50%;
  }

  .gg-col-xs-push-12 {
    position: relative;
    left: 50%;
  }

  .gg-col-xs-13 {
    width: 54.16667%;
  }

  .gg-col-xs-offset-13 {
    margin-left: 54.16667%;
  }

  .gg-col-xs-pull-13 {
    position: relative;
    right: 54.16667%;
  }

  .gg-col-xs-push-13 {
    position: relative;
    left: 54.16667%;
  }

  .gg-col-xs-14 {
    width: 58.33333%;
  }

  .gg-col-xs-offset-14 {
    margin-left: 58.33333%;
  }

  .gg-col-xs-pull-14 {
    position: relative;
    right: 58.33333%;
  }

  .gg-col-xs-push-14 {
    position: relative;
    left: 58.33333%;
  }

  .gg-col-xs-15 {
    width: 62.5%;
  }

  .gg-col-xs-offset-15 {
    margin-left: 62.5%;
  }

  .gg-col-xs-pull-15 {
    position: relative;
    right: 62.5%;
  }

  .gg-col-xs-push-15 {
    position: relative;
    left: 62.5%;
  }

  .gg-col-xs-16 {
    width: 66.66667%;
  }

  .gg-col-xs-offset-16 {
    margin-left: 66.66667%;
  }

  .gg-col-xs-pull-16 {
    position: relative;
    right: 66.66667%;
  }

  .gg-col-xs-push-16 {
    position: relative;
    left: 66.66667%;
  }

  .gg-col-xs-17 {
    width: 70.83333%;
  }

  .gg-col-xs-offset-17 {
    margin-left: 70.83333%;
  }

  .gg-col-xs-pull-17 {
    position: relative;
    right: 70.83333%;
  }

  .gg-col-xs-push-17 {
    position: relative;
    left: 70.83333%;
  }

  .gg-col-xs-18 {
    width: 75%;
  }

  .gg-col-xs-offset-18 {
    margin-left: 75%;
  }

  .gg-col-xs-pull-18 {
    position: relative;
    right: 75%;
  }

  .gg-col-xs-push-18 {
    position: relative;
    left: 75%;
  }

  .gg-col-xs-19 {
    width: 79.16667%;
  }

  .gg-col-xs-offset-19 {
    margin-left: 79.16667%;
  }

  .gg-col-xs-pull-19 {
    position: relative;
    right: 79.16667%;
  }

  .gg-col-xs-push-19 {
    position: relative;
    left: 79.16667%;
  }

  .gg-col-xs-20 {
    width: 83.33333%;
  }

  .gg-col-xs-offset-20 {
    margin-left: 83.33333%;
  }

  .gg-col-xs-pull-20 {
    position: relative;
    right: 83.33333%;
  }

  .gg-col-xs-push-20 {
    position: relative;
    left: 83.33333%;
  }

  .gg-col-xs-21 {
    width: 87.5%;
  }

  .gg-col-xs-offset-21 {
    margin-left: 87.5%;
  }

  .gg-col-xs-pull-21 {
    position: relative;
    right: 87.5%;
  }

  .gg-col-xs-push-21 {
    position: relative;
    left: 87.5%;
  }

  .gg-col-xs-22 {
    width: 91.66667%;
  }

  .gg-col-xs-offset-22 {
    margin-left: 91.66667%;
  }

  .gg-col-xs-pull-22 {
    position: relative;
    right: 91.66667%;
  }

  .gg-col-xs-push-22 {
    position: relative;
    left: 91.66667%;
  }

  .gg-col-xs-23 {
    width: 95.83333%;
  }

  .gg-col-xs-offset-23 {
    margin-left: 95.83333%;
  }

  .gg-col-xs-pull-23 {
    position: relative;
    right: 95.83333%;
  }

  .gg-col-xs-push-23 {
    position: relative;
    left: 95.83333%;
  }

  .gg-col-xs-24 {
    width: 100%;
  }

  .gg-col-xs-offset-24 {
    margin-left: 100%;
  }

  .gg-col-xs-pull-24 {
    position: relative;
    right: 100%;
  }

  .gg-col-xs-push-24 {
    position: relative;
    left: 100%;
  }
}
@media only screen and (min-width: 768px) {
  .gg-col-sm-0 {
    display: none;
    width: 0%;
  }

  .gg-col-sm-offset-0 {
    margin-left: 0;
  }

  .gg-col-sm-pull-0 {
    position: relative;
    right: 0;
  }

  .gg-col-sm-push-0 {
    position: relative;
    left: 0;
  }

  .gg-col-sm-1 {
    width: 4.16667%;
  }

  .gg-col-sm-offset-1 {
    margin-left: 4.16667%;
  }

  .gg-col-sm-pull-1 {
    position: relative;
    right: 4.16667%;
  }

  .gg-col-sm-push-1 {
    position: relative;
    left: 4.16667%;
  }

  .gg-col-sm-2 {
    width: 8.33333%;
  }

  .gg-col-sm-offset-2 {
    margin-left: 8.33333%;
  }

  .gg-col-sm-pull-2 {
    position: relative;
    right: 8.33333%;
  }

  .gg-col-sm-push-2 {
    position: relative;
    left: 8.33333%;
  }

  .gg-col-sm-3 {
    width: 12.5%;
  }

  .gg-col-sm-offset-3 {
    margin-left: 12.5%;
  }

  .gg-col-sm-pull-3 {
    position: relative;
    right: 12.5%;
  }

  .gg-col-sm-push-3 {
    position: relative;
    left: 12.5%;
  }

  .gg-col-sm-4 {
    width: 16.66667%;
  }

  .gg-col-sm-offset-4 {
    margin-left: 16.66667%;
  }

  .gg-col-sm-pull-4 {
    position: relative;
    right: 16.66667%;
  }

  .gg-col-sm-push-4 {
    position: relative;
    left: 16.66667%;
  }

  .gg-col-sm-5 {
    width: 20.83333%;
  }

  .gg-col-sm-offset-5 {
    margin-left: 20.83333%;
  }

  .gg-col-sm-pull-5 {
    position: relative;
    right: 20.83333%;
  }

  .gg-col-sm-push-5 {
    position: relative;
    left: 20.83333%;
  }

  .gg-col-sm-6 {
    width: 25%;
  }

  .gg-col-sm-offset-6 {
    margin-left: 25%;
  }

  .gg-col-sm-pull-6 {
    position: relative;
    right: 25%;
  }

  .gg-col-sm-push-6 {
    position: relative;
    left: 25%;
  }

  .gg-col-sm-7 {
    width: 29.16667%;
  }

  .gg-col-sm-offset-7 {
    margin-left: 29.16667%;
  }

  .gg-col-sm-pull-7 {
    position: relative;
    right: 29.16667%;
  }

  .gg-col-sm-push-7 {
    position: relative;
    left: 29.16667%;
  }

  .gg-col-sm-8 {
    width: 33.33333%;
  }

  .gg-col-sm-offset-8 {
    margin-left: 33.33333%;
  }

  .gg-col-sm-pull-8 {
    position: relative;
    right: 33.33333%;
  }

  .gg-col-sm-push-8 {
    position: relative;
    left: 33.33333%;
  }

  .gg-col-sm-9 {
    width: 37.5%;
  }

  .gg-col-sm-offset-9 {
    margin-left: 37.5%;
  }

  .gg-col-sm-pull-9 {
    position: relative;
    right: 37.5%;
  }

  .gg-col-sm-push-9 {
    position: relative;
    left: 37.5%;
  }

  .gg-col-sm-10 {
    width: 41.66667%;
  }

  .gg-col-sm-offset-10 {
    margin-left: 41.66667%;
  }

  .gg-col-sm-pull-10 {
    position: relative;
    right: 41.66667%;
  }

  .gg-col-sm-push-10 {
    position: relative;
    left: 41.66667%;
  }

  .gg-col-sm-11 {
    width: 45.83333%;
  }

  .gg-col-sm-offset-11 {
    margin-left: 45.83333%;
  }

  .gg-col-sm-pull-11 {
    position: relative;
    right: 45.83333%;
  }

  .gg-col-sm-push-11 {
    position: relative;
    left: 45.83333%;
  }

  .gg-col-sm-12 {
    width: 50%;
  }

  .gg-col-sm-offset-12 {
    margin-left: 50%;
  }

  .gg-col-sm-pull-12 {
    position: relative;
    right: 50%;
  }

  .gg-col-sm-push-12 {
    position: relative;
    left: 50%;
  }

  .gg-col-sm-13 {
    width: 54.16667%;
  }

  .gg-col-sm-offset-13 {
    margin-left: 54.16667%;
  }

  .gg-col-sm-pull-13 {
    position: relative;
    right: 54.16667%;
  }

  .gg-col-sm-push-13 {
    position: relative;
    left: 54.16667%;
  }

  .gg-col-sm-14 {
    width: 58.33333%;
  }

  .gg-col-sm-offset-14 {
    margin-left: 58.33333%;
  }

  .gg-col-sm-pull-14 {
    position: relative;
    right: 58.33333%;
  }

  .gg-col-sm-push-14 {
    position: relative;
    left: 58.33333%;
  }

  .gg-col-sm-15 {
    width: 62.5%;
  }

  .gg-col-sm-offset-15 {
    margin-left: 62.5%;
  }

  .gg-col-sm-pull-15 {
    position: relative;
    right: 62.5%;
  }

  .gg-col-sm-push-15 {
    position: relative;
    left: 62.5%;
  }

  .gg-col-sm-16 {
    width: 66.66667%;
  }

  .gg-col-sm-offset-16 {
    margin-left: 66.66667%;
  }

  .gg-col-sm-pull-16 {
    position: relative;
    right: 66.66667%;
  }

  .gg-col-sm-push-16 {
    position: relative;
    left: 66.66667%;
  }

  .gg-col-sm-17 {
    width: 70.83333%;
  }

  .gg-col-sm-offset-17 {
    margin-left: 70.83333%;
  }

  .gg-col-sm-pull-17 {
    position: relative;
    right: 70.83333%;
  }

  .gg-col-sm-push-17 {
    position: relative;
    left: 70.83333%;
  }

  .gg-col-sm-18 {
    width: 75%;
  }

  .gg-col-sm-offset-18 {
    margin-left: 75%;
  }

  .gg-col-sm-pull-18 {
    position: relative;
    right: 75%;
  }

  .gg-col-sm-push-18 {
    position: relative;
    left: 75%;
  }

  .gg-col-sm-19 {
    width: 79.16667%;
  }

  .gg-col-sm-offset-19 {
    margin-left: 79.16667%;
  }

  .gg-col-sm-pull-19 {
    position: relative;
    right: 79.16667%;
  }

  .gg-col-sm-push-19 {
    position: relative;
    left: 79.16667%;
  }

  .gg-col-sm-20 {
    width: 83.33333%;
  }

  .gg-col-sm-offset-20 {
    margin-left: 83.33333%;
  }

  .gg-col-sm-pull-20 {
    position: relative;
    right: 83.33333%;
  }

  .gg-col-sm-push-20 {
    position: relative;
    left: 83.33333%;
  }

  .gg-col-sm-21 {
    width: 87.5%;
  }

  .gg-col-sm-offset-21 {
    margin-left: 87.5%;
  }

  .gg-col-sm-pull-21 {
    position: relative;
    right: 87.5%;
  }

  .gg-col-sm-push-21 {
    position: relative;
    left: 87.5%;
  }

  .gg-col-sm-22 {
    width: 91.66667%;
  }

  .gg-col-sm-offset-22 {
    margin-left: 91.66667%;
  }

  .gg-col-sm-pull-22 {
    position: relative;
    right: 91.66667%;
  }

  .gg-col-sm-push-22 {
    position: relative;
    left: 91.66667%;
  }

  .gg-col-sm-23 {
    width: 95.83333%;
  }

  .gg-col-sm-offset-23 {
    margin-left: 95.83333%;
  }

  .gg-col-sm-pull-23 {
    position: relative;
    right: 95.83333%;
  }

  .gg-col-sm-push-23 {
    position: relative;
    left: 95.83333%;
  }

  .gg-col-sm-24 {
    width: 100%;
  }

  .gg-col-sm-offset-24 {
    margin-left: 100%;
  }

  .gg-col-sm-pull-24 {
    position: relative;
    right: 100%;
  }

  .gg-col-sm-push-24 {
    position: relative;
    left: 100%;
  }
}
@media only screen and (min-width: 992px) {
  .gg-col-md-0 {
    display: none;
    width: 0%;
  }

  .gg-col-md-offset-0 {
    margin-left: 0;
  }

  .gg-col-md-pull-0 {
    position: relative;
    right: 0;
  }

  .gg-col-md-push-0 {
    position: relative;
    left: 0;
  }

  .gg-col-md-1 {
    width: 4.16667%;
  }

  .gg-col-md-offset-1 {
    margin-left: 4.16667%;
  }

  .gg-col-md-pull-1 {
    position: relative;
    right: 4.16667%;
  }

  .gg-col-md-push-1 {
    position: relative;
    left: 4.16667%;
  }

  .gg-col-md-2 {
    width: 8.33333%;
  }

  .gg-col-md-offset-2 {
    margin-left: 8.33333%;
  }

  .gg-col-md-pull-2 {
    position: relative;
    right: 8.33333%;
  }

  .gg-col-md-push-2 {
    position: relative;
    left: 8.33333%;
  }

  .gg-col-md-3 {
    width: 12.5%;
  }

  .gg-col-md-offset-3 {
    margin-left: 12.5%;
  }

  .gg-col-md-pull-3 {
    position: relative;
    right: 12.5%;
  }

  .gg-col-md-push-3 {
    position: relative;
    left: 12.5%;
  }

  .gg-col-md-4 {
    width: 16.66667%;
  }

  .gg-col-md-offset-4 {
    margin-left: 16.66667%;
  }

  .gg-col-md-pull-4 {
    position: relative;
    right: 16.66667%;
  }

  .gg-col-md-push-4 {
    position: relative;
    left: 16.66667%;
  }

  .gg-col-md-5 {
    width: 20.83333%;
  }

  .gg-col-md-offset-5 {
    margin-left: 20.83333%;
  }

  .gg-col-md-pull-5 {
    position: relative;
    right: 20.83333%;
  }

  .gg-col-md-push-5 {
    position: relative;
    left: 20.83333%;
  }

  .gg-col-md-6 {
    width: 25%;
  }

  .gg-col-md-offset-6 {
    margin-left: 25%;
  }

  .gg-col-md-pull-6 {
    position: relative;
    right: 25%;
  }

  .gg-col-md-push-6 {
    position: relative;
    left: 25%;
  }

  .gg-col-md-7 {
    width: 29.16667%;
  }

  .gg-col-md-offset-7 {
    margin-left: 29.16667%;
  }

  .gg-col-md-pull-7 {
    position: relative;
    right: 29.16667%;
  }

  .gg-col-md-push-7 {
    position: relative;
    left: 29.16667%;
  }

  .gg-col-md-8 {
    width: 33.33333%;
  }

  .gg-col-md-offset-8 {
    margin-left: 33.33333%;
  }

  .gg-col-md-pull-8 {
    position: relative;
    right: 33.33333%;
  }

  .gg-col-md-push-8 {
    position: relative;
    left: 33.33333%;
  }

  .gg-col-md-9 {
    width: 37.5%;
  }

  .gg-col-md-offset-9 {
    margin-left: 37.5%;
  }

  .gg-col-md-pull-9 {
    position: relative;
    right: 37.5%;
  }

  .gg-col-md-push-9 {
    position: relative;
    left: 37.5%;
  }

  .gg-col-md-10 {
    width: 41.66667%;
  }

  .gg-col-md-offset-10 {
    margin-left: 41.66667%;
  }

  .gg-col-md-pull-10 {
    position: relative;
    right: 41.66667%;
  }

  .gg-col-md-push-10 {
    position: relative;
    left: 41.66667%;
  }

  .gg-col-md-11 {
    width: 45.83333%;
  }

  .gg-col-md-offset-11 {
    margin-left: 45.83333%;
  }

  .gg-col-md-pull-11 {
    position: relative;
    right: 45.83333%;
  }

  .gg-col-md-push-11 {
    position: relative;
    left: 45.83333%;
  }

  .gg-col-md-12 {
    width: 50%;
  }

  .gg-col-md-offset-12 {
    margin-left: 50%;
  }

  .gg-col-md-pull-12 {
    position: relative;
    right: 50%;
  }

  .gg-col-md-push-12 {
    position: relative;
    left: 50%;
  }

  .gg-col-md-13 {
    width: 54.16667%;
  }

  .gg-col-md-offset-13 {
    margin-left: 54.16667%;
  }

  .gg-col-md-pull-13 {
    position: relative;
    right: 54.16667%;
  }

  .gg-col-md-push-13 {
    position: relative;
    left: 54.16667%;
  }

  .gg-col-md-14 {
    width: 58.33333%;
  }

  .gg-col-md-offset-14 {
    margin-left: 58.33333%;
  }

  .gg-col-md-pull-14 {
    position: relative;
    right: 58.33333%;
  }

  .gg-col-md-push-14 {
    position: relative;
    left: 58.33333%;
  }

  .gg-col-md-15 {
    width: 62.5%;
  }

  .gg-col-md-offset-15 {
    margin-left: 62.5%;
  }

  .gg-col-md-pull-15 {
    position: relative;
    right: 62.5%;
  }

  .gg-col-md-push-15 {
    position: relative;
    left: 62.5%;
  }

  .gg-col-md-16 {
    width: 66.66667%;
  }

  .gg-col-md-offset-16 {
    margin-left: 66.66667%;
  }

  .gg-col-md-pull-16 {
    position: relative;
    right: 66.66667%;
  }

  .gg-col-md-push-16 {
    position: relative;
    left: 66.66667%;
  }

  .gg-col-md-17 {
    width: 70.83333%;
  }

  .gg-col-md-offset-17 {
    margin-left: 70.83333%;
  }

  .gg-col-md-pull-17 {
    position: relative;
    right: 70.83333%;
  }

  .gg-col-md-push-17 {
    position: relative;
    left: 70.83333%;
  }

  .gg-col-md-18 {
    width: 75%;
  }

  .gg-col-md-offset-18 {
    margin-left: 75%;
  }

  .gg-col-md-pull-18 {
    position: relative;
    right: 75%;
  }

  .gg-col-md-push-18 {
    position: relative;
    left: 75%;
  }

  .gg-col-md-19 {
    width: 79.16667%;
  }

  .gg-col-md-offset-19 {
    margin-left: 79.16667%;
  }

  .gg-col-md-pull-19 {
    position: relative;
    right: 79.16667%;
  }

  .gg-col-md-push-19 {
    position: relative;
    left: 79.16667%;
  }

  .gg-col-md-20 {
    width: 83.33333%;
  }

  .gg-col-md-offset-20 {
    margin-left: 83.33333%;
  }

  .gg-col-md-pull-20 {
    position: relative;
    right: 83.33333%;
  }

  .gg-col-md-push-20 {
    position: relative;
    left: 83.33333%;
  }

  .gg-col-md-21 {
    width: 87.5%;
  }

  .gg-col-md-offset-21 {
    margin-left: 87.5%;
  }

  .gg-col-md-pull-21 {
    position: relative;
    right: 87.5%;
  }

  .gg-col-md-push-21 {
    position: relative;
    left: 87.5%;
  }

  .gg-col-md-22 {
    width: 91.66667%;
  }

  .gg-col-md-offset-22 {
    margin-left: 91.66667%;
  }

  .gg-col-md-pull-22 {
    position: relative;
    right: 91.66667%;
  }

  .gg-col-md-push-22 {
    position: relative;
    left: 91.66667%;
  }

  .gg-col-md-23 {
    width: 95.83333%;
  }

  .gg-col-md-offset-23 {
    margin-left: 95.83333%;
  }

  .gg-col-md-pull-23 {
    position: relative;
    right: 95.83333%;
  }

  .gg-col-md-push-23 {
    position: relative;
    left: 95.83333%;
  }

  .gg-col-md-24 {
    width: 100%;
  }

  .gg-col-md-offset-24 {
    margin-left: 100%;
  }

  .gg-col-md-pull-24 {
    position: relative;
    right: 100%;
  }

  .gg-col-md-push-24 {
    position: relative;
    left: 100%;
  }
}
@media only screen and (min-width: 1200px) {
  .gg-col-lg-0 {
    display: none;
    width: 0%;
  }

  .gg-col-lg-offset-0 {
    margin-left: 0;
  }

  .gg-col-lg-pull-0 {
    position: relative;
    right: 0;
  }

  .gg-col-lg-push-0 {
    position: relative;
    left: 0;
  }

  .gg-col-lg-1 {
    width: 4.16667%;
  }

  .gg-col-lg-offset-1 {
    margin-left: 4.16667%;
  }

  .gg-col-lg-pull-1 {
    position: relative;
    right: 4.16667%;
  }

  .gg-col-lg-push-1 {
    position: relative;
    left: 4.16667%;
  }

  .gg-col-lg-2 {
    width: 8.33333%;
  }

  .gg-col-lg-offset-2 {
    margin-left: 8.33333%;
  }

  .gg-col-lg-pull-2 {
    position: relative;
    right: 8.33333%;
  }

  .gg-col-lg-push-2 {
    position: relative;
    left: 8.33333%;
  }

  .gg-col-lg-3 {
    width: 12.5%;
  }

  .gg-col-lg-offset-3 {
    margin-left: 12.5%;
  }

  .gg-col-lg-pull-3 {
    position: relative;
    right: 12.5%;
  }

  .gg-col-lg-push-3 {
    position: relative;
    left: 12.5%;
  }

  .gg-col-lg-4 {
    width: 16.66667%;
  }

  .gg-col-lg-offset-4 {
    margin-left: 16.66667%;
  }

  .gg-col-lg-pull-4 {
    position: relative;
    right: 16.66667%;
  }

  .gg-col-lg-push-4 {
    position: relative;
    left: 16.66667%;
  }

  .gg-col-lg-5 {
    width: 20.83333%;
  }

  .gg-col-lg-offset-5 {
    margin-left: 20.83333%;
  }

  .gg-col-lg-pull-5 {
    position: relative;
    right: 20.83333%;
  }

  .gg-col-lg-push-5 {
    position: relative;
    left: 20.83333%;
  }

  .gg-col-lg-6 {
    width: 25%;
  }

  .gg-col-lg-offset-6 {
    margin-left: 25%;
  }

  .gg-col-lg-pull-6 {
    position: relative;
    right: 25%;
  }

  .gg-col-lg-push-6 {
    position: relative;
    left: 25%;
  }

  .gg-col-lg-7 {
    width: 29.16667%;
  }

  .gg-col-lg-offset-7 {
    margin-left: 29.16667%;
  }

  .gg-col-lg-pull-7 {
    position: relative;
    right: 29.16667%;
  }

  .gg-col-lg-push-7 {
    position: relative;
    left: 29.16667%;
  }

  .gg-col-lg-8 {
    width: 33.33333%;
  }

  .gg-col-lg-offset-8 {
    margin-left: 33.33333%;
  }

  .gg-col-lg-pull-8 {
    position: relative;
    right: 33.33333%;
  }

  .gg-col-lg-push-8 {
    position: relative;
    left: 33.33333%;
  }

  .gg-col-lg-9 {
    width: 37.5%;
  }

  .gg-col-lg-offset-9 {
    margin-left: 37.5%;
  }

  .gg-col-lg-pull-9 {
    position: relative;
    right: 37.5%;
  }

  .gg-col-lg-push-9 {
    position: relative;
    left: 37.5%;
  }

  .gg-col-lg-10 {
    width: 41.66667%;
  }

  .gg-col-lg-offset-10 {
    margin-left: 41.66667%;
  }

  .gg-col-lg-pull-10 {
    position: relative;
    right: 41.66667%;
  }

  .gg-col-lg-push-10 {
    position: relative;
    left: 41.66667%;
  }

  .gg-col-lg-11 {
    width: 45.83333%;
  }

  .gg-col-lg-offset-11 {
    margin-left: 45.83333%;
  }

  .gg-col-lg-pull-11 {
    position: relative;
    right: 45.83333%;
  }

  .gg-col-lg-push-11 {
    position: relative;
    left: 45.83333%;
  }

  .gg-col-lg-12 {
    width: 50%;
  }

  .gg-col-lg-offset-12 {
    margin-left: 50%;
  }

  .gg-col-lg-pull-12 {
    position: relative;
    right: 50%;
  }

  .gg-col-lg-push-12 {
    position: relative;
    left: 50%;
  }

  .gg-col-lg-13 {
    width: 54.16667%;
  }

  .gg-col-lg-offset-13 {
    margin-left: 54.16667%;
  }

  .gg-col-lg-pull-13 {
    position: relative;
    right: 54.16667%;
  }

  .gg-col-lg-push-13 {
    position: relative;
    left: 54.16667%;
  }

  .gg-col-lg-14 {
    width: 58.33333%;
  }

  .gg-col-lg-offset-14 {
    margin-left: 58.33333%;
  }

  .gg-col-lg-pull-14 {
    position: relative;
    right: 58.33333%;
  }

  .gg-col-lg-push-14 {
    position: relative;
    left: 58.33333%;
  }

  .gg-col-lg-15 {
    width: 62.5%;
  }

  .gg-col-lg-offset-15 {
    margin-left: 62.5%;
  }

  .gg-col-lg-pull-15 {
    position: relative;
    right: 62.5%;
  }

  .gg-col-lg-push-15 {
    position: relative;
    left: 62.5%;
  }

  .gg-col-lg-16 {
    width: 66.66667%;
  }

  .gg-col-lg-offset-16 {
    margin-left: 66.66667%;
  }

  .gg-col-lg-pull-16 {
    position: relative;
    right: 66.66667%;
  }

  .gg-col-lg-push-16 {
    position: relative;
    left: 66.66667%;
  }

  .gg-col-lg-17 {
    width: 70.83333%;
  }

  .gg-col-lg-offset-17 {
    margin-left: 70.83333%;
  }

  .gg-col-lg-pull-17 {
    position: relative;
    right: 70.83333%;
  }

  .gg-col-lg-push-17 {
    position: relative;
    left: 70.83333%;
  }

  .gg-col-lg-18 {
    width: 75%;
  }

  .gg-col-lg-offset-18 {
    margin-left: 75%;
  }

  .gg-col-lg-pull-18 {
    position: relative;
    right: 75%;
  }

  .gg-col-lg-push-18 {
    position: relative;
    left: 75%;
  }

  .gg-col-lg-19 {
    width: 79.16667%;
  }

  .gg-col-lg-offset-19 {
    margin-left: 79.16667%;
  }

  .gg-col-lg-pull-19 {
    position: relative;
    right: 79.16667%;
  }

  .gg-col-lg-push-19 {
    position: relative;
    left: 79.16667%;
  }

  .gg-col-lg-20 {
    width: 83.33333%;
  }

  .gg-col-lg-offset-20 {
    margin-left: 83.33333%;
  }

  .gg-col-lg-pull-20 {
    position: relative;
    right: 83.33333%;
  }

  .gg-col-lg-push-20 {
    position: relative;
    left: 83.33333%;
  }

  .gg-col-lg-21 {
    width: 87.5%;
  }

  .gg-col-lg-offset-21 {
    margin-left: 87.5%;
  }

  .gg-col-lg-pull-21 {
    position: relative;
    right: 87.5%;
  }

  .gg-col-lg-push-21 {
    position: relative;
    left: 87.5%;
  }

  .gg-col-lg-22 {
    width: 91.66667%;
  }

  .gg-col-lg-offset-22 {
    margin-left: 91.66667%;
  }

  .gg-col-lg-pull-22 {
    position: relative;
    right: 91.66667%;
  }

  .gg-col-lg-push-22 {
    position: relative;
    left: 91.66667%;
  }

  .gg-col-lg-23 {
    width: 95.83333%;
  }

  .gg-col-lg-offset-23 {
    margin-left: 95.83333%;
  }

  .gg-col-lg-pull-23 {
    position: relative;
    right: 95.83333%;
  }

  .gg-col-lg-push-23 {
    position: relative;
    left: 95.83333%;
  }

  .gg-col-lg-24 {
    width: 100%;
  }

  .gg-col-lg-offset-24 {
    margin-left: 100%;
  }

  .gg-col-lg-pull-24 {
    position: relative;
    right: 100%;
  }

  .gg-col-lg-push-24 {
    position: relative;
    left: 100%;
  }
}
@media only screen and (min-width: 1920px) {
  .gg-col-xl-0 {
    display: none;
    width: 0%;
  }

  .gg-col-xl-offset-0 {
    margin-left: 0;
  }

  .gg-col-xl-pull-0 {
    position: relative;
    right: 0;
  }

  .gg-col-xl-push-0 {
    position: relative;
    left: 0;
  }

  .gg-col-xl-1 {
    width: 4.16667%;
  }

  .gg-col-xl-offset-1 {
    margin-left: 4.16667%;
  }

  .gg-col-xl-pull-1 {
    position: relative;
    right: 4.16667%;
  }

  .gg-col-xl-push-1 {
    position: relative;
    left: 4.16667%;
  }

  .gg-col-xl-2 {
    width: 8.33333%;
  }

  .gg-col-xl-offset-2 {
    margin-left: 8.33333%;
  }

  .gg-col-xl-pull-2 {
    position: relative;
    right: 8.33333%;
  }

  .gg-col-xl-push-2 {
    position: relative;
    left: 8.33333%;
  }

  .gg-col-xl-3 {
    width: 12.5%;
  }

  .gg-col-xl-offset-3 {
    margin-left: 12.5%;
  }

  .gg-col-xl-pull-3 {
    position: relative;
    right: 12.5%;
  }

  .gg-col-xl-push-3 {
    position: relative;
    left: 12.5%;
  }

  .gg-col-xl-4 {
    width: 16.66667%;
  }

  .gg-col-xl-offset-4 {
    margin-left: 16.66667%;
  }

  .gg-col-xl-pull-4 {
    position: relative;
    right: 16.66667%;
  }

  .gg-col-xl-push-4 {
    position: relative;
    left: 16.66667%;
  }

  .gg-col-xl-5 {
    width: 20.83333%;
  }

  .gg-col-xl-offset-5 {
    margin-left: 20.83333%;
  }

  .gg-col-xl-pull-5 {
    position: relative;
    right: 20.83333%;
  }

  .gg-col-xl-push-5 {
    position: relative;
    left: 20.83333%;
  }

  .gg-col-xl-6 {
    width: 25%;
  }

  .gg-col-xl-offset-6 {
    margin-left: 25%;
  }

  .gg-col-xl-pull-6 {
    position: relative;
    right: 25%;
  }

  .gg-col-xl-push-6 {
    position: relative;
    left: 25%;
  }

  .gg-col-xl-7 {
    width: 29.16667%;
  }

  .gg-col-xl-offset-7 {
    margin-left: 29.16667%;
  }

  .gg-col-xl-pull-7 {
    position: relative;
    right: 29.16667%;
  }

  .gg-col-xl-push-7 {
    position: relative;
    left: 29.16667%;
  }

  .gg-col-xl-8 {
    width: 33.33333%;
  }

  .gg-col-xl-offset-8 {
    margin-left: 33.33333%;
  }

  .gg-col-xl-pull-8 {
    position: relative;
    right: 33.33333%;
  }

  .gg-col-xl-push-8 {
    position: relative;
    left: 33.33333%;
  }

  .gg-col-xl-9 {
    width: 37.5%;
  }

  .gg-col-xl-offset-9 {
    margin-left: 37.5%;
  }

  .gg-col-xl-pull-9 {
    position: relative;
    right: 37.5%;
  }

  .gg-col-xl-push-9 {
    position: relative;
    left: 37.5%;
  }

  .gg-col-xl-10 {
    width: 41.66667%;
  }

  .gg-col-xl-offset-10 {
    margin-left: 41.66667%;
  }

  .gg-col-xl-pull-10 {
    position: relative;
    right: 41.66667%;
  }

  .gg-col-xl-push-10 {
    position: relative;
    left: 41.66667%;
  }

  .gg-col-xl-11 {
    width: 45.83333%;
  }

  .gg-col-xl-offset-11 {
    margin-left: 45.83333%;
  }

  .gg-col-xl-pull-11 {
    position: relative;
    right: 45.83333%;
  }

  .gg-col-xl-push-11 {
    position: relative;
    left: 45.83333%;
  }

  .gg-col-xl-12 {
    width: 50%;
  }

  .gg-col-xl-offset-12 {
    margin-left: 50%;
  }

  .gg-col-xl-pull-12 {
    position: relative;
    right: 50%;
  }

  .gg-col-xl-push-12 {
    position: relative;
    left: 50%;
  }

  .gg-col-xl-13 {
    width: 54.16667%;
  }

  .gg-col-xl-offset-13 {
    margin-left: 54.16667%;
  }

  .gg-col-xl-pull-13 {
    position: relative;
    right: 54.16667%;
  }

  .gg-col-xl-push-13 {
    position: relative;
    left: 54.16667%;
  }

  .gg-col-xl-14 {
    width: 58.33333%;
  }

  .gg-col-xl-offset-14 {
    margin-left: 58.33333%;
  }

  .gg-col-xl-pull-14 {
    position: relative;
    right: 58.33333%;
  }

  .gg-col-xl-push-14 {
    position: relative;
    left: 58.33333%;
  }

  .gg-col-xl-15 {
    width: 62.5%;
  }

  .gg-col-xl-offset-15 {
    margin-left: 62.5%;
  }

  .gg-col-xl-pull-15 {
    position: relative;
    right: 62.5%;
  }

  .gg-col-xl-push-15 {
    position: relative;
    left: 62.5%;
  }

  .gg-col-xl-16 {
    width: 66.66667%;
  }

  .gg-col-xl-offset-16 {
    margin-left: 66.66667%;
  }

  .gg-col-xl-pull-16 {
    position: relative;
    right: 66.66667%;
  }

  .gg-col-xl-push-16 {
    position: relative;
    left: 66.66667%;
  }

  .gg-col-xl-17 {
    width: 70.83333%;
  }

  .gg-col-xl-offset-17 {
    margin-left: 70.83333%;
  }

  .gg-col-xl-pull-17 {
    position: relative;
    right: 70.83333%;
  }

  .gg-col-xl-push-17 {
    position: relative;
    left: 70.83333%;
  }

  .gg-col-xl-18 {
    width: 75%;
  }

  .gg-col-xl-offset-18 {
    margin-left: 75%;
  }

  .gg-col-xl-pull-18 {
    position: relative;
    right: 75%;
  }

  .gg-col-xl-push-18 {
    position: relative;
    left: 75%;
  }

  .gg-col-xl-19 {
    width: 79.16667%;
  }

  .gg-col-xl-offset-19 {
    margin-left: 79.16667%;
  }

  .gg-col-xl-pull-19 {
    position: relative;
    right: 79.16667%;
  }

  .gg-col-xl-push-19 {
    position: relative;
    left: 79.16667%;
  }

  .gg-col-xl-20 {
    width: 83.33333%;
  }

  .gg-col-xl-offset-20 {
    margin-left: 83.33333%;
  }

  .gg-col-xl-pull-20 {
    position: relative;
    right: 83.33333%;
  }

  .gg-col-xl-push-20 {
    position: relative;
    left: 83.33333%;
  }

  .gg-col-xl-21 {
    width: 87.5%;
  }

  .gg-col-xl-offset-21 {
    margin-left: 87.5%;
  }

  .gg-col-xl-pull-21 {
    position: relative;
    right: 87.5%;
  }

  .gg-col-xl-push-21 {
    position: relative;
    left: 87.5%;
  }

  .gg-col-xl-22 {
    width: 91.66667%;
  }

  .gg-col-xl-offset-22 {
    margin-left: 91.66667%;
  }

  .gg-col-xl-pull-22 {
    position: relative;
    right: 91.66667%;
  }

  .gg-col-xl-push-22 {
    position: relative;
    left: 91.66667%;
  }

  .gg-col-xl-23 {
    width: 95.83333%;
  }

  .gg-col-xl-offset-23 {
    margin-left: 95.83333%;
  }

  .gg-col-xl-pull-23 {
    position: relative;
    right: 95.83333%;
  }

  .gg-col-xl-push-23 {
    position: relative;
    left: 95.83333%;
  }

  .gg-col-xl-24 {
    width: 100%;
  }

  .gg-col-xl-offset-24 {
    margin-left: 100%;
  }

  .gg-col-xl-pull-24 {
    position: relative;
    right: 100%;
  }

  .gg-col-xl-push-24 {
    position: relative;
    left: 100%;
  }
}
/* 非标准css属性，有兼容性问题
 ----------------------------- */
/* 清除浮动
 ----------------------------- */
/* 不知道元素具体多高时的垂直居中
 ----------------------------- */
/* 文字溢出折叠
 ----------------------------- */
/* 浏览器前缀 
 ----------------------------- */
/* 根据type类型改变颜色 
 ----------------------------- */
/* scrollbar 
 ----------------------------- */
/* BEM support functions 
 --------------------------- */
/* Element Chalk Variables */
/* Transition
-------------------------- */
/* Colors
-------------------------- */
/* #409EFF  */
/* 53a8ff */
/* 66b1ff */
/* 79bbff */
/* 8cc5ff */
/* a0cfff */
/* b3d8ff */
/* c6e2ff */
/* d9ecff */
/* ecf5ff */
/* #67c23a */
/* #e6a23c */
/* #f56c6c */
/* 樱花红 */
/* Link
-------------------------- */
/* Background
-------------------------- */
/* Border
-------------------------- */
/* 4px */
/* Box-shadow
-------------------------- */
/* Fill
-------------------------- */
/* Font
-------------------------- */
/* 14px */
/* Size
-------------------------- */
/* z-index
-------------------------- */
/* Disable base
-------------------------- */
/* Icon
-------------------------- */
/* Checkbox
-------------------------- */
/* Row
-------------------------- */
/* Col
-------------------------- */
/* Radio
-------------------------- */
/* Select
-------------------------- */
/* Alert
-------------------------- */
/* Message Box
-------------------------- */
/* Message
-------------------------- */
/* Notification
-------------------------- */
/* Input
-------------------------- */
/* Cascader
-------------------------- */
/* Group
-------------------------- */
/* Tab
-------------------------- */
/* Button
-------------------------- */
/* cascader
-------------------------- */
/* Switch
-------------------------- */
/* Dialog
-------------------------- */
/* Table
-------------------------- */
/* Pagination
-------------------------- */
/* Popover
-------------------------- */
/* Tooltip
-------------------------- */
/* Tag
-------------------------- */
/* Tree
-------------------------- */
/* Dropdown
-------------------------- */
/* Badge
-------------------------- */
/* Card
--------------------------*/
/* Slider
--------------------------*/
/* Steps
--------------------------*/
/* Menu
--------------------------*/
/* Rate
--------------------------*/
/* DatePicker
--------------------------*/
/* Loading
--------------------------*/
/* Scrollbar
--------------------------*/
/* Carousel
--------------------------*/
/* Collapse
--------------------------*/
/* Transfer
--------------------------*/
/* Header
  --------------------------*/
/* Footer
--------------------------*/
/* Main
--------------------------*/
/* Break-point
--------------------------*/
/* Width
--------------------------*/
/* BEM support functions 
 --------------------------- */
/* Break-points
 -------------------------- */
/* Scrollbar
 -------------------------- */
/* Col
 --------------------- */
/* Placeholder
 -------------------------- */
/* Mask
 -------------------------- */
/* Line
 --------------------------- */
/* Title 
 ---------------------------*/
/* BEM
 --------------------- */
/* 状态mixin is-xxxx
 --------------------- */
html, body {
  width: 100%;
  height: 100%;
}

body {
  background-image: url("../images/bg_gray_light.jpg");
  background-repeat: repeat-y;
  background-size: auto;
  font-size: 15px;
  overflow-x: hidden;
  letter-spacing: 1px;
  line-height: 2;
  padding-top: 81px;
  box-sizing: border-box;
}
@media only screen and (max-width: 992px) {
  body {
    font-size: 14px;
  }
}
@media only screen and (max-width: 768px) {
  body {
    padding-top: 51px;
    font-size: 13px;
    line-height: 1.8;
  }
}

navmenu-item img {
  height: auto;
}

.clear {
  clear: both;
  height: 0;
  height: 0;
  overflow: hidden;
}

.gg-container {
  width: 1330px;
  margin: 0 auto;
}
@media only screen and (max-width: 1400px) {
  .gg-container {
    width: 80%;
  }
}
@media only screen and (max-width: 768px) {
  .gg-container {
    width: 96%;
  }
  .gg-container img {
    max-width: 100%;
  }
}

.gg-title {
  text-align: center;
  font-size: 1.333333em;
  height: 36px;
  margin-bottom: 40px;
  position: relative;
}
.gg-title:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -10px;
  width: 20px;
  height: 1px;
  background-color: red;
  transition: 0.3s;
}
@media only screen and (max-width: 768px) {
  .gg-title {
    margin-bottom: 20px;
  }
}

.gg-small-container {
  width: 48.6979166667%;
  margin: 0 auto;
}
@media only screen and (max-width: 992px) {
  .gg-small-container {
    width: 80%;
  }
}

.gg-padding {
  padding: 100px 0;
}

.gg-padding-b {
  padding-bottom: 100px;
}

.gg-padding-t {
  padding-top: 100px;
}

.gg-margin {
  margin: 100px 0;
}

.gg-margin-t {
  margin-top: 100px;
}

.gg-margin-b {
  margin-bottom: 100px;
}

.gg-center {
  text-align: center;
}

.gg-hide {
  display: none;
}

.gg-effect {
  opacity: 0;
  transition: opacity 0.6s cubic-bezier(0.66, 0.005, 0.545, 0.63);
}

.gg-visible {
  opacity: 1;
}

@media only screen and (max-width: 768px) {
  .gg-padding {
    padding: 40px 0;
  }

  .gg-padding-b {
    padding-bottom: 40px;
  }

  .gg-padding-t {
    padding-top: 40px;
  }

  .gg-margin {
    margin: 40px 0;
  }

  .gg-margin-t {
    margin-top: 40px;
  }

  .gg-margin-b {
    margin-bottom: 40px;
  }
}
/* 动画效果
 ------------------------------*/
.gg-fade-in {
  animation: fade-in 0.6s cubic-bezier(0.66, 0.005, 0.545, 0.63) 0.4s;
  animation-fill-mode: both;
}

@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/*------------------导航------------------------------*/
.gg-nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background: url("../images/bg_gray_light.jpg");
  z-index: 10;
}

.gg-navmenu {
  margin: 0 auto;
  text-align: center;
  border-bottom: 1px solid #CDCDC8;
}
.gg-navmenu::before,
.gg-navmenu::after {
  display: table;
  content: "";
}

.gg-navmenu::after {
  clear: both;
}

.gg-navmenu-item {
  float: left;
  width: calc((100% - 94px) / 8);
  /**
   * 传入外层选择器，判断是是伪类/.is-xx/--xx
   * 是的话，返回后代选择器的写法: 外层选择器 当前选择器
   * 否则直接返回当前选择器
   * 例子见最后方注释
   */
}
.gg-navmenu-item__label {
  display: inline-block;
  width: 100%;
  padding: 38px 0 12px 0;
  position: relative;
}
.gg-navmenu-item__label:after {
  content: "";
  position: absolute;
  bottom: 25px;
  left: 50%;
  margin-left: -7px;
  width: 14px;
  height: 1px;
  background-color: #CDCDC8;
  transition: 0.3s;
}
.gg-navmenu-item__label:after {
  top: 90%;
  opacity: 0;
  transition: all 400ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

.gg-navmenu-item:hover, .gg-navmenu-item:active {
  /**
   * 传入外层选择器，判断是是伪类/.is-xx/--xx
   * 是的话，返回后代选择器的写法: 外层选择器 当前选择器
   * 否则直接返回当前选择器
   * 例子见最后方注释
   */
}
.gg-navmenu-item:hover .gg-dropdown-menu, .gg-navmenu-item:active .gg-dropdown-menu {
  display: block;
}
.gg-navmenu-item:hover .gg-navmenu-item__label:after, .gg-navmenu-item:active .gg-navmenu-item__label:after {
  opacity: 1;
  bottom: 30px;
}

.gg-navmenu-item.is-active .gg-navmenu-item__label:after {
  bottom: 30px;
  opacity: 1;
}

@media only screen and (max-width: 768px) {
  .gg-navmenu-item {
    width: calc(100% / 8);
    line-height: 50px;
    /**
     * 传入外层选择器，判断是是伪类/.is-xx/--xx
     * 是的话，返回后代选择器的写法: 外层选择器 当前选择器
     * 否则直接返回当前选择器
     * 例子见最后方注释
     */
  }
  .gg-navmenu-item__label {
    padding: 0;
  }
  .gg-navmenu-item__label:after {
    bottom: 10px !important;
  }
}

.gg-navmenu-logo {
  max-width: 94px;
  border: none;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .gg-navmenu-logo {
    display: none;
  }
}
.gg-navmenu-logo img {
  position: absolute;
  top: calc(50% + 25px);
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}

.gg-dropdown-menu {
  position: absolute;
  z-index: 999;
  left: 0;
  right: 0;
  line-height: 60px;
  display: none;
  background-image: url("../images/bg_gray_dark.jpg");
}
.gg-dropdown-menu > div.wrapper {
  width: 98%;
  margin: 0 auto;
}
.gg-dropdown-menu ul.slide > li {
  display: inline-block;
  width: 15%;
  line-height: 3;
}
.gg-dropdown-menu ul.slide > li > a {
  position: relative;
}
.gg-dropdown-menu ul.slide > li > a:after {
  content: "";
  position: absolute;
  bottom: 25px;
  left: 50%;
  margin-left: -7px;
  width: 14px;
  height: 1px;
  background-color: red;
  transition: 0.3s;
}
.gg-dropdown-menu ul.slide > li > a:after {
  top: 80%;
  opacity: 0;
  transform: translateY(6px);
  transition: all 400ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.gg-dropdown-menu ul.slide > li:hover > a:after, .gg-dropdown-menu ul.slide > li:active > a:after, .gg-dropdown-menu ul.slide > li.is-active > a:after {
  opacity: 1;
  transform: translateY(0);
}
.gg-dropdown-menu ul.slide > li > a {
  display: inline-block;
  height: 100%;
  padding: 0 10px;
}
@media only screen and (max-width: 768px) {
  .gg-dropdown-menu > div.wrapper {
    overflow-x: scroll;
    overflow-y: hidden;
  }
  .gg-dropdown-menu ul.slide {
    white-space: nowrap;
  }
  .gg-dropdown-menu ul.slide > li {
    width: 28%;
  }
}

/*------------------banner------------------------------*/
@media only screen and (max-width: 768px) {
  .gg-banner {
    opacity: 1;
  }
}
.gg-banner .swiper-slide > img {
  width: 100%;
  height: auto;
}

.gg-totop img, .banner img, .map img {
  width: 100%;
}

/*------------------footer ------------------------------*/
.gg-footer {
  /**
   * 传入外层选择器，判断是是伪类/.is-xx/--xx
   * 是的话，返回后代选择器的写法: 外层选择器 当前选择器
   * 否则直接返回当前选择器
   * 例子见最后方注释
   */
  /**
   * 传入外层选择器，判断是是伪类/.is-xx/--xx
   * 是的话，返回后代选择器的写法: 外层选择器 当前选择器
   * 否则直接返回当前选择器
   * 例子见最后方注释
   */
}
.gg-footer.is-fixed {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.gg-footer__info {
  padding: 45px 0;
  position: relative;
}
.gg-footer__info > div {
  float: right;
}
.gg-footer__info > div > a {
  position: relative;
}
.gg-footer__info > div > a .iconfont {
  font-size: 1.8em;
  padding: 0 10px;
}
.gg-footer__info > div > a:hover > div, .gg-footer__info > div > a:active > div {
  display: block;
}
.gg-footer__info > div > a > div {
  display: none;
  position: absolute;
  top: -210px;
  left: 50%;
  transform: translateX(-50%);
}
.gg-footer__info > div > a > div > img {
  width: 200px;
  height: 200px;
}

.gg-footer__bg {
  background-color: #ea0b2a;
  height: 60px;
}

@media only screen and (max-width: 768px) {
  .gg-footer {
    /**
     * 传入外层选择器，判断是是伪类/.is-xx/--xx
     * 是的话，返回后代选择器的写法: 外层选择器 当前选择器
     * 否则直接返回当前选择器
     * 例子见最后方注释
     */
    /**
     * 传入外层选择器，判断是是伪类/.is-xx/--xx
     * 是的话，返回后代选择器的写法: 外层选择器 当前选择器
     * 否则直接返回当前选择器
     * 例子见最后方注释
     */
  }
  .gg-footer__info {
    padding: 10px 0;
    line-height: 35px;
  }
  .gg-footer__info > span {
    font-size: 0.8em;
    transform: scale(0.6);
  }
  .gg-footer__info .iconfont {
    padding: 0 5px !important;
    font-size: 18px !important;
  }
  .gg-footer__info .iconfont + div {
    left: unset;
    right: -20px;
    transform: unset;
  }

  .gg-footer__bg {
    height: 20px;
    background-color: #ea0b2a;
  }
}

.gg-totop {
  border: none;
  outline: none;
  cursor: pointer;
  background: none;
  width: 32px;
  height: 32px;
  padding: 0;
  position: fixed;
  left: auto;
  right: 24px;
  top: auto;
  bottom: 60px;
  margin-left: 0;
  opacity: 1;
  display: none;
  z-index: 999;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  transition: opacity 400ms cubic-bezier(0.25, 0.1, 0.25, 1);
}
.gg-totop:hover, .gg-totop:active {
  opacity: 0.5;
}

/* 公司简介
 ------------------------------*/
.gg-company-info {
  text-align: center;
  margin: 0 auto;
  /**
   * 传入外层选择器，判断是是伪类/.is-xx/--xx
   * 是的话，返回后代选择器的写法: 外层选择器 当前选择器
   * 否则直接返回当前选择器
   * 例子见最后方注释
   */
  /**
   * 传入外层选择器，判断是是伪类/.is-xx/--xx
   * 是的话，返回后代选择器的写法: 外层选择器 当前选择器
   * 否则直接返回当前选择器
   * 例子见最后方注释
   */
}
.gg-company-info__title {
  font-size: 1.333333em;
  padding-bottom: 12px;
  margin-bottom: 40px;
  position: relative;
}
.gg-company-info__title:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -10px;
  width: 20px;
  height: 1px;
  background-color: red;
  transition: 0.3s;
}

.gg-company-info__content {
  max-width: 900px;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .gg-company-info__content {
    max-width: 90%;
  }
}

@media only screen and (max-width: 768px) {
  .gg-company-info {
    /**
     * 传入外层选择器，判断是是伪类/.is-xx/--xx
     * 是的话，返回后代选择器的写法: 外层选择器 当前选择器
     * 否则直接返回当前选择器
     * 例子见最后方注释
     */
    /**
     * 传入外层选择器，判断是是伪类/.is-xx/--xx
     * 是的话，返回后代选择器的写法: 外层选择器 当前选择器
     * 否则直接返回当前选择器
     * 例子见最后方注释
     */
  }
  .gg-company-info__title {
    margin-bottom: 20px;
  }

  .gg-company-info__content > p {
    padding: 0 20px;
  }
}

/* 板块
 ------------------------------*/
.gg-plate {
  background-image: url("../images/bg_gray_secondary2.jpg");
  background-size: contain;
  background-repeat: repeat;
  /**
   * 传入外层选择器，判断是是伪类/.is-xx/--xx
   * 是的话，返回后代选择器的写法: 外层选择器 当前选择器
   * 否则直接返回当前选择器
   * 例子见最后方注释
   */
}
.gg-plate__title {
  text-align: center;
  font-size: 1.333333em;
  height: 36px;
  margin-bottom: 40px;
  position: relative;
}
.gg-plate__title:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -10px;
  width: 20px;
  height: 1px;
  background-color: red;
  transition: 0.3s;
}

.gg-piclist-container {
  margin: 0 auto;
}

.gg-piclist {
  margin-left: -1.71875%;
  margin-right: -1.71875%;
  /**
   * 传入外层选择器，判断是是伪类/.is-xx/--xx
   * 是的话，返回后代选择器的写法: 外层选择器 当前选择器
   * 否则直接返回当前选择器
   * 例子见最后方注释
   */
}
.gg-piclist__item {
  overflow: hidden;
  padding: 0 1.71875%;
  position: relative;
}
.gg-piclist__item:hover > a:after, .gg-piclist__item:active > a:after {
  opacity: 0.4;
}
@media only screen and (max-width: 768px) {
  .gg-piclist__item {
    margin-bottom: 20px;
  }
  .gg-piclist__item > a:after {
    opacity: 0.4 !important;
  }
  .gg-piclist__item > div {
    position: absolute;
    text-align: justify;
    width: calc(100% - 80px);
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    color: #fff;
  }
  .gg-piclist__item > div > figcaption {
    line-height: 1.8 !important;
  }
  .gg-piclist__item > div > h5 {
    line-height: 1 !important;
    padding-bottom: 30px;
  }
}
.gg-piclist__item > a {
  cursor: unset;
  width: 100%;
  display: inline-block;
  position: relative;
}
.gg-piclist__item > a {
  position: relative;
}
.gg-piclist__item > a:hover:after {
  opacity: 0.4;
}
.gg-piclist__item > a:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #000;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: 2;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  transition: opacity 0.6s cubic-bezier(0.25, 0.1, 0.25, 1);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.gg-piclist__item > a:after {
  z-index: 0;
}
.gg-piclist__item > a > img {
  width: 100%;
}
.gg-piclist__item > div > h5 {
  text-align: center;
  line-height: 100px;
  margin: 0;
  font-size: 1.2em;
}
.gg-piclist__item > div > figcaption {
  line-height: 32px;
}

/* 窗
 ------------------------------*/
.gg-window {
  /**
   * 传入外层选择器，判断是是伪类/.is-xx/--xx
   * 是的话，返回后代选择器的写法: 外层选择器 当前选择器
   * 否则直接返回当前选择器
   * 例子见最后方注释
   */
}
.gg-window .swiper-container {
  overflow: hidden;
}
.gg-window__ctrl {
  position: relative;
  margin-top: 10px;
  float: right;
  height: 20px;
}
.gg-window__ctrl > span {
  display: inline-block;
  width: 18px;
  height: 18px;
  outline: none;
  position: relative;
  margin: 0 10px;
}
.gg-window__ctrl > span > i {
  position: absolute;
  top: 4px;
  width: 12px;
  height: 12px;
  border: 2px solid #CDCDC8;
  border-right: none;
  border-bottom: none;
  transition: 0.2s ease;
}
.gg-window__ctrl > span:first-child {
  float: left;
  margin-right: 6px;
}
.gg-window__ctrl > span:first-child > i {
  left: 6px;
  transform: rotateZ(-45deg);
}
.gg-window__ctrl > span:last-child {
  float: right;
}
.gg-window__ctrl > span:last-child > i {
  right: 6px;
  transform: rotateZ(135deg);
}
.gg-window__ctrl > span:hover > i, .gg-window__ctrl > span:active > i {
  border-color: red;
}
.gg-window__ctrl > span.swiper-button-disabled > i {
  border-color: #e6e6e4 !important;
}

.gg-window > p {
  margin-top: 56px;
  text-align: center;
}

.gg-winlist {
  margin: 0 -3px;
  position: relative;
  /**
   * 传入外层选择器，判断是是伪类/.is-xx/--xx
   * 是的话，返回后代选择器的写法: 外层选择器 当前选择器
   * 否则直接返回当前选择器
   * 例子见最后方注释
   */
}
.gg-winlist__item {
  padding: 3px;
  position: relative;
  font-size: 15px;
}
.gg-winlist__item:hover > figure {
  opacity: 1;
  z-index: 6;
}
.gg-winlist__item > figure {
  transition: opacity 0.5s ease-in-out;
  opacity: 0;
  z-index: -1;
  position: absolute !important;
  top: 3px;
  bottom: calc(-100% + 3px);
  width: calc(200% - 6px);
}
.gg-winlist__item > figure {
  position: relative;
}
.gg-winlist__item > figure:hover:after {
  opacity: 0.4;
}
.gg-winlist__item > figure:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #000;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: 2;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  transition: opacity 0.6s cubic-bezier(0.25, 0.1, 0.25, 1);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.gg-winlist__item > figure > img {
  width: 100%;
  height: 100%;
}
.gg-winlist__item > figure[data-id="3"], .gg-winlist__item > figure[data-id="6"] {
  left: calc(-100% + 3px);
}
.gg-winlist__item > figure[data-id="4"], .gg-winlist__item > figure[data-id="5"], .gg-winlist__item > figure[data-id="6"] {
  top: calc(-100% + 3px);
  bottom: 3px;
}
.gg-winlist__item > figure:after {
  opacity: 0.4;
}
.gg-winlist__item > figure > figcaption {
  color: #fff;
  line-height: 2;
  display: block;
  width: calc(100% - 40px);
  text-align: center;
  position: absolute;
  top: 50%;
  left: 20px;
  z-index: 4;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  transition: opacity 600ms cubic-bezier(0.25, 0.1, 0.25, 1);
}
.gg-winlist__item > .gg-winlist__item-pic {
  position: relative;
}
.gg-winlist__item > .gg-winlist__item-pic:hover:after {
  opacity: 0.4;
}
.gg-winlist__item > .gg-winlist__item-pic:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #000;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: 2;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  transition: opacity 0.6s cubic-bezier(0.25, 0.1, 0.25, 1);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.gg-winlist__item > .gg-winlist__item-pic > p {
  opacity: 0;
  transition: 0.2s;
  color: #fff;
  font-size: 10px;
  position: absolute;
  text-align: center;
  line-height: 1.8;
  top: 50%;
  left: 10px;
  right: 10px;
  z-index: 5;
  transform: translateY(-50%);
}
@media only screen and (max-width: 1200px) {
  .gg-winlist__item {
    font-size: 14px;
  }
}
@media only screen and (max-width: 992px) {
  .gg-winlist__item {
    font-size: 0.8em;
  }
}
@media only screen and (max-width: 768px) {
  .gg-winlist__item > figure {
    display: none !important;
  }
  .gg-winlist__item > figure > figcaption {
    width: calc(100% - 20px);
    left: 10px;
    opacity: 1;
  }
  .gg-winlist__item > .gg-winlist__item-pic:after {
    opacity: 0.4;
  }
  .gg-winlist__item > .gg-winlist__item-pic > p {
    opacity: 1;
  }
  .gg-winlist__item:hover > .gg-winlist__item-pic > p {
    opacity: 1;
  }
}

/* 文章
 ------------------------------*/
.gg-article {
  padding: 7.5187969925% 0;
  border-bottom: 1px solid #CDCDC8;
  margin-bottom: 18.045112782%;
  /**
   * 传入外层选择器，判断是是伪类/.is-xx/--xx
   * 是的话，返回后代选择器的写法: 外层选择器 当前选择器
   * 否则直接返回当前选择器
   * 例子见最后方注释
   */
  /**
   * 传入外层选择器，判断是是伪类/.is-xx/--xx
   * 是的话，返回后代选择器的写法: 外层选择器 当前选择器
   * 否则直接返回当前选择器
   * 例子见最后方注释
   */
}
.gg-article p {
  line-height: 2;
}
.gg-article .tab-pane p {
  padding-right: 30%;
  margin: 0;
}
.gg-article__title {
  margin-bottom: 14%;
  font-size: 1.2em;
}

.gg-article__time {
  color: #BAB4BB;
}

@media only screen and (max-width: 768px) {
  .gg-article {
    /**
     * 传入外层选择器，判断是是伪类/.is-xx/--xx
     * 是的话，返回后代选择器的写法: 外层选择器 当前选择器
     * 否则直接返回当前选择器
     * 例子见最后方注释
     */
    /**
     * 传入外层选择器，判断是是伪类/.is-xx/--xx
     * 是的话，返回后代选择器的写法: 外层选择器 当前选择器
     * 否则直接返回当前选择器
     * 例子见最后方注释
     */
  }
  .gg-article .tab-pane p {
    padding-right: 0;
  }
  .gg-article__aside {
    text-align: center;
  }

  .gg-article__title {
    margin-bottom: 10px;
  }
}

/* 联系
 ------------------------------*/
.gg-contact {
  text-align: center;
  color: #898989;
  margin-top: 10%;
}
.gg-contact h3 {
  font-size: inherit;
}
.gg-contact p {
  line-height: 2;
  margin-bottom: 10%;
}
.gg-contact li.is-active {
  color: #000;
}

/*---------------关于------------------------*/
.catalogue {
  display: block;
  float: left;
  margin: 2rem 0 2rem 6rem;
  width: 7rem;
  line-height: 2.2rem;
  text-align: center;
  vertical-align: top;
}
@media only screen and (max-device-width: 768px), only screen and (max-width: 768px) {
  .catalogue {
    display: none;
  }
}
.catalogue.fixed {
  position: fixed;
  top: 105px;
}
@media only screen and (max-device-width: 768px), only screen and (max-width: 768px) {
  .catalogue.fixed {
    top: 20px;
  }
}
.catalogue li {
  border-bottom: 1px solid #ccc;
}
.catalogue li:hover, .catalogue li.active {
  background-color: #ccc;
}
.catalogue li a {
  display: block;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

.section_area {
  display: block;
  float: right;
  padding: 10px;
  width: calc(100% - 13rem);
  border-left: 1px solid #aaa;
}
@media only screen and (max-device-width: 768px), only screen and (max-width: 768px) {
  .section_area {
    width: 100%;
    border-left: unset;
  }
}
.section_area section {
  padding-top: 50px;
}
.section_area section:target {
  padding-top: 150px;
}

/* ------------------------------列表 ------------------------------*/
.wlist {
  width: 100%;
  list-style: none;
}
.wlist > li {
  display: block;
  margin-bottom: 2rem;
  width: 100%;
  background-color: #ffffff;
  border: 1px solid #ffffff;
  box-shadow: 2px 2px 1px #eee;
  transition: 1s;
}
.wlist > li:hover {
  border: 1px solid #ddd;
}
.wlist > li:hover > a > div.info > p {
  color: #333;
}
.wlist > li > a {
  display: block;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.wlist > li > a > img {
  display: inline-block;
  height: auto;
  vertical-align: middle;
}
.wlist > li > a > div.info {
  display: inline-block;
  padding: 10px;
}
.wlist > li > a > div.info > h5 {
  color: #000;
  font-size: 1.2rem;
  font-weight: 800;
  line-height: 3rem;
  transition: 2s;
}
@media only screen and (max-device-width: 768px), only screen and (max-width: 768px) {
  .wlist > li > a > div.info > h5 {
    font-size: 15px;
  }
}
.wlist > li > a > div.info > p {
  line-height: 2;
  color: #aaa;
}
.wlist > li > a .article-time {
  float: right;
  color: #ccc;
}

/* ------------------------------分页 ------------------------------*/
ul.pagination {
  width: 100%;
  height: 2rem;
  text-align: center;
}

ul.pagination li {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  border: 1px solid #cf2d28;
  line-height: 2rem;
  text-align: center;
  font-weight: bolder;
  margin: 5px;
}

ul.pagination li.disabled, ul.pagination li.next, ul.pagination li.prev {
  width: 3.5rem;
}

ul.pagination li:first-child {
  width: 5rem;
}

ul.pagination li.disabled {
  border: 1px solid #eee;
}

ul.pagination li.active, ul.pagination li.next, ul.pagination li.prev {
  background-color: #cf2d28;
}

ul.pagination li.next.disabled, ul.pagination li.prev.disabled {
  background-color: unset;
}

ul.pagination li.next.disabled a, ul.pagination li.prev.disabled a {
  color: unset;
  cursor: unset;
}

ul.pagination li.next.disabled a:hover, ul.pagination li.prev.disabled a:hover {
  background-color: unset;
  color: unset;
}

ul.pagination li.active a, ul.pagination li.next a, ul.pagination li.prev a {
  color: #fff;
}

ul.pagination li a {
  display: inline-block;
  width: 100%;
  height: 100%;
  line-height: 2rem;
  text-align: center;
}

ul.pagination li a:hover {
  background-color: #ea0b2a;
  color: #fff;
}

/*-----------------详细页--------------------*/
.article-area {
  background-color: #fff;
  border: 1px solid #eee;
  box-shadow: 2px 2px 1px #eee;
  padding: 1rem;
  margin: 1rem 0;
}

.breadcrumb {
  font-size: 0.8rem;
  color: #999;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li.active {
  color: #000;
}
.breadcrumb > li > a {
  color: #999;
}
.breadcrumb > li > a:hover {
  color: #ea0b2a;
}
.breadcrumb > li > a:after {
  content: ">";
}

.article-info {
  color: #999;
  text-align: right;
  font-size: 0.8rem;
}

.article-content h1 {
  text-align: center;
  margin: 2rem;
}

.article-foot > div {
  margin: 10px;
}
.article-foot > div.link a:hover {
  color: #ea0b2a;
}

div.article img {
  width: unset;
}

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