

.share-logo {
	position: absolute;
	left: -1000px;
	opacity: 0
}

@-webkit-keyframes newjump {
	from {
		-webkit-transform: translate3d(0,0,0);
		transform: translate3d(0,0,0)
	}

	to {
		-webkit-transform: translate3d(0,-2px,0);
		transform: translate3d(0,-2px,0)
	}
}

@keyframes newjump {
	from {
		-webkit-transform: translate3d(0,0,0);
		transform: translate3d(0,0,0)
	}

	to {
		-webkit-transform: translate3d(0,-2px,0);
		transform: translate3d(0,-2px,0)
	}
}

header {
	position: fixed;
	z-index: 99999;
	top: 0;
	width: 100%;
	transition: all .3s ease;
	border: 0;
	height: 73px
}

@-webkit-keyframes dsloading {
	70% {
		max-width: 0
	}
}

@keyframes dsloading {
	70% {
		max-width: 0
	}
}

header .btnToggle {
	top: 20px;
	right: 30px;
	height: 10px;
	width: 25px;
	height: 25px;
	display: none
}

header .btnToggle em {
	vertical-align: top;
	width: 100%;
	display: inline-block;
	height: 3px;
	position: relative;
	transition: all .5s ease;
	background: #fff
}

header .btnToggle em::before,header .btnToggle em::after {
	content: '';
	transition: .5s all;
	position: absolute;
	height: 3px;
	width: 100%;
	background: #fff;
	border-radius: 1px
}

header .btnToggle em::before {
	top: -9px
}

header .btnToggle em::after {
	top: 9px
}



@media screen and (max-width:1000px) {
	header nav .btnLogin,header nav .btnLogout {
		display: none;
		visibility: hidden
	}
}



@media screen and (max-width:1000px) {
	header nav .menu.demo {
		display: inherit
	}
}



@media screen and (max-width:1000px) {
	header nav .menu .submenu.product {
		width: inherit;
		right: inherit
	}
}

header nav .menu .submenu.product::before {
	left: 46%
}

header nav .menu .submenu.product>ul {
	vertical-align: top;
	width: 150px;
	display: inline-block;
}

header nav .menu .submenu>li,header nav .menu .submenu>ul>li {
	float: none
}

header nav .menu .submenu>li a,header nav .menu .submenu>ul>li a {
	padding: 10px 23px 10px 26px;
	width: 100%;
	display: inline-block;
	color: inherit
}

header nav .menu .submenu>li.active,header nav .menu .submenu>ul>li.active,header nav .menu .submenu>li:hover,header nav .menu .submenu>ul>li:hover {
	color: #00a4e5;
	background-color: #f4f8fb
}

header nav .menu:hover .submenu {
	display: block
}

@media screen and (max-width:1000px) {
	header nav .logo svg {
		width: 93px;
		height: 31px
	}
}



header nav .nav-menu {
	position: absolute;
	top: 0;
	right: 250px
}

header nav .nav-menu .new {
	margin-right: 20px
}




@media screen and (max-width:1000px) {
	header nav .buttons {
		right: 55px;
		top: 5px
	}
}

header nav .buttons .btn {
	margin: 0 7.5px
}

/*.fixed header {*/
/*	background: #00a4e5*/
/*}*/

@media screen and (max-width:1000px) {
	.fixed header .btnRegister {
		display: inline-block
	}

	header {
		height: 50px
	}

	header .btnRegister {
		display: none
	}

	header .btnToggle {
		display: block;
		position: absolute;
		right: 20px;
		top: 22px
	}

	header nav .nav-menu {
		transition: all .3s ease;
		display: block;
		background: #fff;
		height: 0;
		overflow-y: scroll;
		position: absolute;
		top: 50px;
		left: 0;
		width: 100%;
		margin: 0
	}



	.header-menu-active header nav .btnToggle em::before,.header-menu-active header nav .btnToggle em::after {
		top: 0
	}

	.header-menu-active header nav .btnToggle em::before {
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg)
	}

	.header-menu-active header nav .btnToggle em::after {
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg)
	}

	.header-menu-active header nav .btnRegister {
		display: none
	}

	.header-menu-active header nav .nav-menu {
		background: #fff
	}
}

main {
	margin-top: 0;
	overflow-x: hidden;
	position: relative
}

