.clear { height: 0px; line-height: 0px; clear: both; }
.clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
*+html .clearfix { overflow: hidden; }
* html .clearfix { height: 1%; }

.header{
	background: #FFFFFF;
    height: 62px;
    box-shadow: none;
    color: #454A5B;
    position: fixed;
    top: 0;
    z-index: 99;
    width: 100%;
    min-width: 1280px
}
.header .wrap{
	min-width: 1200px;
    width: unset;
	box-sizing: unset;
	margin: 0 auto;
    padding: 0 60px;
}
.header .nav{
	display: flex;
	flex-flow: row nowrap;
	justify-content: flex-start;
}
.header .nav li{
	padding:0;
	height: 100%;
	line-height: 60px;
	font-size: 14px;
	color: #191C3D;
	margin-left:22px;
	cursor: pointer;
}
.header .nav li a{
	color: #191C3D;
}
.header .nav li.act{
	border-bottom:2px solid blue;
}

.header .nav .logoImg{
	display: inline-block;
    width:150px;
    height:54px;
    margin-top:6px;
    margin-right: 30px;
}
.header .nav .logoImg img{width:100%;}
.header .nav .contact{
	float: right;
    font-size:16px;
    font-weight: bold;
    position: absolute;
    right: 200px;
	top: 4px;	height:55px;

}
.header .nav .assessment{
	float: right;
    font-size:16px;
    position: absolute;
    right: 100px;
	top: 4px;
	height:55px;
}
.header .nav .contact b{
	display: inline-block;
	width:30px;height:30px;
	position: relative;
	top:5px;
}

/* 云市场 */

.header .nav .cloud>.hot{
    position: fixed;
    width: 120px;
    top: 40px;
    left: 400px;
}
.header .nav .cloud img{
    width: 100%;
}

.productDet{
	display:none;
	position: fixed;
	width: 1180px;height:400px;
	background:#fff;
	z-index: 9;
    top: 62px;
    left: 165px;
}
.productDet .left{
	float: left;
	width: 180px;
    font-size: 14px;
    padding-top: 5px;
	border-right: 1px solid #cccccc52;
}
.productDet .left li{
    font-weight: 500;
    height: 50px;
    line-height: 50px;
	text-indent: 50px;
	cursor: pointer;
}
.productDet .left li:hover{
	color:#006BFF;
}
.productDet .right{
	float: left;
    padding: 0 30px;
    width: 938px;
}
.productDet .right>li{
	display: none;
}
.productDet .right li:first-of-type{
	display: block;
}
.productDet .right h5{
	font-size: 14px;
	height:28px;line-height: 28px;
	color: #191C3D;
	overflow: hidden;
    margin:15px 0;
    font-weight: 500;
}
.productDet .right h5 a{
	display: inline-block;
	width: 96px;
	height: 26px;
	line-height: 26px;
	float: right;
	border: 1px solid rgba(0,107,255,0.20);
	border-radius: 22px;
	border-radius: 22px;
	font-size: 12px;
	color: #006BFF;
	letter-spacing: 0;
	text-align: center;
}
.productDet .right h5 a:hover{
	color: #fff;
    background-color: #2468f2;
}
.productDet .right .innerLeft{
    float: left;
    width: 650px;
    padding-right: 30px;
    border-right: #eee 1px solid;
}
.productDet .right .innerRight{
    float: left;
    padding: 0 30px;
}
.productDet .right .innerRight .caseImg{
    width: 197px;
}
.productDet .right .innerRight img{
    width: 100%;
}
.typeList{
	margin-top:10px;
	overflow: hidden;
}
.typeList li{
	width: 72px;height: 22px;
	float: left;
	opacity: 0.8;
	font-size: 12px;
	color: #191C3D;
	letter-spacing: 0;
	line-height: 22px;
	margin-right:30px;
}
.typeList.question li{
	width:256px;
	cursor: pointer;
}
.typeList.question li a{
	opacity: 0.8;
	font-size: 12px;
	color: #191C3D;
}
.solutionDet{
	display:none;
	position: fixed;
	width: 1180px;height:204px;
	background:#fff;
	z-index: 9;
    top: 62px;
    left: 165px;
}
.solutionDet ul{
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	padding:40px;
}
.solutionDet ul li{
	width:312px;height:52px;
	margin-bottom:20px;
}
.solutionDet ul .tit{
	font-size: 14px;
	color: #191C3D;
	letter-spacing: 0;
	line-height: 28px;
}
.solutionDet ul .tip{
	opacity: 0.6;
	font-family: PingFangSC-Regular;
	font-size: 12px;
	color: #191C3D;
	letter-spacing: 0;
	line-height: 24px;
}
.solutionDet ul .tit:hover{
	color: #2468f2 !important;
}
.helpDet{
	display:none;
	position: fixed;
	width: 680px;height:226px;
	background:#fff;
	z-index: 9;
    top: 62px;
    left: 245px;
}
.helpDet ul{
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-around;
	padding:20px 0;
}
.helpDet li h5{
    font-size: 14px;
    font-weight: 500;
	color: #191C3D;
	letter-spacing: 0;
	line-height: 48px;
	border-bottom:1px solid #EEE;
	margin-bottom:4px;
}
.helpDet li p{
	font-size: 14px;
	line-height: 38px;
}
.helpDet li p a{
    color: #191C3D;
    opacity: 0.8;
}
.helpDet li p a:hover{
    color: #2468f2;
}
.event-list .title{
    padding-top: 30px;
    padding-bottom: 20px;
    text-align: center;
}
.event-list form{
    padding: 0 30px;
}
.event-list form .sketch{
    width: 557px;
    height: 44px;
    font-size: 14px;
    color: #191C3D;
    margin-right: 20px;
    border-radius: 22px;
    border: solid #eee 1px;
    background-color:#F6F8FB;
    padding: 0 20px;
}
.event-list form .phone{
    width: 280px;
    height: 44px;
    font-size: 14px;
    color: #191C3D;
    margin-right: 20px;
    border-radius: 22px;
    border: solid #eee 1px;
    background-color:#F6F8FB;
    padding: 0 20px;
}
.event-list form .btn{
    width: 150px;
    height: 44px;
    background-color: #2468f2;
    color: #fff;
    font-size: 14px;
    border: none;
    border-radius: 22px;
}
.event-list form .btn:hover{
    background-color: #1E88FC;
}
.tos-icon{
    width: 44px;
    display: block;
}
.tos-icon img{
    width: 100% !important;
    padding-bottom: 10px;
}
.platform .about .info span{
    padding: 0 20px;
    color: #191C3D;
}
.solution .motion .card .system span{
    color: #2468f2;
    padding-right:20px;
}

