@charset "utf-8";


#sh_hd .topblock{
    background: #fffbd9;
    height: 40px;
    line-height: 40px;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #fff073;
}

#sh_hd .topblock .lefttopbox{
    color: #0f0f0f;
    line-height: 40px;
    padding-left: 60px;
}

#sh_hd .topblock .righttopbox{
    color: #0f0f0f;
    line-height: 40px;
    padding-right: 60px;
        font-size: 13px;
}


#sh_hd.blur {

        transition: all .2s;
}





#shGnb {
  display: flex;
  align-items: center;
  position: absolute;
  width: 100%;
  height: 75px;
  padding: 0 60px;
}
#shGnb.blur {
  backdrop-filter: blur(15px);
  background: rgba(9, 18, 51, 1);
  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;
        transition: transform .25s;
}




#shGnb .sh_logo img {
height: 60px;
    position: relative;
    top: 10px;
    z-index: 5;
}

/*#shGnb.blur .sh_logo::after {
content: "";
    background: rgba(9, 18, 51, 1);
    width: 100px;
    height: 100px;
    border-radius: 100px;
    position: absolute;
    z-index: 1;
    top: 7px;
    left: -7px;
    display: block;
}*/



#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 21px;

  line-height: 70px
}
#shGnb .sh_nav > li > a {
  display: block;
    font-size: 15px;
    font-weight: 600;
  color: #fff;
  transition: all .2s
}
#shGnb.on .sh_nav > li > a {
  /*color: #ff0000;*/
    
}

#shGnb.on .sh_nav > li > a:hover {
  color: #99c0ff;
    
}

#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;
    padding: 15px 0;
  /*min-height: 145px;*/
      
}
#shGnb.on .sh_nav > li:hover .sh_lnb_s {
  display: block;
    background: #106afc;
    backdrop-filter: blur(15px);
}

#shGnb .sh_lnb_s li  {
    
        padding: 0 30px;
    backdrop-filter: blur(15px);

}

#shGnb .sh_lnb_s li a {
  display: block;
  text-align: center;
color: #fff;
  transition: all .2s;
    height: 40px;
    line-height: 40px;
}
#shGnb .sh_lnb_s li a:hover {
  color: rgba(255,255,255,0.6);

}
#shGnb .sh_tip {
  margin-left: auto
}
#shGnb .sh_tip {
  display: flex;
    align-items: center;
        position: relative;
    z-index: 9999;
}
#shGnb .sh_tip li + li {
  margin-left: 30px
}
#shGnb .sh_tip li a {
  font-size: 15px;
    font-weight: 600;
  color: #fff;
    display: flex;
    align-items: center;
}



#shGnb .sh_tip::before {
    content: "";
    width: 1px;
    height: 15px;
    background: #999;
    position: relative;
    top: 0px;
    left: 35px;
}






#shGnb .sh_tip li svg {
  width: 17px;
    height: 17px;
    color:#fff;
    margin-right: 6px;
}



#shGnb .sh_tip li a .fa-search {
  margin-right: 6px;
}



#shGnb.on .sh_tip li a {
  /*color: #fff*/
}
#shGnb.sub .sh_tip li a {
  color: #fff
}