html,
body {
	font-size: 14px;
	background: #00a5ce;
	width: 100%;
	height: 100%;
}

* {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
    font-family: 'DINAlternate';
    margin: 0;
    padding: 0;
}

*:before,
*:after {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

@font-face {
    font-family: 'DINAlternate';
    src: url('../fonts/DINAlternate.eot');
    src: url('../fonts/DINAlternate.eot') format('embedded-opentype'),
         url('../fonts/DINAlternate.woff2') format('woff2'),
         url('../fonts/DINAlternate.woff') format('woff'),
         url('../fonts/DINAlternate.ttf') format('truetype'),
         url('../fonts/DINAlternate.svg#DINAlternate') format('svg');
}


@font-face {
    font-family: 'DINAlternateBold';
    src: url('../fonts/DINAlternateBold.eot');
    src: url('../fonts/DINAlternateBold.eot') format('embedded-opentype'),
         url('../fonts/DINAlternateBold.woff2') format('woff2'),
         url('../fonts/DINAlternateBold.woff') format('woff'),
         url('../fonts/DINAlternateBold.ttf') format('truetype'),
         url('../fonts/DINAlternateBold.svg#DINAlternateBold') format('svg');
}

@font-face {
    font-family: 'Helvetica';
    src: url('../fonts/Helvetica.eot');
    src: url('../fonts/Helvetica.eot') format('embedded-opentype'),
         url('../fonts/Helvetica.woff2') format('woff2'),
         url('../fonts/Helvetica.woff') format('woff'),
         url('../fonts/Helvetica.ttf') format('truetype'),
         url('../fonts/Helvetica.svg#Helvetica') format('svg');
}

@font-face {
  font-family: 'iconfont';  /* project id 113254 */
  src: url('../fonts/iconfont.eot');
  src: url('../fonts/iconfont.eot?#iefix') format('embedded-opentype'),
  url('../fonts/iconfont.woff') format('woff'),
  url('../fonts/iconfont.ttf') format('truetype'),
  url('../fonts/iconfont.svg#iconfont') format('svg');
}

.iconfont{
	font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale;
}

#fullpage {
	width: 100%;
	height: 100%;
}

.section {
	position: relative;
    width: 100%;
    height: 100%;
	background: -moz-linear-gradient(45deg, #00d2d0 0%, #00a5ce 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(45deg, #00d2d0 0%,#00a5ce 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(45deg, #00d2d0 0%,#00a5ce 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00d2d0', endColorstr='#00a5ce',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	overflow: hidden;
}

:root .section{
	filter: none;
}

.fp-tableCell > .container {
	top: 0 !important;
	margin-top: 0 !important;
}

ul {
	list-style: none;
	margin-bottom: 0;
	padding-left: 0;
}

a,
a:hover,
a:focus {
	text-decoration: none;
	color: #fefefe;
}

textarea {
	resize: none;
	outline: none !important;
	border: none !important;
	background-color: rgba(255, 255, 255, 0.3) !important;
}
input {
	outline: none !important;
	border: none !important;
	background-color: rgba(255, 255, 255, 0.3) !important;
}

.form-control::-moz-placeholder {
  color: #fff;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #fff;
}
.form-control::-webkit-input-placeholder {
  color: #fff;
}

.w-100p {
	width: 100%;
}
.m-b-lg {
	margin-bottom: 30px;
}
.m-b-xlg {
	margin-bottom: 100px;
}
.m-l {
	margin-left: 15px;
}
.table-cell {
	display: table-cell;
	vertical-align: middle;
}
.color-white {
	color: #fff;
}
.text-center {
	text-align: center;
}
.text-right {
	text-align: right
}
.bg-white {
	background-color: #e5faf9;
}
.f18 {
	font-size: 18px;
}
.f28 {
	font-size: 28px;
}
.hide {
	display: none;
}
.container {
	position: relative;
	z-index: 10;
}
.mask {
	position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    outline: 0;
    -webkit-overflow-scrolling: touch;
    background-color: rgb(0, 0, 0);
    filter: alpha(opacity=60);
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 9999;
}
#modal {
	position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    outline: 0;
    z-index: 9999;
}

#top-bar {
	position: fixed;
	width: 100%;
	height: 56px;
	padding: 0 86px;
	z-index: 100;
}

#logo {
	position: relative;
	display: block;
	float: left;
	width: 160px;
	height: 56px;
	padding-left: 50px;
	background: url('../img/logo.png') left center no-repeat;
	font-size: 24px;
	line-height: 56px;
	color: #ffffff;
}

#menu {
	float: right;
	height: 56px;
}

#menu .menu-btn {
	position: relative;
	width: 56px;
	height: 56px;
	text-align: center;
	line-height: 56px;
	display: none;
}

#menu .menu-btn i {
	font-size: 28px;
	color: #fff;
}

#menu > ul {
	position: relative;
	height: 56px;
}

#menu .line {
	width: 0;
    height: 2px;
    position: absolute;
    left: 60px;
    top: 54px;
    background: #ffae00;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

#menu > ul > li {
	position: relative;
	float: left;
	height: 56px;
	padding-left: 30px;
	padding-right: 30px;
	text-align: center;
	line-height: 56px;
}

#menu > ul > li:last-child {
	padding-right: 0;
}

#menu > ul > li > a {
	display: inline-block;
	width: 100%;
	height: 100%;
	color: #fff;
}

#menu > ul > li.active > a {
	font-size: 18px;
}

#hide-menu-wrap {
	position: fixed;
	top: -100%;
	left: 0;
	width: 100%;
	height: 100%;
	display: table;
	background: -moz-linear-gradient(45deg, #00d2d0 0%, #00a5ce 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(45deg, #00d2d0 0%,#00a5ce 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(45deg, #00d2d0 0%,#00a5ce 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00d2d0', endColorstr='#00a5ce',GradientType=1 );
	z-index: 99;
	-webkit-transition: top 0.5s;
    -moz-transition: top 0.5s;
    -ms-transition: top 0.5s;
    -o-transition: top 0.5s;
    transition: top 0.5s;
}

#hide-menu-wrap.show {
	top: 0;
}

#hide-menu-wrap li {
	line-height: 56px;
}

#hide-menu-wrap li.active a {
	font-size: 18px;
	color: #ffae00;
}


#hide-menu-wrap ul {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}

#right-menu {
	position: fixed;
	top: 50%;
	right: 86px;
	margin-top: -242px;
	height: 464px;
	z-index: 100;
	text-align: right;
	-webkit-transition: right 0.5s;
    -moz-transition: right 0.5s;
    -ms-transition: right 0.5s;
    -o-transition: right 0.5s;
    transition: right 0.5s;
}

#right-menu ul::before {
	content: '';
	position: absolute;
	right: 0;
	top: 40px;
	width: 4px;
	height: 36px;
	background-color: #d5eee9;
	-webkit-transition: top 0.5s;
    -moz-transition: top 0.5s;
    -ms-transition: top 0.5s;
    -o-transition: top 0.5s;
    transition: top 0.5s;
}

#right-menu.a2 ul::before{
	top: 156px;
}

#right-menu.a3 ul::before{
	top: 272px;
}

#right-menu.a4 ul::before{
	top: 388px;
}

#right-menu ul::after {
	content: '';
	position: absolute;
	right: 1px;
	top: 20px;
	width: 2px;
	height: 76px;
	background-color: #d5eee9;
	-webkit-transition: top 0.5s;
    -moz-transition: top 0.5s;
    -ms-transition: top 0.5s;
    -o-transition: top 0.5s;
    transition: top 0.5s;
}

