html,body{
  font-family: Arial, "Microsoft YaHei", "PingHei", "STHeitiSC-Light", "SF Pro SC", "SF Pro Text", "PingFang SC", "Helvetica Neue", "Helvetica";
}
/* banner */
.banner{
  width: 100%;
  /* height: 2.03rem; */
/*  height: 603px; */
  background-size: cover;
  text-align: center;
  /* padding-top: 2.03rem;
  box-sizing: border-box; */
  position: relative;
}
.banner>h6{
	font-size: 40px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
  color: #ffffff;
  position: absolute;
  bottom: 10.6%;
  left: 50%;
  transform: translateX(-50%);
}
.banner>p{
	font-size: 25px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
  color: #ffffff;
  position: absolute;
  bottom:5%;
  left: 50%;
  transform: translateX(-50%);
}

/* 加入我们 */
.join{
  width: 1200px;
  margin: 20px auto;
  text-align: center;
}
.join>p{
	width: 280px;
  font-size: 20px;
  text-align: center;
  line-height: 34px;
  color: #333333;
  margin: 0 auto 18px;
}
.join>h6{
  width: 450px;
  height: 40px;  
  font-weight: normal;
  margin: 0 auto 20px;
}
.join>h6>span{
	font-size: 20px;
  color: #333333;
}
.join>h6>span:nth-of-type(2){
  font-weight: 600;
  color: #e00b0b;
}
.join>.join-content{
  display: flex;
  justify-content: space-between;
}
.join>.join-content>.join-content_left{
	width: 546px;
	height: 497px;
	background-color: #ffffff;
  border-radius: 8px;
  padding: 21px 30px;
  box-sizing: border-box;
  text-align: left;
}
.join-content_left>h6{
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #ccc;
  /* font-size: 20px;   x */
  color: #e00b0b;
  padding-bottom: 25px;
  box-sizing: border-box;
  margin-bottom: 20px;
}
.join-content_left>h6>span{
  font-size: 24px;
}
.join-content_left>p{
  font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
  color: #333333;

}
.join-content_left>p:last-of-type{
  border-bottom: 1px solid #ccc;
  padding-bottom: 20px;
  box-sizing: border-box;
  margin-bottom: 25px;
}
.join-content_left>p>span{
  font-size: 16px;
  color: #666666;
}
.join-content_left>ul>li{
  font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 30px;
	letter-spacing: 0px;
	color: #666666;
}
.join-content_left>.join-time{
  display: flex;
  justify-content: space-between;
}
.join-content_left>.join-time>div>p{
  font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #333333;
}
.join-content_left>.join-time>a{
  display: block;	
  width: 119px;
	height: 43px;
	background-color: #e00b0b;
  border-radius: 4px;
  font-size: 16px;
  text-align: center;
  line-height: 43px;
	color: #ffffff;
}
.join-content_right>ul:first-of-type{
  margin-bottom: 5px;
}
.join-content_right>ul:last-of-type{
  margin-bottom: 34px;
}
