<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.i-title .en-title {
  display: none;
}
.i-title .line {
    margin: 10px auto 0;
}
.index .i-about ul {
    width: 44.375rem;
    justify-content: space-between;
}
.index .i-about ul  li {
    width: 33%;
    /*margin-right: 0 !important;*/
}
.product .productBox .left .top {
    line-height: 1.2;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    padding-left: 0;
}
.productXq .productBox .right .box .textBox .btnBox .xqBtn {
    width: auto;
    height: auto;
    padding: 8px;
}
.about .about-item3 ul {
    align-items: flex-start;
}

.subNavBox {
    width: 150%;
}
.product .productBox .left .productType .item,
.product .productBox .left .productType .item .subItem{
    font-size: 1rem;
}

.contact .contact-item1 .left {
    width: 27rem;
}

@media screen and (max-width: 992px) {
    .index .i-about ul {
        width: 100%;
        flex-wrap: wrap;
    }
     .index .i-about ul li {
         width: 100%;
     }
      .index .i-about ul li:not(:last-child) {
          margin-bottom: 15px;
      }
      .contact .contact-item1 .left {
          width: 100% ;
      }
}</pre></body></html>