.solution_floor_1_main .scense {
	margin: 150px auto;
}

.solution_floor_1_main .scense div.fl {
	width: 22%;
}

.solution_floor_1_main .scense div.fl:nth-child(2) {
	margin-left: 4%;
	margin-right: 4%;
}

.solution_floor_1_main .scense div.fl:nth-child(3) {
	margin-right: 4%;
}

.solution_floor_1_main .scense div.fl>div {
	width: 100%;
	height: 180px;
	position: relative;
}

.solution_floor_1_main .scense .scense_img {
	width: 100%;
	height: 100%;
}

.solution_floor_1_main .scense div p:first-child {
	font-size: 16px;
	margin-bottom: 5px;
	margin-top: 83px;
	color: white;
}
.floatText{
	position: absolute;
	color: #CCCCCC;
	height: 140px;
	top: 0;
	/* background: linear-gradient(#f7f1f10d,#2a2922a8, #151714cc); */
	background:
	linear-gradient(to bottom, rgba(255,0,0,0), rgba(59, 53, 53,1));
	width: calc(100% - 40px);
	text-align: center;
	padding: 20px;
	font-size: 12px;
	line-height: 20px;
}

.solution_floor_1_main .scense div p img {
	width: 15px;
	height: 15px;
	margin-right: 5px;
	margin-top: 2px;
}

.solution_floor_1_main .scense div p span {
	font-size: 14px;
}


.solution_floor_2_main .advantage img {
	border-radius: 50%;
	width: 100px;
	height: 100px;
}

.solution_floor_2_main .advantage h5 {
	margin-top: 10px;
	font-size: 18px;
}


.solution_floor_2_main_c {
	margin: 100px auto;
}

.solution_floor_2_main h3 {
	font-size: 18px;
	color: #1E6FFF;
	font-weight: bold;
}

.solution_floor_2_main p {
	font-size: 16px;
	margin: 10px 0;
	text-indent: 2em;
	line-height: 1.8em;
}

.solution_floor_2_main img {
	width: 100%;
	/* height: 200px; */
}

.solution_floor_2_main_c div.fl {
	margin-right: 20px;
	width: calc(50% - 40px);
}

.solution_floor_2_main_c div.fr {
	margin-left: 20px;
	width: calc(50% - 40px);
}

.solution_floor_3_main .industry {
	margin: 100px auto;
}

.solution_floor_3_main .industry div.fl {
	width: 30%;
	text-align: left;
}

.solution_floor_3_main .industry div.fl:nth-child(2) {
	margin-left: 5%;
	margin-right: 5%;
}

.solution_floor_3_main .industry p {
	text-align: center;
	font-size: 20px;
	margin-top: 20px;
}

.solution_floor_3_main .industry img {
	width: 100%;
	height: 300px;
}

/* 功能构成  */
.solution_floor_4_main .composition {
	margin: 90px auto;
	text-align: left;
}

.solution_floor_4_main .composition .composition_title {
	font-size: 18px;
	font-weight: 600;
}

.composition_content {
	margin-top: 30px;
}


.solution_floor_4_main .composition div.fl {
	width: 22%;
	margin-bottom: 30px;
	box-sizing: border-box;
	box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1)
}

.solution_floor_4_main .composition div.fl>div:first-child {
/* 	background: antiquewhite;
	padding: 10px 10px; */
	box-sizing: content-box;
	position: inherit;
}


.solution_floor_4_main .composition .composition_content>div:hover {
	box-shadow: 0 4px 24px 0 rgb(0 0 0 / 13%);
}

.solution_floor_4_main .composition div.fl:nth-child(2) {
	margin-left: 4%;
	margin-right: 4%;
}

.solution_floor_4_main .composition div.fl:nth-child(3) {
	margin-right: 4%;
}

.solution_floor_4_main .composition .modules {
	padding: 0 10px 20px 10px;
}

.solution_floor_4_main .composition .modules p {
	font-size: 16px;
	margin-top: 10px;
	/* font-weight: 600; */
	text-align: center;
}

.solution_floor_4_main .composition .modules div {
	font-size: 14px;
	margin-top: 15px;
	height: 53px;
	color: #666666;
}

.solution_floor_4_main .composition img {
	width: 100%;
	height: 150px;
	cursor: zoom-in;
	/* object-fit: contain; */
}

.tip-trangle-bottom {
	position: absolute;
	bottom: -10px;
	left: 100px;
	width: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 10px solid rgba(0, 0, 0, 0.31);
}
.advantage{
	text-align: center;
}

.cpln_div{
	height: 80px;
	margin-bottom: 50px;
	padding: 20px 30px;
	font-size: 14px;
	border-radius: 8px;
	position: relative;
	box-shadow: 5px 5px 5px rgb(245 249 255);
	width: 49%;
	box-sizing: border-box;
	height: 120px;
}
.cpln_div h4{
	font-size: 18px;
	color: #1E6FFF;
}
.cpln_div p{
	margin-top: 20px;
	line-height: 22px;
	position: relative;
	margin-left: 16px;
}
.cpln_div i{
	position: absolute;
	top: 5px;
	left: -16px;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background: #1E6FFF;
	display: flex;
	align-items: center;
	justify-content: center;
}
.cpln_div i em{
	width: 7px;
	height: 7px;
	background: white;
	border-radius: 50%;
}
.moreGN{
	display: flex;
	justify-content: space-between;
}
.moreGN_part{
	text-align: center;
}
.moreGN_part h5{
	margin-top: 20px;
}

	
