@font-face {
  font-family: "微软雅黑", 'icomoon';
  src: url("../fonts/icomoon/icomoon.eot?srf3rx");
  src: url("../fonts/icomoon/icomoon.eot?srf3rx#iefix") format("embedded-opentype"), url("../fonts/icomoon/icomoon.ttf?srf3rx") format("truetype"), url("../fonts/icomoon/icomoon.woff?srf3rx") format("woff"), url("../fonts/icomoon/icomoon.svg?srf3rx#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}

body {
  font-family: "微软雅黑", "Open Sans", Arial, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.8;
  color: #949494;
}

body.fh5co-overflow {
  overflow-x: hidden;
  width: 100%;
}

a {
  color: #69c2c8;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

a:hover,
a:focus,
a:active {
  color: #3da1a7;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "微软雅黑", "Open Sans", Arial, sans-serif;
  color: #000;
  margin-bottom: 30px;
}

p {
  margin-bottom: 30px;
}

.btn {
  margin-right: 4px;
  margin-bottom: 4px;
  font-family: "微软雅黑", "Open Sans", Arial, sans-serif;
  font-size: 12px;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: 700;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  border-radius: 100px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.btn.btn-md {
  padding: 10px 20px !important;
}

.btn.btn-lg {
  padding: 18px 36px !important;
}

.btn:hover,
.btn:active,
.btn:focus {
  box-shadow: none !important;
  outline: none !important;
}

.btn-primary {
  background: #69c2c8;
  color: #fff;
  border: 2px solid #69c2c8;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
  background: #56bac1 !important;
  border-color: #56bac1 !important;
}

.btn-primary.btn-outline {
  background: transparent;
  color: #1368B7;
  border: 1px solid #FFFFFF;

  .top-text-box {
    display: flex;
    align-items: center;

    .default_img {
      display: inline;
    }

    .hover_img {
      display: none;
    }
  }
}

.btn-primary.btn-outline:hover,
.btn-primary.btn-outline:focus,
.btn-primary.btn-outline:active {
  background: #69c2c8;
  color: #fff;
}

.btn-primary.btn-outline:hover {
  color: #9D1AB0 !important;
  background: #FFFFFF !important;
  border-color: #FFFFFF !important;

  .default_img {
    display: none;
  }

  .hover_img {
    display: inline;
  }
}

.btn-primary.btn-outline.bottom {
  font-weight: 400;
  font-family: PingFang SC, PingFang SC;
  border: 2px solid #1368B7 !important;
  line-height: 23px;
  letter-spacing: 1px;
  text-align: center;
  font-style: normal;
  text-transform: none;
}

.btn-primary.btn-outline.bottom:hover {
  border: 2px solid transparent !important;
  background: #1368B7 !important;
  color: #FFFFFF !important;
}

.btn-success {
  background: #58ca7e;
  color: #fff;
  border: 2px solid #58ca7e;
}

.btn-success:hover,
.btn-success:focus,
.btn-success:active {
  background: #45c46f !important;
  border-color: #45c46f !important;
}

.btn-success.btn-outline {
  background: transparent;
  color: #58ca7e;
  border: 2px solid #58ca7e;
}

.btn-success.btn-outline:hover,
.btn-success.btn-outline:focus,
.btn-success.btn-outline:active {
  background: #58ca7e;
  color: #fff;
}

.copyrights {
  text-indent: -9999px;
  height: 0;
  line-height: 0;
  font-size: 0;
  overflow: hidden;
}

.btn-info {
  background: #1784fb;
  color: #fff;
  border: 2px solid #1784fb;
}

.btn-info:hover,
.btn-info:focus,
.btn-info:active {
  background: #0477f4 !important;
  border-color: #0477f4 !important;
}

.btn-info.btn-outline {
  background: transparent;
  color: #1784fb;
  border: 2px solid #1784fb;
}

.btn-info.btn-outline:hover,
.btn-info.btn-outline:focus,
.btn-info.btn-outline:active {
  background: #1784fb;
  color: #fff;
}

.btn-warning {
  background: #fed330;
  color: #fff;
  border: 2px solid #fed330;
}

.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active {
  background: #fece17 !important;
  border-color: #fece17 !important;
}

.btn-warning.btn-outline {
  background: transparent;
  color: #fed330;
  border: 2px solid #fed330;
}

.btn-warning.btn-outline:hover,
.btn-warning.btn-outline:focus,
.btn-warning.btn-outline:active {
  background: #fed330;
  color: #fff;
}

.btn-danger {
  background: #fb4f59;
  color: #fff;
  border: 2px solid #fb4f59;
}

.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active {
  background: #fa3641 !important;
  border-color: #fa3641 !important;
}

.btn-danger.btn-outline {
  background: transparent;
  color: #fb4f59;
  border: 2px solid #fb4f59;
}

.btn-danger.btn-outline:hover,
.btn-danger.btn-outline:focus,
.btn-danger.btn-outline:active {
  background: #fb4f59;
  color: #fff;
}

.btn-outline {
  background: none;
  border: 2px solid gray;
  font-size: 12px;
  letter-spacing: 2px;
  text-transform: uppercase;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.btn-outline:hover,
.btn-outline:focus,
.btn-outline:active {
  box-shadow: none;
}

.form-control {
  box-shadow: none;
  background: transparent;
  border: 2px solid rgba(0, 0, 0, 0.1);
  height: 54px;
  font-size: 18px;
  font-weight: 300;
}

.form-control:active,
.form-control:focus {
  outline: none;
  box-shadow: none;
  border-color: #69c2c8;
}

.fh5co-page {
  overflow-x: hidden;
  position: relative;
  z-index: 1;
}

#fh5co-home {
  min-height: 300px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-box-shadow: inset -1px -11px 21px -15px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: inset -1px -11px 21px -15px rgba(0, 0, 0, 0.75);
  box-shadow: inset -1px -11px 21px -15px rgba(0, 0, 0, 0.75);
  position: relative;
}

#fh5co-home>.container {
  position: relative;
  z-index: 2;
}

#fh5co-home .fh5co-copy {
  display: table;
  width: 100%;
}

#fh5co-home .fh5co-copy-inner {
  display: table-cell;
  width: 100%;
  vertical-align: middle;
}

#fh5co-home .fh5co-copy-inner h1,
#fh5co-home .fh5co-copy-inner h2 {
  margin: 0;
  padding: 0;
}

