/* Desktop Navigation */
.nav-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav-menu > ul {
  display: flex;
}

.nav-menu > ul > li {
  position: relative;
  white-space: nowrap;
  padding: 10px 0 10px 25px;
}

.nav-menu a {
  display: block;
  position: relative;
  color: #333;
  transition: 0.3s;

  padding: 0 0px;
}
#cssmenu,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a,
#cssmenu #menu-button {
  margin: 0px;
  padding: 0px;
  border: 0;
  list-style: none;
  line-height: 1;
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#cssmenu:after,
#cssmenu > ul:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: auto;
}
#cssmenu #menu-button {
  display: none;
}
#cssmenu {
	margin:0px;
	padding:0px;
}
#cssmenu ul.nav {
	float:right;
	margin:0px;
	padding:0px;
}

#cssmenu > ul > li {
  float: left;

}
#cssmenu.align-center > ul {
  text-align: center;
}
#cssmenu.align-center > ul > li {
  display: inline-block;
  float: none;
}
#cssmenu.align-center ul ul {
  text-align: left;
}
#cssmenu.align-right > ul > li {
  float: right;
}
#cssmenu > ul > li > a {
  padding: 45px 0px 45px 0px;
  margin-left:10px;
  margin-right:10px;
  font-size: 1em;
  letter-spacing: 1px;
  text-decoration: none;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
}

#cssmenu > ul > li.active > a {
  color: #ffdc92;
}
#cssmenu > ul > li.current-menu-parent > a {
  color: #ffdc92;

}
#cssmenu > ul > li.current-post-ancestor > a {
  color: #ffdc92;
}
#cssmenu > ul > li:hover > a {
  color: #ffdc92;
}

@media (min-width: 1200px) {
#cssmenu > ul > li {
  padding: 0px;
  margin:0px;
  position: relative;
}
#cssmenu > ul > li > a {
  padding: 25px 0px 25px 0px;
  margin-left:15px;
  margin-right:15px;
  font-size: 1em;
  letter-spacing: 1px;
  text-decoration: none;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
}

#cssmenu > ul > li > a:after{
            content: "";
            width: 0;
            height: 3px;
            background: #ffdc92;
            position: absolute;
            top: 70%;
            left: 50%;
            transition: all .5s;
}

#cssmenu > ul > li > a:hover:after{
            left: 0%;
            width: 100%;
}
#cssmenu > ul > li.current-menu-item  > a:after{
            content: "";
            width: 100%;
            height: 3px;
            background: #ffdc92;
            position: absolute;
            top: 70%;
            left: 0%;
            transition: all .5s;
}
#cssmenu > ul > li.current-menu-parent  > a:after{
            content: "";
            width: 100%;
            height: 3px;
            background: #ffdc92;
            position: absolute;
            top: 65%;
            left: 0%;
            transition: all .5s;
}
#cssmenu > ul > li.current-post-ancestor  > a:after{
            content: "";
            width: 100%;
            height: 3px;
            background: #ffdc92;
            position: absolute;
            top: 65%;
            left: 0%;
            transition: all .5s;
}




}

