.subBanner {
  height: 365px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
}
.subBanner .content {
  width: 1120px;
  height: 300px;
  margin: auto;
  background: rgba(255, 255, 255, 0.18);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.demand {
  padding: 50px 0 30px;
}
.demand .homeTitleWrap .btn {
  width: 200px;
  line-height: 60px;
  font-weight: 500;
  font-size: 20px;
  margin: 30px auto;
}
.demand .list {
  display: flex;
  flex-wrap: wrap;
  margin: -8px;
}
.demand .list .item {
  width: 386px;
  height: 340px;
  border: 1px #E4EDE7 solid;
  padding: 20px;
  vertical-align: top;
  margin: 8px;
}
.demand .titleBar .title {
  width: 50%;
  font-weight: 700;
  font-size: 20px;
  color: #666666;
}
.demand .titleBar .date {
  font-weight: 400;
  font-size: 14px;
  color: #B0B6B0;
}
.demand .price {
  color: #8ECBAD;
  font-weight: 700;
  font-size: 18px;
  margin-top: 15px;
}
.demand .content {
  /* width: 410px; */
  height: 154px;
  background: rgba(239, 243, 239, 0.5);
  border-radius: 8px;
  padding: 10px;
  margin-top: 15px;
  display: block;
}
.demand .company {
  display: flex;
  align-items: center;
}
.demand .company .avatar {
  flex: 0 0 60px;
  margin-right: 10px;
}
.demand .company .name {
  font-weight: 500;
  font-size: 16px;
}
.demand .company .url {
  font-weight: 400;
  font-size: 12px;
  color: #7B867C;
  margin-top: 10px;
}
.demand .infos {
  font-weight: 400;
  font-size: 14px;
  color: #9B9B9B;
  /* width: 390px; */
  white-space: initial;
  margin-top: 10px;
}

.demand .layui-form-item .layui-inline {
  margin-right: 0;
}

.formPanel {
  background: #FFFFFF;
  border-radius: 4px;
  padding: 20px 0 60px;
  margin-bottom: 30px;
}
.formPanel > .title {
  padding-left: 20px;
  position: relative;
  font-weight: 500;
  font-size: 24px;
  line-height: 26px;
}
.formPanel .title::before {
  display: block;
  content: '';
  width: 6px;
  height: 26px;
  background: #43A977;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -13px;
}
.projectWrap {
  width: 940px;
  margin: 60px auto 30px;
}
.projectWrap .title {
  font-weight: 500;
  font-size: 22px;
}
.projectWrap .infos {
  font-weight: 400;
  font-size: 14px;
  color: #8A8A8A;
  line-height: 25px;
  margin-top: 15px;
}
.projectWrap .date {
  font-weight: 400;
  font-size: 14px;
  color: #8A8A8A;
  margin-top: 20px;
}

.formWrap {
  width: 940px;
  margin: 40px auto 0;
}
.formWrap .btn {
  width: 250px;
  height: 56px;
  background: #43A977;
  font-weight: 500;
  font-size: 18px;
  color: #FFFFFF;
  margin: 60px auto 0;
}
.formWrap .layui-form-label {
  float: none;
  text-align: left;
  font-size: 16px;
}
.formWrap .layui-form-label span {
  color: red;
}
.formWrap textarea {
  resize: none;
}
.formWrap .layui-input-block {
  margin-left: 0;
}
.formWrap .layui-input-block textarea {
  padding-bottom: 30px;
}
.formWrap .layui-input-block textarea + i {
  display: block;
  font-style: normal;
  font-size: 12px;
  margin-top: -30px;
  line-height: 30px;
  height: 30px;
  position: relative;
  z-index: 9;
  text-align: right;
  padding: 0 10px;
  color: rgba(0, 0, 0, 0.45);
  margin-bottom: 0px;
}
.formWrap .layui-upload-drag {
  padding: 15px 30px;
  background: #F5F5F5;
  border-style: solid;
  margin-top: -1px;
}
.formWrap .layui-upload-drag .layui-icon {
  font-size: 16px;
}
.formWrap .layui-upload-drag .desc {
  font-weight: 400;
  font-size: 12px;
  color: #8A8A8A;
  text-align: center;
  margin-top: 5px;
}
.formPanel .modulLine {
  position: relative;
  padding-left: 60px;
  margin-top: 30px;
  font-weight: 400;
  font-size: 16px;
}
.formPanel .modulLine img {
  width: 18px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 3px;
}
.formPanel .modulLine::after {
  display: block;
  content: '';
  width: 1050px;
  border-bottom: 2px #DEDFDF dotted;
  position: absolute;
  top: 10px;
  right: 0;
}

.formPanel .primaryTitle {
  margin-top: -20px;
  padding: 15px 20px;
  background: linear-gradient(183deg, rgba(222, 245, 234, 1) 21%, rgba(255, 255, 255, 1) 82%);
  border-bottom: 1px #D2DCD7 solid;
  font-weight: 500;
  font-size: 20px;
  color: #28AD6D;
}
.formPanel .primaryTitle .text {
  font-weight: 400;
  font-size: 12px;
  color: #A5A5A5;
  margin-left: 10px;
}



.matrix .menu {
  background: #F6F6F6;
}
.matrix .menu .item {
  flex: 1;
  text-align: center;
  height: 156px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
}
.matrix .menu .item .icon {
  width: 28px;
}
.matrix .menu .item .label {
  font-weight: 400;
  font-size: 20px;
  margin-top: 20px;
}
.matrix .menu .item + .item::before {
  display: block;
  content: '';
  width: 1px;
  height: 66px;
  background: #DDE6E0;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -33px;
}
.matrix .menu .item.act {
  box-shadow: 0px 8px 16px rgba(122, 165, 137, 0.2);
  background: #FFFFFF;
}

.matrix .list {
  display: flex;
  flex-wrap: wrap;
  margin: 20px -10px 0;
}
.matrix .list .item {
  display: block;
  width: 386px;
  /*height: 525px;*/
  border: 1px #E4EDE7 solid;
  margin: 10px;
  position: relative;
  border-radius: 0 0 11px 11px;
}
.matrix .list .thumb {
  height: 273px;
  margin: 10px;
}
.matrix .list .title {
  margin: 0 10px;
  font-weight: 700;
  font-size: 18px;
  color: #000000;
  opacity: 0.6;
}
.matrix .list .infos {
  margin: 10px;
  font-weight: 400;
  font-size: 14px;
  color: #9B9B9B;
  line-height: 22px;
  height: 110px;
  -webkit-line-clamp: 5;
}
.matrix .list .company {
  display: flex;
  position: absolute;
  align-items: center;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 76px;
  background: linear-gradient(#FFFFFF, #DFF5EA);
  padding: 15px 20px;
  border-radius: 0 0 11px 11px;
}
.matrix .list .avatar {
  width: 50px;
  height: 50px;
  margin-right: 10px;
}
.matrix .list .name,
.matrix .list .url {
  font-weight: 400;
  font-size: 14px;
  letter-spacing: normal;
  color: #333333;
  opacity: 0.6;
}
.matrix .params ul {
  display: flex;
  flex-wrap: wrap;
}
.matrix .params .tit {
  width: 100%;
}
.matrix .params .tit,
.matrix .params li {
  font-weight: 400;
  font-size: 14px;
  color: #9B9B9B;
  line-height: 24px;
}
.matrix .params li {
  width: 49%;
  flex: 0 0 49%;
}

.ipCats {
  display: flex;
  align-items: center;
  background: #FFFFFF;
  box-shadow: 0px 5px 8px rgba(0, 0, 0, 0.06);
  height: 90px;
}

.ipCats .item {
  line-height: 90px;
  flex: 1;
  height: 100%;
  text-align: center;
  font-weight: 600;
  font-size: 22px;
  display: block;
}
.ipCats .item.act {
  color: #43A977;
  position: relative;
}
.ipCats .item.act::after {
  display: block;
  content: '';
  width: 64px;
  height: 4px;
  background: #43A977;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -32px;
}

.linkageTitle {
  text-align: center;
  margin-top: 60px;
}
.linkageTitle .en {
  font-weight: 700;
  font-size: 54px;
  letter-spacing: 2px;
  color: #ECEFF4;
  text-align: center;
  text-transform: uppercase;
}
.linkageTitle .cn {
  font-weight: 700;
  font-size: 40px;
  text-align: center;
  margin-top: -45px;
}
.linkageTitle .infos {
  font-weight: 400;
  font-size: 18px;
  text-align: center;
  line-height: 32px;
  margin-top: 30px;
}

.linkage .list1 {
  margin-top: 50px;
}
.linkage .list1 .item {
  padding: 15px 20px;
  display: flex;
  border: 1px #DEDFDF solid;
  border-radius: 10px;
}
.linkage .list1 .item + .item {
  margin-top: 20px;
}
.linkage .list1 .item:hover {
  background: linear-gradient(#E9F8F1, #FFFFFF);
}
.linkage .list1 .thumb {
  flex: 0 0 320px;
  width: 320px;
  height: 188px;
  border-radius: 5px;
}
.linkage .list1 .content {
  margin-left: 25px;
  padding: 15px 0;
}
.linkage .list1 .title {
  font-weight: 700;
  font-size: 24px;
}
.linkage .list1 .infos {
  font-weight: 400;
  color: #8A8A8A;
  line-height: 30px;
  font-size: 18px;
  margin-top: 20px;
  -webkit-line-clamp: 3;
}

.linkage .list,
.advantList {
  display: flex;
  flex-wrap: wrap;
  margin: 40px -15px 60px;
}
.linkage .list .item,
.advantList .item {
  cursor: pointer;
  margin: 0 15px 15px;
  width: 380px;
  height: 467px;
  position: relative;
  transition: all 0.5s;
}
.linkage .list .thumb,
.advantList .thumb {
  height: 467px;
}
.linkage .list .titleBar,
.advantList .titleBar {
  height: 320px;
  width: 100%;
  position: absolute;
  background: url(../images/bg10.svg) no-repeat center bottom;
  bottom: 0;
  left: 0;
  background-size: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding: 0 30px 30px;
}
.linkage .list .item:hover .titleBar,
.advantList .item:hover .titleBar {
  opacity: 0;
}
.linkage .list .titleBar .title,
.advantList .titleBar .title {
  font-weight: 500;
  font-size: 24px;
  color: #FFFFFF;
  text-align: center;
}
.linkage .list .mask,
.advantList .mask {
  opacity: 0;
  background: linear-gradient(90deg, rgba(0,192,94,0.7) 0%, rgba(4,81,148,0.7) 102%);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 25px 15px;
  transition: all 0.5s;
}
.linkage .list .maskHead .text,
.advantList .maskHead .text {
  color: #FFFFFF;
  font-size: 18px;
  font-weight: 350;
}
.linkage .list .content,
.advantList .content {
  color: #FFFFFF;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
}
.linkage .list .content::after,
.advantList .content::after {
  display: block;
  content: '';
  width: 75px;
  height: 2px;
  background: #FFFFFF;
  margin: 15px 0 5px;
}
.linkage .list .item:hover .mask,
.advantList .item:hover .mask {
  opacity: 1;
}

.marginB50 {
  margin-bottom: 50px;
}
.panelGroup {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.panel {
  background: #FFFFFF;
  border-radius: 4px;
  width: 100%;
}

.detail .titleBar {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 25px 30px;
  border-bottom: 1px #D9D9D9 dashed;
}
.detail .titleBar .title {
  font-weight: 700;
  font-size: 28px;
}
.detail .titleBar .date {
  font-weight: 400;
  font-size: 14px;
  color: #7B867C;
  opacity: 0.7;
  margin-top: 15px;
}
.detail .titleBar .btn {
  width: 118px;
  line-height: 38px;
  flex: 0 0 118px;
  margin-left: 20px;
}
.detail .content {
  padding: 30px;
}
.detail .content img {
  max-width: 100%;
}

.detail .params {
  padding: 10px 30px;
}
.detail .params + .params {
  border-top: 1px #D9D9D9 dashed;
}
.detail .params .row {
  display: flex;
  margin: 10px 0;
}
.detail .params .label {
  font-weight: 400;
  font-size: 18px;
  width: 4.8em;
  flex: 0 0 4.8em;
  color: #A5A5A5;
  opacity: 0.7;
  line-height: 2;
}
.detail .params .value {
  font-weight: 400;
  font-size: 18px;
  opacity: 0.7;
  line-height: 2;

}
.detail .params .row.table .label,
.detail .params .row.table .value {
  width: 200px;
  flex: 0 0 200px;
}
.detail .params .price {
  font-weight: 700;
  font-size: 18px;
  color: #43A977;
  opacity: 0.7;
}
.detail .params .btn {
  font-weight: 400;
  font-size: 16px;
  border-color: #A5A5A5;
  color: #A5A5A5;
  width: 102px;
  line-height: 34px;
}

.detail .pitchinBtn {
  width: 222px;
  line-height: 50px;
  background: #43A977;
  border-radius: 4px;
  font-weight: 500;
  font-size: 18px;
  color: #FFFFFF;
}

.detail .course {
  background: #F2F2F2;
  padding: 15px 30px;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 40px;
}
.detail .course .infos {
  width: 100%;
  font-weight: 500;
  font-size: 16px;
  margin-bottom: 25px;
}
.detail .course .item {
  width: 20%;
}
.detail .course .item .wrap {
  display: block;
  width: 4em;
  font-weight: 400;
  font-size: 14px;
  color: #A5A5A5;
  margin: 0;
}
.detail .course .item .icon {
  display: block;
  margin: 0 auto 5px;
}

.ensure {
  height: 78px;
  background: linear-gradient(180deg, rgba(249, 253, 250, 1) 3%, rgba(226, 246, 235, 1) 100%);
  display: flex;
  align-items: center;
  padding: 0 5px;
  justify-content: space-between;
}
.ensure .tag {
  flex: 0 0 auto;
  width: 99px;
  height: 53px;
  background: url(../images/bg03.svg) no-repeat;
  background-size: 100% 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  /* padding-right: 10px; */
}
.ensure .tag .text {
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 1.5px;
  line-height: 20px;
}
.ensure .tag span {
  color: #FFB548;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 1.5px;
}
.ensure .items {
  flex: 0 1 100%;
  /* margin-left: 35px; */
}
.ensure .item {
  display: flex;
  align-items: center;
  padding-right: 15px;
  margin-left: 15px;
}
.ensure .icon {
  width: 42px;
  height: 42px;
  object-fit: contain;
  margin-right: 10px;
}
.ensure .title {
  font-weight: 500;
  font-size: 14px;
  color: #16A460;
}
.ensure .info {
  font-weight: 500;
  font-size: 12px;
  color: #7B867C;
}

.detail .modTitle {
  font-weight: 700;
  font-size: 20px;
  margin-top: 30px;
  padding-left: 16px;
  position: relative;
}
.detail .modTitle::before {
  display: block;
  content: '';
  width: 5px;
  height: 24px;
  font-size: 16px;
  background: #43A977;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -12px;
}
.content p {
  line-height: 2;
}

.serviceFlowPath {
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
}
.serviceFlowPath .item {
  text-align: center;
  position: relative;
}
.serviceFlowPath .item + .item::before {
  display: block;
  content: '';
  width: 143px;
  height: 30px;
  background: url(../images/034.svg) no-repeat center;
  position: absolute;
  top: 75px;
  left: -170px;
}
.serviceFlowPath .num {
  font-weight: 700;
  font-size: 90px;
  color: #ECEFF4;
}
.serviceFlowPath .icon {
  margin-top: -65px;
  width: 60px;
}
.serviceFlowPath .title {
  font-weight: 700;
  font-size: 20px;
  margin-top: 10px;
}
.serviceFlowPath .infos {
  font-weight: 400;
  font-size: 16px;
  color: #8A8A8A;
  text-align: center;
  line-height: 24px;
  margin-top: 10px;
}

.messagePanel {
  flex: 1 0 305px;
  width: 305px;
  margin-left: 10px;
}
.messagePanel .titleBar {
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.messagePanel .titleBar .title {
  position: relative;
  font-weight: 700;
  font-size: 16px;
  padding-left: 15px;
}
.messagePanel .titleBar .title::before {
  display: block;
  content: '';
  width: 3px;
  height: 24px;
  font-size: 16px;
  background: #43A977;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -12px;
}
.messagePanel .titleBar .more {
  margin-right: 15px;
  display: block;
  font-weight: 400;
  font-size: 12px;
  color: #A5A5A5;
}
.companyList .company,
.messagePanel .company {
  height: 74px;
  display: flex;
  align-items: center;
  background: linear-gradient(#E1F6EC, #F9FDFB);
  padding: 7px 10px;
}
.companyList .company .name,
.messagePanel .company .name {
  font-weight: 700;
  font-size: 14px;
}
.companyList .company .position,
.messagePanel .company .position {
  font-weight: 400;
  font-size: 13px;
  color: #7B867C;
  margin-top: 3px;
  padding-left: 20px;
  background: url(../images/map.svg) no-repeat left;
}
.companyList .infos,
.messagePanel .infos {
  font-weight: 400;
  font-size: 12px;
  color: #7B867C;
  line-height: 24px;
  padding: 5px 15px 15px;
}
.messagePanel .panel + .panel {
  margin-top: 10px;
}

.messagePanel .params li {
  height: 64px;
  border-top: 1px #EFF3EF solid;
  font-weight: 550;
  font-size: 16px;
  display: flex;
  align-items: center;
  padding-left: 20px;
}

.contacts {
  padding: 5px 15px;
  border-top: 1px #EFF3EF solid;
}
.contacts .row {
  display: flex;
  padding: 10px 0;
}
.contacts .icon {
  width: 20px;
  margin-right: 10px;
}
.messagePanel .subscribe {
  margin-top: 20px;
  font-size: 18px;
  line-height: 54px;
}

.companyList .companyTags,
.messagePanel .companyTags {
  width: 100%;
  height: 64px;
  background: url(../images/bg05.png) no-repeat center bottom;
  background-size: cover;
}
.companyList .companyTags .tag,
.messagePanel .companyTags .tag {
  flex: 1;
  text-align: center;
  font-weight: 400;
  font-size: 12px;
  color: #43A977;
  position: relative;
}
.companyList .companyTags .tag + .tag::before,
.messagePanel .companyTags .tag + .tag::before {
  display: block;
  content: '';
  width: 1px;
  height: 34px;
  background: #D3E9DB;
  position: absolute;
  top: 0px;
  left: 0;
}
.companyList .companyTags .tag img,
.messagePanel .companyTags .tag img {
  display: block;
  margin: auto auto 3px;
  width: 20px;
  height: 22px;
  object-fit: contain;
}

.companyList {
  display: flex;
  flex-wrap: wrap;
  margin: -10px -10px 30px;
}
.companyList .item {
  width: 386px;
  height: 303px;
  border-radius: 8px;
  overflow: hidden;
  position: relative;
  margin: 10px;
}
.companyList .infos {
  overflow: auto;
  height: 144px;
}
.companyList .item .companyTags {
  position: absolute;
  width: 100%;
  bottom: 0;
}
.companyList .btn {
  line-height: 40px;
  margin: 10px 15px;
}



.sortsList {
  height: 103px;
  background: linear-gradient(180deg, rgba(222, 245, 234, 1) -33%, rgba(255, 255, 255, 1) 67%);
  padding: 0 15px;
}
.sortsList li {
  opacity: 0.6;
  display: flex;
  align-items: center;
}
.sortsList li .num {
  font-weight: 700;
  font-size: 26px;
  color: #16A460;
  margin-right: 10px;
}
.sortsList li .title {
  font-weight: 700;
  font-size: 18px;
  color: #16A460;
}
.sortsList li .infos {
  font-weight: 400;
  font-size: 16px;
  color: #7B867C;
}

.about {
  margin-top: 60px;
}
.about .content {
  width: 540px;
}
.about .content .title {
  font-weight: 700;
  font-size: 38px;
}
.about .content .sub {
  font-weight: 700;
  font-size: 30px;
  letter-spacing: 1.4px;
  color: #43A977;
  margin-top: 30px;
  padding-left: 60px;
  background: url(../images/072.svg) no-repeat;
}
.about .content .text {
  font-weight: 400;
  font-size: 18px;
  line-height: 32px;
  margin-top: 20px;
}
.about .thumb {
  width: 587px;
  border-radius: 8px;
  overflow: hidden;
}

.solutionJoin {
  flex-wrap: wrap;
  width: 1150px;
  margin: 50px auto 80px;
}
.solutionJoin .item {
  padding-top: 30px;
  width: 363px;
  height: 374px;
  text-align: center;
  background: url(../images/bg12.svg) no-repeat;
}
.solutionJoin .icon {
  width: 133px;
  height: 133px;
  background: url(../images/bg13.svg) no-repeat;
  background-size: cover;
  margin: auto;
  display: flex;
}
.solutionJoin .icon img {
  width: 117px;
  margin: auto;
}
.solutionJoin .title {
  font-weight: 700;
  font-size: 24px;
  text-align: center;
  margin-top: 30px;
}
.solutionJoin .infos {
  font-weight: 400;
  color: #8A8A8A;
  text-align: center;
  line-height: 30px;
  font-size: 18px;
  margin-top: 15px;
}

.advantList {
  margin: 40px 0 60px;
}
.advantList .item {
  margin: 0;
  width: 300px;
  height: 370px;
}
.advantList .item .thumb {
  height: 370px;
}


.statictis {
  padding-bottom: 40px;
  border-bottom: 1px #CDCDCD solid;
}
.statictis .title {
  font-weight: 700;
  font-size: 40px;
  margin: 90px 0 40px;
}
.statictis .item {
  flex: 1;
}
.statictis .item .num {
  font-family: '阿里巴巴普惠体 3.0 85 Bold', '阿里巴巴普惠体 3.0 55 Regular', '阿里巴巴普惠体 3.0', sans-serif;
  font-weight: 700;
  font-size: 38px;
  color: #43A977;
}
.statictis .item .num span {
  font-weight: 700;
  font-size: 28px;
}
.statictis .item .label {
  font-weight: 400;
  font-size: 20px;
  color: #7B867C;
  margin-top: 10px;
}


.customer {
  padding: 30px 0 40px;
  flex-wrap: wrap;
  margin: 0 -5px;
}
.customer .item {
  width: 227px;
  height: 72px;
  margin: 15px 5px;
  overflow: hidden;
  border: 1px #EFF3EF solid;
}
.customer .item img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.switchPwd {
  width: 36px;
  height: 36px;
  position: absolute;
  top: 1px;
  right: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
