.title-center {
	text-align: center;
	color: #3092ce;
}

.title-center h4 {
	color: #3092ce;
	margin-bottom: 20px;
}

.title-center img {
	box-shadow: 0 0 10px rgba(148, 148, 148, 0.2);
}

.title-center p {
	color: #3092ce;
	padding: 20px 30px 0px;
}

/* 产品应用场景 */
.scene {
	display: flex;
	background-color: #f8fafa;
	margin: 20px 0;
}

.scene .scene-list p:first-child {
	margin-top: 0px;
}

/* 左右模块 */
.plate {
	display: flex;
	justify-content: space-between;
	padding: 0 15px;
}

.plate>div {
	/* border: 1px solid #aa5500; */
}

.plate .plate-img {
	width: 44%;
	display: flex;
	align-items: center;
}

.plate-carousel {
	width: 45%;
	display: flex;
	align-items: center;
}

.plate .plate-img img {
	width: 100%;
}

.plate .plate-content {
	width: 52%;
}

.plate-content p {
	font-size: 14px;
	color: #666;
	display: block;
}

.plate-content>p {
	margin-top: 15px;
}

.plate-list {
	margin-right: 30px;
}

.plate-list>p {
	margin-top: 15px;
}

.plate-content .scene-p {
	display: flex;
	padding: 10px 15px;
	/* border: 1px solid #00ff00; */
}

.plate-content .scene-p span {
	color: #3092ce;
}

@media screen and (max-width:1300px) {


	.plate-content>p {
		margin-top: 10px;
	}
}

@media screen and (max-width:1100px) {
	

	.plate-content .scene-p {
		padding: 10px 15px;
	}

	.scene {
		display: block;
	}

	.plate-list {
		margin-right: 0px;
	}

}

@media screen and (max-width:850px) {
	.plate {
		padding: 0px;
		display: block;
	}

	.plate>div {
		margin: 0 auto;
	}

	.plate .plate-img {
		width: 100%;

	}

	.plate-carousel {
		width: 100%;
	}

	.plate .plate-content {
		width: 100%;
	}

	.title-1-mobile {
		margin-top: 20px;
	}
}

.zixun {
	display: flex;
	justify-content: center;
	margin-top: 20px;
}

.zixun div {
	background-color: #3192CE;
	margin: 10px;
	font-weight: 600;
	padding: 12px 20px;
	color: #fff;
	border-radius: 10px;
	display: flex;
}

.zixun .link {
	display: flex;
	justify-content: center;
	align-items: center;
}

.zixun div a {
	color: #fff;
}

.zixun .phone img {
	width: 28px;
}

.zixun .phone a {
	display: flex;
	justify-content: center;
	align-items: center;
}

.zixun .phone h5 {
	padding-left: 10px;
}
@media (max-width: 800px) {
	.zixun div{
		margin: 3px;
		padding: 12px 10px;
	}
}

/* 多种结构，更多选择  */
.structure-module {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 20px 0;
	border-bottom: 1px dashed #999;
}

.structure-module .structure-img {
	width: 20%;
}

.structure-text {
	width: 75%;
	
}


.structure-text h5 {
	font-size: 16px;
	color: #4a4a4b;
}

.structure-text p {
	font-size: 14px;
	color: #555;
	margin-top: 10px;
}

.structure-module .structure-img img {
	width: 100%;
	display: flex;
}

@media screen and (max-width:1000px) {
	

	.structure-module .structure-img {
		width: 28%;

	}

	.structure-text {
		width: 70%;

	}

}

@media screen and (max-width:800px) {
	.structure-module {
		
		display: block;

	}

	.structure-module .structure-img {
		width: 98%;
		margin: 0 auto;
	}

	.structure-text {
		width: 98%;
		margin: 0 auto;
	}

}