@charset "UTF-8";
#fp-nav {
	position: fixed;
	z-index: 100;
	margin-top: -32px;
	top: 50%;
	opacity: 1;
	right: 20px
}

#fp-nav li {
	display: block;
	margin: 10px;
	width: 14px;
	height: 14px;
	position: relative
}

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

#fp-nav li .active span {
	background: #000;
	background: rgba(0, 0, 0, .8)
}

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

#fullPage {
	position: relative;
	height: 100%;
	width: 100%
}

body.index {
	height: 100%;
	width: 100%
}

.section {
	box-sizing: border-box
}

.section:first-child {
	padding-top: 0!important;
	width: 100%;
	height: 100%
}

.easing {
	-webkit-transition: all .7s ease-out;
	transition: all .7s ease-out
}

.fullPage-tooltip {
	position: absolute;
	color: #fff;
	font-size: 14px;
	font-family: arial, helvetica, sans-serif;
	top: -2px
}

.fullPage-tooltip.right {
	right: 20px
}


/*! normalize.css v3.0.1 | MIT License | git.io/normalize */

html {
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%
}

body {
	margin: 0
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
	display: block
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline
}

audio:not([controls]) {
	display: none;
	height: 0
}

[hidden],
template {
	display: none
}

a {
	background: 0 0
}

a:active,
a:hover {
	outline: 0
}

b,
strong {
	font-weight: 700
}

dfn {
	font-style: italic
}

h1 {
	margin: .67em 0
}

mark {
	background: #ff0;
	color: #000
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline
}

sup {
	top: -.5em
}

sub {
	bottom: -.25em
}

img {
	border: 0
}

svg:not(:root) {
	overflow: hidden
}

hr {
	box-sizing: content-box;
	height: 0
}

pre {
	overflow: auto
}

code,
kbd,
pre,
samp {
	font-size: 1em
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0
}

button {
	overflow: visible
}

button,
select {
	text-transform: none
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
	-webkit-appearance: button;
	cursor: pointer
}

button[disabled],
html input[disabled] {
	cursor: default
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0
}

input[type=checkbox],
input[type=radio] {
	box-sizing: border-box;
	padding: 0
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
	height: auto
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
	-webkit-appearance: none
}

textarea {
	overflow: auto
}

optgroup {
	font-weight: 700
}

table {
	border-collapse: collapse;
	border-spacing: 0
}

td,
th {
	padding: 0
}

@media print {
	* {
		text-shadow: none!important;
		color: #000!important;
		background: 0 0!important;
		box-shadow: none!important
	}
	a,
	a:visited {
		text-decoration: underline
	}
	a[href]:after {
		content: " (" attr(href) ")"
	}
	abbr[title]:after {
		content: " (" attr(title) ")"
	}
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content: ""
	}
	blockquote,
	pre {
		border: 1px solid #999;
		page-break-inside: avoid
	}
	thead {
		display: table-header-group
	}
	img,
	tr {
		page-break-inside: avoid
	}
	img {
		max-width: 100%!important
	}
	h2,
	h3,
	p {
		orphans: 3;
		widows: 3
	}
	h2,
	h3 {
		page-break-after: avoid
	}
	select {
		background: #fff!important
	}
	.navbar {
		display: none
	}
	.table td,
	.table th {
		background-color: #fff!important
	}
	.btn>.caret,
	.dropup>.btn>.caret {
		border-top-color: #000!important
	}
	.label {
		border: 1px solid #000
	}
	.table {
		border-collapse: collapse!important
	}
	.table-bordered td,
	.table-bordered th {
		border: 1px solid #ddd!important
	}
}

*,
:after,
:before {
	box-sizing: border-box
}

html {
	font-size: 10px;
	-webkit-tap-highlight-color: transparent
}

body {
	font-size: 14px;
	line-height: 1.42857;
	color: #333;
	background-color: #fff
}

button,
input,
select,
textarea {
	font-family: arial;
	font-size: arial;
	line-height: arial
}

a {
	color: #428bca
}

a:focus,
a:hover {
	color: #2a6496
}

a:focus {
	outline-offset: -2px
}

figure {
	margin: 0
}

img {
	vertical-align: middle
}

.img-responsive {
	display: block;
	max-width: 100%;
	height: auto
}

.img-rounded {
	border-radius: 6px
}

.img-thumbnail {
	padding: 4px;
	line-height: 1.42857;
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 4px;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	display: inline-block;
	max-width: 100%;
	height: auto
}

.img-circle {
	border-radius: 50%
}

hr {
	margin-top: 20px;
	margin-bottom: 20px;
	border: 0;
	border-top: 1px solid #eee
}

.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
	position: static;
	width: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	clip: auto
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: arial;
	font-weight: 500;
	line-height: 1.1;
	color: arial
}

.h1 .small,
.h1 small,
.h2 .small,
.h2 small,
.h3 .small,
.h3 small,
.h4 .small,
.h4 small,
.h5 .small,
.h5 small,
.h6 .small,
.h6 small,
h1 .small,
h1 small,
h2 .small,
h2 small,
h3 .small,
h3 small,
h4 .small,
h4 small,
h5 .small,
h5 small,
h6 .small,
h6 small {
	font-weight: 400;
	line-height: 1;
	color: #777
}

.h1,
.h2,
.h3,
h1,
h2,
h3 {
	margin-top: 20px;
	margin-bottom: 10px
}

.h1 .small,
.h1 small,
.h2 .small,
.h2 small,
.h3 .small,
.h3 small,
h1 .small,
h1 small,
h2 .small,
h2 small,
h3 .small,
h3 small {
	font-size: 65%
}

.h4,
.h5,
.h6,
h4,
h5,
h6 {
	margin-top: 10px;
	margin-bottom: 10px
}

.h4 .small,
.h4 small,
.h5 .small,
.h5 small,
.h6 .small,
.h6 small,
h4 .small,
h4 small,
h5 .small,
h5 small,
h6 .small,
h6 small {
	font-size: 75%
}

.h1,
h1 {
	font-size: 36px
}

.h2,
h2 {
	font-size: 30px
}

.h3,
h3 {
	font-size: 24px
}

.h4,
h4 {
	font-size: 18px
}

.h5,
h5 {
	font-size: 14px
}

.h6,
h6 {
	font-size: 12px
}

p {
	margin: 0 0 10px
}

.lead {
	margin-bottom: 20px;
	font-size: 16px;
	font-weight: 300;
	line-height: 1.4
}

@media (min-width:768px) {
	.lead {
		font-size: 21px
	}
}

.small,
small {
	font-size: 85%
}

cite {
	font-style: normal
}

.mark,
mark {
	background-color: #fcf8e3;
	padding: .2em
}

.text-left {
	text-align: left
}

.text-right {
	text-align: right
}

.text-center {
	text-align: center
}

.text-justify {
	text-align: justify
}

.text-nowrap {
	white-space: nowrap
}

.text-lowercase {
	text-transform: lowercase
}

.text-uppercase {
	text-transform: uppercase
}

.text-capitalize {
	text-transform: capitalize
}

.text-muted {
	color: #777
}

.text-primary {
	color: #428bca
}

a.text-primary:hover {
	color: #3071a9
}

.text-success {
	color: #3c763d
}

a.text-success:hover {
	color: #2b542c
}

.text-info {
	color: #31708f
}

a.text-info:hover {
	color: #245269
}

.text-warning {
	color: #8a6d3b
}

a.text-warning:hover {
	color: #66512c
}

.text-danger {
	color: #a94442
}

a.text-danger:hover {
	color: #843534
}

.bg-primary {
	color: #fff;
	background-color: #428bca
}

a.bg-primary:hover {
	background-color: #3071a9
}

.bg-success {
	background-color: #dff0d8
}

a.bg-success:hover {
	background-color: #c1e2b3
}

.bg-info {
	background-color: #d9edf7
}

a.bg-info:hover {
	background-color: #afd9ee
}

.bg-warning {
	background-color: #fcf8e3
}

a.bg-warning:hover {
	background-color: #f7ecb5
}

.bg-danger {
	background-color: #f2dede
}

a.bg-danger:hover {
	background-color: #e4b9b9
}

.page-header {
	padding-bottom: 9px;
	margin: 40px 0 20px;
	border-bottom: 1px solid #eee
}

ol,
ul {
	margin-top: 0;
	margin-bottom: 10px
}

ol ol,
ol ul,
ul ol,
ul ul {
	margin-bottom: 0
}

.list-inline,
.list-unstyled {
	padding-left: 0;
	list-style: none
}

.list-inline {
	margin-left: -5px
}

.list-inline>li {
	display: inline-block;
	padding-left: 5px;
	padding-right: 5px
}

dl {
	margin-top: 0;
	margin-bottom: 20px
}

dd,
dt {
	line-height: 1.42857
}

dt {
	font-weight: 700
}

dd {
	margin-left: 0
}

.dl-horizontal dd:after,
.dl-horizontal dd:before {
	content: " ";
	display: table
}

.dl-horizontal dd:after {
	clear: both
}

@media (min-width:768px) {
	.dl-horizontal dt {
		float: left;
		width: 160px;
		clear: left;
		text-align: right;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap
	}
	.dl-horizontal dd {
		margin-left: 180px
	}
}

abbr[data-original-title],
abbr[title] {
	cursor: help;
	border-bottom: 1px dotted #777
}

.initialism {
	font-size: 90%;
	text-transform: uppercase
}

blockquote {
	padding: 10px 20px;
	margin: 0 0 20px;
	font-size: 17.5px;
	border-left: 5px solid #eee
}

blockquote ol:last-child,
blockquote p:last-child,
blockquote ul:last-child {
	margin-bottom: 0
}

blockquote .small,
blockquote footer,
blockquote small {
	display: block;
	font-size: 80%;
	line-height: 1.42857;
	color: #777
}

blockquote .small:before,
blockquote footer:before,
blockquote small:before {
	content: '\2014 \00A0'
}

.blockquote-reverse,
blockquote.pull-right {
	padding-right: 15px;
	padding-left: 0;
	border-right: 5px solid #eee;
	border-left: 0;
	text-align: right
}

.blockquote-reverse .small:before,
.blockquote-reverse footer:before,
.blockquote-reverse small:before,
blockquote.pull-right .small:before,
blockquote.pull-right footer:before,
blockquote.pull-right small:before {
	content: ''
}

.blockquote-reverse .small:after,
.blockquote-reverse footer:after,
.blockquote-reverse small:after,
blockquote.pull-right .small:after,
blockquote.pull-right footer:after,
blockquote.pull-right small:after {
	content: '\00A0 \2014'
}

blockquote:after,
blockquote:before {
	content: ""
}

address {
	margin-bottom: 20px;
	font-style: normal;
	line-height: 1.42857
}

code,
kbd,
pre,
samp {
	font-family: arial, helvetica, sans-serif;
}

code {
	padding: 2px 4px;
	font-size: 90%;
	color: #c7254e;
	background-color: #f9f2f4;
	border-radius: 4px
}

kbd {
	padding: 2px 4px;
	font-size: 90%;
	color: #fff;
	background-color: #333;
	border-radius: 3px;
	box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .25)
}

kbd kbd {
	padding: 0;
	font-size: 100%;
	box-shadow: none
}

pre {
	display: block;
	padding: 9.5px;
	margin: 0 0 10px;
	font-size: 13px;
	line-height: 1.42857;
	word-break: break-all;
	word-wrap: break-word;
	color: #333;
	background-color: #f5f5f5;
	border: 1px solid #ccc;
	border-radius: 4px
}

pre code {
	padding: 0;
	font-size: inherit;
	color: inherit;
	white-space: pre-wrap;
	background-color: transparent;
	border-radius: 0
}

.pre-scrollable {
	max-height: 340px;
	overflow-y: scroll
}

.container {
	margin-right: auto;
	margin-left: auto
}

.container:after,
.container:before {
	content: " ";
	display: table
}

.container:after {
	clear: both
}

@media (min-width:1200px) {
	.container {
		width: 1170px
	}
}

.container-fluid {
	margin-right: auto;
	margin-left: auto
}

.container-fluid:after,
.container-fluid:before {
	content: " ";
	display: table
}

.container-fluid:after {
	clear: both
}

.row {
	margin-left: -15px;
	margin-right: -15px
}

.row:after,
.row:before {
	content: " ";
	display: table
}

.row:after {
	clear: both
}

.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
	position: relative;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px
}
@media (min-width:0px) {
	.col-xs-1,
	.col-xs-10,
	.col-xs-11,
	.col-xs-12,
	.col-xs-2,
	.col-xs-3,
	.col-xs-4,
	.col-xs-5,
	.col-xs-6,
	.col-xs-7,
	.col-xs-8,
	.col-xs-9 {
		float: left
	}
	
	.col-xs-1 {
		width: 8.33333%
	}
	
	.col-xs-2 {
		width: 16.66667%
	}
	
	.col-xs-3 {
		width: 25%
	}
	
	.col-xs-4 {
		width: 33.33333%
	}
	
	.col-xs-5 {
		width: 41.66667%
	}
	
	.col-xs-6 {
		width: 50%
	}
	
	.col-xs-7 {
		width: 58.33333%
	}
	
	.col-xs-8 {
		width: 66.66667%
	}
	
	.col-xs-9 {
		width: 75%
	}
	
	.col-xs-10 {
		width: 83.33333%
	}
	
	.col-xs-11 {
		width: 91.66667%
	}
	
	.col-xs-12 {
		width: 100%
	}
	
	.col-xs-pull-0 {
		right: auto
	}
	
	.col-xs-pull-1 {
		right: 8.33333%
	}
	
	.col-xs-pull-2 {
		right: 16.66667%
	}
	
	.col-xs-pull-3 {
		right: 25%
	}
	
	.col-xs-pull-4 {
		right: 33.33333%
	}
	
	.col-xs-pull-5 {
		right: 41.66667%
	}
	
	.col-xs-pull-6 {
		right: 50%
	}
	
	.col-xs-pull-7 {
		right: 58.33333%
	}
	
	.col-xs-pull-8 {
		right: 66.66667%
	}
	
	.col-xs-pull-9 {
		right: 75%
	}
	
	.col-xs-pull-10 {
		right: 83.33333%
	}
	
	.col-xs-pull-11 {
		right: 91.66667%
	}
	
	.col-xs-pull-12 {
		right: 100%
	}
	
	.col-xs-push-0 {
		left: auto
	}
	
	.col-xs-push-1 {
		left: 8.33333%
	}
	
	.col-xs-push-2 {
		left: 16.66667%
	}
	
	.col-xs-push-3 {
		left: 25%
	}
	
	.col-xs-push-4 {
		left: 33.33333%
	}
	
	.col-xs-push-5 {
		left: 41.66667%
	}
	
	.col-xs-push-6 {
		left: 50%
	}
	
	.col-xs-push-7 {
		left: 58.33333%
	}
	
	.col-xs-push-8 {
		left: 66.66667%
	}
	
	.col-xs-push-9 {
		left: 75%
	}
	
	.col-xs-push-10 {
		left: 83.33333%
	}
	
	.col-xs-push-11 {
		left: 91.66667%
	}
	
	.col-xs-push-12 {
		left: 100%
	}
	
	.col-xs-offset-0 {
		margin-left: 0
	}
	
	.col-xs-offset-1 {
		margin-left: 8.33333%
	}
	
	.col-xs-offset-2 {
		margin-left: 16.66667%
	}
	
	.col-xs-offset-3 {
		margin-left: 25%
	}
	
	.col-xs-offset-4 {
		margin-left: 33.33333%
	}
	
	.col-xs-offset-5 {
		margin-left: 41.66667%
	}
	
	.col-xs-offset-6 {
		margin-left: 50%
	}
	
	.col-xs-offset-7 {
		margin-left: 58.33333%
	}
	
	.col-xs-offset-8 {
		margin-left: 66.66667%
	}
	
	.col-xs-offset-9 {
		margin-left: 75%
	}
	
	.col-xs-offset-10 {
		margin-left: 83.33333%
	}
	
	.col-xs-offset-11 {
		margin-left: 91.66667%
	}
	
	.col-xs-offset-12 {
		margin-left: 100%
	}
}
@media (min-width:768px) {
	.col-sm-1,
	.col-sm-10,
	.col-sm-11,
	.col-sm-12,
	.col-sm-2,
	.col-sm-3,
	.col-sm-4,
	.col-sm-5,
	.col-sm-6,
	.col-sm-7,
	.col-sm-8,
	.col-sm-9 {
		float: left
	}
	.col-sm-1 {
		width: 8.33333%
	}
	.col-sm-2 {
		width: 16.66667%
	}
	.col-sm-3 {
		width: 25%
	}
	.col-sm-4 {
		width: 33.33333%
	}
	.col-sm-5 {
		width: 41.66667%
	}
	.col-sm-6 {
		width: 50%
	}
	.col-sm-7 {
		width: 58.33333%
	}
	.col-sm-8 {
		width: 66.66667%
	}
	.col-sm-9 {
		width: 75%
	}
	.col-sm-10 {
		width: 83.33333%
	}
	.col-sm-11 {
		width: 91.66667%
	}
	.col-sm-12 {
		width: 100%
	}
	.col-sm-pull-0 {
		right: auto
	}
	.col-sm-pull-1 {
		right: 8.33333%
	}
	.col-sm-pull-2 {
		right: 16.66667%
	}
	.col-sm-pull-3 {
		right: 25%
	}
	.col-sm-pull-4 {
		right: 33.33333%
	}
	.col-sm-pull-5 {
		right: 41.66667%
	}
	.col-sm-pull-6 {
		right: 50%
	}
	.col-sm-pull-7 {
		right: 58.33333%
	}
	.col-sm-pull-8 {
		right: 66.66667%
	}
	.col-sm-pull-9 {
		right: 75%
	}
	.col-sm-pull-10 {
		right: 83.33333%
	}
	.col-sm-pull-11 {
		right: 91.66667%
	}
	.col-sm-pull-12 {
		right: 100%
	}
	.col-sm-push-0 {
		left: auto
	}
	.col-sm-push-1 {
		left: 8.33333%
	}
	.col-sm-push-2 {
		left: 16.66667%
	}
	.col-sm-push-3 {
		left: 25%
	}
	.col-sm-push-4 {
		left: 33.33333%
	}
	.col-sm-push-5 {
		left: 41.66667%
	}
	.col-sm-push-6 {
		left: 50%
	}
	.col-sm-push-7 {
		left: 58.33333%
	}
	.col-sm-push-8 {
		left: 66.66667%
	}
	.col-sm-push-9 {
		left: 75%
	}
	.col-sm-push-10 {
		left: 83.33333%
	}
	.col-sm-push-11 {
		left: 91.66667%
	}
	.col-sm-push-12 {
		left: 100%
	}
	.col-sm-offset-0 {
		margin-left: 0
	}
	.col-sm-offset-1 {
		margin-left: 8.33333%
	}
	.col-sm-offset-2 {
		margin-left: 16.66667%
	}
	.col-sm-offset-3 {
		margin-left: 25%
	}
	.col-sm-offset-4 {
		margin-left: 33.33333%
	}
	.col-sm-offset-5 {
		margin-left: 41.66667%
	}
	.col-sm-offset-6 {
		margin-left: 50%
	}
	.col-sm-offset-7 {
		margin-left: 58.33333%
	}
	.col-sm-offset-8 {
		margin-left: 66.66667%
	}
	.col-sm-offset-9 {
		margin-left: 75%
	}
	.col-sm-offset-10 {
		margin-left: 83.33333%
	}
	.col-sm-offset-11 {
		margin-left: 91.66667%
	}
	.col-sm-offset-12 {
		margin-left: 100%
	}
}

@media (min-width:992px) {
	.col-md-1,
	.col-md-10,
	.col-md-11,
	.col-md-12,
	.col-md-2,
	.col-md-3,
	.col-md-4,
	.col-md-5,
	.col-md-6,
	.col-md-7,
	.col-md-8,
	.col-md-9 {
		float: left
	}
	.col-md-1 {
		width: 8.33333%
	}
	.col-md-2 {
		width: 16.66667%
	}
	.col-md-3 {
		width: 25%
	}
	.col-md-4 {
		width: 33.33333%
	}
	.col-md-5 {
		width: 41.66667%
	}
	.col-md-6 {
		width: 50%
	}
	.col-md-7 {
		width: 58.33333%
	}
	.col-md-8 {
		width: 66.66667%
	}
	.col-md-9 {
		width: 75%
	}
	.col-md-10 {
		width: 83.33333%
	}
	.col-md-11 {
		width: 91.66667%
	}
	.col-md-12 {
		width: 100%
	}
	.col-md-pull-0 {
		right: auto
	}
	.col-md-pull-1 {
		right: 8.33333%
	}
	.col-md-pull-2 {
		right: 16.66667%
	}
	.col-md-pull-3 {
		right: 25%
	}
	.col-md-pull-4 {
		right: 33.33333%
	}
	.col-md-pull-5 {
		right: 41.66667%
	}
	.col-md-pull-6 {
		right: 50%
	}
	.col-md-pull-7 {
		right: 58.33333%
	}
	.col-md-pull-8 {
		right: 66.66667%
	}
	.col-md-pull-9 {
		right: 75%
	}
	.col-md-pull-10 {
		right: 83.33333%
	}
	.col-md-pull-11 {
		right: 91.66667%
	}
	.col-md-pull-12 {
		right: 100%
	}
	.col-md-push-0 {
		left: auto
	}
	.col-md-push-1 {
		left: 8.33333%
	}
	.col-md-push-2 {
		left: 16.66667%
	}
	.col-md-push-3 {
		left: 25%
	}
	.col-md-push-4 {
		left: 33.33333%
	}
	.col-md-push-5 {
		left: 41.66667%
	}
	.col-md-push-6 {
		left: 50%
	}
	.col-md-push-7 {
		left: 58.33333%
	}
	.col-md-push-8 {
		left: 66.66667%
	}
	.col-md-push-9 {
		left: 75%
	}
	.col-md-push-10 {
		left: 83.33333%
	}
	.col-md-push-11 {
		left: 91.66667%
	}
	.col-md-push-12 {
		left: 100%
	}
	.col-md-offset-0 {
		margin-left: 0
	}
	.col-md-offset-1 {
		margin-left: 8.33333%
	}
	.col-md-offset-2 {
		margin-left: 16.66667%
	}
	.col-md-offset-3 {
		margin-left: 25%
	}
	.col-md-offset-4 {
		margin-left: 33.33333%
	}
	.col-md-offset-5 {
		margin-left: 41.66667%
	}
	.col-md-offset-6 {
		margin-left: 50%
	}
	.col-md-offset-7 {
		margin-left: 58.33333%
	}
	.col-md-offset-8 {
		margin-left: 66.66667%
	}
	.col-md-offset-9 {
		margin-left: 75%
	}
	.col-md-offset-10 {
		margin-left: 83.33333%
	}
	.col-md-offset-11 {
		margin-left: 91.66667%
	}
	.col-md-offset-12 {
		margin-left: 100%
	}
}

