.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;
}
body {
  font-size: 14px;
}
.layout-design-page .example-prefer-title {
  font-weight: bold;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.layout-design-page .example-prefer-title:after {
  display: inline-block;
  content: '';
  height: 2px;
  background: url("../images/layoutDesign/line-bg.png") repeat-x center;
  flex: 1;
  margin-left: 50px;
}
.layout-design-page .example-prefer-title .text {
  font-size: 34px;
}
.layout-design-page .example-prefer-title .title-tag {
  font-size: 12px;
  color: #353535;
  position: absolute;
  bottom: -20px;
  left: 0;
  z-index: 1;
  letter-spacing: 2px;
  font-weight: normal;
}
.layout-design-page .banner-module {
  background: url("../images/layoutDesign/banner-bg.jpg") no-repeat center;
  width: 100%;
  min-width: 1400px;
  height: 420px;
  background-size: cover;
}
.layout-design-page .solve-module {
  background: url("../images/layoutDesign/solve-bg.png") no-repeat center;
  width: 100%;
  min-width: 1400px;
  height: 750px;
  padding: 90px 0 46px;
  box-sizing: border-box;
  background-size: cover;
}
.layout-design-page .solve-module .solve-box {
  margin-top: 60px;
  height: 480px;
  position: relative;
}
.layout-design-page .solve-module .solve-box:after {
  background: url("../images/layoutDesign/solve-centet-pic.png") no-repeat center;
  width: 477px;
  height: 499px;
  content: '';
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 30px;
  margin: 0 auto;
}
.layout-design-page .solve-module .solve-item {
  font-size: 18px;
  color: #ffffff;
  line-height: 24px;
  width: 450px;
  height: 180px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
}
.layout-design-page .solve-module .solve-item:first-of-type {
  top: 20px;
  left: 143px;
}
.layout-design-page .solve-module .solve-item:nth-of-type(2) {
  right: 86px;
  top: 0;
}
.layout-design-page .solve-module .solve-item:nth-of-type(3) {
  left: 72px;
  bottom: 10px;
}
.layout-design-page .solve-module .solve-item:nth-of-type(4) {
  right: 136px;
  bottom: 0;
}
.layout-design-page .process-escort-module {
  background: radial-gradient(circle, #F9F9FF 0%, #F1F1FD 100%);
  padding: 80px 0 150px;
  min-width: 1400px;
}
.layout-design-page .process-escort-module .flow-box {
  margin-top: 115px;
}
.layout-design-page .process-escort-module .flow-box:after {
  display: block;
  content: '';
  width: 0;
  height: 0;
  clear: both;
}
.layout-design-page .process-escort-module .flow-item {
  float: left;
  background: url("../images/layoutDesign/flow-bg.png") no-repeat center;
  width: 220px;
  height: 320px;
  margin-left: 16px;
  padding: 75px 18px 24px;
  box-sizing: border-box;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.layout-design-page .process-escort-module .flow-item:hover {
  transform: translateY(-10px);
}
.layout-design-page .process-escort-module .flow-item::after {
  background: url("../images/layoutDesign/flow-b-bg.png") no-repeat center;
  width: 182px;
  height: 20px;
  content: '';
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -50px;
  margin: auto;
}
.layout-design-page .process-escort-module .flow-item:first-of-type {
  margin-left: unset;
}
.layout-design-page .process-escort-module .flow-item img {
  display: block;
  margin: 0 auto 42px;
}
.layout-design-page .process-escort-module .flow-item .flow-des {
  font-weight: 500;
  color: #001010;
  line-height: 22px;
}
.layout-design-page .design-capability-module {
  background: url("../images/layoutDesign/ability-bg.png") no-repeat center;
  width: 100%;
  min-width: 1400px;
  height: 750px;
  background-size: cover;
  padding: 72px 0 104px;
  box-sizing: border-box;
}
.layout-design-page .design-capability-module .ability-box {
  background: url("../images/layoutDesign/ability-box-bg.png") no-repeat center #f8f8fe;
  width: 100%;
  height: 450px;
  margin-top: 90px;
  padding: 48px 32px 36px;
  box-sizing: border-box;
}
.layout-design-page .design-capability-module .ability-title {
  font-weight: bold;
  font-size: 22px;
  color: #001010;
  margin-bottom: 30px;
}
.layout-design-page .design-capability-module .ability-title::before {
  background: url("../images/layoutDesign/ability-title-icon.png") no-repeat center;
  width: 26px;
  height: 26px;
  content: '';
  display: inline-block;
  vertical-align: sub;
  margin-right: 10px;
}
.layout-design-page .design-capability-module .val-box:after {
  display: block;
  content: '';
  width: 0;
  height: 0;
  clear: both;
}
.layout-design-page .design-capability-module .table-val-remit {
  float: left;
  margin-left: 16px;
}
.layout-design-page .design-capability-module .table-val-remit:first-of-type {
  margin-left: unset;
}
.layout-design-page .design-capability-module .table-val-remit li {
  width: 660px;
  background: #F0F0FA;
  border-radius: 8px;
  border: 1px solid #ffffff;
  color: #6D6D91;
  font-size: 16px;
  padding: 24px 0;
  box-sizing: border-box;
}
.layout-design-page .design-capability-module .table-val-remit li:after {
  display: block;
  content: '';
  width: 0;
  height: 0;
  clear: both;
}
.layout-design-page .design-capability-module .table-val-remit li:after {
  display: block;
  content: '';
  width: 0;
  height: 0;
  clear: both;
}
.layout-design-page .design-capability-module .table-val-remit .val-left {
  float: left;
  width: 50%;
  font-weight: bold;
  padding-left: 76px;
  padding-right: 10px;
  box-sizing: border-box;
}
.layout-design-page .design-capability-module .table-val-remit .val-left::before {
  background: url("../images/layoutDesign/ability-arrow-icon.png") no-repeat center;
  width: 19px;
  height: 17px;
  content: '';
  display: inline-block;
  vertical-align: text-bottom;
  margin-right: 22px;
}
.layout-design-page .design-capability-module .table-val-remit .val-right {
  float: left;
  width: 50%;
  font-weight: 500;
  box-sizing: border-box;
  padding: 0 20px;
}
.layout-design-page .period-module {
  background: #F0F0FA;
  padding: 80px 0 60px;
}
.layout-design-page .period-module .period-box {
  background: url("../images/layoutDesign/period-bg.png") no-repeat center;
  width: 100%;
  height: 480px;
  padding: 53px 48px 32px;
  box-sizing: border-box;
  margin-top: 98px;
}
.layout-design-page .period-module .period-box .period-remit {
  background: linear-gradient(4deg, #F0F0FA 0%, #ffffff 45%, #FDFDFF 100%);
  width: 700px;
  border-radius: 16px 100px 16px 16px;
  padding: 60px 38px 52px 58px;
  box-sizing: border-box;
  margin-bottom: 10px;
}
.layout-design-page .period-module .period-box h2 {
  font-weight: bold;
  font-size: 22px;
  color: #001010;
  margin-bottom: 28px;
}
.layout-design-page .period-module .period-box .info-des {
  color: #FF7B0F;
}
.layout-design-page .period-module .period-box .info-mi {
  font-size: 14px;
}
.layout-design-page .period-module .period-box dl {
  margin-top: -16px;
}
.layout-design-page .period-module .period-box dl:after {
  display: block;
  content: '';
  width: 0;
  height: 0;
  clear: both;
}
.layout-design-page .period-module .period-box dl dd {
  font-weight: 500;
  font-size: 14px;
  color: #FF7B0F;
  background: #FFFBF7;
  border-radius: 4px;
  border: 1px dashed #FFC392;
  box-sizing: border-box;
  float: left;
  padding: 6px;
  width: 172px;
  text-align: center;
  margin-left: 44px;
  margin-top: 16px;
  position: relative;
}
.layout-design-page .period-module .period-box dl dd::after {
  background: url("../images/layoutDesign/period-arrow-icon.png") no-repeat center;
  width: 32px;
  height: 13px;
  content: '';
  display: block;
  position: absolute;
  right: -34px;
  top: 50%;
  margin-top: -8px;
}
.layout-design-page .period-module .period-box dl dd:first-of-type {
  margin-left: unset;
}
.layout-design-page .period-module .period-box dl dd:nth-of-type(3)::after {
  background: none;
}
.layout-design-page .period-module .period-box dl dd:nth-of-type(4) {
  margin-left: unset;
}
.layout-design-page .period-module .period-box dl dd:nth-of-type(6)::after {
  background: none;
}
.layout-design-page .period-module .period-box dl dd:nth-of-type(7) {
  margin-left: unset;
}
.layout-design-page .period-module .period-box dl dd:last-of-type::after {
  background: none;
}
.layout-design-page .period-module .period-box .period-des {
  width: 700px;
  background: #FF7B0F;
  border-radius: 15px;
  padding: 25px 26px;
  box-sizing: border-box;
  font-weight: bold;
  font-size: 16px;
  color: #ffffff;
}
.layout-design-page .period-module .period-box .period-des::before {
  background: url("../images/layoutDesign/period-mark-icon.png") no-repeat center;
  width: 24px;
  height: 24px;
  content: '';
  display: inline-block;
  margin-right: 10px;
  vertical-align: bottom;
}
.layout-design-page .design-flow-module {
  padding: 80px 0 120px;
}
.layout-design-page .design-flow-module .design-flow-box {
  height: 328px;
  margin-top: 137px;
  position: relative;
}
.layout-design-page .design-flow-module .design-flow-box:after {
  display: block;
  content: '';
  width: 0;
  height: 0;
  clear: both;
}
.layout-design-page .design-flow-module .design-flow-box::after {
  background: url("../images/layoutDesign/design-flow-bot-icon.png") no-repeat center;
  width: 100%;
  height: 12px;
  content: '';
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.layout-design-page .design-flow-module .design-flow-item {
  float: left;
  width: 350px;
  height: 328px;
  padding: 0 50px 0 20px;
  box-sizing: border-box;
  position: relative;
}
.layout-design-page .design-flow-module .design-flow-item::before {
  background: url("../images/layoutDesign/design-flow-ver-icon.png") no-repeat center;
  width: 7px;
  height: 307px;
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 10px;
}
.layout-design-page .design-flow-module .design-unm {
  display: block;
  position: absolute;
  left: 14px;
  bottom: 12px;
}
.layout-design-page .design-flow-module .des-flow-top:after {
  display: block;
  content: '';
  width: 0;
  height: 0;
  clear: both;
}
.layout-design-page .design-flow-module .flow-icon {
  float: left;
  display: block;
  margin-right: 20px;
}
.layout-design-page .design-flow-module dl {
  float: left;
  width: 200px;
}
.layout-design-page .design-flow-module dl dt {
  font-weight: bold;
  font-size: 18px;
  color: #001010;
  margin-bottom: 4px;
}
.layout-design-page .design-flow-module dl dd {
  font-weight: 500;
  font-size: 14px;
  color: #7C7FA7;
  line-height: 22px;
}
.layout-design-page .trust-module {
  background: url("../images/layoutDesign/trust-max-bg.png") no-repeat center;
  width: 100%;
  min-width: 1400px;
  height: 750px;
  background-size: cover;
  padding: 80px 0;
  box-sizing: border-box;
}
.layout-design-page .trust-module .trust-box {
  margin-top: 104px;
}
.layout-design-page .trust-module .trust-box:after {
  display: block;
  content: '';
  width: 0;
  height: 0;
  clear: both;
}
.layout-design-page .trust-module .trust-item {
  float: left;
  background-position: center;
  background-repeat: no-repeat;
  width: 290px;
  height: 350px;
  margin-left: 64px;
  padding: 50px 35px;
  box-sizing: border-box;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.layout-design-page .trust-module .trust-item:hover {
  transform: translateY(-10px);
}
.layout-design-page .trust-module .trust-item:first-of-type {
  margin-left: unset;
}
.layout-design-page .trust-module .trust-title {
  font-weight: bold;
  font-size: 22px;
  color: #FDFDFD;
}
.layout-design-page .trust-module .trust-remit {
  background: url("../images/layoutDesign/trust-bg.png") no-repeat center;
  width: 322px;
  height: 220px;
  position: absolute;
  left: 16px;
  bottom: 16px;
  padding: 22px 40px 32px 34px;
  box-sizing: border-box;
}
.layout-design-page .trust-module .trust-remit::after {
  background: url("../images/layoutDesign/trust-symbol.png") no-repeat center;
  width: 24px;
  height: 19px;
  content: '';
  display: block;
  position: absolute;
  top: 40px;
  right: 40px;
  z-index: 2;
}
.layout-design-page .trust-module .trust-remit img {
  margin-bottom: 16px;
}
.layout-design-page .trust-module .trust-remit p {
  font-weight: bold;
  font-size: 16px;
  color: #7C7FA7;
}
.layout-design-page .user-feedback-module {
  background: url("../images/layoutDesign/feedback-bg.png") no-repeat center;
  width: 100%;
  min-width: 1400px;
  height: 750px;
  background-size: cover;
  padding: 80px 0 75px;
  box-sizing: border-box;
}
.layout-design-page .user-feedback-module .user-box {
  height: 480px;
  width: 880px;
  margin-top: 67px;
  padding: 10px 0;
  box-sizing: border-box;
  position: relative;
}
.layout-design-page .user-feedback-module .user-item {
  height: 145px;
}
.layout-design-page .user-feedback-module .user-item.space-1 {
  margin-left: 270px;
}
.layout-design-page .user-feedback-module .head-top {
  margin-bottom: 16px;
  display: flex;
  align-items: center;
}
.layout-design-page .user-feedback-module .user-logo {
  width: 64px;
  min-width: 64px;
  height: 64px;
  border-radius: 50%;
  overflow: hidden;
  background-color: #edecf9;
  margin-right: 12px;
}
.layout-design-page .user-feedback-module .user-logo img {
  width: 100%;
  height: 100%;
  background-size: 100% 100%;
}
.layout-design-page .user-feedback-module .user-name {
  font-weight: bold;
  font-size: 18px;
  color: #DC6300;
}
.layout-design-page .user-feedback-module .user-des {
  max-width: 660px;
  font-weight: 500;
  font-size: 16px;
  color: #333333;
  line-height: 24px;
  background: linear-gradient(-18deg, #E8E8F6 0%, #F5F5FF 100%);
  border-radius: 16px;
  border: 1px solid #ffffff;
  display: inline-block;
  padding: 19px 32px;
  box-sizing: border-box;
  position: relative;
}
.layout-design-page .user-feedback-module .user-des::before {
  background: url("../images/layoutDesign/down-top-icon.png") no-repeat center;
  width: 25px;
  height: 16px;
  content: '';
  display: block;
  position: absolute;
  left: 28px;
  top: -16px;
}
.layout-design-page .begin-module {
  background: url("../images/layoutDesign/begin-bg.png") no-repeat center;
  width: 100%;
  min-width: 1400px;
  height: 240px;
  padding: 46px 0 22px;
  background-size: cover;
  text-align: center;
}
.layout-design-page .begin-module .title {
  font-weight: bold;
  font-size: 26px;
  color: #ffffff;
  margin-bottom: 20px;
}
.layout-design-page .begin-module .jump-link {
  width: 174px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: #ffffff;
  font-weight: 500;
  font-size: 16px;
  color: #FF7B0F;
  border-radius: 4px;
  margin: 0 auto 30px;
  transition: all 0.3s ease-in-out;
}
.layout-design-page .begin-module .jump-link::before {
  background: url("../images/layoutDesign/begin-icon.png") no-repeat center;
  width: 18px;
  height: 19px;
  content: '';
  display: inline-block;
  margin-right: 6px;
  vertical-align: sub;
  transition: all 0.3s ease-in-out;
}
.layout-design-page .begin-module .jump-link:hover {
  background: #FF7B0F;
  color: #ffffff;
}
.layout-design-page .begin-module .jump-link:hover::before {
  background: url("../images/layoutDesign/begin-icon-hover.png") no-repeat center;
}
.layout-design-page .begin-module .begin-des {
  background: url("../images/layoutDesign/begin-ling-bg.png") no-repeat center;
  width: 683px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  color: #F6F6FA;
  opacity: 0.52;
  margin: 0 auto;
}
/*# sourceMappingURL=layoutDesign.css.map */