main .bottom-laptop {
	position: absolute;
	right: -189px;
	bottom: 327px
}

main section {
	position: relative;
	padding: 90px 0
}

@media screen and (max-width:1000px) {
	main section {
		padding: 50px 0
	}
}

main section article {
	text-align: center;
	position: relative;
	margin: 0 auto;
	max-width: 1440px;
	font-size: 0
}

@media screen and (max-width:1000px) {
	main section article {
		max-width: 600px;
		margin: 0 auto
	}
}

@media screen and (max-width:640px) {
	main section article {
		margin: 0 20px
	}
}

main section .center {
	text-align: center
}

main section .numbers {
	width: 33%;
	display: inline-block;
	background: #FFFBE0
}

main section .numbers li {
	padding: 10px
}



































.btnGreen2,.btnGreen,.btnWhite,.btnMore,.btnMoreInCard {
	border-radius: 2px;
	font-size: 16px;
	border: solid 1px #fff;
	cursor: pointer;
	padding: 7px 25px;
	display: inline-block
}

@media screen and (max-width:1000px) {
	.btnGreen2,.btnGreen,.btnWhite,.btnMore,.btnMoreInCard {
		padding: 4px 13px
	}
}

.btnGreen {
	background-color: rgba(255,255,255,.2);
	color: #fff
}

.btnGreen:hover {
	background-color: #fff;
	color: #00a4e5
}

.btnGreen2 {
	background-color: rgba(0,197,135,.1);
	border: solid 1px #00a4e5;
	color: #00a4e5
}

.btnGreen2:hover {
	color: #fff;
	background-color: #00a4e5;
	border: solid 1px #00a4e5
}

.btnWhite {
	background-color: #fff;
	color: #00a4e5
}

.btnMore {
	padding: 7px 36px;
	background-color: rgba(0,197,135,.1);
	border: solid 1px #00a4e5;
	font-size: 16px;
	color: #00a4e5
}

.btnMore:hover {
	background-color: #00a4e5;
	color: #fff
}

.btnMoreInCard {
	background-color: rgba(255,255,255,.2);
	border: solid 1px #fff;
	font-size: 18px;
	color: #fff
}

.btnMoreInCard:hover {
	background-color: #fff;
	border: solid 1px #fff;
	color: #00a4e5
}

.line-title,.line-title-left {
	font-size: 32px;
	line-height: 1.5;
	text-align: center;
	color: #2E4446
}

.line-title::after,.line-title-left::after {
	content: '';
	width: 85px;
	height: 3px;
	border-radius: 4px;
	background-color: #00a4e5;
	display: block;
	margin: 25px auto 0
}

.line-title a,.line-title-left a {
	color: #52645e
}

.line-title a:hover,.line-title-left a:hover {
	color: #169f74
}

@media screen and (max-width:1000px) {
	.line-title,.line-title-left {
		font-size: 20px;
		line-height: 1.5
	}
}

.line-title-sub,.line-title-left-sub {
	display: inline-block;
	width: 100%;
	max-width: 778px;
	font-size: 18px;
	line-height: 1.56;
	text-align: center;
	color: rgba(125,139,134,.7);
	margin-top: 25px
}

@media screen and (max-width:1000px) {
	.line-title-sub,.line-title-left-sub {
		font-size: 14px;
		line-height: 2
	}
}

.line-title-left {
	text-align: left
}

.line-title-left::after {
	margin: 25px 0 0
}

.line-title-left-sub {
	text-align: left
}

.nameplate {
	border-radius: 2px;
	background-color: #fff;
	box-shadow: 0 0 20px 0 rgba(26,52,45,.1);
	display: inline-block;
	position: relative
}

.nameplate svg {
	position: absolute;
	left: 31px;
	top: 38.6px
}

.nameplate p {
	padding-left: 139px;
	padding-right: 41px;
	text-align: left
}

.nameplate p:nth-of-type(1) {
	font-size: 24px;
	font-weight: 500;
	color: #95e0f9;
	margin-top: 39px
}

.nameplate p:nth-of-type(2) {
	margin-top: 13px;
	opacity: .7;
	font-size: 14px;
	line-height: 1.79;
	text-align: justify;
	color: #7d8b86
}

main section.dekaron .cards {
	margin-top: 60px;
	font-size: 0
}

