/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */

body {
  margin: 0;
  color: #5a5a5a;
}

footer {
  margin-top: 5%;
}

.container-fluid {
  display: block;
  width: 100%;
  height: 100%;
  padding-left: 0;
  padding-right: 0;
}

/* CUSTOMIZE NAVBAR
-------------------------------------------------- */
.nav-item {
  font-family: "Franklin Gothic Medium", "Arial", Arial, sans-serif;
  font-size: 1em;
}
.bg-black {
  background-color: black;
}
.bg-black .navbar-nav .nav-link {
  color: whitesmoke;
}

/* CUSTOMIZE dropdown item and img
-------------------------------------------------- */
/* background-color: rgb(30 100 230 / 78%); */

.dropdown-menu {
  position: absolute;
  background-color: rgb(92, 155, 236);
  border: transparent;
  margin-top: -1.2em;
  min-width: 5rem;
  /* left: 50%;
  right: auto;
  text-align: center;
  transform: translate(-50%, 0); */
  /* left: 50% !important;
  right: auto !important; */
  /* text-align: center !important;
  -webkit-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0); */
  /* transform: translate(-50%) !important; */
  /* transform: translate(-50%, 0) !important; */
  /* display: block !important; */
  /* transform: scale(0); */
  /* vertical-align: auto */
}

.dropdown-menu-center {
  top: 100% !important;
  position: absolute !important;
  left: 50% !important;
  text-align: center;
  /* right: auto !important;÷ */
  text-align: center !important;
  -webkit-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  /* transform: translate(-50%) !important; */
  transform: translate(-50%, 0) !important;
  /* transform: translateY(50%); */
}

/* 

.dropdown.open .dropdown-menu {
  height:200px;
  opacity: 1;

}

.dropdown .dropdown-menu {
  height: 0px;
  display: block;
  overflow: hidden;
  opacity: 1;
  -webkit-transition: height 1s ease;
  -moz-transition: height 1s ease;
  -ms-transition: height 1s ease;
  -o-transition: height 1s ease;
  transition: height 1s ease;
} */

.dropdown-item {
  /* color: whitesmoke; */
  color: #ffffff;
  /* text-align: left; */
  /* left: 50%; */
  /* right: auto; */
  text-align: center;
  /* transform: translate(-25%, 0) !important; */
}

.bd-placeholder-p {
  padding: 10px 0 0 0;
  font-size: 1.6rem;
  font-family: "auto";
  color: #000000 !important;
}

.bd-placeholder-img {
  width: 8rem;
  height: 8rem;
  margin-bottom: 1em;
}