#right-menu.a2 ul::after{
	top: 136px;
}

#right-menu.a3 ul::after{
	top: 252px;
}

#right-menu.a4 ul::after{
	top: 368px;
}

#right-menu li {
	position: relative;
	height: 116px;
	padding: 20px 0 20px 0;
}

#right-menu li::before {
	content: '';
	position: absolute;
	right: 0;
	top: 56px;
	background-color: #a7d9d7;
	width: 4px;
	height: 4px;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	z-index: -1;
}

#right-menu li a {
	display: block;
	padding: 0 46px 0 0;
	color: #a7d9d7;
	line-height: 40px;
	margin: 18px 0;
	-webkit-transition: font-size 0.5s;
    -moz-transition: font-size 0.5s;
    -ms-transition: font-size 0.5s;
    -o-transition: font-size 0.5s;
    transition: font-size 0.5s;
}

#right-menu li a:hover {
	color: #fff;
}

#right-menu li:hover::before {
	background-color: #fff;
}

#right-menu li.active a {
	color: #fff;
	font-size: 18px;
}

@keyframes mouse
{
    0%   { color: rgba(255,255,255,0.3); }
    80%  { color: rgba(255,255,255,0.3); }
    95%  { color: rgba(255,255,255,0.7); }
    100% { color: rgba(255,255,255,0.3); }
}

@-webkit-keyframes mouse
{
    0%   { color: rgba(255,255,255,0.3); }
    80%  { color: rgba(255,255,255,0.3); }
    95%  { color: rgba(255,255,255,0.7); }
    100% { color: rgba(255,255,255,0.3); }
}

@-moz-keyframes mouse
{
    0%   { color: rgba(255,255,255,0.3); }
    80%  { color: rgba(255,255,255,0.3); }
    95%  { color: rgba(255,255,255,0.7); }
    100% { color: rgba(255,255,255,0.3); }
}

@-o-keyframes mouse
{
    0%   { color: rgba(255,255,255,0.3); }
    80%  { color: rgba(255,255,255,0.3); }
    95%  { color: rgba(255,255,255,0.7); }
    100% { color: rgba(255,255,255,0.3); }
}

.bottom-icon {
	position: absolute;
	width: 100%;
	height: 40px;
	bottom: 46px;
	text-align: center;
	color: rgba(255,255,255,0.7);
	line-height: 40px;
	animation: mouse 5s linear infinite;
    -webkit-animation: mouse 5s linear infinite;
    -moz-animation: mouse 5s linear infinite;
	-o-animation: mouse 5s linear infinite;
}

.bottom-icon .iconfont {
	font-size: 36px;
}

.title {
	position: relative;
	display: inline-block;
	font-size: 64px;
	color: #173c3b;
	margin-bottom: 66px;
	word-break: keep-all;
	white-space: nowrap;
	line-height: 56px;
	padding-bottom: 12px;
	overflow: hidden;
	font-weight: bold;
}

@keyframes title_line
{
    0%   {
    	left: 0;
    	filter: alpha(opacity=100);
		-moz-opacity: 1;
		-khtml-opacity: 1;
		opacity: 1;
    }
    100% {
    	left: 100%;
    	filter: alpha(opacity=100);
		-moz-opacity: 1;
		-khtml-opacity: 1;
		opacity: 1;
    }
}

@-webkit-keyframes title_line
{
    0%   {
    	left: 0;
    	filter: alpha(opacity=100);
		-moz-opacity: 1;
		-khtml-opacity: 1;
		opacity: 1;
    }
    100% {
    	left: 100%;
    	filter: alpha(opacity=100);
		-moz-opacity: 1;
		-khtml-opacity: 1;
		opacity: 1;
    }
}

@-moz-keyframes title_line
{
    0%   {
    	left: 0;
    	filter: alpha(opacity=100);
		-moz-opacity: 1;
		-khtml-opacity: 1;
		opacity: 1;
    }
    100% {
    	left: 100%;
    	filter: alpha(opacity=100);
		-moz-opacity: 1;
		-khtml-opacity: 1;
		opacity: 1;
    }
}

@-o-keyframes title_line
{
    0%   {
    	left: 0;
    	filter: alpha(opacity=100);
		-moz-opacity: 1;
		-khtml-opacity: 1;
		opacity: 1;
    }
    100% {
    	left: 100%;
    	filter: alpha(opacity=100);
		-moz-opacity: 1;
		-khtml-opacity: 1;
		opacity: 1;
    }
}

.section .title::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 85px;
	height: 4px;
	background-color: #e5faf9;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;
}

.section.active .title.animation::after {
	animation: title_line 1s linear 0.8s forwards;
    -webkit-animation: title_line 1s linear 0.8s forwards;
    -moz-animation: title_line 1s linear 0.8s forwards;
    -o-animation: title_line 1s linear 0.8s forwards;
}

#product_description .description {
	position: absolute;
	width: 1440px;
	height: 434px;
	left: 50%;
	top: 50%;
	margin-left: -720px;
	margin-top: -227px;
	padding-top: 52px;
	background: url('../img/top_img.png') 655px 0 no-repeat;
	z-index: 10;
	-webkit-transition: height 0.2s, top 0.2s;
    -moz-transition: height 0.2s, top 0.2s;
    -ms-transition: height 0.2s, top 0.2s;
    -o-transition: height 0.2s, top 0.2s;
    transition: height 0.2s, top 0.2s;
}

.description p {
	font-size: 16px;
	font-family: 'Helvetica';
	margin-bottom: 12px;
}

.description .text {
	position: relative;
	width: 490px;
	line-height: 30px;
	margin-bottom: 40px;
	font-size: 16px;
    font-family: 'Helvetica';
}

.download-link {
	display: inline-block;
	height: 48px;
	padding-left: 50px;
	padding-right: 26px;
	line-height: 48px;
	margin-bottom: 10px;
	background-color: #00bfba;
	border-radius: 24px;
	-webkit-border-radius: 24px;
	-moz-border-radius: 24px;
	margin-right: 40px;
	-webkit-transition: background-color 0.5s;
    -moz-transition: background-color 0.5s;
    -ms-transition: background-color 0.5s;
    -o-transition: background-color 0.5s;
    transition: background-color 0.5s;
    background-image: url('../img/download.png');
    background-repeat: no-repeat;
    color: #fefefe;
    font-size: 18px;
    font-family: 'Microsoft YaHei';
}

.download-link:hover {
	color: #fefefe;
}

.android-download {
	background-position: 16px -35px;
}

.aws-download {
	background-position: 16px 13px;
}

.download-link:last-child {
	margin-right: 0;
}

.download-link:hover {
	background-color: #ffae00;
}

@keyframes opac
{
    0% {
        background-color: rgba(255,255,255,0.15);
        transform: scale(1);
		-ms-transform: scale(1);
		-moz-transform: scale(1);
		-webkit-transform: scale(1);
		-o-transform: scale(1);
    }
    30% {
        background-color: rgba(255,255,255,0.1);
        transform: scale(2.05);
		-ms-transform: scale(2.05);
		-moz-transform: scale(2.05);
		-webkit-transform: scale(2.05);
		-o-transform: scale(2.05);
    }
    40% {
        background-color: rgba(255,255,255,0);
        transform: scale(2.4);
		-ms-transform: scale(2.4);
		-moz-transform: scale(2.4);
		-webkit-transform: scale(2.4);
		-o-transform: scale(2.4);
    }
    100% {
        background-color: rgba(255,255,255,0);
        transform: scale(2.4);
		-ms-transform: scale(2.4);
		-moz-transform: scale(2.4);
		-webkit-transform: scale(2.4);
		-o-transform: scale(2.4);
    }
}

