img {
  image-rendering: -moz-crisp-edges;
  image-rendering: -o-crisp-edges;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: crisp-edges;
  -ms-interpolation-mode: nearest-neighbor;
}
.image {
  position: relative;
}
.image img {
  position: absolute;
  left: 0;
  top: 0;
  max-width: 100%;
  z-index: 0;
}
.bann {
  height: 402px;
  position: relative;
}
.bann > div {
  position: absolute;
  letter-spacing: 2px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  text-align: center;
  text-transform: uppercase;
}
.bann > div h1 {
  font-size: 80px;
}
.bann > div h2 {
  font-size: 30px;
  padding-bottom: 60px;
}
.bann > div p {
  padding-top: 10px;
  font-size: 16px;
}
@media (max-width: 898.98px) {
  .w1300 {
    width: 100%;
    padding: 0;
  }
  .container {
    padding: 0 30px;
  }
  .container .row {
    margin: 0 -10px;
  }
  .image {
    padding: 0;
  }
  .image img {
    position: static !important;
    left: 0;
    top: 0;
    max-width: 100%;
    transform: inherit !important;
  }
  .bann {
    height: 150px;
    position: relative;
  }
  .bann > div h1 {
    font-size: 1.5rem;
    width: 90%;
  }
  .bann > div h2 {
    font-size: 0.8rem;
    padding-bottom: 30px;
  }
  .bann > div p {
    padding-top: 10px;
    font-size: 0.5rem;
  }
  .bg-blue {
    padding-bottom: 0.5rem !important;
  }
}
.bg-blue {
  background: #182c61;
  color: #fff;
  padding-bottom: 80px;
}
.join1 {
  padding: 80px 0;
}
.join1 .info {
  padding: 200px 35px 175px 100px;
}
.join1 img {
  max-width: 100%;
}
.join1 h1 {
  font-size: 50px;
  color: #182c61;
  text-transform: uppercase;
  font-weight: normal;
  line-height: 1.5;
}
.join1 h1 span {
  padding: 0.3rem 0;
  font-size: 25px;
  color: #000;
  border-top: 1px solid #162b58;
  border-bottom: 1px solid #162b58;
  font-weight: normal;
}
.join1 p {
  padding: 2rem 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 2;
}
.join1 a {
  font-size: 16px;
  text-transform: uppercase;
  color: #000;
  font-weight: 500;
}
@media (max-width: 898.98px) {
  .join1 {
    padding: 1rem 0;
  }
  .join1 .info {
    padding: 0.5rem 0;
  }
  .join1 h1 {
    font-size: 1.5rem;
  }
  .join1 h1 span {
    font-size: 0.64rem;
  }
  .join1 p {
    padding: 1rem 0;
    font-size: 0.5rem;
  }
}
.join2 {
  padding: 100px 0;
}
.join2.bg2 {
  background: #fff;
}
.join2.bg2 .t {
  color: #000000;
}
.join2.bg2 h1,
.join2.bg2 h2,
.join2.bg2 p {
  color: #182c61;
}
.join2 .t {
  text-align: center;
  font-size: 36px;
  text-transform: uppercase;
  padding-bottom: 70px;
}
.join2 .info {
  padding: 80px;
}
.join2 h1 {
  font-size: 25px;
  font-weight: 500;
}
.join2 h2 {
  font-size: 16px;
  padding-top: 40px;
  line-height: 1.5;
}
.join2 p {
  font-size: 16px;
  text-transform: uppercase;
}
.join2 .image img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  max-width: 100%;
  z-index: 0;
}
@media (max-width: 898.98px) {
  .join2 {
    padding: 1rem 0;
  }
  .join2 .info {
    padding: 0.5rem 0;
  }
  .join2 .t {
    font-size: 1rem;
    padding: 0.5rem 0;
    text-align: left;
  }
  .join2 h1 {
    font-size: 0.8rem;
  }
  .join2 h2 {
    font-size: 0.64rem;
    padding: 0;
  }
  .join2 p {
    font-size: 0.5rem;
  }
}
.join3 {
  width: 100%;
  overflow: hidden;
  margin-bottom: 80px;
}
.join3 .container {
  padding: 50px 30px 90px;
  background: #fff;
  position: relative;
}
.join3 .container:before {
  position: absolute;
  content: "";
  background: #fff;
  top: 0;
  width: 100%;
  height: 100%;
  left: 100%;
}
.join3:nth-child(2n+1) .container:before {
  position: absolute;
  content: "";
  background: #fff;
  top: 0;
  width: 100%;
  height: 100%;
  left: -100%;
}
.join3:nth-child(2n+1) .info {
  padding-left: 90px;
  padding-right: 130px;
}
.join3 .t {
  text-align: center;
  font-size: 30px;
  text-transform: uppercase;
  padding-bottom: 70px;
  color: #182c61;
  font-weight: bold;
}
.join3 .t span {
  color: #000;
  font-weight: normal;
  font-size: 25px;
}
.join3 .info {
  padding: 130px;
  padding-right: 90px;
}
.join3 .info p {
  color: #000;
  font-size: 16px;
  text-transform: uppercase;
}
.join3 .info > span {
  display: block;
  padding: 10px;
  color: #182c61;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 500;
  line-height: 1;
  width: 150px;
  margin-top: 50px;
  border-top: 1px solid #182c61;
  border-bottom: 1px solid #182c61;
}
.join3 .info > span strong {
  font-size: 50px;
}
.join3 .info > span strong.s3 {
  font-size: 35px;
}
.join3 .info > span strong.s4 {
  font-size: 40px;
}
.join3 .image img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  max-width: 100%;
  z-index: 0;
}
.join3 .tj {
  padding-left: 130px;
  padding-top: 60px;
}
.join3 .tj .bx {
  border: 1px solid #182c61;
  position: relative;
}
.join3 .tj .bx > span {
  position: absolute;
  top: 0;
  transform: translateY(-50%);
  color: #182c61;
  text-transform: uppercase;
  font-size: 25px;
  font-weight: 600;
  background: #fff;
  padding: 0 20px;
  left: 90px;
}
.join3 .tj .bx .cp {
  padding: 75px 0;
}
.join3 .tj .bx .cp h1 {
  color: #000;
  font-size: 25px;
}
.join3 .tj .bx .cp p {
  padding-top: 20px;
  color: #000;
  font-size: 16px;
  line-height: 2;
  text-transform: uppercase;
}
.join3 .tj .bx .cp > span {
  display: block;
  padding: 10px;
  color: #182c61;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 500;
  line-height: 1.5;
  width: 200px;
  margin-top: 20px;
  border-top: 1px solid #182c61;
  border-bottom: 1px solid #182c61;
}
.join3 .tj .bx .cp > span strong {
  font-size: 16px;
  font-weight: 500;
}
@media (max-width: 898.98px) {
  .join3 {
    margin-bottom: 0.5rem;
  }
  .join3 .container {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .join3 .t {
    font-size: 0.8rem;
    padding: 0.5rem 0;
    text-align: left;
  }
  .join3 .t span {
    font-size: 0.64rem;
  }
  .join3 .image {
    display: none;
  }
  .join3 .info {
    padding: 0.5rem 0 !important;
  }
  .join3 .info p {
    font-size: 0.5rem;
  }
  .join3 .info > span {
    display: block;
    padding: 10px;
    color: #182c61;
    font-size: 0.6rem;
    text-transform: uppercase;
    font-weight: 500;
    line-height: 1;
    width: 5rem;
    margin-top: 1rem;
  }
  .join3 .info > span strong {
    font-size: 1.5rem;
  }
  .join3 .info > span strong.s3 {
    font-size: 1.1rem;
  }
  .join3 .info > span strong.s4 {
    font-size: 1.2rem;
  }
  .join3 .tj {
    padding-left: 0;
    padding-top: 1rem;
  }
  .join3 .tj .bx > span {
    font-size: 1rem;
    left: 20px;
  }
  .join3 .tj .bx .image {
    display: block;
    padding: 1rem;
    padding-bottom: 0;
  }
  .join3 .tj .bx .cp {
    padding: 1rem;
  }
  .join3 .tj .bx .cp h1 {
    color: #000;
    font-size: 0.8rem;
  }
  .join3 .tj .bx .cp p {
    padding-top: 0.5rem;
    color: #000;
    font-size: 0.64rem;
    line-height: 2;
    text-transform: uppercase;
  }
  .join3 .tj .bx .cp > span {
    display: block;
    padding: 10px;
    color: #182c61;
    font-size: 0.7rem;
    text-transform: uppercase;
    font-weight: 500;
    line-height: 1.5;
    width: 7rem;
    margin-top: 0.5rem;
    border-top: 1px solid #182c61;
    border-bottom: 1px solid #182c61;
  }
  .join3 .tj .bx .cp > span strong {
    font-size: 0.7rem;
    font-weight: 500;
  }
}
.join4 {
  padding: 0 0 70px 0;
  text-align: center;
  font-size: 24px;
  letter-spacing: 2px;
}
.join4 .info {
  border-right: 1px solid #fff;
}
.join4 .info:last-child {
  border: none;
}
.join4 h1 {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 24px;
}
.join4 h2 {
  font-size: 22px;
}
.join4 img {
  margin-top: 40px;
  max-width: 90%;
}
@media (max-width: 898.98px) {
  .join4 {
    padding: 1rem 0;
    text-align: center;
    letter-spacing: 2px;
  }
  .join4 h1 {
    font-size: 0.6rem;
  }
  .join4 h2 {
    font-size: 0.58rem;
  }
  .join4 img {
    margin: 0.5rem 0;
    max-width: 70%;
  }
}
.join5 {
  width: 100%;
  overflow: hidden;
  margin-top: 80px;
}
.join5 .container {
  background: #fff;
  position: relative;
}
.join5:nth-child(2n+1) .image img {
  left: 10px;
  top: 0;
  right: auto;
  max-width: initial;
}
.join5 .t {
  font-size: 30px;
  text-transform: uppercase;
  padding-bottom: 50px;
  color: #182c61;
  font-weight: bold;
}
.join5 .t span {
  color: #000;
  font-size: 25px;
  font-weight: normal;
}
.join5 .info {
  padding: 100px 60px 90px 60px;
  padding-right: 90px;
}
.join5 .info p {
  color: #000;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.join5 .info > span {
  display: block;
  padding: 10px;
  color: #182c61;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 500;
  line-height: 1;
  width: 150px;
  margin-top: 90px;
  border-top: 1px solid #182c61;
  border-bottom: 1px solid #182c61;
}
.join5 .info > span strong {
  font-size: 50px;
}
.join5 .info > span strong.s3 {
  font-size: 35px;
}
.join5 .info > span strong.s4 {
  font-size: 40px;
}
.join5 .image img {
  right: 10px;
  top: 0;
  left: auto;
  max-width: initial;
  height: 100%;
}
@media (max-width: 898.98px) {
  .join5 {
    margin-top: 0.5rem;
  }
  .join5 .container {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .join5 .t {
    font-size: 0.8rem;
    text-align: left;
    padding-bottom: 1rem;
  }
  .join5 .t span {
    font-size: 0.64rem;
    line-height: 1;
  }
  .join5 .image {
    display: none;
  }
  .join5 .info {
    padding: 0.5rem 0 !important;
  }
  .join5 .info p {
    font-size: 0.5rem;
  }
  .join5 .info > span {
    display: block;
    padding: 10px;
    color: #182c61;
    font-size: 0.6rem;
    text-transform: uppercase;
    font-weight: 500;
    line-height: 1;
    width: 5rem;
    margin-top: 1rem;
  }
  .join5 .info > span strong {
    font-size: 1.5rem;
  }
  .join5 .info > span strong.s3 {
    font-size: 1.1rem;
  }
  .join5 .info > span strong.s4 {
    font-size: 1.2rem;
  }
}
.join6 {
  padding: 100px 0;
  text-align: center;
  text-transform: uppercase;
}
.join6 .t h1 {
  color: #1a2e62;
  font-size: 36px;
}
.join6 .t h2 {
  color: #000;
  font-size: 25px;
}
.join6 .t h3 {
  color: #000;
  font-size: 20px;
  padding-top: 50px;
}
.join6 .t h4 {
  color: #000;
  font-size: 16px;
  padding-bottom: 100px;
}
.join6 .info {
  background: #182c61;
  padding: 50px;
  color: #fff;
}
.join6 .info h1 {
  font-size: 25px;
}
.join6 .info h2 {
  font-size: 20px;
}
.join6 .info h3 {
  font-size: 16px;
}
.join6 .info h4 {
  font-size: 16px;
}
.join6 .info img {
  margin-top: 30px;
}
.join6 .info.i2 {
  background: url(../image/j62.jpg) no-repeat;
  background-size: cover;
  color: #182c61;
}
.join6 .info.i2 h3 {
  margin-top: 30px;
}
.join6 .add {
  position: relative;
}
.join6 .add:before {
  content: "";
  position: absolute;
  width: 75px;
  height: 2px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: #182c61;
}
.join6 .add:after {
  content: "";
  position: absolute;
  width: 2px;
  height: 75px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: #182c61;
}
@media (max-width: 898.98px) {
  .join6 {
    padding: 1rem 0;
    text-align: center;
    text-transform: uppercase;
  }
  .join6 .t {
    padding: 0;
    text-align: left;
  }
  .join6 .t h1 {
    font-size: 1rem;
  }
  .join6 .t h2 {
    font-size: 1rem;
  }
  .join6 .t h3 {
    font-size: 0.64rem;
    padding-top: 0.5rem;
  }
  .join6 .t h4 {
    font-size: 0.5rem;
    padding-bottom: 1rem;
  }
  .join6 .info {
    padding: 1rem;
  }
  .join6 .info h1 {
    font-size: 0.8rem;
  }
  .join6 .info h2 {
    font-size: 0.64rem;
  }
  .join6 .info h3 {
    font-size: 0.5rem;
  }
  .join6 .info h4 {
    font-size: 0.5rem;
  }
  .join6 .info img {
    margin-top: 0.5rem;
  }
  .join6 .info.i2 {
    background: url(../image/j62.jpg) no-repeat;
    background-size: cover;
    color: #182c61;
  }
  .join6 .info.i2 h3 {
    margin-top: 0.5rem;
  }
  .join6 .add {
    position: relative;
  }
  .join6 .add:before {
    content: "";
    position: absolute;
    width: 75px;
    height: 2px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: #182c61;
  }
  .join6 .add:after {
    content: "";
    position: absolute;
    width: 2px;
    height: 75px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: #182c61;
  }
}
.join7 {
  padding: 70px 0;
  text-align: center;
  text-transform: uppercase;
  background: #efefef;
}
.join7 .t h1 {
  color: #999999;
  font-size: 30px;
  position: relative;
}
.join7 .t h1:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 2px;
  background: #bbb;
}
.join7 .t h1 span {
  background: #efefef;
  padding: 0 20px;
  z-index: 100;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.join7 .t h2 {
  color: #1a2e62;
  font-size: 36px;
  padding-top: 70px;
}
.join7 .t h3 {
  color: #000;
  font-size: 25px;
  padding-top: 10px;
  padding-bottom: 70px;
}
.join7 .info {
  padding-bottom: 30px;
}
.join7 .info > div {
  padding: 20px 5px;
  border: 3px solid #fff;
  height: 100%;
}
.join7 .info h1 {
  font-size: 16px;
}
.join7 .info h2 {
  font-size: 16px;
}
@media (max-width: 898.98px) {
  .join7 {
    padding: 1rem 0;
    text-align: center;
    text-transform: uppercase;
  }
  .join7 .t {
    padding: 0;
    text-align: left;
  }
  .join7 .t h1 {
    font-size: 1rem;
    padding-top: 1rem;
  }
  .join7 .t h2 {
    font-size: 1rem;
    padding-top: 1rem;
  }
  .join7 .t h3 {
    font-size: 0.64rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  .join7 .info {
    padding: 5px 0;
    width: calc(50% - 9px);
    flex: auto;
  }
  .join7 .info:nth-child(2n) {
    margin-right: 10px;
  }
  .join7 .info h1 {
    font-size: 0.58rem;
    margin: 0;
  }
  .join7 .info h2 {
    font-size: 0.5rem;
    margin: 0;
  }
  .join7 .info img {
    max-width: 100%;
  }
}
.join8 {
  padding: 70px 0;
  text-align: center;
  text-transform: uppercase;
}
.join8 .t h1 {
  color: #1a2e62;
  font-size: 36px;
}
.join8 .t h2 {
  color: #000;
  font-size: 25px;
  padding-top: 10px;
  padding-bottom: 70px;
}
.join8 .info {
  padding-bottom: 30px;
}
.join8 .info img {
  max-width: 100%;
}
@media (max-width: 898.98px) {
  .join8 {
    padding: 1rem 0;
    text-align: center;
    text-transform: uppercase;
  }
  .join8 .t {
    padding: 0;
    text-align: left;
  }
  .join8 .t h1 {
    font-size: 1rem;
    padding-top: 1rem;
  }
  .join8 .t h2 {
    font-size: 0.64rem;
    padding-top: 0;
    padding-bottom: 0.5rem;
  }
  .join8 .info {
    padding: 0.5rem 0;
  }
  .join8 .info h1 {
    font-size: 0.64rem;
  }
  .join8 .info h2 {
    font-size: 0.58rem;
  }
}
.join9 {
  padding: 70px 0;
  text-align: center;
  text-transform: uppercase;
  background: #efefef url(../image/j912.jpg) center no-repeat;
}
.join9 .t h1 {
  color: #1a2e62;
  font-size: 36px;
}
.join9 .t h2 {
  color: #000;
  font-size: 25px;
  padding-top: 10px;
  padding-bottom: 70px;
}
.join9 .info {
  padding-bottom: 10px;
  padding-left: 5px;
  padding-right: 5px;
}
.join9 .info > div {
  padding: 20px;
  border: 15px solid #fff;
  background: #efefef;
}
.join9 .info h1 {
  font-size: 16px;
}
.join9 .info h2 {
  font-size: 12px;
  padding-bottom: 20px;
}
.join9 .info img {
  max-width: 100%;
}
.join9 .add {
  margin-top: 90px;
  background: #fff;
  padding: 30px 50px 30px 0;
}
.join9 .add .i {
  background: #efefef;
  padding: 50px 0;
}
.join9 .add .i h1 {
  color: #1a2e62;
  font-size: 30px;
}
.join9 .add .i h2 {
  color: #000;
  font-size: 25px;
}
.join9 .add .i h3 {
  color: #000;
  font-size: 20px;
  padding-bottom: 60px;
}
.join9 .add .i p {
  color: #000;
  font-size: 18px;
  padding-top: 20px;
}
.join9 .add .i p span {
  color: #1a2e62;
  font-size: 22px;
}
@media (max-width: 898.98px) {
  .join9 {
    padding: 1rem 0;
    text-align: center;
    text-transform: uppercase;
  }
  .join9 .t {
    padding: 0;
    text-align: left;
  }
  .join9 .t h1 {
    font-size: 1rem;
    padding-top: 0.5rem;
  }
  .join9 .t h2 {
    font-size: 0.64rem;
    padding-top: 0 ;
    padding-bottom: 0.5rem;
  }
  .join9 .info {
    padding: 5px 0;
    width: calc(50% - 9px);
    flex: auto;
  }
  .join9 .info > div {
    border: 3px solid #fff;
  }
  .join9 .info:nth-child(2n) {
    margin-right: 10px;
  }
  .join9 .info h1 {
    font-size: 0.58rem;
    margin: 0;
  }
  .join9 .info h2 {
    font-size: 0.5rem;
    margin: 0;
  }
  .join9 .info img {
    max-width: 100%;
  }
  .join9 .add {
    margin-top: 0.5rem;
    background: #fff;
    padding: 3px;
  }
  .join9 .add .i {
    background: #efefef;
    padding: 0.5rem 0;
  }
  .join9 .add .i h1 {
    font-size: 0.8rem;
  }
  .join9 .add .i h2 {
    font-size: 0.7rem;
  }
  .join9 .add .i h3 {
    font-size: 0.64rem;
    padding-bottom: 1rem;
  }
  .join9 .add .i img {
    max-width: 100%;
  }
  .join9 .add .i p {
    font-size: 0.5rem;
    padding-top: 0.5rem;
  }
  .join9 .add .i p span {
    font-size: 0.58rem;
  }
}
.join10 {
  padding: 70px 0;
  text-align: center;
  text-transform: uppercase;
}
.join10 .t h1 {
  color: #1a2e62;
  font-size: 36px;
}
.join10 .t h2 {
  color: #000;
  font-size: 25px;
  line-height: 1.5;
  position: relative;
}
.join10 .t h2:before {
  content: "";
  position: absolute;
  bottom: -10px;
  width: 100px;
  height: 2px;
  background: #000;
  left: 50%;
  transform: translateX(-50%);
}
.join10 .t h3 {
  color: #000;
  font-size: 25px;
  padding-top: 70px;
  padding-bottom: 70px;
}
.join10 .info img {
  max-width: 100%;
}
@media (max-width: 898.98px) {
  .join10 {
    padding: 1rem 0;
    text-align: left;
    text-transform: uppercase;
  }
  .join10 .t {
    padding: 0;
    text-align: left;
  }
  .join10 .t h1 {
    font-size: 1rem;
  }
  .join10 .t h2 {
    font-size: 0.64rem;
  }
  .join10 .t h2:before {
    left: 0;
    transform: none;
  }
  .join10 .t h3 {
    font-size: 0.64rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.join11 {
  padding: 70px 0;
  text-transform: uppercase;
}
.join11 .col-sm-12 {
  padding: 0;
  margin-bottom: 10px;
}
.join11 .row {
  margin: 0;
}
.join11 .info {
  padding: 50px 100px 50px 40px;
  background: #efefef;
}
.join11 .info h1 {
  color: #333333;
  font-size: 16px;
}
.join11 .info h2 {
  color: #333333;
  font-size: 24px;
  line-height: 1.5;
}
.join11 .info h3 {
  color: #182c61;
  font-size: 22px;
  margin-top: 20px;
  border-top: 1px solid #000;
  padding-top: 10px;
}
.join11 .info h4 {
  color: #333333;
  font-size: 20px;
  border-bottom: 1px solid #000;
  padding-bottom: 10px;
  margin-bottom: 20px;
}
.join11 .mr {
  margin-right: 10px;
}
@media (max-width: 898.98px) {
  .join11 {
    padding: 1rem 0;
    text-transform: uppercase;
  }
  .join11 .col-sm-12 {
    padding: 0;
    margin-bottom: 10px;
  }
  .join11 .row {
    margin: 0 -15px;
  }
  .join11 .info {
    padding: 20px;
  }
  .join11 .info h1 {
    color: #333333;
    font-size: 0.64rem;
  }
  .join11 .info h2 {
    color: #333333;
    line-height: 1.5;
  }
  .join11 .info h3 {
    color: #182c61;
    color: #333333;
    font-size: 0.64rem;
    padding-top: 10px;
  }
  .join11 .info h4 {
    font-size: 0.64rem;
    padding-bottom: 10px;
    margin-top: 0.5rem;
  }
  .join11 .mr {
    margin-right: 0;
  }
  .join11 img {
    max-width: 100%;
  }
}
.join12 {
  padding: 70px 0;
  text-transform: uppercase;
  background: url(../image/j121.jpg) center top;
  text-align: center;
}
.join12 h1 {
  color: #1a2e62;
  font-size: 30px;
  line-height: 2;
  padding-top: 70px;
}
.join12 h2 {
  color: #1a2e62;
  font-size: 25px;
  line-height: 2;
  border: 1px solid #1a2e62;
  margin-bottom: 20px;
}
.join12 img {
  max-width: 100%;
}
.join12 .info {
  padding: 30px 15px;
  text-align: left;
}
.join12 .info h3 {
  font-size: 30px;
  line-height: 1.5;
}
.join12 .info h4 {
  padding: 10px 0;
  font-size: 20px;
  line-height: 1.5;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}
@media (max-width: 898.98px) {
  .join12 {
    padding: 1rem 0;
  }
  .join12 h1 {
    color: #1a2e62;
    font-size: 1rem;
    line-height: 1.5;
    padding-top: 1rem;
  }
  .join12 h2 {
    color: #1a2e62;
    font-size: 0.5rem;
    line-height: 2;
    border: 1px solid #1a2e62;
    margin-bottom: 1rem;
  }
  .join12 img {
    max-width: 200px;
  }
  .join12 .info {
    padding: 1rem 15px;
    text-align: left;
  }
  .join12 .info h3 {
    font-size: 0.64rem;
    line-height: 1.5;
  }
  .join12 .info h4 {
    padding: 10px 0;
    font-size: 0.64rem;
    line-height: 1.5;
  }
}