body,
html,
a,
ul,
li,
h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
  padding: 0;
}

ul li {
  list-style: none;
}

a {
  text-decoration: none;
}

.content {
  width: 1170px;
  margin: 0 auto;
}

.box {
  display: flex;
}

.aln-center {
  align-items: center;
}

.just-bet {
  justify-content: space-between;
}

.just-center {
  justify-content: center;
}

.just-aro {
  justify-content: space-around;
}

.myMenu {
  position: absolute;
  top: calc(50% - 77px);
  right: 35px;
  z-index: 10;
}

.myMenu li:not(:first-child) {
  margin-top: 20px;
}

.myMenu li {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.myMenu li a {
  position: relative;
  display: block;
  margin: 2px 0;
  width: 3px;
  height: 3px;
  border-radius: 100%;
  opacity: 0.8;
  background: #26ce77;
}

.myMenu .active a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 10px;
  height: 10px;
  background: none;
  border: solid 1px #26ce77;
}

.myMenu .active a:after {
  content: "";
  display: block;
  width: 4px;
  height: 4px;
  border-radius: 100%;
  background: #26ce77;
}

.myMenu li a span {
  visibility: hidden;
}

.active .p-t,
.active .p-b {
  display: block;
  width: 1px;
  height: 15px;
  margin-left: 1px;
  border-radius: 100%;
  background: linear-gradient(
    rgba(38, 206, 119, 0.2),
    rgba(38, 206, 119, 1),
    rgba(38, 206, 119, 0.2)
  );
}

.active a span {
  visibility: visible !important;
  position: absolute;
  top: -2px;
  right: 24px;
  width: 100px;
  text-align: right;
  font-family: MyriadPro-Regular;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 14px;
  letter-spacing: 0.6px;
  color: #26ce77;
}

.page1 {
  background: url("./assets/p1-bg.png") no-repeat;
  background-size: cover;
  color: #fff;
}

h1 a {
  display: block;
  width: 425px;
  height: 6.9vh;
  background: url("./assets/logo.png") no-repeat;
  background-size: cover;
  font-size: 0;
}

.p1-header {
  position: relative;
  display: flex;
  justify-content: space-between;
  padding-top: 5vh;
  /* padding-top: 0.19rem; */
}

.p1-header ul {
  display: flex;
  align-items: center;
  font-size: 16px;
}
.p1-header ul li {
  margin: 0 15px;
}
.p1-header ul li a {
  color: #fff;
}
.p1-header ul li a:hover {
  color: #26ce77;
  cursor: pointer;
}

.p1-header ul li a:not(:first-child) {
  margin-left: 30px;
}

.p1-l {
  margin-top: 17.6vh;
}

.p1-r {
  margin-top: 12vh;
  margin-right: 16px;
  /* width: 505px;
  height: 50.5vh; */
}

.p1-r img {
  height: 50.5vh;
  object-fit: cover;
}

