
.pageBaner .text .list{
	display:flex;
	flex-wrap:wrap;
}
.pageBaner .text .list .item{
	display:flex;
	color:#fff;
	align-items:center;
	width:50%;
	justify-content:center;
	margin:20px 0;
}
.pageBaner .text .list .item img{
	margin-right:15px;
	width:40px;
}
.pageBaner .text .list .item span{
	font-size:22px;
}

/* 分类 */
.classify{
	margin:30px 0;
}
.classify .list li{
	float:left;
	height:40px;
	line-height:40px;
}
.classify .list li:before{
	content:'';
	display:inline-block;
	width:1px;
	height:14px;
	background:#999;
	margin:0 20px;
	position:relative;
	top:2px;
}
.classify .list li:first-child:before{
	display:none;
}
.classify .list li.on a{
	color:#15a1dc;
}
.classify .list li a{
	font-size:15px;

}
.classify .list li a:hover{
	color:#15a1dc;
}
.classify .search{
	position:relative;
	margin-top:2px;
}
.classify .search .key{
	border-radius:40px;
}
.classify .search .send{
	position:absolute;
	right:1px;
	top:1px;
	background:none;
	outline:none;
	height:32px;
	width:45px;
	border:none;
	background:#fff;
	border-radius:0 40px 40px 0;
	-webkit-transition: all .3s ease;-moz-transition: all .3s ease;-o-transition: all .3s ease;transition: all .3s ease;
	background:#fff;
}
.classify .search .send:hover{
	background:#15a1dc;
	color:#fff;
}

/* 广告 */
.ad{
	position:relative;
	display:flex;
	flex-wrap:wrap-reverse;
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center center;
}
.ad .left{
	width:80%;
}
.ad .text{
	height:520px;
	display:flex;
	align-items: center;
	padding-left:0.25rem;
}
.ad .text .p1{
	font-size:32px;
	font-weight:700;
	color:#fff;
	letter-spacing:1px;
}
.ad .text .p2{
	color:#fff;
	font-size:16px;
	margin-bottom:30px;
}
.ad .text .link{
	min-height:209px;
}
.ad .text .link div{
	padding:15px 0;
}
.ad .text .link a{
	display:inline-block;
	border:1px solid #fff;
	border-radius:30px;
	background:rgba(0,0,0,0.3);
	color:#fff;
	padding:6px 35px;
	font-size:18px;
}
.ad .text .link a:hover{
	background:rgba(31,162,218,0.9);
	border:1px solid rgba(31,162,218,0.9);
}
.ad .right{
	width:20%;
	height:520px;
}
.ad .right ul li{
	height:104px;
	line-height:104px;
	color:#fff;
	font-size:22px;
	box-sizing:border-box;
	position:relative;
	-webkit-transition: all .3s ease;-moz-transition: all .3s ease;-o-transition: all .3s ease;transition: all .3s ease;
	background:#15a1dc;
	cursor:pointer;
}
.ad .right ul li span{
	display:block;
	height:104px;
	margin-left:0.2rem;
	border-bottom:1px solid #67ccf8;
}
.ad .right ul li .arrow{
	position:absolute;
	width:12px;
	height:12px;
	top:50%;
	left:-6px;
	margin-top:-6px;
	background:#007cc2;
	transform: rotate(45deg);-ms-transform: rotate(45deg);-moz-transform: rotate(45deg);-webkit-transform: rotate(45deg);-o-transform: rotate(45deg);
	display:none;
}
.ad .right ul li.on{
	background:#007cc2;
}
.ad .right ul li.on .arrow{
	display:block;
}



/* 系统优势 */
.system{
	margin:50px 0 0 0;
}
.system .topTitle{
	color:#15a1dc;
	text-align:center;
	font-size:28px;
	font-weight:700;
}
.system .list{
	display:flex;
	flex-wrap:wrap;
	margin:50px 0;
}
.system .list .item{
	width:25%;
	box-sizing:border-box;
	border-right:1px solid #eee;
	margin-bottom:20px;
}
.system .list .item .title{
	width:150px;
	height:150px;
	display:flex;
	justify-content:center;
	align-items:center;
	border:1px solid #15a1dc;
	margin:0 auto;
	text-align:center;
	border-radius:150px;
	font-size:22px;
	padding:15px;
	color:#15a1dc;
	margin-bottom:20px;
	-webkit-transition: all .3s ease;-moz-transition: all .3s ease;-o-transition: all .3s ease;transition: all .3s ease;
}
.system .list .item .desc{
	display:flex;
	align-items:center;
	justify-content:center;
	color:#999;
	line-height:32px;
	-webkit-transition: all .3s ease;-moz-transition: all .3s ease;-o-transition: all .3s ease;transition: all .3s ease;
	padding:0 10px;
	word-wrap:break-word; 
	word-break:normal;
}
.system .list .item:hover .title{
	background:#15a1dc;
	color:#fff;
}
.system .list .item:hover .desc{
	color:#666;
}

