﻿body {
  background-color: #fff; }
  body .container {
    width: 1200px;
    margin: 0 auto; }

::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */ }

.product-title {
  text-align: center;
  color: #01297e;
  font-weight: bold; }
  .product-title h3 {
    font-size: 20px;
    letter-spacing: 2px;
    margin-bottom: 5px; }
  .product-title span {
    font-size: 14px; }

.logo-area {
  padding: 10px 0; }
  .logo-area .container {
    display: flex;
    align-items: center;
    justify-content: space-between; }
    .logo-area .container .logo {
      height: 60px; }
      .logo-area .container .logo img {
        height: 100%;
        object-fit: contain;
        display: block; }
    .logo-area .container .slogan {
      font-weight: bold;
      font-size: 24px;
      color: #01297e;
      letter-spacing: 6px; }

.pc-nav-area {
  background-color: #0e4694;
  height: 60px;
  position: relative;
  z-index: 150; }
  .pc-nav-area .nav-item {
    display: inline-block;
    height: 100%;
    line-height: 60px;
    padding: 0 30px;
    color: #fff;
    font-size: 16px; }
  .pc-nav-area .nav-item-on {
    background-color: #01297e; }

.swiper-container-pc {
  height: 660px;
  max-height: 660px;
  margin-top: -60px !important;
  position: relative;
  z-index: 100 !important; }
  .swiper-container-pc img {
    height: 100%;
    width: 100%;
    object-fit: cover; }

.advantage-area {
  background: rgba(1, 41, 126, 0.6);
  color: #fff;
  display: flex;
  align-items: center;
  padding: 10px 0;
  margin-top: -71px !important;
  position: relative;
  z-index: 100; }
  .advantage-area .advantage-item {
    width: 36%;
    border-right: 1px #eee solid;
    display: flex;
    align-items: center;
    justify-content: center; }
    .advantage-area .advantage-item div {
      width: fit-content; }
    .advantage-area .advantage-item p {
      font-size: 13px;
      line-height: 2;
      letter-spacing: 2px; }
  .advantage-area .advantage-item:nth-child(2) {
    width: 28%; }
  .advantage-area .advantage-item:last-child {
    border-color: transparent; }

.index-news-top {
  margin: 50px 0; }
  .index-news-top .container {
    display: flex;
    align-items: flex-start;
    justify-content: space-between; }
    .index-news-top .container .index-news-swiper {
      width: calc(50% - 20px);
      flex-shrink: 0;
      height: 350px;
      margin: 0; }
      .index-news-top .container .index-news-swiper .swiper-pagination-bullet {
        background: none;
        border: 1px #fff solid;
        opacity: 1; }
      .index-news-top .container .index-news-swiper .swiper-pagination-bullet-active {
        background: #fff; }
      .index-news-top .container .index-news-swiper img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: all 0.6s; }
      .index-news-top .container .index-news-swiper img:hover {
        transform: scale(1.1); }

.key-news {
  width: calc(50% - 20px);
  flex-shrink: 0; }
  .key-news .key-news-title {
    padding: 15px 30px;
    background: #01297e;
    color: #fff;
    font-size: 16px; }
    .key-news .key-news-title span {
      font-size: 13px;
      font-weight: normal;
      letter-spacing: 1px;
      margin-left: 3px; }
  .key-news .news-list {
    padding: 20px 10px 0 30px; }
    .key-news .news-list .news-item {
      display: flex;
      align-items: center;
      justify-content: space-between;
      margin-bottom: 15px;
      position: relative; }
      .key-news .news-list .news-item * {
        font-size: 14px;
        color: #000; }
      .key-news .news-list .news-item a {
        width: 70%;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden; }
      .key-news .news-list .news-item a:hover {
        color: #01297e; }
    .key-news .news-list .news-item:after {
      content: '';
      position: absolute;
      width: 5px;
      height: 5px;
      border-radius: 50%;
      background: #01297e;
      top: 50%;
      left: -15px;
      transform: translate(0, -50%); }

.index-news-bottom {
  margin-bottom: 50px; }
  .index-news-bottom .container {
    display: flex;
    align-items: flex-start;
    justify-content: space-between; }
    .index-news-bottom .container .key-news {
      width: calc(33% - 30px); }
      .index-news-bottom .container .key-news .key-news-title {
        background: none;
        border-bottom: 1px #ddd solid;
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 0 0 10px 0;
        color: #01297e; }
        .index-news-bottom .container .key-news .key-news-title h3 {
          font-size: 16px; }
        .index-news-bottom .container .key-news .key-news-title span {
          color: #999; }
        .index-news-bottom .container .key-news .key-news-title .iconfont {
          font-size: 16px;
          color: #999; }
      .index-news-bottom .container .key-news .news-list .news-item:after {
        background: #999; }
      .index-news-bottom .container .key-news .news-list {
        padding: 20px 0 0 15px; }
      .index-news-bottom .container .key-news .img-div {
        height: 250px;
        width: 100%;
        overflow: hidden; }
        .index-news-bottom .container .key-news .img-div img {
          transition: all 0.6s; }
        .index-news-bottom .container .key-news .img-div img:hover {
          transform: scale(1.1); }

.index-product {
  padding: 50px;
  background: #f2f2f2; }

.product-list .product-item {
  display: inline-block;
  width: calc(33% - 30px);
  margin-right: 45px;
  margin-top: 40px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); }
  .product-list .product-item .img-div {
    width: 100%;
    height: 254px;
    overflow: hidden; }
    .product-list .product-item .img-div img {
      width: 100%;
      height: 254px;
      object-fit: cover;
      display: block;
      transition: all 0.6s; }
    .product-list .product-item .img-div img:hover {
      transform: scale(1.1); }
  .product-list .product-item .product-name {
    font-size: 14px;
    color: #000;
    text-align: center;
    padding: 15px 0;
    background: #fff;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap; }
.product-list .product-item:hover p {
  color: #01297e !important;
  font-weight: bold; }
.product-list .product-item:nth-child(3n+3), .product-list .product-item:nth-child(6) {
  margin-right: 0; }

.roadmap {
  background-image: url("img/index-process-bg.jpg");
  background-size: 100% 100%;
  padding: 50px 0; }
  .roadmap .product-title {
    text-align: center;
    color: #fff;
    font-weight: bold; }
    .roadmap .product-title h3 {
      font-size: 20px;
      letter-spacing: 2px;
      margin-bottom: 5px; }
    .roadmap .product-title span {
      font-size: 14px; }
  .roadmap .picScroll-left {
    position: relative;
    margin-top: -32px; }
    .roadmap .picScroll-left .hd {
      display: flex;
      align-items: center;
      justify-content: flex-end;
      width: 1200px;
      margin: 0 auto; }
      .roadmap .picScroll-left .hd .next, .roadmap .picScroll-left .hd .prev {
        position: relative;
        margin-left: 20px;
        cursor: pointer;
        width: 30px;
        height: 30px;
        background-color: #0e4694;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center; }
        .roadmap .picScroll-left .hd .next .iconfont, .roadmap .picScroll-left .hd .prev .iconfont {
          font-size: 13px;
          line-height: 1;
          color: #fff; }
      .roadmap .picScroll-left .hd .next:hover, .roadmap .picScroll-left .hd .prev:hover {
        background: #01297e; }
      .roadmap .picScroll-left .hd .prevStop, .roadmap .picScroll-left .hd .nextStop {
        background: rgba(255, 255, 255, 0.1); }
      .roadmap .picScroll-left .hd .prevStop:hover, .roadmap .picScroll-left .hd .nextStop:hover {
        background: rgba(255, 255, 255, 0.1); }
    .roadmap .picScroll-left .bd {
      position: relative; }
      .roadmap .picScroll-left .bd .mask {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        display: none;
        background: -webkit-linear-gradient(left, transparent, rgba(255, 255, 255, 0.1));
        /* Safari 5.1 - 6.0 */
        background: -o-linear-gradient(right, transparent, rgba(255, 255, 255, 0.1));
        /* Opera 11.1 - 12.0 */
        background: -moz-linear-gradient(right, transparent, rgba(255, 255, 255, 0.1));
        /* Firefox 3.6 - 15 */
        background: linear-gradient(to right, transparent, rgba(255, 255, 255, 0.1)); }
    .roadmap .picScroll-left .bd .tempWrap {
      padding-left: calc(50% - 600px);
      width: calc(50% + 600px) !important;
      margin-top: 72px;
      position: relative; }
    .roadmap .picScroll-left .bd .tempWrap:before {
      position: absolute;
      content: '';
      width: 100%;
      height: 2px;
      background: #fff;
      top: 12px;
      left: 0; }
    .roadmap .picScroll-left .road-list {
      padding-top: 12px !important; }
      .roadmap .picScroll-left .road-list .road-item {
        display: inline-block;
        padding-top: 40px;
        position: relative;
        width: 300px; }
        .roadmap .picScroll-left .road-list .road-item .road-title {
          font-size: 18px;
          color: #fff;
          margin-bottom: 15px; }
        .roadmap .picScroll-left .road-list .road-item .road-text a {
          font-size: 13px;
          color: #eee;
          line-height: 1.8;
          display: block; }
      .roadmap .picScroll-left .road-list .road-item:before, .roadmap .picScroll-left .road-list .road-item:after {
        position: absolute;
        content: '';
        width: 10px;
        height: 10px;
        background-color: #fff;
        left: 7px;
        top: -5px;
        border-radius: 50%;
        z-index: 100; }
      .roadmap .picScroll-left .road-list .road-item:after {
        background: rgba(255, 255, 255, 0.2);
        width: 24px;
        height: 24px;
        z-index: 50;
        top: -12px;
        left: 0; }

.bottom-logo {
  padding: 50px 0; }
  .bottom-logo img {
    height: 60px;
    display: block;
    margin: 0 auto; }

.footer {
  padding: 50px 0 30px;
  background-image: url("img/footer-bg.jpg");
  background-size: 100% 100%; }
  .footer .link-list {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px; }
    .footer .link-list .link-item {
      font-size: 13px;
      color: #fff; }
  .footer .link-list:nth-child(2) {
    width: 50%;
    margin: 0 auto 30px; }
  .footer .footer-code {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px; }
    .footer .footer-code img {
      width: 116px;
      height: 116px;
      margin-right: 30px; }
    .footer .footer-code .contact-item {
      font-size: 12px;
      color: #fff;
      line-height: 1.8; }
  .footer .copyright {
    font-size: 12px;
    color: #fff;
    text-align: center; }
    .footer .copyright * {
      font-size: 12px;
      color: #fff;
      text-align: center; }

.gotop {
  position: fixed;
  right: 10px;
  bottom: 200px;
  z-index: 50; }
  .gotop .iconfont {
    font-size: 50px;
    color: #01297e;
    display: block;
    z-index: 100;
    position: relative; }

.gotop:before {
  content: '';
  position: absolute;
  width: 80%;
  height: 80%;
  background-color: #fff;
  border-radius: 50%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%); }

.sub-banner {
  height: 360px;
  background-image: url("img/sub-banner.jpg");
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff; }
  .sub-banner h3 {
    font-size: 30px;
    text-align: center;
    line-height: 1.5; }

.news-center-img {
  max-width: 100%;
  display: block;
  margin-top: 20px;
  height: 250px; }

.news-center-bottom .container {
  padding-top: 50px;
  border-top: 1px #cdd4e6 solid; }

.bread {
  margin: 50px 0; }
  .bread .container {
    box-shadow: 0 0 10px #eee;
    padding: 20px;
    width: 1160px;
    display: flex;
    align-items: center; }
    .bread .container * {
      font-size: 14px;
      color: #666;
      margin-right: 5px; }

.news-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 50px; }
  .news-nav .news-nav-item {
    width: 400px;
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px #01297e solid;
    font-size: 14px;
    color: #01297e;
    cursor: pointer; }
  .news-nav .news-nav-item-on {
    background-color: #01297e;
    color: #fff; }

.tab-item {
  display: none; }

.tab-item-active {
  display: block; }

.list-area {
  display: flex;
  align-items: flex-start;
  min-height: 630px;
  height: fit-content;
  margin-bottom: 50px; }
  .list-area .left-nav {
    width: 280px;
    height: calc(100% - 30px);
    min-height: 600px;
    margin-right: 30px;
    padding: 15px 0;
    box-shadow: 0 0 10px #eee;
    flex-shrink: 0; }
    .list-area .left-nav img {
      width: 80%;
      display: block;
      margin: 10px auto; }
    .list-area .left-nav .left-nav-item {
      display: block;
      padding: 20px;
      border-bottom: 1px #ddd solid;
      font-size: 14px;
      color: #000; }
    .list-area .left-nav .left-nav-item-on, .list-area .left-nav .left-nav-item:hover {
      background-color: #01297e;
      color: #fff;
      border-color: #01297e; }
  .list-area .right-content {
    padding: 20px;
    width: calc(100% - 350px);
    height: calc(100% - 40px);
    min-height: 590px;
    box-shadow: 0 0 10px #eee; }
    .list-area .right-content .right-content-title {
      font-size: 16px;
      padding-bottom: 10px;
      border-bottom: 1px #eee solid; }
    .list-area .right-content .content-item {
      display: flex;
      align-items: center;
      justify-content: space-between;
      border-bottom: 1px #eee solid;
      padding: 15px 0;
      color: #000; }
      .list-area .right-content .content-item span {
        font-size: 13px;
        flex-shrink: 0; }
      .list-area .right-content .content-item span:first-child {
        width: 80%;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap; }
    .list-area .right-content .content-item:hover {
      color: #01297e;
      font-weight: bold; }
    .list-area .right-content .page-list {
      display: flex;
      align-items: center;
      justify-content: center;
      margin-top: 40px; }
      .list-area .right-content .page-list .page-item {
        padding: 3px 6px;
        border: 1px #ddd solid;
        font-size: 14px;
        margin-right: 10px;
        line-height: 1;
        cursor: pointer; }
      .list-area .right-content .page-list .page-item-on, .list-area .right-content .page-list .page-item:hover {
        background-color: #01297e;
        color: #fff; }
    .list-area .right-content .content-detail {
      margin-top: 20px; }
      .list-area .right-content .content-detail * {
        font-size: 13px;
        line-height: 1.8; }
      .list-area .right-content .content-detail p {
        text-indent: 2em;
        margin-bottom: 10px; }
      .list-area .right-content .content-detail img {
        width: 100%;
        display: block;
        margin-bottom: 10px; }
    .list-area .right-content .expert-list {
      display: block; }
    .list-area .right-content .expert-item {
      width: calc(33% - 20px);
      display: inline-block;
      margin-right: 20px;
      margin-bottom: 20px; }

.detail .container {
  box-shadow: 0 0 10px #eee;
  padding: 30px;
  width: 1140px;
  margin-bottom: 50px; }
  .detail .container .news-title {
    font-size: 24px;
    text-align: center; }
  .detail .container .news-info {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px 0;
    border-bottom: 1px #ddd solid; }
    .detail .container .news-info p {
      font-size: 15px;
      color: #999;
      margin-right: 30px; }
  .detail .container .news-content {
    margin: 30px 0; }
    .detail .container .news-content img {
      max-width: 100%;
      object-fit: cover;
      margin-bottom: 15px; }
    .detail .container .news-content td img {
      margin: 0;
      display: block; }
    .detail .container .news-content p {
      font-size: 15px;
      line-height: 1.8;
      margin-bottom: 15px; }
    .detail .container .news-content h1, .detail .container .news-content h2, .detail .container .news-content h3, .detail .container .news-content h4, .detail .container .news-content h5, .detail .container .news-content h6 {
      font-size: 16px;
      line-height: 1.8;
      margin-bottom: 15px; }

.expert-intro {
  margin: 50px 0; }

.more-cases {
  width: 150px;
  height: 45px;
  background: #01297e;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 50px auto 0; }
  .more-cases .iconfont {
    font-size: 14px;
    line-height: 1; }

.expert-list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 50px; }
  .expert-list .expert-item {
    width: calc(25% - 20px);
    box-shadow: 0 0 10px #eee;
    color: #01297e; }
    .expert-list .expert-item img {
      width: 100%;
      height: 300px;
      object-fit: cover;
      display: block; }
    .expert-list .expert-item .expert-text {
      padding: 10px; }
    .expert-list .expert-item .name {
      font-size: 16px; }
    .expert-list .expert-item .position {
      font-size: 13px;
      margin-top: 10px; }
    .expert-list .expert-item .more-btn {
      display: flex;
      align-items: center;
      justify-content: space-between;
      padding-top: 10px;
      border-top: 1px #eee solid;
      margin-top: 10px; }
      .expert-list .expert-item .more-btn p {
        font-size: 13px; }

.certificate-intro {
  background-color: #f2f2f2;
  padding: 50px 0; }
  .certificate-intro .picScroll-left {
    margin-top: 50px;
    position: relative; }
  .certificate-intro .prev, .certificate-intro .next {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    z-index: 1000;
    cursor: pointer;
    left: 15px; }
    .certificate-intro .prev .iconfont, .certificate-intro .next .iconfont {
      font-size: 30px;
      color: #01297e; }
  .certificate-intro .next {
    right: 15px;
    left: unset; }
  .certificate-intro .tempWrap {
    background-color: #fff;
    box-shadow: 0 0 10px #eee;
    width: 100% !important; }
  .certificate-intro .zhengshu-list figure {
    border-right: 2px #eee solid;
    width: calc(25% - 2px);
    display: inline-block; }
  .certificate-intro .zhengshu-list .zhengshu-item {
    padding: 30px 0 20px; }
    .certificate-intro .zhengshu-list .zhengshu-item img {
      width: 80%;
      height: 250px;
      display: block;
      object-fit: contain;
      margin: 0 auto; }
    .certificate-intro .zhengshu-list .zhengshu-item .zhengshu-name {
      display: flex;
      align-items: center;
      justify-content: space-between;
      padding: 20px 15px 0;
      border-top: 2px #ddd dashed;
      margin-top: 30px; }
      .certificate-intro .zhengshu-list .zhengshu-item .zhengshu-name p {
        font-size: 13px;
        color: #000;
        width: 90%;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap; }
      .certificate-intro .zhengshu-list .zhengshu-item .zhengshu-name .iconfont {
        color: #666; }

.product-achievement {
  padding: 50px 0; }
  .product-achievement .achievement-list {
    margin-top: 50px;
    display: flex;
    align-items: center;
    justify-content: space-between; }
    .product-achievement .achievement-list .achievement-item {
      width: calc(25% - 60px);
      flex-shrink: 0;
      padding: 0 20px;
      height: 380px;
      border-top: 6px #cfdbe7 solid;
      background-color: #ebf0f4;
      overflow: hidden;
      box-shadow: 0 0 10px #eee; }
      .product-achievement .achievement-list .achievement-item .iconfont {
        font-size: 50px;
        margin-top: 40px;
        color: #01297e;
        display: block; }
      .product-achievement .achievement-list .achievement-item .name {
        font-size: 16px;
        color: #191919;
        margin: 20px  0; }
      .product-achievement .achievement-list .achievement-item .content {
        font-size: 13px;
        line-height: 1.8;
        color: #666; }
    .product-achievement .achievement-list .achievement-item:hover {
      border-color: #01297e;
      background-color: #fff;
      margin-top: -10px; }

.excellent-thesis {
  padding: 50px 0;
  background-color: #f2f2f2; }

.company-area {
  padding: 50px 0;
  background-color: #f2f2f2; }
  .company-area .company-top-area {
    display: flex;
    align-items: center;
    justify-content: space-between; }
    .company-area .company-top-area .screen-area {
      display: flex;
      align-items: center; }
      .company-area .company-top-area .screen-area .screen-item {
        position: relative;
        margin-right: 15px; }
        .company-area .company-top-area .screen-area .screen-item .screen-nav {
          width: 200px;
          height: 40px;
          padding: 0 20px;
          display: flex;
          align-items: center;
          justify-content: space-between;
          background-color: #fff;
          border: 1px #ddd solid;
          cursor: pointer; }
        .company-area .company-top-area .screen-area .screen-item .screen-content {
          width: 200px;
          padding: 0 20px;
          background-color: #fff;
          position: absolute;
          top: 42px;
          left: 0;
          display: none; }
          .company-area .company-top-area .screen-area .screen-item .screen-content .content-item {
            padding: 10px 0;
            border-bottom: 1px #eee solid;
            cursor: pointer; }
          .company-area .company-top-area .screen-area .screen-item .screen-content .content-item:last-child {
            border: none; }
          .company-area .company-top-area .screen-area .screen-item .screen-content .content-item-on {
            color: #01297e;
            font-weight: bold; }
    .company-area .company-top-area .search-area {
      display: flex;
      align-items: center;
      justify-content: center; }
      .company-area .company-top-area .search-area .search-input {
        width: 200px;
        height: 40px;
        padding: 0 20px;
        border: 1px #ddd solid;
        margin-right: 5px; }
      .company-area .company-top-area .search-area .search-btn {
        width: 100px;
        height: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #fff;
        background-color: #01297e;
        border: 1px #01297e solid; }
  .company-area .document-download {
    width: 200px;
    height: 40px;
    background-color: #01297e;
    color: #fff;
    font-size: 15px;
    letter-spacing: 2px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 50px auto 0; }

.product-history {
  padding: 50px 0; }
  .product-history .history-area {
    display: flex;
    align-items: flex-start;
    margin-top: 50px; }
    .product-history .history-area .year-list {
      width: 250px;
      flex-shrink: 0; }
      .product-history .history-area .year-list .year-item {
        padding-right: 30px;
        text-align: right;
        margin-bottom: 60px;
        font-size: 16px;
        color: rgba(0, 0, 0, 0.4);
        cursor: pointer; }
      .product-history .history-area .year-list .year-item-on {
        font-size: 20px;
        color: #000; }
    .product-history .history-area .tempWrap {
      width: 950px; }
    .product-history .history-area .picScroll-left {
      position: relative; }
    .product-history .history-area .next, .product-history .history-area .prev {
      position: absolute;
      right: 100px;
      top: 200px;
      color: #01297e;
      cursor: pointer;
      z-index: 1000; }
      .product-history .history-area .next .iconfont, .product-history .history-area .prev .iconfont {
        font-size: 40px;
        line-height: 1; }
    .product-history .history-area .next {
      top: unset;
      bottom: 200px; }
    .product-history .history-area .nextStop, .product-history .history-area .prevStop {
      color: #ddd; }
    .product-history .history-area .history-item {
      padding: 0 200px 40px 40px;
      border-left: 1px #666 solid;
      position: relative; }
      .product-history .history-area .history-item .date {
        font-size: 20px; }
      .product-history .history-area .history-item .title {
        font-size: 14px;
        margin: 10px 0; }
      .product-history .history-area .history-item .des {
        font-size: 13px;
        line-height: 1.5;
        margin-bottom: 10px; }
      .product-history .history-area .history-item .img {
        width: 100%;
        height: 300px;
        display: block;
        object-fit: cover; }
    .product-history .history-area .history-item:before {
      content: '';
      position: absolute;
      width: 8px;
      height: 8px;
      border-radius: 50%;
      background-color: #000;
      left: -4px;
      top: 0; }

.partner-area {
  padding: 50px 0;
  /*background-image: url("img/partner-bg.jpg");*/
  background-size: 100% 100%; }
  .partner-area .partner-list {
    margin-top: 50px; }
    .partner-area .partner-list .partner-item {
      width: calc(25% - 10px);
      height: 120px;
      display: flex;
      align-items: center;
      justify-content: center;
      background: #fff;
      margin-right: 10px;
      margin-bottom: 10px;
      float: left; }
      .partner-area .partner-list .partner-item .img-div {
        width: 80%;
        height: 80%;
        overflow: hidden; }
        .partner-area .partner-list .partner-item .img-div img {
          width: 100%;
          height: 100%;
          display: block;
          object-fit: contain;
          transition: all 0.6s; }
        .partner-area .partner-list .partner-item .img-div img:hover {
          transform: scale(1.1); }
    .partner-area .partner-list .partner-item:hover {
      background: rgba(1, 41, 126, 0.6); }
    .partner-area .partner-list .partner-item:nth-child(4), .partner-area .partner-list .partner-item:nth-child(8), .partner-area .partner-list .partner-item:nth-child(12) {
      margin-right: 0; }

.product-company-intro {
  padding: 50px 0; }
  .product-company-intro .company-name {
    text-align: center;
    color: #01297e; }
    .product-company-intro .company-name .cn-name {
      font-size: 30px; }
    .product-company-intro .company-name .en-name {
      font-size: 18px;
      margin-top: 8px; }
  .product-company-intro .company-data-list {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 50px 0; }
    .product-company-intro .company-data-list .company-data-item {
      width: 33%;
      text-align: center; }
      .product-company-intro .company-data-list .company-data-item h2 {
        color: #01297e;
        font-size: 40px;
        margin-bottom: 15px; }
      .product-company-intro .company-data-list .company-data-item p {
        font-size: 14px; }
  .product-company-intro .company-intro {
    font-size: 13px;
    line-height: 1.8;
    text-indent: 2em; }

.catalog-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 50px; }
  .catalog-nav .catalog-nav-item {
    width: 400px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #01297e;
    border: 1px #01297e solid;
    cursor: pointer; }
    .catalog-nav .catalog-nav-item .iconfont {
      font-size: 15px;
      margin-right: 5px; }
    .catalog-nav .catalog-nav-item p {
      font-size: 14px; }
  .catalog-nav .catalog-nav-item-on {
    background: #01297e;
    color: #fff; }

.catalog-list {
  background: #f2f2f2;
  padding: 10px 0 50px; }

.cooperation-cases {
  padding: 50px 0; }
  .cooperation-cases .more-cases {
    width: 150px;
    height: 45px;
    background: #01297e;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto; }
    .cooperation-cases .more-cases .iconfont {
      font-size: 14px;
      line-height: 1; }

.cases-list {
  margin: 50px 0; }
  .cases-list .cases-item {
    box-shadow: 0 0 10px #eee;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between; }
    .cases-list .cases-item .case-sub-item {
      font-size: 13px;
      color: #01297e;
      padding: 15px 7px;
      flex-shrink: 0;
      line-height: 1.5; }
    .cases-list .cases-item .case-sub-item:nth-child(1) {
      width: calc(24% - 10px); }
    .cases-list .cases-item .case-sub-item:nth-child(2) {
      width: calc(30% - 10px);
      text-align: center; }
    .cases-list .cases-item .case-sub-item:nth-child(3) {
      width: calc(28% - 10px); }
    .cases-list .cases-item .case-sub-item:nth-child(4) {
      width: 10%;
      text-align: center; }
  .cases-list .cases-item:first-child {
    background: #01297e;
    font-weight: bold; }
    .cases-list .cases-item:first-child .case-sub-item {
      color: #fff;
      font-size: 14px; }
    .cases-list .cases-item:first-child .case-sub-item:nth-child(3) {
      text-align: center; }

.poverty-alleviation {
  padding: 50px 0;
  background: #f2f2f2; }
  .poverty-alleviation .poverty-top {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 30px; }
    .poverty-alleviation .poverty-top .poverty-swiper-container {
      width: calc(66% - 15px);
      height: 420px;
      flex-shrink: 0;
      margin: 0; }
      .poverty-alleviation .poverty-top .poverty-swiper-container .slide-content {
        position: relative; }
        .poverty-alleviation .poverty-top .poverty-swiper-container .slide-content img {
          width: 100%;
          height: 100%;
          object-fit: cover; }
        .poverty-alleviation .poverty-top .poverty-swiper-container .slide-content .text {
          position: absolute;
          width: calc(100% - 100px);
          padding: 20px 50px;
          background: rgba(0, 0, 0, 0.3);
          bottom: 0;
          left: 50%;
          transform: translate(-50%);
          color: #fff; }
          .poverty-alleviation .poverty-top .poverty-swiper-container .slide-content .text h3 {
            font-size: 18px; }
          .poverty-alleviation .poverty-top .poverty-swiper-container .slide-content .text p {
            font-size: 13px;
            line-height: 1.5;
            text-overflow: -o-ellipsis-lastline;
            overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-line-clamp: 2;
            line-clamp: 2;
            -webkit-box-orient: vertical;
            margin-top: 10px; }
  .poverty-alleviation .poverty-news-item {
    width: calc(33% - 20px);
    height: 420px;
    box-shadow: 0 0 10px #eee;
    display: inline-block;
    margin-right: 20px;
    background: #fff;
    vertical-align: top;
    margin-bottom: 20px; }
    .poverty-alleviation .poverty-news-item img {
      width: 100%;
      height: 200px;
      display: block;
      object-fit: cover; }
    .poverty-alleviation .poverty-news-item .news-content {
      padding: 15px;
      background: #fff; }
      .poverty-alleviation .poverty-news-item .news-content .news-time {
        font-size: 13px;
        color: #666;
        margin-bottom: 10px; }
      .poverty-alleviation .poverty-news-item .news-content .news-title {
        font-size: 16px;
        color: #000; }
      .poverty-alleviation .poverty-news-item .news-content .news-text {
        font-size: 13px;
        color: #666;
        line-height: 1.8;
        margin: 10px 0 20px;
        text-overflow: -o-ellipsis-lastline;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        line-clamp: 2;
        -webkit-box-orient: vertical; }
      .poverty-alleviation .poverty-news-item .news-content .more-btn {
        width: 120px;
        height: 32px;
        display: flex;
        align-items: center;
        justify-content: center;
        border: 1px #666 solid;
        font-size: 14px;
        color: #666;
        border-radius: 10px; }
        .poverty-alleviation .poverty-news-item .news-content .more-btn .iconfont {
          font-size: 14px;
          line-height: 1; }
  .poverty-alleviation .poverty-news-item:hover * {
    color: #01297e !important; }

.talent-info .container {
  padding: 50px 0;
  border-bottom: 1px #eee solid; }
  .talent-info .container .talent-info-content p {
    font-size: 13px; }
  .talent-info .container .talent-info-content h3 {
    font-size: 20px;
    margin: 10px 0; }
  .talent-info .container .link-list {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 20px; }
    .talent-info .container .link-list .link-item {
      display: flex;
      align-items: center;
      justify-content: space-between;
      padding: 15px;
      width: calc(33% - 40px);
      background: #e8edf6; }
      .talent-info .container .link-list .link-item span {
        font-size: 14px;
        color: #000; }
    .talent-info .container .link-list .link-item:hover {
      background: #01297e; }
      .talent-info .container .link-list .link-item:hover span {
        color: #fff; }
    .talent-info .container .link-list .type-item {
      width: calc(33% - 40px); }
      .talent-info .container .link-list .type-item img {
        width: 100%;
        height: 220px;
        object-fit: cover;
        display: block; }
      .talent-info .container .link-list .type-item .link-item {
        width: calc(100% - 30px); }

.contact-area {
  padding: 0 0 50px 0; }
  .contact-area .container {
    padding: 30px;
    width: 1000px;
    box-shadow: 0 0 10px #eee; }
    .contact-area .container .map, .contact-area .container #dituContent {
      width: 100%;
      height: 500px;
      display: block;
      object-fit: cover;
      margin-bottom: 50px; }
    .contact-area .container .footer-code {
      display: flex;
      align-items: center;
      justify-content: center;
      margin-bottom: 30px; }
      .contact-area .container .footer-code img {
        width: 130px;
        height: 130px;
        margin-right: 30px; }
      .contact-area .container .footer-code .contact-item {
        font-size: 12px;
        color: #01297e;
        line-height: 1.8; }

.mobile-logo-nav, .nav_list_container {
  display: none; }

.download-list .right-content {
  width: calc(100% - 40px);
  height: fit-content;
  min-height: 400px; }

@media screen and (max-width: 1200px) {
  body .container {
    width: 100%;
    display: block !important; }

  .pc-logo-nav {
    display: none; }

  .mobile-logo-nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 15px;
    position: fixed;
    width: calc(100% - 30px);
    left: 0;
    top: 0;
    background: #fff;
    z-index: 1000;
    border-bottom: 1px #eee solid; }
    .mobile-logo-nav .mobile-logo {
      width: calc(100% - 40px); }
      .mobile-logo-nav .mobile-logo img {
        width: 100%;
        object-fit: contain;
        display: block; }

  .nav_list_container {
    background-color: #fff;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 2000;
    top: 0;
    left: 0;
    display: block; }
    .nav_list_container .nav-guanbi {
      font-size: 18px;
      position: absolute;
      right: 30px;
      top: 20px; }
    .nav_list_container img {
      width: 30px;
      margin: 80px auto 0;
      display: block; }
    .nav_list_container .nav_list {
      margin-top: 45px; }
      .nav_list_container .nav_list .nav_item {
        margin: 0 40px;
        text-align: center;
        position: relative; }
        .nav_list_container .nav_list .nav_item a {
          font-size: 14px;
          color: #333;
          font-weight: bold;
          line-height: 50px;
          width: 100%;
          display: block;
          font-family: montMedium; }
      .nav_list_container .nav_list .nav_item:after {
        content: " ";
        position: absolute;
        left: 0;
        bottom: 0;
        border-top: 1px solid #eee;
        color: rgba(0, 0, 0, 0.1);
        -webkit-transform-origin: 0 0;
        transform-origin: 0 0;
        -webkit-transform: scaleY(0.5);
        transform: scaleY(0.5);
        z-index: 2;
        width: 100%; }

  .hide-nav {
    display: none; }

  .swiper-container-pc {
    height: 250px !important;
    margin-top: 51px !important; }

  body .advantage-area {
    display: none !important; }

  .index-news-top, .index-news-bottom {
    margin: 20px 0;
    padding: 0 15px; }

  .index-news-top .container .index-news-swiper {
    height: 250px; }

  .index-news-top .container .index-news-swiper, .key-news {
    width: 100% !important;
    margin-bottom: 30px !important; }

  .index-product {
    padding: 20px 0 20px 15px; }

  .product-list .product-item {
    width: calc(50% - 16px);
    margin-right: 13px !important;
    margin-top: 20px; }
    .product-list .product-item img {
      height: 150px; }

  .roadmap {
    padding: 20px 0;
    background-size: cover; }

  .roadmap .picScroll-left .hd {
    width: calc(100% - 10px);
    padding-right: 10px; }

  .roadmap .picScroll-left .bd .tempWrap {
    padding-left: 15px !important;
    width: calc(100% - 15px) !important;
    margin-top: 30px; }

  .picScroll-left .road-list .road-item {
    width: 250px !important; }

  .bottom-logo {
    padding: 20px 0; }
    .bottom-logo img {
      width: 80%;
      height: unset; }

  .footer .link-list {
    display: none; }

  .footer {
    padding: 20px 15px; }

  .footer .footer-code {
    display: block;
    text-align: center; }
    .footer .footer-code img {
      margin: 0 auto 10px; }

  .gotop .iconfont {
    font-size: 30px; }

  .sub-banner {
    margin-top: 51px;
    height: 160px; }
    .sub-banner h3 {
      font-size: 20px; }

  .bread {
    display: none; }

  .list-area {
    display: block;
    padding: 0;
    min-height: unset; }
    .list-area .left-nav {
      height: unset;
      width: 100%;
      padding: 0;
      box-shadow: unset;
      min-height: unset; }
      .list-area .left-nav img {
        display: none; }
      .list-area .left-nav .left-nav-list {
        overflow: scroll;
        white-space: nowrap;
        border-bottom: 1px #eee solid; }
        .list-area .left-nav .left-nav-list .left-nav-item {
          display: inline-block;
          padding: 10px 15px;
          border: none; }
    .list-area .right-content {
      box-shadow: unset;
      min-height: unset;
      height: unset;
      width: calc(100% - 40px); }

  .product-company-intro {
    padding: 20px 15px; }

  .product-company-intro .company-name .cn-name {
    font-size: 17px; }

  .product-company-intro .company-name .en-name {
    font-size: 10px; }

  .contact-area .container, .detail .container {
    box-shadow: unset;
    width: calc(100% - 30px);
    padding: 15px; }
    .contact-area .container .map, .contact-area .container #dituContent, .detail .container .map, .detail .container #dituContent {
      height: 300px; }
    .contact-area .container .footer-code, .detail .container .footer-code {
      display: block;
      text-align: center; }
      .contact-area .container .footer-code img, .detail .container .footer-code img {
        margin: 0 auto 10px; }

  .detail .container .news-title {
    font-size: 18px;
    line-height: 1.5;
    text-align: left; }
  .detail .container .news-info p {
    font-size: 13px;
    margin-right: 5px; }
  .detail .container .news-content {
    margin: 15px 0; }

  .talent-info .container {
    padding: 20px 15px;
    width: calc(100% - 30px); }

  .talent-info .container .link-list .link-item {
    padding: 10px 15px; }
    .talent-info .container .link-list .link-item span {
      font-size: 13px; }

  .sec-info .container .link-list {
    display: block; }
    .sec-info .container .link-list .type-item {
      width: 100%;
      margin-bottom: 15px;
      display: block; }

  .news-nav {
    margin-bottom: 20px; }

  .news-nav .news-nav-item {
    height: 40px; }

  .poverty-alleviation {
    padding: 20px 15px; }

  .poverty-alleviation .poverty-top {
    display: block;
    margin-bottom: 0; }
    .poverty-alleviation .poverty-top .poverty-swiper-container, .poverty-alleviation .poverty-top .poverty-news-item {
      width: 100%;
      margin-bottom: 15px; }

  .poverty-alleviation .poverty-news-item {
    width: 100%;
    margin-bottom: 15px;
    margin-right: 0; }

  .product-company-intro .company-data-list {
    align-items: flex-start;
    margin: 25px 0; }
    .product-company-intro .company-data-list .company-data-item h2 {
      font-size: 25px;
      margin-bottom: 10px; }
    .product-company-intro .company-data-list .company-data-item p {
      font-size: 12px; }

  .catalog-list {
    padding-left: 15px; }

  .cooperation-cases .cases-list .cases-item .case-sub-item {
    padding: 10px 15px; }

  .cooperation-cases .cases-list .cases-item .case-sub-item {
    width: calc(25% - 10px) !important; }

  .company-area .company-top-area, .product-history {
    display: none; }

  .company-area {
    padding: 0 0 20px 15px; }

  .partner-area .partner-list {
    margin-top: 25px; }

  .partner-area .partner-list .partner-item {
    width: calc(33% - 10px);
    margin-right: 10px !important;
    height: 80px; }

  .expert-intro .expert-list {
    display: block;
    margin-top: 25px;
    padding-left: 15px;
    padding-right: 15px; }
    .expert-intro .expert-list .expert-item {
      width: 100%;
      margin-bottom: 15px;
      display: block; }

  .excellent-thesis {
    display: none; }

  .certificate-intro .zhengshu-list figure {
    width: calc(50% - 2px); }

  .product-achievement .achievement-list {
    display: block;
    padding: 0 15px; }
    .product-achievement .achievement-list .achievement-item {
      width: calc(100% - 40px); }

  .list-area .right-content .expert-item {
    width: 100%;
    margin-right: 0; }

  .poverty-alleviation .poverty-top .poverty-swiper-container .slide-content .text {
    padding: 20px;
    width: calc(100% - 40px); } }
@media screen and (max-width: 320px) {
  .detail .container .news-title {
    font-size: 16px;
    line-height: 1.5;
    text-align: left; }
  .detail .container .news-info p {
    font-size: 12px;
    margin-right: 15px; }
  .detail .container .news-content p {
    margin: 15px 0;
    font-size: 13px; }

  .talent-info .container .link-list .link-item {
    width: calc(33% - 20px);
    padding: 10px; }

  .sec-info .container .link-list {
    display: block; }
    .sec-info .container .link-list .type-item .link-item {
      width: calc(100% - 20px); }

  .list-area .right-content .expert-list {
    margin-top: 25px; }

  .poverty-alleviation .poverty-top .poverty-swiper-container {
    height: 350px; } }
.sub-banner {
  background-image: unset;
  position: relative; }
  .sub-banner img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 100; }
  .sub-banner .sub-banner-text {
    position: relative;
    z-index: 200; }

.company-area .company-top-area .screen-area .screen-item .screen-nav p {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-right: 10px; }

.company-area .company-top-area .screen-area .screen-item .screen-content {
  width: fit-content;
  min-width: 200px; }

.company-area .company-top-area .screen-area .screen-item .screen-content .content-item {
  white-space: nowrap; }

.footer, .roadmap {
  position: relative;
  background-image: unset; }
  .footer .footer-bg, .roadmap .footer-bg {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    object-fit: cover;
    z-index: 20; }
  .footer .container, .footer .picScroll-left, .roadmap .container, .roadmap .picScroll-left {
    position: relative;
    z-index: 50; }

.list-area .right-content .partner-area .container {
  width: calc(100% - 10px);
  padding-left: 10px; }

.cases-list .cases-item .case-sub-item span {
  display: none; }

@media screen and (max-width: 1200px) {
  .cases-list .cases-item {
    display: block; }
    .cases-list .cases-item .case-sub-item {
      width: calc(100% - 30px) !important;
      text-align: left !important; }
      .cases-list .cases-item .case-sub-item span {
        display: inline-block;
        color: #000;
        font-weight: bold;
        margin-right: 15px;
        font-size: 13px; }

  .cases-list .cases-item:first-child {
    display: none; }

  .list-area .right-content .partner-area .container {
    width: calc(100% - 10px);
    padding-left: 0; } }
.swiper-button-prev, .swiper-container-rtl .swiper-button-next, .swiper-button-next, .swiper-container-rtl .swiper-button-prev {
  background-image: unset !important;
  width: 36px !important; }
  .swiper-button-prev .iconfont, .swiper-container-rtl .swiper-button-next .iconfont, .swiper-button-next .iconfont, .swiper-container-rtl .swiper-button-prev .iconfont {
    font-size: 36px;
    color: #01297e; }

.swiper-button-prev {
  left: 40px !important; }

.swiper-button-next {
  right: 40px !important; }

.detail .container .news-content img {
  width: 100%; }

/*img{
  transition: all 0.6s;
}
img:hover{
  transform: scale(1.1);
}*/
.about-new-intro {
  margin: 50px 0 0 0; }
  .about-new-intro .intro-bg {
    background-color: #f4f4f4;
    padding: 40px 0;
    margin-top: 50px; }
    .about-new-intro .intro-bg .intro-content {
      display: flex;
      align-items: flex-start;
      justify-content: space-between; }
      .about-new-intro .intro-bg .intro-content .intro-text {
        width: calc(45% - 15px);
        flex-shrink: 0;
        height: 450px;
        overflow: hidden; }
        .about-new-intro .intro-bg .intro-content .intro-text p {
          font-size: 14px;
          color: #101010;
          line-height: 25px;
          margin-bottom: 10px;
          text-indent: 2em; }
      .about-new-intro .intro-bg .intro-content .intro-video {
        width: 55%;
        height: 450px;
        object-fit: cover; }

.development-history .history-area .next, .development-history .history-area .prev {
  top: 30px; }
.development-history .history-area .next {
  bottom: 30px;
  top: unset; }

.company-culture {
  padding: 50px 0;
  background-color: #f4f4f4; }
  .company-culture .culture-img {
    width: 100%; }

.company-honor {
  margin: 50px 0; }
  .company-honor .container {
    margin-top: 50px;
    background-color: #f4f4f4; }
    .company-honor .container .honor-content {
      display: flex;
      align-items: center;
      justify-content: space-between;
      padding: 25px 3%; }
      .company-honor .container .honor-content .left-content {
        width: 37%; }
        .company-honor .container .honor-content .left-content .honor-content-title {
          font-size: 20px;
          color: #585657;
          line-height: 43px; }
        .company-honor .container .honor-content .left-content .honor-content-text {
          font-size: 14px;
          line-height: 30px;
          margin-toP: 15px;
          text-indent: 2em; }
        .company-honor .container .honor-content .left-content img {
          width: 100%;
          display: block;
          margin-top: 20px; }
      .company-honor .container .honor-content .right-honor-img {
        width: 45%;
        display: block; }

.technology-detail-tab .detail-nav-area {
  padding: 40px 0 30px 0;
  background-color: #f4f4f4; }
  .technology-detail-tab .detail-nav-area .detail-nav-list {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    border-top: 2px #ccc solid; }
    .technology-detail-tab .detail-nav-area .detail-nav-list .detail-nav-item {
      padding-top: 30px;
      width: 200px;
      text-align: center;
      font-size: 14px;
      color: #333;
      position: relative;
      cursor: pointer; }
    .technology-detail-tab .detail-nav-area .detail-nav-list .detail-nav-item:before, .technology-detail-tab .detail-nav-area .detail-nav-list .detail-nav-item:after {
      position: absolute;
      content: '';
      width: 12px;
      height: 12px;
      border-radius: 50%;
      background-color: #999;
      top: -6px;
      left: 50%;
      transform: translate(-50%); }
    .technology-detail-tab .detail-nav-area .detail-nav-list .detail-nav-item:after {
      width: 20px;
      height: 20px;
      top: -10px;
      opacity: 0.3; }
    .technology-detail-tab .detail-nav-area .detail-nav-list .detail-nav-item-on {
      color: #0e4694; }
    .technology-detail-tab .detail-nav-area .detail-nav-list .detail-nav-item-on:before, .technology-detail-tab .detail-nav-area .detail-nav-list .detail-nav-item-on:after {
      background-color: #0e4694; }
.technology-detail-tab .detail-tab-pane {
  width: 1200px;
  margin: 10px auto; }
.technology-detail-tab .detail-tab-item {
  display: none; }
  .technology-detail-tab .detail-tab-item img {
    width: 80%;
    display: block;
    margin: 0 auto 30px; }
.technology-detail-tab .detail-tab-item-on {
  display: block; }

.technology-certificate {
  margin: 50px 0; }
  .technology-certificate .certificate-content {
    margin-top: 50px;
    display: flex;
    align-items: center;
    justify-content: space-between; }
    .technology-certificate .certificate-content .left-content {
      width: calc(35% - 20px);
      padding-right: 20px;
      flex-shrink: 0; }
      .technology-certificate .certificate-content .left-content h3 {
        line-height: 35px;
        font-size: 18px;
        color: #515151; }
      .technology-certificate .certificate-content .left-content p {
        padding-top: 13px;
        line-height: 24px;
        font-size: 14px;
        color: #575757; }
    .technology-certificate .certificate-content .right-content-img {
      width: 63%;
      display: block; }

.jishu {
  background-image: url("img/jishu.jpg");
  background-size: cover;
  background-repeat: no-repeat; }
  .jishu .jishu-content {
    width: 30%;
    position: relative;
    border-bottom: 954px solid #3e6ba9;
    border-bottom-color: #3e6ba9;
    border-bottom-color: rgba(62, 107, 169, 0.7);
    border-right: 600px solid transparent; }
    .jishu .jishu-content .jishu-text {
      position: absolute;
      color: #fff;
      left: 20%;
      top: 202px; }
      .jishu .jishu-content .jishu-text .title h3 {
        font-size: 30px;
        line-height: 30px; }
      .jishu .jishu-content .jishu-text .title p {
        font-size: 22px;
        font-weight: bold;
        line-height: 43px; }
      .jishu .jishu-content .jishu-text .des {
        font-size: 16px;
        line-height: 36px;
        margin: 60px 0 70px; }
      .jishu .jishu-content .jishu-text .center-list .center-item {
        font-size: 18px;
        line-height: 56px;
        padding-left: 20px;
        position: relative; }
      .jishu .jishu-content .jishu-text .center-list .center-item:before {
        position: absolute;
        content: '';
        width: 12px;
        height: 12px;
        border-radius: 50%;
        background-color: #fff;
        left: 0;
        top: 50%;
        transform: translate(0, -50%); }

.core-technology {
  margin: 50px 0;
  padding: 0;
  background-color: #fff; }
  .core-technology .tempWrap {
    box-shadow: unset; }
  .core-technology .achievement-list .achievement-item {
    margin-right: 26px;
    cursor: pointer;
    height: 290px; }
    .core-technology .achievement-list .achievement-item .name {
      margin: 30px 0 20px; }
  .core-technology .prev {
    left: -50px; }
  .core-technology .next {
    right: -50px; }

@media screen and (max-width: 1200px) {
  .swiper-button-prev, .swiper-container-rtl .swiper-button-next, .swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    display: none; }

  .about-new-intro {
    margin: 50px 0; }
    .about-new-intro .intro-bg .intro-content {
      display: block;
      padding: 0 15px; }
      .about-new-intro .intro-bg .intro-content .intro-text {
        width: 100%;
        margin-bottom: 20px; }
      .about-new-intro .intro-bg .intro-content .intro-video {
        width: 100%;
        height: 300px; }

  .company-honor .container .honor-content {
    display: block;
    padding: 15px; }
    .company-honor .container .honor-content .left-content, .company-honor .container .honor-content .right-honor-img {
      width: 100%; }

  .technology-detail-tab .detail-nav-area .detail-nav-list .detail-nav-item {
    font-size: 12px; }

  .technology-detail-tab .detail-tab-item img {
    width: 100%; }

  .technology-certificate .certificate-content {
    display: block;
    padding: 0 15px; }
    .technology-certificate .certificate-content .left-content {
      padding: 0;
      width: 100%; }
    .technology-certificate .certificate-content .right-content-img {
      width: 100%; }

  .core-technology .prev {
    left: 15px; }

  .core-technology .next {
    right: 15px; }

  .jishu .jishu-content {
    padding: 25px 15px;
    width: calc(100% - 30px);
    background-color: rgba(62, 107, 169, 0.7);
    border: none; }
    .jishu .jishu-content .jishu-text {
      position: unset; }
      .jishu .jishu-content .jishu-text .title h3 {
        font-size: 20px; }
      .jishu .jishu-content .jishu-text .title p {
        font-size: 14px;
        line-height: 1.5; }
      .jishu .jishu-content .jishu-text .des {
        font-size: 13px;
        line-height: 1.5;
        margin: 20px 0; }
      .jishu .jishu-content .jishu-text .center-list .center-item {
        font-size: 13px;
        line-height: 30px; } }
.core-technology .product-list .product-item {
  margin-bottom: 10px;
  margin-top: 0; }
.core-technology .product-list .product-item:nth-child(3n+3) {
  margin-right: 30px; }

@media screen and (max-width: 1200px) {
  .img-div {
    height: unset !important; }

  .product-list .product-item .img-div img {
    height: unset !important; } }
.product-history .history-area .history-item {
  margin-bottom: -10px; }

.core-journal {
  background-color: #f4f4f4;
  padding: 50px 0;
  margin: 0; }
  .core-journal .journal-container {
    margin-top: 50px;
    position: relative; }
    .core-journal .journal-container .next, .core-journal .journal-container .prev {
      position: absolute;
      top: 50%;
      left: -50px;
      transform: translate(0, -50%);
      cursor: pointer; }
      .core-journal .journal-container .next .iconfont, .core-journal .journal-container .prev .iconfont {
        color: #01297e;
        font-size: 30px; }
    .core-journal .journal-container .next {
      right: -50px;
      left: unset; }
    .core-journal .journal-container .prevStop .iconfont, .core-journal .journal-container .nextStop .iconfont {
      color: #ccc; }
  .core-journal .journal-list {
    overflow: hidden; }
    .core-journal .journal-list .journal-item .journal-top-item {
      display: flex;
      align-items: flex-start; }
      .core-journal .journal-list .journal-item .journal-top-item .journal-img {
        width: 28%;
        display: block;
        margin-right: 30px; }
      .core-journal .journal-list .journal-item .journal-top-item .journal-right-item {
        width: calc(72% + 30px); }
        .core-journal .journal-list .journal-item .journal-top-item .journal-right-item .item-title {
          line-height: 35px;
          font-size: 18px;
          color: #000; }
        .core-journal .journal-list .journal-item .journal-top-item .journal-right-item .intro-content {
          margin-bottom: 20px; }
          .core-journal .journal-list .journal-item .journal-top-item .journal-right-item .intro-content * {
            padding-top: 13px;
            line-height: 24px;
            font-size: 14px;
            color: #000; }
        .core-journal .journal-list .journal-item .journal-top-item .journal-right-item .pager-list .pager-item {
          display: flex;
          align-items: center;
          justify-content: space-between;
          padding: 15px 0;
          position: relative; }
          .core-journal .journal-list .journal-item .journal-top-item .journal-right-item .pager-list .pager-item p {
            font-size: 14px;
            color: #000; }
        .core-journal .journal-list .journal-item .journal-top-item .journal-right-item .pager-list .pager-item:after {
          content: " ";
          position: absolute;
          left: 0;
          bottom: 0;
          border-top: 1px solid rgba(0, 0, 0, 0.1);
          color: rgba(0, 0, 0, 0.1);
          -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
          -webkit-transform: scaleY(0.5);
          transform: scaleY(0.5);
          z-index: 2;
          width: 100%; }

@media screen and (max-width: 1200px) {
  .core-journal {
    padding: 50px 15px; }
    .core-journal .journal-list .journal-item .journal-top-item {
      display: block; }
      .core-journal .journal-list .journal-item .journal-top-item .journal-img {
        display: none; }
      .core-journal .journal-list .journal-item .journal-top-item .journal-right-item {
        width: 100%; }
        .core-journal .journal-list .journal-item .journal-top-item .journal-right-item .pager-item p:first-child {
          width: calc(100% - 75px);
          text-overflow: ellipsis;
          white-space: nowrap;
          overflow: hidden; }
    .core-journal .journal-container .prev, .core-journal .journal-container .next {
      top: -80px;
      transform: unset;
      left: 20px; }
    .core-journal .journal-container .next {
      right: 20px;
      left: unset; }

  .detail-tab-pane {
    padding: 15px;
    width: calc(100% - 30px); } }

/*# sourceMappingURL=tedri.css.map */