.p1-l-wel {
  position: relative;
  width: 400px;
  height: 6vh;
  line-height: 6vh;
  padding-left: 42px;
  background-image: linear-gradient(
      90deg,
      #2161a9 0%,
      #287ec3 62%,
      #2e9adc 100%
    ),
    linear-gradient(#26ce77, #26ce77);
  border-radius: 5px;
  font-size: 16px;
}

.p1-l-wel:before {
  content: "";
  display: block;
  position: absolute;
  top: 2.8vh;
  left: 24px;
  width: 5px;
  height: 0.5vh;
  background: #26ce77;
  border-radius: 100%;
}

.p1-l h2 {
  margin-top: 6vh;
  /* margin-top: 0.234rem; */
  font-size: 48px;
  letter-spacing: 1.9px;
}

.p1-l h3 {
  margin-top: 4vh;
  /* margin-top: 0.15625rem; */
  font-size: 24px;
  letter-spacing: 1px;
  color: #efefef;
  opacity: 0.8;
}

.p1-l-join {
  display: block;
  margin-top: 7.5vh;
  /* margin-top: 0.29rem; */
  width: 200px;
  height: 6vh;
  border-radius: 5px;
  background: #26ce77;
  line-height: 6vh;
  text-align: center;
  font-size: 18px;
  color: #fff;
  cursor: pointer;
}

.page2 {
  background: url("./assets/p2-bg.png") no-repeat;
  background-size: cover;
}

.page2 h2 {
  text-align: center;
  padding-top: 10vh;
  font-size: 28px;
  color: #343434;
}

.p2-en {
  text-align: center;
  margin-top: 1.3vh;
  font-size: 16px;
  color: #999;
}

.p2-l {
  width: 550px;
  margin-top: 14vh;
}

.p2-l-s1 h3 {
  font-size: 28px;
  color: #4a4747;
}

.p2-l-s1 p {
  margin-top: 3vh;
  width: 520px;
  font-size: 16px;
  color: #4a4747;
  line-height: 3vh;
}

.p2-l-s2 {
  position: relative;
  margin-top: 5.5vh;
  height: 25.5vh;
  /* padding: 50px 50px 55px 20px; */
  background: url("./assets/p2-l.png") no-repeat;
  background-position: -20px 0px;
  background-size: cover;
  color: #136cfb;
}

.p2-l-s2 h3 {
  padding-top: 3.2vh;
  margin-left: 20px;
  font-size: 18px;
}

.p2-l-s2 p {
  margin-left: 20px;
  margin-top: 1vh;
  width: 480px;
  font-size: 16px;
  line-height: 3vh;
}

.p2-r {
  margin-top: 12vh;
}

.p2-r img {
  height: 58vh;
  object-fit: cover;
}

.page3 {
  background: url("./assets/p3-bg.png") no-repeat;
  background-size: cover;
}

.page3 h2 {
  padding-top: 10vh;
  text-align: center;
  color: #343434;
  font-size: 28px;
}

.page3 .p3-en {
  margin-top: 1.4vh;
  text-align: center;
  font-size: 16px;
  color: #999;
}

.p3-l {
  float: left;
  margin-top: 15vh;
  width: 665px;
  height: 38.2vh;
}

.page3 .slide:nth-child(1) .p3-l {
  background: url("./assets/l_1.png") no-repeat;
  background-size: 665px 38.2vh;
}

.page3 .slide:nth-child(2) .p3-l {
  background: url("./assets/l_2.png") no-repeat;
  background-size: 665px 38.2vh;
}

.page3 .slide:nth-child(3) .p3-l {
  background: url("./assets/l_3.png") no-repeat;
  background-size: 665px 38.2vh;
}

.p3-r {
  float: left;
  width: 500px;
}

.p3-r h3 {
  font-size: 28px;
  color: #343434;
}

.p3-ch,
.p3-content {
  font-size: 16px;
  color: #999;
}

.p3-ch {
  margin-top: 1.5vh;
}

.p3-content {
  margin-top: 3.8vh;
}

.p3-cro-l {
  margin-top: 2.5vh;
  width: 200px;
  height: 6vh;
  border-radius: 5px;
  background: #26ce77;
  cursor: pointer;
}

.p3-r {
  width: 500px;
}

.pe-r-detail {
  margin-top: 18vh;
  /* margin-left: -60px; */
}

.p3-cro-l-pre {
  transform: rotate(180deg);
}

.fp-controlArrow {
  position: initial;
  border-style: none;
}

.p3-r-1 {
  margin-top: 18vh;
}

.page4 {
  background: url("./assets/p4-bg.png") no-repeat;
  background-size: cover;
}

.page4 h2 {
  padding-top: 10vh;
  padding-bottom: 1.5vh;
  text-align: center;
  font-size: 28px;
  color: #4a4747;
}

.page4 p {
  margin-top: 1.3vh;
  text-align: center;
  font-size: 16px;
  color: #999;
}

.p4-recruitment-card {
  position: relative;
  flex: 1;
  min-height: 40vh;
  margin: 2vh 20px 0 0;
  padding: 2vh 20px 2.5vh 20px;
  font-size: 16px;
  color: #4a4747;
  border: solid 1px #ffffff;
  border-radius: 4px;
  box-shadow: 0px 9px 32px 0px rgba(0, 0, 0, 0.1);
  background-color: #ffffff;
}

.p4-recruitment-card h3 {
  font-size: 18px;
  color: #333;
  text-align: center;
}

.p4-card-title {
  margin: 2vh 0 1vh 0;
  color: #999;
}

.p4-last-li {
  opacity: 0.5;
}

.p4-card-content {
  position: relative;
  overflow: hidden;
  max-height: 26.5vh;
}

.p4-card-b {
  position: absolute;
  bottom: 0;
  display: flex;
  align-items: center;
  height: 8.7vh;
  background: #fff;
  left: calc(50% - 56px);
}

.p4-mask {
  position: absolute;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 100vh;
  background: #000;
  opacity: 0.2;
}

.p4-card-close {
  display: none;
  position: absolute;
  right: 30px;
  top: 2vh;
  width: 25px;
  height: 25px;
  text-align: center;
  border-radius: 100%;
  font-size: 18px;
  transform: rotate(45deg);
  background: #26ce77;
  color: #fff;
  cursor: pointer;
}

.p4-card-close span {
  display: block;
  position: absolute;
  top: 12px;
  left: 8px;
  width: 10px;
  height: 1px;
  background: #fff;
}

.p4-card-close span:nth-child(1) {
  transform: rotate(0deg);
}

.p4-card-close span:nth-child(2) {
  transform: rotate(90deg);
}

.p4-look-more {
  width: 112px;
  height: 3vh;
  line-height: 3vh;
  text-align: center;
  color: #51d892;
  border: 1px solid #51d892;
  background: currentColor;
  border-radius: 5px;
  background: #fff;
  cursor: pointer;
}
.p4-look-more:hover {
  background: #51d892;
  color: #fff;
}

.p4-active {
  display: block;
}

.p4-card-content:after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 35px;
  background: linear-gradient(
    rgba(255, 255, 255, 0.001),
    white
  ); /* transparent keyword is broken in Safari */
  pointer-events: none;
}

