@charset "UTF-8";
/* 大标题颜色 */
/* 大标题颜色 */
/* 列表标题颜色 */
/* hover 颜色 */
/* 加强红色 */
/* 橙色 */
/* 蓝色按钮 */
/* 蓝色文字 */
/* 子内容灰色 */
/* 弱文字颜色*/
/* 模块标题浅色 */
.padding-hor-reset {
  padding-left: 0;
  padding-right: 0; }
/*------------------------- Media Query -------------------------*/
/* ==========================================================================
 Third party login
 ============================================================================ */
.login-btn-others {
  margin-top: 50px;
  text-align: center;
  opacity: 0;
  opacity: 1 \9;
  /* For IE9 */
  -webkit-animation-delay: 1s;
  -webkit-animation-duration: 1s;
  -webkit-animation-name: fadeInUp;
  -webkit-animation-fill-mode: forwards;
  /* this prevents the animation from restarting! */
  -moz-animation-delay: 1s;
  -moz-animation-duration: 1s;
  -moz-animation-name: fadeInUp;
  -moz-animation-fill-mode: forwards;
  /* this prevents the animation from restarting! */
  -ms-animation-delay: 1s;
  -ms-animation-duration: 1s;
  -ms-animation-name: fadeInUp;
  -ms-animation-fill-mode: forwards;
  /* this prevents the animation from restarting! */
  -o-animation-delay: 1s;
  -o-animation-duration: 1s;
  -o-animation-name: fadeInUp;
  -o-animation-fill-mode: forwards;
  /* this prevents the animation from restarting! */
  animation-delay: 1s;
  animation-duration: 1s;
  animation-name: fadeInUp;
  animation-fill-mode: forwards;
  /* this prevents the animation from restarting! */ }
  .login-btn-others a {
    padding: 14px;
    cursor: pointer;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    display: inline-block;
    *display: inline;
    *zoom: 1; }
    .login-btn-others a:hover {
      transition: all 0.5s;
      -moz-transition: all 0.5s;
      -webkit-transition: all 0.5s;
      -o-transition: all 0.5s; }
    .login-btn-others a i {
      width: 26px;
      height: 26px;
      color: #fff;
      font-size: 23px; }
      .login-btn-others a i.fa-weixin {
        *width: 58px;
        *height: 58px;
        *background: transparent url("../../../../assets/img/frontend/user/weixinIco.png") no-repeat; }
      .login-btn-others a i.fa-qq {
        *width: 58px;
        *height: 58px;
        *background: transparent url("../../../../assets/img/frontend/user/QQIco.png") no-repeat; }
      .login-btn-others a i.fa-weibo {
        *width: 58px;
        *height: 58px;
        *background: transparent url("../../../../assets/img/frontend/user/weiboIco.png") no-repeat; }
    .login-btn-others a.weixin-login {
      background: #7cebd2;
      *background: none; }
      .login-btn-others a.weixin-login:hover {
        background: #77e0c8;
        *background: none; }
    .login-btn-others a.qq-login {
      background: #6bafe9;
      *background: none; }
      .login-btn-others a.qq-login:hover {
        background: #65a4db;
        *background: none; }
    .login-btn-others a.weibo-login {
      background: #f57f87;
      *background: none; }
      .login-btn-others a.weibo-login:hover {
        background: #ed7b83;
        *background: none; }
  .login-btn-others .othersLine {
    position: relative;
    margin: 0 auto;
    width: 285px;
    height: 31px;
    color: #fff;
    font-size: 14px; }
    .login-btn-others .othersLine:before, .login-btn-others .othersLine:after {
      position: absolute;
      margin-top: 5px;
      width: 36%;
      height: 1px;
      content: "";
      background: rgba(255, 255, 255, 0.4); }
    .login-btn-others .othersLine:before {
      left: 0; }
    .login-btn-others .othersLine:after {
      right: 0; }
  .login-btn-others .othersItem {
    margin: 0 auto;
    width: 285px; }

@charset "UTF-8";
/* 大标题颜色 */
/* 大标题颜色 */
/* 列表标题颜色 */
/* hover 颜色 */
/* 加强红色 */
/* 橙色 */
/* 蓝色按钮 */
/* 蓝色文字 */
/* 子内容灰色 */
/* 弱文字颜色*/
/* 模块标题浅色 */
.padding-hor-reset {
  padding-left: 0;
  padding-right: 0; }
