@font-face {
  font-family: ArialMT;
  src: url(../fonts/ArialMT.ttf);
}
@font-face {
  font-family: AbhayaLibre;
  src: url(../fonts/AbhayaLibre-Regular.ttf);
}
.inner-crumb {
  font-size: 16px;
  color: #000000;
}
.inner-crumb a {
  font-size: 16px;
  color: #000000;
}
.index-title .fw-banner-title {
  font-size: 1.875vw;
  letter-spacing: 1px;
  color: #000000;
  font-weight: bold;
}
.fwcp-mx {
  padding-top: 3.645833%;
  position: relative;
  padding-bottom: 5.8%;
}
.fwcp-mx .fwcp-mx-bg {
  position: absolute;
  top: 27.2%;
  z-index: 3;
  animation: hmp5Bg 20s linear infinite;
}
@keyframes hmp5Bg {
  0% {
    opacity: 0.8;
    transform: scale(1.1) rotate(0deg) skew(0deg, 0deg);
  }
  50% {
    opacity: 1;
    transform: scale(1) rotate(25deg) skew(20deg, -20deg);
  }
  100% {
    opacity: 0.8;
    transform: scale(1.1) rotate(0deg) skew(0deg, 0deg);
  }
}
.fwcp-mx .container .fwcp-mx-items {
  padding: 5.75% 7.45% 5% 2.9%;
  background-color: #ffffff;
  box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.1);
  margin-bottom: 54px;
  transition: all 0.5s;
}
.fwcp-mx .container .fwcp-mx-items div:nth-child(1) {
  min-width: 122px;
  height: 36px;
  background-color: #181818;
  border-radius: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  letter-spacing: 1px;
  color: #ffffff;
  width: fit-content;
  padding: 0 20px;
  position: relative;
  z-index: 4;
}
.fwcp-mx .container .fwcp-mx-items h2 {
  font-size: 1.875vw;
  letter-spacing: 1px;
  color: #000000;
  font-weight: bold;
  margin-top: 19px;
  position: relative;
  z-index: 4;
}
.fwcp-mx .container .fwcp-mx-items div:nth-child(3) {
  font-size: 20px;
  line-height: 1.5;
  letter-spacing: 1px;
  color: #000000;
  border-bottom: dashed 1px #cbcbcb;
  padding-bottom: 27px;
  position: relative;
  z-index: 4;
}
.fwcp-mx .container .fwcp-mx-items:hover {
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
}
.fwcp-mx .container .fwcp-mx-items:last-child {
  margin-bottom: 0;
}
.fwcp-dh {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 2.375;
  letter-spacing: 1px;
  color: #000000;
  margin-top: 26px;
  position: relative;
  z-index: 4;
}
.fwcp-dh ul li {
  padding-left: 30px;
  position: relative;
}
.fwcp-dh ul li::before {
  position: absolute;
  left: 0;
  top: 11px;
  width: 17px;
  height: 17px;
  content: '';
  background: url(../j-images/cdh.png) no-repeat center center;
  background-size: 100%;
}
.fwcp-fk {
  background: #fff;
  padding-top: 4.3%;
  padding-bottom: 7%;
}
.fwcp-fk .container .fwcp-fk-con {
  display: flex;
  justify-content: space-between;
  width: 1220px;
  max-width: 100%;
  margin-top: 2.2%;
}
.fwcp-fk .container .fwcp-fk-con .fwcp-fk-items {
  width: 45.5%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.fwcp-fk .container .fwcp-fk-con .fwcp-fk-items .fwcp-fk-tp div:nth-child(1) {
  display: flex;
  font-size: 20px;
  letter-spacing: 1px;
  color: #8464c0;
  align-items: center;
  margin-bottom: 8px;
}
.fwcp-fk .container .fwcp-fk-con .fwcp-fk-items .fwcp-fk-tp div:nth-child(1) img {
  position: relative;
  top: 1.5px;
  margin-right: 10px;
}
.fwcp-fk .container .fwcp-fk-con .fwcp-fk-items .fwcp-fk-tp div:nth-child(2) {
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: 1px;
  color: #000000;
  margin-bottom: 27px;
}
.fwcp-fk .container .fwcp-fk-con .fwcp-fk-items .fwcp-fk-bt div:nth-child(1) {
  background-image: linear-gradient(90deg, #ded9e8 0%, #eddee7 50%, #f2e2e6 73%, #f8e5e4 100%);
  height: 19.739583vw;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 18px;
}
.fwcp-fk .container .fwcp-fk-con .fwcp-fk-items .fwcp-fk-bt div:nth-child(1) img {
  max-height: 90%;
  max-width: 90%;
}
.fwcp-fk .container .fwcp-fk-con .fwcp-fk-items .fwcp-fk-bt div:nth-child(2) {
  font-size: 18px;
  text-align: center;
  line-height: 1.5;
  letter-spacing: 1px;
  color: #000000;
}
.fwcp-fk .container .fwcp-fk-con .fwcp-fk-items:hover .fwcp-fk-bt div:nth-child(1) img {
  animation: 0.9s fd linear;
}
@keyframes fd {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.03);
  }
  100% {
    transform: scale(1);
  }
}
.fw-bt {
  font-size: 1.875vw;
  font-weight: bold;
  letter-spacing: 1px;
  color: #000000;
  position: relative;
}
.fw-bt::before {
  display: inline-block;
  vertical-align: middle;
  content: "";
  width: 4px;
  height: 0.9762em;
  background-image: linear-gradient(182deg, #647dea 0%, #ed96ca 100%);
  margin-top: -0.15em;
  margin-right: 0.309524em;
}
.fwcp-yw {
  position: relative;
  padding: 4.2% 4.88%;
}
.fwcp-yw .fwcp-yw-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.fwcp-yw .row {
  margin-left: -9px;
  position: relative;
  z-index: 2;
  margin-right: -9px;
  display: flex;
}
.fwcp-yw .row .fwcp-yw-items {
  padding: 0 9px;
  width: 25%;
}
.fwcp-yw .row .fwcp-yw-items .fwcp-yw-items-con {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  border-radius: 16px;
  text-align: center;
  background: rgba(255, 255, 255, 0.56);
  padding: 14.6% 5% 18% 5%;
  transition: all 0.5s;
}
.fwcp-yw .row .fwcp-yw-items .fwcp-yw-items-con div:nth-child(1) {
  text-align: center;
}
.fwcp-yw .row .fwcp-yw-items .fwcp-yw-items-con div:nth-child(1) h4 {
  font-size: 1.4583vw;
  letter-spacing: 1px;
  color: #000000;
  font-weight: bold;
  transition: all 0.5s;
}
.fwcp-yw .row .fwcp-yw-items .fwcp-yw-items-con div:nth-child(1) p {
  font-size: 16px;
  line-height: 1.5;
  color: #333333;
  font-family: var(--Roboto);
  transition: all 0.5s;
}
.fwcp-yw .row .fwcp-yw-items .fwcp-yw-items-con div:nth-child(2) {
  width: fit-content;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  margin-top: 3px;
  margin-top: 22px;
}
.fwcp-yw .row .fwcp-yw-items .fwcp-yw-items-con div:nth-child(2) img {
  transition: all 0.5s;
}
.fwcp-yw .row .fwcp-yw-items .fwcp-yw-items-con div:nth-child(2) img:nth-child(1) {
  position: absolute;
  left: -100%;
  top: 0;
  bottom: 0;
  margin: auto 0;
}
.fwcp-yw .row .fwcp-yw-items .fwcp-yw-items-con div:nth-child(2) img:nth-child(2) {
  left: 0;
  position: relative;
}
.fwcp-yw .row .fwcp-yw-items .fwcp-yw-items-con:hover {
  transform: translateY(-4px);
}
.fwcp-yw .row .fwcp-yw-items .fwcp-yw-items-con:hover div:nth-child(1) h4,
.fwcp-yw .row .fwcp-yw-items .fwcp-yw-items-con:hover div:nth-child(1) p {
  color: #8464c0;
}
.fwcp-yw .row .fwcp-yw-items .fwcp-yw-items-con:hover div:nth-child(2) img:nth-child(1) {
  left: 0;
}
.fwcp-yw .row .fwcp-yw-items .fwcp-yw-items-con:hover div:nth-child(2) img:nth-child(2) {
  left: 100%;
}
.fwcp-yw .row .fwcp-yw-items:nth-child(2) {
  animation-delay: 0.3s;
}
.fwcp-yw .row .fwcp-yw-items:nth-child(3) {
  animation-delay: 0.6s;
}
.fwcp-yw .row .fwcp-yw-items:nth-child(4) {
  animation-delay: 0.9s;
}
.xd {
  position: relative;
}
.jd {
  position: absolute;
}
.fw-px {
  margin-top: 5.5%;
  padding-bottom: 7.5%;
}
.fw-px-gb {
  margin-top: 94px;
}
.fw-px-gb .fw-px-con {
  font-size: 18px;
  line-height: 2.11;
  letter-spacing: 1px;
  color: #000000;
  margin-top: 21px;
}
.fw-px-gb .fw-px-con strong {
  font-weight: initial;
  position: relative;
  padding-left: 30px;
  display: block;
}
.fw-px-gb .fw-px-con strong::before {
  position: absolute;
  left: 0;
  top: 9.5px;
  width: 17px;
  height: 17px;
  content: '';
  background: url(../j-images/cdh.png) no-repeat center center;
  background-size: 100%;
}
.fw-px-gb .fw-px-con ul {
  font-size: 16px;
  line-height: 2.375;
  letter-spacing: 1px;
  color: #333333;
  margin-top: 18px;
  margin-bottom: 57px;
}
.fw-px-gb .fw-px-con ul li {
  position: relative;
  padding-left: 23px;
}
.fw-px-gb .fw-px-con ul li::before {
  position: absolute;
  left: 0;
  top: 15.2px;
  content: '';
  width: 12px;
  height: 8px;
  background: url(../j-images/px-tb.png) no-repeat;
  background-size: 100%;
}
.fw-px-gb .fw-px-con h4 {
  font-size: 22px;
  letter-spacing: 1px;
  color: #000000;
  position: relative;
  padding-left: 35px;
  margin-top: 57px;
  margin-bottom: 26px;
}
.fw-px-gb .fw-px-con h4::before {
  position: absolute;
  left: 0;
  top: 10.7px;
  content: '';
  width: 23px;
  height: 28px;
  background: url(../j-images/px-tb2.png) no-repeat center center;
  background-size: 100%;
}
.fw-px-gb .fw-px-con table {
  width: 100%;
  max-width: 1250px;
}
.fw-px-gb .fw-px-con table tr td {
  padding: 17px 3%;
  font-size: 16px;
  line-height: 1.9375;
  letter-spacing: 1px;
  color: #000000;
  border: 1px solid #d5d5d5;
  background-color: #f8f8f8;
}
.fw-px-gb .fw-px-con table tr td:nth-child(2n) {
  background: #fff;
}
.fw-px-gb .fw-px-con table tr td:nth-child(1) {
  width: 176px;
  text-align: center;
}
.fw-px-gb .fw-px-con em {
  display: block;
  position: relative;
  padding-left: 16px;
  font-size: 14px;
  line-height: 1.72;
  letter-spacing: 1px;
  color: #000000;
}
.fw-px-gb .fw-px-con em::before {
  position: absolute;
  left: 0;
  top: 8px;
  content: '';
  width: 8px;
  height: 8px;
  background: url(../j-images/px-yd.png) no-repeat center center;
  background-size: 100%;
}
.fw-px-gb .fw-px-con .fw-px-gy {
  display: flex;
  justify-content: space-between;
}
.fw-px-gb .fw-px-con .fw-px-gy .fw-px-gy-items {
  width: 46.43%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.fw-px-gb .fw-px-con .fw-px-gy .fw-px-gy-items .fw-px-gy-tp {
  display: flex;
  justify-content: space-between;
}
.fw-px-gb .fw-px-con .fw-px-gy .fw-px-gy-items .fw-px-gy-tp .fw-px-gy-tp-lf {
  background-image: linear-gradient(189deg, #7380e7 0%, #cd8fd1 100%);
  font-size: 22px;
  letter-spacing: 1px;
  color: #ffffff;
  width: 68px;
  writing-mode: vertical-lr;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.5em 0;
}
.fw-px-gb .fw-px-con .fw-px-gy .fw-px-gy-items .fw-px-gy-tp .fw-px-gy-tp-rt {
  flex: 1;
  margin-left: 26px;
  background: #fff;
  display: flex;
}
.fw-px-gb .fw-px-con .fw-px-gy .fw-px-gy-items .fw-px-gy-tp .fw-px-gy-tp-rt .fw-px-gy-tp-rt-lf {
  display: flex;
  width: 225px;
  flex-direction: column;
  background-image: linear-gradient(90deg, #ded9e8 0%, #eddee7 50%, #f2e2e6 73%, #f8e5e4 100%);
  font-size: 18px;
  color: #000;
}
.fw-px-gb .fw-px-con .fw-px-gy .fw-px-gy-items .fw-px-gy-tp .fw-px-gy-tp-rt .fw-px-gy-tp-rt-lf div {
  flex: 1;
  border-bottom: 1px solid #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 0.5em;
}
.fw-px-gb .fw-px-con .fw-px-gy .fw-px-gy-items .fw-px-gy-tp .fw-px-gy-tp-rt .fw-px-gy-tp-rt-lf div:last-child {
  border-bottom: none;
}
.fw-px-gb .fw-px-con .fw-px-gy .fw-px-gy-items .fw-px-gy-tp .fw-px-gy-tp-rt .fw-px-gy-tp-rt-rt {
  flex: 1;
  padding: 32px 0;
  padding-left: 4%;
  padding-right: 3%;
}
.fw-px-gb .fw-px-con .fw-px-gy .fw-px-gy-items .fw-px-gy-tp .fw-px-gy-tp-rt .fw-px-gy-tp-rt-rt h5 {
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 1px;
  color: #8464c0;
  margin-bottom: 7px;
  margin-top: 33px;
}
.fw-px-gb .fw-px-con .fw-px-gy .fw-px-gy-items .fw-px-gy-tp .fw-px-gy-tp-rt .fw-px-gy-tp-rt-rt h5:nth-child(1) {
  margin-top: 0 !important;
}
.fw-px-gb .fw-px-con .fw-px-gy .fw-px-gy-items .fw-px-gy-zd {
  background-color: #d6cae0;
  font-size: 22px;
  letter-spacing: 1px;
  color: #ffffff;
  margin-top: 13px;
  margin-bottom: 22px;
  text-align: center;
  padding: 12px 0;
}
.fw-px-gb .fw-px-con .fw-px-gy .fw-px-gy-items:nth-child(1) .fw-px-gy-zd {
  margin-bottom: 0;
}
.fw-px-gb .fw-px-con .fw-cx-gy {
  display: flex;
  margin-left: -8px;
  margin-right: -8px;
}
.fw-px-gb .fw-px-con .fw-cx-gy .fw-cx-gy-items {
  flex: 1;
  padding: 0 8px;
}
.fw-px-gb .fw-px-con .fw-cx-gy .fw-cx-gy-items .fw-cx-gy-items-con {
  text-align: center;
  height: 100%;
  padding: 42px 8.45% 56px 8.45%;
  background-image: linear-gradient(90deg, #ded9e8 0%, #eddee7 50%, #f2e2e6 73%, #f8e5e4 100%);
  transition: all 0.5s;
}
.fw-px-gb .fw-px-con .fw-cx-gy .fw-cx-gy-items .fw-cx-gy-items-con div:nth-child(1) p:nth-child(1) {
  font-family: ArialMT;
  font-size: 22px;
  color: #000000;
  line-height: 1.6;
}
.fw-px-gb .fw-px-con .fw-cx-gy .fw-cx-gy-items .fw-cx-gy-items-con div:nth-child(1) p:nth-child(2) {
  font-size: 20px;
  letter-spacing: 1px;
  color: #000000;
  margin-top: -13px;
}
.fw-px-gb .fw-px-con .fw-cx-gy .fw-cx-gy-items .fw-cx-gy-items-con ol {
  margin-top: 25px;
}
.fw-px-gb .fw-px-con .fw-cx-gy .fw-cx-gy-items .fw-cx-gy-items-con ol li {
  background-color: #ffffff;
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: 1px;
  color: #000000;
  margin-bottom: 20px;
  padding: 14.5px 3%;
  min-height: 56px;
}
.fw-px-gb .fw-px-con .fw-cx-gy .fw-cx-gy-items .fw-cx-gy-items-con ol li:last-child {
  margin-bottom: 0;
}
.fw-px-gb .fw-px-con .fw-cx-gy .fw-cx-gy-items .fw-cx-gy-items-con:hover {
  transform: translateY(-4px);
}
.fw-px-gb .fw-px-con .fw-cx-gy .fw-cx-gy-items:nth-child(3) .fw-cx-gy-items-con {
  background-image: linear-gradient(90deg, #c0c4df 0%, #cccae2 47%, #ddd3e6 100%);
}
.fw-px-gb .fw-px-con .fw-cx-gy .fw-cx-gy-items:nth-child(5) .fw-cx-gy-items-con {
  background-image: linear-gradient(90deg, #bbddf3 0%, #d3e8f7 50%, #d2eaf7 73%, #d1ebf7 100%);
}
.fw-px-gb .fw-px-con .fw-cx-gy .fw-cx-gy-jg {
  background-color: #f0f0f0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 80px;
  font-size: 17px;
  letter-spacing: 3px;
  color: #000000;
  writing-mode: vertical-lr;
}
.fw-px-gb .fw-px-con .fw-st-gy {
  display: flex;
  justify-content: space-between;
  width: 1250px;
  max-width: 100%;
}
.fw-px-gb .fw-px-con .fw-st-gy .fw-st-gy-items {
  width: 48%;
}
.fw-px-gb .fw-px-con .fw-st-gy .fw-st-gy-items .fw-st-gy-bt {
  font-size: 18px;
  letter-spacing: 1px;
  color: #000000;
  background-image: linear-gradient(98deg, #dfd9e8 0%, #e6dce8 27%, #eddee7 54%, #f7e4e4 100%);
  text-align: center;
  padding: 7.1px 0px;
  border-radius: 8px 8px 0 0;
  position: relative;
  z-index: 2;
}
.fw-px-gb .fw-px-con .fw-st-gy .fw-st-gy-items .fw-st-gy-con {
  box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.1);
  border-radius: 0 0 8px 8px;
  background: #fff;
}
.fw-px-gb .fw-px-con .fw-st-gy .fw-st-gy-items .fw-st-gy-con .fw-st-gy-con-items {
  display: flex;
  align-items: center;
  border-bottom: 1px solid rgba(189, 177, 212, 0.56);
  padding: 17px 25px;
}
.fw-px-gb .fw-px-con .fw-st-gy .fw-st-gy-items .fw-st-gy-con .fw-st-gy-con-items div:nth-child(1) {
  width: 80px;
  height: 130px;
  background-color: #f7e4e4;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  letter-spacing: 1px;
  color: #8464c0;
}
.fw-px-gb .fw-px-con .fw-st-gy .fw-st-gy-items .fw-st-gy-con .fw-st-gy-con-items div:nth-child(2) {
  flex: 1;
  margin-left: 3.125vw;
}
.fw-px-gb .fw-px-con .fw-st-gy .fw-st-gy-items .fw-st-gy-con .fw-st-gy-con-items div:nth-child(2) em {
  font-size: 16px;
  line-height: 1.875;
  letter-spacing: 1px;
  color: #444444;
}
.fw-px-gb .fw-px-con .fw-st-gy .fw-st-gy-items .fw-st-gy-con .fw-st-gy-con-items div:nth-child(2) em::before {
  top: 11px;
}
.fw-px-gb .fw-px-con .fw-st-gy .fw-st-gy-items .fw-st-gy-con .fw-st-gy-con-items:last-child {
  border-bottom: none;
}
.fw-px-gb .fw-px-con .fw-st-gy .fw-st-gy-items:nth-child(2) {
  animation-delay: 0.3s;
}
.fw-px-gb .fw-px-con .fw-px-gy .fw-px-gy-items:nth-child(2) .fw-px-gy-tp .fw-px-gy-tp-rt .fw-px-gy-tp-rt-rt h5 {
  margin-top: 15.4px;
}
.fw-px-gb:nth-child(1) {
  margin-top: 0;
}
.fw-px-dc .fw-px-con .fw-px-gy .fw-px-gy-items .fw-px-gy-tp {
  margin-bottom: 16px;
}
.fw-px-dc .fw-px-con .fw-px-gy .fw-px-gy-items .fw-px-gy-tp:last-child {
  margin-bottom: 0;
}
.fw-px-dc .fw-px-con .fw-px-gy .fw-px-gy-items .fw-px-gy-tp .fw-px-gy-tp-lf {
  font-size: 18px;
}
.fw-px-gb .fw-px-con .fw-cx-gy .fw-cx-gy-items:nth-child(1) .fw-cx-gy-items-con ol li:nth-child(1) {
  font-size: 16px;
}
.fw-nav {
  position: fixed;
  right: 0;
  top: 21.8%;
  z-index: 99;
  transition: all 0.8s;
}
.fw-nav .fw-close {
  position: absolute;
  right: 7px;
  top: -46px;
  opacity: 0.3;
  width: 25px;
  cursor: pointer;
}
.fw-nav .fw-nav-zk {
  position: absolute;
  right: 80%;
  background-image: linear-gradient(90deg, #647dea 0%, #ed96ca 100%);
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 49px;
  height: 120px;
  border-radius: 23px;
  top: 0;
  bottom: 0;
  margin: auto;
  transition: all 0.8s;
  opacity: 0;
  visibility: hidden;
}
.fw-nav .fw-nav-zk img {
  width: 17px;
}
.fw-nav ul li {
  margin-bottom: 1.19vw;
}
.fw-nav ul li a {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 12px;
  line-height: 1.325;
  letter-spacing: 1px;
  color: #ffffff;
  font-weight: bold;
  width: 170px;
  min-height: 60px;
  background-image: linear-gradient(189deg, #7380e7 0%, #cd8fd1 100%);
  border-radius: 35px 0px 0px 35px;
  transition: all 0.5s;
  padding: 5px 10px;
}
.fw-nav ul li a:hover {
  transform: translateX(-4px);
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.1);
}
.fw-nav ul li:last-child {
  margin-bottom: 0;
}
.fw-nav ul li:nth-child(2) {
  animation-delay: 0.2s;
}
.fw-nav ul li:nth-child(2) a {
  background-image: linear-gradient(189deg, #67adce 0%, #80d8c6 100%);
}
.fw-nav ul li:nth-child(3) {
  animation-delay: 0.4s;
}
.fw-nav ul li:nth-child(3) a {
  background-image: linear-gradient(189deg, #f0667b 0%, #fccdba 100%);
}
.fw-nav ul li:nth-child(4) {
  animation-delay: 0.6s;
}
.fw-nav ul li:nth-child(4) a {
  background-image: linear-gradient(188deg, #80a3d5 0%, #e49381 100%);
}
.fw-nav.xs {
  right: -236px;
}
.fw-nav.xs .fw-nav-zk {
  opacity: 1;
  right: 100%;
  visibility: visible;
  transition-delay: 0.7s;
}
.fwzz-nav.xs {
  right: -269px;
}
.fw-px #fostering {
  top: -8%;
}
.fw-px #managerial {
  top: -12%;
}
.fw-px #innovations {
  top: -15%;
}
.fw-px #permeability {
  top: -15%;
}
.fw-jl {
  margin-top: 70px;
}
.fw-jl .container {
  position: relative;
}
.fw-jl .container .fw-jl-xt img {
  position: absolute;
}
.fw-jl .container .fw-jl-xt img:nth-child(1) {
  top: 19.5vw;
  left: 555px;
}
.fw-jl .container .fw-jl-xt img:nth-child(2) {
  top: 44.2vw;
  left: 555px;
}
.fw-jl .container .fw-jl-xt img:nth-child(3) {
  top: 72.2vw;
  left: 538px;
}
.fw-jl .container .fw-jl-items {
  width: 39.25%;
  position: relative;
  z-index: 2;
}
.fw-jl .container .fw-jl-items .fw-jl-tp {
  position: relative;
}
.fw-jl .container .fw-jl-items .fw-jl-tp h1 {
  position: absolute;
  right: 29.9%;
  height: 10.3125vw;
  width: max-content;
  top: 36%;
  overflow: hidden;
}
.fw-jl .container .fw-jl-items .fw-jl-tp h1 img {
  max-height: 100%;
  transform: translateY(100%) rotate(10deg);
  opacity: 0;
  transform-origin: left;
  transition: var(--custom-transiton2);
  transition-duration: 1s;
  transition-property: transform, opacity;
}
.fw-jl .container .fw-jl-items .fw-jl-tp h1.animated img {
  -webkit-animation: text-active-animation 0.8s cubic-bezier(0.7, 0, 0.2, 1) both 0;
  animation: text-active-animation 0.8s cubic-bezier(0.7, 0, 0.2, 1) both 0s;
}
.fw-jl .container .fw-jl-items .fw-jl-tp .fw-jl-con {
  width: 26.04167vw;
  height: 26.04167vw;
  border-radius: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  position: relative;
  z-index: 1;
  padding-right: 4.17vw;
  padding-left: 3vw;
  margin: 0 auto;
  opacity: 0;
  transition: all 0.6s;
  transform: scale(0.5);
}
.fw-jl .container .fw-jl-items .fw-jl-tp .fw-jl-con .fw-jl-circle img {
  position: absolute;
  left: 0;
  top: 8px;
  width: 25%;
  opacity: 0;
  transition: all 0.6s;
  transform: scale(1.2);
  z-index: -1;
}
.fw-jl .container .fw-jl-items .fw-jl-tp .fw-jl-con .fw-jl-circle img.animated {
  transform: scale(1);
  opacity: 1;
  transition-delay: 1.4s;
}
.fw-jl .container .fw-jl-items .fw-jl-tp .fw-jl-con .fw-jl-circle .fw-jl-nr {
  overflow: hidden;
}
.fw-jl .container .fw-jl-items .fw-jl-tp .fw-jl-con .fw-jl-circle .fw-jl-nr h2 {
  font-size: 2.34375vw;
  letter-spacing: 0px;
  color: #000000;
  font-family: var(--Roboto);
  line-height: 1;
  animation-delay: 1s;
}
.fw-jl .container .fw-jl-items .fw-jl-tp .fw-jl-con .fw-jl-circle .fw-jl-nr h3 {
  font-size: 1.67vw;
  letter-spacing: 1px;
  color: #000000;
  font-weight: bold;
  margin-top: 3px;
  animation-delay: 1.1s;
}
.fw-jl .container .fw-jl-items .fw-jl-tp .fw-jl-con .fw-jl-circle .fw-jl-nr div {
  font-size: 20px;
  line-height: 1.5;
  letter-spacing: 1px;
  color: #000000;
  margin-top: 14px;
  animation-delay: 1.2s;
}
.fw-jl .container .fw-jl-items .fw-jl-tp .fw-jl-con .fw-jl-circle .fw-jl-nr div em {
  font-size: 24px;
  display: block;
  margin: 0 9px;
}
.fw-jl .container .fw-jl-items .fw-jl-tp .fw-jl-con.animated {
  opacity: 1;
  transform: scale(1);
  transition-delay: 0.8s;
}
.fw-jl .container .fw-jl-items .fw-jl-bt {
  font-size: 22px;
  line-height: 1.63;
  letter-spacing: 0.5px;
  color: #000000;
  text-align: center;
  margin-top: 29px;
  animation-delay: 1s;
}
.fw-jl .container .fw-jl-items:nth-child(1),
.fw-jl .container .fw-jl-items:nth-child(3) {
  left: 4vw;
}
.fw-jl .container .fw-jl-items:nth-child(2n) {
  margin: 0 auto;
  margin-top: -5.5%;
  margin-right: 0;
  left: 5.5vw;
}
.fw-jl .container .fw-jl-items:nth-child(2n) .fw-jl-tp .fw-jl-con .fw-jl-circle .fw-jl-nr {
  text-align: right;
}
.fw-jl .container .fw-jl-items:nth-child(2n) .fw-jl-tp .fw-jl-con .fw-jl-circle .fw-jl-nr div em {
  margin: 0 13px;
}
.fw-jl .container .fw-jl-items:nth-child(2n) .fw-jl-tp .fw-jl-con .fw-jl-circle img {
  left: auto;
  top: auto;
  right: -1.5625vw;
  bottom: 2.23958vw;
}
.fw-jl .container .fw-jl-items:nth-child(2n) .fw-jl-tp .fw-jl-con {
  padding-right: 5.13vw;
}
.fw-jl .container .fw-jl-items:nth-child(3) {
  margin-top: -4.5%;
}
.fw-jl .container .fw-jl-items:nth-child(3) .fw-jl-tp h1 {
  right: 17.9%;
}
.fw-jl .container .fw-jl-items:nth-child(4) {
  margin-top: 1.4%;
  right: -7.4vw;
  left: auto;
}
.fw-jl .container .fw-jl-items:nth-child(4) .fw-jl-tp h1 {
  right: 33.7%;
}
.fw-jl .container .fw-jl-items:nth-child(2n) .fw-jl-tp h1 {
  right: 21.9%;
}
@keyframes text-active-animation {
  0% {
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: translateY(100%) rotate(5deg);
    transform: translateY(100%) rotate(5deg);
  }
  100% {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: translateY(0) rotate(0);
    transform: translateY(0) rotate(0);
  }
}
.fw-jl-tj {
  margin-top: 9.5%;
  margin-bottom: 8%;
}
.fw-jl-tj .fw-jl-tj-desc {
  font-size: 18px;
  line-height: 2.11;
  letter-spacing: 1px;
  color: #000000;
  margin-top: 25px;
}
.fw-jl-tj .fw-jl-tj-con {
  margin-top: 36px;
}
.fw-jl-tj .fw-jl-tj-con img {
  max-width: 101%;
}
.fw-rcgy {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 1104px;
  max-width: 100%;
}
.fw-rcgy .fw-rcgy-items {
  width: 100%;
  margin-bottom: 16px;
  background-image: linear-gradient(90deg, #ded9e8 0%, #eddee7 50%, #f2e2e6 73%, #f8e5e4 100%);
  padding: 51px 5.4% 60px 5.4%;
}
.fw-rcgy .fw-rcgy-items .fw-rcgy-bt {
  font-size: 20px;
  text-align: center;
  letter-spacing: 1px;
  color: #000000;
}
.fw-rcgy .fw-rcgy-items .fw-rcgy-nr {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  letter-spacing: 1px;
  color: #000000;
  line-height: 1.5;
  text-align: center;
  background: #fff;
  margin-top: 28px;
  min-height: 68px;
  padding: 10px;
}
.fw-rcgy .fw-rcgy-items .fw-rcgy-nr img {
  margin: 0 3px;
  max-width: 5.27vw;
}
.fw-rcgy .fw-rcgy-items:nth-child(2) {
  background-image: linear-gradient(90deg, #babedc 0%, #cdcae2 47%, #d7c8e0 100%);
  width: 49.28%;
}
.fw-rcgy .fw-rcgy-items:nth-child(3) {
  background-image: linear-gradient(90deg, #c9c8e1 0%, #eedfe6 47%, #d5c9e0 100%);
  width: 49.28%;
}
.fw-rcgy .fw-rcgy-items:nth-child(2),
.fw-rcgy .fw-rcgy-items:nth-child(3) {
  padding: 37px 5.4% 60px 5.4%;
}
.fw-rcgy .fw-rcgy-items:nth-child(2) .fw-rcgy-nr,
.fw-rcgy .fw-rcgy-items:nth-child(3) .fw-rcgy-nr {
  min-height: 84px;
}
.fw-srgy {
  display: flex;
}
.fw-srgy .fw-srgy-items {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 24.8%;
  padding: 35px 2.5%;
  transition: all 0.5s;
}
.fw-srgy .fw-srgy-items .fw-srgy-tp div:nth-child(1) {
  font-size: 18px;
  letter-spacing: 1px;
  color: #8464c0;
}
.fw-srgy .fw-srgy-items .fw-srgy-tp div:nth-child(2) {
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 1px;
  color: #000000;
  margin-top: 4px;
}
.fw-srgy .fw-srgy-items .fw-srgy-tp div:nth-child(3) {
  font-size: 15px;
  line-height: 1.6;
  letter-spacing: 1px;
  color: #555555;
  margin-top: 6px;
}
.fw-srgy .fw-srgy-items .fw-srgy-bt {
  height: 9.896vw;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 11px;
}
.fw-srgy .fw-srgy-items .fw-srgy-bt img {
  max-height: 100%;
}
.fw-srgy .fw-srgy-jt {
  margin: auto 20px;
  height: fit-content;
}
.fw-srgy .fw-srgy-items:nth-child(1) {
  background-image: linear-gradient(90deg, #ded9e8 0%, #eddee7 50%, #f2e2e6 73%, #f8e5e4 100%);
}
.fw-srgy .fw-srgy-items:nth-child(1) .fw-srgy-tp div:nth-child(2) {
  font-size: 15px;
  /* white-space: nowrap; */
  letter-spacing: 0px;
}
.fw-srgy .fw-srgy-jt:nth-child(2) {
  animation-delay: 0.2s;
}
.fw-srgy .fw-srgy-items:nth-child(3) {
  background-image: linear-gradient(90deg, #ded9e8 0%, #eddee7 50%, #f2e2e6 73%, #f8e5e4 100%);
  animation-delay: 0.3s;
}
.fw-srgy .fw-srgy-jt:nth-child(4) {
  animation-delay: 0.45s;
}
.fw-srgy .fw-srgy-items:nth-child(5) {
  background-image: linear-gradient(90deg, #ded9e8 0%, #eddee7 50%, #f2e2e6 73%, #f8e5e4 100%);
  animation-delay: 0.6s;
}
.fw-srgy .fw-srgy-items:hover {
  transform: translateY(-4px);
}
.fw-rsgy {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 1200px;
  max-width: 100%;
}
.fw-rsgy .fw-rsgy-lf {
  width: 35%;
}
.fw-rsgy .fw-rsgy-rt {
  width: 50%;
}
.fw-rsgy .fw-rsgy-rt .fw-rsgy-bt {
  font-size: 18px;
  letter-spacing: 1px;
  color: #000000;
  height: 52px;
  background-image: linear-gradient(98deg, #dfd9e8 0%, #e6dce8 27%, #eddee7 54%, #f7e4e4 100%);
  border-radius: 8px 8px 0px 0px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 2;
}
.fw-rsgy .fw-rsgy-rt .fw-rsgy-nr {
  background-color: #ffffff;
  box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.1);
  border-radius: 0px 0px 8px 8px;
}
.fw-rsgy .fw-rsgy-rt .fw-rsgy-nr .fw-rsgy-nr-items {
  border-bottom: 1px solid #bdb1d4;
  display: flex;
  align-items: center;
  padding: 5.3% 4% 5.3% 7.7%;
}
.fw-rsgy .fw-rsgy-rt .fw-rsgy-nr .fw-rsgy-nr-items div:nth-child(1) {
  font-size: 18px;
  letter-spacing: 1px;
  color: #8464c0;
}
.fw-rsgy .fw-rsgy-rt .fw-rsgy-nr .fw-rsgy-nr-items div:nth-child(2) {
  margin-left: 3.02vw;
  flex: 1;
  font-size: 16px;
  line-height: 1.875;
  letter-spacing: 1px;
  color: #444444;
}
.fw-rsgy .fw-rsgy-rt .fw-rsgy-nr .fw-rsgy-nr-items:last-child {
  border-bottom: none;
}
.fwzz-nav ul li:nth-child(1) a {
  background-image: linear-gradient(189deg, #7380e7 0%, #cd8fd1 100%);
}
.fwzz-nav ul li:nth-child(2) a {
  background-image: linear-gradient(189deg, #67adce 0%, #80d8c6 100%);
}
.fwzz-nav ul li:nth-child(3) a {
  background-image: linear-gradient(189deg, #f0667b 0%, #fccdba 100%);
}
#talent {
  top: -13%;
}
#competency {
  top: -13%;
}
#analyze {
  top: -13%;
}
@media (max-width: 1920px) {
  .fwcp-yw .row .fwcp-yw-items .fwcp-yw-items-con div:nth-child(1) h4 {
    font-size: 1.4vw;
  }
}
@media (max-width: 1799px) {
  .fw-jl .container .fw-jl-xt img:nth-child(1) {
    top: 19.5vw;
    left: 31vw;
  }
  .fw-jl .container .fw-jl-xt img:nth-child(2) {
    top: 44.2vw;
    left: 31vw;
  }
  .fw-jl .container .fw-jl-xt img:nth-child(3) {
    top: 72.2vw;
    left: 31vw;
  }
  .fw-jl .container .fw-jl-items .fw-jl-tp .fw-jl-con .fw-jl-circle .fw-jl-nr div {
    font-size: 19px;
  }
  .fw-jl .container .fw-jl-items .fw-jl-bt {
    font-size: 21px;
  }
}
@media (max-width: 1699px) {
  .fwcp-mx .container .fwcp-mx-items div:nth-child(3) {
    font-size: 18px;
  }
  .fwcp-fk .container .fwcp-fk-con .fwcp-fk-items .fwcp-fk-bt div:nth-child(1) img {
    max-height: 80%;
  }
  .fw-px-gb .fw-px-con .fw-cx-gy .fw-cx-gy-items:nth-child(1) .fw-cx-gy-items-con ol li:nth-child(1) {
    font-size: 14px;
  }
  .fw-jl .container .fw-jl-items .fw-jl-bt {
    font-size: 20px;
  }
  .fw-srgy .fw-srgy-items:nth-child(1) .fw-srgy-tp div:nth-child(2) {
    white-space: wrap;
  }
  .fw-nav.xs {
    right: -230px;
  }
}
@media (max-width: 1599px) {
  .fwcp-mx .container .fwcp-mx-items div:nth-child(1) {
    font-size: 16px;
  }
  .fw-bt {
    font-size: 29px;
  }
  .fwcp-yw .row .fwcp-yw-items .fwcp-yw-items-con div:nth-child(1) p {
    font-size: 14px;
  }
  .fw-px-gb .fw-px-con .fw-cx-gy .fw-cx-gy-items:nth-child(1) .fw-cx-gy-items-con ol li:nth-child(1) {
    font-size: 13px;
  }
  .fw-px-gb .fw-px-con .fw-st-gy .fw-st-gy-items .fw-st-gy-con .fw-st-gy-con-items div:nth-child(2) em {
    font-size: 15px;
  }
  .fw-px-gb .fw-px-con .fw-px-gy .fw-px-gy-items .fw-px-gy-zd {
    font-size: 21px;
    padding: 8px 0;
  }
  .fw-px-gb .fw-px-con .fw-cx-gy .fw-cx-gy-items .fw-cx-gy-items-con div:nth-child(1) p:nth-child(1) {
    font-size: 20px;
  }
  .fw-px-gb .fw-px-con .fw-cx-gy .fw-cx-gy-items .fw-cx-gy-items-con div:nth-child(1) p:nth-child(2) {
    font-size: 18px;
    margin-top: -4px;
  }
  .fw-px-gb .fw-px-con .fw-cx-gy .fw-cx-gy-items .fw-cx-gy-items-con ol li {
    font-size: 16px;
    min-height: 53px;
  }
  .fw-jl .container .fw-jl-items .fw-jl-tp .fw-jl-con .fw-jl-circle .fw-jl-nr div {
    font-size: 18px;
  }
  .fw-jl .container .fw-jl-items .fw-jl-bt {
    font-size: 18px;
  }
  .fw-jl .container .fw-jl-xt img:nth-child(3) {
    left: 30vw;
  }
  .fw-px #fostering {
    top: -7%;
  }
}
@media (max-width: 1477px) {
  .fwcp-fk .container .fwcp-fk-con .fwcp-fk-items .fwcp-fk-bt div:nth-child(2),
  .fwcp-fk .container .fwcp-fk-con .fwcp-fk-items .fwcp-fk-tp div:nth-child(2),
  .fwcp-mx .container .fwcp-mx-items div:nth-child(3) {
    font-size: 17px;
  }
  .fwcp-dh {
    font-size: 15px;
  }
  .fwcp-dh ul li::before {
    top: 8px;
  }
  .fwcp-yw .row .fwcp-yw-items .fwcp-yw-items-con div:nth-child(1) h4 {
    font-size: 19px;
  }
  .fwcp-yw .row .fwcp-yw-items .fwcp-yw-items-con div:nth-child(2) {
    width: 25px;
  }
  .fw-px-gb .fw-px-con {
    font-size: 16px;
  }
  .fw-px-gb .fw-px-con table tr td {
    font-size: 15px;
  }
  .fw-px-gb .fw-px-con .fw-px-gy .fw-px-gy-items .fw-px-gy-tp .fw-px-gy-tp-lf {
    font-size: 21px;
  }
  .fw-px-gb .fw-px-con .fw-px-gy .fw-px-gy-items .fw-px-gy-tp .fw-px-gy-tp-rt .fw-px-gy-tp-rt-lf {
    width: 187px;
    font-size: 16px;
  }
  .fw-px-gb .fw-px-con .fw-px-gy .fw-px-gy-items .fw-px-gy-zd {
    font-size: 19px;
    padding: 7px 0;
  }
  .fw-jl .container .fw-jl-xt img:nth-child(1) {
    top: 18.5vw;
    left: 27vw;
  }
  .fw-jl .container .fw-jl-items .fw-jl-tp .fw-jl-con .fw-jl-circle .fw-jl-nr div {
    font-size: 17px;
  }
  .fw-jl .container .fw-jl-items .fw-jl-bt {
    font-size: 17px;
  }
  .fw-srgy .fw-srgy-items {
    width: 33%;
  }
  .fw-rsgy .fw-rsgy-rt .fw-rsgy-nr .fw-rsgy-nr-items div:nth-child(2) {
    font-size: 15px;
  }
  .fw-rsgy .fw-rsgy-rt .fw-rsgy-nr .fw-rsgy-nr-items div:nth-child(1) {
    font-size: 16px;
  }
}
@media (max-width: 1365px) {
  .fwcp-mx .container .fwcp-mx-items h2 {
    font-size: 26px;
  }
  .fwcp-yw .row .fwcp-yw-items .fwcp-yw-items-con div:nth-child(1) h4 {
    font-size: 16px;
  }
  .fw-px-gb .fw-px-con table tr td,
  .fw-px-gb .fw-px-con ul {
    font-size: 15px;
  }
  .fw-px-gb .fw-px-con ul li::before {
    top: 13.2px;
  }
  .fw-px-gb .fw-px-con .fw-px-gy .fw-px-gy-items .fw-px-gy-tp .fw-px-gy-tp-rt .fw-px-gy-tp-rt-lf {
    width: 168px;
    font-size: 15px;
  }
  .fw-jl .container .fw-jl-items .fw-jl-tp .fw-jl-con .fw-jl-circle .fw-jl-nr div {
    font-size: 16px;
  }
  .fw-jl .container .fw-jl-items .fw-jl-bt {
    font-size: 15px;
  }
  .fw-jl .container .fw-jl-items:nth-child(2n) .fw-jl-tp .fw-jl-con {
    padding-right: 6.13vw;
  }
  .fw-jl .container .fw-jl-xt img:nth-child(1) {
    top: 16.5vw;
    left: 26vw;
  }
  .fw-jl .container .fw-jl-xt img:nth-child(2) {
    top: 44.2vw;
    left: 28vw;
  }
  .fw-jl .container .fw-jl-xt img:nth-child(3) {
    left: 25vw;
  }
  .fw-rcgy .fw-rcgy-items .fw-rcgy-nr {
    font-size: 15px;
  }
  .fw-rcgy .fw-rcgy-items .fw-rcgy-bt {
    font-size: 19px;
  }
  .fw-srgy .fw-srgy-items .fw-srgy-bt {
    height: 13.896vw;
  }
  .fw-rsgy .fw-rsgy-rt .fw-rsgy-nr .fw-rsgy-nr-items div:nth-child(2) {
    font-size: 14px;
  }
}
@media (max-width: 1199px) {
  .fwcp-mx .container .fwcp-mx-items {
    padding: 7.75% 7.45% 6% 2.9%;
  }
  .fw-nav {
    display: none;
  }
  .fwcp-mx .container .fwcp-mx-items h2 {
    font-size: 24px;
  }
  .fwcp-fk .container .fwcp-fk-con .fwcp-fk-items .fwcp-fk-bt div:nth-child(2),
  .fwcp-fk .container .fwcp-fk-con .fwcp-fk-items .fwcp-fk-tp div:nth-child(2) {
    font-size: 16px;
  }
  .fwcp-yw .row .fwcp-yw-items {
    width: 50%;
    margin-bottom: 17px;
  }
  .fwcp-yw .row {
    flex-wrap: wrap;
  }
  .fwcp-yw .row .fwcp-yw-items .fwcp-yw-items-con div:nth-child(1) h4 {
    font-size: 22px;
  }
  .fwcp-yw .row .fwcp-yw-items .fwcp-yw-items-con {
    padding: 9.6% 5% 13% 5%;
  }
  .fwcp-yw {
    padding: 4.2% 4.88% 2.5% 4.88%;
  }
  .fw-px-gb .fw-px-con .fw-px-gy {
    display: block;
  }
  .fw-px-gb .fw-px-con .fw-px-gy .fw-px-gy-items {
    width: 100%;
    margin-bottom: 60px;
  }
  .fw-px-gb .fw-px-con .fw-px-gy .fw-px-gy-items:last-child {
    margin-bottom: 0;
  }
  .fw-px-gb .fw-px-con .fw-cx-gy {
    display: block;
  }
  .fw-px-gb .fw-px-con .fw-cx-gy .fw-cx-gy-jg {
    margin: 21px 8px;
    width: initial;
    writing-mode: initial;
    padding: 10px 0;
  }
  .fw-px-gb .fw-px-con .fw-px-gy .fw-px-gy-items .fw-px-gy-tp .fw-px-gy-tp-lf {
    font-size: 18px;
  }
  .fw-px-gb .fw-px-con .fw-cx-gy .fw-cx-gy-items:nth-child(1) .fw-cx-gy-items-con ol li:nth-child(1) {
    font-size: 16px;
  }
  .fw-jl .container .fw-jl-items .fw-jl-tp .fw-jl-con {
    width: 34.04167vw;
    height: 34.04167vw;
  }
  .fw-jl .container .fw-jl-items .fw-jl-tp .fw-jl-con .fw-jl-circle .fw-jl-nr h3 {
    font-size: 20px;
  }
  .fw-jl .container .fw-jl-items .fw-jl-tp .fw-jl-con .fw-jl-circle .fw-jl-nr h2 {
    font-size: 24px;
  }
  .fw-jl .container .fw-jl-items .fw-jl-tp .fw-jl-con {
    padding-right: 5.17vw;
  }
  .fw-jl .container .fw-jl-xt img:nth-child(1) {
    top: 23.5vw;
    left: 24vw;
  }
  .fw-jl .container .fw-jl-xt img:nth-child(2) {
    top: 60.2vw;
    left: 24vw;
  }
  .fw-jl .container .fw-jl-xt img:nth-child(3) {
    top: 97.2vw;
  }
  .fw-jl .container .fw-jl-items:nth-child(4) {
    right: -5vw;
  }
  .fw-rcgy .fw-rcgy-items .fw-rcgy-nr {
    font-size: 13px;
  }
  .fw-rcgy .fw-rcgy-items .fw-rcgy-bt {
    font-size: 18px;
  }
  #talent {
    top: -7%;
  }
  #competency {
    top: -7%;
  }
  #analyze {
    top: -6%;
  }
  .fw-px #fostering {
    top: -3%;
  }
  .fw-px #managerial {
    top: -5%;
  }
  .fw-px #innovations {
    top: -5%;
  }
  .fw-px #permeability {
    top: -8%;
  }
}
@media (max-width: 990px) {
  .fwcp-mx .fwcp-mx-bg {
    max-width: 147%;
    left: -23%;
  }
  .fw-px #fostering {
    top: -3%;
  }
  .fw-px #managerial {
    top: -6%;
  }
  .fw-px #innovations {
    top: -3.5%;
  }
  .fw-px #permeability {
    top: -6%;
  }
  .fw-px-gb .fw-px-con .fw-st-gy .fw-st-gy-items .fw-st-gy-con .fw-st-gy-con-items {
    display: block;
  }
  .fw-px-gb .fw-px-con .fw-st-gy .fw-st-gy-items .fw-st-gy-con .fw-st-gy-con-items div:nth-child(1) {
    width: 100%;
    height: 46px;
  }
  .fw-px-gb .fw-px-con .fw-st-gy .fw-st-gy-items .fw-st-gy-con .fw-st-gy-con-items div:nth-child(2) {
    margin-left: 0;
    margin-top: 17px;
  }
  .fw-jl .container .fw-jl-items .fw-jl-tp .fw-jl-con {
    width: 39.04167vw;
    height: 39.04167vw;
  }
  .fw-jl .container .fw-jl-items:nth-child(2n) .fw-jl-tp h1 {
    right: 42.9%;
  }
  .fw-jl .container .fw-jl-items:nth-child(2n) {
    left: -2vw;
  }
  .fw-jl .container .fw-jl-xt img:nth-child(1) {
    top: 23.5vw;
    left: 22vw;
  }
  .fw-jl .container .fw-jl-xt img:nth-child(2) {
    top: 68.2vw;
    left: 19vw;
  }
  .fw-jl .container .fw-jl-items:nth-child(4) {
    right: auto;
    left: -2vw;
    margin-top: -7.6%;
  }
  .fw-jl .container .fw-jl-xt img:nth-child(3) {
    top: 106.2vw;
  }
  .fw-rcgy .fw-rcgy-items .fw-rcgy-bt {
    font-size: 17px;
  }
  .fw-srgy {
    display: block;
  }
  .fw-srgy .fw-srgy-items {
    width: 100%;
  }
  .fw-srgy .fw-srgy-jt {
    margin: 16px auto;
    transform: rotate(90deg);
    display: block;
  }
  .fw-srgy .fw-srgy-items .fw-srgy-bt {
    height: fit-content;
    margin-top: 37px;
  }
  #competency {
    top: -4%;
  }
}
@media (max-width: 767px) {
  .fwcp-mx .container .fwcp-mx-items div:nth-child(1) {
    font-size: 15px;
    min-width: 110px;
  }
  .fwcp-mx .container .fwcp-mx-items h2 {
    font-size: 20px;
    margin-top: 28px;
    line-height: 1.5;
    margin-bottom: 13px;
  }
  .fwcp-fk .container .fwcp-fk-con .fwcp-fk-items .fwcp-fk-bt div:nth-child(2),
  .fwcp-fk .container .fwcp-fk-con .fwcp-fk-items .fwcp-fk-tp div:nth-child(2),
  .fwcp-mx .container .fwcp-mx-items div:nth-child(3) {
    font-size: 14px;
  }
  .fwcp-dh {
    font-size: 14px;
    line-height: 2;
    margin-top: 35px;
    letter-spacing: 0.5px;
  }
  .fwcp-dh ul li {
    margin-bottom: 19px;
  }
  .fwcp-dh ul li:last-child {
    margin-bottom: 0;
  }
  .fwcp-dh ul li::before {
    top: 7px;
  }
  .fwcp-mx .container .fwcp-mx-items div:nth-child(3) {
    margin-top: 8px;
  }
  .fwcp-mx .fwcp-mx-bg {
    display: none;
  }
  .fw-bt {
    font-size: 21px;
    line-height: 1.5;
    display: flex;
  }
  .fwcp-fk {
    padding-top: 67px;
    padding-bottom: 50px;
  }
  .fwcp-fk .container .fwcp-fk-con {
    display: block;
  }
  .fwcp-fk .container .fwcp-fk-con .fwcp-fk-items {
    width: 100%;
    margin-bottom: 45px;
  }
  .fwcp-fk .container .fwcp-fk-con .fwcp-fk-items .fwcp-fk-bt div:nth-child(1) {
    height: 74.739583vw;
  }
  .fwcp-fk .container .fwcp-fk-con .fwcp-fk-items .fwcp-fk-tp div:nth-child(1) {
    font-size: 17px;
  }
  .fwcp-fk .container .fwcp-fk-con {
    margin-top: 31px;
  }
  .fwcp-fk .container .fwcp-fk-con .fwcp-fk-items:last-child {
    margin-bottom: 0;
  }
  .fwcp-yw .row .fwcp-yw-items {
    width: 100%;
    margin-bottom: 30px;
  }
  .fwcp-yw .row .fwcp-yw-items .fwcp-yw-items-con div:nth-child(1) h4 {
    font-size: 18px;
  }
  .fwcp-yw .row .fwcp-yw-items .fwcp-yw-items-con {
    padding: 10.6% 5% 10% 5%;
  }
  .fwcp-yw {
    padding: 64px 5% 60px 5%;
  }
  .fwcp-yw .row .fwcp-yw-items:last-child {
    margin-bottom: 0;
  }
  .fw-px-gb .fw-px-con {
    font-size: 14px;
    letter-spacing: 0.5px;
  }
  .fw-px-gb .fw-px-con ul {
    font-size: 14px;
    line-height: 2;
  }
  .fw-px-gb .fw-px-con ul li {
    margin-bottom: 7px;
  }
  .fw-px-gb .fw-px-con ul li:last-child {
    margin-bottom: 0;
  }
  .fw-px-gb .fw-px-con ul li::before {
    top: 11.2px;
  }
  .fw-px-gb .fw-px-con ul {
    margin-top: 31px;
  }
  .fw-px-gb .fw-px-con h4 {
    font-size: 20px;
    margin-top: 45px;
  }
  .fw-px-gb .fw-px-con h4::before {
    top: 8.7px;
  }
  .fw-px-gb .fw-px-con table tr td:nth-child(1) {
    width: 91px;
  }
  .fw-px-gb .fw-px-con table tr td,
  .fw-px-gb .fw-px-con ul {
    font-size: 12px;
    letter-spacing: 0.5px;
  }
  .fw-px-gb .fw-px-con .fw-px-gy .fw-px-gy-items .fw-px-gy-tp {
    display: block;
  }
  .fw-px-gb .fw-px-con .fw-px-gy .fw-px-gy-items .fw-px-gy-tp .fw-px-gy-tp-lf {
    font-size: 18px;
    width: 100%;
    writing-mode: initial;
    padding: 6px 0;
    margin-bottom: 20px;
  }
  .fw-px-gb .fw-px-con .fw-px-gy .fw-px-gy-items .fw-px-gy-tp .fw-px-gy-tp-rt {
    margin-left: 0;
  }
  .fw-px-gb .fw-px-con .fw-px-gy .fw-px-gy-items .fw-px-gy-tp .fw-px-gy-tp-rt .fw-px-gy-tp-rt-lf {
    font-size: 15px;
    text-align: center;
    line-height: 1.5;
    width: 134px;
  }
  .fw-px-gb .fw-px-con .fw-px-gy .fw-px-gy-items .fw-px-gy-tp .fw-px-gy-tp-rt .fw-px-gy-tp-rt-lf div {
    padding: 0 12px;
    font-size: 14px;
  }
  .fw-px-gb .fw-px-con .fw-px-gy .fw-px-gy-items .fw-px-gy-tp .fw-px-gy-tp-rt .fw-px-gy-tp-rt-rt {
    padding: 26px 0;
    padding-left: 18px;
    padding-right: 3%;
  }
  .fw-px-gb .fw-px-con .fw-px-gy .fw-px-gy-items .fw-px-gy-tp .fw-px-gy-tp-rt .fw-px-gy-tp-rt-rt h5 {
    margin-bottom: 7px;
    font-size: 14px;
  }
  .fw-px-gb .fw-px-con .fw-px-gy .fw-px-gy-items {
    margin-bottom: 20px;
  }
  .fw-px-gb {
    margin-top: 90px;
  }
  .fw-px-gb .fw-px-con .fw-px-gy .fw-px-gy-items .fw-px-gy-tp .fw-px-gy-tp-lf {
    margin-top: 25px;
  }
  .fw-px-gb .fw-px-con .fw-px-gy .fw-px-gy-items:nth-child(1) .fw-px-gy-tp:nth-child(1) .fw-px-gy-tp-lf {
    margin-top: 0;
  }
  .fw-px-gb .fw-px-con .fw-px-gy .fw-px-gy-items .fw-px-gy-tp .fw-px-gy-tp-lf.xs {
    display: none;
  }
  .fw-px-gb .fw-px-con .fw-cx-gy .fw-cx-gy-items .fw-cx-gy-items-con div:nth-child(1) p:nth-child(1) {
    font-size: 18px;
  }
  .fw-px-gb .fw-px-con .fw-cx-gy .fw-cx-gy-items .fw-cx-gy-items-con div:nth-child(1) p:nth-child(2) {
    font-size: 17px;
    margin-top: 0;
  }
  .fw-px-gb .fw-px-con .fw-cx-gy .fw-cx-gy-items:nth-child(1) .fw-cx-gy-items-con ol li:nth-child(1) {
    font-size: 13px;
  }
  .fw-px-gb .fw-px-con .fw-cx-gy .fw-cx-gy-items .fw-cx-gy-items-con ol li {
    font-size: 15px;
    min-height: 52px;
  }
  .fw-px-gb .fw-px-con .fw-cx-gy .fw-cx-gy-items .fw-cx-gy-items-con {
    padding: 38px 8.45% 48px 8.45%;
  }
  .fw-px-gb .fw-px-con .fw-cx-gy .fw-cx-gy-items .fw-cx-gy-items-con ol {
    margin-top: 28px;
  }
  .fw-px-gb .fw-px-con .fw-cx-gy .fw-cx-gy-jg {
    font-size: 16px;
  }
  .fw-px-gb .fw-px-con .fw-st-gy {
    display: block;
  }
  .fw-px-gb .fw-px-con .fw-st-gy .fw-st-gy-items {
    width: 100%;
    margin-bottom: 36px;
  }
  .fw-px-gb .fw-px-con .fw-st-gy .fw-st-gy-items:last-child {
    margin-bottom: 0;
  }
  .fw-px-gb .fw-px-con .fw-st-gy .fw-st-gy-items .fw-st-gy-bt {
    font-size: 17px;
  }
  .fw-px-gb .fw-px-con .fw-st-gy .fw-st-gy-items .fw-st-gy-con .fw-st-gy-con-items div:nth-child(1) {
    font-size: 16px;
  }
  .fw-px-gb .fw-px-con .fw-st-gy .fw-st-gy-items .fw-st-gy-con .fw-st-gy-con-items div:nth-child(2) em {
    font-size: 14px;
  }
  .fw-px-gb .fw-px-con .fw-st-gy .fw-st-gy-items .fw-st-gy-con .fw-st-gy-con-items div:nth-child(2) em::before {
    top: 8.5px;
  }
  .fw-px-gb .fw-px-con .fw-st-gy .fw-st-gy-items .fw-st-gy-con .fw-st-gy-con-items {
    padding: 36px 25px;
  }
  .fw-px-gb .fw-px-con .fw-st-gy .fw-st-gy-items .fw-st-gy-con .fw-st-gy-con-items div:nth-child(2) {
    margin-top: 27px;
  }
  .fw-jl .container .fw-jl-items .fw-jl-tp .fw-jl-con {
    width: 220px;
    height: 220px;
  }
  .fw-jl .container .fw-jl-items .fw-jl-tp .fw-jl-con .fw-jl-circle .fw-jl-nr div {
    font-size: 12px;
    margin-top: 9px;
  }
  .fw-jl .container .fw-jl-items .fw-jl-tp .fw-jl-con .fw-jl-circle .fw-jl-nr div em {
    font-size: 21px;
    margin: -5px 9px;
  }
  .fw-jl .container .fw-jl-items .fw-jl-tp .fw-jl-con .fw-jl-circle .fw-jl-nr h3 {
    font-size: 16px;
  }
  .fw-jl .container .fw-jl-items .fw-jl-tp .fw-jl-con .fw-jl-circle .fw-jl-nr h2 {
    font-size: 20px;
  }
  .fw-jl .container .fw-jl-items .fw-jl-tp .fw-jl-con .fw-jl-circle img {
    left: 10px;
    top: -12px;
  }
  .fw-jl .container .fw-jl-items {
    width: 220px;
  }
  .fw-jl .container .fw-jl-items .fw-jl-tp .fw-jl-con {
    padding-right: 12%;
  }
  .fw-jl .container .fw-jl-items:nth-child(2n) {
    margin-top: 18% !important;
  }
  .fw-jl .container .fw-jl-xt img:nth-child(1) {
    top: 15%;
    left: 10%;
    transform: rotate(37deg);
  }
  .fw-jl .container .fw-jl-items:nth-child(3) {
    margin-top: 18%;
  }
  .fw-jl .container .fw-jl-xt img:nth-child(2) {
    top: 40%;
    left: 0vw;
    transform: rotate(-35deg);
  }
  .fw-jl .container .fw-jl-xt img:nth-child(3) {
    top: 65%;
    transform: rotate(32deg);
    left: 5%;
  }
  .fw-jl .container .fw-jl-items:nth-child(2n) .fw-jl-tp .fw-jl-con .fw-jl-circle img {
    right: -1.5625vw;
    bottom: -0.76042vw;
  }
  .fw-jl .container .fw-jl-items:nth-child(2n) .fw-jl-tp .fw-jl-con {
    padding-right: 21%;
    padding-left: 9%;
  }
  .fw-jl-tj {
    margin-top: 58px;
    margin-bottom: 60px;
  }
  .fw-jl-tj .fw-jl-tj-desc {
    font-size: 15px;
    line-height: 2.11;
    margin-top: 14px;
  }
  .fw-rcgy .fw-rcgy-items:nth-child(2),
  .fw-rcgy .fw-rcgy-items:nth-child(3) {
    width: 100%;
  }
  .fw-rcgy .fw-rcgy-items .fw-rcgy-nr img {
    display: none;
  }
  .fw-rcgy .fw-rcgy-items .fw-rcgy-nr {
    display: block;
    padding: 26px 10px;
  }
  .fw-rcgy .fw-rcgy-items .fw-rcgy-nr div {
    margin-bottom: 14px;
  }
  .fw-rcgy .fw-rcgy-items .fw-rcgy-nr div:last-child {
    margin-bottom: 0;
  }
  .fw-rcgy .fw-rcgy-items {
    margin-bottom: 32px;
    padding: 43px 5.4% 49px 5.4%;
  }
  .fw-rcgy .fw-rcgy-items:last-child {
    margin-bottom: 0;
  }
  .fw-bt::before {
    margin-top: 0.3em;
  }
  .fw-px-gb .fw-px-con strong::before {
    top: 5.5px;
  }
  .fw-srgy .fw-srgy-items {
    padding: 37px 5%;
  }
  .fw-srgy .fw-srgy-items .fw-srgy-tp div:nth-child(2) {
    margin-top: 9px;
    margin-bottom: 4px;
  }
  .fw-rsgy {
    display: block;
    margin-top: 34px;
  }
  .fw-rsgy .fw-rsgy-lf {
    width: 100%;
    text-align: center;
  }
  .fw-rsgy .fw-rsgy-rt {
    width: 100%;
    margin-top: 52px;
  }
  .fw-rsgy .fw-rsgy-rt .fw-rsgy-nr .fw-rsgy-nr-items {
    display: block;
    padding: 9.3% 5% 9.3% 5%;
  }
  .fw-rsgy .fw-rsgy-rt .fw-rsgy-nr .fw-rsgy-nr-items div:nth-child(2) {
    margin-left: 0;
    margin-top: 7px;
  }
  #talent {
    top: -5%;
  }
  #analyze {
    top: -5%;
  }
  .fw-px-gb .fw-px-con em {
    font-size: 12px;
  }
  .fw-jl .container .fw-jl-items .fw-jl-bt {
    font-size: 14px;
  }
  .fw-srgy .fw-srgy-items .fw-srgy-tp div:nth-child(3) {
    font-size: 14px;
  }
}