@-webkit-keyframes opac
{
    0% {
        background-color: rgba(255,255,255,0.15);
        transform: scale(1);
		-ms-transform: scale(1);
		-moz-transform: scale(1);
		-webkit-transform: scale(1);
		-o-transform: scale(1);
    }
    30% {
        background-color: rgba(255,255,255,0.1);
        transform: scale(2.05);
		-ms-transform: scale(2.05);
		-moz-transform: scale(2.05);
		-webkit-transform: scale(2.05);
		-o-transform: scale(2.05);
    }
    40% {
        background-color: rgba(255,255,255,0);
        transform: scale(2.4);
		-ms-transform: scale(2.4);
		-moz-transform: scale(2.4);
		-webkit-transform: scale(2.4);
		-o-transform: scale(2.4);
    }
    100% {
        background-color: rgba(255,255,255,0);
        transform: scale(2.4);
		-ms-transform: scale(2.4);
		-moz-transform: scale(2.4);
		-webkit-transform: scale(2.4);
		-o-transform: scale(2.4);
    }
}

@-moz-keyframes opac
{
    0% {
        background-color: rgba(255,255,255,0.15);
        transform: scale(1);
		-ms-transform: scale(1);
		-moz-transform: scale(1);
		-webkit-transform: scale(1);
		-o-transform: scale(1);
    }
    30% {
        background-color: rgba(255,255,255,0.1);
        transform: scale(2.05);
		-ms-transform: scale(2.05);
		-moz-transform: scale(2.05);
		-webkit-transform: scale(2.05);
		-o-transform: scale(2.05);
    }
    40% {
        background-color: rgba(255,255,255,0);
        transform: scale(2.4);
		-ms-transform: scale(2.4);
		-moz-transform: scale(2.4);
		-webkit-transform: scale(2.4);
		-o-transform: scale(2.4);
    }
    100% {
        background-color: rgba(255,255,255,0);
        transform: scale(2.4);
		-ms-transform: scale(2.4);
		-moz-transform: scale(2.4);
		-webkit-transform: scale(2.4);
		-o-transform: scale(2.4);
    }
}

@-o-keyframes opac
{
    0% {
        background-color: rgba(255,255,255,0.15);
        transform: scale(1);
		-ms-transform: scale(1);
		-moz-transform: scale(1);
		-webkit-transform: scale(1);
		-o-transform: scale(1);
    }
    40% {
        background-color: rgba(255,255,255,0);
        transform: scale(2.4);
		-ms-transform: scale(2.4);
		-moz-transform: scale(2.4);
		-webkit-transform: scale(2.4);
		-o-transform: scale(2.4);
    }
    100% {
        background-color: rgba(255,255,255,0);
        transform: scale(2.4);
		-ms-transform: scale(2.4);
		-moz-transform: scale(2.4);
		-webkit-transform: scale(2.4);
		-o-transform: scale(2.4);
    }
}

@keyframes opac_a
{
	0% {
        background-color: rgba(255,255,255,0.15);
        transform: scale(0);
		-ms-transform: scale(0);
		-moz-transform: scale(0);
		-webkit-transform: scale(0);
		-o-transform: scale(0);
    }
    30% {
        background-color: rgba(255,255,255,0.1);
        transform: scale(2.05);
		-ms-transform: scale(2.05);
		-moz-transform: scale(2.05);
		-webkit-transform: scale(2.05);
		-o-transform: scale(2.05);
    }
    40% {
        background-color: rgba(255,255,255,0);
        transform: scale(2.4);
		-ms-transform: scale(2.4);
		-moz-transform: scale(2.4);
		-webkit-transform: scale(2.4);
		-o-transform: scale(2.4);
    }
    100% {
        background-color: rgba(255,255,255,0);
        transform: scale(2.4);
		-ms-transform: scale(2.4);
		-moz-transform: scale(2.4);
		-webkit-transform: scale(2.4);
		-o-transform: scale(2.4);
    }
}

@-webkit-keyframes opac_a
{
    0% {
        background-color: rgba(255,255,255,0.15);
        transform: scale(0);
		-ms-transform: scale(0);
		-moz-transform: scale(0);
		-webkit-transform: scale(0);
		-o-transform: scale(0);
    }
    30% {
        background-color: rgba(255,255,255,0.1);
        transform: scale(2.05);
		-ms-transform: scale(2.05);
		-moz-transform: scale(2.05);
		-webkit-transform: scale(2.05);
		-o-transform: scale(2.05);
    }
    40% {
        background-color: rgba(255,255,255,0);
        transform: scale(2.4);
		-ms-transform: scale(2.4);
		-moz-transform: scale(2.4);
		-webkit-transform: scale(2.4);
		-o-transform: scale(2.4);
    }
    100% {
        background-color: rgba(255,255,255,0);
        transform: scale(2.4);
		-ms-transform: scale(2.4);
		-moz-transform: scale(2.4);
		-webkit-transform: scale(2.4);
		-o-transform: scale(2.4);
    }
}

@-moz-keyframes opac_a
{
    0% {
        background-color: rgba(255,255,255,0.15);
        transform: scale(0);
		-ms-transform: scale(0);
		-moz-transform: scale(0);
		-webkit-transform: scale(0);
		-o-transform: scale(0);
    }
    30% {
        background-color: rgba(255,255,255,0.1);
        transform: scale(2.05);
		-ms-transform: scale(2.05);
		-moz-transform: scale(2.05);
		-webkit-transform: scale(2.05);
		-o-transform: scale(2.05);
    }
    40% {
        background-color: rgba(255,255,255,0);
        transform: scale(2.4);
		-ms-transform: scale(2.4);
		-moz-transform: scale(2.4);
		-webkit-transform: scale(2.4);
		-o-transform: scale(2.4);
    }
    100% {
        background-color: rgba(255,255,255,0);
        transform: scale(2.4);
		-ms-transform: scale(2.4);
		-moz-transform: scale(2.4);
		-webkit-transform: scale(2.4);
		-o-transform: scale(2.4);
    }
}

@-o-keyframes opac_a
{
    0% {
        background-color: rgba(255,255,255,0.15);
        transform: scale(0);
		-ms-transform: scale(0);
		-moz-transform: scale(0);
		-webkit-transform: scale(0);
		-o-transform: scale(0);
    }
    30% {
        background-color: rgba(255,255,255,0.1);
        transform: scale(2.05);
		-ms-transform: scale(2.05);
		-moz-transform: scale(2.05);
		-webkit-transform: scale(2.05);
		-o-transform: scale(2.05);
    }
    40% {
        background-color: rgba(255,255,255,0);
        transform: scale(2.4);
		-ms-transform: scale(2.4);
		-moz-transform: scale(2.4);
		-webkit-transform: scale(2.4);
		-o-transform: scale(2.4);
    }
    100% {
        background-color: rgba(255,255,255,0);
        transform: scale(2.4);
		-ms-transform: scale(2.4);
		-moz-transform: scale(2.4);
		-webkit-transform: scale(2.4);
		-o-transform: scale(2.4);
    }
}

@keyframes move_left
{
	from {
		left: 100%;
		bottom: 100%;
	}
	to {
		left: -300px;
		bottom: -300px;
	}
}
@-webkit-keyframes move_left
{
	from {
		left: 100%;
		bottom: 100%;
	}
	to {
		left: -300px;
		bottom: -300px;
	}
}
@-moz-keyframes move_left
{
	from {
		left: 100%;
		bottom: 100%;
	}
	to {
		left: -300px;
		bottom: -300px;
	}
}
@-o-keyframes move_left
{
	from {
		left: 100%;
		bottom: 100%;
	}
	to {
		left: -300px;
		bottom: -300px;
	}
}

