header {
  width: 100%;
  height: 0.82rem;
  background: #F7F7F8;
}

header,
.headerWrap {
  position: fixed;
  top: 0;
  z-index: 999;
}

header .main {
  height: 0.82rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-right: .7rem;
  padding-left: 0.1rem;
  /* padding-left: 1.18rem; */
}

.headLogo {
  width: fit-content;
  height: .58rem;
  height: .45rem;
  display: flex;
  /* align-items: center;
  gap: .08rem;
  font-weight: 400;
  font-size: 0.29rem;
  color: #16388C; */
}
    
.headLogo img {
  /* width: 1.14rem; */
  height: .58rem;
  height: .45rem;
}   
    
.headR {
  height: 100%;
  display: flex;
  align-items: center;
  gap: .4rem;
} 
  
.headNav {
  height: 100%;
  display: flex;
  align-items: center;
  gap: .25rem;
} 
  
.navItem {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
} 
.navItem:last-child .navBox{
  display: none !important;
}
 
.navItem::before,
.navItem::after {
  content: '';
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  background: #16388C;
  opacity: 0;
  transition: all .3s;
}
  
.navItem::before {
  bottom: 0;
  width: 0;
  height: .01rem;
}   
    
.navItem::after {   
  bottom: -.02rem;  
  width: .05rem;    
  height: .05rem;   
  border-radius: 50%;
}                   
                    
.navItem:hover::before,
.navItem.act::before {
  width: 100%;      
  opacity: 1;       
}   
    
.navItem:hover::after,
.navItem.act::after {
  opacity: 1;
}   
    
.navItem a {
  font-weight: 400;
  font-size: 0.16rem;
  color: #8B8B8B;
}   
    
.navBox {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  min-width: 8rem;
  width: fit-content;
  display: flex;
  background: rgba(0, 72, 157, .88);
  padding: .15rem;
  display: none;
  border-radius: 0 0 .05rem .05rem;
}   
    
.navBox .flex {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}   
    
.navBox a {
  font-size: .15rem;
  padding: 0 .2rem;
  line-height: .45rem;
  display: block;
  text-align: center;
  color: #fff;
  white-space: nowrap;
}   
    
.other {
  width: 2.91rem;
  width: 2.2rem;
  height: 0.82rem;
  background: #28af5c;
  display: flex;
  align-items: flex-end;
  padding-left: .31rem;
  padding-bottom: .23rem;
  gap: .21rem;
}   
    
