html{ background:#f7f7f7;}
.wrap{ opacity:1; }
.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;
}



         img{
        pointer-events: none; 
        -webkit-user-select: none;
        -moz-user-select: none;
        -webkit-user-select:none;  
        -o-user-select:none;  
        user-select:none;  
    }
			.g-hd{height:4.5rem;position: relative;background:#e8e8e8;}
			.g-hd img{display: block;width: 100%;}
			.g-hd h1{float: left;width: 20.3%;margin:0.7rem 0 0 3.1%;}
			.g-hd ul{float: left;height:1.5rem;margin-top:1.5rem;margin-left:8%;}
			.g-hd ul li{float: left;font-size: 1.2rem;line-height:1.5rem;padding:0 1.4rem;border-right:1px solid #d1d1d1;}
			.g-hd ul li:last-child{border: 0;}
			.g-hd ul li a{color: #000;}
			.g-hd .m-nav2{float: right;width:13.9%;height:4.5rem;background: #008fbf;overflow:hidden;}
			#menu{display: none;position: absolute;right: 0;top: 4.5rem;width: 46%;background:rgba(255,255,255,0.9);z-index: 100;border:1px solid #e5e5e5;border-bottom: 0;}
			#menu p{width: 100%;}
			#menu p a{display: block;height: 4rem;line-height: 4rem;font-size: 1.2rem;color: #000;text-align: center;border-bottom: 1px solid #e5e5e5;}
			#menu .call{display:block;width:50%;height:3rem;line-height:3rem;text-align:center;font-size:1.2rem;color:#fff;background:#00479d;margin:1rem auto;}
		

				.g-ft{height: 14rem;}
				.g-ft .top{position: fixed;width:12%;right:0.5rem;bottom: 11rem;z-index:100;}
				.g-ft .top img{display:block;width:100%;}
				.f_con{padding:3rem 0 0;}
				.f_con p{font-size: 1.1rem;color: #4c4c4c;line-height: 2rem;text-align: center;}
				.f_con p a,.f_con p i{color: #4c4c4c;margin:0 1.5rem;}
				.f_nav{height: 5rem;background:#333;min-width: 320px;max-width: 640px;width: 100%;position: fixed;bottom: 0;z-index: 999;}
				.f_nav li{float: left;width: 25%;height: 5rem;text-align: center;position: relative;}
				.f_nav li:after{position: absolute;width:1px;height:3.2rem;background: #4d4d4d;content: "";top: 1rem;right: 0;}
				.f_nav li img{display:block;width:1.7rem;margin:0.7rem auto 0;}
				.f_nav li span{display: block;color: #fff;font-size: 1.2rem;line-height: 2.5rem;}
				.f_nav li:last-child:after{width: 0;}
				.f_nav li:last-child img{display: block;width:2rem;margin:0.6rem auto 0;}
				.f_nav li:last-child span{line-height: 2rem;}
			
