.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-us-wrap {
  background-color: #f7f8fa;
  padding: 0px 0;
  margin-top: 50px; }
  .about-us-wrap .blue-background {
    left: 70vw; }
  .about-us-wrap .main-content {
    padding: 0 50px;
    width: 92.2%;
    height: 100%;
    padding: 0; }
  .about-us-wrap .content-box {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%; }
  .about-us-wrap .wrap-img {
    width: 506px;
    margin-left: 47vw;
    margin-top: 16px;
    height: 100%; }
    .about-us-wrap .wrap-img img {
      width: 100%;
      display: block; }
  .about-us-wrap .wrap-content {
    width: 40vw;
    display: inline-block;
    vertical-align: top;
    padding: 0; }
    .about-us-wrap .wrap-content h3.title {
      margin-top: 50px;
      font-size: 30px;
      font-weight: 600; }
    .about-us-wrap .wrap-content .desc {
      margin-top: 24px; }
      .about-us-wrap .wrap-content .desc p {
        font-size: 12px;
        line-height: 1.5;
        margin-bottom: 10px; }

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

.history-content {
  width: 1200px; }

.history-wrap {
  width: 96.1%;
  margin: 0 auto;
  height: auto;
  position: relative; }
  .history-wrap * {
    color: #fff; }
  .history-wrap .history-header {
    width: 92.2%;
    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: 242px;
      margin-top: -37px;
      position: absolute; }
    .history-wrap .history-header .history-header-content {
      width: 675px;
      margin-left: 368px;
      padding-top: 64px;
      padding-bottom: 54px; }
      .history-wrap .history-header .history-header-content .title {
        font-size: 40px;
        line-height: 1;
        margin-bottom: 24px; }
      .history-wrap .history-header .history-header-content .desc {
        font-size: 14px;
        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: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: -4px; }
  .history-wrap .history-box {
    margin: 0 auto;
    margin-top: 0;
    width: -webkit-calc(100% - 120px);
    width: calc(100% - 120px);
    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: 100%;
      height: 205px;
      padding: 0px 15px 0px 15px; }
      .history-wrap .history-box .history-item .title {
        font-size: 24px;
        font-weight: 600;
        line-height: 1;
        margin-bottom: 16px; }
      .history-wrap .history-box .history-item .content > div {
        margin-left: -14px; }
      .history-wrap .history-box .history-item .content * {
        line-height: 20px;
        font-size: 12px;
        font-weight: 300;
        letter-spacing: 2px;
        padding-left: 14px;
        text-indent: -6px; }

.honor1-wrap {
  background-color: #F3F5F7;
  height: auto;
  padding-bottom: 80px; }
  .honor1-wrap .wrap-content .title {
    font-size: 40px;
    padding: 60px 0 40px 0;
    text-align: center;
    font-weight: 600;
    color: #020202; }
  .honor1-wrap .main-content {
    width: 100%;
    margin: 0 auto; }
    .honor1-wrap .main-content ul {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between;
      margin: 0 30px;
      position: relative; }
      .honor1-wrap .main-content ul li {
        width: 22%;
        display: inline-block;
        margin: 20px 0px; }
        .honor1-wrap .main-content ul li img {
          width: 100%;
          display: block; }
      .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 .main-content {
  margin: 0 auto;
  width: 100%;
  padding: 0 46px; }
  .source-wrapper .main-content .source-wrap .title {
    font-size: 34px;
    font-weight: 600;
    color: #020202;
    margin-top: 71px;
    margin-bottom: 45px; }
  .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: 30%;
      height: auto; }
      .source-wrapper .main-content .source-box .source-item .item-img {
        display: block;
        height: auto; }
      .source-wrapper .main-content .source-box .source-item img {
        width: 100%; }
      .source-wrapper .main-content .source-box .source-item .item-title {
        margin-top: 11px;
        margin-left: 16px;
        display: block;
        font-size: 12px; }
      .source-wrapper .main-content .source-box .source-item .item-text {
        margin-left: 16px;
        margin-right: 16px;
        margin-top: 12px;
        height: 64px;
        font-size: 16px; }

.news-wrapper {
  padding: 100px 0 40px 0; }
  .news-wrapper .news-content {
    width: 100%;
    padding: 0 50px; }
  .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 {
    font-size: 0;
    margin: 20px -12px 0 -12px; }
    .news-wrapper .news-box .news-item {
      width: 33.33%;
      vertical-align: top;
      display: inline-block;
      padding: 24px 12px;
      padding-bottom: 40px;
      margin-bottom: 20px; }
      .news-wrapper .news-box .news-item .item-img img {
        border-radius: 6px;
        width: 100%;
        height: 210px; }
    .news-wrapper .news-box .item-title {
      margin-top: 26px;
      line-height: 30px;
      white-space: nowrap;
      overflow: hidden;
      -o-text-overflow: ellipsis;
         text-overflow: ellipsis;
      display: block;
      font-size: 14px;
      color: #8c8e92; }
    .news-wrapper .news-box .item-text {
      margin-top: 12px;
      font-size: 16px;
      line-height: 28px;
      color: #1f2227; }
    .news-wrapper .news-box .date-see-details {
      margin-top: 34px; }
      .news-wrapper .news-box .date-see-details a {
        color: #366dff; }
      .news-wrapper .news-box .date-see-details .right-icon {
        position: relative;
        top: 2px;
        margin-left: 30px;
        width: 15px; }
