/*--------------------------
---------- GENERAL ---------
--------------------------*/

/*@import url(http://fonts.useso.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,300,600,700,800|Open+Sans+Condensed:300,300italic,700);
@import url(http://fonts.useso.com/css?family=Didact+Gothic);
*/
html, body {
  background: #ffffff;
  width:100%;
  height:100%;
  font-family:  -webkit-font-smoothing: antialiased;
  color: #ffffff;
  font-weight: 300;
  font-size: 14px;
  line-height: 1.428571428571429;
  }

body {
  overflow-x: hidden; 
  }

h1, h2, h3, h4, h5, h6 , body, html{
  
  }

h1 {
  
  font-size: 56px;
  font-weight: 800;
  -webkit-font-smoothing: antialiased;
  margin-top: 10px;
  margin-bottom: 10px;
  }

h2 {
  
  font-size: 36px;
  font-weight: 800;
  -webkit-font-smoothing: antialiased;
  }

h3 {
  
  font-size: 18px;
  font-weight: 100;
  line-height: 18px;
  -webkit-font-smoothing: antialiased;
  margin-top: 10px;
  margin-bottom: 10px;
  }

h4 {
  font-family: '微软雅黑', '宋体', Arial;
  font-size: 18px;
  -webkit-font-smoothing: antialiased;
  }

h5 {
  
  font-size: 14px;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  }

h6 {
  ;
  font-size: 12px;
  -webkit-font-smoothing: antialiased;
  }

p {
  ;
  font-size: 14px;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  }
  

li, ul {
  list-style:none;
  padding:0;
  }

.center{
  text-align: center;
  vertical-align: middle;
  }

.left{
  text-align: left;
}

.right{
  text-align: right;
}

.add-bottom{
  padding-bottom:30px;
}

.add-top{
  padding-top:30px;
}

#features .divider,
#team .divider,
#benefits .divider,
#downloads .divider,
#contact .divider,
#about .divider{
  background: url(../img/divider.png) center top no-repeat;
  height: 5px;
  margin-top: 5px;
  }

.highlight{
  color: #00B4A6;
  }

/*--------------------------
---------- BUTTON ----------
--------------------------*/
.btn {
  border: none;
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  background: none;
  cursor: pointer;
  padding: 25px 80px;
  display: inline-block;
  margin: 5px 5px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 300;
  outline: none;
  position: relative;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  }

.btn:after {
  content: '';
  position: absolute;
  z-index: -1;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  }

/* Pseudo elements for icons */
.btn:before,
.fa-plus:after,
.fa-download:before {
  font-family: 'FontAwesome';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  position: relative;
  -webkit-font-smoothing: antialiased;
  }

/* Learn Button */
.btn-learn {
  background: #666666;
  color: #fff;
  }

.btn-learn:hover {
  background: #818181;
  color: #f3f3f3;
  }

.btn-learn:active {
  background: #818181;
  top: 2px;
  }

.btn-learn:before {
  position: absolute;
  height: 100%;
  left: 0;
  top: 0;
  line-height: 3;
  font-size: 140%;
  width: 60px;
  }

.btn-learna {
  padding: 20px 40px 20px 90px;
  }

.btn-learna:before {
  background: rgba(0,0,0,0.05);
  }

/* Download Button */
.btn-download {
  background: #209196;
  color: #fff;
  }

.btn-download:hover {
  background:#03a4aa;
  color: #f3f3f3;
  }

.btn-download:active {
  background: #03a4aa;
  top: 2px;
  }

.btn-download:before {
  position: absolute;
  height: 100%;
  left: 0;
  top: 0;
  line-height: 3;
  font-size: 140%;
  width: 60px;
  }

.btn-downloada {
  padding: 20px 40px 20px 100px;
  }

.btn-downloada:before {
  background: rgba(0,0,0,0.05);
  }

/*--------------------------
--------- PRELOADER --------
--------------------------*/

#preloader {
  position: fixed;
  top:0;
  left:0;
  right:0;
  bottom:0;
  background-color:#fff; /* change if the mask should have another color then white */
  z-index:1001; /* makes sure it stays on top */
  }

