
.mo {
	display: none;
}

.moallbar {
	display: none;
}

.mo3 {
	display: none;
}

.headbox {
	width: 100%;
}

.headall {
	width: 1312px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.headnavall {
	display: flex;
	justify-content: space-between;
}

.head-logo {
	height: 100px;
	width: 100%;
}

.allbar {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.firbar {
/* 	width: 100%; */
}

.firbar-title {
	padding: 10px 20px;
	font-size: 16px;
}



.firbar:hover {
	background-color: #047ade;
	color: #ffffff;
	border-radius: 5px;
}

.navact {
	background-color: #047ade;
	color: #ffffff;
	border-radius: 5px;
}

.firbar:hover>.secbar {
	display: block;
}


.secbar {
	padding: 20px 85px 20px 37px;
	/* border-top: 4px solid #047ade; */
	position: absolute;
	display: none;	
	background-color: #ffffff;
	max-width: 600px;
	
}

.secbar-title {
	color: #047ade;
	font-size: 16px;
	font-weight: lighter;
	padding: 10px 0;
}

.secbar-one {
	display: inline-table;
	margin-right: 20px;
}

.footbox {
	width: 100%;
	background-color: #031a31;
	color: #fff;
}

.footall {
	padding: 30px 0;
	width: 1312px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}

.footname {
	font-size: 24px;
	font-weight: 600;
	padding-top: 30px;
}

.footinfo {
	margin: 10px 0;
}

.footinfoall{
	margin-top: 40px;
	margin-left: 0px;
}

.footcenter {
	display: flex;
	padding: 10px 0 0 20px;
}

.footcenterone {
	padding-right: 90px;
}

.footcontact {
	margin-top: 10px;
	font-size: 16px;
	font-weight: 600;
}

.center-chtitall {
	margin-top: 30px;
}

.footcenter-chtit:hover {
	color: #047ade;
}

.footcenterone:last-child {
	padding-right: 0px;
}

.footcenter-tit {
	font-size: 16px;
	font-weight: 600;
}

.footcenter-chtit {
	padding: 10px 0;
}

.footlogo {
	margin-top: 20px;
	width: 210px;
}

.footringht-top {
	padding: 10px 0;
	font-size: 16px;
}

.footringht-img {
	margin-top: 30px;
	width: 140px;
	height: 140px;
	object-fit: fill;
	border: 5px solid #fff;
}

.footringht-bot {
	margin-top: 10px;
	padding-left: 20px;
}

.copybox {
	border-top: 1px solid #052f59;
	color: #fff;
	width: 100%;
	background-color: #031a31;
}

.copyall {
	padding: 5px 0;
	font-size: 12px;
	text-align: center;
	width: 1312px;
	margin: 0 auto;
}

.fixrightbox {
	z-index: 150;
	position: fixed;
	top: 200px;
	right: -175px;
}

.fixrightclick {
	width: 160px;
	height: 65px;
	background-color: #047ade;
	color: #fff;
	transition: ease 0.5s;
	display: flex;
	justify-content: left;
	align-items: center;
	padding-left: 10px;
	
}

.fixrightshow {
	margin-top: 2px;
	width: 240px;
	height: 65px;
	background-color: #047ade;
	color: #fff;
	transition: ease 0.5s;
	display: flex;
	justify-content: left;
	align-items: center;
	padding-left: 10px;
}

.fixrightclick:hover {
	transform: translateX(-20px);
}

.fixrightshow:hover {
	transform: translateX(-120px);
}

.fixrightshowewm:hover .rightewm {
	display: block;
}

.fixrightshowewm:hover {
	transform: translateX(-20px);
}

.fixrightclickcon {
	text-align: center;
	font-size: 16px;
}

.fixrightshowcon {
	text-align: center;
	font-size: 16px;
	padding-right: 30px;
}

.fixrightshowewm {
	margin-top: 2px;
	width: 160px;
	height: 65px;
	background-color: #047ade;
	color: #fff;
	transition: ease 0.5s;
	display: flex;
	justify-content: left;
	align-items: center;
	padding-left: 10px;
	position: relative;
}

.rightewm {
	position: absolute;
	left: -150px;
	display: none;
}

.rightewm img {
	border: 5px solid #fff;
	width: 130px;
	height: 130px;
}

.totop {
	cursor: pointer;
	margin-top: 2px;
	/* width: 160px; */
	height: 65px;
	padding: 10px 0 0 10px;
	background-color: #047ade;
	color: #fff;
/* 	display: flex;
	flex-direction: column;
	justify-content: left;
	align-items: center;
	padding-left: 10px; */
	position: relative;
}

.fa.fa-qq {
	font-size: 20px;
}

.fa.fa-phone {
	font-size: 15px;
	padding-right: 3px;
}

@media (max-width: 1312px){
	/* .pc {
		display: block;
	} */
	.headall {
		width: 100%;
	}
	.head-logobox {
		width: 246px;
	}
	.head-logo {
		height: 80%;
		width: 100%;
		margin: 0;
	}
	.mosearchnav>i {
		padding-right: 3rem;
		font-size: 3rem;
	}
	
	.moonebar {
		width: 100%;
		padding: 1rem;
		font-size: 1.5rem;
	}	
	.moallbar {
		display: none;
	}
	
	.footall {
		width: 100%;
		padding: 20px ;
	}
	
	.copyall {
		width: 100%;
	}
	
	.footall {
		padding:20px;
	}
	
	
}
@media (max-width: 1070px){
	.pc {
		display: none;
	}
	
	.pcbar {
		display: none;
	}
	.mo {
		display: block;
	}

	
	.mosearchnav>i {
		padding-right: 3rem;
		font-size: 3rem;
	}
	
	.moonebar {
		width: 100%;
		padding: 1rem;
		font-size: 1.5rem;
	}	
	.moallbar {
		display: none;
	}
	
	.footall {
		display: block;
		text-align: center;
	}
	
	.footcenter {
		justify-content: center;
	}
	
	.footcenterone {
		padding: 0;
	}
}
@media (max-width: 768px){
	
}

@media (max-width: 870px){
	.pc3 {
		display: none;
	}
	.mo3 {
		display: flex;
	}
	
	.mobilefoot {
		position: sticky;
		bottom: 0;
		z-index: 200;
		background-color: #047ade;
		display: flex;
		justify-content: space-between;		}
		.mfootnavone {
			width: 100%;
			display: flex;
			flex-direction: column;
			justify-content: center;
			align-items: center;
			padding: 5px 0;
			color: #fff;
			border-left: 1px solid #0072c3;
		}
		
		.acenter {
			text-align: center;
		}
		
		.posiewmbox {
			position: relative;
		}
		
		.posiewm {
			position: absolute;
			top: -100px;
			right: 50%;
			display: none;
		}
		
		.head-logo {
		    width: 60%;
		}
}
@media (max-width: 500px){
	}