/**
 **************** cover **************************
 */
.cover {
  height: 578px;
  background-color: #000134;
}
.cover .container {
  position: relative;
}
.cover .cover-bg {
  position: absolute;
  left: 35%;
  bottom: -115px;
}
.cover .cover-left {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 100%;
}
.cover .cover-left-logo {
  color: #ffffff;
  font-size: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 90px;
}
.cover .cover-left-text {
  margin: 0 13px;
}
.cover .cover-left-tag {
  display: inline-block;
  background-color: #0018ff;
  border-radius: 5px;
  font-size: 12px;
  padding: 0px 5px;
}
.cover .cover-left-title {
  font-size: 46px;
  line-height: 60px;
  color: #ffffff;
  margin-top: 40px;
}
.cover .cover-left-desc {
  font-size: 30px;
  line-height: 40px;
  color: #ffffff;
  margin-top: 70px;
}
.cover .cover-form {
  width: 630px;
  height: 727px;
  background: url("../img/cover-form.png");
  background-size: 100% 100%;
  padding-left: 160px;
  padding-right: 160px;
  padding-top: 170px;
  position: absolute;
  right: -120px;
  top: -70px;
}
.cover .cover-form input {
  height: 49px;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.07);
          box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.07);
  border-radius: 3px;
  border: solid 1px #e5e5e5;
  padding-left: 33px;
  outline: none;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.cover .cover-form-title {
  font-size: 24px;
  font-weight: bold;
  color: #ffffff;
}
.cover .cover-form-desc {
  font-size: 16px;
  margin-top: 5px;
  margin-bottom: 20px;
  color: #ffffff;
}
.cover .cover-form-item {
  position: relative;
  margin-top: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.cover .cover-form-reqd {
  font-size: 14px;
  height: 3px;
  display: inline-block;
  color: #dd0000;
  position: absolute;
  left: 16px;
  top: 19px;
}
.cover .cover-button {
  font-size: 16px;
  margin-top: 26px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.cover .cover-button button {
  outline: none;
  border: none;
}
.cover .cover-button-submit {
  width: 145px;
  height: 44px;
  background-color: #000cff;
  -webkit-box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.07), 0px 0px 9px 0px rgba(0, 0, 0, 0.07);
          box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.07), 0px 0px 9px 0px rgba(0, 0, 0, 0.07);
  border-radius: 3px;
  color: #ffffff;
}
.cover .cover-button-online {
  width: 145px;
  height: 44px;
  background-color: #ebecf2;
  border-radius: 3px;
  color: #212121;
}
.cover .cover-button-code {
  outline: none;
  border: none;
  width: 122px;
  height: 49px;
  background-color: #ffffff;
  border-radius: 3px;
  border: solid 1px #e5e5e5;
  margin-left: 8px;
  color: #005cff;
}
.cover .cover-button-code.form-code-countdown {
  background: #e5e5e5;
  cursor: not-allowed;
  display: none;
}

@media (max-width: 768px) {
  .cover {
    height: auto;
  }
  .cover .cover-left-logo {
    margin-top: 50px;
  }
  .cover .cover-left-title {
    font-size: 20px;
    margin-top: 50px;
    line-height: 40px;
  }
  .cover .cover-left-desc {
    font-size: 16px;
    margin-top: 50px;
    margin-bottom: 30px;
    line-height: 20px;
  }
  .cover .cover-form {
    display: none;
  }
}
/**
 **************** advantage **************************
 */