/*------------------------- Media Query -------------------------*/
/* ==========================================================================
 Contact us
 ============================================================================ */
.contact a {
  position: fixed;
  z-index: 6;
  bottom: 0;
  right: 0;
  padding: 14px 12px;
  color: #fff;
  font-size: 16px;
  background: #272629;
  background-color: rgba(39, 38, 41, 0.65);
  text-shadow: 0 0 4px #424242;
  -moz-text-shadow: 0 0 4px #424242;
  -webkit-text-shadow: 0 0 4px #424242;
  border-top-left-radius: 13px;
  -webkit-top-left-border-radius: 13px;
  -moz-top-left-border-radius: 13px;
  -ms-top-left-border-radius: 13px;
  -o-top-left-border-radius: 13px; }
  .contact a em {
    display: inline-block;
    margin-right: 10px;
    width: 18px;
    height: 21px;
    vertical-align: -6px;
    background: url("../../../../assets/img/frontend/landingpage/contactIcon.png") no-repeat -1px 0; }
  .contact a b {
    display: inline-block;
    margin-left: 20px;
    width: 8px;
    height: 13px;
    vertical-align: -1px;
    background: url("../../../../assets/img/frontend/landingpage/contactIcon.png") no-repeat -27px -4px; }

html, body {
  height: 100%;
  overflow: hidden;
  background: #262424; }

@media only screen and (max-width: 767px) {
  html, body {
    overflow: auto !important;
    background: #3d5267 !important; } }

body, html {
  overflow: hidden;
  margin: 0;
  padding: 0;
  -webkit-tap-highlight-color: transparent; }

.pp-section {
  height: 100%;
  position: absolute;
  width: 100%; }

.pp-easing {
  -webkit-transition: all 1s cubic-bezier(0.55, 0.085, 0, 0.99);
  -moz-transition: all 1s cubic-bezier(0.55, 0.085, 0, 0.99);
  -o-transition: all 1s cubic-bezier(0.55, 0.085, 0, 0.99);
  transition: all 1s cubic-bezier(0.55, 0.085, 0, 0.99);
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.085, 0, 0.99);
  -moz-transition-timing-function: cubic-bezier(0.55, 0.085, 0, 0.99);
  -o-transition-timing-function: cubic-bezier(0.55, 0.085, 0, 0.99);
  transition-timing-function: cubic-bezier(0.55, 0.085, 0, 0.99); }

#pp-nav {
  position: fixed;
  z-index: 100;
  margin-top: -32px;
  top: 50%;
  opacity: 1; }
  #pp-nav.right {
    right: 17px; }
  #pp-nav.left {
    left: 17px; }

.pp-section.pp-table {
  display: table; }

.pp-tableCell {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: 100%; }

.pp-slidesNav {
  position: absolute;
  z-index: 4;
  left: 50%;
  opacity: 1; }
  .pp-slidesNav.bottom {
    bottom: 17px; }
  .pp-slidesNav.top {
    top: 17px; }

#pp-nav ul, .pp-slidesNav ul {
  margin: 0;
  padding: 0; }

#pp-nav li, .pp-slidesNav li {
  display: block;
  width: 14px;
  height: 13px;
  margin: 7px;
  position: relative; }

.pp-slidesNav li {
  display: inline-block; }

#pp-nav li a, .pp-slidesNav li a {
  display: block;
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  cursor: pointer;
  text-decoration: none; }

#pp-nav li .active span, .pp-slidesNav .active span {
  background: #333; }

#pp-nav span, .pp-slidesNav span {
  top: 2px;
  left: 2px;
  width: 8px;
  height: 8px;
  border: 1px solid #000;
  background: rgba(0, 0, 0, 0);
  border-radius: 50%;
  position: absolute;
  z-index: 1; }

.pp-tooltip {
  position: absolute;
  top: -2px;
  color: #fff;
  font-size: 14px;
  font-family: arial, helvetica, sans-serif;
  white-space: nowrap;
  max-width: 220px; }
  .pp-tooltip.right {
    right: 20px; }
  .pp-tooltip.left {
    left: 20px; }

.pp-scrollable {
  overflow-y: scroll;
  height: 100%; }

@charset "UTF-8";
/* 大标题颜色 */
/* 大标题颜色 */
/* 列表标题颜色 */
/* hover 颜色 */
/* 加强红色 */
/* 橙色 */
/* 蓝色按钮 */
/* 蓝色文字 */
/* 子内容灰色 */
/* 弱文字颜色*/
/* 模块标题浅色 */
.padding-hor-reset {
  padding-left: 0;
  padding-right: 0; }
