.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;
}
.layout-page * {
  box-sizing: border-box;
  color: #404751;
}
.layout-page .jump-btn a {
  height: 50px;
  line-height: 50px;
  padding: 0 40px;
  font-size: 22px;
  color: #ffffff;
  background: #00863E;
  border-radius: 25px;
  display: inline-block;
  transition: all 0.3s ease-in-out;
}
.layout-page .jump-btn a:hover {
  background: #08783C;
}
.layout-page .common-title {
  font-size: 32px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 60px;
}
.layout-page .banner-module {
  background: url("/img/images/layout/banner-bg.jpg") no-repeat center;
  width: 100%;
  min-width: 1400px;
  height: 450px;
  background-size: cover;
}
.layout-page .banner-module .banner-title {
  font-size: 62px;
  font-weight: bold;
  margin-bottom: 20px;
  padding-top: 64px;
}
.layout-page .banner-module .banner-title .info {
  color: #00863E;
}
.layout-page .banner-module .banner-des {
  font-size: 24px;
  margin-bottom: 30px;
}
.layout-page .design-module {
  margin-top: 70px;
}
.layout-page .design-module .table-val {
  display: flex;
  gap: 63px;
}
.layout-page .design-module .val-item {
  width: 668px;
  padding-top: 70px;
  padding-bottom: 40px;
  box-shadow: -1px 5px 16px 0 #F1F2F4;
  background: #ffffff;
  border-radius: 14px;
  position: relative;
}
.layout-page .design-module .val-item:after {
  width: 100%;
  height: 38px;
  background: #F1F2F4;
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 14px 14px 0 0;
}
.layout-page .design-module .val-item .jump-btn {
  text-align: center;
  margin-bottom: 34px;
}
.layout-page .design-module .val-item .jump-btn a {
  height: 47px;
  line-height: 47px;
}
.layout-page .design-module .val-item table {
  width: 100%;
  border-collapse: collapse;
}
.layout-page .design-module .val-item table td {
  width: 50%;
  font-size: 20px;
  padding: 16px 0 16px 100px;
}
.layout-page .flow-module {
  margin-top: 70px;
}
.layout-page .flow-module .flow-remit {
  background: url("/img/images/layout/flow-bg.png") no-repeat center;
  width: 1400px;
  height: 270px;
  margin-top: 130px;
  position: relative;
}
.layout-page .flow-module .flow-remit:after {
  background: url("/img/images/layout/flow-other-icon1.png") no-repeat center;
  width: 128px;
  height: 92px;
  content: '';
  display: block;
  position: absolute;
  top: 84px;
  right: 164px;
}
.layout-page .flow-module .flow-remit:before {
  background: url("/img/images/layout/flow-other-icon2.png") no-repeat center;
  width: 240px;
  height: 32px;
  content: '';
  display: block;
  position: absolute;
  top: 154px;
  right: 430px;
}
.layout-page .flow-module .flow-remit .flow-item {
  display: inline-block;
  text-align: center;
  cursor: pointer;
  position: absolute;
}
.layout-page .flow-module .flow-remit .flow-item:first-of-type {
  top: -72px;
  left: 90px;
}
.layout-page .flow-module .flow-remit .flow-item:nth-of-type(2) {
  top: -72px;
  left: 356px;
}
.layout-page .flow-module .flow-remit .flow-item:nth-of-type(3) {
  top: -72px;
  left: 638px;
}
.layout-page .flow-module .flow-remit .flow-item:nth-of-type(4) {
  top: -72px;
  right: 432px;
}
.layout-page .flow-module .flow-remit .flow-item:nth-of-type(5) {
  top: -72px;
  right: 200px;
}
.layout-page .flow-module .flow-remit .flow-item:nth-of-type(6) {
  bottom: -52px;
  right: 200px;
}
.layout-page .flow-module .flow-remit .flow-item:nth-of-type(7) {
  bottom: -52px;
  right: 410px;
}
.layout-page .flow-module .flow-remit .flow-item:nth-of-type(8) {
  bottom: -52px;
  right: 640px;
}
.layout-page .flow-module .flow-remit .flow-item:nth-of-type(9) {
  bottom: -52px;
  left: 388px;
}
.layout-page .flow-module .flow-remit .flow-item:nth-of-type(10) {
  bottom: -52px;
  left: 230px;
}
.layout-page .flow-module .flow-remit .flow-item:nth-of-type(11) {
  bottom: -52px;
  left: 0;
}
.layout-page .flow-module .flow-remit .flow-item:hover .flow-icon {
  transform: translateY(-5px);
}
.layout-page .flow-module .flow-remit .flow-item:hover .sort-number {
  background: #08783C;
}
.layout-page .flow-module .flow-remit .flow-item .flow-icon {
  transition: all 0.3s ease-in-out;
}
.layout-page .flow-module .flow-remit .flow-item .sort-number {
  width: 30px;
  height: 30px;
  font-size: 18px;
  font-weight: bold;
  color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background: #00863E;
  margin: 12px auto 18px;
  transition: all 0.3s ease-in-out;
}
.layout-page .flow-module .flow-remit .flow-item .flow-des {
  font-size: 20px;
  font-weight: bold;
}
.layout-page .yield-module {
  background: url("/img/images/layout/files-bg.jpg") no-repeat center;
  width: 100%;
  min-width: 1400px;
  height: 603px;
  background-size: cover;
  margin-top: 160px;
  padding-top: 40px;
}
.layout-page .yield-module .common-title {
  color: #ffffff;
  margin-bottom: 46px;
}
.layout-page .yield-module .yield-remit {
  padding: 35px;
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
.layout-page .yield-module .yield-remit ul {
  padding-left: 20px;
}
.layout-page .yield-module .yield-remit ul li {
  display: flex;
  align-items: center;
  font-size: 20px;
  padding: 24px;
}
.layout-page .yield-module .yield-remit ul li span {
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.layout-page .yield-module .yield-remit ul .mil-title {
  font-weight: bold;
  color: #00863E;
  width: 180px;
}
.layout-page .yield-module .yield-remit ul .mil-des {
  width: 360px;
}
.layout-page .yield-module .yield-remit .pic-mall {
  width: 682px;
  height: 324px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: relative;
}
.layout-page .yield-module .yield-remit .pic-mall:before {
  background: url("/img/images/layout/yield-pic.jpg") no-repeat center;
  width: 100%;
  height: 100%;
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  transition: all 0.3s ease-in-out;
}
.layout-page .yield-module .yield-remit .pic-mall:hover:before {
  transform: scale(1.05);
}
.layout-page .yield-module .yield-remit .yield-title {
  color: #ffffff;
  font-size: 26px;
  font-weight: bold;
  position: relative;
  z-index: 2;
  margin-bottom: 20px;
}
.layout-page .yield-module .yield-remit .jump-btn {
  font-size: 16px;
  color: #ffffff;
  height: 40px;
  line-height: 38px;
  display: inline-block;
  padding: 0 36px;
  border-radius: 6px;
  border: 1px solid #ffffff;
  position: relative;
  z-index: 2;
  transition: all 0.3s ease-in-out;
}
.layout-page .yield-module .yield-remit .jump-btn:hover {
  border: 1px solid #00863E;
  color: #00863E;
}
.layout-page .case-module {
  margin-top: 70px;
}
.layout-page .case-module .case-remit {
  display: flex;
  gap: 26px;
}
.layout-page .case-module .case-remit li {
  width: 330px;
  height: 344px;
  border-radius: 6px;
  overflow: hidden;
  position: relative;
}
.layout-page .case-module .case-remit li .case-pic {
  width: 100%;
  height: 100%;
  transition: all 0.3s ease-in-out;
}
.layout-page .case-module .case-remit li:hover .case-pic {
  transform: scale(1.05);
}
.layout-page .case-module .case-remit li .case-title {
  font-size: 22px;
  font-weight: bold;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 34px;
  text-align: center;
  z-index: 2;
}
.layout-page .consult-module {
  margin-top: 70px;
  background: url("/img/images/layout/consult-bg.jpg") no-repeat center;
  width: 100%;
  min-width: 1400px;
  height: 200px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  background-size:cover;
}
.layout-page .consult-module .common-title {
  color: #ffffff;
  margin-bottom: 20px;
}
.layout-page .consult-module .jump-btn {
  font-size: 16px;
  color: #ffffff;
  height: 40px;
  line-height: 38px;
  display: inline-block;
  padding: 0 36px;
  border-radius: 6px;
  border: 1px solid #ffffff;
  position: relative;
  z-index: 2;
}
/*# sourceMappingURL=layout.css.map */