@-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;
	width:50%;
	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;
	padding-top:70px
}
.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.en_US h1 {
	font-size:23px
}
.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(../images/event1.png) center center no-repeat
}
.c-intro .c-intro-detail .function-list li.saas {
	background:url(../images/event2.png) center center no-repeat
}
.c-intro .c-intro-detail .function-list li.iot {
	background:url(../images/event3.png) center center no-repeat
}
.c-intro .c-intro-detail .function-list li.developer {
	background:url(../images/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(../images/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 {
	-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:500px;
	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;
	height:45px;
	text-overflow:ellipsis;
	overflow:hidden;
	display:-webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:2;
	width:112px;
	word-break:keep-all
}
.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 {
	background-image:url(../images/temp/flow.png-__sprite.png);
	opacity:.6;
	width:103px;
	height:103px
}
.c-function .c-function-ul .device {
	background-image:url(../images/temp/device.png-__sprite.png);
	opacity:.6;
	width:103px;
	height:103px
}
.c-function .c-function-ul .proxy {
	background-image:url(../images/temp/proxy.png-__sprite.png);
	opacity:1;
	width:103px;
	height:103px
}
.c-function .c-function-ul .app {
	background-image:url(../images/temp/app.png-__sprite.png);
	opacity:.8;
	width:112px;
	height:112px
}
.c-function .c-function-ul .api {
	background-image:url(../images/temp/api.png-__sprite.png);
	opacity:.6;
	width:105px;
	height:104px
}
.c-function .c-function-ul .debug {
	background-image:url(../images/temp/debug.png-__sprite.png);
	opacity:.6;
	width:142px;
	height:104px
}
.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:480px
}
.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 {
	float:right
}
.c-case .c-c-display .left-part ul li {
	display: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;
	overflow:hidden;
	display:-webkit-box;
	-webkit-line-clamp:3;
	-webkit-box-orient:vertical;
	word-break:break-all
}
.c-case .c-c-display .right-part ul {
	width:830px
}
.c-case .c-c-display .right-part ul li {
	float:left;
	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:37px;
	overflow:hidden;
	display:-webkit-box;
	-webkit-line-clamp:2;
	-webkit-box-orient:vertical
}
.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 {
	float:right
}
.c-chip .c-c-display .left-part ul li {
	display: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;
	-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:0
}
.c-chip .c-c-display .right-part .develop-board {
	width:274px;
	height:286px;
	float:left;
	border-radius:3px;
	overflow:hidden
}
.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;
	word-wrap:break-word
}
.c-news .more-news {
	margin-right:24px
}
.c-join {
	background:url(../images/join.jpg) center no-repeat;
	height:290px;
	margin-top:70px
}
.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-join.multi-language {
	margin-top:70px
}
.msg-container {
	display:none;
	width:100%;
	height:40px;
	color:#965633;
	position:fixed;
	z-index:99;
	background:#FFEFD3;
	overflow:hidden;
	padding-left:20px;
	font-size:14px
}
.msg-container .msg-title {
	float:left;
	height:40px;
	margin-top:15px
}
.msg-container .msg {
	height:40px;
	margin-right:180px;
	display:table
}
.msg-container .msg p {
	vertical-align:middle;
	display:table-cell;
	padding-left:20px;
	text-indent:-1.4em
}
.msg-container .msg-close {
	float:right;
	margin-right:20px;
	font-size:20px;
	line-height:16px;
	cursor:pointer
}
.msg-container .msg-close:hover {
	color:#ec5b0b
}
.msg-container .no-msg {
	position:fixed;
	right:0;
	top:10px
}
.msg-container .no-msg label {
	cursor:pointer
}

.content {
    border-top: 1px solid rgba(0,0,0,.1);
    padding-top: 70px
}

.content h2 {
    font-size: 36px;
    font-weight: 400;
    text-align: center;
    /*margin-bottom: 70px*/
}

.content .what .what-sep {
    padding: 80px 100px;
    line-height: 30px
}

.content .what .what-sep p {
    margin-bottom: 30px
}

.content .about-img.en_US .grid img,.content .about-img.de_DE .grid img,.content .about-img.ru_RU .grid img,.content .about-img.th_TH .grid img {
    margin-left: 112px
}

.content .special-service {
    padding-top: 85px;
    padding-bottom: 65px
}

.content .special-service .s-s-li {
    width: 1270px
}

.content .special-service ul li {
    float: left;
    margin-right: 75px
}

.content .special-service ul li h3 {
    font-weight: 400;
    font-size: 20px;
    margin-top: 25px;
    text-align: center
}

.content .special-service ul li p {
    font-weight: 400;
    font-size: 16px;
    color: #888;
    margin-top: 14px;
    text-align: center
}

.content .detail-function {
    padding-top: 85px;
    overflow: hidden
}

.content .detail-function .d-f-li {
    width: 1270px
}

.content .detail-function ul li {
    display: inline-block;
    margin-right: 70px;
    vertical-align: middle
}

.content .detail-function ul li a {
    float: left;
    width: 112px;
    height: 112px;
    margin-right: 20px;
    font-size: 90px;
    cursor: default
}

.content .detail-function ul li a:hover {
    color: #40d8ff
}

.content .detail-function ul li h3 {
    margin: 16px 0;
    font-size: 16px;
    font-weight: 400
}

.content .detail-function ul li p {
    font-size: 14px;
    line-height: 20px;
    width: 350px
}

.content .detail-function.multi-language ul li a {
    height: 160px
}

.content .detail-function .es-ES ul li a {
    height: 215px
}

.content .co-company {
    padding-top: 85px;
    padding-bottom: 65px;
    background-color: #f2f2f2
}

.content .co-company .co-logo {
    background: url(/static/files/about/logo_partner.jpg) 60% no-repeat;
    max-width: 100%;
    height: 268px;
    position: relative;
    overflow: auto
}

.content .contact-us {
    padding-top: 85px;
    padding-bottom: 65px
}

.content .contact-us .con-content .left-part {
    width: 530px;
    float: left
}

.content .contact-us .con-content .left-part h3 {
    font-size: 16px;
    font-weight: 400;
    margin-left: 120px
}

.content .contact-us .con-content .left-part .con-detail {
    margin-left: 170px;
    margin-top: 30px;
    font-size: 14px
}

.content .contact-us .con-content .left-part .con-detail p {
    line-height: 35px
}

.content .contact-us .con-content .left-part.en_US .con-detail,.content .contact-us .con-content .left-part.de_DE .con-detail,.content .contact-us .con-content .left-part.ru_RU .con-detail,.content .contact-us .con-content .left-part.th_TH .con-detail {
    margin-left: 120px
}

.content .contact-us .con-content .right-part {
    float: left;
    border-left: 1px solid #e5e5e5
}

.content .contact-us .con-content .right-part h3 {
    margin-left: 40px;
    font-size: 16px;
    font-weight: 400
}

.content .contact-us .con-content .right-part .contact-us-form {
    margin-left: 85px;
    margin-top: 17px
}

.content .contact-us .con-content .right-part .contact-us-form .form-group input,.content .contact-us .con-content .right-part .contact-us-form .form-group textarea {
    width: 360px;
    height: 40px
}

.content .contact-us .con-content .right-part .contact-us-form .form-group textarea {
    height: 200px;
    line-height: 20px
}

.content .contact-us .con-content .right-part .contact-us-form .form-group button {
    font-size: 16px
}

.content .contact-us .con-content .right-part .contact-us-form .no-padding {
    padding: 0
}

.content .contact-us.es_ES .con-content .left-part h3 {
    margin-left: 40px
}

.content .contact-us.es_ES .con-content .left-part .con-detail {
    margin-left: 90px
}

.content .cloud-title {
    margin: 60px 0 75px;
    font-size: 24px;
    font-weight: 400
}

.content .trusted {
    margin: 0 auto;
    width: 425px;
    height: 110px
}

.content .trusted.multi-language {
    width: 912px
}

.content .trusted .trusted-info {
    margin-left: 30px;
    color: #1b459c;
    line-height: 35px
}

.content .trusted .trusted-info i {
    font-size: 20px;
    margin-right: 10px
}

.content .line {
    color: #eee;
    border-top: 1px;
    margin: 60px 0
}

.content .qa {
    margin-bottom: 50px
}

.content .qa i {
    color: #00bff1;
    font-size: 24px;
    margin-right: 10px
}

.content .qa h4 {
    font-size: 18px;
    font-weight: 400;
    color: #333;
    margin-bottom: 20px
}

.content .qa p {
    color: #666;
    font-size: 14px;
    text-indent: 2em;
    line-height: 22px;
    padding-left: 2em
}

.content .co-operative {
    background-color: #eaeff2;
    text-align: center;
    padding: 80px 0 40px;
    color: #333;
    font-size: 36px;
    font-weight: 400
}

.content .c-cooper {
    background-color: #eaeff2;
    position: relative;
    height: 954px;
}

.content .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)
}