#status {
  width:100%;
  height:400px;
  position:absolute;
  left:0%; /* centers the loading animation horizontally one the screen */
  top:15%; /* centers the loading animation vertically one the screen */
  background-image:url(../img/loading.gif); /* path to your loading animation */
  background-repeat:no-repeat;
  background-position:center;
  /*margin:-100px 0 0 -100px;*/ /* is width and height divided by two */
  }

/*--------------------------
-------- NAVIGATION --------
--------------------------*/

#navigation {
  position: fixed;
  width: 100%;
  height: 65px;
  background-image:url(../img/bg/background-nav.png);
  background-repeat:repeat;
  box-shadow: 0px 1px 1px rgba(0,0,0, 0.1);
  z-index: 1000;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  }

.not-visible-nav{
  top:-77px;
  }

.menu-position{
  width: 95%; 
  text-align:center; 
  padding-left:5%;
  }

.nav-logo{
  float: left;
  position: relative;
  top:0%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  }

.nav-logo a.logo{
  display: block;
  }

.nav-logo a.logo img{
  height: auto;
  max-height: 50px;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  transition: all 1s;
  margin-top: 70px;
  }

#navigation .mini-nav-button{
  display: none;
  width: 40px;
  height: 40px;
  text-align: center;
  font-size:20px;
  font-weight: 600;
  position: absolute;
  z-index: 1000;
  right:15px;
  top:50%;
  cursor: pointer;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-font-smoothing: antialiased;
  }

.nav-fa{
  color: #209196;
  }

.nav-menu{
  float: right;
  height: 100%;
  }

.nav-menu ul.nav{
  height: 100%;
  text-transform: uppercase;
  }

.nav li{
  display: inline-block;
  height: 100%;
  text-transform: uppercase;
  }

.nav li a{
  display: block;
  height: 100%;
  border-top:2px solid transparent;
  border-bottom: 2px solid transparent;
  line-height: 44px;
  color: #209196;
  font-size: 12px;
  font-weight: 600;
  padding: 11px 15px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-font-smoothing: antialiased;
  }

.nav li:hover{
  background:transparent;
  }

.nav li a:hover{
  border-top: 2px solid #209196;
  }

.nav li.active a{
  border-top: 2px solid #209196;
  background-color: #eee;
  }

.nav li a:focus{
  background: transparent !important;
  border-top:2px solid #209196;
  color:#209196;
  }

/*--------------------------
--------- HOMEPAGE ---------
--------------------------*/

#home{
  text-align: center;
  position: relative;
  }

#home .divider-top{
  background: url(../img/divider2.png) center top no-repeat;
  height: 5px;
  }

#home .divider{
  background: url(../img/divider2.png) center top no-repeat;
  height: 5px;
  }

#home .slider1{
  background-image: url(../img/sliders/1.jpg); height:750px;
  }


.banner {
  position: relative;
  text-align: center;
  color: #fff;
  height: auto;
  min-height: 710px;
  max-height: 2000px;
  }

.banner .container {
  position: absolute;
  width: 100%;
  top: 40%;
  }

.banner .carousel-fade .carousel-inner .item {
  opacity: 0;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
  background-attachment:fixed;
  }

.banner .carousel-fade .carousel-inner .active {
  opacity: 1;
  }

.banner .carousel-fade .carousel-inner .active.left, .carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
  }

.banner .carousel-fade .carousel-inner .next.left, .carousel-fade .carousel-inner .prev.right {
  opacity: 1;
  }

.banner .carousel-fade .carousel-control {
  z-index: 2;
  }

.banner .carousel-caption {
  top: -65%;
  bottom: 0;
  left: 0;
  right: 0;
  }

.banner .carousel-inner > .item {
  background-position: center;
  min-height: 700px;
  }

.banner .carousel-indicators {
  bottom: 14%;
  visibility: hidden;
  }

.banner .carousel-indicators li {
  display: inline-block;
  width: 12px;
  height: 12px;
  margin: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #45e3f8;
  border: 5px solid #45e3f8;
  opacity:.3;
  border-radius: 10px;
  }

.banner .carousel-indicators .active,
.banner .carousel-indicators li:hover{
  width: 14px;
  height: 14px;
  margin: 3px;
  background-color: #45e3f8;
  border: 5px solid #45e3f8;
  opacity:1;
  }

.carousel-caption{
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0);
  }


.content{
  color: #ffffff;
  text-align: center;
  }

