﻿.pic01 {
  width: 100%;
  height: 360px;
  background: url(/images/bg/banner4.png) no-repeat center top;
}

.block1 {
  width: 100%;
  padding-top: 160px;
}
.joinUs {
  width: 100%;
}
.joinUs li {
  padding: 80px 0;
  border-bottom: 1px solid #e1e1e1;
  display: flex;
  justify-content: center;
}
.joinUs li:last-child {
  border: none;
}
.joinUs img {
  width: 320px;
  height: 200px;
  margin-right: 30px;
  flex-shrink: 0;
}
.joinUs .txtBox {
  width: 100%;
}
.joinUs .txtBox h3 {
  font-size: 24px;
  line-height: 24px;
  color: #e64a19;
}
.joinUs .txtBox h3 span {
  margin-right: 8px;
}
.joinUs .txtBox dt {
  line-height: 18px;
  font-size: 18px;
  color: #666;
  padding: 32px 0 24px;
}
.joinUs .txtBox dd {
  font-size: 16px;
  color: #999;
  line-height: 28px;
}

.block2 {
  height: 570px;
  width: 100%;
  background: #fff8f6;
  display: flex;
  align-items: center;
}

.block2 > div {
  padding-top: 80px;
  height: 420px;
  background: url(/images/bg/bg4.png) no-repeat center center;
}

.block2 .txtBox {
  padding-top: 56px;
  text-align: center;
  line-height: 30px;
}

.block2 .moreBtn {
  margin: 44px auto 0;
}