/**
#cssmenu > ul > li.has-sub > a {
  padding-right: 12px;
}
#cssmenu > ul > li.has-sub > a:after {
  position: absolute;
  top: 45px;
  right: 0px;
  width: 8px;
  height: 2px;
  display: block;
  background: #999;
  font-family: 'FontAwesome';
  content: '';
}
#cssmenu > ul > li.has-sub > a:before {
  position: absolute;
  top: 42px;
  right: 3px;
  display: block;
  width: 2px;
  height: 8px;
  background: #999;
  content: '';
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
}
#cssmenu > ul > li.has-sub:hover > a:before {
  top: 45px;
  height: 0;
}
**/
#cssmenu ul ul {
  position: absolute;
  left: -9999px;
}
#cssmenu.align-right ul ul {
  text-align: right;
}
#cssmenu ul ul li {
  height: 0;
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
}
#cssmenu li:hover > ul {
  left: auto;
}
#cssmenu.align-right li:hover > ul {
  left: auto;
  right: 0;
}
#cssmenu li:hover > ul > li {
  height: 45px;
}
#cssmenu ul ul ul {
  margin-left: 100%;
  top: 0;
}
#cssmenu.align-right ul ul ul {
  margin-left: 0;
  margin-right: 100%;
}
#cssmenu ul ul li a {
  border-top: 1px solid rgba(150, 150, 150, 0.15);
  padding: 15px 15px;
  width: 210px;
  font-size: 0.95em;
  text-decoration: none;
  color: #ffffff;
  font-weight: 400;
  background: #333333;
}
#cssmenu ul ul li:last-child > a,
#cssmenu ul ul li.last-item > a {
  border-bottom: 0;
}
#cssmenu ul ul li:hover > a,
#cssmenu ul ul li a:hover {
  color: #ffdc92;
  opacity: 1!important;
}
#cssmenu ul ul li.has-sub > a:after {
  position: absolute;
  top: 21px;
  right: 11px;
  width: 8px;
  height: 2px;
  display: block;
  background: #ffffff;
  content: '';
}
#cssmenu.align-right ul ul li.has-sub > a:after {
  right: auto;
  left: 11px;
}
#cssmenu ul ul li.has-sub > a:before {
  position: absolute;
  top: 18px;
  right: 14px;
  display: block;
  width: 2px;
  height: 8px;
  background: #ffffff;
  content: '';
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
}
#cssmenu.align-right ul ul li.has-sub > a:before {
  right: auto;
  left: 14px;
}
#cssmenu ul ul > li.has-sub:hover > a:before {
  top: 21px;
  height: 0;
}


@media all and (max-width: 768px){
  #cssmenu {
	background: #222;
    width: 100%;
	height:100%;
  }
  #cssmenu ul.nav {
  	background: #333333;
	height:100%;
	width:100%;
	min-height:24em;
	overflow-x:hidden;
	overflow-y: auto;
	position: fixed;
	top: 60px;
	left: 0;
	z-index:99;
}

#cssmenu ul.nav::-webkit-scrollbar-track-piece {
  background-color: rgba(0, 0, 0, 0);
  border-left: 1px solid rgba(0, 0, 0, 0);
}
#cssmenu ul.nav::-webkit-scrollbar {
  width: 6px;
  height: 6px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
#cssmenu ul.nav::-webkit-scrollbar-thumb {
  background-color: #ffdc92;
  background-clip: padding-box;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  height: 28px;
}
#cssmenu ul.nav::-webkit-scrollbar-thumb:hover {
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

