.textEellipsis {
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.clearF:after {
  display: block;
  content: '';
  width: 0;
  height: 0;
  clear: both;
}
.userSelect {
  user-select: none;
  -ms-user-select: none;
  -moz-user-select: none;
}
.floatL {
  float: left;
}
.floatR {
  float: right;
}
.totalIconCss {
  font-family: "iconfont" !important;
  font-size: 12px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.dFlex {
  display: flex;
  justify-content: center;
  align-items: center;
}
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
textarea,
input {
  resize: none;
  outline: none;
}
a {
  text-decoration: none;
}
img {
  max-width: 100%;
  height: auto;
  display: block;
}
ul,
ol {
  list-style: none;
  margin: 0;
  padding: 0;
}
.page-warp {
  width: 1440px;
  margin: 0 auto;
}
@font-face {
  font-family: 'OpenSans_400Regular';
  src: url('../fonts/OpenSans/OpenSans_400Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'OpenSans_500Medium';
  src: url('../fonts/OpenSans/OpenSans_500Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'OpenSans_600SemiBold';
  src: url('../fonts/OpenSans/OpenSans_600SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: 'OpenSans_700Bold';
  src: url('../fonts/OpenSans/OpenSans_700Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'OpenSans_800ExtraBold';
  src: url('../fonts/OpenSans/OpenSans_800ExtraBold.ttf') format('truetype');
  font-weight: 800;
  font-style: normal;
}
html,
body {
  font-size: 14px;
  font-family: 'OpenSans_400Regular';
}
.smt-assembly-page {
  background: #E9ECEF;
}
.smt-assembly-page * {
  color: #171717;
}
.smt-assembly-page .module-title {
  margin-bottom: 60px;
  text-align: center;
}
.smt-assembly-page .module-title .title {
  font-family: 'OpenSans_700Bold';
  font-size: 40px;
  line-height: 40px;
}
.smt-assembly-page .module-title .des {
  color: #495057;
  margin-top: 20px;
  line-height: 14px;
}
.smt-assembly-page .gap {
  padding: 80px 0;
}
.smt-assembly-page .banner-module {
  background: url("../images/smt-assembly/banner-bg.webp") no-repeat center;
  width: 100%;
  min-width: 1440px;
  height: 800px;
  background-size: cover;
}
.smt-assembly-page .banner-module .banner-title {
  font-family: 'OpenSans_700Bold';
  color: #171717;
  font-size: 40px;
  line-height: 40px;
  padding-top: 140px;
}
.smt-assembly-page .banner-module .des-info {
  margin-top: 60px;
  font-size: 24px;
  line-height: 48px;
  color: #495057;
}
.smt-assembly-page .banner-module .jump-btn {
  margin-top: 80px;
}
.smt-assembly-page .banner-module .jump-btn a {
  height: 60px;
  line-height: 60px;
  display: inline-block;
  padding: 0 20px;
  border-radius: 4px;
  background: #0F3460;
  font-size: 16px;
  color: #FFFFFF;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.smt-assembly-page .banner-module .jump-btn a:hover {
  background: #F2994A;
}
.smt-assembly-page .banner-module .quote-region {
  padding: 20px 16px;
  border-radius: 10px;
  background: #FFFFFF;
  display: inline-block;
  box-shadow: 6px 6px 20px rgba(51, 51, 51, 0.16);
  margin-top: 54px;
}
.smt-assembly-page .banner-module .quote-region .info-val {
  display: flex;
  gap: 12px;
}
.smt-assembly-page .banner-module .quote-region .input-item input {
  width: 120px;
  height: 60px;
  border: 1px solid #E9ECEF;
  border-radius: 4px;
  padding: 20px 12px;
  font-size: 14px;
  color: #171717;
}
.smt-assembly-page .banner-module .quote-region .input-item input::placeholder {
  color: #9DA3AA;
}
.smt-assembly-page .banner-module .quote-region .quote-jump {
  min-width: 182px;
  height: 60px;
  line-height: 60px;
  padding: 0 20px;
  display: inline-block;
  background: #0F3460;
  border-radius: 4px;
  color: #FFFFFF;
  font-family: 'OpenSans_700Bold';
  font-weight: 700;
  font-size: 16px;
  transition: all 0.3s ease-in-out;
}
.smt-assembly-page .banner-module .quote-region .quote-jump:before {
  background: url("../images/index/counter-icon.webp") no-repeat center;
  width: 35px;
  height: 40px;
  content: '';
  display: inline-block;
  margin-right: 16px;
  vertical-align: middle;
  margin-top: -4px;
}
.smt-assembly-page .banner-module .quote-region .quote-jump:hover {
  background: #F2994A;
}
.smt-assembly-page .flow-module {
  background: #E9ECEF;
  padding: 60px 0 80px;
}
.smt-assembly-page .flow-module .page-warp {
  display: flex;
  gap: 56px;
}
.smt-assembly-page .flow-module .flow-item {
  flex: 1;
  text-align: center;
}
.smt-assembly-page .flow-module .flow-item:hover img {
  transform: translateY(-5px);
}
.smt-assembly-page .flow-module .flow-item:hover .flow-des {
  color: #F2994A;
}
.smt-assembly-page .flow-module .flow-item img {
  display: block;
  margin: 0 auto;
  transition: all 0.3s ease-in-out;
}
.smt-assembly-page .flow-module .flow-des {
  font-family: 'OpenSans_700Bold';
  font-size: 20px;
  line-height: 20px;
  margin-top: 20px;
}
.smt-assembly-page .pre-module {
  background: #FFFFFF;
}
.smt-assembly-page .pre-module .page-warp {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.smt-assembly-page .pre-module .pre-pic {
  width: 732px;
  height: 440px;
}
.smt-assembly-page .pre-module .pre-info {
  width: 628px;
}
.smt-assembly-page .pre-module .pre-info dt {
  font-family: 'OpenSans_700Bold';
  font-size: 40px;
  line-height: 40px;
  margin-bottom: 60px;
}
.smt-assembly-page .pre-module .pre-info dd {
  color: #495057;
  font-size: 20px;
  line-height: 30px;
}
.smt-assembly-page .package-remit {
  display: flex;
  gap: 20px;
}
.smt-assembly-page .package-remit .pac-item {
  width: 460px;
  height: 270px;
  padding: 40px;
  border-radius: 10px;
  background: #FFFFFF;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out;
}
.smt-assembly-page .package-remit .pac-item:hover {
  box-shadow: 2px 2px 12px rgba(51, 51, 51, 0.24);
}
.smt-assembly-page .package-remit .pac-item:hover img {
  transform: translateY(-5px);
}
.smt-assembly-page .package-remit .pac-item img {
  display: block;
  margin-bottom: 30px;
  transition: all 0.3s ease-in-out;
}
.smt-assembly-page .package-remit .pac-item dl dt {
  font-family: 'OpenSans_700Bold';
  font-size: 16px;
  line-height: 16px;
  margin-bottom: 30px;
  text-align: center;
}
.smt-assembly-page .package-remit .pac-item dl dd {
  color: #495057;
  line-height: 21px;
}
.smt-assembly-page .facility-module {
  background: #FFFFFF;
}
.smt-assembly-page .facility-module .head-menu {
  height: 68px;
  border-radius: 10px;
  padding: 10px 30px;
  background: #E9ECEF;
  display: flex;
  gap: 20px;
  align-items: center;
  margin-bottom: 20px;
}
.smt-assembly-page .facility-module .head-menu .menu-el {
  width: 180px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  font-size: 16px;
  border-radius: 10px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.smt-assembly-page .facility-module .head-menu .menu-el.active {
  background: #FFFFFF;
  color: #F2994A;
}
.smt-assembly-page .facility-module .head-menu .menu-el:hover {
  color: #F2994A;
}
.smt-assembly-page .facility-module .fac-box {
  height: 440px;
  border-radius: 20px;
  box-shadow: 6px 6px 20px 0 rgba(51, 51, 51, 0.16);
}
.smt-assembly-page .facility-module .fac-item {
  width: 100%;
  height: 440px;
  padding: 40px 120px;
  border-radius: 20px;
  display: flex;
  gap: 80px;
  align-items: center;
}
.smt-assembly-page .facility-module .fac-item .fac-pic {
  width: 640px;
  height: 360px;
  border-radius: 10px;
  overflow: hidden;
}
.smt-assembly-page .facility-module .fac-item .fac-pic:hover img {
  transform: scale(1.1);
}
.smt-assembly-page .facility-module .fac-item .fac-pic img {
  transition: all 0.3s ease-in-out;
}
.smt-assembly-page .facility-module .fac-item .fac-info {
  width: 480px;
}
.smt-assembly-page .facility-module .fac-item .fac-info dt {
  font-family: 'OpenSans_700Bold';
  font-size: 24px;
  line-height: 24px;
  margin-bottom: 60px;
}
.smt-assembly-page .facility-module .fac-item .fac-info dd {
  color: #495057;
  line-height: 21px;
}
.smt-assembly-page .use-remit {
  display: flex;
  gap: 40px;
}
.smt-assembly-page .use-remit .menu-faq {
  width: 680px;
  display: flex;
  gap: 40px;
  flex-direction: column;
}
.smt-assembly-page .use-remit .faq-item {
  border-radius: 10px;
}
.smt-assembly-page .use-remit .faq-item.active {
  background: #FFFFFF;
  box-shadow: 8px 8px 20px rgba(51, 51, 51, 0.06), -8px -8px 20px rgba(255, 255, 255, 0.4);
  padding: 40px 0;
}
.smt-assembly-page .use-remit .faq-item.active .close-btn {
  transform: rotate(45deg);
}
.smt-assembly-page .use-remit .faq-item.active .faq-des {
  padding: 32px 60px 0 20px;
  visibility: visible;
  opacity: 1;
  max-height: unset;
}
.smt-assembly-page .use-remit .faq-item .head-title {
  padding: 0 20px;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.smt-assembly-page .use-remit .faq-item .head-title .title {
  font-family: 'OpenSans_700Bold';
  font-size: 16px;
  line-height: 24px;
}
.smt-assembly-page .use-remit .faq-item .head-title .close-btn {
  background: url("../images/smt-assembly/close-btn-icon.webp") no-repeat center;
  width: 20px;
  height: 20px;
  display: block;
  transition: all 0.3s ease-in-out;
}
.smt-assembly-page .use-remit .faq-item .faq-des {
  color: #495057;
  font-size: 16px;
  line-height: 24px;
  max-height: 0;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
.smt-assembly-page .use-remit .faq-pic {
  width: 720px;
}
.smt-assembly-page .use-remit .pic-list {
  width: 720px;
  height: 416px;
  overflow: hidden;
  border-radius: 10px;
}
.smt-assembly-page .use-remit .pic-list img {
  transition: all 0.3s ease-in-out;
}
.smt-assembly-page .use-remit .pic-list:hover img {
  transform: scale(1.1);
}
.smt-assembly-page .choose-module {
  background: #FFFFFF;
}
.smt-assembly-page .choose-module .choose-remit {
  display: flex;
  gap: 20px;
}
.smt-assembly-page .choose-module .el-list {
  width: 345px;
  height: 210px;
  padding: 20px;
  border-radius: 10px;
  background: #e9ecef;
  transition: all 0.3s ease-in-out;
}
.smt-assembly-page .choose-module .el-list:hover {
  box-shadow: 2px 2px 12px rgba(51, 51, 51, 0.24);
}
.smt-assembly-page .choose-module .el-list:hover img {
  transform: translateY(-5px);
}
.smt-assembly-page .choose-module .el-list:hover .el-info dt {
  color: #F2994A;
}
.smt-assembly-page .choose-module .el-list img {
  display: block;
  margin: 0 auto 20px;
  transition: all 0.3s ease-in-out;
}
.smt-assembly-page .choose-module .el-list .el-info dt {
  font-family: 'OpenSans_700Bold';
  font-size: 16px;
  line-height: 16px;
  margin-bottom: 20px;
}
.smt-assembly-page .choose-module .el-list .el-info dd {
  color: #495057;
  line-height: 21px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.smt-assembly-page .faq-module {
  background: #E9ECEF;
}
.smt-assembly-page .faq-module .faq-remit {
  display: flex;
  gap: 40px;
  flex-direction: column;
}
.smt-assembly-page .faq-module .faq-item {
  width: 100%;
}
.smt-assembly-page .faq-module .faq-item.active {
  padding: 40px 0;
  background: #FFFFFF;
  box-shadow: 8px 8px 20px rgba(51, 51, 51, 0.06), -8px -8px 20px rgba(255, 255, 255, 0.4);
  border-radius: 10px;
}
.smt-assembly-page .faq-module .faq-item.active .close-btn {
  transform: rotate(45deg);
}
.smt-assembly-page .faq-module .faq-item.active .faq-des {
  padding: 32px 60px 0 20px;
  max-height: unset;
  visibility: visible;
  opacity: 1;
}
.smt-assembly-page .faq-module .faq-item .faq-head {
  display: flex;
  padding: 0 20px;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}
.smt-assembly-page .faq-module .faq-item .faq-title {
  font-family: 'OpenSans_700Bold';
  font-size: 16px;
  line-height: 24px;
}
.smt-assembly-page .faq-module .faq-item .close-btn {
  background: url("../images/smt-assembly/close-btn-icon.webp") no-repeat center;
  width: 20px;
  height: 20px;
  display: block;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.smt-assembly-page .faq-module .faq-item .faq-des {
  font-size: 16px;
  line-height: 24px;
  color: #495057;
  max-height: 0;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
.smt-assembly-page .jump-quote-module {
  background: url("../images/smt-assembly/jump-quote-bg.webp") no-repeat center;
  width: 100%;
  min-width: 1440px;
  height: 350px;
  background-size: cover;
}
.smt-assembly-page .jump-quote-module .the-quote {
  display: flex;
  gap: 60px;
  justify-content: center;
  margin-top: 60px;
}
.smt-assembly-page .jump-quote-module .the-quote a {
  width: 300px;
  height: 56px;
  border-radius: 10px;
  font-size: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease-in-out;
}
.smt-assembly-page .jump-quote-module .the-quote a.sup-btn {
  color: #0F3460;
  border: 1px solid #0F3460;
}
.smt-assembly-page .jump-quote-module .the-quote a.sup-btn:hover {
  border: 1px solid #F2994A;
  background: #FFFFFF;
  color: #F2994A;
}
.smt-assembly-page .jump-quote-module .the-quote a.quote-btn {
  color: #FFFFFF;
  background: #0F3460;
}
.smt-assembly-page .jump-quote-module .the-quote a.quote-btn:hover {
  background: #F2994A;
}
/*# sourceMappingURL=smt-assembly.css.map */