.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 {
	width: 1000px;
	height: 69px;
	margin: auto;
	display: flex;
}

.menu-sidle-model-content .msmc-children {
	width: 20%;
	height: 69px;
	float: left;
	font-size: 16px;
	
	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: space-between;
}

.msmc-company-children {
	width: 31%;
	height: 360px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	margin-top: 70px;
	transition: all 0.5s ease;
}

.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%;
	max-height: 250px;
}

.msmc-company-children p {
	height: 70px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.msmc-company-children .msmc-cover {
	/* width: 100%; */
	height: 289px;
	display: none;
	background: rgba(0, 0, 0, 0.6) url("../img/add_pic.png") no-repeat center;
	background-size: 59px auto;
	cursor: pointer;
	position: absolute;
	margin-top: -70px;

}

.container .company-message {
	width: 100%;
	min-height:550px;
	display: flex;align-items: center;justify-content: center;
}

.container .company-message .company-content {
	width: 100%;
	margin: auto;
	max-width: 1400px;
	overflow: hidden;
}
.company-content img{
	max-width: 100%;
	height: auto !important;
}
.container .company-message .company-content div{
	/* margin-top: 0!important; */
}
.company-content .company-content-top {
	margin-top:0px;
	width: 100%;
	height: 395px;
	display: flex;
	align-items: center;
	margin-bottom: 20px;
}

.company-content .company-content-bottom {
	width: 100%;
	height: 245px;
	display: none;
	align-items: center;
	justify-content: space-between;
}

.company-content .company-content-top .company-content-top-picture {
	width: 49%;
}

.company-content .company-content-top .company-content-top-picture img {
	width: 100%;
	height: auto;
}

.company-content .company-content-top .company-content-top-introduce {
	width: 51%;
	height: 395px;
}

.company-content-top-introduce-child {
	width: 100%;
	margin-left: 0%;
	height: 395px;
}

.company-content-top-introduce-child .company_word-title {
	font-size: 24px;
	
	font-weight: bold;
	color: #090909;
	height: 80px;
	line-height: 80px;
}

.company-content-top-introduce-child .company_word-title .under_line {
	width: 45px;
	height: 4px;
	background-color: #1F509C;
	margin-top: 76px;
	border-radius: 10px;
	position: absolute;
	margin-left: -243px;

}

.company-content-top-introduce-child .company_word-content {
	font-size: 16px;
	
	font-weight: 400;
	color: #090909;
	line-height: 30px;
	text-align: left;
	margin-top: 17px;
	min-height: 150px;
	/* max-height: 200px; */
}

.company-content-top-introduce-child .company_button {
	width: 149px;
	height: 40px;
	background: #1F509C;
	border-radius: 3px;
	font-size: 14px;
	
	font-weight: 500;
	color: #FFFFFF;
	line-height: 40px;
	text-align: center;
	margin-top: 50px;
}

.company-content-top-introduce-child .company_button:hover {
	cursor: pointer;
}

.company-content-bottom .bottom_com_chidren {
	width: 25%;
	display: flex;
	flex-direction: column;
	font-weight: bold;
	text-align: left;
	justify-content: center;
	height: 205px;
	font-size: 48px;
	font-family: Impact;
	font-weight: bold;
	color: #253D93;
	text-indent: 46px;
}

.small-word {
	position: absolute;
	font-size: 14px;
	text-indent: 0px !important;
}

.p-word {
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #323232;
}

.msmc-company .play-video {
	width: 100%;
	max-width: 1400px;
	height: 771px;
	margin: auto;
	margin-bottom: 100px;
}

.msmc-company .play-video img {
	position: absolute;
	width: 73px;
	height: 73px;
	left: 0;
	right: 0;
	margin: auto;
	margin-top: 18%;
}

.msmc-company .play-video video {
	width: 100%;
	height: 100%;
}

video {
	width: 100%;
	height: 100%;
	object-fit: fill;
}

section #page {
	width: 100%;
	height: 100px;
	margin-top: 50px;
	margin-bottom: 20px;
	justify-content: center;
}

section #page .first,
section #page .last {
	display: none;
}

section #page .prev,
section #page .next {
	width: 90px;
	height: 44px;
	background: rgba(35, 47, 61, 0);
	border: 1px solid #E0E0E0;
	
}

