@charset "UTF-8";
/*基本字体颜色*/
/*基本字体大小*/
html {
  width: 100%;
  min-height: 100%;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
  font-size: 0.54167rem; }

body {
  width: 100%;
  min-height: 100%;
  -webkit-overflow-scrolling: touch;
  font-family: "Helvetica Neue", Helvetica, "microsoft yahei", "Roboto", sans-serif;
  font-size: 0.54167rem;
  line-height: 1.5;
  background: #fff;
  color: #111;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Add the correct display in IE 10-.
 * 1. Add the correct display in IE.
 */
[hidden],
template {
  display: none; }

/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */ }

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects; }
  a:active, a:hover {
    /*
     * Remove the outline on focused links when they are also active or hovered
     * in all browsers (opinionated).
     */
    outline: 0;
    outline-width: 0; }

abbr[title] {
  border-bottom: 1px dotted; }

/**
 * 1. Remove the bottom border in Firefox 39-.
 * 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 */ }

b,
strong {
  font-weight: 700; }

dfn {
  font-style: italic; }

ol,
ul {
  list-style: none; }

mark {
  color: #000;
  background: #ff0; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

hr {
  height: 0;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

pre {
  overflow: auto; }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace; }

button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font: inherit;
  color: inherit; }

button {
  overflow: visible; }

a {
  cursor: pointer; }

button,
select {
  text-transform: none;
  -webkit-appearance: none;
  appearance: none; }

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled],
html input[disabled] {
  cursor: default; }

input,
textarea {
  line-height: normal;
  -webkit-appearance: none; }

input[type=checkbox],
input[type=radio] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0; }

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none !important;
  margin: 0; }

input[type="search"] {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-appearance: textfield; }

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  margin: 0 2px;
  border: 1px solid silver; }

input[type=text],
textarea {
  border: 0; }

legend {
  padding: 0;
  border: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: 700; }

table {
  border-spacing: 0;
  border-collapse: collapse; }

td,
th {
  padding: 0; }

a,
img {
  -webkit-touch-callout: none; }

cite,
em,
s,
i,
b {
  font-style: normal; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  font-size: 0.5rem;
  margin: 0;
  line-height: none; }

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: 0;
  margin: 0;
  padding: 0;
  -webkit-tap-highlight-color: transparent; }

a {
  text-decoration: none; }

/*a标签点击效果*/
a:active {
  opacity: .8;
  transition: all 0.1s ease; }

.w750 {
  margin: auto;
  max-width: 750px;
  height: 100%; }

@media only screen and (max-width: 320px) {
  html {
    font-size: 20px !important; } }
@media only screen and (min-width: 321px) and (max-width: 374px) {
  html {
    font-size: 22px !important; } }
@media only screen and (min-width: 375px) and (max-width: 413px) {
  html {
    font-size: 24px !important; } }
@media only screen and (min-width: 414px) and (max-width: 639px) {
  html {
    font-size: 26px !important; } }
@media only screen and (min-width: 640px) {
  html {
    font-size: 28px !important; } }
@media only screen and (min-width: 750px) {
  html {
    font-size: 32px !important; }

  .w750 {
    max-width: 1280px; } }
.b-radius-50 {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%; }

.b-radius-5 {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px; }

.b-radius-3 {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px; }

body .fn-clear:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0; }

body .fn-hide {
  display: none; }

body .fn-show {
  display: block; }

body .fn-v-hide {
  visibility: hidden; }

body .fn-v-show {
  visibility: visible; }

body .fn-left,
body .fn-right {
  display: inline; }

body .fn-left {
  float: left; }

body .fn-right {
  float: right; }

body .text-right {
  text-align: right; }

body .text-left {
  text-align: left; }

body .text-center {
  text-align: center; }

.p-5 {
  padding: 0.20833rem; }

.p-10 {
  padding: 0.41667rem; }

.p-15 {
  padding: 0.625rem; }

.p-20 {
  padding: 0.83333rem; }

.p-25 {
  padding: 1.04167rem; }

.p-30 {
  padding: 1.25rem; }

.p-t-5 {
  padding-top: 0.20833rem; }

.p-t-10 {
  padding-top: 0.41667rem; }

.p-t-15 {
  padding-top: 0.625rem; }

.p-t-20 {
  padding-top: 0.83333rem; }

.p-t-25 {
  padding-top: 1.04167rem; }

.p-t-30 {
  padding-top: 1.25rem; }

.p-b-5 {
  padding-bottom: 0.20833rem; }

.p-b-10 {
  padding-bottom: 0.41667rem; }

.p-b-15 {
  padding-bottom: 0.625rem; }

.p-b-20 {
  padding-bottom: 0.83333rem; }