.pfontsize {
  line-height: 150%;
  text-indent: 37px;
  /* font-size: 17px; */
}
@media (max-width: 991.98px) {
  .dropdown-menu {
    min-width: 5rem;
  }
  .dropdown-item {
    font-size: small;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .bd-placeholder-img {
    width: 5rem;
    height: 5rem;
  }
  .bd-placeholder-p {
    font-size: large;
  }

  .pfontsize {
    text-indent: 18px;
  }
}

/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */
.recruit_processimg {
  width: 80%;
  /* max-height: 15rem; */
}

.fuli_img {
  width: 80%;
  /* height: 20rem; */
}

.map_img {
  width: 100%;
}

.map_table {
  /* max-width: 100rem */
  min-height: 100%;
  /* margin-left: 10%; */
  /* margin-right: 10%; */
  /* padding-top: 5%; */
}
.recruit-rightFigure {
  margin-top: 6vh;
  margin-left: 3.9vw;
  padding: 0;
}

@media (max-width: 991.98px) {
  .map_table {
    font-size: smaller;
  }
  .recruit-rightFigure {
    display: none;
  }
}

.question_text {
  background-image: url("assets/image/q_bg.png");
  background-size: 150% 100%;
  font-weight: bolder;
  font-size: medium;
  margin-left: 5%;
  margin-right: 5%;
  padding: 0;
}

.answer_text {
  font-weight: normal;
  font-size: medium;
  margin-left: 5%;
  margin-right: 5%;
  padding: 0;
}

.coolBorder {
  /* max-width: 100%; */
  border: 5px solid transparent;
  border-spacing: 5%;
  border-image: repeating-linear-gradient(
    45deg,
    #fb3 0,
    #2ed 15px,
    rgba(202, 4, 4, 0.747) 15px,
    #989 30px
  );
  border-image-slice: 10;
  overflow: scroll;
}

.QandA {
  /* width: 80%; */
  /* min-width: 20rem; */
  /* max-width: 100%; */
  max-height: min(22vw, 430px);
  width: 60%;
  /* border: 5px solid transparent;
  border-spacing: 5%;
  border-image: repeating-linear-gradient(45deg, #fb3 0,#2ed 15px,rgba(202, 4, 4, 0.747) 15px,#989 30px);;
  border-image-slice: 10;
  /* margin-left: 30%; */
  overflow: scroll;
  /* width: 10em;
  height: 10em; */
  margin-top: 4vw;
  margin-right: auto;
  margin-left: 5%;
}

.QA-background {
  background-image: url("assets/image/q_a_bg.png");
  background-repeat: no-repeat;
  background-position: top left;
  /* background-size: cover; */
  background-size: 70% auto;

  padding-top: 0.5vw;
  padding-bottom: 5vw;
}

.QA-dragon {
  /* transform: 60%, 20%; */
}

.carouselIndicator {
  margin-bottom: 1rem;
}

@media (max-width: 991.98px) {
  .QA-dragon {
    display: none;
  }
  .carouselIndicator {
    margin-bottom: 0;
  }
  .QandA {
    width: 80%;
    max-height: 48vw;
    margin-right: auto;
    margin-left: auto;
  }
  .QA-background {
    background-size: 90% auto;
    background-position: top center;
    padding-bottom: 10vw;
  }

  .question_text {
    font-weight: bolder;
    font-size: small;
  }

  .answer_text {
    font-weight: normal;
    font-size: small;
    margin-left: 5%;
    margin-right: 5%;
    padding: 0;
  }
}

.title-image {
  height: 5rem;
  margin-top: 5%;
  margin-bottom: 5%;
}

/* Carousel base class */
.carousel {
  margin-bottom: 4rem;
  /* height: 10rem; */
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  bottom: 3rem;
  z-index: 10;
}

/* Declare heights because of positioning of img element */
.carousel-item {
  text-align: center;

  /* height: 30rem; */
}
.carousel-item > img {
  /* position: absolute; */
  text-align: center;
  /* padding: 15%; */
  /* top: 0; */
  /* left: 0; */
  min-width: 60%;
  width: 75%;
  height: auto;
  /* height: 80rem; */
  margin: 5%;
  /* padding-top: 15%;
  padding-bottom: 15%; */
}
.carousel-control-next,
.carousel-control-prev {
  width: 20% !important;
}

.shadow-none {
  padding: 0;
}

/* MARKETING CONTENT
-------------------------------------------------- */

/* Center align the text within the three columns below the carousel */
.marketing {
  width: 85%;
}

.marketing .col-lg-4 {
  margin-bottom: 1.5rem;
  text-align: center;
}

/* .marketing .no-gutters {
  margin-left: -10%;
  margin-right: -10%;
} */

.btnfontsize {
  font-size: 1.7em;
}

@media (max-width: 991.98px) {
  .marketing .no-gutters {
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .btnfontsize {
    font-size: 1em;
  }
}

.marketing h2 {
  font-weight: 400;
}
/* rtl:begin:ignore */
.marketing .col-lg-4 p {
  margin-right: 0.75rem;
  margin-left: 0.75rem;
}
/* rtl:end:ignore */

/* Featurettes
------------------------- */

.featurette-divider {
  margin: 5rem 0; /* Space out the Bootstrap <hr> more */
}

/* Thin out the marketing headings */
.featurette-heading {
  font-weight: 300;
  line-height: 1;
  /* rtl:remove */
  letter-spacing: -0.05rem;
}

/* RESPONSIVE CSS
-------------------------------------------------- */

@media (min-width: 40em) {
  /* Bump up size of carousel content */
  .carousel-caption p {
    margin-bottom: 1.25rem;
    font-size: 1.25rem;
    line-height: 1.4;
  }

  .featurette-heading {
    font-size: 50px;
  }
}

@media (min-width: 62em) {
  .featurette-heading {
    margin-top: 7rem;
  }
}

.blockquote {
  padding: 20px;
  box-shadow: inset 0 0em 0em rgba(67, 175, 238, 0.322),
    0 0 0 2px rgb(255, 255, 255), 0.3em 0.3em 1em rgba(113, 116, 114, 0.3);
}

/* 公司展示按钮组 */
.btn-secondary {
  color: #030303;
  background-color: #f8f9fa;
  /* 529: ; */
  border-color: transparent;
  border-radius: 0;
}

.btn-secondary:focus {
  background: rgb(92, 155, 236);
}

.jobwidth {
  max-width: 160px;
}

.jobwidth p {
  cursor: pointer;
  color: rgb(3, 3, 3);
}

.jobwidth p:hover {
  color: rgb(20, 119, 248);
}

.jobcandidatep {
  font-size: 0.8em;
}

.h1size {
  font-size: xx-large;
}

.hotRecruitDown {
  line-height: 300%;
}
.recruit-title-cl {
  color: black;
}

@media (max-width: 991.98px) {
  .h1size {
    font-size: larger;
  }
  .hotRecruitDown {
    line-height: 0%;
  }
  .recruit-title-cl {
    font-size: 2rem;
  }
}

.picChangeBtn:hover,
.picChangeBtn:focus,
.picChangeBtn:active,
.picChangeBtn.active {
  background-color: transparent !important;
  border-color: transparent !important;
  color: #1477f8 !important;
}
/* /* .show > .picChangeBtn.dropdown-toggle {
  color: #1477f8;
} */

.carouselIconPrev {
  display: inline-block;
  background-image: url("assets/image/btn_back_left.png") !important;
  background: no-repeat 50% / 100% 100%;
  margin-right: 20px;
  width: 21px;
  height: 35px;
}

.carouselIconNext {
  display: inline-block;
  background-image: url("assets/image/btn_back_right.png") !important;
  background: no-repeat 50% / 100% 100%;
  margin-left: 20px;
  width: 21px;
  height: 35px;
  /* background-size: 100% 100%; */
}

@media (max-width: 991.98px) {
  .carouselIconPrev {
    width: 12px;
    height: 20px;
  }
  .carouselIconNext {
    width: 12px;
    height: 20px;
  }
}
