@charset "UTF-8";
/* banner */
.banner-bg, .banner-bg_en {
  padding-top: 135px;
  box-sizing: border-box;
  height: 590px;
  background-image: url(../images/communication/banner.jpg);
  background-size: cover;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center; }
  .banner-bg strong, .banner-bg_en strong {
    font-size: 50px;
    font-weight: bolder;
    margin-bottom: 20px;
    letter-spacing: 5px;
    text-shadow: 0 3px 2px rgba(0, 0, 0, 0.3); }
    .banner-bg_en strong {
      font-size: 48px;
      letter-spacing: 2px;
      line-height: 68px;
    }
  .banner-bg em, .banner-bg_en em {
    font-size: 24px;
    text-shadow: 0 3px 2px rgba(0, 0, 0, 0.3); }
    .banner-bg_en em{
      font-size: 22px;
    }
.titlemit{font-family:'微软雅黑'!important}
@media screen and (max-width: 1200px) {
  .banner-bg, .banner-bg_en {
    padding-top: 75px;
    height: 440px; }
    .banner-bg strong, .banner-bg_en strong {
      font-size: 40px;
      margin-bottom: 8px;
      letter-spacing: 0px; }
    .banner-bg em, .banner-bg_en em {
      font-size: 18px; } }
@media screen and (max-width: 750px) {
  .banner-bg, .banner-bg_en {
    height: 260px; }
    .banner-bg strong, .banner-bg_en strong {
      font-size: 20px;
      margin-bottom: 5px;
     }
     .banner-bg_en strong {
     line-height: 28px;
     }
    .banner-bg em, .banner-bg_en em {
      text-align: center;
      width: 85%;
      font-size: 12px; } }
/* 行业综述 */
.cmt-review {
  margin-top: 60px; }

.cmt-content {
  display: flex;
  margin-top: 30px; }
  .cmt-content .img {
    width: 60%;
    height: 390px;
    margin-right: 55px;
    background-image: url(../images/communication/m-banner.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center; }
  .cmt-content .text {
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center; }
    .cmt-content .text .title {
      font-size: 22px;
      margin-bottom: 40px; 
      line-height: 1.8;
    }
      .cmt-content .text .title span {
        position: relative; }
        .cmt-content .text .title span:after {
          content: '';
          position: absolute;
          left: 0;
          bottom: -10px;
          width: 100%;
          height: 6px;
          background: linear-gradient(to right, #8e158e, #6a12b1); }
    .cmt-content .text p {
      font-size: 16px;
      letter-spacing: 2px;
      line-height: 26px; }

@media screen and (max-width: 1200px) {
  .cmt-content .img {
    width: 50%;
    margin-right: 36px; } }
@media screen and (max-width: 910px) {
  .cmt-review {
    margin-top: 30px; }

  .cmt-content {
    margin-top: 15px;
    flex-direction: column; }
    .cmt-content .img {
      width: 100%;
      height: 300px;
      margin-right: 0; }
    .cmt-content .text {
      width: 100%; }
      .cmt-content .text .title {
        margin-top: 10px;
        margin-bottom: 20px;
        font-size: 20px; } }
@media screen and (max-width: 750px) {
  .cmt-review {
    margin-top: 20px; }

  .cmt-content .img {
    width: 100%;
    height: 200px;
    margin-right: 0; }
  .cmt-content .text {
    width: 100%; }
    .cmt-content .text .title {
      margin-top: 10px;
      margin-bottom: 20px;
      font-size: 16px; 
      line-height: 2.4;
    }
    .cmt-content .text p {
      font-size: 14px; } }
/* 解决方案 */
.cmt-solution {
  height: 600px;
  margin-top: 60px;
  background-image: url(../images/communication/com-bg.jpg);
  background-attachment: fixed;
  background-size: cover;
  background-position: center; }
  .cmt-solution .title-2 {
    padding-top: 45px;
    color: #fff; }
  .cmt-solution .swiper-2 .swiper-slide a {
    box-shadow: 0px 0px 5px 5px rgba(0, 0, 0, 0.2); }
    .cmt-solution .swiper-2 .swiper-slide a:hover {
      box-shadow: 0px 0px 5px 5px rgba(0, 0, 0, 0.4); }

@media screen and (max-width: 750px) {
  .cmt-solution {
    margin-top: 20px;
    height: 515px; }
    .cmt-solution .title-2 {
      padding-top: 20px; }
    .cmt-solution .swiper-2 {
      margin-top: 20px; } }
/*相关新闻*/
.about-news {
  margin-top: 40px; }
  .about-news .news-list {
    margin-top: 30px; }

@media screen and (max-width: 750px) {
  .about-news {
    margin-top: 20px; }
    .about-news .news-list {
      margin-top: 15px; }
      .about-news .news-list li a .content .title {
        width: 100%;
        margin-top: 10px;
        margin-bottom: 10px;
        }
      .about-news .news-list li a .content .desc {
        margin: 5px 0; } }

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