.content h1{
  width: 100%;
  text-align: center;
  font-size: 4.5em;
  top: 0;
  left: auto;
  position: relative;
  }

/*--------------------------
---------- ABOUT -----------
--------------------------*/

#about{
  width: 100%;
  height: auto;
  max-height: 2500px;
  background-size: cover;
  color: #888888;
  padding-top: 20px;
  padding-bottom: 80px;
  }

.about h2 {
  font-weight: 600;
  font-size: 3.5em;
  text-align: center;
  color: #888888;
  }

.about h2 span {
  display: block;
  font-size: 40%;
  font-weight: 300;
  color: #888888;
  }
.about h3 {
  font-size:2.5em;
  color: #5b6169;
  text-transform: uppercase;
  margin-bottom: 1.5em;
  background: url("../img/borderline.png") no-repeat 175px 20px;
  text-align: center;
  }
#about .list{
  padding: 20px 10px;
  }



#about .list:hover > h4,
#about .list:hover > .f-icon {
  cursor: default;
  -webkit-transition: 0.3s all ease;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -ms-transition: 0.3s all ease;
  transition: 0.3s all ease;
  }

#about .list h4 {
  font-size: 1.5em;
  text-align: left;
  color: #C5B665;
  }

.flat-icons{
  display: inline-block;
  float: left;
  padding: 20px 10px;
  margin-top: 20px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  clear: left;
  }


/*--------------------------
--------- FEATURES ---------
--------------------------*/

#features{
  position: relative;
  background-image:url(../img/bg/green.jpg);
  background-repeat:repeat;
  width: 100%;
  height: auto;
  max-height: 2000px;
  padding-top: 50px;
  padding-bottom: 30px;
  z-index: 99;
  overflow: hidden;
  }

.features h2 {
  font-weight: 600;
  font-size: 3.5em;
  text-align: center;
  color: #d8d8d8;
  }

.features h2 span {
  display: block;
  font-size: 40%;
  font-weight: 300;
  color: #c0c0c0;
  }

#features .list{
  padding: 20px 10px;
  cursor: default;
  }


#features .list:hover > h4{
  color: #ffffff;
  cursor: default;
  font-size: 2em;
  -webkit-transition: 0.3s all ease;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -ms-transition: 0.3s all ease;
  transition: 0.3s all ease;
  }

#features .list h4 {
  font-size: 2em;
  color: #ffffff;
  }


/*--------------------------
--------- BENEFITS ---------
--------------------------*/

#benefits{
  position: relative;
  width: 100%;
  height: auto;
  background-image:url(../img/bg/orange.jpg);
  background-repeat:repeat;
  max-height: 2500px;
  padding-top: 50px;
  padding-bottom: 30px;
  color: #f3f3f3;
  overflow: hidden;
  }

.benefits h2 {
  font-weight: 600;
  font-size: 3.5em;
  text-align: center;
  color: #d8d8d8;
  }

.benefits h2 span {
  display: block;
  font-size: 40%;
  font-weight: 300;
  color: #c0c0c0;
  }

#benefits .list{
  padding: 20px 10px;
  cursor: default;
  }


#benefits .list:hover > h4{
  color: #ffffff;
  cursor: default;
  -webkit-transition: 0.3s all ease;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -ms-transition: 0.3s all ease;
  transition: 0.3s all ease;
  }

#benefits .list h4 {
  font-size: 1.5em;
  margin-top: 50px;
  color: #eee;
  }

/*--------------------------
------- SCREENSHOTS --------
--------------------------*/

#screenshots{
  color: #D68721;
  height: auto;
  padding-top: 80px;
  padding-bottom: 80px;
  overflow: hidden;
  }

.ac-wrapper {
  width: 100%;
  position: relative;
  -webkit-perspective: 1000px;
  -moz-perspective: 1000px;
  perspective: 1000px;
  -webkit-perspective-origin: 50% 25%;
  -moz-perspective-origin: 50% 25%;
  perspective-origin: 50% 25%;
  }

.ac-wrapper h2 {
  top: 20%;
  width: 50%;
  position: absolute;
  font-weight: 600;
  color: #146c70;
  font-size: 3.5em;
  text-align: right;
  padding: 0 180px 0 50px;
  }

.ac-wrapper h2 span {
  display: block;
  font-size: 60%;
  font-weight: 300;
  color: #c0c0c0;
  }