/*------------------------- Media Query -------------------------*/
/* ==========================================================================
 Landingpage main css
 ============================================================================ */
/* Defined animation
 ============================================================================ */
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(20px); }

  100% {
    opacity: 1;
    transform: translateY(0); } }

@-moz-keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(20px); }

  100% {
    opacity: 1;
    transform: translateY(0); } }

@-o-keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(20px); }

  100% {
    opacity: 1;
    transform: translateY(0); } }

@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(20px); }

  100% {
    opacity: 1;
    transform: translateY(0); } }

@-webkit-keyframes xguide_down {
  0%, 100% {
    transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    opacity: 0; }

  50% {
    transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    opacity: 0.5; } }

@-moz-keyframes xguide_down {
  0%, 100% {
    transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    opacity: 0; }

  50% {
    transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    opacity: 0.5; } }

@-o-keyframes xguide_down {
  0%, 100% {
    transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    opacity: 0; }

  50% {
    transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    opacity: 0.5; } }

@keyframes xguide_down {
  0%, 100% {
    transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    opacity: 0; }

  50% {
    transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    opacity: 0.5; } }
/* Section
 ============================================================================ */
#pagepiling, .section {
  height: 100%; }

#pagepiling {
  display: none; }

.section {
  background-color: #231d1f;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat; }

.sectionCon {
  z-index: 2;
  text-align: center; }
  .sectionCon:before {
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    content: "";
    background: url("../../../../assets/img/frontend/common/bg-dot-pattern.png") repeat;
    opacity: 0.3; }
  .sectionCon .btns {
    z-index: 3;
    margin-top: 90px;
    width: 285px; }
    .sectionCon .btns a {
      display: inline-block;
      margin-top: 13px;
      width: 283px;
      height: 53px;
      line-height: 53px;
      text-align: center;
      font-size: 16px;
      color: #2b2b2b;
      background: #fff;
      background: #ccc \9;
      border-radius: 3px; }
      .sectionCon .btns a[title="登录"] {
        color: #646464;
        background-color: rgba(255, 255, 255, 0.75); }
      .sectionCon .btns a.active {
        color: #fff;
        background: #17b5e5; }

#section0 {
  background-image: url("../../../../assets/img/frontend/landingpage/1.jpg");
  color: #fff; }
  #section0 h2 {
    opacity: 1 \9;
    filter: alpha(opacity=100) \9; }
  #section0 .btns {
    opacity: 1 \9;
    filter: alpha(opacity=100) \9; }
  #section0 .login-btn-others {
    opacity: 1 \9;
    filter: alpha(opacity=100) \9; }
  #section0.active h2 {
    opacity: 0;
    -webkit-animation-delay: 0.5s;
    -webkit-animation-duration: 1s;
    -webkit-animation-name: fadeInUp;
    -webkit-animation-fill-mode: forwards;
    /* this prevents the animation from restarting! */
    -moz-animation-delay: 0.5s;
    -moz-animation-duration: 1s;
    -moz-animation-name: fadeInUp;
    -moz-animation-fill-mode: forwards;
    /* this prevents the animation from restarting! */
    -ms-animation-delay: 0.5s;
    -ms-animation-duration: 1s;
    -ms-animation-name: fadeInUp;
    -ms-animation-fill-mode: forwards;
    /* this prevents the animation from restarting! */
    -o-animation-delay: 0.5s;
    -o-animation-duration: 1s;
    -o-animation-name: fadeInUp;
    -o-animation-fill-mode: forwards;
    /* this prevents the animation from restarting! */
    animation-delay: 0.5s;
    animation-duration: 1s;
    animation-name: fadeInUp;
    animation-fill-mode: forwards;
    /* this prevents the animation from restarting! */ }
    #section0.active .btns {
      opacity: 0;
      -webkit-animation-delay: 1s;
      -webkit-animation-duration: 1s;
      -webkit-animation-name: fadeInUp;
      -webkit-animation-fill-mode: forwards;
      /* this prevents the animation from restarting! */
      -moz-animation-delay: 1s;
      -moz-animation-duration: 1s;
      -moz-animation-name: fadeInUp;
      -moz-animation-fill-mode: forwards;
      /* this prevents the animation from restarting! */
      -ms-animation-delay: 1s;
      -ms-animation-duration: 1s;
      -ms-animation-name: fadeInUp;
      -ms-animation-fill-mode: forwards;
      /* this prevents the animation from restarting! */
      -o-animation-delay: 1s;
      -o-animation-duration: 1s;
      -o-animation-name: fadeInUp;
      -o-animation-fill-mode: forwards;
      /* this prevents the animation from restarting! */
      animation-delay: 1s;
      animation-duration: 1s;
      animation-name: fadeInUp;
      animation-fill-mode: forwards;
      /* this prevents the animation from restarting! */ }
    #section0.active .login-btn-others {
      opacity: 0;
      -webkit-animation-delay: 1.5s;
      -webkit-animation-duration: 1s;
      -webkit-animation-name: fadeInUp;
      -webkit-animation-fill-mode: forwards;
      /* this prevents the animation from restarting! */
      -moz-animation-delay: 1.5s;
      -moz-animation-duration: 1s;
      -moz-animation-name: fadeInUp;
      -moz-animation-fill-mode: forwards;
      /* this prevents the animation from restarting! */
      -ms-animation-delay: 1.5s;
      -ms-animation-duration: 1s;
      -ms-animation-name: fadeInUp;
      -ms-animation-fill-mode: forwards;
      /* this prevents the animation from restarting! */
      -o-animation-delay: 1.5s;
      -o-animation-duration: 1s;
      -o-animation-name: fadeInUp;
      -o-animation-fill-mode: forwards;
      /* this prevents the animation from restarting! */
      animation-delay: 1.5s;
      animation-duration: 1s;
      animation-name: fadeInUp;
      animation-fill-mode: forwards;
      /* this prevents the animation from restarting! */ }