@media (min-width:1200px) {
	.col-lg-1,
	.col-lg-10,
	.col-lg-11,
	.col-lg-12,
	.col-lg-2,
	.col-lg-3,
	.col-lg-4,
	.col-lg-5,
	.col-lg-6,
	.col-lg-7,
	.col-lg-8,
	.col-lg-9 {
		float: left
	}
	.col-lg-1 {
		width: 8.33333%
	}
	.col-lg-2 {
		width: 16.66667%
	}
	.col-lg-3 {
		width: 25%
	}
	.col-lg-4 {
		width: 33.33333%
	}
	.col-lg-5 {
		width: 41.66667%
	}
	.col-lg-6 {
		width: 50%
	}
	.col-lg-7 {
		width: 58.33333%
	}
	.col-lg-8 {
		width: 66.66667%
	}
	.col-lg-9 {
		width: 75%
	}
	.col-lg-10 {
		width: 83.33333%
	}
	.col-lg-11 {
		width: 91.66667%
	}
	.col-lg-12 {
		width: 100%
	}
	.col-lg-pull-0 {
		right: auto
	}
	.col-lg-pull-1 {
		right: 8.33333%
	}
	.col-lg-pull-2 {
		right: 16.66667%
	}
	.col-lg-pull-3 {
		right: 25%
	}
	.col-lg-pull-4 {
		right: 33.33333%
	}
	.col-lg-pull-5 {
		right: 41.66667%
	}
	.col-lg-pull-6 {
		right: 50%
	}
	.col-lg-pull-7 {
		right: 58.33333%
	}
	.col-lg-pull-8 {
		right: 66.66667%
	}
	.col-lg-pull-9 {
		right: 75%
	}
	.col-lg-pull-10 {
		right: 83.33333%
	}
	.col-lg-pull-11 {
		right: 91.66667%
	}
	.col-lg-pull-12 {
		right: 100%
	}
	.col-lg-push-0 {
		left: auto
	}
	.col-lg-push-1 {
		left: 8.33333%
	}
	.col-lg-push-2 {
		left: 16.66667%
	}
	.col-lg-push-3 {
		left: 25%
	}
	.col-lg-push-4 {
		left: 33.33333%
	}
	.col-lg-push-5 {
		left: 41.66667%
	}
	.col-lg-push-6 {
		left: 50%
	}
	.col-lg-push-7 {
		left: 58.33333%
	}
	.col-lg-push-8 {
		left: 66.66667%
	}
	.col-lg-push-9 {
		left: 75%
	}
	.col-lg-push-10 {
		left: 83.33333%
	}
	.col-lg-push-11 {
		left: 91.66667%
	}
	.col-lg-push-12 {
		left: 100%
	}
	.col-lg-offset-0 {
		margin-left: 0
	}
	.col-lg-offset-1 {
		margin-left: 8.33333%
	}
	.col-lg-offset-2 {
		margin-left: 16.66667%
	}
	.col-lg-offset-3 {
		margin-left: 25%
	}
	.col-lg-offset-4 {
		margin-left: 33.33333%
	}
	.col-lg-offset-5 {
		margin-left: 41.66667%
	}
	.col-lg-offset-6 {
		margin-left: 50%
	}
	.col-lg-offset-7 {
		margin-left: 58.33333%
	}
	.col-lg-offset-8 {
		margin-left: 66.66667%
	}
	.col-lg-offset-9 {
		margin-left: 75%
	}
	.col-lg-offset-10 {
		margin-left: 83.33333%
	}
	.col-lg-offset-11 {
		margin-left: 91.66667%
	}
	.col-lg-offset-12 {
		margin-left: 100%
	}
}

fieldset {
	padding: 0;
	margin: 0;
	border: 0;
	min-width: 0
}

legend {
	display: block;
	width: 100%;
	padding: 0;
	margin-bottom: 20px;
	font-size: 21px;
	line-height: inherit;
	color: #333;
	border: 0;
	border-bottom: 1px solid #e5e5e5
}

label {
	display: inline-block;
	max-width: 100%;
	margin-bottom: 5px;
	font-weight: 700
}

input[type=search] {
	box-sizing: border-box
}

input[type=checkbox],
input[type=radio] {
	margin: 4px 0 0;
	line-height: normal
}

input[type=file] {
	display: block
}

input[type=range] {
	display: block;
	width: 100%
}

select[multiple],
select[size] {
	height: auto
}

input[type=checkbox]:focus,
input[type=file]:focus,
input[type=radio]:focus {
	outline: dotted thin;
	outline: -webkit-focus-ring-color auto 5px;
	outline-offset: -2px
}

output {
	display: block;
	padding-top: 7px;
	font-size: 14px;
	line-height: 1.42857;
	color: #555
}

.form-control {
	display: block;
	width: 100%;
	height: 34px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 4px;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	-webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s
}

.form-control:focus {
	border-color: #66afe9;
	outline: 0;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6)
}

.form-control::-moz-placeholder {
	color: #777;
	opacity: 1
}

.form-control:-ms-input-placeholder {
	color: #777
}

.form-control::-webkit-input-placeholder {
	color: #777
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
	cursor: not-allowed;
	background-color: #eee;
	opacity: 1
}

textarea.form-control {
	height: auto
}

input[type=search] {
	-webkit-appearance: none
}

input[type=date],
input[type=datetime-local],
input[type=month],
input[type=time] {
	line-height: 34px;
	line-height: 1.42857 \0
}

.form-horizontal .form-group-sm input[type=date].form-control,
.form-horizontal .form-group-sm input[type=datetime-local].form-control,
.form-horizontal .form-group-sm input[type=month].form-control,
.form-horizontal .form-group-sm input[type=time].form-control,
input[type=date].input-sm,
input[type=datetime-local].input-sm,
input[type=month].input-sm,
input[type=time].input-sm {
	line-height: 30px
}

.form-horizontal .form-group-lg input[type=date].form-control,
.form-horizontal .form-group-lg input[type=datetime-local].form-control,
.form-horizontal .form-group-lg input[type=month].form-control,
.form-horizontal .form-group-lg input[type=time].form-control,
input[type=date].input-lg,
input[type=datetime-local].input-lg,
input[type=month].input-lg,
input[type=time].input-lg {
	line-height: 46px
}

.form-group {
	margin-bottom: 15px
}

.checkbox,
.radio {
	position: relative;
	display: block;
	min-height: 20px;
	margin-top: 10px;
	margin-bottom: 10px
}

.checkbox label,
.radio label {
	padding-left: 20px;
	margin-bottom: 0;
	font-weight: 400;
	cursor: pointer
}

.checkbox input[type=checkbox],
.checkbox-inline input[type=checkbox],
.radio input[type=radio],
.radio-inline input[type=radio] {
	position: absolute;
	margin-left: -20px
}

.checkbox+.checkbox,
.radio+.radio {
	margin-top: -5px
}

.checkbox-inline,
.radio-inline {
	display: inline-block;
	padding-left: 20px;
	margin-bottom: 0;
	vertical-align: middle;
	font-weight: 400;
	cursor: pointer
}

.checkbox-inline+.checkbox-inline,
.radio-inline+.radio-inline {
	margin-top: 0;
	margin-left: 10px
}

.checkbox-inline.disabled,
.checkbox.disabled label,
.radio-inline.disabled,
.radio.disabled label,
fieldset[disabled] .checkbox label,
fieldset[disabled] .checkbox-inline,
fieldset[disabled] .radio label,
fieldset[disabled] .radio-inline,
fieldset[disabled] input[type=checkbox],
fieldset[disabled] input[type=radio],
input[type=checkbox].disabled,
input[type=checkbox][disabled],
input[type=radio].disabled,
input[type=radio][disabled] {
	cursor: not-allowed
}

.form-control-static {
	padding-top: 7px;
	padding-bottom: 7px;
	margin-bottom: 0
}

.form-control-static.input-lg,
.form-control-static.input-sm,
.form-horizontal .form-group-lg .form-control-static.form-control,
.form-horizontal .form-group-sm .form-control-static.form-control {
	padding-left: 0;
	padding-right: 0
}

.form-horizontal .form-group-sm .form-control,
.input-sm {
	height: 30px;
	padding: 5px 10px;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 3px
}

.form-horizontal .form-group-sm select.form-control,
select.input-sm {
	height: 30px;
	line-height: 30px
}

.form-horizontal .form-group-sm select[multiple].form-control,
.form-horizontal .form-group-sm textarea.form-control,
select[multiple].input-sm,
textarea.input-sm {
	height: auto
}

.form-horizontal .form-group-lg .form-control,
.input-lg {
	height: 46px;
	padding: 10px 16px;
	font-size: 18px;
	line-height: 1.33;
	border-radius: 6px
}

.form-horizontal .form-group-lg select.form-control,
select.input-lg {
	height: 46px;
	line-height: 46px
}

.form-horizontal .form-group-lg select[multiple].form-control,
.form-horizontal .form-group-lg textarea.form-control,
select[multiple].input-lg,
textarea.input-lg {
	height: auto
}

.has-feedback {
	position: relative
}

.has-feedback .form-control {
	padding-right: 42.5px
}

.form-control-feedback {
	position: absolute;
	top: 25px;
	right: 0;
	z-index: 2;
	display: block;
	width: 34px;
	height: 34px;
	line-height: 34px;
	text-align: center
}

.form-horizontal .form-group-lg .form-control+.form-control-feedback,
.input-lg+.form-control-feedback {
	width: 46px;
	height: 46px;
	line-height: 46px
}

.form-horizontal .form-group-sm .form-control+.form-control-feedback,
.input-sm+.form-control-feedback {
	width: 30px;
	height: 30px;
	line-height: 30px
}

.has-success .checkbox,
.has-success .checkbox-inline,
.has-success .control-label,
.has-success .help-block,
.has-success .radio,
.has-success .radio-inline {
	color: #3c763d
}

.has-success .form-control {
	border-color: #3c763d;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
}

.has-success .form-control:focus {
	border-color: #2b542c;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168
}

.has-success .input-group-addon {
	color: #3c763d;
	border-color: #3c763d;
	background-color: #dff0d8
}

.has-success .form-control-feedback {
	color: #3c763d
}

.has-warning .checkbox,
.has-warning .checkbox-inline,
.has-warning .control-label,
.has-warning .help-block,
.has-warning .radio,
.has-warning .radio-inline {
	color: #8a6d3b
}

.has-warning .form-control {
	border-color: #8a6d3b;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
}

.has-warning .form-control:focus {
	border-color: #66512c;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b
}

.has-warning .input-group-addon {
	color: #8a6d3b;
	border-color: #8a6d3b;
	background-color: #fcf8e3
}

.has-warning .form-control-feedback {
	color: #8a6d3b
}

.has-error .checkbox,
.has-error .checkbox-inline,
.has-error .control-label,
.has-error .help-block,
.has-error .radio,
.has-error .radio-inline {
	color: #a94442
}

.has-error .form-control {
	border-color: #a94442;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
}

.has-error .form-control:focus {
	border-color: #843534;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483
}

.has-error .input-group-addon {
	color: #a94442;
	border-color: #a94442;
	background-color: #f2dede
}

.has-error .form-control-feedback {
	color: #a94442
}

.has-feedback label.sr-only~.form-control-feedback {
	top: 0
}

.help-block {
	display: block;
	margin-top: 5px;
	margin-bottom: 10px;
	color: #737373
}

@media (min-width:768px) {
	.form-inline .form-group {
		display: inline-block;
		margin-bottom: 0;
		vertical-align: middle
	}
	.form-inline .form-control {
		display: inline-block;
		width: auto;
		vertical-align: middle
	}
	.form-inline .input-group {
		display: inline-table;
		vertical-align: middle
	}
	.form-inline .input-group .form-control,
	.form-inline .input-group .input-group-addon,
	.form-inline .input-group .input-group-btn {
		width: auto
	}
	.form-inline .input-group>.form-control {
		width: 100%
	}
	.form-inline .control-label {
		margin-bottom: 0;
		vertical-align: middle
	}
	.form-inline .checkbox,
	.form-inline .radio {
		display: inline-block;
		margin-top: 0;
		margin-bottom: 0;
		vertical-align: middle
	}
	.form-inline .checkbox label,
	.form-inline .radio label {
		padding-left: 0
	}
	.form-inline .checkbox input[type=checkbox],
	.form-inline .radio input[type=radio] {
		position: relative;
		margin-left: 0
	}
	.form-inline .has-feedback .form-control-feedback {
		top: 0
	}
}

.form-horizontal .checkbox,
.form-horizontal .checkbox-inline,
.form-horizontal .radio,
.form-horizontal .radio-inline {
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 7px
}

.form-horizontal .checkbox,
.form-horizontal .radio {
	min-height: 27px
}

.form-horizontal .form-group {
	margin-left: -15px;
	margin-right: -15px
}

.form-horizontal .form-group:after,
.form-horizontal .form-group:before {
	content: " ";
	display: table
}

.form-horizontal .form-group:after {
	clear: both
}

@media (min-width:768px) {
	.form-horizontal .control-label {
		text-align: right;
		margin-bottom: 0;
		padding-top: 7px
	}
}

.form-horizontal .has-feedback .form-control-feedback {
	top: 0;
	right: 15px
}

@media (min-width:768px) {
	.form-horizontal .form-group-lg .control-label {
		padding-top: 14.3px
	}
}

@media (min-width:768px) {
	.form-horizontal .form-group-sm .control-label {
		padding-top: 6px
	}
}

.btn {
	display: inline-block;
	margin-bottom: 0;
	font-weight: 400;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	background-image: none;
	border: 1px solid transparent;
	white-space: nowrap;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857;
	border-radius: 4px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.btn.active:focus,
.btn:active:focus,
.btn:focus {
	outline: dotted thin;
	outline: -webkit-focus-ring-color auto 5px;
	outline-offset: -2px
}

.btn:focus,
.btn:hover {
	color: #333;
	text-decoration: none
}

.btn.active,
.btn:active {
	outline: 0;
	background-image: none;
	box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125)
}

.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
	cursor: not-allowed;
	pointer-events: none;
	opacity: .65;
	filter: alpha(opacity=65);
	box-shadow: none
}

.btn-default {
	color: #333;
	background-color: #fff;
	border-color: #ccc
}

.btn-default.active,
.btn-default:active,
.btn-default:focus,
.btn-default:hover,
.open>.btn-default.dropdown-toggle {
	color: #333;
	background-color: #e6e6e6;
	border-color: #adadad
}

.btn-default.active,
.btn-default:active,
.open>.btn-default.dropdown-toggle {
	background-image: none
}

.btn-default.disabled,
.btn-default.disabled.active,
.btn-default.disabled:active,
.btn-default.disabled:focus,
.btn-default.disabled:hover,
.btn-default[disabled],
.btn-default[disabled].active,
.btn-default[disabled]:active,
.btn-default[disabled]:focus,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default,
fieldset[disabled] .btn-default.active,
fieldset[disabled] .btn-default:active,
fieldset[disabled] .btn-default:focus,
fieldset[disabled] .btn-default:hover {
	background-color: #fff;
	border-color: #ccc
}

.btn-default .badge {
	color: #fff;
	background-color: #333
}

.btn-primary {
	color: #fff;
	background-color: #428bca;
	border-color: #357ebd
}

.btn-primary.active,
.btn-primary:active,
.btn-primary:focus,
.btn-primary:hover,
.open>.btn-primary.dropdown-toggle {
	color: #fff;
	background-color: #3071a9;
	border-color: #285e8e
}

.btn-primary.active,
.btn-primary:active,
.open>.btn-primary.dropdown-toggle {
	background-image: none
}

.btn-primary.disabled,
.btn-primary.disabled.active,
.btn-primary.disabled:active,
.btn-primary.disabled:focus,
.btn-primary.disabled:hover,
.btn-primary[disabled],
.btn-primary[disabled].active,
.btn-primary[disabled]:active,
.btn-primary[disabled]:focus,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary,
fieldset[disabled] .btn-primary.active,
fieldset[disabled] .btn-primary:active,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary:hover {
	background-color: #428bca;
	border-color: #357ebd
}

.btn-primary .badge {
	color: #428bca;
	background-color: #fff
}

.btn-success {
	color: #fff;
	background-color: #5cb85c;
	border-color: #4cae4c
}

.btn-success.active,
.btn-success:active,
.btn-success:focus,
.btn-success:hover,
.open>.btn-success.dropdown-toggle {
	color: #fff;
	background-color: #449d44;
	border-color: #398439
}

.btn-success.active,
.btn-success:active,
.open>.btn-success.dropdown-toggle {
	background-image: none
}

.btn-success.disabled,
.btn-success.disabled.active,
.btn-success.disabled:active,
.btn-success.disabled:focus,
.btn-success.disabled:hover,
.btn-success[disabled],
.btn-success[disabled].active,
.btn-success[disabled]:active,
.btn-success[disabled]:focus,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success,
fieldset[disabled] .btn-success.active,
fieldset[disabled] .btn-success:active,
fieldset[disabled] .btn-success:focus,
fieldset[disabled] .btn-success:hover {
	background-color: #5cb85c;
	border-color: #4cae4c
}

.btn-success .badge {
	color: #5cb85c;
	background-color: #fff
}

.btn-info {
	color: #fff;
	background-color: #5bc0de;
	border-color: #46b8da
}

.btn-info.active,
.btn-info:active,
.btn-info:focus,
.btn-info:hover,
.open>.btn-info.dropdown-toggle {
	color: #fff;
	background-color: #31b0d5;
	border-color: #269abc
}

.btn-info.active,
.btn-info:active,
.open>.btn-info.dropdown-toggle {
	background-image: none
}

.btn-info.disabled,
.btn-info.disabled.active,
.btn-info.disabled:active,
.btn-info.disabled:focus,
.btn-info.disabled:hover,
.btn-info[disabled],
.btn-info[disabled].active,
.btn-info[disabled]:active,
.btn-info[disabled]:focus,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info,
fieldset[disabled] .btn-info.active,
fieldset[disabled] .btn-info:active,
fieldset[disabled] .btn-info:focus,
fieldset[disabled] .btn-info:hover {
	background-color: #5bc0de;
	border-color: #46b8da
}

.btn-info .badge {
	color: #5bc0de;
	background-color: #fff
}

.btn-warning {
	color: #fff;
	background-color: #f0ad4e;
	border-color: #eea236
}

.btn-warning.active,
.btn-warning:active,
.btn-warning:focus,
.btn-warning:hover,
.open>.btn-warning.dropdown-toggle {
	color: #fff;
	background-color: #ec971f;
	border-color: #d58512
}

.btn-warning.active,
.btn-warning:active,
.open>.btn-warning.dropdown-toggle {
	background-image: none
}

.btn-warning.disabled,
.btn-warning.disabled.active,
.btn-warning.disabled:active,
.btn-warning.disabled:focus,
.btn-warning.disabled:hover,
.btn-warning[disabled],
.btn-warning[disabled].active,
.btn-warning[disabled]:active,
.btn-warning[disabled]:focus,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning,
fieldset[disabled] .btn-warning.active,
fieldset[disabled] .btn-warning:active,
fieldset[disabled] .btn-warning:focus,
fieldset[disabled] .btn-warning:hover {
	background-color: #f0ad4e;
	border-color: #eea236
}

.btn-warning .badge {
	color: #f0ad4e;
	background-color: #fff
}

.btn-danger {
	color: #fff;
	background-color: #d9534f;
	border-color: #d43f3a
}

.btn-danger.active,
.btn-danger:active,
.btn-danger:focus,
.btn-danger:hover,
.open>.btn-danger.dropdown-toggle {
	color: #fff;
	background-color: #c9302c;
	border-color: #ac2925
}

.btn-danger.active,
.btn-danger:active,
.open>.btn-danger.dropdown-toggle {
	background-image: none
}

.btn-danger.disabled,
.btn-danger.disabled.active,
.btn-danger.disabled:active,
.btn-danger.disabled:focus,
.btn-danger.disabled:hover,
.btn-danger[disabled],
.btn-danger[disabled].active,
.btn-danger[disabled]:active,
.btn-danger[disabled]:focus,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger,
fieldset[disabled] .btn-danger.active,
fieldset[disabled] .btn-danger:active,
fieldset[disabled] .btn-danger:focus,
fieldset[disabled] .btn-danger:hover {
	background-color: #d9534f;
	border-color: #d43f3a
}

.btn-danger .badge {
	color: #d9534f;
	background-color: #fff
}

.btn-link {
	color: #428bca;
	font-weight: 400;
	cursor: pointer;
	border-radius: 0
}

.btn-link,
.btn-link:active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
	background-color: transparent;
	box-shadow: none
}

.btn-link,
.btn-link:active,
.btn-link:focus,
.btn-link:hover {
	border-color: transparent
}

.btn-link:focus,
.btn-link:hover {
	color: #2a6496;
	text-decoration: underline;
	background-color: transparent
}

.btn-link[disabled]:focus,
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:focus,
fieldset[disabled] .btn-link:hover {
	color: #777;
	text-decoration: none
}

.btn-group-lg>.btn,
.btn-lg {
	padding: 10px 16px;
	font-size: 18px;
	line-height: 1.33;
	border-radius: 6px
}

.btn-group-sm>.btn,
.btn-sm {
	padding: 5px 10px;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 3px
}

.btn-group-xs>.btn,
.btn-xs {
	padding: 1px 5px;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 3px
}

.btn-block {
	display: block;
	width: 100%
}

.btn-block+.btn-block {
	margin-top: 5px
}

input[type=button].btn-block,
input[type=reset].btn-block,
input[type=submit].btn-block {
	width: 100%
}

.btn-group,
.btn-group-vertical {
	position: relative;
	display: inline-block;
	vertical-align: middle
}

.btn-group-vertical>.btn,
.btn-group>.btn {
	position: relative;
	float: left
}

.btn-group-vertical>.btn.active,
.btn-group-vertical>.btn:active,
.btn-group-vertical>.btn:focus,
.btn-group-vertical>.btn:hover,
.btn-group>.btn.active,
.btn-group>.btn:active,
.btn-group>.btn:focus,
.btn-group>.btn:hover {
	z-index: 2
}

.btn-group-vertical>.btn:focus,
.btn-group>.btn:focus {
	outline: 0
}

.btn-group .btn+.btn,
.btn-group .btn+.btn-group,
.btn-group .btn-group+.btn,
.btn-group .btn-group+.btn-group {
	margin-left: -1px
}

.btn-toolbar {
	margin-left: -5px
}

.btn-toolbar:after,
.btn-toolbar:before {
	content: " ";
	display: table
}

.btn-toolbar:after {
	clear: both
}

.btn-toolbar .btn-group,
.btn-toolbar .input-group {
	float: left
}

.btn-toolbar>.btn,
.btn-toolbar>.btn-group,
.btn-toolbar>.input-group {
	margin-left: 5px
}

.btn-group>.btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
	border-radius: 0
}

.btn-group>.btn:first-child {
	margin-left: 0
}

.btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle) {
	border-bottom-right-radius: 0;
	border-top-right-radius: 0
}

.btn-group>.btn:last-child:not(:first-child),
.btn-group>.dropdown-toggle:not(:first-child) {
	border-bottom-left-radius: 0;
	border-top-left-radius: 0
}

.btn-group>.btn-group {
	float: left
}

.btn-group>.btn-group:not(:first-child):not(:last-child)>.btn {
	border-radius: 0
}

.btn-group>.btn-group:first-child>.btn:last-child,
.btn-group>.btn-group:first-child>.dropdown-toggle {
	border-bottom-right-radius: 0;
	border-top-right-radius: 0
}

.btn-group>.btn-group:last-child>.btn:first-child {
	border-bottom-left-radius: 0;
	border-top-left-radius: 0
}

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
	outline: 0
}

.btn-group>.btn+.dropdown-toggle {
	padding-left: 8px;
	padding-right: 8px
}

.btn-group-lg.btn-group>.btn+.dropdown-toggle,
.btn-group>.btn-lg+.dropdown-toggle {
	padding-left: 12px;
	padding-right: 12px
}

.btn-group.open .dropdown-toggle {
	box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125)
}