.ac-device {
  background: url(../img/screenshots/iPhone.png) no-repeat;
  width: 288px;
  height: 611px;
  margin: 0 auto;
  position: relative;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  }

.ac-device a {
  height: 440px;
  width: 249px;
  display: inline-block;
  position: relative;
  overflow: hidden;
  margin: 85px 0 0 20px;
  }

.ac-device a img {
  display: block;
  position: absolute;
  }

.ac-device h3 {
  position: absolute;
  font-size: 2em;
  line-height: 0.9;
  left: 100%;
  width: 100%;
  top: 60%;
  margin-left: 30px;
  font-weight: 300;
  color: #888;
  }

.ac-device nav {
  position: absolute;
  bottom: 4em;
  left: 100%;
  margin-left: 2em;
  width: 100%;
  }

.ac-device nav span {
  display: block;
  font-size: 2.8em;
  font-weight: 300;
  cursor: pointer;
  color: #fff;
  background: #ccc;
  line-height: 0.9;
  padding: 0 0.08em;
  margin: 2px;
  float: left;
  width: 64px;
  height:48px;
  text-align: center;
  }

.ac-device nav span:hover {
  background: #199B96;
  }

.ac-grid {
  position: absolute;
  width: 620px;
  left: 50%;
  margin-left: -310px;
  height: 100%;
  z-index: 1000;
  top: 0;
  opacity: 0;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform: translateZ(-350px);
  -moz-transform: translateZ(-350px);
  transform: translateZ(-350px);
  }

.ac-grid a {
  width: 145px;
  display: none;
  position: relative;
  float: left;
  margin: 10px 5px;
  cursor: pointer;
  }

.ac-grid a img {
  display: block;
  width: 100%;
  }

.ac-grid a span {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  text-transform: uppercase;
  padding: 3em 1em 0;
  z-index: 100;
  color: #ddd;
  background: rgba(0,0,0,0.4);
  font-weight: 700;
  opacity: 0;
  -webkit-transform: translateY(-5px);
  -moz-transform: translateY(-5px);
  transform: translateY(-5px);
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  transition: all 0.2s ease;
  }

.ac-grid a:hover span {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  transform: translateY(0);
  }

.ac-wrapper.ac-gridview .ac-device {
  -webkit-transform: translateZ(-350px);
  -moz-transform: translateZ(-350px);
  transform: translateZ(-350px);
  opacity: .6;
  }

.ac-wrapper.ac-gridview .ac-grid {
  -webkit-transform: translateZ(0px);
  -moz-transform: translateZ(0px);
  transform: translateZ(0px);
  opacity: 1;
  }

/*--------------------------
--------- DOWNLOADS --------
--------------------------*/

#downloads{
  background-image:url(../img/bg/blue.jpg);
  background-repeat:repeat;
  width: 100%;
  height: auto;
  max-height: 2500px;
  color: #ffffff;
  padding-top: 10px;
  }

.downloads h2 {
  font-weight: 600;
  font-size: 3.5em;
  text-align: center;
  color: #f3f3f3;
  }
.downloads h4{
  text-align: center;
}

.apps-btn{
  padding: 15px 30px;
  border: 4px solid rgba(255, 255, 255, 0.24);
  background: transparent;
  opacity: 0.5;
  margin: 10px 10px;
  display: inline-block;
  }

.apps-btn:hover{
  background: #146c70;
  }

.appstore {
  height: 100%;
  width: 100%;
  padding-top: 30px;
  text-transform: uppercase;
  text-align: center;
  }

.copy-right{
  text-align: center;
  padding: 0.5em 0 1em;
}

#weixin-tip{display:none; position: fixed; left:0; top:0; background: rgba(0,0,0,0.8); filter:alpha(opacity=80); width: 100%; height:100%; z-index: 100;} 
#weixin-tip p{text-align: center; margin-top: 10%; padding:0 5%; position: relative;}
#weixin-tip .close{
  color: #fff;
  padding: 5px;
  font: bold 20px/20px simsun;
  text-shadow: 0 1px 0 #ddd;
  position: absolute;
  top: 0; left: 5%;
}
#androidUrl{display: none;}
#iosUrl{display: none;}
#androidUrl2{display: inline;}
#iosUrl2{display: inline;}