/* .nav_opacity {
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0,0,0,0.1);
} */
.nav_spacing{
  letter-spacing: 3px;
}
#myNav a,
#dropdown_item a {
  cursor: pointer;
  color: #333;
}
#homePage {
  padding: 0;
  margin-top: 70px;
}
.navbar-inverse .navbar-nav > li > a:hover {
  background-color: transparent;
}
.navgiton {
  width: 100%;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:focus,
.navbar-inverse .navbar-nav > .open > a:hover {
  background-color: transparent;
}
#myNav > .nav > li > a {
  position: relative;
  display: block;
  min-width: 100px;
  text-align: center;
  padding: 0 14px;
  line-height: 70px;
  transition: 0.3s all;
  font-weight: bold;
  color: #fff;
}
.nav_margin_zh > .nav > li > a{
  margin: 0px 37px;
}
#dropdown_item {
  letter-spacing: 3px;
  background-color: rgb(0 0 0 / 78%);
  text-align: center;
}
.dropdown-menu > li > a:focus,
.dropdown-menu > li > a:hover {
  text-decoration: none;
  background-color: var(--main-color);
}
.second_title {
  margin-top: 70px;
  text-align: center;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #000;
}
.second_text {
  margin-top: 15px;
  text-align: center;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
}
.second_title_zh{
  font-size: 36px;
  letter-spacing: 5px;
}
.navbar-fixed-top {
  z-index: 9999;
}
#page_muen_nav {
  width: 100%;
  height: auto;
  padding: 10px;
  margin: 10px auto 30px;
  border-bottom: dashed #d5d5d5 1px;
}
.page_muen_nav_product {
  display: flex;
  height: 60px !important;
}
.btn1 {
  display: inline-block;
  padding: 6px 30px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
  margin-left: 18px;
}
#page_muen_nav b,
#page_muen_nav a {
  font-size: 15px;
  color: #666;
  text-decoration: none;
}
#page_muen_nav a:hover {
  color: var(--main-color);
  text-decoration: none;
}
.pageNav {
  position: fixed;
  top: 0;
  left: 0;
  height: 50px;
  z-index: 999;
  width: 100%;
}
.left_menu {
  width: 100%;
  height: auto;
  box-sizing: border-box;
  padding: 0 15px 15px;
}
.left_menu_item {
  width: 100%;
  color: #666;
  cursor: pointer;
  transition: all 0.5s;
  position: relative;
}

