@charset "utf-8";


#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;
  position: relative;
  width: 100%;
  height: 90px;
  padding: 0 60px;
}
#shGnb.blur {
  backdrop-filter: blur(100px);
  background: rgba(18, 36, 55, 0.4);
  transition: background .2s
}
#shGnb.blur.on {
  backdrop-filter: blur(15px);
  background: rgba(3, 24, 33, 1);
}
#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 img {
  height: 55px;
}
#shGnb .sh_nav {
  position: absolute;
        z-index: 9999;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: max-content
}
#shGnb .sh_nav > li {
  float: left;
  position: relative;
  padding: 0 25px;

  line-height: 70px
}
#shGnb .sh_nav > li > a {
  display: block;
    font-size: 17px;
    font-weight: 600;
  color: #fff;
  transition: all .2s
}
#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(3, 24, 33, 0.8);
    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: #fff;
  transition: all .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 + li {
  margin-left: 22px
}
#shGnb .sh_tip li a {
  font-size: 13px;
  color: #fff
}

#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: #fff
}