@media screen and (max-width:1000px) {
	main section.dekaron .cards {
		margin-top: 35px
	}
}

main section.dekaron .cards li {
	width: 30%;
	min-height: 271px;
	display: inline-block;
	text-align: center;
	vertical-align: top;
	padding: 0 64px;
	position: relative
}

@media screen and (max-width:1000px) {
	main section.dekaron .cards li {
		width: 100%;
		padding: 0px 0 15px 110px;
		min-height: auto
	}
}

main section.dekaron .cards li:nth-child(n+2) {
	border-left: solid 1px #e9e9e9
}

@media screen and (max-width:1000px) {
	main section.dekaron .cards li:nth-child(n+2) {
		border-left: 0;
		border-top: solid 1px #e9e9e9
	}
}

main section.dekaron .cards li .icon {
	margin-top: 5px;
	width: 50px;
    height: 50px;
}

@media screen and (max-width:1000px) {
	main section.dekaron .cards li .icon {
		position: absolute;
		left: 25px;
		top: 70px
	}
}

main section.dekaron .cards li p {
	text-align: justify
}

main section.dekaron .cards li p:nth-of-type(1) {
	margin-top: 25px;
	font-weight: 500;
	line-height: 1.04;
	color: #7d8b86;
	text-align: center;
}

main section.dekaron .cards li p:nth-of-type(2) {
	margin-top: 18px;
	line-height: 1.79;
	color: rgba(125,139,134,.7);
	font-size: 18px;
}

main section.scene .cards {
	margin-top: 50px
}

@media screen and (max-width:1000px) {
	main section.scene .cards {
		margin-top: 20px
	}
}

main section.scene .cards li {
	display: inline-block;
	padding: 50px 100px 50px 70px
}

main section.scene .cards li:nth-child(n+2) {
	border-top: 1px solid #e9e9e9
}

main section.scene .cards li:nth-child(2n+2) {
	direction: rtl
}

main section.scene .cards li:first-child {
	padding-top: 0
}

main section.scene .cards li:last-child {
	padding-bottom: 0
}

@media screen and (max-width:1000px) {
	main section.scene .cards li {
		padding: 15px 0
	}

	main section.scene .cards li .icon {
		display: none
	}
}

main section.scene .cards li .text,main section.scene .cards li .screen {
	direction: ltr;
	vertical-align: middle;
	width: 45%;
	padding: 15px;
	display: inline-block;
	text-align: left
}

@media screen and (max-width:1000px) {
	main section.scene .cards li .text,main section.scene .cards li .screen {
		width: auto
	}
}

main section.scene .cards li .text.text,main section.scene .cards li .screen.text {
	text-align: left
}

@media screen and (max-width:1000px) {
	main section.scene .cards li .text.text,main section.scene .cards li .screen.text {
		text-align: center
	}
}

main section.scene .cards li .text .figure,main section.scene .cards li .screen .figure {
	width: 100%;
	max-height: 350px
}

main section.scene .cards li p.h2 {
	margin-top: 25px;
	font-weight: 500;
	color: #6f94f0
}

@media screen and (max-width:1000px) {
	main section.scene .cards li p.h2 {
		margin-top: 10px
	}
}

main section.scene .cards li p.h6 {
	margin-top: 19px;
	font-weight: 500;
	line-height: 1.79;
	text-align: justify;
	color: rgba(125,139,134,.8);
	font-size:18px;
}

@-webkit-keyframes move-arrows {
	to {
		-webkit-mask-position: 11px 0;
		mask-position: 11px 0
	}
}

@keyframes move-arrows {
	to {
		-webkit-mask-position: 11px 0;
		mask-position: 11px 0
	}
}

.shape .arrow {
	-webkit-mask: url(../img/arrow_bcc2363.svg);
	mask: url(../img/arrow_bcc2363.svg);
	-webkit-animation: move-arrows .5s linear infinite;
	animation: move-arrows .5s linear infinite
}

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

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

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

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

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

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