.p-b-25 {
  padding-bottom: 1.04167rem; }

.p-b-30 {
  padding-bottom: 1.25rem; }

.p-l-5 {
  padding-left: 0.20833rem; }

.p-l-10 {
  padding-left: 0.41667rem; }

.p-l-15 {
  padding-left: 0.625rem; }

.p-l-20 {
  padding-left: 0.83333rem; }

.p-l-25 {
  padding-left: 1.04167rem; }

.p-l-30 {
  padding-left: 1.25rem; }

.p-r-5 {
  padding-right: 0.20833rem; }

.p-r-10 {
  padding-right: 0.41667rem; }

.p-r-15 {
  padding-right: 0.625rem; }

.p-r-20 {
  padding-right: 0.83333rem; }

.p-r-25 {
  padding-right: 1.04167rem; }

.p-r-30 {
  padding-right: 1.25rem; }

.m-5 {
  margin: 0.20833rem; }

.m-10 {
  margin: 0.41667rem; }

.m-15 {
  margin: 0.625rem; }

.m-20 {
  margin: 0.83333rem; }

.m-25 {
  margin: 1.04167rem; }

.m-30 {
  margin: 1.25rem; }

.m-t-5 {
  margin-top: 0.20833rem; }

.m-t-10 {
  margin-top: 0.41667rem; }

.m-t-15 {
  margin-top: 0.625rem; }

.m-t-20 {
  margin-top: 0.83333rem; }

.m-t-25 {
  margin-top: 1.04167rem; }

.m-t-30 {
  margin-top: 1.25rem; }

.m-b-5 {
  margin-bottom: 0.20833rem; }

.m-b-10 {
  margin-bottom: 0.41667rem; }

.m-b-15 {
  margin-bottom: 0.625rem; }

.m-b-20 {
  margin-bottom: 0.83333rem; }

.m-b-25 {
  margin-bottom: 1.04167rem; }

.m-b-30 {
  margin-bottom: 1.25rem; }

.m-l-5 {
  margin-left: 0.20833rem; }

.m-l-10 {
  margin-left: 0.41667rem; }

.m-l-15 {
  margin-left: 0.625rem; }

.m-l-20 {
  margin-left: 0.83333rem; }

.m-l-25 {
  margin-left: 1.04167rem; }

.m-l-30 {
  margin-left: 1.25rem; }

.m-r-5 {
  margin-right: 0.20833rem; }

.m-r-10 {
  margin-right: 0.41667rem; }

.m-r-15 {
  margin-right: 0.625rem; }

.m-r-20 {
  margin-right: 0.83333rem; }

.m-r-25 {
  margin-right: 1.04167rem; }

.m-r-30 {
  margin-right: 1.25rem; }

.text-ellipsis {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  word-break: break-all;
  display: inline-block; }

.text-ellipsis-2 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical; }

.text-ellipsis-3 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical; }

.auto-wrap {
  word-wrap: break-word;
  white-space: normal;
  word-break: break-all; }

.fx {
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox; }

.fx-y {
  flex-direction: column;
  -webkit-flex-direction: column; }

.fx-inline {
  display: inline-flex;
  display: -ms-inline-flexbox;
  display: -webkit-inline-flex; }

.fx-align {
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center; }

.fx-wrap {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap; }

.fx-fill {
  flex-grow: 1;
  -webkit-flex-grow: 1; }

.fx-shrink {
  flex-shrink: 0;
  -webkit-flex-shrink: 0; }

.fx-y-down {
  align-items: flex-end;
  -webkit-align-items: flex-end; }

.fx-y-center {
  align-items: center;
  -webkit-align-items: center; }

.fx-y-stretch {
  align-items: stretch;
  -webkit-align-items: stretch; }

.fx-x-center {
  justify-content: center;
  -webkit-justify-content: center; }

.fx-x-right {
  justify-content: flex-end;
  -webkit-justify-content: flex-end; }

.fx-x-between {
  justify-content: space-between;
  -webkit-justify-content: space-between; }

.fx-x-around {
  justify-content: space-around;
  -webkit-justify-content: space-around; }

.fx-all-y-top {
  align-content: flex-start;
  -webkit-align-content: flex-start; }

.fx-all-y-down {
  align-content: flex-end;
  -webkit-align-content: flex-end; }

.fx-all-y-center {
  align-content: center;
  -webkit-align-content: center; }