#cssmenu ul.nav::-webkit-scrollbar-thumb:vertical {
	    height: 56px;
	    border-width: 8 0 8 0;
}

  #cssmenu ul {
    width: 100%;
    display: none;
  }
  #cssmenu.align-center > ul {
    text-align: left;
  }
  #cssmenu ul li {
    width: 100%;
    border-top: 1px solid rgba(120, 120, 120, 0.2);
  }

  #cssmenu > ul > li.has-sub > a {
  padding-right: 12px;
}
#cssmenu > ul > li.has-sub > a:after {
  position: absolute;
  top: 45px;
  right: 0px;
  width: 8px;
  height: 2px;
  display: block;
  background: #999;
  font-family: 'FontAwesome';
  content: '';
}
#cssmenu > ul > li.has-sub > a:before {
  position: absolute;
  top: 42px;
  right: 3px;
  display: block;
  width: 2px;
  height: 8px;
  background: #999;
  content: '';
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
}
#cssmenu > ul > li.has-sub:hover > a:before {
  top: 45px;
  height: 0;
}

  #cssmenu ul ul li,
  #cssmenu li:hover > ul > li {
    height: auto;
  }
  #cssmenu ul li a,
  #cssmenu ul ul li a {
    width: 100%;
	border-top: 0px solid rgba(150, 150, 150, 0.15);
    border-bottom: 0px solid rgba(150, 150, 150, 0.15);
	color:#fff;
	padding: 15px 15px;
  }
  #cssmenu > ul > li {
    float: none;
  }
  #cssmenu ul ul li a {
    padding-left: 25px;
  }
  #cssmenu ul ul ul li a {
    padding-left: 35px;
  }
  #cssmenu ul ul ul ul li a {
    padding-left: 45px;
  }
  #cssmenu ul ul li a {
    color: #ffffff;
    background: none;
  }
  #cssmenu ul ul li:hover > a,
  #cssmenu ul ul li.active > a {
    color: #ffffff;
  }
  #cssmenu ul ul,
  #cssmenu ul ul ul,
  #cssmenu.align-right ul ul {
    position: relative;
    left: 0;
    width: 100%;
    margin: 0;
    text-align: left;
  }
  #cssmenu > ul > li.has-sub > a:after,
  #cssmenu > ul > li.has-sub > a:before,
  #cssmenu ul ul > li.has-sub > a:after,
  #cssmenu ul ul > li.has-sub > a:before {
    display: none;
  }
  #cssmenu > ul > li.has-sub,
  #cssmenu > ul > li.has-sub,
  #cssmenu ul ul > li.has-sub,
  #cssmenu ul ul > li.has-sub{
    overflow:hidden;
  }
  #cssmenu > ul > li.has-sub > ul.has-sub,
  #cssmenu > ul > li.has-sub > ul.has-sub,
  #cssmenu ul ul > li.has-sub > ul.has-sub,
  #cssmenu ul ul > li.has-sub > ul.has-sub,{
    background:none;
	overflow:hidden;
  }

.dropdown-menu {
	background:none;
}
  #cssmenu #menu-button {
    display: block;
    padding: 17px;
    color: #ffffff;
    cursor: pointer;
    font-size: 1em;
    text-transform: uppercase;
    font-weight: 700;
  }
  #cssmenu #menu-button:after {
    position: absolute;
    top: 23px;
    right: 17px;
    display: block;
    height: 8px;
    width: 20px;
    border-top: 2px solid #ffffff;
    border-bottom: 2px solid #ffffff;
    content: '';
  }
  #cssmenu #menu-button:before {
    position: absolute;
    top: 16px;
    right: 17px;
    display: block;
    height: 2px;
    width: 20px;
    background: #ffffff;
    content: '';
  }
  #cssmenu #menu-button.menu-opened:after {
    top: 23px;
    border: 0;
    height: 2px;
    width: 20px;
    background: #ffdc92;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  #cssmenu #menu-button.menu-opened:before {
    top: 23px;
    background: #ffdc92;
    width: 20px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  #cssmenu .submenu-button {
    position: absolute;
    z-index: 99;
    right: 0;
    top: 0;
    display: block;
    border-left: 0px solid rgba(120, 120, 120, 0.2);
    height: 100%;
    width: 50%;
    cursor: pointer;
	color:#fff;
  }
  #cssmenu .submenu-button.submenu-opened {
    background: none;
  }
  #cssmenu ul ul .submenu-button {
    height: 100%;
    width: 50%;
  }
  #cssmenu .submenu-button:after {
    position: absolute;
    top: 22px;
    right: 21px;
    width: 8px;
    height: 2px;
    display: block;
    background: #fff;
    content: '';
  }
  #cssmenu ul ul .submenu-button:after {
    top: 22px;
    right: 14px;
  }
  #cssmenu .submenu-button.submenu-opened:after {
    background: #ffffff;
  }
  #cssmenu .submenu-button:before {
    position: absolute;
    top: 19px;
    right: 24px;
    display: block;
    width: 2px;
    height: 8px;
    background: #ffffff;
    content: '';
  }
  #cssmenu ul ul .submenu-button:before {
    top: 19px;
    right: 17px;
  }
  #cssmenu .submenu-button.submenu-opened:before {
    display: none;
  }
}


}