@media screen and (max-width:1420px) {
	.container section .msmc-company {
		max-width: 1200px;
	}

	.msmc-company .play-video {
		width: 1163px;
		height: 643px;
	}

	.msmc-company .play-video img {
		margin-top: 20%;
	}
}

/* ///////////////////////// */
.mobile-content {
	width: 100%;
	margin: auto;
}

.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;
}

.m-company-img {
	width: 92.6%;
	margin: auto;
}

.m-company-img img {
	width: 100%;
	min-height: 200px;
}

.m-company-img .company-name {
	width: 92%;
	position: absolute;
	height: 45px;
	background-color: rgba(0, 0, 0, 0.3);
	color: white;
	font-size: 16px;
	left: 4%;
	margin-top: -45px;
	line-height: 45px;
	text-indent: 10px;
}

.m-company-content {
	width: 92%;
	margin: auto;
	font-size: 16px;
	color: #494949;
	line-height: 30px;
	margin-top: 10px;
}

.m-company-data {
	width: 100%;
	height: 75px;
	margin: 20px auto;
}

.m-company-data-child {
	width: 25%;
	height: 65px;
	text-align: center;
	font-size: 16px;
	float: left;
	display: flex;
	justify-content: center;
	flex-direction: column;
}

.m-company-data-child .sp1 {
	font-size: 18px;
	color: #0762D5;
	font-weight: bold;
	line-height: normal;
	line-height: 30px;
	text-align: center;
}

.m-company-data-child .sp2 {
	font-size: 16px;
	color: #494949;
	line-height: normal;
	text-align: center;
}

.m-company-data-child i {
	font-style: normal;
	font-size: 10px;
	position: absolute;
	margin-top: -5px;
}

.m-company-xqing,
.m-company-xqing2 {
	width: 120px;
	height: 35px;
	line-height: 35px;
	background-color: #1F509C;
	color: white;
	font-size: 16px;
	text-align: center;
	margin: auto;
	border-radius: 10px;
	margin-bottom: 20px;
}

.m-video img {
	width: 100%;
	height: auto;
}

.m-video .m-play {
	width: 50px;
	height: 50px;
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	margin-top: 20%;
}

.m-cover {
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 8;
	background-color: rgba(0, 0, 0, 0.8);
	display: none;
}

.m-cover video {
	width: 100%;
	height: auto;
	position: fixed;
	z-index: 9;
	top: 0;
	bottom: 0;
	margin: auto;
}

.m-cover video::-webkit-media-controls-fullscreen-button {
	display: none !important;
}
.m-close{
	width:70px;height:70px;display:none;align-items: center;
	position: fixed;right: 0;top:10%;z-index: 66;justify-content: flex-end;
}
.m-close img{width: 30px;}

