@media screen and (max-width: 1024px) {
  .news-main-detail .detail-mains {
    width: 100%;
  }
  .page-pc {
    display: none;
  }
  .container {
    width: 100%;
    margin: 0 auto;
    position: relative;
  }
  .pc-show {
    display: none !important;
  }
  .m-show {
    display: block !important;
  }
  .hearder .top,
  .hearder .menu {
    display: none;
  }
  .hearder .nav {
    height: 6.25rem;
  }
  .hearder .nav .logo {
    width: 40%;
    margin-left: 0.625rem;
  }
  .hearder .nav .logo img {
    width: 100%;
    height: 100%;
  }
  .m-menu,
  .telephone {
    display: block;
    font-size: 1.875rem;
    margin-left: 1.875rem;
    font-weight: bold;
  }
  .m-menu .iconfont {
    font-size: 3.125rem !important;
  }
  .m-menu-bg {
    display: block;
    position: fixed;
    top: 6.25rem;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 99;
  }
  .m-menu-content {
    display: block;
    padding: 1.25rem;
    position: fixed;
    z-index: 999;
    top: 6.25rem;
    bottom: 0;
    right: 0;
    width: 40%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.9);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  }
  .m-menu-content a {
    display: inline-block;
    width: 100%;
    color: #fff;
    font-size: 1.5rem;
    margin-bottom: 0.9375rem;
    line-height: 2;
  }
  .problem-main .item .text .tit {
    font-size: 1.25rem !important;
  }
  .problem-main .item .text p {
    font-size: 1.125rem !important;
  }
  .news-main .item2 .news-img {
    width: 30%;
  }
  .news-main .item2 .news-img img {
    height: 9.375rem;
  }
  .news-main .item2 .text {
    width: 70%;
  }
  .serve-box .serve-btn {
    padding: 0.625rem 1.875rem;
  }
  .contact-main2 {
   width: calc(100% - 20px);
   margin-bottom: 20px;
  }

}
@media screen and (max-width: 767px) {
  .title {
    margin: 0.9375rem auto;
  }
  .title div {
    font-size: 1.25rem;
  }
  .title p {
    font-size: 0.875rem;
  }
  .hearder .top,
  .hearder .menu {
    display: none;
  }
  .hearder .nav {
    height: 5rem;
  }
  .hearder .nav .logo {
    width: 40%;
    margin-left: 0.625rem;
  }
  .hearder .nav .logo img {
    width: 100%;
    height: 100%;
  }
  .m-menu,
  .telephone {
    font-size: 1rem;
    margin-left: 1.25rem;
  }
  .m-menu .iconfont {
    font-size: 1.875rem !important;
  }
  .m-menu-bg {
    display: block;
    position: fixed;
    top: 5rem;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 99;
  }
  .m-menu-content {
    display: block;
    padding: 1.25rem;
    position: fixed;
    z-index: 999;
    top: 5rem;
    bottom: 0;
    right: 0;
    width: 40%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.9);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  }
  .m-menu-content a {
    display: inline-block;
    width: 100%;
    color: #fff;
    font-size: 1rem;
    margin-bottom: 0.9375rem;
  }
  .product-main .contact {
    display: none !important;
  }
  .product-main .m-contact {
    display: flex !important;
    align-items: center;
    flex-direction: column;
  }
  .product-main .m-contact img {
    height: 4.375rem;
    width: 4.375rem;
  }
  .product-main .m-contact a {
    color: #999;
    font-size: 0.875rem;
    margin: 0.625rem 0;
  }
  .product-main .text-1 {
    padding: 0.625rem 0.25rem 0;
  }
  .product-main .text-1 .tit {
    font-size: 0.875rem !important;
  }
  .product-main .text-1 .desc {
    font-size: 0.75rem !important;
  }
  .product-main .text-1 .desc span {
    font-size: 0.75rem !important;
  }
  .serve-main :nth-of-type(3) .item span {
    font-size: 2.5rem;
    line-height: 0.9;
  }
  .serve-main .item {
    padding: 0.625rem 0;
  }
  .serve-main .item span {
    font-size: 1.875rem;
    margin-bottom: 0.375rem;
    line-height: 1.2;
  }
  .serve-main .item div {
    font-size: 1rem;
    margin-bottom: 0.375rem;
  }
  .serve-main .item p {
    color: #999;
    font-size: 0.75rem;
  }
  .process-main .item {
    border-radius: 0.375rem;
    margin: 0 0.625rem 0.625rem;
    padding: 0.625rem;
    font-size: 0.875rem;
  }
  .process-main .item span {
    width: 1.25rem;
    height: 1.25rem;
  }
  .problem-main .item {
    margin: 0 0.625rem 0.9375rem;
  }
  .problem-main .item .prob-img {
    width: 34%;
    border-radius: 0.375rem;
    overflow: hidden;
  }
  .problem-main .item .text .tit {
    font-size: 1rem !important;
  }
  .problem-main .item .text p {
    font-size: 0.875rem !important;
  }
  .news-main .item {
    margin: 0 0.625rem 0.9375rem;
  }
  .news-main .item .news-img {
    width: 100%;
    overflow: hidden;
  }
  .news-main .item .text-1 {
    padding: 0.625rem;
  }
  .news-main .item .text-1 .tit {
    font-size: 1rem !important;
  }
  .news-main .item .text-1 .time {
    font-size: 0.875rem;
  }
  .news-main .item2 .news-img {
    width: 30%;
  }
  .news-main .item2 .news-img img {
    height: 5rem;
  }
  .news-main .item2 .text {
    width: 70%;
  }
  .news-main .item2 .text .tit {
    font-size: 1rem;
    margin: 0;
  }
  .news-main .item2 .text .desc {
    font-size: 0.75rem;
    margin: 0.375rem 0;
  }
  .news-main .item2 .text .time {
    font-size: 0.75rem;
  }
  .footer .text {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  .company-main {
    margin: 20px 0;
    padding: 0 10px;
  }
  .company-main .company-L {
    flex: 1;
    margin-right: 0;
    font-size: 0.875rem;
    line-height: 2;
    color: #333;
  }
  .company-main .company-L .company-img {
    display: block;
    margin-bottom: 1.25rem;
  }
  .company-main .company-R {
    display: none;
  }
  .detail-main .title {
    font-size: 1.25rem;
    font-weight: bold;
  }
  .detail-main .image {
    display: block !important;
  }
  .detail-main .image img {
    width: 100%;
    height: auto;
  }
  .news-main-detail {
    padding: 0;
    background-color: #ffffff;
	display: flex;
  }
  .news-main-detail .detail-mains {
    width: 100%;
    margin: 0 auto;
    position: relative;
    background-color: #fff;
    padding: 1.25rem;
    min-height: 18.75rem;
  }
  .news-main-detail .detail-mains .title {
    font-size: 1.25rem;
  }
  .news-main-detail .detail-mains .image {
    display: block !important;
  }
  .news-main-detail .detail-mains .image img {
    width: 100%;
    height: auto;
  }
  .detail-bar {
    display: none;
  }
  .form-main .el-select {
    margin-bottom: 10px;
  }
  .serve-box {
    flex-direction: column;
    align-items: center;
  }
  .serve-box .serve-btn {
    width: 80%;
    margin-bottom: 10px;
    padding: 0.625rem 1.25rem !important;
  }
  .advantage-main .item h2 {
    font-size: 1.125rem;
  }
 .breadcrumb {
    padding: 16px;
    font-size: 14px;
  }
	.advantage-main .item h2 {
	  font-size: 1.125rem;
	}
	.forms-main {
	  padding: 20px 20px 40px;
	}
	.forms-main .el-select {
	  margin-bottom: 10px;
	}
  .page-wap{
	  display: block;
  }
  .service-main .el-carousel__container{
    height: 300px !important;
  }
  .contact-main .el-row{
	  display: block;
  }
  .address-title{
	 margin: 0.9375rem 0.625rem;
  }
  .contact-main2 {
   width: calc(100% - 20px);
   margin-bottom: 20px;
  }

}
