
		.g-hd{height:5rem;position: relative;z-index:19;}
		.g-hd img { width:100%; display:block;}
		.m-logo{width:36.4%;padding:0.6rem 0 0 4.688%;position: relative; float:left;}
		.m-text{width:45.94%;line-height:3.8rem;font-size:1rem;color: #ebebeb;white-space: nowrap;text-align: center;padding: 0.6rem 0 0; float:right;}
		.m-text a{display:inline-block;color: #333;padding: 0 1rem;font-size:1.2rem;}

		.downmenu{width:9.22%;display: block;padding:2rem 0 0; float:right;}
		.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:80%;padding:1.2rem 10% 2rem; display: none;z-index:80;background:rgba( 47 , 159 , 51 , 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.85rem 0 5rem;position:relative;z-index:99;font-size:1rem;line-height:1.85rem;z-index:19;color: #555;background: #f5f6f7;margin-top: 3rem;}
		.ontop{width: 5.5rem;height:5.5rem;display: block;position: absolute;top:-2.4rem;left: 50%;margin-left: -2.75rem;}
		.f_con{height:20.3rem;padding:4rem 0 0;text-align: center;}
		.f_con b{display: block;font-size: 1.5rem;line-height: 2.5rem;color: #333;}
		.f_con p{text-align:center;display: block;height: 3.7rem;font-size: 1rem;color: #333;}
		.f_con p a{display:inline-block;padding: 0 0.85rem;color: #333;}
		.f_con span{display: inline-block;width:26.72%;margin: 0 auto;line-height: 3.1rem;}
		.f_con span img{display:block;background: #fff;padding: 0.7rem;box-sizing:border-box; -moz-box-sizing:border-box; -webkit-box-sizing:border-box; -o-box-sizing:border-box;}

		.f_con a{color: #555;display: inline-block;}

		.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:#fff;border-top: solid 1px #f5f6f7;}
		.social_nav5 li{height:5rem;width:25%;font-size:1rem;float:left;color:#333;position:relative;}
		.social_nav5 li:before{content: "";position: absolute;width: 1px; height: 100%;background: #f5f6f7;left: 0;top: 0;}
		.social_nav5 a:nth-child(1) li:before{width:0;height: 0;}
		.social_nav5 li span{display: block;width:1.3rem;height:1.15rem;display:block;padding:1.15rem 0 0;margin:0 auto;}
		.social_nav5 li span img{ width:1.3rem; 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;
}

