    /*background: #fffcdb;
    border-bottom: 1px solid #f3d1ac;*/
    width: 100%;
}
.national-content {
    color: #ce4f1e;
    font-family: ����;
    font-size: 18px;
    height: 50px;
    line-height: 50px;
    margin: 0 auto;
    text-align: center;
}
.national-content a {
    color: #ce4f1e;
 text-decoration: none;
}
strong{
    font-weight: bold;
}
.m_headM{
 display:flex;
 justify-content: space-between;
}
.title_menu{
  float:none;
  color: #666666;
  font-size: 13px;
  padding:0 5px;
}
.m_headM_right{
    display: flex;
    width: 31%;
    text-align: right;
}
.m_headM_img{
 margin-right: 4px;
 width: 19px;
}
.m_head{
 border-bottom: 1px solid #eee;
}
.national-content{
 height: 39px;
 line-height: 39px;
}
.m_topMC img{
    margin: 12px 0;
}
.m_topM{
  display:flex;
}
.top_search_all{
 width: 53%;
}
.top_search{
    width: 100%;
    height: 35px;
    margin: 31px 0 3px 0;
    border: 2px solid red;
    border-radius: 6px;
    display: flex;
}
.m_search{
    margin-left: 10px;
    border:none;
    height: 100%;
    width: 90%;
}
.m_topM{
    width: 62%;
    margin: 0 auto;
  height:auto;
  justify-content: space-around;
}
.top_search_img{
  width: 9%;
    background: red;
    border-radius: 4px;
    text-align: center;
}
.m_topMR{
  position:static;
}
.m_top_right{
 padding: 9px 7px;
 background:red;
 color:white;
 margin: 31px 0 3px 0;
 display: flex;
 border-radius: 5px;
}
.m_top_right img{
  width:20px;
  
}
.m_top_right span{
 margin-left: 5px;
}
.m_top{
 width: 97%;
 height:108px;
 border:none !important;
}
.class_ify{
  width:100%;
  color:white;
  background: red;
  min-height: 46px;
  display: flex;
}
.class_ify .nav{
 position: static;
 height: auto;
 width: 83%;
 margin: 0 auto;
 float:none;
 display: flex;
}
.class_ify .menu a{
 color:white !important;
}
.class_ify .menu{
width:auto;
border:none;
 color:white !important;
 line-height: 44px;
 float:none;
 padding: 0 20px;
}
.class_ify_all{
  display:flex;
  width:57%;
  margin:0 auto;
}
.clssify_all{
 width:100%;
 display:flex;
 position: absolute;
    z-index: 9;
}
.classify_list_left{
  width:15.5%;
}
.classify_list{
    width: 250px;
    background: red;
  
}
.new_classify{
  height: 600px;
	overflow-y:scroll;
}
.menu:hover{
 background: #188fef;
}
  .new_classify::-webkit-scrollbar {
  /*������������ʽ*/
  width : 0px;  /*�߿��ֱ��Ӧ�����������ĳߴ�*/
  height: 1px;
  }
  .new_classify::-webkit-scrollbar-thumb {
  /*����������С����*/
  border-radius: 10px;
  box-shadow   : inset 0 0 5px rgba(0, 0, 0, 0.2);
  background   : #535353;
  }
  .new_classify::-webkit-scrollbar-track {
  /*������������*/
  box-shadow   : inset 0 0 5px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  background   : #ededed;
  }
  .classify_list_right::-webkit-scrollbar {
  /*������������ʽ*/
  width : 0px;  /*�߿��ֱ��Ӧ�����������ĳߴ�*/
  height: 1px;
  }
  .classify_list_right::-webkit-scrollbar-thumb {
  /*����������С����*/
  border-radius: 10px;
  box-shadow   : inset 0 0 5px rgba(0, 0, 0, 0.2);
  background   : #535353;
  }
  .classify_list_right::-webkit-scrollbar-track {
  /*������������*/
  box-shadow   : inset 0 0 5px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  background   : #ededed;
  }
  .classify_list_left_all{
   width:100%;
   color:white;
  }
  .classify_list_left_all ul{
   width:86%;
   margin:0 auto;
  }
  .classify_list_left_all_li{
   display:flex;
   justify-content: space-between;
   padding: 10px;
  }
  .classify_list_left_all_li img{
       width: 16px;
    height: 13px;
  }
  .classify_list_right{
    width:560px;
    height: 600px;
	overflow-y:scroll;
	background:white;
	border:1px solid red;
	display:none;
	position: absolute;
    left: 28%;
    top: 0px;
  }
 
  .classify_list_right_one{
   width:95%;
   margin:10px auto;
   display: flex;
   font-size: 14px;
  }
  .classify_list_right_one ul{
    display: flex;
    flex-wrap: wrap;
  }
  .classify_list_right_one ul li{
    padding:8px;
	color:gray;
  }
  .classify_list_right_one h3{
        width: 10%;
    line-height: 72px;
    font-size: 15px;
    color: red;

  }
  #er{
   left: 0px;
  }
  #er a{
    color:gray !important;
  }