.PageLeft{width:220px;float:left;background-color:#fff; margin-top:15px;}
.PageRight{width:860px;float:right;background-color:#fff; color:#222; margin-top:15px; padding-bottom:15px;}

.DialogInfo{padding:20px; width:200px;}
.TipsInfo{padding:20px;}
.TipsInfo_Ico{width:60px; float:left;}
.TipsInfo_Txt{padding:10px 0 0 10px;float:left;}
.TipsInfo_TxtTitle{font-size:18px;padding-bottom:6px;font-weight:700;}
.TipsInfo_TxtContent{}

/*内页栏目导航a1*/
.ContentNavigation_a1{position:relative;}
	.ContentNavigation_a1_Top{display:none;}
	.ContentNavigation_a1_Bottom{display:none;}
	/*1级*/
	.ContentNavigation_a1_1stGrade li{border-bottom:1px solid #eee;}
	.ContentNavigation_a1_1stGrade li:last-child{border-bottom:none;}
	.ContentNavigation_a1_1stGrade li.With2ndGrade{position:relative;}
	.ContentNavigation_a1_1stGrade li a{display:block;padding:20px; font-size:16px;}
	.ContentNavigation_a1_1stGrade li a:hover{background-color:#e9c000;color:#222;}
	.ContentNavigation_a1_1stGrade li a.on{background-color:#e9c000;color:#222;}
	/*2级*/
	.ContentNavigation_a1_2ndGrade{position:absolute;left:0px;top:0px;background-color:#e9c000;display:none;}
	.ContentNavigation_a1_2ndGrade li{border-bottom:none;}
	.ContentNavigation_a1_2ndGrade li a{white-space:nowrap;color:#fff;}
	.ContentNavigation_a1_2ndGrade li a:hover{background-color:#007aff;}
	.ContentNavigation_a1_2ndGrade li a.on{background-color:#007aff;}
	
@media only screen and (max-width: 1366px){
	.PageLeft{width:220px;float:left;background-color:#fff; margin-top:15px;}
   .PageRight{width:760px;float:right;background-color:#fff; color:#222; margin-top:15px; padding-bottom:15px;}
	}