.top {
  height: 68rem;
  background: url('../images/contact/top_bg.png') no-repeat;
  background-size: cover;
  overflow: hidden;
}

.top-inner {
  max-width: 160rem;
  margin: 30rem auto 0 auto;
}

.top-inner h1 {
  font-size: 5.2rem;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #FFFFFF;
  text-shadow: 0.3rem 0.7rem 1rem rgba(7,20,45,0.27);
  margin-bottom: 3.4rem;
}

.top-inner p {
  font-size: 2.8rem;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #FFFFFF;
}

.contact-tabs {
  height: 7rem;
}

.contact-tabs-item {
  flex: 1;
  width: 100%;
  align-items: center;
  display: flex;
  justify-content: center;
}

.contact-tabs-item:first-child {
  border-right: 1px solid #DDDDDD;
}

.contact-tabs-item button {
  width: 100%;
  height: 100%;
  border-radius: 0 !important;
  font-size: max(1.8rem, 16px);
  font-weight: 400;
  color: #333 !important;
  background-color: #f8f8f8 !important;
}

.contact-tabs-item button.active {
  font-weight: bold;
  color: #0B3E8E !important;
}

.contact-way {
  margin-bottom: 4.1rem;
  color: #333;
}

.contact-way .col {
  display: flex;
  align-items: center;
  font-size: 1.4rem;
}

.contact-way .col .contact-way-icon {
  width: 4.8rem;
  height: 4.8rem;
  border-radius: 50%;
  border: 1px solid #DDDDDD;
  margin-right: 2rem;
}

.contact-way .col .contact-way-icon img {
  width: 2rem;
}


.contact-way .col .contact-way-label {
  font-size: max(1.6rem, 16px);
  font-weight: 700;
}

.contact-way .col .contact-way-value {
  font-size: max(1.4rem, 14px);
}

.company-address-map {
  height: 50rem;
  width: 160rem;
}

.service-consultation {
  padding: 3rem 0 5.5rem 0;
}

.service-consultation input,
.service-consultation select {
  height: 6rem;
  line-height: 4rem;
}

.service-consultation .btn-primary {
  width: 24rem;
  height: 5rem;
  background: #0B3E8E;
  border-radius: 0.3rem;
  background: #0B3E8E !important;
  border: none !important;
  font-size: max(1.4rem, 14px);
}

.recruit-desc {
  position: relative;
  height: 74.7rem;
  padding: 0 16rem;
}

.recruit-desc-bg {
  position: absolute;
  top: 8rem;
  left: 21.2rem;
  z-index: 2;
}

.recruit-desc-bg img {
  height: 50rem;
  width: 90rem;

}

.recruit-desc-text-1,
.recruit-desc-text-2,
.recruit-desc-text-3 {
  position: absolute;
  font-size: 2.8rem;
  font-family: Microsoft YaHei;
  font-weight: 500;
  color: #333333;
  
}

.recruit-desc-text-1 div:last-child,
.recruit-desc-text-2  div:last-child{
  font-size: 1.8rem;
  font-weight: 400;
  margin-top: 2rem;
}

.recruit-desc-text-1 {
  top: 16rem;
  left: 117.6rem;
}

.recruit-desc-text-2 {
  top: 30.9rem;
  left: 117.6rem;
}

.recruit-desc-text-3 {
  position: absolute;
  top: 47.7rem;
  left: 16rem;
  right: 16rem;
  z-index: 1;
  height: 20rem;

  background: #E6F1FB;
  box-sizing: border-box;
  /* padding: 6.8rem 11.4rem 5.8rem 88.1rem; */
}

.recruit-desc-text-3 > div {
  position: absolute;
  top: 6.8rem;
  right: 11.4rem;
}

.recruit-desc-text-3  div div:last-child {
  font-size: 2.4rem;
  font-family: Arial;
  font-weight: 400;
  color: #CFD4DD;
  margin-top: 2rem;
}

.recruitment {
  background: #F8F8F8;
  padding: 3rem 13.4rem 8rem;
}

.contact-info {
  padding: 2.6rem 0 7.6rem 0;
  background: #F8F8F8;
  overflow: hidden;
}

.job-list .col {
  padding: 2rem;
}


.job-card  {
  /* width: 52rem; */
  height: 45rem;
  background: #FFFFFF;
  box-shadow: 0px 2px 20px 0px rgba(0,0,0,0.05);
  transition: box-shadow 0.2s linear;
  will-change: box-shadow;
  cursor: pointer;
  border-radius: 0.3rem;
  padding: 4rem 4rem 5.3rem;
}

.job-list .modal {
  padding-right: 0 !important;
  background: rgba(0, 0, 0, 0.3);
}

.job-list .modal .modal-dialog {
  width: 100rem;
  margin-top: 20rem !important; 
  background: #FFFFFF;
  border-radius: 0.3rem;
  box-shadow: 0px 3px 13px 0px rgba(0,0,0,0.3);
  max-width: unset;
}

.job-list .modal .modal-content {
  width: 100rem;
  padding: 3rem 4rem;
}

.job-list .modal .modal-content .btn-close {
  font-size: 2rem;
  position: absolute;
  right: 2rem;
  top: 2rem;

 
}

.job-list .modal .modal-content .job-dialog-header {
  font-size: 2.4rem;
  line-height: 2.4rem;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #333333;
  text-align: left;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid #cccccc;
}

.job-list .modal .modal-content .job-dialog-content {
  padding: 0  0 3.2rem 0;
  color: #333333;
}

.job-dialog-sub-title {
  font-size: max(1.4rem,14px);
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #333333;
  margin-top: 3rem;
  margin-bottom: 1.5rem;
}

.job-dialog-footer {
  color: #333333;
  padding-top: 2rem;
  border-top: 1px solid #cccccc;
}

.job-dialog-footer span {
  color: #0B3E8E;
}

.job-list .btn-submit {
  all: unset;
  width: 18rem;
  height: 5rem;
  background: #0B3E8E;
  border-radius: 0.3rem;
  color: #fff;
  text-align: center;
  cursor: pointer;
}

.job-card:hover {
  box-shadow: 0px 0.2rem 2rem 0px rgba(0,0,0,0.1);
  
}

.job-card-title {
  width: 100%;
  position: relative;
  font-size: 2rem;
  line-height: 2rem;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #333333;
  padding-bottom: 1.3rem;
  border-bottom: 1px solid #dddddd;
}

.job-card-title::before {
  content: '';
  width: 6rem;
  height: 2px;
  position: absolute;
  transform: translate(-50%, 0%);
  background: #013E8E;
  left: 50%;
  bottom: -1px; 
}

.job-card-content {
  flex: 1;
  margin: 0 0 4.4rem 0;
  height: 100%;
  font-size: 6px;
  overflow: hidden;
  text-align: left;
  width: 100%;
}

.job-card-content p {
  color: #333;
  font-size: max(1.4rem, 14px);
}

.job-card-more-btn{
  width: 38rem;
  height: 4.4rem;
  line-height: 4.4rem;
  background: #FFFFFF;
  border: 1px solid #013E8E;
  border-radius: 0.3rem;
  font-size: max(1.4rem, 14px);
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #013E8E;
  transition: all 0.2s linear;
}

.job-card-more-btn:hover {
  background: #0B3E8E;
  color: #fff;
}

.form-control, .form-select {
  font-size: max(1.4rem, 14px);
}