.bg-join {max-width: 800px;}
.bg-join img{
  width: 100%;
}
.join-type {
margin-top: 90px;
}
.join-type .join-type-tit {
  font-size: 16px;
  font-weight: 600
}
.join-type .join-type-tit::before {
 content: '';
    width: 16px;
    height: 16px;
    background-color: #f15a22;
    display: inline-block;
    margin-right: 4px;
}
.join-type .join-lists {
padding-left: 24px;
}
.join-type .join-lists ul li{
font-size: 16px;
margin: 2px 0;
}
.join-txt {

}
.join-txt h3{
  font-size: 16px;
  margin: 0;
}
.join-txt p{
  font-size: 13px;
   margin: 0;
   line-height:24px;
}
.join-map {
  width: 1000px;
    height: 640px;
    position: absolute;
    left: 250px;
    background-size: 100%;
    /* top: 10px; */
    background-position: 60%;
    background-attachment: inherit;
}