@font-face {
  font-family: 'iconfont';
  /* project id 1348159 */
  src: url("//at.alicdn.com/t/font_1348159_bpez7zsi6k.eot");
  src: url("//at.alicdn.com/t/font_1348159_bpez7zsi6k.eot?#iefix") format("embedded-opentype"), url("//at.alicdn.com/t/font_1348159_bpez7zsi6k.woff2") format("woff2"), url("//at.alicdn.com/t/font_1348159_bpez7zsi6k.woff") format("woff"), url("//at.alicdn.com/t/font_1348159_bpez7zsi6k.ttf") format("truetype"), url("//at.alicdn.com/t/font_1348159_bpez7zsi6k.svg#iconfont") format("svg"); }
.icon, .icon-arrow, .icon-menu, .icon-personnel, .icon-technology, .icon-scene, .icon-comprehensive, .icon-track, .icon-trade, .icon-front-money, .icon-house-money, .icon-left-money, .icon-deposit, .icon-depository, .icon-settlement, .icon-payment, .icon-accounts, .icon-reconciliation, .icon-audit, .icon-close, .icon-together, .icon-account-m, .icon-standard, .icon-capital-m, .icon-finance, .icon-team, .icon-earth, .icon-value-services, .icon-replace-pay {
  font-style: normal;
  font-family: "iconfont" !important;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.2px;
  color: #666;
  font-size: 16px; }

.icon-arrow:before {
  content: "\e74d"; }

.icon-menu:before {
  content: "\e64a"; }

.icon-personnel:before {
  content: "\e637"; }

.icon-technology:before {
  content: "\e638"; }

.icon-scene:before {
  content: "\e639"; }

.icon-comprehensive:before {
  content: "\e63e"; }

.icon-track:before {
  content: "\e63b"; }

.icon-trade:before {
  content: "\e63d"; }

.icon-front-money:before {
  content: "\e640"; }

.icon-house-money:before {
  content: "\e63f"; }

.icon-left-money:before {
  content: "\e641"; }

.icon-deposit:before {
  content: "\e64e"; }

.icon-depository:before {
  content: "\e64d"; }

.icon-settlement:before {
  content: "\e64f"; }

.icon-payment:before {
  content: "\e635"; }

.icon-accounts:before {
  content: "\e633"; }

.icon-reconciliation:before {
  content: "\e632"; }

.icon-audit:before {
  content: "\e634"; }

.icon-close:before {
  content: "\e64b"; }

.icon-together:before {
  content: "\e6cb"; }

.icon-account-m:before {
  content: "\e658"; }

.icon-standard:before {
  content: "\e6ae"; }

.icon-capital-m:before {
  content: "\e62e"; }

.icon-finance:before {
  content: "\e671"; }

.icon-team:before {
  content: "\e616"; }

.icon-earth:before {
  content: "\e603"; }

.icon-value-services:before {
  content: "\e613"; }

.icon-replace-pay:before {
  content: "\e631"; }

/*
 * 颜色scss变量
 */
