body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
form,
button,
input,
textarea,
th,
td,
div,
html {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}
ul,
ol,
li {
  list-style: none;
}
sup {
  vertical-align: inherit;
}
sub {
  vertical-align: inherit;
}
section,
article,
aside,
address,
fieldset,
header,
footer,
nav,
dialog,
figure,
time,
video,
mark,
canvas {
  display: block;
  margin: 0;
  padding: 0;
}
img,
fieldset {
  display: block;
  border: 0;
  width: 100%;
}
table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}
a {
  text-decoration: none;
  color: #1f83ff;
}
a,
a:active,
button,
button:active,
input,
span,
label,
div {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
}
button {
  background: none;
  border: none;
}
body,
input,
textarea {
  font-family: 'PingFang SC', 'microsoft yahei', 'Hiragino Sans GB', tahoma, arial;
}
html,
body {
  font-size: 16px;
  line-height: 1.6;
  color: #333;
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
}
.no-scroll,
.no-scroll body {
  height: 100%;
  overflow: hidden;
}
a,
button,
input,
select,
textarea {
  outline: none;
}
input[type='text'],
input[type='password'],
input[type='number'],
textarea,
select {
  line-height: normal;
  color: #333;
  background: none;
  resize: none;
  border: 0;
  -webkit-appearance: none;
  border-radius: 0;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
input[type='number'] {
  -moz-appearance: textfield;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  line-height: normal;
}
.abs {
  position: absolute;
  right: 0;
  top: 0;
}
.bdb::after {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  content: '';
  background: #cacdd0;
  transform: scaleY(0.5);
  transform-origin: center bottom;
}
.bdt::after {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 1px;
  content: '';
  background: #cacdd0;
  transform: scaleY(0.5);
  transform-origin: center top;
}
/* url("@{url}menu.png") */
.sys-main {
  position: relative;
  box-sizing: border-box;
  margin: 0 auto;
  width: 1200px;
}
@media only screen and (max-width: 1068px) {
  .sys-main {
    width: 100%;
  }
}
/* header & footer */
.sys-hd,
.sys-ft {
  margin: 0 auto;
  max-width: 1920px;
  min-width: 1200px;
  font-size: 14px;
}
@media only screen and (max-width: 1068px) {
  .sys-hd,
  .sys-ft {
    min-width: 100px;
  }
}
.sys-hd {
  position: relative;
  line-height: 60px;
  background-color: #01006c;
  z-index: 900;
}
.sys-hd .sys-main {
  height: 60px;
}
.sys-hd .sys-main:after {
  display: table;
  content: '';
  clear: both;
}
@media only screen and (max-width: 1068px) {
  .sys-hd {
    line-height: 50px;
  }
  .sys-hd .sys-main {
    height: 50px;
  }
}
.sys-logo-img {
  float: left;
  position: relative;
  width: 40px;
  height: 60px;
  margin-right: -15px;
  background: url("/images/logo_icon.png") no-repeat center;
  background-size: auto 60%;
  z-index: 20;
}
.sys-logo {
  float: left;
  position: relative;
  margin-right: 30px;
  width: 140px;
  height: 60px;
  background: url('/images/logo_title.png') no-repeat center;
  background-size: auto 100%;
  z-index: 20;
}
.sys-logo a {
  display: block;
  width: 100%;
  height: 100%;
  text-indent: -500%;
  overflow: hidden;
}
@media only screen and (max-width: 1068px) {
  .sys-logo {
    float: none;
    margin: 0 auto;
    height: 50px;
  }
}
.sys-hd-log {
  position: absolute;
  right: 0;
  top: 0;
}
.sys-hd-log a {
  padding: 0 20px;
  color: #fff;
}
.sys-ft {
  color: #999;
  background: #1d1f24;
}
.sys-ft .sys-main {
  padding: 50px 180px;
}
.sys-ft .sys-ft-info {
  position: relative;
}
.sys-ft .sys-ft-info h3 {
  margin-bottom: 10px;
  font-size: 18px;
  color: #ccc;
}
.sys-ft .sys-ft-info p {
  color: #999;
}
.sys-ft .sys-ft-company {
  margin-top: 20px;
  padding-top: 20px;
  color: #666;
  border-top: 1px solid #666;
}
.sys-ft .sys-ft-company .sys-spline {
  margin: 0 10px;
}
.sys-ft .sys-ft-company a {
  color: #666;
}
@media only screen and (max-width: 1068px) {
  .sys-ft .sys-main {
    padding: 20px;
  }
}
@media only screen and (max-width: 735px) {
  .sys-ft {
    font-size: 13px;
  }
  .sys-ft .sys-ft-info h3 {
    font-size: 16px;
  }
  .sys-ft .sys-ft-company {
    margin-top: 10px;
    padding-top: 10px;
  }
}
.pc-wrap {
  display: block;
}
@media only screen and (max-width: 1068px) {
  .pc-wrap {
    display: none;
  }
}
.sys-wp {
  margin: 0 auto;
  max-width: 1920px;
  min-width: 1200px;
}
@media only screen and (max-width: 1068px) {
  .sys-wp {
    min-width: 100px;
  }
}
.sys-tit {
  position: relative;
  padding: 70px 20px;
  text-align: center;
}
.sys-tit h2 {
  font-size: 36px;
}
.sys-tit p {
  margin-top: 20px;
  line-height: 2;
  color: #666;
}
@media only screen and (max-width: 1068px) {
  .sys-tit {
    padding: 50px 20px;
  }
  .sys-tit h2 {
    font-size: 28px;
  }
  .sys-tit p {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 735px) {
  .sys-tit {
    padding: 30px 20px;
  }
  .sys-tit h2 {
    font-size: 24px;
  }
  .sys-tit p {
    margin-top: 10px;
    line-height: 1.6;
  }
}
.btn {
  display: inline-block;
  vertical-align: middle;
  box-sizing: border-box;
  width: 180px;
  height: 50px;
  line-height: 50px;
  font-size: 18px;
  color: #fff;
  text-align: center;
  border-radius: 60px;
  background-color: #ff501a;
  background-image: -webkit-linear-gradient(80deg, #ff711c, #ff501a);
  background-image: -ms-linear-gradient(80deg, #ff711c, #ff501a);
  background-image: linear-gradient(80deg, #ff711c, #ff501a);
  cursor: pointer;
}
.btn:hover {
  opacity: 0.9;
}
.btn:active {
  transform: scale(0.98);
}
.btn.btn-disable {
  background: #999;
  cursor: default;
}
.btn.btn-disable:hover {
  opacity: 1;
}
.btn.btn-disable:active {
  transform: scale(1);
}
@media only screen and (max-width: 1068px) {
  .btn {
    width: 200px;
    height: 50px;
    line-height: 50px;
    font-size: 18px;
    border-radius: 50px;
  }
}
@media only screen and (max-width: 320px) {
  .btn {
    width: 160px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    border-radius: 40px;
  }
}
@keyframes bottomIn {
  0% {
    transform: translate3d(0, 60px, 0);
    opacity: 0;
  }
  100% {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes rightIn {
  0% {
    transform: translate3d(60px, 0, 0);
    opacity: 0;
  }
  100% {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes leftIn {
  0% {
    transform: translate3d(40px, 0, 0);
    opacity: 0;
  }
  100% {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.sys-nav {
  float: right;
  font-size: 16px;
}
.sys-nav:after {
  display: table;
  content: '';
  clear: both;
}
.sys-nav li {
  float: left;
  position: relative;
  margin: 0 16px;
}
.sys-nav li.on a {
  color: #fff;
}
.sys-nav li.on a::after {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 4px;
  content: '';
  background-color: #1f83ff;
}
.sys-nav li:hover .sys-nav-sub {
  height: auto;
  max-height: 1000px;
  padding: 10px 0;
}
.sys-nav li:hover > a {
  color: #fff;
}
.sys-nav a {
  position: relative;
  display: block;
  color: #fff;
}
.sys-nav a:hover {
  color: #fff;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
@media only screen and (max-width: 1068px) {
  .sys-nav {
    display: none;
    float: none;
    position: fixed;
    left: 0;
    top: 50px;
    right: 0;
    bottom: 0;
    padding: 0 20px;
    background: #20202a;
    overflow: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }
  .sys-nav li {
    float: none;
    margin: 0;
    border-bottom: 1px solid #333;
    -webkit-animation: leftIn 0.3s linear both;
    animation: leftIn 0.3s linear both;
  }
  .sys-nav li.on a {
    color: #1f83ff;
  }
  .sys-nav li.on a::after {
    display: none;
  }
  .sys-nav li:nth-child(2) {
    -webkit-animation-delay: 0.1s;
    animation-delay: 0.1s;
  }
  .sys-nav li:nth-child(3) {
    -webkit-animation-delay: 0.15s;
    animation-delay: 0.15s;
  }
  .sys-nav li:nth-child(4) {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
  }
  .sys-nav li:nth-child(5) {
    -webkit-animation-delay: 0.25s;
    animation-delay: 0.25s;
  }
  .sys-nav li:nth-child(6) {
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
  }
  .sys-nav li:nth-child(7) {
    -webkit-animation-delay: 0.35s;
    animation-delay: 0.35s;
  }
  .sys-nav li:nth-child(8) {
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
  }
  .sys-nav a {
    display: block;
    margin: 0 -20px;
    padding: 0 20px;
    color: #fff;
  }
  .sys-nav a:active {
    background-color: rgba(255, 255, 255, 0.05);
  }
}
.sys-nav-m-line {
  display: none;
  position: absolute;
  right: 0;
  top: 0;
  box-sizing: border-box;
  padding: 0 10px;
  width: 50px;
  height: 50px;
}
.sys-nav-m-line span {
  position: absolute;
  left: 10px;
  right: 10px;
  top: 50%;
  height: 1px;
  background-color: #fff;
  -webkit-transition: -webkit-transform linear 0.2s;
  transition: transform linear 0.2s;
  -webkit-transform-origin: left center;
  transform-origin: left center;
}
.sys-nav-m-line .sys-nav-m-line-1 {
  margin-top: -10px;
}
.sys-nav-m-line .sys-nav-m-line-3 {
  margin-top: 10px;
}
@media only screen and (max-width: 1068px) {
  .sys-nav-m-line {
    display: block;
  }
}
.sys-nav-check {
  display: none;
}
.sys-nav-check:checked + .sys-main .sys-nav-m-line {
  z-index: 20;
}
.sys-nav-check:checked + .sys-main .sys-nav-m-line-1 {
  -webkit-transform: rotate(45deg) translateY(-1px);
  transform: rotate(45deg) translateY(-1px);
}
.sys-nav-check:checked + .sys-main .sys-nav-m-line-2 {
  display: none;
}
.sys-nav-check:checked + .sys-main .sys-nav-m-line-3 {
  -webkit-transform: rotate(-45deg) translateY(1px);
  transform: rotate(-45deg) translateY(1px);
}
.sys-nav-check:checked + .sys-main .sys-nav {
  display: block;
  z-index: 19;
}
.fixed-aside {
  position: fixed;
  right: 10px;
  top: 50%;
  border: 1px solid #d7d8ec;
  z-index: 900;
}
.fixed-aside .fa-contact,
.fixed-aside .fa-download {
  position: relative;
  padding: 10px;
  box-sizing: border-box;
  width: 60px;
  height: 60px;
  font-size: 17px;
  text-align: center;
  line-height: 1.3;
  background-color: #fff;
  z-index: 2;
  border-bottom: 1px solid #dedeff;
}
.fixed-aside .fa-contact:hover,
.fixed-aside .fa-download:hover {
  border-color: #74baf3;
  background-color: #dedeff;
  cursor: pointer;
}
.fixed-aside .fa-contact:hover .fa-contact,
.fixed-aside .fa-download:hover .fa-contact {
  background-color: #1f83ff;
  color: #fff;
}
.fixed-aside .fa-contact:hover .i-qrcode,
.fixed-aside .fa-download:hover .i-qrcode {
  background-position: center bottom;
}
.fixed-aside .fa-contact:hover .fa-qrcode,
.fixed-aside .fa-download:hover .fa-qrcode {
  display: block;
  animation: rightIn 0.4s;
}
.fixed-aside .fa-contact {
  border-bottom: 1px solid #dedeff;
}
.fixed-aside .fa-qrcode {
  display: none;
  position: absolute;
  right: 61px;
  top: -1px;
  padding: 10px;
  background-color: #fff;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.fixed-aside .fa-qrcode img {
  display: block;
  width: 122px;
}
.fixed-aside .fa-qrcode .fa-qrcode-des {
  font-size: 12px;
}
.fixed-aside .i-qq,
.fixed-aside .i-download,
.fixed-aside .i-qrcode {
  display: block;
  box-sizing: border-box;
  padding: 5px;
  margin: 0 auto 5px;
  width: 40px;
  height: 40px;
}
.fixed-aside .i-qq {
  background: url('/images/wx_icon.png') no-repeat center center / 90% auto;
}
.fixed-aside .i-download {
  background: url('/images/float_icon_download.png') no-repeat center center / 90% auto;
}
.fixed-aside .i-qrcode {
  background: url('/images/ico_qrcode.png') no-repeat center center / 90% auto;
}
.sys-subban .sys-main {
  display: table;
  padding: 0;
  height: 600px;
}
.sys-subban .sys-subban-txt {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: 100%;
  color: #fff;
}
.sys-subban .sys-subban-txt h2 {
  margin-bottom: 15px;
  font-size: 45px;
}
.sys-subban .sys-subban-txt p {
  font-size: 20px;
  line-height: 2;
}
.sys-subban .sys-subban-txt .btn {
  margin-top: 30px;
}
@media only screen and (max-width: 735px) {
  .sys-subban .sys-main {
    height: 450px;
  }
  .sys-subban .sys-subban-txt {
    vertical-align: top;
    padding: 40px 10px 0;
    text-align: center;
  }
  .sys-subban .sys-subban-txt h2 {
    margin-bottom: 10px;
    font-size: 26px;
  }
  .sys-subban .sys-subban-txt p {
    font-size: 16px;
    line-height: 1.6;
  }
  .sys-subban .sys-subban-txt .btn {
    margin-top: 20px;
    width: 170px;
    height: 45px;
    line-height: 45px;
  }
}
@keyframes bottomIn {
  0% {
    transform: translate3d(0, 60px, 0);
    opacity: 0;
  }
  100% {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.index-priority {
  padding-bottom: 100px;
  font-size: 0;
  text-align: center;
}
.index-priority dt {
  margin-bottom: 15px;
  font-size: 36px;
}
.index-priority dd {
  display: inline-block;
  vertical-align: top;
  margin: 15px;
  width: 205px;
}
.index-priority dd img {
  display: block;
  margin: 0 auto;
  width: 180px;
  transition: filter 0.4s, transform 0.4s;
}
.index-priority dd h3 {
  margin-bottom: 10px;
  font-weight: bold;
  font-size: 18px;
}
.index-priority dd p {
  font-size: 16px;
  color: #999;
  line-height: 1.8;
}
.index-priority dd:hover img {
  filter: brightness(104%);
  transform: translateY(-10px);
}
@media only screen and (max-width: 735px) {
  .index-priority {
    margin-top: 40px;
    padding: 0 20px 50px;
  }
  .index-priority dt {
    margin-bottom: 30px;
    font-size: 24px;
  }
  .index-priority dd {
    position: relative;
    display: block;
    margin: 0 0 30px;
    padding-left: 120px;
    width: auto;
    min-height: 100px;
    text-align: left;
  }
  .index-priority dd img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100px;
  }
  .index-priority dd h3 {
    font-size: 16px;
  }
  .index-priority dd p {
    font-size: 15px;
    line-height: 1.6;
  }
}
.sys-ban-qrcode {
  position: absolute;
  left: 50%;
  top: 20px;
  margin-left: 380px;
  padding: 20px 30px 30px;
  text-align: center;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 10;
}
.sys-ban-qrcode h3 {
  margin-bottom: 15px;
}
.sys-ban-qrcode img {
  margin: 0 auto;
  display: block;
  width: 140px;
}
@media only screen and (max-width: 1068px) {
  .sys-ban-qrcode {
    margin-left: 0;
    left: auto;
    right: 20px;
  }
}
@media only screen and (max-width: 735px) {
  .sys-ban-qrcode {
    display: none;
  }
}
.question-container {
  width: 100%;
  height: 2100px;
}
@media only screen and (max-width: 735px) {
  .question-container {
    height: 600px;
  }
}
.sys-ban {
  position: relative;
  margin: 0 auto;
  min-width: 1200px;
}
@media only screen and (max-width: 1068px) {
  .sys-ban {
    min-width: 100px;
  }
}
.sys-ban .ban-swiper {
  position: relative;
  height: 600px;
  background-color: #111;
}
.sys-ban .ban-swiper li {
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;
}
.sys-ban .ban-swiper li.swiper-slide-active .ban-txt h2 {
  animation: bottomIn 0.8s 0.4s linear both;
}
.sys-ban .ban-swiper li.swiper-slide-active .ban-txt p {
  animation: bottomIn 0.6s 0.6s linear both;
}
.sys-ban .ban-swiper li.swiper-slide-active .ban-txt .btn {
  animation: bottomIn 0.4s 0.8s linear both;
}
.sys-ban .ban-swiper li.banner-app {
  background-image: url(/images/index/banner_app.png);
}
@media only screen and (max-width: 735px) {
  .sys-ban .ban-swiper li.banner-app {
    display: none;
    background-image: url(/images/index/banner_m_4.jpg);
  }
}
.sys-ban .ban-swiper li.banner-1 {
  background-image: url(/images/index/banner.png);
}
@media only screen and (max-width: 735px) {
  .sys-ban .ban-swiper li.banner-1 {
    background-image: url(/images/index/banner_m.png);
  }
}
.sys-ban .ban-swiper li.banner-2 {
  background-image: url(/images/index/banner_2.jpg);
}
@media only screen and (max-width: 735px) {
  .sys-ban .ban-swiper li.banner-2 {
    background-image: url(/images/index/banner_m_2.jpg);
  }
}
.sys-ban .ban-swiper li.banner-3 {
  background-image: url(/images/index/banner.png);
}
@media only screen and (max-width: 735px) {
  .sys-ban .ban-swiper li.banner-3 {
    background-image: url(/images/index/banner_m.png);
  }
}
.sys-ban .ban-swiper li.banner-4 {
  background-image: url(/images/index/banner_4.jpg);
}
@media only screen and (max-width: 735px) {
  .sys-ban .ban-swiper li.banner-4 {
    background-image: url(/images/index/banner_m_4.jpg);
  }
}
.sys-ban .ban-swiper li.banner-5 {
  background-image: url(/images/index/banner_5.jpg);
}
@media only screen and (max-width: 735px) {
  .sys-ban .ban-swiper li.banner-5 {
    background-image: url(/images/index/banner_m_5.jpg);
  }
}
.sys-ban .sys-main {
  display: table;
  height: 100%;
}
.sys-ban .sys-main .ban-txt {
  display: table-cell;
  vertical-align: middle;
  padding-left: 50px;
  height: 100%;
  color: #fff;
}
.sys-ban .sys-main .ban-txt h2 {
  margin-bottom: 15px;
  font-size: 45px;
}
.sys-ban .sys-main .ban-txt p {
  font-size: 20px;
  line-height: 2;
}
.sys-ban .sys-main .ban-txt .btn {
  margin-top: 30px;
}
.sys-ban .swiper-button-next {
  right: 0;
  top: 0;
  margin: 0;
}
.sys-ban .swiper-button-prev {
  left: 0;
  top: 0;
  margin: 0;
}
.sys-ban .swiper-button-next,
.sys-ban .swiper-button-prev {
  display: none;
}
@media only screen and (max-width: 735px) {
  .sys-ban .ban-swiper {
    height: 450px;
  }
  .sys-ban .sys-main .ban-txt {
    vertical-align: top;
    padding: 40px 10px 0;
    text-align: center;
  }
  .sys-ban .sys-main .ban-txt h2 {
    margin-bottom: 10px;
    font-size: 26px;
  }
  .sys-ban .sys-main .ban-txt p {
    font-size: 16px;
    line-height: 1.6;
  }
  .sys-ban .sys-main .ban-txt .btn {
    margin-top: 20px;
    width: 170px;
    height: 45px;
    line-height: 45px;
  }
  .sys-ban .swiper-button-next,
  .sys-ban .swiper-button-prev {
    display: none;
  }
}
.index-profit {
  background-color: #fff;
}
.index-profit .sys-main {
  padding-bottom: 70px;
}
.index-profit img {
  display: block;
  margin: 0 auto 30px;
}
.index-profit .index-pro-link {
  text-align: center;
}
.index-profit .index-pro-link a:hover {
  text-decoration: underline;
}
.index-profit .btn {
  display: block;
  margin: 10px auto 0;
}
@media only screen and (max-width: 735px) {
  .index-profit .sys-main {
    padding-bottom: 40px;
  }
}
.index-priority {
  background-color: #f9f9fb;
}
.index-priority .sys-main {
  padding-bottom: 70px;
}
.index-priority .index-pri-list {
  padding-bottom: 50px;
  font-size: 0;
  text-align: center;
}
.index-priority .index-pri-list li {
  display: inline-block;
  vertical-align: top;
  margin: 15px;
  width: 205px;
}
.index-priority .index-pri-list li img {
  display: block;
  margin: 0 auto;
  width: 180px;
  transition: filter 0.4s, transform 0.4s;
}
.index-priority .index-pri-list li h3 {
  margin-bottom: 10px;
  font-weight: bold;
  font-size: 18px;
}
.index-priority .index-pri-list li p {
  font-size: 16px;
  color: #999;
  line-height: 1.8;
}
.index-priority .index-pri-list li:hover img {
  filter: brightness(104%);
  transform: translateY(-10px);
}
.index-priority .btn {
  display: block;
  margin: 10px auto 0;
}
@media only screen and (max-width: 735px) {
  .index-priority .sys-main {
    padding-bottom: 40px;
  }
  .index-priority .index-pri-list {
    margin-top: 40px;
    padding: 0 20px 30px;
  }
  .index-priority .index-pri-list li {
    position: relative;
    display: block;
    margin: 0 0 20px;
    padding-left: 120px;
    width: auto;
    min-height: 100px;
    text-align: left;
  }
  .index-priority .index-pri-list li img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100px;
  }
  .index-priority .index-pri-list li h3 {
    margin-bottom: 5px;
    font-size: 16px;
  }
  .index-priority .index-pri-list li p {
    font-size: 15px;
    line-height: 1.6;
  }
}
.index-cost .sys-main {
  padding-bottom: 70px;
}
.index-cost .index-cost-list li {
  float: left;
  box-sizing: border-box;
  padding: 0 18px;
  width: 33.33%;
  text-align: center;
}
.index-cost .index-cost-list li img {
  display: block;
  margin-bottom: 20px;
}
.index-cost .index-cost-list li h3 {
  font-weight: bold;
  font-size: 18px;
}
.index-cost .index-cost-list:after {
  display: table;
  content: '';
  clear: both;
}
@media only screen and (max-width: 735px) {
  .index-cost .sys-main {
    padding-bottom: 40px;
  }
  .index-cost .index-cost-list li {
    float: none;
    margin-bottom: 20px;
    padding: 0 20px;
    width: 100%;
  }
  .index-cost .index-cost-list li img {
    margin-bottom: 5px;
  }
  .index-cost .index-cost-list li h3 {
    font-size: 16px;
  }
}
.index-data {
  color: #fff;
  background: url('/images/index/peizhi_bg.jpg') no-repeat center top / 1920px 100%;
}
.index-data .sys-main {
  padding-bottom: 70px;
}
.index-data .sys-tit {
  color: #fff;
}
.index-data .sys-tit p {
  color: #fff;
}
.index-data .index-data-tb {
  margin: 0 auto;
  width: 75%;
  text-align: center;
}
.index-data .index-data-tb th,
.index-data .index-data-tb td {
  padding: 10px;
  border: 1px solid #fff;
}
.index-data .index-data-tb th {
  color: #1f83ff;
  background-color: #fff;
}
.index-data .index-data-tb p {
  padding-left: 15%;
  text-align: left;
}
.index-data .index-data-info {
  position: relative;
  margin: 30px auto 0;
  padding-left: 370px;
  width: 75%;
  min-height: 250px;
}
.index-data .index-data-info img {
  position: absolute;
  left: 60px;
  top: 0;
  width: 250px;
}
.index-data .index-data-info p {
  line-height: 2;
}
@media only screen and (max-width: 735px) {
  .index-data .sys-main {
    padding-bottom: 40px;
  }
  .index-data .index-data-tb {
    width: 92%;
    font-size: 12px;
  }
  .index-data .index-data-tb th,
  .index-data .index-data-tb td {
    padding: 5px 2px;
  }
  .index-data .index-data-tb p {
    padding-left: 0;
    text-align: center;
  }
  .index-data .index-data-info {
    margin-top: 10px;
    padding-left: 0;
    width: 90%;
    min-height: 100px;
  }
  .index-data .index-data-info img {
    display: none;
  }
  .index-data .index-data-info p {
    font-size: 12px;
  }
}
@media only screen and (max-width: 320px) {
  .index-data .index-data-tb {
    font-size: 10px;
  }
}
.sys-ban-qrcode {
  position: absolute;
  left: 50%;
  top: 20px;
  margin-left: 380px;
  padding: 20px 30px 30px;
  text-align: center;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 10;
}
.sys-ban-qrcode h3 {
  margin-bottom: 15px;
}
.sys-ban-qrcode img {
  margin: 0 auto;
  display: block;
  width: 140px;
}
@media only screen and (max-width: 1068px) {
  .sys-ban-qrcode {
    margin-left: 0;
    left: auto;
    right: 20px;
  }
}
@media only screen and (max-width: 735px) {
  .sys-ban-qrcode {
    display: none;
  }
}
.question-container {
  width: 100%;
}
@media only screen and (max-width: 735px) {
  .question-container {
    height: 600px;
  }
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
form,
button,
input,
textarea,
th,
td,
div,
html {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}
ul,
ol,
li {
  list-style: none;
}
sup {
  vertical-align: inherit;
}
sub {
  vertical-align: inherit;
}
section,
article,
aside,
address,
fieldset,
header,
footer,
nav,
dialog,
figure,
time,
video,
mark,
canvas {
  display: block;
  margin: 0;
  padding: 0;
}
img,
fieldset {
  display: block;
  border: 0;
  width: 100%;
}
table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}
a {
  text-decoration: none;
  color: #1f83ff;
}
a,
a:active,
button,
button:active,
input,
span,
label,
div {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
}
button {
  background: none;
  border: none;
}
body,
input,
textarea {
  font-family: 'PingFang SC', 'microsoft yahei', 'Hiragino Sans GB', tahoma, arial;
}
html,
body {
  font-size: 16px;
  line-height: 1.6;
  color: #333;
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
}
.no-scroll,
.no-scroll body {
  height: 100%;
  overflow: hidden;
}
a,
button,
input,
select,
textarea {
  outline: none;
}
input[type='text'],
input[type='password'],
input[type='number'],
textarea,
select {
  line-height: normal;
  color: #333;
  background: none;
  resize: none;
  border: 0;
  -webkit-appearance: none;
  border-radius: 0;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
input[type='number'] {
  -moz-appearance: textfield;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  line-height: normal;
}
.abs {
  position: absolute;
  right: 0;
  top: 0;
}
.bdb::after {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  content: '';
  background: #cacdd0;
  transform: scaleY(0.5);
  transform-origin: center bottom;
}
.bdt::after {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 1px;
  content: '';
  background: #cacdd0;
  transform: scaleY(0.5);
  transform-origin: center top;
}
/* url("@{url}menu.png") */
.sys-main {
  position: relative;
  box-sizing: border-box;
  margin: 0 auto;
  width: 1200px;
}
@media only screen and (max-width: 1068px) {
  .sys-main {
    width: 100%;
  }
}
/* header & footer */
.sys-hd,
.sys-ft {
  margin: 0 auto;
  max-width: 1920px;
  min-width: 1200px;
  font-size: 14px;
}
@media only screen and (max-width: 1068px) {
  .sys-hd,
  .sys-ft {
    min-width: 100px;
  }
}
.sys-hd {
  position: relative;
  line-height: 60px;
  background-color: #01006c;
  z-index: 900;
}
.sys-hd .sys-main {
  height: 60px;
}
.sys-hd .sys-main:after {
  display: table;
  content: '';
  clear: both;
}
@media only screen and (max-width: 1068px) {
  .sys-hd {
    line-height: 50px;
  }
  .sys-hd .sys-main {
    height: 50px;
  }
}
.sys-logo-img {
  float: left;
  position: relative;
  width: 40px;
  height: 60px;
  margin-right: -15px;
  background: url("/images/logo_icon.png") no-repeat center;
  background-size: auto 60%;
  z-index: 20;
}
.sys-logo {
  float: left;
  position: relative;
  margin-right: 30px;
  width: 140px;
  height: 60px;
  background: url('/images/logo_title.png') no-repeat center;
  background-size: auto 100%;
  z-index: 20;
}
.sys-logo a {
  display: block;
  width: 100%;
  height: 100%;
  text-indent: -500%;
  overflow: hidden;
}
@media only screen and (max-width: 1068px) {
  .sys-logo {
    float: none;
    margin: 0 auto;
    height: 50px;
  }
}
.sys-hd-log {
  position: absolute;
  right: 0;
  top: 0;
}
.sys-hd-log a {
  padding: 0 20px;
  color: #fff;
}
.sys-ft {
  color: #999;
  background: #1d1f24;
}
.sys-ft .sys-main {
  padding: 50px 180px;
}
.sys-ft .sys-ft-info {
  position: relative;
}
.sys-ft .sys-ft-info h3 {
  margin-bottom: 10px;
  font-size: 18px;
  color: #ccc;
}
.sys-ft .sys-ft-info p {
  color: #999;
}
.sys-ft .sys-ft-company {
  margin-top: 20px;
  padding-top: 20px;
  color: #666;
  border-top: 1px solid #666;
}
.sys-ft .sys-ft-company .sys-spline {
  margin: 0 10px;
}
.sys-ft .sys-ft-company a {
  color: #666;
}
@media only screen and (max-width: 1068px) {
  .sys-ft .sys-main {
    padding: 20px;
  }
}
@media only screen and (max-width: 735px) {
  .sys-ft {
    font-size: 13px;
  }
  .sys-ft .sys-ft-info h3 {
    font-size: 16px;
  }
  .sys-ft .sys-ft-company {
    margin-top: 10px;
    padding-top: 10px;
  }
}
.pc-wrap {
  display: block;
}
@media only screen and (max-width: 1068px) {
  .pc-wrap {
    display: none;
  }
}
.sys-wp {
  margin: 0 auto;
  max-width: 1920px;
  min-width: 1200px;
}
@media only screen and (max-width: 1068px) {
  .sys-wp {
    min-width: 100px;
  }
}
.sys-tit {
  position: relative;
  padding: 70px 20px;
  text-align: center;
}
.sys-tit h2 {
  font-size: 36px;
}
.sys-tit p {
  margin-top: 20px;
  line-height: 2;
  color: #666;
}
@media only screen and (max-width: 1068px) {
  .sys-tit {
    padding: 50px 20px;
  }
  .sys-tit h2 {
    font-size: 28px;
  }
  .sys-tit p {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 735px) {
  .sys-tit {
    padding: 30px 20px;
  }
  .sys-tit h2 {
    font-size: 24px;
  }
  .sys-tit p {
    margin-top: 10px;
    line-height: 1.6;
  }
}
.btn {
  display: inline-block;
  vertical-align: middle;
  box-sizing: border-box;
  width: 180px;
  height: 50px;
  line-height: 50px;
  font-size: 18px;
  color: #fff;
  text-align: center;
  border-radius: 60px;
  background-color: #ff501a;
  background-image: -webkit-linear-gradient(80deg, #ff711c, #ff501a);
  background-image: -ms-linear-gradient(80deg, #ff711c, #ff501a);
  background-image: linear-gradient(80deg, #ff711c, #ff501a);
  cursor: pointer;
}
.btn:hover {
  opacity: 0.9;
}
.btn:active {
  transform: scale(0.98);
}
.btn.btn-disable {
  background: #999;
  cursor: default;
}
.btn.btn-disable:hover {
  opacity: 1;
}
.btn.btn-disable:active {
  transform: scale(1);
}
@media only screen and (max-width: 1068px) {
  .btn {
    width: 200px;
    height: 50px;
    line-height: 50px;
    font-size: 18px;
    border-radius: 50px;
  }
}
@media only screen and (max-width: 320px) {
  .btn {
    width: 160px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    border-radius: 40px;
  }
}
@keyframes bottomIn {
  0% {
    transform: translate3d(0, 60px, 0);
    opacity: 0;
  }
  100% {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes rightIn {
  0% {
    transform: translate3d(60px, 0, 0);
    opacity: 0;
  }
  100% {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes leftIn {
  0% {
    transform: translate3d(40px, 0, 0);
    opacity: 0;
  }
  100% {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.sys-nav {
  float: right;
  font-size: 16px;
}
.sys-nav:after {
  display: table;
  content: '';
  clear: both;
}
.sys-nav li {
  float: left;
  position: relative;
  margin: 0 16px;
}
.sys-nav li.on a {
  color: #fff;
}
.sys-nav li.on a::after {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 4px;
  content: '';
  background-color: #1f83ff;
}
.sys-nav li:hover .sys-nav-sub {
  height: auto;
  max-height: 1000px;
  padding: 10px 0;
}
.sys-nav li:hover > a {
  color: #fff;
}
.sys-nav a {
  position: relative;
  display: block;
  color: #fff;
}
.sys-nav a:hover {
  color: #fff;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
@media only screen and (max-width: 1068px) {
  .sys-nav {
    display: none;
    float: none;
    position: fixed;
    left: 0;
    top: 50px;
    right: 0;
    bottom: 0;
    padding: 0 20px;
    background: #20202a;
    overflow: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }
  .sys-nav li {
    float: none;
    margin: 0;
    border-bottom: 1px solid #333;
    -webkit-animation: leftIn 0.3s linear both;
    animation: leftIn 0.3s linear both;
  }
  .sys-nav li.on a {
    color: #1f83ff;
  }
  .sys-nav li.on a::after {
    display: none;
  }
  .sys-nav li:nth-child(2) {
    -webkit-animation-delay: 0.1s;
    animation-delay: 0.1s;
  }
  .sys-nav li:nth-child(3) {
    -webkit-animation-delay: 0.15s;
    animation-delay: 0.15s;
  }
  .sys-nav li:nth-child(4) {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
  }
  .sys-nav li:nth-child(5) {
    -webkit-animation-delay: 0.25s;
    animation-delay: 0.25s;
  }
  .sys-nav li:nth-child(6) {
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
  }
  .sys-nav li:nth-child(7) {
    -webkit-animation-delay: 0.35s;
    animation-delay: 0.35s;
  }
  .sys-nav li:nth-child(8) {
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
  }
  .sys-nav a {
    display: block;
    margin: 0 -20px;
    padding: 0 20px;
    color: #fff;
  }
  .sys-nav a:active {
    background-color: rgba(255, 255, 255, 0.05);
  }
}
.sys-nav-m-line {
  display: none;
  position: absolute;
  right: 0;
  top: 0;
  box-sizing: border-box;
  padding: 0 10px;
  width: 50px;
  height: 50px;
}
.sys-nav-m-line span {
  position: absolute;
  left: 10px;
  right: 10px;
  top: 50%;
  height: 1px;
  background-color: #fff;
  -webkit-transition: -webkit-transform linear 0.2s;
  transition: transform linear 0.2s;
  -webkit-transform-origin: left center;
  transform-origin: left center;
}
.sys-nav-m-line .sys-nav-m-line-1 {
  margin-top: -10px;
}
.sys-nav-m-line .sys-nav-m-line-3 {
  margin-top: 10px;
}
@media only screen and (max-width: 1068px) {
  .sys-nav-m-line {
    display: block;
  }
}
.sys-nav-check {
  display: none;
}
.sys-nav-check:checked + .sys-main .sys-nav-m-line {
  z-index: 20;
}
.sys-nav-check:checked + .sys-main .sys-nav-m-line-1 {
  -webkit-transform: rotate(45deg) translateY(-1px);
  transform: rotate(45deg) translateY(-1px);
}
.sys-nav-check:checked + .sys-main .sys-nav-m-line-2 {
  display: none;
}
.sys-nav-check:checked + .sys-main .sys-nav-m-line-3 {
  -webkit-transform: rotate(-45deg) translateY(1px);
  transform: rotate(-45deg) translateY(1px);
}
.sys-nav-check:checked + .sys-main .sys-nav {
  display: block;
  z-index: 19;
}
.fixed-aside {
  position: fixed;
  right: 10px;
  top: 50%;
  border: 1px solid #d7d8ec;
  z-index: 900;
}
.fixed-aside .fa-contact,
.fixed-aside .fa-download {
  position: relative;
  padding: 10px;
  box-sizing: border-box;
  width: 60px;
  height: 60px;
  font-size: 17px;
  text-align: center;
  line-height: 1.3;
  background-color: #fff;
  z-index: 2;
  border-bottom: 1px solid #dedeff;
}
.fixed-aside .fa-contact:hover,
.fixed-aside .fa-download:hover {
  border-color: #74baf3;
  background-color: #dedeff;
  cursor: pointer;
}
.fixed-aside .fa-contact:hover .fa-contact,
.fixed-aside .fa-download:hover .fa-contact {
  background-color: #1f83ff;
  color: #fff;
}
.fixed-aside .fa-contact:hover .i-qrcode,
.fixed-aside .fa-download:hover .i-qrcode {
  background-position: center bottom;
}
.fixed-aside .fa-contact:hover .fa-qrcode,
.fixed-aside .fa-download:hover .fa-qrcode {
  display: block;
  animation: rightIn 0.4s;
}
.fixed-aside .fa-contact {
  border-bottom: 1px solid #dedeff;
}
.fixed-aside .fa-qrcode {
  display: none;
  position: absolute;
  right: 61px;
  top: -1px;
  padding: 10px;
  background-color: #fff;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.fixed-aside .fa-qrcode img {
  display: block;
  width: 122px;
}
.fixed-aside .fa-qrcode .fa-qrcode-des {
  font-size: 12px;
}
.fixed-aside .i-qq,
.fixed-aside .i-download,
.fixed-aside .i-qrcode {
  display: block;
  box-sizing: border-box;
  padding: 5px;
  margin: 0 auto 5px;
  width: 40px;
  height: 40px;
}
.fixed-aside .i-qq {
  background: url('/images/wx_icon.png') no-repeat center center / 90% auto;
}
.fixed-aside .i-download {
  background: url('/images/float_icon_download.png') no-repeat center center / 90% auto;
}
.fixed-aside .i-qrcode {
  background: url('/images/ico_qrcode.png') no-repeat center center / 90% auto;
}
.sys-subban .sys-main {
  display: table;
  padding: 0;
  height: 600px;
}
.sys-subban .sys-subban-txt {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: 100%;
  color: #fff;
}
.sys-subban .sys-subban-txt h2 {
  margin-bottom: 15px;
  font-size: 45px;
}
.sys-subban .sys-subban-txt p {
  font-size: 20px;
  line-height: 2;
}
.sys-subban .sys-subban-txt .btn {
  margin-top: 30px;
}
@media only screen and (max-width: 735px) {
  .sys-subban .sys-main {
    height: 450px;
  }
  .sys-subban .sys-subban-txt {
    vertical-align: top;
    padding: 40px 10px 0;
    text-align: center;
  }
  .sys-subban .sys-subban-txt h2 {
    margin-bottom: 10px;
    font-size: 26px;
  }
  .sys-subban .sys-subban-txt p {
    font-size: 16px;
    line-height: 1.6;
  }
  .sys-subban .sys-subban-txt .btn {
    margin-top: 20px;
    width: 170px;
    height: 45px;
    line-height: 45px;
  }
}
@keyframes bottomIn {
  0% {
    transform: translate3d(0, 60px, 0);
    opacity: 0;
  }
  100% {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.index-priority {
  padding-bottom: 100px;
  font-size: 0;
  text-align: center;
}
.index-priority dt {
  margin-bottom: 15px;
  font-size: 36px;
}
.index-priority dd {
  display: inline-block;
  vertical-align: top;
  margin: 15px;
  width: 205px;
}
.index-priority dd img {
  display: block;
  margin: 0 auto;
  width: 180px;
  transition: filter 0.4s, transform 0.4s;
}
.index-priority dd h3 {
  margin-bottom: 10px;
  font-weight: bold;
  font-size: 18px;
}
.index-priority dd p {
  font-size: 16px;
  color: #999;
  line-height: 1.8;
}
.index-priority dd:hover img {
  filter: brightness(104%);
  transform: translateY(-10px);
}
@media only screen and (max-width: 735px) {
  .index-priority {
    margin-top: 40px;
    padding: 0 20px 50px;
  }
  .index-priority dt {
    margin-bottom: 30px;
    font-size: 24px;
  }
  .index-priority dd {
    position: relative;
    display: block;
    margin: 0 0 30px;
    padding-left: 120px;
    width: auto;
    min-height: 100px;
    text-align: left;
  }
  .index-priority dd img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100px;
  }
  .index-priority dd h3 {
    font-size: 16px;
  }
  .index-priority dd p {
    font-size: 15px;
    line-height: 1.6;
  }
}
.sys-ban-qrcode {
  position: absolute;
  left: 50%;
  top: 20px;
  margin-left: 380px;
  padding: 20px 30px 30px;
  text-align: center;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 10;
}
.sys-ban-qrcode h3 {
  margin-bottom: 15px;
}
.sys-ban-qrcode img {
  margin: 0 auto;
  display: block;
  width: 140px;
}
@media only screen and (max-width: 1068px) {
  .sys-ban-qrcode {
    margin-left: 0;
    left: auto;
    right: 20px;
  }
}
@media only screen and (max-width: 735px) {
  .sys-ban-qrcode {
    display: none;
  }
}
.question-container {
  width: 100%;
  height: 2100px;
}
@media only screen and (max-width: 735px) {
  .question-container {
    height: 600px;
  }
}
.recruit-bussiness-ban {
  background: no-repeat center top / auto 100%;
}
@media only screen and (max-width: 1068px) {
  .recruit-bussiness-ban h2 {
    padding-left: 50px;
  }
}
@media only screen and (max-width: 735px) {
  .recruit-bussiness-ban {
    background: no-repeat center bottom / cover;
  }
  .recruit-bussiness-ban h2 {
    padding-left: 0;
  }
}
.recruit-bussiness {
  background-color: #f1f4f8;
}
.recruit-bussiness .sys-main {
  padding: 50px 0;
}
.recruit-bussiness .rb-list li {
  float: left;
  box-sizing: border-box;
  margin: 1%;
  padding: 20px;
  width: 31.33%;
  height: 220px;
  background-color: #fff;
  transition: transform 0.3s, box-shadow 0.3s;
}
.recruit-bussiness .rb-list li .rb-title {
  overflow: hidden;
}
.recruit-bussiness .rb-list li h3 {
  padding: 10px 0 5px;
  font-size: 18px;
  float: left;
}
.recruit-bussiness .rb-list li img {
  display: block;
  width: 30px;
  padding: 5px 10px;
}
.recruit-bussiness .rb-list li p {
  font-size: 14px;
  color: red;
}
.recruit-bussiness .rb-list li p.rb-completed-des {
  color: green;
}
.recruit-bussiness .rb-list li .rb-links {
  margin-top: 20px;
  font-size: 14px;
}
.recruit-bussiness .rb-list li .rb-links a {
  color: #666;
}
.recruit-bussiness .rb-list li .rb-links a:hover {
  color: #1f83ff;
  text-decoration: underline;
}
.recruit-bussiness .rb-list li:hover {
  transform: translateY(-6px);
  box-shadow: 0 15px 12px -12px rgba(0, 0, 0, 0.2);
  cursor: default;
}
.recruit-bussiness .rb-list:after {
  display: table;
  content: '';
  clear: both;
}
@media only screen and (max-width: 1068px) {
  .recruit-bussiness .rb-list li {
    width: 48%;
  }
}
@media only screen and (max-width: 735px) {
  .recruit-bussiness .sys-main {
    padding: 20px 0;
  }
  .recruit-bussiness .rb-list {
    padding: 0 20px;
  }
  .recruit-bussiness .rb-list li {
    margin: 2% 0;
    width: 100%;
  }
}

