.speedtitle{
			color:#555558;text-align: center;margin-top: 50px;margin-bottom:50px;
		}
		/* banner */
		.radiobanner{
			position: relative;width: 100%;margin: 0 auto;
		}
		.radiobanner .container{
			position: absolute;left:50%;top:50%;transform:translateX(-50%) translateY(-50%);margin: 0 auto 0;
		}
		.radiobanner h2{
			color: white;font-size:3.5rem;
		}
		.radiobanner p{
			color: white;text-align: left;margin-top:30px;width:60%;font-size:20px;line-height:2;letter-spacing: 3px;
		}
		.ipmodular{
			position: relative;margin:0px auto 0;width:50%;margin-top:-100px;height:200px;padding-top:15px;background:white;box-shadow:0 10px 20px 0 rgba(0, 0, 0, .05);border-radius:20px;
		}
		.iptotal{
			display: flex;align-items:center;justify-content:space-between;width:90%;margin-left:5%;
		}
		.iptotal .adva{
			width: 33%;text-align: center;padding:50px 30px;height:200px;
		}
		.iptotal .adva:last-child{
			border: none;
		}
		.iptotal .adva .des1{
			color: #2541b0;font-size:25px;font-weight:bold;
		}
		.iptotal .adva .des2{
			color: #aaacb2;text-align: center;font-size:25px;line-height:2;
		}
		/*  */
		.broadflex{
			display: flex;align-items:center;justify-content:space-between;
		}
		.broadscale{
			width:50%;
		}
		.broadflex h2{
			color:#555558;margin-bottom:50px;
		}
		.broadflex .merit{
			display: inline-block;margin-right: 10px;width:100px;height:35px;text-align: center;
		}
		.broadflex .merit p{
			color:white;font-size:15px;line-height:35px;
		}
		/*  */
		.totalA{
			text-align: center;
		}
		.totalA p{
			color:#f8a225;font-size:20px;margin-top:30px;font-weight: bold;
		}
		/* 功能 */
		.f-item{
				 float: left;
				 height: 280px;
				 width:23%;
				 margin-right:2%;
				 margin-bottom: 20px;
				 /* padding-bottom: 20px; */
				 background-color:#ffffff;
				 background-position: 0px 0px;
				 transition: 0.3s linear;
				 cursor: pointer;
				 -webkit-transition: all 0.3s linear;
				 box-shadow: #ededed 0px 10px 20px;
				 text-align:center;
				 position: relative;
		}	
		.f-item:last-child{
			 margin-right:0%;
		}
		.f-item img{
			margin-top:10px;
			width:80px;
		}
		.sysfun{
			  position: absolute;
			  top: 50%;
			  left: 50%;
			  transform: translateY(-50%) translateX(-50%);
			  width: 70%;
		}
		.f-item .f-title{
				color: #496af9;
				font-size: 18px;
				line-height:1;
				margin-top: 10px;
				margin-bottom: 15px;
		}
		.f-item .f-des{
			color: #666666;
			text-align: center;
			margin-bottom: 20px;
		}
		.f-item:hover {
			z-index: 3;
			transform: scale(1.1);
			-webkit-transform: scale(1.1);
		}
		.f-item::before {
			background: rgb(69, 149, 239);
			transition: 20s linear;
			left: 0px;
			top: 0px;
			width: 100%;
			height: 8px;
			display: block;
			position: absolute;
			content: " ";
			opacity: 0;
			transform: translate(-100%);
			-webkit-transform: translate(-100%);
			-webkit-transition: all .2s linear;
		}
		.f-item:hover::before {
			opacity: 1;
			transform: translate(0px);
			-webkit-transform: translate(0);
		}
		/* 行业应用 */
		.usewhole{
			position: relative;width: 100%;margin: 0 auto;
		}
		.usewhole h2{
			position: absolute;left:50%;top:10%;transform:translateX(-50%);color:white;
		}
		.usecase{
			position: absolute;width: 80%;left:50%;top:65%;transform:translateX(-50%) translateY(-65%);margin: 0 auto 0;
		}
		.useflex{
			display: flex;align-items: flex-start;justify-content: space-between;
		}
		.usewhole .case1{
			text-align: center;
		}
		.usewhole .case1 p{
			color:white;font-size: 20px;font-weight:bold;margin-top: 20px;
		}
		/* 解决方案*/
		.solution-wrap {
			width: 1081px;
			margin: 0 auto;
		}
		.solution-wrap .list {
		    display: flex;
		    -webkit-box-pack: start;
		    justify-content: flex-start;
		    flex-wrap: wrap;
		    padding-left: 1px;
		    padding-right: 1px;
		}
		 .solution-wrap .list li {
		    width: 345px;
		    height: 380px;
		    margin-right: 22px;
		    margin-bottom: 40px;
		    background: #fff;
		    border-radius: 4px;
		    overflow: hidden;
		    box-shadow: 0 2px 5px #e2dede;
		    transition-property: all;
		    transition-duration: 0.3s;
		    transition-timing-function: ease-in-out;
		    backface-visibility: hidden;
		}
		.solution-wrap .list li:nth-of-type(3n) {
			margin-right: 0;
		}
		.solution-wrap .list li a {
			display: block;
			width: 100%;
			height: 100%;
			position: relative;
		}
		.solution-wrap .list li a img {
			display: inline-block;
			width: 100%;
			height: 194px;
			vertical-align: top;
		}
		.solution-wrap .list li a .content {
			text-align: left;
			padding-left: 20px;
			padding-right: 20px;
		}
		.solution-wrap .list li a .content h3 {
			font-size: 17px;
			margin-top: 24px;
			margin-bottom: 14px;
			color: #333;
			font-weight: bold;
		}
		.solution-wrap .list li a .content p {
			color: #888;
			font-size: 14px;
			line-height: 20px;
			overflow: hidden;
			text-overflow: ellipsis;
			display: -webkit-box;
			-webkit-box-orient: vertical;
			-webkit-line-clamp: 4;
		}
		.solution-wrap .list li-last-of-type {
			margin-right: 0;
		}
		.solution-wrap .list li:hover {
			-webkit-transform: translateY(-4px);
			-ms-transform: translateY(-4px);
			transform: translateY(-4px);
			-webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
			box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
		}
		/* 客户案例 */
		.myScroll {
			width: 100%;
			overflow: hidden;
		}
		
		.myScroll ul {
			white-space: nowrap;
			display: inline-block;
		}
		
		.myScroll ul li {
			display: inline-block;
			background:#FFFFFF;
			margin: 10px;
			padding:10px;
			height:170px;
		
		}
		.myScroll ul li:hover{
			box-shadow:0px 0px  5px 5px #efefef;
		}
		.myScroll ul img {
			width: 250px;
			height:150px;
			border: 1px solid #7bb1f7;
		}
		/* 关于云翌 */
		.vi{
			display: inline-block;
			font-size:25px;
			text-align: center;
			width:20%;
			margin-right:19%;
			padding-bottom:10px;
			border-bottom: 1px solid #c9c9c9;
		}
		.now{
			color:#0e84fd;
			border-bottom:1px solid #0e84fd;
		}
		.vi:first-child{
			margin-left:0%;
		}
		.vi:last-child{
			margin-right:0%;
		}
	
		.moremodular .more1{
			padding-top:30px;text-align: center;color: #b3b3b3;font-size: 24px;line-height: 24px;
		}
		.moremodular .more2{
			border: 1px solid #0e84fd;border-radius:10px;width: 300px;height:50px;line-height: 50px;color:#0e84fd;font-size:20px;margin: 0 auto;margin-top: 30px;text-align: center;
		}
		.moremodular .more2:hover{
			background:#0e84fd;color:white;
		}
		.casek4{
			width:22%;text-align: center;
		}
		.casek4:first-child{
			width:30%;text-align: center;
		}
		.casek4 img{
			width: 100%;
		}
		.caseul{
			display: flex;
		}
		.casek2{
			border: 1px solid #c9c9c9;
			border-radius: 5px;
			width:48%;height:150px;
			margin-right:4%;
			margin-top: 20px;
			display: flex;align-items:center;justify-content: space-between;
			
		}
		.casek2:last-child{
			margin-right:0%;
		}
		.casek2 .caseimg {
			width:20%;
		}
		.casek2 .caseimg img{
			width:100%;
		}
		.casek2 .casedetails {
			width:65%;
		}
		.casek2 .casedetails .position{
			font-size: 22px;
			line-height:2;
			font-weight: bold;
		}
        .casek2 .casedetails .experience{
			font-size: 20px;line-height:2;
		}
		.casek2 .casedetails .experience span{
			color:#00479c;font-weight:bold;
		}
		/* 优势 */
		.bottomadv{
			position: relative;width: 100%;height:550px;margin: 0 auto;
		}
		.bottomadv img{
			width: 100%;height:550px;
		}
		.bottomadv .place{
			position: absolute;left:50%;top:50%;transform:translateX(-50%) translateY(-50%);margin: 0 auto 0;
		}
		.bottomadv  .des{
			color:#0e2e96;font-size:20px;text-align:center;font-weight:500;
		}
		.bottomadv  .des1{
			color:#0e2e96;font-size:20px;text-align:center;font-weight:500;
		}
		.videoflex3{
			display: flex;align-items:center;justify-content:space-around;margin-top: 110px;
		}
		.bottomadv .adva{
			width: 33%;height:200px;padding:50px 50px;background: rgb(255,255,255);opacity:0.6;text-align: center;
		}
		.bottomadv .adva:hover{
			padding:60px 50px;background: rgb(14,46,150);opacity:0.8;
		}
		.bottomadv .adva:hover .line1{
			display: none;
		}
		.bottomadv .adva:hover .line2{
			display: none;
		}
		.bottomadv .adva:hover .line4{
			display: block;
		}
		.line4{
			display: none;;color: #FFFFFF;text-align: center;font-size:26px;line-height:1.5;
		}
		.line1{
			color: #0e2e96;font-size:20px;text-align: left;font-weight:bold;line-height:1.5;
		}
		.line2{
			color: #5b5b5b;text-align: left;font-size:26px;line-height:1.5;
		}