#section1 {
  color: #16b5b5;
  background-color: #fff;
  *display: none; }
  #section1 .sectionCon {
    color: #fff;
    height: 80%;
    background: url("../../../../assets/img/frontend/landingpage/2.jpg") no-repeat top;
    background-size: cover;
    position: initial; }
    #section1 .sectionCon > .container {
      display: table;
      height: 100%;
      width: 100%; }
    #section1 .sectionCon .container-fluid {
      height: 100%; }
    #section1 .sectionCon .introTit {
      height: 100px; }
  #section1 .introTit {
    display: table-cell;
    vertical-align: middle; }
  #section1 .sec1Intro {
    margin-top: 50px;
    font-size: 16px; }
  #section1 h2 {
    opacity: 1 \9;
    filter: alpha(opacity=100) \9; }
  #section1 .sec1Intro {
    opacity: 1 \9;
    filter: alpha(opacity=100) \9; }
  #section1.active h2 {
    opacity: 0;
    -webkit-animation-delay: 0.5s;
    -webkit-animation-duration: 2s;
    -webkit-animation-name: fadeInUp;
    -webkit-animation-fill-mode: forwards;
    /* this prevents the animation from restarting! */
    -moz-animation-delay: 0.5s;
    -moz-animation-duration: 2s;
    -moz-animation-name: fadeInUp;
    -moz-animation-fill-mode: forwards;
    /* this prevents the animation from restarting! */
    -ms-animation-delay: 0.5s;
    -ms-animation-duration: 2s;
    -ms-animation-name: fadeInUp;
    -ms-animation-fill-mode: forwards;
    /* this prevents the animation from restarting! */
    -o-animation-delay: 0.5s;
    -o-animation-duration: 2s;
    -o-animation-name: fadeInUp;
    -o-animation-fill-mode: forwards;
    /* this prevents the animation from restarting! */
    animation-delay: 0.5s;
    animation-duration: 2s;
    animation-name: fadeInUp;
    animation-fill-mode: forwards;
    /* this prevents the animation from restarting! */ }
    #section1.active .sec1Intro {
      opacity: 0;
      -webkit-animation-delay: 1s;
      -webkit-animation-duration: 2s;
      -webkit-animation-name: fadeInUp;
      -webkit-animation-fill-mode: forwards;
      /* this prevents the animation from restarting! */
      -moz-animation-delay: 1s;
      -moz-animation-duration: 2s;
      -moz-animation-name: fadeInUp;
      -moz-animation-fill-mode: forwards;
      /* this prevents the animation from restarting! */
      -ms-animation-delay: 1s;
      -ms-animation-duration: 2s;
      -ms-animation-name: fadeInUp;
      -ms-animation-fill-mode: forwards;
      /* this prevents the animation from restarting! */
      -o-animation-delay: 1s;
      -o-animation-duration: 2s;
      -o-animation-name: fadeInUp;
      -o-animation-fill-mode: forwards;
      /* this prevents the animation from restarting! */
      animation-delay: 1s;
      animation-duration: 2s;
      animation-name: fadeInUp;
      animation-fill-mode: forwards;
      /* this prevents the animation from restarting! */ }
  #section1 .refNum {
    height: 20%;
    font-size: 42px; }
    #section1 .refNum b {
      font-family: "Arial";
      font-weight: normal;
      vertical-align: top; }
    #section1 .refNum em {
      font-size: 24px;
      vertical-align: top;
      line-height: 25px;
      margin-left: 3px;
      display: inline-block;
      *display: inline;
      *zoom: 1; }
      #section1 .refNum em.chinese {
        font-size: 15px;
        font-weight: bold; }
      #section1 .refNum em.curnum {
        text-transform: uppercase; }
    #section1 .refNum .num {
      margin-top: 2%; }
    #section1 .refNum .tit {
      margin-top: 10px;
      font-size: 16px;
      color: #26292e; }

