
		.g-hd{height:5.85rem;position: relative;z-index:19;}
		.m-logo{width:33.75%;padding:1.1rem 0 0 3.125%;position: relative;}
		body .m-logo img{    display: block;
    width: 47px;
    padding-top: 9px;}
		.m-text{width:50.5%;line-height:4rem;font-size:1.2rem;color: #444;white-space: nowrap;text-align: center;padding:1.1rem 0 0;}
		.m-text a{display:inline-block;color: #444;padding: 0 0.7rem;height:4rem;}
		.m-text a:nth-child(1){width:21%;display:block;padding:1.17rem 0 0;float:left;}
		.m-text a:nth-child(1) img{width:100%;display:block;}
		.f-fr{float: right;}
		.f-fl{float: left;}

		.downmenu{width:10.625%;display: block;padding:2.2rem 0 0;}
		.downmenu img{width:2rem;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( 213 , 37 , 30 , 0.9);
			overflow:hidden;
			position:absolute;
			top:5.85rem; 
			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:2rem 0 4rem;position:relative;z-index:99;font-size:1.2rem;line-height:2.4rem;z-index:19;color: #666;text-align: center;}
		.ontop{height:4rem;display: block;text-align: center;margin:0 auto;font-size: 1.3rem;color: #fff;line-height:4.7rem;background:url(images/ontop.png) no-repeat center 0; -webkit-background-size:4rem 4rem; -moz-background-size: 4rem 4rem; -o-background-size: 4rem 4rem; background-size: 4rem 4rem;text-transform: uppercase;position: absolute;top:0;left: 50%;margin-left: -2rem;width: 4rem;}
		.ontop span{display: block;color: #fff;}
		.f_con{height:6.3rem;padding:3.1rem 0 0;background: #f1f1f1;}
		.f_con a{color: #666;display: inline-block;padding: 0 1.05rem;}
		.f_code{height: 8.9rem;border-bottom: solid 1px #ddded6;margin: 1.4rem auto 0.15rem;text-align: left;}
		.f_code dl{width: 51.875%;display: block;margin: 0 auto;max-width:16.7rem;}
		.f_code dt{width:46%;float: left;max-width:7.7rem;}
		.f_code dt img{width:100%;}
		.f_code dd{width:35.9%;float: right;float: right;white-space: nowrap;color: #666;line-height: 1.7rem;padding: 2rem 0 0 2.3rem;position: relative;}
		.f_code dd:before{content: "";position: absolute;width: 0;height: 0;left: 0;top: 2.7rem;border-top: solid 1rem transparent;border-bottom: solid 1rem transparent;border-right: solid 1rem #666;}

		.social_nav5{height:4rem;position:fixed;bottom:0;min-width:320px;max-width:640px;width:100%;z-index:999;text-align: center;line-height:1.5rem;background:#3051a9;}
		.social_nav5 li{height:4rem;width:25%;font-size:1.1rem;float:left;color:#d0d5e7;position:relative;}
		.social_nav5 li:before{content: "";position: absolute;width: 1px;height: 100%;top: 0;left: 0;background: #112a6f;}
		.social_nav5 a:nth-child(1) li{background: #d5251e;color: #fff;}
		.social_nav5 a:nth-child(1) li:before{background:none;width:0;height: 0;}
		.social_nav5 li span{display: block;width:1.7rem;height:1.7rem;display:block;padding:0.3rem 0 0;margin:0 auto;}
		.social_nav5 li span img{ width:1.7rem; 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;
}

