<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.banenr-box {
  position: relative;
}
.banenr-box .input {
  width: 260px;
  height: 36px;
  background: #FFFFFF;
  border: 1px solid #D6D7D7;
}
.banenr-box .banner-img {
  width: 100%;
}
.banenr-box .banner-info {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 50px 0 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.banenr-box .banner-info p {
  color: #fff;
}
.banenr-box .banner-info .banner-brand {
  font-size: 42px;
  font-family: PingFang SC;
  font-weight: 400;
  color: #FFFFFF;
  margin-bottom: 14px;
}
.banenr-box .banner-info .banner-html {
  margin-bottom: 20px;
  color: #fff;
  margin-top: 1%;
  margin-bottom: 2%;
}
.banenr-box .banner-info .query-btn {
  width: 120px;
  height: 40px;
  background: #8CC5D3;
  font-size: 16px;
  font-family: PingFang SC;
  font-weight: 500;
  color: #FFFFFF;
  cursor: pointer;
  position: relative;
}
.banenr-box .banner-info .query-btn .arrow {
  height: 16px;
  margin-left: 6px;
  margin-top: 3px;
}
.banenr-box .banner-shadow {
  position: absolute;
  left: -140px;
  top: 0;
  height: 100%;
}
.banenr-box .query-form-box {
  height: 150px;
  background: rgba(255, 255, 255, 0.9);
  width: 100%;
  margin-top: 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 20px 80px;
}
.banenr-box .query-form-box .form-item {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 30px;
}
.banenr-box .query-form-box .name {
  font-size: 16px;
  font-family: PingFang SC;
  font-weight: bold;
  color: #585358;
  margin-bottom: 5px;
}
.banenr-box .query-form-box .sub {
  font-size: 13px;
  font-family: PingFang SC;
  font-weight: 400;
  color: #585358;
  margin-bottom: 5px;
}
.banenr-box .query-form-box .btn {
  width: 24px;
  min-width: 24px;
  height: 100%;
  background: #8CC5D3;
  color: #fff;
  position: relative;
  height: 38px;
  margin-left: 5px;
  cursor: pointer;
}
.banenr-box .query-form-box .btn .icon {
  height: 16px;
  position: absolute;
}
.banenr-box .query-form-box .btn .search-input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}
.banenr-box .query-form-box .btn.lg {
  height: 92px;
}
.inter-express-box {
  margin-top: 90px;
  position: relative;
}
.inter-express-box .title {
  font-size: 42px;
  font-family: PingFang SC;
  font-weight: 400;
  color: #1F3541;
  text-align: center;
}
.inter-express-box p {
  font-size: 18px;
  font-family: PingFang SC;
  font-weight: 400;
  color: #585358;
  margin-top: 20px;
  text-align: center;
}
.inter-express-box .link-box {
  margin-top: 60px;
}
.inter-express-box .link-box .link-item {
  font-size: 18px;
  font-family: PingFang SC;
  font-weight: 400;
  color: #1F3541;
  cursor: pointer;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 36px;
  border-right: 1px solid #939498;
}
.inter-express-box .link-box .link-item:last-child {
  border-right: none;
}
.inter-express-box .link-box .link-item .icon {
  width: 14px;
  margin-left: 4px;
}
.inter-express-box .link-box .link-item:hover {
  color: #8CC5D3;
}
.inter-express-box .link-box .link-item.active {
  color: #8CC5D3;
}
.inter-express-box .img-list .img-item {
  width: 33.33%;
  margin-top: 30px;
}
.inter-express-box .img-list .img-item .img {
  width: 95%;
  max-width: 380px;
  position: relative;
  border: 4px solid transparent;
}
.inter-express-box .img-list .img-item .img img {
  width: 100%;
  height: 300px;
}
.inter-express-box .img-list .img-item .img .img-info {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 30px;
  cursor: pointer;
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.45);
  z-index: 1;
  top: 0;
  left: 0;
}
.inter-express-box .img-list .img-item .img .img-info .img-title {
  font-size: 24px;
  font-family: PingFang SC;
  font-weight: 500;
  color: #FFFFFF;
  text-align: left;
}
.inter-express-box .img-list .img-item .img .img-info .decr {
  margin-top: 14px;
  margin-bottom: 16px;
  height: 7px;
  width: 125px;
}
.inter-express-box .img-list .img-item .img .img-info .img-desc {
  font-size: 14px;
  font-family: PingFang SC;
  font-weight: 500;
  color: #FFFFFF;
  text-align: left;
}
.inter-express-box .img-list .img-item .img .img-info .info-container {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: calc(100% - 60px);
}
.inter-express-box .img-list .img-item .img:hover {
  border-color: #8CC5D3;
}
.double-banner-box {
  position: relative;
  max-height: 500px;
  overflow: hidden;
  margin-top: 80px;
  min-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
.double-banner-box .line {
  position: absolute;
  width: 5px;
  height: 125%;
  background: #fff;
  z-index: 99;
  -webkit-transform: rotateZ(23deg);
          transform: rotateZ(23deg);
}
.double-banner-box .img {
  width: 100%;
  height: 500px;
}
.double-banner-box .left {
  width: 100%;
}
.double-banner-box .right {
  position: absolute;
  left: 0;
  top: 0;
  -webkit-mask-image: -webkit-linear-gradient(left top, transparent 50%, #dddddd 50%);
  width: 100%;
}
.double-banner-box .shadow-box {
  position: absolute;
  background: rgba(0, 0, 0, 0.45);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.double-banner-box .shadow-box .shadow-info {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 65px 240px 65px 0;
}
.double-banner-box .shadow-box .shadow-info .brand {
  font-size: 32px;
  font-family: PingFang SC;
  font-weight: 500;
  color: #FFFFFF;
  line-height: 32px;
  text-decoration: none;
}
.double-banner-box .shadow-box .shadow-info .decr {
  width: 125px;
  height: 7px;
  margin-top: 10px;
  margin-bottom: 20px;
}
.double-banner-box .shadow-box .shadow-info .select-item {
  margin-bottom: 10px;
  width: 100px;
  height: 30px;
  border: 1px solid #FFFFFF;
  font-size: 14px;
  font-family: PingFang SC;
  font-weight: 500;
  color: #FFFFFF;
  text-decoration: none;
  cursor: pointer;
}
.double-banner-box .shadow-box .shadow-info .select-item .icon {
  height: 11px;
  margin-left: 4px;
}
.double-banner-box .shadow-box .shadow-right {
  margin-top: 170px;
}
.industry-dynamic-box {
  margin-top: 60px;
  margin-bottom: 100px;
}
.industry-dynamic-box .item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border-right: 1px solid #DEDFE0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 24px;
}
.industry-dynamic-box .newas{ max-width:300px;}
.industry-dynamic-box .newas li{ line-height:1.8em;}
.industry-dynamic-box .newas .spanz{overflow: hidden; white-space: nowrap; text-overflow: ellipsis;width:65%;float: inline-start;}
.industry-dynamic-box .item:last-child {
  border-right: none;
}
.industry-dynamic-box .item .brand {
  font-size: 32px;
  font-family: PingFang SC;
  font-weight: 400;
  color: #1F3541;
}
.industry-dynamic-box .item .btn {
  width: 135px;
  height: 48px;
  background: #8CC5D3;
  color: #fff;
  font-size: 18px;
  margin-top: 15px;
  font-family: PingFang SC;
  font-weight: 500;
  cursor: pointer;
}
.industry-dynamic-box .item .btn .arrow {
  height: 17px;
  margin-left: 4px;
  margin-top: 3px;
}
.industry-dynamic-box .item .title {
  font-size: 14px;
  font-family: PingFang SC;
  font-weight: 400;
  color: #585358;
}
.industry-dynamic-box .item .sub {
  font-size: 18px;
  font-family: PingFang SC;
  font-weight: 500;
  color: #585358;
  margin-top: 13px;
  margin-bottom: 15px;
}
.industry-dynamic-box .item .link-btn {
  font-size: 14px;
  font-family: PingFang SC;
  font-weight: 500;
  color: #8CC5D3;
}
.industry-dynamic-box .item .link-btn .link-arrow {
  height: 14px;
  margin-left: 4px;
  margin-top: 2px;
}
@media screen and (max-width: 1600px) {
  .banenr-box {
    position: relative;
  }
  .banenr-box .banner-img {
    width: 100%;
  }
  .banenr-box .banner-info {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 1.2% 0;
  }
  .banenr-box .banner-info p {
    color: #fff;
  }
  .banenr-box .banner-info .banner-brand {
    font-size: 38px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #FFFFFF;
    margin-bottom: 0px;
  }
  .banenr-box .banner-info .query-btn {
    width: 120px;
    height: 40px;
    background: #8CC5D3;
    font-size: 16px;
    font-family: PingFang SC;
    font-weight: 500;
    color: #FFFFFF;
    cursor: pointer;
  }
  .banenr-box .banner-info .query-btn .arrow {
    height: 16px;
    margin-left: 6px;
    margin-top: 3px;
  }
  .banenr-box .banner-shadow {
    position: absolute;
    left: -140px;
    top: 0;
    height: 100%;
  }
  .banenr-box .query-form-box {
    height: 130px;
    background: rgba(255, 255, 255, 0.9);
    width: 100%;
    margin-top: 4%;
  }
}
</pre></body></html>