#section2 {
  background-image: url("../../../../assets/img/frontend/landingpage/3.jpg");
  color: #fff;
  *display: none; }
  #section2 .sectionCon .container {
    position: relative; }
    #section2 .sectionCon .container .pcImg {
      position: absolute;
      right: 100px;
      bottom: 100px; }
  #section2 .process, #section2 .pcImg {
    display: table-cell;
    float: none; }
  #section2 .process {
    vertical-align: middle; }
    #section2 .process img {
      margin-right: 7px; }
  #section2 .pcImg {
    padding-bottom: 8%;
    padding-bottom: 0 \9;
    vertical-align: bottom; }
    #section2 .pcImg img {
      max-height: 400px; }

#section3 {
  color: #828282;
  background-image: url("../../../../assets/img/frontend/landingpage/4.jpg");
  *display: none; }
  #section3 .voices {
    height: 80%;
    margin-top: 0 \0; }
    #section3 .voices > div {
      height: 100%; }
    #section3 .voices .row {
      height: 15%;
      margin-top: 50px; }
    #section3 .voices .row img.item {
      max-width: 479px;
      display: inline; }
    #section3 .voices .row .item1 {
      margin-right: 10px; }
    #section3 .voices .row .item2 {
      margin-left: 10px; }
    #section3 .voices .row .item3 {
      margin-right: 10px; }
    #section3 .voices .row .item4 {
      margin-left: 10px; }
  #section3 h2 {
    opacity: 1 \9;
    filter: alpha(opacity=100) \9; }
  #section3 .item {
    opacity: 1 \9;
    filter: alpha(opacity=100) \9; }
  #section3.active h2 {
    opacity: 0;
    -webkit-animation-delay: 0.5s;
    -webkit-animation-duration: 2s;
    -webkit-animation-name: fadeInUp;
    -webkit-animation-fill-mode: forwards;
    /* this prevents the animation from restarting! */
    -moz-animation-delay: 0.5s;
    -moz-animation-duration: 2s;
    -moz-animation-name: fadeInUp;
    -moz-animation-fill-mode: forwards;
    /* this prevents the animation from restarting! */
    -ms-animation-delay: 0.5s;
    -ms-animation-duration: 2s;
    -ms-animation-name: fadeInUp;
    -ms-animation-fill-mode: forwards;
    /* this prevents the animation from restarting! */
    -o-animation-delay: 0.5s;
    -o-animation-duration: 2s;
    -o-animation-name: fadeInUp;
    -o-animation-fill-mode: forwards;
    /* this prevents the animation from restarting! */
    animation-delay: 0.5s;
    animation-duration: 2s;
    animation-name: fadeInUp;
    animation-fill-mode: forwards;
    /* this prevents the animation from restarting! */ }
    #section3.active .item1 {
      opacity: 0;
      -webkit-animation-delay: 1s;
      -webkit-animation-duration: 2s;
      -webkit-animation-name: fadeInUp;
      -webkit-animation-fill-mode: forwards;
      /* this prevents the animation from restarting! */
      -moz-animation-delay: 1s;
      -moz-animation-duration: 2s;
      -moz-animation-name: fadeInUp;
      -moz-animation-fill-mode: forwards;
      /* this prevents the animation from restarting! */
      -ms-animation-delay: 1s;
      -ms-animation-duration: 2s;
      -ms-animation-name: fadeInUp;
      -ms-animation-fill-mode: forwards;
      /* this prevents the animation from restarting! */
      -o-animation-delay: 1s;
      -o-animation-duration: 2s;
      -o-animation-name: fadeInUp;
      -o-animation-fill-mode: forwards;
      /* this prevents the animation from restarting! */
      animation-delay: 1s;
      animation-duration: 2s;
      animation-name: fadeInUp;
      animation-fill-mode: forwards;
      /* this prevents the animation from restarting! */ }
    #section3.active .item2 {
      opacity: 0;
      -webkit-animation-delay: 2s;
      -webkit-animation-duration: 2s;
      -webkit-animation-name: fadeInUp;
      -webkit-animation-fill-mode: forwards;
      /* this prevents the animation from restarting! */
      -moz-animation-delay: 2s;
      -moz-animation-duration: 2s;
      -moz-animation-name: fadeInUp;
      -moz-animation-fill-mode: forwards;
      /* this prevents the animation from restarting! */
      -ms-animation-delay: 2s;
      -ms-animation-duration: 2s;
      -ms-animation-name: fadeInUp;
      -ms-animation-fill-mode: forwards;
      /* this prevents the animation from restarting! */
      -o-animation-delay: 2s;
      -o-animation-duration: 2s;
      -o-animation-name: fadeInUp;
      -o-animation-fill-mode: forwards;
      /* this prevents the animation from restarting! */
      animation-delay: 2s;
      animation-duration: 2s;
      animation-name: fadeInUp;
      animation-fill-mode: forwards;
      /* this prevents the animation from restarting! */ }
    #section3.active .item3 {
      opacity: 0;
      -webkit-animation-delay: 3s;
      -webkit-animation-duration: 2s;
      -webkit-animation-name: fadeInUp;
      -webkit-animation-fill-mode: forwards;
      /* this prevents the animation from restarting! */
      -moz-animation-delay: 3s;
      -moz-animation-duration: 2s;
      -moz-animation-name: fadeInUp;
      -moz-animation-fill-mode: forwards;
      /* this prevents the animation from restarting! */
      -ms-animation-delay: 3s;
      -ms-animation-duration: 2s;
      -ms-animation-name: fadeInUp;
      -ms-animation-fill-mode: forwards;
      /* this prevents the animation from restarting! */
      -o-animation-delay: 3s;
      -o-animation-duration: 2s;
      -o-animation-name: fadeInUp;
      -o-animation-fill-mode: forwards;
      /* this prevents the animation from restarting! */
      animation-delay: 3s;
      animation-duration: 2s;
      animation-name: fadeInUp;
      animation-fill-mode: forwards;
      /* this prevents the animation from restarting! */ }
    #section3.active .item4 {
      opacity: 0;
      -webkit-animation-delay: 4s;
      -webkit-animation-duration: 2s;
      -webkit-animation-name: fadeInUp;
      -webkit-animation-fill-mode: forwards;
      /* this prevents the animation from restarting! */
      -moz-animation-delay: 4s;
      -moz-animation-duration: 2s;
      -moz-animation-name: fadeInUp;
      -moz-animation-fill-mode: forwards;
      /* this prevents the animation from restarting! */
      -ms-animation-delay: 4s;
      -ms-animation-duration: 2s;
      -ms-animation-name: fadeInUp;
      -ms-animation-fill-mode: forwards;
      /* this prevents the animation from restarting! */
      -o-animation-delay: 4s;
      -o-animation-duration: 2s;
      -o-animation-name: fadeInUp;
      -o-animation-fill-mode: forwards;
      /* this prevents the animation from restarting! */
      animation-delay: 4s;
      animation-duration: 2s;
      animation-name: fadeInUp;
      animation-fill-mode: forwards;
      /* this prevents the animation from restarting! */ }