@keyframes move_right
{
	from {
		right: 100%;
		bottom: 100%;
	}
	to {
		right: -300px;
		bottom: -300px;
	}
}
@-webkit-keyframes move_right
{
	from {
		right: 100%;
		bottom: 100%;
	}
	to {
		right: -300px;
		bottom: -300px;
	}
}
@-moz-keyframes move_right
{
	from {
		right: 100%;
		bottom: 100%;
	}
	to {
		right: -300px;
		bottom: -300px;
	}
}
@-o-keyframes move_right
{
	from {
		right: 100%;
		bottom: 100%;
	}
	to {
		right: -300px;
		bottom: -300px;
	}
}

.bg-circle {
	position: absolute;
	width: 800px;
	height: 800px;
	z-index: 0;
}

.section.active .bg-circle.left {
	left: 100%;
	bottom: 100%;
	animation: move_left 2s linear forwards;
    -webkit-animation: move_left 2s linear forwards;
    -moz-animation: move_left 2s linear forwards;
	-o-animation: move_left 2s linear forwards;
}

.section.active .bg-circle.right {
	right: 100%;
	bottom: 100%;
	animation: move_right 2s linear forwards;
    -webkit-animation: move_right 2s linear forwards;
    -moz-animation: move_right 2s linear forwards;
	-o-animation: move_right 2s linear forwards;
}

.bg-circle.center {
	left: 50%;
	bottom: 50%;
	margin-left: -50px;
	margin-bottom: -50px;
}

.bg-circle div {
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: rgba(255,255,255,0);
    border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
}

.section.active .bg-circle .w1{
	animation: opac 10s linear 2s forwards;
    -webkit-animation: opac 10s linear 2s forwards;
    -moz-animation: opac 10s linear 2s forwards;
	-o-animation: opac 10s linear 2s forwards;
    background-color: rgba(255,255,255,0.15);
}

.section.active .bg-circle.left .w2,
.section.active .bg-circle.left .w3,
.section.active .bg-circle.left .w4 {
	left: -100px;
	bottom: -100px;
}

.section.active .bg-circle.right .w2,
.section.active .bg-circle.right .w3,
.section.active .bg-circle.right .w4 {
	right: -100px;
	bottom: -100px;
}

.section.active .bg-circle .w2{
	animation: opac_a 10s linear infinite 3s;
    -webkit-animation: opac_a 10s linear infinite 3s;
    -moz-animation: opac_a 10s linear infinite 3s;
	-o-animation: opac_a 10s linear infinite 3s;
}

.section.active .bg-circle .w3{
    animation: opac_a 10s linear infinite 4s;
    -webkit-animation: opac_a 10s linear infinite 4s;
    -moz-animation: opac_a 10s linear infinite 4s;
	-o-animation: opac_a 10s linear infinite 4s;
}

.section.active .bg-circle .w4{
    animation: opac_a 10s linear infinite 5s;
    -webkit-animation: opac_a 10s linear infinite 5s;
    -moz-animation: opac_a 10s linear infinite 5s;
	-o-animation: opac_a 10s linear infinite 5s;
}

.bg-hex {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 100px;
	height: 100px;
	margin-left: -50px;
	margin-top: -50px;
	z-index: 0;
}

@keyframes opac2
{
    from {
        filter: alpha(opacity=20);
		-moz-opacity: 0.2;
		-khtml-opacity: 0.2;
		opacity: 0.2;
        transform: scale(1);
		-ms-transform: scale(1);
		-moz-transform: scale(1);
		-webkit-transform: scale(1);
		-o-transform: scale(1);
    }
    to {
        filter: alpha(opacity=0);
		-moz-opacity: 0;
		-khtml-opacity: 0;
		opacity: 0;
        transform: scale(25);
		-ms-transform: scale(25);
		-moz-transform: scale(25);
		-webkit-transform: scale(25);
		-o-transform: scale(25);
    }
}

@-webkit-keyframes opac2
{
    from {
        background-color: rgba(255,255,255,0.2);
        transform: scale(1);
		-ms-transform: scale(1);
		-moz-transform: scale(1);
		-webkit-transform: scale(1);
		-o-transform: scale(1);
    }
    to {
        background-color: rgba(255,255,255,0);
        transform: scale(25);
		-ms-transform: scale(25);
		-moz-transform: scale(25);
		-webkit-transform: scale(25);
		-o-transform: scale(25);
    }
}

@-moz-keyframes opac2
{
    from {
        background-color: rgba(255,255,255,0.2);
        transform: scale(1);
		-ms-transform: scale(1);
		-moz-transform: scale(1);
		-webkit-transform: scale(1);
		-o-transform: scale(1);
    }
    to {
        background-color: rgba(255,255,255,0);
        transform: scale(25);
		-ms-transform: scale(25);
		-moz-transform: scale(25);
		-webkit-transform: scale(25);
		-o-transform: scale(25);
    }
}

@-o-keyframes opac2
{
    from {
        background-color: rgba(255,255,255,0.2);
        transform: scale(1);
		-ms-transform: scale(1);
		-moz-transform: scale(1);
		-webkit-transform: scale(1);
		-o-transform: scale(1);
    }
    to {
        background-color: rgba(255,255,255,0);
        transform: scale(25);
		-ms-transform: scale(25);
		-moz-transform: scale(25);
		-webkit-transform: scale(25);
		-o-transform: scale(25);
    }
}

.bg-hex > div {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 57px;
	height: 100px;
	margin-left: -28.5px;
	margin-top: -50px;
	background-color: #fff;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;
	animation: opac2 8s infinite;
	-webkit-animation: opac2 8s infinite;
    -moz-animation: opac2 8s infinite;
	-o-animation: opac2 8s infinite;
}

.bg-hex > div::before{
    content: '';
    position: absolute;
    background-color: #fff;
    top: 0;
    left: 0;
    width: 57px;
	height: 100px;
	transform: rotate(60deg);
    -ms-transform: rotate(60deg);
    -moz-transform: rotate(60deg);
    -webkit-transform: rotate(60deg);
    -o-transform: rotate(60deg);
}

.bg-hex > div::after{
    content: '';
    position: absolute;
    background-color: #fff;
    top: 0;
    left: 0;
    width: 57px;
	height: 100px;
	transform: rotate(-60deg);
    -ms-transform: rotate(-60deg);
    -moz-transform: rotate(-60deg);
    -webkit-transform: rotate(-60deg);
    -o-transform: rotate(-60deg);
}

.bg-hex .w2{
	-webkit-animation-delay: 1s;
    -moz-animation-delay: 1s;
    -ms-animation-delay: 1s;
    -o-animation-delay: 1s;
    animation-delay: 1s;
}

.bg-hex .w3{
    -webkit-animation-delay: 2s;
    -moz-animation-delay: 2s;
    -ms-animation-delay: 2s;
    -o-animation-delay: 2s;
    animation-delay: 2s;
}

.bg-hex .w4{
    -webkit-animation-delay: 3s;
    -moz-animation-delay: 3s;
    -ms-animation-delay: 3s;
    -o-animation-delay: 3s;
    animation-delay: 3s;
}

#feature {
	position: absolute;
	width: 1440px;
	height: 636px;
	left: 50%;
	top: 50%;
	margin-left: -720px;
	margin-top: -328px;
	z-index: 10;
}

