
html{ background:#f7f7f7;}/*图片加载未完成前，默认背景色*/
.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:#fff; border:0.05rem solid #fff; border-radius:5%; padding-left:1rem; padding-right:1rem; text-align:center; position:absolute; right:1rem; top:1rem;}
/*首次加载页面切入效果*/
.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;
}


			.g-hd{height:4.3rem;position: relative;}
			.g-hd img{display: block;width: 100%;}
			.g-hd h1{float: left;width:27.8%;margin:1.3rem 0 0 3.9%;}
			.g-hd ul{float: left;height:1rem;margin-left: 6%;margin-top: 2rem;}
			.g-hd ul li{float: left;font-size: 1rem;line-height:1rem;padding:0 0.6rem;border-right:1px solid #272727;}
			.g-hd ul li:last-child{border-right: 0;}
			.g-hd ul li a{color: #272727;}
			.g-hd ul li.cur a{color: #e5151d;}
			.g-hd .m-nav2{float: right;width:5.6%;margin:1.6rem 3.9% 0 0;}
			#menu{display:none;position: absolute;left: 0;top: 4.3rem;width:100%;height:50rem;background:#e5151d;z-index: 200;}
			#menu p{width: 85%;margin: 2rem auto 0;text-align: center;}
			#menu p a{display: block;height: 3rem;line-height: 3rem;font-size: 1.2rem;color: #fff;border-bottom:1px dashed rgba(255,255,255,0.2);box-sizing: border-box;}
			#menu p a:last-child{border: 0;}
		

			.g-ft{height:11.8rem;border-top:1px solid #242424;position: relative;}
			.g-ft .top{position: absolute;width: 3.2rem;top: -1.9rem;margin-left: -1.6rem;z-index: 10;left: 50%;}
			.g-ft .top img{display:block;width:100%;}
			.gsxx{padding:2rem 0 0;}
			.gsxx p{line-height: 1.5rem;font-size:0.9rem;color: #666;text-align: center;}
			.gsxx p a{color: #666;}
			.gsxx .p1{font-size: 1.3rem;color: #3b3a39;}
			.gsxx .p1 a{color: #3b3a39;font-weight:bold;}
			.f_nav{height: 4.9rem;background-color: #18130e;min-width: 320px;max-width: 640px;width: 100%;position: fixed;bottom: 0;z-index: 100;}
			.f_nav li{float: left;width: 25%;height: 4.9rem;text-align: center;border-right:1px solid #18130e;box-sizing: border-box;}
			.f_nav li img{display:block;width: auto;height: 1.9rem;margin: 0.5rem auto 0;}
			.f_nav li:last-child{border: 0;}
			.f_nav li:first-child{background: #e10415;}
			.f_nav li span{display: block;color: #fff;font-size: 1rem;line-height:2.2rem;}
		
