.section-title {
  position: relative;
  line-height: 1.2;
}
.section-title.h3 {
  font-size: 28px;
  color: #264374;
}
.section-title.h2 {
  font-size: 50px;
  font-weight: bold;
  color: #FF6A07;
}
.section-title:after {
  content: '';
  display: block;
  width: 50px;
  border-bottom: 2px solid #8d9ebc;
  position: absolute;
  left: 0;
  bottom: 0;
}
.sec-join {
  background: url("../images/bg_world.png") 0 0 no-repeat;
  background-size: auto;
  background-attachment: scroll;
}
.tab-container .tab-titles {
  position: relative;
  z-index: 2;
}
.tab-container .tab-titles .tab-name {
  padding: 12px 16px 14px 16px;
  margin: 0 -1px 0 0;
  color: #264374;
  font-size: 19px;
  font-weight: lighter;
  cursor: pointer;
  border-radius: 10px 10px 0 0;
  border: 1px solid #e1e1e1;
  border-bottom: none;
  top: 1px;
  position: relative;
}
.tab-container .tab-titles .tab-name.active {
  background-color: #f8f8f8;
  color: #3c4554;
}
.tab-container .tabs .tab-item {
  display: none;
}
.tab-container .tabs .tab-item.active {
  display: block;
}
.tab-container .tabs .tab-item .tab-head {
  display: none;
}
.tab-container .tabs .tab-item .tab-content {
  padding: 20px 20px;
  color: #3c4554;
  font-size: 15px;
  background-color: #f8f8f8;
  border: 1px solid #e1e1e1;
  border-radius: 2px;
  flex-direction: row-reverse;
}
.tab-container .tabs .tab-item .tab-content .left {
  width: 60%;
}
.tab-container .tabs .tab-item .tab-content .left .map {
  width: 100%;
  height: 50vh;
  z-index: 10;
}
.tab-container .tabs .tab-item .tab-content .right {
  padding: 0 15px;
  width: 40%;
  box-sizing: border-box;
}
.tab-container .tabs .tab-item .tab-content .right .info-box {
  font-size: 16px;
  color: #666;
}
.tab-container .tabs .tab-item .tab-content .right .info-box .info-item {
  padding: 5px 0 5px 25px;
  line-height: 1.5;
  background-repeat: no-repeat;
  background-position: left 8px;
  background-size: 18px;
}
.tab-container .tabs .tab-item .tab-content .right .info-box .info-item.phone {
  background-image: url("../images/icon_phone.png");
}
.tab-container .tabs .tab-item .tab-content .right .info-box .info-item.tel {
  background-image: url("../images/icon_tel.png");
}
.tab-container .tabs .tab-item .tab-content .right .info-box .info-item.fax {
  background-image: url("../images/icon_fax.png");
}
.tab-container .tabs .tab-item .tab-content .right .info-box .info-item.mail {
  background-image: url("../images/icon_mail.png");
}
.tab-container .tabs .tab-item .tab-content .right .info-box .info-item.addr {
  background-image: url("../images/icon_pin.png");
}
@media screen and (max-width: 768px) {
  .section-title.h2 {
    font-size: 0.933rem /* 35/37.5 */;
  }
  .section-title.h3 {
    margin: 0.533rem /* 20/37.5 */ 0;
    font-size: 0.48rem /* 18/37.5 */;
  }
  .page-contact .tab-container .tab-titles {
    display: none;
  }
  .page-contact .tab-container .tabs .tab-item {
    display: block;
  }
  .page-contact .tab-container .tabs .tab-item .tab-head {
    display: block;
    font-size: 0.32rem /* 12/37.5 */;
    color: #919191;
    padding: 0.32rem /* 12/37.5 */ 0.427rem /* 16/37.5 */ 0.373rem /* 14/37.5 */ 0.427rem /* 16/37.5 */;
    border: 1px solid #e1e1e1;
    border-top: none;
    position: relative;
  }
  .page-contact .tab-container .tabs .tab-item.active .tab-head {
    background-color: #264374;
    border: 1px solid #264374;
    color: #fff;
    font-weight: bold;
  }
  .page-contact .tab-container .tabs .tab-item.active .tab-content {
    display: block;
    border-top: none;
  }
  .page-contact .tab-container .tabs .tab-item:first-child .tab-head {
    border-top: 1px solid #e1e1e1;
  }
  .page-contact .tab-container .tabs .tab-item .tab-content {
    padding: 0.4rem /* 15/37.5 */;
    display: none;
    overflow: hidden;
  }
  .page-contact .tab-container .tabs .tab-item .tab-content .left {
    width: 100%;
  }
  .page-contact .tab-container .tabs .tab-item .tab-content .right {
    padding: 0;
    width: 100%;
  }
  .page-contact .tab-container .tabs .tab-item .tab-content .right .info-box {
    font-size: 0.373rem /* 14/37.5 */;
  }
  .page-contact .tab-container .tabs .tab-item .tab-content .right .info-box .info-item {
    padding: 0.133rem /* 5/37.5 */ 0 0.133rem /* 5/37.5 */ 0.667rem /* 25/37.5 */;
    background-position: left 0.16rem /* 6/37.5 */;
    background-size: 0.48rem /* 18/37.5 */;
  }
}
/*# sourceMappingURL=contact.css.map */