#feature_list_wrap {
	position: absolute;
	left: 50%;
	top: 70px;
	width: 466px;
	height: 350px;
	margin-left: -716px;
	overflow: hidden;
	-webkit-transition: height 0.2s, top 0.2s;
    -moz-transition: height 0.2s, top 0.2s;
    -ms-transition: height 0.2s, top 0.2s;
    -o-transition: height 0.2s, top 0.2s;
    transition: height 0.2s, top 0.2s;
}

.select-list {
	width: 100%;
	color: #fff;
	font-size: 26px;
	-webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

.select-list li{
	position: relative;
	width: 100%;
	height: 70px;
}

.select-list li p {
	position: absolute;
	right: 0;
	bottom: 0;
	cursor: pointer;
}

.select-list li.active p {
	color: #ffae00;
	moz-user-select: -moz-none;
	-moz-user-select: none;
	-o-user-select: none;
	-khtml-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

.phone-feature {
	position: relative;
	left: 50%;
	margin-left: -197px;
	width: 394px;
	height: 708px;
	background-image: url('../img/phone.png');
	background-repeat: no-repeat;
	background-position: center bottom;
	padding: 91px 62px 98px 62px;
	overflow: hidden;
}

.phone-feature .screen-wrap {
	position: relative;
	width: 270px;
	height: 520px;
	overflow: hidden;
}

.phone-feature .screen-box {
	position: relative;
	width: 1350px;
	height: 520px;
}
.phone-feature .screen-box .screen {
	position: relative;
	float: left;
	width: 270px;
	height: 520px;
	text-align: center;
	font-size: 16px;
	color: #173c3b;
}

.phone-feature .screen-box .screen p{
	font-family: 'Helvetica';
}

.phone-feature .screen-box .screen .iconfont {
	position: relative;
	display: block;
	margin: 110px auto 80px auto;
	width: 120px;
	height: 120px;
	line-height: 120px;
	text-align: center;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	background-color: #5ccbd6;
	color: #fff;
	font-size: 66px;
}

.list-white {
	color: #fff;
	font-size: 26px;
	text-align: left;
}
.list-white p{
	margin-bottom: 0;
	font-family: 'Helvetica';
}

.list-white .small {
	font-size: 12px;
	color: rgba(255,255,255,0.6);
}

.list-white li {
	margin-bottom: 20px;
}

.app-view {
	position: relative;
	display: inline-block;
	width: 120px;
	height: 120px;
	overflow: hidden;
	margin: 60px 7% 0 7%;
	text-align: center;
	background-color: #e5faf9;
	line-height: 120px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	line-height: 120px;
}

.app-view img {
	max-height: 100%;
	vertical-align: middle;
}

.timeline-wrap {
	position: relative;
	width: 100%;
}

.timeline-wrap::before {
	content: '';
	position: absolute;
	left: 50%;
	top: 0;
	margin-left: -4px;
	width: 8px;
	height: 8px;
	background-color: #fff;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}

.timeline-wrap::after {
	content: '';
	position: absolute;
	left: 50%;
	top: 0;
	margin-left: -2px;
	width: 4px;
	height: 100%;
	background-color: rgba(255,255,255,0.6);
}

.timeline-wrap .item-box {
	position: relative;
	width: 510px;
	height: 240px;
	font-size: 28px;
	left: 50%;
}

.timeline-wrap .item-box .date {
	font-size: 50px;
	color: #fff;
	line-height: 84px;
	margin-bottom: 24px;
}

.timeline-wrap .item-box .date .month {
	font-size: 100px;
}

.timeline-wrap .item-box .des {
	position: relative;
	line-height: 30px;
}

.timeline-wrap .item-box .des::after {
	content: '';
	position: absolute;
	width: 6px;
	height: 82px;
	top: 50%;
	margin-top: -41px;
	background-color: #ffae00;
}

.timeline-wrap .item-box .des p {
	margin-bottom: 0;
	font-family: 'Helvetica';
}

.timeline-wrap .item-box:nth-of-type(odd){
	padding-right: 80px;
	text-align: right;
	margin-left: -510px;
}

.timeline-wrap .item-box:nth-of-type(odd)::after {
	content: '';
	position: absolute;
	top: 50%;
	right: -8px;
	margin-top: -8px;
	width: 16px;
	height: 16px;
	background-color: #fff;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
}

.timeline-wrap .item-box:nth-of-type(odd) .des {
	padding-right: 80px;
}

.timeline-wrap .item-box:nth-of-type(odd) .des::after {
	right: 40px;
}

.timeline-wrap .item-box:nth-of-type(even) {
	padding-left: 80px;
}

.timeline-wrap .item-box:nth-of-type(even)::after {
	content: '';
	position: absolute;
	top: 50%;
	left: -8px;
	margin-top: -8px;
	width: 16px;
	height: 16px;
	background-color: #fff;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
}

.timeline-wrap .item-box:nth-of-type(even) .des {
	padding-left: 80px;
}

.timeline-wrap .item-box:nth-of-type(even) .des::after {
	left: 40px;
}

.news-list-wrap {
	text-align: center;
}

.news-wrap {
	position: relative;
	display: inline-block;
	width: 320px;
	height: 360px;
	background-color: #e5faf9;
	text-align: left;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	cursor: pointer;
	margin: 0 24px 40px 24px;
}

.news-wrap .cancel {
	position: absolute;
	width: 40px;
	height: 40px;
	top: -20px;
	right: -20px;
	background-color: #5db7b5;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	display: none;
}

.news-wrap .img {
	position: relative;
	width: 100%;
	height: 140px;
	overflow: hidden;
	background-color: #afafaf;
	background-repeat: no-repeat;
	background-position: center center;
}

.news-wrap .title {
	font-size: 18px;
	font-weight: bold;
	padding: 18px 32px;
	word-wrap: break-word;
	word-break: normal;
	text-overflow: ellipsis;
	white-space: unset;
	overflow: hidden;
	color: #173c3b;
	margin-bottom: 0;
	line-height: 30px;
}

.news-wrap .des {
	width: 100%;
	height: 60px;
	padding: 0 32px;
	color: #698887;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}

.news-wrap .date {
	font-size: 12px;
	color: #5db7b5;
	padding: 24px 32px;
}

.fp-controlArrow {
	border: none;
	width: 60px !important;
	height: 60px;
	background-color: rgba(229, 250, 249, 0.3);
	border-radius: 30px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
}

.fp-controlArrow.fp-prev::before {
	content: '\e61d';
	font-family: "iconfont" !important;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
	color: #fff;
	font-size: 28px;
	left: 16px;
	top: 11px;
}

.fp-controlArrow.fp-next::before {
	content: '\e616';
	font-family: "iconfont" !important;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
	color: #fff;
	font-size: 28px;
	left: 16px;
	top: 11px;
}

.news-wrap.big > .title,
.news-wrap.big .des,
.news-wrap.big .date {
	display: none;
}

.news-wrap.big .cancel {
	display: block;
	z-index: 1;
	text-align: center;
}

.news-wrap.big .cancel::before {
	content: '\e609';
	font-family: "iconfont" !important;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    font-size: 24px;
	color: #fff;
	left: 1px;
	top: 4px;
}

.news-wrap.big .img {
	float: left;
}

.news-wrap.big .content {
	position: relative;
	float: left;
	width: 420px;
	height: 520px;
	top: 40px;
	left: 80px;
}

.news-wrap.big .content .title {
	font-size: 30px;
	color: #173c3b;
	margin-bottom: 30px;
	padding: 0;
}

.news-wrap.big .content .info {
	position: relative;
	font-size: 18px;
	color: #173c3b;
	text-indent: 2rem;
	width: 100%;
	height: 350px;
}

.bg-line-group {
	width: 100%;
	height: 1000px;
	background-image: url('../img/line_group.png');
	background-position: center 120px;
	background-repeat: no-repeat
}

.circle {
	position: absolute;
	left: 50%;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-color: #e5faf9;
	border-style: solid;
	z-index: 10;
}

#partner-des {
	position: absolute;
	top: 280px;
	left: 20px;
	width: 244px;
	height: 124px;
	z-index: 10;
	font-size: 18px;
}

.bg-line-group .hex,
.bg-line-group .hex::before,
.bg-line-group .hex::after
 {
	position: absolute;
	width: 30px;
	height: 52px;
	background-color: #ffae00;
	content: '';
}

.bg-line-group .hex {
	top: 150px;
	left: 360px;
}


.bg-line-group .hex::before{
    transform: rotate(-60deg);
    -ms-transform: rotate(-60deg);
    -moz-transform: rotate(-60deg);
    -webkit-transform: rotate(-60deg);
    -o-transform: rotate(-60deg);
}

.bg-line-group .hex::after{
    transform: rotate(60deg);
    -ms-transform: rotate(60deg);
    -moz-transform: rotate(60deg);
    -webkit-transform: rotate(60deg);
    -o-transform: rotate(60deg);
}

.screen-col {
	position: absolute;
	width: 394px;
	height: 708px;
	top: -36px;
	left: 50%;
	margin-left: -197px;
	z-index: -1;
}

#des2 {
	position: absolute;
	height: 260px;
	width: 350px;
	top: 50%;
	left: 50%;
	margin-top: -130px;
	margin-left: 254px;
	display: table;
}

#des3 {
	position: absolute;
	left: 50%;
	width: 650px;
	height: 40px;
	bottom: -50px;
	margin-left: -325px;
}

#des3 p {
	font-family: 'Helvetica';
}

