.rotate {
  transform: rotate(180deg);
}
.swiper-slide {
  z-index: -1;
  display: flex;
  justify-content: center;
}
.swiper-slide img {
  width: 375px;
  height: 533px;
}
.employ .mySwiper2 {
  margin-top: 20px;
  margin-bottom: 60px;
}
.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: 30px;
  height: 680px;
  position: relative;
}
.employ .mySwiper2 .swiper-slide img {
  transform: scale(0.6);
  box-shadow: 0px 0px 9px 4px rgba(34, 57, 162, 0.14);
  opacity: 0.6;
}
.employ .mySwiper2 .swiper-slide .infor {
  display: none;
  width: 600px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
  text-align: center;
}
.employ .mySwiper2 .swiper-slide .infor .title {
  font-size: 24px;
  line-height: 24px;
}
.employ .mySwiper2 .swiper-slide .infor .des {
  margin-top: 15px;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  -webkit-line-clamp: 2;
}
.employ .mySwiper2 .swiper-button-prev {
  left: 4.06rem;
  width: 35px;
  height: 35px;
  color: #999;
  background: #fff;
  opacity: 0.8;
  border: 2px solid transparent;
  border-radius: 8px;
  top: 280px;
  margin-top: 0;
}
.employ .mySwiper2 .swiper-button-prev::after {
  font-size: 18px;
}
.employ .mySwiper2 .swiper-button-prev:hover {
  border: 2px solid #017AD5;
}
.employ .mySwiper2 .swiper-button-next {
  right: 4.06rem;
  width: 35px;
  height: 35px;
  color: #999;
  background: #fff;
  opacity: 0.8;
  border-radius: 8px;
  top: 280px;
  margin-top: 0;
  border: 2px solid transparent;
}
.employ .mySwiper2 .swiper-button-next::after {
  font-size: 18px;
}
.employ .mySwiper2 .swiper-button-next:hover {
  border: 2px solid #017AD5;
}
@media (max-width: 1399px) {
  .employ .mySwiper2 .swiper-button-prev {
    left: 33.3333%;
    transform: translate(-17.5px, 0);
  }
  .employ .mySwiper2 .swiper-button-next {
    right: 33.3333%;
    transform: translate(17.5px, 0);
  }
}
.employ .mySwiper {
  box-sizing: content-box;
  width: 884px;
  padding: 0 46px;
}
.employ .mySwiper .swiper-slide {
  width: 122px!important;
  height: 122px!important;
  background: #DEDEE8;
  border: 0px solid red;
}
.employ .mySwiper .swiper-slide img {
  width: 100%;
  height: 100%;
}
.employ .mySwiper .swiper-slide-thumb-active {
  border: 2px solid #017AD5;
}
.employ .mySwiper .swiper-button-prev {
  width: 46px;
  height: 122px;
  background: #F3F3F3;
  top: 0;
  left: 0;
  margin-top: 0;
  color: #999;
}
.employ .mySwiper .swiper-button-prev::after {
  font-size: 27px;
}
.employ .mySwiper .swiper-button-prev:hover {
  background-color: #017AD5;
  color: #fff;
}
.employ .mySwiper .swiper-button-next {
  width: 46px;
  height: 122px;
  background: #F3F3F3;
  top: 0;
  right: 0;
  margin-top: 0;
  color: #999;
}
.employ .mySwiper .swiper-button-next::after {
  font-size: 27px;
}
.employ .mySwiper .swiper-button-next:hover {
  background-color: #017AD5;
  color: #fff;
}
.position {
  padding: 30px;
}
.position .header {
  width: 11.58rem;
  height: 80px;
  line-height: 80px;
  background: #FFFFFF;
  box-shadow: 0px 3px 5px 0px rgba(51, 51, 51, 0.1);
  font-size: 20px;
  font-weight: bold;
  color: #005791;
}
.position .row {
  width: 11.58rem;
  line-height: 75px;
  font-size: 16px;
  flex-wrap: wrap;
  border-bottom: 1px solid #C4DAEA;
}
.position .row .job {
  font-size: 18px;
  font-weight: bold;
  position: relative;
  text-align: left;
}
.position .row .job:before {
  content: "";
  width: 5px;
  height: 22px;
  background: #017AD5;
  position: absolute;
  left: 50px;
  top: 50%;
  transform: translate(0, -50%);
}
.position .row .collpse {
  width: 50px;
}
.position .row .icon {
  transition-duration: 0.9s;
}
.position .row .quote {
  text-align: left;
  padding: 40px 60px 60px 60px;
  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: 30px;
  font-size: 16px;
}
.position .row .quote ul li {
  font-size: 14px;
  color: #333333;
  line-height: 30px;
}
.position .row .quote .des {
  margin-bottom: 30px;
}
.position .active {
  background: #FFFFFF;
  box-shadow: 0px 5px 10px 0px rgba(51, 51, 51, 0.13);
  margin-top: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid transparent;
}
.position .header,
.position .row {
  text-align: center;
}
.position .header .item1,
.position .row .item1 {
  width: 2.7rem;
  padding-left: 70px;
}
.position .header .item2,
.position .row .item2 {
  width: 1.8rem;
}
.position .header .item3,
.position .row .item3 {
  width: 2.5rem;
}
.position .header .item4,
.position .row .item4 {
  width: 1.8rem;
}
.position .header .item5,
.position .row .item5 {
  width: 2.5rem;
}
.position .header .item6,
.position .row .item6 {
  width: 2rem;
}
.form {
  width: 100%;
  margin-top: 70px;
}
.form .title {
  font-size: 30px;
  font-weight: bold;
  color: #333333;
  text-align: center;
}
.form .fields {
  padding: 60px 70px 0 50px;
}
.form .fields .field {
  width: 50%;
  float: left;
  margin-bottom: 28px;
  display: flex;
}
.form .fields .field span {
  width: 150px;
  display: inline-block;
  padding-right: 10px;
  text-align: right;
  font-size: 16px;
  color: #333333;
  line-height: 40px;
}
.form .fields .field input {
  width: 370px;
  padding-left: 10px;
  height: 40px;
  background: #FFFFFF;
  border: 1px solid #E7E7E7;
  border-radius: 5px;
  flex: 1;
}
.form .fields .field textarea {
  flex: 1;
  border-radius: 5px;
  border: 1px solid #E7E7E7;
}
.form .fields .field textarea:focus {
  border-color: #C4DAEA;
  outline: none;
}
.form .fields .field img {
  height: 40px;
  margin-left: 20px;
  cursor: pointer;
}
.form .fields .btn-item {
  width: 100%;
}
.form .fields .btn-submit {
  height: 46px;
  background: #017AD5;
  border-radius: 5px;
  font-size: 16px;
  color: #FFFFFF;
  line-height: 46px;
  padding: 0 82px;
  border: none;
  cursor: pointer;
  margin-top: 22px;
}
