p {
  margin: 0;
  font: 16px/1 'Microsoft YaHei';
  letter-spacing: 1px;
  text-align: left;
  color: #5c5c5c;
}
a:hover,
a:focus {
  text-decoration: none;
}
strong {
  font-family: 'Microsoft YaHei';
}
img {
  max-width: 100%;
  height: auto;
}
.container {
  transition: width 0.3s ease;
}
body {
  margin-top: 40px;
  overflow: hidden;
}
.wrapper {
  overflow: hidden;
}
header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background: #003e51;
  height: 40px;
  z-index: 9999;
}
@media screen and (max-width: 767px) {
  header {
    overflow: visible;
  }
}
header .header-inner {
  width: 1200px;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 15px;
}
header .header-inner .header-left {
  width: 18%;
  float: left;
  visibility: visible;
  opacity: 1;
  transition: 0.3s;
}
@media screen and (max-width: 1200px) {
  header .header-inner .header-left {
    width: 10%;
  }
}
@media screen and (max-width: 767px) {
  header .header-inner .header-left {
    width: 100%;
    text-align: center;
  }
}
header .header-inner .header-left .logo-wrapper {
  margin: 0;
}
header .header-inner .header-left .logo-wrapper img {
  margin-top: 7px;
}
header .header-inner .header-center {
  width: 60%;
  float: left;
}
@media screen and (max-width: 767px) {
  header .header-inner .header-center {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    height: 0;
    width: 100%;
    background-color: #003e51;
    padding: 0 48px;
    transition: all 0.4s ease;
    overflow: hidden;
  }
  header .header-inner .header-center.show {
    height: 100vh;
    visibility: visible;
    opacity: 1;
  }
  header .header-inner .header-center.show li {
    visibility: visible;
    opacity: 1;
  }
}
header .header-inner .header-center ul {
  display: flex;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
  table-layout: fixed;
}
header .header-inner .header-center ul:before,
header .header-inner .header-center ul:after {
  display: block;
  content: '';
  clear: both;
}
@media screen and (max-width: 767px) {
  header .header-inner .header-center ul {
    display: block;
    margin-top: 15px;
  }
}
header .header-inner .header-center ul li {
  display: block;
  width: 100%;
  line-height: 40px;
  transition: 0.3s;
}
@media screen and (max-width: 1440px) {
}
@media screen and (max-width: 1200px) {
}
@media screen and (max-width: 991px) {
}
@media screen and (max-width: 767px) {
  header .header-inner .header-center ul li {
    border-bottom: 1px solid rgba(1, 167, 225, 0.2);
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    float: none;
  }
  header .header-inner .header-center ul li:nth-child(1) {
    transition-delay: 0.2s;
  }
  header .header-inner .header-center ul li:nth-child(2) {
    transition-delay: 0.25s;
  }
  header .header-inner .header-center ul li:nth-child(3) {
    transition-delay: 0.3s;
  }
  header .header-inner .header-center ul li:nth-child(4) {
    transition-delay: 0.35s;
  }
  header .header-inner .header-center ul li:nth-child(5) {
    transition-delay: 0.4s;
  }
  header .header-inner .header-center ul li:nth-child(6) {
    transition-delay: 0.45s;
  }
  header .header-inner .header-center ul li:nth-child(7) {
    transition-delay: 0.5s;
  }
  header .header-inner .header-center ul li:nth-child(8) {
    transition-delay: 0.55s;
  }
}
header .header-inner .header-center ul li.menu-item-type-post_type:nth-last-child(2) {
  padding-right: 0;
}
header .header-inner .header-center ul li.wpml-ls-item {
  display: none;
}
@media screen and (max-width: 767px) {
  header .header-inner .header-center ul li.wpml-ls-item {
    display: block;
  }
}
header .header-inner .header-center ul li a {
  display: block;
  font-family: 'Microsoft YaHei';
  font-size: 14px;
  letter-spacing: 0.2px;
  text-align: center;
  color: white;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  header .header-inner .header-center ul li a {
    text-align: left;
  }
}
header .header-inner .header-right {
  position: absolute;
  top: 0;
  right: 0;
  visibility: visible;
  opacity: 1;
}
header .header-inner .header-right .language-wrapper {
  display: inline-block;
  padding-right: 27px;
}
@media screen and (max-width: 1200px) {
  header .header-inner .header-right .language-wrapper {
    padding: 0;
  }
}
header .header-inner .header-right .language-wrapper .wpml-ls-legacy-list-horizontal {
  padding: 0;
  border: 0;
}
header .header-inner .header-right .language-wrapper ul {
  height: 40px;
  padding: 0;
  background: #003e51;
}
header .header-inner .header-right .language-wrapper ul.show {
  height: 80px;
}
header .header-inner .header-right .language-wrapper ul li {
  display: block;
  height: 40px;
  margin: 0;
  line-height: 40px;
  text-align: right;
  opacity: 1;
}
header .header-inner .header-right .language-wrapper ul li.active {
  display: none;
}
header .header-inner .header-right .language-wrapper ul li:before {
  display: none;
  content: '';
  width: 22px;
  height: 40px;
  margin-right: 13px;
  background: url(../images/language-icon.png) center no-repeat;
  background-size: contain;
  vertical-align: top;
}
@media screen and (max-width: 1200px) {
  header .header-inner .header-right .language-wrapper ul li:before {
    margin-right: 0;
  }
}
header .header-inner .header-right .language-wrapper ul li a {
  display: inline-block;
  font-family: 'Microsoft YaHei';
  font-size: 11px;
  color: white;
  text-transform: uppercase;
}
header .header-inner .header-right .language-wrapper ul li a span {
  display: block;
}
header .header-inner .header-right .btn-wrapper {
  display: inline-block;
  width: 190px;
  line-height: 40px;
  text-align: center;
  vertical-align: top;
}
header .header-inner .header-right .btn-wrapper a {
  display: block;
  position: relative;
  background-color: #01a7e1;
  overflow: hidden;
}
header .header-inner .header-right .btn-wrapper a:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #1E7DA1;
  transform: scaleX(0);
  transition: transform 0.3s cubic-bezier(0.77, 0, 0.175, 1);
  transform-origin: 100% 0;
}
header .header-inner .header-right .btn-wrapper a:hover:before {
  transform: scaleX(1);
  transform-origin: 0 0;
}
header .header-inner .header-right .btn-wrapper a .btn-text {
  position: relative;
  display: inline-block;
  width: auto;
  font: 16px/1 'Microsoft YaHei';
  letter-spacing: 1px;
  text-align: left;
  color: white;
  z-index: 1;
  transition: all 0.3s ease;
}
header .header-inner .header-right .btn-wrapper a .fa {
  width: 0;
  font-size: 16px;
  line-height: 40px;
  color: white;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s ease;
}
header .header-inner .header-right .btn-wrapper a .fa {
  display: none;
}
@media screen and (max-width: 991px) {
  header .header-inner .header-right .btn-wrapper {
    width: auto;
    transition: all 0.3s ease;
  }
  header .header-inner .header-right .btn-wrapper a .btn-text {
    display: none;
    width: 0;
    line-height: 0;
    visibility: hidden;
    opacity: 0;
  }
  header .header-inner .header-right .btn-wrapper a .fa {
    display: block;
    width: auto;
    padding: 0 15px;
    visibility: visible;
    opacity: 1;
  }
}
@media screen and (max-width: 767px) {
  header .header-inner .header-right {
    visibility: hidden;
    opacity: 0;
    transition: 0s;
  }
}
header .header-inner .menu-btn-wrapper {
  position: absolute;
  top: 9px;
  left: 15px;
  visibility: hidden;
  opacity: 0;
}
@media screen and (max-width: 767px) {
  header .header-inner .menu-btn-wrapper {
    visibility: visible;
    opacity: 1;
    transition: 0.3s;
  }
}
header .header-inner .menu-btn-wrapper .menu-btn {
  cursor: pointer;
  transition: 0.3s;
  float: right;
}
header .header-inner .menu-btn-wrapper .menu-btn .bar {
  position: relative;
  display: block;
  width: 10vw;
  max-width: 30px;
  height: 2px;
  margin: 0 auto 8px;
  background-color: white;
  border-radius: 10px;
  transition: 0.3s;
}
header .header-inner .menu-btn-wrapper .menu-btn .bar:nth-of-type(1) {
  margin-top: 0px;
}
header .header-inner .menu-btn-wrapper .menu-btn .bar:nth-of-type(3) {
  margin-bottom: 0px;
}
header .header-inner .menu-btn-wrapper .menu-btn.cross .bar:nth-of-type(1) {
  transform: translateY(12px) rotate(-45deg);
}
header .header-inner .menu-btn-wrapper .menu-btn.cross .bar:nth-of-type(2) {
  opacity: 0;
}
header .header-inner .menu-btn-wrapper .menu-btn.cross .bar:nth-of-type(3) {
  margin-top: 12px;
  transform: translateY(-12px) rotate(45deg);
}
.mobile-enquiry-wrapper {
  display: none;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
}
@media screen and (max-width: 767px) {
  .mobile-enquiry-wrapper {
    display: block;
  }
}
.mobile-enquiry-wrapper .btn-wrapper {
  position: relative;
  background-color: #01a7e1;
  overflow: hidden;
  line-height: 40px;
  text-align: center;
}
.mobile-enquiry-wrapper .btn-wrapper:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #1E7DA1;
  transform: scaleX(0);
  transition: transform 0.3s cubic-bezier(0.77, 0, 0.175, 1);
  transform-origin: 100% 0;
}
.mobile-enquiry-wrapper .btn-wrapper:hover:before {
  transform: scaleX(1);
  transform-origin: 0 0;
}
.mobile-enquiry-wrapper .btn-wrapper .btn-text {
  position: relative;
  display: inline-block;
  width: auto;
  font: 16px/1 'Microsoft YaHei';
  letter-spacing: 1px;
  text-align: left;
  color: white;
  z-index: 1;
  transition: all 0.3s ease;
}
.mobile-enquiry-wrapper .btn-wrapper .fa {
  width: 0;
  font-size: 16px;
  line-height: 40px;
  color: white;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s ease;
}
footer {
  padding-top: 92px;
  background-color: #f6f6f6;
  background-image: url(../images/footer-bg.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position-x: right;
}
@media screen and (max-width: 767px) {
  footer {
    background-size: cover;
  }
}
footer .footer-inner {
  width: 1200px;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 15px;
}
footer .footer-inner .footer-left {
  width: 33%;
  float: left;
}
@media screen and (max-width: 767px) {
  footer .footer-inner .footer-left {
    width: 100%;
  }
}
footer .footer-inner .footer-left #footer-logo {
  margin-bottom: 40px;
}
footer .footer-inner .footer-left .contacts-wrapper {
  width: 220px;
  max-width: 100%;
}
footer .footer-inner .footer-left .contacts-wrapper .contact-item .contact-label {
  display: block;
  margin-bottom: 15px;
  font-family: 'Microsoft YaHei';
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.7px;
  text-align: left;
  color: #003e51;
}
footer .footer-inner .footer-left .contacts-wrapper .contact-item .contact-value {
  display: block;
  margin-bottom: 25px;
  font-family: 'Microsoft YaHei';
  font-size: 14px;
  font-weight: 300;
  line-height: 1.64;
  letter-spacing: 0.7px;
  text-align: left;
  color: #5c5c5c;
}
footer .footer-inner .footer-right {
  width: 67%;
  float: left;
}
@media screen and (max-width: 767px) {
  footer .footer-inner .footer-right {
    display: none;
  }
}
footer .footer-inner .footer-right ul {
  display: block;
  margin: 7px 0 0;
  padding: 0;
  list-style: none;
}
footer .footer-inner .footer-right ul li {
  margin-bottom: 14px;
}
footer .footer-inner .footer-right ul li a {
  display: inline-block;
  font-family: 'Microsoft YaHei';
  font-size: 14px;
  font-weight: 300;
  line-height: 1;
  letter-spacing: 0.2px;
  text-align: left;
  color: #5c5c5c;
}
footer .footer-inner .footer-right ul li a:after {
  display: block;
  content: '';
  width: 0;
  height: 1px;
  background: #5c5c5c;
  transition: width 0.3s ease;
}
footer .footer-inner .footer-right ul li a:hover:after {
  width: 100%;
}
footer .footer-inner .footer-right ul li.strong a {
  color: #003e51;
  text-transform: uppercase;
}
footer .footer-inner .footer-right ul li.strong a:after {
  background: #003e51;
}
footer .footer-inner .footer-right .menu-col {
  padding-right: 15%;
  float: left;
}
@media screen and (max-width: 991px) {
  footer .footer-inner .footer-right .menu-col {
    padding-right: 60px;
  }
}
footer .footer-inner .footer-right .menu-col:first-child a {
  color: #003e51;
  text-transform: uppercase;
}
footer .footer-inner .footer-right .menu-col ul li:first-child a {
  color: #003e51;
  text-transform: uppercase;
}
footer .footer-full-width {
  margin-top: 36px;
  padding: 26px 0 37px;
  border-top: 1px solid #c4c4c4;
}
footer .footer-full-width .disclaimer-wrapper p {
  font-family: 'Microsoft YaHei';
  font-size: 14px;
  font-weight: 300;
  line-height: 1.43;
  letter-spacing: 0.7px;
  text-align: left;
  color: #5c5c5c;
}
#bottom-bar {
  padding: 10px 0;
  background-color: #003e51;
}
@media screen and (max-width: 767px) {
  #bottom-bar {
    margin-bottom: 40px;
  }
}
#bottom-bar .bot-bar-inner {
  width: 1200px;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 15px;
}
#bottom-bar .bot-bar-inner .bot-bar-left,
#bottom-bar .bot-bar-inner .bot-bar-center,
#bottom-bar .bot-bar-inner .bot-bar-right {
  width: 33%;
  float: left;
}
@media screen and (max-width: 1199px) and (min-width: 992px) {
  #bottom-bar .bot-bar-inner .bot-bar-left,
  #bottom-bar .bot-bar-inner .bot-bar-center,
  #bottom-bar .bot-bar-inner .bot-bar-right {
    width: 25%;
  }
}
@media screen and (max-width: 767px) {
  #bottom-bar .bot-bar-inner .bot-bar-left,
  #bottom-bar .bot-bar-inner .bot-bar-center,
  #bottom-bar .bot-bar-inner .bot-bar-right {
    width: 100%;
    margin-bottom: 10px;
  }
}
#bottom-bar .bot-bar-inner .bot-bar-center {
  text-align: center;
}
@media screen and (max-width: 1199px) and (min-width: 992px) {
  #bottom-bar .bot-bar-inner .bot-bar-center {
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  #bottom-bar .bot-bar-inner .bot-bar-center {
    text-align: left;
  }
}
#bottom-bar .bot-bar-inner .bot-bar-center ul {
  margin: 0;
  padding: 0;
  list-style: none;
  line-height: 0.8;
}
#bottom-bar .bot-bar-inner .bot-bar-center ul:before,
#bottom-bar .bot-bar-inner .bot-bar-center ul:after {
  display: block;
  content: '';
  clear: both;
}
#bottom-bar .bot-bar-inner .bot-bar-center ul li {
  display: inline-block;
  margin-right: 10px;
  padding-right: 10px;
  border-right: 1px solid white;
  line-height: 0.7;
}
#bottom-bar .bot-bar-inner .bot-bar-center ul li:last-child {
  border-right: 0;
}
#bottom-bar .bot-bar-inner .bot-bar-center ul li a {
  vertical-align: top;
  line-height: 1;
}
#bottom-bar .bot-bar-inner .bot-bar-right p {
  text-align: right;
}
@media screen and (max-width: 767px) {
  #bottom-bar .bot-bar-inner .bot-bar-right p {
    text-align: left;
  }
}
#bottom-bar p,
#bottom-bar a {
  font-size: 11px;
  line-height: 16px;
  color: white;
}
#bottom-bar p + p {
  margin-top: 4px;
}
.content-wrapper {
  min-height: 50vh;
}
.content-wrapper .content-inner .background-left,
.content-wrapper .content-inner .background-right {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: -1;
}
@keyframes to-right {
  0% {
    left: -50%;
  }
  100% {
    left: 0;
  }
}
@keyframes to-left {
  0% {
    right: -50%;
  }
  100% {
    right: 0;
  }
}
.content-wrapper .content-inner .background-left.animated {
  animation-duration: 2s;
  animation-timing-function: ease-in-out;
  animation-name: to-right;
  -moz-animation: to-right;
}
.content-wrapper .content-inner .background-right {
  right: 0;
  background-position: right;
}
.content-wrapper .content-inner .background-right.animated {
  animation-duration: 2.2s;
  animation-timing-function: ease-in-out;
  animation-name: to-left;
  -moz-animation: to-left;
}
.content-wrapper .content-inner .section-wrapper.website-info {
  margin-top: 230px;
  margin-bottom: 110px;
  text-align: center;
  transition: all 0.8s ease;
}
@media screen and (max-width: 767px) {
  .content-wrapper .content-inner .section-wrapper.website-info {
    margin: 0;
    height: 100vh;
  }
  .content-wrapper .content-inner .section-wrapper.website-info .wrapper-inner {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    transform: translate(-50%, -50%);
  }
}
.content-wrapper .content-inner .section-wrapper.website-info img {
  margin-bottom: 34px;
}
.content-wrapper .content-inner .section-wrapper.website-info img.animated {
  animation-duration: 2s;
  animation-timing-function: ease-in-out;
  animation-name: to-bottom;
  -moz-animation: to-bottom;
}
.content-wrapper .content-inner .section-wrapper.website-info h2 {
  font-family: 'Microsoft YaHei';
  color: #003e51;
}
.content-wrapper .content-inner .section-wrapper.website-info h2.animated {
  animation-duration: 2.5s;
  animation-timing-function: ease-in-out;
  animation-name: to-bottom;
  -moz-animation: to-bottom;
}
.content-wrapper .content-inner .section-wrapper.services {
  margin-bottom: 206px;
}
@media screen and (max-width: 767px) {
  .content-wrapper .content-inner .section-wrapper.services {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1200px) {
  .content-wrapper .content-inner .section-wrapper.services .container {
    width: 913px;
  }
}
@media screen and (min-width: 768px) {
  .content-wrapper .content-inner .section-wrapper.services .container {
    width: 100%;
    max-width: 913px;
  }
}
@media screen and (max-width: 767px) {
  .content-wrapper .content-inner .section-wrapper.services .container {
    width: 100%;
    max-width: 500px;
  }
}
.content-wrapper .content-inner .section-wrapper.services .wrapper-inner {
  margin: 0 -5px;
  display: flex;
}
@media screen and (max-width: 767px) {
  .content-wrapper .content-inner .section-wrapper.services .wrapper-inner {
    display: block;
  }
}
@keyframes to-bottom {
  0% {
    top: -400px;
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  100% {
    top: 0;
    opacity: 1;
  }
}
@keyframes to-top {
  0% {
    bottom: -400px;
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  100% {
    bottom: 0;
    opacity: 1;
  }
}
.content-wrapper .content-inner .section-wrapper .service-item-2 {
  position: relative;
  width: 33.3%;
  margin-bottom: 15px;
  padding: 0 6px;
}
@media screen and (max-width: 767px) {
  .content-wrapper .content-inner .section-wrapper .service-item-2 {
    width: 100%;
    margin-bottom: 50px;
  }
}
.content-wrapper .content-inner .section-wrapper .service-item-2 .item-wrapper-2 {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.content-wrapper .content-inner .section-wrapper .service-item-2 .item-title {
  border-top: solid 2px #013e50;
}
.content-wrapper .content-inner .section-wrapper .service-item-2 .item-title h3 {
  font-family: 'Microsoft YaHei';
  font-size: 20px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #013e51;
  padding: 17px 0;
}
.content-wrapper .content-inner .section-wrapper .service-item-2 .item-title h3 a {
  display: flex;
  align-items: center;
  color: #013E51;
}
.content-wrapper .content-inner .section-wrapper .service-item-2 .item-title h3 a:hover {
  color: #00A9E0;
}
.content-wrapper .content-inner .section-wrapper .service-item-2 .item-title h3 a:hover:after {
  margin-left: 20px;
}
.content-wrapper .content-inner .section-wrapper .service-item-2 .item-title h3 a:after {
  content: " ";
  display: inline-block;
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: url(../images/arrow-02.svg);
  margin-left: 14px;
  transition: all 0.2s;
}
.content-wrapper .content-inner .section-wrapper .service-item-2 .item-content {
  position: relative;
  flex-grow: 1;
}
.content-wrapper .content-inner .section-wrapper .service-item-2 .item-content .item-mask {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.content-wrapper .content-inner .section-wrapper .service-item-2 .item-content .item-text {
  padding: 47px 35px 47px;
  transition: all 0.2s;
  background: transparent;
  min-height: 344px;
  height: 100%;
}
.content-wrapper .content-inner .section-wrapper .service-item-2 .item-content .item-text:hover {
  background: rgba(4, 168, 224, 0.9);
}
.content-wrapper .content-inner .section-wrapper .service-item-2 .item-content .item-text ul {
  margin: 0;
  padding: 0;
}
.content-wrapper .content-inner .section-wrapper .service-item-2 .item-content .item-text ul li {
  list-style: none;
  font-family: 'SourceSansPro';
  font-size: 17px;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.26;
  margin-bottom: 15px;
  letter-spacing: 0.57px;
}
.content-wrapper .content-inner .section-wrapper .service-item-2 .item-content .item-text ul li a {
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.content-wrapper .content-inner .section-wrapper .service-item-2 .item-content .item-text ul li a:hover {
  color: #013e51;
}
.content-wrapper .content-inner .section-wrapper .service-item-2 .item-content .item-text ul li a:hover:after {
  opacity: 1;
}
.content-wrapper .content-inner .section-wrapper .service-item-2 .item-content .item-text ul li a:after {
  content: " ";
  display: inline-block;
  width: 9px;
  height: 12px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: url(../images/arrow-03.svg);
  margin-left: 5px;
  transition: all 0.2s;
  opacity: 0;
  flex-shrink: 0;
}
.content-wrapper .content-inner .section-wrapper.about h3 {
  margin-bottom: 46px;
}
.content-wrapper .content-inner .section-wrapper.about .section-inner {
  width: 504px;
  max-width: 100%;
}
.content-wrapper .content-inner .section-wrapper.about .section-inner .section-content {
  margin-bottom: 48px;
}
.content-wrapper .content-inner .section-wrapper.enquiry {
  padding-top: 180px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center bottom;
  padding-bottom: 138px;
  text-align: center;
}
@media screen and (max-width: 1200px) {
  .content-wrapper .content-inner .section-wrapper.enquiry {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.content-wrapper .content-inner .section-wrapper.enquiry h3 {
  margin-bottom: 40px;
}
.content-wrapper .content-inner .section-wrapper.enquiry .section-inner .section-content {
  width: 587px;
  max-width: 100%;
  margin: 0 auto 53px;
  text-align: center;
}
.content-wrapper .content-inner .section-wrapper.enquiry .section-inner .section-content p {
  text-align: center;
}
.content-wrapper .content-inner .section-wrapper.enquiry .section-inner .btn-wrapper {
  width: 200px;
  margin: 0 auto;
  text-align: center;
}
.content-wrapper .content-inner .section-wrapper.enquiry .section-inner .btn-wrapper a {
  display: block;
  position: relative;
  background-color: #01a7e1;
  overflow: hidden;
  font: 16px/40px 'Microsoft YaHei';
  letter-spacing: 0.2px;
  color: white;
}
.content-wrapper .content-inner .section-wrapper.enquiry .section-inner .btn-wrapper a:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #1E7DA1;
  transform: scaleX(0);
  transition: transform 0.3s cubic-bezier(0.77, 0, 0.175, 1);
  transform-origin: 100% 0;
}
.content-wrapper .content-inner .section-wrapper.enquiry .section-inner .btn-wrapper a:hover:before {
  transform: scaleX(1);
  transform-origin: 0 0;
}
.content-wrapper .content-inner .section-wrapper.enquiry .section-inner .btn-wrapper a .btn-text {
  position: relative;
  display: inline-block;
  width: auto;
  font: 16px/1 'Microsoft YaHei';
  letter-spacing: 1px;
  text-align: left;
  color: white;
  z-index: 1;
  transition: all 0.3s ease;
}
.content-wrapper .content-inner .section-wrapper.enquiry .section-inner .btn-wrapper a .fa {
  width: 0;
  font-size: 16px;
  line-height: 40px;
  color: white;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s ease;
}
.content-wrapper .content-inner .section-wrapper.tools h3 {
  margin-top: 72px;
}
.content-wrapper .content-inner .section-wrapper.tools .tool-item-wrapper {
  width: 20%;
  height: 350px;
  float: left;
}
@media screen and (max-width: 767px) {
  .content-wrapper .content-inner .section-wrapper.tools .tool-item-wrapper {
    width: 50%;
    height: 250px;
  }
}
.content-wrapper .content-inner .section-wrapper .section-inner .section-content p {
  line-height: 1.44;
}
.content-wrapper .content-inner .section-wrapper .section-inner .link-wrapper a {
  font-family: 'Microsoft YaHei';
  font-size: 16px;
  line-height: 2.6;
  letter-spacing: 1px;
  color: #01a7e1;
  transition: all 0.3s ease;
}
.content-wrapper .content-inner .section-wrapper .section-inner .link-wrapper a:hover {
  color: #003e51;
}
.content-wrapper .content-inner .section-wrapper .section-inner .link-wrapper a:after {
  display: inline-block;
  content: '\f105';
  margin-left: 14px;
  font-family: fontAwesome;
}
.content-wrapper .content-inner .section-wrapper .section-bg {
  margin-top: -125px;
  margin-right: -125px;
  text-align: right;
}
@media screen and (max-width: 1200px) {
  .content-wrapper .content-inner .section-wrapper .section-bg {
    margin: 20px 0 0 0;
  }
  .content-wrapper .content-inner .section-wrapper .section-bg img {
    max-width: 100%;
  }
}
.content-wrapper .content-inner h3 {
  font-family: 'Microsoft YaHei';
  margin: 0;
  font-weight: 300;
  transition: all 0.3s ease;
  font-size: 36px;
  line-height: 1;
  letter-spacing: 1px;
  color: #003e51;
}
@media screen and (max-width: 991px) {
  .content-wrapper .content-inner h3 {
    font-size: 28px;
  }
}
@media screen and (max-width: 767px) {
  .content-wrapper .content-inner h3 {
    font-size: 20px;
  }
}
.banner-wrapper {
  position: relative;
  height: 550px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (max-width: 767px) {
  .banner-wrapper {
    height: 320px;
  }
}
.banner-wrapper .banner-inner {
  position: absolute;
  top: 50%;
  left: 50%;
  text-align: center;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 1200px) {
  .banner-wrapper .banner-inner {
    width: 100%;
    padding: 0 15px;
  }
}
.banner-wrapper .banner-inner .page-title {
  margin: 0;
  font-weight: 300;
  transition: all 0.3s ease;
  font-size: 55px;
  line-height: 1;
  letter-spacing: 1px;
  margin: 0 0 30px;
  font-family: 'Microsoft YaHei';
  font-size: 40px;
  color: white;
}
@media screen and (max-width: 991px) {
  .banner-wrapper .banner-inner .page-title {
    font-size: 40px;
  }
}
@media screen and (max-width: 767px) {
  .banner-wrapper .banner-inner .page-title {
    font-size: 30px;
  }
}
.banner-wrapper .banner-inner .page-desc {
  width: 500px;
  max-width: 100%;
  padding: 0 15px;
  margin: 0 auto;
}
.banner-wrapper .banner-inner .page-desc p {
  font-family: 'Microsoft YaHei';
  font-size: 18px;
  line-height: 1.44;
  color: white;
  text-align: center;
}
.filter-content h2 {
  font-family: "SourceSansProBold";
  font-weight: bold;
  font-style: normal;
  font-size: 18px;
  line-height: 23px;
  color: #094053;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .filter-content h2 {
    margin-bottom: 10px;
  }
}
.filter-content .filter-list {
  list-style: none;
  display: flex;
  padding-left: 0;
  margin-bottom: 70px;
}
@media (max-width: 1199px) {
  .filter-content .filter-list {
    margin-bottom: 55px;
  }
}
@media (max-width: 991px) {
  .filter-content .filter-list {
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .filter-content .filter-list {
    margin-bottom: 30px;
  }
}
.filter-content .filter-list li {
  margin-right: 20px;
}
@media (max-width: 1199px) {
  .filter-content .filter-list li {
    margin-right: 16px;
  }
}
@media (max-width: 767px) {
  .filter-content .filter-list li {
    margin-right: 13px;
  }
}
@media (max-width: 991px) {
  .filter-content .filter-list li {
    margin-right: 10px;
  }
}
@media (max-width: 415px) {
  .filter-content .filter-list li {
    margin-right: 8px;
  }
}
.filter-content .filter-list li a {
  font-family: "SourceSansPro";
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  line-height: 23px;
  letter-spacing: 0.6px;
  color: #01a7e1;
  outline: none;
  background: transparent;
  border: none;
  transition: All 0.2s ease-in-out;
}
.filter-content .filter-list li a:hover {
  font-weight: bold;
}
.filter-content .filter-list li.current-cat a {
  font-weight: bold;
}
.ajax-wrapper-work {
  opacity: 1;
}
.ajax-wrapper-work.loading {
  opacity: 0;
}
.ajax-wrapper-work.loading:after {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  position: absolute;
  left: 50%;
  top: 110px;
  margin-left: -13px;
  border: 2px solid #000;
  border-radius: 100%;
  border-bottom: 2px solid transparent;
  animation: loading 0.5s infinite linear;
}
@keyframes loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.search-wrapper {
  display: inline-block;
  position: relative;
  margin-top: 48px;
}
@media screen and (max-width: 767px) {
  .search-wrapper {
    display: block;
  }
}
.search-wrapper input {
  width: 500px;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 0 20px;
  font-family: 'Microsoft YaHei';
  font-size: 16px;
  line-height: 40px;
  text-align: left;
  color: #acacac;
  border: 0;
  border-radius: 0;
}
.search-wrapper input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  font-family: 'Microsoft YaHei';
  color: #acacac;
}
.search-wrapper input::-moz-placeholder {
  /* Firefox 19+ */
  font-family: 'Microsoft YaHei';
  color: #acacac;
}
.search-wrapper input:-ms-input-placeholder {
  /* IE 10+ */
  font-family: 'Microsoft YaHei';
  color: #acacac;
}
.search-wrapper input:-moz-placeholder {
  /* Firefox 18- */
  font-family: 'Microsoft YaHei';
  color: #acacac;
}
@media screen and (max-width: 767px) {
  .search-wrapper input {
    font-size: 14px;
  }
}
.search-wrapper input:focus {
  box-shadow: 0;
}
.search-wrapper button {
  position: relative;
  background-color: #01a7e1;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
  width: 170px;
  padding: 0;
  background: #dcdcdc;
  font-family: 'Microsoft YaHei';
  font-size: 16px;
  line-height: 40px;
  border: 0;
  border-radius: 0;
  text-transform: uppercase;
}
.search-wrapper button:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #1E7DA1;
  transform: scaleX(0);
  transition: transform 0.3s cubic-bezier(0.77, 0, 0.175, 1);
  transform-origin: 100% 0;
}
.search-wrapper button:hover:before {
  transform: scaleX(1);
  transform-origin: 0 0;
}
.search-wrapper button .btn-text {
  position: relative;
  display: inline-block;
  width: auto;
  font: 16px/1 'Microsoft YaHei';
  letter-spacing: 1px;
  text-align: left;
  color: white;
  z-index: 1;
  transition: all 0.3s ease;
}
.search-wrapper button .fa {
  width: 0;
  font-size: 16px;
  line-height: 40px;
  color: white;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s ease;
}
.search-wrapper button .btn-text {
  color: #202020;
}
.search-wrapper button:hover .btn-text {
  color: white;
}
.search-wrapper button:focus {
  outline: 0;
}
.search-wrapper button .fa {
  display: none;
  line-height: 40px;
}
@media screen and (max-width: 767px) {
  .search-wrapper button .fa {
    display: block;
    width: auto;
    visibility: visible;
    opacity: 1;
    color: #202020;
  }
}
@media screen and (max-width: 767px) {
  .search-wrapper button {
    width: 50px;
  }
  .search-wrapper button .btn-text {
    display: none;
  }
}
.blog-list {
  position: relative;
  margin-top: 36px;
}
.blog-list .blog-item {
  margin-bottom: 50px;
}
.blog-list .blog-item .thumbnail-wrapper .thumbnail {
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
}
.blog-list .blog-item .thumbnail-wrapper .hover-overlay {
  display: none;
  position: absolute;
  left: 15px;
  right: 15px;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.8);
  opacity: 0;
  overflow: hidden;
  transition: opacity 0.3s;
}
@media screen and (min-width: 1200px) {
  .blog-list .blog-item .thumbnail-wrapper .hover-overlay {
    display: block;
  }
}
.blog-list .blog-item .thumbnail-wrapper .hover-overlay a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.blog-list .blog-item .thumbnail-wrapper .hover-overlay .left-tri {
  position: relative;
  width: 50%;
  height: 100%;
  left: -50%;
  overflow: hidden;
  transition: left 0.3s;
}
.blog-list .blog-item .thumbnail-wrapper .hover-overlay .left-tri:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-top: 160px solid transparent;
  border-bottom: 160px solid transparent;
  border-left: 100px solid #01a7e1;
  position: absolute;
  top: 0;
}
.blog-list .blog-item .thumbnail-wrapper:hover .hover-overlay {
  opacity: 1;
}
.blog-list .blog-item .thumbnail-wrapper:hover .hover-overlay .left-tri {
  left: 0;
}
.blog-list .blog-item .post-info-wrapper .blog-title {
  margin: 0;
  font-weight: 300;
  transition: all 0.3s ease;
  font-size: 36px;
  line-height: 1;
  letter-spacing: 1px;
  margin-top: 40px;
  margin-bottom: 18px;
  font-size: 30px;
}
@media screen and (max-width: 991px) {
  .blog-list .blog-item .post-info-wrapper .blog-title {
    font-size: 28px;
  }
}
@media screen and (max-width: 767px) {
  .blog-list .blog-item .post-info-wrapper .blog-title {
    font-size: 20px;
  }
}
.blog-list .blog-item .post-info-wrapper .blog-title a {
  color: #003e51;
}
@media screen and (max-width: 1200px) {
  .blog-list .blog-item .post-info-wrapper .blog-title {
    margin-top: 15px;
  }
}
.blog-list .blog-item .post-info-wrapper .blog-meta {
  margin-bottom: 20px;
}
.blog-list .blog-item .post-info-wrapper .blog-meta span {
  margin-right: 15px;
  font-family: 'Microsoft YaHei';
  font-size: 14px;
  line-height: 1;
  text-align: left;
  color: #202020;
}
.blog-list .blog-item .post-info-wrapper .blog-excerpt {
  margin-bottom: 80px;
}
@media screen and (max-width: 1200px) {
  .blog-list .blog-item .post-info-wrapper .blog-excerpt {
    margin-bottom: 40px;
  }
}
.blog-list .blog-item .post-info-wrapper .blog-excerpt p {
  font-family: 'Microsoft YaHei';
  font-size: 16px;
  line-height: 1.5;
  text-align: left;
  color: #202020;
}
@media screen and (max-width: 767px) {
  .blog-list .blog-item .post-info-wrapper .blog-excerpt p {
    font-size: 14px;
  }
}
.blog-list .blog-item .post-info-wrapper .btn-wrapper a {
  display: inline-block;
  width: 200px;
  position: relative;
  background-color: #01a7e1;
  overflow: hidden;
  text-align: center;
  line-height: 40px;
  text-transform: uppercase;
}
.blog-list .blog-item .post-info-wrapper .btn-wrapper a:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #1E7DA1;
  transform: scaleX(0);
  transition: transform 0.3s cubic-bezier(0.77, 0, 0.175, 1);
  transform-origin: 100% 0;
}
.blog-list .blog-item .post-info-wrapper .btn-wrapper a:hover:before {
  transform: scaleX(1);
  transform-origin: 0 0;
}
.blog-list .blog-item .post-info-wrapper .btn-wrapper a .btn-text {
  position: relative;
  display: inline-block;
  width: auto;
  font: 16px/1 'Microsoft YaHei';
  letter-spacing: 1px;
  text-align: left;
  color: white;
  z-index: 1;
  transition: all 0.3s ease;
}
.blog-list .blog-item .post-info-wrapper .btn-wrapper a .fa {
  width: 0;
  font-size: 16px;
  line-height: 40px;
  color: white;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s ease;
}
.blog-list .no-results-found {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.blog-list .no-results-found p {
  font-size: 36px;
  text-align: center;
}
.blog-list .no-results-found p i {
  margin-right: 15px;
}
.single-blog {
  margin-top: 40px;
}
.single-blog .wrapper-inner {
  width: 800px;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 15px;
}
.single-blog .blog-meta {
  margin-bottom: 40px;
  border-bottom: 1px solid #dcdcdc;
}
.single-blog .blog-meta span {
  margin-right: 15px;
  font-family: 'Microsoft YaHei';
  font-size: 16px;
  line-height: 1;
  text-align: left;
  color: #202020;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .single-blog .blog-meta span {
    font-size: 14px;
  }
}
.single-blog .blog-meta .social-share {
  width: 50%;
  font-size: 0;
  float: right;
}
@media screen and (max-width: 480px) {
  .single-blog .blog-meta .social-share {
    width: 38%;
  }
}
.single-blog .blog-meta .social-share a {
  height: auto;
  width: auto;
  margin: 0 35px 20px;
  border: 0;
  font-size: 20px;
  line-height: 1;
  color: #003e51;
}
.single-blog .blog-meta .social-share a:hover {
  background: transparent;
}
.single-blog .blog-meta .social-share a:last-child {
  margin-right: 10px;
}
@media screen and (max-width: 767px) {
  .single-blog .blog-meta .social-share a {
    margin-left: 0;
    margin-right: 0;
    width: 25%;
  }
  .single-blog .blog-meta .social-share a:last-child {
    margin-right: 0;
  }
}
.single-blog .blog-meta .social-share .icon-wechat .wechat-qrcode {
  height: auto;
}
.single-blog .blog-meta .social-share .icon-wechat .wechat-qrcode h4 {
  display: none;
}
.single-blog .blog-meta .social-share .icon-wechat .wechat-qrcode .qrcode {
  margin: 20px;
  width: auto;
}
.single-blog .blog-meta .social-share .icon-wechat .wechat-qrcode .qrcode img {
  width: 100%;
}
.single-blog .blog-meta .social-share .icon-wechat .wechat-qrcode .help {
  display: none;
}
.single-blog .blog-content {
  margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .single-blog .blog-content {
    margin-bottom: 0;
  }
}
.single-blog .blog-content h1,
.single-blog .blog-content h2,
.single-blog .blog-content h3,
.single-blog .blog-content h4,
.single-blog .blog-content h5,
.single-blog .blog-content h6 {
  margin: 0;
  font-weight: 300;
  transition: all 0.3s ease;
  margin-top: 50px;
  margin-bottom: 30px;
  color: #003e51;
}
@media screen and (max-width: 767px) {
  .single-blog .blog-content h1 {
    font-size: 30px;
  }
}
@media screen and (max-width: 767px) {
  .single-blog .blog-content h2 {
    font-size: 24px;
  }
}
@media screen and (max-width: 767px) {
  .single-blog .blog-content h3 {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .single-blog .blog-content h4 {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .single-blog .blog-content h5,
  .single-blog .blog-content h6 {
    font-size: 14px;
  }
}
.single-blog .blog-content p {
  margin-bottom: 30px;
  font-family: 'Microsoft YaHei';
  font-size: 16px;
  line-height: 1.63;
  text-align: left;
  color: #202020;
}
.single-blog .blog-content img {
  text-align: center;
}
.single-blog .blog-nav {
  padding: 40px 0;
  border-top: 1px solid #dcdcdc;
}
.single-blog .blog-nav .prev-post {
  float: left;
}
.single-blog .blog-nav .prev-post a:before {
  display: inline-block;
  content: '\f104';
  margin-right: 14px;
  font-family: fontAwesome;
}
.single-blog .blog-nav .next-post {
  float: right;
}
.single-blog .blog-nav .next-post a:after {
  display: inline-block;
  content: '\f105';
  margin-left: 14px;
  font-family: fontAwesome;
}
.single-blog .blog-nav a {
  font-size: 16px;
  line-height: 2.6;
  letter-spacing: 1px;
  color: #01a7e1;
  transition: all 0.3s ease;
  font-family: 'Microsoft YaHei';
  text-transform: uppercase;
}
.single-blog .blog-nav a:hover {
  color: #003e51;
}
.blogs-pagination {
  padding: 33px 0 68px;
  border-top: 1px solid #dcdcdc;
  text-align: center;
}
.blogs-pagination > span:not(.dots),
.blogs-pagination a:not(.prev):not(.next) {
  display: inline-block;
  width: 40px;
  height: 40px;
  margin: 0 15px;
  background: #f6f6f6;
  font-family: 'Microsoft YaHei';
  font-size: 16px;
  line-height: 40px;
  text-align: center;
  color: #202020;
  transition: 0.3s;
}
@media screen and (max-width: 991px) {
  .blogs-pagination > span:not(.dots),
  .blogs-pagination a:not(.prev):not(.next) {
    margin: 0 5px;
  }
}
.blogs-pagination > span:not(.dots):hover,
.blogs-pagination a:not(.prev):not(.next):hover {
  background: #003e51;
  color: white;
}
.blogs-pagination .dots {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
}
.blogs-pagination .prev,
.blogs-pagination .next {
  display: inline-block;
  margin: 0 25px;
  font-family: 'Microsoft YaHei';
  font-size: 16px;
  line-height: 1;
  text-align: center;
  color: #01a7e1;
}
@media screen and (max-width: 767px) {
  .blogs-pagination .prev,
  .blogs-pagination .next {
    width: 40px;
    height: 40px;
    margin: 0;
    background: #f6f6f6;
    line-height: 40px;
    color: #202020;
  }
  .blogs-pagination .prev span,
  .blogs-pagination .next span {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .blogs-pagination .page-numbers.dots,
  .blogs-pagination .page-numbers:nth-last-child(3).dots + .page-numbers {
    display: none;
  }
}
.blogs-pagination .prev:before {
  display: inline-block;
  content: '\f104';
  margin-right: 14px;
  font-family: fontAwesome;
}
@media screen and (max-width: 767px) {
  .blogs-pagination .prev:before {
    margin-right: 0;
  }
}
.blogs-pagination .next:after {
  display: inline-block;
  content: '\f105';
  margin-left: 14px;
  font-family: fontAwesome;
}
@media screen and (max-width: 767px) {
  .blogs-pagination .next:after {
    margin-left: 0;
  }
}
.child-nav {
  background-color: #f6f6f6;
  min-height: 60px;
}
@media screen and (max-width: 767px) {
  .child-nav {
    height: auto;
    margin-bottom: 50px;
  }
}
.child-nav .service-list {
  display: table;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
  table-layout: fixed;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .child-nav .service-list {
    display: inline-block;
    font-size: 0;
  }
}
@media screen and (max-width: 767px) {
  .child-nav .service-list {
    display: block;
  }
}
.child-nav .service-list > li {
  display: table-cell;
  border-right: 1px solid #d4d4d4;
}
.child-nav .service-list > li:first-child {
  border-left: 1px solid #d4d4d4;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .child-nav .service-list > li {
    display: inline-block;
    width: 33%;
    border: 0 !important;
  }
}
@media screen and (max-width: 767px) {
  .child-nav .service-list > li {
    display: block;
    border: 0;
  }
  .child-nav .service-list > li:first-child {
    border: 0;
  }
}
.child-nav .service-list > li > a {
  position: relative;
  display: block;
  height: 60px;
  z-index: 1;
  transition: color 0.3s ease-in-out;
}
.child-nav .service-list > li > a > span {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  font-family: 'Microsoft YaHei';
  font-size: 14px;
  letter-spacing: 0.5px;
  text-align: center;
  text-transform: uppercase;
  color: #202020;
  transform: translate(-50%, -50%);
}
.child-nav .service-list > li > a:before {
  display: block;
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #003e51;
  transform: scaleX(0);
  transform-origin: 100% 0;
  transition: transform 0.3s ease-in-out;
  z-index: -1;
}
.child-nav .service-list > li .mobile-service-content {
  display: none;
  padding: 0 15px;
  background-color: white;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .child-nav .service-list > li .mobile-service-content {
    display: none !important;
  }
}
.child-nav .service-list > li .mobile-service-content.active {
  display: block;
}
.child-nav .service-list > li .mobile-service-content .service-title {
  margin: 0;
  font-weight: 300;
  transition: all 0.3s ease;
  font-size: 36px;
  line-height: 1;
  letter-spacing: 1px;
  margin: 25px 0 15px;
  padding-bottom: 28px;
  font-family: 'Microsoft YaHei';
  font-size: 30px;
  color: #003e51;
  border-bottom: 1px solid #d4d4d4;
}
@media screen and (max-width: 991px) {
  .child-nav .service-list > li .mobile-service-content .service-title {
    font-size: 28px;
  }
}
@media screen and (max-width: 767px) {
  .child-nav .service-list > li .mobile-service-content .service-title {
    font-size: 20px;
  }
}
.child-nav .service-list > li .mobile-service-content .main-content li,
.child-nav .service-list > li .mobile-service-content .main-content p {
  font-family: 'Microsoft YaHei';
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.5px;
  text-align: left;
  color: #202020;
}
.child-nav .service-list > li .mobile-service-content .main-content p {
  margin-bottom: 28px;
}
.child-nav .service-list > li .mobile-service-content .main-content ul {
  padding-left: 20px;
}
.child-nav .service-list > li .mobile-service-content .main-content ul li {
  margin-bottom: 28px;
}
.child-nav .service-list > li .mobile-service-content .main-content table {
  border-color: transparent;
  border-collapse: separate;
  border-spacing: 0 30px;
}
.child-nav .service-list > li .mobile-service-content .main-content table tr td:first-child {
  color: #003e51;
}
.child-nav .service-list > li.active a:before,
.child-nav .service-list > li:hover a:before {
  transform: scaleX(1);
  transform-origin: 0 0;
}
.child-nav .service-list > li.active a span,
.child-nav .service-list > li:hover a span {
  color: white;
}
.child-nav #ufaq-faq-list .ufaq-faq-title > a {
  display: block;
  padding: 37px 14px 15px;
  color: #003e51;
  border-bottom: 1px solid #d4d4d4;
}
.child-nav #ufaq-faq-list .ufaq-faq-title > a h4 {
  margin: 0 !important;
  font-family: 'Microsoft YaHei';
  font-size: 20px;
  line-height: 1;
  letter-spacing: 0.6px;
  text-align: left;
}
.child-nav #ufaq-faq-list script + .ufaq-faq-div a {
  padding-top: 16px;
}
.child-nav #ufaq-faq-list .ufaq-faq-body {
  padding: 26px 14px 33px;
  border-bottom: 1px solid #d4d4d4;
}
.child-nav #ufaq-faq-list .ufaq-faq-body * {
  font-family: Arial, Helvetica, sans-serif;
  color: #545454;
}
.child-nav #ufaq-faq-list .ufaq-faq-body b {
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.5px;
  text-align: left;
  color: #5c5c5c;
}
.child-nav #ufaq-faq-list .ewd-ufaq-post-margin-symbol {
  float: right;
}
.child-nav #ufaq-faq-list .ewd-ufaq-post-margin-symbol span {
  font-size: 18px;
  color: #01a7e1;
}
.tools {
  margin-top: 70px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .tools {
    margin: 0;
  }
}
.tools .tool-item-wrapper {
  position: relative;
  overflow: hidden;
}
.tools .tool-item-wrapper .tool-item-overlay .overlay-horizontal,
.tools .tool-item-wrapper .tool-item-overlay .overlay-vertical {
  display: block;
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  background: white;
  transform: translate(-50%, -50%);
  transition: all 0.3s ease;
  animation-duration: 1s;
  animation-timing-function: ease-in-out;
  z-index: 1;
}
.tools .tool-item-wrapper .tool-item-overlay .overlay-vertical {
  width: 200px;
  height: 230px;
}
.tools .tool-item-wrapper .tool-item-overlay .overlay-horizontal {
  width: 230px;
  height: 200px;
}
.tools .tool-item-wrapper .tool-item-inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
.tools .tool-item-wrapper .tool-item-inner a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.tools .tool-item-wrapper .tool-item-inner .tool-icon-wrapper {
  margin-bottom: 36px;
}
.tools .tool-item-wrapper .tool-item-inner .tool-icon-wrapper img {
  transition: all 0.3s ease;
}
.tools .tool-item-wrapper .tool-item-inner .tool-icon-wrapper .tool-icon {
  width: 90px;
  height: 90px;
}
.tools .tool-item-wrapper .tool-item-inner .tool-name-wrapper {
  width: 144px;
  margin: 0 auto;
  font-family: 'Microsoft YaHei';
  font-size: 16px;
  line-height: 1.44;
  letter-spacing: 0.2px;
  text-align: center;
  transition: color 0.3s ease;
}
@media screen and (max-width: 767px) {
  .tools .tool-item-wrapper .tool-item-inner .tool-name-wrapper {
    font-size: 14px;
  }
}
@keyframes hover_bounce {
  0%,
  100%,
  20%,
  50%,
  80% {
    transform: matrix(1, 0, 0, 1, 0, 0);
  }
  40% {
    transform: matrix(1.2, 0, 0, 1.2, 0, 0);
  }
  60% {
    transform: matrix(1.1, 0, 0, 1.1, 0, 0);
  }
}
.tools .tool-item-wrapper .overlay-border {
  display: block;
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  border: 5px solid #003e51;
  transform: translate(-50%, -50%);
  transition: all 0.3s ease;
  animation-duration: 1s;
  animation-timing-function: ease-in-out;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .tools .tool-item-wrapper:hover .overlay-border {
    width: 230px;
    height: 230px;
  }
  .tools .tool-item-wrapper:hover .tool-item-overlay .overlay-vertical {
    width: 180px;
    height: 250px;
  }
  .tools .tool-item-wrapper:hover .tool-item-overlay .overlay-horizontal {
    width: 250px;
    height: 180px;
  }
}
.main-services .service-wrapper {
  position: relative;
  height: 450px;
  overflow: hidden;
}
.main-services .service-wrapper > a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 100;
}
.main-services .service-wrapper .background-image,
.main-services .service-wrapper .background-hover {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transition: all 0.8s;
}
@media screen and (max-width: 767px) {
  .main-services .service-wrapper .background-image,
  .main-services .service-wrapper .background-hover {
    opacity: 0;
  }
}
.main-services .service-wrapper .background-hover {
  opacity: 0;
}
@media screen and (max-width: 767px) {
  .main-services .service-wrapper .background-hover {
    opacity: 1;
  }
}
.main-services .service-wrapper:hover .background-image,
.main-services .service-wrapper:hover .background-hover {
  transform: scale(1.05);
  opacity: 0;
}
.main-services .service-wrapper:hover .background-hover {
  opacity: 1;
}
.main-services .service-wrapper:hover .wrapper-inner h3,
.main-services .service-wrapper:hover .wrapper-inner p,
.main-services .service-wrapper:hover .wrapper-inner a {
  color: white !important;
}
.main-services .service-wrapper .container {
  position: relative;
  height: 100%;
  z-index: 1;
}
.main-services .service-wrapper .wrapper-inner {
  position: absolute;
  top: 50%;
  width: 400px;
  max-width: 100%;
  transform: translateY(-50%);
}
@media screen and (max-width: 991px) {
  .main-services .service-wrapper .wrapper-inner {
    position: relative;
  }
}
@media screen and (max-width: 767px) {
  .main-services .service-wrapper .wrapper-inner h2,
  .main-services .service-wrapper .wrapper-inner p,
  .main-services .service-wrapper .wrapper-inner a {
    color: white !important;
  }
}
.main-services .service-wrapper .wrapper-inner h2 {
  margin: 0;
  font-weight: 300;
  transition: all 0.3s ease;
  font-size: 36px;
  line-height: 1;
  letter-spacing: 1px;
  margin-bottom: 40px;
  font-family: 'Microsoft YaHei';
  color: #003e51;
  transition: all 0.8s;
}
@media screen and (max-width: 991px) {
  .main-services .service-wrapper .wrapper-inner h2 {
    font-size: 28px;
  }
}
@media screen and (max-width: 767px) {
  .main-services .service-wrapper .wrapper-inner h2 {
    font-size: 20px;
  }
}
.main-services .service-wrapper .wrapper-inner p {
  font-family: 'Microsoft YaHei';
  font-size: 16px;
  font-weight: 300;
  line-height: 1.44;
  letter-spacing: 0.8px;
  text-align: left;
  color: #202020;
  transition: all 0.8s;
}
.main-services .service-wrapper .wrapper-inner .service-desc {
  margin-bottom: 32px;
}
.main-services .service-wrapper .wrapper-inner .link-wrapper a {
  font-family: 'Microsoft YaHei';
  font-size: 16px;
  line-height: 2.6;
  letter-spacing: 1px;
  color: #01a7e1;
  transition: all 0.3s ease;
  text-transform: uppercase;
  transition: all 0.8s;
}
.main-services .service-wrapper .wrapper-inner .link-wrapper a:hover {
  color: #003e51;
}
.main-services .service-wrapper .wrapper-inner .link-wrapper a:after {
  display: inline-block;
  content: '\f105';
  margin-left: 14px;
  font-family: fontAwesome;
}
.main-services .service-wrapper:nth-child(even) .wrapper-inner {
  right: 0;
}
.main-services .service-wrapper:nth-child(even) h2,
.main-services .service-wrapper:nth-child(even) p,
.main-services .service-wrapper:nth-child(even) .link-wrapper a {
  color: white;
}
.services .service-content {
  width: 75%;
  height: 0;
  overflow: hidden;
}
@media screen and (max-width: 991px) {
  .services .service-content {
    width: 100%;
    padding: 0 15px;
  }
}
.services .service-content.active {
  height: 100%;
}
.services .service-content .service-title {
  margin: 0;
  font-weight: 300;
  transition: all 0.3s ease;
  font-size: 36px;
  line-height: 1;
  letter-spacing: 1px;
  margin: 100px 0 45px;
  padding-bottom: 28px;
  font-family: 'Microsoft YaHei';
  font-size: 30px;
  color: #003e51;
  border-bottom: 1px solid #d4d4d4;
}
@media screen and (max-width: 991px) {
  .services .service-content .service-title {
    font-size: 28px;
  }
}
@media screen and (max-width: 767px) {
  .services .service-content .service-title {
    font-size: 20px;
  }
}
.services .service-content .main-content li,
.services .service-content .main-content p {
  font-family: 'Microsoft YaHei';
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.5px;
  text-align: left;
  color: #202020;
}
.services .service-content .main-content p {
  margin-bottom: 28px;
}
.services .service-content .main-content ul {
  padding-left: 20px;
}
.services .service-content .main-content ul li {
  margin-bottom: 28px;
}
.services .service-content .main-content table {
  border-color: transparent;
  border-collapse: separate;
  border-spacing: 0 30px;
}
.services .service-content .main-content table tr td:first-child {
  color: #003e51;
}
.services .service-content .main-content table tr td {
  font-family: 'Microsoft YaHei';
  font-size: 18px;
}
.services .service-content .main-content #ufaq-faq-list .ufaq-faq-title > a {
  display: block;
  padding: 37px 14px 15px;
  color: #003e51;
  border-bottom: 1px solid #d4d4d4;
}
.services .service-content .main-content #ufaq-faq-list .ufaq-faq-title > a h4 {
  margin: 0 !important;
  font-family: 'Microsoft YaHei';
  font-size: 20px;
  line-height: 1;
  letter-spacing: 0.6px;
  text-align: left;
}
.services .service-content .main-content #ufaq-faq-list script + .ufaq-faq-div a {
  padding-top: 16px;
}
.services .service-content .main-content #ufaq-faq-list .ufaq-faq-body {
  padding: 26px 14px 33px;
  border-bottom: 1px solid #d4d4d4;
}
.services .service-content .main-content #ufaq-faq-list .ufaq-faq-body * {
  font-family: Arial, Helvetica, sans-serif;
  color: #545454;
}
.services .service-content .main-content #ufaq-faq-list .ufaq-faq-body b {
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.5px;
  text-align: left;
  color: #5c5c5c;
}
.services .service-content .main-content #ufaq-faq-list .ewd-ufaq-post-margin-symbol {
  float: right;
}
.services .service-content .main-content #ufaq-faq-list .ewd-ufaq-post-margin-symbol span {
  font-size: 18px;
  color: #01a7e1;
}
.tools.content-wrapper .tool-item-wrapper {
  width: 33%;
  height: 300px;
  float: left;
}
@media screen and (max-width: 767px) {
  .tools.content-wrapper .tool-item-wrapper {
    width: 50%;
  }
}
.contacts {
  margin-top: 82px;
}
.contacts .contacts-wrapper {
  width: 33%;
  padding: 0 15px;
  float: left;
}
@media screen and (max-width: 767px) {
  .contacts .contacts-wrapper {
    width: 100%;
  }
}
.contacts .contacts-wrapper h3 {
  margin: 0;
  font-weight: 300;
  transition: all 0.3s ease;
  font-size: 36px;
  line-height: 1;
  letter-spacing: 1px;
  margin: 0 0 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #003e51;
  font-family: 'Microsoft YaHei';
  font-size: 22px;
  line-height: 36px;
  color: #003e51;
  text-transform: uppercase;
}
@media screen and (max-width: 991px) {
  .contacts .contacts-wrapper h3 {
    font-size: 28px;
  }
}
@media screen and (max-width: 767px) {
  .contacts .contacts-wrapper h3 {
    font-size: 20px;
  }
}
.contacts .contacts-wrapper ul {
  padding: 0;
  list-style: none;
}
.contacts .contacts-wrapper ul li {
  margin-bottom: 25px;
}
.contacts .contacts-wrapper ul li a {
  font-family: 'Microsoft YaHei';
  font-size: 16px;
  line-height: 1;
  text-align: left;
  color: #202020;
}
@media screen and (min-width: 767px) and (max-width: 991px) {
  .contacts .contacts-wrapper ul li a {
    display: inline-block;
    width: 75%;
  }
}
.contacts .contacts-wrapper ul li .fa {
  margin-right: 29px;
  width: 22px;
  height: 22px;
  font-size: 22px;
  text-align: center;
  color: #003e51;
  float: left;
}
@media screen and (max-width: 991px) {
  .contacts .contacts-wrapper ul li .fa {
    margin-right: 10px;
  }
}
.contacts .contacts-wrapper.finance h3:before {
  display: block;
  content: '';
  width: 35px;
  height: 36px;
  margin-right: 15px;
  background: url(../images/enquire-loan-blue.svg) no-repeat center;
  background-size: cover;
  float: left;
}
.contacts .contacts-wrapper.accounting h3:before {
  display: block;
  content: '';
  width: 32px;
  height: 32px;
  margin-right: 15px;
  background: url(../images/enquire-acct-blue.svg) no-repeat center;
  background-size: cover;
  float: left;
}
.contacts .contacts-wrapper.legal-respectively h3:before {
  display: block;
  content: '';
  width: 38px;
  height: 38px;
  margin-right: 15px;
  background: url(../images/enquire-legl-blue.svg) no-repeat center;
  background-size: cover;
  float: left;
}
.contacts #google-map {
  margin: 55px 0 75px;
  clear: both;
}
.contacts #google-map .gmpInfoWindowtitle {
  font-family: 'Microsoft YaHei';
  color: #202020 !important;
}
.enquiry-wrapper {
  position: relative;
  height: 275px;
  margin-bottom: 100px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  text-align: center;
}
.enquiry-wrapper .wrapper-inner {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  padding: 0 15px;
  transform: translateY(-50%);
}
.enquiry-wrapper .wrapper-inner h3 {
  margin: 0;
  font-weight: 300;
  transition: all 0.3s ease;
  font-size: 36px;
  line-height: 1;
  letter-spacing: 1px;
  margin-top: 0;
  margin-bottom: 33px;
  font-family: 'Microsoft YaHei';
  font-size: 30px;
  color: #003e51;
}
@media screen and (max-width: 991px) {
  .enquiry-wrapper .wrapper-inner h3 {
    font-size: 28px;
  }
}
@media screen and (max-width: 767px) {
  .enquiry-wrapper .wrapper-inner h3 {
    font-size: 20px;
  }
}
.enquiry-wrapper .wrapper-inner .enquiry-desc {
  width: 650px;
  max-width: 100%;
  margin: 0 auto;
  margin-bottom: 42px;
}
.enquiry-wrapper .wrapper-inner .enquiry-desc p {
  font-family: 'Microsoft YaHei';
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.5px;
  text-align: center;
  color: #202020;
}
.enquiry-wrapper .wrapper-inner .btn-wrapper {
  width: 230px;
  margin: 0 auto;
}
.enquiry-wrapper .wrapper-inner .btn-wrapper a {
  display: block;
  position: relative;
  background-color: #01a7e1;
  overflow: hidden;
  font-family: 'Microsoft YaHei';
  font-size: 16px;
  line-height: 40px;
  color: white;
}
.enquiry-wrapper .wrapper-inner .btn-wrapper a:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #1E7DA1;
  transform: scaleX(0);
  transition: transform 0.3s cubic-bezier(0.77, 0, 0.175, 1);
  transform-origin: 100% 0;
}
.enquiry-wrapper .wrapper-inner .btn-wrapper a:hover:before {
  transform: scaleX(1);
  transform-origin: 0 0;
}
.enquiry-wrapper .wrapper-inner .btn-wrapper a .btn-text {
  position: relative;
  display: inline-block;
  width: auto;
  font: 16px/1 'Microsoft YaHei';
  letter-spacing: 1px;
  text-align: left;
  color: white;
  z-index: 1;
  transition: all 0.3s ease;
}
.enquiry-wrapper .wrapper-inner .btn-wrapper a .fa {
  width: 0;
  font-size: 16px;
  line-height: 40px;
  color: white;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s ease;
}
.about {
  margin-top: 115px;
}
@media screen and (max-width: 767px) {
  .about {
    margin-top: 50px;
  }
}
.about .wrapper-inner .section-wrapper h3 {
  margin: 0;
  font-weight: 300;
  transition: all 0.3s ease;
  font-size: 36px;
  line-height: 1;
  letter-spacing: 1px;
  margin-bottom: 32px;
  font-family: 'Microsoft YaHei';
  color: #003e51;
}
@media screen and (max-width: 991px) {
  .about .wrapper-inner .section-wrapper h3 {
    font-size: 28px;
  }
}
@media screen and (max-width: 767px) {
  .about .wrapper-inner .section-wrapper h3 {
    font-size: 20px;
  }
}
.about .wrapper-inner .section-wrapper .content p {
  margin-bottom: 24px;
  font-family: 'Microsoft YaHei';
  font-size: 16px;
  line-height: 1.44;
  letter-spacing: 0.8px;
  color: #202020;
}
.about .wrapper-inner .section-wrapper .image img {
  width: 765px;
  height: auto;
  max-width: -webkit-max-content;
  max-width: max-content;
}
@media screen and (max-width: 767px) {
  .about .wrapper-inner .section-wrapper .image img {
    width: 100%;
  }
}
.about .wrapper-inner .section-wrapper:nth-child(2) {
  margin-bottom: 57px;
}
.about .wrapper-inner .section-wrapper:nth-child(2) .content {
  margin-top: 135px;
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .about .wrapper-inner .section-wrapper:nth-child(2) .content {
    margin-top: 50px;
  }
}
.about .our-services {
  position: relative;
  height: 365px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  text-align: center;
}
.about .our-services .wrapper-inner {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  padding: 0 15px;
  transform: translateY(-50%);
}
.about .our-services .wrapper-inner h3 {
  margin: 0;
  font-weight: 300;
  transition: all 0.3s ease;
  font-size: 36px;
  line-height: 1;
  letter-spacing: 1px;
  margin-top: 0;
  margin-bottom: 33px;
  font-size: 30px;
  color: #003e51;
}
@media screen and (max-width: 991px) {
  .about .our-services .wrapper-inner h3 {
    font-size: 28px;
  }
}
@media screen and (max-width: 767px) {
  .about .our-services .wrapper-inner h3 {
    font-size: 20px;
  }
}
.about .our-services .wrapper-inner .section-desc {
  width: 650px;
  max-width: 100%;
  margin: 0 auto;
  margin-bottom: 42px;
}
.about .our-services .wrapper-inner .section-desc p {
  font-family: 'Microsoft YaHei';
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.5px;
  text-align: center;
  color: #202020;
}
.about .our-services .wrapper-inner .btn-wrapper {
  font-size: 0;
}
.about .our-services .wrapper-inner .btn-wrapper a {
  display: inline-block;
  width: 190px;
  margin: 0 9px;
  position: relative;
  background-color: #01a7e1;
  overflow: hidden;
  font-family: 'Microsoft YaHei';
  font-size: 16px;
  line-height: 40px;
  color: white;
}
.about .our-services .wrapper-inner .btn-wrapper a:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #1E7DA1;
  transform: scaleX(0);
  transition: transform 0.3s cubic-bezier(0.77, 0, 0.175, 1);
  transform-origin: 100% 0;
}
.about .our-services .wrapper-inner .btn-wrapper a:hover:before {
  transform: scaleX(1);
  transform-origin: 0 0;
}
.about .our-services .wrapper-inner .btn-wrapper a .btn-text {
  position: relative;
  display: inline-block;
  width: auto;
  font: 16px/1 'Microsoft YaHei';
  letter-spacing: 1px;
  text-align: left;
  color: white;
  z-index: 1;
  transition: all 0.3s ease;
}
.about .our-services .wrapper-inner .btn-wrapper a .fa {
  width: 0;
  font-size: 16px;
  line-height: 40px;
  color: white;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s ease;
}
@media screen and (max-width: 767px) {
  .about .our-services .wrapper-inner .btn-wrapper a {
    margin-bottom: 15px;
  }
}
#overlay {
  position: fixed;
  top: 0;
  width: 100vw;
  height: 100vh;
  background: white;
  z-index: 10000;
}
#overlay:before {
  display: block;
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 90px;
  height: 50px;
  background-image: url(../images/newgen_loader_animation_1.gif);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  transform: translate(-50%, -50%);
}
.error-404 {
  position: relative;
  text-align: center;
}
.error-404 .wrapper-inner {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
.error-404:before {
  content: '';
  display: block;
  position: absolute;
  top: 69px;
  left: 77px;
  right: 0;
  bottom: 0;
  margin-bottom: 30px;
  max-height: 487px;
  background-image: url(../images/404-left.png);
  background-size: contain;
  background-position: left;
  background-repeat: no-repeat;
}
@media screen and (max-width: 1199px) {
  .error-404:before {
    left: 0;
  }
}
@media screen and (max-width: 991px) {
  .error-404:before {
    max-width: 400px;
  }
}
@media screen and (max-width: 767px) {
  .error-404:before {
    max-width: 200px;
    top: 0;
  }
}
.error-404:after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 542px;
  background-image: url(../images/404-right.png);
  background-size: contain;
  background-position: right;
  background-repeat: no-repeat;
}
@media screen and (max-width: 991px) {
  .error-404:after {
    max-height: 400px;
  }
}
@media screen and (max-width: 767px) {
  .error-404:after {
    max-height: 200px;
  }
}
.error-404 h2 {
  margin: 0;
  transition: all 0.3s ease;
  font-size: 55px;
  letter-spacing: 1px;
  margin-bottom: 52px;
  font-size: 80px;
  font-weight: 300;
  line-height: 1;
  letter-spacing: 2px;
  color: #003e51;
}
@media screen and (max-width: 991px) {
  .error-404 h2 {
    font-size: 40px;
  }
}
@media screen and (max-width: 767px) {
  .error-404 h2 {
    font-size: 30px;
  }
}
@media screen and (max-width: 991px) {
  .error-404 h2 {
    font-size: 50px;
  }
}
.error-404 h3 {
  margin: 0;
  transition: all 0.3s ease;
  letter-spacing: 1px;
  margin-bottom: 49px;
  font-size: 36px;
  font-weight: 300;
  line-height: 1;
  letter-spacing: 0.9px;
  color: #003e51;
}
@media screen and (max-width: 991px) {
  .error-404 h3 {
    font-size: 28px;
  }
}
@media screen and (max-width: 767px) {
  .error-404 h3 {
    font-size: 20px;
  }
}
.error-404 .link-wrapper a {
  font-family: 'Microsoft YaHei';
  font-size: 16px;
  line-height: 2.6;
  letter-spacing: 1px;
  color: #01a7e1;
  transition: all 0.3s ease;
}
.error-404 .link-wrapper a:hover {
  color: #003e51;
}
.error-404 .link-wrapper a .fa {
  margin-right: 17px;
}
/*# sourceMappingURL=nexty1_zh.css.map */