@media screen and (min-width: 1200px) {
  .site-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .site-wrapper .box-bodys {
    margin-top: 200px;
    padding: 40px 20px 20px;
    min-height: 300px;
    line-height: 24px;
    position: relative;
    width: 1200px;
    z-index: 10;
    justify-content: center;
  }
  .site-wrapper .box-body {
    margin-top: 3.1vw;
    justify-content: center;
    display: flex;
    background: #ffffff;
    box-shadow: 0px 1px 8px 0px rgba(7, 35, 105, 0.1);
    box-shadow: 0px 0 8px 0px rgba(7, 35, 105, 0.1) \0;
  }
  .site-wrapper .error-tip {
    text-align: center;
  }
  .site-wrapper .error-tip .tip-none {
    padding: 1.6em 0em 0.55em;
    font-size: 2.15em;
    color: #333;
  }
  .site-wrapper .error-tip .check {
    font-size: 1.14em;
  }
  .site-wrapper .error-tip .button-error {
    padding: 2.86em;
  }
  .site-wrapper .error-tip .button-error.button-error-once {
    margin-top: -70px;
  }
  .site-wrapper .error-tip .button-error .return-goback {
    display: inline-block;
    width: 8.4em;
    min-height: 1.3em;
    line-height: 1.3em;
    text-align: center;
    border-radius: 2em;
    border: 0.15em solid #3a89da;
    padding: 1.5em;
    margin: 1.5em;
  }
  .site-wrapper .error-tip .button-error .return-goback {
    display: inline-block;
    width: 8.4em;
    line-height: 1.3em;
    text-align: center;
    border-radius: 2em;
    border: 0.15em solid #3a89da;
    padding: 1.5em;
    margin: 1.5em;
  }
  .site-wrapper .error-tip .button-error .return-index {
    padding: 0.85em;
  }
  .site-wrapper .error-tip .button-error .return-upper {
    padding: 0.85em;
  }
  .banner-404 {
    height: 380px;
  }
}
@media screen and (max-width: 1200px) {
  .site-wrapper {
    margin-top: 10vw;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .site-wrapper .error-tip {
    text-align: center;
  }
  .site-wrapper .error-tip img {
    display: block;
    width: 40vw;
    margin: 0 auto;
  }
  .site-wrapper .error-tip .tip-none {
    padding: 1.6em 0em 0.55em;
    font-size: 3.75vw;
    color: #333;
  }
  .site-wrapper .error-tip .check {
    font-size: 3.75vw;
    line-height: 1.8;
    padding: 0 10vw;
  }
  .site-wrapper .error-tip .button-error {
    padding: 20px;
  }
  .site-wrapper .error-tip .button-error.button-error-once {
    margin-top: -40px;
  }
  .site-wrapper .error-tip .button-error .return-goback {
    display: inline-block;
    width: 26vw;
    height: 2vw;
    line-height: 2vw;
    text-align: center;
    font-size: 3.375vw;
    border-radius: 2em;
    border: 0.15em solid #3a89da;
    padding: 1.5em;
    margin: 1.5em;
  }
  .site-wrapper .error-tip .button-error .return-index {
    padding: 0.85em;
  }
  .site-wrapper .error-tip .button-error .return-upper {
    padding: 0.85em;
  }
  .banner-404 {
    height: 46.67vw;
    margin-top: 12vw;
  }
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ul,
ol,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
}
/* make sure to set some focus styles for accessibility */
:focus,
a {
  outline: none;
}
a,
a:hover,
a:active,
a:visited,
a:link,
a:focus {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
  outline: none;
  background: none;
  text-decoration: none;
}
ol,
ul {
  list-style: none;
}
*:focus {
  outline: none;
  background: none;
}
a {
  -webkit-tap-highlight-color: transparent;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
  -webkit-overflow-scrolling: touch;
  -webkit-tap-highlight-color: transparent;
  overflow-y: auto;
  overflow-x: hidden;
  font-family: Microsoft YaHei, sans-serif;
  min-height: 100%;
}
body.homeBgGrid {
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
}
a:focus,
input:focus,
p:focus,
div:focus {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  -webkit-appearance: none;
  -moz-appearance: none;
}
input[type=search] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical;
}
/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  max-width: 100%;
}
/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
.clearfix:after {
  content: '';
  display: block;
  visibility: hidden;
  height: 0;
  line-height: 0;
  clear: both;
}
.clearfix {
  zoom: 1;
}
/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */
[hidden] {
  display: none;
}
/**
 * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-size: 100%;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */
}
/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a {
  text-decoration: none;
  color: #222;
}
a:focus {
  outline: thin dotted;
}
/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}
/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */
img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */
}
/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */
figure {
  margin: 0;
}
/**
 * Correct margin displayed oddly in IE 6/7.
 */
form {
  margin: 0;
}
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
/**
 * 1. Correct color not being inherited in IE 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  white-space: normal;
  /* 2 */
  *margin-left: -7px;
  /* 3 */
}
/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */
button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
  *vertical-align: middle;
  /* 3 */
}
/**
 * Address Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal;
}
/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none;
}
/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
  *overflow: visible;
  /* 4 */
}
/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}
/**
 * 1. Address box sizing set to content-box in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */
}
/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}
/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * Remove inner padding and border in Firefox 3+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/**
 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}
html,
button,
input,
select,
textarea {
  color: #222;
}
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}
::selection {
  background: #b3d4fc;
  text-shadow: none;
}
img {
  vertical-align: middle;
}
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
textarea {
  resize: vertical;
}
.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}
a {
  transition: all 0.2s ease-in-out;
  cursor: pointer;
}
a:visited {
  border: none;
}
.webview {
  white-space: pre-wrap;
  font-family: inherit;
  word-wrap: break-word;
}
.webview.En {
  text-align: left;
  font-family: 'Arial';
}
.webview ul {
  list-style-type: disc;
  padding-inline-start: 40px;
}
.webview ol {
  list-style-type: decimal;
  padding-inline-start: 40px;
}
html {
  font-size: 16px;
}
/* @media screen and (min-width: 375px) {
  html {
    // 375px 尺寸作为 16px 基准，414px 18px, 600px 20px
    // font-size: calc(100% + 2 * (100vw - 375px) / 39);
  }
}

@media screen and (min-width: 414px) {
  html {
    // 414px - 1000px 每 100 像素宽字体增加 1px(18px-22px)
    // font-size: calc(112.5% + 4 * (100vw - 414px) / 586);
  }
}

@media screen and (min-width: 600px) {
  html {
    // 600px - 1000px 每 100 像素宽字体增加 1px(20px-24px)
    // font-size: calc(125% + 4 * (100vw - 600px) / 400);
  }
}
*/
@media screen and (max-width: 1200px) {
  html {
    font-size: 16px;
  }
}
@media screen and (min-width: 1011px) and (max-width: 1100px) {
  html {
    font-size: 12px;
  }
}
@media screen and (min-width: 1101px) and (max-width: 1200px) {
  html {
    font-size: 13px;
  }
}
@media screen and (min-width: 1101px) and (max-width: 1200px) {
  html {
    font-size: 13px;
  }
}
@media screen and (min-width: 1201px) {
  html {
    font-size: 16px;
  }
}