footer .beian-add{
    line-height: 20px;
    padding-bottom: 20px;
    border: none;
    height: 40px;
}

.customized .customized-content{
    margin: 60px 0;
    padding-bottom: 60px;
}
.customized .customized-content .title{
    float: left;
    font-size: 16px;
    line-height: 60px;
    font-weight: 500;
    padding-right: 90px;
}
.customized .customized-content ul li{
    font-size: 16px;
    float: left;
    line-height: 60px;
    width: 180px;
    text-align: center;
    margin:0 3px 10px 3px;
    background-color: #fff;
    border-radius:30px;
}
.customized .customized-content i .spot{
    width: 6px;
    float: left;
    height: 6px;
    border-radius: 6px;
    margin: 27px 1px 0 1px;
    background-color: #2468f2;
    display: block;
}
.customized .customized-content .explain{
    font-size: 14px;
    line-height: 26px;
    width: 96px;
    border: #2468f2 1px dashed;
    display: flow-root;
    text-align: center;
    color: #2468f2;
}
.customized .customized-content .iteration{
    width: 480px;
}

.technology .technology-content{
    margin: 60px 0;
    display: flow-root;
}
.technology h2 {
    margin: 0 auto;
    text-align: center;
}
.technology .technology-content .title{
    font-size: 26px;
    font-weight: 500;
    line-height: 37px;
    padding-bottom: 16px;
}
.technology .technology-content ul li{
    font-size: 16px;
    line-height: 40px;
}
.technology .technology-content .group{
    width: 100px;
    padding-left: 30px;
    padding-right: 65px;
    border-right: #eee solid 1px;
    float: left;
}
.service {
    background-color: #f6f8fb;
}

.customer-collaboration h2 {
    margin: 0 auto;
    text-align: center;
}
.customer-collaboration .customer-collaboration-content{
    margin: 60px 0 0 0;
    display: flow-root;
}
.customer-collaboration .customer-collaboration-content .item-top{
    display: flow-root;
}
.customer-collaboration .customer-collaboration-content .group{
    width: 300px;
    padding-bottom: 40px;
    padding-right: 93px;
    float: left;
}
.customer-collaboration .customer-collaboration-content .group .icons{
    width: 44px;
    padding-bottom: 20px;
}
.customer-collaboration .customer-collaboration-content .group .title{
    font-size: 22px;
    font-weight: 500;
    padding-bottom: 10px;
}
.customer-collaboration .customer-collaboration-content .group .explain{
    font-size: 14px;
    line-height: 26px;
}
.customer-collaboration .customer-collaboration-content .item-bot{
    height: 360px;
    background: url(../images/cooperation0001.png) no-repeat;
    background-size: 1180px 360px;
    box-shadow: 10px 10px 20px rgba(0,0,0,0.05);
}
.customer-collaboration .customer-collaboration-content .item-bot .play{
    text-align: center;
    padding-top: 150px;
}

