
		.g-hd{height:5rem;position: relative;z-index:99;background: #910800;}
		.g-hd:before{content: "";position: absolute;width: 23.44%;height:5rem;z-index:-1;background: #fff;top: 0;left: 0;}
		.m-logo{width:18.44%;padding:0.55rem 0 0 2.344%;position: relative;}
		.m-logo img{width:100%;display: block;}
		.m-text{width:61.56%;line-height:5rem;height:4.5rem;font-size:1.6rem;white-space: nowrap;text-align: center;}
		.m-text a{display:inline-block;color: #fff;padding: 0 1.2rem;}
		.f-fl{float:left;}
		.f-fr{float:right;}

		.downmenu{width:12.65%;display: block;padding:1.95rem 0 0;}
		.downmenu img{width:1.45rem;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:40%;padding:1.2rem 5% 2rem; display: none;z-index:999;background:rgba(145 8 0);
			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 5rem;position:relative;z-index:99;font-size:1.1rem;line-height:2rem;z-index:19;color: #666;text-align: center;background: #f0f0f0;margin: 2.2rem auto 0;}
		.ontop{height:0.35rem;display: block;text-align: center;font-size: 1.3rem;line-height:5.3rem;position: relative;}
		.ontop span{width: 4.25rem;height: 4.25rem; display: block;color: #fff;background:url(../mobile/ontop.gif) no-repeat center 0; -webkit-background-size:4.25rem 4.25rem; -moz-background-size: 4.25rem 4.25rem; -o-background-size: 4.25rem 4.25rem; background-size: 4.25rem 4.25rem;text-transform: uppercase;position: absolute;top:-2rem;left: 50%;margin-left: -2.125rem;width: 4.25rem;border-radius: 4.25rem;}
		.f_con{height:7.5rem;padding:2.7rem 0 0;white-space: nowrap;}
		.f_con p:nth-child(2) a{color: #666;}
		.f_con p:nth-child(1){height: 2.6rem;display: block;}
		.f_con p:nth-child(1) a{color: #333;font-size: 1.2rem;display: inline-block;}
		.f_con p:nth-child(1) em{opacity: 0.6;padding: 0 0.4rem;font-size: 0.9rem;}

		.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:#000;}
		.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: #910800;}
		.social_nav5 a:nth-child(1) li{background:#910800;background: -webkit-linear-gradient(#910800,#ff9f2e, #910800);
  background: -o-linear-gradient(#910800,#ff9f2e, #910800);
  background: -moz-linear-gradient(#910800,#910800, #910800); 
  background: linear-gradient(#910800,#910800, #910800);}
		.social_nav5 a:nth-child(1) li:before{background:none;width: 0;height: 0;}
		.social_nav5 li span{display: block;width:1.4rem;height:1.4rem;display:block;padding:0.8rem 0 0;margin:0 auto;}
		.social_nav5 li span img{ width:1.4rem; display:block;}
    

.wrap{ opacity:1; /*开屏秀未加载完成，内容默认不显示(首页最外层盒子)*/}
.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;
}

