<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.textEellipsis {
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.clearF:after {
  display: block;
  content: '';
  width: 0;
  height: 0;
  clear: both;
}
.userSelect {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.totalIconCss {
  font-family: "iconfont" !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.floatL {
  float: left;
}
.floatR {
  float: right;
}
.diy-focus:focus {
  border-color: #F5F6F6;
}
.diy-focus:active {
  border-color: #F5F6F6;
}
html {
  overflow-x: hidden;
}
[v-cloak] {
  opacity: 0;
}
.land-page .land-wrap {
  position: relative;
  height: inherit;
  width: 1440px;
  margin: 0 auto;
}
.land-page .land-wrap .jump-page {
  width: 164px;
  height: 70px;
  position: absolute;
  left: 424px;
  bottom: 116px;
  z-index: 2;
  cursor: pointer;
}
.land-banner {
  background: url("../images/index-land/banner-bg.png") no-repeat center;
  width: 100%;
  height: 520px;
  min-width: 1440px;
  background-size: cover;
}
.land-banner .title-info {
  padding-top: 130px;
}
@keyframes scaleUp {
  from {
    transform: scale(0.3);
  }
  to {
    transform: scale(1);
  }
}
.land-banner .banner-title {
  background: url("../images/index-land/banner-title.png") no-repeat center;
  width: 559px;
  height: 160px;
  animation: scaleUp 1s ease-in-out forwards;
}
.land-banner .jump-link {
  background: url("../images/index-land/reg-bg.png") no-repeat center;
  width: 543px;
  height: 78px;
  margin-top: 30px;
  position: relative;
}
.land-banner .jump-link a {
  background: url("../images/index-land/reg-btn.png") no-repeat center;
  width: 155px;
  height: 70px;
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
}
.land-banner .form-land {
  width: 402px;
  background: #FFFFFF;
  border-radius: 10px;
  position: absolute;
  top: 50%;
  right: 0;
  z-index: 1;
  transform: translateY(-50%) translateZ(0);
  padding: 34px;
}
.land-banner .form-land .form-title {
  font-size: 28px;
  font-weight: bold;
  color: #F71B0A;
  text-align: center;
  display: flex;
  align-items: center;
}
.land-banner .form-land .form-title:before {
  display: inline-block;
  content: '';
  background: url("../images/index-land/hot-icon.png") no-repeat center;
  width: 32px;
  height: 32px;
  margin-right: 8px;
}
.land-banner .form-land .form-item {
  margin-top: 16px;
  position: relative;
}
.land-banner .form-land .form-item .nc-container {
  height: 52px;
  border-radius: 3px;
}
.land-banner .form-land .form-item .nc-container .nc_wrapper {
  height: inherit;
}
.land-banner .form-land .form-item .nc-container .nc_scale {
  height: inherit;
  border-radius: 3px;
  overflow: hidden;
  background: #ededed;
}
.land-banner .form-land .form-item .nc-container .nc_scale .nc-lang-cnt {
  width: 100%;
  font-size: 16px;
  text-align: right;
  padding-right: 52px;
}
.land-banner .form-land .form-item .nc-container .nc_scale span {
  width: 66px;
  height: 52px;
  line-height: 52px;
  border-radius: 3px;
  border-color: #DFE2E6;
}
.land-banner .form-land .form-item input {
  width: 333px;
  height: 52px;
  border-radius: 3px;
  border: 1px solid #DFE2E6;
  font-size: 16px;
}
.land-banner .form-land .form-item input:focus {
  border-color: #F5F6F6;
}
.land-banner .form-land .form-item input:active {
  border-color: #F5F6F6;
}
.land-banner .form-land .form-item .get-code {
  width: 136px;
  height: 52px;
  line-height: 52px;
  background: #00853D;
  border-radius: 3px;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1;
  color: #fff;
  font-size: 16px;
  transition: all 0.3s;
  text-justify: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.land-banner .form-land .form-item .get-code:hover {
  background-color: #0cb440;
}
.land-banner .form-land .form-item.agreement {
  display: flex;
  align-items: center;
  cursor: pointer;
  margin-bottom: 24px;
}
.land-banner .form-land .form-item.agreement.active:before {
  background: url("../images/index-land/checked-icon.png") no-repeat center;
  width: 16px;
  height: 16px;
  background-size: cover;
}
.land-banner .form-land .form-item.agreement:before {
  display: block;
  content: '';
  width: 16px;
  height: 16px;
  border-radius: 100%;
  background: #DFE2E6;
  margin-right: 6px;
}
.land-banner .form-land .form-item.agreement .tag {
  color: #00853D;
}
.land-banner .form-land .form-item.agreement .tag:hover {
  color: #F5F6F6;
}
.land-banner .form-land .form-item .reg-btn {
  display: block;
  width: 100%;
  text-align: center;
  background: #00853D;
  height: 52px;
  border-radius: 3px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  font-size: 18px;
  color: #FFFFFF;
  transition: all 0.3s;
}
.land-banner .form-land .form-item .reg-btn:hover {
  background-color: #0cb440;
}
.selling-point {
  background: #FFF;
  box-shadow: 0px 0px 29px 3px rgba(108, 110, 107, 0.16);
  border-radius: 6px;
}
.selling-point .land-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.selling-point .selling-el {
  display: flex;
  padding: 50px 0;
  cursor: default;
  width: 250px;
}
.selling-point .selling-el:hover img {
  transform: translateY(-3px);
}
.selling-point .selling-el .selling-icon img {
  width: 60px;
  height: 60px;
  transition: all 0.3s;
}
.selling-point .selling-el .selling-info {
  margin-left: 18px;
}
.selling-point .selling-el .selling-info h6 {
  font-size: 22px;
  color: #404751;
}
.selling-point .selling-el .selling-info p.des {
  font-size: 16px;
  line-height: 28px;
  margin-top: 2px;
}
.work-module {
  padding: 64px 0 24px;
  min-width: 1400px;
}
.work-module .page-wrap .work-title {
  text-align: center;
}
.work-module .work-title {
  font-size: 32px;
  color: #404751;
}
.work-module .title-des {
  font-weight: bold;
  font-size: 24px;
  color: #00863E;
  line-height: 60px;
  text-align: center;
  margin-top: 20px;
}
.work-module .work-box {
  margin-top: 34px;
}
.work-module .work-box .menu-sel {
  display: flex;
  justify-content: space-between;
}
.work-module .work-box .menu-sel dd {
  background: url("../images/index/menu-bg.png") no-repeat center;
  width: 228px;
  height: 204px;
  padding: 20px 20px;
  box-sizing: border-box;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.work-module .work-box .menu-sel dd.active {
  background: url("../images/index/menu-bg-active.png") no-repeat center;
  color: #ffffff;
}
.work-module .work-box .menu-sel dd.active h3 {
  color: #ffffff;
}
.work-module .work-box .menu-sel dd.active li::before {
  background-color: #ffffff;
}
.work-module .work-box .menu-sel dd.active .des {
  font-weight: 400;
  color: #ffffff;
}
.work-module .work-box .menu-sel dd:hover {
  background: url("../images/index/menu-bg-active.png") no-repeat center;
  color: #ffffff;
}
.work-module .work-box .menu-sel dd:hover h3 {
  color: #ffffff;
}
.work-module .work-box .menu-sel dd:hover li::before {
  background-color: #ffffff;
}
.work-module .work-box .menu-sel dd:hover .des {
  font-weight: 400;
  color: #ffffff;
}
.work-module .work-box .menu-sel h3 {
  font-weight: bold;
  font-size: 24px;
  color: #404751;
  text-align: left;
  margin-bottom: 12px;
}
.work-module .work-box .menu-sel li {
  font-size: 16px;
  text-align: left;
  margin-bottom: 10px;
}
.work-module .work-box .menu-sel li::before {
  width: 6px;
  height: 6px;
  background-color: #404751;
  content: '';
  display: inline-block;
  border-radius: 50%;
  margin-right: 6px;
  vertical-align: middle;
  margin-bottom: 2px;
}
.work-module .work-box .menu-sel li:last-of-type {
  margin-bottom: unset;
}
.work-module .work-box .menu-sel .des {
  text-align: left;
  font-weight: 300;
  font-size: 10px;
  color: #404751;
  position: absolute;
  bottom: 30px;
  left: 30px;
}
.work-module .work-box .work-region {
  margin-top: 38px;
}
.work-module .work-box .work-item {
  height: 422px;
  background-color: #F1F2F4;
  border-radius: 0 0 6px 6px;
  position: relative;
  display: flex;
  justify-content: space-between;
}
.work-module .work-box .work-item::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 1400px;
  height: 3px;
  background-color: #00863E;
  content: '';
  display: block;
}
.work-module .work-box .work-item .work-menu {
  width: 385px;
  min-width: 385px;
  height: 100%;
  border-right: 1px solid #ffffff;
  padding: 26px 33px 30px 38px;
  box-sizing: border-box;
}
.work-module .work-box .work-item .work-menu .title {
  font-weight: bold;
  font-size: 20px;
  color: #404751;
  line-height: 20px;
  margin-bottom: 28px;
}
.work-module .work-box .work-item .work-menu .mill-menu-list {
  display: flex;
  margin-bottom: 28px;
}
.work-module .work-box .work-item .work-menu .mill-menu-list:last-of-type {
  margin-bottom: unset;
}
.work-module .work-box .work-item .work-menu .mill-menu-list img {
  width: 32px;
  height: 32px;
  min-width: 32px;
  margin-right: 14px;
}
.work-module .work-box .work-item .work-menu .mill-menu-list .title {
  font-size: 18px;
  color: #00863E;
  margin-bottom: 6px;
  font-weight: normal;
}
.work-module .work-box .work-item .work-menu .mill-menu-list .des {
  font-size: 14px;
  color: #404751;
  line-height: 24px;
}
.work-module .work-box .work-item .product-box {
  width: 100%;
}
.work-module .work-box .work-item .product-item {
  width: 100%;
  height: 100%;
  padding: 18px 37px 22px;
  box-sizing: border-box;
}
.work-module .work-box .work-item .product-item .pro-title {
  font-weight: bold;
  font-size: 20px;
  color: #404751;
}
.work-module .work-box .work-item .product-item .pro-vessel {
  height: 334px;
  background-color: #ffffff;
  border-radius: 6px;
  margin-top: 18px;
  padding: 25px 40px;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
}
.work-module .work-box .work-item .product-item .pro-vessel dl {
  display: flex;
  position: relative;
  z-index: 2;
}
.work-module .work-box .work-item .product-item .pro-vessel dd {
  font-size: 14px;
  color: #404751;
  margin-left: 38px;
}
.work-module .work-box .work-item .product-item .pro-vessel dd:first-of-type {
  margin-left: 20px;
}
.work-module .work-box .work-item .product-item .pro-vessel dd::before {
  background: url("../images/index/menu-title-icon5.png") no-repeat center;
  width: 18px;
  height: 18px;
  content: '';
  display: inline-block;
  margin-right: 6px;
  vertical-align: bottom;
}
.work-module .work-box .work-item .product-item .work-pic {
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden;
}
.work-module .work-box .work-item .product-item .work-pic img {
  transition: all 0.3s ease-in-out;
}
.work-module .work-box .work-item .product-item .work-pic img:hover {
  transform: scale(1.05);
}
.broadcast-module .guide-broad {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 24px;
  padding-bottom: 64px;
}
.broadcast-module .guide-broad .guide-item {
  text-align: center;
}
.broadcast-module .guide-broad .guide-title {
  font-size: 14px;
  color: #404751;
  margin-top: 10px;
}
.broadcast-module .guide-broad .guide-line-icon {
  background: url("../images/index/guide-line-icon.png") no-repeat center;
  width: 82px;
  height: 16px;
  margin-top: -14px;
}
.service-hotline .single-row {
  border: 1px solid #F71B0A;
  display: flex;
  justify-content: center;
  width: 536px;
  box-sizing: border-box;
  height: 88px;
  line-height: 88px;
  border-radius: 5px;
  margin: auto;
}
.service-hotline .single-row .single-grade {
  width: 50%;
  text-align: center;
  font-size: 26px;
  color: #F71B0A;
  transition: all 0.3s;
  position: relative;
}
.service-hotline .single-row .single-grade a {
  width: 100%;
  height: 100%;
}
.service-hotline .single-row .single-grade a:hover {
  color: inherit;
}
.service-hotline .single-row .single-grade::after {
  background: url("../images/index-land/triangle-iocn.png") no-repeat center;
  width: 32px;
  height: 32px;
  content: '';
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: -24px;
  margin: auto;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
}
.service-hotline .single-row .single-grade .flg-phone {
  position: absolute;
  left: 0;
  right: 0;
  top: -107px;
  box-shadow: 0px 3px 13px 0px rgba(167, 164, 164, 0.51);
  border-radius: 6px;
  width: 265px;
  height: 77px;
  line-height: 77px;
  background: #FFFFFF;
  font-size: 26px;
  color: #F71B0A;
  z-index: 6;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
}
.service-hotline .single-row .single-grade.active {
  font-weight: bold;
  font-size: 32px;
  color: #FFFFFF;
  background-color: #F71B0A;
}
.service-hotline .single-row .single-grade.active:hover::before {
  width: 80px;
  height: 50px;
  content: '';
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: -40px;
  margin: auto;
}
.service-hotline .single-row .single-grade.active:hover::after {
  opacity: 1;
  visibility: visible;
}
.service-hotline .single-row .single-grade.active:hover .flg-phone {
  opacity: 1;
  visibility: visible;
}
.quality-cooperation {
  margin-top: 64px;
}
.quality-cooperation .quality-box {
  background: url("../images/index-land/quality-cooperation.png") no-repeat center;
  width: 1440px;
  height: 792px;
  padding: 50px 70px 0;
  position: relative;
}
.quality-cooperation .quality-box .quality-title {
  font-size: 32px;
  color: #ffffff;
  text-align: center;
}
.quality-cooperation .quality-box .info-item {
  display: flex;
  align-items: center;
  position: absolute;
}
.quality-cooperation .quality-box .info-item:first-child {
  left: 74px;
  top: 228px;
}
.quality-cooperation .quality-box .info-item:nth-child(2) {
  right: 75px;
  top: 228px;
}
.quality-cooperation .quality-box .info-item:nth-child(3) {
  top: 367px;
  left: 75px;
}
.quality-cooperation .quality-box .info-item:nth-child(4) {
  right: 118px;
  top: 367px;
}
.quality-cooperation .quality-box .info-item .flag-pic {
  margin-top: 4px;
}
.quality-cooperation .quality-box .info-item .flag-info {
  margin-left: 20px;
}
.quality-cooperation .quality-box .info-item .flag-num {
  color: #ffffff;
  font-weight: bold;
  font-size: 32px;
}
.quality-cooperation .quality-box .info-item .flag-des {
  font-size: 16px;
  color: #ffffff;
}
.quality-cooperation .quality-box .trademark-box {
  position: absolute;
  bottom: 28px;
  left: 72px;
  display: flex;
}
.quality-cooperation .quality-box .trademark-box img {
  margin-left: 26px;
  cursor: pointer;
  transition: all 0.3s;
}
.quality-cooperation .quality-box .trademark-box img:hover {
  transform: translateY(-10px);
}
.quality-cooperation .quality-box .trademark-box img:first-child {
  margin-left: unset;
}
.thoughtful-service {
  background-color: #f1f2f4;
  padding: 104px 0;
}
.thoughtful-service .common-title {
  font-size: 32px;
  color: #404751;
}
.thoughtful-service .service-box {
  background-color: #ffffff;
  border-radius: 6px;
  padding: 70px 50px;
  margin-top: 66px;
  display: flex;
  justify-content: space-between;
}
.thoughtful-service .ser-item {
  width: 340px;
  text-align: center;
  cursor: pointer;
  border-right: 1px solid #F8F8F8;
}
.thoughtful-service .ser-item:hover img {
  transform: translateY(-10px);
}
.thoughtful-service .ser-item:last-child {
  border-right: none;
}
.thoughtful-service .ser-item .ser-title {
  font-weight: bold;
  font-size: 20px;
  color: #404751;
}
.thoughtful-service .ser-item .ser-des {
  font-size: 18px;
  color: #404751;
  line-height: 32px;
  margin-top: 20px;
}
.thoughtful-service .ser-item .ser-pic {
  margin-top: 44px;
  transition: all 0.3s;
}
.thoughtful-service .service-hotline .service-box {
  background-color: transparent;
  padding: unset;
}
.smart-factory {
  padding: 100px 0 120px;
}
.smart-factory .smart-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.smart-factory .smart-top .common-title {
  font-size: 32px;
  color: #404751;
}
.smart-factory .smart-top .btn-icon {
  display: flex;
}
.smart-factory .smart-top .btn-icon .icon {
  background: url("../images/index-land/default-icon.png") no-repeat center;
  width: 44px;
  height: 44px;
  display: inline-block;
  cursor: pointer;
}
.smart-factory .smart-top .btn-icon .icon:hover {
  background: url("../images/index-land/default-icon-hover.png") no-repeat center;
}
.smart-factory .smart-top .btn-icon .icon.left-icon {
  margin-right: 10px;
}
.smart-factory .smart-top .btn-icon .icon.right-icon {
  transform: rotate(180deg);
}
.smart-factory .smart-top .btn-icon .icon.right-icon:hover {
  background: url("../images/index-land/default-icon-hover.png") no-repeat center;
  transform: rotate(180deg);
}
.smart-factory .smart-box {
  margin-top: 44px;
}
.smart-factory .smart-box .smart-item {
  width: 1440px;
  height: 653px;
  display: flex;
  justify-content: space-between;
}
.smart-factory .smart-box .smart-item div {
  overflow: hidden;
}
.smart-factory .smart-box .smart-item div img {
  transition: all 0.3s;
}
.smart-factory .smart-box .smart-item div img:hover {
  transform: scale(1.1);
}
.smart-factory .smart-box .smart-item .pic-r {
  width: 889px;
}
.smart-factory .smart-box .smart-item .pic-r-t {
  display: flex;
  justify-content: space-between;
  margin-bottom: 14px;
}
.smart-factory .smart-box .smart-item .pic-r-b {
  display: flex;
  justify-content: space-between;
}
.vide-module {
  background: url("../images/index-land/video-bg.png") no-repeat center;
  width: 100%;
  height: 557px;
  min-width: 1440px;
  background-size: cover;
  margin-bottom: 110px;
}
.vide-module .video-con {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.vide-module .video-title {
  font-weight: bold;
  font-size: 32px;
  color: #404751;
}
.vide-module .play-video {
  font-size: 20px;
  color: #404751;
  margin-top: 10px;
  cursor: pointer;
  display: flex;
  align-items: center;
}
.vide-module .play-video::before {
  background: url("../images/index-land/play-btn.png") no-repeat center;
  width: 20px;
  height: 20px;
  content: '';
  display: inline-block;
  margin-right: 4px;
}
.batch-processing {
  padding-bottom: 100px;
}
.batch-processing .batch-title {
  font-weight: bold;
  font-size: 32px;
  color: #404751;
  text-align: center;
}
.batch-processing .menu-tab {
  display: flex;
  justify-content: center;
  margin-top: 56px;
}
.batch-processing .menu-tab dd {
  width: 157px;
  height: 54px;
  background: #F5F6F6;
  border-radius: 6px;
  font-size: 18px;
  color: #404751;
  text-align: center;
  line-height: 54px;
  cursor: pointer;
  margin-left: 50px;
  transition: all 0.3s;
}
.batch-processing .menu-tab dd.active {
  background: #00863E;
  font-weight: bold;
  color: #ffffff;
}
.batch-processing .menu-tab dd:first-child {
  margin-left: unset;
}
.batch-processing .menu-tab dd:hover {
  background: #00863E;
  font-weight: bold;
  color: #ffffff;
}
.batch-processing .batch-box {
  background: url("../images/index-land/batch-bg.png") no-repeat center;
  width: 1440px;
  height: 483px;
  margin-top: 46px;
  padding: 32px;
  box-sizing: border-box;
}
.batch-processing .batch-item {
  display: flex;
  justify-content: space-between;
}
.batch-processing .batch-item .batch-pic {
  cursor: pointer;
  overflow: hidden;
  width: 447px;
  height: 419px;
  border-radius: 6px;
}
.batch-processing .batch-item .batch-pic img {
  transition: all 0.3s;
}
.batch-processing .batch-item .batch-pic img:hover {
  transform: scale(1.1);
}
.sign-in-module {
  background: url("../images/index-land/sign-in-bg.png") no-repeat center;
  width: 100%;
  height: 234px;
  min-width: 1440px;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
}
.sign-in-module .enter-number {
  width: 411px;
  height: 53px;
  line-height: 53px;
  background-color: #ffffff;
  border-radius: 27px;
  overflow: hidden;
  position: relative;
}
.sign-in-module .enter-number .text-input {
  font-size: 16px;
  padding-left: 20px;
  height: 100%;
}
.sign-in-module .enter-number .text-input::placeholder {
  color: #C2C3C3;
}
.sign-in-module .enter-number .sub-btn {
  width: 128px;
  font-size: 18px;
  text-align: center;
  color: #ffffff;
  background-color: #0cb440;
  display: inline-block;
  border-radius: 0 27px 27px 0;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  transition: all 0.3s;
}
.sign-in-module .enter-number .sub-btn:hover {
  background-color: #0cb440;
}
</pre></body></html>