.container {
  position: relative;
}

.container .top {
  position: fixed;
  top: 0;
  width: 100%;
  max-width: 100%;
  height: 60px;
  border-radius: 0;
  background: #fffefd;
  -webkit-box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 1500;
  opacity: 1;
  padding: 0 60px;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.container .top .logo {
  width: 130px;
  height: 39px;
  margin: 13px 0;
}

.container .top .menu {
  display: none;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 24px;
  height: 24px;
  position: absolute;
  right: 16px;
}

.container .top .menu img {
  max-width: 100%;
  height: auto;
}

.container .top .login {
  position: relative;
  display: inline-block;
  width: 100px;
  line-height: 38px;
  height: 38px;
  border: 1px solid #3460f2;
  color: #3460f2;
  background: #fff;
  text-align: center;
  overflow: hidden;
  text-decoration: none;
}

.container .top .login span {
  position: absolute;
  left: 32px;
  top: 46px;
  display: block;
  content: "";
  z-index: 0;
  width: 0;
  height: 0;
  border-radius: 100%;
  background: #3460f2;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: width 0.5s, padding-top 0.5s;
  transition: width 0.5s, padding-top 0.5s;
}

.container .top .nav-link {
  line-height: 70px;
  list-style: none;
  display: block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin: 0;
  padding: 0;
}

.container .top .nav-link li {
  padding: 0 15px;
  white-space: nowrap;
}

.container .top .nav-link li:hover a .line {
  opacity: 1;
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}

.container .top .nav-link li a {
  height: 70px;
  line-height: 70px;
  color: #444;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
  cursor: pointer;
  position: relative;
}

.container .top .nav-link li a .line {
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 100%;
  height: 2px;
  background: #3164ab;
  border-radius: 1px;
  -webkit-transform: scaleX(0.2);
          transform: scaleX(0.2);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  opacity: 0;
}

.container .top .nav-link li.active a {
  color: #3164ab;
}

.container .top .nav-link li.active a .line {
  opacity: 1;
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}

.container .content {
  margin-top: 60px;
}

.container .content .banner {
  width: 100%;
  height: 420px;
  overflow: hidden;
  margin-top: 60px;
  background: url(../images/banner.jpg) 50% no-repeat;
  background-size: cover;
}

.container .content .banner .banner_container {
  margin: 0 auto;
}

.container .content .banner .banner_container .banner_main {
  padding: 40px 0;
}

.container .content .banner .banner_container .banner_main .logo2 {
  margin-bottom: 30px;
}

.container .content .banner .banner_container .banner_main h2 {
  font-size: 40px;
  font-weight: 400;
  color: #fff;
  margin-bottom: 40px;
  line-height: 50px;
  text-indent: -3em;
  margin-left: 3em;
}

.container .content .banner .banner_container .banner_main p {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.8);
  line-height: 1.3;
  padding-top: 12px;
  margin: 0;
}

.container .content .banner .banner_container .banner_main p span {
  width: 24px;
  height: 24px;
  border: 1px solid rgba(255, 255, 255, 0.8);
  border-radius: 50%;
  padding: 3px 2px 2px 3px;
  margin-right: 12px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.container .content .banner .banner_container .banner_main p span img {
  width: 20px;
  max-width: 80%;
  height: auto;
}

.container .content .banner .banner_container .banner_main p,
.container .content .banner .banner_container .banner_main p span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.container .content .details-box {
  background: #fff;
  position: relative;
  min-height: 640px;
  padding-bottom: 45px;
}

.container .content .details-box:nth-child(odd) {
  background-color: #f9f9f9;
}

.container .content .details-box .boxMain {
  margin: 0 auto;
  padding-top: 80px;
}

.container .content .details-box .boxMain .boxTop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-animation: showText 0.4s ease-out;
          animation: showText 0.4s ease-out;
}

.container .content .details-box .boxMain .boxTop .left {
  width: 80px;
  height: 6px;
  background: -webkit-gradient(linear, right top, left top, from(rgba(49, 100, 171, 0.59)), to(rgba(238, 238, 238, 0)));
  background: linear-gradient(270deg, rgba(49, 100, 171, 0.59), rgba(238, 238, 238, 0));
  border-radius: 3px;
}

.container .content .details-box .boxMain .boxTop .center {
  font-size: 24px;
  font-family: PingFangSC-Medium;
  font-weight: 500;
  color: #444;
  padding: 0 20px;
  white-space: nowrap;
}

.container .content .details-box .boxMain .boxTop .right {
  width: 80px;
  height: 6px;
  background: -webkit-gradient(linear, right top, left top, from(rgba(238, 238, 238, 0)), to(rgba(49, 100, 171, 0.59)));
  background: linear-gradient(270deg, rgba(238, 238, 238, 0), rgba(49, 100, 171, 0.59));
  border-radius: 3px;
}

.container .content .details-box .boxMain .boxContent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 80px;
}

.container .content .details-box .boxMain .boxContent .boxItem {
  padding: 0 10px;
  position: relative;
}

.container .content .details-box .boxMain .boxContent .boxItem img {
  max-width: 100%;
  height: auto;
}