.btn-group.open .dropdown-toggle.btn-link {
	box-shadow: none
}

.btn .caret {
	margin-left: 0
}

.btn-group-lg>.btn .caret,
.btn-lg .caret {
	border-width: 5px 5px 0
}

.dropup .btn-group-lg>.btn .caret,
.dropup .btn-lg .caret {
	border-width: 0 5px 5px
}

.btn-group-vertical>.btn,
.btn-group-vertical>.btn-group,
.btn-group-vertical>.btn-group>.btn {
	display: block;
	float: none;
	width: 100%;
	max-width: 100%
}

.btn-group-vertical>.btn-group:after,
.btn-group-vertical>.btn-group:before {
	content: " ";
	display: table
}

.btn-group-vertical>.btn-group:after {
	clear: both
}

.btn-group-vertical>.btn-group>.btn {
	float: none
}

.btn-group-vertical>.btn+.btn,
.btn-group-vertical>.btn+.btn-group,
.btn-group-vertical>.btn-group+.btn,
.btn-group-vertical>.btn-group+.btn-group {
	margin-top: -1px;
	margin-left: 0
}

.btn-group-vertical>.btn:not(:first-child):not(:last-child) {
	border-radius: 0
}

.btn-group-vertical>.btn:first-child:not(:last-child) {
	border-top-right-radius: 4px;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0
}

.btn-group-vertical>.btn:last-child:not(:first-child) {
	border-bottom-left-radius: 4px;
	border-top-right-radius: 0;
	border-top-left-radius: 0
}

.btn-group-vertical>.btn-group:not(:first-child):not(:last-child)>.btn {
	border-radius: 0
}

.btn-group-vertical>.btn-group:first-child:not(:last-child)>.btn:last-child,
.btn-group-vertical>.btn-group:first-child:not(:last-child)>.dropdown-toggle {
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0
}

.btn-group-vertical>.btn-group:last-child:not(:first-child)>.btn:first-child {
	border-top-right-radius: 0;
	border-top-left-radius: 0
}

.btn-group-justified {
	display: table;
	width: 100%;
	table-layout: fixed;
	border-collapse: separate
}

.btn-group-justified>.btn,
.btn-group-justified>.btn-group {
	float: none;
	display: table-cell;
	width: 1%
}

.btn-group-justified>.btn-group .btn {
	width: 100%
}

.btn-group-justified>.btn-group .dropdown-menu {
	left: auto
}

[data-toggle=buttons]>.btn>input[type=checkbox],
[data-toggle=buttons]>.btn>input[type=radio] {
	position: absolute;
	z-index: -1;
	opacity: 0;
	filter: alpha(opacity=0)
}

.close {
	float: right;
	font-size: 21px;
	font-weight: 700;
	line-height: 1;
	color: #000;
	text-shadow: 0 1px 0 #fff;
	opacity: .2;
	filter: alpha(opacity=20)
}

.close:focus,
.close:hover {
	color: #000;
	text-decoration: none;
	cursor: pointer;
	opacity: .5;
	filter: alpha(opacity=50)
}

button.close {
	padding: 0;
	cursor: pointer;
	background: 0 0;
	border: 0;
	-webkit-appearance: none
}

.modal-open {
	overflow: hidden
}

.modal {
	display: none;
	overflow: hidden;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1050;
	-webkit-overflow-scrolling: touch;
	outline: 0
}

.modal.fade .modal-dialog {
	-webkit-transform: translate3d(0, -25%, 0);
	transform: translate3d(0, -25%, 0);
	-webkit-transition: -webkit-transform .3s ease-out;
	transition: transform .3s ease-out
}

.modal.in .modal-dialog {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}

.modal-open .modal {
	overflow-x: hidden;
	overflow-y: auto
}

.modal-dialog {
	position: relative;
	width: auto;
	margin: 10px
}

.modal-content {
	position: relative;
	background-color: #fff;
	border: 1px solid #999;
	border: 1px solid rgba(0, 0, 0, .2);
	border-radius: 6px;
	box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
	background-clip: padding-box;
	outline: 0
}

.modal-backdrop {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1040;
	background-color: #000
}

.modal-backdrop.fade {
	opacity: 0;
	filter: alpha(opacity=0)
}

.modal-backdrop.in {
	opacity: .5;
	filter: alpha(opacity=50)
}

.modal-header {
	padding: 15px;
	border-bottom: 1px solid #e5e5e5;
	min-height: 16.43px
}

.modal-header .close {
	margin-top: -2px
}

.modal-title {
	margin: 0;
	line-height: 1.42857
}

.modal-body {
	position: relative;
	padding: 15px
}

.modal-footer {
	padding: 15px;
	text-align: right;
	border-top: 1px solid #e5e5e5
}

.modal-footer:after,
.modal-footer:before {
	content: " ";
	display: table
}

.modal-footer:after {
	clear: both
}

.modal-footer .btn+.btn {
	margin-left: 5px;
	margin-bottom: 0
}

.modal-footer .btn-group .btn+.btn {
	margin-left: -1px
}

.modal-footer .btn-block+.btn-block {
	margin-left: 0
}

.modal-scrollbar-measure {
	position: absolute;
	top: -9999px;
	width: 50px;
	height: 50px;
	overflow: scroll
}

@media (min-width:768px) {
	.modal-dialog {
		width: 600px;
		margin: 30px auto
	}
	.modal-content {
		box-shadow: 0 5px 15px rgba(0, 0, 0, .5)
	}
	.modal-sm {
		width: 300px
	}
}

@media (min-width:992px) {
	.modal-lg {
		width: 900px
	}
}

.clearfix:after,
.clearfix:before {
	content: " ";
	display: table
}

.clearfix:after {
	clear: both
}

.center-block {
	display: block;
	margin-left: auto;
	margin-right: auto
}

.pull-right {
	float: right!important
}

.pull-left {
	float: left!important
}

.hide {
	display: none!important
}

.show {
	display: block!important
}

.invisible {
	visibility: hidden
}

.text-hide {
	font: 0/0 a;
	color: transparent;
	text-shadow: none;
	background-color: transparent;
	border: 0
}

.hidden {
	display: none!important;
	visibility: hidden!important
}

.affix {
	position: fixed;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}

@-ms-viewport {
	width: device-width
}

.visible-lg,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block,
.visible-md,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-print,
.visible-print-block,
.visible-print-inline,
.visible-print-inline-block,
.visible-sm,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-xs,
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block {
	display: none!important
}

@media (max-width:767px) {
	.visible-xs {
		display: block!important
	}
	table.visible-xs {
		display: table
	}
	tr.visible-xs {
		display: table-row!important
	}
	td.visible-xs,
	th.visible-xs {
		display: table-cell!important
	}
}

@media (max-width:767px) {
	.visible-xs-block {
		display: block!important
	}
}

@media (max-width:767px) {
	.visible-xs-inline {
		display: inline!important
	}
}

@media (max-width:767px) {
	.visible-xs-inline-block {
		display: inline-block!important
	}
}

@media (min-width:768px) and (max-width:991px) {
	.visible-sm {
		display: block!important
	}
	table.visible-sm {
		display: table
	}
	tr.visible-sm {
		display: table-row!important
	}
	td.visible-sm,
	th.visible-sm {
		display: table-cell!important
	}
}

@media (min-width:768px) and (max-width:991px) {
	.visible-sm-block {
		display: block!important
	}
}

@media (min-width:768px) and (max-width:991px) {
	.visible-sm-inline {
		display: inline!important
	}
}

@media (min-width:768px) and (max-width:991px) {
	.visible-sm-inline-block {
		display: inline-block!important
	}
}

@media (min-width:992px) and (max-width:1199px) {
	.visible-md {
		display: block!important
	}
	table.visible-md {
		display: table
	}
	tr.visible-md {
		display: table-row!important
	}
	td.visible-md,
	th.visible-md {
		display: table-cell!important
	}
}

@media (min-width:992px) and (max-width:1199px) {
	.visible-md-block {
		display: block!important
	}
}

@media (min-width:992px) and (max-width:1199px) {
	.visible-md-inline {
		display: inline!important
	}
}

@media (min-width:992px) and (max-width:1199px) {
	.visible-md-inline-block {
		display: inline-block!important
	}
}

@media (min-width:1200px) {
	.visible-lg {
		display: block!important
	}
	table.visible-lg {
		display: table
	}
	tr.visible-lg {
		display: table-row!important
	}
	td.visible-lg,
	th.visible-lg {
		display: table-cell!important
	}
}

@media (min-width:1200px) {
	.visible-lg-block {
		display: block!important
	}
}

@media (min-width:1200px) {
	.visible-lg-inline {
		display: inline!important
	}
}

@media (min-width:1200px) {
	.visible-lg-inline-block {
		display: inline-block!important
	}
}

@media (max-width:767px) {
	.hidden-xs {
		display: none!important
	}
}

@media (min-width:768px) and (max-width:991px) {
	.hidden-sm {
		display: none!important
	}
}

@media (min-width:992px) and (max-width:1199px) {
	.hidden-md {
		display: none!important
	}
}

@media (min-width:1200px) {
	.hidden-lg {
		display: none!important
	}
}

@media print {
	.visible-print {
		display: block!important
	}
	table.visible-print {
		display: table
	}
	tr.visible-print {
		display: table-row!important
	}
	td.visible-print,
	th.visible-print {
		display: table-cell!important
	}
}

@media print {
	.visible-print-block {
		display: block!important
	}
}

@media print {
	.visible-print-inline {
		display: inline!important
	}
}

@media print {
	.visible-print-inline-block {
		display: inline-block!important
	}
}

@media print {
	.hidden-print {
		display: none!important
	}
}

body,
html {
	font-family: arial, helvetica, sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #2c2f35
}

.icon {
	display: inline-block
}

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

a,
a:focus,
a:hover,
a:visited {
	text-decoration: none;
	outline: 0
}

.left {
	float: left
}

.right {
	float: right
}

.container {
	max-width: 1170px
}

body {
	padding-top: 67px;
	background-color: #f7f8fa;
}

.main.menu_main {
	width: 90%;
	margin: 0 auto
}

.switch-bar {
	padding-top: 50px;
	padding-bottom: 50px
}

.switch-bar a {
	width: 33.33333%;
	text-align: center;
	height: 36px;
	line-height: 36px;
	float: left;
	border: 1px solid #ededed;
	color: #2c2f35;
	cursor: pointer
}

.switch-bar a.active {
	color: #26a9e1
}

.main.notfound #iyiyun-404 {
	margin: 80px auto
}

.iframe {
	display: none
}

#header {
	height: 67px;
	background-color: #fff;
	box-shadow: 0 1px 2px rgba(0, 0, 0, .1)
}

#header .icon-logo {
	vertical-align: middle
}

#header a {
	line-height: 67px;
	height: 67px;
	color: #717171;
	text-align: center;
	display: inline-block
}

#header a.logo {
	padding: 0;
	margin: 0;
	float: left
}

#header a:hover {
	background: 0 0
}

#header ul li {
	float: left
}

#header ul li.nav-droplist {
	position: relative
}

#header ul li.nav-droplist>a:after {
	content: "";
	display: none
}

#header ul li.nav-droplist .droplist {
	box-shadow: 0 0 15px -5px #888;
	border-radius: 4px;
	border-top: 3px solid #22AC38;
	border-bottom: 3px solid #22AC38;
	position: absolute;
	width: 110px;
	display: none;
	padding-top: 0;
	left: 50%;
	margin-left: -55px
}

#header ul li.nav-droplist .droplist:before {
	content: "";
	border: 6px solid transparent;
	height: 0;
	line-height: 0;
	font-size: 0;
	border-bottom-color: #22AC38;
	position: absolute;
	top: -14px;
	left: 50px
}

#header ul li.nav-droplist .droplist dd {
	background-color: #fff;
	border-bottom: 1px solid #ddd
}

#header ul li.nav-droplist .droplist dd a {
	line-height: 38px;
	height: 38px;
	padding: 0;
	margin: 0;
	display: block
}

#header ul li.nav-droplist .droplist dd a:after {
	content: "";
	display: none
}

#header ul li.nav-droplist .droplist dd a:hover {
	background-color: #f8f8f8
}

#header ul li.nav-droplist:focus .droplist,
#header ul li.nav-droplist:hover .droplist {
	display: block
}

#header .nav-link {
	float: right
}

#header .nav-link li>a {
	padding: 0 11px;
	margin: 0 15px;
	position: relative
}

#header .nav-link li>a:focus::after,
#header .nav-link li>a:hover::after {
	height: 3px;
	opacity: 1;
	-webkit-transform: translateY(0px);
	-ms-transform: translateY(0px);
	transform: translateY(0px)
}

#header .nav-link li>a:after {
	position: absolute;
	top: 64px;
	left: 0;
	width: 100%;
	height: 3px;
	background: #2cc105;
	content: '';
	opacity: 0;
	-webkit-transition: height .5s, opacity .5s, -webkit-transform .5s;
	transition: height .5s, opacity .5s, transform .5s;
	-webkit-transform: translateY(-10px);
	-ms-transform: translateY(-10px);
	transform: translateY(-10px)
}

#header .nav-link li>a.active {
	border-bottom: 3px solid #22AC38;
}

#header .nav-login {
	float: right
}

#header .nav-login a {
	border: 1px solid #22AC38;
	color: #22AC38;
	height: 34px;
	line-height: 34px
}

#header .nav-login .login {
	background-color: #22AC38;
	color: #fff;
	padding: 0 24px;
	margin: 16.5px 10px
}

#header .nav-login .login:hover {
	background-color: #4DD52B;
}

#header .nav-login .signup {
	padding: 0 23px;
	margin: 16.5px 0 15.5px 10px
}

#header .nav-login .signup:hover {
	color: #fff;
	background-color: #4DD52B;
}

#header.fixed {
	position: fixed;
	top: 0;
	z-index: 100;
	width: 100%
}

@media screen and (max-width:1170px) {
	.header {
		padding-left: 30px!important;
		padding-right: 30px!important
	}
}

@media screen and (max-width:940px) {
	#header {
		overflow: hidden
	}
}

.register-box {
	padding-top: 30px;
	background-color: #22AC38;
}

.register-box a.btn-register {
	display: inline-block;
	background-color: #26a9e1;
	width: 600px;
	height: 80px;
	line-height: 80px;
	color: #fff;
	font-size: 20px;
	margin-top: 60px;
	margin-bottom: 100px
}

.register-box a.btn-register:hover {
	text-decoration: none
}

.register-box p {
	margin: 78px auto;
	font-weight: 700;
	color: #fff;
	font-size: 40px;
	line-height: 1
}

.register-box h3 {
	font-size: 40px;
	font-weight: 400
}

.activity-box {
	padding-bottom: 80px
}
.social-box {
	background-color: #212328;
	height: 50px;
	line-height: 50px;
	font-size: 14px;
	color: #ccc
}

.social-box .icon {
	vertical-align: middle
}

.social-box a {
	color: #ccc;
	margin: 0 10px;
	display: inline-block;
	height: 50px;
	line-height: 50px
}

.social-box a.last {
	margin-right: 0
}

.footer-box {
	background-color: #2f3239;
	color: #ccc;
	font-size: 12px
}

.footer-box .col {
	width: 30%;
	float: left
}

.footer-box .col.last {
	width: 8%
}

.footer-box .bottom-link {
	padding-top: 20px
}

.footer-box .bottom-link .left {
	padding-left: 0
}

.footer-box .bottom-link .right {
	width: 52%
}

.footer-box .bottom-link .cooperation {
	width: 330px
}

.footer-box .bottom-link .cooperation a.icon {
	position: relative;
	top: -5px
}

.footer-box .bottom-link .contact {
	display: inline-block;
	width: 100px
}

.footer-box .bottom-link .docs,
.footer-box .bottom-link .product {
	width: 225px
}

.footer-box .bottom-link .about {
	width: 60px
}

.footer-box h4 {
	margin: 10px 0 20px;
	color: #fff
}

.footer-box ul {
	list-style-type: none;
	padding: 0
}

.footer-box li {
	padding: 0;
	line-height: 26px;
	width: 100%
}

.footer-box a {
	color: #ccc
}

.footer-box .copyright {
	padding-top: 20px
}

.footer-box .copyright a {
	margin-left: 5px;
	margin-right: 5px
}

.footer-box .copyright span {
	margin-left: 10px
}

.footer-box .copyright .cp-text {
	margin: 10px 0 15px;
	color: #52555a;
	line-height: 20px
}

.footer-box .copyright .cp-text a {
	color: #52555a
}


@media screen and (max-width:1170px) {
	.footer-box,
	.social-box {
		padding-left: 30px;
		padding-right: 30px
	}
}

.popup.erweima {
	cursor: pointer
}

.popup.erweima .popup-box-inner {
	text-align: center
}

.popup {
	background-transparent: rgba(0, 0, 0, .5)
}

.popup .popup-box {
	display: inline-block;
	border-radius: 6px;
	box-shadow: 0 0 20px rgba(0, 0, 0, .75);
	background-transparent: 0, 0, 0, .5;
	border: 1px solid rgba(0, 0, 0, .2);
	padding: 8px;
	text-align: left;
	margin-top: 100px;
	position: relative
}

.popup .popup-box .popup-close {
	position: absolute;
	right: 20px;
	top: 20px;
	cursor: pointer
}

.popup .popup-box .popup-box-inner {
	border-radius: 3px;
	box-shadow: 0 0 2px #000;
	padding: 40px;
	background-color: #f8f8f8
}

.popup .popup-box.popup-rotate-init,
.popup-rotate-init {
	-webkit-transform-origin: center center -400px;
	-ms-transform-origin: center center -400px;
	transform-origin: center center -400px;
	-webkit-transition: all .4s linear 0s;
	transition: all .4s linear 0s;
	-webkit-transform: rotateY(-70deg);
	transform: rotateY(-70deg)
}

.popup .popup-box.popup-rotate-in,
.popup-rotate-in {
	-webkit-transition: all .4s ease-in 0s;
	transition: all .4s ease-in 0s;
	-webkit-transform: rotateY(0deg);
	transform: rotateY(0deg)
}

.popup .popup-box.popup-rotate-out,
.popup-rotate-out {
	-webkit-transition: all .4s ease-out 0s;
	transition: all .4s ease-out 0s;
	-webkit-transform: rotateY(70deg);
	transform: rotateY(70deg)
}

.popup {
	zoom: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(enabled=true,startColorstr=#80000000,endColorstr=#80000000)";
	background: rgba(0, 0, 0, .5);
	display: none;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: fixed;
	z-index: 100;
	text-align: center;
	-webkit-perspective: 800px;
	perspective: 800px;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d
}

.popup.special-index {
	position: absolute
}

.light-activity {
	margin: 150px auto 20px;
	width: 940px;
	padding-bottom: 226px;
	background: url(../img/activity/light2014/2014.png) right bottom no-repeat
}

.light-activity .market-content {
	width: 780px;
	margin: 0 auto
}

.light-activity .market-content h1 {
	margin-top: 70px;
	margin-bottom: 40px;
	text-align: center
}

.light-activity .market-content p {
	margin-bottom: 30px;
	line-height: 30px;
	font-size: 16px;
	font-weight: 700;
	color: #4b383a
}

.light-activity .market-content p.red-bg {
	background: url(../img/activity/light2014/text-title-bg.png) top left no-repeat;
	width: 575px;
	height: 47px;
	line-height: 43px;
	padding-left: 10px
}

.light-activity .market-content p.red-bg span {
	color: #fff
}

.light-activity .market-content p span {
	color: #0c94de
}

.light-activity .market-content p span.special {
	font-size: 20px
}

.light-activity .market-content .red {
	color: #bf1a2a
}

.light-activity .market-content p.last {
	margin-bottom: 5px
}

.light-activity .market-content p.left-tip {
	margin: 0 auto;
	width: 748px
}

.light-activity .market-content div.left-time {
	width: 748px;
	height: 98px;
	margin: 0 auto 70px;
	border-top: 4px solid #c81113;
	text-align: center;
	color: #fff
}

.light-activity .market-content div.left-time span.num {
	font-size: 78px
}

.light-activity .market-content div.left-time span.text {
	font-size: 36px
}

.light-activity .market-content .market-banner {
	margin: 0 auto;
	text-align: center
}

.light-activity .market-content div.powered {
	float: right;
	color: #000
}

.light-activity .market-content div {
	margin-left: 80px;
	font-size: 14px;
	font-weight: 700;
	line-height: 28px
}

.light-activity .market-content div.recharge a {
	display: inline-block;
	text-align: center;
	color: #fff;
	background-color: #bf1a2a;
	width: 80px;
	height: 25px;
	line-height: 25px;
	border-radius: 3px;
	font-size: 12px;
	margin-left: -5px
}

.light-activity .market-content div.signup a {
	color: #0c94de
}

.light-activity .market-content div.font-small {
	font-size: 12px;
	font-weight: 400
}

.light-activity .market-content ul {
	margin-left: 80px;
	margin-bottom: 40px
}

.light-activity .market-content ul li {
	font-size: 14px;
	line-height: 28px
}

.light-activity .market-content ul li span {
	margin-right: 10px;
	font-size: 18px
}

.agreement-content {
	margin: 60px auto;
	padding: 0 20px
}

.agreement-content h1 {
	margin-bottom: 22px
}

.agreement-content p {
	font-size: 18px;
	line-height: 28px
}

.agreement-content p.p-small {
	font-size: 16px;
	text-indent: 2em
}

.agreement-content li {
	padding-left: 28px
}

.agreement-content>h4 {
	font-size: 15px;
	padding-left: 28px
}

.text-error {
	color: red
}

.c-margin15 {
	padding: 0 15px
}

.c-margin15 .row {
	position: relative;
	padding-bottom: 20px
}

.c-margin15 .row .c-line {
	height: 0;
	font-size: 0;
	width: 75%;
	border-bottom: 1px dashed #26A9E1;
	position: absolute;
	top: 30px;
	margin: 0 12.5%
}

.c-margin15 .btn-wideone {
	width: 200px;
	background-color: #41ba38;
	border-color: #33dd29
}

.c-margin15 .num-rank {
	text-align: center;
	line-height: 56px;
	height: 60px;
	border: 2px solid #26A9E1;
	border-radius: 50%;
	margin: 0 auto 15px;
	width: 60px;
	color: #26A9E1;
	background-color: #fff;
	font-size: 26px
}

.c-margin15 .sign-title {
	text-align: center;
	font: 400 16px/24px "";
	color: #26A9E1;
	margin-bottom: 30px;
	height: 48px
}

.checkcode-inline label {
	display: block
}

.checkcode-inline #checkcode {
	display: inline;
	width: 50%
}

.checkcode-inline .check-code-img {
	width: 120px;
	height: 33px;
	margin-left: 5px;
	vertical-align: top
}

.hk-brand img {
	display: block;
	width: 100%
}

.case .icon-case img {
	width: 100%
}


.section-home {
	background-color: #22AC38
}

.section-home .satellite {
	position: absolute;
	left: 50%;
	top: 50%;
	height: 400px;
	width: 400px;
	margin-top: -200px;
	margin-left: -200px;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	z-index: 99
}

.section-home .satellite .satellite-inner {
	z-index: 111;
	position: absolute;
	top: 200px;
	left: 200px
}

.section-home .satellite .one,
.section-home .satellite .two {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 480px;
	height: 300px;
	margin-top: -150px;
	margin-left: -240px;
	border-radius: 240px/150px;
	border: 2px solid #fff
}

