/*
* @Author: Administrator
* @Date:   2018-06-26 11:20:43
* @Last Modified by:   Administrator
* @Last Modified time: 2018-08-04 15:00:08
*/
li {
  list-style: none;
}

a {
  text-decoration: none;
}

.product_nav {
  width: 100%;
  max-width: 100%;
  background: #333;
  height: 65px;
  background: #333;
  border-bottom: 4px solid #f39700;
}

.product_nav .p_nav {
  max-width: 1260px;
  width: 1260px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-self: center;
  height: 65px;
}

.product_nav .p_nav li {
  display: flex;
  align-self: center;
  align-items: center;
  text-align: center;
  justify-content: center;
  flex-grow: 1;
}

.product_nav .p_nav li a {
  color: #fff;
  font-size: 15px;
  transition: all 0.3s ease;
}

.product_nav .p_nav li:first-child {
  font-size: 15px;
  font-weight: bold;
  color: #fff;
  text-align: left;
  justify-content: end;
}

.product_nav .p_nav li:hover a {
  color: #f29700;
  transition: all 0.2s ease;
  text-decoration: none;
}

.product_nav .p_nav li.active a {
  color: #f29700;
  text-decoration: none;
}

.product_nav .two-nav {
  width: 1260px;
  max-width: 1260px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
}

.product_nav .two-nav li {
  flex: 0 0 10%;
  height: 0px;
  transition: all 0.5s ease;
  overflow: hidden;
  z-index: -1;
}

.product_nav .two-nav li a {
  flex: 0 0 100%;
  display: flex;
  justify-content: center;
  text-align: center;
  text-decoration: none;
  color: #fff;
  background: #f39700;
  margin: 3px 1px;
  transition: all 0.3s ease;
}

.product_nav .two-nav li.active {
  z-index: 250;
  height: 378px;
  transition: all 1s ease;
}

.product_nav .two-nav li a:hover {
  color: #fff !important;
  background: #333 !important;
}

.dou-nav .dou-ul .all .left::-webkit-scrollbar-thumb {
  border-radius: 0px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #555;
}

.dou-nav .dou-ul .all .left::-webkit-scrollbar {
  width: 10px;
  height: 16px;
  background-color: #261d18;
}

.dou-nav .dou-ul .all .left::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 0px;
  background-color: #F5F5F5;
}

.dou-nav .dou-ul .all .left {
  -ms-scrollbar-face-color: #333;
  -ms-scrollbar-face-width: 10px;
  -ms-scrollbar-base-color: #fff;
  -ms-scrollbar-arrow-color: #f5f5f5;
  -ms-scrollbar-track-color: #f5f5f5;
  overflow: auto;
}

.leftMenu a {
  text-decoration: none;
  display: block;
}

.leftMenu {
  background: #fff;
  left: 0px;
  position: fixed;
  top: -1000px;
  display: block;
  height: auto;
  width: 100%;
  min-width: 140px;
  max-width: 440px;
  z-index: 90002;
  transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  position: fixed;
  overflow: auto;
}

.leftMenu.menu-open {
  top: 70px;
}

.leftMenu ul {
  list-style: none;
  padding: 0;
  overflow: hidden;
}

.leftMenu ul li {
  position: relative;
  overflow: hidden;
}

.leftMenu ul li.hasChild > a:after {
  content: "+";
  position: absolute;
  right: 20px;
  top: 0px;
  font-size: 24px;
  font-weight: 300;
}

.leftMenu ul li.hasChild.open > a:after {
  content: "-";
  right: 23px;
  font-size: 28px;
  top: -3px;
}

.f2, .f3 {
  height: 0;
  overflow: hidden;
  position: relative;
  transition: height 0.4s ease;
  -moz-transition: height 0.4s ease;
  -webkit-transition: height 0.4s ease;
  -o-transition: height 0.4s ease;
}

.menu-dark-backdrop {
  background: transparent;
  transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  width: 100%;
  position: fixed;
  top: 70px;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}

.menu-dark-backdrop.in {
  height: 100%;
  z-index: 90001;
  background: rgba(0, 0, 0, 0.5);
}

#menu .f1 ul li a {
  color: #333;
}

#menu .f1 ul li.open a {
  background: #f29700;
  color: #fff;
}

#menu .f1 ul .f2 li a {
  background: #fce5bf;
  color: #737373;
}

#menu .f1 ul li a {
  padding: 10px;
}