.mobile-content .m-qh-content{
	width:5.9rem;
	height:4.9rem;	
	margin-left:0.8rem;
}
.mobile-content .m-qh-content .top{
	width:5.9rem;
	height:3.9rem;
	background: #F2F2F2;display: flex;align-items: center;justify-content: center;flex-direction: column;
}
.mobile-content .m-qh-content .top img{
	width: 4.73rem;height: 3rem;margin-top: 0rem;
}
.mobile-content .m-qh-content p{
	width: 100%;height: 1rem;line-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);
}
.cover{
	position: fixed;z-index: 30;width: 100%;height:100%;left:0;top:0;bottom: 0;right: 0;margin: auto;
	background-color: rgba(0, 0, 0,1);
}
.company-children-chind-bigerImg{
	position: fixed;z-index: 31;width:30%;height:auto;left:0;top:0;bottom: 0;right: 0;margin: auto;display: none;
}
@media screen and (max-width:1050px) {
	.session-msmc-comp {
		margin-top:15px;
	}
	.container .company-message .company-content div{
		margin: auto;
	}
	.container .company-message .company-content div:nth-of-type(1){
		margin-top: 0;
	}
	.container .company-message .company-content div:nth-of-type(1) p:nth-of-type(1){
		display: block;
	}
	.container .company-message .company-content div:nth-of-type(1){
		margin: auto;
	}
	.container .company-message .company-content div img{
		max-width: 100%;
	}
	.menu-sidle-model-content{
		width: 100%;
	}
	.container .menu-sidle-model,.menu-sidle-model-content,.menu-sidle-model-content .msmc-children{
		height: 50px;font-size:16px;
	}
	.container .company-message{
		min-height: 300px;
	}
	.company-content .company-content-top{
		display: flex;flex-direction: column;height: auto;
		width:94%!important;margin: auto;
		
	}
	.company-content .company-content-top,.company-content .company-content-top .company-content-top-picture,.company-content .company-content-top .company-content-top-introduce{
		width: 100%;
	}
	.company_banner{
		display: none;
	}
	.company-content-top-introduce-child .company_word-title{
		font-size:18px;height:50px;line-height:50px;
	}
	.company-content-top-introduce-child{
		width: 100%;margin: 0;
	}
	.company-content-top-introduce-child .company_word-content{
		font-size: 16px;
	}
	.company-content-top-introduce-child .company_button{
		width: 1.5rem;height: 0.5rem;line-height: 0.5rem;
		font-size:16px;
	}
	.company-content .company-content-top .company-content-top-introduce,.company-content-top-introduce-child{
		height: auto;
	}
	.msmc-company .play-video{
		height: auto;margin-bottom:15px;
	}
	.container section .msmc-company .msmc-company-children{
		width: 100%;margin-top: 15px;
		
	}
	
		.company-children-chind-bigerImg{
			width: 96%;
		}
	section #page{
		margin-top: 6px;margin-bottom:20px;height:43px;
	}
	.container .company-message{
		height: auto;
	}
	.container .company-message .company-content div:nth-of-type(1) p{
		width: 92.6%;margin: auto;
	}
	.container .company-message .company-content span{
		font-size: 16px!important;
	}
	.company-content-top-introduce-child .company_button{
		width:150px;height:50px;line-height:50px;
	}
}

@media screen and (max-width:750px) {
	.session-msmc-comp {
		margin-top: 0.2rem;
	}
	.container .company-message .company-content div{
		margin: auto;
	}
	.container .company-message .company-content div:nth-of-type(1){
		margin-top: 0;
	}
	.container .company-message .company-content div:nth-of-type(1) p:nth-of-type(1){
		display: block;
	}
	.container .company-message .company-content div:nth-of-type(1){
		margin: auto;
	}
	.container .company-message .company-content div img{
		max-width: 100%;
	}
	.menu-sidle-model-content{
		width: 100%;
	}
	.container .menu-sidle-model,.menu-sidle-model-content,.menu-sidle-model-content .msmc-children{
		height: 50px;font-size: 0.27rem;
	}
	.container .company-message{
		min-height: 300px;
	}
	.company-content .company-content-top{
		display: flex;flex-direction: column;height: auto;
		width:94%!important;margin: auto;
		
	}
	.company-content .company-content-top,.company-content .company-content-top .company-content-top-picture,.company-content .company-content-top .company-content-top-introduce{
		width: 100%;
	}
	.company_banner{
		display: none;
	}
	.company-content-top-introduce-child .company_word-title{
		font-size: 0.3rem;height: 0.8rem;line-height: 0.8rem;
	}
	.company-content-top-introduce-child{
		width: 100%;margin: 0;
	}
	.company-content-top-introduce-child .company_word-content{
		font-size: 0.26rem;
	}
	.company-content-top-introduce-child .company_button{
		width: 1.5rem;height: 0.5rem;line-height: 0.5rem;
		font-size: 0.26rem;
	}
	.company-content .company-content-top .company-content-top-introduce,.company-content-top-introduce-child{
		height: auto;
	}
	.msmc-company .play-video{
		height: auto;margin-bottom: 0.2rem;
	}
	.container section .msmc-company .msmc-company-children{
		width: 100%;margin-top: 0.2rem;
		
	}
	
		.company-children-chind-bigerImg{
			width: 96%;
		}
	section #page{
		margin-top: 0.1rem;margin-bottom: 0.3rem;height:43px;
	}
	.container .company-message{
		height: auto;
	}
	.container .company-message .company-content div:nth-of-type(1) p{
		width: 92.6%;margin: auto;
	}
	.container .company-message .company-content span{
		font-size: 0.28rem!important;
	}
	.company-content-top-introduce-child .company_button{
		width: 2rem;height: 0.6rem;line-height: 0.6rem;
	}
}