@charset "UTF-8";
/*新闻列表*/
.banner-bg, .banner-bg_en {
  box-sizing: border-box;
  width: 1200px;
  margin: 0 auto;
  margin-top: 16px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #fff; }
  .banner-bg_en{
    align-items:unset;
  }
  .banner-bg strong, .banner-bg_en strong {
    font-size: 66px;
    font-weight: bolder;
    margin-bottom: 20px;
    margin-top: -90px;
    letter-spacing: 10px;
    text-shadow: 0 3px 2px rgba(0, 0, 0, 0.3); }
    .banner-bg_en strong{
      letter-spacing: 3px ;
    }
    .banner-bg_en strong, .banner-bg_en em{
      font-size: 54px ;
    }
  .banner-bg em {
    font-size: 28px;
    text-shadow: 0 3px 2px rgba(0, 0, 0, 0.3); }
    .banner-bg_en em {
      font-size: 34px;
      text-shadow: 0 3px 2px rgba(0, 0, 0, 0.3); }
      .banner-bg_en em.one{
        font-size: 54px;
        font-weight: bolder;
      }
@media screen and (max-width: 1200px) {
  .banner-bg, .banner-bg_en {
    padding-top: 75px;
    height: 440px;
    width: 100%; }
    .banner-bg strong, .banner-bg_en strong {
      font-size: 40px;
      margin-bottom: 8px; }
    .banner-bg em {
      font-size: 18px; }
      .banner-bg_en em  {
        font-size: 40px; }
    }
    
    
@media screen and (max-width: 750px) {
  .banner-bg, .banner-bg_en {
    height: 300px; }
    .banner-bg strong, .banner-bg_en strong {
      font-size: 20px;
      margin-bottom: 5px;
      letter-spacing: 0px; }
    .banner-bg em {
      font-size: 12px; }
      .banner-bg_en em {
        font-size: 20px; } 
        .banner-bg_en strong, .banner-bg_en em{
          font-size: 18px ;
        }
        .banner-bg_en em.one{
          font-size: 20px;
        }
    }
/*首页轮播图*/
.m-banner .swiper-container {
  height: 100vh;
  overflow: hidden; }
  .m-banner .swiper-container .swiper-slide a {
    display: inline-block;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover; }
.m-banner .swiper-pagination {
  position: absolute;
  left: 50%;
  top: 50% !important;
  transform: translateY(-50%) !important;
  margin-left: 584px;
  z-index: 2; }
  .m-banner .swiper-pagination > span {
    position: relative;
    cursor: pointer; }
  .m-banner .swiper-pagination > span.swiper-pagination-bullet-active {
    margin-top: 120px; }
  .m-banner .swiper-pagination > span.swiper-pagination-bullet-active:before {
    content: '';
    position: absolute;
    left: 3px;
    bottom: 34px;
    background: #cacaca;
    width: 2px;
    height: 75px;
    background: #fff; }
  .m-banner .swiper-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    border-radius: 6px;
    display: block;
    background: #fff;
    margin: 20px 0;
    opacity: 1;
    transition: all 0.2s; }
    .m-banner .swiper-pagination .swiper-pagination-bullet:hover {
      opacity: 0.4; }
    .m-banner .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
      width: 8px;
      height: 8px;
      background: none;
      border: 2px #fff solid;
      border-radius: 50%; }

