* {
	padding: 0;
	margin: 0;
}

.page .nav-left {
	position: relative;
	top: 0;
	height: 100%;
	width: 360px;
	background-color: #FFFFFF;
	transition: all .5s;
	z-index: 100;
	float: left;
	/* overflow: hidden; */
}

.page .nav-left .LogoName {
	text-align: center;
	line-height: 80px;
	font-size: 22px;
	font-weight: 700;
	color: #fff;
	letter-spacing: 0.05em;
	background: #d81525;
}

.page .nav-left .navDiv .navName {
	padding: 12px 20px !important;
	letter-spacing: 0.05em;
	font-size: 11px;
	color: #5a5454;
	font-weight: 700;
}

.page .nav-left .navDiv .nav-list ul .a_active {
	background-color: #f3f4f8;
}

.page .nav-left .navDiv .nav-list ul .a_active .active {
	color: #fff !important;
	font-weight: 700;
	background: #a60c18;

}

.page .nav-left .navDiv .nav-list ul .nav-tab {
	list-style: none;
	background: #f3f4f8;
	border-bottom: 1px solid #e3e3e3;
}

.page .nav-left .navDiv .nav-list ul .nav-tab .li-a {
	padding: 22px 15px 12px 55px !important;
	text-decoration: none;
	display: block;
	padding: 0.45rem 1rem;
	font-size: 18px;
	color: #3d3d3d;
	font-weight: bold;
}

.page .nav-left .navDiv .nav-list ul .nav-tab .li-a .bx {
	font-size: 17px;
	vertical-align: text-top;
	margin-right: 6px;
}

.page .nav-left .navDiv .nav-list ul .nav-tab .nav-box {
	height: 0;
	overflow: hidden;
}

.page .nav-left .navDiv .nav-list ul .nav-show .nav-box {
	height: auto !important;
	padding-bottom: 10px;
	padding-top: 10px;
	transition: all 0.6s;
}
.page .nav-left .navDiv .nav-list ul .nav-show .nav-box a:hover:before{
	opacity:1;

}
.page .nav-left .navDiv .nav-list ul .nav-show .nav-box a:before{
	content:'▶';
	font-size: 12px;
	opacity:0;
}
.page .nav-left .navDiv .nav-list ul .nav-show .nav-box a {
	padding: 5px 70px !important;
	text-decoration: none;
	display: block;
	padding: 0.65rem 1.5rem;
	font-size: 16px;
	color: #5a5454;
	transition: all 0.3s;
	margin-left: 0px;
	line-height: 25px;
}

.page .nav-left .navDiv .nav-list ul .nav-show .nav-box .active-li-a {
	color: #d81525 !important;
	text-decoration: none;
	font-weight: 500;
	font-size:18px;
}


.page .nav-left .navDiv .nav-list ul .nav-show .nav-box a:hover {
	margin-left: 6px;
}

.page .nav-left .navDiv .nav-list .li-a {
	transition: all 0.3s;
	margin-left: 0px;
}

.page .nav-left .navDiv .nav-list .li-a:hover {
	padding-left: 6px;
}

.page .nav-right {
	display: flex;
	flex-direction: column;
	padding-left: 0px;
	transition: all .5s;
	z-index: 200;
	padding-left: 4%;
	padding-right: 3%;
}

.page .nav-top {
	flex: 1;
	height: 60px;
	width: 100%;
	padding: 20px;
	display: none;
	background-color: #FFFFFF;
	box-shadow: 10px 0px 17px rgba(72, 72, 72, 0.2);
	z-index: 200;
}

.page .content-page {
	z-index: 200;
	flex: 1;
	position: relative;
	top: 60px;
	left: 20px;
	right: 0;
	bottom: 0;
	transition: all .5s;
	background-color: #FFFFFF;
	margin: 15px;
}








/*<1000*/
@media screen and (max-width:768px) 
{
	
.page .nav-top {display: block;}
	
	.page .nav-right{width:100%}
}

