html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}
body,
p,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
li {
  margin: 0;
  padding: 0;
}
body {
  font-family: "Avenir", Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  min-width: 1000px;
  overflow-x: auto;
  color: #333;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 2dppx) {
  /* Retina涓嬩粛浣跨敤榛樿瀛椾綋娓叉煋 */
  body {
    -webkit-font-smoothing: subpixel-antialiased;
  }
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
a {
  background-color: transparent;
  text-decoration: none;
}
li {
  list-style: none;
}
img {
  border-style: none;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

textarea {
  overflow: auto;
}

/* layout */
.bs {
  box-sizing: border-box;
}

.container {
  width: 62.5%;
  min-width: 1000px;
  margin: 0 auto;
}

.flex {
  display: -webkit-flex;
  display: flex;
  display: -moz-box;
  display: -ms-flexbox;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.flex-main-c {
  -webkit-box-pack: center;
  -moz-justify-content: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.flex-main-sb {
  -webkit-box-pack: justify;
  -moz-justify-content: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.flex-cross-c {
  -webkit-box-align: center;
  -moz-align-items: center;
  -webkit-align-items: center;
  align-items: center;
}
.flex1 {
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -moz-box-flex: 1;
}

/* text */
.t-left {
  text-align: left;
}
.t-center {
  text-align: center;
}
.t-right {
  text-align: right;
}
.t-indent {
  text-indent: 2em;
}

.ellipsis {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.ellipsis2 {
  word-break: break-all;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.pull-left {
  float: left !important;
}
.pull-right {
  float: right !important;
}

body {
  background: #fff;
}
.section {
  padding: 90px 0;
  text-align: center;
  border-bottom: 1px solid #f0f0f0;
}
.section-title {
  font-size: 30px;
  color: #333;
  line-height: 50px;
  margin-bottom: 30px;
  text-align: center;
  font-weight: normal;
}
.btn {
  display: inline-block;
  width: 160px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 16px;
  color: white;
  background: #1f89ff;
  border-radius: 5px;
}

.mbanner {
  position: relative;
}
.mbanner img {
  width: 100%;
}
.mbanner-content {
  color: #fff;
  height: 254px;
  width: 100%;
  position: absolute;
  top: 50%;
  margin-top: -127px;
  left: 0;
}
.mbanner-content h1 {
  font-size: 58px;
  margin: 0;
}
.mbanner-sub {
  font-size: 18px;
  margin: 20px auto 50px;
}
.mbanner-btn {
  display: inline-block;
  width: 160px;
  height: 50px;
  line-height: 50px;
  font-size: 16px;
  color: #105cfb;
  background: #fff;
  border-radius: 4px;
}
.mbanner-tips {
  font-size: 14px;
  margin-top: 18px;
}
.mbanner-tips a {
  color: #fff;
  text-decoration: underline;
}

.s-market {
  background: url("../moban/images/4/bg_2_pc.png") bottom center no-repeat;
  background-size: 100% auto;
}
.market-item {
  height: 360px;
  text-align: center;
  margin-right: 1.8%;
  box-shadow: 0 5px 10px #eee;
  -webkit-box-shadow: 0 5px 10px #eee;
  -ms-box-shadow: 0 5px 10px #eee;
  -moz-box-shadow: 0 5px 10px #eee;
}
.market-item:last-child {
  margin-right: 0;
}
.market-item img {
  width: 126px;
  height: 126px;
  margin: 25px auto 12px;
}
.market-item h4 {
  margin-bottom: 20px;
}
.market-text {
  font-size: 16px;
  padding: 0 15%;
  line-height: 1.5;
  margin-bottom: 12px;
}
.market-tips {
  line-height: 1.5;
  font-size: 13px;
  color: #666;
  padding: 0 17.5%;
}

.s-advantage {
  background: #f5f6f9 url("../moban/images/4/bg_advantage_pc.png") center
    no-repeat;
  background-size: 100% auto;
}
.advantage {
  margin-right: 1.8%;
  height: 245px;
  position: relative;
  background: #fff;
  box-shadow: 0 4px 8px #eee;
  -webkit-box-shadow: 0 4px 8px #eee;
  -moz-box-shadow: 0 4px 8px #eee;
  -ms-box-shadow: 0 4px 8px #eee;
}
.advantage:last-child {
  margin-right: 0;
}
.advantage h4 {
  color: #ff6419;
  font-weight: normal;
  margin: 50px auto 45px;
  font-size: 26px;
}
.advantage p {
  font-size: 15px;
  margin-bottom: 13px;
}
.advantage::before {
  content: "";
  height: 8px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #ff6419;
  background-image: linear-gradient(to right, #ff8a40, #ff360e);
  background-image: -webkit-linear-gradient(to right, #ff8a40, #ff360e);
  background-image: -ms-linear-gradient(to right, #ff8a40, #ff360e);
  background-image: -moz-linear-gradient(to right, #ff8a40, #ff360e);
  border-radius: 4px 4px 0 0;
}
.advantage:nth-child(2n)::before {
  background-color: #e53232;
  background-image: linear-gradient(to right, #eb2e2e, #fd4099);
  background-image: -webkit-linear-gradient(to right, #eb2e2e, #fd4099);
  background-image: -ms-linear-gradient(to right, #eb2e2e, #fd4099);
  background-image: -moz-linear-gradient(to right, #eb2e2e, #fd4099);
}
.advantage:nth-child(2n) h4 {
  color: #e53232;
}
.advantage:nth-child(3n)::before {
  background-color: #105cfb;
  background-image: linear-gradient(to right, #2035ff, #24c2ff);
  background-image: -webkit-linear-gradient(to right, #2035ff, #24c2ff);
  background-image: -ms-linear-gradient(to right, #2035ff, #24c2ff);
  background-image: -moz-linear-gradient(to right, #2035ff, #24c2ff);
}
.advantage:nth-child(3n) h4 {
  color: #105cfb;
}
.advantage:nth-child(4n)::before {
  background-color: #2fbb7c;
  background-image: linear-gradient(to right, #35e4e2, #42da8d);
  background-image: -webkit-linear-gradient(to right, #35e4e2, #42da8d);
  background-image: -ms-linear-gradient(to right, #35e4e2, #42da8d);
  background-image: -moz-linear-gradient(to right, #35e4e2, #42da8d);
}
.advantage:nth-child(4n) h4 {
  color: #2fbb7c;
}
.advantage:nth-child(5n)::before {
  background-color: #ffb83f;
  background-image: linear-gradient(to right, #ff742f, #ffc244);
  background-image: -webkit-linear-gradient(to right, #ff742f, #ffc244);
  background-image: -ms-linear-gradient(to right, #ff742f, #ffc244);
  background-image: -moz-linear-gradient(to right, #ff742f, #ffc244);
}
.advantage:nth-child(5n) h4 {
  color: #ffb83f;
}

.condition {
  height: 200px;
}
.condition img {
  width: 52px;
  height: 52px;
  margin: 25px auto;
}
.condition h4 {
  font-size: 22px;
  font-weight: normal;
  margin-bottom: 11px;
}
.condition p {
  font-size: 13px;
  color: #666;
  margin-bottom: 5px;
}

.apply-steps {
  position: relative;
}
.apply-steps::after {
  content: "";
  width: 100%;
  height: 0;
  border-bottom: 1px dashed #979797;
  position: absolute;
  left: 0;
  bottom: 70px;
}
.apply-step {
  height: 230px;
  position: relative;
}
.apply-step::after {
  content: "";
  width: 12px;
  height: 12px;
  background: #999;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  margin-left: -6px;
  bottom: 64px;
}
.apply-step img {
  width: 120px;
  height: 120px;
  margin: 30px auto 40px;
}

.commend {
  text-align: left;
  height: 425px;
  margin-right: 3%;
  box-shadow: 0 5px 10px #eee;
  -webkit-box-shadow: 0 5px 10px #eee;
  -ms-box-shadow: 0 5px 10px #eee;
  -moz-box-shadow: 0 5px 10px #eee;
}
.commend:last-child {
  margin-right: 0;
}
.commend img {
  width: 100%;
  height: 200px;
  margin-bottom: 36px;
}
.commend-name {
  padding: 0 7%;
  font-size: 18px;
  margin-bottom: 18px;
}
.commend-text {
  padding: 0 7%;
  color: #666;
  font-size: 14px;
  line-height: 1.5;
}

body {
  background: #fafafa;
}
.section {
  padding: 75px 0;
  text-align: center;
  border-bottom: 1px solid #f0f0f0;
}
.section-title {
  font-size: 30px;
  color: #333;
  line-height: 50px;
  margin-bottom: 30px;
  text-align: center;
  font-weight: normal;
}

.mode-item-inner {
  width: 208px;
  margin: 0 auto;
  font-size: 14px;
  color: #999;
  text-align: left;
}
.mode-item-t {
  font-size: 16px;
  color: #333;
  text-align: center;
  margin-bottom: 20px;
}
.mode-item img {
  height: 164px;
}
.section-search {
  font-size: 16px;
  width: 440px;
  height: 50px;
  line-height: 50px;
  margin: 50px auto 0;
}
.section-search input {
  width: 282px;
  height: 50px;
  font-size: 16px;
  line-height: 48px;
  padding-left: 10px;
  border: 1px solid #e1e1e1;
  border-right: 0;
}
.section-search .btn {
  width: 158px;
  height: 50px;
  color: white;
  background: #31a9fe;
  border: 0;
}

.s2-nav-line {
  height: 60px;
  border-bottom: 2px solid #f0f0f0;
}
.s2-nav-wrap.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #fafafa;
  border-bottom: 1px solid #f0f0f0;
  z-index: 990;
}
.s2-nav-wrap li,
.s2-nav-wrap a {
  height: 60px;
  line-height: 60px;
}
.s2-nav-wrap a {
  font-size: 17px;
  color: #333;
  padding: 0 5px;
  display: inline-block;
  vertical-align: middle;
}
.s2-nav-wrap .new::after {
  content: "new";
  display: inline-block;
  height: 14px;
  line-height: 14px;
  width: 26px;
  font-size: 12px;
  color: #fff;
  background: #f44336;
  vertical-align: middle;
  margin-left: 4px;
  transform: translateY(-4px);
  -webkit-transform: translateY(-4px);
  -moz-transform: translateY(-4px);
  -ms-transform: translateY(-4px);
  border-radius: 2px;
}
.s2-nav-wrap a.active {
  color: #0095ff;
  border-bottom: 2px solid #0095ff;
}
.s2-item {
  height: 360px;
  padding: 40px 20px;
  border-bottom: 1px solid #f0f0f0;
}
.s2-item:last-child {
  border-bottom: 0;
}
.s2-item:nth-child(2n) .s2-item-content {
  padding-left: 70px;
}
.s2-item-img {
  height: 360px;
}
.s2-item-content {
  padding-top: 20px;
  text-align: left;
}
.s2-item-title {
  font-size: 32px;
  line-height: 50px;
}
.s2-item-content .s2-item-sub {
  font-size: 18px;
  margin-bottom: 36px;
}
.s2-item-content p {
  font-size: 15px;
  color: #666;
  margin-bottom: 13px;
}
.s2-item-btns {
  padding-top: 40px;
}
.s2-item-btn {
  display: inline-block;
  text-align: center;
  width: 120px;
  height: 40px;
  line-height: 40px;
  color: #0095ff;
  border-radius: 3px;
  border: 1px solid #0095ff;
}
.s2-item-btn:first-child {
  border-color: #0095ff;
  background: #0095ff;
  color: white;
  margin-right: 20px;
}

.s-funcs {
  height: 315px;
  margin: 10px auto;
  border: 1px solid #e6e6e6;
}
.s-funcs li {
  height: 315px;
  font-size: 13px;
  color: #999;
  line-height: 1.5;
  border-right: 1px solid #e6e6e6;
  box-sizing: border-box;
}
.s-funcs li:last-child {
  border-right: 0;
}
.s-funcs li img {
  height: 76px;
  display: block;
  margin: 30px auto 20px;
}
.s-funcs li .s-funcs-name {
  font-size: 16px;
  color: #333;
}
.s-funcs li .s-funcs-name::after {
  content: "";
  display: block;
  width: 24px;
  height: 2px;
  margin: 15px auto;
  background: #f0f0f4;
}
.s-funcs-btn {
  display: block;
  width: 120px;
  height: 40px;
  line-height: 40px;
  color: #0095ff;
  border: 1px solid #0095ff;
  border-radius: 5px;
  margin: 30px auto 0;
}
html {
  -webkit-text-size-adjust: none;
  box-sizing: border-box;
}
*,
*:before,
*:after {
  box-sizing: inherit;
}
body {
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica,
    Segoe UI, Arial, Roboto, "PingFang SC", "Hiragino Sans GB",
    "Microsoft Yahei", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #2c3e50;
  font-size: 14px;
  background-color: #fff;
}
body,
p,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
li {
  margin: 0;
  padding: 0;
}
a {
  color: #1890ff;
  text-decoration: none;
}

/* 椤堕儴閾炬帴閫変腑鏃舵牱寮� */
.header-main .menu li {
  position: relative;
}
.header-main .menu li.active::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 1px;
  width: 100%;
  height: 2px;
  background: #fff;
}

li {
  list-style: none;
}
.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

.d-flex {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: -webkit-wrap;
  flex-wrap: wrap;
}
.flex-column {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.justify-sb {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.justify-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.align-items-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.flex-1 {
  width: 0;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  -webkit-flex: 1;
  flex: 1;
  overflow: hidden;
}

.color1 {
  color: #1890ff;
}
.t-center {
  text-align: center;
}

.ellipsis {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
}

.full-container:nth-child(2n) {
  background-color: #f8fbff;
}
.container {
  width: 1200px;
  margin: 0 auto;
  padding: 75px 0;
}
.section-title {
  font-size: 36px;
  line-height: normal;
  margin-bottom: 50px;
  text-align: center;
}
.section-subtitle {
  text-align: center;
  margin: 21px 0 56px;
  font-size: 18px;
  color: #54545a;
}

.funcs-section ul img {
  width: 90px;
  height: 90px;
}
.funcs-section ul > li {
  text-align: center;
  max-width: 212px;
}
.funcs-section ul > li p {
  margin-top: 8px;
  font-size: 14px;
  font-weight: 400;
  color: #8c949d;
  line-height: 22px;
}
.funcs-section ul > li .name {
  font-size: 18px;
  font-weight: 600;
  color: #373e54;
  margin-top: 14px;
}

.play-methods-content {
  height: 564px;
  position: relative;
}
.play-methods-content::before {
  content: "";
  height: 1px;
  width: 100%;
  background-color: #e5e5e5;
  position: absolute;
  top: 120px;
  left: 0;
}
.play-methods-content li.active .play-method-intro {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.play-methods-content li.active .play-method-nav {
  color: #3a8ff9;
  border-bottom: 3px solid #3a8ff9;
}
.play-methods-content li.active .play-method-nav img {
  opacity: 1;
}
.play-method-nav {
  width: 110px;
  height: 120px;
  text-align: center;
  font-size: 20px;
  font-weight: 400;
  color: #333;
  line-height: 1;
  position: relative;
  z-index: 9;
  cursor: default;
}
.play-method-nav img {
  width: 44px;
  height: 44px;
  margin-bottom: 30px;
  vertical-align: middle;
  opacity: 0.5;
}
.play-method-intro {
  display: none;
  height: 374px;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  padding-left: 50px;
}
.play-method-intro > img {
  width: 668px;
  height: 372px;
  object-fit: contain;
}
.play-mi-title {
  font-size: 28px;
  font-weight: 400;
  color: #3a8ff9;
  line-height: 1;
  margin-bottom: 40px;
}
.play-mi-line {
  margin-bottom: 30px;
}
.play-mi-no {
  font-size: 36px;
  font-weight: 400;
  color: #aadaff;
  line-height: 48px;
  margin-right: 20px;
}
.play-mi-text {
  font-size: 18px;
  font-weight: 400;
  color: #333;
  line-height: 36px;
}

.qw-crm-item {
  width: 288px;
  height: 308px;
  background-color: #ffffff;
  border-radius: 6px;
  margin-right: 16px;
  margin-bottom: 34px;
  box-sizing: border-box;
  border: 2px solid #ffffff;
  box-shadow: 1px 10px 43px 0px rgba(71, 71, 71, 0.1);
  padding: 52px 22px 0px 22px;
  position: relative;
  z-index: 89;
}
.qw-crm-item:nth-child(4n) {
  margin-right: 0;
}
.qw-crm-item > img {
  width: 70px;
  height: 70px;
  margin-bottom: 37px;
}
.qw-crm-item:hover > img {
  transform: scale(1.2);
  transition: all 1s;
}
.qw-crm-item:hover {
  box-shadow: 2px 19px 40px 0px rgba(75, 149, 252, 0.13);
  border: 2px solid rgb(75, 149, 252);
}
.qw-crm-title {
  font-size: 20px;
  font-weight: bold;
  color: #141e38;
  line-height: 25px;
  text-align: left;
  margin-bottom: 27px;
}
.qw-crm-text {
  font-size: 16px;
  font-weight: 400;
  color: #5c6276;
  line-height: 30px;
}

.problem-item {
  margin-right: 73px;
  margin-top: 40px;
  color: #333649;
  max-width: 245px;
  text-align: center;
}
.problem-icon {
  margin: 0 auto;
  height: 80px;
  width: 80px;
  margin-bottom: 15px;
  background: url(./img/problem.png) no-repeat center;
}
.problem-item:nth-child(1) .problem-icon {
  background-position: 0 -160px;
}
.problem-item:nth-child(2) .problem-icon {
  background-position: 0 -400px;
}
.problem-item:nth-child(3) .problem-icon {
  background-position: 0 -320px;
}
.problem-item:nth-child(4) .problem-icon {
  background-position: 0 -560px;
}
.problem-item:nth-child(5) .problem-icon {
  background-position: 0 -240px;
}
.problem-item:nth-child(6) .problem-icon {
  background-position: 0 -0;
}
.problem-item:nth-child(7) .problem-icon {
  background-position: 0 -80px;
}
.problem-item:nth-child(8) .problem-icon {
  background-position: 0 -480px;
}
.problem-item:nth-child(4n) {
  margin-right: 0;
}
.problem-title {
  font-size: 22px;
  margin-bottom: 10px;
}
.problem-text {
  font-size: 14px;
  opacity: 0.7;
  line-height: 24px;
}

.qw-official {
  background: #f9faff url(../img/qw-official-sbg.png) no-repeat center bottom;
}
.qw-official-item {
  margin-right: 20px;
  background: #fff;
  -webkit-box-shadow: 0px 6px 32px 0px rgba(139, 154, 196, 0.05);
  box-shadow: 0px 6px 32px 0px rgba(139, 154, 196, 0.05);
  border-radius: 2px;
  text-align: center;
  color: #333649;
  padding: 50px 36px;
  min-height: 400px;
}
.qw-official-item:hover {
  background: url(../img/qw-official-bg.png) no-repeat center center;
  color: #fff;
  background-size: 100%;
}
.qw-official-item:hover .qw-official-icon {
  background-image: url(../img/qw-official-b.png);
}
.qw-official-icon {
  margin: 0 auto;
  width: 90px;
  height: 90px;
  margin-bottom: 40px;
  background: url(../img/qw-official-a.png) no-repeat 0 0;
}
.qw-official-item:nth-child(1) .qw-official-icon {
  background-position: 0 0;
}
.qw-official-item:nth-child(2) .qw-official-icon {
  background-position: 0 -90px;
}
.qw-official-item:nth-child(3) .qw-official-icon {
  background-position: 0 -180px;
}
.qw-official-item:nth-child(4) .qw-official-icon {
  background-position: 0 -270px;
}
.qw-official-item:nth-child(4) {
  margin-right: 0;
}
.qw-official-title {
  font-size: 22px;
  line-height: 1.2;
  margin-bottom: 30px;
}
.qw-official-text {
  text-align: left;
  opacity: 0.7;
  line-height: 24px;
  font-size: 14px;
}

.hard-item {
  width: 220px;
  height: 320px;
  border-radius: 6px;
  background-color: #fff;
  -webkit-box-shadow: 0 2px 16px 0 rgba(174, 196, 221, 0.3);
  box-shadow: 0 2px 16px 0 rgba(174, 196, 221, 0.3);
  padding: 42px 10px 0;
  box-sizing: border-box;
}
.hard-item:nth-child(2n) {
  margin-top: 42px;
}
.hard-item > img {
  height: 70px;
  width: 70px;
}
.hard-title {
  font-size: 24px;
  color: #333;
  font-weight: 700;
  line-height: 36px;
  margin: 27px 0 24px;
}
.hard-text {
  font-size: 16px;
  color: #333;
  line-height: 24px;
  margin: 0;
}
.hard-text big {
  font-size: 22px;
  font-weight: 700;
}
.access-btn {
  display: block;
  height: 48px;
  width: 136px;
  border-radius: 24px;
  background-color: #0c67f6;
  line-height: 48px;
  font-size: 14px;
  color: #fff;
  margin: 0 auto 8px;
  cursor: pointer;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.access-btn:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.dg-scrm {
  background: #fff url(../img/dg-scrm-bg.png) no-repeat center center;
  /* background-image: url(../img/dg-scrm-bg.png); */
}
.dg-scrm-content {
  background: url(../img/dg-scrm-content.png) no-repeat center center;
  height: 500px;
  position: relative;
  margin-top: 60px;
}
.dg-scrm-box {
  width: 140px;
  height: 140px;
  border-radius: 50%;
  position: absolute;
}
.dg-scrm-box .box {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  margin-top: 10px;
  margin-left: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 24px;
  color: #fff;
  text-align: center;
  line-height: 1.4;
  padding: 0 25px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.dg-scrm-box::before,
.dg-scrm-box::after {
  color: #5d6494;
  font-size: 14px;
  position: absolute;
}
.dg-scrm-box:nth-child(1),
.dg-scrm-box:nth-child(2) {
  background-color: rgba(134, 92, 253, 0.2);
  left: 90px;
  top: 10px;
}
.dg-scrm-box:nth-child(2) {
  bottom: 50px;
  top: auto;
}
.dg-scrm-box:nth-child(2) .box {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 0;
}
.dg-scrm-box:nth-child(1)::before,
.dg-scrm-box:nth-child(2)::before {
  /* content: "绾夸笂鐢靛晢 瑙嗛鍙� 骞垮憡"; */
  content: "\7ebf\4e0a\7535\5546\0020\89c6\9891\53f7\0020\5e7f\544a";
  width: 60px;
  white-space: pre-wrap;
  display: inline-block;
  margin-top: 160px;
  margin-left: 80px;
}
.dg-scrm-box:nth-child(2)::before {
  /* content: "寰俊缇�"; */
  content: "\5fae\4fe1\7fa4";
}
.dg-scrm-box:nth-child(1)::after,
.dg-scrm-box:nth-child(2)::after {
  /* content: "绾夸笅闂ㄥ簵 鍏紬鍙� 鎼滅储"; */
  content: "\7ebf\4e0b\95e8\5e97\0020\516c\4f17\53f7\0020\641c\7d22";
  width: 60px;
  white-space: pre-wrap;
  display: inline-block;
  margin-top: 30px;
  margin-left: -15px;
}
.dg-scrm-box:nth-child(2)::after {
  /* content: "涓汉寰俊 涓汉鍙�"; */
  content: "\4e2a\4eba\5fae\4fe1\0020\4e2a\4eba\53f7";
}
.dg-scrm-box:nth-child(1) .box,
.dg-scrm-box:nth-child(2) .box {
  background-color: #865cfd;
}
.dg-scrm-box:nth-child(3) {
  background-color: rgba(0, 122, 255, 0.2);
  left: 335px;
  top: 170px;
}
.dg-scrm-box:nth-child(3) .box {
  background-color: #007aff;
  padding: 0 25px;
}
.dg-scrm-box:nth-child(3)::after {
  /* content: "鏂板绾㈠寘 浠诲姟瑁傚彉 瀵艰喘娣诲姞 娲诲姩娴锋姤"; */
  content: "\65b0\5ba2\7ea2\5305\0020\4efb\52a1\88c2\53d8\0020\5bfc\8d2d\6dfb\52a0\0020\6d3b\52a8\6d77\62a5";
  position: absolute;
  right: -75px;
  top: 12%;
  width: 60px;
}
.dg-scrm-box:nth-child(4) {
  background-color: rgba(0, 122, 255, 0.2);
  left: 680px;
  top: 10px;
}
.dg-scrm-box:nth-child(4) .box {
  background-color: #007aff;
  padding: 0 25px;
}
.dg-scrm-box:nth-child(4)::after {
  /* content: "鏂板浜掑姩銆佸井淇°€佺ぞ缇ゃ€佹湅鍙嬪湀绂忓埄浜掑姩"; */
  content: "\65b0\5ba2\4e92\52a8\3001\5fae\4fe1\3001\793e\7fa4\3001\670b\53cb\5708\798f\5229\4e92\52a8";
  position: absolute;
  width: 170px;
  bottom: -60px;
}
.dg-scrm-box:nth-child(5) {
  background-color: rgba(0, 122, 255, 0.2);
  bottom: 52px;
  left: 680px;
}
.dg-scrm-box:nth-child(5) .box {
  background-color: #007aff;
  text-align: center;
  padding: 0 15px;
}
.dg-scrm-box:nth-child(5)::before {
  /* content: "绮惧噯绂忓埄鎺ㄩ€� 娓犻亾鏉ユ簮"; */
  content: "\7cbe\51c6\798f\5229\63a8\9001\0020\6e20\9053\6765\6e90";
  position: absolute;
  width: 100px;
  bottom: -60px;
  white-space: pre-wrap;
  left: 125px;
}
.dg-scrm-box:nth-child(5)::after {
  /* content: "鐢ㄦ埛鐢诲儚鏍囩 \9 \9 鐢ㄦ埛琛屼负鏁版嵁鍒嗘瀽"; */
  content: "\7528\6237\753b\50cf\6807\7b7e\0020\000d\000a\7528\6237\884c\4e3a\6570\636e\5206\6790";
  position: absolute;
  width: 130px;
  bottom: -60px;
  white-space: pre-wrap;
  left: -20px;
}
.dg-scrm-box:nth-child(6) {
  background-color: rgba(255, 141, 48, 0.2);
  right: 70px;
  top: 170px;
}
.dg-scrm-box:nth-child(6) .box {
  background-color: #ff8d30;
  padding: 0 25px;
}
.dg-scrm-box:nth-child(6)::after {
  /* content: "绾跨储鍒嗛厤 娴佸け棰勮 鍟嗘満绠＄悊 灏忕▼搴忓彉鐜�"; */
  content: "\7ebf\7d22\5206\914d\0020\6d41\5931\9884\8b66\0020\5546\673a\7ba1\7406\0020\5c0f\7a0b\5e8f\53d8\73b0";
  position: absolute;
  left: -100px;
  top: 12%;
  width: 75px;
  text-align: right;
}
.dg-scrm-associated {
  color: #5d6494;
  font-size: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  top: 230px;
  left: 650px;
}
.dg-scrm-associated img {
  margin: 0 10px;
  vertical-align: middle;
}

.switch-list {
  position: relative;
  padding: 60px 0;
}
.switch-list.right .switch-list-content {
  left: 0;
  right: auto;
}
.switch-list.right .switch-list-nav,
.switch-list.right .switch-list-btns {
  margin-left: 610px;
}
.switch-list-nav {
  width: 590px;
  padding: 14px 5px;
  margin-bottom: 25px;
  border-radius: 5px;
  cursor: pointer;
}
.switch-list-item.active .switch-list-nav {
  background: #eaf3ff;
}
.switch-list-item.active .switch-list-content {
  display: block;
}
.switch-ln-no {
  width: 30px;
  position: relative;
  top: 6px;
  font-size: 20px;
  color: #296cff;
}
.switch-ln-no > span {
  position: relative;
  z-index: 1;
}
.switch-ln-no::after {
  content: "";
  position: absolute;
  left: 0;
  top: -8px;
  background: linear-gradient(
    205deg,
    #b3cbff 14%,
    rgba(255, 255, 255, 0.98) 83%
  );
  width: 20px;
  height: 20px;
  border-radius: 50%;
  z-index: 0;
}
.switch-ln-title {
  font-size: 20px;
  color: #424e67;
  line-height: 1.4;
}
.switch-ln-text {
  font-size: 16px;
  color: #8091b6;
  line-height: 25px;
}
.switch-list-content {
  width: 500px;
  display: none;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
.switch-list-content img {
  width: 100%;
}
.switch-list-btn {
  display: inline-block;
  font-size: 16px;
  line-height: 1.4;
  background: #296cff;
  border: 1px solid #296cff;
  border-radius: 2px;
  color: #fff;
  padding: 6px 20px;
}
.switch-list-btn:hover {
  opacity: 0.8;
}
.switch-list-btn:nth-child(2) {
  margin-left: 20px;
  color: #296cff;
  background: transparent;
}

.qw-scrm-func {
  margin-left: 22px;
  width: 180px;
  text-align: center;
  margin-bottom: 60px;
}
.qw-scrm-func img {
  width: 124px;
  height: 124px;
  margin-bottom: 28px;
}
.qw-scrm-func:hover img {
  transform: rotate(360deg);
  transition: all 1s;
}
.qw-scrm-func p {
  text-align: center;
  font-size: 24px;
  font-weight: 400;
  color: #394665;
}

.project-item {
  text-align: center;
  margin: 15px;
  width: 260px;
  height: 200px;
  background: #fff;
  -webkit-box-shadow: 0 0 20px 0 hsla(0, 0%, 77.3%, 0.71);
  box-shadow: 0 0 20px 0 hsla(0, 0%, 77.3%, 0.71);
  border-radius: 8px;
  position: relative;
  overflow: hidden;
}
.project-item p {
  font-size: 16px;
  padding-top: 19px;
}
.project-bg {
  width: 100%;
  border-radius: 8px;
}
.project-mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  z-index: 2;
}
.project-mask img {
  height: 120px;
  width: 120px;
}
.project-mask p {
  font-size: 20px;
  color: #fff;
  line-height: 28px;
}
.project-item:hover .project-bg {
  height: 200px;
  width: 260px;
  -o-object-fit: cover;
  object-fit: cover;
}
.project-item:hover .project-mask {
  opacity: 1;
}

.shortcut-item {
  text-align: center;
  width: 326px;
  padding: 0 37px;
}
.shortcut-item > img {
  width: 224px;
}
.shortcut-title {
  font-size: 20px;
  text-align: center;
  color: #424e67;
  line-height: 1.4;
  margin-bottom: 15px;
}
.shortcut-text {
  font-size: 16px;
  color: #8091b6;
}
.shortcut-btn {
  display: inline-block;
  font-size: 18px;
  line-height: 1.4;
  background: #296cff;
  border: 1px solid #296cff;
  border-radius: 2px;
  color: #fff;
  margin: 60px auto 0px;
  padding: 10px 34px;
}

.cert-scroll {
  width: 100%;
  height: 304px;
  margin-bottom: 40px;
  background: #f8f8f8;
  overflow: hidden;
}
.cert-scroll ul {
  white-space: nowrap;
}
.cert-scroll li {
  width: 346px;
  height: 244px;
  display: inline-block;
  margin-right: 30px;
  margin-top: 30px;
}
.cert-scroll img {
  width: 346px;
  height: 244px;
}
.cert-intro-item {
  text-align: center;
}
.cert-intro-item > img {
  height: 110px;
  margin: 0 auto;
}
.cert-intro-item p {
  line-height: 32px;
  text-align: center;
  font-size: 16px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: rgba(46, 53, 88, 0.85);
}

.float-contact {
  width: 80px;
  position: fixed;
  z-index: 101;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background: #488bff;
  border-radius: 3px;
}
.float-item {
  text-align: center;
  font-size: 12px;
  color: #fff;
  padding: 15px 0px;
  position: relative;
  cursor: pointer;
}
/* .float-item:hover {
    background: #2E7BFF;
  } */
.float-item a {
  display: block;
  color: #fff;
}
.float-item:hover .float-content {
  display: block;
}
.float-item > img {
  width: 32px;
  height: 32px;
  margin-bottom: 5px;
}
.float-item::after {
  content: "";
  width: 50px;
  height: 1px;
  background: #f5f6f7;
  position: absolute;
  left: 15px;
  bottom: 0;
}
.float-item:last-child::after {
  display: none;
}
.float-content {
  display: none;
  white-space: nowrap;
  position: absolute;
  right: 90px;
  top: 50%;
  background: #fff;
  padding: 17px;
  color: #488bff;
  font-size: 16px;
  transform: translateY(-50%);
  box-shadow: -1px 1px 5px rgba(0, 0, 0, 0.3);
  /* -webkit-transition: all 0.1s ease-in-out 0.2s;
    -moz-transition: all 0.1s ease-in-out 0.2s;
    -ms-transition: all 0.1s ease-in-out 0.2s;
    -o-transition: all 0.1s ease-in-out 0.2s;
    transition: all 0.1s ease-in-out 0.2s; */
}
.float-content img {
  height: 100px;
  margin-right: 10px;
  vertical-align: middle;
}
