/*手机导航2*/
.menu-button{
    display: none;
    position: absolute;
    top: 20px;
    right: 10px;
/*    padding: 7px;*/
    cursor: pointer;
    -webkit-transition: .3s;
    transition: .3s;
/*    background-color: #c52b31;*/
    z-index: 99999;
}
.menu-button .bar {
    display: block;
    height: 2px;
    background: #ccc;
    margin: 9px 0;
    opacity: 1;
    transition: all .5s ease;
    width: 35px;
    transform-origin: left center;
}

.mnav .bar:nth-child(1){
    transform:rotate(45deg);
    /*width: 40px;*/
}
.mnav .bar:nth-child(2){
    opacity: 0;
}
.mnav .bar:nth-child(3){
    transform:rotate(-45deg);
    position: relative;
    top: 2px;
    /*width: 40px;*/
}

.mobileNav{
    display: none;
    background-color: #c52b31;
    text-align: center;
    position: absolute;
    left:0;
    top:72px;
    z-index: 99999;
    width: 100%;
/*    height: 100vh;*/
}
.mobileNav li {
    line-height: 2em;
    padding:1em 0;
}
.mobileNav li a{
    font-size: 1rem;
    color: #fff;
}
/*手机导航3*/
.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: #25376a;
    /* border-top: 1px solid rgba(255, 255, 255, 0.15); */
    position: absolute;
    top: 44px;
    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: #1f2e58;
  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);
}
/*手机站导航2*/
#navToggle {
  display: none;
  position: relative;
  z-index: 9999;
  margin-left: 6px;
}
.m_nav {
  position: fixed;
  top: 0px;
  width: 100%;
  height: 100%;
  background: #000000;
  transition: all ease 0.5s;
  -webkit-transition: all ease 0.5s;
  z-index: 99999;
  opacity: 1;
  visibility: visible;
  margin-top: 0;
  overflow-y: auto;
  transition: all .6s cubic-bezier(.77, 0, .175, 1) 0ms;
  top: 0;
  transform: translateX(100%);
}
.m_nav.open {
  transform: translateX(0);
}
.m_nav .top {
  height: 60px;
  padding: 20px;
  float: right;
  box-sizing: border-box;
  opacity: 0;
}
.m_nav .top .closed {
  width: 30px;
  height: 30px;
  vertical-align: middle;
  float: right;
  cursor: pointer;
}
.m_nav .logo {
  width: 100%;
  margin: 0 auto;
}
.m_nav .logo img {
  height: 50px;
  display: block;
  margin: 30px auto;
}
.m_nav .ul {
  margin-top: 20px;
  width: 100%;
  float: left;
  /*margin-bottom: 35px;*/
  padding:0 20px;
  max-height: calc(100vh - 170px);
  overflow-y: auto;
}
.m_nav .ul::-webkit-scrollbar{
  /*滚动条整体样式*/
  /*高宽分别对应横竖滚动条的尺寸*/
    width:6px;
    height:76px;
    background-color:#ff5000;
}
.m_nav .ul::-webkit-scrollbar-track{
  /*滚动条里面轨道*/
    -webkit-box-shadow:inset 0 0 6px rgba(0,0,0,0.3);
    /*border-radius:10px;*/
    background-color:#484848;
}
.m_nav .ul::-webkit-scrollbar-thumb{
  /*滚动条里面小方块*/
    border-radius:10px;
    -webkit-box-shadow:inset 0 0 6px rgba(0,0,0,.3);
    background-color:#ff5000;
}
.m_nav .ul li {
  /*padding: 0 20px;*/

  transform: translateY(0);
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  -webkit-transition: all .6s cubic-bezier(.77, 0, .175, 1) 0ms;
  transition: all .6s cubic-bezier(.77, 0, .175, 1) 0ms;
  opacity: 0;
}
.m_nav .ul li.dropdown{
    position: relative;
   border-bottom: 1px solid #646462;
  /*background-image: url(../images/jt.png);*/
  /*background-repeat: no-repeat;*/
  /*background-position: 95% 22px;*/
  /*background-size: 14px;*/
}
.m_nav .ul li.dropdown p{
    position: relative;
}
.m_nav .ul li.dropdown p:after{
    content: '';
    position: absolute;
    right: 0;
    top: 14px;
    font-size: 32px;
    color: #808080;
    line-height: 1;
    z-index: 9;
    width: 22px;
    height: 22px;
    background:url(../images/jia.png) no-repeat center;
    background-size: contain;
}
.m_nav .ul li.dropdown.on p:after{
    background:url(../images/jian.png) no-repeat center;
}
.m_nav.open .ul li {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.m_nav .ul li:nth-child(1) {
  -webkit-transition: all .2s cubic-bezier(.77, 0, .175, 1) 0ms;
  transition: all .2s cubic-bezier(.77, 0, .175, 1) 0ms;
}
.m_nav .ul li:nth-child(2) {
  -webkit-transition: all .4s cubic-bezier(.77, 0, .175, 1) 0ms;
  transition: all .4s cubic-bezier(.77, 0, .175, 1) 0ms;
}
.m_nav .ul li:nth-child(3) {
  -webkit-transition: all .6s cubic-bezier(.77, 0, .175, 1) 0ms;
  transition: all .6s cubic-bezier(.77, 0, .175, 1) 0ms;
}
.m_nav .ul li:nth-child(4) {
  -webkit-transition: all .8s cubic-bezier(.77, 0, .175, 1) 0ms;
  transition: all .8s cubic-bezier(.77, 0, .175, 1) 0ms;
}
.m_nav .ul li:nth-child(5) {
  -webkit-transition: all 1.0s cubic-bezier(.77, 0, .175, 1) 0ms;
  transition: all 1.0s cubic-bezier(.77, 0, .175, 1) 0ms;
}
.m_nav .ul li:nth-child(6) {
  -webkit-transition: all 1.2s cubic-bezier(.77, 0, .175, 1) 0ms;
  transition: all 1.2s cubic-bezier(.77, 0, .175, 1) 0ms;
}
.m_nav .ul li:nth-child(7) {
  -webkit-transition: all 1.4s cubic-bezier(.77, 0, .175, 1) 0ms;
  transition: all 1.4s cubic-bezier(.77, 0, .175, 1) 0ms;
}
.m_nav .ul li:nth-child(8) {
  -webkit-transition: all 1.6s cubic-bezier(.77, 0, .175, 1) 0ms;
  transition: all 1.6s cubic-bezier(.77, 0, .175, 1) 0ms;
}
.m_nav .ul li a {
  display: block;
  text-decoration: none;
  color: #fff;
  font-size: 16px;
  height: 50px;
  line-height: 50px;
  width: 100%;

   position: relative;
   z-index: 1;
}
.m_nav .ul li p a{
    width: 88%;
}
.m_nav .ul li.on p {
    border-bottom: 1px solid #646462;    
}
.m_nav .ul li .dropdown_menu {
  display: none;
  padding-left: 25px;
}
.m_nav .ul li.dropdown.active .dropdown_menu {
  display: block;
}
.m_nav .ul li .dropdown_menu dl{
  border-bottom: 1px solid #646462;    
}
.m_nav .ul li .dropdown_menu dl:last-child{
  border-bottom: none;    
}
.m_nav .ul li .dropdown_menu a {
  display: block;
  /*height: 36px;*/
  /*line-height: 36px;*/
  /*padding: 0 40px;*/
  /*font-size: 16px;*/
  color: rgba(255,255,255,.8);
  box-sizing: border-box;

  padding:0;
}
.dropdown_menu dl.on dt{
  border-bottom: 1px solid #646462;     
}
/*.m_nav .ul li .dropdown_menu a:last-child {*/
/*  border: none;*/
/*}*/
.m_nav .ul li .dropdown_menu2{
    padding-left: 25px;
    position: relative
}
.m_nav .ul li .dropdown_menu2 a{
    color: rgba(255,255,255,.8);
    box-sizing: border-box;
    border-bottom: 1px solid #646462;
    padding:0;  
}
.m_nav .ul li .dropdown_menu2 a:last-child{
    border-bottom: none;
}
/*.sousuo {*/
/*    width: 90%;*/
/*    margin: 5%;*/
/*    margin-top: 20px;*/
/*    height: 38px;*/
/*    border: solid 1px #1669b2;*/
/*    float: left;*/
/*}*/
/*.sousuo_i {*/
/*    float: left;*/
/*    background-image: url(../images/sousuo.png);*/
/*    width: 80%;*/
/*    text-indent: 40px;*/
/*    background-repeat: no-repeat;*/
/*    background-position: 15px center;*/
/*    font-size: 14px;*/
/*    color: #999;*/
/*    background-size: 16px;*/
/*    height: 36px;*/
/*    border: none*/
/*}*/
/*.sousuo_a {*/
/*    width: 20%;*/
/*    float: right;*/
/*    border: none;*/
/*    background-color: #1669b2;*/
/*    font-size: 16px;*/
/*    color: #fff;*/
/*    line-height: 36px;*/
/*}*/
/*.tel {*/
/*    width: 100%;*/
/*    float: right;*/
/*    line-height: 40px;*/
/*    color: #ff5000;*/
/*    font-size: 20px;*/
/*    text-align: center;*/
/*}*/
.m_nav .ul li.on .dropdown_menu{
    display: block;
}
.dropdown_menu2{
    display: none;
}
.dropdown_menu2 a.a2{
    
}
.dropdown_menu dl dt{
    position: relative;
}
.dropdown_menu dl.dl2 dt:after{
    display: none;
}
.dropdown_menu dl dt:after{
    content: '';
    position: absolute;
    right: 0;
    top: 14px;
    font-size: 32px;
    color: #808080;
    line-height: 1;
    z-index: 9;
    width: 22px;
    height: 22px;
    background:url(../images/jia.png) no-repeat center;
    background-size: contain;
}
.dropdown_menu dl.on dt:after{
    background:url(../images/jian.png) no-repeat center;    
}
.dropdown_menu dl.on .dropdown_menu2{
    display: block;
}
.m_nav .ul li .dropdown_menu dt a{
    width: 90%;
}
@media(max-width: 1099px){
  #navToggle {
    height: 100%;
    padding: 5px 15px;
    margin-right: -15px;
    display: inline-block;
    float: right;
    width: 55px;
    height: 50px;
  }
  #navToggle span {
    position: relative;
    width: 25px;
    height: 1px;
    margin-top: 19px;
  }
  #navToggle span:before,
  #navToggle span:after {
    content: '';
    position: relative;
    width: 100%;
    height: 1px;
    left: 0;
  }
  #navToggle span,
  #navToggle span:before,
  #navToggle span:after {
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    display: block;
    background: #c5c7c4;
  }
  #navToggle span:before {
    top: 8px;
  }
  #navToggle span:after {
    bottom: 10px;
  }
  #navToggle.open span:before {
    top: 10px;
    -webkit-transform: translateY(-11px) rotate(-45deg);
    -moz-transform: translateY(-11px) rotate(-45deg);
    -ms-transform: translateY(-11px) rotate(-45deg);
    -o-transform: translateY(-11px) rotate(-45deg);
    transform: translateY(-11px) rotate(-45deg);
    
  }
  #navToggle.open span:after {
    bottom: 12px;
    -webkit-transform: translateY(10px) rotate(45deg);
    -moz-transform: translateY(10px) rotate(45deg);
    -ms-transform: translateY(10px) rotate(45deg);
    -o-transform: translateY(10px) rotate(45deg);
    transform: translateY(10px) rotate(45deg);
  }
  #navToggle.open span {
    background: none;
  }
  #navToggle.open span:before,
  #navToggle.open span:after {
    background:#ff5000;
  } 
}
@media(max-width: 820px){
/*	.right-con,.right-con .right-tab .nav-tab{
		display: block !important;
	}*/
	
}