.icon-menu,
.icon-menu::before,
.icon-menu::after {
	position: relative;
	content: '';
	display: block;
	width: 28px;
	height: 4px;
	border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    background-color: #fff;
    left: 50%;
    margin-left: -14px;
}

.icon-menu {
	top: 50%;
	margin-top: -2px;
}

.icon-menu::before {
	top: -8px;
}

.icon-menu::after {
	top: 4px;
}

#contact_wrap {
	position: absolute;
	width: 1150px;
	height: 610px;
	left: 50%;
	top: 50%;
	margin-left: -575px;
	margin-top: -315px;
	z-index: 10;
	padding: 0 40px;
}

#contact_info {
	position: relative;
	float: left;
	width: 45%;
	height: 446px;
}

#contact_info .logo {
	margin-bottom: 40px;
}

#contact_info p {
	color: #fff;
}

#contact_info > div > p {
	margin-bottom: 16px;
}

#contact_form {
	position: relative;
	float: left;
	width: 55%;
	height: 446px;
}

#contact_form input{
	display: block;
	width: 100%;
	height: 56px;
	padding: 0 14px;
	border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    font-family: 'Helvetica';
}

#contact_form textarea {
	display: block;
	width: 100%;
	height: 160px;
	padding: 14px;
	border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    font-family: 'Helvetica';
}

#contact_form .form-group {
	margin-bottom: 20px;
}

#contact_form .btn {
	width: 166px;
	height: 50px;
	color: #fff;
	background-color: #ffae00;
	border: none;
	outline: none;
	border-radius: 24px;
    -webkit-border-radius: 24px;
    -moz-border-radius: 24px;
    cursor: pointer;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active {
	outline: none;
	border: none;
	color: #fff;
	background-color: #f9aa01;
}

