body{
    font-family: PFSCRegular, SFProDisRegular, SFProTextRegular, Helvetica Neue, Helvetica, Arial, Microsoft Yahei, sans-serif !important;
}
a {
    text-decoration: none
}

.menu {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 110;
    width: 100%;
    text-align: center;
    line-height: 1.5em;
}

.logo-contain {
    position: relative;
    display: block;
    float: left;
    margin: 0 0 0 30px;
    padding: 32px 0px 0px 0px;
}

.logo img {
    /*height: 24px;*/
    border: 0;
    vertical-align: middle;
    /*-webkit-transition: .5s all linear 0s;*/
    transition: .5s all linear 0s;
}

.navigation {
    margin: 0;
    padding: 0;
}

@media screen and (max-width: 767px) {
    .logo img {
        height: 24px;
        border: 0;
        /*vertical-align: middle;*/

    }
}

.section {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    padding-bottom: 0px;
    padding-bottom: 0px;
    box-sizing: border-box;
    height: 100%;
    width: 100%;
    cursor: auto;

}

.section h1 {
    display: block;
    text-align: center;
    opacity: 1;
    -webkit-transition: 1s all cubic-bezier(0.08, 0.03, 0.22, 0.87) 0s;
    transition: 1s all cubic-bezier(0.08, 0.03, 0.22, 0.87) 0s;
    position: absolute;
    bottom: 6em;
    font-size: 1em;
    width: 100%;
    color: white;
    font-family: PFSCRegular, SFProDisRegular, SFProTextRegular, Helvetica Neue, Helvetica, Arial, Microsoft Yahei, sans-serif !important;
    font-weight: normal;
}

#fp-nav ul li a span {
    background-color: white;
}

.common-chat-btn {
    background-color: transparent;
}

.common-chat-btn:hover {
    background-color: rgba(0, 0, 0, 0.5);
}

.fullpage-wrapper a {
    cursor: pointer;
}
.footer-copyright {
  clear: both;
  max-width: 1600px;
  margin-left: 20px;
  padding: 0 0 50px;
  font-size: 12px;
  color: #999;
  line-height: 1.8;
  text-decoration: none;
  position: fixed;
  left: -5px;
  bottom: -30px;
  z-index: 119;
  overflow: hidden;
}
.footer-copyright a{
    color: #999;
}