.content .c-cooper ul li {
    width: 20%;
    float: left
}

.content .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
}

.content .c-cooper ul li:after {
    content: "";
    display: table;
    clear: both
}

.content .c-cooper ul .bg1,.content .c-cooper ul .bg2,.content .c-cooper ul .i1,.content .c-cooper ul .i1:after,.content .c-cooper ul .i2,.content .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
}

.content .c-cooper ul .bg1 {
    background: url(/static/files/index/coopers.jpg) center center no-repeat;
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    transform: scale(1.1)
}

.content .c-cooper ul .bg1:after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0,0,0,.05)
}

.content .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%)
}

.content .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
}

.content .c-cooper ul .i1,.content .c-cooper ul .i2 {
    height: auto;
    bottom: 0
}

.content .c-cooper ul .i1:after,.content .c-cooper ul .i2:after {
    content: "";
    -webkit-transition: none;
    -moz-transition: none;
    transition: none
}

.content .c-cooper ul .i1 img,.content .c-cooper ul .i2 img {
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

.content .c-cooper ul .i2 {
    opacity: 0;
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    transform: translateY(-100%)
}

.content .c-cooper li a:hover .bg1 {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1)
}

.content .c-cooper li a:hover .bg2 {
    opacity: .7
}

.content .c-cooper li a:hover .i1 {
    opacity: 0;
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    transform: translateY(100%)
}

