body {padding-top: 120px;}

.layout {max-width: 1004px; width: 98%; margin: 0 auto; }

.xlogin {max-width: 1004px; width: 98%; margin: 0 auto; height: 20px; border-bottom:2px solid #8d8d8d; }

.axlogin{display:block;position:relative;left:0px;bottom:5px;height:20px;line-height:20px;float:left;margin-right:30px;}
.axlogin,.axlogin:link,.axlogin:hover{color:red;}

.axmopwd{display:block;position:relative;}
.axmopwd,.axmopwd:link,.axmopwd:hover{color:red;}

@media (min-width:945px){.axmopwd{display:none;}}
@media (min-width:576px) and (max-width:945px){.axmopwd{display:none;}}
@media (max-width:576px){.axmopwd{display:block;}}

header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 10;
	transition: .3s;
	z-index: 999; 
	background: #fff; 
}
header .layout {
	display: flex;
	justify-content: space-between;
	height: 100px;
	align-items: center; 
}
header .layout .nav_btn {
	display: none; 
}
header .layout .r_box {
	display: flex;
	align-items: center;
	flex-wrap: wrap; 
}
header .layout .r_box nav {
	display: flex;
	flex-wrap: wrap; 
}
header .layout .r_box nav a {
	display: block;
	color: #000;
	font-size: 18px;
	padding: 0 0 0 30px; 
}
header .layout .r_box nav a:hover {
	color: #ff662e; 
}

.header_on {
	background: #fff; 
}
.header_on .layout .r_box nav a {
	color: #000; 
}

footer {
	background-color: #283e52; 
}
footer .box_01 {
	display: flex;
	padding: 3% 0;
	justify-content: space-between;
	align-items: center;
	color: #ffffff;
	opacity: 0.5;
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
	flex-wrap: wrap; 
}
footer .box_01 h6 {
	font-size: 160%;
}
footer .box_02 {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 3% 0;
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
	flex-wrap: wrap; 
}
footer .box_02 .item p {
	color: #ffffff;
	opacity: 0.5;
	font-size: 18px;
	line-height: 32px; 
}
footer .box_02 .phone {
	display: flex;
	align-items: center;
	color: #ffffff;
	font-size: 16px;
	justify-content: space-between; 
}
footer .box_02 .phone p {
	margin-left: 10px; 
}
footer .box_03 {
	padding: 3% 0;
	text-align: center;
	color: #ffffff;
	opacity: 0.5; 
}

@media screen and (min-width: 700px) {
	header .layout .r_box nav {
		display: flex;
		flex-wrap: wrap; 
	}

}

@media screen and (max-width: 700px) {
	body {
		padding-top: 120px; 
	}
	header .layout .r_box nav {
		width: 100%;
		display: none;
		position: fixed;
		top: 100px;
		bottom: 0;
		right: 0;
		left: 0;
		background-color: rgba(0, 0, 0, 0.8);
		align-items: stretch; 
	}
	header .layout .r_box nav a {
		width: 100%;
		text-align: center;
		height: 70px;
		line-height: 70px;
		color: #fff !important; 
	}
	header .layout .nav_btn {
		display: block;
		font-size: 30px;
		color: #000;
		cursor: pointer; 
	}
}

@media screen and (max-width: 460px) {
	body {
		padding-top: 80px; 
	}	
	header .layout {
		height: 60px; 
	}
	header .layout .loago img {
		width: 150px; 
	}
	header .layout .r_box {
		top: 60px; 
	}
	header .layout .r_box nav {
		top: 60px; 
	}
	
	footer .box_01 h6 {
		width: 100%;
		padding-top: 15px;
		text-align: left; 
	}

	footer .box_01 span {
		width: 100%;
		text-align: left; 
	}

	footer .box_02 .item {
		width: 100%; 
	}

	footer .box_02 .phone {
		justify-content: flex-end;
		margin-top: -45px; 
	}

	footer .box_02 .item p {
		font-size: 12px;
		line-height: 20px; 
	}

	footer .box_02 .phone p {
		display: none; 
	}
}

@media screen and (min-width: 701px) {
	header .layout .r_box nav {
	  	display: flex !important; } 
}