/* -------------------lp2-------------------------- */
		/* 首屏 */
		.land2banner .theme{
			display: flex;justify-content: space-between;align-items: center;
		}
		.land2banner .theme h2{
			color:white;font-size:3.5rem;font-weight: bolder;line-height:2;
		}
		
		.land2adv{
			width:80%;margin: 0 auto;display: flex;justify-content:space-between;align-items: flex-start;
		}
		.land2adv .advlist{
			border:1px solid #267bff;height: 160px;width:200px;padding:20px 20px;background:#f9f9f9;text-align: center;
		}
		.land2adv .advlist .line{
			height: 2px;width: 50%;margin: 10px auto 10px;border:1px solid #2465d4;
		}
		.land2adv .advlist h3{
			color:#000000;font-size:25px;line-height: 25px;
		}
		.land2adv .advlist .des{
			color:#7f7f7f;font-size:15px;letter-spacing:10px;
		}
		/*描述*/
		.broadflex .scenelist{
			margin-top:20px;width:50%;display: flex;justify-content:space-between;
		}
		.broadflex .scenelist span{
			display: inline-block;margin-right: 10px;
		}
		.broadflex .scenelist img{
			width:20px;
		}
		/* 硬件设备 */
		.land2device{
			width: 80%;margin: 0 auto 100px;text-align: center;
		}
		.land2device p{
			font-size: 30px;
		}
		.land2devicelist{
			display: flex;justify-content:space-between;align-items:flex-start;
		}
		.land2devicelist .oneof{
			text-align: center;
		}
		.land2devicelist .oneof div{
			width: 250px;height: 250px;border-radius:100%;position: relative;border:1px solid #2465d4;
		}
		.land2devicelist .oneof img{
			position: absolute;top:50%;left: 50%;transform: translateX(-50%) translateY(-50%);
		}
		.land2devicelist .oneof p{
			font-size: 20px;margin-top: 20px;
		}
		/* 应用场景 */
		.land2scene{
			width: 100%;height: 600px;margin-top: 130px;background: url(img/landpage/lp2dbk.png) no-repeat;
		}
		.land2scene .category{
			width:60%;margin-left: 20%;
		}
		.land2scene .gather{
			display: flex;align-items:flex-start;justify-content: space-around;margin-top:50px;
		}
		.land2scene .gatherlist{
			text-align: center;
		}
		.land2scene .gatherlist .scene{
			text-align: center;width: 120px; height: 120px;box-shadow: 0 2px 5px #e2dede;
		}
		.land2scene .gatherlist p{
			margin-top: 20px;font-size:20px;
		}
		/* 功能 */

		
		.mpcc-bottom-list {
			width:100%;
			margin: 0 auto;
			padding: 0 0 100px 0;
			padding-bottom: 0;
		}
		
		.mpcc-bottom-list-item {
			display: table-cell;
			padding: 40px 48px 0 48px;
			width:30%;
			height: 180px;
			margin-right:5%;
			list-style: none;
		}
		.mpcc-bottom-list-item:nth-of-type(3n) {
			margin-right: 0;
		}
		.mpcc-bottom-list-item-icon {
			text-align: center;
		}
		
		.mpcc-bottom-list-item-icon span {
			width: 54px;
			height: 54px;
		}
		
		.mpcc-bottom-list-item-title{
			text-align: center;
			margin-top: 15px;
			margin-bottom:15px;
			text-align: center;
			font-size:20px;
			line-height:20px;
			font-weight: bold;
			color: #222;
		}
		
		.mpcc-bottom-list-item-desc {
			margin-top: 10px;
			margin-bottom: 0;
			font-size: 16px;
			line-height: 24px;
			color: #999;
		}
		/* 场景 */
		.lp2scene:hover{
			transform: scale(1.2);
			transition: 0.5s;
		}
		/* 解决方案*/

		.state{
			font-size: 20px;text-align: center;margin-bottom:50px;
		}
		.solution-wrap2 {
			width: 100%;
			margin: 0 auto;
		}
		.solution-wrap2 .list {
		    display: flex;
		    -webkit-box-pack: start;
		    justify-content: flex-start;
		    flex-wrap: wrap;
		    padding-left: 1px;
		    padding-right: 1px;
		}
		 .solution-wrap2 .list li {
		    width:23%;
		    height: 380px;
		    margin-right: 2%;
		    margin-bottom: 40px;
		    background: #fff;
		    border-radius: 4px;
		    overflow: hidden;
		    box-shadow: 0 2px 5px #e2dede;
		    transition-property: all;
		    transition-duration: 0.3s;
		    transition-timing-function: ease-in-out;
		    backface-visibility: hidden;
		}
		.solution-wrap2 .list li:last-child{
			margin-right:0;
		}
		.solution-wrap .list li a {
			display: block;
			width: 100%;
			height: 100%;
			position: relative;
		}
		.solution-wrap2 .list li a img {
			display: inline-block;
			width: 100%;
			height: 180px;
			vertical-align: top;
		}
		.solution-wrap2 .list li a .content {
			text-align: left;
			padding-left: 20px;
			padding-right: 20px;
		}
		.solution-wrap2 .list li a .content h3{
			font-size: 17px;
			line-height:17px;
			margin-top: 24px;
			margin-bottom: 14px;
			color: #333;
			font-weight: bold;
		}
		.solution-wrap2 .list li a .content p {
			color: #888;
			font-size: 14px;
			line-height: 20px;
			overflow: hidden;
			text-overflow: ellipsis;
			display: -webkit-box;
			-webkit-box-orient: vertical;
			-webkit-line-clamp:6;
		}
	
		.solution-wrap2 .list li:hover {
			-webkit-transform: translateY(-4px);
			-ms-transform: translateY(-4px);
			transform: translateY(-4px);
			-webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
			box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
		}