/*pc head */
.head{background:#fff;position:fixed;z-index:9999;top:0;left:0;width:100%;transition:all .5s;}
.hd_top{ background: linear-gradient(90deg, #257699, #152465);}
.hd_top p{text-align:center;padding:7px 0;display:flex;align-items:center;justify-content:center;}
.hd_top p img{width:20px;margin:0 10px;}
.hd_top p b{margin:0 6px}
.mb_head{display:none;}
.nav_wrap{width:85%;margin:0 auto;display:flex;align-items:center;justify-content:space-between;position:relative;}
.logo{width:280px;}
.logo a{display:block;width:100%;}
.logo a img{width:100%;}
.nav{width:1100px;}
.nav ul{display:flex;justify-content:space-between;}
.nav ul li{position:relative;padding:25px 0}
.nav ul li a{text-align:center;display:block;font-size:18px;font-weight:600;transition:all .2s;}
.nav ul li:hover a{color:#25789a !important;font-weight:600}
.nav ul li a.nav_active{background: #25789a !important;font-weight: bold;color: #fff !important;border-radius: 100px;;}


@media screen and (max-width:1600px){
  .nav_wrap{width:95%;}
  .nav{width:800px;}
  .nav ul li a{font-size:16px;}
}
@media screen and (max-width:1400px){
  .head{width:1400px;}
}
@media screen and (max-width:768px){
  .head{display:none}
  .hd_top{background:none;}
  .hd_top p{font-size:13px}
  .hd_top p img{width: 12px;margin-left:2px;margin-right: 6px;position: relative;top: -1px;} 
  .logo{width:auto;position:relative;top:0;left:0;transform:translate(0,0);}
  .logo a{filter:none;width:200px;}
  .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:24px;height:2px;background:#000;margin-bottom:6px;display:block;}
  .nav_btn span:nth-child(2){width:17px;}
  .nav_btn span:last-child{width:22px;margin-bottom:0;} .all_nav_list{position:fixed;top:0;right:-90%;width:90%;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:15px;}
  .all_nav_top div{display:flex;align-items:Center;gap:0 8px}
  .all_nav_top div i{font-weight: 900;font-style: normal;font-size: 14px;background: #2bb6b9;padding: 8px 10px;border-radius: 100px;line-height: normal;}
  .all_nav_logo{filter:invert(1) brightness(10);opacity:0.5;width:35px;} .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: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;}
  .hd_map{margin-top:20px;border-radius:10px;overflow:hidden;}
  .hd_map p{padding:6px 0;font-weight:bold;background:#000;text-align:center;}
  .hd_map img{width:100%;}
  .mb_privacy{margin-top:15px;}
  .mb_privacy a{color:#fff;font-size:14px;padding:10px 0;display:block;text-align:center;font-weight:500;border:1px solid rgba(255,255,255,0.5);border-radius:5px;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;overflow-y:auto;height:100%;}
  .all_nav_list ul li a{padding:8px}
  .mb_privacy a {font-size: 13px;padding: 12px 0;}
}