#fh5co-home .fh5co-copy-inner h1 {
  color: #fff;
  font-size: 55px;
  line-height: 1.2;
  font-weight: 300;
}

#fh5co-home .fh5co-copy-inner h2 {
  color: #EAC4E3;
  font-family: "PingFang SC";
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

#fh5co-home .fh5co-copy-inner a {
  color: #fff;
}

#fh5co-home .fh5co-copy-inner a:hover {
  text-decoration: none;
}

.fh5co-main-nav {
  position: relative;
  background: #fff;
}

.fh5co-main-nav.fh5co-shadow {
  -webkit-box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.09);
  -moz-box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.09);
  -ms-box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.09);
  box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.09);
}

.fh5co-main-nav .fh5co-menu-1 {
  vertical-align: middle;
  float: left;
  line-height: 0;
}

.fh5co-main-nav .fh5co-menu-1 a {
  padding: 35px 0;
  margin-right: 30px;
  color: #ccc;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 13px;
  font-weight: 400;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}

.fh5co-main-nav .fh5co-menu-1 a:hover,
.fh5co-main-nav .fh5co-menu-1 a:focus,
.fh5co-main-nav .fh5co-menu-1 a:active {
  outline: none;
  text-decoration: none;
}

.fh5co-main-nav .fh5co-menu-1 a.active {
  font-weight: 400;
  color: #000;
}

.fh5co-main-nav .fh5co-menu-1 {
  width: 100%;
}

.fh5co-main-nav .fh5co-menu-1 a {
  vertical-align: middle;
}

.fh5co-main-nav .fh5co-logo {
  text-align: center;
  width: 19.33%;
  font-size: 40px;
  font-family: "微软雅黑", "Open Sans", Arial, sans-serif;
  font-weight: 700;
  font-style: italic;
}

.fh5co-main-nav .fh5co-logo a {
  position: relative;
  top: -5px;
  display: inline-block;
}

.fh5co-main-nav .fh5co-menu-2 {
  text-align: left;
  width: 40.33%;
}

.fh5co-heading .heading {
  font-size: 50px;
  font-style: italic;
  position: relative;
  padding-bottom: 30px;
  margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
  .fh5co-heading .heading {
    font-size: 30px;
  }
}