@media screen and (max-width:1000px) {
	h1,.h1 {
		font-size: 24px
	}

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

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

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

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

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

.btn {
	font-size: 16px;
	display: inline-block;
	border-radius: 2px;
	cursor: pointer;
	text-align: center
}

article .btn-standard1,article .btn-standard2,article .btn-standard3,article .btn-standard4 {
	padding: 6px 35px 6px 34px
}

.btn-standard1 {
	background-color: rgba(0,197,135,.1);
	border: solid 1px #00a4e5;
	color: #00a4e5
}

.btn-standard1:hover,.btn-standard1:active {
	background-color: rgba(22,159,116,.1);
	border: solid 1px #169f74;
	color: #169f74
}

.btn-standard2 {
	background-color: #00a4e5;
	border: solid 1px #00a4e5;
	color: #fff
}

.btn-standard2:hover,.btn-standard2:active {
	background-color: #169f74;
	border: solid 1px #169f74
}

.btn-standard3 {
	background-color: rgba(255,255,255,.2);
	border: solid 1px #fff;
	color: #fff
}

.btn-standard3:hover,.btn-standard3:active {
	color: #ececec;
	border: solid 1px #ececec
}

.btn-standard4 {
	background-color: #fff;
	border: solid 1px #fff;
	color: #00a4e5
}

.btn-standard4:hover,.btn-standard4:active {
	border: solid 1px #ececec;
	background-color: #ececec
}

nav .btn-standard1,nav .btn-standard2,nav .btn-standard3,nav .btn-standard4 {
	padding: 3px 12px
}

main section.banner {
	padding: 0;
	background-size: cover;
	background-repeat: no-repeat
}

main section.banner h1,main section.banner .h1 {
	font-weight: 500;
	line-height: 1.46;
	padding: 2px 0
}

main section.banner h2,main section.banner h3,main section.banner .h2,main section.banner .h3 {
	line-height: 1.75;
	padding: 2px 0
}

@media screen and (max-width:1000px) {
	main section.banner h2,main section.banner h3,main section.banner .h2,main section.banner .h3 {
		max-width: inherit
	}
}

main section.banner-shape {
	background-image: url(../img/feature_bg_d405138.png);
	height: 450px
}

@media screen and (max-width:1000px) {
	main section.banner-shape {
		background-image: url(../img/feature_bg_m_2b86ae7.png);
		height: 586px
	}
}

main section.banner-shape h1,main section.banner-shape h2,main section.banner-shape h3,main section.banner-shape h4,main section.banner-shape .h1,main section.banner-shape .h2,main section.banner-shape .h3,main section.banner-shape .h4 {
	text-align: left
}

@media screen and (max-width:1000px) {
	main section.banner-shape h1,main section.banner-shape h2,main section.banner-shape h3,main section.banner-shape h4,main section.banner-shape .h1,main section.banner-shape .h2,main section.banner-shape .h3,main section.banner-shape .h4 {
		text-align: center
	}
}

@media screen and (max-width:1000px) {
	main section.banner-shape article {
		padding-top: 84px
	}
}

main section.banner-shape h2,main section.banner-shape h3,main section.banner-shape .h2,main section.banner-shape .h3 {
	max-width: 460px
}

main section.banner-shape .slogen {
	/* text-align: left;
	position: absolute;
	left: 159px; */
	top: 94px;
}

@media screen and (max-width:1000px) {
	main section.banner-shape .slogen {
		text-align: center
	}
}

main section.banner-shape .slogen p:nth-child(1) {
	font-weight: 500;
	line-height: 1.33
}

@media screen and (max-width:1000px) {
	main section.banner-shape .slogen p:nth-child(1) {
		line-height: 1.46
	}
}

main section.banner-shape .slogen p:nth-child(2) {
	line-height: 1.88;
	margin-top: 14px;
	max-width: 460px
}

@media screen and (max-width:1000px) {
	main section.banner-shape .slogen p:nth-child(2) {
		margin-top: 11px;
		line-height: 1.75;
		margin: 14px auto 0
	}
}

main section.banner-shape .slogen .buttons {
	margin-top: 25px
}

@media screen and (max-width:1000px) {
	main section.banner-shape .slogen .buttons {
		margin-top: 20px
	}
}

@media screen and (max-width:1000px) {
	main section.banner-shape .slogen {
		position: static
	}
}

main section.banner-shape .show .grid {
	left: 538px;
	top: 56px;
	width: 858px;
	position: absolute
}

@media screen and (max-width:1000px) {
	main section.banner-shape .show .grid {
		left: 50%;
		-webkit-transform: translate(-50%,0);
		transform: translate(-50%,0);
		top: 381px;
		height: 60%;
		width: auto
	}
}

main section.banner-shape .show .shape {
	position: absolute;
	left: 850px;
	top: 118px;
	width:300px;
}

@media screen and (max-width:1000px) {
	main section.banner-shape .show .shape {
		left: 50%;
		top: 381px;
		height: 8rem;
		-webkit-transform: translate(-50%,0);
		transform: translate(-50%,0)
	}
}

main section.banner-poto {
	height: 450px;
	background-image: url(../img/feature_bg_d405138.png)
}

@media screen and (max-width:1000px) {
	main section.banner-poto {
		background-image: url(../img/feature_bg_m_2b86ae7.png)
	}
}

main section.banner-poto article {
	padding-top: 140px
}

@media screen and (max-width:1000px) {
	main section.banner-poto article {
		padding-top: 96px
	}
}

main section.banner-poto h1,main section.banner-poto .h1 {
	margin: 0 auto
}

main section.banner-poto h2,main section.banner-poto h3,main section.banner-poto .h2,main section.banner-poto .h3 {
	max-width: 593px;
	margin: 19px auto 0;
	font-weight: 100
}

@media screen and (max-width:1000px) {
	main section.banner-poto h2,main section.banner-poto h3,main section.banner-poto .h2,main section.banner-poto .h3 {
		margin: 13px auto 0
	}
}

main section.banner-poto .buttons {
	margin: 46px
}

main section.banner-simple {
	background-color: #257c4f;
	height: 350px
}

main section.banner-simple article {
	padding-top: 140px
}

@media screen and (max-width:1000px) {
	main section.banner-simple article {
		padding-top: 96px
	}
}

main section.banner-simple h1,main section.banner-simple .h1 {
	margin: 0 auto
}

main section.banner-simple h2,main section.banner-simple h3,main section.banner-simple .h2,main section.banner-simple .h3 {
	max-width: 593px;
	margin: 19px auto 0;
	font-weight: 100
}

@media screen and (max-width:1000px) {
	main section.banner-simple h2,main section.banner-simple h3,main section.banner-simple .h2,main section.banner-simple .h3 {
		margin: 13px auto 0
	}
}

main section.banner-simple .buttons {
	margin: 46px
}

section article {
	margin: 0 20px
}

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

.h1 a,.h2 a,.h3 a,.h4 a,.h5 a,.h6 a {
	color: #2E4446
}

.h1.detail,.h2.detail,.h3.detail,.h4.detail,.h5.detail,.h6.detail {
	color: #6C7C7D
}

.dark .h1,.dark .h2,.dark .h3,.dark .h4,.dark .h5,.dark .h6 {
	color: #fff
}

.dark .h1 a,.dark .h2 a,.dark .h3 a,.dark .h4 a,.dark .h5 a,.dark .h6 a {
	color: #fff
}

.mobile-only {
	display: none
}

@media screen and (max-width:1000px) {
	.mobile-only {
		display: block
	}
}

@media screen and (max-width:1000px) {
	.desktop-only {
		display: none
	}
}

main section.start {
	background-image: linear-gradient(106deg,#20c0ff,#00a4e5);
	background-size: cover;
	padding-bottom: 0;
	overflow: hidden
}

main section.start::before {
	content: '';
	width: 100%;
	height: 70%;
/* 	background-image: url(../../img/index/drawbridge_3e59876.svg); */
	background-repeat: no-repeat;
	background-position: bottom;
	background-size: contain;
	display: inline-block;
	position: absolute;
	bottom: -2px;
	right: -5px;
	z-index: 0
}

@media screen and (max-width:1000px) {
	main section.start::before {
		background-position: center bottom;
		right: 0
	}
}

main section.start .footer {
	height: 24px;
	background: #2f3939
}

main section.start .bottom-laptop {
	position: absolute;
	right: 0;
	bottom: -124px
}

@media screen and (max-width:1000px) {
	main section.start .bottom-laptop {
		display: none
	}
}

main section.start article {
	text-align: left;
	height: 270px;
	position: relative;
	padding-top: 40px;
	z-index: 1
}

@media screen and (max-width:1000px) {
	main section.start article {
		padding-top: 26px;
		text-align: center;
		height: 200px
	}
}

main section.start article p {
	margin-left: 173px;
	color: #fff;
	font-weight: 500
}

@media screen and (max-width:1000px) {
	main section.start article p {
		margin-left: 0
	}
}

main section.start article p:nth-of-type(1) {
	line-height: 1.5
}

main section.start article p:nth-of-type(2) {
	margin-top: 10px;
	line-height: 1.71
}

@media screen and (max-width:1000px) {
	main section.start article p:nth-of-type(2) {
		margin-top: 9px
	}
}

main section.start article .buttons {
	margin-left: 175px;
	margin-top: 25px;
	position: relative;
	font-size: 0
}

@media screen and (max-width:1000px) {
	main section.start article .buttons {
		margin-left: 0
	}
}

main section.start article .buttons .btn {
	margin: 0 5px
}

main section.start article .buttons .btn:first-child {
	margin-left: 0
}

main section.start article .buttons .btn:last-child {
	margin-right: 0
}

main section.start article .drawbridge {
	position: absolute;
	height: 50%;
	bottom: -2px;
	right: 0
}

main section.customer article {
	position: relative
}

main section.customer article>img {
	margin-top: 99px
}

main section.customer article .arrow {
	display: inline-block;
	cursor: pointer;
	width: 49px;
	height: 32px;
	background-image: url(//sensorsdata.cn/img/index/arrow_0933766.svg);
	background-repeat: no-repeat;
	background-size: contain;
	top: 50%;
	position: absolute
}

@media screen and (max-width:1000px) {
	main section.customer article .arrow {
		width: 34.3px;
		height: 22.4px
	}
}

main section.customer article .arrow.arrow-prev {
	left: 50px
}

@media screen and (max-width:1000px) {
	main section.customer article .arrow.arrow-prev {
		left: -10px
	}
}

main section.customer article .arrow.arrow-next {
	right: 50px;
	-webkit-transform: scale(-1,1);
	transform: scale(-1,1)
}

@media screen and (max-width:1000px) {
	main section.customer article .arrow.arrow-next {
		right: -10px
	}
}

main section.customer article .arrow:hover {
	background-image: url(//sensorsdata.cn/img/index/arrow-h_6d248cf.svg)
}

main section.customer .message {
	margin: 112px auto 0;
	padding: 52px 53px 27px 55px;
	max-width: 874px;
	border-radius: 4px;
	background-color: #fff;
	box-shadow: 0 15px 30px 0 rgba(26,52,45,.1);
	position: relative;
	white-space: nowrap
}

main section.customer .message .talk {
	transition: all .7s
}

main section.customer .message .talk.nav-index-1 {
	-webkit-transform: translate3d(-100%,0,0);
	transform: translate3d(-100%,0,0)
}

main section.customer .message .talk.nav-index-2 {
	-webkit-transform: translate3d(-200%,0,0);
	transform: translate3d(-200%,0,0)
}

main section.customer .message .talk.nav-index-3 {
	-webkit-transform: translate3d(-300%,0,0);
	transform: translate3d(-300%,0,0)
}

main section.customer .message .talk.nav-index-4 {
	-webkit-transform: translate3d(-400%,0,0);
	transform: translate3d(-400%,0,0)
}

main section.customer .message .talk.nav-index-5 {
	-webkit-transform: translate3d(-500%,0,0);
	transform: translate3d(-500%,0,0)
}

main section.customer .message::before {
	content: '';
	background: url(//sensorsdata.cn/img/index/quoted_2204b74.svg);
	background-repeat: no-repeat;
	background-size: contain;
	width: 113px;
	height: 98px;
	position: absolute;
	top: -50px;
	left: 40px
}

@media screen and (max-width:1000px) {
	main section.customer .message::before {
		width: 83px;
		height: 72px;
		left: 0
	}
}

main section.customer .message li {
	transition: all .7s;
	display: inline-block;
	white-space: normal;
	opacity: 0;
	position: relative
}

main section.customer .message li.active {
	opacity: 1
}

main section.customer .message li img {
	width: 78px;
	height: 78px;
	position: absolute;
	top: -88px;
	left: 50%;
	-webkit-transform: translate(-50%,0);
	transform: translate(-50%,0)
}

main section.customer .message p:nth-of-type(1) {
	font-size: 18px;
	font-weight: 500;
	line-height: 1.5;
	text-align: center;
	color: #7d8b86
}

@media screen and (max-width:1000px) {
	main section.customer .message p:nth-of-type(1) {
		font-size: 16px;
		line-height: 2
	}
}

main section.customer .message p:nth-of-type(2) {
	margin-top: 30px;
	font-size: 16px;
	line-height: 1.69;
	text-align: justify;
	color: rgba(125,139,134,.8)
}

@media screen and (max-width:1000px) {
	main section.customer .message p:nth-of-type(2) {
		font-size: 14px;
		line-height: 2;
		color: #7d8b86
	}
}

main section.customer .nav {
	margin-top: 62px
}

main section.customer .nav li {
	margin: 9px;
	border-radius: 50%;
	display: inline-block;
	width: 8px;
	height: 8px;
	background-color: rgba(125,139,134,.2)
}

main section.customer .nav li.active {
	background-color: #00a4e5
}

@media screen and (max-width:1000px) {
	.figure {
		width: 100%;
		max-width: 335px;
		margin: 0 auto
	}
}

html,body {
	overflow-x: hidden
}

main section.dekaron {
	background-color: rgba(244,248,251,.6)
}

main section.flow .chart {
	margin-top: 70px
}

@media screen and (max-width:1000px) {
	main section.flow .chart {
		margin-top: 35px
	}
}

main section.flow .chart .figure {
	width: 30%;
	min-width: 300px
}

@media screen and (max-width:1000px) {
	main section.flow .chart .figure {
		width: 100%;
		min-width: auto;
		display: none
	}
}

main section.flow .stress {
	margin-top: 35px
}

@media screen and (max-width:1000px) {
	main section.flow .stress {
		margin-top: 20px
	}
}

main section.flow .stress>ul {
	width: 25%;
	text-align: left;
	display: inline-block;
	vertical-align: top
}

@media screen and (max-width:1000px) {
	main section.flow .stress>ul {
		width: 100%
	}
}

main section.flow .stress>ul li {
	width: 50%;
	vertical-align: top;
	display: none
}

main section.flow .stress>ul li.active {
	display: inline-block
}

@media screen and (max-width:1000px) {
	main section.flow .stress>ul li {
		width: 100%;
		margin-left: 20px !important;
	}
}

main section.flow .stress>ul li p {
	line-height: 2.25;
	text-align: left;
	white-space: nowrap
}

main section.flow .stress>ul li .h4::before {
	content: '';
	width: 10px;
	height: 10px;
	border-radius: 50%;
	display: inline-block;
	margin: 0 10px
}

main section.flow .stress>ul li:nth-child(1) .h2 {
	color: #6f94f0
	
}

main section.flow .stress>ul li:nth-child(1) .h4::before {
	background-color: #6f94f0
}

main section.flow .stress>ul li:nth-child(2) .h2 {
	color: #6f94f0
}

main section.flow .stress>ul li:nth-child(2) .h6::before {
	background-color: #6f94f0
}

main section.flow .stress>ul li:nth-child(3) .h2 {
	color: #6f94f0
}

main section.flow .stress>ul li:nth-child(3) .h6::before {
	background-color: #6f94f0
}

main section.flow .stress>ul li:nth-child(4) .h2 {
	color: #6f94f0
}

main section.flow .stress>ul li:nth-child(4) .h6::before {
	background-color: #6f94f0
}

main section.flow .shape {
	vertical-align: top;
	position: relative;
	display: inline-block
}

main section.flow .shape .cards {
	width: 955px;
	height: 90px
}

main section.flow .shape .cards .purple {
	background-color: #6f94f0
}

main section.flow .shape .cards .blue {
	background-color: #50c1f3
}

main section.flow .shape .cards .green {
	background-color: #47d38f
}

main section.flow .shape .cards .yellow {
	background-color: #fcd341
}

main section.flow .shape .cards li {
	display: inline-block;
	width: 90px;
	height: 90px;
	border-radius: 50%;
	position: absolute
}

main section.flow .shape .cards li p {
	white-space: nowrap;
	font-weight: 500;
	line-height: 1.25;
	text-align: center;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%)
}

main section.flow .shape .cards li:nth-of-type(1) {
	left: 0;
	top: 0
}

main section.flow .shape .cards li:nth-of-type(2) {
	left: 173px;
	top: 0
}

main section.flow .shape .cards li:nth-of-type(3) {
	left: 346px;
	top: 0
}

main section.flow .shape .cards li:nth-of-type(4) {
	left: 519px;
	top: 0
}

main section.flow .shape .cards li:nth-of-type(5) {
	left: 692px;
	top: 0
}

main section.flow .shape .cards li:nth-of-type(6) {
	left: 865px;
	top: 0
}

main section.flow .shape .cards li .arrow {
	width: 75px;
	-webkit-transform-origin: left;
	transform-origin: left;
	height: 8px;
	display: inline-block;
	position: absolute;
	left: 0;
	top: 0
}

main section.flow .shape .cards li .arrow-next {
	-webkit-transform: translate(45px,45px) rotate(0deg) translate(48.5px,0);
	transform: translate(45px,45px) rotate(0deg) translate(48.5px,0)
}

main section.flow .shape .cards li:nth-child(1) {
	background-color: #6f94f0
}

main section.flow .shape .cards li:nth-child(1) .arrow-next {
	background-image: linear-gradient(100grad,#6f94f0,#6f94f0)
}

main section.flow .shape .cards li:nth-child(2) {
	background-color: #6fd5e4;
}

main section.flow .shape .cards li:nth-child(2) .arrow-next {
	background-image: linear-gradient(100grad,#6f94f0,#6f94f0)
}

main section.flow .shape .cards li:nth-child(3) {
	background-color: #6ff0a6;
}

main section.flow .shape .cards li:nth-child(3) .arrow-next {
	background-image: linear-gradient(100grad,#6f94f0,#50c1f3)
}

main section.flow .shape .cards li:nth-child(4) {
	background-color: #50c1f3
}

main section.flow .shape .cards li:nth-child(4) .arrow-next {
	background-image: linear-gradient(100grad,#50c1f3,#47d38f)
}

main section.flow .shape .cards li:nth-child(5) {
	background-color: #47d38f
}

main section.flow .shape .cards li:nth-child(5) .arrow-next {
	background-image: linear-gradient(100grad,#47d38f,#fcd341)
}

main section.flow .shape .cards li:nth-child(6) {
	background-color: #fcd341
}

@media screen and (max-width:1000px) {
	main section.flow .stress {
		margin-top: 30px
	}

	main section.flow .stress li {
		margin: 15px 0
	}

	main section.flow .stress li::before {
		display: none
	}

	main section.flow .shape {
		width: 100%
	}

	main section.flow .shape .cards {
		width: 316px;
		height: 193px;
		display: inline-block;
		position: relative
	}

	main section.flow .shape .cards li {
		width: 70px;
		height: 70px
	}

	main section.flow .shape .cards li:nth-of-type(1) {
		left: 0;
		top: 0
	}

	main section.flow .shape .cards li:nth-of-type(2) {
		left: 123px;
		top: 0
	}

	main section.flow .shape .cards li:nth-of-type(3) {
		left: 246px;
		top: 0
	}

	main section.flow .shape .cards li:nth-of-type(4) {
		left: 246px;
		top: 123px
	}

	main section.flow .shape .cards li:nth-of-type(5) {
		left: 123px;
		top: 123px
	}

	main section.flow .shape .cards li:nth-of-type(6) {
		left: 0;
		top: 123px
	}

	main section.flow .shape .cards li .arrow {
		width: 60px
	}

	main section.flow .shape .cards li:nth-child(1) .arrow-next,main section.flow .shape .cards li:nth-child(2) .arrow-next {
		-webkit-transform: translate(35px,35px) rotate(0deg) translate(31.5px,0);
		transform: translate(35px,35px) rotate(0deg) translate(31.5px,0)
	}

	main section.flow .shape .cards li:nth-child(3) .arrow-next {
		-webkit-transform: translate(35px,35px) rotate(90deg) translate(31.5px,0);
		transform: translate(35px,35px) rotate(90deg) translate(31.5px,0)
	}

	main section.flow .shape .cards li:nth-child(4) .arrow-next,main section.flow .shape .cards li:nth-child(5) .arrow-next {
		-webkit-transform: translate(35px,35px) rotate(-180deg) translate(31.5px,0);
		transform: translate(35px,35px) rotate(-180deg) translate(31.5px,0)
	}
}

main section.scene {
	background-color: rgba(244,248,251,.6)
}

main section.customer {
	background-color: #fff
}