.nav-menu > ul > li > a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: -5px;
  left: 0;
  background-color: #44bd32;
  visibility: hidden;
  width: 0px;
  transition: all 0.3s ease-in-out 0s;
}

.nav-menu a:hover:before, .nav-menu li:hover > a:before, .nav-menu .current-menu-item > a:before, .nav-menu .current-menu-parent > a:before, .nav-menu .current-post-ancestor > a:before {
  visibility: visible;
  width: 100%;
}

.nav-menu a:hover, .nav-menu .current-menu-item > a, .nav-menu .current-menu-parent > a, .nav-menu .current-post-ancestor > a, .nav-menu li:hover > a {
  color: #44bd32;
}

.nav-menu .menu-item-has-children ul {
  display: block;
  position: absolute;
  left: 26px;
  top: calc(100% + 30px);
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  padding: 10px 0;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
}

.nav-menu .menu-item-has-children:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.nav-menu .menu-item-has-children li {
  min-width: 180px;
  position: relative;
}

.nav-menu .menu-item-has-children ul a {
  padding: 10px 20px;
 
  text-transform: none;
  color: #333;
}

.nav-menu .menu-item-has-children ul a:hover, .nav-menu .menu-item-has-children ul .current-menu-item > a, .nav-menu .menu-item-has-children ul li:hover > a {

  color: #44bd32;
}

.nav-menu .menu-item-has-children > a:after {
  content: "\ea99";
  font-family: IcoFont;
  padding-left: 5px;
}

.nav-menu .menu-item-has-children .menu-item-has-children ul {
  top: 0;
  left: calc(100% - 30px);
}

.nav-menu .menu-item-has-children .menu-item-has-children:hover > ul {
  opacity: 1;
  top: 0;
  left: 100%;
}

.nav-menu .menu-item-has-children .menu-item-has-children > a {
  padding-right: 35px;
}

.nav-menu .menu-item-has-children .menu-item-has-children > a:after {
  content: "\eaa0";
  font-family: IcoFont;
  position: absolute;
  right: 15px;
}

@media (max-width: 1366px) {
  .nav-menu .menu-item-has-children .menu-item-has-children ul {
    left: -90%;
  }
  .nav-menu .menu-item-has-children .menu-item-has-children:hover > ul {
    left: -100%;
  }
  .nav-menu .menu-item-has-children .menu-item-has-children > a:after {
    content: "\ea9d";
  }
}

.hs-a{display: none;z-index: 108;white-space: nowrap; position: fixed;top: 13.5rem;left: 50%;transform: translate(-50%,0);}
.hs-form{font-size: 0;display: inline-block;}
.hs-text{border: none;padding: 0 .2rem; display: inline-block;vertical-align: middle; width: 18rem;height: 45px;background-color: #fff;color: #333;outline: none;font-size: 1rem;}
.hs-submit{border: none;display: inline-block;vertical-align: middle;cursor: pointer; width: 45px;height: 45px; background-color: #a7853d;background-image: url('../images/a3-b.png');background-size: 18px auto;background-position: center center;background-repeat: no-repeat;}
header.search-state .hs-a {display: block;}
header.search-state .h-opa {display: block;} 

.h-opa {display: none;width: 100%;height: 100%;position: fixed;left: 0;top: 0;background-color: rgba(0, 0, 0, 0.5);z-index: 10;cursor: pointer;}

.custom-logo-link img{
    max-width: 150px;
}
.hs-form input:-internal-autofill-previewed,
.hs-form input:-internal-autofill-selected {
  -webkit-text-fill-color: #2a2d33;
  transition: background-color 5000s ease-out 0.5s;
}
button,input[type=submit],input[type=text],input[type=button]{-webkit-appearance:none;-webkit-tap-highlight-color:rgba(255,0,0,0);outline:0;blr:expression(this.onFocus=this.blur())}
input{outline: 0;}
input::-webkit-input-safebox-button{display: none;/*去掉搜狗浏览器密码软盘*/}