@charset "UTF-8";
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td, hr, button, article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  margin: 0;
  padding: 0;
}

* {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
}

html {
  outline: none;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -webkit-tap-highlight-color: transparent;
  overflow-y: scroll;
}

body {
  width: 100%;
  font-family: "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
  -webkit-overflow-scrolling: touch;
  color: #222;
  background: #fff;
  overflow-x: hidden;
}

img, input, select {
  vertical-align: middle;
  font-family: inherit;
  font-size: 100%;
}

img, fieldset {
  border: 0;
  -ms-interpolation-mode: bicubic;
  width: 100%;
}

img {
  border: 0px;
  outline-width: 0px;
  vertical-align: text-bottom;
  width: 100%;
  overflow: hidden;
  -o-object-fit: cover;
  object-fit: cover;
}

 .beian-image{
    height:22px;
    width: 22px;
    margin-right:3px;
}

li, ul, dl {
  list-style: none;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input {
  border: none;
  outline: none;
  background-color: transparent;
  -webkit-appearance: none;
  resize: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 0;
}

input::-webkit-input-placeholder {
  color: #cccccc;
  font-size: .29rem;
}

button, input[type="button"], input[type="reset"], input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: none;
}

button[disabled], input[disabled] {
  cursor: default;
}

textarea {
  overflow: auto;
  vertical-align: top;
  resize: none;
  font-family: inherit;
  font-size: 100%;
}

abbr, acronym {
  border: 0;
  font-variant: normal;
}

del {
  text-decoration: line-through;
}

address, caption, cite, code, dfn, em, th {
  font-style: normal;
  font-weight: 500;
}

caption, th {
  text-align: left;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -.5em;
}

sub {
  bottom: -.25em;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: 500;
}

i, em {
  font-style: normal;
}

b, strong, dt {
  font-weight: bold;
}

a {
  color: #666;
  text-decoration: none;
}

a, a:hover, a:active {
  outline: 0;
  -webkit-tap-highlight-color: transparent;
  background-color: transparent;
}

a:focus {
  outline: 0;
}

/* Clear: */
.clear {
  clear: both;
}

.clearfix:before, .clearfix:after {
  content: "";
  display: table;
}

.clearfix:after {
  clear: both;
}

.clearfix {
  clear: both;
  *zoom: 1;
  /*ie6,7*/
}

input::-webkit-input-placeholder {
  color: #a8a8a8;
  font-size: 16px;
}

input::-moz-placeholder {
  color: #a8a8a8;
  font-size: 16px;
}

input:-moz-placeholder {
  color: #a8a8a8;
  font-size: 16px;
}

input:-ms-input-placeholder {
  color: #a8a8a8;
  font-size: 16px;
}

/* 选择历史记录的文字颜色和背景颜色 */
input:-webkit-autofill {
  -webkit-animation: autofill-fix 1s infinite !important;
  /* 选择历史记录的文字颜色*/
  -webkit-text-fill-color: #666;
  -webkit-transition: background-color 50000s ease-in-out 0s !important;
  -o-transition: background-color 50000s ease-in-out 0s !important;
  -moz-transition: background-color 50000s ease-in-out 0s !important;
  transition: background-color 50000s ease-in-out 0s !important;
  background-color: transparent !important;
  background-image: none !important;
  /* 选择历史记录的背景颜色 */
  -webkit-box-shadow: 0 0 0 1000px transparent inset !important;
}

/**
* 溢出省略号
* @param {Number} 行数
*/
.m {
  width: 1200px;
  margin-right: auto;
  margin-left: auto;
}

.icon_weixin {
   width: 34px;
   height: 34px;
}