@media screen and (min-width: 1200px) {
  .this-text {
    font-family: Microsoft YaHei, sans-serif;
    font-size: 13px;
    line-height: 24px;
    color: #000000;
    text-justify: inter-ideograph;
  }
  .this-cr {
    margin-top: 4vw;
    text-align: center;
    font-family: Microsoft YaHei, sans-serif;
    font-size: 12px;
    line-height: 18px;
    color: #888888;
    margin-top: 8vw;
    margin-bottom: 4vw;
  }
  .privacy .bread {
    margin-bottom: 2vw;
  }
  .privacy p,
  .privacy li {
    margin-top: 1vw;
    font-family: Microsoft YaHei, sans-serif;
    font-size: 13px;
    line-height: 24px;
    color: #000000;
    text-justify: inter-ideograph;
  }
  .privacy ul {
    margin-top: 1vw;
  }
  .privacy li {
    margin-top: 0;
  }
  .privacy .big {
    margin-top: 1.6vw;
    font-size: 22px;
    line-height: 32px;
  }
  .privacy .cr {
    margin-top: 4vw;
    text-align: center;
    font-family: Microsoft YaHei, sans-serif;
    font-size: 12px;
    line-height: 18px;
    color: #888888;
    margin-top: 8vw;
    margin-bottom: 4vw;
  }
  .disclaimer .bread {
    margin-bottom: 2vw;
  }
  .disclaimer p {
    margin-top: 1vw;
    font-family: Microsoft YaHei, sans-serif;
    font-size: 13px;
    line-height: 24px;
    color: #000000;
    text-justify: inter-ideograph;
  }
  .disclaimer .big {
    margin-top: 1.6vw;
    font-size: 22px;
    line-height: 32px;
  }
  .disclaimer .link a {
    color: #28489B;
    font-size: 16px;
  }
  .disclaimer .cr {
    margin-top: 4vw;
    text-align: center;
    font-family: Microsoft YaHei, sans-serif;
    font-size: 12px;
    line-height: 18px;
    color: #888888;
    margin-top: 8vw;
    margin-bottom: 4vw;
  }
  .disclaimer.En p {
    text-justify: inter-word;
  }
  .help-map {
    margin-top: 4vw;
  }
  .help-map .top-one {
    margin-top: 2vw;
  }
  .help-map .help-map-list {
    padding: 1vw 0 0;
  }
  .help-map .help-map-list h4 {
    font-family: Microsoft YaHei, sans-serif;
    font-weight: bold;
    color: #C7A877;
    font-size: 34px;
    margin-bottom: 2.6vw;
  }
  .help-map .item h5 {
    margin-top: 60px;
    display: flex;
    align-items: center;
    font-family: Microsoft YaHei, sans-serif;
    font-size: 24px;
    line-height: 26px;
    color: #666666;
    text-align: justify;
    font-weight: normal;
  }
  .help-map .item h5 .icon {
    display: inline-block;
    margin-right: 0.7vw;
    width: 1.25vw;
    height: 1.25vw;
  }
  .help-map .item h5 .icon_map_1 {
    width: 1.25vw;
    height: 1.25vw;
    background: url("https://cdn.gfzq.cn/hkstore/hkportal/sprites/maps-82-53.png");
    background-repeat: no-repeat;
    background-size: 4.2708vw 2.7604vw;
    background-position: 0vw 0vw;
  }
  .help-map .item h5 .maps_icon1 {
    width: 1.25vw;
    height: 1.25vw;
    background: url("https://cdn.gfzq.cn/hkstore/hkportal/sprites/maps-82-53.png");
    background-repeat: no-repeat;
    background-size: 4.2708vw 2.7604vw;
    background-position: 0vw 0vw;
  }
  .help-map .item h5 .icon_map_2 {
    width: 1.25vw;
    height: 1.25vw;
    background: url("https://cdn.gfzq.cn/hkstore/hkportal/sprites/maps-82-53.png");
    background-repeat: no-repeat;
    background-size: 4.2708vw 2.7604vw;
    background-position: -1.5104vw 0vw;
  }
  .help-map .item h5 .maps_icon2 {
    width: 1.25vw;
    height: 1.25vw;
    background: url("https://cdn.gfzq.cn/hkstore/hkportal/sprites/maps-82-53.png");
    background-repeat: no-repeat;
    background-size: 4.2708vw 2.7604vw;
    background-position: -1.5104vw 0vw;
  }
  .help-map .item h5 .icon_map_3 {
    width: 1.25vw;
    height: 1.25vw;
    background: url("https://cdn.gfzq.cn/hkstore/hkportal/sprites/maps-82-53.png");
    background-repeat: no-repeat;
    background-size: 4.2708vw 2.7604vw;
    background-position: 0vw -1.5104vw;
  }
  .help-map .item h5 .maps_icon3 {
    width: 1.25vw;
    height: 1.25vw;
    background: url("https://cdn.gfzq.cn/hkstore/hkportal/sprites/maps-82-53.png");
    background-repeat: no-repeat;
    background-size: 4.2708vw 2.7604vw;
    background-position: 0vw -1.5104vw;
  }
  .help-map .item h5 .icon_map_4 {
    width: 1.25vw;
    height: 1.25vw;
    background: url("https://cdn.gfzq.cn/hkstore/hkportal/sprites/maps-82-53.png");
    background-repeat: no-repeat;
    background-size: 4.2708vw 2.7604vw;
    background-position: -1.5104vw -1.5104vw;
  }
  .help-map .item h5 .maps_icon4 {
    width: 1.25vw;
    height: 1.25vw;
    background: url("https://cdn.gfzq.cn/hkstore/hkportal/sprites/maps-82-53.png");
    background-repeat: no-repeat;
    background-size: 4.2708vw 2.7604vw;
    background-position: -1.5104vw -1.5104vw;
  }
  .help-map .item h5 .icon_map_5 {
    width: 1.25vw;
    height: 1.25vw;
    background: url("https://cdn.gfzq.cn/hkstore/hkportal/sprites/maps-82-53.png");
    background-repeat: no-repeat;
    background-size: 4.2708vw 2.7604vw;
    background-position: -3.0208vw 0vw;
  }
  .help-map .item h5 .maps_icon5 {
    width: 1.25vw;
    height: 1.25vw;
    background: url("https://cdn.gfzq.cn/hkstore/hkportal/sprites/maps-82-53.png");
    background-repeat: no-repeat;
    background-size: 4.2708vw 2.7604vw;
    background-position: -3.0208vw 0vw;
  }
  .help-map .ul {
    list-style: none;
    margin-left: 1vw;
    display: flex;
    margin-top: 1.3vw;
  }
  .help-map .ul li {
    position: relative;
    display: flex;
    align-items: center;
    width: 20%;
  }
  .help-map .ul li .small-radius {
    display: inline-block;
    border-radius: 50%;
    width: 0.3vw;
    height: 0.3vw;
    background: #C7A877;
  }
  .help-map .ul li a {
    font-family: Microsoft YaHei, sans-serif;
    font-size: 0.83vw;
    line-height: 1.5;
    color: #000000;
    padding-left: 0.5vw;
    display: inline-block;
    box-sizing: border-box;
    width: 100%;
    padding-right: 2vw;
    cursor: pointer;
  }
  .help-map .ul li a:hover {
    color: #C7A877;
  }
  .trenty {
    margin-top: 120px;
  }
  .trenty .En p {
    text-align: left;
  }
  .trenty h2 {
    font-weight: normal;
    font-size: 21px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    margin-bottom: 20px;
  }
  .trenty p {
    font-size: 13px;
    color: #000;
    line-height: 24px;
    margin: 10px 0 10px 0;
  }
  .trenty .content {
    text-indent: 32px;
  }
}
@media screen and (max-width: 1200px) {
  .privacy .big {
    font-size: 4.8vw;
  }
  .privacy .big:nth-of-type(1) {
    margin-top: 4.26vw;
  }
  .privacy p,
  .privacy li {
    font-size: 3.4vw;
    margin-top: 2.13vw;
    line-height: 7.14vw;
    text-align: justify;
  }
  .privacy.En p,
  .privacy.En li {
    text-align: left;
  }
  .privacy .cr {
    font-size: 3.2vw;
    line-height: 4.6vw;
  }
  .disclaimer .big {
    font-size: 4.5vw;
    line-height: 6vw;
    margin-top: 4vw;
  }
  .disclaimer p {
    font-size: 3.4vw;
    line-height: 6vw;
    margin-top: 3vw;
    text-justify: inter-ideograph;
  }
  .disclaimer .link a {
    color: #28489B;
    font-size: 4.27vw;
  }
  .disclaimer.En p {
    text-align: left;
    text-justify: inter-word;
  }
  .disclaimer .cr {
    font-size: 3.2vw;
    line-height: 4.6vw;
  }
  .top-one {
    margin-top: 16vw;
  }
  .help-map .bread {
    padding: 0;
  }
  .help-map .help-map-list {
    padding-top: 5vw;
  }
  .help-map .help-map-list h4 {
    font-size: 4.56vw;
    line-height: 32px;
    color: #C7A877;
  }
  .help-map .help-map-list h5 {
    margin-top: 4vw;
    margin-bottom: 2vw;
    font-size: 4.26vw;
    line-height: 24px;
    display: flex;
    align-items: center;
    color: #666;
    font-weight: normal;
  }
  .help-map .help-map-list h5 .icon {
    display: inline-block;
    width: 4vw;
    height: 4vw;
    margin-right: 2vw;
  }
  .help-map .help-map-list h5 .maps_icon1 {
    width: 4vw;
    height: 4vw;
    background: url("https://cdn.gfzq.cn/hkstore/hkportal/sprites/maps-82-53.png");
    background-repeat: no-repeat;
    background-size: 13.6667vw 8.8333vw;
    background-position: 0vw 0vw;
  }
  .help-map .help-map-list h5 .maps_icon2 {
    width: 4vw;
    height: 4vw;
    background: url("https://cdn.gfzq.cn/hkstore/hkportal/sprites/maps-82-53.png");
    background-repeat: no-repeat;
    background-size: 13.6667vw 8.8333vw;
    background-position: -4.8333vw 0vw;
  }
  .help-map .help-map-list h5 .maps_icon3 {
    width: 4vw;
    height: 4vw;
    background: url("https://cdn.gfzq.cn/hkstore/hkportal/sprites/maps-82-53.png");
    background-repeat: no-repeat;
    background-size: 13.6667vw 8.8333vw;
    background-position: 0vw -4.8333vw;
  }
  .help-map .help-map-list h5 .maps_icon4 {
    width: 4vw;
    height: 4vw;
    background: url("https://cdn.gfzq.cn/hkstore/hkportal/sprites/maps-82-53.png");
    background-repeat: no-repeat;
    background-size: 13.6667vw 8.8333vw;
    background-position: -4.8333vw -4.8333vw;
  }
  .help-map .help-map-list h5 .maps_icon5 {
    width: 4vw;
    height: 4vw;
    background: url("https://cdn.gfzq.cn/hkstore/hkportal/sprites/maps-82-53.png");
    background-repeat: no-repeat;
    background-size: 13.6667vw 8.8333vw;
    background-position: -9.6667vw 0vw;
  }
  .help-map .ul {
    display: grid;
    grid-template-columns: repeat(2, 50%);
    grid-row-gap: 1vw;
    margin-left: 3vw;
  }
  .help-map .ul li {
    margin-top: 0;
    display: flex;
    align-items: center;
  }
  .help-map .ul li .small-radius {
    display: inline-block;
    width: 1.2vw;
    height: 1.2vw;
    border-radius: 50%;
    background: #C7A877;
  }
  .help-map .ul li a {
    padding-left: 2vw;
    font-size: 3.46vw;
    line-height: 6.4vw;
  }
  .trenty {
    margin-top: 20vw;
  }
  .trenty .En p {
    text-align: left;
  }
  .trenty h2 {
    font-weight: normal;
    font-size: 5.33vw;
    line-height: 1.5;
    text-align: center;
    margin-bottom: 4vw;
  }
  .trenty p {
    font-size: 3.4vw;
    line-height: 7.14vw;
    margin-top: 2.13vw;
  }
  .trenty .content {
    text-indent: 8.53vw;
  }
}

