/*nav*/
.nav-collapse{ background:#fff;}
.nav-collapse ul {
  margin: 0 auto;
  padding: 0;
  width: 100%;
  display: block;
  list-style: none;
  border-top:#D4D4D4 1px solid;
  background:#fff url(../images/aBorder.jpg) left bottom repeat-x;
  position:relative;
  z-index:8;
  font-family:"微软雅黑";
}

.nav-collapse li {
  width: 100%;
  display: block;  
}

.js .nav-collapse {
  clip: rect(0 0 0 0);
  max-height: 0;
  position: absolute;
  display: block;
  
  zoom: 1;
}

.nav-collapse.opened {
  max-height: 9999px;
}

.disable-pointer-events {
  pointer-events: none !important;
}

.nav-toggle {
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}

@media screen and (min-width: 40em) {
  .js .nav-collapse {
    position: relative;
  }
  .js .nav-collapse.closed {
    max-height: none;
  }
  .nav-toggle {
    display: none;
  }
  
}


/* ------------------------------------------
  NAVIGATION STYLES
  (+ responsive-nav.css file is loaded in the <head>)
--------------------------------------------- */

.fixed {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
}

.nav-collapse,
.nav-collapse * {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.nav-collapse,
.nav-collapse ul {
  list-style: none;
  width: 100%;
  float: left;
  margin:0 auto;
}

.nav-collapse li {
  float: left;
  width: 100%;
}

@media screen and (min-width: 40em) {
  .nav-collapse li {
    width:16.6%;
    *width: 16.5%; /* IE7 Hack */
    _width: 10.6%; /* IE6 Hack */
  }
  
}

.nav-collapse a {
	font-size:1.2em;
  color: #000;
  text-decoration: none;
  font-weight:bold;
  width: 100%;
  border-bottom: 1px solid #999;
  padding: 0.6em 1em;
  float: left; 
}
.nav-collapse a:hover {
	background:url(../images/aHover.jpg) center bottom no-repeat;
  
}
@media screen and (min-width: 40em) {
  .nav-collapse a {
    margin: 0;
    padding: 0.6em 1em;
    float: left;
    text-align: center;
    border-bottom: 0;
  }

}

.nav-collapse ul ul a {
  background: #ca3716;
  padding-left: 2em;
}

@media screen and (min-width: 40em) {
  .nav-collapse ul ul a {
    display: none;
  }
}
@media screen and (max-width: 640px) {
  .nav-collapse ul a:hover {
	  background:#d1d1d1;
  }
.nav-collapse ul .navCur a{ background:none;}

}
@media screen and (max-width: 1000px) {
  .nav-collapse ul li .chilNav {
	 text-align:center;
  }
 .nav-collapse a:hover {
	background:none;
  
}
}

/* ------------------------------------------
  NAV TOGGLE STYLES
--------------------------------------------- */

@font-face {
  font-family: "responsivenav";
  src:url("../fonts/responsivenav.eot");
  src:url("../fonts/responsivenav.eot?#iefix") format("embedded-opentype"),
    url("../fonts/responsivenav.ttf") format("truetype"),
    url("../fonts/responsivenav.woff") format("woff"),
    url("../fonts/responsivenav.svg#responsivenav") format("svg");
  font-weight: normal;
  font-style: normal;
}

.nav-toggle {
  position: fixed;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-decoration: none;
  text-indent: -999px;
  position: relative;
  overflow: hidden;
  width: 70px;
  height: 55px;
  float: right;
  z-index:9999999999999;
}

.nav-toggle:before {
  color: #f4421a; /* Edit this to change the icon color */
  font-family: "responsivenav", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  font-size: 28px;
  text-transform: none;
  position: absolute;
  content: "≡";
  text-indent: 0;
  text-align: center;
  line-height: 55px;
  speak: none;
  width: 100%;
  top: 0;
  left: 0;
}

.nav-toggle.active::before {
  font-size: 24px;
  content:"x";
}

.navBox{width:100%;}
.nav-collapse ul li .chilNav{ position:absolute;width:100%;left:0;top:36px;padding:10px 0;display:none;z-index:9; background:#fff;}
.nav-collapse .navCur a{ background:url(../images/aHover.jpg) center bottom no-repeat;}


/*chilNavCar*/
.chilNavCar h3{color:#ff1200; font-family:"微软雅黑";font-size:1.3em; font-weight:bold;line-height:30px;}
.chilNavCar p{line-height:27px;}
.chilNavCar .more{color:#610101; text-decoration:underline;}
.nav-collapse ul li .chilNav a{ display:inline;margin:0;padding:0; position:static; float:none; font-weight:400; font-size:1em;}
.nav-collapse ul li .chilNavCar a:hover{ background:none;color:#F00;}
.chilNav .chiNava{text-align:center;padding:0.5em 0;font-size:1.2em;}
.nav-collapse ul li .chilNav .chiNava{margin-left:17em;}
