@charset "utf-8";
/* topmenu 开始*/
#sh_hd {
  /*  position: fixed;
 */
  position: absolute;
  z-index: 15;
  width: 100%;
  font-size: 15px;
}
#sh_hd #hd_h1 {
  position: absolute;
  font-size: 0;
  line-height: 0;
  overflow: hidden;
}
#sh_hd .topblock {
  background: #000;
  height: 40px;
  line-height: 40px;
  display: flex;
  justify-content: space-between;
}
#sh_hd .topblock .lefttopbox {
  font-size: 14px;
  color: #fff;
  line-height: 40px;
  padding-left: 60px;
}
#sh_hd .topblock .righttopbox {
  font-size: 14px;
  color: #fff;
  line-height: 40px;
  padding-right: 60px;
}
#shGnb {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  height: 90px;
  padding: 0 60px;
}
#shGnb.blur {
  backdrop-filter: blur(100px);
  background: rgba(255, 255, 255, 1);
  transition: background 0.2s;
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.1);
}
#shGnb.blur.on {
  backdrop-filter: blur(15px);
  background: #624f01;
}
#shGnb.sub {
  background: #fff;
}
.sh_lnb_bg {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 220px;
  background-color: #fff;
}
#shGnb .sh_logo {
  position: relative;
  z-index: 20;
}
#shGnb .sh_logo svg {
  height: 55px;
}
#shGnb .sh_logo svg .st0 {
  fill: url(#SVGID_1_);
}
#shGnb .sh_logo svg .st1 {
  fill: url(#SVGID_2_);
}
#shGnb .sh_logo svg .st2 {
  fill: url(#SVGID_3_);
}
#shGnb .sh_logo svg .st3 {
  fill: url(#SVGID_4_);
}
#shGnb .sh_logo svg .st4 {
  fill: #a47b31;
}
#shGnb .sh_logo svg .st5 {
  fill: url(#SVGID_5_);
}
#shGnb .sh_logo svg .st6 {
  fill: url(#SVGID_6_);
}
#shGnb .sh_logo svg .st7 {
  fill: url(#SVGID_7_);
}
#shGnb .sh_logo svg .st8 {
  fill: #fff;
}
#shGnb.blur .sh_logo svg .st0 {
  fill: url(#SVGID_1_);
}
#shGnb.blur .sh_logo svg .st1 {
  fill: url(#SVGID_2_);
}
#shGnb.blur .sh_logo svg .st2 {
  fill: url(#SVGID_3_);
}
#shGnb.blur .sh_logo svg .st3 {
  fill: url(#SVGID_4_);
}
#shGnb.blur .sh_logo svg .st4 {
  fill: #a47b31;
}
#shGnb.blur .sh_logo svg .st5 {
  fill: url(#SVGID_5_);
}
#shGnb.blur .sh_logo svg .st6 {
  fill: url(#SVGID_6_);
}
#shGnb.blur .sh_logo svg .st7 {
  fill: url(#SVGID_7_);
}
#shGnb.blur .sh_logo svg .st8 {
  fill: #595757;
}
#shGnb.blur.on .sh_logo svg .st0 {
  fill: url(#SVGID_1_);
}
#shGnb.blur.on .sh_logo svg .st1 {
  fill: url(#SVGID_2_);
}
#shGnb.blur.on .sh_logo svg .st2 {
  fill: url(#SVGID_3_);
}
#shGnb.blur.on .sh_logo svg .st3 {
  fill: url(#SVGID_4_);
}
#shGnb.blur.on .sh_logo svg .st4 {
  fill: #a47b31;
}
#shGnb.blur.on .sh_logo svg .st5 {
  fill: url(#SVGID_5_);
}
#shGnb.blur.on .sh_logo svg .st6 {
  fill: url(#SVGID_6_);
}
#shGnb.blur.on .sh_logo svg .st7 {
  fill: url(#SVGID_7_);
}
#shGnb.blur.on .sh_logo svg .st8 {
  fill: #fff;
}/* 
#shGnb .sh_nav {
  position: absolute;
  z-index: 9999;
  right: 0%;
  top: 50%;
  transform: translate(-55%, -50%);
  width: max-content;
}
#shGnb .sh_nav > li {
  float: left;
  position: relative;
  padding: 0 25px;
  line-height: 70px;
}
#shGnb.blur .sh_nav > li > a {
  display: block;
  font-size: 17px;
  font-weight: 600;
  color: #01608c;
  transition: all 0.2s;
}
#shGnb .sh_nav > li > a {
  display: block;
  font-weight: 600;
  color: #fff;
  transition: all 0.2s;
}
#shGnb.blur .sh_nav > li > a {
  color: #595757;
}
#shGnb.on .sh_nav > li > a {
  color: #fff;
}
#shGnb.sub .sh_nav > li > a {
  color: #222;
}
#shGnb .sh_lnb_s {
  display: none;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  min-width: 100%;
  width: max-content;
  /*min-height: 145px;*/
}
#shGnb.on .sh_nav > li:hover .sh_lnb_s {
  display: block;
  background: rgba(255, 255, 255, 1);
  backdrop-filter: blur(15px);
}
#shGnb .sh_lnb_s li {
  border-top: rgba(0, 0, 0, 0.07) 1px solid;
  padding: 0 30px;
  backdrop-filter: blur(15px);
}
#shGnb .sh_lnb_s li a {
  display: block;
  text-align: center;
  color: #333;
  transition: all 0.2s;
  height: 50px;
  line-height: 50px;
}
#shGnb .sh_lnb_s li a:hover {
  color: var(--primary);
}
#shGnb .sh_tip {
  margin-left: auto;
}
#shGnb .sh_tip {
  display: flex;
}

#shGnb .sh_tip li a {
  color: #fff;
  display: flex;
  align-items: center;
  padding: 8px;
}
#shGnb .sh_tip li a svg {
  width: 32px;
  margin-right: 5px;
}
#shGnb.blur .sh_tip li a {
  color: #595757;
}
#shGnb .sh_tip li a .fa-search {
  margin-right: 6px;
}
#shGnb .sh_tip li + li a .fa-globe {
  margin-right: 6px;
}
#shGnb .sh_tip li a .fa-bars {
  margin-right: 6px;
}
#shGnb.on .sh_tip li a {
  color: #fff;
}
#shGnb.sub .sh_tip li a {
  color: #01608c;
}
topmenu 结束*/
