<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;
}
.common-title {
  font-weight: bold;
  font-size: 32px;
  color: #404751;
  line-height: 34px;
  text-align: center;
}
.banner-module a {
  display: block;
  background: url("/img/images/smt-page/banner-bg.png") no-repeat center center;
  width: 100%;
  height: 450px;
  background-size: cover;
  min-width: 1400px;
}
.banner-module .banner-title {
  background: url("/img/images/smt-page/banner-title.png") no-repeat center;
  width: 606px;
  height: 228px;
  position: absolute;
  top: 114px;
  left: 40px;
}
.quote-module {
  box-shadow: 0 6px 13px 0 rgba(216, 217, 218, 0.36);
}
.quote-module .quote-box {
  height: 140px;
  border-left: 1px solid #F1F2F4;
  border-right: 1px solid #F1F2F4;
  display: flex;
  justify-content: space-between;
}
.quote-module .quote-box .quote-list {
  width: 100%;
  padding: 26px 42px;
  box-sizing: border-box;
}
.quote-module .quote-box .quote-list .quote-top {
  display: flex;
  justify-content: space-between;
}
.quote-module .quote-box .quote-list .quote-top .quote-title {
  font-weight: bold;
  font-size: 16px;
  color: #00853D;
}
.quote-module .quote-box .quote-list .quote-top .quote-des {
  font-size: 12px;
  color: #404751;
}
.quote-module .quote-box .quote-list .val-text {
  display: flex;
  margin-top: 24px;
}
.quote-module .quote-box .quote-list .val-text .input-item {
  margin-left: 40px;
  border-bottom: 1px solid #D4D8DC;
}
.quote-module .quote-box .quote-list .val-text .input-item:first-child {
  margin-left: unset;
}
.quote-module .quote-box .quote-list .val-text .input-item.label-item {
  display: flex;
  width: 280px;
}
.quote-module .quote-box .quote-list .val-text .input-item.label-last {
  display: flex;
  width: 210px;
}
.quote-module .quote-box .quote-list .val-text .input-item.label-last .sel-val-row {
  width: 100%;
}
.quote-module .quote-box .quote-list .val-text .input-item.label-last .sel-val-row .down-val {
  width: 100%;
}
.quote-module .quote-box .quote-list .val-text .input-item.the-params {
  border-bottom: none;
  padding: unset;
  display: flex;
  align-items: center;
}
.quote-module .quote-box .quote-list .val-text .sel-val-row {
  position: relative;
  cursor: pointer;
}
.quote-module .quote-box .quote-list .val-text .sel-val-row:after {
  background: url("/img/images/index/down-arrow-icon.png") no-repeat center;
  width: 10px;
  height: 5px;
  content: '';
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -2px;
  transition: all 0.3s ease-in-out;
}
.quote-module .quote-box .quote-list .val-text .sel-val-row .count {
  cursor: pointer;
  width: 280px;
}
.quote-module .quote-box .quote-list .val-text .sel-val-row .count:focus {
  outline: none;
}
.quote-module .quote-box .quote-list .val-text .sel-val-row.active-down:after {
  transform: rotate(180deg);
}
.quote-module .quote-box .quote-list .val-text .down-val {
  width: 280px;
  background-color: #ffffff;
  box-shadow: -3px 1px 12px 1px rgba(120, 121, 120, 0.18);
  border-radius: 6px;
  padding: 6px 0;
  position: absolute;
  left: 0;
  top: 40px;
  z-index: 2;
}
.quote-module .quote-box .quote-list .val-text .down-val li {
  cursor: pointer;
  height: 27px;
  line-height: 27px;
  padding: 0 24px;
  transition: all 0.3s ease-in-out;
  font-size: 14px;
  color: #404751;
  margin: 4px 0;
}
.quote-module .quote-box .quote-list .val-text .down-val li.active-sel {
  background: #F5F6F6;
  color: #00863E;
}
.quote-module .quote-box .quote-list .val-text .down-val li:hover {
  background: #F5F6F6;
  color: #00863E;
}
.quote-module .quote-box .quote-list .val-text .count {
  width: 280px;
  color: #404751;
  font-size: 14px;
  text-indent: unset;
  padding: 10px 0;
}
.quote-module .quote-box .quote-list .val-text .count::placeholder {
  color: #A9B1BC;
}
.quote-module .quote-box .quote-list .val-text .count:focus {
  outline: none;
}
.quote-module .quote-box .quote-list .val-text .mini-input {
  width: 132px;
  border-bottom: 1px solid #D4D8DC;
  height: 40px;
}
.quote-module .quote-box .quote-list .val-text .symbol {
  color: #A9B1BC;
  font-size: 14px;
  padding: 0 6px;
  display: inline-block;
}
.quote-module .quote-box .quote-list .val-text .label-val {
  font-size: 14px;
  color: #404751;
  cursor: pointer;
  display: flex;
  align-items: center;
  margin-left: 20px;
}
.quote-module .quote-box .quote-list .val-text .label-val.active::before {
  background: url("/img/images/index/val-check-hover.png") no-repeat center;
}
.quote-module .quote-box .quote-list .val-text .label-val:first-child {
  margin-left: unset;
}
.quote-module .quote-box .quote-list .val-text .label-val::before {
  background: url("/img/images/index/val-check.png") no-repeat center;
  min-width: 16px;
  height: 15px;
  content: '';
  display: inline-block;
  margin-right: 8px;
}
.quote-module .quote-box .quote-link {
  min-width: 140px;
  background-color: #fbfbfb;
  font-weight: bold;
  font-size: 16px;
  color: #00853D;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out;
}
.quote-module .quote-box .quote-link:hover {
  background-color: #00853D;
  color: #ffffff;
}
.delivery-time {
  padding-top: 90px;
}
.delivery-time .delivery-box {
  margin-top: 70px;
  display: flex;
  justify-content: space-between;
}
.delivery-time .info-item {
  background: url("/img/images/smt-page/del-bg.png") no-repeat center;
  flex: 0 0 316px;
  width: 316px;
  height: 204px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  padding: 35px;
  box-sizing: border-box;
  position: relative;
}
.delivery-time .info-item:after {
  transition: all 0.3s ease-in-out;
}
.delivery-time .info-item.active {
  background: url("/img/images/smt-page/del-bg-hover.png") no-repeat center;
  flex: 0 0 432px;
  width: 432px;
  height: 204px;
}
.delivery-time .info-item.active:after {
  width: unset;
}
.delivery-time .info-item.active dl {
  color: #ffffff;
}
.delivery-time .info-item.active dl dd:before {
  background-color: #ffffff;
}
.delivery-time .info-item.active .info-des {
  display: none;
}
.delivery-time .info-item.active .jump-link {
  visibility: visible;
  opacity: 1;
}
.delivery-time .info-item:after {
  position: absolute;
  width: 48px;
  height: 48px;
  content: '';
  display: block;
  bottom: 20px;
  right: 28px;
}
.delivery-time .info-item:first-of-type:after {
  background: url("/img/images/smt-page/del-icon1.png") no-repeat center;
}
.delivery-time .info-item:nth-of-type(2):after {
  background: url("/img/images/smt-page/del-icon2.png") no-repeat center;
}
.delivery-time .info-item:nth-of-type(3):after {
  background: url("/img/images/smt-page/del-icon3.png") no-repeat center;
}
.delivery-time .info-item:nth-of-type(4):after {
  background: url("/img/images/smt-page/del-icon4.png") no-repeat center;
}
.delivery-time .info-item dl {
  color: #404751;
}
.delivery-time .info-item dl dt {
  font-weight: bold;
  font-size: 24px;
  margin-bottom: 14px;
}
.delivery-time .info-item dl dd {
  font-size: 16px;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
}
.delivery-time .info-item dl dd:last-of-type {
  margin-bottom: unset;
}
.delivery-time .info-item dl dd:before {
  width: 6px;
  height: 6px;
  content: '';
  display: inline-block;
  background-color: #404751;
  border-radius: 50%;
  margin-right: 10px;
}
.delivery-time .info-item .info-des {
  font-weight: 300;
  font-size: 10px;
  color: #404751;
  position: absolute;
  left: 35px;
  bottom: 30px;
}
.delivery-time .info-item .jump-link {
  height: 28px;
  line-height: 28px;
  background-color: #ffffff;
  font-size: 14px;
  color: #00863E;
  display: inline-block;
  padding: 0 18px;
  border-radius: 14px;
  position: absolute;
  left: 40px;
  bottom: 26px;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
.delivery-time .info-item .jump-link:hover {
  background-color: #ece9e9;
}
.smt-module {
  margin-top: 80px;
}
.smt-module .smt-paster {
  margin-top: 45px;
  background: url("/img/images/smt-page/smt-paster-bg.png") no-repeat center;
  width: 100%;
  height: 541px;
  min-width: 1400px;
  background-size: cover;
}
.smt-module .page-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.smt-module .paster-item {
  width: 450px;
  height: 406px;
  overflow: hidden;
  border-radius: 6px;
  position: relative;
}
.smt-module .paster-item:hover .reverse-list {
  top: 0;
}
.smt-module .just-list {
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  position: relative;
  z-index: 1;
}
.smt-module .just-list .paster-pic img {
  transition: all 0.3s ease-in-out;
}
.smt-module .just-list .paster-pic img:hover {
  transform: scale(1.1);
}
.smt-module .just-list .paster-des {
  padding: 28px 22px 32px 36px;
  box-sizing: border-box;
}
.smt-module .just-list dt {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
}
.smt-module .just-list dt .title {
  font-weight: bold;
  font-size: 24px;
  color: #00863E;
}
.smt-module .just-list dd {
  font-size: 18px;
  color: #404751;
  line-height: 30px;
}
.smt-module .just-list .link-jump {
  height: 34px;
  line-height: 34px;
  font-size: 18px;
  color: #ffffff;
  border-radius: 17px;
  background-color: #DBC040;
  display: inline-block;
  padding: 0 19px;
}
.smt-module .just-list .sy-icon {
  position: absolute;
  right: 24px;
  bottom: 10px;
}
.smt-module .reverse-list {
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  padding: 32px 30px;
  position: absolute;
  top: 100%;
  left: 0;
  transition: top 0.3s ease-in-out;
  z-index: 2;
}
.smt-module .reverse-list dl {
  padding-bottom: 26px;
  border-bottom: 1px solid #F1F2F4;
}
.smt-module .reverse-list dt {
  font-weight: bold;
  font-size: 24px;
  color: #00863E;
  margin-bottom: 20px;
}
.smt-module .reverse-list dd {
  font-size: 18px;
  color: #404751;
  margin-bottom: 10px;
}
.smt-module .reverse-list dd:last-of-type {
  margin-bottom: unset;
}
.smt-module .reverse-list dd:before {
  background: url("/img/images/smt-page/paster-check-icon.png") no-repeat center;
  width: 20px;
  height: 20px;
  content: '';
  display: inline-block;
  margin-right: 8px;
  vertical-align: sub;
}
.smt-module .reverse-list ul {
  margin-top: 20px;
}
.smt-module .reverse-list li {
  font-size: 18px;
  color: #404751;
  line-height: 34px;
}
.smt-module .reverse-list li span {
  color: #00863E;
}
.smt-module .reverse-list .jump-link {
  font-size: 18px;
  color: #ffffff;
  height: 34px;
  line-height: 34px;
  display: inline-block;
  padding: 0 19px;
  background-color: #00863E;
  border-radius: 17px;
  margin-top: 30px;
  transition: all 0.3s ease-in-out;
}
.smt-module .reverse-list .jump-link:hover {
  background-color: #08783C;
}
.smt-module .reverse-list .paster-mil {
  position: absolute;
  right: 30px;
  bottom: 16px;
  transition: all 0.3s ease-in-out;
}
.smt-module .reverse-list .paster-mil:hover {
  transform: translateY(-10px);
}
.details-begin {
  margin-top: 72px;
}
.details-begin .begin-box {
  background: url("/img/images/smt-page/begin-bg.png") no-repeat center;
  width: 100%;
  height: 728px;
  min-width: 1400px;
  background-size: cover;
  margin-top: 46px;
  padding-top: 90px;
}
.details-begin .begin-box .begin-item {
  height: 448px;
  overflow: hidden;
  border-radius: 6px;
  display: flex;
}
.details-begin .begin-box .begin-item .dei-pic {
  width: 876px;
  height: 100%;
  overflow: hidden;
}
.details-begin .begin-box .begin-item .dei-pic img {
  transition: all 0.3s ease-in-out;
}
.details-begin .begin-box .begin-item .dei-pic img:hover {
  transform: scale(1.1);
}
.details-begin .begin-box .begin-item .dei-des {
  width: 524px;
  height: 100%;
  background-color: #ffffff;
  padding: 44px 52px 50px;
  box-sizing: border-box;
}
.details-begin .begin-box .begin-item .title {
  font-weight: bold;
  font-size: 24px;
  color: #00863E;
}
.details-begin .begin-box .begin-item .des {
  font-size: 18px;
  color: #404751;
  line-height: 37px;
  margin-top: 16px;
  border-bottom: 1px solid #F1F2F4;
  min-height: 180px;
}
.details-begin .begin-box .begin-item dl {
  margin-top: 32px;
}
.details-begin .begin-box .begin-item dd {
  display: inline-block;
  font-size: 18px;
  color: #404751;
  margin-right: 30px;
}
.details-begin .begin-box .begin-item dd:last-of-type {
  margin-right: unset;
}
.details-begin .begin-box .begin-item dd:before {
  background: url("/img/images/smt-page/detail-check-icon.png") no-repeat center;
  width: 26px;
  height: 26px;
  content: '';
  display: inline-block;
  vertical-align: bottom;
  margin-right: 12px;
}
.details-begin .begin-box .begin-item .order-link {
  margin-top: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.details-begin .begin-box .begin-item .order-link span {
  font-size: 14px;
  color: #E4E7EB;
}
.details-begin .begin-box .begin-item .order-link .jimp-link {
  color: #ffffff;
  font-size: 18px;
  height: 34px;
  line-height: 34px;
  display: inline-block;
  padding: 0 19px;
  background-color: #00863E;
  border-radius: 17px;
  transition: all 0.3s ease-in-out;
}
.details-begin .begin-box .begin-item .order-link .jimp-link:hover {
  background-color: #08783C;
}
.details-begin .begin-box .page-ware {
  display: flex;
  margin-top: 38px;
  padding-left: 23px;
}
.details-begin .begin-box .num-list {
  width: unset;
  height: unset;
  font-size: 18px;
  color: #404751;
  margin-left: 8px;
  background-color: unset;
  opacity: unset;
  cursor: pointer;
}
.details-begin .begin-box .num-list.active .num {
  background-color: #00863E;
  color: #ffffff;
}
.details-begin .begin-box .num-list.active .ling-bg {
  background-color: #00863E;
}
.details-begin .begin-box .num-list.active .des {
  color: #00863E;
}
.details-begin .begin-box .num-list:first-of-type {
  margin-left: unset;
  text-align: left;
}
.details-begin .begin-box .num-list .num-ling {
  display: flex;
  align-items: center;
}
.details-begin .begin-box .num-list .num {
  font-weight: bold;
  width: 28px;
  height: 28px;
  line-height: 28px;
  text-align: center;
  border-radius: 50%;
  background-color: #ffffff;
  display: inline-block;
}
.details-begin .begin-box .num-list .ling-bg {
  width: 112px;
  height: 2px;
  background-color: #ffffff;
  display: inline-block;
  margin-left: 9px;
}
.details-begin .begin-box .num-list .des {
  margin-top: 12px;
  text-align: left;
}
.plant-strength {
  margin-top: 76px;
}
.plant-strength .plant-box {
  background: url("/img/images/smt-page/plant-bg.png") no-repeat center;
  width: 100%;
  height: 766px;
  min-width: 1400px;
  background-size: cover;
  margin-top: 46px;
  padding-top: 64px;
}
.plant-strength .plant-box .plant-title {
  font-size: 20px;
  color: #ffffff;
  text-align: center;
  font-weight: normal;
}
.plant-strength .plant-box .plant-region {
  display: flex;
  justify-content: space-between;
  margin-top: 90px;
}
.plant-strength .plant-box .plant-item {
  width: 202px;
  transition: all 1s ease-in-out;
  transform-origin: center;
}
.plant-strength .plant-box .plant-item.active {
  width: 460px;
  transform: scaleY(1.15);
}
.plant-strength .plant-box .plant-item img {
  width: 100%;
  height: 426px;
  object-fit: cover;
  cursor: pointer;
  border-radius: 6px;
}
.plant-strength .plant-box .plant-des {
  font-size: 18px;
  color: #ffffff;
  margin-top: 12px;
  text-align: center;
}
.reliable-sailing {
  margin-top: 80px;
}
.reliable-sailing .reliable-box {
  background: url("/img/images/smt-page/paster-bg.png") no-repeat center;
  width: 100%;
  height: 658px;
  min-width: 1400px;
  background-size: cover;
  margin-top: 30px;
  padding-top: 62px;
}
.reliable-sailing .page-wrap {
  display: flex;
}
.reliable-sailing .paster-l {
  background: url("/img/images/smt-page/paster-l-bg.png") no-repeat center;
  width: 244px;
  height: 534px;
  padding: 40px 23px 40px 44px;
}
.reliable-sailing .val-list {
  margin-bottom: 30px;
}
.reliable-sailing .val-list .title {
  font-weight: bold;
  font-size: 20px;
  color: #ffffff;
  margin-bottom: 8px;
  position: relative;
}
.reliable-sailing .val-list .title:before {
  position: absolute;
  left: -22px;
  top: 50%;
  margin-top: -6px;
  background: url("/img/images/smt-page/round-icon.png") no-repeat center;
  width: 14px;
  height: 14px;
  content: '';
  display: inline-block;
}
.reliable-sailing .val-list .des {
  font-size: 14px;
  color: #ffffff;
  line-height: 24px;
}
.reliable-sailing .link-jump {
  font-size: 18px;
  height: 38px;
  line-height: 38px;
  display: inline-block;
  padding: 0 19px;
  border-radius: 19px;
  background-color: #ffffff;
  color: #00863E;
  margin-left: -22px;
  transition: all 0.3s ease-in-out;
}
.reliable-sailing .link-jump:hover {
  background-color: #ece9e9;
}
.reliable-sailing .paster-r {
  background: url("/img/images/smt-page/paster-r-bg.png") no-repeat center;
  width: 1156px;
  height: 534px;
  display: flex;
  flex-wrap: wrap;
}
.reliable-sailing .paster-list {
  width: 289px;
  height: 178px;
  padding: 20px 30px 10px;
  box-sizing: border-box;
  display: flex;
}
.reliable-sailing .paster-list:nth-of-type(1) {
  padding: 60px 30px 10px;
}
.reliable-sailing .paster-list:nth-of-type(2) {
  padding: 60px 30px 10px;
}
.reliable-sailing .paster-list:nth-of-type(3) {
  padding: 60px 30px 10px;
}
.reliable-sailing .paster-list:nth-of-type(4) {
  padding: 60px 30px 10px;
}
.reliable-sailing .paster-list:nth-of-type(6) {
  padding: 50px 30px 10px;
}
.reliable-sailing .paster-list:nth-of-type(7) {
  padding: 50px 30px 10px;
}
.reliable-sailing .paster-list:nth-of-type(8) {
  padding: 50px 30px 10px;
}
.reliable-sailing .paster-list:nth-of-type(10) {
  padding: 40px 30px 10px;
}
.reliable-sailing .paster-list:nth-of-type(11) {
  padding: 40px 30px 10px;
}
.reliable-sailing .paster-list:nth-of-type(12) {
  padding: 40px 30px 10px;
}
.reliable-sailing .paster-list img {
  width: 44px;
  height: 44px;
  min-width: 44px;
  margin-right: 6px;
  margin-top: 8px;
}
.reliable-sailing .paster-list dt {
  font-weight: bold;
  font-size: 20px;
  color: #404751;
  margin-bottom: 8px;
  margin-top: 6px;
}
.reliable-sailing .paster-list dd {
  font-size: 14px;
  color: #404751;
  line-height: 24px;
}
.walk-into-jc {
  margin-top: 76px;
  margin-bottom: 95px;
}
.walk-into-jc .walk-box {
  margin-top: 64px;
}
.walk-into-jc .walk-item {
  width: 1400px;
  height: 661px;
  display: flex;
  justify-content: space-between;
}
.walk-into-jc .walk-gard {
  width: 1017px;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-content: space-between;
}
.walk-into-jc .walk-gard .walk-pic {
  width: 502px;
  height: 324px;
  overflow: hidden;
  border-radius: 6px;
}
.walk-into-jc .walk-gard .walk-pic img {
  transition: all 0.3s ease-in-out;
}
.walk-into-jc .walk-gard .walk-pic:hover img {
  transform: scale(1.1);
}
.walk-into-jc .walk-or {
  width: 371px;
  height: 100%;
  overflow: hidden;
  border-radius: 6px;
}
.walk-into-jc .walk-or img {
  transition: all 0.3s ease-in-out;
}
.walk-into-jc .walk-or:hover img {
  transform: scale(1.1);
}
.map-module {
  padding-bottom: 127px;
}
.map-module .map-box {
  position: relative;
  background: url("/img/images/smt-page/map-bg.png") no-repeat center;
  width: 1148px;
  height: 500px;
  margin: 44px auto 94px;
}
.map-module .map-box .location {
  position: absolute;
  z-index: 66;
  top: 0;
  width: 15px;
  height: 15px;
  background: rgba(0, 133, 61, 0.2);
  border-radius: 50%;
  vertical-align: middle;
}
.map-module .map-box .location.usa {
  left: 296px;
  top: 274px;
}
.map-module .map-box .location.brazil {
  left: 384px;
  top: 380px;
}
.map-module .map-box .location.spain {
  left: 526px;
  top: 294px;
}
.map-module .map-box .location.uk {
  left: 611px;
  top: 210px;
}
.map-module .map-box .location.jc {
  left: unset;
  right: 236px;
  top: 297px;
}
.map-module .map-box .location.au {
  left: unset;
  right: 154px;
  top: 386px;
}
@keyframes pulsing {
  100% {
    transform: scale(4);
    opacity: 0;
  }
}
.map-module .map-box .location .ring {
  position: absolute;
  background-color: inherit;
  height: 100%;
  width: 100%;
  border-radius: 100%;
  -webkit-animation: pulsing 2.6s ease-out infinite;
  animation: pulsing 2.6s ease-out infinite;
}
.map-module .map-box .location .ring:nth-of-type(1) {
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s;
}
.map-module .map-box .location .ring:nth-of-type(2) {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}
.map-module .map-box .location .ring:nth-of-type(3) {
  -webkit-animation-delay: -1.5s;
  animation-delay: -1.5s;
}
.map-module .map-box .location:after {
  content: '';
  width: 8px;
  height: 8px;
  background: #00853D;
  border-radius: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  right: 0;
  margin: auto;
  bottom: 0;
  border: 1px solid rgba(255, 255, 255, 0.5);
}
.map-module .service-box {
  display: flex;
  justify-content: space-between;
}
.map-module .service-box .order-info {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.map-module .service-box .info-list {
  display: flex;
  align-items: center;
}
.map-module .service-box .info-list img {
  margin-right: 30px;
}
.map-module .service-box .info-list dt {
  font-weight: bold;
  font-size: 32px;
  color: #404751;
  margin-bottom: 8px;
}
.map-module .service-box .info-list dd {
  font-size: 18px;
  color: #404751;
  line-height: 24px;
}
.map-module .service-box .table-val {
  width: 1136px;
  height: 442px;
  background-color: #00863E;
  border-radius: 6px;
  padding: 22px 20px;
  box-sizing: border-box;
}
.map-module .service-box .table-val .table-top {
  display: flex;
  align-items: center;
  padding-left: 48px;
}
.map-module .service-box .table-val .val-title {
  color: #ffffff;
  font-weight: bold;
  font-size: 18px;
  line-height: 24px;
  display: flex;
  align-items: center;
  margin-right: 80px;
}
.map-module .service-box .table-val .val-title:last-of-type {
  margin-right: unset;
}
.map-module .service-box .table-val .val-title img {
  margin-right: 10px;
}
.map-module .service-box .table-val .val-box {
  background-color: #ffffff;
  height: 337px;
  border-radius: 6px;
  margin-top: 30px;
  padding: 0 20px;
  box-sizing: border-box;
}
.map-module .service-box .table-val .table-head {
  display: flex;
  align-items: center;
  height: 70px;
  border-bottom: 1px solid #F1F2F4;
  box-sizing: border-box;
  padding-left: 32px;
}
.map-module .service-box .table-val .table-head dd {
  flex: 1;
  font-weight: bold;
  font-size: 18px;
  color: #404751;
  text-align: center;
}
.map-module .service-box .table-val .table-head dd:nth-of-type(6) {
  color: #DBC040;
}
.map-module .service-box .table-val .table-head dd:last-of-type {
  color: #00863E;
}
.map-module .service-box .table-val .table-head dd:first-of-type {
  text-align: left;
}
.map-module .service-box .table-val .swiper-container {
  max-height: 267px;
}
.map-module .service-box .table-val .swiper-container .swiper-wrapper {
  flex-direction: column;
}
.map-module .service-box .table-val .swiper-container .val-item {
  width: 100%;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #F1F2F4;
  padding-left: 26px;
  box-sizing: border-box;
}
.map-module .service-box .table-val .swiper-container .val-item div {
  flex: 1;
  height: 100%;
  text-align: center;
  font-size: 16px;
  color: #404751;
  padding: 22px 0;
}
.map-module .service-box .table-val .swiper-container .val-item div:first-of-type {
  text-align: left;
}
.map-module .service-box .table-val .swiper-container .val-item div:nth-of-type(6) {
  color: #DBC040;
}
.map-module .service-box .table-val .swiper-container .val-item div:last-of-type {
  color: #00863E;
}
.video-module {
  background: url("/img/images/smt-page/vide-bg.png") no-repeat center;
  width: 100%;
  height: 428px;
  min-width: 1400px;
  background-size: cover;
}
.video-module .video-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.video-module .video-title {
  font-weight: bold;
  font-size: 32px;
  color: #ffffff;
}
.video-module .video-btn {
  font-size: 18px;
  color: #404751;
  height: 43px;
  line-height: 43px;
  display: inline-block;
  padding: 0 15px;
  background-color: #ffffff;
  border-radius: 22px;
  cursor: pointer;
  margin-top: 30px;
  transition: all 0.3s ease-in-out;
}
.video-module .video-btn:hover {
  background-color: #08783C;
  color: #ffffff;
}
.video-module .video-btn:before {
  background: url("/img/images/smt-page/vido-btn.png") no-repeat center;
  width: 24px;
  height: 24px;
  content: '';
  display: inline-block;
  vertical-align: middle;
  margin-right: 6px;
  margin-bottom: 2px;
}
.customer-purpose {
  margin-top: 100px;
}
.customer-purpose .title-des {
  font-weight: bold;
  font-size: 24px;
  color: #00863E;
  text-align: center;
  margin-top: 40px;
}
.customer-purpose .purpose-box {
  display: flex;
  justify-content: space-between;
  margin-top: 54px;
}
.customer-purpose .legend-item {
  width: 270px;
  height: 238px;
  background-color: #F1F2F4;
  border-radius: 6px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.customer-purpose .legend-item:hover img {
  transform: translateY(-10px);
}
.customer-purpose .legend-item img {
  transition: all 0.3s ease-in-out;
}
.customer-purpose .legend-item p {
  font-size: 18px;
  color: #404751;
  margin-top: 10px;
}
.customer-purpose .legend-item p span {
  font-weight: bold;
  color: #00863E;
  font-size: 24px;
}
.user-notes {
  margin-top: 90px;
}
.user-notes .user-box {
  margin-top: 60px;
  display: flex;
  justify-content: space-between;
}
.user-notes .user-box .user-item {
  background: url("/img/images/smt-page/user-bg.png") no-repeat center;
  width: 470px;
  height: 494px;
}
.user-notes .user-box .top-bg {
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  height: 102px;
  display: flex;
  align-items: center;
  padding: 0 42px;
}
.user-notes .user-box .title {
  font-weight: bold;
  font-size: 24px;
  color: #ffffff;
  display: flex;
  align-items: center;
}
.user-notes .user-box .title img {
  margin-right: 10px;
}
.user-notes .user-box .user-rules {
  padding: 24px 50px 50px 42px;
}
.user-notes .user-box dd {
  font-size: 16px;
  color: #404751;
  line-height: 26px;
  padding-bottom: 24px;
  position: relative;
  padding-left: 24px;
}
.user-notes .user-box dd:before {
  width: 9px;
  height: 9px;
  background-color: #00863E;
  border-radius: 50%;
  content: '';
  display: inline-block;
  position: absolute;
  left: 0;
  top: 8px;
}
.user-notes .user-box dd:after {
  width: 1px;
  height: 100%;
  background-color: #00863E;
  content: '';
  display: block;
  position: absolute;
  left: 4px;
  top: 8px;
}
.user-notes .user-box dd:last-of-type {
  margin-bottom: unset;
}
.user-notes .user-box dd:last-of-type:after {
  width: unset;
}
.user-notes .user-box .info-name {
  font-weight: bold;
}
.user-notes .user-box .info {
  color: #00863E;
  font-weight: normal;
}
.must-quote {
  background: url("/img/images/smt-page/quote-bg.png") no-repeat center;
  width: 100%;
  height: 118px;
  min-width: 1400px;
  background-size: cover;
  margin-top: 90px;
}
.must-quote .page-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.must-quote .page-wrap .title {
  font-weight: bold;
  font-size: 24px;
  color: #ffffff;
}
.must-quote .page-wrap .quote-link {
  font-size: 16px;
  color: #ffffff;
}
.must-quote .page-wrap .link-jump {
  font-size: 18px;
  color: #00863E;
  height: 48px;
  line-height: 48px;
  background-color: #ffffff;
  border-radius: 6px;
  display: inline-block;
  padding: 0 27px;
  margin-left: 30px;
  transition: all 0.3s ease-in-out;
}
.must-quote .page-wrap .link-jump:hover {
  background-color: #ece9e9;
}
</pre></body></html>