/* 场景应用 */
.use{
	padding:30px 0 50px 0;
}
.use .topTitle{
	color:#15a1dc;
	text-align:center;
	font-size:28px;
	font-weight:700;
	margin-bottom:50px;
}
.use .item{
	background:#fff;
	box-shadow:0 0 10px #eee;
	padding-bottom:15px;
	margin-bottom:30px;
	-webkit-transition: all .3s ease;-moz-transition: all .3s ease;-o-transition: all .3s ease;transition: all .3s ease;
	position:relative;
}
.use .item .imgbox{
	position:relative;
}
.use .item .imgbox img{
	width:100%;
}
.use .item .imgbox .icon{
	position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
	color:#fff;
}
.use .item .imgbox .iconfont{
	font-size:46px;
	opacity:1;
	-webkit-transition: all .3s ease;-moz-transition: all .3s ease;-o-transition: all .3s ease;transition: all .3s ease;
}
.use .item h3{
	text-align:center;
	font-size:18px;
	word-break:break-all;
    display:-webkit-box;
    -webkit-line-clamp:1;
    -webkit-box-orient:vertical;
    overflow:hidden;
}
.use .item span{
	width:100px;
	text-align:center;
	display:block;
	border:1px solid #ddd;
	margin:0 auto;
	padding:2px 10px;
	border-radius:15px;
	-webkit-transition: all .3s ease;-moz-transition: all .3s ease;-o-transition: all .3s ease;transition: all .3s ease;
}
.use .item:hover{
	box-shadow:0 0 10px #ddd;
}
.use .item:hover h3{
	color:#15a1dc;
}
.use .item:hover span{
	background:#15a1dc;
	color:#fff;
	border:1px solid #15a1dc;
}
.use .item:hover .imgbox .iconfont{
	font-size:56px;
	opacity:0;
}

.auto{
	padding:10px 0 30px 0;
}
.auto img{
	max-width:100%;
	display:block;
	margin:0 auto;
	
}

@media screen and (max-width:768px){
	.pageBaner .text{padding: 100px 15px 40px 15px;}
	.pageBaner .text .p1{font-size:18px;}
	.pageBaner .text .p2{font-size:14px;}
	.pageBaner .text .list .item{margin: 10px 0;}
	.pageBaner .text .list .item img{height:32px;width:32px;margin-right:10px;}
	.pageBaner .text .list .item span{font-size:20px;font-weight:500;}
	
	.classify .list li{width:33.333%;text-align:center;position:relative;}
	.classify .list li:before{margin:0px;position:absolute;left:0px;top:12px;background:#999;}
	.classify .list li[noborder]:before{display:none;}
	.classify .search{margin-top:5px;}
	
	.classify .list li a{
		font-size:15px;
		word-break:break-all;
		display:-webkit-box;
		-webkit-line-clamp:1;
		-webkit-box-orient:vertical;
		overflow:hidden;
		padding:0 10px;
	}
	
	
	.ad .left{width:100%; height:auto;padding:50px 15px;margin-top:5px;}
	.ad .right{width:100%; height:auto;}
	
	.ad .right ul li .arrow{display:none !important; }
	.ad .right ul li{float:left; width:50%;line-height:50px; height:50px;}
	.ad .right ul li span{ height:50px;font-size:16px;}
	.ad .text .p2{width:auto;font-size:26px;font-size:15px;}
	.ad .text .link a{font-size:16px;}
	.ad .text .p1{font-size:26px;}
	
	.system{margin: 30px 0 20px 0;}
	.system .list .item{width:50%;}
	.system .list .item:nth-child(2){border:none;}
	.system .list .item:nth-child(4){border:none;}
	.system .list .item .title{font-size:18px; width:130px;height:130px;}
	.system .list .item .desc{padding:10px;line-height:24px;font-size:12px;}
	.system .list{margin:20px 0;}
	
	
	
	
	.use{margin:0px;}
	.use .row{margin:0 -5px;}
	.use .col-lg-3{padding:0 5px;}
	.use .topTitle{margin-bottom:20px;}
}
