.swiper-img {
  width: 100%;
  height: 750px;
  background-image: url(../images/banner_aboutus.jpg);
  background-repeat: no-repeat;
  background-size: 1900px;
  background-position: 50% 50%;
  position: relative;
}
.content-module-1 {
  padding-top: 71px;
  padding-bottom: 25px;
  background-color: #fff;
}
.content-module-1 .module-title {
  font-size: 38px;
  font-weight: 400;
  color: #333333;
  line-height: 53px;
  text-align: center;
  margin-bottom: 42px;
}
.content-module-1 .content-module-body p {
  font-size: 20px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #333333;
  line-height: 40px;
  text-indent: 40px;
}
.content-module-2 {
  height: 1240px;
  padding-top: 30px;
}
.content-module-2 .module-title {
  font-size: 36px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #333333;
  line-height: 50px;
  text-align: center;
  margin-bottom: 42px;
}
.content-module-2 .content-module-body .picture-wrap {
  height: 970px;
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.content-module-2 .content-module-body .picture-wrap .tran-scale {
  transition: transform 0.5s ease-in-out;
}
.content-module-2 .content-module-body .picture-wrap .tran-scale:hover {
  transform: scale(1.05, 1.05);
}
.content-module-2 .content-module-body .picture-wrap .left {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
.content-module-2 .content-module-body .picture-wrap .left .top img {
  width: 553px;
  height: 391px;
}
.content-module-2 .content-module-body .picture-wrap .left .bottom img {
  width: 553px;
  height: 553px;
}
.content-module-2 .content-module-body .picture-wrap .right {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.content-module-2 .content-module-body .picture-wrap .right .top {
  display: flex;
  justify-content: space-between;
}
.content-module-2 .content-module-body .picture-wrap .right .top .top-left img {
  width: 252px;
  height: 188px;
}
.content-module-2 .content-module-body .picture-wrap .right .top .top-right img {
  width: 345px;
  height: 188px;
}
.content-module-2 .content-module-body .picture-wrap .right .middle img {
  width: 623px;
  height: 391px;
}
.content-module-2 .content-module-body .picture-wrap .right .bottom {
  display: flex;
  justify-content: space-between;
}
.content-module-2 .content-module-body .picture-wrap .right .bottom .bottom-left img {
  width: 326px;
  height: 339px;
}
.content-module-2 .content-module-body .picture-wrap .right .bottom .bottom-right img {
  width: 271px;
  height: 339px;
}
.content-module-3 {
  padding-bottom: 80px;
}
.content-module-3 .module-title {
  font-size: 38px;
  color: #333333;
  line-height: 53px;
  text-align: center;
  margin-bottom: 41px;
}
.content-module-3 .job-head .work-nature .type-nature {
  width: 72px;
  height: 25px;
  font-size: 18px;
  font-weight: 600;
  color: #333333;
  line-height: 25px;
  margin-right: 60px;
}
.content-module-3 .job-head .work-nature .button span {
  width: 60px;
  height: 30px;
  border-radius: 15px;
  border: 1px solid #cccccc;
  display: inline-block;
  text-align: center;
  line-height: 30px;
  margin-right: 60px;
}
.content-module-3 .job-head .work-nature .button span.active {
  border: 1px solid #2041c2;
  color: #2041c2;
}
.content-module-3 .job-head .work-nature .button span:hover {
  border: 1px solid #2041c2 !important;
  color: #2041c2 !important;
}
.content-module-3 .job-head .job-category {
  margin-top: 37px;
  margin-bottom: 60px;
}
.content-module-3 .job-head .job-category .type {
  width: 72px;
  height: 25px;
  font-size: 18px;
  font-weight: 600;
  color: #333333;
  line-height: 25px;
  margin-right: 60px;
}
.content-module-3 .job-head .job-category .button span {
  width: 60px;
  height: 30px;
  border-radius: 15px;
  border: 1px solid #cccccc;
  display: inline-block;
  text-align: center;
  line-height: 30px;
  margin-right: 60px;
}
.content-module-3 .job-head .job-category .button span.active {
  border: 1px solid #2041c2;
  color: #2041c2;
}
.content-module-3 .job-head .job-category .button span:hover {
  border: 1px solid #2041c2 !important;
  color: #2041c2 !important;
}
.content-module-3 .job-detail ul {
  width: 100%;
  overflow: auto;
}
.content-module-3 .job-detail ul li {
  width: 100%;
}
.content-module-3 .job-detail ul li#first {
  background: #f5f7fa;
}
.content-module-3 .job-detail ul li#first span {
  font-weight: 600;
  font-size: 16px;
}
.content-module-3 .job-detail ul li span {
  width: 19.5%;
  font-size: 14px;
  color: #666666;
  line-height: 42px;
  border: 0;
  display: inline-block;
  text-align: center;
  font-weight: 400;
  font-family: Microsoft YaHei;
}
.content-module-3 .job-detail ul li span.num .icon {
  display: none;
  font-size: 17px;
  color: #2041c2;
}
.content-module-3 .job-detail ul li span.num .icon.active {
  display: block;
}
.content-module-3 .job-detail ul li.title:hover {
  background: #f5f7fa;
}
.content-module-3 .job-detail ul li.detail {
  background: #ffffff;
  box-shadow: 3px 3px 10px 0px rgba(0, 0, 0, 0.09);
  display: none;
  padding: 13px 40px 40px 40px;
  width: 1189px;
  margin-left: 6px;
  box-sizing: border-box;
}
.content-module-3 .job-detail ul li.detail.active {
  display: block;
}
.content-module-3 .job-detail ul li.detail .append {
  padding-left: 32px;
}
.content-module-3 .job-detail ul li.detail .append .duty .title,
.content-module-3 .job-detail ul li.detail .append .require .title {
  font-size: 16px;
  font-weight: 800;
  color: #333333;
  line-height: 42px;
}
.content-module-3 .job-detail ul li.detail .append .duty .list,
.content-module-3 .job-detail ul li.detail .append .require .list {
  font-size: 14px;
  font-weight: 400;
  color: #666666;
  line-height: 42px;
}
.content-module-3 .job-detail ul li.detail .append .require {
  margin-top: 40px;
  margin-bottom: 40px;
}
.content-module-3 .job-detail ul li.detail .append .mail {
  color: #0e6ed5;
  font-size: 14px;
  font-weight: 400;
  line-height: 42px;
}
.content-module-4 {
  padding-bottom: 80px;
}
.content-module-4 .module-title {
  font-size: 38px;
  color: #333333;
  line-height: 53px;
  text-align: center;
  margin-bottom: 41px;
}
.content-module-4 .content-module-body .swiper-container .swiper-slide .item ul {
  height: 55px;
}
.content-module-4 .content-module-body .swiper-container .swiper-slide .item ul:first-child {
  margin-bottom: 80px;
}
.content-module-4 .content-module-body .swiper-container .swiper-slide .item ul li {
  width: 144px;
  margin-right: 120px;
  float: left;
}
.content-module-4 .content-module-body .swiper-container .swiper-slide .item ul li:last-child {
  margin-right: 0;
}
.content-module-4 .content-module-body .swiper-container .swiper-slide .item ul li .title {
  height: 22px;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 600;
  color: #333333;
  line-height: 22px;
  margin-bottom: 11px;
}
.content-module-4 .content-module-body .swiper-container .swiper-slide .item ul li .title:before {
  content: "";
  display: inline-block;
  width: 3px;
  height: 16px;
  background: #2041c2;
  margin-right: 2px;
  margin-bottom: -2px;
}
.content-module-4 .content-module-body .swiper-container .swiper-slide .item ul li .contact {
  height: 20px;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #666666;
  line-height: 20px;
  display: flex;
  justify-content: space-between;
}
.content-module-4 .content-module-body .swiper-container .swiper-slide .item ul li .contact .role-name {
  margin-right: 10px;
}
.content-module-4 .content-module-body .swiper-pagination {
  width: 140px;
  margin: 0 auto;
  position: static;
  transition: all 0.3s 0.5s;
  margin-top: 30px;
}
.content-module-4 .content-module-body .swiper-pagination .swiper-pagination-bullet {
  width: 25px;
  height: 8px;
  background: #d8d8d8;
  border-radius: 6px;
  float: left;
  margin-right: 20px;
}
.content-module-4 .content-module-body .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: linear-gradient(90deg, #2041c2 0%, #ffad34 100%);
}