.content .c-cooper li a:hover .i2 {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    transform: translateY(0)
}

.content .c-cooper .xx .bg1 {
    background-position: 0 0
}

.content .c-cooper .mxchip .bg1 {
    background-position: 0 -213px
}

.content .c-cooper .nufront .bg1 {
    background-position: 0 -426px
}

.content .c-cooper .hf .bg1 {
    background-position: 0 -639px
}

.content .c-cooper .espressif .bg1 {
    background-position: 0 -852px
}

.content .c-cooper .sunlight .bg1 {
    background-position: 0 -1065px
}

.content .c-cooper .longsys .bg1 {
    background-position: 0 -1278px
}

.content .c-cooper .ai .bg1 {
    background-position: 0 -1491px
}

.content .c-cooper .seaing .bg1 {
    background-position: 0 -1704px
}

.content .c-cooper .ctunite .bg1 {
    background-position: 0 -1917px
}

.content .c-cooper .hilink .bg1 {
    background-position: 0 -2130px
}

.content .c-cooper .rflink .bg1 {
    background-position: 0 -2343px
}

.content .c-cooper .ikar .bg1 {
    background-position: 0 -2556px
}

.content .c-cooper .murata .bg1 {
    background-position: 0 -2769px
}

.content .c-cooper .fst .bg1 {
    background-position: 0 -2982px
}