.section-home .satellite .one {
	height: 280px;
	margin-top: -140px;
	border-radius: 250px/140px;
	-webkit-transform: rotateY(20deg) rotateZ(45deg);
	transform: rotateY(20deg) rotateZ(45deg)
}

.section-home .satellite .one .icon-icon02 {
	position: absolute;
	top: 50%;
	right: 0;
	margin-right: -22.5px;
	margin-top: -22.5px
}

.section-home .satellite .one .icon-icon04 {
	position: absolute;
	top: 50%;
	left: 0;
	margin-left: -22.5px;
	margin-top: -22.5px
}

.section-home .satellite .two {
	-webkit-transform: rotateX(0deg) rotateY(0deg) rotateZ(140deg);
	transform: rotateX(0deg) rotateY(0deg) rotateZ(140deg)
}

.section-home .satellite .two .icon-icon01 {
	position: absolute;
	top: -4%;
	right: 24%;
	margin-left: -22.5px;
	margin-bottom: -22.5px
}

.section-home .satellite .two .icon-icon03 {
	position: absolute;
	bottom: 5%;
	left: 28%;
	margin-left: -22.5px;
	margin-bottom: -22.5px
}

.section-home .satellite .two .icon-icon05 {
	position: absolute;
	top: 4%;
	left: 27%;
	margin-left: -22.5px;
	margin-top: -22.5px
}

.section-home .satellite .two .icon-icon06 {
	position: absolute;
	top: 50%;
	right: 0;
	margin-right: -22.5px;
	margin-top: -22.5px
}

.section-home .satellite .two .icon-icon07 {
	position: absolute;
	bottom: 6%;
	right: 22%;
	margin-left: -22.5px;
	margin-bottom: -22.5px
}

.section-home .satellite .two .icon-icon08 {
	position: absolute;
	top: 50%;
	left: 0;
	margin-left: -22.5px;
	margin-top: -22.5px
}

.section-home .satellite .satellite-inner.animate {
	-webkit-animation: rotateBB 40s linear 0s infinite;
	animation: rotateBB 40s linear 0s infinite;
	-webkit-transform: rotate3d(0, -.5, 6.5, 14deg);
	transform: rotate3d(0, -.5, 6.5, 14deg)
}

.section-home .slogan-area {
	position: absolute;
	top: 50%;
	width: 100%;
	left: 50%;
	margin-top: -24px
}

.section-home .slogan-area .icon {
	position: absolute
}

.section-home .slogan-area .icon-pbyd {
	margin-left: -523px
}

.section-home .slogan-area .icon-sjwx {
	margin-left: 323px
}

.section-home .breath-area .icon-breath1 {
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -60px;
	margin-top: -60px;
	z-index: 2
}

.section-home .breath-area .icon-breath2 {
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -147px;
	margin-top: -147px;
	width: 294px;
	height: 294px;
	border: 1px solid rgba(255, 255, 255, 0);
	border-radius: 147px;
	opacity: 1
}

.section-home .breath-area .icon-breath-animate {
	-webkit-animation: pulse2 3s ease infinite;
	animation: pulse2 3s ease infinite
}

.section-home .news {
	height: 66px;
	bottom: 0;
	width: 100%;
	position: absolute;
	margin-left: 0;
	margin-right: 0
}

.section-home .news span.icon {
	vertical-align: middle;
	position: absolute;
	left: 50%;
	top: 20px;
	margin-left: -280px
}

.section-home .news .row {
	text-align: center;
	line-height: 66px;
	height: 66px;
	background-color: #2f3239
}

.section-home .news ul.news-list {
	display: inline-block;
	position: absolute;
	left: 50%;
	margin-left: -240px
}

.section-home .news ul.news-list li {
	height: 66px;
	display: none
}

.section-home .news ul.news-list li:first-child {
	display: block
}

.section-home .news ul.news-icon {
	position: absolute;
	left: 50%;
	margin-left: 250px;
	display: none
}

.section-home .news ul.news-icon li {
	display: inline-block;
	margin: 26px 5px;
	width: 14px;
	height: 14px;
	border-radius: 7px;
	background-color: #717171;
	cursor: pointer
}

.section-home .news ul.news-icon li.active {
	background-color: #fff
}

.section-home .news a {
	color: #fff;
	font-size: 16px
}

.section-switch-banner .fp-section {
	position: relative;
	box-sizing: border-box
}

.section-switch-banner .fp-slides {
	height: 100%;
	float: left;
	width: 100%;
	z-index: 1;
	-webkit-transition: all .3s ease-out;
	transition: all .3s ease-out;
	overflow: hidden;
	position: relative
}

.section-switch-banner .fp-slides .fp-slidesContainer {
	height: 100%;
	position: relative
}

.section-switch-banner .slide {
	height: 100%;
	float: left
}

.section-switch-banner .bslide {
	height: 100%;
	width: 100%
}

.section-switch-banner .bslide .carousel-inner {
	height: 100%;
	position: relative;
	overflow: hidden
}

.section-switch-banner .bslide .carousel-inner .item {
	height: 100%
}

.section-switch-banner .carousel {
	position: relative
}

.section-switch-banner .carousel-inner {
	position: relative;
	width: 100%;
	overflow: hidden
}

.section-switch-banner .carousel-inner>.item {
	position: relative;
	display: none;
	width: 100%;
	-webkit-transition: .6s ease-in-out left;
	transition: .6s ease-in-out left
}

@media all and (transform-3d),
(-webkit-transform-3d) {
	.section-switch-banner .carousel-inner>.item {
		-webkit-transition: -webkit-transform .6s ease-in-out;
		transition: transform .6s ease-in-out;
		-webkit-backface-visibility: hidden;
		backface-visibility: hidden;
		-webkit-perspective: 1000px;
		perspective: 1000px
	}
	.section-switch-banner .carousel-inner>.item.active.right,
	.section-switch-banner .carousel-inner>.item.next {
		left: 0;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0)
	}
	.section-switch-banner .carousel-inner>.item.active.left,
	.section-switch-banner .carousel-inner>.item.prev {
		left: 0;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0)
	}
	.section-switch-banner .carousel-inner>.item.active,
	.section-switch-banner .carousel-inner>.item.next.left,
	.section-switch-banner .carousel-inner>.item.prev.right {
		left: 0;
		float: none;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

.section-switch-banner .carousel-inner>.active,
.section-switch-banner .carousel-inner>.next,
.section-switch-banner .carousel-inner>.prev {
	display: block
}

.section-switch-banner .carousel-inner>.active {
	left: 0
}

.section-switch-banner .carousel-inner>.next,
.section-switch-banner .carousel-inner>.prev {
	position: absolute;
	top: 0;
	width: 100%
}

.section-switch-banner .carousel-inner>.next {
	left: 100%
}

.section-switch-banner .carousel-inner>.prev {
	left: -100%
}

.section-switch-banner .carousel-inner>.next.left,
.section-switch-banner .carousel-inner>.prev.right {
	left: 0
}

.section-switch-banner .carousel-inner>.active.left {
	left: -100%
}

.section-switch-banner .carousel-inner>.active.right {
	left: 100%
}

.section-switch-banner .carousel-caption {
	position: absolute;
	right: 15%;
	bottom: 20px;
	left: 15%;
	z-index: 10;
	padding-top: 20px;
	padding-bottom: 20px;
	color: #fff;
	text-align: center;
	text-shadow: 0 1px 2px rgba(0, 0, 0, .6)
}

.section-switch-banner .carousel-caption .btn {
	text-shadow: none
}
.section-switch-banner .banner-trust {
	background: url(img/index/trust.png?v1) center/contain no-repeat #fff;	
	position: relative
}
.section-switch-banner .banner-king {
	background: url(img/index/king-challenge.jpg) center/contain no-repeat #fff;
	position: relative
}

.section-switch-banner .banner-king .banner-king-button {
	position: absolute;
	line-height: 44px;
	bottom: 15%;
	height: 44px;
	display: block;
	width: 180px;
	left: 50%;
	margin-left: -90px;
	background-color: #22AC38;
	text-align: center;
	color: #fff;
	border-radius: 22px;
	font-size: 24px;
	-webkit-transition: -webkit-transform .3s ease;
	transition: transform .3s ease
}

.section-switch-banner .banner-king .banner-king-button:hover {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1)
}


.section-switch-banner .banner-live {
	background-image: url(img/index/feature-live.jpg);
	background-size: cover;
	background-position: center;
	background-color: #F1F8FF;
	position: relative
}

.section-switch-banner .banner-live .banner-live-button {
	position: absolute;
	line-height: 44px;
	top: 30%;
	height: 44px;
	display: block;
	width: 180px;
	left: 50%;
	margin-left: -90px;
	background-color: #5490cb;
	text-align: center;
	color: #fff;
	border-radius: 22px;
	font-size: 24px;
	-webkit-transition: -webkit-transform .3s ease;
	transition: transform .3s ease
}

.section-switch-banner .banner-live .banner-live-button:hover {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1)
}


.section-switch-banner .carousel-control {
	position: absolute;
	z-index: 4;
	top: 50%;
	cursor: pointer;
	width: 50px;
	height: 50px;
	border-style: solid;
	margin-top: -25px;
	border-width: 4px
}

.section-switch-banner .a-left {
	left: 100px;
	border-color: #fff transparent transparent #fff;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg)
}

.section-switch-banner .a-right {
	right: 100px;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	border-color: #fff #fff transparent transparent
}

.section-dfuture {
	background-color: #000228;
	background-image: url(../../img/index/dfuture-bg.jpg);
	background-repeat: no-repeat;
	background-size: auto 95%;
	background-position: center;
	cursor: pointer
}

.section-dfuture .info-dfuture {
	width: 100%;
	z-index: 2;
	position: absolute;
	top: 65%;
	height: 120px;
	text-align: center;
	line-height: 120px;
	background: url(../../img/index/opacity.png) 0 0/100% 100%
}

.section-dfuture .info-dfuture span {
	color: #fff;
	height: 35px;
	line-height: 35px;
	font-size: 20px;
	padding: 10px;
	background-position: left center;
	background-size: auto 30px;
	background-repeat: no-repeat;
	margin-right: 50px
}

.section-dfuture .info-dfuture .date {
	background-image: url(../../img/index/calendar.png);
	padding-left: 45px
}

.section-dfuture .info-dfuture .place {
	background-image: url(../../img/index/location.png);
	padding-left: 25px
}

.section-dfuture .info-dfuture .button {
	position: relative;
	background-color: #ffa921;
	font-weight: lighter;
	color: #9a6e17;
	border-radius: 25px;
	padding: 10px 40px;
	box-shadow: 0 4px 0 RGB(205, 137, 44);
	cursor: pointer;
	text-decoration: none;
	font-size: 18px
}

.section-dfuture .info-dfuture .button:hover {
	background-color: #ffba32
}

.section-dfuture .info-dfuture .button:active {
	box-shadow: none;
	top: 4px
}

.section-dfuture .logo-dfuture {
	width: 500px;
	position: absolute;
	left: 50%;
	margin-left: -250px;
	top: 30%
}

.section-dfuture .news {
	height: 66px;
	bottom: 0;
	width: 100%;
	position: absolute;
	margin-left: 0;
	margin-right: 0;
	cursor: auto
}

.section-dfuture .news span.icon {
	vertical-align: middle;
	position: absolute;
	left: 50%;
	top: 20px;
	margin-left: -280px
}

.section-dfuture .news .row {
	text-align: center;
	line-height: 66px;
	height: 66px;
	background-color: #2f3239
}

.section-dfuture .news ul.news-list {
	display: inline-block;
	position: absolute;
	left: 50%;
	margin-left: -240px
}

.section-dfuture .news ul.news-list li {
	height: 66px;
	display: none
}

.section-dfuture .news ul.news-list li:first-child {
	display: block
}

.section-dfuture .news ul.news-icon {
	display: inline-block;
	position: absolute;
	left: 50%;
	margin-left: 250px
}

.section-dfuture .news ul.news-icon li {
	display: inline-block;
	margin: 26px 5px;
	width: 14px;
	height: 14px;
	border-radius: 7px;
	background-color: #717171;
	cursor: pointer
}

.section-dfuture .news ul.news-icon li.active {
	background-color: #fff
}

.section-dfuture .news a {
	color: #fff;
	font-size: 16px
}

.section-jobs {
	background-color: #26a9e1;
	background-image: url(../../img/index/jobs-bg.png);
	background-repeat: no-repeat;
	background-size: auto 60%;
	background-position: center 65%
}

.section-jobs .jobs-botton div {
	z-index: 2;
	position: absolute;
	top: 30%;
	background: #41BA38;
	color: #fff;
	padding: 10px;
	width: 210px;
	font-size: 18px;
	border-radius: 4px;
	margin: auto auto auto -105px;
	cursor: pointer;
	font-weight: 200;
	left: 50%;
	text-align: center
}

.section-jobs .jobs-botton div:hover {
	background: #52cb49
}

.section-jobs h2 {
	display: block;
	z-index: 2;
	position: absolute;
	top: 18%;
	color: #fff;
	font-size: 60px;
	left: 50%;
	margin-left: -585px;
	width: 1170px;
	text-align: center
}

@media only screen and (max-width:1366px) {
	.section-jobs h2 {
		font-size: 50px
	}
}

@media only screen and (max-width:960px) {
	.section-jobs h2 {
		font-size: 40px
	}
}

.section-jobs .news {
	height: 66px;
	bottom: 0;
	width: 100%;
	position: absolute;
	margin-left: 0;
	margin-right: 0;
	cursor: auto
}

.section-jobs .news span.icon {
	vertical-align: middle;
	position: absolute;
	left: 50%;
	top: 20px;
	margin-left: -280px
}

.section-jobs .news .row {
	text-align: center;
	line-height: 66px;
	height: 66px;
	background-color: #2f3239
}

.section-jobs .news ul.news-list {
	display: inline-block;
	position: absolute;
	left: 50%;
	margin-left: -240px
}

.section-jobs .news ul.news-list li {
	height: 66px;
	display: none
}

.section-jobs .news ul.news-list li:first-child {
	display: block
}

.section-jobs .news ul.news-icon {
	display: inline-block;
	position: absolute;
	left: 50%;
	margin-left: 250px
}

.section-jobs .news ul.news-icon li {
	display: inline-block;
	margin: 26px 5px;
	width: 14px;
	height: 14px;
	border-radius: 7px;
	background-color: #717171;
	cursor: pointer
}

.section-jobs .news ul.news-icon li.active {
	background-color: #fff
}

.section-jobs .news a {
	color: #fff;
	font-size: 16px
}

.section-cdn-rp {
	background-color: #000;
	background-image: url(../../img/index/cdn-rp-bg.png);
	background-repeat: no-repeat;
	background-size: auto 100%;
	background-position: top center;
	position: relative
}

.section-cdn-rp .cdn-rp-logo {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	cursor: pointer
}

.section-cdn-rp .cdn-rp-logo img {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -225px;
	margin-left: -550px
}

.section-cdn-rp .cdn-rp-more {
	background: #fec61b;
	width: 160px;
	height: 40px;
	display: block;
	color: #333;
	line-height: 40px;
	font-size: 24px;
	font-weight: 700;
	text-align: center;
	border-radius: 20px;
	position: absolute;
	top: 50%;
	margin-top: 260px;
	left: 50%;
	margin-left: -80px;
	cursor: pointer
}

.section-cdn-rp .news {
	height: 66px;
	bottom: 0;
	width: 100%;
	position: absolute;
	margin-left: 0;
	margin-right: 0;
	cursor: auto
}

.section-cdn-rp .news span.icon {
	vertical-align: middle;
	position: absolute;
	left: 50%;
	top: 20px;
	margin-left: -280px
}

.section-cdn-rp .news .row {
	text-align: center;
	line-height: 66px;
	height: 66px;
	background-color: #2f3239
}

.section-cdn-rp .news ul.news-list {
	display: inline-block;
	position: absolute;
	left: 50%;
	margin-left: -240px
}

.section-cdn-rp .news ul.news-list li {
	height: 66px;
	display: none
}

.section-cdn-rp .news ul.news-list li:first-child {
	display: block
}

.section-cdn-rp .news ul.news-icon {
	display: inline-block;
	position: absolute;
	left: 50%;
	margin-left: 250px
}

.section-cdn-rp .news ul.news-icon li {
	display: inline-block;
	margin: 26px 5px;
	width: 14px;
	height: 14px;
	border-radius: 7px;
	background-color: #717171;
	cursor: pointer
}

.section-cdn-rp .news ul.news-icon li.active {
	background-color: #fff
}

.section-cdn-rp .news a {
	color: #fff;
	font-size: 16px
}

.section-intro {
	height: 100%
}

.section-intro .container {
	display: table;
	height: 100%
}

.section-intro .row {
	display: table-cell;
	vertical-align: middle
}

.section-intro h2 {
	margin-top: 60px;
	font-size: 26px;
	font-weight: 700
}

.section-intro .sub-intro {
	font-size: 14px;
	padding: 20px 20px;
	color: #717171;
	line-height: 30px;
	min-height: 150px
}

.section-intro a {
	font-size: 12px;
	text-decoration: underline
}

.section-intro .circle .circle-inner {
	margin: 0 auto;
	position: relative
}

.section-intro .circle .icon {
	position: absolute
}

.section-intro .safe .safe-inner {
	overflow: hidden;
	height: 197px;
	width: 197px
}

.section-intro .safe .safe-inner .icon-circle1 {
	left: 0;
	right: 0;
	z-index: 10;
	position: absolute
}

.section-intro .safe .safe-inner .icon-yudi {
	left: 0;
	top: 0
}

.section-intro .safe .safe-inner .icon-yudi2 {
	top: -197px
}

.section-intro .safe .safe-inner .icon-yudi3,
.section-intro .safe .safe-inner .icon-yudi4 {
	display: none
}

.section-intro .speed .speed-inner .icon-rocket {
	left: 50%;
	top: 50%;
	margin-left: -56.5px;
	margin-top: -70.5px
}

.section-intro .speed .speed-inner .icon-flame {
	background: url(img/index/flame.png) center top/100% no-repeat;
	width: 11px;
	height: 17px;
	display: block
}

.section-intro .speed .speed-inner .icon-flame1 {
	left: 46px;
	top: 144px
}

.section-intro .speed .speed-inner .icon-flame2 {
	left: 93px;
	top: 144px
}

.section-intro .speed .speed-inner .icon-flame3 {
	left: 137px;
	top: 144px
}

.section-intro .data .data-inner .icon {
	-webkit-transition-property: -webkit-transform;
	-webkit-transition-duration: 1s
}

.section-intro .data .data-inner .icon-chilun1 {
	left: 120px;
	top: 102px
}

.section-intro .data .data-inner .icon-chilun2 {
	left: 100px;
	top: 34px
}

.section-intro .data .data-inner .icon-chilun3 {
	left: 28px;
	top: 69px
}

.section-intro-animate .safe .safe-inner .icon-yudi {
	-webkit-animation: drop 1.5s linear infinite;
	animation: drop 1.5s linear infinite
}

.section-intro-animate .safe .safe-inner .icon-yudi2 {
	-webkit-animation: drop2 1.5s linear infinite;
	animation: drop2 1.5s linear infinite
}

.section-intro-animate .speed .speed-inner .icon-flame {
	-webkit-animation: flicker 2s ease-out infinite;
	animation: flicker 2s ease-out infinite
}

.section-intro-animate .data .icon-chilun1 {
	-webkit-animation: rotateBB 2.5s linear infinite;
	animation: rotateBB 2.5s linear infinite
}

.section-intro-animate .data .icon-chilun2,
.section-intro-animate .data .icon-chilun3 {
	-webkit-animation: rotateCC 3s linear infinite;
	animation: rotateCC 3s linear infinite
}

@media screen and (max-width:1170px) {
	.sub-intro {
		height: 200px
	}
}

.section-activity a,
.section-activity img,
.section-news a,
.section-news img {
	display: block;
	width: 100%;
	height: 100%
}

.section-activity h2,
.section-news h2 {
	position: absolute;
	top: 30%;
	left: 20%;
	color: #fff;
	font-size: 44px
}

.section-activity p,
.section-news p {
	position: absolute;
	top: 40%;
	left: 20%;
	color: #fff;
	font-size: 34px
}

.section-appraise .top {
	background-color: #26a9e1;
	height: 30%!important
}

.section-appraise .top .section-title {
	height: 50%
}

.section-appraise .top h3 {
	color: #fff
}

.section-appraise .top .section-list {
	height: 50%
}

.section-appraise .container.bottom {
	height: 70%
}

.section-appraise .col {
	width: 13.83%
}

.section-appraise .col:first-child {
	width: 17%
}

.section-appraise .icon-hlwzk {
	margin-top: 7px
}

.section-appraise .container .row {
	height: 100%
}

.section-appraise .tab-content {
	height: 100%;
	position: relative
}

.section-appraise .tab-content .tab {
	height: 100%;
	position: relative;
	display: none
}

.section-appraise .tab-content .tab:first-child {
	display: block
}

.section-appraise .tab-content .tab-logo {
	height: 100%;
	min-width: 230px;
	width: 33%;
	position: relative
}

.section-appraise .tab-content .tab-logo .logo-inner {
	background-color: #38ba9c;
	width: 150px;
	height: 150px;
	border-radius: 150px;
	position: absolute;
	left: 50%;
	top: 40%;
	margin-top: -55px;
	margin-left: -110px;
	text-align: center;
	-webkit-animation: protrait2 2s;
	animation: protrait2 2s
}

.section-appraise .tab-content .tab-logo .icon {
	margin-top: 56.5px
}

.section-appraise .tab-content .tab-logo .icon-hlwzk {
	margin-top: 62.5px
}

.section-appraise .tab-content .tab-info {
	height: 100%;
	padding: 0 30px
}

.section-appraise .tab-content .tab-info .info-inner {
	position: absolute;
	top: 56%;
	height: 300px;
	margin-top: -150px
}

.section-appraise .tab-content .tab-info h3 {
	margin-bottom: 5%;
	font-size: 22px
}

.section-appraise .tab-content .tab-info h3 a,
.section-appraise .tab-content .tab-info h3 a:hover {
	color: #2c2f35
}

.section-appraise .tab-content .tab-info .content {
	font-weight: 400;
	font-size: 16px;
	color: #717171
}

.section-appraise .tab-content .tab-info .subinfo {
	margin-top: 5%;
	font-size: 14px;
	color: #ccc
}

.section-client .top {
	background-color: #f8f9fa;
	height: 35%!important
}

.section-client .section-list .col {
	width: 12.5%;
	-webkit-transition: all 10s easing;
	transition: all 10s easing
}

.section-client .bottom {
	height: 65%!important;
	min-height: 308px
}

.section-client .bottom .row {
	height: 100%
}

.section-client .bottom .middle {
	height: 100%;
	display: table
}

.section-client .bottom .middle .client-content {
	display: table-cell;
	vertical-align: middle;
	color: #717171
}

.section-client .bottom .client-logo {
	height: 110px;
	-webkit-animation: protrait 2s;
	animation: protrait 2s
}

.section-client .bottom .client-logo .icon {
	margin-top: 2px
}

.section-client .bottom .client-comment {
	text-align: left;
	font-size: 16px
}

.section-client .bottom .client-comment.special {
	margin: 5% 0
}

.section-client .bottom .client-comment .comment-inner {
	display: table;
	height: 88px
}

.section-client .bottom .client-comment .comment-inner .comment-inner-inner {
	display: table-cell;
	vertical-align: middle
}

.section-client .bottom .client-cxo {
	height: 110px;
	font-size: 22px
}