.navItem:hover>a{
  background: linear-gradient(45deg, #173993, #8fd169);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}   
.navBox a:hover{
    font-weight: 600;
}

.other>div{
    position: relative;
}

.other>div:hover .tel-box{
    display: block;
}

.other>div:hover .code-box{
    display: block;
}

.other .code-box{
    position: absolute;
    width: 100px;
    left: 50%;
    transform: translateX(-50%);
    top: 110%;
    padding:5px;
    background: #fff;
    display: none;
}   
    
.other .code-box>img{
    width: 100%;
    height: auto;
    display: block;
}   
    
.tel-box{
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 100%;
    background: #173993;
    padding:10px;
    font-size: .18rem;
    color: #fff;
    display: none;
    white-space: nowrap;
}   
    
.other img {
  height: .24rem;
  height: .2rem;
}   
    
.other .lang {
  padding-left: .05rem;
  font-weight: 400;
  font-size: 0.15rem;
  font-size: .2rem;
  color: #F7F7F8;
}   
    
.other .lang img {
  width: .17rem;
  width: .15rem;
  height: .09rem;
  margin-left: 0.05rem;
}   



.header_m{
    display: none;
}
@media screen and (max-width: 1042px) {
    header{display: none;}

    .header_m{display: block!important;position: fixed;top: 0;left: 0;width: 100%;background-color: #fff;z-index: 998;border-bottom:1px solid rgba(0,0,0,0.3);}
    .header_m .con{display: flex;align-items: center;justify-content:space-between;padding: 16px 20px;}
    .header_m .con .logo{display: block;width: auto;height: 40px;}
    .header_m .con .logo img{width:auto;height:100%;}
    .header_m .con .rig{display: flex;align-items: center;}
    .header_m .con .rig .ser_m{width: auto;height: auto;display: flex;column-gap: 8px;font-size: 18px;margin-left: 14px;position:relative;color: #000;}
    .header_m .con .rig .ser_m.sty{ background: #28af5c;border-radius: 50%;padding: 8px;}
    .header_m .con .rig .ser_m>img{width: 20px;height: auto;object-fit: contain;}
    .header_m .con .rig .ser_m .code-box{position:absolute;width: 120px;height: 120px;top: 100%;left: 50%;transform: translateX(-50%);background: #fff;padding: 8px;display: none;}
    .header_m .con .rig .ser_m:hover .code-box{display:flex}
    .navbar-default{position: static!important;height:auto!important;}
    .navbar-toggle {position: relative!important;float: right;padding:0;margin-left:16px; background-color: transparent;background-image: none;border:0;border-radius: 0}
    .navbar-toggle:focus { outline: 0 }
    .navbar-toggle .icon-bar { display: block; width: 22px; height: 2px; border-radius: 1px }
    .navbar-toggle .icon-bar + .icon-bar { margin-top: 4px }
    .navbar-default .navbar-toggle .icon-bar { background-color: #606060 }
    .navbar-toggle .icon-bar { position: relative }
    .navbar-toggle .icon-bar + .icon-bar { margin-top: 6px }
    .navbar-toggle .icon-bar:nth-child(2) { -moz-transition: background .3s ease 0s; -o-transition: background .3s ease 0s; -webkit-transition: background .3s ease; -webkit-transition-delay: 0s; transition: background .3s ease 0s; background: transparent }
    .transform-fallback-fix .navbar-toggle .icon-bar:nth-child(2) { background: #606060 }
    .navbar-toggle .icon-bar:nth-child(1), .navbar-toggle .icon-bar:nth-child(3) { -moz-transition: top .3s ease, -moz-transform .3s ease .4s; -o-transition: top .3s ease, -o-transform .3s ease .4s; -webkit-transition: top .3s ease, -webkit-transform .3s ease; -webkit-transition-delay: 0s, .4s; transition: top .3s ease, transform .3s ease .4s }
    .navbar-toggle .icon-bar:nth-child(1) { top: 8px; -moz-transform: rotate(45deg); -ms-transform: rotate(45deg); -webkit-transform: rotate(45deg); transform: rotate(45deg) }
    .transform-fallback-fix .navbar-toggle .icon-bar:nth-child(1) { top: 0 }
    .navbar-toggle .icon-bar:nth-child(3) { top: -8px; -moz-transform: rotate(-45deg); -ms-transform: rotate(-45deg); -webkit-transform: rotate(-45deg); transform: rotate(-45deg) }
    .transform-fallback-fix .navbar-toggle .icon-bar:nth-child(3) { top: 0 }
    .navbar-toggle.collapsed .icon-bar:nth-child(2) { -moz-transition: background .3s ease .4s; -o-transition: background .3s ease .4s; -webkit-transition: background .3s ease; -webkit-transition-delay: .4s; transition: background .3s ease .4s; background-color: #606060 }
    .navbar-toggle.collapsed .icon-bar:nth-child(1), .navbar-toggle.collapsed .icon-bar:nth-child(3) { top: 0; -moz-transform: rotate(0deg); -ms-transform: rotate(0deg); -webkit-transform: rotate(0deg); transform: rotate(0deg); -moz-transform-origin: 50% 50%; -ms-transform-origin: 50% 50%; -webkit-transform-origin: 50% 50%; transform-origin: 50% 50%; -moz-transition: top .3s ease .4s, -moz-transform .3s ease; -o-transition: top .3s ease .4s, -o-transform .3s ease; -webkit-transition: top .3s ease, -webkit-transform .3s ease; -webkit-transition-delay: .4s, 0s; transition: top .3s ease .4s, transform .3s ease }


    .header_m .m_means{position: absolute;top: 100%;left: 0;width: 100%;height: calc(100vh - 50px);overflow:hidden;pointer-events: none;font-family: PingFang SC, Arial, Microsoft YaHei, -apple-system, BlinkMacSystemFont, Segoe UI, Hiragino Sans GB, Helvetica Neue, Helvetica, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol!important;}
    .header_m .m_means .mean1{position: absolute;top: 0;left: 0;width: 100%;height: 100%;background-color: #fff;padding: 20px;transform:translateX(105%);transition:all 0.5s;pointer-events: all;overflow:auto;}
    .header_m .m_means .mean1.on{transform: translateX(0);overflow-x:hidden;}
    .header_m .m_means .mean1 .m_nav1 .li1{border-bottom: 1px solid #DFDFDF;padding: 15px 0 0 0;line-height: 26px;padding-right:0;position:relative;}
    .header_m .m_means .mean1 .m_nav1 .li1 .add{position: absolute;top:5px;left:auto; right:-20px; width: 50px;height: 50px;background: url(../img/fm_add.svg)no-repeat center;background-size: 14px 14px;transition:all 0.5s;}
    .header_m .m_means .mean1 .m_nav1 .li1.on .add{transform:rotate(45deg);}
    .header_m .m_means .mean1 .m_nav1 .li1>a{padding-bottom: 15px; color:#333;font-size:18px;font-weight: bold;font-family: PingFang SC, Arial, Microsoft YaHei, -apple-system, BlinkMacSystemFont, Segoe UI, Hiragino Sans GB, Helvetica Neue, Helvetica, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol!important;}
    .header_m .m_means .mean1 .m_nav2{display:none;padding: 15px 0;border-top: 1px solid rgba(96,96,96,0.2);}
    .header_m .m_means .mean1 .m_nav2 .li2>a{color:#333;line-height:22px;font-size:16px;display:inline-block;font-weight: 500;}

    .header_m .m_means .mean1 .m_nav2 .li2{position: relative;border-bottom: 1px solid rgba(96,96,96,0.2);padding-bottom: 10px;margin-bottom: 15px;}
    .header_m .m_means .mean1 .m_nav2 .li2:last-child{border-bottom: none;padding-bottom: 0;margin-bottom: 0;}


    .header_m .m_means .mean1 .m_nav2 .li2{position: relative;border-bottom: 1px solid rgba(96,96,96,0.2);padding-bottom: 15px;margin-bottom: 20px;}
    .header_m .m_means .mean1 .m_nav2 .li2:last-child{border-bottom: none;padding-bottom: 0;margin-bottom: 0;}

}

@media screen and (max-width: 769px) {
    .header_m .con{
        padding: 16px 3%;
    }
    .header_m .con .logo{
        height: 26px;
    }
    .header_m .con .rig .ser_m{
        font-size: 16px;
        margin-left: 8px;
        white-space: nowrap;
    }
    .header_m .con .rig .ser_m>img{
        width: 18px;
    }
}