.delay-025 {
  animation-delay: 0.25s;
}
.delay-05 {
  animation-delay: 0.5s;
}
.delay-065 {
  animation-delay: 0.65s;
}
.delay-075 {
  animation-delay: 0.75s;
}
.delay-085 {
  animation-delay: 0.85s;
}
.delay-095 {
  animation-delay: 0.95s;
}
.delay-105 {
  animation-delay: 1.05s;
}
.delay-110 {
  animation-delay: 1.1s;
}
.delay-120 {
  animation-delay: 1.2s;
}
.delay-140 {
  animation-delay: 1.4s;
}
.delay-200 {
  animation-delay: 2s;
}
@media screen and (min-width: 1200px) {
  .mybusiness {
    display: flex;
  }
  .title {
    text-align: center;
    color: #000;
    font-size: 34px;
    line-height: 28px;
    font-weight: normal;
  }
  .title.En {
    font-family: 'Arial';
  }
  .sub-title {
    text-align: center;
    color: #999;
    font-size: 14px;
    line-height: 24px;
    margin-top: 1vw !important;
  }
  .new_sub_title {
    margin-top: -1vw !important;
    position: relative;
  }
  .new_sub_title .blank {
    display: block;
    width: 168px;
    height: 30px;
    position: absolute;
    background: #F0F0F0;
    top: 5px;
    left: 55.5%;
  }
  .new_sub_title .blank_2 {
    display: block;
    width: 182px;
    height: 32px;
    position: absolute;
    background: #fff;
    left: 56.1%;
    top: 5px;
  }
  .new_sub_title .blank_3 {
    display: block;
    width: 156px;
    height: 32px;
    position: absolute;
    background: #93775a;
    left: 56.1%;
    top: 5px;
  }
  .flex-column-center {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .no-datas {
    font-size: 3.75vw;
  }
  .business {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    box-sizing: border-box;
    padding: 4.9vw 0;
    background: #F0F0F0;
    width: 100% !important;
  }
  .business .items {
    overflow: hidden;
    position: absolute;
    left: 9vw;
    top: 4.06vw;
    width: 100%;
  }
  .business .items li {
    text-align: center;
    transition: all 0.5s;
    cursor: pointer;
    display: inline-block;
    border-radius: 0.52vw;
    width: 14vw;
    height: 23.7vw;
    margin-right: 1.04vw;
    vertical-align: top;
    background: #fff;
  }
  .business .items li > a {
    display: block;
    padding-top: 2.8vw;
    padding-bottom: 2.8vw;
    min-height: 23.7vw;
  }
  .business .items li > a.en {
    height: 23.7vw;
    font-size: 15px;
    padding-top: 0;
  }
  .business .items li strong,
  .business .items li p {
    transition: all 0.5s;
  }
  .business .items li strong {
    display: block;
    margin-top: 1vw;
    font-size: 1.25vw;
    line-height: 1.35vw;
    height: 1.56vw;
    font-family: Microsoft YaHei, sans-serif;
    color: #000;
    font-weight: normal;
  }
  .business .items li strong.En {
    height: 3.9vw;
    padding: 0 1vw;
    color: #0a0a0a;
    font-family: 'Arial';
    margin-top: -10px;
    font-size: 1.04vw;
  }
  .business .items li p {
    padding: 0 1.8vw;
    margin-top: 1.3vw;
    font-size: 0.83vw;
    line-height: 1.46vw;
    font-family: Microsoft YaHei, sans-serif;
    color: #999999;
    text-align: left;
  }
  .business .items li p.En {
    padding: 0 1.5vw;
    margin-top: 0;
    line-height: 1.04vw;
    font-family: 'Arial';
    font-size: 0.83vw;
  }
  .business .items li .normal_p {
    display: flex;
    height: 6.25vw;
    justify-content: center;
    width: 12.55vw;
    padding: 0;
  }
  .business .items li .hover_p {
    display: none;
  }
  .business .items li .normal {
    display: inline-block;
  }
  .business .items li .hover {
    display: none;
  }
  .business .items li .customer_icon {
    width: 6.25vw;
    height: 6.25vw;
    transition: all 0.5s;
  }
  .business .items li .investingBicon_1x {
    width: 5.2vw;
    height: 5.2vw;
    background: url("https://cdn.gfzq.cn/hkstore/hkportal/sprites/home_icons2-3840-1706.png");
    background-repeat: no-repeat;
    background-size: 112.1798vw 49.8382vw;
    background-position: -50.6562vw -32.3978vw;
  }
  .business .items li .investingBiconhover {
    width: 6.25vw;
    height: 6.25vw;
    background: url("https://cdn.gfzq.cn/hkstore/hkportal/sprites/home_icons2-3840-1706.png");
    background-repeat: no-repeat;
    background-size: 85.7143vw 38.0804vw;
    background-position: -15.5357vw -24.7545vw;
  }
  .business .items li .globalTicon {
    width: 5.2vw;
    height: 5.2vw;
    background: url("https://cdn.gfzq.cn/hkstore/hkportal/sprites/home_icons2-3840-1706.png");
    background-repeat: no-repeat;
    background-size: 112.1798vw 49.8382vw;
    background-position: -45.3101vw -32.3978vw;
  }
  .business .items li .globalTiconhover {
    width: 6.25vw;
    height: 6.25vw;
    background: url("https://cdn.gfzq.cn/hkstore/hkportal/sprites/home_icons2-3840-1706.png");
    background-repeat: no-repeat;
    background-size: 85.7143vw 38.0804vw;
    background-position: -9.1741vw -24.7545vw;
  }
  .business .items li .weathMicon_1x {
    width: 5.2vw;
    height: 5.2vw;
    background: url("https://cdn.gfzq.cn/hkstore/hkportal/sprites/home_icons2-3840-1706.png");
    background-repeat: no-repeat;
    background-size: 112.1798vw 49.8382vw;
    background-position: -61.3483vw -32.3978vw;
  }
  .business .items li .weathMiconhover_1x {
    width: 6.25vw;
    height: 6.25vw;
    background: url("https://cdn.gfzq.cn/hkstore/hkportal/sprites/home_icons2-3840-1706.png");
    background-repeat: no-repeat;
    background-size: 85.7143vw 38.0804vw;
    background-position: -28.2589vw -24.7545vw;
  }
  .business .items li .investMicon_1x {
    width: 5vw;
    height: 5vw;
    background: url("https://cdn.gfzq.cn/hkstore/hkportal/sprites/home_icons2-3840-1706.png");
    background-repeat: no-repeat;
    background-size: 107.8652vw 47.9213vw;
    background-position: -53.8483vw -31.1517vw;
  }
  .business .items li .investMsiconhover_1x {
    width: 6.25vw;
    height: 6.25vw;
    background: url("https://cdn.gfzq.cn/hkstore/hkportal/sprites/home_icons2-3840-1706.png");
    background-repeat: no-repeat;
    background-size: 85.7143vw 38.0804vw;
    background-position: -21.8973vw -24.7545vw;
  }
  .business .items .enLi {
    min-height: 455px;
    padding-bottom: 50px;
  }
  .business .items li:hover {
    background: #CFA979;
    box-shadow: 0 0.4375rem 1.625rem 0 rgba(7, 35, 105, 0.15);
  }
  .business .items li:hover p {
    color: #fff;
  }
  .business .items li:hover strong {
    color: #fff;
  }
  .business .items li:hover .normal_p {
    display: none;
  }
  .business .items li:hover .hover_p {
    display: flex;
    justify-content: center;
    padding: 0;
  }
  .business .items li:hover .hover {
    display: inline-block;
  }
  .business .items li:hover .normal {
    display: none;
  }
  .business .fa_row {
    position: relative;
    width: 70.83vw;
    margin: 0 auto;
    margin-top: 8.13vw;
  }
  .business .ourBusBg {
    width: 21.15vw;
    height: 31.1vw;
    background: url("https://cdn.gfzq.cn/hkstore/hkportal/sprites/home_icons2-3840-1706.png");
    background-repeat: no-repeat;
    background-size: 200.0394vw 88.872vw;
    background-position: 0vw -57.772vw;
  }
  .business .titleBg1 {
    margin-left: 10%;
    display: inline-block;
    width: 406px;
    height: 38px;
    background: url("https://cdn.gfzq.cn/hkstore/hkportal/sprites/home_icons2-3840-1706.png");
    background-repeat: no-repeat;
    background-size: 3360px 1350.5833px;
    background-position: -2848.125px -877.9583px;
  }
  .business .titleBg1_ {
    margin-left: 10%;
    display: inline-block;
    width: 406px;
    height: 38px;
    background: url("https://cdn.gfzq.cn/hkstore/hkportal/sprites/home_line_icon-812-145.png");
    background-repeat: no-repeat;
    background-size: 406px 72.5px;
    background-position: 0px 0px;
  }
  .company {
    box-sizing: border-box;
    background: #ffffff;
    padding-top: 98px;
    width: 70.68vw !important;
  }
  .company .titleBg2 {
    margin-left: 12%;
    display: inline-block;
    width: 406px;
    height: 38px;
    background: url("https://cdn.gfzq.cn/hkstore/hkportal/sprites/home_icons2-3840-1706.png");
    background-repeat: no-repeat;
    background-size: 3168.7805px 1350.5833px;
    background-position: -1883.939px -877.9583px;
  }
  .company .titleBg2_ {
    margin-left: 12%;
    display: inline-block;
    width: 406px;
    height: 38px;
    background: url("https://cdn.gfzq.cn/hkstore/hkportal/sprites/home_line_icon-812-145.png");
    background-repeat: no-repeat;
    background-size: 406px 72.5px;
    background-position: 0px 0px;
  }
  .company .company_fa_row {
    position: relative;
    margin-top: 156px;
  }
  .company .company_fa_row .comp_content {
    display: flex;
  }
  .company .company_fa_row .comp_content.En h2,
  .company .company_fa_row .comp_content.En .news_content,
  .company .company_fa_row .comp_content.En span {
    font-family: 'Arial';
  }
  .company .company_fa_row .comp_content .companyNewsBg img {
    width: 35.41vw;
    height: 35.41vw;
  }
  .company .company_fa_row .comp_content .comp_news {
    width: 36.35vw;
    padding: 0 2.5vw;
  }
  .company .company_fa_row .comp_content .comp_news .news_title {
    line-height: 2.34vw;
    width: 26.56vw;
    padding-top: 1.98vw;
    font-size: 1.77vw;
    font-weight: normal;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    white-space: wrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .company .company_fa_row .comp_content .comp_news .news_content {
    width: 28.7vw;
    height: 78px;
    line-height: 26px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    white-space: wrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: 1.56vw;
    font-size: 14px;
  }
  .company .company_fa_row .comp_content .comp_news .news_content p {
    display: inline;
    font-size: 0.73vws;
    color: #333;
  }
  .company .company_fa_row .comp_content .comp_news .news_foot {
    padding-top: 1vw;
    font-size: 14px;
    color: #999;
  }
  .company .company_fa_row .comp_content .comp_news .to_detail {
    width: 14.45vw;
    margin-top: 3.14vw;
    margin-left: 1.68vw;
  }
  .company .company_fa_row .comp_content .comp_news .to_detail a {
    color: #C7A877;
    font-size: 1.05vw;
    display: flex;
    align-items: center;
    cursor: pointer;
  }
  .company .company_fa_row .comp_content .comp_news .to_detail a .see {
    padding-left: 1.05vw;
  }
  .company .company_fa_row .comp_content .comp_news .to_detail .detailIcon {
    display: inline-block;
    margin-left: 10px;
    width: 24px;
    height: 24px;
    background: url("https://cdn.gfzq.cn/hkstore/hkportal/sprites/home_icons2-3840-1706.png");
    background-repeat: no-repeat;
    background-size: 1536px 682.4px;
    background-position: -1049.2px -557.6px;
  }
  .company .company_fa_row .comp_content .comp_news .to_detail .titleBg4 {
    width: 14.45vw;
    height: 1.36vw;
    background: url("https://cdn.gfzq.cn/hkstore/hkportal/sprites/home_icons2-3840-1706.png");
    background-repeat: no-repeat;
    background-size: 120.1039vw 77.3387vw;
    background-position: -97.1153vw -52.6773vw;
  }
  .company .company_fa_row .dynamic {
    display: flex;
    justify-content: center;
    width: 64vw;
    margin-top: -7.02vw;
    margin-left: 4.06vw;
  }
  .company .company_fa_row .dynamic.En a {
    font-family: 'Arial';
    font-size: 0.92vw;
  }
  .company .company_fa_row .dynamic p {
    width: 0.16vw;
    height: 6.25vw;
    background: #000000;
    opacity: 0.1;
  }
  .company .company_fa_row .dynamic li {
    justify-content: center;
    width: 21.33vw;
    height: 10.42vw;
    display: flex;
    align-items: center;
    background: #f0f0f0;
    cursor: pointer;
    box-sizing: border-box;
  }
  .company .company_fa_row .dynamic li:nth-of-type(1) {
    border-top-left-radius: 0.52vw;
    border-bottom-left-radius: 0.52vw;
  }
  .company .company_fa_row .dynamic li:nth-of-type(3) {
    border-top-right-radius: 0.52vw;
    border-bottom-right-radius: 0.52vw;
  }
  .company .company_fa_row .dynamic li a {
    text-align: left;
    padding: 0 2.4vw;
    font-size: 1.26vw;
    line-height: 2.09vw;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .company .company_fa_row .dynamic li:hover {
    background: #C7A877;
    border-right-color: #C7A877;
    border-left-color: #C7A877;
    color: #fff;
  }
  .company .company_fa_row .dynamic li:hover a {
    color: #fff;
  }
  .company .company_fa_row .dynamic .seeMore {
    font-size: 24px;
  }
  .company .company_fa_row .dynamic .seeMore a {
    color: #C7A877;
  }
  .recruitment {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    box-sizing: border-box;
    padding: 4.6vw 0;
    background: #ffffff;
    width: 100vw !important;
  }
  .recruitment .bg_top .titleBg3 {
    margin-left: 10%;
    display: inline-block;
    width: 406px;
    height: 38px;
    background: url("https://cdn.gfzq.cn/hkstore/hkportal/sprites/home_icons2-3840-1706.png");
    background-repeat: no-repeat;
    background-size: 3317.1064px 1350.5833px;
    background-position: -2401.4468px -877.9583px;
  }
  .recruitment .bg_top .titleBg3_ {
    margin-left: 10%;
    display: inline-block;
    width: 406px;
    height: 38px;
    background: url("https://cdn.gfzq.cn/hkstore/hkportal/sprites/home_line_icon-812-145.png");
    background-repeat: no-repeat;
    background-size: 406px 86.0938px;
    background-position: 0px -48.0938px;
  }
  .recruitment .news_notice {
    padding-top: 94px;
    box-sizing: border-box;
    width: 100%;
    height: 458px;
    background: url("https://cdn.gfzq.cn/hkstore/hkportal/sprites/home_icons2-3840-1706.png");
    background-repeat: no-repeat;
    background-size: 100% 707.7428px;
    background-position: 0% 0px;
  }
  .recruitment .news_notice .recruitment_title {
    color: #fff;
    margin-top: 4.8vw;
  }
  .recruitment .recruitment_foot {
    position: relative;
  }
  .recruitment .recruitment_foot .menu_tabs {
    margin: 0 auto;
    box-sizing: border-box;
    width: 64vw;
    padding-bottom: 4vw;
    background: #F0F0F0;
    border-radius: 0.52vw;
    margin: -11vw auto 0;
  }
  .recruitment .recruitment_foot .menu_tabs.En li,
  .recruitment .recruitment_foot .menu_tabs.En p {
    font-family: 'Arial';
  }
  .recruitment .recruitment_foot .menu_tabs .tabs {
    width: 64vw;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .recruitment .recruitment_foot .menu_tabs .tabs li {
    width: 32vw;
    height: 6.25vw;
    line-height: 6.25vw;
    text-align: center;
    color: rgba(199, 169, 119);
    font-size: 1.25vw;
    cursor: pointer;
    background: #fff;
  }
  .recruitment .recruitment_foot .menu_tabs .tabs li:nth-of-type(1) {
    border-top-left-radius: 0.52vw;
  }
  .recruitment .recruitment_foot .menu_tabs .tabs li:nth-of-type(2) {
    border-top-right-radius: 0.52vw;
  }
  .recruitment .recruitment_foot .menu_tabs .tabs .active {
    color: #fff;
    background: rgba(199, 169, 119);
  }
  .recruitment .recruitment_foot .menu_tabs .tablist {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    width: 64vw;
    margin-top: 49.5px;
    margin-left: 52.5px;
  }
  .recruitment .recruitment_foot .menu_tabs .tablist li {
    position: relative;
    overflow: hidden;
    width: 17.5vw;
    height: 10.9vw;
    text-align: left;
    background: #fff;
    cursor: pointer;
    margin: 12.5px;
    border-radius: 0.52vw;
  }
  .recruitment .recruitment_foot .menu_tabs .tablist li p {
    color: #000000;
    font-size: 0.93vw;
    margin: 1.92vw 1.77vw 1.66vw 1.56vw;
    height: 2.66vw;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    text-align: left;
    line-height: 1.25vw;
    overflow: hidden;
  }
  .recruitment .recruitment_foot .menu_tabs .tablist li p.En {
    min-height: 6vw;
    text-align: left;
  }
  .recruitment .recruitment_foot .menu_tabs .tablist li span {
    display: block;
    text-align: left;
    padding-left: 1.56vw;
    color: #aaa;
    font-size: 0.73vw;
    margin-bottom: 0.83vw;
  }
  .recruitment .recruitment_foot .menu_tabs .tablist li .icons {
    position: absolute;
    z-index: 999;
    display: inline-block;
    right: -8px;
    bottom: 4px;
  }
  .recruitment .recruitment_foot .menu_tabs .tablist li .icon_operation {
    width: 4.16vw;
    height: 4.16vw;
    background: url("https://cdn.gfzq.cn/hkstore/hkportal/sprites/zhaopin_icons-2015-1510.png");
    background-repeat: no-repeat;
    background-size: 16.7648vw 12.5632vw;
    background-position: -8.4032vw -8.4032vw;
  }
  .recruitment .recruitment_foot .menu_tabs .tablist li .icon_it {
    width: 4.16vw;
    height: 4.16vw;
    background: url("https://cdn.gfzq.cn/hkstore/hkportal/sprites/zhaopin_icons-2015-1510.png");
    background-repeat: no-repeat;
    background-size: 16.7648vw 12.5632vw;
    background-position: -8.4032vw 0vw;
  }
  .recruitment .recruitment_foot .menu_tabs .tablist li .icon_wealth {
    width: 4.16vw;
    height: 4.16vw;
    background: url("https://cdn.gfzq.cn/hkstore/hkportal/sprites/zhaopin_icons-2015-1510.png");
    background-repeat: no-repeat;
    background-size: 16.7648vw 12.5632vw;
    background-position: -12.6048vw -4.2016vw;
  }
  .recruitment .recruitment_foot .menu_tabs .tablist li .icon_compliance {
    width: 4.16vw;
    height: 4.16vw;
    background: url("https://cdn.gfzq.cn/hkstore/hkportal/sprites/zhaopin_icons-2015-1510.png");
    background-repeat: no-repeat;
    background-size: 16.7648vw 12.5632vw;
    background-position: 0vw 0vw;
  }
  .recruitment .recruitment_foot .menu_tabs .tablist li .icon_hr {
    width: 4.16vw;
    height: 4.16vw;
    background: url("https://cdn.gfzq.cn/hkstore/hkportal/sprites/zhaopin_icons-2015-1510.png");
    background-repeat: no-repeat;
    background-size: 16.7648vw 12.5632vw;
    background-position: 0vw -4.2016vw;
  }
  .recruitment .recruitment_foot .menu_tabs .tablist li .icon_office {
    width: 4.16vw;
    height: 4.16vw;
    background: url("https://cdn.gfzq.cn/hkstore/hkportal/sprites/zhaopin_icons-2015-1510.png");
    background-repeat: no-repeat;
    background-size: 16.7648vw 12.5632vw;
    background-position: 0vw -8.4032vw;
  }
  .recruitment .recruitment_foot .menu_tabs .tablist li:hover {
    background: #C7A877;
  }
  .recruitment .recruitment_foot .menu_tabs .tablist li:hover p,
  .recruitment .recruitment_foot .menu_tabs .tablist li:hover span {
    color: #ffffff;
  }
  .recruitment .recruitment_foot .menu_tabs .tablist li:hover .icon_operation {
    width: 4.16vw;
    height: 4.16vw;
    background: url("https://cdn.gfzq.cn/hkstore/hkportal/sprites/zhaopin_icons-2015-1510.png");
    background-repeat: no-repeat;
    background-size: 16.7648vw 12.5632vw;
    background-position: -12.6048vw 0vw;
  }
  .recruitment .recruitment_foot .menu_tabs .tablist li:hover .icon_it {
    width: 4.16vw;
    height: 4.16vw;
    background: url("https://cdn.gfzq.cn/hkstore/hkportal/sprites/zhaopin_icons-2015-1510.png");
    background-repeat: no-repeat;
    background-size: 16.7648vw 12.5632vw;
    background-position: -8.4032vw -4.2016vw;
  }
  .recruitment .recruitment_foot .menu_tabs .tablist li:hover .icon_wealth {
    width: 4.16vw;
    height: 4.16vw;
    background: url("https://cdn.gfzq.cn/hkstore/hkportal/sprites/zhaopin_icons-2015-1510.png");
    background-repeat: no-repeat;
    background-size: 16.7648vw 12.5632vw;
    background-position: -12.6048vw -8.4032vw;
  }
  .recruitment .recruitment_foot .menu_tabs .tablist li:hover .icon_compliance {
    width: 4.16vw;
    height: 4.16vw;
    background: url("https://cdn.gfzq.cn/hkstore/hkportal/sprites/zhaopin_icons-2015-1510.png");
    background-repeat: no-repeat;
    background-size: 16.7648vw 12.5632vw;
    background-position: -4.2016vw 0vw;
  }
  .recruitment .recruitment_foot .menu_tabs .tablist li:hover .icon_hr {
    width: 4.16vw;
    height: 4.16vw;
    background: url("https://cdn.gfzq.cn/hkstore/hkportal/sprites/zhaopin_icons-2015-1510.png");
    background-repeat: no-repeat;
    background-size: 16.7648vw 12.5632vw;
    background-position: -4.2016vw -4.2016vw;
  }
  .recruitment .recruitment_foot .menu_tabs .tablist li:hover .icon_office {
    width: 4.16vw;
    height: 4.16vw;
    background: url("https://cdn.gfzq.cn/hkstore/hkportal/sprites/zhaopin_icons-2015-1510.png");
    background-repeat: no-repeat;
    background-size: 16.7648vw 12.5632vw;
    background-position: -4.2016vw -8.4032vw;
  }
  .recruitment .recruitment_foot .menu_tabs .more {
    margin-top: 47.5px;
    padding-left: 25vw;
  }
  .recruitment .recruitment_foot .menu_tabs .more .see-more {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 10vw;
    cursor: pointer;
  }
  .recruitment .recruitment_foot .menu_tabs .more .see-more .detailIcon {
    display: inline-block;
    margin-left: 10px;
    width: 24px;
    height: 24px;
    background: url("https://cdn.gfzq.cn/hkstore/hkportal/sprites/home_icons2-3840-1706.png");
    background-repeat: no-repeat;
    background-size: 1536px 682.4px;
    background-position: -1049.2px -557.6px;
  }
  .recruitment .recruitment_foot .menu_tabs .more .see-more .text {
    text-align: center;
    color: #C7A877;
    font-size: 1.04vw;
  }
  .recruitment .recruitment_foot .menu_tabs .more .titleBg4 {
    width: 18vw;
    height: 1.5vw;
    background: url("https://cdn.gfzq.cn/hkstore/hkportal/sprites/home_icons2-3840-1706.png");
    background-repeat: no-repeat;
    background-size: 149.6104vw 85.3vw;
    background-position: -120.974vw -58.1vw;
  }
  .recruitment .row-tab {
    margin-top: 4.8vw;
    padding: 0 1.4vw;
  }
  .product {
    box-sizing: border-box;
    padding: 4.6vw 0;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .product .items {
    margin-top: 5.4vw;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .product .items .i1 {
    z-index: 2;
    margin-right: -16vw;
  }
  .product .items .i1 img {
    width: 33.3vw;
    height: 19.2vw;
  }
  .product .items .i2 {
    z-index: 3;
    margin-right: -6vw;
  }
  .product .items .i2 img {
    width: 15.4vw;
    height: 28.14vw;
  }
  .product .items .i3 {
    z-index: 4;
    margin-right: -9vw;
  }
  .product .items .i3 img {
    width: 17.7vw;
    height: 31.07vw;
  }
  .product .items .i4 {
    z-index: 1;
    margin-top: 2vw;
  }
  .product .items .i4 img {
    width: 25vw;
    height: 14.9vw;
  }
  .insight {
    padding: 4.6vw 0;
  }
  .insight .look-more {
    text-align: center;
    margin-top: 15px;
  }
  .insight .look-more a {
    color: #999;
  }
  .insight .look-more a:hover {
    color: #193c96;
  }
  .insight .item {
    display: flex;
    justify-content: center;
    margin-top: 5.2vw;
    padding: 0 1.4vw;
  }
  .insight .item .left {
    padding: 0 3.4vw;
    color: #fff;
    height: 29.2vw;
    width: 18vw;
    display: flex;
    flex-direction: column;
    justify-content: center;
    z-index: 10;
  }
  .insight .item .left strong {
    font-size: 2vw;
    display: block;
    line-height: 3.3vw;
    text-align: center;
    font-family: Microsoft YaHei, sans-serif;
    font-weight: bold;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    color: #fff;
  }
  .insight .item .left a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 12vw;
    height: 4.2vw;
    line-height: 4.2vw;
    color: #193c96;
    font-size: 1.3vw;
    background: #fff;
    text-align: center;
    margin: 2.8vw auto;
    user-select: none;
  }
  .insight .item .left a .moreLink {
    margin-left: 0.5vw;
    display: inline-block;
    width: 1.6vw;
    height: 0.96vw;
    background: url("https://cdn.gfzq.cn/hkstore/hkportal/sprites/icon-675-644-562.png");
    background-repeat: no-repeat;
    background-size: 27vw 25.76vw;
    background-position: -20vw -15.88vw;
  }
  .insight .item .right {
    flex: 1;
    padding: 3vw;
    margin: 2.3125rem 0;
  }
  .insight .item .right p {
    display: -webkit-box;
    font-size: 14px;
    line-height: 24px;
    color: #666666;
    width: 18.8vw;
    max-height: 144px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    text-align: justify;
    white-space: pre-wrap;
  }
  .insight .item .right p.En {
    text-align: left;
    word-break: break-word;
  }
  .insight .item .right span {
    display: block;
    margin-top: 1.3vw;
    line-height: 18px;
    font-size: 12px;
    color: #666;
  }
  .information {
    width: 100vw;
    padding: 4.6vw 0;
  }
  .information .title {
    color: #fff;
  }
  .information .row-tab {
    margin-top: 4.8vw;
    padding: 0 1.4vw;
  }
  .information .tab {
    margin: 0 auto;
    box-sizing: border-box;
    width: 100%;
    background: #193c96;
    padding: 3.5vw 7.2vw 2.5vw;
  }
  .information .tab .tabs {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .information .tab .tabs li {
    position: relative;
    text-align: center;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.6);
    padding-bottom: 1.5vw;
    flex: 1;
    cursor: pointer;
  }
  .information .tab .tabs .active {
    color: #fff;
  }
  .information .tab .tabs .active::after {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    right: 0;
    bottom: 0;
    height: 2px;
    background: #fff;
    border-radius: 1px;
    width: 6vw;
    transform: translateX(-50%);
  }
  .information .tab .tablist {
    padding: 1.6vw 0;
  }
  .information .tab .tablist li {
    position: relative;
    overflow: hidden;
    margin-top: 1vw;
  }
  .information .tab .tablist li > a {
    display: flex;
    align-items: center;
  }
  .information .tab .tablist p {
    color: #fff;
    float: left;
    display: -webkit-box;
    font-size: 14px;
    line-height: 24px;
    height: 24px;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    cursor: pointer;
    flex: 1;
  }
  .information .tab .tablist span {
    display: block;
    float: right;
    color: #fff;
    font-size: 14px;
    line-height: 24px;
    width: 8vw;
    text-align: right;
    font-family: "Helvetica Neue";
  }
  .information .tab .go-more {
    text-align: center;
  }
  .information .tab .go-more a {
    cursor: pointer;
    font-size: 13px;
    line-height: 24px;
    color: rgba(255, 255, 255, 0.6);
  }
  .webdialog {
    margin-top: 50px;
  }
  .webdialog a {
    color: #193C96;
  }
  .webdialog-text1 {
    text-align: center;
    display: block;
    margin-bottom: 40px;
    font-size: 16px;
  }
}
@media screen and (max-width: 1200px) {
  .title {
    font-size: 4.5vw;
    text-align: center;
    font-weight: normal;
    margin-right: 30%;
    margin-bottom: 0 !important;
  }
  .titleBg1 {
    margin: 0 auto;
    position: relative;
    width: 60.2vw;
    height: 3.7vw;
    background: url("https://cdn.gfzq.cn/hkstore/hkportal/sprites/home_icons2-3840-1706.png");
    background-repeat: no-repeat;
    background-size: 498.2069vw 131.5042vw;
    background-position: -422.3082vw -85.4854vw;
  }
  .titleBg1_ {
    margin: 0 auto;
    position: relative;
    width: 60.2vw;
    height: 3.7vw;
    background: url("https://cdn.gfzq.cn/hkstore/hkportal/sprites/home_line_icon-812-145.png");
    background-repeat: no-repeat;
    background-size: 60.2vw 7.0592vw;
    background-position: 0vw 0vw;
  }
  .sub-title {
    font-size: 2.67vw;
    line-height: 5vw;
    margin: 3.2vw 0 9.06vw;
    text-align: center;
    color: #999;
  }
  .mybusiness {
    padding: 9.6vw 4vw 8vw 4vw;
    background: #F0F0F0;
  }
  .mybusiness .column {
    margin-top: 14.46vw;
  }
  .mybusiness.En .title,
  .mybusiness.En li h2,
  .mybusiness.En li p {
    font-family: 'Arial';
  }
  .mybusiness .column li {
    margin-top: 4vw;
    background-color: #ffffff;
    display: flex;
    align-items: center;
    padding: 8vw 0;
    border-radius: 1.6vw;
  }
  .mybusiness .column li > a {
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }
  .mybusiness .column li > a div {
    flex: 1;
  }
  .mybusiness .column .customer_icon {
    display: block;
    border-radius: 50%;
    margin: 0 6.4vw 0 5.6vw;
  }
  .mybusiness .column .investingBicon_1x {
    width: 16vw;
    height: 16vw;
    background: url("https://cdn.gfzq.cn/hkstore/hkportal/sprites/home_icons2-3840-1706.png");
    background-repeat: no-repeat;
    background-size: 512vw 227.4667vw;
    background-position: -167.6vw -185.8667vw;
  }
  .mybusiness .column .icon_CFGL_2x {
    width: 16vw;
    height: 16vw;
    background: url("https://cdn.gfzq.cn/hkstore/hkportal/sprites/home_icons2-3840-1706.png");
    background-repeat: no-repeat;
    background-size: 512vw 227.4667vw;
    background-position: -134.2667vw -185.8667vw;
  }
  .mybusiness .column .icon_QYRZ_2x {
    width: 16vw;
    height: 16vw;
    background: url("https://cdn.gfzq.cn/hkstore/hkportal/sprites/home_icons2-3840-1706.png");
    background-repeat: no-repeat;
    background-size: 512vw 227.4667vw;
    background-position: -234.2667vw -185.8667vw;
  }
  .mybusiness .column .icon_ZCGL_2x {
    width: 16vw;
    height: 16vw;
    background: url("https://cdn.gfzq.cn/hkstore/hkportal/sprites/home_icons2-3840-1706.png");
    background-repeat: no-repeat;
    background-size: 512vw 227.4667vw;
    background-position: -200.9333vw -185.8667vw;
  }
  .mybusiness .column h2 {
    font-size: 3.73vw;
    color: #000;
    margin-bottom: 2.13vw;
    font-weight: normal;
    line-height: 5.06vw;
  }
  .mybusiness .column p {
    font-size: 3.2vw;
    color: #666;
    line-height: 4.26vw;
    padding-right: 4.2vw;
  }
  .mybusiness .column .p_en {
    line-height: 4vw;
  }
  .product {
    min-height: auto;
    padding: 6.4vw 0 7.57vw;
  }
  .product .sub-title {
    margin: 3.2vw 10.2vw 0;
  }
  .product .mobile-img {
    padding: 7.8vw 3.2vw 0;
  }
  .product .mobile-img img {
    width: 100%;
  }
  .product .items {
    display: flex;
    margin: 9.4vw 3.2vw 2vw;
    position: relative;
    height: 44vw;
    align-items: center;
    justify-content: center;
  }
  .product .items img {
    vertical-align: middle;
  }
  .product .items .i1 {
    margin-right: auto;
    position: absolute;
    left: 0;
    z-index: 2;
  }
  .product .items .i1 img {
    width: 49.6vw;
  }
  .product .items .i2 {
    position: absolute;
    left: 25.01vw;
    z-index: 3;
    margin-right: -6vw;
  }
  .product .items .i2 img {
    width: 22.67vw;
  }
  .product .items .i3 {
    margin-right: auto;
    left: 40vw;
    position: absolute;
    z-index: 4;
  }
  .product .items .i3 img {
    width: 26.29vw;
  }
  .product .items .i4 {
    position: absolute;
    z-index: 1;
    right: 0;
    margin-top: 2vw;
  }
  .product .items .i4 img {
    width: 36.93vw;
  }
  .insight {
    margin-top: 8vw;
    margin-bottom: 0;
    padding-bottom: 0;
  }
  .insight .item {
    margin-top: 2.3125rem;
    width: 100%;
    box-sizing: border-box;
    padding: 0 3.2vw;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .insight .item .left {
    width: 36.8vw;
    height: 46.4vw;
    padding: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .insight .item .left strong {
    font-weight: bold;
    font-size: 4.26vw;
    width: 25.86vw;
    padding-top: 9.33vw;
    line-height: 5.6vw;
    margin: 0 auto;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    color: #fff;
    max-height: 16vw;
  }
  .insight .item .left a {
    width: 20.8vw;
    font-size: 3.46vw;
    line-height: 9.06vw;
    height: 9.06vw;
    margin: 6.93vw auto 2.8vw;
    display: block;
    color: #193c96;
    background: #fff;
    text-align: center;
    user-select: none;
  }
  .insight .item .right {
    padding: 3vw;
    margin: 3.2vw 0;
    width: 58.93vw;
    height: 32vw;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .insight .item .right strong {
    font-size: 0.625rem;
    width: 39.46vw;
    line-height: 3.93vw;
    margin-bottom: 2.13vw;
  }
  .insight .item .right p {
    font-size: 2.67vw;
    line-height: 3.93vw;
    overflow: hidden;
    color: #666666;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    margin-bottom: 4vw;
    text-overflow: ellipsis;
    padding-right: 11vw;
    text-align: justify;
  }
  .insight .item .right p.En {
    text-align: left;
    word-break: break-word;
  }
  .insight .item .right span {
    font-size: 2.67vw;
  }
  .insight .look-more {
    text-align: center;
  }
  .insight .look-more a {
    color: #999;
  }
  .information {
    padding-top: 14.4vw;
    padding-bottom: 0;
  }
  .information .title {
    color: #000;
  }
  .information .tab {
    margin-top: 7.06vw;
    background: #fff;
    padding: 0;
    height: auto;
  }
  .information .tab .go-more {
    text-align: center;
  }
  .information .tab .go-more a {
    color: #999;
    font-size: 2.93vw;
  }
  .information .tab .tablist {
    padding: 4.8vw 3.5vw 0;
  }
  .information .tab .tablist li {
    margin-bottom: 4.8vw;
  }
  .information .tab .tablist li > a {
    display: flex;
    align-items: center;
  }
  .information .tab .tablist li p {
    color: #000;
    font-size: 2.93vw;
    flex: 1;
    line-height: 4vw;
  }
  .information .tab .tablist li span {
    color: #666;
    font-size: 2.93vw;
    display: block;
    width: 20vw;
    text-align: right;
    font-family: "Helvetica Neue";
  }
  .information .tab .tabs {
    justify-content: flex-start;
    border-bottom: 1px solid #f0f0f0;
    height: 10.67vw;
    line-height: 10.67vw;
    display: flex;
    align-items: center;
  }
  .information .tab .tabs li {
    color: #000;
    font-size: 4vw;
    padding-bottom: 0;
    position: relative;
    text-align: center;
    flex: 1;
    height: 11vw;
  }
  .information .tab .tabs .active {
    color: #193c96;
  }
  .information .tab .tabs .active:after {
    width: 16vw;
    left: 50%;
    content: "";
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    height: 2px;
    background: #fff;
    border-radius: 1px;
    transform: translateX(-50%);
    background: #193c96;
  }
  .information .row-tab {
    padding: 0;
  }
  .mycompanynews {
    padding: 9.6vw 4.6vw 0;
  }
  .mycompanynews .title {
    font-size: 4.5vw;
    font-weight: normal;
    margin-right: 30%;
  }
  .mycompanynews .titleBg2 {
    margin: 0 auto;
    width: 60.2vw;
    height: 3.7vw;
    background: url("https://cdn.gfzq.cn/hkstore/hkportal/sprites/home_icons2-3840-1706.png");
    background-repeat: no-repeat;
    background-size: 469.8537vw 131.5042vw;
    background-position: -279.3427vw -85.4854vw;
  }
  .mycompanynews .titleBg2_ {
    margin: 0 auto;
    width: 60.2vw;
    height: 3.7vw;
    background: url("https://cdn.gfzq.cn/hkstore/hkportal/sprites/home_line_icon-812-145.png");
    background-repeat: no-repeat;
    background-size: 60.2vw 7.0592vw;
    background-position: 0vw 0vw;
  }
  .mycompanynews .news_content {
    display: flex;
    margin-top: 13.33vw;
  }
  .mycompanynews .news_content .news_bg img {
    width: 43.7vw;
    height: 52vw;
    border: 1px solid #ccc;
  }
  .mycompanynews .news_content .news {
    padding-left: 3.7vw;
    max-width: 42vw;
  }
  .mycompanynews .news_content .news h2 {
    font-size: 4.2vw;
    font-family: Microsoft YaHei, sans-serif;
    text-align: left;
    line-height: 1.5;
    font-weight: normal;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    white-space: wrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .mycompanynews .news_content .news .article {
    font-size: 3.2vw;
    color: #333;
    line-height: 5.3vw;
    height: 11.5vw;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .mycompanynews .news_content .news .article p,
  .mycompanynews .news_content .news .article span {
    display: inline;
    font-size: 3.2vw !important;
  }
  .mycompanynews .news_content .news .newsFoot span {
    display: block;
    font-size: 2.9vw;
    color: #999;
    height: 8vw;
    line-height: 8vw;
  }
  .mycompanynews .news_content .news .newsFoot span:nth-child(1) {
    padding-top: 1.6vw;
  }
  .mycompanynews .more {
    margin: 10.67vw 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .mycompanynews .more.En span {
    font-family: 'Arial';
  }
  .mycompanynews .more a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 70%;
    margin-right: 18vw;
    cursor: pointer;
  }
  .mycompanynews .more a span {
    color: #C7A877;
    font-size: 3.45vw;
  }
  .mycompanynews .more .detailIcon {
    display: inline-block;
    margin-left: 1.33vw;
    width: 4.27vw;
    height: 4.27vw;
    background: url("https://cdn.gfzq.cn/hkstore/hkportal/sprites/home_icons2-3840-1706.png");
    background-repeat: no-repeat;
    background-size: 273.28vw 121.4103vw;
    background-position: -186.6702vw -99.2063vw;
  }
  .mycompanynews .more .titleBg4 {
    width: 38.9vw;
    height: 3.45vw;
    background: url("https://cdn.gfzq.cn/hkstore/hkportal/sprites/home_icons2-3840-1706.png");
    background-repeat: no-repeat;
    background-size: 323.3247vw 196.19vw;
    background-position: -261.4383vw -133.63vw;
  }
  .myRecruitment {
    background-color: #F0F0F0;
    position: relative;
  }
  .myRecruitment .head_content {
    margin-top: -6vw;
  }
  .myRecruitment.En li,
  .myRecruitment.En p {
    font-family: 'Arial';
  }
  .myRecruitment .head {
    width: 100%;
    height: 37.3vw;
    background: url("https://cdn.gfzq.cn/hkstore/hkportal/sprites/home_icons2-3840-1706.png");
    background-repeat: no-repeat;
    background-size: 100% 57.6393vw;
    background-position: 0% 0vw;
    padding: 0 4.6vw;
  }
  .myRecruitment .head .bg {
    padding-top: 8vw;
  }
  .myRecruitment .head .head_content .recruitment_title {
    color: #fff;
    font-size: 4.5vw;
    margin-right: 50%;
    font-weight: normal;
  }
  .myRecruitment .head .head_content .titleBg3 {
    display: inline-block;
    position: relative;
    width: 61.3vw;
    height: 3.7vw;
    background: url("https://cdn.gfzq.cn/hkstore/hkportal/sprites/home_icons2-3840-1706.png");
    background-repeat: no-repeat;
    background-size: 500.834vw 131.5042vw;
    background-position: -362.583vw -85.4854vw;
  }
  .myRecruitment .head .head_content .titleBg3_ {
    display: inline-block;
    position: relative;
    width: 61.3vw;
    height: 3.7vw;
    background: url("https://cdn.gfzq.cn/hkstore/hkportal/sprites/home_line_icon-812-145.png");
    background-repeat: no-repeat;
    background-size: 61.3vw 8.3828vw;
    background-position: 0vw -4.6828vw;
  }
  .myRecruitment .tab_title {
    width: 88%;
    display: flex;
    position: absolute;
    top: 29.3vw;
    left: 50%;
    transform: translate(-50%, 0);
  }
  .myRecruitment .tab_title li {
    text-align: center;
    height: 16vw;
    width: 50%;
    font-size: 4.27vw;
    justify-content: center;
    display: flex;
    line-height: 5.3vw;
    align-items: center;
    color: #CFA979;
    background-color: #fff;
  }
  .myRecruitment .tab_title li:nth-of-type(1) {
    border-top-left-radius: 1.6vw;
    border-bottom-left-radius: 1.6vw;
  }
  .myRecruitment .tab_title li:nth-of-type(2) {
    border-top-right-radius: 1.6vw;
    border-bottom-right-radius: 1.6vw;
  }
  .myRecruitment .tab_title .active {
    background: #C7A877;
    color: #fff;
  }
  .myRecruitment .tab_content {
    display: flex;
    flex-wrap: wrap;
    margin-top: 8vw;
  }
  .myRecruitment .tab_content li {
    width: 100%;
    background: #fff;
    border: 1px solid rgba(207, 169, 121, 0.2);
    padding: 0 2.67vw 2.67vw;
    margin-top: 2.67vw;
    position: relative;
  }
  .myRecruitment .tab_content li .recruit_title {
    font-size: 3.7vw;
    color: #000;
    text-align: left;
    line-height: 5.87vw;
    padding: 4.5vw 0 0 4.27vw;
    font-weight: 500;
  }
  .myRecruitment .tab_content li .recruit_foot span {
    display: block;
    color: #999;
    font-size: 3.2vw;
    padding-left: 4.27vw;
    height: 4vw;
    margin-top: 4vw;
  }
  .myRecruitment .tab_content li .recruit_foot span:nth-child(2) {
    margin-top: 2.93vw;
  }
  .myRecruitment .tab_content li .icons {
    position: absolute;
    z-index: 999;
    display: inline-block;
    right: 1.1vw;
    bottom: 0px;
    z-index: 2;
    height: 16vw !important;
  }
  .myRecruitment .tab_content li .icon_operation {
    width: 16vw;
    height: 16vw;
    background: url("https://cdn.gfzq.cn/hkstore/hkportal/sprites/zhaopin_icons-2015-1510.png");
    background-repeat: no-repeat;
    background-size: 64.48vw 48.32vw;
    background-position: -32.32vw -32.32vw;
  }
  .myRecruitment .tab_content li .icon_it {
    width: 16vw;
    height: 16vw;
    background: url("https://cdn.gfzq.cn/hkstore/hkportal/sprites/zhaopin_icons-2015-1510.png");
    background-repeat: no-repeat;
    background-size: 64.48vw 48.32vw;
    background-position: -32.32vw 0vw;
  }
  .myRecruitment .tab_content li .icon_wealth {
    width: 16vw;
    height: 16vw;
    background: url("https://cdn.gfzq.cn/hkstore/hkportal/sprites/zhaopin_icons-2015-1510.png");
    background-repeat: no-repeat;
    background-size: 64.48vw 48.32vw;
    background-position: -48.48vw -16.16vw;
  }
  .myRecruitment .tab_content li .icon_compliance {
    width: 16vw;
    height: 16vw;
    background: url("https://cdn.gfzq.cn/hkstore/hkportal/sprites/zhaopin_icons-2015-1510.png");
    background-repeat: no-repeat;
    background-size: 64.48vw 48.32vw;
    background-position: 0vw 0vw;
  }
  .myRecruitment .tab_content li .icon_hr {
    width: 16vw;
    height: 16vw;
    background: url("https://cdn.gfzq.cn/hkstore/hkportal/sprites/zhaopin_icons-2015-1510.png");
    background-repeat: no-repeat;
    background-size: 64.48vw 48.32vw;
    background-position: 0vw -16.16vw;
  }
  .myRecruitment .tab_content li .icon_office {
    width: 4.16vw;
    height: 4.16vw;
    background: url("https://cdn.gfzq.cn/hkstore/hkportal/sprites/zhaopin_icons-2015-1510.png");
    background-repeat: no-repeat;
    background-size: 16.7648vw 12.5632vw;
    background-position: 0vw -8.4032vw;
  }
  .myRecruitment .see-more {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 10.67vw;
    padding-bottom: 10.67vw;
  }
  .myRecruitment .see-more .see-text {
    margin: 10vw 0;
  }
  .myRecruitment .see-more a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 70%;
    margin-right: 17.9vw;
    cursor: pointer;
  }
  .myRecruitment .see-more .text {
    color: #C7A877;
    font-size: 3.47vw;
  }
  .myRecruitment .see-more .detailIcon {
    display: inline-block;
    margin-left: 1.33vw;
    width: 4.27vw;
    height: 4.27vw;
    background: url("https://cdn.gfzq.cn/hkstore/hkportal/sprites/home_icons2-3840-1706.png");
    background-repeat: no-repeat;
    background-size: 273.28vw 121.4103vw;
    background-position: -186.6702vw -99.2063vw;
  }
  .myRecruitment .see-more .titleBg4 {
    width: 38.9vw;
    height: 3.47vw;
    background: url("https://cdn.gfzq.cn/hkstore/hkportal/sprites/home_icons2-3840-1706.png");
    background-repeat: no-repeat;
    background-size: 323.3247vw 197.3273vw;
    background-position: -261.4383vw -134.4047vw;
  }
}

.shape {
  background: rgba(0, 0, 0, 0.3);
  scroll-behavior: unset;
}
.modal-self {
  box-shadow: 0 0.2vw 0.5vw 0 rgba(0, 0, 0, 0.2);
  width: 52vw;
  margin: 0 auto;
  margin-top: 50vh;
  transform: translateY(-50%);
  background: #FFFFFF;
  border-radius: 2px;
}
.modal-self.modal-move {
  box-shadow: none;
  width: 1033px;
  height: 446px;
}
.modal-self.modal-move .modal-article {
  padding: 94px  95px 0 95px;
}
.modal-self.modal-move .modal-article p {
  color: #823303;
  font-size: 14px;
  margin-bottom: 10px;
}
.modal-self.modal-move .webdialog {
  margin-top: 0;
  min-height: 203px;
}
.modal-self.modal-move .webdialog a {
  color: #004683;
  font-weight: bold;
}
.modal-self.modal-move .webdialog-text1 {
  color: #95491b;
  font-size: 20px;
  font-weight: normal;
  margin-bottom: 38px;
}
.modal-self.modal-move .webdialog-text1 em {
  font-weight: bold;
  font-size: 18px;
  font-style: normal;
}
.modal-self.modal-move .modal-btns {
  padding: 47px ;
}
.modal-self.modal-move .modal-btns a {
  height: 50px;
  color: #fff;
  font-size: 20px;
  line-height: 50px;
  font-weight: normal;
}
.modal-self.modal-move .modal-btns .modal-btn-default {
  border: none;
  margin-left: 0;
}
.modal-self .modal-info {
  border-radius: 2px 2px 0 0;
  background: #F5F5F5;
  position: relative;
}
.modal-self .modal-info p {
  text-align: center;
  height: 2.9vw;
  line-height: 2.9vw;
  color: #000000;
  font-weight: 500;
}
.modal-self .modal-info img {
  cursor: pointer;
  position: absolute;
  width: 0.9vw;
  height: 0.9vw;
  margin: 0.4vw;
  right: 0;
  top: 0.6vw;
}
.modal-self .modal-article {
  padding: 1.3vw 2.3vw 0;
  max-height: 70vh;
  overflow: auto;
}
.modal-self .modal-article h5 {
  text-align: left;
  font-size: 16px;
  line-height: 28px;
  color: #000000;
  margin-bottom: 1em;
}
.modal-self .modal-article p {
  text-align: left;
  font-size: 13px;
  line-height: 28px;
  color: #000000;
  margin-bottom: 1em;
}
.modal-self .modal-btns {
  padding: 2.1vw 0;
  text-align: center;
}
.modal-self .modal-btns a {
  cursor: pointer;
  display: inline-block;
  width: 6vw;
  height: 2.2vw;
  line-height: 2.2vw;
  border-radius: 1.1vw;
  font-size: 14px;
}
.modal-self .modal-btns .modal-btn-primary {
  background: #193C96;
  color: #FFFFFF;
}
.modal-self .modal-btns .modal-btn-default {
  margin-left: 1vw;
  color: #000000;
  border: 1px solid #cccccc;
}
@media screen and (max-width: 1200px) {
  .modal-self {
    width: 80vw;
  }
  .modal-self.modal-move {
    width: 90vw;
    height: 115vw;
    background-size: cover;
  }
  .modal-self.modal-move .modal-btns {
    padding: 4vw;
  }
  .modal-self.modal-move .modal-btns .modal-btn-default {
    height: 6.6vw;
    line-height: 6.6vw;
    font-size: 3.73vw;
  }
  .modal-self.modal-move .modal-article {
    padding: 14vw 12.3vw 0;
  }
  .modal-self.modal-move .modal-article p {
    font-size: 3.7vw;
    margin-bottom: 1.5vw;
    text-align: left;
    line-height: 5.6vw;
  }
  .modal-self.modal-move .modal-article p span {
    display: block;
    margin-top: 1vw;
  }
  .modal-self.modal-move .webdialog {
    min-height: 83vw;
  }
  .modal-self.modal-move .webdialog-text1 {
    font-size: 4vw;
    display: block;
    text-align: center;
    margin-bottom: 4vw;
  }
  .modal-self.modal-move .webdialog-text1 em {
    font-size: 4vw;
    display: block;
    margin-top: 2.26vw;
    text-align: center;
  }
  .modal-self .modal-info p {
    height: 10vw;
    line-height: 10vw;
  }
  .modal-self .modal-info img {
    width: 4vw;
    height: 4vw;
    top: 0;
    margin: 3vw;
  }
  .modal-self .modal-article {
    padding: 4vw;
    max-height: 50vh;
  }
  .modal-self .modal-article p {
    text-align: justify;
  }
  .modal-self .modal-article.EN {
    text-align: left;
  }
  .modal-self .modal-article.EN p {
    line-height: 5vw;
    text-align: left;
  }
  .modal-self .modal-btns {
    padding: 4vw 0 4vw;
  }
  .modal-self .modal-btns a {
    width: 6em;
    border-radius: 3vw;
    height: 6vw;
    line-height: 6vw;
  }
  .modal-self .modal-btns .modal-btn-default {
    margin-left: 4vw;
  }
}

.slide-container{width:100%;height:100%;overflow:hidden;position:relative}.slide-container .slide-page{position:absolute;top:0;left:0;width:100%;height:100%;overflow-y:auto;overflow-x:hidden;-webkit-overflow-scrolling:touch;-webkit-tap-highlight-color:rgba(255,255,255,0);-webkit-text-size-adjust:none;-webkit-backface-visibility:hidden;-webkit-transform-style:preserve-3d;background-position:center}.slide-container .slide-page{transform:translate3d(0,100%,0);-webkit-transform:translate3d(0,100%,0)}.slide-container .slide-page.transition{transition:transform .7s cubic-bezier(.55,.085,0,.99);-webkit-transition:transform .7s cubic-bezier(.55,.085,0,.99)}
@media screen and (min-width: 1200px) {
  .fixed-ope {
    position: fixed;
    right: 5.417vw;
    bottom: 15rem;
    z-index: 5;
  }
  .fixed-ope.En li strong {
    font-family: "Arial";
  }
  .fixed-ope li {
    height: 3vw;
    display: flex;
    align-items: center;
    box-shadow: 0 1px 4px 1px rgba(0, 0, 0, 0.15);
    position: relative;
    margin-top: 0.729vw;
    background: #fff;
    color: #C7A877;
    padding: 0 0.72vw;
    font-size: 0.8vw;
    font-weight: bold;
    cursor: pointer;
    border-radius: 0.52vw;
  }
  .fixed-ope li:nth-of-type(1) {
    height: 6vw;
    padding: 0;
    justify-content: center;
    flex-direction: column ;
  }
  .fixed-ope li:nth-of-type(1) strong {
    color: #1d4980;
  }
  .fixed-ope li:nth-of-type(1):hover {
    background: #1d4980;
  }
  .fixed-ope li:nth-of-type(1):hover strong {
    color: #fff;
  }
  .fixed-ope li a {
    display: block;
    outline: none;
  }
  .fixed-ope li a strong {
    color: #C7A877;
    padding-left: 5px;
  }
  .fixed-ope li a:hover strong {
    color: #fff;
  }
  .fixed-ope li strong {
    padding-left: 5px;
  }
  .fixed-ope li:hover strong {
    color: #fff;
  }
  .fixed-ope li p {
    display: flex;
    align-items: center;
  }
  .fixed-ope li p a {
    color: #3961c8;
  }
  .fixed-ope li p strong {
    padding-left: 5px;
  }
  .fixed-ope li h6 {
    position: absolute;
    right: -4.5rem;
    transition: all 0.2s ease-in-out;
    overflow: hidden;
    padding: 0.5rem;
    background-color: rgba(255, 255, 255, 0.7);
  }
  .fixed-ope li > a {
    height: 3vw;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .fixed-ope li .side-icon {
    width: 1.4vw;
    height: 1.4vw;
  }
  .fixed-ope li .side-icon.anti-icon,
  .fixed-ope li .side-icon.anti-icon-hover {
    width: 2.4vw;
    height: 2.4vw;
    margin-bottom: 0.7vw;
  }
  .fixed-ope li .side-icon.anti-icon img,
  .fixed-ope li .side-icon.anti-icon-hover img {
    margin: 0 auto;
    width: 100%;
  }
  .fixed-ope li .web_accout_normal_3x {
    width: 1.4vw;
    height: 1.4vw;
    background: url("https://cdn.gfzq.cn/hkstore/hkportal/sprites/home_icons2-3840-1706.png");
    background-repeat: no-repeat;
    background-size: 74.6667vw 33.1722vw;
    background-position: -45.0139vw -27.1056vw;
  }
  .fixed-ope li .web_accout_hover_3x {
    width: 1.4vw;
    height: 1.4vw;
    background: url("https://cdn.gfzq.cn/hkstore/hkportal/sprites/home_icons2-3840-1706.png");
    background-repeat: no-repeat;
    background-size: 74.6667vw 33.1722vw;
    background-position: -46.5111vw -27.1056vw;
  }
  .fixed-ope li .web_download_normal_3x {
    width: 1.4vw;
    height: 1.4vw;
    background: url("https://cdn.gfzq.cn/hkstore/hkportal/sprites/home_icons2-3840-1706.png");
    background-repeat: no-repeat;
    background-size: 74.6667vw 33.1722vw;
    background-position: -42.0194vw -27.1056vw;
  }
  .fixed-ope li .web_download_hover_3x {
    width: 1.4vw;
    height: 1.4vw;
    background: url("https://cdn.gfzq.cn/hkstore/hkportal/sprites/home_icons2-3840-1706.png");
    background-repeat: no-repeat;
    background-size: 74.6667vw 33.1722vw;
    background-position: -43.5167vw -27.1056vw;
  }
  .fixed-ope li .web_message_normal_3x {
    width: 1.4vw;
    height: 1.4vw;
    background: url("https://cdn.gfzq.cn/hkstore/hkportal/sprites/home_icons2-3840-1706.png");
    background-repeat: no-repeat;
    background-size: 74.6667vw 33.1722vw;
    background-position: -39.025vw -27.1056vw;
  }
  .fixed-ope li .web_message_hover_3x {
    width: 1.4vw;
    height: 1.4vw;
    background: url("https://cdn.gfzq.cn/hkstore/hkportal/sprites/home_icons2-3840-1706.png");
    background-repeat: no-repeat;
    background-size: 74.6667vw 33.1722vw;
    background-position: -40.5222vw -27.1056vw;
  }
  .fixed-ope li .web_lingying_normal_3x {
    width: 1.4vw;
    height: 1.4vw;
    background: url("https://cdn.gfzq.cn/hkstore/hkportal/sprites/home_icons2-3840-1706.png");
    background-repeat: no-repeat;
    background-size: 37.3333vw 16.5861vw;
    background-position: -5.4444vw -13.5528vw;
  }
  .fixed-ope li .web_lingying_hover_3x {
    width: 1.4vw;
    height: 1.4vw;
    background: url("https://cdn.gfzq.cn/hkstore/hkportal/sprites/home_icons2-3840-1706.png");
    background-repeat: no-repeat;
    background-size: 37.3333vw 16.5861vw;
    background-position: -3.9958vw -13.5528vw;
  }
  .fixed-ope li .web_wechat_normal_3x {
    width: 1.4vw;
    height: 1.4vw;
    background: url("https://cdn.gfzq.cn/hkstore/hkportal/sprites/home_icons2-3840-1706.png");
    background-repeat: no-repeat;
    background-size: 37.3333vw 16.5861vw;
    background-position: -8.3417vw -13.5528vw;
  }
  .fixed-ope li .web_wechat_hover_3x {
    width: 1.4vw;
    height: 1.4vw;
    background: url("https://cdn.gfzq.cn/hkstore/hkportal/sprites/home_icons2-3840-1706.png");
    background-repeat: no-repeat;
    background-size: 37.3333vw 16.5861vw;
    background-position: -6.8931vw -13.5528vw;
  }
  .fixed-ope li .web_up_normal_3x {
    width: 1.4vw;
    height: 1.4vw;
    background: url("https://cdn.gfzq.cn/hkstore/hkportal/sprites/home_icons2-3840-1706.png");
    background-repeat: no-repeat;
    background-size: 74.6667vw 33.1722vw;
    background-position: -48.0083vw -27.1056vw;
  }
  .fixed-ope li .web_up_hover_3x {
    width: 1.4vw;
    height: 1.4vw;
    background: url("https://cdn.gfzq.cn/hkstore/hkportal/sprites/home_icons2-3840-1706.png");
    background-repeat: no-repeat;
    background-size: 74.6667vw 33.1722vw;
    background-position: -49.5056vw -27.1056vw;
  }
  .fixed-ope li .normal {
    display: inline-block;
  }
  .fixed-ope li .hover {
    display: none;
  }
  .fixed-ope li:hover {
    background: #C7A877;
    box-shadow: 0 1px 4px 1px rgba(0, 0, 0, 0.3);
    color: #fff;
  }
  .fixed-ope li:hover .normal {
    display: none;
  }
  .fixed-ope li:hover .hover {
    display: inherit;
  }
  .fixed-ope .li-wechat {
    position: relative;
  }
  .fixed-ope .li-wechat .mask-code {
    visibility: hidden;
    width: 0;
    height: 0;
  }
  .fixed-ope .li-wechat:hover .mask-code {
    position: absolute !important;
    right: 8vw !important;
    bottom: 0 !important;
    visibility: visible;
    width: 12.9vw;
    height: 14.48vw;
    text-align: center;
    background-size: contain;
  }
  .fixed-ope .li-wechat:hover .mask-code img {
    width: 7.3vw;
    height: 7.3vw;
  }
  .fixed-ope .li-wechat:hover .mask-code div:nth-child(1) {
    font-size: 0.94vw;
    color: #000000;
    line-height: 1.25vw;
    letter-spacing: 1px;
    text-align: center;
    margin: 1.56vw 0 0.52vw 0;
  }
  .fixed-ope .li-wechat:hover .mask-code div:nth-child(2) {
    font-size: 0.73vw;
    color: #333333;
    line-height: 1.04vw;
    margin-bottom: 1.15vw;
  }
  .fixed-ope .pop div {
    position: absolute;
    background: #fff;
    right: 8vw;
    bottom: 0;
    height: 8.24vw;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s ease-in-out;
    overflow: hidden;
    width: 8.24vw;
    visibility: hidden;
    padding: 6px;
  }
  .fixed-ope .pop div img {
    width: 7.94vw;
    height: 7.94vw;
  }
  .fixed-ope .pop:hover div {
    visibility: visible;
    box-shadow: 0 1px 4px 1px rgba(0, 0, 0, 0.15);
  }
  .ant-modal-header {
    background: #F5F5F5 !important;
    text-align: center  !important;
    color: #000 !important;
    font-size: 18px  !important;
  }
  .ant-modal-header .ant-modal-title {
    font-weight: bold !important;
  }
  .iphone-scan {
    text-align: center;
    font-size: 18px;
    font-weight: 400;
    margin: 29px 0 25px;
  }
  .ewms {
    display: block;
    width: 258px;
    margin: 0 auto 29px;
    padding: 20px;
    border: 1px solid #CED0D6;
  }
}

