.right-con{
	display: none;
}
.right-con .right-tab .nav-tab {
	background:url('../images/navtab-icon-b.png')no-repeat center center;
	background-size: contain;

	margin-left: 4px;
    width: 22px;
    height: 19px;
    transform: translateY(0px);
}
.right-con .right-tab .nav-tab i {
    background: url(../images/navtab-icon.png) no-repeat center center;
    background-size: contain;
    display: inline-block;
}
.msub-list {
    background: #e62129;
    /* border-top: 1px solid rgba(255, 255, 255, 0.15); */
    position: absolute;
    top: 80px;
    z-index: 99;
    width: 100%;
    left: 0;

    display: none;
}
.msub-list .list-wrap {
  padding: 5px 0;
}
.msub-list .list-wrap .list li {
	border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}
.msub-list .list-wrap .list li a {
	color: #fff;
}
.msub-list .list-wrap .list li dt {
	position: relative;
	font-weight: normal;
	height: 54px;
	line-height: 54px;
	box-sizing: border-box;
	padding: 0 5.2%;
	border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}
.msub-list .list-wrap .list li dt a {
	font-size: 16px;
	display: inline-block;
	width: 80%;
}
.msub-list .list-wrap .list li dt .icon {
	position: absolute;
	right: 36px;
	top: 0;
	transition: all 0.5s ease 0s;
}
.msub-list .list-wrap .list li dd {
  display: none;
  font-weight: normal;
  background: #c92329;
  box-sizing: border-box;
  padding: 0px 5.2%;
/*  height: 22px;*/
  line-height: 30px;
  position: relative;
}
.msub-list .list-wrap .list li dd a {
  font-size: 14px;
  display: inline-block;
  width: 100%;
/*  text-indent: 25px;*/
  padding:5px 0;
}
.msub-list .list-wrap .list li dd:before {
  content: '';
  width: calc(100% - 36px);
  height: 1px;
  position: absolute;
  left: 18px;
  bottom: 0;
  background: rgba(255, 255, 255, 0.15);
}
.msub-list .list-wrap .list li dd:last-child:before {
  display: none;
}
.msub-list .list-wrap .list li:last-child {
  border: none;
}
.msub-list .list-wrap .list li:last-child dt {
  border: none;
}
.msub-list .list-wrap .list li:last-child.cur dt {
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}
.msub-list .list-wrap .list li.cur .icon {
  transform: rotate(180deg);
}
.m_foot{
    display: none;
    padding: 15px 0;
}
.m_nav2{
    display: flex;
    flex-wrap: wrap;
}
.m_nav2 li{
    margin-right: 15px;
}
.m_nav2 li:nth-child(6){
    display: none;
}
.m_nav2 li a{
    display: block;
    font-size: 14px;
    color: #808080;
}
@media(max-width: 820px){
	.right-con,.right-con .right-tab .nav-tab{
		display: block !important;
	}
}
@media(max-width: 640px){
    .msub-list{
        top:50px;
    }
    .m_foot{
        display: block;
    }
}



/*.right-con{*/
/*	display: none;*/
/*}*/
/*.right-con .right-tab .nav-tab {*/
/*	background:url('../images/navtab-icon-b.png')no-repeat center center;*/
/*	background-size: contain;*/

/*	margin-left: 4px;*/
/*    width: 22px;*/
/*    height: 19px;*/
/*    transform: translateY(0px);*/
/*}*/
/*.right-con .right-tab .nav-tab i {*/
/*    background: url(../images/navtab-icon.png) no-repeat center center;*/
/*    background-size: contain;*/
/*    display: inline-block;*/
/*}*/
/*.msub-list {*/
/*    background: #fff;*/
    /* border-top: 1px solid rgba(255, 255, 255, 0.15); */
/*    position: absolute;*/
/*    top: 80px;*/
/*    z-index: 99;*/
/*    width: 100%;*/
/*    left: 0;*/
/*    display: none;*/
/*}*/
/*.msub-list .list-wrap {*/
/*  padding: 5px 0;*/
/*}*/
/*.msub-list .list-wrap .list li {*/
/*	border-bottom: 1px solid rgba(255, 255, 255, 0.15);*/
/*}*/
/*.msub-list .list-wrap .list li a {*/
/*	color: #333;*/
/*}*/
/*.msub-list .list-wrap .list li dt {*/
/*	position: relative;*/
/*	font-weight: normal;*/
/*	height: 54px;*/
/*	line-height: 54px;*/
/*	box-sizing: border-box;*/
/*	padding: 0 5.2%;*/
/*	border-bottom: 1px solid #f5f5f5;*/
/*}*/
/*.msub-list .list-wrap .list li dt a {*/
/*	font-size: 16px;*/
/*	display: inline-block;*/
/*	width: 80%;*/
/*}*/
/*.msub-list .list-wrap .list li dt .icon {*/
/*	position: absolute;*/
/*	right: 36px;*/
/*	top: 0;*/
/*	transition: all 0.5s ease 0s;*/
/*}*/
/*.msub-list .list-wrap .list li dd {*/
/*  display: none;*/
/*  font-weight: normal;*/
/*  background: #fff;*/
/*  box-sizing: border-box;*/
/*  padding: 0px 5.2%;*/
  /*  height: 22px;*/
/*  line-height: 30px;*/
/*  position: relative;*/
/*}*/
/*.msub-list .list-wrap .list li dd a {*/
/*  font-size: 14px;*/
/*  display: inline-block;*/
/*  width: 100%;*/
  /*  text-indent: 25px;*/
/*  padding:5px 0;*/
/*  text-indent: 2em;*/
/*}*/
/*.msub-list .list-wrap .list li dd:before {*/
/*  content: '';*/
/*  width: calc(100% - 36px);*/
/*  height: 1px;*/
/*  position: absolute;*/
/*  left: 18px;*/
/*  bottom: 0;*/
/*  background: #f5f5f5;*/
/*}*/
/*.msub-list .list-wrap .list li dd:last-child:before {*/
/*  display: none;*/
/*}*/
/*.msub-list .list-wrap .list li:last-child {*/
/*  border: none;*/
/*}*/
/*.msub-list .list-wrap .list li:last-child dt {*/
/*  border: none;*/
/*}*/
/*.msub-list .list-wrap .list li:last-child.cur dt {*/
/*  border-bottom: 1px solid rgba(255, 255, 255, 0.15);*/
/*}*/
/*.msub-list .list-wrap .list li.cur .icon {*/
/*  transform: rotate(180deg);*/
/*}*/
/*.m_foot{*/
/*    display: none;*/
/*    padding: 15px 0;*/
/*}*/
/*.m_nav2{*/
/*    display: flex;*/
/*    flex-wrap: wrap;*/
/*}*/
/*.m_nav2 li{*/
/*    margin-right: 15px;*/
/*}*/
/*.m_nav2 li:nth-child(6){*/
/*    display: none;*/
/*}*/
/*.m_nav2 li a{*/
/*    display: block;*/
/*    font-size: 14px;*/
/*    color: #808080;*/
/*}*/
/*@media(max-width: 820px){*/
/*	.right-con,.right-con .right-tab .nav-tab{*/
/*		display: block !important;*/
/*	}*/
/*}*/
/*@media(max-width: 640px){*/
/*    .msub-list{*/
/*        top:50px;*/
/*    }*/
/*    .m_foot{*/
/*        display: block;*/
/*    }*/
/*}*/