.template{
    background: #f6f8fb;
    display: flex;
}
.template h2 {
    margin: 0 auto;
    text-align: center;
}
.template .template-content{
    padding: 60px 0;
}
.template .template-content .group{
    width: 280px;
    background-color: #fff;
    margin-left: 20px;
    margin-bottom: 20px;
    float: left;
}
.template .template-content .group img{
    width: 280px;
    display: inline-block;
}
.template .template-content .group .title{
    padding: 15px 15px;
    font-size: 16px;
    font-weight: 500;
    color: #191C3D;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    overflow: hidden;
}
.template .template-content .group .w-line{
    width: 250px;
    height: 1px;
    background: #eee;
    margin-left: 15px;
}
.template .template-content .group .label {
    display: flex;
}
.template .template-content .group .label span{
    font-size: 14px;
    margin-left: 15px;
    padding: 15px 20px 15px 0;
    display: block;
    float: left;
    color: rgba(25, 28, 61, 0.8);
}
.template .template-content .bot{
    text-align: center;
}
.template .template-content .btn{
    display: inline-flex;
}
.template .template-content .bot a{
    color:  rgba(25, 28, 61, 0.5);
    font-size: 14px;
    padding: 10px 42px;
    border: solid  rgba(25, 28, 61, 0.2) 1px;
    border-radius: 20px;
}
.template .template-content .group .btn a{
    padding: 10px 33px;
    text-align: center;
    border: solid #eee 1px;
    border-radius: 30px;
    margin-left: 15px;
    display: block;
    color: rgba(25, 28, 61, 0.5);
    font-size: 12px;
    margin-bottom: 15px;
}
.template .template-content .btn a:hover{
    background-color: #2468f2;
    color: #fff;
}
.template .template-content .group .btn .down{
    color: #006BFF;
    border: solid #006BFF 1px;
}
.template .template-content .group .btn a:hover{
    background-color: #2468f2;
    color: #fff;
}
.template .template-content .group .templateImg{
    height: 200px;
    display: block;
    overflow: hidden
}
.form {
    width: 1180px;
    height: 200px;
    background: #FFFFFF;
    box-shadow: 10px 10px 20px 0 rgba(0,0,0,0.05);
    border-radius: 4px; 
    margin: auto;
    margin-bottom: 100px;
}
.form .title{
    padding-top: 30px;
    padding-bottom: 20px;
    text-align: center;
}
.form form{
    padding: 0 30px;
}
.form form .sketch{
    width: 557px;
    height: 44px;
    font-size: 14px;
    color: #191C3D;
    margin-right: 20px;
    border-radius: 22px;
    border: solid #eee 1px;
    background-color:#F6F8FB;
    padding: 0 20px;
}
.form form .phone{
    width: 280px;
    height: 44px;
    font-size: 14px;
    color: #191C3D;
    margin-right: 20px;
    border-radius: 22px;
    border: solid #eee 1px;
    background-color:#F6F8FB;
    padding: 0 20px;
}
.form form .btn{
    width: 150px;
    height: 44px;
    background-color: #2468f2;
    color: #fff;
    font-size: 14px;
    border: none;
    border-radius: 22px;
}
.form form .btn:hover{
    background-color: #1E88FC;
}


.guestform {
    width: auto;
    background: #FFFFFF;
    box-shadow: 10px 10px 20px 0 rgba(0,0,0,0.05);
    border-radius: 4px; 
    margin: auto;
    margin-bottom: 100px;
}
.guestform .title{
    padding-top: 30px;
    padding-bottom: 20px;
    text-align: center;
}
.guestform img{width:auto;}
.guestform form{
    padding: 0 30px;
}
.guestform form .sketch{
    width: 557px;
    line-height: 44px;
    font-size: 14px;
    color: #191C3D;
    margin-right: 20px;
    border-radius: 22px;
    border: solid #eee 1px;
    background-color:#F6F8FB;
    padding: 0 20px;
	margin:5px 0px;
}
.guestform form .phone{
    width: 280px;
    height: 44px;
    font-size: 14px;
    color: #191C3D;
    margin-right: 20px;
    border-radius: 22px;
    border: solid #eee 1px;
    background-color:#F6F8FB;
    padding: 0 20px;
}
.guestform form .btn{
    width: 597px;
    height: 44px;
    background-color: #2468f2;
    color: #fff;
    font-size: 14px;
    border: none;
    border-radius: 22px;
	margin: 20px 0;
}
.guestform form .btn:hover{
    background-color: #1E88FC;
}
.banner .slide-3{
    background: url(../images/moshibg.png) no-repeat center bottom;
    height: 630px;
    background-size: 100%;
}
.banner .slide-0{
    background: url(../images/index0006-1.png) no-repeat center bottom;
    height: 630px;
    background-size: 100%;
}
.banner .slide-0 .img-box img,
.banner .slide-3 .img-box img{
    width: 1180px;
    height: 630px;
}
.banner .slide-0 .img-box,
.banner .slide-3 .img-box{
    position: none;
    margin-bottom: 0 !important;
}
.banner .container-0 img,
.banner .container-3 img{
    left: 0 !important;
}
.banner .img-box{
    margin-bottom: 160px;
}
.banner img{
    width: 400px;
    height: 325px;
    border-radius: 4px;
}
.banner .label{
    color: #FAAD15;
}

.rightFloat .top{
    width: 50px;
    height: 50px;
    background-color: #fff;
    position: fixed;
    bottom: 50px;
    right: 50px;
    border-radius: 4px;
    box-shadow: 2px 2px 10px rgba(119,119,119,.2);
}
.rightFloat .top img{
    width: 100%;
}
 /* i is7 . com */