.header-wrapper .logo-a.mob-pr {
  display: inline-block; }
.header-wrapper .logo-a.mob-wh {
  display: none; }
.header-wrapper .nav-list .h-li.active > a {
  color: #366dff; }
  .header-wrapper .nav-list .h-li.active > a:hover::after {
    background-color: #366dff; }
.header-wrapper .nav-list .h-li > a {
  color: #1f2227; }
  .header-wrapper .nav-list .h-li > a:hover {
    color: #366dff; }
  .header-wrapper .nav-list .h-li > a:hover::after {
    background-color: #366dff; }
.header-wrapper .nav-list .h-li:hover > a {
  color: #366dff;
  opacity: 1; }
  .header-wrapper .nav-list .h-li:hover > a::after {
    background-color: #366dff;
    opacity: 1; }
.header-wrapper .nav-list .h-li .h-li-icon.iswhite, .header-wrapper .nav-list .h-li .h-li-icon.isblue {
  display: none; }
.header-wrapper .nav-list .h-li .h-li-icon.isblack {
  display: inline-block; }
.header-wrapper .nav-list .h-li:hover .iswhite,
.header-wrapper .nav-list .h-li:hover .isblack {
  display: none; }
.header-wrapper .nav-list .h-li:hover .isblue {
  display: inline-block; }
.header-wrapper .h-login a {
  color: #1f2227; }
.header-wrapper .h-login a:hover {
  color: #366dff;
  opacity: 1; }
.header-wrapper .h-demo {
  background-color: #366dff;
  color: #fff; }
  .header-wrapper .h-demo:hover {
    background-color: #366dff;
    opacity: 0.8; }
.header-wrapper .h-menu.mob .mob-pr {
  display: inline-block; }
.header-wrapper .h-menu.mob .mob-wh {
  display: none; }

.about-banner-wrapper {
  height: 900px;
  padding-top: 176px;
  background: -webkit-gradient(linear, left top, left bottom, from(#f1f7ff), to(rgba(241, 247, 255, 0)));
  background: -o-linear-gradient(top, #f1f7ff 0%, rgba(241, 247, 255, 0) 100%);
  background: linear-gradient(180deg, #f1f7ff 0%, rgba(241, 247, 255, 0) 100%); }
  .about-banner-wrapper .banner-logo {
    width: 225px;
    display: block;
    margin: 0 auto; }
  .about-banner-wrapper .title-banner {
    padding: 20px 0;
    text-align: center;
    line-height: 1;
    letter-spacing: 8px;
    width: 100%;
    margin: 30px auto 0;
    font-size: 30px;
    position: relative; }
    .about-banner-wrapper .title-banner:after {
      top: 0;
      left: 0;
      content: "";
      display: block;
      width: 100%;
      height: 2px;
      background: -webkit-gradient(linear, right top, left top, from(rgba(6, 24, 68, 0)), color-stop(48%, #1f2227), to(rgba(6, 24, 68, 0)));
      background: -o-linear-gradient(right, rgba(6, 24, 68, 0) 0%, #1f2227 48%, rgba(6, 24, 68, 0) 100%);
      background: linear-gradient(270deg, rgba(6, 24, 68, 0) 0%, #1f2227 48%, rgba(6, 24, 68, 0) 100%);
      opacity: 0.09;
      position: absolute; }
    .about-banner-wrapper .title-banner:before {
      position: absolute;
      bottom: 0;
      left: 0;
      content: "";
      display: block;
      width: 100%;
      height: 2px;
      background: -webkit-gradient(linear, right top, left top, from(rgba(6, 24, 68, 0)), color-stop(48%, #1f2227), to(rgba(6, 24, 68, 0)));
      background: -o-linear-gradient(right, rgba(6, 24, 68, 0) 0%, #1f2227 48%, rgba(6, 24, 68, 0) 100%);
      background: linear-gradient(270deg, rgba(6, 24, 68, 0) 0%, #1f2227 48%, rgba(6, 24, 68, 0) 100%);
      opacity: 0.09; }
    .about-banner-wrapper .title-banner .dot {
      margin: 0 15px;
      position: relative;
      top: -4px;
      text-align: center;
      font-weight: bold;
      font-size: 30px; }
  .about-banner-wrapper .banner-img {
    width: 100%;
    margin-top: 48px; }

.about-us-wrap {
  background-color: #f7f8fa;
  margin-top: 72px;
  position: relative;
  overflow: hidden;
  width: 100%;
  overflow: hidden; }
  .about-us-wrap .main-content {
    height: 100%; }
  .about-us-wrap .content-box {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
  .about-us-wrap .wrap-img {
    width: 828px;
    margin-left: 602px;
    margin-top: 27px;
    position: absolute;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    /* justify-content: flex-end; */
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end; }
    .about-us-wrap .wrap-img img {
      width: 100%; }
  .about-us-wrap .wrap-content {
    width: 500px;
    display: inline-block;
    vertical-align: top;
    padding: 91.5px 0; }
    .about-us-wrap .wrap-content h3.title {
      color: #010517;
      font-size: 34px;
      font-weight: 600; }
    .about-us-wrap .wrap-content .desc {
      margin-top: 40px; }
      .about-us-wrap .wrap-content .desc p {
        color: #010517;
        opacity: 0.9;
        font-size: 15px;
        line-height: 26px;
        margin-bottom: 0px; }
  .about-us-wrap .blue-background {
    background-color: #0560FD;
    width: 100%;
    height: 100%;
    border-top-left-radius: 100px;
    position: absolute;
    left: 65.625vw; }
  .about-us-wrap .normal {
    display: block; }
  .about-us-wrap .mobile {
    display: none; }
  @media screen and (max-width: 1200px) {
    .about-us-wrap .blue-background {
      left: 900px; } }

.history-wrapper {
  width: 100%;
  background-color: #0f1c3a; }

.history-content {
  width: 100%; }

.history-wrap {
  width: 1280px;
  margin: 0 auto;
  height: 697px;
  position: relative; }
  .history-wrap .normal {
    display: block; }
  .history-wrap .mobile {
    display: none; }
  .history-wrap * {
    color: #fff; }
  .history-wrap .history-header {
    width: 1200px;
    margin: 0 auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    height: 305px; }
    .history-wrap .history-header img {
      width: 342px;
      margin-top: -37px;
      position: absolute; }
    .history-wrap .history-header .history-header-content {
      width: 50%;
      margin-left: 50%; }
      .history-wrap .history-header .history-header-content .title {
        font-size: 40px;
        line-height: 24px;
        margin-bottom: 40px;
        font-weight: 600; }
      .history-wrap .history-header .history-header-content .desc {
        font-size: 15px;
        font-weight: 400; }
  .history-wrap .history-swiper {
    width: 100%;
    position: relative; }
    .history-wrap .history-swiper .sw-btn {
      width: 40px;
      height: 40px;
      border-radius: 50%;
      border: 1px solid #fff;
      position: absolute;
      top: 113px;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      cursor: pointer; }
      .history-wrap .history-swiper .sw-btn img {
        width: 30px; }
    .history-wrap .history-swiper .sw-btn:hover {
      background-color: #0560FD;
      border: 1px solid #0560FD; }
    .history-wrap .history-swiper .history-prev {
      left: 0; }
      .history-wrap .history-swiper .history-prev img {
        -webkit-transform: rotateY(180deg);
                transform: rotateY(180deg); }
    .history-wrap .history-swiper .history-next {
      right: 0px; }
  .history-wrap .history-box {
    margin: 0 auto;
    margin-top: 74px;
    width: 1160px;
    position: relative; }
    .history-wrap .history-box .swiper-slide {
      margin-top: 19px;
      margin-bottom: 28px;
      border-right: 1px solid #313859; }
    .history-wrap .history-box .history-item {
      width: 290px;
      height: 250px;
      padding: 0px 25px 0px 25px; }
      .history-wrap .history-box .history-item .title {
        font-size: 32px;
        font-weight: 600;
        line-height: 1;
        margin-bottom: 16px;
        margin-left: 9px; }
      .history-wrap .history-box .history-item .content > div {
        margin-left: -14px; }
      .history-wrap .history-box .history-item .content * {
        line-height: 24px;
        font-size: 12px;
        font-weight: 300;
        letter-spacing: 2px;
        padding-left: 14px;
        text-indent: -6px; }

.honor1-wrap {
  background-color: #F3F5F7;
  height: 910px; }
  .honor1-wrap .wrap-content .title {
    font-size: 40px;
    padding: 101px 0 80px 0;
    text-align: center;
    font-weight: 600;
    color: #020202; }
  .honor1-wrap .main-content {
    width: 1213px;
    margin: 0 auto; }
    .honor1-wrap .main-content ul li {
      width: 224px;
      display: inline-block;
      margin: 20px 50px; }
      .honor1-wrap .main-content ul li img {
        width: 100%;
        -webkit-box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.13);
                box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.13); }
    .honor1-wrap .main-content ul > li:nth-child(4n+1) {
      margin-left: 0px; }
    .honor1-wrap .main-content ul > li:nth-child(4n) {
      margin-right: 0px; }

.source-wrapper .normal {
  display: block; }
.source-wrapper .mobile {
  display: none; }
.source-wrapper .main-content {
  margin: 0 auto;
  width: 1200px; }
  .source-wrapper .main-content .source-wrap .title {
    font-size: 34px;
    font-weight: 600;
    color: #020202;
    margin-top: 91px;
    margin-bottom: 58px; }
  .source-wrapper .main-content .source-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    .source-wrapper .main-content .source-box .source-item {
      width: 384px;
      height: 440px;
      position: relative;
      background-color: #F7F8FA;
      border-radius: 10px;
      overflow: hidden; }
      .source-wrapper .main-content .source-box .source-item img {
        width: 100%;
        -webkit-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out; }
      .source-wrapper .main-content .source-box .source-item img:hover {
        -webkit-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        -webkit-transform: scale(1.2, 1.2);
            -ms-transform: scale(1.2, 1.2);
                transform: scale(1.2, 1.2); }
      .source-wrapper .main-content .source-box .source-item .item-img {
        display: block;
        height: 288px;
        overflow: hidden;
        -webkit-transition: all 0.3 ease-in-out;
        -o-transition: all 0.3 ease-in-out;
        transition: all 0.3 ease-in-out; }
      .source-wrapper .main-content .source-box .source-item .item-title {
        margin-top: 32px;
        margin-left: 16px;
        display: block;
        font-size: 16px;
        color: #366dff !important;
        font-weight: 500; }
      .source-wrapper .main-content .source-box .source-item .item-text {
        margin-left: 16px;
        margin-top: 12px;
        margin-right: 16px;
        font-size: 20px; }

.news-wrapper {
  padding: 100px 0 40px 0; }
  .news-wrapper .normal-bg {
    display: block; }
  .news-wrapper .mobile-bg {
    display: none; }
  .news-wrapper .news-wrap .title {
    position: relative;
    font-weight: 600;
    font-size: 34px;
    vertical-align: middle; }
    .news-wrapper .news-wrap .title > a {
      color: #1f2227; }
  .news-wrapper .news-wrap .more-inf {
    position: absolute;
    right: 0;
    top: 0; }
  .news-wrapper .news-box {
    margin: 20px -24px 0;
    font-size: 0; }
    .news-wrapper .news-box .news-item {
      width: 33.33%;
      vertical-align: top;
      display: inline-block;
      padding: 30px 24px;
      -webkit-transition: all 300ms ease;
      -o-transition: all 300ms ease;
      transition: all 300ms ease;
      margin-bottom: 20px; }
      .news-wrapper .news-box .news-item .item-img img {
        border-radius: 6px;
        width: 100%;
        height: 210px; }
    .news-wrapper .news-box .news-item:hover {
      background: #fff;
      border-radius: 8px;
      -webkit-box-shadow: 0px 8px 35px 0px rgba(0, 0, 0, 0.07);
              box-shadow: 0px 8px 35px 0px rgba(0, 0, 0, 0.07); }
    .news-wrapper .news-box .item-title {
      margin-top: 26px;
      line-height: 30px;
      display: block;
      white-space: nowrap;
      overflow: hidden;
      -o-text-overflow: ellipsis;
         text-overflow: ellipsis;
      font-size: 14px;
      color: #8c8e92; }
    .news-wrapper .news-box .item-text {
      margin-top: 2px;
      font-size: 16px;
      font-weight: 600;
      line-height: 32px;
      color: #1f2227; }
    .news-wrapper .news-box .date-see-details {
      margin-top: 34px; }
      .news-wrapper .news-box .date-see-details a {
        font-size: 14px;
        font-weight: 600;
        color: #366dff; }
      .news-wrapper .news-box .date-see-details .right-icon {
        position: relative;
        top: 2px;
        margin-left: 30px;
        width: 15px; }