/*背景颜色*/
/*白色*/
/*字体颜色*/
.c-w {
  color: #FFFFFF; }

.c-m {
  color: #2b90cf; }

.c-b-d {
  color: #111; }

.c-b-m {
  color: #666; }

.c-b-l {
  color: #999; }

.f-b {
  font-weight: bold; }

.f-36 {
  font-size: 0.75rem; }

.f-30 {
  font-size: 0.625rem; }

.f-28 {
  font-size: 0.58333rem; }

.f-26 {
  font-size: 0.54167rem; }

.f-24 {
  font-size: 0.5rem; }

.f-20 {
  font-size: 0.41667rem; }

.font-gradient {
  color: transparent;
  background-image: -webkit-linear-gradient(102deg, #2b90cf 50%, #023793 51%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; }

.cont-white {
  background: #fff; }

.content {
  padding: 1.66667rem 0.625rem 0; }
  .content h3 {
    font-size: 0.75rem;
    text-align: center; }

.line-height-2 {
  line-height: 1.8; }

.banner-cont {
  width: 100%;
  height: 10.83333rem;
  color: #FFFFFF;
  position: relative; }
  .banner-cont .banner-info {
    position: relative; }
  .banner-cont .info-cont {
    position: relative;
    z-index: 4; }
    .banner-cont .info-cont ul {
      padding-top: 0.41667rem; }
      .banner-cont .info-cont ul li {
        border: 1px solid #FFFFFF;
        padding: 0.125rem 0.41667rem;
        border-radius: 40px;
        margin-right: 0.33333rem; }
  .banner-cont h1 {
    font-size: 1rem;
    font-weight: bold;
    padding-bottom: 0.625rem; }
  .banner-cont .bg-img-cont {
    position: absolute;
    z-index: 1; }

.introduce-with-icon-cont .icon-cont {
  width: 2.08333rem;
  margin-left: 0.625rem; }
.introduce-with-icon-cont .icon, .introduce-with-icon-cont .icon-arrow, .introduce-with-icon-cont .icon-menu, .introduce-with-icon-cont .icon-personnel, .introduce-with-icon-cont .icon-technology, .introduce-with-icon-cont .icon-scene, .introduce-with-icon-cont .icon-comprehensive, .introduce-with-icon-cont .icon-track, .introduce-with-icon-cont .icon-trade, .introduce-with-icon-cont .icon-front-money, .introduce-with-icon-cont .icon-house-money, .introduce-with-icon-cont .icon-left-money, .introduce-with-icon-cont .icon-deposit, .introduce-with-icon-cont .icon-depository, .introduce-with-icon-cont .icon-settlement, .introduce-with-icon-cont .icon-payment, .introduce-with-icon-cont .icon-accounts, .introduce-with-icon-cont .icon-reconciliation, .introduce-with-icon-cont .icon-audit, .introduce-with-icon-cont .icon-close, .introduce-with-icon-cont .icon-together, .introduce-with-icon-cont .icon-account-m, .introduce-with-icon-cont .icon-standard, .introduce-with-icon-cont .icon-capital-m, .introduce-with-icon-cont .icon-finance, .introduce-with-icon-cont .icon-team, .introduce-with-icon-cont .icon-earth, .introduce-with-icon-cont .icon-value-services, .introduce-with-icon-cont .icon-replace-pay {
  font-size: 1.5rem; }
  .introduce-with-icon-cont .icon.icon-house-money, .introduce-with-icon-cont .icon-house-money.icon-arrow, .introduce-with-icon-cont .icon-house-money.icon-menu, .introduce-with-icon-cont .icon-house-money.icon-personnel, .introduce-with-icon-cont .icon-house-money.icon-technology, .introduce-with-icon-cont .icon-house-money.icon-scene, .introduce-with-icon-cont .icon-house-money.icon-comprehensive, .introduce-with-icon-cont .icon-house-money.icon-track, .introduce-with-icon-cont .icon-house-money.icon-trade, .introduce-with-icon-cont .icon-house-money.icon-front-money, .introduce-with-icon-cont .icon-house-money, .introduce-with-icon-cont .icon-house-money.icon-left-money, .introduce-with-icon-cont .icon-house-money.icon-deposit, .introduce-with-icon-cont .icon-house-money.icon-depository, .introduce-with-icon-cont .icon-house-money.icon-settlement, .introduce-with-icon-cont .icon-house-money.icon-payment, .introduce-with-icon-cont .icon-house-money.icon-accounts, .introduce-with-icon-cont .icon-house-money.icon-reconciliation, .introduce-with-icon-cont .icon-house-money.icon-audit, .introduce-with-icon-cont .icon-house-money.icon-close, .introduce-with-icon-cont .icon-house-money.icon-together, .introduce-with-icon-cont .icon-house-money.icon-account-m, .introduce-with-icon-cont .icon-house-money.icon-standard, .introduce-with-icon-cont .icon-house-money.icon-capital-m, .introduce-with-icon-cont .icon-house-money.icon-finance, .introduce-with-icon-cont .icon-house-money.icon-team, .introduce-with-icon-cont .icon-house-money.icon-earth, .introduce-with-icon-cont .icon-house-money.icon-value-services, .introduce-with-icon-cont .icon-house-money.icon-replace-pay {
    font-size: 2rem; }
  .introduce-with-icon-cont .icon.icon-left-money, .introduce-with-icon-cont .icon-left-money.icon-arrow, .introduce-with-icon-cont .icon-left-money.icon-menu, .introduce-with-icon-cont .icon-left-money.icon-personnel, .introduce-with-icon-cont .icon-left-money.icon-technology, .introduce-with-icon-cont .icon-left-money.icon-scene, .introduce-with-icon-cont .icon-left-money.icon-comprehensive, .introduce-with-icon-cont .icon-left-money.icon-track, .introduce-with-icon-cont .icon-left-money.icon-trade, .introduce-with-icon-cont .icon-left-money.icon-front-money, .introduce-with-icon-cont .icon-left-money.icon-house-money, .introduce-with-icon-cont .icon-left-money, .introduce-with-icon-cont .icon-left-money.icon-deposit, .introduce-with-icon-cont .icon-left-money.icon-depository, .introduce-with-icon-cont .icon-left-money.icon-settlement, .introduce-with-icon-cont .icon-left-money.icon-payment, .introduce-with-icon-cont .icon-left-money.icon-accounts, .introduce-with-icon-cont .icon-left-money.icon-reconciliation, .introduce-with-icon-cont .icon-left-money.icon-audit, .introduce-with-icon-cont .icon-left-money.icon-close, .introduce-with-icon-cont .icon-left-money.icon-together, .introduce-with-icon-cont .icon-left-money.icon-account-m, .introduce-with-icon-cont .icon-left-money.icon-standard, .introduce-with-icon-cont .icon-left-money.icon-capital-m, .introduce-with-icon-cont .icon-left-money.icon-finance, .introduce-with-icon-cont .icon-left-money.icon-team, .introduce-with-icon-cont .icon-left-money.icon-earth, .introduce-with-icon-cont .icon-left-money.icon-value-services, .introduce-with-icon-cont .icon-left-money.icon-replace-pay {
    font-size: 1.41667rem; }
.introduce-with-icon-cont .introduce-cont {
  padding-bottom: 0.83333rem;
  margin-left: 1.04167rem;
  border-bottom: 1px solid #eaeaea; }
  .introduce-with-icon-cont .introduce-cont h4 {
    padding: 0.41667rem 0;
    font-size: 0.625rem; }

footer {
  background: #333;
  color: #FFFFFF;
  padding: 0.83333rem 0.625rem; }
  footer .links {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1); }
    footer .links a {
      color: #FFFFFF;
      padding-bottom: 0.41667rem; }
  footer .code-grp {
    padding: 1.04167rem 1.66667rem; }
  footer .code-img-cont {
    width: 4.16667rem;
    height: 4.16667rem;
    overflow: hidden; }
    footer .code-img-cont img {
      width: 100%;
      height: 100%; }
  footer .contact-cont a {
    display: block;
    width: 100%;
    padding: 0.41667rem 0;
    text-align: center;
    color: #FFFFFF;
    background: #2b90cf;
    border-radius: 0.20833rem;
    border: 1px solid transparent;
    margin-top: 0.83333rem; }
    footer .contact-cont a.btn-about-us {
      background: none;
      border-color: #FFFFFF; }
  footer.footer-web {
    display: none;
    font-size: 16px; }
    footer.footer-web .links {
      border-bottom: none; }
      footer.footer-web .links a {
        font-size: 16px;
        display: block;
        padding: 0 18px; }
        footer.footer-web .links a + a {
          border-left: 1px solid rgba(255, 255, 255, 0.5); }
        footer.footer-web .links a:first-child {
          padding-left: 0; }
    footer.footer-web .contact-cont {
      margin: 30px 0; }
      footer.footer-web .contact-cont a {
        width: 520px; }
    footer.footer-web .code-img-cont {
      width: 200px;
      height: 200px; }
    footer.footer-web .code-grp {
      padding-right: 0; }

header.header-h5 .logo-cont {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 99;
  background: rgba(0, 0, 0, 0.5);
  padding: 0.625rem; }
  header.header-h5 .logo-cont .logo-img {
    width: 3.79167rem;
    height: 1rem;
    background: url(../images/xyb_logo_white.png) no-repeat;
    background-size: 100%; }
  header.header-h5 .logo-cont .icon-menu {
    font-size: 0.66667rem;
    color: #FFFFFF; }
    header.header-h5 .logo-cont .icon-menu:active {
      color: #2b90cf; }
header.header-h5 .menu-list {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #000;
  z-index: 9999;
  color: #fff;
  transition: all .3s ease;
  transform: translateX(100%);
  visibility: hidden; }
  header.header-h5 .menu-list.show-in {
    visibility: visible;
    transform: translateX(0); }
    header.header-h5 .menu-list.show-in li {
      transform: translateX(0%); }
      header.header-h5 .menu-list.show-in li:nth-child(2) {
        transition-delay: .1s; }
      header.header-h5 .menu-list.show-in li:nth-child(3) {
        transition-delay: .2s; }
      header.header-h5 .menu-list.show-in li:nth-child(4) {
        transition-delay: .3s; }
  header.header-h5 .menu-list h3 {
    padding: 0.83333rem 1.66667rem;
    font-size: 0.625rem; }
    header.header-h5 .menu-list h3:active {
      color: #2b90cf; }
    header.header-h5 .menu-list h3.on {
      color: #2b90cf; }
      header.header-h5 .menu-list h3.on i {
        transform: rotate(180deg);
        color: #2b90cf; }
  header.header-h5 .menu-list .icon-close {
    position: absolute;
    top: 0;
    right: 0;
    color: #fff;
    z-index: 33;
    padding: 0.625rem 0.83333rem; }
    header.header-h5 .menu-list .icon-close:active {
      color: #2b90cf;
      background: #111; }
  header.header-h5 .menu-list ul {
    padding: 2.5rem 0 0.83333rem;
    overflow: auto;
    height: 100%; }
  header.header-h5 .menu-list li {
    transform: translateX(100%);
    transition: all .45s .1s ease; }
    header.header-h5 .menu-list li + li {
      border-top: 1px solid #333; }
    header.header-h5 .menu-list li a {
      color: #fff;
      display: block;
      font-size: 0.625rem;
      padding: 0.83333rem 1.66667rem; }
      header.header-h5 .menu-list li a:active {
        color: #2b90cf;
        opacity: 1; }
    header.header-h5 .menu-list li ol {
      display: none;
      padding: 0 1.66667rem;
      background: rgba(255, 255, 255, 0.1); }
      header.header-h5 .menu-list li ol li > a {
        padding: 0.625rem 0; }
      header.header-h5 .menu-list li ol.show {
        display: block; }
    header.header-h5 .menu-list li dl {
      font-size: 0.58333rem;
      display: none; }
      header.header-h5 .menu-list li dl.show {
        display: block; }
    header.header-h5 .menu-list li dt {
      padding: 0.625rem 0;
      font-size: 0.58333rem; }
      header.header-h5 .menu-list li dt:active {
        color: #2b90cf; }
      header.header-h5 .menu-list li dt.on i {
        transform: rotate(180deg); }
    header.header-h5 .menu-list li dd {
      padding: 0 0.41667rem; }
      header.header-h5 .menu-list li dd a {
        padding: 0.625rem;
        font-size: 0.58333rem; }
      header.header-h5 .menu-list li dd:nth-child(1) a {
        padding-top: 0.41667rem; }

header.header-web {
  display: none;
  width: 100%;
  height: 73px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background: #fff;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
  z-index: 9999; }
  header.header-web .logo-img {
    display: block;
    width: 138px;
    height: 36px;
    cursor: pointer;
    background: url("../images/xyb_logo.png") no-repeat; }
  header.header-web .menu-list li a {
    display: block;
    padding: 24px 30px;
    color: #111;
    cursor: pointer; }
    header.header-web .menu-list li a.active {
      color: #2b90cf; }
    header.header-web .menu-list li a:hover {
      background: #f8f8f8; }
  header.header-web .menu-list .btn-paln:hover .plan-list {
    display: block; }
  header.header-web .menu-list .bor-t {
    border-top: 1px solid #eaeaea; }
  header.header-web .menu-list .plan-list {
    display: none;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
    position: absolute;
    top: 72px;
    left: 0;
    right: 0;
    width: 100%;
    background: #fff; }
    header.header-web .menu-list .plan-list .list-grp {
      width: 300px; }
      header.header-web .menu-list .plan-list .list-grp + .list-grp {
        margin-left: 20px; }
  header.header-web .menu-list dl {
    font-size: 14px; }
    header.header-web .menu-list dl:first-child {
      padding-top: 20px; }
    header.header-web .menu-list dl dt {
      padding: 20px 0;
      font-size: 16px;
      font-weight: bold;
      color: #2b90cf;
      border-bottom: 1px solid #eaeaea; }
    header.header-web .menu-list dl dd .c-b-l {
      padding-top: 5px; }
    header.header-web .menu-list dl dd a {
      padding: 20px 0; }
      header.header-web .menu-list dl dd a:hover {
        background: #f8f8f8; }

@media only screen and (min-width: 1280px) {
  .banner-cont {
    margin-top: 72px;
    height: 460px; }
    .banner-cont h1 {
      font-size: 48px; }
    .banner-cont h3 {
      font-weight: lighter;
      font-size: 36px; }
    .banner-cont .info-cont ul li {
      padding: 5px 35px;
      font-size: 20px; }

  header.header-web {
    display: block; }

  header.header-h5 {
    display: none; }

  footer.footer-web {
    display: block; }

  footer.footer-h5 {
    display: none; } }
@keyframes banner-anima {
  0% {
    opacity: 0;
    transform: translateY(40px); }
  100% {
    opacity: 1;
    transform: translateY(0); } }
@keyframes banner-img-anima {
  0% {
    opacity: 0;
    transform: translateX(40px); }
  100% {
    opacity: 1;
    transform: translateX(0); } }
@keyframes banner-img-h5-anima {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
.banner-cont {
  height: 11.66667rem;
  background: linear-gradient(90deg, #5724d0 0%, #0a6dc4 100%); }
  .banner-cont .banner-info {
    padding: 3.125rem 0 0 0.625rem; }
    .banner-cont .banner-info h1 {
      padding-bottom: 1.66667rem; }
  .banner-cont .bg-img-cont {
    transform-origin: right bottom;
    transform: scale(0.45);
    width: 465px;
    height: 421px;
    bottom: 0.375rem;
    right: 0.625rem;
    background: url(../images/oil_plan_img.png) no-repeat;
    background-size: 100% 100%;
    opacity: 0;
    animation: banner-img-h5-anima 1.8s .2s ease forwards; }
    .banner-cont .bg-img-cont .dot-grp i {
      width: 25px;
      height: 21px;
      position: absolute;
      background: url(../images/banner_dot.png) no-repeat; }
      .banner-cont .bg-img-cont .dot-grp i.dot-01 {
        top: 284px;
        right: -2px;
        animation: dot-01-anima 2s ease-out infinite; }
      .banner-cont .bg-img-cont .dot-grp i.dot-02 {
        top: 257px;
        right: 180px;
        opacity: 0;
        transform: translate(0, 0) rotate(175deg);
        animation: dot-02-anima 1.8s .5s ease-out infinite; }
      .banner-cont .bg-img-cont .dot-grp i.dot-03 {
        top: 166px;
        left: 277px;
        transform: translate(0, 0) rotate(63deg);
        animation: dot-03-anima 2.5s ease-out infinite; }
      .banner-cont .bg-img-cont .dot-grp i.dot-04 {
        top: 196px;
        left: 15px;
        transform: translate(0, 0) rotate(-123deg);
        animation: dot-04-anima 1.2s ease-out infinite; }
    .banner-cont .bg-img-cont .light-img {
      width: 234px;
      height: 310px;
      background: url(../images/solve/oil_banner_light_img.png) no-repeat;
      position: absolute;
      top: 0;
      left: 27px;
      animation: light-anima .8s linear infinite; }
    .banner-cont .bg-img-cont .pc-img {
      width: 92px;
      height: 66px;
      background: #20bae6;
      position: absolute;
      right: 30px;
      top: 118px;
      transform: skewY(30deg);
      animation: pc-anima 5s ease-in-out infinite; }

.data-cont {
  padding-bottom: 1.25rem; }

.data-info {
  margin-top: 0.83333rem;
  border-radius: 0.20833rem;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2); }
  .data-info h4 {
    font-size: 0.91667rem;
    color: #2b90cf; }
  .data-info .store-num {
    border-bottom: 1px solid #eaeaea;
    padding: 0.625rem 0 0.83333rem; }
  .data-info .data-list li {
    padding: 1.25rem 0;
    width: 25%; }
    .data-info .data-list li + li {
      border-left: 1px solid #eaeaea; }
    .data-info .data-list li img {
      width: 2.29167rem; }

.buy-oil-cont {
  padding: 0.83333rem 0.625rem;
  background: #2b5cc4; }
  .buy-oil-cont .buy-oil-img {
    width: 4.41667rem;
    height: 9.10417rem;
    background: url(../images/solve/myb_img.png) no-repeat;
    background-size: 100%;
    margin-right: 0.83333rem; }
  .buy-oil-cont .jhy-pos-img {
    width: 4.04167rem;
    height: 9.29167rem;
    background: url(../images/solve/jhy_pos_img.png) no-repeat;
    background-size: 100%;
    margin-right: 0.83333rem; }

.system-cont {
  padding-bottom: 1.66667rem; }
  .system-cont dl {
    padding-bottom: 1.25rem;
    margin-top: 0.625rem;
    border-radius: 0.20833rem;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.3); }
    .system-cont dl dt {
      width: 100%;
      height: 4.16667rem;
      background: url(../images/solve/title_bg_01.jpg) no-repeat;
      background-size: 100%;
      font-size: 0.75rem;
      font-weight: bold;
      letter-spacing: 5px;
      color: #FFFFFF;
      text-align: center;
      line-height: 4.16667rem; }
    .system-cont dl:nth-child(2) dt {
      background: url(../images/solve/title_bg_02.jpg) no-repeat;
      background-size: 100%; }
    .system-cont dl:nth-child(3) dt {
      background: url(../images/solve/title_bg_03.jpg) no-repeat;
      background-size: 100%; }
    .system-cont dl:nth-child(4) dt {
      background: url(../images/solve/title_bg_04.jpg) no-repeat;
      background-size: 100%; }
    .system-cont dl:nth-child(5) dt {
      background: url(../images/solve/title_bg_05.jpg) no-repeat;
      background-size: 100%; }
    .system-cont dl dd {
      padding: 0.83333rem 0.83333rem 0 1.25rem; }
      .system-cont dl dd h5 {
        position: relative; }
        .system-cont dl dd h5:before {
          content: "";
          width: 0.16667rem;
          height: 0.16667rem;
          background: #666;
          border-radius: 50%;
          position: absolute;
          left: -12px;
          top: 0.29167rem; }

.product-cont h4 {
  border-left: 3px solid #2b90cf;
  padding: 0 0.41667rem;
  line-height: 1.2;
  margin: 0.625rem 0;
  font-size: 0.625rem; }

.img-cont {
  width: 100%; }
  .img-cont img {
    width: 100%; }

@media only screen and (min-width: 768px) and (max-width: 1279px) {
  .banner-cont .bg-img-cont {
    transform: scale(0.8); } }
@media only screen and (min-width: 1280px) {
  .banner-cont {
    height: 460px; }
    .banner-cont .banner-info {
      padding: 145px 0 0; }
      .banner-cont .banner-info h3 {
        display: inline-block; }
      .banner-cont .banner-info ul {
        padding-top: 80px; }
    .banner-cont .bg-img-cont {
      transform: scale(1);
      width: 465px;
      height: 421px;
      top: 15px;
      right: 118px; }

  .product-introduce {
    padding-top: 40px; }
    .product-introduce .pc-cont {
      padding-left: 160px;
      padding-right: 80px; }
      .product-introduce .pc-cont .p-20 {
        padding: 60px 40px; }
    .product-introduce .img-cont {
      padding-left: 190px;
      padding-right: 190px; }
    .product-introduce .line-height-2 {
      line-height: 3; }
    .product-introduce .buy-oil-cont {
      font-size: 20px; }
      .product-introduce .buy-oil-cont .buy-oil-img,
      .product-introduce .buy-oil-cont .jhy-pos-img {
        margin-right: 120px; }
    .product-introduce .product-cont h3 {
      padding-bottom: 20px; }
    .product-introduce .product-cont ul {
      display: flex;
      display: -webkit-flex;
      display: -ms-flexbox;
      justify-content: space-between;
      -webkit-justify-content: space-between; }
      .product-introduce .product-cont ul li {
        width: 25%; }
        .product-introduce .product-cont ul li h4 {
          font-size: 24px; }

  .system-cont .system-list {
    display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    justify-content: space-between;
    -webkit-justify-content: space-between; }
    .system-cont .system-list dl {
      overflow: hidden;
      width: 48.5%; }
      .system-cont .system-list dl dt {
        height: 200px;
        background-size: auto;
        background-position: center center; }
      .system-cont .system-list dl h5 {
        font-size: 16px; }
        .system-cont .system-list dl h5:before {
          top: 9px;
          left: -20px;
          width: 5px;
          height: 5px; } }
@keyframes dot-01-anima {
  0% {
    opacity: 0;
    transform: translate(0, 0); }
  10% {
    opacity: 1; }
  80% {
    opacity: 1; }
  100% {
    opacity: 0;
    transform: translate(-153px, 90px); } }
@keyframes dot-02-anima {
  0% {
    opacity: 0;
    transform: translate(0, 0) rotate(175deg); }
  10% {
    opacity: 1; }
  80% {
    opacity: 1; }
  100% {
    opacity: 0;
    transform: translate(40px, -23px) rotate(175deg); } }
@keyframes dot-03-anima {
  0% {
    opacity: 0;
    transform: translate(0, 0) rotate(63deg); }
  10% {
    opacity: 1; }
  80% {
    opacity: 1; }
  100% {
    opacity: 0;
    transform: translate(-104px, -60px) rotate(63deg); } }
@keyframes dot-04-anima {
  0% {
    opacity: 0;
    transform: translate(0, 0) rotate(-123deg); }
  10% {
    opacity: 1; }
  80% {
    opacity: 1; }
  100% {
    opacity: 0;
    transform: translate(31px, 18px) rotate(-123deg); } }
@keyframes light-anima {
  0%,
    100% {
    opacity: 1; }
  20%,
    28% {
    opacity: .6; }
  45% {
    opacity: 0.8; }
  50% {
    opacity: 0.7; }
  60% {
    opacity: .9; }
  70%,
    85% {
    opacity: .65; } }
@keyframes pc-anima {
  0%,
    100% {
    filter: hue-rotate(0); }
  40% {
    filter: hue-rotate(60deg); } }
.wrapper .active-in.banner-cont h1, .wrapper .active-in.banner-cont h3, .wrapper .active-in.banner-cont ul {
  opacity: 0;
  transform: translateY(40px);
  animation: banner-anima 1.2s ease-out forwards; }
.wrapper .active-in.banner-cont h3 {
  animation-delay: 0.2s; }
.wrapper .active-in.banner-cont ul {
  animation-delay: 0.5s; }

.wrapper.active .banner-cont h1, .wrapper.active .banner-cont h3, .wrapper.active .banner-cont ul {
  opacity: 0;
  transform: translateY(40px);
  animation: banner-anima .5s ease-out forwards; }
.wrapper.active .banner-cont h3 {
  animation-delay: 0.3s; }

/*# sourceMappingURL=oil_plan.css.map */