.section-client .bottom .client-cxo .name {
	color: #26a9e1
}

.section-client .bottom .client-cxo .leader {
	margin-top: 2%;
	color: #2c2f35
}

.section-client .bottom li {
	display: none
}

.section-client .bottom li:first-child {
	display: block
}

.section-client .bottom .client-btn {
	cursor: pointer;
	position: relative;
	height: 100%
}

.section-client .bottom .client-btn .icon {
	top: 50%;
	height: 39px;
	margin-top: -19.5px;
	position: absolute;
	display: inline-block
}

.section-data {
	height: 100%
}

.section-data .container {
	display: table;
	height: 100%
}

.section-data .row {
	display: table-cell;
	vertical-align: middle
}

.section-data .row>div {
	padding: 0 50px
}

.section-data .data-icon {
	height: 186px;
	width: 186px;
	border-radius: 93px;
	border: 3px solid;
	margin: 0 auto 50px;
}

.section-data .data-1 {
	color: #26a9e1;
	position: relative
}

.section-data .data-1 .icon {
	position: absolute;
	left: 50%;
	top: 50%
}

.section-data .data-1 .icon.icon-safe01 {
	margin-left: -48px;
	margin-top: -46.5px
}

.section-data .data-1 .icon.icon-safe02 {
	margin-top: -24px;
	margin-left: -24px;
	z-index: 3
}

.section-data .data-1 .data-icon {
	border-color: #26a9e1;
	position: relative
}

.section-data .data-2 {
	color: #38ba9c
}

.section-data .data-2 .data-icon {
	border-color: #38ba9c
}

.section-data .data-2 .data-icon>div {
	margin-top: 45px
}

.section-data .data-3 {
	color: #8879b8
}

.section-data .data-3 .data-icon {
	border-color: #8879b8
}

.section-data p {
	text-align: left;
	padding-left: 50px
}

.section-data p.title {
	font-size: 14px;
	color: #2c2f35;
	margin-bottom: 0
}

.section-data p.data {
	font-size: 48px;
	color: #2c2f35;
	font-weight: 700;
	margin-bottom: 0
}

.section-data p.data span {
	font-weight: 400;
	font-size: 36px
}

.section-data p.text {
	min-height: 90px;
	color: #717171;
	font-size: 14px;
	line-height: 30px;
	margin-bottom: 50px
}



.section-flow {
	height: 100%
}

.section-flow .container {
	display: table;
	height: 100%
}

.section-flow .row {
	display: table-cell;
	vertical-align: middle
}

.section-flow .row>div {
	padding: 0 10px;

}
.section-flow .flow-1 {
	position: relative
}
.section-flow .flow-icon {
	height: 95px;
	width: 95px;
	margin: 50px auto;
}

.section-flow .flow-1 .icon {
	position: absolute;
}
.section-flow p {
	text-align:center;
	padding-left: 10px
}

.section-flow p.title {
	margin: 50px auto 30px;
	font-size: 24px;
	font-weight: 400;
}
.section-flow p.text {
	text-align: left;
	margin: 30px auto;
	font-size: 14px
}
.section-flow .flow-1 .icon.icon-talk {
}
#clock {
	position: relative;
	width: 120px;
	height: 120px;
	background: #8879b8;
	margin: 30px auto 0;
	border-radius: 50%
}

#clock:before {
	content: '';
	position: absolute;
	z-index: 2;
	width: 8px;
	height: 8px;
	background: #fff;
	left: 50%;
	top: 50%;
	margin: -4px 0 0 -4px;
	border-radius: 50%
}

#clock span.hand {
	background: #fff;
	position: absolute;
	left: 50%
}

#clock span.hand.second {
	height: 55px;
	width: 6px;
	margin-left: -3px;
	margin-top: 5px
}

#clock span.hand.hour {
	height: 40px;
	width: 6px;
	margin-left: -3px;
	top: 20px
}

.perspective {
	margin: 0 auto;
	width: 88px;
	height: 88px;
	position: relative;
	overflow: hidden
}

.perspective .perspective-inner {
	position: relative;
	width: 88px;
	height: 88px
}

.cube {
	width: 22px;
	height: 22px;
	position: absolute
}

.cube1,
.cube2,
.cube3 {
	top: 0
}

.cube4,
.cube5,
.cube6 {
	top: 33px
}

.cube7,
.cube8,
.cube9 {
	bottom: 0
}

.cube1,
.cube4,
.cube7 {
	left: 0
}

.cube2,
.cube5,
.cube8 {
	left: 33px
}

.cube3,
.cube6,
.cube9 {
	right: 0
}

#storage .perspective-inner .cube {
	background-color: #38ba9c
}

.section-data-animate .data-1 .icon.icon-safe02 {
	-webkit-animation: rotateBB 5s infinite linear;
	animation: rotateBB 5s infinite linear
}

.section-data-animate #clock span.hand.second {
	-webkit-animation: rotateBB 10s infinite linear;
	animation: rotateBB 10s infinite linear;
	-webkit-transform-origin: center bottom;
	-ms-transform-origin: center bottom;
	transform-origin: center bottom
}

.section-data-animate #storage .perspective-inner {
	-webkit-transition: all 3s;
	transition: all 3s;
	-webkit-animation: slidein 2.5s linear infinite;
	animation: slidein 2.5s linear infinite
}

.section-data-animate #storage .perspective-inner .cube1 {
	-webkit-animation: wave 2.5s linear infinite;
	animation: wave 2.5s linear infinite
}

.section-data-animate #storage .perspective-inner .cube2 {
	-webkit-animation: wave2 2.5s linear infinite;
	animation: wave2 2.5s linear infinite
}

.section-data-animate #storage .perspective-inner .cube3 {
	-webkit-animation: wave3 2.5s linear infinite;
	animation: wave3 2.5s linear infinite
}

@media screen and (max-width:1170px) {
	p.text {
		height: 120px
	}
}

body.index {
	padding-top: 0;
	display: none;
	min-width: 960px
}

.index .container {
	min-width: initial;
	width: 100%
}

.index .section-title {
	margin: 0;
	height: 32%;
	width: 100%;
	vertical-align: bottom;
	display: table
}

.index .section-title h3 {
	height: 100%;
	font-size: 30px;
	margin-bottom: 30px;
	margin-top: 0;
	vertical-align: middle;
	display: table-cell
}

.index .section-list {
	margin: 0;
	height: 65%
}

.index .section-list .col {
	float: left;
	cursor: pointer;
	text-align: center;
	height: 100%;
	position: relative
}

.index .section-list .col.active:before {
	position: absolute;
	content: " ";
	left: 50%;
	margin-left: -20px;
	bottom: -2px;
	width: 0;
	height: 0;
	border-left: 20px solid transparent;
	border-right: 20px solid transparent;
	border-bottom: 20px solid #fff
}

.index .top {
	min-height: 180px
}

.index .top .container {
	height: 100%;
	display: table
}

.index .top .container .row {
	display: table-cell;
	height: 100%
}

.container.link-box {
	text-align: center
}

.container.link-box h2 {
	margin-top: 60px;
	margin-bottom: 50px
}

.container.link-box ul.links {
	width: 100%;
	padding: 0 30px 30px
}

.container.link-box li {
	width: 25%;
	float: left;
	padding: 0 10px;
	margin: 20px 0;
	height: 70px
}

.container.link-box a {
	display: block
}

.container.partner-box {
	margin-bottom: 100px
}

.container.text-link {
	margin-top: 10px;
	border-top: 1px solid #f0f0ff;
	padding-top: 60px;
	padding-bottom: 100px
}

.container.text-link li {
	margin: 5px 0
}

.price_main {
	width: 90%;
	margin-left: auto;
	margin-right: auto
}

.free-area {
	padding: 25px;
	background-color: #f8f9fa;
	text-align: center;
	margin: 30px auto 15px
}

.free-area h5 {
	margin-bottom: 25px;
	margin-top: 0
}

.free-area .icon {
	vertical-align: bottom
}

.free-area a {
	border-radius: 3px;
	display: block;
	font-size: 14px;
	padding: 7px 0;
	color: #fff;
	width: 150px;
	margin: 25px auto 0;
	text-align: center;
	background-color: #00a0de;
	text-shadow: none
}

.free-area ul {
	font-size: 12px;
	color: #6d5d63;
	zoom: 1;
	text-align: center
}

.free-area ul li {
	margin-left: 65px;
	display: inline-block;
	font-size: 16px
}

.free-area ul li:first-child {
	margin-left: 0
}

.free-area ul .icon {
	margin-right: 4px
}

.switch_content {
	margin: 0 auto 30px;
	padding: 10px 0 60px;
	overflow: hidden;
	display: none
}

.switch_content .left {
	width: 58.41%
}

.switch_content .right {
	width: 35.97%
}

.switch_content .block_title {
	margin: 50px 0;
	color: #4d4a47;
	font-size: 18px;
	font-weight: 400
}

.switch_content a {
	color: #00a0de;
	text-decoration: underline
}

.switch_content .slider {
	position: relative;
	display: inline-block
}

.switch_content .slider .chosen {
	position: absolute;
	left: 0;
	top: 0;
	width: 0
}

.switch_content .slider.ui-slider {
	width: 70%;
	background-color: #efefef;
	height: 20px;
	margin-top: 10px
}

.switch_content .slider.ui-slider .ui-slider-handle {
	position: absolute;
	z-index: 99;
	margin-top: -5px;
	height: 30px;
	width: 20px;
	background-color: #289bc6
}

.switch_content .slider.ui-slider .chosen {
	height: 20px;
	background-color: #b3dff0
}

.switch_content .slider.ui-slider .ui-slider-handle:focus {
	outline: 0
}

.switch_content select {
	background-color: transparent;
	border: 1px solid #ccc;
	width: 80px;
	height: 38px;
	margin-left: 10px;
	border-radius: 0;
	float: right
}

.switch_content select:focus {
	outline: 0
}

.switch_content input {
	border: 1px solid #ccc;
	text-align: center;
	width: 70px;
	height: 38px;
	line-height: 38px
}

.switch_content input:focus {
	outline: 0
}

.switch_content .num {
	font-size: 16px;
	float: right
}

.price_main .left .typical_block {
	padding: 0
}

.price_main .left .typical_block .head_line {
	margin-top: 40px;
	margin-bottom: 40px
}

.price_main .left .typical_block .data_line .price {
	font-weight: 400;
	margin-left: 10px;
	margin-right: 30px
}

.price_main .left .typical_block .total_line {
	height: 40px;
	line-height: 40px;
	margin-top: 40px;
	background-color: #fafafa;
	padding-left: 20px
}

.price_main .left .typical_line {
	height: 40px;
	line-height: 40px;
	margin-top: 20px;
	margin-bottom: 20px
}

.price_main .left .spicail_line {
	margin-top: 100px
}

.price_main .right {
	background-color: #fafafa;
	text-align: center;
	margin-top: 30px;
	min-height: 420px;
	font-weight: 400;
	color: #999;
	font-size: 12px
}

.price_main .right strong {
	font-weight: 400
}

.price_main .right h3 {
	background-color: #00b0f0;
	margin: 0;
	height: 42px;
	line-height: 42px;
	text-align: center;
	color: #fff;
	font-size: 16px;
	font-weight: 400
}

.price_main .right h2 {
	margin: 30px 0;
	font-weight: 400;
	font-size: 18px
}

.price_main .right table {
	margin: 0 20px;
	color: #999;
	font-size: 12px;
	text-align: left
}

.price_main .right table td,
.price_main .right table th {
	height: 30px;
	width: 100px;
	font-weight: 400
}

.price_main .right table td:first-child,
.price_main .right table th {
	color: #2c2f35
}

.price_main .right .total_line {
	padding-top: 10px;
	margin: 20px;
	border-top: 1px solid #efefef;
	text-align: right;
	font-size: 16px
}

.price_main .right .total_line .total {
	color: #26a9e1;
	font-size: 30px;
	font-weight: 300px
}

.price_main .right .tip_line {
	text-align: left;
	margin: 50px 20px 20px
}

.price_block {
	display: block;
	width: 836px
}

.price_block .typical_block {
	margin-bottom: 30px;
	padding: 0 5%
}

.price_block .typical_block.special-block {
	margin-bottom: 100px
}

.price_block .block_title {
	font-size: 26px;
	margin-bottom: 40px
}

.price_block li {
	height: 35px;
	line-height: 35px;
	padding: 0;
	font-size: 14px;
	position: relative
}

.price_block li>span {
	padding-left: 172px;
	width: 48%;
	display: inline-block
}

.price_block li span.light,
.price_block li span.price {
	color: #9c9fa2
}

.price_block li span.number {
	font-size: 18px;
	color: #2c2f35
}

.price_block li strong {
	color: #feaf1f;
	font-size: 18px;
	font-weight: 400;
	margin-left: 5px
}

.price_block li .cpu,
.price_block li .memory {
	position: absolute
}

.price_block li .cpu {
	left: 0
}

.price_block li .memory {
	left: 172px
}

.price_block li .name {
	padding-right: 172px;
	padding-left: 0
}

.price_block .head_line {
	color: #4d4a47;
	font-size: 18px;
	border-bottom: 1px solid #d6d6d6;
	margin-bottom: 20px;
	height: 45px
}

.price_block .typical_line {
	color: #6d5d63;
	overflow: hidden;
	position: relative
}

.price_block .ab_left {
	position: absolute;
	left: 90px;
	width: 100px;
	padding-left: 0
}

.price_block p {
	margin-top: 40px
}

.aboutus .aboutus-banner {
	background: url(../../img/aboutus/banner_bg.png);
	height: 500px;
	line-height: 500px
}

.aboutus .aboutus-history {
	margin-top: 60px
}

.aboutus .aboutus-history img {
	margin-bottom: 20px
}

.aboutus .aboutus-history p {
	font-size: 18px;
	color: #555;
	font-family: arial, helvetica, sans-serif;
	margin-top: 20px
}

.aboutus .aboutus-history .badges>div {
	position: relative
}

.aboutus .aboutus-history .number-item {
	font-size: 60px;
	text-shadow: 1px 0 0, -1px 0 0, 0 1px 0, 0 -1px 0, 1px 1px 0, -1px -1px 0, 1px -1px 0, -1px 1px 0;
	font-weight: bolder;
	position: absolute;
	top: 60px;
	left: 0;
	right: 0;
	text-align: center;
	color: #26a9e1
}

.aboutus .aboutus-history .number-sub-item {
	position: absolute;
	top: 130px;
	left: 0;
	right: 0;
	font-size: 16px;
	font-weight: bolder;
	color: #26a9e1
}

.aboutus .aboutus-history .history-item {
	line-height: 1.6em;
	margin-bottom: 0;
	margin-top: 0;
	font-weight: 700
}

.aboutus .aboutus-history .history-cont {
	text-indent: 2em;
	line-height: 2em;
	margin-top: 60px
}

.aboutus .aboutus-video {
	height: 800px;
	background: url(../../img/aboutus/video.jpg) top center;
	margin-top: 100px;
	padding-top: 100px;
	color: #fff
}

.aboutus .aboutus-video h1 {
	font-size: 48px;
	color: #fff;
	font-family: arial, helvetica, sans-serif;
	font-weight: 700
}

.aboutus .aboutus-video .product {
	margin-top: 50px;
	font-size: 18px;
	font-family: arial, helvetica, sans-serif;
	line-height: 2em
}

.aboutus .aboutus-video .btn-video {
	margin-top: 40px
}

.aboutus .aboutus-video .btn-video a {
	position: relative;
	display: block;
	width: 80px;
	height: 80px;
	background: rgba(255, 255, 255, .4);
	border-radius: 50%
}

.aboutus .aboutus-video .btn-video a span {
	position: absolute;
	left: 26px;
	top: 18px;
	display: block;
	width: 0;
	height: 0;
	border-width: 24px 38px;
	border-style: solid;
	border-color: transparent transparent transparent rgba(0, 0, 0, .5)
}

.aboutus .aboutus-video .btn-video a:hover {
	background: rgba(255, 255, 255, .5)
}

.aboutus .aboutus-video .btn-video a:hover span {
	border-color: transparent transparent transparent rgba(0, 0, 0, .6)
}

.aboutus .aboutus-video .btn-video p {
	font-size: 12px;
	margin-top: 10px
}

.aboutus .aboutus-happy {
	margin-top: 100px
}

.aboutus .aboutus-happy .happy-tit h1 {
	font-size: 48px;
	font-weight: 700;
	color: #333;
	margin-bottom: 20px
}

.aboutus .aboutus-happy .happy-pic {
	margin: 70px 0;
	box-sizing: border-box
}

.aboutus .aboutus-happy .happy-pic .light-img img {
	width: 100%
}

.aboutus .aboutus-happy .happy-pic .about-md-6 {
	width: 50%;
	float: left;
	padding: 2px
}

.aboutus .aboutus-happy .happy-pic .about-md-12 {
	width: 100%;
	float: left;
	padding: 2px
}

.aboutus .aboutus-happy .happy-pic .about-md-3 {
	width: 25%;
	float: left;
	padding: 4px
}

@media screen and (max-width:480px) {
	.aboutus .aboutus-happy .happy-pic .about-sm-12 {
		width: 100%
	}
}

.aboutus .aboutus-happy .happy-pic .aboutus-position {
	padding-top: 40px
}

.aboutus .aboutus-happy .happy-pic .aboutus-position .about-left img {
	width: 100%
}

.aboutus .aboutus-happy .happy-pic .aboutus-position .about-right {
	padding-top: 12%
}

.aboutus .aboutus-happy .happy-pic .aboutus-position .about-right p {
	margin: 40px 0
}

.aboutus .aboutus-happy .happy-pic .aboutus-position .about-right p a {
	display: block;
	width: 230px;
	margin: 0 auto;
	padding: 16px 0;
	border: 1px solid #26a9e1;
	border-radius: 2px;
	color: #26a9e1;
	font-size: 16px
}

.aboutus .aboutus-news {
	background: #f7f7f7;
	padding: 60px 0
}

.aboutus .aboutus-news h4 {
	font-size: 18px;
	color: #555
}

.aboutus .video-source {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .9);
	z-index: 999
}

.aboutus .video-source .close-btn {
	position: absolute;
	top: 0;
	right: 20px;
	font-size: 60px;
	color: #fff
}

.aboutus .video-source .video-mp4 {
	width: 80%;
	margin: 70px auto
}

@media screen and (max-width:768px) {
	.aboutus .aboutus-banner img {
		width: 100%
	}
	.aboutus .aboutus-video {
		margin-top: 60px;
		padding-top: 60px
	}
	.aboutus .aboutus-video h1 {
		font-size: 30px
	}
	.aboutus .aboutus-video .product {
		margin-top: 20px
	}
	.aboutus .aboutus-video .btn-video {
		margin-top: 30px
	}
	.aboutus .aboutus-happy {
		margin-top: 40px
	}
	.aboutus .aboutus-happy .happy-tit h1 {
		font-size: 30px;
		margin-bottom: 10px
	}
	.aboutus .aboutus-happy .happy-pic {
		margin: 40px 0
	}
	.aboutus .aboutus-happy .happy-pic .aboutus-position .about-right {
		padding-top: 10%
	}
	.aboutus .aboutus-happy .happy-pic .aboutus-position .about-right p {
		margin: 20px 0
	}
	.aboutus .aboutus-happy .happy-pic .aboutus-position .about-right p a {
		padding: 10px 0;
		font-size: 14px
	}
}

@media screen and (max-width:480px) {
	.aboutus .aboutus-banner {
		height: 200px;
		line-height: 200px
	}
	.aboutus .aboutus-history {
		margin-top: 30px
	}
	.aboutus .aboutus-history .history-item {
		margin-bottom: 30px
	}
	.aboutus .aboutus-news {
		padding: 40px 0
	}
	.aboutus .aboutus-news img {
		width: 90%
	}
}

.video-model-show {
	overflow: hidden
}

@media (max-width:1199px) {
	.cdn .container {
		padding-left: 15px;
		padding-right: 15px
	}
}

.cdn .cdn-banner {
	background: url(../../img/cdn/section1_bg.png)
}

.cdn .cdn-banner #banner-logo {
	display: block;
	margin: 81px auto auto;
	width: 150px
}

.cdn .cdn-banner #banner-slogen {
	height: 128px;
	line-height: 128px;
	text-align: center;
	font-size: 5.4em;
	font-weight: 700;
	color: #fff
}

@media (max-width:991px) {
	.cdn .cdn-banner #banner-slogen {
		font-size: 3.6em
	}
}

.cdn .cdn-banner #banner-nav {
	width: 502px;
	height: 84px;
	margin: auto;
	border: 1px solid #e8f5fa
}

.cdn .cdn-banner #banner-nav div {
	height: 41px;
	line-height: 41px;
	text-align: center
}

.cdn .cdn-banner #banner-nav #nav-text {
	color: #fff;
	font-size: 1.6em;
	font-weight: 200
}

.cdn .cdn-banner #banner-nav #nav-button {
	cursor: pointer;
	background: #e8f5fa;
	color: #1799ca;
	font-size: 1.6em;
	font-weight: 700
}

.cdn .cdn-banner #banner-nav #nav-button:hover {
	background: #6fc7e9;
	color: #fff
}

.cdn .cdn-banner #banner_laptop {
	text-align: center;
	overflow: hidden
}

.cdn .cdn-banner #banner_laptop #triangle-arrow {
	width: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 15px solid #fff;
	margin: 31px auto auto
}

.cdn .cdn-banner #banner_laptop img {
	margin-top: 36px;
	vertical-align: bottom;
	width: 100%;
	max-width: 1077px
}

.cdn .cdn-feature {
	background: url(../../img/cdn/section24_bg.png);
	height: 310px;
	color: #fff;
	font-size: 1.7em;
	line-height: 2.1em
}

.cdn .cdn-feature p {
	width: 594px;
	margin: 85px auto auto;
	padding-left: 132px;
	background: url(../../img/cdn/section2_refer.png) 0 50%/90px no-repeat
}

.cdn .cdn-problem {
	background: #fbf8f8;
	padding-top: 175px;
	padding-bottom: 120px
}

@media (max-width:991px) {
	.cdn .cdn-problem {
		padding: 50px 0
	}
}

.cdn .cdn-problem #cdn-goodbye {
	font-size: 3.2em;
	text-align: center;
	font-weight: 700;
	margin-bottom: 120px
}

.cdn .cdn-problem #cdn-goodbye span {
	color: #ec5532
}

@media (max-width:991px) {
	.cdn .cdn-problem #cdn-goodbye {
		width: 540px;
		margin: 60px auto
	}
}

.cdn .cdn-problem .problem-item {
	min-height: 400px
}

.cdn .cdn-problem .problem-item .problem-icon {
	height: 210px;
	width: 210px;
	border-radius: 105px;
	border: 1px solid #ede8e8;
	margin: auto;
	background: #fff;
	position: relative
}

.cdn .cdn-problem .problem-item .problem-icon img {
	position: absolute;
	top: 15px;
	left: 158px
}

.cdn .cdn-problem .problem-item h3 {
	margin-top: 90px;
	font-size: 1.6em;
	color: #333
}

.cdn .cdn-problem .problem-item p {
	font-size: 1.2em;
	margin-top: 40px;
	color: #666
}

.cdn .cdn-problem .dots {
	float: left;
	position: relative
}

@media (min-width:768px) {
	.cdn .cdn-problem .dots {
		width: 0;
		padding: 0;
		height: 210px
	}
}

.cdn .cdn-problem .dots .dots-container {
	height: 6px;
	width: 54px;
	position: absolute;
	top: 50%;
	margin-top: -3px;
	left: 50%;
	margin-left: -27px
}