.advantage {
  padding: 88px 0px;
}
.advantage .container {
  background-image: -webkit-gradient(linear, right top, left top, from(#f3f5fe), to(#ffffff));
  background-image: linear-gradient(-90deg, #f3f5fe 0%, #ffffff 100%);
  -webkit-box-shadow: 0px 0px 7px 1px rgba(2, 23, 202, 0.11);
          box-shadow: 0px 0px 7px 1px rgba(2, 23, 202, 0.11);
  padding-left: 480px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  height: 273px;
}
.advantage .advantage-img {
  position: absolute;
  width: 480px;
  height: 347px;
  left: -16px;
  top: -38px;
}
.advantage .advantage-item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 40px 30px;
}
.advantage .advantage-item-title {
  font-size: 30px;
  color: #000000;
}
.advantage .advantage-item-num {
  font-size: 65px;
  color: #000250;
  margin-top: 30px;
  height: 50px;
  line-height: 50px;
}
.advantage .advantage-item-num small {
  font-size: 16px;
  color: #2b62ec;
}
.advantage .advantage-item-desc {
  font-size: 14px;
  color: #000250;
  margin-top: 30px;
}

@media (max-width: 768px) {
  .advantage {
    padding-top: 0px;
    padding-bottom: 60px;
  }
  .advantage .container {
    padding-left: 0px;
    padding-right: 0px;
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .advantage .advantage-img {
    position: initial;
    width: 100%;
    height: auto;
    margin-top: 20px;
  }
}
/**
 **************** problem **************************
 */
.problem {
  background: #fff;
}
.problem-title {
  font-size: 44px;
  color: #212121;
  text-align: center;
  padding-bottom: 80px;
  padding-top: 60px;
}
.problem-item {
  height: 280px;
  padding: 45px 29px 25px;
  position: relative;
  margin-bottom: 40px;
  -webkit-transition: -webkit-box-shadow 0.3s linear;
  transition: -webkit-box-shadow 0.3s linear;
  transition: box-shadow 0.3s linear;
  transition: box-shadow 0.3s linear, -webkit-box-shadow 0.3s linear;
}
.problem-item.shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(#ffffff), to(#ecf2ff));
  background-image: linear-gradient(0deg, #ffffff 0%, #ecf2ff 100%);
  border-radius: 20px;
}
.problem-item.shadow-top:hover {
  -webkit-box-shadow: 0px -10px 14px 0px rgba(2, 23, 202, 0.2);
          box-shadow: 0px -10px 14px 0px rgba(2, 23, 202, 0.2);
}
.problem-item.shadow-bottom {
  background-image: -webkit-gradient(linear, left bottom, left top, from(#ecf2ff), to(#ffffff));
  background-image: linear-gradient(0deg, #ecf2ff 0%, #ffffff 100%);
  border-radius: 20px;
  padding-top: 75px;
}
.problem-item.shadow-bottom:hover {
  -webkit-box-shadow: 0px 10px 14px 0px rgba(2, 23, 202, 0.2);
          box-shadow: 0px 10px 14px 0px rgba(2, 23, 202, 0.2);
}
.problem-item-title {
  font-size: 16px;
  color: #020f1c;
  margin-top: 24px;
  margin-bottom: 35px;
  font-weight: bold;
}
.problem-item-desc {
  font-size: 14px;
  color: #43507a;
  font-weight: 200;
}

@media (max-width: 768px) {
  .problem .container {
    padding: 0px;
  }
  .problem .problem-title {
    font-size: 24px;
    padding-top: 0px;
  }
}
/**
 **************** reslove **************************
 */
.reslove .reslove-title {
  font-size: 44px;
  color: #000000;
  padding: 80px 0px;
  text-align: center;
}
.reslove .reslove-item {
  padding-bottom: 50px;
  overflow: hidden;
  background-color: #f4f5f7;
}
.reslove .reslove-item.white-bg {
  background-color: #fff;
}
.reslove .reslove-left {
  width: 335px;
  height: 464px;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#faf6e8), color-stop(0%, #f4f5f3), color-stop(0%, #eef3fe), to(#ffffff));
  background-image: linear-gradient(0deg, #faf6e8 0%, #f4f5f3 0%, #eef3fe 0%, #ffffff 100%);
  -webkit-box-shadow: 0px 10px 13px 0px rgba(0, 70, 251, 0.15);
          box-shadow: 0px 10px 13px 0px rgba(0, 70, 251, 0.15);
  border-radius: 0px 0px 168px 168px;
  position: relative;
}
.reslove .reslove-left-title {
  width: 293px;
  height: 95px;
  line-height: 95px;
  background: url(../img/reslove-title.png);
  background-size: 100%;
  background-repeat: no-repeat;
  font-size: 24px;
  color: #fff;
  text-indent: 90px;
  margin-top: 50px;
  position: relative;
  left: -10px;
  padding-top: 7px;
}
.reslove .reslove-left-arrow {
  position: absolute;
  width: 146px;
  height: 124px;
  top: 176px;
  right: -115px;
  background: url(../img/reslove-arrow.png);
  background-size: 100%;
}
.reslove .reslove-left-list {
  padding: 30px 35px;
}
.reslove .reslove-left-list li {
  height: 55px;
  line-height: 55px;
  font-size: 16px;
  color: #07003b;
  border-bottom: dashed 1px #8fa7ea;
  text-indent: 3px;
}
.reslove .reslove-left .button {
  border: solid 1px #657996;
  color: #657996;
}
.reslove .reslove-right {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: 150px;
  padding-top: 70px;
}
.reslove .reslove-right-title {
  width: 511px;
  height: 83px;
  margin-left: 88px;
  padding-left: 35px;
  background: url(../img/reslove-group.png);
  background-size: 100%;
  background-repeat: no-repeat;
  font-size: 24px;
  color: #07003b;
  text-align: center;
}
.reslove .reslove-right-list {
  width: 725px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.reslove .reslove-right-item {
  width: 200px;
  min-height: 200px;
  background-color: #eef2fe;
  -webkit-box-shadow: 0px -2px 16px 0px rgba(0, 70, 251, 0.16);
          box-shadow: 0px -2px 16px 0px rgba(0, 70, 251, 0.16);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
  text-align: center;
  padding: 40px 16px;
  position: relative;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-width: 1px;
  border-color: #fff;
  border-style: solid;
}
.reslove .reslove-right-item.radius-100 {
  border-radius: 100px;
}
.reslove .reslove-right-item-title {
  font-size: 20px;
  color: #000cff;
}
.reslove .reslove-right-item-desc {
  font-size: 14px;
  color: #07003b;
  margin-top: 20px;
  font-weight: 300;
}
.reslove .reslove-right-item-2 {
  margin: 0 auto;
  min-height: 0px;
  width: 400px;
  border-radius: 30px;
  padding: 16px;
  margin-top: 90px;
}
.reslove .reslove-right-img {
  position: absolute;
  top: 125px;
  left: 90px;
  z-index: 1;
}
.reslove .reslove-right-img2 {
  position: absolute;
  top: 100px;
  left: 90px;
  z-index: 1;
}

@media (max-width: 768px) {
  .reslove .reslove-title {
    font-size: 24px;
  }
  .reslove .container-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .reslove .reslove-left-arrow {
    display: none;
  }
  .reslove .reslove-left {
    width: auto;
  }
  .reslove .reslove-right {
    margin-left: 0px;
    padding-top: 0px;
  }
  .reslove .reslove-right-item {
    margin-bottom: 20px;
  }
  .reslove .reslove-right-item-2 {
    width: auto;
    margin-top: 0px;
  }
  .reslove .reslove-right-title {
    width: 100%;
    margin-left: 0px;
    margin-top: 20px;
  }
  .reslove .reslove-right-list {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 20px 0px;
  }
  .reslove .reslove-right-img, .reslove .reslove-right-img2 {
    display: none;
  }
}
/**
 **************** reslove-form **************************
 */
.reslove-form {
  height: 202px;
  background-image: url(../img/reslove-form-bg.png);
  background-position: center;
  background-color: #000cff;
}
.reslove-form .container-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: left;
}
.reslove-form-title {
  font-size: 28px;
  color: #ffffff;
  margin-bottom: 15px;
  width: 576px;
}
.reslove-form input {
  width: 296px;
  height: 45px;
  background-color: #ffffff;
  border-radius: 8px;
  outline: none;
  border: none;
  padding-left: 10px;
}
.reslove-form button {
  margin-left: 10px;
  background-color: #0140f3;
}

/**
 **************** reslove-form **************************
 */
.briefintro .briefintro-title {
  font-size: 44px;
  color: #000000;
  text-align: center;
  padding: 60px;
}
.briefintro .briefintro-left {
  height: 456px;
  padding: 0 60px;
  background-color: #f6f9fb;
}
.briefintro .briefintro-left-title {
  font-size: 30px;
  font-weight: bold;
  color: #262626;
  padding: 90px 0px 20px 0px;
}
.briefintro .briefintro-left-list em {
  display: inline-block;
  width: 13px;
  height: 13px;
  border: solid 3px #0000ff;
  border-radius: 50%;
  margin-right: 35px;
}
.briefintro .briefintro-left-list span {
  color: #000cff;
}
.briefintro .briefintro-left-list li {
  height: 50px;
  line-height: 50px;
}
.briefintro .briefintro-left-button {
  margin-top: 50px;
}
.briefintro .briefintro-right {
  height: 456px;
  background-color: #eff2f6;
  padding: 0px;
}
.briefintro .briefintro-right img {
  width: 100%;
  height: 100%;
}

@media (max-width: 768px) {
  .briefintro .container {
    padding: 0px;
  }
  .briefintro .briefintro-title {
    font-size: 30px;
  }
  .briefintro .briefintro-left {
    padding: 0px 15px;
  }
  .briefintro .briefintro-left-title {
    padding-top: 40px;
    font-size: 24px;
  }
  .briefintro .briefintro-left-list li {
    height: auto;
    line-height: 25px;
    margin-bottom: 30px;
  }
  .briefintro .briefintro-right {
    display: none;
  }
}
/**
 **************** cores **************************
 */
.cores .cores-title {
  font-size: 44px;
  color: #212121;
  text-align: center;
  margin-top: 170px;
}
.cores .cores-desc {
  font-size: 20px;
  color: #212121;
  text-align: center;
  margin-top: 20px;
  font-weight: 300;
}
.cores .cores-tabs {
  font-size: 20px;
  color: #000000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 60px;
}
.cores .cores-tabs-tab {
  height: 60px;
  line-height: 60px;
  padding: 0 30px;
  margin: 0 30px;
  text-align: center;
  cursor: pointer;
  position: relative;
}
.cores .cores-tabs-tab.active::before {
  display: block;
  content: "";
  width: 100%;
  height: 20px;
  background: url(../img/cores-tab.png) no-repeat center;
  position: absolute;
  bottom: -20px;
  left: 0px;
}
.cores .cores-container {
  background-color: #f1f3f7;
  padding: 80px 0px;
}
.cores .cores-container .container {
  background-color: #ffffff;
}
.cores .cores-plane {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 60px 0px;
}
.cores .cores-nav {
  width: 560px;
}
.cores .cores-nav-item {
  min-height: 140px;
  position: relative;
  padding: 24px 82px;
  cursor: pointer;
  -webkit-transition: background-image 0.3s linear;
  transition: background-image 0.3s linear;
}
.cores .cores-nav-item.active {
  background-image: linear-gradient(45deg, #ebf3fe 0%, #ffffff 100%);
}
.cores .cores-nav-item.active::before {
  background: url(../img/cores-icon-check.png) no-repeat;
}
.cores .cores-nav-item.active .cores-nav-item-title {
  color: #000cff;
}
.cores .cores-nav-item::before {
  display: block;
  content: "";
  width: 27px;
  height: 27px;
  background: url(../img/cores-icon.png) no-repeat;
  position: absolute;
  top: 24px;
  left: 26px;
}
.cores .cores-nav-item-title {
  font-size: 20px;
  font-weight: bold;
  color: #000000;
}
.cores .cores-nav-item-desc {
  font-size: 14px;
  color: #010101;
  font-weight: 300;
  margin-top: 15px;
}
.cores .cores-img {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 0px 20px;
}
.cores .cores-img img {
  width: 100%;
}
.cores .cores-img-button {
  text-align: center;
  margin-top: 40px;
}

@media (max-width: 768px) {
  .cores .cores-title {
    font-size: 24px;
    margin-top: 70px;
  }
  .cores .cores-desc {
    font-size: 18px;
  }
  .cores .cores-img {
    display: none;
  }
  .cores .cores-tabs .cores-tabs-tab {
    font-size: 12px;
    padding: 0 10px;
    margin: 0 10px;
  }
  .cores .cores-container {
    padding: 40px 0px;
  }
  .cores .cores-plane {
    padding: 20px 0px;
  }
}
/**
 **************** flowchart **************************
 */
.flowchart .flowchart-title {
  font-size: 44px;
  color: #000000;
  padding: 80px 0px 20px;
  text-align: center;
}
.flowchart .flowchart-img {
  width: 100%;
}

@media (max-width: 768px) {
  .flowchart .flowchart-title {
    font-size: 24px;
    padding: 20px 0px;
  }
}
/**
 **************** effect **************************
 */
.effect {
  padding-top: 120px;
}
.effect .effect-left {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 475px;
  background-image: -webkit-gradient(linear, right top, left top, from(#f2f4ff), to(#ffffff));
  background-image: linear-gradient(-90deg, #f2f4ff 0%, #ffffff 100%);
  padding-right: 160px;
}
.effect .effect-left-title {
  font-size: 30px;
  font-weight: bold;
  color: #000000;
  margin-top: 80px;
}
.effect .effect-left-title2 {
  font-size: 22px;
  color: #000000;
  margin-top: 50px;
}
.effect .effect-left-desc {
  font-size: 14px;
  color: #747789;
  margin-top: 35px;
}
.effect .effect-left-button {
  margin-top: 50px;
}
.effect .effect-right {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 475px;
  background-image: -webkit-gradient(linear, left top, right top, from(#f4f5f7), to(#ffffff));
  background-image: linear-gradient(90deg, #f4f5f7 0%, #ffffff 100%);
  padding-left: 77px;
}
.effect .effect-right-title {
  font-size: 30px;
  font-weight: bold;
  color: #3f444a;
  margin-top: 80px;
}
.effect .effect-right-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.effect .effect-right-list dl {
  width: 33.33%;
  margin-top: 30px;
}
.effect .effect-right-list dl dt {
  font-size: 30px;
  color: #006fff;
  font-weight: 300;
}
.effect .effect-right-list dl dd {
  font-size: 14px;
  color: #a1a1a1;
  margin-top: 15px;
}
.effect .effect-right-info a {
  color: #006bff;
  display: inline-block;
  margin-right: 20px;
}
.effect .effect-right-info span {
  display: inline-block;
  height: 26px;
  line-height: 26px;
  padding: 0 5px;
  background-color: #74778a;
  color: #fff;
}

@media (max-width: 768px) {
  .effect {
    padding: 0px;
  }
  .effect .container-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0px;
  }
  .effect .effect-left, .effect .effect-right {
    padding: 15px;
  }
  .effect .effect-left-title, .effect .effect-right-title {
    font-size: 24px;
  }
  .effect .effect-right-info span {
    margin-bottom: 10px;
  }
}
/**
 **************** contact **************************
 */
.apply {
  background-color: #0d2565;
  padding: 80px;
  text-align: center;
}
.apply .apply-title {
  font-size: 44px;
  color: #ffffff;
}
.apply .apply-desc {
  font-size: 20px;
  color: #ffffff;
  margin-top: 10px;
}
.apply .apply-desc a {
  color: #00f6ff;
}
.apply .apply-error {
  color: #ff5137;
  margin-top: 10px;
  display: none;
}
.apply .apply-phone {
  margin-top: 60px;
}
.apply .apply-phone input {
  width: 591px;
  height: 55px;
  background-color: #ffffff;
  border: solid 1px #e4e4e4;
  padding: 0px 20px;
  outline: none;
}
.apply .apply-phone input.error {
  border: solid 1px #ff5137;
}
.apply .apply-phone button {
  width: 236px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  background-color: #0074ff;
  border: none;
  color: #fff;
  margin-left: 20px;
}