.left_menu_item i{
  position: absolute;
  top: 18px;
  right: 20px;
  font-size: 18px;
  transition: 0.3s all;
}
.left_menu_item i:before {
  -webkit-text-stroke: 2px #fff;
}
.left_menu_item.on i:before{
  content: "\f068";
}
.left_menu_item_child{
  padding: 15px 15px 0 15px;
  display: none;
}
.left_menu_item.on .left_menu_item_child{
  display: block;
}
.left_menu_item .left_menu_item_child a{
  display: block;
  color: #333;
  padding: 5px;
  border-top: 1px dashed #e1e1e1;
}
.left_menu_item_child a.active{
  color: var(--main-color);
}
.left_menu_item_child a:hover{
  color: var(--main-color);
}
.left_menu_item span {
  display: block;
  padding: 15px 0;
  color: #333;
  position: relative;
  border-bottom: 1px solid #e1e1e1;
  font-size: 16px;
}
.left_menu_item :hover {
  color: var(--main-color);
}
.left_menu_item a:hover{
  text-decoration: inherit;
}
.left_menu_item a span:after{
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  transition: 0.3s all;
  background: var(--main-color);
}
.active_product.left_menu_item span:after,
.left_menu_item a:hover span:after{
  width: 100%;
}
.left_menu_item a{color: #333;}
.active_product a{
  color: var(--main-color);
}
#myNav > .nav > li.lang a{
  margin: 0 10px;
}
#myNav > .nav > li.lang .lang_btn{
  padding: 0 16px 0 0;
  letter-spacing: 0;
  min-width: inherit;
  position: relative;
}
#myNav > .nav > li.lang .lang_btn::before{
  font-family: 'FontAwesome';
  content: '\f107';
  position: absolute;
  bottom: 0;
  right: 0;
}
#myNav > .nav > li.lang:hover .lang_show{
  transform: translate(-50%,0);
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate(-50%,0);
  -moz-transform: translate(-50%,0);
  -ms-transform: translate(-50%,0);
  -o-transform: translate(-50%,0);
}
.lang .lang_show{
  position: absolute;
  top: 100%;
  left: 50%;
  visibility: hidden;
  z-index: 2;
  text-align: center;
  background: #fff;
  /*width: 100%;  */
  transition: 0.3s all;
  opacity: 0;
  box-shadow: 0 0 10px rgba(0,0,0,0.1);
  transform: translate(-50%,-20px);
  -webkit-transform: translate(-50%,-20px);
  -moz-transform: translate(-50%,-20px);
  -ms-transform: translate(-50%,-20px);
  -o-transform: translate(-50%,-20px);
}
#myNav .lang .lang_show a{
  color: #333;
  display: block;
  line-height: 36px;
  letter-spacing: 0;
}
#myNav .lang .lang_show a{
}
#myNav .lang .lang_show a.active,
#myNav .lang .lang_show a:hover{
  text-decoration: inherit;
  color: var(--main-color) !important;
}
#myNav .show1{
  position: absolute;
  z-index: 2;
  text-align: center;
  background: #fff;
  width: 100%;
  visibility:hidden;
  top: 100%;
  left: 0;
  transition: 0.3s all;
  box-shadow: 0 0 10px rgba(0,0,0,0.1);
  opacity: 0;
  transform: translate(0,-20px);
}
#myNav .show1 a.active,
#myNav .show1 a:hover{
  text-decoration: inherit;
  color: var(--main-color);
}
#myNav .show1 a{
  color: #333;
  display: block;
  line-height: 36px;
  letter-spacing: 0;
}
#myNav .navbar-nav>li:hover>a,
#myNav .navbar-nav>li>a.active{
  color: var(--main-color);
}
#myNav .navbar-nav>li:hover>a::after,
#myNav .navbar-nav>li>a.active::after{
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: var(--main-color);
}
#myNav .navbar-nav>li:hover .show1{
  transform: translate(0,0);
  opacity: 1;
  visibility: visible;
}
.navbar-brand{
  height: 70px;
}
.navbar-brand img{
  max-width: 100%;
  max-height: 100%;
}
.left_part{
  box-shadow: 0 0 10px rgba(0,0,0,0.1);
  border-radius: 10px;
  overflow: hidden;
}
.left_p{
  background: #e8ebee;
  color: #333;
  margin-bottom: 0;
  padding: 0 15px;
  font-size: 18px;
  line-height: 50px;
  font-weight: bold;
}
.left_part1{
  margin-bottom: 30px;
}
.left_part2 .img1{
  width: 60px;
  height: 60px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.left_part2 .img1 img{
    position: relative;
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}
.left_part2 dd{
  border-bottom: 1px solid #e1e1e1;
}
.left_part2 dd a{
  margin: 10px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.left_part2 dd p{
  width: calc( 100% - 75px );
  color: #333;
  margin-bottom: 0;
}
.left_part2 dd a:hover{
  text-decoration: inherit;
  color: var(--main-color);
}
.left_part2 dd a:hover p{
  color: var(--main-color);
}
.left_part{
  /* width: 88%; */
}
.paging {
  text-align:center;
  padding: 50px 0 ;
}
.paging li {
  display:inline-block;
  vertical-align: middle;
  margin: 0 5px;
}
.paging li.style {
  height:34px;
  border-radius: 4px;
  width: 34px;
  font-size: 14px;
  display: inline-block;
  text-align:center;
  line-height:34px;
  color: #333;
}
.paging li.style1{
  width: inherit;
}
.paging li.style1 a{
  padding: 0 15px;
}
.paging li.style a{
  border: 1px solid #ccc;
}
.paging li.active a,
.paging li.style a:hover {
 background: var(--main-color);
 color: #fff;
}
.paging li.style a {
  color:#333;
  border-radius: 4px;
  background: #fff;
  display: block;
}
.paging li a{
  color: var(--main-color);
}
.paging li.active a{
 background: var(--main-color);
  border: 1px solid var(--main-color);
 color: #fff;
}
.position_box{
  background: #e8ebee;
  padding: 18px 0;
}
.position_box_left{
  padding-left: 15px;
}
.position_box a{
  color: #333;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.6;
}
@media (min-width: 769px) and (max-width: 1200px){
  #myNav > .nav > li > a{
      padding: 0 10px;
      min-width: inherit;
  }
}
@media (min-width: 1200px){
  .navbar-nav>li {
      margin: 0 10px;
  }
}
@media (max-width: 768px){
  .navbar-nav {
    font-size: 16px;
}
#homePage{
  margin-top: 50px;
}
#myNav > .nav > li > a {
  line-height: 50px;
}
.navbar-brand {
  height: 50px;
}
}