.container .content .details-box .boxMain .boxContent .boxItem .text-title {
  color: #1d4fa0;
  position: relative;
  font-size: 18px;
  line-height: 25px;
  margin-top: 8px;
  margin-left: 16px;
  margin-bottom: 15px;
}

.container .content .details-box .boxMain .boxContent .boxItem .text-title:after {
  content: "";
  background-color: #1d4fa0;
  position: absolute;
  top: 5px;
  left: -15px;
  width: 4px;
  height: 18px;
}

.container .content .details-box .boxMain .boxContent .boxItem p {
  margin-left: 16px;
  color: #333;
  line-height: 22px;
}

.container .content .details-box .boxMain .boxContent .boxItem .feature {
  font-weight: 700;
  color: #333;
}

.container .content .details-box .boxMain .boxContent .boxItem .feature-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
}

.container .content .details-box .boxMain .boxContent .boxItem .feature-list .feature-list-item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  color: #333;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.container .content .details-box .boxMain .boxContent .boxItem .feature-list .feature-list-item:first-child .item1 {
  background-image: url("../images/feature.png");
  background-repeat: no-repeat;
  background-size: cover;
}

.container .content .details-box .boxMain .boxContent .boxItem .feature-list .feature-list-item:nth-child(2) .item1 {
  background-image: url("../images/feature2.png");
  background-repeat: no-repeat;
  background-size: cover;
}

.container .content .details-box .boxMain .boxContent .boxItem .feature-list .feature-list-item:nth-child(3) .item1 {
  background-image: url("../images/feature3.png");
  background-repeat: no-repeat;
  background-size: cover;
}

.container .content .details-box .boxMain .boxContent .boxItem .feature-list .feature-list-item:nth-child(4) .item1 {
  background-image: url("../images/feature4.png");
  background-repeat: no-repeat;
  background-size: cover;
}

.container .content .details-box .boxMain .boxContent .boxItem .feature-list .feature-list-item .item1 {
  width: 94px;
  height: 94px;
  font-size: 14px;
  line-height: 21px;
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  z-index: 1;
  margin-bottom: 16px;
}

.container .content .details-box .boxMain .boxContent .boxItem .feature-list .feature-list-item .item1:after {
  content: "";
  position: absolute;
  top: 1px;
  left: 1px;
  bottom: 1px;
  right: 1px;
  border-radius: 50%;
  border: 1px solid #1d4fa0;
  z-index: 0;
}

.container .content .details-box .boxMain .boxContent .boxItem .feature-list .feature-list-item .item2 {
  font-size: 12px;
  line-height: 17px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.container .footer {
  width: 100%;
  height: 387px;
  position: relative;
  overflow: hidden;
  background: #fff;
  margin: 0 auto;
  background: #192a4c;
}

.container .footer .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: PingFangSC-Semibold, PingFangSC;
}

.container .footer .flex2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.container .footer .align-items {
  -webkit-box-align: center;
  -ms-flex-align: center;
      align-items: center;
}

.container .footer .boxMain {
  padding: 93px 0 0;
}

.container .footer .col {
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  white-space: nowrap;
  color: #fff;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  max-width: 100%;
}

.container .footer .col .logo {
  width: 215px;
  height: 65px;
}

.container .footer .col .left_icon {
  width: 50px;
  text-align: center;
}

.container .footer .col .text1 {
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFangSC;
  font-weight: 400;
  color: #fff;
}

.container .footer .col .icon {
  -webkit-transform: scale(0.5);
          transform: scale(0.5);
  vertical-align: middle;
}

.container .footer .line2 {
  width: 1px;
  height: 160px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.3)), color-stop(53%, #fff), to(rgba(255, 255, 255, 0.3)));
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.3), #fff 53%, rgba(255, 255, 255, 0.3));
  opacity: 0.39;
  margin-right: 60px;
  margin-top: 14px;
}