.fh5co-heading .heading:after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 40px;
  height: 2px;
  left: 50%;
  background: #fb6e14;
  margin-left: -20px;
}

.fh5co-heading .sub-heading {
  font-size: 20px;
  line-height: 1.5;
  margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
  .fh5co-heading .sub-heading {
    font-size: 18px;
  }
}

#fh5co-about {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  background: #F8F8FB;
  width: 100%;
  margin-top: 68px;
  position: relative;

  .bgImg-box {
    position: absolute;
    bottom: 0px;
    right: 7.5%;

  }
}

#fh5co-about .fh5co-2col {
  width: 50%;
}

@media screen and (max-width: 768px) {
  #fh5co-about .fh5co-2col {
    width: 100%;
  }
}

#fh5co-about .fh5co-2col-inner {
  padding: 5em 0;
  width: 585px;
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

@media screen and (max-width: 1200px) {
  #fh5co-about .fh5co-2col-inner {
    width: 485px;
  }
}

@media screen and (max-width: 992px) {
  #fh5co-about .fh5co-2col-inner {
    width: 375px;
  }
}

@media screen and (max-width: 768px) {
  #fh5co-about .fh5co-2col-inner {
    width: 100% !important;
    padding: 2em 0 3em 0;
  }
}

#fh5co-about .fh5co-2col-inner.left {
  float: right;
}

@media screen and (max-width: 768px) {
  #fh5co-about .fh5co-2col-inner.left {
    float: none;
  }
}

#fh5co-about .fh5co-2col-inner.right {
  float: left;
}

@media screen and (max-width: 768px) {
  #fh5co-about .fh5co-2col-inner.right {
    float: none;
  }
}

.fh5co-grid {
  padding-left: 2em;
}

@media screen and (max-width: 768px) {
  .fh5co-grid {
    padding-left: 0em;
  }
}

.fh5co-grid .fh5co-grid-item {
  width: 50%;
  float: left;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

@media screen and (max-width: 768px) {
  .fh5co-grid .fh5co-grid-item {
    height: 300px !important;
  }
}

@media screen and (max-width: 480px) {
  .fh5co-grid .fh5co-grid-item {
    width: 100%;
    height: 200px !important;
  }
}

.fh5co-tabs-container {
  position: relative;
  min-height: 317px;
}

.fh5co-tabs-container .fh5co-tabs {
  padding: 0;
  margin: 0 0 30px 0;
  float: left;
  width: 100%;
  height: auto;
  display: flex;
  align-items: end;
}

.fh5co-tabs-container .fh5co-tabs.fh5co-two li {
  width: 50%;
}

.fh5co-tabs-container .fh5co-tabs.fh5co-three li {
  width: auto;
  margin-right: 78px;
}

.fh5co-tabs-container .fh5co-tabs li.active .border-box {
  display: flex;
  width: 100%;
  justify-content: center;

  .left-border {
    width: 10px;
    height: 3px;
    background: #006AB6;
    border-radius: 2px 0px 0px 2px;
  }

  .right-border {
    width: 10px;
    height: 3px;
    background: #79AFD6;
    border-radius: 0px 2px 2px 0px;
    margin-left: 1px;
  }
}

.fh5co-tabs-container .fh5co-tabs.fh5co-four li {
  width: 25%;
}

.fh5co-tabs-container .fh5co-tabs li {
  padding: 0;
  margin: 0;
  list-style: none;
  float: left;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  display: inline;
  text-align: center;
}

.fh5co-tabs-container .fh5co-tabs li a {
  /* border-bottom: 1px solid #ccc; */
  /* padding: 30px 0; */
  float: left;
  width: 100%;
  display: block;
  letter-spacing: 2px;
  font-size: 26px;
  text-transform: uppercase;
  font-weight: 700;
  color: #888;
}

.fh5co-tabs-container .fh5co-tabs li a:hover,
.fh5co-tabs-container .fh5co-tabs li a:active,
.fh5co-tabs-container .fh5co-tabs li a:focus {
  text-decoration: none;
  outline: none;
}

.fh5co-tabs-container .fh5co-tabs li.active a {
  font-weight: 500;
  font-size: 32px;
  color: #006AB6;
}


@media screen and (max-width: 480px) {
  .fh5co-tabs-container .fh5co-tabs li {
    width: 100% !important;
  }
}

.fh5co-tabs-container .fh5co-tab-content {
  display: none;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.fh5co-tabs-container .fh5co-tab-content h2 {
  font-size: 20px;
  font-weight: 300;
  line-height: 1.8;
  margin-bottom: 30px;
  color: #7b7b7b;
}

.fh5co-tabs-container .fh5co-tab-content.active {
  display: block;
}

@media screen and (max-width: 768px) {
  .fh5co-tabs-container .fh5co-tab-content {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.gototop {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.gototop.active {
  opacity: 1;
  visibility: visible;
}

.gototop a {
  width: 50px;
  height: 50px;
  display: table;
  background: #FFFFFF50;
  color: #fff;
  text-align: center;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}

.gototop a i {
  height: 50px;
  display: table-cell;
  vertical-align: middle;
}

.gototop a:hover,
.gototop a:active,
.gototop a:focus {
  text-decoration: none;
  outline: none;
}

#fh5co-services {
  position: relative;
  padding: 7em 0 0 0;
}

@media screen and (max-width: 768px) {
  #fh5co-services {
    padding: 5em 0 3em 0;
  }
}

#fh5co-services .fh5co-video {
  position: absolute;
  top: 0;
  width: 90px;
  height: 90px;
  left: 50%;
  margin-left: -45px;
  top: -45px;
  text-align: center;
}

#fh5co-services .fh5co-video span {
  display: block;
  padding-top: 100px;
  font-size: 14px;
}

#fh5co-services .fh5co-video a {
  float: left;
  width: 90px;
  height: 90px;
  background: #1368B7;
  color: #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  display: table;
  -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.19);
  -moz-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.19);
  -ms-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.19);
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.19);
}

