/** PC START **/
/* part1 start */
.part1_pc{
	background:#F9FAFB;
  height: 100vh;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-top: .47rem;
}
.part1_pc_title{
  font-weight: bolder;
  color: #111827;
  text-align: center;
}
.part1_pc_label{
  color: #4B5563;
  text-align: center;
}
.part1_pc_list{
  display: flex;
  justify-content: center;
}
.part1_pc_item .item_img_box .item_img, .part1_pc_item .item_img_box{
  width: 2.26rem;
  height: 2.26rem;
}
.part1_pc_item .item_img_box{
  overflow: hidden;
}
.part1_pc_item .item_img_box .item_img{
  display: block;
  transition: 0.7s transform;
  cursor: pointer;
}
.part1_pc_item .item_img_box .item_img:hover{
  transform: scale(1.2);
}
.part1_pc_item .item_info {
  width: 2.26rem;
}
.part1_pc_item .item_info .item_info_tit{
  font-weight: bold;
  color: #111827;
}
.part1_pc_item .item_info .item_info_label{
  color: #4B5563;
}
/* part1 end */
/* part2 start */
.part2_pc{
	background:#FFFFFF;
  height: 6.34rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  overflow-x: hidden;
}
.join_us_part2_pc_top{
  width: 7.80rem;
}
.part2_pc_title{
  font-weight: bolder;
  color: #111827;
  text-align: center;
}
.part2_pc_label{
  color: #4B5563;
  text-align: center;
}
.part2_pc_cen{
  display: flex;
  justify-content: center;
}
.part2_pc_item_box{
  width: 2.47rem;
  height: 1.54rem;
  background: #FFFFFF;
  display: flex;
  flex-direction: column;
  justify-content: center;
  transition: 0.7s transform, 0.7s box-shadow;
  cursor: pointer;
}
.part2_pc_item_box:last-child{
  width: 2.78rem;
}
.part2_pc_item_box:hover{
  transform: scale(1.2);
  box-shadow: 0 .02rem .03rem -.02rem rgba(0,0,0,0.1), 0 .05rem .08rem -.02rem rgba(0,0,0,0.1);
}
.part2_pc_item{
  display: flex;
  align-items: center;
} 
.part2_pc_item .item_img {
  width: .23rem;
  display: block;
  height: .23rem;
}
.part2_pc_item .item_info{
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.part2_pc_item .item_info .item_info_tit{
  font-weight: bold;
  color: #111827;
}
.part2_pc_item .item_info .item_info_label{
  color: #4B5563;
}
.map-container{
  width: 7.8rem;
  height: 1.98rem;
}
/* part2 end */
/** PC END **/

/** 移动端 START **/
/* part1 start */
.join_us_yd{
  width: 100vw;
  overflow: hidden;
}
.part1_yd{
  width: 100vw;
  background: #F9FAFB;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.part1_yd_top{
  padding: .96rem 0;
}
.part1_yd_tit{
  font-weight: bold;
  font-size: .4rem;
  color: #111827;
  line-height: .46rem;
  margin-bottom: .24rem;
  text-align: center;
}
.part1_yd_label{
  width: 5.26rem;
  font-size: .24rem;
  color: #4B5563;
  line-height: .36rem;
  text-align: center;
}
.part1_yd_bot{
  padding-bottom: 1.12rem;
}
.part1_yd_bot_item{
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 1.92rem;
}
.part1_yd_bot_item:last-child{
  margin-bottom: 0;
}
.part1_yd_bot_item .item_img{
  width: 5.26rem;
  height: 5.26rem;
  margin-bottom: .32rem;
}
.part1_yd_bot_item .item_tit {
  width: 5.26rem;
  margin: 0 auto .08rem;
  font-weight: bold;
  font-size: 28px;
  color: #111827;
  text-align: center;
  line-height: 56px;
}
.part1_yd_bot_item .item_label {
  width: 5.26rem;
  font-size: .24rem;
  color: #4B5563;
  line-height: .36rem;
  text-align: center;
  margin: 0 auto;
}
/* part1 end */
/* part2 start */
.part2_yd{
  width: 100vw;
  background: #FFFFFF;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: .96rem 0;
}
.part2_yd_top{
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: .77rem;
}
.part2_yd_tit{
  font-weight: bold;
  font-size: .4rem;
  color: #111827;
  line-height: .46rem;
  margin-bottom: .24rem;
}
.part2_yd_label{
  width: 5.26rem;
  font-size: .24rem;
  color: #4B5563;
  line-height: .36rem;
  text-align: center;
}
.part2_yd_bot{
  width: 5.26rem;
}
.part2_yd_bot_item{
  height: 1.22rem;
  display: flex;
  align-items: center;
}
.part2_yd_bot_item .item_img{
  width: .88rem;
  height: .88rem;
  margin-right: .32rem;
}
.part2_yd_bot_item .item_info {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.part2_yd_bot_item .item_info_tit {
  width: 4.06rem;
  font-weight: bold;
  font-size: .28rem;
  color: #111827;
  line-height: .56rem;
}
.part2_yd_bot_item .item_info_label {
  width: 4.06rem;
  font-size: .24rem;
  color: #4B5563;
  line-height: .36rem;
}
/* part2 start */
/** 移动端 END **/