.icon_weixin {
  display: inline-block;
  vertical-align: middle;
  background-image: url("../images/ico_wxxcx.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.bt2:hover .icon_weixin {
  background-image: url("../images/ico_wxxcx2.png"); 
}


.ico_banh5 {
  display: inline-block;
  vertical-align: middle;
  background-image: url("../images/ico_banh5.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.bt3:hover .ico_banh5 {
  background-image: url("../images/ico2_wxxcx2.png"); 
}




.ico_apple {
  display: inline-block;
  vertical-align: middle;
  background-image: url("../images/apple_ico.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.bt4:hover .ico_apple {
  background-image: url("../images/apple_ico2.png"); 
}



.ico_android {
  display: inline-block;
  vertical-align: middle;
  background-image: url("../images/android_ico2.png");
  background-repeat: no-repeat;
}

.bt1:hover .ico_android {
  background-image: url("../images/android_ico.png"); /* 替换为悬停时的图片 */
}

.bt1:hover,.bt2:hover,.bt3:hover,.bt4:hover{
  background: #645EEF;
}

.bt1:hover font,.bt2:hover font,.bt3:hover font,.bt4:hover font{
  color: #fff;
}


.ico_gonglv {
  width: 48px;
  height: 48px;
  background-position: -10px -10px;
}

.ico_gonglve {
  width: 34px;
  height: 34px;
  background-position: -10px -78px;
}

.ico_h1 {
  width: 11px;
  height: 7px;
  background-position: -188px -50px;
}

.ico_h2 {
  width: 6px;
  height: 9px;
  background-position: -188px -77px;
}

.ico_h3 {
  width: 34px;
  height: 34px;
  background-position: -64px -78px;
}

.ico_h4 {
  width: 34px;
  height: 34px;
  background-position: -134px -10px;
}

.ico_h5 {
  width: 6px;
  height: 9px;
  background-position: -188px -106px;
}

.ico1 {
  width: 20px;
  height: 20px;
  background-position: -188px -10px;
}

.ico2 {
  width: 22px;
  height: 23px;
  background-position: -54px -132px;
}

.ico3 {
  width: 24px;
  height: 24px;
  background-position: -10px -132px;
}

.ico4 {
  width: 21px;
  height: 22px;
  background-position: -96px -132px;
}

.ico5 {
  width: 21px;
  height: 21px;
  background-position: -137px -132px;
}

.ico_banh5 {
  width: 36px;
  height: 36px;
  /*background-position: -78px -10px;*/
}

.ico_wxxcx {
  width: 33px;
  height: 33px;
  background-position: -134px -64px;
}

.icon_apple {
  width: 34px;
  height: 34px;
  /*background-position: -134px -64px;*/
}

.icon_android {
  width: 33px;
  height: 33px;
  /*background-position: -134px -64px;*/
}

.st_ico {
  display: inline-block;
  vertical-align: middle;
  background: url("../images/st/st_ico.png") no-repeat;
}

.st_ico.st_ico1 {
  width: 38px;
  height: 38px;
  background-position: -68px -120px;
}

.st_ico.st_ico2 {
  width: 38px;
  height: 38px;
  background-position: -126px -120px;
}

.st_ico.st_ico2h {
  width: 38px;
  height: 38px;
  background-position: -201px -10px;
}

.st_ico.st_ico3 {
  width: 38px;
  height: 38px;
  background-position: -10px -62px;
}

.st_ico.st_ico3h {
  width: 38px;
  height: 38px;
  background-position: -85px -10px;
}

.st_ico.st_ico4 {
  width: 38px;
  height: 38px;
  background-position: -143px -10px;
}

.st_ico.st_ico4h {
  width: 38px;
  height: 38px;
  background-position: -10px -120px;
}

.st_ico.st_ico5 {
  width: 13px;
  height: 20px;
  background-position: -201px -68px;
}

.st_ico.st_ico6 {
  width: 11px;
  height: 19px;
  background-position: -201px -108px;
}

.st_ico.st_ico7 {
  width: 55px;
  height: 32px;
  background-position: -10px -10px;
}

header {
  display: block;
  width: 100%;
  height: 70px;
  background: #FFF;
  box-shadow: 0px 2px 4px 1px rgba(112, 108, 149, 0.08);
}

header .logo {
  float: left;
  width: 206px;
  margin-top: 11px;
}

header .nav {
  float: right;
  height: 70px;
  line-height: 70px;
}

header .nav li {
  float: left;
  margin: 0 30px;
}

header .nav a {
  position: relative;
  display: block;
  font-size: 18px;
  color: #000000;
}

header .nav .active a {
  color: #6B65F6;
}

header .nav .active a::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: #746EF6;
}

header .nav .lxkf {
  margin-right: 0;
}

header .nav .lxkf a {
  float: left;
  width: 148px;
  height: 40px;
  line-height: 32px;
  margin-top: 15px;
  text-align: center;
  border-radius: 25px;
  background-color: #fff;
  border: 1px solid #6B65F6;
  color: #6B65F6;
}

header .nav .lxkf font {
  display: inline-block;
  vertical-align: middle;
  line-height: normal;
  margin-left: 8px;
  font-size: 16px;
  color: #6B65F6;
}

.banr_t {
  display: block;
  width: 100%;
  height: 650px;
  background: url("../images/bg1.png") no-repeat center;
}

.banr_t .box_l {
  position: relative;
  float: left;
  width: 566px;
}

.banr_t .box_l h4 {
  display: block;
  margin-top: 120px;
  font-size: 38px;
  color: #4B4A77;
  font-weight: bold;
  letter-spacing: 3px;
}

.banr_t .box_l h3 {
  display: block;
  margin-top: 6px;
  font-size: 70px;
  color: #292565;
  font-weight: bold;
  letter-spacing: 2px;
}

.banr_t .box_l .bt1 {
  position: relative;
  float: left;
  display: block;
  width: 290px;
  height: 80px;
  margin-top: 47px;
  text-align: center;
  background: url("../images/st/st_bg1.png") no-repeat;
  line-height: 80px;
}

.banr_t .box_l .bt1 font {
  display: inline-block;
  vertical-align: top;
  margin-left: 6px;
  margin-right: 16px;
  font-size: 24px;
  color: #fff;
  line-height: 80px;
}

.banr_t .box_l .bt1 span {
  position: absolute;
  right: -2px;
  top: -16px;
}

.banr_t .box_l .bt2 {
  position: relative;
  float: left;
  display: block;
  width: 179px;
  height: 68px;
  margin-top: 59px;
  margin-left: 14px;
  line-height: 68px;
  text-align: center;
  background: url("../images/st/st_bg2.png") no-repeat;
}

.banr_t .box_l .bt2:hover .bt2_hove {
  display: block;
}

.banr_t .box_l .bt2 font {
  display: inline-block;
  vertical-align: top;
  font-size: 17px;
  margin-left: 6px;
  color: #fff;
}

.banr_t .box_l .bt3 {
  position: relative;
  float: left;
  display: block;
  width: 235px;
  height: 68px;
  margin-top: 22px;
  line-height: 68px;
  text-align: center;
  background: url("../images/st/st_bg3.png") no-repeat;
}

.banr_t .box_l .bt3:hover .bt3_hove {
  display: block;
}

.banr_t .box_l .bt3 font {
  display: inline-block;
  vertical-align: top;
  font-size: 17px;
  margin-left: 6px;
  color: #fff;
}

.banr_t .box_l .bt4 {
  position: relative;
  float: left;
  display: block;
  width: 235px;
  height: 68px;
  margin-top: 22px;
  margin-left: 14px;
  line-height: 68px;
  text-align: center;
  background: url("../images/st/st_bg4.png") no-repeat;
  cursor: pointer;
}

.banr_t .box_l .bt4:hover .bt4_hove {
  display: block;
}

.banr_t .box_l .bt4 font {
  display: inline-block;
  vertical-align: top;
  font-size: 17px;
  margin-left: 6px;
  color: #fff;
}

.banr_t .box_l .bt2_hove, .banr_t .box_l .bt3_hove, .banr_t .box_l .bt4_hove {
  display: none;
  padding-top: 20px;
  text-align: center;
  box-shadow: 0px 3px 12px 1px rgba(100, 94, 239, 0.16);
  background-color: #fff;
  border-radius: 22px;
  line-height: 1;
}

.banr_t .box_l .bt2_hove font, .banr_t .box_l .bt3_hove font, .banr_t .box_l .bt4_hove font {
  display: inline-block;
  vertical-align: middle;
  margin-left: 6px;
  line-height: 1;
  font-size: 17px;
  color: #222222;
}

.banr_t .box_l .bt2_hove p, .banr_t .box_l .bt3_hove p, .banr_t .box_l .bt4_hove p {
  display: block;
  margin-bottom: 12px;
}

.banr_t .box_l .bt2_hove {
  position: absolute;
  top: 0;
  left: 189px;
  width: 178px;
  height: 236px;
}

.banr_t .box_l .bt2_hove img {
  width: 144px;
}

.banr_t .box_l .bt3_hove {
  position: absolute;
  top: 0;
  left: 245px;
  width: 235px;
  height: 236px;
  z-index: 1;
}

.banr_t .box_l .bt3_hove img {
  width: 144px;
}

.banr_t .box_l .bt4_hove {
  position: absolute;
  top: 0;
  left: 245px;
  width: 235px;
  height: 236px;
  z-index: 1;
}

.banr_t .box_l .bt4_hove img {
  width: 144px;
}

.banr_t .box_r {
  float: right;
}

.banr_t .box_r img {
  width: 649px;
  height: 679px;
  margin-top: 35px;
  margin-right: -47px;
}

.ind1 {
  margin: 100px 0 0 0;
}

.ind1 li {
  display: block;
  width: 100%;
  margin-bottom: 61px;
}

.ind1 li:nth-child(1) img, .ind1 li:nth-child(3) img {
  margin-left: 44px;
}

.ind1 li:nth-child(2) img {
  margin-right: 74px;
}

.ind1 h4 {
  font-size: 48px;
  color: #000000;
  font-weight: bold;
}

.ind1 img {
  width: auto;
}

.ind1 span {
  display: block;
  width: 50px;
  height: 5px;
  margin: 26px 0 36px 0;
  border-radius: 8px;
  background-color: #746EF6;
}

.ind1 .p1 {
  width: 465px;
  margin-bottom: 12px;
  font-size: 24px;
  color: #746EF6;
  letter-spacing: 1px;
}

.ind1 .p2 {
  width: 465px;
  font-size: 24px;
  color: #222222;
  letter-spacing: 1px;
}

.ind1 .box_l {
  float: left;
}

.ind1 .box_r {
  float: right;
}

.ind1 .li1 h4 {
  margin-top: 95px;
}

.ind1 .li2 {
  margin-bottom: 21px;
}

.ind1 .li2 h4 {
  margin-top: 110px;
  margin-right: 25px;
}

.ind1 .li2 span {
  margin-right: 25px;
  margin-left: auto;
}

.ind1 .li2 .p1 {
  padding-right: 25px;
}

.ind1 .li3 {
  margin-bottom: 117px;
}

.ind1 .li3 h4 {
  margin-top: 97px;
}

.ind2 {
  display: block;
  width: 100%;
  height: 148px;
  line-height: 147px;
  background: url("../images/bg2.png") no-repeat center;
}

.ind2 h3 {
  float: left;
  margin-left: 30px;
  font-size: 34px;
  font-weight: bold;
  color: #1E1C41;
}

.ind2 .box {
  float: right;
  margin-top: -21px;
}

.ind2 p {
  float: left;
  margin-top: 20px;
}

.ind2 font {
  display: inline-block;
  vertical-align: middle;
  margin-left: 12px;
  font-size: 20px;
  color: #222222;
}

.ind2 .qr {
  float: right;
  width: 180px;
  height: 169px;
  padding: 37px 32px 0 32px;
  margin-left: 46px;
  margin-right: 34px;
  background: url("../images/bt.png") no-repeat;
}

.ind2 .qr img {
  width: 116px;
  height: 116px;
}

.ind3 {
  display: block;
  width: 100%;
  height: 529px;
  padding-top: 76px;
  background-color: #F9FAFF;
}

.ind3 .ti {
  display: block;
  width: 100%;
  margin-bottom: 15px;
  text-align: center;
}

.ind3 .ti font {
  display: inline-block;
  vertical-align: middle;
  margin-left: 12px;
  font-size: 34px;
  color: #000000;
  font-weight: bold;
}

.ind3 .more {
  display: block;
  width: 100%;
  text-align: center;
}

.ind3 .more font {
  display: inline-block;
  vertical-align: middle;
  margin-right: 4px;
  font-size: 18px;
  color: #746EF6;
}

.ind3 .box {
  display: block;
  margin-top: 34px;
}

.ind3 .box li {
  float: left;
  width: 340px;
  margin-right: 90px;
}

.ind3 .box li:nth-child(3n) {
  margin-right: 0;
}

.ind3 .box li:hover i {
  background-position: -188px -106px;
}

.ind3 .box li:hover font {
  color: #746EF6;
}

.ind3 .box li a {
  display: inline-block;
  width: 100%;
  height: 61px;
  line-height: 60px;
  border-bottom: 1px solid #E7EAF8;
}

.ind3 .box font {
  display: inline-block;
  vertical-align: middle;
  width: 315px;
  margin-left: 14px;
  font-size: 16px;
  color: #222222;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ind4 {
  display: block;
  width: 100%;
  height: 228px;
  padding-top: 46px;
  background: url("../images/st/st_bg5.png") no-repeat center;
  background-size: 1920px 228px;
  text-align: center;
}

.ind4 h3 {
  display: block;
  font-size: 46px;
  color: #fff;
  font-weight: bold;
}

.ind4 a {
  display: block;
  width: 218px;
  height: 54px;
  margin: 20px auto 0 auto;
  background: #ED3659;
  box-shadow: 0px 10px 16px 1px rgba(29, 75, 255, 0.22);
  border-radius: 39px;
  text-align: center;
  line-height: 54px;
}

.ind4 a font {
  display: inline-block;
  vertical-align: top;
  line-height: 54px;
  margin-right: 10px;
  font-size: 24px;
  color: #fff;
}

footer {
  display: block;
  width: 100%;
  height: 324px;
  background: #3B4657;
}

footer .logo_b {
  float: left;
  width: 192px;
  margin-top: 53px;
}

footer .sp1, footer .sp2, footer .sp3 {
  float: left;
  width: 294px;
  margin-bottom: 52px;
}

footer .sp1 span, footer .sp2 span, footer .sp3 span {
  display: block;
  margin-top: 62px;
  margin-bottom: 24px;
  font-size: 18px;
  color: #FFFFFF;
}

footer .sp1 a, footer .sp1 p, footer .sp2 a, footer .sp2 p, footer .sp3 a, footer .sp3 p {
  display: block;
  margin-bottom: 12px;
  font-size: 15px;
  color: #ACB6C4;
}

footer .sp1 a:hover, footer .sp2 a:hover, footer .sp3 a:hover {
  color: #9E9AFF;
}

footer .sp1 {
  margin-left: 139px;
}

footer .sp2 {
  width: 274px;
}

footer .sp3 {
  width: 301px;
}

footer .bt {
  display: block;
  width: 100%;
  height: 62px;
  line-height: 62px;
  border-top: 1px solid #4E596A;
}

footer .bt p, footer .bt a {
  font-size: 14px;
  color: #7E899A;
}

footer .bt p {
  float: left;
}

footer .bt a {
  float: right;
}

footer .bt font {
  display: inline-block;
  vertical-align: middle;
  margin-left: 6px;
}

.banr_h {
  display: block;
  width: 100%;
  height: 240px;
  background: url("../images/bg3.png") no-repeat center;
  background-size: 1920px 240px;
}

.banr_h h1 {
  display: block;
  margin-top: 98px;
  font-size: 48px;
  font-weight: bold;
  color: #000;
  text-align: center;
}

.help {
  display: block;
  margin-bottom: 120px;
  margin-top: 20px;
}

.help .help_bo {
  display: block;
  width: 100%;
  padding-top: 52px;
  padding-bottom: 40px;
  border-bottom: 1px solid #F7F4F4;
}

.help .help_l {
  float: left;
  font-size: 0;
}

.help .help_l font {
  display: inline-block;
  vertical-align: middle;
  margin-left: 14px;
  font-size: 20px;
  color: #222222;
  font-weight: bold;
}

.help .help_r {
  float: left;
  width: 1070px;
}

.help .help_r a {
  float: left;
  margin-left: 68px;
  margin-bottom: 12px;
  font-size: 0;
  line-height: 34px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.help .help_r a:hover font {
  color: #6B65F6;
}

.help .help_r a:hover i {
  background-position: -188px -106px;
}

.help .help_r font {
  display: inline-block;
  vertical-align: middle;
  width: 400px;
  margin-left: 14px;
  font-size: 16px;
  color: #222222;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.help_list .help_side {
  float: left;
  width: 280px;
  padding: 35px 20px 80px 0;
}

.help_list .help_side .xd {
  display: block;
  width: 100%;
  font-size: 0;
}

.help_list .help_side .xd span {
  display: inline-block;
  vertical-align: middle;
  margin-left: 14px;
  font-size: 20px;
  color: #222222;
  font-weight: bold;
}

.help_list .help_side .xd em {
  float: right;
  margin-top: 13.5px;
  margin-right: 16px;
}

.help_list .help_side .nav-left-container > li {
  display: block;
  margin-bottom: 26px;
}

.help_list .help_side .nav-left-container > li ul {
  display: none;
  margin-top: 18px;
}

.help_list .help_side .nav-left-container-small > li {
  display: block;
  width: 100%;
  height: 42px;
  line-height: 42px;
  margin-bottom: 8px;
}

.help_list .help_side .nav-left-container-small > li.active {
  background-color: #EDF1F5;
  border-radius: 8px;
}

.help_list .help_side .nav-left-container-small > li.active i {
  background-position: -188px -106px;
}

.help_list .help_side .nav-left-container-small > li a {
  display: block;
  padding-left: 15px;
  font-size: 0;
  color: #777777;
}

.help_list .help_side .nav-left-container-small > li a:hover {
  color: #6B65F6;
}

.help_list .help_side .nav-left-container-small > li a:hover i {
  background-position: -188px -106px;
}

.help_list .help_side .nav-left-container-small > li font {
  display: inline-block;
  vertical-align: middle;
  width: 200px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-left: 14px;
  font-size: 15px;
}

.help_list .help_con {
  float: left;
  width: 920px;
  padding-left: 40px;
  border-left: 1px solid #EBEBEB;
}

.help_list .help_con h1 {
  display: block;
  margin-top: 38px;
  margin-bottom: 12px;
  font-size: 34px;
  color: #222222;
}

.help_list .help_con .data {
  display: block;
  font-size: 14px;
  color: #999999;
}

.help_list .help_con .det_con {
  display: block;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 30px;
}

.help_list .help_con .det_con p, .help_list .help_con .det_con strong {
  display: block;
  width: 100%;
  margin: 18px auto;
  text-align: justify;
  font-size: 16px;
  color: #222;
  line-height: 30px;
}

.help_list .help_con .det_con video {
  display: block;
  margin: 10px auto;
}