.container .footer .footer-logo,
.container .footer .qrcode {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.container .footer .footer-logo .scanCode,
.container .footer .qrcode .scanCode {
  width: 90px;
  height: 90px;
  background-image: url(../images/qrcode.jpg);
  background-size: cover;
}

.container .footer .footer-logo .cmn,
.container .footer .qrcode .cmn {
  margin-top: 8px;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

.container .copy {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  text-align: center;
  width: 100%;
  height: 50px;
  line-height: 50px;
  background: rgba(22, 37, 69, 0.5);
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  font-size: 14px;
  font-family: PingFangSC-Semibold, PingFangSC;
  color: rgba(255, 255, 255, 0.4);
}

.container .copy a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
}

.container .copy a:hover {
  color: #0056b3;
  text-decoration: underline;
}

.container .page-fixed-con {
  width: 64px;
  height: 192px;
  position: fixed;
  text-align: center;
  background: #fff;
  right: 30px;
  bottom: 224px;
  -webkit-box-shadow: 0 2px 20px 4px rgba(138, 178, 223, 0.3);
          box-shadow: 0 2px 20px 4px rgba(138, 178, 223, 0.3);
  border-radius: 4px;
  z-index: 100;
}

.container .page-fixed-con .page-fixed-con-item {
  height: 64px;
  background: transparent;
  position: relative;
  padding: 12px 8px;
  cursor: pointer;
}

.container .page-fixed-con .page-fixed-con-item .page-fixed-icon {
  width: 16px;
}

.container .page-fixed-con .page-fixed-con-item .page-fixed-text {
  font-size: 12px;
  color: #999;
  margin-top: 4px;
}

.container .page-fixed-con .page-fixed-con-item .page-fixed-line {
  height: 1px;
  display: block;
  background: #dcdfe6;
  margin-top: 10px;
}

.container .page-fixed-con .page-fixed-con-item .page-fixed-phone {
  position: absolute;
  top: -20px;
  left: -170px;
}

.el-message-box__wrapper {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
}

.el-message-box__wrapper .el-message-box {
  display: inline-block;
  width: 420px;
  padding-bottom: 10px;
  vertical-align: middle;
  background-color: #fff;
  border-radius: 4px;
  border: 1px solid #ebeef5;
  font-size: 18px;
  -webkit-box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
  text-align: left;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.el-message-box__wrapper .el-message-box .el-message-box__header {
  position: relative;
  padding: 15px 15px 10px;
}

.el-message-box__wrapper .el-message-box .el-message-box__header .el-message-box__title {
  padding-left: 0;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 1;
  color: #303133;
}

.el-message-box__wrapper .el-message-box .el-message-box__header .el-message-box__headerbtn {
  position: absolute;
  top: 15px;
  right: 15px;
  padding: 0;
  border: none;
  outline: none;
  background: transparent;
  font-size: 16px;
  cursor: pointer;
}

.el-message-box__wrapper .el-message-box .el-message-box__header .el-message-box__headerbtn .el-message-box__close {
  color: #909399;
}

.el-message-box__wrapper .el-message-box .el-message-box__content {
  padding: 10px 15px;
  color: #606266;
  font-size: 14px;
}

.el-message-box__wrapper .el-message-box .el-message-box__content .el-message-box__container {
  position: relative;
}

.el-message-box__wrapper .el-message-box .el-message-box__content .el-message-box__container .el-message-box__message {
  margin: 0;
}

.el-message-box__wrapper .el-message-box .el-message-box__btns {
  padding: 5px 15px 0;
  text-align: right;
}

.el-message-box__wrapper .el-message-box .el-button--small {
  padding: 9px 15px;
  font-size: 12px;
  border-radius: 3px;
}

.el-message-box__wrapper .el-message-box .el-button--primary {
  color: #fff !important;
  background-color: #409eff !important;
  border-color: #409eff !important;
}

.el-message-box__wrapper .el-message-box .el-button {
  display: inline-block;
  line-height: 1;
  white-space: nowrap;
  cursor: pointer;
  background: #fff;
  border: 1px solid #dcdfe6;
  color: #606266;
  -webkit-appearance: none;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  outline: none;
  margin: 0;
  -webkit-transition: 0.1s;
  transition: 0.1s;
  font-weight: 500;
  padding: 12px 20px;
  font-size: 14px;
  border-radius: 4px;
}

.v-modal {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.4;
  background: #000;
}

#iframeBox {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 9999;
  padding: 80px;
  width: 100%;
  height: 100%;
  display: none;
}

#iframeBox .iframeBtn {
  width: 34px;
  height: 34px;
  background: url(../images/icon-close.svg) center no-repeat;
  background-size: 100% 100%;
  cursor: pointer;
  position: absolute;
  top: 84px;
  right: 25px;
}

#iframeBox .iframe {
  width: 100%;
  height: 100%;
  border-radius: 20px;
}

.col {
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  max-width: 100%;
}

.col,
.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

@media (max-width: 1120px) {
  .top {
    padding: 0 16px !important;
  }
  .menu {
    display: block !important;
  }
  .container .top .nav-link {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    display: none;
    width: 100%;
    margin-left: -16px;
    padding-bottom: 12px;
    background-color: #fff;
    opacity: 0;
    margin-top: 562px;
  }
  .login {
    position: absolute !important;
    right: 60px !important;
  }
}

@media (min-width: 1120px) {
  .container .top .nav-link {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    opacity: 1 !important;
  }
}

@media (min-width: 576px) {
  .boxMain,
  .banner_container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .boxMain,
  .banner_container {
    max-width: 720px;
  }
  .col-md-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    max-width: 50%;
  }
}

@media (min-width: 992px) {
  .boxMain,
  .banner_container {
    max-width: 960px !important;
  }
}

@media (min-width: 1200px) {
  .boxMain,
  .banner_container {
    max-width: 1200px !important;
  }
}

@-webkit-keyframes showText {
  0% {
    opacity: 0;
    margin-top: 30px;
  }
  to {
    opacity: 1;
    margin-top: 0;
  }
}

@keyframes showText {
  0% {
    opacity: 0;
    margin-top: 30px;
  }
  to {
    opacity: 1;
    margin-top: 0;
  }
}
/*# sourceMappingURL=index.css.map */