/*关注我们*/
.attention {
  width: 100%; }
  .attention > div {
    width: 1200px;
    position: relative;
    margin: 0 auto; }
    .attention > div .attention-ctr {
      width: 255px;
      position: absolute;
      bottom: 45px;
      right: 0;
      z-index: 2;
      display: flex;
      flex-decoration: row; }
      .attention > div .attention-ctr p {
        font-size: 18px;
        font-weight: bold;
        color: #fff; }
      .attention > div .attention-ctr ul {
        display: flex;
        flex-direction: row; }
        .attention > div .attention-ctr ul li {
          position: relative; }
          .attention > div .attention-ctr ul li:hover b {
            height: 80px;
            opacity: 1; }
          .attention > div .attention-ctr ul li b {
            overflow: hidden;
            width: 80px;
            height: 0px;
            opacity: 0;
            border-radius: 4px;
            background: #fff;
            box-shadow: 0 0 5px #cacaca;
            position: absolute;
            transition: opacity 0.5s; }
            .attention > div .attention-ctr ul li b img {
              width: 68px;
              height: 68px;
              margin: 6px; }
          .attention > div .attention-ctr ul li a {
            color: #fff; }
            .attention > div .attention-ctr ul li a i {
              font-size: 32px;
              margin: 0 5px;
              display: flex;
              align-items: center;
              justify-content: center; }
              .attention > div .attention-ctr ul li a i img {
                width: 30px;
                height: 30px; }
            .attention > div .attention-ctr ul li a:hover {
              opacity: 0.8; }

/*实践成果*/
.gain {
  width: 100%;
  margin-top: 50px; }
  .gain .content {
    width: 100%;
    background: #ebecf3;
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover; }
    .gain .content .content-list {
      color: #820fac;
      display: flex;
      justify-content: center;
      position: relative; }
      .gain .content .content-list:after {
        position: absolute;
        bottom: -27px;
        left: 50%;
        transform: translateX(-41px);
        content: ' ';
        width: 83px;
        height: 29px;
        background-image: url(../images/bar.png);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center; }
      .gain .content .content-list .content-item {
        max-width: 300px;
        padding: 0 35px;
        padding-bottom: 50px;
        box-sizing: border-box;
        transition: all 0.5s;
        position: relative; }
        .gain .content .content-list .content-item i.border {
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 8px;
          opacity: 0;
          background: linear-gradient(to right, #8e158e, #6a12b1);
          transition: all 0.5s; }
        .gain .content .content-list .content-item.active {
          background: #fff;
          box-shadow: 0 0 10px #cacaca; }
          .gain .content .content-list .content-item.active i {
            opacity: 1; }
        .gain .content .content-list .content-item p {
          font-weight: normal;
          margin-top: 100px;
          margin-bottom: 80px;
          font-size: 80px;
          text-align: center;
          display: flex;
          justify-content: center;
          align-items: center; }
          .gain .content .content-list .content-item p em {
            font-size: 62px;
            margin-left: 15px;
            margin-right: 5px; }
          .gain .content .content-list .content-item p i.addIcon {
            font-size: 50px;
            margin-top: -40px; }
        .gain .content .content-list .content-item div {
          margin: 0 auto;
          text-align: center; }
          .gain .content .content-list .content-item div b {
            display: block;
            margin-bottom: 20px;
            font-size: 32px;
            font-weight: bolder; }
          .gain .content .content-list .content-item div span {
            font-size: 16px;
            line-height: 30px; }

/*热点资讯*/
.hotnews {
  width: 100%;
  padding-top: 50px;
  height: 412px;
  background: #3c4150;
  margin-bottom: 340px; }
  .hotnews .content {
    position: relative; }

/*行业应用*/
.industry {
  width: 100%;
  padding: 120px 0;
  background-image: url(../images/bg-industry.jpg);
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative; }
  .industry .title {
    padding: 0;
    position: absolute;
    top: -100px;
    left: 50%;
    transform: translateX(-50%); }

/*合作伙伴*/
.partners {
  width: 100%;
  padding-bottom: 40px; }
  .partners .title {
    margin-top: 50px; }
    .partners .title img {
      width: 246px;
      height: 180px; }
  .partners .partners-list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; }
    .partners .partners-list li {
      width: 200px;
      height: 84px;
      text-align: center;
      margin-bottom: 30px; }
      .partners .partners-list li img {
        width: 200px;
        height: 84px; }

/*了解更多*/
.more {
  width: 100%;
  height: 382px; }
  .more a {
    width: 100%;
    height: 100%;
    display: inline-block;
    background-image: url(../images/bg-more2.jpg);
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative; }

/*公共标题*/
.title.common {
  padding: 30px 0;
  text-align: center; }
  .title.common > div {
    width: 200px;
    height: 144px;
    display: inline-block;
    background-size: 200px 144px;
    background-repeat: no-repeat; }

.gain-title {
  background-image: url(../images/title/@1x/title11.png); }

.news-title {
  background-image: url(../images/title/@1x/title2.png); }

.industry-title {
  background-image: url(../images/title/@1x/title3.png); }

.partners-title {
  background-image: url(../images/title/@1x/title4.png); }

  .gain-title_en {
    width: 390px !important;
    height: 148px !important;

    
    background-image: url(../images/title/@1x/title11_en.png); 
    background-size: cover !important;
  }
  
  .news-title_en {
    background-image: url(../images/title/@1x/title2_en.png); }
  
  .industry-title_en {
    width: 610px !important;
    height: 133px !important;
    background-image: url(../images/title/@1x/title3_en.png);
    background-size: cover !important;
  }
    
  
  .partners-title_en {

    background-image: url(../images/title/@1x/title4_en.png); }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5) {
  .gain-title {

    background-image: url(../images/title/@2x/title11.png); 
 
  }

  .news-title {
    background-image: url(../images/title/@2x/title2.png); }

  .industry-title {
    background-image: url(../images/title/@2x/title3.png); }

  .partners-title {
    background-image: url(../images/title/@2x/title4.png); } }
    .gain-title_en {

      background-image: url(../images/title/@2x/title11_en.png); 
   
    }
  
    .news-title_en {

      background-image: url(../images/title/@2x/title2_en.png); 
     }
  
    .industry-title_en {

      background-image: url(../images/title/@2x/title3_en.png);
      }
  
    .partners-title_en {
      
      background-image: url(../images/title/@2x/title4_en.png); 
      
    } 
}
@media screen and (max-width: 1200px) {
  /*公共标题*/
  .title.common {
    padding: 20px 0;
    text-align: center; }
    .title.common > div {
      width: 134px;
      height: 96px;
      display: inline-block;
      background-size: 134px 96px;
      background-position: center;
      background-repeat: no-repeat; }

    
  .w1200 {
    width: auto; }

  .top .top-search {
    display: none; }
  .top .top-nav .nav {
    display: none; }
  .top .top-nav .menu {
    display: block; }

  .m-banner .swiper-container {
    height: 80vh; }
  .m-banner .swiper-pagination {
    display: none; }

  .attention {
    display: none; }

  .banner-bg, .banner-bg_en {
    height: 80vh; }

  .gain .content .content-list .content-item {
    max-width: 240px;
    padding: 0 15px;
    padding-bottom: 30px; }
    .gain .content .content-list .content-item p {
      margin-top: 80px;
      margin-bottom: 60px; }

  .hotnews {
    height: 312px;
    margin-bottom: 300px; }

  .industry {
    padding: 100px 0; }
    .industry .title {
      top: -70px; }

  /*了解更多*/
  .more {
    height: 280px; } }
@media screen and (max-width: 750px) {
  /*公共标题*/
  .title.common {
    padding: 15px 0;
    text-align: center; }
    .title.common > div {
      width: 80px;
      height: 58px;
      display: inline-block;
      background-size: 80px 58px;
      background-position: center;
      background-repeat: no-repeat; }
      .gain-title_en {
        width: 140px !important;
        height: 76px !important;
        background-size: 100% auto !important;
      }
      .industry-title_en {
        width: 200px !important;
        height:73px !important;

        background-size: 100% auto !important; }
  .m-banner .swiper-container {
    height: 35vh; }

  .banner-bg, .banner-bg_en {
    height: 35vh; }

  .gain {
    margin-top: 25px; }
    .gain .content .content-list {
      flex-wrap: wrap; }
      .gain .content .content-list .content-item {
        width: 50%;
        max-width: 50%;
        padding: 0 15px;
        padding-bottom: 15px;
        box-sizing: border-box; }
        .gain .content .content-list .content-item p {
          font-size: 40px;
          margin-top: 25px;
          margin-bottom: 20px; }
          .gain .content .content-list .content-item p i.addIcon {
            font-size: 25px; }
          .gain .content .content-list .content-item p em {
            font-size: 30px; }
        .gain .content .content-list .content-item div b {
          font-size: 18px;
          margin-bottom: 10px; }
        .gain .content .content-list .content-item div span {
          font-size: 14px; }

  .hotnews {
    margin-bottom: 160px;
    height: 240px; }

  .industry {
    padding: 50px 0;
    padding-bottom: 0; }
    .industry .title {
      top: -50px; }

  .partners .partners-list li {
    width: 50%;
    margin-bottom: 15px;
    height: 42px; }
    .partners .partners-list li a img {
      width: 100px;
      height: 42px; }

  /*了解更多*/
  .more {
    height: 130px; }

  .news .new-title {
    flex-direction: column; }
    .news .new-title .right {
      margin-top: 15px;
      width: 100%; }
  .news .news-list li a {
    flex-direction: column; }
  .news .news-list li .image {
    width: 100%;
    margin-right: 0; }
  .news .news-list li .content .title {
    margin-top: 35px; }
  .news .news-list li .content .more {
    display: none; } }

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