.container .menu-sidle-model{
	width:100%;
	height: 69px;
	box-shadow: 0px 3px 46px 0px rgba(0,0,0,0.1);margin: auto;
}
.menu-sidle-model-content{
	max-width:1400px;
	min-width:360px;
	height: 69px;
	margin: auto;
	display: flex;justify-content: space-between;
}
.menu-sidle-model-content .msmc-children{
	width:20%;height: 69px;
	font-size: 16px;
	font-family: "Arial";
	font-weight: 500;
	color:#272727;display: flex;align-items: center;justify-content: center;
	transition: all 0.5s ease;
}
.menu-sidle-model-content .msmc-children:hover{
	background-color:#1E509C;color: white;cursor: pointer;
}
.menu-sidle-model-content .msmc-active{
	background-color:#1E509C;color: white;cursor: pointer;
	
}
.container section .msmc-company{
	max-width: 1400px;
	/* max-height:1630px; */
	margin: auto;
	display: flex;flex-wrap: wrap;justify-content:flex-start;
}

.msmc-company-children{
	width:31%;
	height: 390px;
	display: flex;flex-direction: column;justify-content: center;margin-top: 70px;
	transition: all 0.5s ease;margin-left: 1%;position: relative;
}
.msmc-company-children .msmc-company-children-chind{
	width: 100%;
	height: 289px;
	background: #F2F2F2;
	display: flex;align-items: center;justify-content: center;
}

.msmc-company-children .msmc-company-children-chind img{
	width:90.47%;
	
	height:250px;object-fit: cover;
}
.msmc-company-children p{
	height: 100px;display: flex;align-items: center;justify-content: center;flex-direction: column;
}
.msmc-company-children .msmc-cover{
	/* width: 100%; */
	height: 289px;
	display: none;
	background:rgba(30, 80, 156, 0.8) url("../img/add_pic.png") no-repeat center;
	background-size: 59px auto;
	cursor: pointer;
	position: absolute;
	top:0
	
}

section #page{
	width: 100%;
	height:100px;margin-top: 50px;margin-bottom: 20px;justify-content: center;
}
section #page .first,section #page .last{
	display: none;
}

@media screen and (max-width:1420px){
	.container section .msmc-company{
		max-width: 1200px;
	}
	
}

.mobile-content .m-qh-content{
	width:5.9rem;
	height:4.9rem;	
	margin-left:0.8rem;
}
.mobile-content .m-company-title {
	width: 92.6%;
	height: 45px;
	background-color: #0762D5;
	border-radius: 5px;
	margin: auto;
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 18px;
	color: white;
	text-indent: 20px;
	line-height: 45px;
}

.mobile-content .m-qh-content .top{
	width:6.1rem;
	height: 4.3rem;
	
	
}
.mobile-content .m-qh-content .top img{
	width:100%;height:auto;
}
.mobile-content .m-qh-content p{
	width: 100%;height: 1rem;color: #090909;font-size: 16px;text-align: center;
}
.load_mord{
	height:40px;line-height: 40px;
	font-size: 12px;color: rgba(0, 0, 0, 0.5);text-align: center;background-color: rgba(0, 0, 0, 0.02);
}

@media screen and (max-width:1050px) {
	.container .menu-sidle-model,.menu-sidle-model-content,.menu-sidle-model-content .msmc-children{
		height: 50px;font-size:16px;
	}
	.msmc-company-children{
		width: 100%;margin-left: 0;
	}
	.company-children-chind-bigerImg{
		width: 96%;
	}
	.msmc-company-children .msmc-cover{
		/* width: 100%; */
		height: 289px;
		display: none;
		background:transparent;
		background-size: 59px auto;
		cursor: pointer;
		position: absolute;
		margin-top: -70px;
		
	}
	.msmc-company-children{
		margin-top: 15px;
	}
	.msmc-company-children p{
		height:100px;
	}
	.menu-sidle-model-content{
		width: 100%;
	}
	section #page{
		margin-top:5px;margin-bottom: 20px;height:43px;
	}
}

@media screen and (max-width:750px) {
	.container .menu-sidle-model,.menu-sidle-model-content,.menu-sidle-model-content .msmc-children{
		height: 50px;font-size: 0.27rem;
	}
	.menu-sidle-model-content .msmc-children{
		width: 25%;text-align: center;
	}
	.msmc-company-children{
		width: 100%;margin-left: 0;
	}
	.company-children-chind-bigerImg{
		width: 96%;
	}
	.msmc-company-children .msmc-cover{
		/* width: 100%; */
		height: 289px;
		display: none;
		background:transparent;
		background-size: 59px auto;
		cursor: pointer;
		position: absolute;
		margin-top: -70px;
		
	}
	.msmc-company-children{
		margin-top: 0.2rem;
	}
	.msmc-company-children p{
		height:70px;
	}
	.menu-sidle-model-content{
		width: 100%;
	}
	section #page{
		margin-top: 0.1rem;margin-bottom: 0.3rem;height:43px;
	}
}