@media screen and (min-width: 1200px) and (max-width: 1280px) {

  .main_middle,
  .norm_main {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .pro_wrapper,
  .case_wrapper {
    display: flex;
    justify-content: space-around;
  }
}

@media screen and (min-width: 1200px) and (max-width: 1700px) {

  .epc_tab_wrapper {
    width: 80vw;
    height: 10vw;
  }

  .epc_tab_active {
    height: 25vw;
  }

  .epc_tab_active .epc_text p {
    font-size: 14px;
    color: #ffffff;
    line-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .about_content {
    width: 55.5vw;
    height: 34vw;
  }
}

@media screen and (min-width: 1200px) and (max-width: 1440px) {
  .inside_logo {
    font-size: 26px;
  }

  .news_layer .news_nr {
    margin: 1vw 0 0.5vw;
  }

  .footer_above .fo_above_left>img {
    width: 1rem;
    margin-right: 0.2rem;
  }

  .footer_above .fo_above_left .logo_side>p {
    font-size: 26px;
  }
}

@media screen and (min-width: 1441px) and (max-width: 1600px) {
  .footer_above .fo_above_left>img {
    width: 1.4rem;
    margin-right: 0.2rem;
  }
}