#fh5co-services .fh5co-video a i {
  padding-left: 10px;
  text-align: center;
  height: 90px;
  display: table-cell;
  vertical-align: middle;
  font-size: 40px;
  line-height: 40px;
}

#fh5co-services .fh5co-video a:hover {
  background: #9D1AB0;
}

#fh5co-services .fh5co-video a:hover,
#fh5co-services .fh5co-video a:focus,
#fh5co-services .fh5co-video a:active {
  text-decoration: none;
  outline: none;
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}

#fh5co-services .service {
  text-align: center;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 40px;
  padding: 40px 20px 20px 20px;
  background: #F8F8FB;
  border: 3px solid transparent;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  border-radius: 16px 16px 16px 16px;
  height: calc(100% - 40px);
}

#fh5co-services .service .icon {
  text-align: center;
  width: 100%;
  margin-bottom: 30px;
}

#fh5co-services .service .icon i {
  font-size: 40px;
  color: #57D131;
}

#fh5co-services .service h3 {
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  color: #1368B7;
}

#fh5co-services .service:hover,
#fh5co-services .service:focus {
  border: 3px solid #1368B7;
  -webkit-box-shadow: 0px 12px 12px 0px rgba(0, 0, 0, 0.18);
  -moz-box-shadow: 0px 12px 12px 0px rgba(0, 0, 0, 0.18);
  -ms-box-shadow: 0px 12px 12px 0px rgba(0, 0, 0, 0.18);
  box-shadow: 0px 12px 12px 0px rgba(0, 0, 0, 0.18);
}

.checked {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin: 0 0 30px 0;
}

.checked li {
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc(33.3% - 30px);
  position: relative;
  list-style: none;
  background: #FFFFFF;
  text-align: center;
  margin-right: 30px;
  min-height: 62px;
  border-radius: 12px 12px 12px 12px;
  font-size: 16px;
  border: 2px solid #FFFFFF;
  margin-top: 28px;
  z-index: 1;
  padding: 10px;
}

.checked li:hover {
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.11);
  border: 2px solid #006AB6;
  color: #006AB6;
}

.fh5co-heading {
  margin-bottom: 30px;
}

.fh5co-heading h2 {
  color: #4d4d4d;
  padding-bottom: 20px;
  margin-bottom: 20px;
  position: relative;
  font-family: PingFang SC, PingFang SC;
  font-weight: 500;
  font-size: 28px;
  line-height: 33px;
  letter-spacing: 1px;
  text-align: center;
  font-style: normal;
  text-transform: none;

  .join {
    color: #1368B7;
  }
}

.fh5co-heading h2:after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 50%;
  margin-left: -25px;
  width: 62px;
  height: 3px;
  background: #1368B7;
  border-radius: 5px;
}

.fh5co-heading p {
  font-size: 18px;
}