@keyframes menu_line
{
	0%    { background-color: #fff; }
	49.9% { background-color: #fff; }
	50%   { background-color: transparent; }
	100%   { background-color: transparent; }
}
@-webkit-keyframes menu_line
{
	0%    { background-color: #fff; }
	49.9% { background-color: #fff; }
	50%   { background-color: transparent; }
	100%   { background-color: transparent; }
}
@-moz-keyframes menu_line
{
	0%    { background-color: #fff; }
	49.9% { background-color: #fff; }
	50%   { background-color: transparent; }
	100%   { background-color: transparent; }
}
@-o-keyframes menu_line
{
	0%    { background-color: #fff; }
	49.9% { background-color: #fff; }
	50%   { background-color: transparent; }
	100%   { background-color: transparent; }
}

@keyframes menu_line_top
{
    0%   { top: -8px; }
    50%  {
    	top: 0;
    	transform:rotate(0deg);
		-ms-transform:rotate(0deg);
		-moz-transform:rotate(0deg);
		-webkit-transform:rotate(0deg);
		-o-transform:rotate(0deg);
    }
    100% {
    	top: 0;
    	transform:rotate(45deg);
		-ms-transform:rotate(45deg);
		-moz-transform:rotate(45deg);
		-webkit-transform:rotate(45deg);
		-o-transform:rotate(45deg);
	}
}
@-webkit-keyframes menu_line_top
{
    0%   { top: -8px; }
    50%  {
    	top: 0;
    	transform:rotate(0deg);
		-ms-transform:rotate(0deg);
		-moz-transform:rotate(0deg);
		-webkit-transform:rotate(0deg);
		-o-transform:rotate(0deg);
    }
    100% {
    	top: 0;
    	transform:rotate(45deg);
		-ms-transform:rotate(45deg);
		-moz-transform:rotate(45deg);
		-webkit-transform:rotate(45deg);
		-o-transform:rotate(45deg);
	}
}
@-moz-keyframes menu_line_top
{
    0%   { top: -8px; }
    50%  {
    	top: 0;
    	transform:rotate(0deg);
		-ms-transform:rotate(0deg);
		-moz-transform:rotate(0deg);
		-webkit-transform:rotate(0deg);
		-o-transform:rotate(0deg);
    }
    100% {
    	top: 0;
    	transform:rotate(45deg);
		-ms-transform:rotate(45deg);
		-moz-transform:rotate(45deg);
		-webkit-transform:rotate(45deg);
		-o-transform:rotate(45deg);
	}
}
@-o-keyframes menu_line_top
{
    0%   { top: -8px; }
    50%  {
    	top: 0;
    	transform:rotate(0deg);
		-ms-transform:rotate(0deg);
		-moz-transform:rotate(0deg);
		-webkit-transform:rotate(0deg);
		-o-transform:rotate(0deg);
    }
    100% {
    	top: 0;
    	transform:rotate(45deg);
		-ms-transform:rotate(45deg);
		-moz-transform:rotate(45deg);
		-webkit-transform:rotate(45deg);
		-o-transform:rotate(45deg);
	}
}

@keyframes menu_line_bottom
{
    0%   { top: 4px; }
    50%  {
    	top: -4px;
    	transform:rotate(0deg);
		-ms-transform:rotate(0deg);
		-moz-transform:rotate(0deg);
		-webkit-transform:rotate(0deg);
		-o-transform:rotate(0deg);
    }
    100% {
    	top: -4px;
    	transform:rotate(-45deg);
		-ms-transform:rotate(-45deg);
		-moz-transform:rotate(-45deg);
		-webkit-transform:rotate(-45deg);
		-o-transform:rotate(-45deg);
	}
}
@-webkit-keyframes menu_line_bottom
{
    0%   { top: 4px; }
    50%  {
    	top: -4px;
    	transform:rotate(0deg);
		-ms-transform:rotate(0deg);
		-moz-transform:rotate(0deg);
		-webkit-transform:rotate(0deg);
		-o-transform:rotate(0deg);
    }
    100% {
    	top: -4px;
    	transform:rotate(-45deg);
		-ms-transform:rotate(-45deg);
		-moz-transform:rotate(-45deg);
		-webkit-transform:rotate(-45deg);
		-o-transform:rotate(-45deg);
	}
}
@-moz-keyframes menu_line_bottom
{
    0%   { top: 4px; }
    50%  {
    	top: -4px;
    	transform:rotate(0deg);
		-ms-transform:rotate(0deg);
		-moz-transform:rotate(0deg);
		-webkit-transform:rotate(0deg);
		-o-transform:rotate(0deg);
    }
    100% {
    	top: -4px;
    	transform:rotate(-45deg);
		-ms-transform:rotate(-45deg);
		-moz-transform:rotate(-45deg);
		-webkit-transform:rotate(-45deg);
		-o-transform:rotate(-45deg);
	}
}
@-o-keyframes menu_line_bottom
{
    0%   { top: 4px; }
    50%  {
    	top: -4px;
    	transform:rotate(0deg);
		-ms-transform:rotate(0deg);
		-moz-transform:rotate(0deg);
		-webkit-transform:rotate(0deg);
		-o-transform:rotate(0deg);
    }
    100% {
    	top: -4px;
    	transform:rotate(-45deg);
		-ms-transform:rotate(-45deg);
		-moz-transform:rotate(-45deg);
		-webkit-transform:rotate(-45deg);
		-o-transform:rotate(-45deg);
	}
}

@keyframes menu_line_reverse
{
	0%    { background-color: transparent; }
	49.9% { background-color: transparent; }
	50%   { background-color: #fff; }
	100%  { background-color: #fff; }
}
@-webkit-keyframes menu_line_reverse
{
	0%    { background-color: transparent; }
	49.9% { background-color: transparent; }
	50%   { background-color: #fff; }
	100%  { background-color: #fff; }
}
@-moz-keyframes menu_line_reverse
{
	0%    { background-color: transparent; }
	49.9% { background-color: transparent; }
	50%   { background-color: #fff; }
	100%  { background-color: #fff; }
}
@-o-keyframes menu_line_reverse
{
	0%    { background-color: transparent; }
	49.9% { background-color: transparent; }
	50%   { background-color: #fff; }
	100%  { background-color: #fff; }
}

@keyframes menu_line_top_reverse
{
    0%   {
    	top: 0;
    	transform:rotate(45deg);
		-ms-transform:rotate(45deg);
		-moz-transform:rotate(45deg);
		-webkit-transform:rotate(45deg);
		-o-transform:rotate(45deg);
	}
    50%  {
    	top: 0;
    	transform:rotate(0deg);
		-ms-transform:rotate(0deg);
		-moz-transform:rotate(0deg);
		-webkit-transform:rotate(0deg);
		-o-transform:rotate(0deg);
    }
    100% { top: -8px; }
}
@-webkit-keyframes menu_line_top_reverse
{
    0%   {
    	top: 0;
    	transform:rotate(45deg);
		-ms-transform:rotate(45deg);
		-moz-transform:rotate(45deg);
		-webkit-transform:rotate(45deg);
		-o-transform:rotate(45deg);
	}
    50%  {
    	top: 0;
    	transform:rotate(0deg);
		-ms-transform:rotate(0deg);
		-moz-transform:rotate(0deg);
		-webkit-transform:rotate(0deg);
		-o-transform:rotate(0deg);
    }
    100% { top: -8px; }
}
@-moz-keyframes menu_line_top_reverse
{
    0%   {
    	top: 0;
    	transform:rotate(45deg);
		-ms-transform:rotate(45deg);
		-moz-transform:rotate(45deg);
		-webkit-transform:rotate(45deg);
		-o-transform:rotate(45deg);
	}
    50%  {
    	top: 0;
    	transform:rotate(0deg);
		-ms-transform:rotate(0deg);
		-moz-transform:rotate(0deg);
		-webkit-transform:rotate(0deg);
		-o-transform:rotate(0deg);
    }
    100% { top: -8px; }
}
@-o-keyframes menu_line_top_reverse
{
    0%   {
    	top: 0;
    	transform:rotate(45deg);
		-ms-transform:rotate(45deg);
		-moz-transform:rotate(45deg);
		-webkit-transform:rotate(45deg);
		-o-transform:rotate(45deg);
	}
    50%  {
    	top: 0;
    	transform:rotate(0deg);
		-ms-transform:rotate(0deg);
		-moz-transform:rotate(0deg);
		-webkit-transform:rotate(0deg);
		-o-transform:rotate(0deg);
    }
    100% { top: -8px; }
}

@keyframes menu_line_bottom_reverse
{
    0%   {
    	top: -4px;
    	transform:rotate(-45deg);
		-ms-transform:rotate(-45deg);
		-moz-transform:rotate(-45deg);
		-webkit-transform:rotate(-45deg);
		-o-transform:rotate(-45deg);
	}
    50%  {
    	top: -4px;
    	transform:rotate(0deg);
		-ms-transform:rotate(0deg);
		-moz-transform:rotate(0deg);
		-webkit-transform:rotate(0deg);
		-o-transform:rotate(0deg);
    }
    100% { top: 4px; }
}
@-webkit-keyframes menu_line_bottom_reverse
{
    0%   {
    	top: -4px;
    	transform:rotate(-45deg);
		-ms-transform:rotate(-45deg);
		-moz-transform:rotate(-45deg);
		-webkit-transform:rotate(-45deg);
		-o-transform:rotate(-45deg);
	}
    50%  {
    	top: -4px;
    	transform:rotate(0deg);
		-ms-transform:rotate(0deg);
		-moz-transform:rotate(0deg);
		-webkit-transform:rotate(0deg);
		-o-transform:rotate(0deg);
    }
    100% { top: 4px; }
}
@-moz-keyframes menu_line_bottom_reverse
{
    0%   {
    	top: -4px;
    	transform:rotate(-45deg);
		-ms-transform:rotate(-45deg);
		-moz-transform:rotate(-45deg);
		-webkit-transform:rotate(-45deg);
		-o-transform:rotate(-45deg);
	}
    50%  {
    	top: -4px;
    	transform:rotate(0deg);
		-ms-transform:rotate(0deg);
		-moz-transform:rotate(0deg);
		-webkit-transform:rotate(0deg);
		-o-transform:rotate(0deg);
    }
    100% { top: 4px; }
}
@-o-keyframes menu_line_bottom_reverse
{
    0%   {
    	top: -4px;
    	transform:rotate(-45deg);
		-ms-transform:rotate(-45deg);
		-moz-transform:rotate(-45deg);
		-webkit-transform:rotate(-45deg);
		-o-transform:rotate(-45deg);
	}
    50%  {
    	top: -4px;
    	transform:rotate(0deg);
		-ms-transform:rotate(0deg);
		-moz-transform:rotate(0deg);
		-webkit-transform:rotate(0deg);
		-o-transform:rotate(0deg);
    }
    100% { top: 4px; }
}

.close .icon-menu{
	animation: menu_line 0.5s linear forwards;
    -webkit-animation: menu_line 0.5s linear forwards;
    -moz-animation: menu_line 0.5s linear forwards;
	-o-animation: menu_line 0.5s linear forwards;
}

.close .icon-menu::before {
	animation: menu_line_top 0.5s linear forwards;
    -webkit-animation: menu_line_top 0.5s linear forwards;
    -moz-animation: menu_line_top 0.5s linear forwards;
	-o-animation: menu_line_top 0.5s linear forwards;
}

.close .icon-menu::after {
	animation: menu_line_bottom 0.5s linear forwards;
    -webkit-animation: menu_line_bottom 0.5s linear forwards;
    -moz-animation: menu_line_bottom 0.5s linear forwards;
	-o-animation: menu_line_bottom 0.5s linear forwards;
}

.open .icon-menu{
	animation: menu_line_reverse 0.5s linear forwards;
    -webkit-animation: menu_line_reverse 0.5s linear forwards;
    -moz-animation: menu_line_reverse 0.5s linear forwards;
	-o-animation: menu_line_reverse 0.5s linear forwards;
}

.open .icon-menu::before {
	animation: menu_line_top_reverse 0.5s linear forwards;
    -webkit-animation: menu_line_top_reverse 0.5s linear forwards;
    -moz-animation: menu_line_top_reverse 0.5s linear forwards;
	-o-animation: menu_line_top_reverse 0.5s linear forwards;
}

.open .icon-menu::after {
	animation: menu_line_bottom_reverse 0.5s linear forwards;
    -webkit-animation: menu_line_bottom_reverse 0.5s linear forwards;
    -moz-animation: menu_line_bottom_reverse 0.5s linear forwards;
	-o-animation: menu_line_bottom_reverse 0.5s linear forwards;
}


.icon {
	position: relative;
    display: block;
    margin: 110px auto 80px auto;
    width: 120px;
    height: 120px;
    line-height: 120px;
    text-align: center;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    background-color: #5ccbd6;
    background-image: url('../img/icons.png');
    background-repeat: no-repeat;
}
.icon-encrypt {
	background-position: center -288px;
}
.icon-os {
	background-position: center -84px;
}
.icon-proto {
	background-position: center 18px;
}
.icon-app {
	background-position: center -186px;
}
.icon-rec {
	background-position: center -390px;
}
.icon-more {
	background-position: center -492px;
}

.error-block {
	color: #f33c29;
}

#app-list {
	position: absolute;
	width: 1440px;
	height: 740px;
	top: 50%;
	left: 50%;
	margin-left: -720px;
	margin-top: -380px;
	text-align: center;
	font-family: 'Helvetica';
	font-size: 18px;
	z-index: 10;
}

#app-list .des {
	position: relative;
	margin: 0 auto 30px auto;
	width: 670px;
	font-family: 'Helvetica';
}

#app-list .des2 {
	position: relative;
	margin: 0 auto;
	width: 640px;
	font-family: 'Helvetica';
}

#support {
	position: absolute;
	width: 1440px;
	left: 50%;
	margin-left: -720px;
	padding-top: 160px;
	z-index: 99;
}

@media screen and (max-width: 1440px) {
	#product_description .description,
	#feature {
		width: 100%;
		left: 0;
		margin-left: 0;
		padding-left: 20px;
	}

	#app-list {
		width: 100%;
		left: 0;
		margin-left: 0;
		padding: 0 20px;
	}
}

@media screen and (max-width: 1320px) {
	#product_description .description {
		background-position: right top;
	}

	#right-menu {
		right: 10px;
	}
}

@media screen and (max-width: 1200px) {
	#feature_list_wrap {
		margin-left: -640px;
	}

	#des2 {
		margin-left: 174px;
	}

	#right-menu a span{
		display: none;
	}

	.app-view {
		margin: 60px 4% 0 4%;
	}
}

@media screen and (max-width: 1160px) {
	#product_description .description {
		top: 0;
		margin-top: 0;
		height: 100%;
		padding-top: 80px;
		padding-left: 0;
		text-align: center;
		background-position: center 460px;
	}

	.description .text {
		margin-left: auto;
		margin-right: auto;
	}

	#feature {
		top: 0;
		margin-top: 0;
		height: 100%;
		padding-top: 80px;
		padding-left: 0;
		text-align: center;
	}

	#feature_list_wrap {
		top: 282px;
	}

	#feature .screen-col {
		top: 124px;
	}

	#des3 {
		top: 805px;
	}

	#contact_wrap {
		width: 100%;
		left: 0;
		margin-left: 0;
	}
}