.cdn .cdn-problem .dots .dots-container div {
	height: 6px;
	width: 6px;
	background: #ddd8d8;
	border-radius: 3px;
	float: left;
	margin: 0 6px
}

.cdn .cdn-problem #cdn-loading p {
	color: #000!important;
	font-size: 1.4em
}

.cdn .cdn-problem #cdn-loading #loading-bar {
	border: 5px solid #000;
	height: 23px;
	width: 110px;
	margin: 91px auto 0;
	-webkit-transition: all 3.5s;
	transition: all 3.5s
}

.cdn .cdn-problem #cdn-loading #loading-bar div {
	float: left;
	margin: 3px 0 3px 3px;
	height: 7px;
	width: 7px;
	background: #000
}

.cdn .cdn-problem #cdn-loading #loading-bar #dot-1 {
	-webkit-animation: dot1 3.5s linear infinite;
	animation: dot1 3.5s linear infinite
}

.cdn .cdn-problem #cdn-loading #loading-bar #dot-2 {
	-webkit-animation: dot2 3.5s linear infinite;
	animation: dot2 3.5s linear infinite
}

.cdn .cdn-problem #cdn-loading #loading-bar #dot-3 {
	-webkit-animation: dot3 3.5s linear infinite;
	animation: dot3 3.5s linear infinite
}

.cdn .cdn-problem #cdn-loading #loading-bar #dot-4 {
	-webkit-animation: dot4 3.5s linear infinite;
	animation: dot4 3.5s linear infinite
}

.cdn .cdn-problem #cdn-loading #loading-bar #dot-5 {
	-webkit-animation: dot5 3.5s linear infinite;
	animation: dot5 3.5s linear infinite
}

.cdn .cdn-problem #cdn-loading #loading-bar #dot-6 {
	-webkit-animation: dot6 3.5s linear infinite;
	animation: dot6 3.5s linear infinite
}

.cdn .cdn-problem #cdn-loading #loading-bar #dot-7 {
	-webkit-animation: dot7 3.5s linear infinite;
	animation: dot7 3.5s linear infinite
}

.cdn .cdn-problem #cdn-trace {
	background-image: url(../../img/cdn/section3_icon2.png);
	background-position: center;
	background-repeat: no-repeat
}

.cdn .cdn-problem #cdn-trace #trace-dot {
	width: 10px;
	height: 10px;
	background: #000;
	border-radius: 5px;
	position: absolute;
	top: 112px;
	left: 80px;
	-webkit-animation: trace-dot 3.5s linear infinite;
	animation: trace-dot 3.5s linear infinite
}

.cdn .cdn-problem #cdn-monitor {
	background-image: url(../../img/cdn/section3_icon3.png);
	background-position: center;
	background-repeat: no-repeat;
	-webkit-perspective: 2000px;
	perspective: 2000px
}

.cdn .cdn-problem #cdn-monitor div {
	font-size: 2.2em;
	font-weight: 700;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d
}

.cdn .cdn-problem #cdn-monitor #unknow1 {
	position: absolute;
	top: 90px;
	left: 72px;
	-webkit-transform: rotateY(40deg);
	transform: rotateY(40deg);
	font-size: 2.4em;
	-webkit-animation: unknow1 3.5s linear infinite;
	animation: unknow1 3.5s linear infinite
}

.cdn .cdn-problem #cdn-monitor #unknow2 {
	position: absolute;
	top: 50px;
	left: 95px;
	-webkit-transform: rotateX(45deg);
	transform: rotateX(45deg);
	-webkit-animation: unknow2 3.5s linear infinite;
	animation: unknow2 3.5s linear infinite
}

.cdn .cdn-problem #cdn-monitor #unknow3 {
	position: absolute;
	top: 90px;
	right: 72px;
	-webkit-transform: rotateY(-45deg);
	transform: rotateY(-45deg);
	-webkit-animation: unknow3 3.5s linear infinite;
	animation: unknow3 3.5s linear infinite
}

.cdn .cdn-advantage {
	background: #f4f2f2;
	padding-top: 100px;
	padding-bottom: 125px
}

@media (max-width:991px) {
	.cdn .cdn-advantage {
		padding-top: 50px;
		padding-bottom: 50px
	}
}

.cdn .cdn-advantage #cdn-hello {
	color: #263244;
	font-size: 2.9em;
	text-align: center;
	font-weight: 700
}

@media (max-width:991px) {
	.cdn .cdn-advantage #cdn-hello {
		font-size: 2.5em
	}
}

.cdn .cdn-advantage .advantage-item h3 {
	margin: 126px auto auto;
	font-size: 1.7em;
	line-height: 1.4em
}

@media (max-width:991px) {
	.cdn .cdn-advantage .advantage-item h3 {
		margin-top: 40px
	}
}

.cdn .cdn-advantage .advantage-item p {
	margin: 38px auto auto;
	font-size: 1.15em;
	line-height: 1.5em
}

@media (max-width:991px) {
	.cdn .cdn-advantage .advantage-item p {
		margin-top: 10px
	}
}

.cdn .cdn-advantage .col-md-12 * {
	width: 420px
}

@media (max-width:991px) {
	.cdn .cdn-advantage .col-md-12 * {
		width: auto
	}
}

.cdn .cdn-advantage img {
	display: block;
	margin: auto;
	width: 100%;
	padding-top: 35px
}

@media (max-width:991px) {
	.cdn .cdn-advantage img {
		display: none
	}
}

.cdn .cdn-coming {
	background: url(../../img/cdn/section24_bg.png);
	padding-top: 165px;
	padding-bottom: 173px;
	text-align: center
}

.cdn .cdn-coming #comming-nav {
	max-width: 800px;
	width: 100%;
	height: 140px;
	margin: 76px auto 130px;
	border: 1px solid #e8f5fa
}

.cdn .cdn-coming #comming-nav div {
	height: 41px;
	line-height: 41px;
	text-align: center
}

.cdn .cdn-coming #comming-nav .nav-text {
	color: #fff;
	font-size: 2.2em;
	font-weight: 200;
	height: 80px;
	line-height: 80px
}

.cdn .cdn-coming #comming-nav .nav-button {
	cursor: pointer;
	background: #e8f5fa;
	color: #f86b49;
	font-size: 3em;
	font-weight: 700;
	height: 60px;
	line-height: 60px
}

.cdn .cdn-coming #comming-nav .nav-button:hover {
	background: #98a5b4
}

.cdn .cdn-coming .brackets {
	position: relative;
	max-width: 1226px;
	width: 100%;
	padding: 15px 30px 5px;
	box-sizing: border-box;
	margin: 126px auto auto;
	color: #ccc;
	font-size: 2.2em;
	line-height: 1.6em;
	font-weight: 200
}

.cdn .cdn-coming .brackets span {
	font-weight: 700
}

.cdn .cdn-coming .brackets::after,
.cdn .cdn-coming .brackets::before {
	position: absolute;
	content: '';
	width: 35px;
	height: 35px;
	box-sizing: border-box
}

.cdn .cdn-coming .brackets::before {
	top: 0;
	left: 0;
	border-top: 2px solid #d2d4d6;
	border-left: 2px solid #d2d4d6
}

.cdn .cdn-coming .brackets::after {
	bottom: 0;
	right: 0;
	border-bottom: 2px solid #d2d4d6;
	border-right: 2px solid #d2d4d6
}

.cdn .cdn-coming h3 {
	color: #f86b49;
	font-size: 3.6em;
	font-weight: 700;
	margin-top: 100px
}

.cdn-rp .container {
	max-width: 980px
}

.cdn-rp .register-btn {
	background: #fec61b;
	width: 160px;
	height: 40px;
	display: block;
	color: #333;
	line-height: 40px;
	font-size: 24px;
	font-weight: 700;
	text-align: center;
	border-radius: 20px;
	position: absolute;
	top: 50%;
	margin-top: -25px;
	left: 50%;
	margin-left: -80px
}

.cdn-rp .register-btn:hover {
	background: #fcd04c
}

.cdn-rp .cdn-rp-banner {
	height: 600px;
	background: url(../../img/cdn-rp/banner-bg.png) center no-repeat;
	position: relative;
	overflow: hidden
}

.cdn-rp .cdn-rp-banner #banner-logo {
	position: absolute;
	height: 600px;
	top: 0;
	left: 50%;
	margin-left: -643px
}

.cdn-rp .cdn-rp-banner .register-btn {
	top: 540px
}

.cdn-rp .cdn-rp-banner-abroad {
	position: relative;
	overflow: hidden;
	text-align: center
}

.cdn-rp .cdn-rp-banner-abroad #banner-logo {
	width: 100%;
	margin: -30px auto
}

.cdn-rp .cdn-rp-banner-abroad .banner-abroadcdn-text {
	width: 240px;
	height: 100px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -50px;
	margin-left: -120px;
	background: url(../../img/index/abroadcdntext.png) center top/240px no-repeat
}

.cdn-rp .cdn-rp-content h1 {
	text-align: center;
	margin: 100px auto
}

.cdn-rp .cdn-rp-content .cdn-rp-margin {
	margin: 50px auto;
	font-size: 30px
}

.cdn-rp .cdn-rp-content table {
	width: 100%;
	font-size: 20px;
	border-collapse: collapse;
	margin-bottom: 20px
}

.cdn-rp .cdn-rp-content table * {
	border: 2px solid #929397;
	text-align: center;
	padding: 10px 0
}

.cdn-rp .cdn-rp-content p {
	font-size: 20px;
	line-height: 1.5;
	margin-bottom: 20px
}

.cdn-rp .cdn-rp-content p.doc {
	text-indent: 2em
}

.cdn-rp .cdn-rp-content p.foot {
	padding: 50px 0;
	text-align: right
}

.cdn-rp .cdn-rp-content p.foot span {
	display: block;
	width: 200px;
	float: right;
	text-align: center
}

.cdn-rp .cdn-rp-smalltext p {
	font-size: 16px;
	line-height: 1.8
}

.cdn-rp .cdn-rp-smalltext table {
	font-size: 16px
}

.cdn-rp .cdn-rp-smalltext table * {
	border: 1px solid #929397;
	padding: 5px 0
}

.cdn-rp .cdn-rp-footer {
	height: 140px;
	background: url(../../img/cdn-rp/footer-bg.png) center no-repeat;
	position: relative
}

.new_jobs {
	background: #f8f9fa
}

.new_jobs>div {
	overflow: hidden
}

.new_jobs .container {
	height: 100%
}

.new_jobs .container img {
	max-width: 100%
}

.new_jobs h2 {
	font-size: 50px;
	font-weight: 700;
	color: #26a9e1
}

.new_jobs .jobs-header {
	position: relative;
	height: 580px;
	background: url(../../img/new_jobs/jobs-banner.jpg) top center
}

.new_jobs .jobs-header .join-nav {
	position: absolute;
	bottom: 0;
	top: 0;
	width: 100%
}

.new_jobs .jobs-header .join-nav .container {
	height: 100%
}

.new_jobs .jobs-header .join-nav .school-recruit * {
	color: #fff;
	text-align: center
}

.new_jobs .jobs-header .join-nav .school-recruit h1 {
	font-size: 60px;
	line-height: 100px;
	margin-top: 170px;
	font-weight: 700
}

.new_jobs .jobs-header .join-nav .school-recruit p {
	font-size: 22px;
	margin-top: 30px;
	margin-bottom: 40px;
	font-weight: 200
}

.new_jobs .jobs-header .join-nav .school-recruit p span {
	text-decoration: underline
}

.new_jobs .jobs-header .join-nav .school-recruit div {
	background: #41BA38;
	color: #fff;
	padding: 10px;
	width: 210px;
	font-size: 18px;
	border-radius: 4px;
	margin: auto;
	cursor: pointer;
	font-weight: 200
}

.new_jobs .jobs-header .join-nav .school-recruit div:hover {
	background: #52cb49
}

.new_jobs .jobs-header .join-nav ul {
	position: absolute;
	bottom: 0
}

.new_jobs .jobs-header .join-nav ul li {
	display: inline-block;
	width: 130px;
	font-size: 18px;
	line-height: 75px
}

.new_jobs .jobs-header .join-nav ul li a {
	color: #fff
}

.new_jobs .jobs-header .join-nav ul li:after {
	position: relative;
	left: 28px;
	top: -2px;
	content: '●';
	font-size: 10px;
	color: #fff
}

.new_jobs .jobs-header .join-nav ul li:last-child:after {
	content: ''
}

.new_jobs .jobs-who {
	background: url(../../img/new_jobs/geek-bg.png) center 315px no-repeat #fafafa;
	padding-top: 65px
}

.new_jobs .jobs-who .qiniu-people {
	text-align: center
}

.new_jobs .jobs-who .qiniu-people h2 {
	font-size: 45px
}

.new_jobs .jobs-who .qiniu-people p {
	line-height: 1.7;
	font-size: 22px;
	margin: 0;
	color: #666
}

.new_jobs .jobs-who .qiniu-geeks img {
	display: block;
	margin: 68px auto
}

.new_jobs .jobs-who h3 {
	font-size: 32px;
	font-weight: 700;
	color: #26a9e1;
	margin-bottom: 20px
}

.new_jobs .jobs-fun {
	background: url(../../img/new_jobs/section3-bg.png) center top no-repeat #fff;
	padding-top: 65px;
	padding-bottom: 65px
}

.new_jobs .jobs-fun .geek-slogan {
	background: url(../../img/new_jobs/geek-slogan.png) center top no-repeat;
	text-align: center;
	height: 190px
}

.new_jobs .jobs-fun .geek-slogan h2 {
	font-size: 45px;
	line-height: 60px
}

.new_jobs .jobs-fun .geek-slogan p {
	line-height: 1.7;
	font-size: 22px;
	margin: 0;
	color: #666
}

.new_jobs .jobs-fun .qiniu-geeks img {
	display: block;
	margin: 68px auto
}

.new_jobs .jobs-love {
	background-color: #fff;
	padding-top: 65px;
	padding-bottom: 65px
}

.new_jobs .jobs-love .love-slogan {
	background: url(../../img/new_jobs/section4-tags.png) center 80px no-repeat;
	text-align: center;
	height: 190px
}

.new_jobs .jobs-love .love-slogan h2 {
	font-size: 45px;
	line-height: 60px
}

.new_jobs .jobs-love .love-slogan p {
	line-height: 1.7;
	font-size: 22px;
	margin: 0;
	color: #666
}

.new_jobs .jobs-love .qiniu-geeks img {
	display: block;
	margin: 68px auto
}

.new_jobs .jobs-agenda {
	background-color: #fafafa;
	height: 700px
}

.new_jobs .jobs-agenda .container {
	background-image: url(../../img/new_jobs/agenda-path.png);
	background-position: center 324px;
	background-repeat: no-repeat;
	background-size: 1000px;
	position: relative;
	width: 1170px
}

.new_jobs .jobs-agenda .container ul li {
	position: absolute;
	background-color: #5EACFF;
	padding: 10px 10px 25px;
	overflow: visible;
	z-index: 0
}

.new_jobs .jobs-agenda .container ul li h4 {
	color: #fff;
	font-size: 16px;
	line-height: 28px;
	margin: 0
}

.new_jobs .jobs-agenda .container ul li p {
	color: #fff;
	font-size: 12px;
	line-height: 18px;
	margin: 0
}

.new_jobs .jobs-agenda .container ul li img {
	position: absolute;
	bottom: -57px;
	z-index: 1;
	left: 50%;
	margin-left: -21px
}

.new_jobs .jobs-agenda .container ul li:nth-child(1) {
	top: 360px;
	left: 0
}

.new_jobs .jobs-agenda .container ul li:nth-child(2) {
	top: 155px;
	left: 190px
}

.new_jobs .jobs-agenda .container ul li:nth-child(3) {
	top: 392px;
	left: 320px
}

.new_jobs .jobs-agenda .container ul li:nth-child(4) {
	top: 175px;
	right: 500px
}

.new_jobs .jobs-agenda .container ul li:nth-child(5) {
	top: 375px;
	right: 275px
}

.new_jobs .jobs-agenda .container ul li:nth-child(6) {
	top: 160px;
	right: 145px
}

.new_jobs .jobs-agenda .container ul li:nth-child(7) {
	top: 290px;
	right: 10px
}

.new_jobs .jobs-joinus {
	height: 900px;
	background: url(../../img/new_jobs/section6-bg.jpg) top center no-repeat;
	padding: 40px 0;
	color: #fff
}

.new_jobs .jobs-joinus .container .row {
	width: 900px;
	margin: auto
}

.new_jobs .jobs-joinus .container .qiniu-slogan {
	background: url(../../img/new_jobs/jobs-slogan.png) center 0 no-repeat;
	text-align: center;
	height: 180px;
	color: #2D70B3;
	font-size: 36px;
	font-weight: 700
}

.new_jobs .jobs-joinus .container .jobs-slogan {
	color: #fff;
	text-align: center;
	font-size: 36px;
	font-weight: 700
}

.new_jobs .jobs-joinus .jobs-joinus-content {
	position: relative
}

.new_jobs .jobs-joinus .jobs-joinus-content .niuxiaoqi-position {
	position: absolute;
	top: -230px;
	left: -80px
}

@media screen and (max-width:1360px) {
	.new_jobs .jobs-joinus .jobs-joinus-content .niuxiaoqi-position {
		left: 10px
	}
}

.new_jobs .jobs-joinus .jobs-post {
	height: 480px;
	width: 100%;
	background: rgba(0, 0, 0, .6);
	padding: 30px 50px;
	margin: 20px auto;
	font-weight: 700
}

.new_jobs .jobs-joinus .jobs-post h2 {
	color: #fff;
	font-size: 45px
}

.new_jobs .jobs-joinus .jobs-post .post-title {
	margin: 30px 0 20px
}

.new_jobs .jobs-joinus .jobs-post .post-title li {
	display: inline-block;
	float: left;
	margin-right: 30px;
	padding-bottom: 4px;
	font-size: 24px;
	cursor: pointer
}

.new_jobs .jobs-joinus .jobs-post .post-title li.current {
	border-bottom: 3px solid #fff
}

.new_jobs .jobs-joinus .jobs-post .post-title li:after {
	position: relative;
	left: 15px;
	top: -5px;
	content: '●';
	font-size: 10px
}

.new_jobs .jobs-joinus .jobs-post .post-title li:last-child:after {
	content: ''
}

.new_jobs .jobs-joinus .jobs-post .post-block {
	display: none
}

.new_jobs .jobs-joinus .jobs-post .post-block p {
	padding-bottom: 20px;
	border-bottom: 1px solid #666;
	line-height: 1.8
}

.new_jobs .jobs-joinus .jobs-post .post-block ul {
	height: 130px;
	overflow-y: auto;
	padding: 0 10px
}

.new_jobs .jobs-joinus .jobs-post .post-block ul li {
	display: inline-block;
	width: 32%;
	line-height: 1.8
}

.new_jobs .jobs-joinus .jobs-post .post-block ul li:before {
	position: relative;
	right: 10px;
	top: -2px;
	content: '●';
	font-size: 10px;
	color: #fff
}

.new_jobs .jobs-joinus .jobs-post .post-block ul li a {
	color: #fff
}

.new_jobs .jobs-joinus .jobs-post .post-block ul li a:hover {
	text-decoration: underline
}

@media screen and (max-width:1360px) {
	.new_jobs .jobs-joinus .jobs-post {
		margin-left: 0
	}
}

.new_jobs .jobs-linkhr {
	background: #fff;
	padding: 80px 0 120px
}

.new_jobs .jobs-linkhr .jobs-linkhr-content {
	position: relative
}

.new_jobs .jobs-linkhr .jobs-linkhr-content .niuxiaoqi-position2 {
	position: absolute;
	left: -80px;
	bottom: 0
}

@media screen and (max-width:1360px) {
	.new_jobs .jobs-linkhr .jobs-linkhr-content .niuxiaoqi-position2 {
		left: 10px
	}
}

.new_jobs .jobs-linkhr p {
	line-height: 1.8;
	font-size: 24px
}

.new_jobs .jobs-linkhr a {
	display: block;
	margin: 10px;
	padding: 16px 30px;
	background: #26a9e1;
	color: #fff;
	font-size: 18px;
	width: 280px
}

.new_jobs .jobs-linkhr ul {
	margin: 40px auto auto;
	width: 600px
}

.new_jobs .jobs-linkhr li {
	float: left
}

.new_jobs .modal .modal-dialog {
	margin-top: 100px
}

.new_jobs .modal .modal-dialog .modal-body {
	height: 400px;
	overflow-y: auto;
	padding: 15px 30px
}

.new_jobs .modal .modal-dialog .modal-body p {
	line-height: 1.8
}

.new_jobs .modal .modal-dialog .modal-body ol {
	padding-top: 10px;
	padding-bottom: 10px
}

.new_jobs .modal .modal-dialog .modal-body li {
	line-height: 1.8
}

.new_jobs .modal .modal-dialog .modal-footer span {
	margin-right: 30px
}

html {
	height: 100%
}

.error404 {
	padding-bottom: 472px;
	min-height: 100%;
	position: relative;
	margin: 0
}

.error404 iframe {
	display: none
}

.error404 .error-text {
	text-align: center;
	color: #8f9bb2;
	font-size: 50px;
	font-weight: 200;
	margin-top: 120px;
	line-height: 50px
}

.error404 .error-text span {
	font-size: 16px
}

.error404 .footer-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%
}

.icon-marketing {
	background-image: url(img/sprite-contact.png);
	background-position: 0 0;
	width: 50px;
	height: 50px
}

.icon-phone {
	background-image: url(img/sprite-contact.png);
	background-position: -51px 0;
	width: 50px;
	height: 50px
}

.icon-sales {
	background-image: url(img/sprite-contact.png);
	background-position: 0 -51px;
	width: 50px;
	height: 50px
}

.icon-support {
	background-image: url(img/sprite-contact.png);
	background-position: -51px -51px;
	width: 50px;
	height: 50px
}

.icon-feature-audio {
	background-image: url(img/sprite-featurePrice.png);
	background-position: -37px 0;
	width: 36px;
	height: 36px
}

.icon-feature-coding {
	background-image: url(img/sprite-featurePrice.png);
	background-position: -111px -37px;
	width: 36px;
	height: 36px
}

.icon-feature-control {
	background-image: url(img/sprite-featurePrice.png);
	background-position: 0 -37px;
	width: 36px;
	height: 36px
}

.icon-feature-data {
	background-image: url(img/sprite-featurePrice.png);
	background-position: -33px -148px;
	width: 31px;
	height: 27px
}

.icon-feature-elastic {
	background-image: url(img/sprite-featurePrice.png);
	background-position: -74px 0;
	width: 36px;
	height: 36px
}

.icon-feature-expansion {
	background-image: url(img/sprite-featurePrice.png);
	background-position: -74px -37px;
	width: 36px;
	height: 36px
}

.icon-feature-global {
	background-image: url(img/sprite-featurePrice.png);
	background-position: 0 -74px;
	width: 36px;
	height: 36px
}

.icon-feature-network {
	background-image: url(img/sprite-featurePrice.png);
	background-position: -37px -74px;
	width: 36px;
	height: 36px
}

.icon-feature-online {
	background-image: url(img/sprite-featurePrice.png);
	background-position: -74px -74px;
	width: 36px;
	height: 36px
}

.icon-feature-pay {
	background-image: url(img/sprite-featurePrice.png);
	background-position: -111px 0;
	width: 36px;
	height: 36px
}

