.homeTitleWrap .en {
  text-transform: uppercase;
  text-align: center;
  font-weight: 700;
  font-size: 16px;
}
.homeTitleWrap .en::before,
.homeTitleWrap .en::after {
  display: inline-block;
  content: '';
  margin: 8px 15px 0;
  width: 60px;
  height: 2px;
  background: #333;
}
.homeTitleWrap .cn {
  font-weight: 600;
  font-size: 34px;
  text-align: center;
  margin-top: 8px;
}
.homeTitleWrap .cn span {
  font-weight: 600;
  font-size: 34px;
  text-align: center;
  color: #05A14C;
}
.homeTitleWrap .info {
  font-weight: 400;
  font-size: 16px;
  color: #7B867C;
  text-align: center;
  margin-top: 15px;
}
.homeTitleWrap.white .en,
.homeTitleWrap.white .cn {
  color: #FFFFFF;
}
.homeTitleWrap.white .en::before,
.homeTitleWrap.white .en::after {
  background: #FFFFFF;
}


.banner {
  height: 495px;
  background: #eee;
  position: relative;
  overflow: hidden;
}

.banner .swiper-slide {
  height: 100%;
  background-size: cover;
  background-position: center center;
}
.banner .content {
  width: 50%;
  height: 495px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.banner .title {
  font-weight: 600;
  font-size: 56px;
  letter-spacing: 6px;
  /*color: #298A5C;*/
  color: #FFFFFF;
}
.banner .text {
  font-weight: 400;
  font-size: 34px;
  letter-spacing: 2px;
  /*color: #298A5C;*/
  color: #FFFFFF;
}
.banner .actionBtn {
  display: block;
  width: 206px;
  line-height: 60px;
  text-align: center;
  background: rgba(67, 169, 119, 1);
  border-radius: 8px;
  font-weight: 500;
  font-size: 22px;
  color: #FFFFFF;
  margin-top: 45px;
  cursor: pointer;
}
.banner .swiper-pagination-bullet {
  width: 22px;
  height: 6px;
  background: #FFFFFF;
  border-radius: 0;
}
.banner .swiper-pagination-bullet:not(.swiper-pagination-bullet-active) {
  opacity: 0.6;
}

.homeMemmber {
  height: 600px;
  background: url(../images/bg01.jpg) no-repeat center top;
  padding: 30px 0 60px;
  background-size: cover;
}

.homeMemmber .panel {
  height: 524px;
  background: #FFFFFF;
  border-radius: 6px;
  position: relative;
  overflow: hidden;
}
.homeMemmber .titleBar {
  background: #DEF5EA;
  height: 76px;
  text-align: center;
  margin-bottom: 25px;
}
.homeMemmber .titleWrap {
  width: 465px;
  height: 76px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: auto;
  background: url(../images/bg02.svg) no-repeat center;
}
.homeMemmber .titleWrap .title {
  font-weight: 700;
  font-size: 24px;
  color: #5E6662;
}
.homeMemmber .titleWrap .info {
  font-weight: 700;
  font-size: 16px;
  color: #7B867C;
}

.homeMemmber .list .item {
  height: 300px;
  overflow-x: hidden;
  overflow-y: unset;
}
.homeMemmber .list .content {
  width: 290px;
  height: 280px;
  background: linear-gradient(180deg, rgba(222, 245, 234, 1) -33%, rgba(255, 255, 255, 1) 67%);
  border-radius: 6px;
  box-shadow: 0px 8px 16px rgba(122, 165, 137, 0.2);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.homeMemmber .list .title {
  font-weight: 600;
  font-size: 22px;
  text-align: center;
  color: #656665;
  margin-top: 15px;
}
.homeMemmber .list .info {
  font-weight: 700;
  font-size: 16px;
  margin-top: 5px;
  color: #7B867C;
  text-align: center;
}
.homeMemmber .list .btn {
  width: 172px;
  line-height: 44px;
  font-weight: 500;
  font-size: 18px;
  color: #FFFFFF;
  margin-top: 20px;
}
.homeMemmber .list .image {
  display: block;
}
.homeMemmber .list .imageH {
  display: none;
}
.homeMemmber .list .item:hover .content {
  background: #FFFFFF;
  border: 1px #1EE385 solid;
}
.homeMemmber .list .item:hover .title {
  color: #8ECBAD;
}
.homeMemmber .list .item:hover .imageH {
  display: block;
}
.homeMemmber .list .item:hover .image {
  display: none;
}
.homeMemmber .ensure {
  height: 104px;
  background: #EDF9F3;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  display: flex;
  align-items: center;
  padding: 0 19px;
  justify-content: space-between;
}
.homeMemmber .tag {
  width: 104px;
  height: 66px;
  background: url(../images/bg03.svg) no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-right: 10px;
}
.homeMemmber .tag .text {
  color: #ffffff;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 1.5px;
  line-height: 22px;
}
.homeMemmber .tag span {
  color: #FFB548;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 1.5px;
}
.homeMemmber .ensure .items {
  width: 1040px;
}
.homeMemmber .ensure .item {
  display: flex;
  align-items: center;
  flex: 0 0 240px;
  margin-left: 15px;
}
.homeMemmber .ensure .icon {
  width: 45px;
  height: 45px;
  object-fit: contain;
  margin-right: 10px;
}
.homeMemmber .ensure .title {
  font-weight: 700;
  font-size: 16px;
  color: #16A460;
}
.homeMemmber .ensure .info {
  font-weight: 500;
  font-size: 14px;
  color: #7B867C;
}

.homeProcess {
  padding: 80px 0;
}
.homeProcess .btn {
  width: 200px;
  line-height: 60px;
  font-weight: 500;
  font-size: 20px;
  margin: 30px auto;
}
.homeProcess .list {
  margin-top: 50px;
}
.homeProcess .item {
  position: relative;
}
.homeProcess .item + .item::before {
  display: block;
  content: '';
  width: 42px;
  height: 35px;
  background: url(../images/arrow-right.svg) no-repeat center;
  position: absolute;
  top: 50px;
  left: -90px;
}
.homeProcess .item .icon {
  width: 124px;
}
.homeProcess .item .label {
  font-weight: 700;
  font-size: 20px;
  text-align: center;
  color: #666666;
  margin-top: 25px;
}

.recommend {
  padding: 40px 0;
  background: url(../images/bg04.png) no-repeat;
  background-size: cover;
}

.recommend .list {
  display: flex;
  margin-top: 30px;
}
.recommend .list .item {
  width: 386px;
  height: 305px;
  background: #ffffff;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}
.recommend .list .item + .item {
  margin-left: 20px;
}
.recommend .list .company {
  padding: 10px;
  background: linear-gradient(180deg, rgba(222, 245, 234, 1) -9%, rgba(255, 255, 255, 1) 117%);
  display: flex;
  align-items: center;
}
.recommend .list .avatar {
  margin-right: 10px;
}
.recommend .list .name {
  font-weight: 700;
  font-size: 16px;
}
.recommend .list .position {
  margin-top: 5px;
  font-weight: 400;
  font-size: 14px;
  color: #7B867C;
  padding-left: 20px;
  background: url(../images/map.svg) no-repeat left center;
}
.recommend .list .content {
  font-weight: 400;
  font-size: 14px;
  color: #7B867C;
  -webkit-line-clamp: 5;
  line-height: 24px;
  height: 120px;
  overflow: auto;
  margin: 10px 10px;
}
.recommend .list .tags {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 64px;
  background: url(../images/bg05.png) no-repeat center bottom;
  background-size: cover;
}
.recommend .list .tag {
  flex: 1;
  text-align: center;
  font-weight: 400;
  font-size: 12px;
  color: #43A977;
  position: relative;
}
.recommend .list .tag + .tag::before {
  display: block;
  content: '';
  width: 1px;
  height: 34px;
  background: #D3E9DB;
  position: absolute;
  top: 0px;
  left: 0;
}
.recommend .list .tag img {
  display: block;
  margin: auto;
}
.recommend .btn {
  display: block;
  width: 130px;
  line-height: 44px;
  background: rgba(255, 255, 255, 0);
  border: 1px solid #FFFFFF;
  border-radius: 4px;
  font-weight: 400;
  font-size: 16px;
  color: #FFFFFF;
  margin: 30px auto 10px;
}
.recommend .btn:hover {
  background: #3CA57D;
}

.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 .moreBar {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 132px;
  background: linear-gradient(90deg, rgba(0, 192, 94, 1) 0%, rgba(4, 81, 148, 1) 102%);
}
.matrix .moreBar .btn {
  width: 130px;
  line-height: 44px;
  background: rgba(255, 255, 255, 0);
  border: 1px solid #FFFFFF;
  border-radius: 4px;
  font-weight: 400;
  font-size: 16px;
  color: #FFFFFF;
}
.matrix .moreBar .btn:hover {
  background: #3CA57D;
}
.matrix .list {
  display: flex;
  flex-wrap: wrap;
}
.matrix .list .item {
  width: 300px;
  height: 370px;
  position: relative;
}
.matrix .list .thumb {
  overflow: hidden;
  height: 370px;
  /* background: linear-gradient(90deg, rgba(0, 192, 94, 1) 0%, rgba(4, 81, 148, 1) 102%); */
}
.matrix .list .thumb img {
  width: 355px;
  height: auto;
}
.matrix .list .mask {
  opacity: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  padding: 20px;
  text-align: center;
  background: linear-gradient(90deg, rgba(0, 192, 94, 0.7) 0%, rgba(4, 81, 148, 0.7) 102%);
}
.matrix .list .mask .icon {
  filter: invert(1);
  margin: 90px auto;
  display: block;
  width: 60px;
}
.matrix .list .mask .name {
  font-weight: 500;
  font-size: 22px;
  color: #FFFFFF;
  text-align: center;
  height: 60px;
}
.matrix .list .mask .company {
  font-weight: 400;
  font-size: 16px;
  color: #FFFFFF;
  margin-top: 20px;
}
.matrix .list .item:hover .mask {
  opacity: 1;
  transition: all 0.5s;
}
.matrix .list .item:hover .thumb img {
  /* mix-blend-mode: multiply; */
  width: 100%;
  transition: all 0.5s;
}
.matrix .itemWrap {
  margin-top: 20px;
  min-height: 370px;
}

.demand {
  padding: 80px 0;
}
.demand .homeTitleWrap .btn {
  width: 200px;
  line-height: 60px;
  font-weight: 500;
  font-size: 20px;
  margin: 30px auto;
}
.demand .list {
  white-space: nowrap;
  overflow-x: auto;
  padding-bottom: 15px;
}
.demand .list .item {
  display: inline-block;
  width: 450px;
  height: 340px;
  border: 1px #E4EDE7 solid;
  padding: 20px;
  vertical-align: top;
}
.demand .list .item + .item {
  margin-left: 15px;
}
.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;
}