@media screen and (max-width: 992px) {
	#feature .screen-col {
		margin-left: 0;
	}

	#feature_list_wrap {
		margin-left: -466px;
	}

	#des2 {
		display: none;
	}

	#partner-des {
		left: 50%;
		margin-left: -122px;
		top: 100px;
	}

	#app-list {
		top: 0;
		margin-top: 0;
		height: 100%;
		padding-top: 80px;
	}

}

@media screen and (max-width: 800px) {
	#top-bar {
		padding: 0 10px;
	}

	#menu .menu-btn {
		display: block;
	}

	#menu ul {
		display: none;
	}

	#history_section .title {
		font-size: 40px;
	}

	#history_section .timeline-wrap {
		left: -50%;
	}

	#history_section .timeline-wrap::before {
		margin-left: 8px;
	}

	#history_section .timeline-wrap::after {
		margin-left: 10px;
	}

	#history_section .item-box:nth-of-type(odd) {
		margin-left: 0;
		text-align: left;
		padding-left: 80px;
		padding-right: 0;
	}
	#history_section .item-box:nth-of-type(odd)::after,
	#history_section .item-box:nth-of-type(even)::after {
		right: unset;
		left: 4px;
	}

	#history_section .item-box:nth-of-type(odd) .des {
		padding-left: 80px;
		padding-right: 0;
	}

	#history_section .item-box:nth-of-type(odd) .des::after {
		right: unset;
		left: 40px;
	}

	.app-view {
		margin: 20px 10px 0 10px;
	}

	#contact_wrap {
		top: 0;
		margin-top: 0;
		height: 100%;
		overflow: auto;
	}

	#contact_info,
	#contact_form {
		width: 100%;
	}

	#contact_form {
		height: 458px;
	}

	#contact_info {
		text-align: center;
		height: 234px;
	}

	#contact_wrap .title {
		margin-bottom: 0;
		padding-top: 60px;
	}

	#contact_wrap .logo {
		margin-bottom: 20px;
	}

	#contact_info > div > p {
		margin-bottom: 0;
	}

	#contact_info .m-b-lg {
		margin-bottom: 8px;
	}

	#contact_info .m-b-xlg {
		margin-bottom: 16px;
	}
}

@media screen and (max-width: 700px) {
	#feature .screen-col {
		display: none;
	}

	#feature_list_wrap {
		margin-left: -233px;
		top: 200px;
	}

	.select-list li p {
		width: 100%;
	}

	#des3 {
		top: 600px;
	}

	.app-view {
		margin: 10px 10px 0 10px;
	}

	.line_feed {
		display: none;
	}

	#app-list .des,
	#app-list .des2 {
		width: 100%;
	}

}

@media screen and (max-width: 650px) {
	#des3 {
		width: 100%;
		left: 0;
		margin-left: 0;
	}

	.description .text {
		padding: 0 20px;
		width: 100%;
	}
}

@media screen and (max-width: 500px) {
	#history_section .item-box:nth-of-type(odd),
	#history_section .item-box:nth-of-type(even) {
		padding-left: 20px;
	}

	#history_section .item-box .des {
		font-size: 20px;
	}

	#contact_wrap .title {
		display: none;
	}

	#contact_info {
		margin-top: 60px;
	}

	#contact_form {
		height: 270px;
	}

	#contact_form .form-group {
		margin-bottom: 8px;
	}

	#contact_form .form-group input {
		height: 36px;
	}

	#contact_form textarea {
		height: 80px;
	}

	#contact_form .text-right {
		text-align: center;
	}

	#contact_form .btn {
		width: 100%;
	}
}

@media screen and (max-width: 375px) {
	#product_description .android-download {
		margin-right: 0;
	}
}
