
    .g-hd{height:5rem;position: relative;z-index:19;background:#fff;}
    .m-logo{width:36.56%;position: relative;padding:0.55rem 0 0 3.125%;}
    .m-logo img{width:100%;display: block;}
    .m-text{width:50.6%;line-height:5rem;height:4.5rem;font-size:1.4rem;white-space: nowrap;text-align: center;}
    .m-text a{display:inline-block;color: #292727;padding: 0 1rem;}
    .m-text span.cur a{font-weight: bold;color: #e52128;}
    .f-fr{float: right;}
    .f-fl{float: left;}

    .downmenu{width:7.5%;display: block;padding:1.9rem 0 0;}
    .downmenu img{width:1.4rem;display: block;}

    .head2 .menu_btn a.downmenu.hover {
      background:#fb4c36;
      border-radius:5px;
      box-shadow:1px 1px 1px #666;
    }
    .menu2{position: relative;z-index:9;}

    .menu2 .slideMenu{ 
      width:80%;padding:1.2rem 10% 2rem; display: none;z-index:80;background:rgba(229 , 33 , 40,  0.9);
      overflow:hidden;
      position:absolute;
      top:5rem; 
      right:0; 
      transition:transform 1s;
      -webkit-transition:transform 1s;
    }
    .menu2 .slideMenu li{border-bottom: 1px solid #fff;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: #6e6c6c;margin:1.6rem auto 0;text-align: center;background:#f2f2f2;font-size: 1.1rem;line-height:2.05rem;}
    .ontop{display: block;position: absolute;left:50%;top:-1.5rem;width:2.95rem;height:2.95rem;margin-left: -1.5rem;}
    .ontop span,.ontop span img{display:block;width:2.95rem;height:2.95rem;border-radius:2.95rem;}
    .f_text{padding:2.5rem 0 1.3rem;}
    .f_text i{color: #c4c4c4;display: inline-block;width: 1.7rem;text-align: center;}
    .f_text a{color: #6e6c6c;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:#565656;}
    .social_nav5 li{height:3.5rem;width:25%;font-size:1rem;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;border-left: solid 1px #636363;}
    .social_nav5 a:nth-child(1) li{background: #e52128;}
    .social_nav5 a:nth-child(1) li,.social_nav5 a:nth-child(2) li{border-left: 0;}
    .social_nav5 li span{display: inline-block;padding:0 0 0 1.9rem;-webkit-background-size:1.5rem 1.6rem!important; -moz-background-size: 1.5rem 1.6rem!important; -o-background-size: 1.5rem 1.6rem!important; background-size: 1.5rem 1.6rem!important;}
    

html{ background:#fff;}/*图片加载未完成前，默认背景色*/
.wrap{ opacity:0; /*开屏秀未加载完成，内容默认不显示(首页最外层盒子)*/}
.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:#bb1a29; background: #fff;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;
}

