.footer-services {
  background: #EAF9FF;
  padding: 60px 0;
  letter-spacing: 1.8px;
  display: none;
}
@media only screen and (max-width: 1000px) {
  .footer-services {
    padding: 0.6rem 0 1.08rem;
  }
}
.footer-services .fs-inner {
  max-width: 1600px;
  margin: 0 auto;
  padding: 0 20px;
}
@media only screen and (max-width: 1000px) {
  .footer-services .fs-inner {
    max-width: 5.8rem;
    padding: 0;
  }
}
.footer-services .fs-title {
  font-size: 35px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 1.5px;
}
@media only screen and (max-width: 1000px) {
  .footer-services .fs-title {
    font-size: 0.4rem;
  }
}
.footer-services .fs-list {
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
  gap: 3.3vw;
}
@media only screen and (max-width: 1000px) {
  .footer-services .fs-list {
    flex-direction: column;
    gap: 0.56rem;
    margin-top: 0.6rem;
  }
}
.footer-services .fs-list .block {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1;
  background: #F7F7F7;
  border-radius: 18px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  height: 254px;
  position: relative;
  color: #000;
}
@media only screen and (max-width: 1000px) {
  .footer-services .fs-list .block {
    height: 4rem;
    border-radius: 0.36rem;
    padding: 0.3rem 0;
  }
}
.footer-services .fs-list .block:before {
  content: "";
  opacity: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  background: #BCBCBC;
  mix-blend-mode: multiply;
  transition: 0.3s;
  border-radius: 18px;
}
@media only screen and (max-width: 1000px) {
  .footer-services .fs-list .block:before {
    border-radius: 0.36rem;
  }
}
.footer-services .fs-list .block-inner {
  text-align: center;
}
.footer-services .fs-list .block-logo {
  font-size: 0;
}
.footer-services .fs-list .block-logo img {
  transition: 0.3s;
}
@media only screen and (max-width: 1000px) {
  .footer-services .fs-list .block-logo img {
    width: 4.6rem;
    height: 1.6rem;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
.footer-services .fs-list .block-title {
  font-size: 20px;
  letter-spacing: 1.5px;
  margin-top: 6px;
  font-weight: bold;
  transition: 0.3s;
}
@media only screen and (max-width: 1000px) {
  .footer-services .fs-list .block-title {
    font-size: 0.3rem;
    margin-top: 0.2rem;
  }
}
.footer-services .fs-list .block-text {
  font-size: 14px;
  margin-top: 6px;
  transition: 0.3s;
}
@media only screen and (max-width: 1000px) {
  .footer-services .fs-list .block-text {
    font-size: 0.24rem;
    margin-top: 0.2rem;
  }
}
@media only screen and (min-width: 1000px) {
  .footer-services .fs-list .block:hover:before {
    opacity: 1;
  }
  .footer-services .fs-list .block:hover .block-img img {
    transform: scale(1.02);
  }
  .footer-services .fs-list .block:hover .block-title {
    font-size: 22px;
  }
  .footer-services .fs-list .block:hover .block-text {
    font-size: 16px;
  }
}
.footer-services .fs-box {
  margin-top: 30px;
  display: block;
  background: #fff;
  padding: 30px 4vw;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16) inset;
  border-radius: 18px;
}
@media only screen and (max-width: 1000px) {
  .footer-services .fs-box {
    margin-top: 0.7rem;
    padding: 0.3rem 0.4rem 0.8rem;
    border-radius: 0.36rem;
  }
}
.footer-services .fs-box-title {
  font-size: 25px;
  font-weight: bold;
  text-align: center;
  width: 100%;
  letter-spacing: 1.5px;
}
@media only screen and (max-width: 1000px) {
  .footer-services .fs-box-title {
    font-size: 0.36rem;
    margin-left: -0.4rem;
    margin-right: -0.4rem;
    width: 5.8rem;
  }
}
.footer-services .fs-box-flex {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
@media only screen and (max-width: 1000px) {
  .footer-services .fs-box-flex {
    flex-wrap: wrap;
  }
}
.footer-services .fs-box .box {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #F7F7F7;
  border-radius: 18px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  position: relative;
  color: #002855;
  width: 610px;
  height: 120px;
  margin-top: 24px;
}
@media only screen and (max-width: 1000px) {
  .footer-services .fs-box .box {
    border-radius: 0.36rem;
    width: 4.4rem;
    height: 3.8rem;
    margin-top: 0.3rem;
    margin-left: auto;
    margin-right: auto;
  }
}
.footer-services .fs-box .box.box02 {
  width: 724px;
}
@media only screen and (max-width: 1000px) {
  .footer-services .fs-box .box.box02 {
    width: 4.4rem;
    margin-top: 0.5rem;
  }
  .footer-services .fs-box .box.box02 .box-left img {
    width: 3.5rem;
  }
}
.footer-services .fs-box .box:before {
  content: "";
  opacity: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  background: #BCBCBC;
  mix-blend-mode: multiply;
  transition: 0.3s;
  border-radius: 18px;
}
@media only screen and (max-width: 1000px) {
  .footer-services .fs-box .box:before {
    border-radius: 0.36rem;
  }
}
.footer-services .fs-box .box-inner {
  display: flex;
  gap: 15px;
  align-items: center;
}
@media only screen and (max-width: 1000px) {
  .footer-services .fs-box .box-inner {
    display: block;
  }
}
.footer-services .fs-box .box-left {
  font-size: 0;
  text-align: center;
}
.footer-services .fs-box .box-left img {
  transition: 0.3s;
}
@media only screen and (max-width: 1000px) {
  .footer-services .fs-box .box-left img {
    width: 2.5rem;
  }
}
.footer-services .fs-box .box-right-title {
  font-size: 20px;
  font-weight: bold;
  transition: 0.3s;
}
@media only screen and (max-width: 1000px) {
  .footer-services .fs-box .box-right-title {
    font-size: 0.3rem;
    margin-top: 0.1rem;
    text-align: center;
  }
}
.footer-services .fs-box .box-right-text {
  font-size: 15px;
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 6px;
  transition: 0.3s;
  font-weight: 500;
}
@media only screen and (max-width: 1000px) {
  .footer-services .fs-box .box-right-text {
    font-size: 0.24rem;
    display: block;
    max-width: 3.2rem;
    line-height: 1.6667;
    margin: 0.2rem auto 0;
  }
}
.footer-services .fs-box .box-right-text svg {
  transition: 0.3s;
}
@media only screen and (max-width: 1000px) {
  .footer-services .fs-box .box-right-text svg {
    width: 0.28rem;
    margin-left: 0.1rem;
    vertical-align: text-bottom;
  }
}
@media only screen and (min-width: 1000px) {
  .footer-services .fs-box .box:hover:before {
    opacity: 1;
  }
  .footer-services .fs-box .box:hover .box-left img {
    transform: scale(1.02);
  }
  .footer-services .fs-box .box:hover .box-right-title {
    font-size: 22px;
  }
  .footer-services .fs-box .box:hover .box-right-text {
    font-size: 16px;
  }
  .footer-services .fs-box .box:hover .box-right-text {
    gap: 24px;
  }
}

.footer__contact .fc__inner {
  padding: 60px 0px 75px;
  background-color: #299FDD;
}
@media screen and (max-width: 1000px) {
  .footer__contact .fc__inner {
    padding: 0.6rem 0px;
  }
}
.footer__contact .fc__container {
  margin: 0 auto;
  max-width: 6.9rem;
}
@media screen and (min-width: 1000px) {
  .footer__contact .fc__container {
    padding: 0 15px;
    max-width: 1376px;
  }
}
.footer__contact .fc__container .fc__title {
  margin-bottom: 45px;
}
@media screen and (max-width: 1000px) {
  .footer__contact .fc__container .fc__title {
    margin-bottom: 0.64rem;
  }
}
.footer__contact .fc__container .fc__title h2 {
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 2px;
  color: #fff;
  line-height: 44px;
}
@media screen and (max-width: 1000px) {
  .footer__contact .fc__container .fc__title h2 {
    font-size: 0.4rem;
    line-height: 0.5rem;
    letter-spacing: 0;
  }
}
.footer__contact .fc__container .fc__content .fc__flex__box {
  display: flex;
  align-items: center;
  gap: 53px;
}
@media (max-width: 1000px) {
  .footer__contact .fc__container .fc__content .fc__flex__box {
    flex-direction: column;
    gap: 0.5rem;
  }
}
.footer__contact .fc__container .fc__content .fc__flex__box .fc__wrapper__img {
  max-width: 708px;
  width: 708px;
}
@media (max-width: 1000px) {
  .footer__contact .fc__container .fc__content .fc__flex__box .fc__wrapper__img {
    width: 100%;
  }
}
.footer__contact .fc__container .fc__content .fc__flex__box .fc__wrapper__img img {
  display: block;
}
.footer__contact .fc__container .fc__content .fc__flex__box .fc__wrapper__cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 25px;
  row-gap: 20px;
  flex: 1;
}
@media (max-width: 1000px) {
  .footer__contact .fc__container .fc__content .fc__flex__box .fc__wrapper__cards {
    gap: 0.32rem;
    row-gap: 0.32rem;
  }
}
.footer__contact .fc__container .fc__content .fc__flex__box .fc__wrapper__cards a.card__fc {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  background-color: #0054b5;
  border-radius: 5px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  color: #fff;
  text-align: center;
  padding: 28px 20px;
  min-height: 165px;
}
@media (max-width: 1000px) {
  .footer__contact .fc__container .fc__content .fc__flex__box .fc__wrapper__cards a.card__fc {
    padding: 0.4rem 0.32rem;
  }
}
@media (max-width: 1000px) {
  .footer__contact .fc__container .fc__content .fc__flex__box .fc__wrapper__cards a.card__fc .br-dk {
    display: none;
  }
}
.footer__contact .fc__container .fc__content .fc__flex__box .fc__wrapper__cards a.card__fc .title__c {
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 1.4px;
}
@media (max-width: 1000px) {
  .footer__contact .fc__container .fc__content .fc__flex__box .fc__wrapper__cards a.card__fc .title__c {
    font-size: 0.36rem;
  }
}
.footer__contact .fc__container .fc__content .fc__flex__box .fc__wrapper__cards a.card__fc .divider__c {
  background-color: #fff;
  height: 2px;
  width: 44px;
  margin: 6.5px 0 8px;
}
@media (max-width: 1000px) {
  .footer__contact .fc__container .fc__content .fc__flex__box .fc__wrapper__cards a.card__fc .divider__c {
    height: 0.04rem;
    width: 0.8rem;
    margin: 0.12rem 0 0.16rem;
  }
}
.footer__contact .fc__container .fc__content .fc__flex__box .fc__wrapper__cards a.card__fc .desc__c {
  font-size: 14px;
  line-height: 22px;
  font-weight: 500;
  letter-spacing: 1px;
}
@media (max-width: 1000px) {
  .footer__contact .fc__container .fc__content .fc__flex__box .fc__wrapper__cards a.card__fc .desc__c {
    font-size: 0.28rem;
    line-height: 0.4rem;
  }
}
.footer__contact .fc__container .fc__content .fc__flex__box .fc__wrapper__cards a.card__fc::after {
  content: "";
  position: absolute;
  bottom: 2px;
  right: 2px;
  width: 0;
  height: 0;
  border-top: 19px solid transparent;
  border-right: 19px solid #fff;
  border-bottom-right-radius: 3px;
}

#footer-menu .inner {
  max-width: 1200px;
}
@media only screen and (max-width: 1000px) {
  #footer-menu .inner {
    max-width: 6.9rem;
  }
}

#footer-menu .menu-block:last-of-type {
  padding-right: 0;
}
#footer-menu .logo img {
  position: absolute;
  top: 0;
  left: 0;
  width: 230px;
}
@media only screen and (max-width: 1000px) {
  #footer-menu .logo img {
    position: unset;
    width: 100%;
  }
}
#footer-menu .menu-list {
  justify-content: flex-end;
}
#footer-menu .menu-list .menu-block .text > div:not(:last-of-type) {
  margin-bottom: 12px;
}
#footer-menu .menu-list .menu-block .text {
  display: flex;
}
@media only screen and (max-width: 1000px) {
  #footer-menu .menu-list .menu-block .text {
    display: none;
  }
}
#footer-menu .menu-list .menu-block .text a {
  white-space: nowrap;
}
@media only screen and (max-width: 1000px) {
  #footer-menu .menu-list .menu-block .text a {
    display: block;
  }
}/*# sourceMappingURL=foot_v3.css.map */