#fh5co-team {
  clear: both;
  padding: 7em 0;
  background: #E8ECF1;
}

@media screen and (max-width: 768px) {
  #fh5co-team {
    padding: 3em 0;
  }
}

#fh5co-team .person {
  padding: 30px;
  margin-bottom: 30px;
  text-align: center;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  background: #fff;
}

#fh5co-team .person img {
  width: 190px;
  margin: 0 auto 30px auto;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}

#fh5co-team .person h3 {
  margin-bottom: 0;
}

#fh5co-team .person h4 {
  color: #999999;
  font-size: 16px;
}

#fh5co-team .person .social {
  padding: 0;
  margin: 0;
}

#fh5co-team .person .social li {
  padding: 0;
  margin: 0;
  list-style: none;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}

#fh5co-team .person .social li a {
  padding: 10px;
}

#fh5co-team .person .social li a:hover {
  text-decoration: none;
}

#fh5co-team .person:focus,
#fh5co-team .person:hover {
  background: #fff;
  -webkit-box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.09);
  -moz-box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.09);
  -ms-box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.09);
  box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.09);
}

#fh5co-gallery {
  clear: both;
  float: left;
  width: 100%;
}

#fh5co-gallery .fh5co-item {
  display: block;
  position: relative;
  width: 25%;
  z-index: 2;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  height: 300px;
  float: left;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

@media screen and (max-width: 1200px) {
  #fh5co-gallery .fh5co-item {
    height: 200px;
  }
}

@media screen and (max-width: 768px) {
  #fh5co-gallery .fh5co-item {
    width: 50%;
  }
}

@media screen and (max-width: 480px) {
  #fh5co-gallery .fh5co-item {
    width: 100%;
  }
}

#fh5co-gallery .fh5co-item .fh5co-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 0;
  background: #69c2c8;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.1s;
  -o-transition: 0.1s;
  transition: 0.1s;
}

#fh5co-gallery .fh5co-item .fh5co-copy {
  z-index: 3;
  position: relative;
  height: 300px;
  display: table;
  text-align: center;
  width: 100%;
}

@media screen and (max-width: 1200px) {
  #fh5co-gallery .fh5co-item .fh5co-copy {
    height: 200px;
  }
}

#fh5co-gallery .fh5co-item .fh5co-copy>.fh5co-copy-inner {
  width: 100%;
  height: 300px;
  display: table-cell;
  vertical-align: middle;
}

@media screen and (max-width: 1200px) {
  #fh5co-gallery .fh5co-item .fh5co-copy>.fh5co-copy-inner {
    height: 200px;
  }
}

#fh5co-gallery .fh5co-item .fh5co-copy>.fh5co-copy-inner h2,
#fh5co-gallery .fh5co-item .fh5co-copy>.fh5co-copy-inner h3 {
  margin: 0;
  padding: 0;
  color: #fff;
  opacity: 0;
  visibility: hidden;
  position: relative;
}

#fh5co-gallery .fh5co-item .fh5co-copy>.fh5co-copy-inner h2 {
  top: -10px;
  font-size: 20px;
  margin-bottom: 10px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  position: relative;
}

#fh5co-gallery .fh5co-item .fh5co-copy>.fh5co-copy-inner h3 {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.7);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  position: relative;
  bottom: -10px;
}

#fh5co-gallery .fh5co-item:hover,
#fh5co-gallery .fh5co-item:focus,
#fh5co-gallery .fh5co-item:active {
  background-size: cover;
  text-decoration: none;
}

#fh5co-gallery .fh5co-item:hover .fh5co-overlay,
#fh5co-gallery .fh5co-item:focus .fh5co-overlay,
#fh5co-gallery .fh5co-item:active .fh5co-overlay {
  opacity: .8;
  visibility: visible;
}

#fh5co-gallery .fh5co-item:hover .fh5co-copy-inner h2,
#fh5co-gallery .fh5co-item:hover .fh5co-copy-inner h3,
#fh5co-gallery .fh5co-item:focus .fh5co-copy-inner h2,
#fh5co-gallery .fh5co-item:focus .fh5co-copy-inner h3,
#fh5co-gallery .fh5co-item:active .fh5co-copy-inner h2,
#fh5co-gallery .fh5co-item:active .fh5co-copy-inner h3 {
  opacity: 1;
  visibility: visible;
}

