.content-box {
  background: #f9f9f9;
}
.rotate {
  transform: rotate(180deg);
}
.swiper-slide {
  z-index: -1;
  display: flex;
  justify-content: center;
}
.swiper-slide img {
  width: 3.75rem;
  height: 5.33rem;
}
.employ {
  padding-bottom: 0.3rem;
}
.employ .mySwiper2 {
  margin-bottom: 0.6Rem;
}
.employ .mySwiper2 .swiper-slide-active {
  z-index: 99;
  position: relative;
}
.employ .mySwiper2 .swiper-slide-active img {
  transform: scale(1) !important;
  opacity: 1!important;
}
.employ .mySwiper2 .swiper-slide-active .infor {
  display: block!important;
}
.employ .mySwiper2 .swiper-slide {
  padding-top: 0.3rem;
  height: 6.8rem;
  position: relative;
}
.employ .mySwiper2 .swiper-slide img {
  transform: scale(0.6);
  box-shadow: 0px 0px 0.09rem 0.04rem rgba(34, 57, 162, 0.14);
  opacity: 0.6;
}
.employ .mySwiper2 .swiper-slide .infor {
  display: none;
  width: 6rem;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
  text-align: center;
}
.employ .mySwiper2 .swiper-slide .infor .title {
  font-size: 0.24rem;
  line-height: 0.24rem;
}
.employ .mySwiper2 .swiper-slide .infor .des {
  margin-top: 0.15rem;
  font-size: 0.16rem;
  line-height: 0.24rem;
  text-align: center;
  -webkit-line-clamp: 2;
}
.employ .mySwiper2 .swiper-button-prev {
  left: 1.7rem;
  width: 0.35rem;
  height: 0.35rem;
  color: #999;
  background: #fff;
  opacity: 0.8;
  border: 0.02Rem solid transparent;
  border-radius: 0.08rem;
  top: 2.8rem;
  margin-top: 0;
}
.employ .mySwiper2 .swiper-button-prev::after {
  font-size: 0.18rem;
}
.employ .mySwiper2 .swiper-button-prev:hover {
  border: 0.02rem solid #017AD5;
}
.employ .mySwiper2 .swiper-button-next {
  right: 1.7rem;
  width: 0.35rem;
  height: 0.35rem;
  color: #999;
  background: #fff;
  opacity: 0.8;
  border-radius: 0.08rem;
  top: 2.8rem;
  margin-top: 0;
  border: 0.02rem solid transparent;
}
.employ .mySwiper2 .swiper-button-next::after {
  font-size: 0.18rem;
}
.employ .mySwiper2 .swiper-button-next:hover {
  border: 0.02rem solid #017AD5;
}
.employ .mySwiper {
  box-sizing: content-box;
  width: 8.84rem;
  max-width: 82vw;
  padding: 0 0.5rem;
  box-sizing: border-box;
}
.employ .mySwiper .swiper-slide {
  width: 1.22rem !important;
  height: 1.22rem !important;
  background: #DEDEE8;
  border: 0px solid red;
}
.employ .mySwiper .swiper-slide img {
  width: 100%;
  height: 100%;
}
.employ .mySwiper .swiper-slide-thumb-active {
  border: 0.02rem solid #017AD5;
}
.employ .mySwiper .swiper-button-prev {
  width: 0.46rem;
  height: 1.22rem;
  background: #F3F3F3;
  top: 0;
  left: 0;
  margin-top: 0;
  color: #999;
}
.employ .mySwiper .swiper-button-prev::after {
  font-size: 0.27rem;
}
.employ .mySwiper .swiper-button-prev:hover {
  background-color: #017AD5;
  color: #fff;
}
.employ .mySwiper .swiper-button-next {
  width: 0.46rem;
  height: 1.22rem;
  background: #F3F3F3;
  top: 0;
  right: 0;
  margin-top: 0;
  color: #999;
}
.employ .mySwiper .swiper-button-next::after {
  font-size: 0.27rem;
}
.employ .mySwiper .swiper-button-next:hover {
  background-color: #017AD5;
  color: #fff;
}
.position {
  padding: 0.3rem;
}
.position .header {
  width: 11.58rem;
  max-width: 100%;
  height: 0.8rem;
  line-height: 0.8rem;
  background: #FFFFFF;
  box-shadow: 0px 0.03rem 0.05rem 0px rgba(51, 51, 51, 0.1);
  font-size: 0.2rem;
  font-weight: bold;
  color: #005791;
}
.position .row {
  font-size: 0.16rem;
  flex-wrap: wrap;
  border-bottom: 1px solid #C4DAEA;
}
.position .row .job {
  font-size: 0.18rem;
  font-weight: bold;
  position: relative;
  text-align: left;
}
.position .row .job:before {
  content: "";
  width: 0.05rem;
  height: 0.22rem;
  background: #017AD5;
  position: absolute;
  left: -0.1rem;
  top: 50%;
  transform: translate(0, -50%);
}
.position .row .collpse {
  width: 0.5rem;
}
.position .row .icon {
  transition-duration: 0.9s;
}
.position .row .quote {
  text-align: left;
  padding: 0.2rem 0.4rem 0.3rem 0.4rem;
  position: relative;
  color: #333333;
}
.position .row .quote::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  width: 10.8rem;
  height: 1px;
  background: #333333;
  opacity: 0.2;
}
.position .row .quote .title {
  font-weight: bold;
  line-height: 0.3rem;
  font-size: 0.16rem;
}
.position .row .quote ul li {
  font-size: 0.14rem;
  color: #333333;
  line-height: 0.3rem;
}
.position .row .quote .des {
  margin-bottom: 0.3rem;
}
.position .active {
  background: #FFFFFF;
  box-shadow: 0px 0.05rem 0.1rem 0px rgba(51, 51, 51, 0.13);
  margin-top: 0.15rem;
  margin-bottom: 0.15rem;
  border-bottom: 1px solid transparent;
}
.position .header,
.position .row {
  text-align: center;
}
.position .header .item,
.position .row .item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 18%;
  text-align: center;
  line-height: 0.3rem;
  padding: 0.1rem 0;
}
.position .header .thumb-container,
.position .row .thumb-container {
  display: flex;
  justify-content: center;
  align-items: center;
}
.position .header .quote,
.position .row .quote {
  width: 100%;
}
.form {
  width: 100%;
  margin-top: 0.4rem;
  padding-bottom: 0.4rem;
}
.form .title {
  font-size: 0.3rem;
  font-weight: bold;
  color: #333333;
  text-align: center;
}
.form .fields {
  display: flex;
  flex-direction: column;
  padding: 0.6rem 0.7rem 0 0.5rem;
}
.form .fields .field {
  width: 100%;
  float: left;
  margin-bottom: 0.28rem;
  display: flex;
}
.form .fields .field span {
  width: 1.5rem;
  display: inline-block;
  padding-right: 0.1rem;
  text-align: right;
  font-size: 0.16rem;
  color: #333333;
  line-height: 0.4rem;
}
.form .fields .field input {
  width: 3.7rem;
  padding-left: 0.1rem;
  height: 0.4rem;
  background: #FFFFFF;
  border: 1px solid #E7E7E7;
  border-radius: 0.05rem;
  flex: 1;
}
.form .fields .field textarea {
  flex: 1;
  border-radius: 0.05rem;
  border: 1px solid #E7E7E7;
}
.form .fields .field textarea:focus {
  border-color: #C4DAEA;
  outline: none;
}
.form .fields .field img {
  height: 0.4rem;
  margin-left: 0.2rem;
  cursor: pointer;
}
.form .fields .btn-item {
  width: 100%;
}
.form .fields .btn-submit {
  outline: 0px;
  -webkit-appearance: none;
  height: 0.46rem;
  background: #017AD5;
  border-radius: 0.05rem;
  font-size: 0.16rem;
  color: #FFFFFF;
  line-height: 0.46rem;
  padding: 0 0.82rem;
  border: none;
  cursor: pointer;
  margin-top: 0.22rem;
}
