@charset "utf-8";
body {
	font-family: "微软雅黑", "microsoft yahei";
	font-size: 16px;
	line-height: 2;
	color: #000;
}
/* 公司简介 */
.company-desc{
	display: flex;
	background: rgba(247, 246, 247, 1);
	padding: 60px 0;
}
.company-left p{
	font-size: 20px;
	/* line-height: 50px; */
	font-weight: bold;
	color: #333333;
}
.company-left h1{
	font-size: 36px;
	/* line-height: 50px; */
	font-weight: bold;
	color: #409EFF;
}
.company-desc .company-left{
	display: inline-block;
	width: 35%;
}
.company-desc .company-right{
	display: inline-block;
	width: 55%;
	padding-left: 10%;
}
.company-right p{
	font-size: 14px;
}
.inner {
	width: 1200px;
	margin: 0 auto;
}
.mt30 {
	margin-top: 30px!important;
}
.mt50 {
	margin-top: 50px!important;
}
.mt80 {
	margin-top: 80px!important;
}
.rt-box {
	float: right;
}
.lt-box {
	float: left;
}
.txt-right {
	text-align: right!important;
}
.bg_gray {
	background: #F7F7F7!important;
}
.bg_white {
	background: #FFFFFF!important;
}
.container {
	min-width: 1200px;
	position: relative;
}
.link-btn {
	display: inline-block;
	width: 140px;
	height: 48px;
	line-height: 48px;
	margin-top: 80px;
	font-size: 16px;
	font-weight: normal;
	color: #fff;
	text-align: center;
	background: #409EFF;
	opacity: 0.9;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	-ms-transition: opacity .3s linear;
	-moz-transition: opacity .3s linear;
	-webkit-transition: opacity .3s linear;
	transition: opacity .3s linear;
}
.link-btn:hover {
	opacity: 1;
}
/*** header - start ***/
.header {
	height: 100px;
	padding: 0 60px;
	background: #313131;
	position: relative;
}
.header .logo {
	position: absolute;
	left: 60px;
	top: 0;
	width: 260px;
	height: 100px;
	background: url(../img/logo.png) no-repeat left center;
	background-size: 224px 48px;
}
.header .btn-groups {
	position: absolute;
	top: 0;
	right: 60px;
	width: 220px;
	font-size: 0;
	line-height: 0;
	padding: 30px 0;
}
.header .btn-groups a {
	display: inline-block;
	vertical-align: top;
	width: 80px;
	height: 40px;
	line-height: 40px;
	font-size: 16px;
	color: #409EFF;
	text-align: center;
	border: 1px solid #409EFF;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}
.header .btn-groups a.register {
	margin-left: 50px;
	color: #fff;
	background: #409EFF;
}
.header .menu-box {
	margin: 0 250px 0 260px;
}
.header .menu-box li {
	float: left;
	width: 33.3%;
	font-size: 18px;
	line-height: 100px;
	text-align: center;
	position: relative;
}
.header .menu-box li > a,
.header .menu-box li > span{
	display: inline-block;
	vertical-align: top;
	color: #fff;
	position: relative;
	-ms-transition: color .3s linear;
	-moz-transition: color .3s linear;
	-webkit-transition: color .3s linear;
	transition: color .3s linear;
}
.header .menu-box li:hover > a,
.header .menu-box li.act > a,
.header .menu-box li:hover > span,
.header .menu-box li.act > span {
	color: #409EFF;
}
.header .menu-box li span {
	position: relative;
}
.header .menu-box li span:after{
	content: "";
	display: inline-block;
	vertical-align:top;
	height: 100px;
	width: 22px;
	margin-left: 5px;
	background: url(../img/icon-down.png) no-repeat center center;
	-ms-transition: background-image .3s linear;
	-moz-transition: background-image .3s linear;
	-webkit-transition: background-image .3s linear;
	transition: background-image .3s linear;
}
.header .menu-box li:first-child:hover span:after{
	background: url(../img/icon-up.png) no-repeat center center;
}
.pro-box {
	position: absolute;
	top: 100%;
	left: 50%;
	/* width: 780px; */
	width: 1040px;
	height: 0;
	margin-left: -80px;
	background: #fff;
	z-index: 99;
	overflow: hidden;
	-ms-transition: height .3s linear;
	-moz-transition: height .3s linear;
	-webkit-transition: height .3s linear;
	transition: height .3s linear;
}
.pro-box .item {
	float: left;
	width: 25%;
	height: 100%;
	padding:0 20px;
	font-size: 18px;
	line-height: 28px;
	color: #333;
	text-align: left;
	border-right:1px solid #CCCCCC;
}
.pro-box .item:last-child {
	border-right: 0 none;
}
.pro-box .item .logo-tit {
	display: block;
	width: 120px;
	height: 40px;
	margin: 0 auto 20px;
	background: url(../img/logo-tit1.png) no-repeat center center;
}
.pro-box .item .logo-tit.logo-tit02 {
	background: url(../img/logo-tit2.png) no-repeat center center;
}
.header .menu-box li:hover .pro-box {
	height: 270px;
	padding:30px 0;
}
/*** header - end ***/
/*** footer - start ***/
.footer{
	padding:80px 0 100px;
}
.footer .inner {
	padding-right: 200px;
	position: relative;
	overflow: hidden;
}
.footer .wchat-box {
	position: absolute;
	right: 0;
	top: 50%;
	width: 170px;
	height: 200px;
	margin-top: -96px;
	font-size: 18px;
	line-height: 50px;
	color: #000;
	text-align: center;
}
.links-box dl {
	float:left;
	width: 25%;
}
.links-box dl dt {
	font-size: 20px;
	font-weight: bold;
	line-height: 50px;
}
.links-box dl dd {
	margin-top: 10px;
}
.links-box dl dd li {
	font-size: 18px;
	padding: 10px 0;
	line-height: 30px;
}
.links-box dl dd a {
	-ms-transition: color .3s linear;
	-moz-transition: color .3s linear;
	-webkit-transition: color .3s linear;
	transition: color .3s linear;
}
.links-box dl dd a:hover {
	color: #409EFF;
}
.cright-box {
	/* height: 200px;
	line-height: 200px; */
	font-size: 18px;
	color: #fff;
	background: #313131;
	padding: 20px 0;
}
.cright-box .title{
	text-align: center;
}
.cright-box .desc{
	padding: 0 60px;
	text-align: left !important;
	font-size: 12px;
	/* line-height: 18px; */
}
/*** footer - end ***/
/** index - start ***/
.banner {
	position: relative;
}
.banner img {
	display: block;
	max-width: 100%;
	margin: 0 auto;
}
.banner .inner {
	position: absolute;
	left: 50%;
	top: 0;
	height: 100%;
	margin-left: -600px;
}
.banner .deco-btn {
	position: absolute;
	bottom:-39px;
	left: 50%;
	width: 78px;
	height: 78px;
	margin-left: -39px;
	background: url(../img/down-btn.png) no-repeat center center;
}
.banner .txt-box {
	position: absolute;
	width: 635px;
	left: 100px;
	top: 50%;
	font-size: 20px;
	color: #fff;
	line-height: 36px;
	-ms-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
}
.banner .txt-box h1 {
	line-height: 50px;
	font-size: 30px;
	font-weight: bold;
}
.banner .txt-box p {
	margin-top: 60px;
	padding-right: 120px;
}
.home-box .banner .txt-box {
	margin-top: -80px;
}
.sec-box {
	padding: 90px 0 150px;
	background: #FFFFFF;
}
.tit h2 {
	font-size: 24px;
	font-weight: bold;
	line-height: 40px;
	color: #409EFF;
	text-align: center;
}
.tit p {
	font-size: 16px;
	margin-top: 10px;
	line-height: 30px;
	color: #666666;
	text-align: center;
}
.analysis-list {
	margin-top: 80px;
}
.analysis-list ul {
	display: table;
	width: 100%;
	table-layout: fixed;
}
.analysis-list li {
	display: table-cell;
	vertical-align: top;
	text-align:center;
}
.analysis-list li i {
	display: block;
	width: 120px;
	height: 120px;
	margin: 0 auto;
	position: relative;
}
.analysis-list li h4 {
	font-size: 16px;
	color: #333;
	line-height: 32px;
	margin-top: 15px;
}
.analysis-list li p {
	font-size: 14px;
	line-height: 26px;
	color: #666;
	width: 150px;
	margin:5px auto 0;
	white-space: normal;
	word-break:break-all;
}
.analysis-list li p + p{
	margin-top: 0;
}
.analysis-list li p span {
	display: inline-block;
	text-align: left;
}
.compete-box .analysis-list li:hover i {
	-ms-animation: upToDown .3s ease-in-out forwards;
	-moz-animation: upToDown .3s ease-in-out forwards;
	-webkit-animation: upToDown .3s ease-in-out forwards;
	animation: upToDown .3s ease-in-out forwards;
}
.compete-box .analysis-list li i.icon-jz1 {
	background: url(../img/icon-jz1.png) no-repeat center center;
}
.compete-box .analysis-list li i.icon-jz2 {
	background: url(../img/icon-jz2.png) no-repeat center center;
}
.compete-box .analysis-list li i.icon-jz3 {
	background: url(../img/icon-jz3.png) no-repeat center center;
}
.compete-box .analysis-list li i.icon-jz4 {
	background: url(../img/icon-jz4.png) no-repeat center center;
}
.intro-box {
	background: #F7F7F7;
}
.intro-box .inner {
	padding-left: 645px;
	height: 600px;
	position: relative;
}
.intro-box .pic {
	position: absolute;
	left: 0;
	top: 50%;
	width: 564px;
	height: 461px;
	margin-top: -230px;
	background: url(../img/icon-cmp.png) no-repeat left center;
	-ms-transition: background-image .3s linear;
	-moz-transition: background-image .3s linear;
	-webkit-transition: background-image .3s linear;
	transition: background-image .3s linear;
}
.intro-box.intro2 .pic {
	background: url(../img/icon-cmp2.jpg) no-repeat left center;
}
.intro-box .text {
	position: relative;
	top: 50%;
	-ms-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
}
.intro-box .text h2 {
	font-size: 30px;
	font-weight: bold;
	line-height: 32px;
	color: #409EFF;
}
.intro-box .link-btn {
	margin-top: 50px;
}
.tab-nav-box {
	margin-top: 50px;
	overflow: hidden;
}
.tab-nav-box li {
	float: left;
	margin-right: 80px;
	font-size: 16px;
	line-height: 32px;
	padding:5px 10px;
	color: #666;
	cursor: pointer;
	-ms-transition: color .3s linear, background-color .3s linear;
	-moz-transition: color .3s linear, background-color .3s linear;
	-webkit-transition: color .3s linear, background-color .3s linear;
	transition: color .3s linear, background-color .3s linear;
}
.tab-nav-box li:last-child {
	margin-right: 0;
}
.tab-nav-box li.act {
	color: #FF9E31;
	background: #F0EEEE;
}
.tab-cont-box {
	position: relative;
	width: 100%;
	height: 190px;
	margin-top: 80px;
	overflow: hidden;
}
.tab-cont-box ul {
	position: absolute;
	left:0;
	top:0;
	height:100%;
	width: 200%;
	-ms-transition: left .3s linear;
	-moz-transition: left .3s linear;
	-webkit-transition: left .3s linear;
	transition: left .3s linear;
}
.tab-cont-box li {
	float: left;
	width: 50%;
}
.details-box h4 {
	font-size: 18px;
	font-weight: bold;
	line-height: 28px;
	color: #409EFF;
}
.details-box .cont {
	margin-top: 20px;
	width: 310px;
	font-size: 14px;
	line-height: 24px;
}
.role-box .analysis-list li i {
	width: 100px;
	height: 100px;
	-ms-border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
}
.role-box .analysis-list li:hover i {
	-ms-animation: turn .3s linear;
	-moz-animation: turn .3s linear;
	-webkit-animation: turn .3s linear;
	animation: turn .3s linear;
}
.role-box .analysis-list li i.icon-ro1 {
	background: url(../img/icon-ro1.png) no-repeat center center;
}
.role-box .analysis-list li i.icon-ro2 {
	background: url(../img/icon-ro2.png) no-repeat center center;
}
.role-box .analysis-list li i.icon-ro3 {
	background: url(../img/icon-ro3.png) no-repeat center center;
}
.role-box .analysis-list li i.icon-ro4 {
	background: url(../img/icon-ro4.png) no-repeat center center;
}
.role-box .analysis-list li i.icon-ro5 {
	background: url(../img/icon-ro5.png) no-repeat center center;
}
.role-box .analysis-list li h4 {
	margin-top: 10px;
}
.role-box .analysis-list li p {
	padding:0;
	width: 170px;
}
.advantage-box.sec-box {
	background: #F7F7F7;
}
.advantage-box .analysis-list li i.icon-ad1 {
	background: url(../img/icon-ad1.png) no-repeat center center;
}
.advantage-box .analysis-list li i.icon-ad2 {
	background: url(../img/icon-ad2.png) no-repeat center center;
}
.advantage-box .analysis-list li i.icon-ad3 {
	background: url(../img/icon-ad3.png) no-repeat center center;
}
.advantage-box .analysis-list li i.icon-ad4 {
	background: url(../img/icon-ad4.png) no-repeat center center;
}
.advantage-box .analysis-list li i.icon-ad5 {
	background: url(../img/icon-ad5.png) no-repeat center center;
}
.advantage-box .analysis-list li i {
	width: 70px;
	height: 70px;
}
.advantage-box .analysis-list li:hover i {
	-ms-animation: scaleBig .4s ease-in-out;
	-moz-animation: scaleBig .4s ease-in-out;
	-webkit-animation: scaleBig .4s ease-in-out;
	animation: scaleBig .4s ease-in-out;
}
.advantage-box .analysis-list li h4 {
	margin-top: 10px;
}
.advantage-box .analysis-list li p {
	width: 160px;
}
.adver-box {
	position: relative;
	overflow: hidden;
}
.adver-box img {
	display: block;
	max-width: 100%;
	margin: 0 auto;
	-ms-transition: transform .3s linear;
	-moz-transition: transform .3s linear;
	-webkit-transition: transform .3s linear;
	transition: transform .3s linear;
}
.adver-box:hover img {
	-ms-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
}
.adver-box .text {
	text-align: center;
	position: absolute;
	left: 0;
	top: 50%;
	width: 100%;
	padding: 20px;
	-ms-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
}
.adver-box .text p {
	font-size: 28px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	height: 40px;
	line-height: 40px;
}
.adver-box .text .link-btn {
	margin: 40px auto 0;
}
.adver-box .text .link-btn.bg {
	background: #6AC8B8;
}
/*** index - end ***/
/*** plan - start ***/
.plan-box .bg{
	background: url(../img/plan-bg.png) no-repeat right top;
	background-size: cover;
}
.plan-box .banner .txt-box {
	width: 100%;
	left: 0;
	text-align: center;
}
.plan-box .banner .txt-box p {
	margin-top: 20px;
	padding: 0;
}
.plan-box .banner .txt-box p span {
	padding:0 10px;
}
.plan-box .banner .link-btn {
	margin: 80px auto 0;
	color: #409EFF;
	background: #fff;
}
.situ-box .inner {
	width: 800px;
	padding:60px 0;
	font-size: 22px;
	line-height: 40px;
}
.situ-box h4 {
	font-size: 26px;
	color: #409EFF;
	line-height: 50px;
	text-align: center;
}
.situ-box .cont {
	margin-top: 50px;
}
.plan-box .pic-tbox .inner {
	padding: 50px 0;
	width: 800px;
}
.pic-tbox .inner {
	padding:80px 0;
	height: 100%;
	position: relative;
}
.pic-tbox dl {
	display: table;
	width: 100%;
	border-collapse: collapse;
	table-layout: fixed;
}
.pic-tbox dl dt,
.pic-tbox dl dd {
	display: table-cell;
	vertical-align: middle;
}
.pic-tbox dl dt {
	padding-right: 20px;
}
.pic-tbox dl dd {
	padding-left: 20px;
}
.pic-tbox .cont h2 {
	font-size: 24px;
	line-height: 50px;
	font-weight: bold;
	color: #409EFF;
	text-align: center;
}
.pic-tbox .cont p {
	margin-top: 30px;
	font-size: 20px;
	line-height: 32px;
}
.pic-tbox .pic img {
	display: block;
	max-width: 100%;
}
/*** plan - start ***/
/*** login-start ***/
.login-box,
.register-box,
.success-box {
	height: 100%;
	background: url(../img/login-bg.png) #409EFF no-repeat center center;
	position: relative;
	overflow: hidden;
}
.login-box .login-form,
.register-box .login-form {
	position: absolute;
	width: 440px;
	left: 50%;
	top: 50%;
	padding: 30px 80px 50px;
	-ms-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	background:rgba(255,255,255,0.5);
	*background: #c0d6fb;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
}
.login-form .lg-logo {
	display: block;
	width: 160px;
	height: 50px;
	margin: 0 auto;
	background: url(../img/logo.png) no-repeat center center;
	background-size: 160px 34px;
}
.login-form h2 {
	margin-top: 20px;
	font-size: 24px;
	line-height: 24px;
	font-weight: bold;
	color:#409EFF;
	text-align:center;
}
.login-form form {
	margin-top: 20px;
}
.login-form .fm-item {
	display: block;
	margin-top: 20px;
	min-height: 36px;
	line-height: 36px;
	width: 100%;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
.login-form input.fm-item {
	padding:0 10px;
}
.login-form .fm-label {
	display: block;
	font-size: 16px;
	line-height: 32px;
	color: #409EFF;
}
.login-form .check-box label {
	display: inline-block;
	vertical-align: top;
	font-size: 14px;
	height:28px;
	line-height: 28px;
	color: #409EFF;
}
.login-form .check-box label:not(:last-child) {
	margin-right: 60px;
}
.login-form .check-box input[type="checkbox"] {
	width: 14px;
	height: 14px;
	margin-right: 8px;
	position: relative;
	top: 1px;
	cursor: pointer;
	border: 1px solid #ffffff;
	background: #FFFFFF;
	-ms-transition: border-color .3s linear;
	-moz-transition: border-color .3s linear;
	-webkit-transition: border-color .3s linear;
	transition: border-color .3s linear;
}
.login-form .check-box input[type="checkbox"]:checked {
	background: url(../img/icon-check.png) #FFFFFF no-repeat center center;
}
.login-form .register-btn {
	display: inline-block;
	vertical-align: top;
	width: 110px;
	height: 36px;
	line-height: 36px;
	font-size: 16px;
	color: #409EFF;
	font-weight: bold;
	text-align: center;
	background: #FFFFFF;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
.login-form .login-btn {
	display: block;
	margin-top: 20px;
	height: 36px;
	line-height:36px;
	width: 100%;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	background: #409EFF;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
.login-form .text-btn {
	display: inline-block;
	vertical-align: top;
	height: 36px;
	line-height: 36px;
	margin-left: 20px;
	font-size: 14px;
	color: #409EFF;
}
.login-box .check-box {
	position: relative;
}
.login-box .check-box label {
	height: 48px;
	line-height: 48px;
}
.login-box .check-box .text-btn {
	position: absolute;
	right: 0;
	top: 0;
}
.login-form .apply-box {
	text-align: center;
}
.login-form .apply-box .text-btn {
	margin: 0 auto;
}
/*** login-end ***/
/*** success-start ***/
.success-box .sc-logo {
	position: absolute;
	width: 255px;
	height: 55px;
	left: 40px;
	top: 40px;
	background: url(../img/logo2.png) no-repeat center center;
}
.success-box .inner {
	height: 100%;
}
.success-box .info-box {
	width: 540px;
	position: relative;
	top: 50%;
	margin: 0 auto;
	-ms-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
}
.success-box .info-box h2 {
	font-size: 36px;
	line-height: 50px;
	font-weight: bold;
	color: #fff;
	text-align: center;
}
.success-box .info-box p {
	margin-top: 50px;
	font-size: 30px;
	color: #fff;
	line-height: 50px;
}
.success-box .info-box .link-btn {
	font-size: 16px;
	color: #409EFF;
	background: #FFFFFF;
	margin: 100px auto 0;
}
/*** success-end ***/
/*** cIntelligence - start ***/
.cloundmobile-box .banner .txt-box{
	top:35%;
}
.cloundmobile-box .banner .txt-box h1{
	font-size: 40px;
	margin-top: 20px;
	margin-bottom: 20px;
}
.intel-box {
	background: #F7F7F7;
}
.intel-box .banner .txt-box p {
	margin-top: 20px;
}
.intel-box .banner .link-btn {
	margin-top: 60px;
	color: #409EFF;
	background: #fff;
}
.intel-box .pic-tbox {
	margin-top: 80px;
}
.intel-box .pic-tbox dl {
	table-layout: auto;
}
.intel-box .pic-tbox .inner {
	padding:60px 100px;
	background: #ffffff;
}
.intel-box .pic-tbox .cont .text {
	width: 300px;
}
.intel-box .pic-tbox .cont h2 {
	text-align: left;
}
.intel-box .pic-tbox .link-btn {
	margin-top: 60px;
}
.badge-box {
	margin-top: 50px;
	display: table;
	border-collapse: collapse;
	overflow: hidden;
}
.badge-box li {
	display: table-cell;
	vertical-align: middle;
	min-width: 95px;
	height: 70px;
	padding-right: 25px;
	font-size: 12px;
	color: #fff;
	line-height: 20px;
	text-align: center;
	background: url(../img/badge-bg.png) no-repeat left center;
	background-size: 70px;
	position: relative;
}
.device-box,
.setting-box {
	padding: 80px 0;
}
.device-box .tit h2,
.setting-box .tit h2 {
	color: #000;
}
.device-box .analysis-list ul {
	width: auto;
	margin: 0 auto;
}
.device-box .analysis-list li {
	width: 300px;
}
.device-box .analysis-list li i {
	width: 98px;
	height: 122px;
}
.device-box .analysis-list li i.icon-ios {
	background: url(../img/icon-ios.png) no-repeat center center;
}
.device-box .analysis-list li i.icon-android {
	background: url(../img/icon-android.png) no-repeat center center;
}
.device-box .analysis-list li i.icon-js {
	background: url(../img/icon-js.png) no-repeat center center;
}
.device-box .analysis-list li h4 {
	font-size: 18px;
}
.setting-box .analysis-list li h4 {
	margin-top: 10px;
}
.setting-box .analysis-list {
	margin-top: 80px;
}
.setting-box .analysis-list li {
	position: relative;
}
.setting-box .analysis-list li i {
	width: 130px;
	height: 130px;
}
.setting-box .analysis-list li i.icon-set01 {
	background: url(../img/icon-set01.png) no-repeat center center;
}
.setting-box .analysis-list li i.icon-set02 {
	background: url(../img/icon-set02.png) no-repeat center center;
}
.setting-box .analysis-list li i.icon-set03 {
	background: url(../img/icon-set03.png) no-repeat center center;
}
.setting-box .analysis-list li i.icon-set04 {
	background: url(../img/icon-set04.png) no-repeat center center;
}
.setting-box .analysis-list li:not(:last-child):after {
	content: '';
	position: absolute;
	left: 100%;
	top: 50%;
	width: 45px;
	height:34px;
	margin:-27px 0 0 -20px;
	transform: translate(0, -50%);
	background: url(../img/icon-nav.png) no-repeat center center;
}
.setting-box .analysis-list li i.icon-cset01 {
	background: url(../img/icon-cset01.png) no-repeat center center;
}
.setting-box .analysis-list li i.icon-cset02 {
	background: url(../img/icon-cset02.png) no-repeat center center;
}
.setting-box .analysis-list li i.icon-cset03 {
	background: url(../img/icon-cset03.png) no-repeat center center;
}
.setting-box01.setting-box .analysis-list li i{
	width: 201px;
	height: 173px;
}
.setting-box01.setting-box .analysis-list li:not(:last-child):after {
	background: url(../img/icon-cnav.png) no-repeat center center;
}
/*** cloudmobile - start ***/
.cloundmobile-box {
	/* background: red; */
}
.cloundmobile-box .banner .txt-box p {
	margin-top: 20px;
}
.cloundmobile-box .banner .link-btn {
	margin-top: 60px;
	color: #409EFF;
	background: #fff;
}
.cloundmobile-box .pic-tbox {
	margin-top: 80px;
	/* position: relative; */
}
.cloundmobile-box .pic-tbox dl {
	table-layout: auto;
}
.cloundmobile-box .pic-tbox .inner {
	padding:60px 100px;
	position: relative;
	/* background: #ffffff; */
}
.cloundmobile-box .pic-tbox .cont .text {
	width: 300px;
}
.cloundmobile-box .pic-tbox .cont h2 {
	text-align: left;
}
.cloundmobile-box .pic-tbox .link-btn {
	margin-top: 60px;
}
.pic-tbox .message-img{
	/* position: relative; */
}
.pic-tbox .message-img img{
	width: 200px;
}
.pic-tbox .message-img img:first-child{
	/* position: absolute; */
	margin-left: 100px;
}
.pic-tbox .message-img img:last-child{
	position: absolute;
	top: 40px;
}
.list-box {
	/* display: table;
	border-collapse: collapse;
	overflow: hidden; */
	display: flex;
}
.list-box li{
	width: 84px;
	height: 84px;
	display:flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	border: 1px dashed rgba(165, 172, 185, 1);
	margin-right: 20px;
	margin-bottom: 20px;
}
.list-box .list-box-text{
	font-family: "PingFang SC";
	font-size: 16px;
	color: rgba(96, 108, 128, 1);
	margin-top: 6px;
}
.list-box .list-box-image{
	display: table-cell;
	vertical-align: middle;
	min-width: 24px;
	height: 20px;
	background-size: 24px;
}
.iconimg1{
	background: url(../img/icon-1.png) no-repeat left center;
}
.iconimg2{
	background: url(../img/icon-2.png) no-repeat left center;
}
.iconimg3{
	background: url(../img/icon-3.png) no-repeat left center;
}
.iconimg4{
	background: url(../img/icon-4.png) no-repeat left center;
}
.iconimg5{
	background: url(../img/icon-5.png) no-repeat left center;
}
.iconimg6{
	background: url(../img/icon-6.png) no-repeat left center;
}
.iconimg7{
	background: url(../img/icon-7.png) no-repeat left center;
}
.iconimg1{
	background: url(../img/icon-1.png) no-repeat left center;
}
.iconimg8{
	background: url(../img/icon-8.png) no-repeat left center;
}
.pic-tbox .worker-img img{
	width: 200px;
}
.pic-tbox .worker-img img{
	/* position: absolute; */
	margin-left: 100px;
}
.pic-tbox .slove-img img{
	width: 200px;
}
.pic-tbox .slove-img img:first-child{
	/* position: absolute; */
	margin-left: 100px;
}
.pic-tbox .slove-img img:last-child{
	position: absolute;
	top: 40px;
}
.pic-tbox .pc-img img{
	width: 200px;
}
.pic-tbox .pc-img img:first-child{
	/* position: absolute; */
	margin-left: 100px;
}
.pic-tbox .pc-img img:last-child{
	position: absolute;
	top: 40px;
}
.ad-box {
	position: relative;
	overflow: hidden;
}
.ad-box img {
	display: block;
	max-width: 100%;
	margin: 0 auto;
	-ms-transition: transform .3s linear;
	-moz-transition: transform .3s linear;
	-webkit-transition: transform .3s linear;
	transition: transform .3s linear;
}
.ad-box:hover img {
	-ms-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
}
.ad-box .text {
	text-align: center;
	position: absolute;
	left: 0;
	top: 50%;
	width: 100%;
	padding: 20px;
	-ms-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
}
.ad-box .text p {
	font-size: 28px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	height: 40px;
	line-height: 40px;
}
.ad-box .text span{
	margin-top: 10px;
	display: block;
	font-size: 24px;
	color: #fff;
	text-align: center;
	height: 40px;
	line-height: 40px;
}
.ad-box .text .con-btn {
	margin: 40px auto 0;
}
.ad-box .text .con-btn {
	display: inline-block;
	    width: 140px;
	    height: 48px;
	    line-height: 48px;
	    font-size: 16px;
	    font-weight: normal;
	    color: #fff;
	    text-align: center;
	    opacity: 0.9;
	    -moz-border-radius: 4px;
	    -webkit-border-radius: 4px;
	    border-radius: 4px;
	    -ms-transition: opacity .3s linear;
	    -moz-transition: opacity .3s linear;
	    -webkit-transition: opacity .3s linear;
	    transition: opacity .3s linear;
	/* background: #6AC8B8; */
	border: 1px solid #FFFFFF;
	border-radius: 10px;
}
@-ms-keyframes upToDown{
	0%{
		-ms-transform: translateY(0);
	}
	50%{
		-ms-transform: translateY(-30px);
	}
	100%{
		-ms-transform: translateY(0);
	}
}
@-moz-keyframes upToDown{
	0%{
		-moz-transform: translateY(0);
	}
	50%{
		-moz-transform: translateY(-30px);
	}
	100%{
		-moz-transform: translateY(0);
	}
}
@-webkit-keyframes upToDown{
	0%{
		-webkit-transform: translateY(0);
	}
	50%{
		-webkit-transform: translateY(-30px);
	}
	100%{
		-webkit-transform: translateY(0);
	}
}
@keyframes upToDown{
	0%{
		transform: translateY(0);
	}
	50%{
		transform: translateY(-30px);
	}
	100%{
		transform: translateY(0);
	}
}
@-ms-keyframes turn{
	0%{
		-ms-transform: rotateY(0deg);
	}
	50%{
		-ms-transform:  rotateY(90deg);
	}
	100%{
		-ms-transform: rotateY(0deg);
	}
}
@-moz-keyframes turn{
	0%{
		-moz-transform:  rotateY(0deg);
	}
	50%{
		-moz-transform:  rotateY(90deg);
	}
	100%{
		-moz-transform:  rotateY(0deg);
	}
}
@-webkit-keyframes turn{
	0%{
		-webkit-transform: rotateY(0deg);
	}
	50%{
		-webkit-transform: rotateY(90deg);
	}
	100%{
		-webkit-transform: rotateY(0deg);
	}
}
@keyframes turn{
	0%{
		transform: rotateY(0deg);
	}
	50%{
		transform: rotateY(90deg);
	}
	100%{
		transform: rotateY(0deg);
	}
}
@-ms-keyframes scaleBig{
	0%{
		-ms-transform: scale(1);
	}
	50%{
		-ms-transform: scale(0.6);
	}
	100%{
		-ms-transform: scale(1);
	}
}
@-moz-keyframes scaleBig{
	0%{
		-moz-transform: scale(1);
	}
	50%{
		-moz-transform: scale(0.6);
	}
	100%{
		-moz-transform: scale(1);
	}
}
@-webkit-keyframes scaleBig{
	0%{
		-webkit-transform: scale(1);
	}
	50%{
		-webkit-transform: scale(0.6);
	}
	100%{
		-webkit-transform: scale(1);
	}
}
@keyframes scaleBig{
	0%{
		transform: scale(1);
	}
	50%{
		transform: scale(0.6);
	}
	100%{
		transform: scale(1);
	}
}