.icon-feature-phone {
	background-image: url(img/sprite-featurePrice.png);
	background-position: 0 0;
	width: 36px;
	height: 36px
}

.icon-feature-picture {
	background-image: url(img/sprite-featurePrice.png);
	background-position: 0 -148px;
	width: 32px;
	height: 27px
}

.icon-feature-reduce {
	background-image: url(img/sprite-featurePrice.png);
	background-position: 0 -111px;
	width: 36px;
	height: 36px
}

.icon-feature-resuming {
	background-image: url(img/sprite-featurePrice.png);
	background-position: -37px -111px;
	width: 36px;
	height: 36px
}

.icon-feature-safety {
	background-image: url(img/sprite-featurePrice.png);
	background-position: -74px -111px;
	width: 36px;
	height: 36px
}

.icon-feature-speed-up {
	background-image: url(img/sprite-featurePrice.png);
	background-position: -111px -74px;
	width: 36px;
	height: 36px
}

.icon-feature-transcoding {
	background-image: url(img/sprite-featurePrice.png);
	background-position: -37px -37px;
	width: 36px;
	height: 36px
}

.icon-pricing-download {
	background-image: url(img/sprite-featurePrice.png);
	background-position: -111px -111px;
	width: 30px;
	height: 30px
}

.icon-pricing-get {
	background-image: url(img/sprite-featurePrice.png);
	background-position: -148px 0;
	width: 30px;
	height: 30px
}

.icon-pricing-put {
	background-image: url(img/sprite-featurePrice.png);
	background-position: -148px -31px;
	width: 30px;
	height: 30px
}

.icon-pricing-storage {
	background-image: url(img/sprite-featurePrice.png);
	background-position: -148px -62px;
	width: 30px;
	height: 30px
}

.icon-camer360 {
	background-image: url(img/sprite-indexClient.png);
	background-position: -214px -214px;
	width: 100px;
	height: 100px
}

.icon-camera360-cxo {
	background-image: url(img/sprite-indexClient.png);
	background-position: -214px -107px;
	width: 106px;
	height: 106px
}

.icon-changba-cxo {
	background-image: url(img/sprite-indexClient.png);
	background-position: -107px 0;
	width: 106px;
	height: 106px
}

.icon-changba {
	background-image: url(img/sprite-indexClient.png);
	background-position: -321px -202px;
	width: 100px;
	height: 100px
}

.icon-haikang-cxo {
	background-image: url(img/sprite-indexClient.png);
	background-position: 0 -107px;
	width: 106px;
	height: 106px
}

.icon-haikang {
	background-image: url(img/sprite-indexClient.png);
	background-position: -321px 0;
	width: 100px;
	height: 100px
}

.icon-hujiang-cxo {
	background-image: url(img/sprite-indexClient.png);
	background-position: -107px -107px;
	width: 106px;
	height: 106px
}

.icon-hujiang {
	background-image: url(img/sprite-indexClient.png);
	background-position: -101px -321px;
	width: 100px;
	height: 100px
}

.icon-left {
	background-image: url(img/sprite-indexClient.png);
	background-position: -422px -40px;
	width: 18px;
	height: 39px
}

.icon-meipai-cxo {
	background-image: url(img/sprite-indexClient.png);
	background-position: 0 0;
	width: 106px;
	height: 106px
}

.icon-meipai {
	background-image: url(img/sprite-indexClient.png);
	background-position: -321px -101px;
	width: 100px;
	height: 100px
}

.icon-mogujie-cxo {
	background-image: url(img/sprite-indexClient.png);
	background-position: 0 -214px;
	width: 106px;
	height: 106px
}

.icon-mogujie {
	background-image: url(img/sprite-indexClient.png);
	background-position: 0 -321px;
	width: 100px;
	height: 100px
}

.icon-qingtingfm-cxo {
	background-image: url(img/sprite-indexClient.png);
	background-position: -107px -214px;
	width: 106px;
	height: 106px
}

.icon-qingtingfm {
	background-image: url(img/sprite-indexClient.png);
	background-position: -202px -321px;
	width: 100px;
	height: 100px
}

.icon-right {
	background-image: url(img/sprite-indexClient.png);
	background-position: -422px 0;
	width: 18px;
	height: 39px
}

.icon-zte-cxo {
	background-image: url(img/sprite-indexClient.png);
	background-position: -214px 0;
	width: 106px;
	height: 106px
}

.icon-zte {
	background-image: url(img/sprite-indexClient.png);
	background-position: -303px -321px;
	width: 100px;
	height: 100px
}

.icon-addr-hover,
.icon-addr:hover {
	background-image: url(img/sprite-indexGlobal.png);
	background-position: -745px -228px;
	width: 8px;
	height: 14px
}

.icon-addr {
	background-image: url(img/sprite-indexGlobal.png);
	background-position: -745px -210px;
	width: 8px;
	height: 14px
}

.icon-contact-hover,
.icon-contact:hover {
	background-image: url(img/sprite-indexGlobal.png);
	background-position: -706px -433px;
	width: 44px;
	height: 44px
}

.icon-contact {
	background-image: url(img/sprite-indexGlobal.png);
	background-position: -661px -479px;
	width: 44px;
	height: 44px
}

.icon-erweima {
	background-image: url(img/sprite-indexGlobal.png);
	background-position: 0 0;
	width: 264px;
	height: 264px
}

.icon-github-hover,
.icon-github:hover {
	background-image: url(img/sprite-indexGlobal.png);
	background-position: -705px -524px;
	width: 21px;
	height: 17px
}

.icon-github {
	background-image: url(img/sprite-indexGlobal.png);
	background-position: -683px -524px;
	width: 21px;
	height: 17px
}

.icon-gongshang {
	background-image: url(img/sprite-indexGlobal.png);
	background-position: -265px -198px;
	width: 110px;
	height: 40px
}

.icon-logo {
	background-image: url(img/sprite-indexGlobal.png);
	background-position: -225px -512px;
	width: 230px;
	height: 58px
}

.icon-sf-hover,
.icon-sf:hover {
	background-image: url(img/sprite-indexGlobal.png);
	background-position: -661px -542px;
	width: 21px;
	height: 17px
}

.icon-sf {
	background-image: url(img/sprite-indexGlobal.png);
	background-position: -727px -524px;
	width: 21px;
	height: 17px
}

.icon-trusted-cloud {
	background-image: url(img/sprite-indexGlobal.png);
	background-position: -114px -512px;
	width: 110px;
	height: 40px
}

.icon-weibo-hover,
.icon-weibo:hover {
	background-image: url(img/sprite-indexGlobal.png);
	background-position: -723px -228px;
	width: 21px;
	height: 17px
}

.icon-weibo {
	background-image: url(img/sprite-indexGlobal.png);
	background-position: -661px -524px;
	width: 21px;
	height: 17px
}

.icon-weixin-hover,
.icon-weixin:hover {
	background-image: url(img/sprite-indexGlobal.png);
	background-position: -683px -542px;
	width: 21px;
	height: 17px
}

.icon-weixin {
	background-image: url(img/sprite-indexGlobal.png);
	background-position: -723px -210px;
	width: 21px;
	height: 17px
}

.icon-breath1 {
	background-image: url(img/sprite-indexGlobal.png);
	background-position: -463px -333px;
	width: 120px;
	height: 121px
}

.icon-chilun1 {
	background-image: url(img/sprite-indexGlobal.png);
	background-position: -706px -479px;
	width: 41px;
	height: 41px
}

.icon-chilun2 {
	background-image: url(img/sprite-indexGlobal.png);
	background-position: -661px -183px;
	width: 61px;
	height: 62px
}

.icon-chilun3 {
	background-image: url(img/sprite-indexGlobal.png);
	background-position: -661px -94px;
	width: 88px;
	height: 88px
}

.icon-circle1 {
	background-image: url(img/sprite-indexGlobal.png);
	background-position: 0 -265px;
	width: 197px;
	height: 197px
}

.icon-circle2 {
	background-image: url(img/sprite-indexGlobal.png);
	background-position: -198px -265px;
	width: 197px;
	height: 197px
}

.icon-circle3 {
	background-image: url(img/sprite-indexGlobal.png);
	background-position: -463px 0;
	width: 197px;
	height: 197px
}

.icon-icon01 {
	background-image: url(img/sprite-indexGlobal.png);
	background-position: -661px -295px;
	width: 45px;
	height: 45px
}

.icon-icon02 {
	background-image: url(img/sprite-indexGlobal.png);
	background-position: -707px -295px;
	width: 45px;
	height: 45px
}

.icon-icon03 {
	background-image: url(img/sprite-indexGlobal.png);
	background-position: -710px -246px;
	width: 45px;
	height: 45px
}

.icon-icon04 {
	background-image: url(img/sprite-indexGlobal.png);
	background-position: -661px -387px;
	width: 44px;
	height: 45px
}

.icon-icon05 {
	background-image: url(img/sprite-indexGlobal.png);
	background-position: -661px -433px;
	width: 44px;
	height: 45px
}

.icon-icon06 {
	background-image: url(img/sprite-indexGlobal.png);
	background-position: -661px -341px;
	width: 45px;
	height: 45px
}

.icon-icon07 {
	background-image: url(img/sprite-indexGlobal.png);
	background-position: -706px -387px;
	width: 45px;
	height: 44px
}

.icon-icon08 {
	background-image: url(img/sprite-indexGlobal.png);
	background-position: -707px -341px;
	width: 45px;
	height: 45px
}

.icon-pbyd {
	background-image: url(img/sprite-indexGlobal.png);
	background-position: -114px -463px;
	width: 223px;
	height: 48px
}

.icon-rocket {
	background-image: url(img/sprite-indexGlobal.png);
	background-position: 0 -463px;
	width: 113px;
	height: 109px
}

.icon-safe01 {
	background-image: url(img/sprite-indexGlobal.png);
	background-position: -661px 0;
	width: 96px;
	height: 93px
}

.icon-safe02 {
	background-image: url(img/sprite-indexGlobal.png);
	background-position: -661px -246px;
	width: 48px;
	height: 48px
}

.icon-sjwx {
	background-image: url(img/sprite-indexGlobal.png);
	background-position: -338px -463px;
	width: 222px;
	height: 47px
}

.icon-sound {
	background-image: url(img/sprite-indexGlobal.png);
	background-position: -723px -183px;
	width: 28px;
	height: 26px
}

.icon-umbrella {
	background-image: url(img/sprite-indexGlobal.png);
	background-position: -463px -198px;
	width: 125px;
	height: 134px
}

.icon-yudi {
	background-image: url(img/sprite-indexGlobal.png);
	background-position: -265px 0;
	width: 197px;
	height: 197px
}

.icon-36kr {
	background-image: url(img/sprite-indexMedia.png);
	background-position: 0 0;
	width: 108px;
	height: 39px
}

.icon-csdn {
	background-image: url(img/sprite-indexMedia.png);
	background-position: 0 -40px;
	width: 108px;
	height: 39px
}

.icon-cyb {
	background-image: url(img/sprite-indexMedia.png);
	background-position: -109px 0;
	width: 108px;
	height: 39px
}

.icon-hlwzk {
	background-image: url(img/sprite-indexMedia.png);
	background-position: 0 -120px;
	width: 120px;
	height: 25px
}

.icon-infoq {
	background-image: url(img/sprite-indexMedia.png);
	background-position: -109px -40px;
	width: 108px;
	height: 39px
}

.icon-jmd {
	background-image: url(img/sprite-indexMedia.png);
	background-position: 0 -80px;
	width: 108px;
	height: 39px
}

.icon-rmw {
	background-image: url(img/sprite-indexMedia.png);
	background-position: -109px -80px;
	width: 108px;
	height: 39px
}

.icon-niuxiaoqi {
	background-image: url(img/sprite-job.png);
	background-position: 0 0;
	width: 117px;
	height: 118px
}

.icon-qiniu-said1 {
	background-image: url(img/sprite-job.png);
	background-position: -349px 0;
	width: 76px;
	height: 76px
}

.icon-qiniu-said10 {
	background-image: url(img/sprite-job.png);
	background-position: -195px 0;
	width: 76px;
	height: 76px
}

.icon-qiniu-said11 {
	background-image: url(/img/sprite-job.png);
	background-position: 0 -119px;
	width: 76px;
	height: 76px
}

.icon-qiniu-said12 {
	background-image: url(img/sprite-job.png);
	background-position: -77px -119px;
	width: 76px;
	height: 76px
}

.icon-qiniu-said13 {
	background-image: url(img/sprite-job.png);
	background-position: -154px -119px;
	width: 76px;
	height: 76px
}

.icon-qiniu-said14 {
	background-image: url(img/sprite-job.png);
	background-position: -272px 0;
	width: 76px;
	height: 76px
}

.icon-qiniu-said15 {
	background-image: url(img/sprite-job.png);
	background-position: -272px -77px;
	width: 76px;
	height: 76px
}

.icon-qiniu-said16 {
	background-image: url(img/sprite-job.png);
	background-position: 0 -196px;
	width: 76px;
	height: 76px
}

.icon-qiniu-said17 {
	background-image: url(img/sprite-job.png);
	background-position: -77px -196px;
	width: 76px;
	height: 76px
}

.icon-qiniu-said18 {
	background-image: url(img/sprite-job.png);
	background-position: -154px -196px;
	width: 76px;
	height: 76px
}

.icon-qiniu-said19 {
	background-image: url(img/sprite-job.png);
	background-position: -231px -196px;
	width: 76px;
	height: 76px
}

.icon-qiniu-said2 {
	background-image: url(img/sprite-job.png);
	background-position: 0 -350px;
	width: 76px;
	height: 76px
}

.icon-qiniu-said20 {
	background-image: url(img/sprite-job.png);
	background-position: -349px -77px;
	width: 76px;
	height: 76px
}

.icon-qiniu-said21 {
	background-image: url(img/sprite-job.png);
	background-position: -349px -154px;
	width: 76px;
	height: 76px
}

.icon-qiniu-said22 {
	background-image: url(img/sprite-job.png);
	background-position: 0 -273px;
	width: 76px;
	height: 76px
}

.icon-qiniu-said23 {
	background-image: url(img/sprite-job.png);
	background-position: -77px -273px;
	width: 76px;
	height: 76px
}

.icon-qiniu-said24 {
	background-image: url(img/sprite-job.png);
	background-position: -154px -273px;
	width: 76px;
	height: 76px
}

.icon-qiniu-said3 {
	background-image: url(img/sprite-job.png);
	background-position: -231px -273px;
	width: 76px;
	height: 76px
}

.icon-qiniu-said4 {
	background-image: url(img/sprite-job.png);
	background-position: -308px -273px;
	width: 76px;
	height: 76px
}

.icon-qiniu-said5 {
	background-image: url(img/sprite-job.png);
	background-position: -426px 0;
	width: 76px;
	height: 76px
}

.icon-qiniu-said6 {
	background-image: url(img/sprite-job.png);
	background-position: -426px -77px;
	width: 76px;
	height: 76px
}

.icon-qiniu-said7 {
	background-image: url(img/sprite-job.png);
	background-position: -426px -154px;
	width: 76px;
	height: 76px
}

.icon-qiniu-said8 {
	background-image: url(img/sprite-job.png);
	background-position: -426px -231px;
	width: 76px;
	height: 76px
}

.icon-qiniu-said9 {
	background-image: url(/img/sprite-job.png);
	background-position: -118px 0;
	width: 76px;
	height: 76px
}
.icon-talk{
	background-image: url(img/sprite-indexClient.png);
	background-position: 0px 0px;
	width: 69px;
	height: 79px	
}

.icon-design{
	background-image: url(img/sprite-indexClient.png);
	background-position: -70px 0px;
	width: 69px;
	height: 79px	
}

.icon-cy{
	background-image: url(img/sprite-indexClient.png);
	background-position: -140px 0px;
	width: 69px;
	height: 79px	
}
.icon-code{
	background-image: url(img/sprite-indexClient.png);
	background-position: -210px 0px;
	width: 90px;
	height: 85px	
}

.icon-deploy{
	background-image: url(img/sprite-indexClient.png);
	background-position: -302px 0px;
	width: 95px;
	height: 90px	
}

.icon-test{
	background-image: url(img/sprite-indexClient.png);
	background-position: -400px 0px;
	width: 90px;
	height: 85px	
}
@-webkit-keyframes rotateCC {
	from {
		-webkit-transform: rotate(360deg)
	}
	to {
		-webkit-transform: rotate(0deg)
	}
}

@keyframes rotateCC {
	from {
		-webkit-transform: rotate(360deg)
	}
	to {
		-webkit-transform: rotate(0deg)
	}
}

@-webkit-keyframes rotateBB {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg)
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}

@keyframes rotateBB {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg)
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}

@-webkit-keyframes flicker {
	0% {
		background-size: 100%
	}
	10% {
		background-size: 20%
	}
	20% {
		background-size: 80%
	}
	30% {
		background-size: 10%
	}
	40% {
		background-size: 70%
	}
	50% {
		background-size: 10%
	}
	60% {
		background-size: 80%
	}
	70% {
		background-size: 50%
	}
	80% {
		background-size: 90%
	}
	90% {
		background-size: 15%
	}
	100% {
		background-size: 70%
	}
}

@keyframes flicker {
	0% {
		background-size: 100%
	}
	10% {
		background-size: 20%
	}
	20% {
		background-size: 80%
	}
	30% {
		background-size: 10%
	}
	40% {
		background-size: 70%
	}
	50% {
		background-size: 10%
	}
	60% {
		background-size: 80%
	}
	70% {
		background-size: 50%
	}
	80% {
		background-size: 90%
	}
	90% {
		background-size: 15%
	}
	100% {
		background-size: 70%
	}
}

@-webkit-keyframes drop {
	0% {
		top: 0
	}
	to {
		top: 197px
	}
}

@keyframes drop {
	0% {
		top: 0
	}
	to {
		top: 197px
	}
}

@-webkit-keyframes drop2 {
	0% {
		top: -197px
	}
	to {
		top: 0
	}
}

@keyframes drop2 {
	0% {
		top: -197px
	}
	to {
		top: 0
	}
}

@-webkit-keyframes y {
	from {
		-webkit-transform: translateX(0) translateY(0) translateZ(0) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scaleX(1) scaleY(1) scaleZ(1);
		transform: translateX(0) translateY(0) translateZ(0) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scaleX(1) scaleY(1) scaleZ(1)
	}
	to {
		-webkit-transform: translateX(0) translateY(0) translateZ(0) rotateX(0deg) rotateY(90deg) rotateZ(0deg) scaleX(1) scaleY(1) scaleZ(1);
		transform: translateX(0) translateY(0) translateZ(0) rotateX(0deg) rotateY(90deg) rotateZ(0deg) scaleX(1) scaleY(1) scaleZ(1)
	}
}

@keyframes y {
	from {
		-webkit-transform: translateX(0) translateY(0) translateZ(0) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scaleX(1) scaleY(1) scaleZ(1);
		transform: translateX(0) translateY(0) translateZ(0) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scaleX(1) scaleY(1) scaleZ(1)
	}
	to {
		-webkit-transform: translateX(0) translateY(0) translateZ(0) rotateX(0deg) rotateY(90deg) rotateZ(0deg) scaleX(1) scaleY(1) scaleZ(1);
		transform: translateX(0) translateY(0) translateZ(0) rotateX(0deg) rotateY(90deg) rotateZ(0deg) scaleX(1) scaleY(1) scaleZ(1)
	}
}

@-webkit-keyframes pulse {
	0% {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1)
	}
	50% {
		-webkit-transform: scale3d(1.05, 1.05, 1.05);
		transform: scale3d(1.05, 1.05, 1.05)
	}
	100% {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1)
	}
}

@keyframes pulse {
	0% {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1)
	}
	50% {
		-webkit-transform: scale3d(1.05, 1.05, 1.05);
		transform: scale3d(1.05, 1.05, 1.05)
	}
	100% {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1)
	}
}

@-webkit-keyframes pulse2 {
	0% {
		width: 294px;
		height: 294px;
		margin-left: -147px;
		margin-top: -147px;
		-webkit-transform: scale3d(0, 0, 0);
		transform: scale3d(0, 0, 0);
		border: 1px solid rgba(255, 255, 255, 0);
		border-radius: 147px;
		opacity: 1
	}
	25% {
		-webkit-transform: scale3d(0.5, .5, .5);
		transform: scale3d(0.5, .5, .5)
	}
	30% {
		border: 3px solid rgba(255, 255, 255, .1)
	}
	58% {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
		opacity: 1
	}
	59% {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
		border: 3px solid rgba(255, 255, 255, .2)
	}
	40% {
		width: 350px;
		height: 350px;
		margin-left: -175px;
		margin-top: -175px;
		border-radius: 175px
	}
	90% {
		width: 520px;
		height: 520px;
		margin-left: -260px;
		margin-top: -260px;
		border-radius: 260px;
		border: 1px solid rgba(255, 255, 255, 0);
		opacity: 1
	}
	100% {
		width: 520px;
		height: 520px;
		margin-left: -260px;
		margin-top: -260px;
		border-radius: 260px;
		border: 1px solid rgba(255, 255, 255, 0);
		opacity: 0
	}
}

@keyframes pulse2 {
	0% {
		width: 294px;
		height: 294px;
		margin-left: -147px;
		margin-top: -147px;
		-webkit-transform: scale3d(0, 0, 0);
		transform: scale3d(0, 0, 0);
		border: 1px solid rgba(255, 255, 255, 0);
		border-radius: 147px;
		opacity: 1
	}
	25% {
		-webkit-transform: scale3d(0.5, .5, .5);
		transform: scale3d(0.5, .5, .5)
	}
	30% {
		border: 3px solid rgba(255, 255, 255, .1)
	}
	58% {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
		opacity: 1
	}
	59% {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
		border: 3px solid rgba(255, 255, 255, .2)
	}
	40% {
		width: 350px;
		height: 350px;
		margin-left: -175px;
		margin-top: -175px;
		border-radius: 175px
	}
	90% {
		width: 520px;
		height: 520px;
		margin-left: -260px;
		margin-top: -260px;
		border-radius: 260px;
		border: 1px solid rgba(255, 255, 255, 0);
		opacity: 1
	}
	100% {
		width: 520px;
		height: 520px;
		margin-left: -260px;
		margin-top: -260px;
		border-radius: 260px;
		border: 1px solid rgba(255, 255, 255, 0);
		opacity: 0
	}
}

@-webkit-keyframes circle {
	0% {
		width: 280px;
		height: 280px;
		margin-left: -140px;
		margin-top: -140px;
		border-radius: 140px;
		border-width: 3px;
		opacity: 0
	}
	49.9% {
		opacity: 0
	}
	50% {
		width: 290px;
		height: 290px;
		margin-left: -145px;
		margin-top: -145px;
		border-radius: 145px;
		border-width: 3px;
		opacity: 1
	}
	75% {
		width: 300px;
		height: 300px;
		margin-left: -150px;
		margin-top: -150px;
		border-radius: 150px;
		border-width: 2px
	}
	100% {
		width: 320px;
		height: 320px;
		margin-left: -160px;
		margin-top: -160px;
		border-radius: 160px;
		border-width: 1px;
		opacity: .1
	}
}

