/*pc head */
.head{position:fixed;z-index:9999;top:0;left:0;width:100%;transition:all .5s;}
.scroll_active{background:#fff;}
.scroll_active .logo a{filter:none;}
.scroll_active .nav ul li a{color:#000}
.mb_head{display:none;}
.nav_wrap{padding:0 50px;width:100%;border-bottom:1px solid rgba(255,255,255,0.3);display:flex;align-items:center;justify-content:space-between;}
.logo{width:20%}
.logo a{display:block;filter:invert(1) brightness(10);width:260px;font-size:30px;font-weight:bold;color:#fff;}
.logo a img{width:100%;}
.nav{width:60%}
.nav ul{display:flex;gap:0 20px;justify-content:space-between;}
.nav ul li{position:relative;}
.nav ul li a{text-align:center;display:block;font-size:18px;padding:35px 0;color:#fff;font-weight:500;transition:all .5s;}
.nav ul li:hover a{color:#043b8a !important;font-weight:600}
.nav ul li a.nav_active{color:#043b8a !important;font-weight:bold;}
.hd_night{padding:10px 0px;display:flex;overflow:hidden;width:250px;background:linear-gradient(to right,#1f55a6,#143868);border-radius:100px;}
.hd_night_inner{padding:0 15px;overflow:hidden;display:flex;gap:0 10px;flex-shrink:0;animation:marquee 50s linear infinite}
.hd_night p{white-space:nowrap;color:#fff;font-weight:bold;font-size:18px;margin:0}
.hd_night p b{font-weight:bold}
@keyframes marquee{
  0%{transform:translateX(0)}
  100%{transform:translateX(-100%)}
}

.hd_night p b{color:yellow}


@media screen and (max-width:1600px){
  .logo a{width:220px;}
  .hd_call p{font-size:14px;}
  .nav ul{gap:0 10px;}
  .nav ul li a{font-size:16px;}
  .hd_night{width:200px;}
  .hd_night p{font-size:16px;}
}
@media screen and (max-width:1400px){
  .head{width:1400px;}
}
@media screen and (max-width:768px){
  .head{display:none}
  .logo{width:auto;}
  .logo a{filter:none;width:180px;}
  .logo a img{filter:none;}
  .mb_head{display:block;position:fixed;top:0;left:0;z-index:99999;background:#fff;width:100%;}
  .mb_hd_top{padding:15px 0;width:95%;margin:0 auto;display:flex;align-items:center;justify-content:space-between;}
  .nav_btn{cursor:pointer;}
  .nav_btn span{width:20px;height:2px;background:#000;margin-bottom:6px;display:block;}
  .nav_btn span:last-child{margin-bottom:0;} .all_nav_list{background:#004092;position:fixed;top:0;right:-80%;width:80%;height:100vh;z-index:999;padding:40px;transition:all .5s;}
  .all_nav_list_show{right:0;}
  .all_nav_top{display:flex;justify-content:space-between;align-items:center;margin-bottom:35px;}
  .all_nav_logo{filter:invert(1) brightness(10);opacity:0.5;width:150px;} .all_nav_close{display:block;cursor:pointer;margin-left:auto;width:15px;}
  .all_nav_list ul{width:100%;}
  .all_nav_list ul li{}
  .all_nav_list ul li a{font-size:16px;color:#fff;padding:20px 10px;border-bottom:1px solid rgba(255,255,255,0.2);font-weight:500;display:block;}
  .all_nav_list ul li:last-child a{border:0;}
  .mb_privacy{display:flex;justify-content:space-between;margin-top:35px;}
  .mb_privacy a{color:#fff;font-size:15px;padding:15px 0;display:block;text-align:center;font-weight:500;border:1px solid #fff;border-radius:50px;width:100%;} .all_nav_bg{background:rgba(0,0,0,0.5);position:fixed;top:0;left:0;width:100%;height:100vh;z-index:999;display:none;}
  .all_nav_list_show{}
  .all_nav_bg_show{}
}

@media screen and (max-width:499px){
  .all_nav_list{padding:30px;}
  .all_nav_list ul li a{padding:10px}
  .mb_privacy a {font-size: 13px;padding: 12px 0;}
}