@-webkit-keyframes load {
	0% {
	-webkit-transform:scale(0.1)
}
45% {
	-webkit-transform:scale(1)
}
100% {
	-webkit-transform:scale(0.1)
}
}@keyframes load {
	0% {
	transform:scale(0.1)
}
45% {
	transform:scale(1)
}
100% {
	transform:scale(0.1)
}
}.load span {
	display:inline-block;
	width:10px;
	height:10px;
	border-radius:50%;
	margin-left:15px;
	background:#00c0f1;
	animation:load .8s infinite ease-in-out;
	-webkit-animation:load .8s infinite ease-in-out
}
.load span:nth-child(1) {
	-webkit-animation-delay:.2s;
	animation-delay:.2s
}
.load span:nth-child(2) {
	-webkit-animation-delay:.4s;
	animation-delay:.4s
}
.load span:nth-child(3) {
	-webkit-animation-delay:.6s;
	animation-delay:.6s
}
.c-outer {
	background-color:rgba(255,255,255,.95);
	background-color:#f0f0f0\9
}
.c-outer .sliders {
	position:relative;
	max-width:1920px;
	height:480px;
	margin:0 auto
}
.c-outer .sliders .loading {
	width:100%;
	height:100%;
	position:absolute;
	z-index:5;
	background-color:#f0f0f0
}
.c-outer .sliders .loading .spin {
	position:relative;
	top:270px;
	left:50%;
	margin-left:-30px
}
.c-outer .sliders .outer {
	position:absolute;
	height:100%;
	overflow:hidden
}
.c-outer .sliders .outer img {
	position:absolute
}
.c-outer .sliders .outer .inner a {
	width:100%;
	height:100%;
	display:block
}
.c-outer .sliders .outer .inner-slider {
	visibility:hidden;
	width:1185px;
	height:300px;
	position:absolute;
	top:0;
	left:0;
	bottom:0;
	right:0;
	margin:auto;
	z-index:1
}
.c-outer .sliders .outer .inner-slider .inner-slider-img {
	width:450px;
	height:102px
}
.c-outer .sliders .outer .inner-slider button {
	background-color:#e63939;
	color:#fff;
	width:240px;
	height:55px;
	border:0;
	font-size:20px;
	font-family:'Microsoft YaHei',sans-serif;
	margin-top:80px;
	cursor:pointer
}
.c-outer .sliders .outer .inner-slider.visible {
	-webkit-transform:translateX(0px);
	-moz-transform:translateX(0px);
	-o-transform:translateX(0px);
	transform:translateX(0px);
	opacity:1;
	-webkit-animation:mainButton 1s ease;
	-moz-animation:mainButton 1s ease;
	-o-animation:mainButton 1s ease;
	animation:mainButton 1s ease;
	z-index:5;
	visibility:visible
}
.c-outer .sliders .outer .inner,.c-outer .sliders .outer .inner-line {
	height:566px;
	position:absolute;
	-webkit-background-size:cover;
	background-size:cover
}
.c-outer .sliders .outer .inner-line {
	opacity:0
}
.c-outer .sliders .outer .inner-line img {
	opacity:0;
	filter:alpha(opacity=0)
}
.c-outer .sliders .outer .inner-line.animate-line {
	-webkit-animation:bgWord .3s ease-in 1s 1 normal;
	-moz-animation:bgWord .3s ease-in 1s 1 normal;
	-o-animation:bgWord .3s ease-in 1s 1 normal;
	animation:bgWord .3s ease-in 1s 1 normal;
	-webkit-animation-fill-mode:forwards;
	-moz-animation-fill-mode:forwards;
	-o-animation-fill-mode:forwards;
	animation-fill-mode:forwards
}
.c-outer .sliders .outer .inner-line.animate-line img {
	opacity:1;
	filter:alpha(opacity=100)
}
.c-outer .sliders .ol-div {
	position:relative;
	top:440px;
	z-index:10
}
.c-outer .sliders .ol-div ol {
	display:block;
	text-align:center
}
.c-outer .sliders .ol-div ol li {
	display:inline-block;
	border:1px solid rgba(255,255,255,.3);
	width:20px;
	height:20px;
	background-color:rgba(0,0,0,.2);
	margin-right:10px;
	cursor:pointer;
	border-radius:10px;
	-webkit-transition:all .2s ease-in;
	-moz-transition:all .2s ease-in;
	transition:all .2s ease-in
}
.content {
	background-attachment:fixed
}
.c-intro {
	background-color:#fff;
	height:420px;
	overflow:hidden
}
.c-intro .c-intro-detail {
	max-width:1000px;
	margin:0 auto
}
.c-intro .c-intro-detail h1 {
	margin:2em 0 .75em;
	font-size:24px;
	font-weight:400;
	line-height:1;
	text-align:center
}
.c-intro .c-intro-detail .quotes-wrapper {
	height:90px;
	position:relative
}
.c-intro .c-intro-detail .quotes-wrapper .quotes {
	position:absolute;
	top:0;
	left:-50%;
	right:0
}
.c-intro .c-intro-detail .quotes-wrapper .quotes .quote {
	opacity:0;
	-ms-filter:alpha(Opacity=0);
	filter:alpha(Opacity=0);
	margin:0;
	position:absolute;
	top:100px;
	right:0;
	text-align:center;
	font-size:14px;
	line-height:1.4;
	width:500px;
	left:50%;
	letter-spacing:.04em;
	color:#555
}
.c-intro .c-intro-detail .function-list {
	overflow:hidden;
	margin:-18px -5px;
	padding:0
}
.c-intro .c-intro-detail .function-list a {
	color:#333;
	font-size:16px
}
.c-intro .c-intro-detail .function-list li {
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	width:220px;
	height:190px;
	overflow:hidden;
	margin:10px;
	padding:0 5px;
	display:inline-block;
	position:relative;
	cursor:pointer;
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
	border-radius:6px;
	-webkit-user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;
	user-select:none;
	-webkit-tap-highlight-color:transparent;
	-webkit-transition:all .1s ease-in;
	-moz-transition:all .1s ease-in;
	transition:all .1s ease-in
}
.c-intro .c-intro-detail .function-list li.paas {
	background:url(/new_index_files/event1.png) center center no-repeat
}
.c-intro .c-intro-detail .function-list li.saas {
	background:url(/new_index_files/event2.png) center center no-repeat
}
.c-intro .c-intro-detail .function-list li.iot {
	background:url(/new_index_files/event3.png) center center no-repeat
}
.c-intro .c-intro-detail .function-list li.developer {
	background:url(/new_index_files/event4.png) center center no-repeat
}
.c-intro .c-intro-detail .function-list li:hover {
	box-shadow:0 0 20px rgba(0,191,241,.3);
	background-position-y:30%
}
.c-intro .c-intro-detail .function-list li p {
	text-align:center;
	margin-top:150px
}
.c-video {
	background:url(/new_index_files/video.jpg) center no-repeat;
	height:533px
}
.c-video .c-video-mask {
	position:relative
}
.c-video p {
	display:block;
	text-align:center;
	margin-top:196px;
	font-size:30px;
	color:#fff;
	position:absolute;
	cursor:pointer;
	width:100%
}
.c-video p.first {
	margin-top:150px
}
.c-video a {
	display:block;
	text-align:center;
	margin-top:250px;
	font-size:40px;
	color:#fff;
	position:absolute;
	cursor:pointer;
	width:20px;
	height:20px;
	left:47.5%
}
.c-video a:before {
	position:absolute;
	z-index:3
}
.c-video a:after {
	display:inline-block;
	content:'';
	width:50px;
	height:50px;
	position:absolute;
	background-color:#333;
	top:-5px;
	opacity:.5;
	z-index:2;
	border-radius:25px
}
.c-video a:hover:after {
	opacity:.8
}
.co-operative {
	background-color:#fff;
	text-align:center;
	padding:80px 0 40px;
	color:#333;
	font-size:22px;
	font-weight:400
}
.c-cooper {
	position:relative;
	height:784px;
	background-color:#fff
}
.c-cooper ul {
	width:100%;
	padding:0;
	background:#000;
	list-style:none;
	text-indent:-9000px;
	font-size:0;
	-webkit-transform:translateY(2px);
	-moz-transform:translateY(2px);
	transform:translateY(2px)
}
.c-cooper ul li {
	width:20%;
	float:left
}
.c-cooper ul li a {
	display:block;
	height:213px;
	overflow:hidden;
	position:relative;
	-webkit-tap-highlight-color:rgba(254,97,89,.8);
	-webkit-transition:.15s;
	-moz-transition:.15s;
	transition:.15s;
	cursor:default
}
.c-cooper ul li:after {
	content:"";
	display:table;
	clear:both
}
.c-cooper ul .bg1,.c-cooper ul .bg2,.c-cooper ul .i1,.c-cooper ul .i1:after,.c-cooper ul .i2,.c-cooper ul .i2:after {
	display:block;
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
	-webkit-transition:.35s;
	-moz-transition:.35s;
	transition:.35s
}
.c-cooper ul .bg1 {
	background:url(/new_index_files/coopers.jpg) center center no-repeat;
	-webkit-transform:scale(1.1);
	-moz-transform:scale(1.1);
	transform:scale(1.1)
}
.c-cooper ul .bg1:after {
	content:"";
	display:block;
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
	background:rgba(0,0,0,.05)
}
.c-cooper ul .bg2 {
	opacity:0;
	background-image:-webkit-linear-gradient(top,#33deb4 0,#19bbff 100%);
	background-image:-moz-linear-gradient(top,#33deb4 0,#19bbff 100%);
	background-image:linear-gradient(to bottom,#33deb4 0,#19bbff 100%)
}
.c-cooper ul .title {
	display:none;
	position:absolute;
	right:10px;
	bottom:40px;
	left:10px;
	text-align:center;
	text-transform:uppercase;
	text-indent:0;
	font-weight:700;
	font-size:12px;
	letter-spacing:.3em;
	color:#fff
}
.c-cooper ul .i1,.c-cooper ul .i2 {
	height:auto;
	bottom:0
}
.c-cooper ul .i1:after,.c-cooper ul .i2:after {
	content:"";
	-webkit-transition:none;
	-moz-transition:none;
	transition:none
}
.c-cooper ul .i1 img,.c-cooper ul .i2 img {
	margin:auto;
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0
}
.c-cooper ul .i2 {
	opacity:0;
	-webkit-transform:translateY(-100%);
	-moz-transform:translateY(-100%);
	transform:translateY(-100%)
}
.c-cooper li a:hover .bg1 {
	-webkit-transform:scale(1);
	-moz-transform:scale(1);
	transform:scale(1)
}
.c-cooper li a:hover .bg2 {
	opacity:.7
}
.c-cooper li a:hover .i1 {
	opacity:0;
	-webkit-transform:translateY(100%);
	-moz-transform:translateY(100%);
	transform:translateY(100%)
}
.c-cooper li a:hover .i2 {
	opacity:1;
	-webkit-transform:translateY(0);
	-moz-transform:translateY(0);
	transform:translateY(0)
}
.c-cooper .xx .bg1 {
	background-position:0 0
}
.c-cooper .mxchip .bg1 {
	background-position:0 -213px
}
.c-cooper .nufront .bg1 {
	background-position:0 -426px
}
.c-cooper .hf .bg1 {
	background-position:0 -639px
}
.c-cooper .espressif .bg1 {
	background-position:0 -852px
}
.c-cooper .sunlight .bg1 {
	background-position:0 -1065px
}
.c-cooper .longsys .bg1 {
	background-position:0 -1278px
}
.c-cooper .ai .bg1 {
	background-position:0 -1491px
}
.c-cooper .seaing .bg1 {
	background-position:0 -1704px
}
.c-cooper .ctunite .bg1 {
	background-position:0 -1917px
}
.c-cooper .hilink .bg1 {
	background-position:0 -2130px
}
.c-cooper .rflink .bg1 {
	background-position:0 -2343px
}
.c-cooper .ikar .bg1 {
	background-position:0 -2556px
}
.c-cooper .murata .bg1 {
	background-position:0 -2769px
}
.c-cooper .fst .bg1 {
	background-position:0 -2982px
}
.c-skrollr {
	height:370px;
	overflow:hidden;
	text-align:center
}
.c-skrollr p {
	margin:185px;
	color:#fff;
	font-size:30px
}
.c-function {
	background-color:#eaeff2;
	height:400px;
	overflow:hidden
}
.c-function .slogan {
	padding:60px 0;
	text-align:center;
	font-size:22px;
	color:#333;
	font-weight:400
}
.c-function .c-function-detail {
	position:relative;
	left:0;
	-webkit-transition:all .5s ease-in-out;
	-moz-transition:all .5s ease-in-out;
	transition:all .5s ease-in-out
}
.c-function .c-function-ul {
	text-align:center;
	color:#333;
	min-width:1300px
}
.c-function .c-function-ul li {
	display:inline-block;
	width:125px;
	height:125px;
	position:relative;
	margin:0 50px;
	border-radius:75px;
	-webkit-transition:all .1s ease-in;
	-moz-transition:all .1s ease-in;
	transition:all .1s ease-in
}
.c-function .c-function-ul li h5 {
	margin-top:140px;
	font-size:16px
}
.c-function .c-function-ul li p {
	width:190px;
	position:absolute;
	margin-top:22px;
	left:-35%;
	line-height:20px;
	font-size:14px;
	display:none
}
.c-function .c-function-ul li .operate {
	position:absolute;
	margin-top:100px;
	width:290px;
	left:-58%;
	display:none;
	-webkit-transition:all .2s ease-in .5s;
	-moz-transition:all .2s ease-in .5s;
	transition:all .2s ease-in .5s
}
.c-function .c-function-ul li:hover {
	opacity:1;
	-webkit-box-shadow:0 0 24px rgba(0,190,241,.4);
	-moz-box-shadow:0 0 24px rgba(0,190,241,.4);
	box-shadow:0 0 24px rgba(0,190,241,.4)
}
.c-function .c-function-ul li:hover p {
	display:block
}
.c-function .c-function-ul li.active {
	opacity:1
}
.c-function .c-function-ul li.active p {
	display:block
}
.c-function .c-function-ul .flow {
	opacity:.6;
	width:103px;
	height:103px;
	background-repeat: no-repeat;
}
.c-function .c-function-ul .device {
	opacity:.6;
	width:103px;
	height:103px;
	background-repeat: no-repeat;
}
.c-function .c-function-ul .proxy {
	opacity:1;
	width:103px;
	height:103px;
	background-repeat: no-repeat;
}
.c-function .c-function-ul .app {
	opacity:.8;
	width:112px;
	height:112px;
	background-repeat: no-repeat;
}
.c-function .c-function-ul .api {
	opacity:.6;
	width:105px;
	height:104px;
	background-repeat: no-repeat;
}
.c-function .c-function-ul .debug {
	opacity:.6;
	width:142px;
	height:104px;
	background-repeat: no-repeat;
}
.c-function .c-function-ul .debug p {
	left:-15%
}
.c-function .c-function-ul .debug:hover {
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none
}
.c-function .c-function-ul .debug .debug-mask {
	width:103px;
	height:103px;
	position:absolute;
	border-radius:75px;
	left:13px;
	-webkit-transition:all .1s ease-in;
	-moz-transition:all .1s ease-in;
	transition:all .1s ease-in
}
.c-function .c-function-ul .debug .debug-mask:hover {
	opacity:1;
	-webkit-box-shadow:0 0 24px rgba(0,190,241,.4);
	-moz-box-shadow:0 0 24px rgba(0,190,241,.4);
	box-shadow:0 0 24px rgba(0,190,241,.4)
}
.c-case {
	background-color:#eaeff1;
	height:600px
}
.c-case .c-case-detail {
	width:1100px;
	margin:0 auto
}
.c-case .c-case-detail .slogan {
	padding:80px 0;
	text-align:center;
	font-size:22px;
	color:#333;
	font-weight:400
}
.c-case .c-c-display .left-part {
	display:inline-block;
	width:170px;
	height:360px;
	vertical-align:top;
	text-align:right;
	margin-right:30px;
	position:relative
}
.c-case .c-c-display .left-part ul {
	width:100px;
	float:right
}
.c-case .c-c-display .left-part ul li {
	display:inline-block;
	padding:8px 16px;
	cursor:pointer;
	-webkit-transition:all .1s ease-in;
	-moz-transition:all .1s ease-in;
	transition:all .1s ease-in;
	margin-bottom:10px
}
.c-case .c-c-display .left-part ul li:hover,.c-case .c-c-display .left-part ul li.active {
	box-shadow:0 0 20px rgba(0,191,241,.3);
	background-color:#FFF;
	color:#19bbff;
	border-radius:6px;
	-moz-border-radius:6px
}
.c-case .c-c-display .left-part .control {
	position:absolute;
	bottom:10px;
	right:0
}
.c-case .c-c-display .left-part .control a {
	margin:0 10px;
	cursor:pointer
}
.c-case .c-c-display .right-part {
	display:inline-block;
	height:350px;
	border-left:1px solid #dfe3e5;
	padding-left:30px
}
.c-case .c-c-display .right-part .case-type {
	width:798px
}
.c-case .c-c-display .right-part .case-type .hide {
	display:none
}
.c-case .c-c-display .right-part p {
	font-size:16px;
	color:#333;
	line-height:26px;
	margin:0 0 35px
}
.c-case .c-c-display .right-part ul {
	width:830px
}
.c-case .c-c-display .right-part ul li {
	position:relative;
	width:170px;
	display:inline-block;
	height:240px;
	margin-right:12px;
	border-radius:3px;
	background-color:#F6F6F6;
	-webkit-transition:all .2s ease-in;
	-moz-transition:all .2s ease-in;
	transition:all .2s ease-in;
	overflow:hidden;
	padding:10px
}
.c-case .c-c-display .right-part ul li .case-img {
	position:relative;
	overflow:hidden;
	width:170px;
	display:inline-block;
	height:185px;
	margin-right:30px;
	margin-bottom:10px;
	border-radius:3px;
	-webkit-transition:all .2s ease-in;
	-moz-transition:all .2s ease-in;
	transition:all .2s ease-in
}
.c-case .c-c-display .right-part ul li .title {
	text-align:center;
	font-size:14px;
	width:100%;
	height:30px;
	display:inline-block;
	line-height:20px
}
.c-case .c-c-display .right-part ul li .sub-title {
	position:absolute;
	display:block;
	bottom:-300px;
	width:150px;
	height:220px;
	background-color:#333;
	line-height:25px;
	opacity:.8;
	color:#fff;
	border-radius:0 0 3px 3px;
	font-size:14px;
	-webkit-transition:all .35s ease-out;
	-moz-transition:all .35s ease-out;
	transition:all .35s ease-out;
	padding:10px
}
.c-case .c-c-display .right-part ul li:hover .case-img {
	-webkit-transform:scale(1.1);
	-moz-transform:scale(1.1);
	transform:scale(1.1)
}
.c-chip {
	background-color:#fff;
	height:600px
}
.c-chip .c-chip-detail {
	width:1100px;
	margin:0 auto
}
.c-chip .c-chip-detail p {
	padding:80px 0;
	text-align:center;
	font-size:22px;
	color:#333
}
.c-chip .c-c-display .left-part {
	display:inline-block;
	width:170px;
	height:400px;
	vertical-align:top;
	text-align:right;
	margin-right:30px;
	position:relative
}
.c-chip .c-c-display .left-part ul li {
	display:inline-block;
	padding:8px 16px;
	cursor:pointer;
	-webkit-transition:all .1s ease-in;
	-moz-transition:all .1s ease-in;
	transition:all .1s ease-in;
	margin-bottom:10px
}
.c-chip .c-c-display .left-part ul li:hover,.c-chip .c-c-display .left-part ul li.active {
	box-shadow:0 0 20px rgba(0,191,241,.3);
	border-radius:6px;
	-moz-border-radius:6px;
	color:#19bbff
}
.c-chip .c-c-display .left-part .control {
	position:absolute;
	bottom:10px;
	right:0;
	cursor:pointer
}
.c-chip .c-c-display .left-part .control a {
	margin:0 10px
}
.c-chip .c-c-display .right-part {
	display:inline-block;
	height:400px;
	border-left:1px solid #eef1f6;
	padding-left:30px
}
.c-chip .c-c-display .right-part ul {
	width:830px
}
.c-chip .c-c-display .right-part ul li {
	position:relative;
	overflow:hidden;
	width:175px;
	display:inline-block;
	height:185px;
	margin-right:30px;
	margin-bottom:30px;
	border-radius:3px 3px 6px 6px;
	background:url(/new_index_files/chips.jpg) no-repeat;
	-webkit-transition:all .2s ease-in;
	-moz-transition:all .2s ease-in;
	transition:all .2s ease-in
}
.c-chip .c-c-display .right-part ul li.lianshengde {
	background-position:0 0
}
.c-chip .c-c-display .right-part ul li.lexin {
	background-position:-175px 0
}
.c-chip .c-c-display .right-part ul li.xinanxian {
	background-position:-350px 0
}
.c-chip .c-c-display .right-part ul li.qinke {
	background-position:-525px 0
}
.c-chip .c-c-display .right-part ul li.hanfeng {
	background-position:-700px 0
}
.c-chip .c-c-display .right-part ul li.anxinke {
	background-position:-875px 0
}
.c-chip .c-c-display .right-part ul li.yangguangzhaoming {
	background-position:-1050px 0
}
.c-chip .c-c-display .right-part ul li.jiangbolongdian {
	background-position:-1225px 0
}
.c-chip .c-c-display .right-part ul li .sub-title {
	position:absolute;
	text-align:center;
	display:block;
	bottom:-60px;
	width:100%;
	height:60px;
	background-color:#333;
	line-height:60px;
	opacity:.8;
	color:#fff;
	border-radius:0 0 3px 3px;
	-webkit-transition:all .35s ease-out;
	-moz-transition:all .35s ease-out;
	transition:all .35s ease-out
}
.c-chip .c-c-display .right-part ul li:hover {
	-webkit-transform:scale(1.1);
	-moz-transform:scale(1.1);
	transform:scale(1.1)
}
.c-chip .c-c-display .right-part ul li:hover .sub-title {
	bottom:2px
}
.c-chip .c-c-display .right-part .develop-board {
	width:274px;
	height:286px;
	background:url(/new_index_files/developboard1.jpg) no-repeat;
	float:left;
	border-radius:3px
}
.c-chip .c-c-display .right-part .right-text {
	float:left;
	width:500px;
	padding-left:20px
}
.c-chip .c-c-display .right-part .right-text h3 {
	font-weight:400;
	font-size:20px;
	color:#333
}
.c-chip .c-c-display .right-part .right-text p {
	padding:23px 0 45px;
	text-align:left;
	line-height:25px;
	font-size:14px;
	color:#5d5f64
}
.c-chip .c-c-display .right-part .right-text a {
	margin-left:30px
}
.c-chip .c-c-display .right-part .right-text .apply {
	margin-left:0;
	width:268px;
	font-size:16px
}
.c-chip .c-c-display .hide {
	display:none
}
.c-news {
	background-color:#eaeff2;
	height:480px;
	overflow:hidden;
	margin-top:70px
}
.c-news .c-news-title {
	margin:30px 0;
	text-align:center;
	font-size:24px;
	font-weight:400
}
.c-news .c-c-li {
	width:1280px
}
.c-news ul li {
	float:left;
	margin-right:100px;
	width:325px;
	color:#333
}
.c-news ul li a img {
	width:100%;
	border-radius:3px
}
.c-news ul li h3 {
	font-weight:400;
	margin-bottom:10px
}
.c-news ul li h3 a {
	color:#333;
	font-size:16px;
	width:300px;
	display:inline-block;
	overflow:hidden;
	white-space:nowrap;
	text-overflow:ellipsis
}
.c-news ul li h3 a:hover {
	color:#40d8ff
}
.c-news ul li .gray {
	color:#888
}
.c-news ul li .mb20 {
	margin-bottom:20px;
	font-size:14px
}
.c-news ul li .mt20 {
	margin-top:20px;
	font-size:14px;
	line-height:18px
}
.c-news .more-news {
	margin-right:24px
}
.c-join {
	background:url(/new_index_files/join.jpg) center no-repeat;
	height:290px
}
.c-join p.first {
	text-align:center;
	padding-top:70px;
	font-size:22px;
	color:#fff
}
.c-join p.last {
	text-align:center;
	margin-top:45px
}
.c-join p.last a {
	font-size:18px
}
.c-function .c-function-ul .app {
	background-position:0px 0px
}
.c-function .c-function-ul .api {
	background-position:-122px 0px
}
.c-function .c-function-ul .debug {
	background-position:0px -123px
}
.c-function .c-function-ul .flow {
	background-position:-237px 0px
}
.c-function .c-function-ul .device {
	background-position:-237px -113px
}
.c-function .c-function-ul .proxy {
	background-position:0px -237px
}
.c-function .c-function-ul .app,.c-function .c-function-ul .api,.c-function .c-function-ul .debug,.c-function .c-function-ul .flow,.c-function .c-function-ul .device,.c-function .c-function-ul .proxy {
	background-image: url(/new_index_files/index_z_7fa4d8d.png)
}