/**
 **************** cover **************************
 */
.cover {
  height: 578px;
  background-color: #000134;
}
.cover .container {
  position: relative;
}
.cover .cover-bg {
  position: absolute;
  left: 35%;
  bottom: -112px;
}
.cover .cover-left {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 100%;
  position: relative;
  z-index: 1;
}
.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;
  padding-top: 40px;
}
.problem-title {
  font-size: 44px;
  color: #212121;
  text-align: center;
  padding-bottom: 60px;
}
.problem-item {
  height: 258px;
  background-color: #f8f9ff;
  border-radius: 20px;
  padding: 40px;
  margin-top: 96px;
  text-align: center;
  position: relative;
  cursor: pointer;
  -webkit-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear;
}
.problem-item-icon {
  position: absolute;
  left: 50%;
  width: 110px;
  height: 110px;
  line-height: 110px;
  text-align: center;
  top: -48px;
  margin-left: -60px;
  background-color: #f1f6ff;
  border: solid 6px #ffffff;
  -webkit-box-shadow: 0px 6px 7px 0px rgba(0, 64, 255, 0.16);
          box-shadow: 0px 6px 7px 0px rgba(0, 64, 255, 0.16);
  border-radius: 50%;
  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;
  -webkit-transition: border 0.2s linear;
  transition: border 0.2s linear;
}
.problem-item-icon img {
  display: block;
  width: 50px;
  height: 46px;
}
.problem-item-icon .icon-check {
  display: none;
}
.problem-item-title {
  font-size: 22px;
  color: #212121;
  font-size: 22px;
  margin: 60px 0px 30px 0px;
}
.problem-item-desc {
  font-size: 14px;
  line-height: 28px;
  color: #666666;
  font-weight: 300;
}
.problem-item:hover {
  background-color: #000cff;
}
.problem-item:hover .problem-item-icon {
  border: solid 8px #3163f1;
}
.problem-item:hover .problem-item-icon img {
  display: none;
}
.problem-item:hover .problem-item-icon .icon-check {
  display: block;
}
.problem-item:hover .problem-item-title {
  color: #fff;
}
.problem-item:hover .problem-item-desc {
  color: #fff;
}

@media (max-width: 768px) {
  .problem {
    padding-top: 0px;
  }
  .problem-title {
    font-size: 24px;
    padding-bottom: 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: 700px;
  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;
  padding-top: 130px;
}
.reslove .reslove-left-title {
  height: 80px;
  line-height: 80px;
  background-color: #000cff;
  font-size: 24px;
  color: #fff;
  position: absolute;
  top: 50px;
  left: 0px;
  white-space: nowrap;
  padding: 0 40px 0px 90px;
  border-top-right-radius: 99px;
  border-bottom-right-radius: 99px;
  background-image: url(../img/reslove-title-icon.png);
  background-repeat: no-repeat;
  background-position: 34px center;
}
.reslove .reslove-left-arrow {
  position: absolute;
  width: 146px;
  height: 124px;
  top: 275px;
  right: -115px;
  background: url(../img/reslove-arrow.png);
  background-size: 100%;
}
.reslove .reslove-left-list {
  padding: 0px 35px;
}
.reslove .reslove-left-list li {
  margin-top: 50px;
  height: 55px;
  line-height: 55px;
  font-size: 16px;
  color: #07003b;
  border-bottom: dashed 1px #8fa7ea;
  text-indent: 3px;
}
.reslove .reslove-left .button {
  margin-top: 50px;
  border: solid 1px #657996;
  color: #657996;
}
.reslove .reslove-right {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: 150px;
  padding-top: 40px;
  overflow: hidden;
}
.reslove .reslove-right .swiper-reslove {
  height: 100%;
}
.reslove .reslove-right .swiper-pagination-bullet {
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  font-size: 12px;
  color: #000;
  opacity: 1;
  background: rgba(0, 0, 0, 0.2);
}
.reslove .reslove-right .swiper-pagination-bullet-active {
  color: #fff;
  background: #007aff;
}

@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: 60px 0px 0px 0px;
}
.briefintro .briefintro-left-title2 {
  font-size: 30px;
  color: #262626;
  font-weight: 300;
  padding-bottom: 20px;
}
.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;
  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;
}

@media (max-width: 768px) {
  .briefintro .container {
    padding: 0px;
  }
  .briefintro .briefintro-title {
    font-size: 30px;
  }
  .briefintro .briefintro-left-title2 {
    font-size: 22px;
  }
  .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;
  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;
  color: #000000;
  font-weight: bold;
}
.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 {
  padding-bottom: 77px;
}
.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;
  }
}
/**
 **************** 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;
}

/**
 **************** census **************************
 */
.census {
  background: #fff;
}
.census .census-item {
  border-bottom: 1px solid #d8d8d9;
  padding: 60px 0px;
}
.census .census-item:nth-last-child(1) {
  border-bottom: none;
}
.census .census-left-title {
  font-size: 28px;
}
.census .census-left-desc {
  font-size: 18px;
  color: #868686;
  margin-top: 20px;
}
.census .census-count-num {
  font-size: 44px;
  position: relative;
}
.census .census-count-num::after {
  content: "";
  width: 40px;
  height: 5px;
  background-color: #3163f1;
  position: absolute;
  left: 0px;
  bottom: 0px;
}
.census .census-count-num > span {
  font-size: 16px;
  color: #868686;
}
.census .census-count-text {
  font-size: 16px;
  color: #868686;
  margin-top: 50px;
}

@media (max-width: 768px) {
  .census .col-sm-6,
  .census .col-sm-4 {
    padding: 0px;
  }
  .census .census-count-num {
    font-size: 30px;
  }
  .census .census-count-text {
    margin-top: 20px;
  }
  .census .census-count-item {
    margin-top: 30px;
  }
}