.nav-item {
  width: auto !important;
}

.nav-link {
  padding: 0 0 !important;
  padding-bottom: 18px !important;
  margin-right: 60px !important;
  font-size: 20px !important;
  opacity: 0.5 !important;
}

.nav-link.active {
  background-color: white !important;
  font-weight: 500 !important;
  color: #0d141b !important;
  font-size: 18px !important;
  opacity: 1 !important;
  border-bottom: 2px solid #1582d1 !important;
  border-radius: 0px !important;
}
.contactUs {
  /* padding-bottom: 220px; */
  background: #f3f7fa;
}

.contactUs .header-content .normal {
  color: white;
  font-size: 18px;
  font-weight: normal;
  opacity: 0.6;
}

.contactUs .header-content .active {
  color: white;
  font-weight: bold;
  display: block;
  opacity: 1;
  font-size: 18px;
}

.header-content .menuNavigationBox li a:hover {
  color: white;
  font-weight: bold;
  display: block;
  opacity: 1;
  font-size: 18px;
}

.contactus-banner {
  width: 100%;
  height: 520px;
  position: relative;
}

.contactus-banner img {
  width: 100%;
  height: 520px;
  object-fit: cover;
}

.contactus-banner .banner-title {
  position: absolute;
  top: 303px;
  padding-top: 0;
  font-size: 62px;
  font-weight: 500;
  color: #ffffff;
  line-height: 100px;
  padding-left: 40px;
}

.contactus-banner .bottom {
  width: 100%;
  height: 86px;
  border-radius: 60px 60px 0 0;
  background-color: white;
  bottom: 0px;
  position: absolute;
}

/**联系我们**/
.cooperation {
  position: relative;
}

.cooperation .first {
  width: 100%;
  background: white;
  height: 650px;
}

.cooperation .second {
  width: 100%;
  background: #f2f7fa;
  height: 260px;
}

.cooperation .contact-style {
  position: absolute;
  width: 100%;
  top: 0px;
}

.cooperation .flex {
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  align-items: center;
}

.cooperation .flex img {
  width: 60px;
  height: 60px;
}

.cooperation .flex .contact-type {
  font-size: 20px;
  font-weight: 400;
  color: #000000;
  opacity: 0.8;
  white-space: nowrap;
}
.cooperation .flex .contact-content {
  font-size: 28px;
  font-weight: bold;
  color: #000000;
  
}
.cooperation .flex .contact-content .contact-tip {
  font-size: 22px;
  color: #999999;
}

.cooperation .map {
  margin-top: 60px;
  width: 100%;
  height: 660px;
  border-radius: 30px;
  background: url("../images/bg_contatc_recruit.png")
    no-repeat;
  background-size: cover;
  position: relative;
}

.cooperation .map .location {
  position: absolute;
  width: 58px;
  height: 58px;
  top: 380px;
  left: 220px;
}

.cooperation .map .address {
  position: absolute;
  top: 185px;
  left: 105px;
  background: url("../images/bg_contact_recruit_address.png")
    no-repeat;
  background-size: contain;
  width: 622px;
  height: 218px;
}

.cooperation .map .address .box {
  width: 622px;
  height: 218px;
  position: relative;
}

.cooperation .map .address .desc {
  font-size: 16px;
  font-weight: 400;
  color: #6cc540;
  position: absolute;
  top: 80px;
  left: 65px;
}

.cooperation .map .address .content {
  margin-left: 0;
  font-size: 16px;
  font-weight: 400;
  color: #000000;
  position: absolute;
  top: 110px;
  left: 65px;
}

.cooperation .recruit-model {
  /* position: absolute; */
  width: 100%;
  /* top: 920px; */
}

.cooperation .recruit-model .title {
  font-size: 44px;
  font-weight: 500;
  line-height: 32px;
  color: #0d141b;
  padding-left: 40px;
}

.cooperation .recruit {
  margin: 30px 0 20px;
  width: 100%;
  /* min-height: 600px; */
  /* background: white; */
  /* border-radius: 30px; */
  display: flex;
  /* align-items: center;
  justify-content: center; */
}
.cooperation .recruit .recruit-left,.recruit-right {
  flex: 1;
}
.recruit-content {
  position: relative;
  margin: 20px;
  background: #ffffff;
  margin-right: 20px;
  padding: 45px 55px 80px;
  border-radius: 30px;
  text-align: left;
  overflow: hidden;
}
.recruit-title {
  font-size: 26px;
  font-weight: 500;
  color: #000000;
}
.sub-title {
  font-size: 16px;
  font-weight: 500;
  color: #000000;
}
.recruit-base {
  margin-top: 20px;
}
.recruit-duty {
  margin-top: 50px;
  color: #0D141B;
  line-height: 32px;
  font-size: 15px;
}
.mask-box {
  position: absolute;
  bottom: 76px;
  width: 100%;
  height: 100px;
  left: 0;
  right: 0;
  background-image: linear-gradient(-180deg, rgba(255, 255, 255, 0) 0%, #fff 100%);
}
.toggle-box {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ffffff;
  color: #00BCFF;
  font-size: 16px;
  padding: 30px 0;
  cursor: pointer;
}

.cooperation .recruit .divide {
  height: 40px;
}

.cooperation .recruit img {
  width: 224px;
  height: 197px;
}

.cooperation .recruit p {
  font-size: 20px;
  font-weight: 500;
  color: #000000;
  line-height: 32px;
}

.footer {
  padding-top: 20px;
  /* bottom: 0;
  left: 0;
  position: fixed;
  right: 0; */
}