#fh5co-gallery .fh5co-item:hover .fh5co-copy-inner h2,
#fh5co-gallery .fh5co-item:focus .fh5co-copy-inner h2,
#fh5co-gallery .fh5co-item:active .fh5co-copy-inner h2 {
  top: 0;
}

#fh5co-gallery .fh5co-item:hover .fh5co-copy-inner h3,
#fh5co-gallery .fh5co-item:focus .fh5co-copy-inner h3,
#fh5co-gallery .fh5co-item:active .fh5co-copy-inner h3 {
  bottom: 0;
}

#fh5co-contact {
  padding: 3em 0 5em 0;
}

@media screen and (max-width: 768px) {
  #fh5co-contact {
    padding: 2em 0 3em 0;
  }
}

#fh5co-contact .form-control {
  border: none;
  box-shadow: none;
  border-bottom: 1px solid #E8ECF1;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}

#fh5co-contact .form-control:active,
#fh5co-contact .form-control:focus {
  border-bottom: 1px solid #69c2c8;
}

#fh5co-footer {
  margin-top: 20px;
  padding: 2.1em 0;
  background: #292E3A;
  color: #9D9D9D;
  text-align: center;
  font-family: PingFang SC, PingFang SC;

  .text-box {
    font-weight: 500;
    color: #9D9D9D;
    line-height: 23px;
    letter-spacing: 1px;
    text-align: center;
    font-style: normal;
    text-transform: none;
    margin-top: 26px;

    .line1 {
      font-size: 14px;
    }

    .line2 {
      margin-top: 6px;
      font-size: 12px;
    }
  }
}

@media screen and (max-width: 768px) {
  #fh5co-footer {
    padding: 3em 0;
  }
}

#fh5co-footer p:last-child {
  margin-bottom: 0;
}

#fh5co-footer .fh5co-social {
  float: right;
  text-align: left;
}

@media screen and (max-width: 768px) {
  #fh5co-footer .fh5co-social {
    float: left;
    text-align: left;
  }
}

#fh5co-footer .fh5co-social li {
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}

#fh5co-footer .fh5co-social li a {
  padding: 0 10px;
}

#fh5co-footer .fh5co-social li a i {
  font-size: 18px;
}

#fh5co-footer .fh5co-social li a:hover,
#fh5co-footer .fh5co-social li a:focus,
#fh5co-footer .fh5co-social li a:active {
  text-decoration: none;
  outline: none;
}

.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
  opacity: 0;
  -webkit-backface-visibility: hidden;
  /* ideally, transition speed should match zoom duration */
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.mfp-with-zoom.mfp-ready .mfp-container {
  opacity: 1;
}

.mfp-with-zoom.mfp-ready.mfp-bg {
  opacity: 0.8;
}

.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
  opacity: 0;
}

#fh5co-container {
  background: #fff;
}

#fh5co-offcanvas,
#fh5co-container,
.fh5co-nav-toggle,
#fh5co-footer {
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

#fh5co-container,
.fh5co-nav-toggle,
#fh5co-footer {
  z-index: 2;
  position: relative;
}

#fh5co-offcanvas {
  display: block;
  height: 100%;
  left: 0;
  overflow-y: auto;
  position: fixed;
  z-index: 200;
  top: 0;
  bottom: 0;
  width: 275px;
  background: rgba(0, 0, 0, 0.9);
  padding: 0.75em 1.25em;
  -moz-transform: translateX(-275px);
  -webkit-transform: translateX(-275px);
  -ms-transform: translateX(-275px);
  -o-transform: translateX(-275px);
  transform: translateX(-275px);
  -webkit-transition: 0.9s;
  -o-transition: 0.9s;
  transition: 0.9s;
}

#fh5co-offcanvas a {
  display: block;
  color: rgba(255, 255, 255, 0.4);
  text-align: center;
  padding: 7px 0;
}

#fh5co-offcanvas a:hover,
#fh5co-offcanvas a:focus,
#fh5co-offcanvas a:active {
  outline: none;
  text-decoration: none;
  color: #69c2c8;
}

#fh5co-offcanvas a.active {
  color: #69c2c8;
}

@media screen and (max-width: 768px) {
  #fh5co-offcanvas {
    display: block;
  }
}

.offcanvas-visible #fh5co-offcanvas {
  -moz-transform: translateX(0px);
  -webkit-transform: translateX(0px);
  -ms-transform: translateX(0px);
  -o-transform: translateX(0px);
  transform: translateX(0px);
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