#section4 {
  background-image: url("../../../../assets/img/frontend/landingpage/5.jpg");
  *display: none; }
  #section4 a.gray {
    color: #fff;
    background-color: #8c7155;
    background-color: rgba(27, 11, 3, .3); }
  #section4 .btns {
    margin-top: 62px; }
  #section4 .briefIntro {
    margin-top: 45px;
    font-size: 16px;
    color: #fff; }
  #section4 h2 {
    opacity: 1 \9;
    filter: alpha(opacity=100) \9; }
  #section4 .briefIntro {
    opacity: 1 \9;
    filter: alpha(opacity=100) \9; }
  #section4 .btns {
    opacity: 1 \9;
    filter: alpha(opacity=100) \9; }
  #section4.active h2 {
    opacity: 0;
    -webkit-animation-delay: 0.5s;
    -webkit-animation-duration: 2s;
    -webkit-animation-name: fadeInUp;
    -webkit-animation-fill-mode: forwards;
    /* this prevents the animation from restarting! */
    -moz-animation-delay: 0.5s;
    -moz-animation-duration: 2s;
    -moz-animation-name: fadeInUp;
    -moz-animation-fill-mode: forwards;
    /* this prevents the animation from restarting! */
    -ms-animation-delay: 0.5s;
    -ms-animation-duration: 2s;
    -ms-animation-name: fadeInUp;
    -ms-animation-fill-mode: forwards;
    /* this prevents the animation from restarting! */
    -o-animation-delay: 0.5s;
    -o-animation-duration: 2s;
    -o-animation-name: fadeInUp;
    -o-animation-fill-mode: forwards;
    /* this prevents the animation from restarting! */
    animation-delay: 0.5s;
    animation-duration: 2s;
    animation-name: fadeInUp;
    animation-fill-mode: forwards;
    /* this prevents the animation from restarting! */ }
    #section4.active .briefIntro {
      opacity: 0;
      -webkit-animation-delay: 1s;
      -webkit-animation-duration: 2s;
      -webkit-animation-name: fadeInUp;
      -webkit-animation-fill-mode: forwards;
      /* this prevents the animation from restarting! */
      -moz-animation-delay: 1s;
      -moz-animation-duration: 2s;
      -moz-animation-name: fadeInUp;
      -moz-animation-fill-mode: forwards;
      /* this prevents the animation from restarting! */
      -ms-animation-delay: 1s;
      -ms-animation-duration: 2s;
      -ms-animation-name: fadeInUp;
      -ms-animation-fill-mode: forwards;
      /* this prevents the animation from restarting! */
      -o-animation-delay: 1s;
      -o-animation-duration: 2s;
      -o-animation-name: fadeInUp;
      -o-animation-fill-mode: forwards;
      /* this prevents the animation from restarting! */
      animation-delay: 1s;
      animation-duration: 2s;
      animation-name: fadeInUp;
      animation-fill-mode: forwards;
      /* this prevents the animation from restarting! */ }
    #section4.active .btns {
      opacity: 0;
      -webkit-animation-delay: 1.5s;
      -webkit-animation-duration: 2s;
      -webkit-animation-name: fadeInUp;
      -webkit-animation-fill-mode: forwards;
      /* this prevents the animation from restarting! */
      -moz-animation-delay: 1.5s;
      -moz-animation-duration: 2s;
      -moz-animation-name: fadeInUp;
      -moz-animation-fill-mode: forwards;
      /* this prevents the animation from restarting! */
      -ms-animation-delay: 1.5s;
      -ms-animation-duration: 2s;
      -ms-animation-name: fadeInUp;
      -ms-animation-fill-mode: forwards;
      /* this prevents the animation from restarting! */
      -o-animation-delay: 1.5s;
      -o-animation-duration: 2s;
      -o-animation-name: fadeInUp;
      -o-animation-fill-mode: forwards;
      /* this prevents the animation from restarting! */
      animation-delay: 1.5s;
      animation-duration: 2s;
      animation-name: fadeInUp;
      animation-fill-mode: forwards;
      /* this prevents the animation from restarting! */ }

