.layout {
  width: 1200px;
  margin: 0 auto;
}
html,
body {
  font-family: arial, 'Microsoft Yahei', '微软雅黑';
  font-size: 16px;
  background-color: #f5f5f5!important;
}
.photo {
  width: 100%;
  height: 500px;
  background-image: url(/images/jzn_erji/teamPhoto.jpg);
  background-position: center;
  position: relative;
}
.photo .photo-title {
  width: 245px;
  height: 80px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  top: 42px;
  left: 50%;
  transform: translateX(-50%);
}
.photo .photo-title .line {
  width: 75px;
  height: 2px;
  background-color: #999999;
}
.photo .photo-title h1 {
  color: #000;
  font-size: 40px;
}
.photo .photo-bg {
  position: absolute;
  top: 90px;
  left: 50%;
  transform: translateX(-50%);
}
.main-title {
  width: 100%;
  height: 100px;
  background-color: #fff;
}
.main-title .layout {
  width: 650px;
  height: 100%;
  display: flex;
  margin: 0 auto;
  justify-content: space-between;
  align-items: center;
}
.main-title a {
  margin-top: 40px;
  height: 60px;
  color: #000000;
  font-size: 18px;
}
.main-title .active {
  color: #2589ff;
  border-bottom: 1px solid #2589ff;
}
.title {
  width: 355px;
  height: 60px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.title .line {
  width: 75px;
  height: 1px;
  background-color: #999999;
}
.title .content {
  height: 100%;
  display: flex;
  flex-direction: column;
  text-align: center;
  justify-content: space-between;
}
.title .content h3 {
  font-size: 28px;
}
.title .content p {
  font-size: 10px;
  color: #7e7e7e;
}
.join {
  width: 100%;
  height: 900px;
  padding-top: 66px;
}
.join .layout .join-address {
  width: 642px;
  height: 54px;
  margin: 0 auto;
  margin-top: 48px;
  margin-bottom: 56px;
  display: flex;
  justify-content: space-between;
  text-align: center;
  line-height: 54px;
}
.join .layout .join-address a {
  width: 180px;
  height: 54px;
  background-color: #e0e0e0;
  border-radius: 27px;
  color: #6e6e6e;
  font-size: 18px;
}
.join .layout .join-address .selected {
  color: #fff;
  background-color: #2589ff;
}
.join .layout .join-item {
  display: none;
}
.join .layout .profession {
  width: 650px;
  height: 80px;
  display: flex;
  background-color: #e0e0e0;
  text-align: center;
}
.join .layout .profession a {
  height: 80px;
  line-height: 80px;
  flex-grow: 1;
  color: #6e6e6e;
}
.join .layout .profession .select {
  background-color: #fff;
  color: #000000;
}
.join .layout .msg {
  width: 100%;
  height: 428px;
  padding: 68px 30px 0 30px;
  background-color: #fff;
  display: none;
}
.join .layout .msg .msg-list {
  width: 1030x;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.join .layout .msg .msg-list .msg-title {
  display: flex;
  align-items: center;
  margin-bottom: 36px;
}
.join .layout .msg .msg-list .msg-title .suqare {
  width: 10px;
  height: 10px;
  margin-right: 24px;
  background-color: #2589ff;
}
.join .layout .msg .msg-list .msg-title h5 {
  font-size: 18px;
  color: #000;
}
.join .layout .msg .msg-list p {
  color: #6e6e6e;
  line-height: 36px;
  width: 800px;
}
.join .layout .msg .msg-list:last-child {
  margin-top: 70px;
}
.join .layout .join-concact {
  height: 106px;
  padding-left: 30px;
  display: flex;
  align-items: center;
}
.join .layout .join-concact .concact-msg {
  display: flex;
}
.join .layout .join-concact .concact-msg h5 {
  padding-right: 15px;
  font-size: 18px;
}
.join .layout .join-concact .concact-msg div {
  height: 48px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.join .layout .join-concact .concact-msg:first-child {
  padding-right: 200px;
}
.show {
  display: block!important;
}
