* {
  margin: 0;
  padding: 0;
  text-shadow: transparent 0px 0px 0px, rgba(0, 0, 0, 0.68) 0px 0px 0px !important;
  box-sizing: border-box;
}

a {
  text-decoration:none;
  outline: none;
  color: #666;
}

.header {
  width: 100%;
  height: 56px;
  background-color: #fff;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
  -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
}

.header-content {
  width: 1024px;
  margin: 0 auto;
  height: 56px;
  display: flex;
  justify-content: space-between;
}

.logo {
  padding: 0 16px;
  width: 161.28px;
  height: 56px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.logo img {
  height: 40px;
}

.links {
  width: 528px;
  height: 53px;
  margin-bottom: 3px;
  display: flex;
}

.hr-links {
  width: 440px;
  height: 53px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hr-links span {
  padding: 0 16px;
  display: block;
  font-size: 13px;
  line-height: 53px;
  text-align: center;
  color: #666;
  cursor: pointer;
}

.reg-links {
  width: 125px;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #6fbd34;
  cursor: pointer;
  font-size: .8125rem;
}

.lang {
  width: 69px;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.selector-box {
  border-radius: 1000px;
  border: 1px solid #999999;
  height: 37px;
  width: 69px;
}

.portal-icon {
  width: 16px;
  height: 16px;
}

.banner {
  width: 100%;
  height: 426px;
  background: #ddd;
  overflow: hidden;
  position: relative;
}

.banner-swiper-pagination {
  position: absolute;
  bottom: 20px;
  text-align: center;
}

.bc {
  background-size: cover;
  background-position: center;
}

.bc1 {
  background-image: url('../img/banner1.png');
}

.bc2 {
  background-image: url('../img/banner2.png');
}

.section-wrapper {
  width: 100%;
  min-width: 1200px;
  position: relative;
}

.intro {
  height: 570px;
  /* height: 860px; */
  background-image: url('../img/intro_title.png');
  background-size: 292px 61px;
  background-repeat: no-repeat;
  background-position: center 85px;
  position: relative;
}

.intro-content {
  width: 1200px;
  position: absolute;
  left: calc(50vw - 600px);
  top: 180px;
  font-size: 16px;
  text-indent: 32px;
  line-height: 40px;
  color: #444;
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 15px;
}

.culture {
  background-image: url('../img/culture.png');
  background-size: 287px 64px;
  background-repeat: no-repeat;
  background-position: center 80px;
  background-color: #f6f7fb;
  height: 704px;
}

.card-wrapper {
  width: 1200px;
  margin: 0 auto;
  height: 704px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding-bottom: 50px;
}

.card {
  background-size: 382px 466px;
  background-position: center;
  background-repeat: no-repeat;
  width: 382px;
  height: 466px;
  position: relative;
}

.card:hover .card-hover {
  opacity: 1;
}

.card-hover {
  background: rgba(255, 255, 255, .88);
  width: 298px;
  height: 266px;
  position: absolute;
  top: 30%;
  left: 10%;
  transition: .3s;
  opacity: 0;
  padding: 0 20px;
  font-family: "Helvetica Neue", Helvetica, Arial, "Microsoft Yahei", "Hiragino Sans GB", "Heiti SC", "WenQuanYi Micro Hei", sans-serif;
  display: flex;
  justify-content: space-around;
  flex-direction: column;
  text-align: center;
  color: #7fc945;
  font-size: 16px;
}

.c1 {
  background-image: url('../img/c1.png');
}

.c2 {
  background-image: url('../img/c2.png');
}

.c3 {
  background-image: url('../img/c3.png');
}

.office {
  background-image: url('../img/office.png');
  background-size: 344px 72px;
  background-repeat: no-repeat;
  background-position: center 80px;
  height: 811px;
  position: relative;
  overflow: hidden;
}

.team {
  background-image: url('../img/team.png');
  background-size: 1242px 634px;
  background-repeat: no-repeat;
  background-position: center 80px;
  height: 753px;
  background-color: #f6f7fb;
}

.hr {
  background-image: url('../img/hr.png');
  background-size: 234px 72px;
  background-repeat: no-repeat;
  background-position: center 80px;
  height: 800px;
  background-color: #f6f7fb;
  position: relative;
}

.welfare {
  background-image: url('../img/welfare.png');
  background-size: 1200px 593px;
  background-repeat: no-repeat;
  background-position: center;
  height: 760px;
}

.green {
  width: 100%;
  height: 260px;
  position: absolute;
  bottom: 100px;
  left: 0;
  background-color: #7fc945;
  box-shadow: 0 10px 30px rgba(127, 201, 69, .5);
}

.left {
  background-image: url('../img/left.png');
  position: absolute;
  left: 0;
  top: 0;
  width: 421px;
  height: 440px;
  background-size: 100% 100%;
}

.right {
  background-image: url('../img/right.png');
  position: absolute;
  right: 0;
  top: 0;
  width: 741px;
  height: 551px;
  background-size: 100% 100%;
}

.jobs {
  position: absolute;
  left: 20%;
}

.job-box {
  width: 285px;
  height: 193px;
  background: #fff;
}

.footer {
  width: 100%;
  height: 180px;
  background-image: url('../img/footer.png');
  background-size: 1920px 243px;
  background-position: center top;
}

.banner-swiper-container {
  width: 100%;
  height: 426px;
}

.office-swiper-container {
  width: 1000px;
  height: 450px;
  position: absolute;
  bottom: 180px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 100;
}

.oc {
  margin: 10px;
  width: 700px;
  height: 450px;
  background-size: cover;
  background-position: center;
}

.oc1 {
  background-image: url('../img/o1.png');
}

.oc2 {
  background-image: url('../img/o2.png');
}

.oc3 {
  background-image: url('../img/o3.png');
}

.office .office-swiper-pagination {
  position: absolute;
  left: 0px;
  bottom: -50px;
  text-align: center;
}

.swiper-pagination-bullet-active {
  border: 1px solid #fff;
  background: transparent !important;
  transform: scale(1.5);
  opacity: 1!important;
}

.swiper-pagination-bullet {
  background: #fff;
  opacity: .5;
}


.h-wrapper {
  width: 1205px;
  position: absolute;
  height: 440px;
  left: 51%;
  transform: translateX(-50%);
  top: 250px;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.h-card {
  width: 280px;
  height: 200px;
  background: #fff;
  box-shadow: 0 5px 15px rgba(0, 0, 0, .08);
  margin-right: 20px;
  transition: .3s;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.h-card:hover {
  box-shadow: 0 5px 20px rgba(0, 0, 0, .18);
}

.h-name {
  color: #6fbd34;
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 10px;
}

.search-bar {
  width: 755px;
  height: 58px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 450px;
  z-index: 999;
  background-image: url('../img/search.png');
  box-shadow: 0 0 20px rgba(0, 0, 0, .28);
  border-radius: 29px;
}

.selected-txt {
  position: absolute;
  left: 28px;
  top: 17px;
}

.select-btn {
  position: absolute;
  left: 90px;
  top: 16px;
  width: 40px;
  height: 28px;
}

.selected-txt {
  font-size: 13px;
  margin-top: 2px;
}

.option-wrapper {
  width: 90px;
  position: absolute;
  top: 50px;
  left: 0px;
  border: 1px solid #ddd;
  border-radius: 5px;
  overflow: visible;
  background: #fff;
}

.option {
  width: 90px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  font-size: 13px;
}
.option:hover {
  background-color: #eee;
}

.search-input {
  width: 400px;
  height: 50px;
  position: absolute;
  left: 150px;
  top: 4px;
  outline: none;
  border: 0;
  line-height: 50px;
  font-size: 14px;
  line-height: 50px;
}

.search-btn {
  width: 150px;
  height: 60px;
  position: absolute;
  right: 0;
  top: 0;
}