#pages {
  position: fixed;
  z-index: 1000;
  right: 3%;
  top: 43%;
  list-style: none; }
  #pages li {
    margin: 0 0 10px 0;
    border: 3px solid #fff;
    border-radius: 50%;
    width: 12px;
    height: 12px;
    cursor: pointer; }
    #pages li.active {
      width: 12px;
      height: 12px;
      background: #fff; }
/* Dropdown list navigation
 ============================================================================ */
.navbar {
  padding-top: 10px; }
  .navbar .nav .dropdown i {
    position: absolute;
    right: 0;
    margin-top: 5px;
    padding: 8px 10px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    font-size: 22px;
    color: #fff;
    background: #333;
    background: rgba(0, 0, 0, .3);
    cursor: pointer; }
    .navbar .nav .dropdown a {
      display: inline-block;
      padding: 0;
      width: 100%;
      height: 40px;
      line-height: 40px;
      text-align: center;
      cursor: pointer; }
      .navbar .nav .dropdown a:hover {
        color: #ff781e; }
    .navbar .nav .dropdown .dropdown-menu {
      top: 50px;
      min-width: 135px; }
      .navbar .nav .dropdown .dropdown-menu .divider {
        margin: 0; }
  .navbar .btn {
    margin-top: 5px;
    border-radius: 3px;
    color: #fff;
    background: #333;
    background: rgba(0, 0, 0, .3);
    transition: all 500ms ease 50ms;
    display: inline-block;
    *display: inline;
    *zoom: 1; }
    .navbar .btn:hover {
      color: #fff;
      background: rgba(0, 0, 0, .4); }
/* Navigaton bullets
 ============================================================================ */
#pp-nav li, .pp-slidesNav li {
  margin: 14px 7px !important; }