@keyframes circle {
	0% {
		width: 280px;
		height: 280px;
		margin-left: -140px;
		margin-top: -140px;
		border-radius: 140px;
		border-width: 3px;
		opacity: 0
	}
	49.9% {
		opacity: 0
	}
	50% {
		width: 290px;
		height: 290px;
		margin-left: -145px;
		margin-top: -145px;
		border-radius: 145px;
		border-width: 3px;
		opacity: 1
	}
	75% {
		width: 300px;
		height: 300px;
		margin-left: -150px;
		margin-top: -150px;
		border-radius: 150px;
		border-width: 2px
	}
	100% {
		width: 320px;
		height: 320px;
		margin-left: -160px;
		margin-top: -160px;
		border-radius: 160px;
		border-width: 1px;
		opacity: .1
	}
}

@-webkit-keyframes satellite {
	10% {
		-webkit-transform: rotate3d(0, -.5, 6.5, 16deg);
		transform: rotate3d(0, -.5, 6.5, 16deg)
	}
	20% {
		-webkit-transform: rotate3d(0, -.5, 6.5, 18deg);
		transform: rotate3d(0, -.5, 6.5, 18deg)
	}
	30% {
		-webkit-transform: rotate3d(0, -.5, 6.5, 20deg);
		transform: rotate3d(0, -.5, 6.5, 20deg)
	}
	40% {
		-webkit-transform: rotate3d(0, -.5, 6.5, 16deg);
		transform: rotate3d(0, -.5, 6.5, 16deg)
	}
	50% {
		-webkit-transform: rotate3d(0, -.5, 6.5, 14deg);
		transform: rotate3d(0, -.5, 6.5, 14deg)
	}
	60% {
		-webkit-transform: rotate3d(0, -.5, 6.5, 0deg);
		transform: rotate3d(0, -.5, 6.5, 0deg)
	}
	70% {
		-webkit-transform: rotate3d(0, -.5, 6.5, -8deg);
		transform: rotate3d(0, -.5, 6.5, -8deg)
	}
	80% {
		-webkit-transform: rotate3d(0, -.5, 6.5, 0deg);
		transform: rotate3d(0, -.5, 6.5, 0deg)
	}
	90% {
		-webkit-transform: rotate3d(0, -.5, 6.5, 7deg);
		transform: rotate3d(0, -.5, 6.5, 7deg)
	}
	100% {
		-webkit-transform: rotate3d(0, -.5, 6.5, 14deg);
		transform: rotate3d(0, -.5, 6.5, 14deg)
	}
}

@keyframes satellite {
	10% {
		-webkit-transform: rotate3d(0, -.5, 6.5, 16deg);
		transform: rotate3d(0, -.5, 6.5, 16deg)
	}
	20% {
		-webkit-transform: rotate3d(0, -.5, 6.5, 18deg);
		transform: rotate3d(0, -.5, 6.5, 18deg)
	}
	30% {
		-webkit-transform: rotate3d(0, -.5, 6.5, 20deg);
		transform: rotate3d(0, -.5, 6.5, 20deg)
	}
	40% {
		-webkit-transform: rotate3d(0, -.5, 6.5, 16deg);
		transform: rotate3d(0, -.5, 6.5, 16deg)
	}
	50% {
		-webkit-transform: rotate3d(0, -.5, 6.5, 14deg);
		transform: rotate3d(0, -.5, 6.5, 14deg)
	}
	60% {
		-webkit-transform: rotate3d(0, -.5, 6.5, 0deg);
		transform: rotate3d(0, -.5, 6.5, 0deg)
	}
	70% {
		-webkit-transform: rotate3d(0, -.5, 6.5, -8deg);
		transform: rotate3d(0, -.5, 6.5, -8deg)
	}
	80% {
		-webkit-transform: rotate3d(0, -.5, 6.5, 0deg);
		transform: rotate3d(0, -.5, 6.5, 0deg)
	}
	90% {
		-webkit-transform: rotate3d(0, -.5, 6.5, 7deg);
		transform: rotate3d(0, -.5, 6.5, 7deg)
	}
	100% {
		-webkit-transform: rotate3d(0, -.5, 6.5, 14deg);
		transform: rotate3d(0, -.5, 6.5, 14deg)
	}
}

@-webkit-keyframes wave {
	0% {
		opacity: 0
	}
	100%,
	32% {
		opacity: 1
	}
}

@keyframes wave {
	0% {
		opacity: 0
	}
	100%,
	32% {
		opacity: 1
	}
}

@-webkit-keyframes wave2 {
	0%,
	32% {
		opacity: 0
	}
	100%,
	64% {
		opacity: 1
	}
}

@keyframes wave2 {
	0%,
	32% {
		opacity: 0
	}
	100%,
	64% {
		opacity: 1
	}
}

@-webkit-keyframes wave3 {
	0%,
	64% {
		opacity: 0
	}
	100%,
	96% {
		opacity: 1
	}
}

@keyframes wave3 {
	0%,
	64% {
		opacity: 0
	}
	100%,
	96% {
		opacity: 1
	}
}

@-webkit-keyframes slidein {
	96% {
		top: 0
	}
	to {
		top: 37.5px
	}
}

@keyframes slidein {
	96% {
		top: 0
	}
	to {
		top: 37.5px
	}
}

@-webkit-keyframes file5 {
	0% {
		opacity: 0
	}
	100%,
	11.11% {
		opacity: 1
	}
}

@keyframes file5 {
	0% {
		opacity: 0
	}
	100%,
	11.11% {
		opacity: 1
	}
}

@-webkit-keyframes file6 {
	0%,
	11.11% {
		opacity: 0
	}
	100%,
	22.22% {
		opacity: 1
	}
}

@keyframes file6 {
	0%,
	11.11% {
		opacity: 0
	}
	100%,
	22.22% {
		opacity: 1
	}
}

@-webkit-keyframes file9 {
	0%,
	22.22% {
		opacity: 0
	}
	100%,
	33.33% {
		opacity: 1
	}
}

@keyframes file9 {
	0%,
	22.22% {
		opacity: 0
	}
	100%,
	33.33% {
		opacity: 1
	}
}

@-webkit-keyframes file8 {
	0%,
	33.33% {
		opacity: 0
	}
	100%,
	44.44% {
		opacity: 1
	}
}

@keyframes file8 {
	0%,
	33.33% {
		opacity: 0
	}
	100%,
	44.44% {
		opacity: 1
	}
}

@-webkit-keyframes file7 {
	0%,
	44.44% {
		opacity: 0
	}
	100%,
	55.55% {
		opacity: 1
	}
}

@keyframes file7 {
	0%,
	44.44% {
		opacity: 0
	}
	100%,
	55.55% {
		opacity: 1
	}
}

@-webkit-keyframes file4 {
	0%,
	55.55% {
		opacity: 0
	}
	100%,
	66.66% {
		opacity: 1
	}
}

@keyframes file4 {
	0%,
	55.55% {
		opacity: 0
	}
	100%,
	66.66% {
		opacity: 1
	}
}

@-webkit-keyframes file1 {
	0%,
	66.66% {
		opacity: 0
	}
	100%,
	77.77% {
		opacity: 1
	}
}

@keyframes file1 {
	0%,
	66.66% {
		opacity: 0
	}
	100%,
	77.77% {
		opacity: 1
	}
}

@-webkit-keyframes file2 {
	0%,
	77.77% {
		opacity: 0
	}
	100%,
	88.88% {
		opacity: 1
	}
}

@keyframes file2 {
	0%,
	77.77% {
		opacity: 0
	}
	100%,
	88.88% {
		opacity: 1
	}
}

@-webkit-keyframes file3 {
	0%,
	88.88% {
		opacity: 0
	}
	100% {
		opacity: 1
	}
}

@keyframes file3 {
	0%,
	88.88% {
		opacity: 0
	}
	100% {
		opacity: 1
	}
}

@-webkit-keyframes protrait {
	0% {
		-webkit-transform: rotateY(90deg);
		transform: rotateY(90deg)
	}
	30% {
		-webkit-transform: rotateY(-30deg);
		transform: rotateY(-30deg)
	}
	50% {
		-webkit-transform: rotateY(20deg);
		transform: rotateY(20deg)
	}
	65% {
		-webkit-transform: rotateY(-10deg);
		transform: rotateY(-10deg)
	}
	80% {
		-webkit-transform: rotateY(10deg);
		transform: rotateY(10deg)
	}
	100% {
		-webkit-transform: rotateY(0);
		transform: rotateY(0)
	}
}

@keyframes protrait {
	0% {
		-webkit-transform: rotateY(90deg);
		transform: rotateY(90deg)
	}
	30% {
		-webkit-transform: rotateY(-30deg);
		transform: rotateY(-30deg)
	}
	50% {
		-webkit-transform: rotateY(20deg);
		transform: rotateY(20deg)
	}
	65% {
		-webkit-transform: rotateY(-10deg);
		transform: rotateY(-10deg)
	}
	80% {
		-webkit-transform: rotateY(10deg);
		transform: rotateY(10deg)
	}
	100% {
		-webkit-transform: rotateY(0);
		transform: rotateY(0)
	}
}

@-webkit-keyframes protrait2 {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg)
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}

@keyframes protrait2 {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg)
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}

@-webkit-keyframes dot1 {
	0% {
		opacity: 0
	}
	10% {
		opacity: 1
	}
	70% {
		background: #000;
		opacity: 1
	}
	71% {
		background: red;
		opacity: 1
	}
	77% {
		opacity: 0;
		background: red
	}
	84% {
		opacity: 1;
		background: red
	}
	91% {
		opacity: 0;
		background: red
	}
	100% {
		background: red;
		opacity: 1
	}
}

@keyframes dot1 {
	0% {
		opacity: 0
	}
	10% {
		opacity: 1
	}
	70% {
		background: #000;
		opacity: 1
	}
	71% {
		background: red;
		opacity: 1
	}
	77% {
		opacity: 0;
		background: red
	}
	84% {
		opacity: 1;
		background: red
	}
	91% {
		opacity: 0;
		background: red
	}
	100% {
		background: red;
		opacity: 1
	}
}

@-webkit-keyframes dot2 {
	0%,
	10% {
		opacity: 0
	}
	20% {
		opacity: 1
	}
	70% {
		background: #000;
		opacity: 1
	}
	71% {
		background: red;
		opacity: 1
	}
	77% {
		opacity: 0;
		background: red
	}
	84% {
		opacity: 1;
		background: red
	}
	91% {
		opacity: 0;
		background: red
	}
	100% {
		background: red;
		opacity: 1
	}
}

@keyframes dot2 {
	0%,
	10% {
		opacity: 0
	}
	20% {
		opacity: 1
	}
	70% {
		background: #000;
		opacity: 1
	}
	71% {
		background: red;
		opacity: 1
	}
	77% {
		opacity: 0;
		background: red
	}
	84% {
		opacity: 1;
		background: red
	}
	91% {
		opacity: 0;
		background: red
	}
	100% {
		background: red;
		opacity: 1
	}
}

@-webkit-keyframes dot3 {
	0%,
	20% {
		opacity: 0
	}
	30% {
		opacity: 1
	}
	70% {
		background: #000;
		opacity: 1
	}
	71% {
		background: red;
		opacity: 1
	}
	77% {
		opacity: 0;
		background: red
	}
	84% {
		opacity: 1;
		background: red
	}
	91% {
		opacity: 0;
		background: red
	}
	100% {
		background: red;
		opacity: 1
	}
}

@keyframes dot3 {
	0%,
	20% {
		opacity: 0
	}
	30% {
		opacity: 1
	}
	70% {
		background: #000;
		opacity: 1
	}
	71% {
		background: red;
		opacity: 1
	}
	77% {
		opacity: 0;
		background: red
	}
	84% {
		opacity: 1;
		background: red
	}
	91% {
		opacity: 0;
		background: red
	}
	100% {
		background: red;
		opacity: 1
	}
}

@-webkit-keyframes dot4 {
	0%,
	30% {
		opacity: 0
	}
	40% {
		opacity: 1
	}
	70% {
		background: #000;
		opacity: 1
	}
	71% {
		background: red;
		opacity: 1
	}
	77% {
		opacity: 0;
		background: red
	}
	84% {
		opacity: 1;
		background: red
	}
	91% {
		opacity: 0;
		background: red
	}
	100% {
		background: red;
		opacity: 1
	}
}

@keyframes dot4 {
	0%,
	30% {
		opacity: 0
	}
	40% {
		opacity: 1
	}
	70% {
		background: #000;
		opacity: 1
	}
	71% {
		background: red;
		opacity: 1
	}
	77% {
		opacity: 0;
		background: red
	}
	84% {
		opacity: 1;
		background: red
	}
	91% {
		opacity: 0;
		background: red
	}
	100% {
		background: red;
		opacity: 1
	}
}

@-webkit-keyframes dot5 {
	0%,
	40% {
		opacity: 0
	}
	50% {
		opacity: 1
	}
	70% {
		background: #000;
		opacity: 1
	}
	71% {
		background: red;
		opacity: 1
	}
	77% {
		opacity: 0;
		background: red
	}
	84% {
		opacity: 1;
		background: red
	}
	91% {
		opacity: 0;
		background: red
	}
	100% {
		background: red;
		opacity: 1
	}
}

@keyframes dot5 {
	0%,
	40% {
		opacity: 0
	}
	50% {
		opacity: 1
	}
	70% {
		background: #000;
		opacity: 1
	}
	71% {
		background: red;
		opacity: 1
	}
	77% {
		opacity: 0;
		background: red
	}
	84% {
		opacity: 1;
		background: red
	}
	91% {
		opacity: 0;
		background: red
	}
	100% {
		background: red;
		opacity: 1
	}
}

@-webkit-keyframes dot6 {
	0%,
	50% {
		opacity: 0
	}
	60% {
		opacity: 1
	}
	70% {
		background: #000;
		opacity: 1
	}
	71% {
		background: red;
		opacity: 1
	}
	77% {
		opacity: 0;
		background: red
	}
	84% {
		opacity: 1;
		background: red
	}
	91% {
		opacity: 0;
		background: red
	}
	100% {
		background: red;
		opacity: 1
	}
}

@keyframes dot6 {
	0%,
	50% {
		opacity: 0
	}
	60% {
		opacity: 1
	}
	70% {
		background: #000;
		opacity: 1
	}
	71% {
		background: red;
		opacity: 1
	}
	77% {
		opacity: 0;
		background: red
	}
	84% {
		opacity: 1;
		background: red
	}
	91% {
		opacity: 0;
		background: red
	}
	100% {
		background: red;
		opacity: 1
	}
}

@-webkit-keyframes dot7 {
	0%,
	60% {
		opacity: 0
	}
	70% {
		background: #000;
		opacity: 1
	}
	71% {
		background: red;
		opacity: 1
	}
	77% {
		opacity: 0;
		background: red
	}
	84% {
		opacity: 1;
		background: red
	}
	91% {
		opacity: 0;
		background: red
	}
	100% {
		background: red;
		opacity: 1
	}
}

@keyframes dot7 {
	0%,
	60% {
		opacity: 0
	}
	70% {
		background: #000;
		opacity: 1
	}
	71% {
		background: red;
		opacity: 1
	}
	77% {
		opacity: 0;
		background: red
	}
	84% {
		opacity: 1;
		background: red
	}
	91% {
		opacity: 0;
		background: red
	}
	100% {
		background: red;
		opacity: 1
	}
}

@-webkit-keyframes unknow1 {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
		color: #000
	}
	1% {
		color: red;
		-webkit-transform: scale(1);
		transform: scale(1)
	}
	8% {
		color: red;
		-webkit-transform: scale(1.5);
		transform: scale(1.5)
	}
	15% {
		color: red;
		-webkit-transform: scale(1);
		transform: scale(1)
	}
	22% {
		color: red;
		-webkit-transform: scale(1.5);
		transform: scale(1.5)
	}
	33% {
		color: red;
		-webkit-transform: scale(1);
		transform: scale(1)
	}
	100%,
	34% {
		color: #000;
		-webkit-transform: scale(1);
		transform: scale(1)
	}
}

@keyframes unknow1 {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
		color: #000
	}
	1% {
		color: red;
		-webkit-transform: scale(1);
		transform: scale(1)
	}
	8% {
		color: red;
		-webkit-transform: scale(1.5);
		transform: scale(1.5)
	}
	15% {
		color: red;
		-webkit-transform: scale(1);
		transform: scale(1)
	}
	22% {
		color: red;
		-webkit-transform: scale(1.5);
		transform: scale(1.5)
	}
	33% {
		color: red;
		-webkit-transform: scale(1);
		transform: scale(1)
	}
	100%,
	34% {
		color: #000;
		-webkit-transform: scale(1);
		transform: scale(1)
	}
}

@-webkit-keyframes unknow2 {
	34% {
		-webkit-transform: scale(1);
		transform: scale(1);
		color: #000
	}
	35% {
		color: red;
		-webkit-transform: scale(1);
		transform: scale(1)
	}
	42% {
		color: red;
		-webkit-transform: scale(1.5);
		transform: scale(1.5)
	}
	49% {
		color: red;
		-webkit-transform: scale(1);
		transform: scale(1)
	}
	56% {
		color: red;
		-webkit-transform: scale(1.5);
		transform: scale(1.5)
	}
	66% {
		color: red;
		-webkit-transform: scale(1);
		transform: scale(1)
	}
	67% {
		color: #000;
		-webkit-transform: scale(1);
		transform: scale(1)
	}
	100% {
		-webkit-transform: scale(1);
		transform: scale(1);
		color: #000
	}
}

@keyframes unknow2 {
	34% {
		-webkit-transform: scale(1);
		transform: scale(1);
		color: #000
	}
	35% {
		color: red;
		-webkit-transform: scale(1);
		transform: scale(1)
	}
	42% {
		color: red;
		-webkit-transform: scale(1.5);
		transform: scale(1.5)
	}
	49% {
		color: red;
		-webkit-transform: scale(1);
		transform: scale(1)
	}
	56% {
		color: red;
		-webkit-transform: scale(1.5);
		transform: scale(1.5)
	}
	66% {
		color: red;
		-webkit-transform: scale(1);
		transform: scale(1)
	}
	67% {
		color: #000;
		-webkit-transform: scale(1);
		transform: scale(1)
	}
	100% {
		-webkit-transform: scale(1);
		transform: scale(1);
		color: #000
	}
}

@-webkit-keyframes unknow3 {
	67% {
		-webkit-transform: scale(1);
		transform: scale(1);
		color: #000
	}
	68% {
		color: red;
		-webkit-transform: scale(1);
		transform: scale(1)
	}
	75% {
		color: red;
		-webkit-transform: scale(1.5);
		transform: scale(1.5)
	}
	82% {
		color: red;
		-webkit-transform: scale(1);
		transform: scale(1)
	}
	89% {
		color: red;
		-webkit-transform: scale(1.5);
		transform: scale(1.5)
	}
	99% {
		-webkit-transform: scale(1);
		transform: scale(1);
		color: red
	}
	100% {
		-webkit-transform: scale(1);
		transform: scale(1);
		color: #000
	}
}

@keyframes unknow3 {
	67% {
		-webkit-transform: scale(1);
		transform: scale(1);
		color: #000
	}
	68% {
		color: red;
		-webkit-transform: scale(1);
		transform: scale(1)
	}
	75% {
		color: red;
		-webkit-transform: scale(1.5);
		transform: scale(1.5)
	}
	82% {
		color: red;
		-webkit-transform: scale(1);
		transform: scale(1)
	}
	89% {
		color: red;
		-webkit-transform: scale(1.5);
		transform: scale(1.5)
	}
	99% {
		-webkit-transform: scale(1);
		transform: scale(1);
		color: red
	}
	100% {
		-webkit-transform: scale(1);
		transform: scale(1);
		color: #000
	}
}

@-webkit-keyframes trace-dot {
	0% {
		opacity: 0;
		top: 112px;
		left: 80px
	}
	18% {
		top: 112px;
		left: 80px;
		opacity: 1
	}
	33% {
		top: 112px;
		left: 98px
	}
	48% {
		background: #000;
		top: 100px;
		left: 98px
	}
	66% {
		background: #000;
		-webkit-transform: scale(1);
		transform: scale(1)
	}
	67% {
		background: red;
		-webkit-transform: scale(1);
		transform: scale(1)
	}
	74% {
		-webkit-transform: scale(1.5);
		transform: scale(1.5)
	}
	81% {
		-webkit-transform: scale(1);
		transform: scale(1)
	}
	88% {
		-webkit-transform: scale(1.5);
		transform: scale(1.5)
	}
	95% {
		-webkit-transform: scale(1);
		transform: scale(1);
		top: 100px;
		left: 98px;
		opacity: 1;
		background: red
	}
	100% {
		background: red;
		opacity: 0;
		top: 100px;
		left: 98px
	}
}

@keyframes trace-dot {
	0% {
		opacity: 0;
		top: 112px;
		left: 80px
	}
	18% {
		top: 112px;
		left: 80px;
		opacity: 1
	}
	33% {
		top: 112px;
		left: 98px
	}
	48% {
		background: #000;
		top: 100px;
		left: 98px
	}
	66% {
		background: #000;
		-webkit-transform: scale(1);
		transform: scale(1)
	}
	67% {
		background: red;
		-webkit-transform: scale(1);
		transform: scale(1)
	}
	74% {
		-webkit-transform: scale(1.5);
		transform: scale(1.5)
	}
	81% {
		-webkit-transform: scale(1);
		transform: scale(1)
	}
	88% {
		-webkit-transform: scale(1.5);
		transform: scale(1.5)
	}
	95% {
		-webkit-transform: scale(1);
		transform: scale(1);
		top: 100px;
		left: 98px;
		opacity: 1;
		background: red
	}
	100% {
		background: red;
		opacity: 0;
		top: 100px;
		left: 98px
	}
}

@-webkit-keyframes fusion-trace-dot {
	0% {
		opacity: 0;
		top: 84px;
		left: 60px
	}
	18% {
		top: 84px;
		left: 60px;
		opacity: 1
	}
	33% {
		top: 84px;
		left: 74px
	}
	48% {
		background: #000;
		top: 74px;
		left: 74px
	}
	66% {
		background: #000;
		-webkit-transform: scale(1);
		transform: scale(1)
	}
	67% {
		background: red;
		-webkit-transform: scale(1);
		transform: scale(1)
	}
	74% {
		-webkit-transform: scale(1.5);
		transform: scale(1.5)
	}
	81% {
		-webkit-transform: scale(1);
		transform: scale(1)
	}
	88% {
		-webkit-transform: scale(1.5);
		transform: scale(1.5)
	}
	95% {
		-webkit-transform: scale(1);
		transform: scale(1);
		top: 74px;
		left: 74px;
		opacity: 1;
		background: red
	}
	100% {
		background: red;
		opacity: 0;
		top: 74px;
		left: 74px
	}
}

@keyframes fusion-trace-dot {
	0% {
		opacity: 0;
		top: 84px;
		left: 60px
	}
	18% {
		top: 84px;
		left: 60px;
		opacity: 1
	}
	33% {
		top: 84px;
		left: 74px
	}
	48% {
		background: #000;
		top: 74px;
		left: 74px
	}
	66% {
		background: #000;
		-webkit-transform: scale(1);
		transform: scale(1)
	}
	67% {
		background: red;
		-webkit-transform: scale(1);
		transform: scale(1)
	}
	74% {
		-webkit-transform: scale(1.5);
		transform: scale(1.5)
	}
	81% {
		-webkit-transform: scale(1);
		transform: scale(1)
	}
	88% {
		-webkit-transform: scale(1.5);
		transform: scale(1.5)
	}
	95% {
		-webkit-transform: scale(1);
		transform: scale(1);
		top: 74px;
		left: 74px;
		opacity: 1;
		background: red
	}
	100% {
		background: red;
		opacity: 0;
		top: 74px;
		left: 74px
	}
}