.p4-active .p4-card-content:after {
  height: 0;
}

.p4-active .p4-look-more {
  display: none;
}

.p4-active .p4-card-close {
  display: block;
}

.p4-active .p4-card-content {
  transition: all 2s ease;
  max-height: 100vh;
}

.p4-inactive {
  display: none;
}

.page5 {
  position: relative;
}

.page5 .fp-tableCell {
  vertical-align: top;
}

.p5-map {
  overflow: hidden;
  margin: 0 auto;
  width: 1130px;
  height: 53vh;
  box-shadow: 0px 5px 10px 0px rgba(52, 52, 52, 0.1);
  border: solid 2px #eeeeee;
}

.p5-map-l {
  width: 377px;
  padding-top: 1.5vh;
  padding-left: 37px;
  padding-right: 30px;
}

.p5-map-l h3 {
  font-size: 28px;
  color: #4a4747;
  opacity: 0.8;
}

.p5-map-l p {
  margin-top: 1.4vh;
  font-size: 16px;
  color: #4a4747;
  opacity: 0.8;
}

.p5-map-l ul {
  padding-right: 50px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 75%;
}

.p5-map-l ul li {
  display: flex;
  align-items: center;
  margin-top: 5vh;
  font-size: 16px;
  color: #000;
}

.p5-map-l ul li:not(:first-child) {
  opacity: 0.8;
}

.p5-map-l ul li img {
  flex: 0;
  margin-right: 40px;
}

.page5 h2 {
  text-align: center;
  font-size: 36px;
  color: #136cfb;
  opacity: 0.8;
}

.p5-ch {
  margin-top: 1vh;
  text-align: center;
  font-size: 18px;
  color: #343434;
}

.p5-footer {
  position: fixed;
  bottom: 0;
  flex-direction: column;
  width: 100%;
  padding-top: 1vh;
  height: 60px;
  background: #3c3c3c;
  font-size: 16px;
  color: #fff;
  z-index:999;
}

.p5-footer p {
  margin-top: 0.8vh;
}

.p5-footer ul li {
  position: relative;
  margin: 0 20px;
}
.p5-footer a {
  color: #fff;
}
.p5-footer a:hover {
  color: #26ce77;
  cursor: pointer;
}

.p5-footer ul li:after {
  content: "";
  position: absolute;
  top: 0.6vh;
  right: -20px;
  display: block;
  width: 2px;
  height: 1vh;
  background: #fff;
}

.p5-last-li:after {
  display: none !important;
}

.p5-map-r {
  width: calc(100% - 377px);
  height: 100%;
}
.clearfix:after {
  display: block;
  content: "";
  clear: both;
}

.page3 .content {
  cursor: pointer;
}

/* 2019-10-21 TODO */
.page4 .fp-tableCell {
  vertical-align: 0%;
}

.relate-link {
  width: 1130px;
  margin: 1vh auto;
}

.relate-link h3 {
  font-size: 28px;
  color: #333;
}

.relate-link p {
  margin-top: 1vh;
  font-size: 16px;
  color: #999;
}

.relate-link__images-wapper {
  display: flex;
}

.relate-link__images-wapper-box {
  display: block;
  margin-top: 1vh;
  box-shadow: 0px 2px 16px 0px rgba(163, 163, 163, 0.13);
  border-radius: 4px;
}

.relate-link__images-wapper-box img {
  height: 7.2vh;
  object-fit: cover;
}