
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:5rem;position: relative;}
			.g-hd img{display: block;width: 100%;}
			.g-hd h2{float: left;width:23.4%;margin:0.5rem 0 0 2.5%;}
			.g-hd ul{float: left;height:1.3rem;margin-top:1.7rem;margin-left: 7%;}
			.g-hd ul li{float: left;font-size: 1.3rem;line-height:1.3rem;padding:0 1.2rem;border-right:1px solid #7f7f7f;}
			.g-hd ul li a{color: #333;}
			.g-hd ul li:last-child{border: 0;}
			.g-hd .m-nav2{float: right;width:6.25%;margin:1.6rem 4.2% 0 0;}
			#menu{display:none;position: absolute;left:0;top: 5rem;width: 100%;height:51.8rem;background:url(images/menu_bg.jpg) no-repeat;background-size:100% 51.8rem;z-index: 200;}
			#menu p{margin:0 3.9%;text-align: center;padding-top:3rem;}
			#menu p a{display: block;height: 4rem;line-height: 4rem;font-size: 1.3rem;color: #dfdfdf;border-bottom:1px dotted #505153;box-sizing: border-box;}
		

			.g-ft{height:17rem;background:#efefef;}
			.g-ft .top{position: fixed;width: 3.5rem;right: 0.5rem;bottom: 10.9rem;z-index: 10;}
			.g-ft .top img{display: block;width: 100%;}
			.f_con .site{padding:2rem 0 1.1rem;height: 1.5rem;line-height: 1.5rem;color: #bababa;text-align: center;}
			.f_con .site a{font-size: 1.2rem;color: #333;padding:0 2.3rem;}
			.f_con .site a:first-child{border-right:1px solid #bababa;}
			.f_con p{font-size: 1rem;color: #666;line-height: 1.7rem;text-align: center;}
			.f_con .p1{display:block;color: #03418f;font-weight:bold;}
			.f_con .p1 a{color: #03418f;}
			.f_nav{height: 6rem;background:url(images/f_nav.jpg) no-repeat;background-size:100% 6rem;min-width: 320px;max-width: 640px;width: 100%;position: fixed;bottom: 0;z-index: 100;}
			.f_nav li{float: left;width: 25%;height: 6rem;text-align: center;}
			.f_nav li img{display:block;width: 2.1rem;margin:0.8rem auto 0;}
			.f_nav li span{display: block;color: #fff;font-size: 1.2rem;line-height:2.8rem;}
			.f_nav li:first-child img{display:block;width: 3rem;margin:1.5rem auto 0;}
		