#pp-nav li .active span, .pp-slidesNav .active span {
  background: #fff !important; }

#pp-nav span, .pp-slidesNav span {
  width: 17px !important;
  height: 17px !important;
  border-color: #fff !important;
  border-width: 3px !important; }

.pp-tooltip {
  display: none !important; }

.secHd #section0, .secHd #section1, .secHd #section2, .secHd #section3, .secHd #section4, .secHd #section5 {
  display: none !important; }
/* PopUp style
 ============================================================================ */
#popUpModal .modal-dialog {
  width: 550px;
  margin: 120px auto; }
  #popUpModal .modal-content {
    border: 5px solid #4daae9;
    border-radius: 12px; }
    #popUpModal .modal-content .modal-header {
      border: 0px;
      padding: 3px; }
    #popUpModal .modal-content .modal-footer {
      border: 0px;
      padding: 8px;
      text-align: center;
      margin-left: -20px;
      margin-bottom: -20px;
      background-image: url("../../../../assets/img/frontend/landingpage/popup.png");
      background-size: cover; }
    #popUpModal .modal-content .modal-footer .note {
      font-size: 13px;
      line-height: 20px;
      padding-bottom: 22px; }
    #popUpModal .modal-content .modal-footer .bookmark {
      color: #fff;
      font-size: 16px;
      background: #fe7140;
      line-height: 1.6em;
      padding: 10px 30px;
      margin-top: 20px; }
    #popUpModal .modal-content .modal-body h3 {
      font-size: 30px;
      margin: 25px; }
    #popUpModal .modal-content .modal-body .old-color {
      color: #f55e00; }
    #popUpModal .modal-content .modal-body .new-color {
      color: #4daae9; }
    #popUpModal .modal-content .modal-body p {
      font-size: 17px;
      line-height: 30px; }
      #popUpModal .modal-content .modal-body p a {
        color: #4daae9;
        font-size: 14px;
        text-decoration: underline; }
/* Arrow style
 ============================================================================ */
.arrow {
  position: fixed;
  z-index: 6;
  *display: none; }

.arrow-down {
  display: inline-block;
  position: fixed;
  bottom: 18px;
  left: 50%;
  margin-left: -25px;
  width: 40px;
  height: 40px;
  background: #000 url("../../../../assets/img/frontend/landingpage/arrow.png") no-repeat center;
  _background: none;
  _filter: progid: DXImageTransform.Microsoft.AlphaImageLoader(src=$arrow-img, enabled=true, sizingMethod="crop");
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  opacity: 1;
  cursor: pointer; }

.arrow-down.trans {
  -webkit-animation: xguide_down 4s infinite ease-in-out;
  -moz-animation: xguide_down 4s infinite ease-in-out;
  -o-animation: xguide_down 4s infinite ease-in-out;
  animation: xguide_down 4s infinite ease-in-out; }

.arrow-down.arrow-1 {
  animation-delay: -2s;
  -webkit-animation-delay: -2s;
  -moz-animation-delay: -2s;
  -o-animation-delay: -2s; }
/* Mobile
 ============================================================================ */
@media only screen and (max-width: 767px) {
  .navbar .nav .dropdown i {
    margin-top: 0; }
    .navbar .btn {
      margin-top: 0; }

  #section0 {
    background: url("../../../../assets/img/frontend/landingpage/1_bg_phone.jpg") no-repeat !important;
    background-size: cover; }

  #pp-nav {
    display: none; }

  .sectionCon {
    top: 12px; }
    .sectionCon .btns {
      margin-top: 57px; }

  #popUpModal .modal-dialog {
    width: 350px; } }
