@charset "UTF-8";
/*响应式配置*/
@media (max-width: 1477px) {
  .index-about .wrapper .rt {
    line-height: 2;
  }
}
@media (max-width: 1199px) {
  header {
    display: none;
  }
  .out-header {
    display: none;
  }
  .index-about .wrapper .lt {
    width: 100%;
    height: auto;
  }
  .index-about .wrapper .rt {
    width: 100%;
    padding: 3% 2%;
  }
  .contact-us .contact-info .block {
    width: 49%;
  }
  .contact-us .online-msg .wrapper .lt form input {
    height: 3em;
  }
  .news-list .wrapper .block .title p {
    line-height: 2;
    height: 4em;
  }
}
@media (max-width: 990px) {
  .container {
    width: 94%;
  }
}
@media (max-width: 767px) {
  .index-category .wrapper .block {
    width: 100%;
    margin-bottom: 3%;
  }
  .index-more img {
    width: 1.5em;
  }
  .index-news .wrapper .lt {
    width: 100%;
    margin-bottom: 3%;
  }
  .index-news .wrapper .lt .block::before {
    height: 100%;
  }
  .index-news .wrapper .lt .block:hover::before {
    width: 100%;
    transform: translate(0, -50%);
  }
  .index-news .wrapper .rt {
    width: 100%;
  }
  .contact-us .contact-info .block {
    width: 100%;
  }
  .contact-us .online-msg .wrapper .lt {
    width: 100%;
    margin-bottom: 5%;
  }
  .contact-us .online-msg .wrapper .rt {
    width: 100%;
  }
  .device-list .wrapper .block {
    width: 49%;
  }
  .cert-list .wrapper .block {
    width: 49%;
  }
  .news-list .wrapper .block {
    width: 100%;
  }
  .prod-list .wrapper .block {
    width: 49%;
  }
	.contact-us .online-msg .wrapper .lt form input {
		width: 100%;
	}
}
