@charset "UTF-8";
/* banner */
.banner-bg {
  padding-top: 135px;
  box-sizing: border-box;
  height: 350px;
  background-image: url(/index/images/star/banner.jpg);
  background-size: cover;
  background-position: center;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center; }
  .banner-bg div {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    letter-spacing: 10px; }
    .banner-bg div strong {
      font-size: 50px;
      font-weight: bolder;
      text-shadow: 0 3px 2px rgba(0, 0, 0, 0.3); }

@media screen and (max-width: 1200px) {
  .banner-bg {
    padding-top: 75px;
    height: 300px; }
    .banner-bg div strong {
      font-size: 40px; } }
@media screen and (max-width: 750px) {
  .banner-bg {
    height: 175px; }
    .banner-bg div strong {
      font-size: 20px; } }
/* tab 头 */
.tab-title {
  height: 70px;
  border: 2px solid #f5f5f5;
  display: flex;
  justify-content: center; }
  .tab-title h4 {
    width: 330px;
    height: 100%;
    font-size: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    cursor: pointer; }
    .tab-title h4:first-child {
      margin-right: 100px; }
    .tab-title h4.active {
      color: #73289a; }
      .tab-title h4.active:after {
        content: ' ';
        position: absolute;
        width: 100%;
        height: 2px;
        bottom: -2px;
        left: 0;
        background: #73289a; }



@media screen and (max-width: 1200px) {
  .tab-title {
    height: 110px; } }
@media screen and (max-width: 750px) {
  .tab-title {
    height: 50px; }
    .tab-title h4 {
      width: 50%;
      font-size: 14px; }
      .tab-title h4:first-child {
        margin-right: 50px; } }
/* 小 banner */
.m-banner {
  width: 100%;
  height: 450px;
  margin-top: 50px;
  border-radius: 5px;
  overflow: hidden; }
  .m-banner a {
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #fff;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center; }
    .m-banner a strong {
      margin-top: 90px;
      font-size: 44px;
      font-weight: bolder;
      margin-bottom: 30px;
      letter-spacing: 5px;
      text-align: center;
      text-shadow: 0 3px 2px rgba(0, 0, 0, 0.3); }
      .m-banner_en a strong{
        margin-top: 30px;
      }
    .m-banner a em {
      width: 75%;
      text-align: center;
      letter-spacing: 2px;
      line-height: 32px;
      font-size: 18px;
      text-shadow: 0 3px 2px rgba(0, 0, 0, 0.3); }
       .tab3 .m-banner a em {
      width: 85%;
      text-align: center;
      letter-spacing: 2px;
      line-height: 32px;
      font-size: 16px;
      text-shadow: 0 3px 2px rgba(0, 0, 0, 0.3); }

@media screen and (max-width: 1200px) {
  .m-banner {
    height: 400px; }
    .m-banner a strong {
      margin-top: 80px; } }
@media screen and (max-width: 750px) {
    .tab3 .m-banner a em{ line-height:18px;width:90%; font-size:12px}
   
  .m-banner {
    height: 450px;
    margin-top: 15px;

    }
    .m-banner a{    
        display: flex;
    justify-content:center;}
    .m-banner a strong {
      margin-top: 15px;
      margin-bottom:15px;
      font-size: 20px; }
    .m-banner a em {
      width: 95%;
      line-height: 18px;
      font-size: 12px; } }
/* 能力列表 */
.tab2 .star-ability li .icon span {
  color: #758aac; }

.star-ability {
  display: flex;
  flex-wrap: wrap;
  margin-top: 90px; }
  .star-ability li {
    width: 50%;
    margin-bottom: 60px;
    display: flex;
    align-items: center; }
    .star-ability li .icon {
      width: 110px;
      height: 110px;
      border: 2px #f5f5f5 solid;
      border-radius: 55px;
      overflow: hidden;
      display: flex;
      justify-content: center;
      align-items: center;
      margin-right: 30px; }
      .star-ability li .icon span {
        color: #7d559c;
        font-size: 60px; }
    .star-ability li .content {
      flex: 1;
      padding-right: 20px; }
      .star-ability li .content h4 {
        font-size: 20px;
        font-weight: bold;
        margin-bottom: 20px; }
      .star-ability li .content p {
        line-height: 0.4rem;
        letter-spacing: 2.2px;
        color: #919191;
        font-size: 16px; }

@media screen and (max-width: 750px) {
  .star-ability {
    margin-top: 30px; }
    .star-ability li {
      width: 50%;
      flex-direction: column;
      margin-bottom: 20px; }
      .star-ability li .icon {
        width: 80px;
        height: 80px;
        margin-right: 0; }
        .star-ability li .icon span {
          font-size: 40px; }
      .star-ability li .content {
        display: flex;
        flex-direction: column;
        align-items: center;
        padding-right: 0; }
        .star-ability li .content h4 {
          text-align: center;
          margin-top: 10px;
          margin-bottom: 5px; }
        .star-ability li .content p {
          font-size: 14px;
          width: 90%;
          text-align: center;
          line-height: 26px; } }
/* 应用成果 */
.star-gain {
  padding: 90px 0;
  margin-top: 60px;
  background-image: url(/index/images/star/bj.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center; }
     .star-gain .content2{ margin:0 auto; width:70%}
     .star-gain .content2 img{width:100%; height:auto}
  .star-gain .content {
    margin-top: 70px;
    display: flex;
    justify-content: space-between; }
    .star-gain .content .content-item {
      width: 48%;
      height: 330px;
      padding: 40px;
      box-sizing: border-box;
      border: 2px #e2dcec solid;
      background: #fff; }
      .star-gain .content .content-item .title {
        display: flex;
        align-items: center;
        margin-bottom: 25px;
        /* 删除了 em 便于后台配置 */ }
        .star-gain .content .content-item .title em {
          font-size: 80px;
          color: #561e73;
          margin-right: 30px; }
        .star-gain .content .content-item .title span {
          font-size: 36px; }
        .star-gain .content .content-item .title img {
          max-width: 85px;
          max-height: 85px;
          margin-right: 30px; }
      .star-gain .content .content-item .text {
        letter-spacing: 0px;
        font-size: 16px;
        line-height: 20px;
        letter-spacing:1px}

@media screen and (max-width: 750px) {
  .star-gain {
    padding: 25px 0;
    margin-top: 10px; }
    .star-gain .content {
      margin-top: 35px;
      display: flex;
      flex-direction: column; }
      .star-gain .content .content-item {
        width: 100%;
        height: auto!important;
        padding: 20px;
        box-sizing: border-box;
        border: 2px #e2dcec solid;
        background: #fff; }
        .star-gain .content .content-item:first-child {
          margin-bottom: 20px; }
        .star-gain .content .content-item .title {
          margin-bottom: 10px;
          /* 删除了 em 便于后台配置 */ }
          .star-gain .content .content-item .title em {
            font-size: 50px;
            margin-right: 15px; }
          .star-gain .content .content-item .title span {
            font-size: 20px; }
          .star-gain .content .content-item .title img {
            max-width: 85px;
            max-height: 85px;
            margin-right: 30px; }
        .star-gain .content .content-item .text {
          line-height: 20px; } }
/* 相关新闻 */
.star-news {
  margin-top: 90px; }
  .star-news .news-list {
    margin-top: 30px; }

@media screen and (max-width: 750px) {
  .star-news {
    margin-top: 45px; }
    .star-news .news-list {
      margin-top: 35px;
      margin-bottom: 30px; } }
/* 轮播图 */
.star-swiper {
  margin-top: 50px; }

@media screen and (max-width: 750px) {
  .star-swiper {
    margin-top: 25px; } }
