
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;}
/*首次加载页面切入效果*/
.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:6.5rem;position: relative;}
			.g-hd img{display: block;width: 100%;}
			.g-hd h1{float: left;width: 37.2%;margin:0.5rem 0 0 3.6%;}
			.g-hd ul{float: left;width: 39%;margin-top: 1.8rem;margin-left: 8%;}
			.g-hd ul li{float: left;font-size: 1.2rem;line-height: 1.2rem;width: 33.3%;text-align: center;font-weight:bold;}
			.g-hd ul li a{color: #222;}
			.g-hd .m-nav2{float: right;width:6.56%;margin:2.5rem 3.9% 0 0;}
			#menu{display: none;position: absolute;top: 6.5rem;width: 100%;height:41.4rem;background:#f5f5f5;background-size:100% 41.4rem;z-index: 100;}
			#menu p{width: 76%;margin: 0 auto;}
			#menu p a{display: block;height: 3.7rem;line-height: 3.7rem;font-size: 1.17rem;color: #000;text-align: center;border-bottom: 1px solid #7f7976;}
			.content_pho{ text-align:center; font-size:1rem;}
			.content_pho a{ color:#222;}
		

				.g-ft{height:32.8rem;border-top:0.4rem solid #f3f3f3;margin-top:2.5rem;}
				.g-ft .top{display:block;margin-top: -2.6rem;text-align: center;}
				.g-ft .top img{display:inline-block;width: 15.6%;}
				.g-ft .p1{font-size: 1.2rem;color: #333;line-height: 1.6rem;text-align: center;padding:0.7rem 0 1.2rem;}
				.g-ft .p1 a{color: #333;}
				.g-ft .p2{height:2.8rem;text-align: center;}
				.g-ft .p2 a{display:inline-block;width: 28%;height: 2.8rem;line-height: 2.8rem;font-size:1.2rem;color: #333;border:2px solid #005fa2;font-weight:bold;box-sizing:border-box;margin:0 0.6rem;}
				.g-ft .sao{width: 59%;height: 9.2rem;border:1px solid #dedede;margin:3.5rem auto 0;}
				.g-ft .sao img{display: block;width:41%;margin:-2rem auto 0;}
				.g-ft .sao span{display: block;font-size: 1.2rem;color: #333;text-align: center;line-height: 3rem;}
				.f_nav{height: 5.2rem;background-color: #005fa2;min-width: 320px;max-width: 640px;width: 100%;position: fixed;bottom: 0;z-index: 999;}
				.f_nav li{float: left;width: 25%;height: 5.2rem;text-align: center;border-right: 1px solid rgba(255,255,255,0.4);box-sizing: border-box;}
				.f_nav li:last-child{border-right: 0;}
				.f_nav li:first-child{background: #c30d22;}
				.f_nav li img{display:block;width:37.5%;margin:1.2rem auto 0;}
				.f_nav li b{display:block;color: #fff;font-size:1.2rem;line-height: 5.2rem;}
			
