
		.g-hd{height:18.75rem;position: relative;z-index:19;}
		.t_con{height: 6.7rem;}
		.m-logo{width:41.4%;padding:1.25rem 0 0 4.375%;position: relative;}
		.m-logo img{width:100%;display: block;}
		.m-text{width:51.25%;line-height:1.8rem;font-size:1.35rem;white-space: nowrap;padding:1.25rem 0 0;color: #e62129;}
		.m-text b{display:block;color: #282626;font-size: 1.4rem;}
		.f-fr{float: right;}
		.f-fr{float: right;}
		.menu3 li{width: 22.188%;height: 4.9rem;color: #fff;text-align: center;font-size: 1.1rem;line-height: 1.8rem;margin: 0 0 1rem 2.96%;float: left;background-image: -webkit-gradient(linear, top left, bottom right, from(#e62129), to(#cc0008));background-image: -webkit-linear-gradient(top, #e62129, #cc0008); 
    background-image: -moz-linear-gradient(top, #e62129, #cc0008); 
    background-image: -o-linear-gradient(top, #e62129, #cc0008); 
    background-image: -ms-linear-gradient(top, #e62129, #cc0008); 
    background-image: linear-gradient(top, #e62129, #cc0008);}
		.menu3 li:nth-child(4n-3){margin-left: 1%;}
		.menu3 li a{display: block;color: #fff;padding: 0.8rem 0 0;}
		.menu3 li em{display: block;width: 2rem;height: 1.45rem;margin: 0 auto;}
    

		.g-ft{height:auto;padding:2.2rem 0 5rem;position:relative;z-index:99;font-size:1rem;line-height:1.9rem;z-index:19;color: #333;}
		.ontop{height:6.25rem;width: 6.25rem; display: block;text-align: center;margin:0 auto;font-size: 1.2rem;color: #fff;line-height:4.1rem;background:url("images/ontop.gif"/*tpa=http://m.zhliqi.com/images/ontop.gif*/) no-repeat center 0; -webkit-background-size:6.25rem 6.25rem; -moz-background-size: 6.25rem 6.25rem; -o-background-size: 6.25rem 6.25rem;}
		.ontop span{display: inline-block;padding: 2.2rem 0 0;}
		.f_con{height:7.5rem;padding:1.1rem 0 0;border-bottom: solid 0.5rem #f3f4f8;margin-bottom: 1.5rem}
		.f_con p{text-align:center;display: block;}

		.f_con a{color: #555;display: inline-block;}
		.f_code{width:48.44%;margin:0 auto;height:13.5rem;}
		.f_code dt{width: 48.7%;float: left;}
		.f_code dt img{width:100%;max-width:7.4rem;box-sizing:border-box; -moz-box-sizing:border-box; -webkit-box-sizing:border-box; -o-box-sizing:border-box;padding: 0.4rem;background: #eee;}
		.f_code dd{width:41%;float: right;position: relative;padding: 1.5rem 0 0;font-size: 1rem;line-height: 2rem;color: #353535;}


		.social_nav5{height:5rem;position:fixed;bottom:0;min-width:320px;max-width:640px;width:100%;z-index:999;text-align: center;line-height:2.2rem;background:#333;}
		.social_nav5 li{height:5rem;width:25%;font-size:1rem;float:left;color:#fff;position:relative;}
		.social_nav5 li:before{content: "";position: absolute;width: 1px; height: 100%;left: 0;top: 0;background: #585858;}
		.social_nav5 a:nth-child(1) li{background: #e60012;}
		.social_nav5 a:nth-child(1) li:before{background: none;}
		.social_nav5 li span{display: block;width:2rem;height:2rem;display:block;padding:0.55rem 0 0;margin:0 auto;}
		.social_nav5 li span img{ width:2rem; display:block;}
    

/*.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;}*/
/*首次加载页面切入效果*/
.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;
}