@media screen and (max-width: 768px) {

  #fh5co-container,
  #fh5co-footer,
  .fh5co-nav-toggle {
    -moz-transform: translateX(0px);
    -webkit-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -o-transform: translateX(0px);
    transform: translateX(0px);
  }
}

.offcanvas-visible #fh5co-container,
.offcanvas-visible #fh5co-footer,
.offcanvas-visible .fh5co-nav-toggle {
  -moz-transform: translateX(275px);
  -webkit-transform: translateX(275px);
  -ms-transform: translateX(275px);
  -o-transform: translateX(275px);
  transform: translateX(275px);
}

.js-sticky {
  display: block;
}

@media screen and (max-width: 768px) {
  .js-sticky {
    display: none;
  }
}

.fh5co-nav-toggle {
  cursor: pointer;
  text-decoration: none;
}

.fh5co-nav-toggle.active i::before,
.fh5co-nav-toggle.active i::after {
  background: #fff;
}

.fh5co-nav-toggle:hover,
.fh5co-nav-toggle:focus,
.fh5co-nav-toggle:active {
  outline: none;
  border-bottom: none !important;
}

.fh5co-nav-toggle i {
  position: relative;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  width: 30px;
  height: 2px;
  color: #fff;
  font: bold 14px/.4 Helvetica;
  text-transform: uppercase;
  text-indent: -55px;
  background: #fff;
  transition: all .2s ease-out;
}

.fh5co-nav-toggle i::before,
.fh5co-nav-toggle i::after {
  content: '';
  width: 30px;
  height: 2px;
  background: #fff;
  position: absolute;
  left: 0;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.fh5co-nav-toggle i::before {
  top: -7px;
}

.fh5co-nav-toggle i::after {
  bottom: -7px;
}

.fh5co-nav-toggle:hover i::before {
  top: -10px;
}

.fh5co-nav-toggle:hover i::after {
  bottom: -10px;
}

.fh5co-nav-toggle.active i {
  background: transparent;
}

.fh5co-nav-toggle.active i::before {
  top: 0;
  -webkit-transform: rotateZ(45deg);
  -moz-transform: rotateZ(45deg);
  -ms-transform: rotateZ(45deg);
  -o-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
}

.fh5co-nav-toggle.active i::after {
  bottom: 0;
  -webkit-transform: rotateZ(-45deg);
  -moz-transform: rotateZ(-45deg);
  -ms-transform: rotateZ(-45deg);
  -o-transform: rotateZ(-45deg);
  transform: rotateZ(-45deg);
}

.fh5co-nav-toggle {
  position: fixed;
  top: 20px;
  left: 20px;
  z-index: 9999;
  display: block;
  margin: 0 auto;
  display: none;
  border-bottom: none !important;
  background: rgba(0, 0, 0, 0.7);
  padding: 0px 10px 10px 10px;
  cursor: pointer;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}

@media screen and (max-width: 768px) {
  .fh5co-nav-toggle {
    display: block;
  }
}

.row-padded {
  padding-bottom: 40px;
}

.no-js #loader {
  display: none;
}

.js #loader {
  display: block;
  position: absolute;
  left: 100px;
  top: 0;
  border: 10px solid red;
}

.fh5co-loader {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: url(../images/Preloader_2.gif) center no-repeat #fff;
}

#fh5co-friends .friend {
  text-align: center;
}

#fh5co-friends .friend a {
  line-height: 3em;
}

#fh5co-friends .friend a img {
  height: 2em;
}

.big_button {
  border: 1px solid #006ab4;
  border-radius: 1rem;
  padding: .85rem 2rem;
  margin-right: 3rem;
  line-height: 6rem;
}

.big_button:hover {
  background-color: #006ab4;
}

.hutool-ai {
  margin: 71px 0 52px;
  max-width: 250px;
  a{
    text-decoration: none !important;
  }

  .ai_img {
    width: 143.217px;
    height: 26.945px;
    flex-shrink: 0;

    &:hover {
      cursor: pointer;
    }
  }

  .desc {
    color: #EAC4E3;
    font-family: "PingFang SC";
    font-size: 13.547px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    padding-top: 15.6px;

    &:hover {
      cursor: pointer;
    }
  }

}


/*# sourceMappingURL=style.css.map */