
    .g-hd{height:9.4rem;position: relative;z-index:19;background:#fff;position: relative;}
    .t_con{height:5.75rem;overflow: hidden;}
    .m-logo{width:30%;position: relative;margin:1.65rem 0 0 3.9%;}
    .m-logo img{width:100%;display: block;}
    .m-wz{width:78%;font-size:0.4rem;line-height:1.35rem;color: #333;padding:1.35rem 0 0;}
    .m-wz b{display: block;font-size: 1.4rem;line-height: 1.8rem;color: #021163
;}
    .t_menu{height: 3.65rem;line-height:3.65rem;overflow: hidden;background: #021163
;}
    .m-text{width:85.94%;font-size:1.3rem;white-space: nowrap;text-align: center;color: #fff;}
    .m-text a{display:inline-block;color: #fff;}
    .m-text i{display:inline-block;width:3.2rem;opacity: 0.7;}
    .m-text span.cur a{font-weight: bold;}
    .f-fr{float: right;}
    .f-fl{float: left;}

    .downmenu{width:10%;display: block;padding:1.25rem 0 0;}
    .downmenu img{width:1.9rem;display: block;}

    .menu2{position: relative;z-index:9;}

    .menu2 .slideMenu{
      width:80%;padding:1.2rem 10% 2rem; display: none;z-index:80;background:rgba(5, 80, 171, 0.9);
      overflow:hidden;
      position:absolute;
      top:0;
      right:0;
      transition:transform 1s;
      -webkit-transition:transform 1s;opacity: 0.9;
    }
    .menu2 .slideMenu li{border-bottom: 1px solid rgba(255, 255 , 255 , 0.6);color:#fff;line-height:3.5rem; font-size:1.2rem;clear: both;}
    .menu2 .slideMenu li:last-child{border-width: 0.15rem;}
    .menu2 .slideMenu li a{ color:#fff;display:block;line-height:3.5rem;}
    

    .g-ft{height:auto;padding:0 0 3.5rem;position:relative;color: #333;margin:2.6rem auto 0;text-align: center;font-size:1.1rem;line-height:1.6rem;z-index:12;border-top: solid 0.25rem #021163
;}
    .ontop{display: block;position: absolute;left:50%;top:-2.48rem;width:4.95rem;height:4.95rem;margin-left: -2.475rem;}
    .ontop span,.ontop span img{display:block;width:4.95rem;height:4.95rem;border-radius:4.95rem;}
    .f_text{height:4.4rem;padding:3rem 0 0;}
    .f_text a{color: #333;display: inline-block;}

    .social_nav5{height:3.5rem;position:fixed;bottom:0;min-width:320px;max-width:640px;width:100%;z-index:999;text-align: center;line-height:3.5rem;background: #021163
;}
    .social_nav5 li{height:3.5rem;width:25%;font-size:1.2rem;float:left;color:#fff;position:relative;box-sizing:border-box; -moz-box-sizing:border-box; -webkit-box-sizing:border-box; -o-box-sizing:border-box;}
    .social_nav5 ul a:nth-child(2) li{background: #ffc001;color: #000;}
    .social_nav5 li span{display: inline-block;padding:0 0 0 1.75rem;-webkit-background-size:1.5rem 1.4rem!important; -moz-background-size: 1.5rem 1.4rem!important; -o-background-size: 1.5rem 1.4rem!important; background-size: 1.5rem 1.4rem!important;}
    


.loading{position:fixed;width:100%;height:100%; top:0; z-index:51; display:none; max-width:640px; min-width:320px; z-index:99999;}
.loading img{ display:none;}
.loading #showNext{ line-height:1.8rem; display:none; color:#fff; background: #021163
;border-radius:5%; padding-left:1rem; padding-right:1rem; text-align:center; position:absolute; right:1rem; top:1rem; z-index:99;}
/*首次加载页面切入效果*/
.homeShow{ animation: fade 0.8s ease both;-webkit-animation: fade 0.8s ease both; }
/*渐显动画*/
@-webkit-keyframes fade {
  from
  {
   opacity:1;
   display:block;

  }
  to {
    opacity: 0;
    display:none;
    height:0;

  }
}

@keyframes fade {
  from{
    opacity: 1;
   display:block;
  }

  to
  {
    display:none;
    opacity: 0;
    height:0;
  }
}

.fade {
  -webkit-animation-name: fade;
  animation-name: fade;
}

