
  html{background:#f7f7f7}
  .wrap{opacity:0}
  .loading{position:fixed;top:0;z-index:51;z-index:99999;display:none;width:100%;height:100%;max-width:640px;min-width:320px}
  .loading img{display:none;height:100%;}
  .loading #showNext{position:absolute;top:1rem;right:1rem;z-index:99;display:none;padding-right:1rem;padding-left:1rem;border:.05rem solid #333;border-radius:5%;color:#333;text-align:center;line-height:1.8rem}
  .homeShow{animation:fade .8s ease both;-webkit-animation:fade .8s ease both}
  @-webkit-keyframes fade{from{display:block;opacity:1}
  to{display:none;height:0;opacity:0}
  }
  @keyframes fade{from{display:block;opacity:1}
  to{display:none;height:0;opacity:0}
  }
  .fade{-webkit-animation-name:fade;animation-name:fade}


@charset "utf-8";
/*格式化*/
html, body, div, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, blockquote, pre, form, fieldset, table, th, td, span, input, textarea {margin:0;padding:0;}
body{ font-size:1.2rem;font-family:"Microsoft Yahei",Verdana,Arial,Helvetica,sans-serif; padding-top:1px; background:#fff;overflow-x:hidden;max-width: 640px;min-width:320px;margin: 0 auto;}
li, ol { list-style:none; }
ins { text-decoration:none; }
i, em { font-style:normal; }
a { text-decoration:none;font-family:"Microsoft Yahei";color: #333;}
a:hover { cursor:pointer; text-decoration:none;}
a:active{star:expression(this.onFocus=this.blur());}
:focus{outline:0;}
.clear { clear:both; line-height:0px; overflow:hidden; zoom:1; font-size:0px; content:'.';}
.clearfix:after {visibility: hidden;display: block;font-size: 0;content: " ";clear: both;height: 0;}
img{ padding:0; margin:0;}
a img { border:none; }
input,textarea{ border:none;font-family:"Microsoft Yahei"; font-size:1.2rem;}
h1, h2, h3, h4, h5, h6{ font-weight:normal; font-size:1.5rem;}
h2,h2 a{color: #333;display: block;}
.fl{float: left;}
.fr{float: right;}
/* -- 页面整体布局 -- */
.wrap{ min-width:320px; max-width:640px; margin:0 auto; overflow:hidden; position:relative;margin-top: -0.05rem;background: #fff;} /*网站首页宽度*/
.wrap img{display:block;width:100%;}


/*头部*/
.g-hd{height:4.4rem;position: relative;background: #fff;}
.g-hd img{display: block;width: 100%;}
.g-hd .logo{float: left;width:20.625%;margin-left:4.06%;margin-top:1.1rem;}
.g-hd .logo img{width:100%;}
.g-hd .nav{float: left;margin-top:1.6rem;width: 53%;margin-left: 12%;}
.g-hd .nav li{float: left;font-size:1.1rem;line-height: 1.1rem;margin-right: 10%;position: relative;}
.g-hd .nav li:after{content: "";position: absolute;right: -19%;top: 0.2rem;width: 1px;height: 0.8rem;background: #cccccc;}
.g-hd .nav li:last-child{border: 0;padding-right: 0;margin-right: 0;}
.g-hd .nav li:last-child:after{display: none;}
.g-hd .nav li a{color: #333;display: block;}
.g-hd .m-nav2{float: right;width:4.38%;margin-top:1.55rem;margin-right:3.125%;position: relative;}
#menu{display: none; position: absolute; right: 0; top:4.4rem; width: 100%; height:56.2rem; background: #26b458;z-index: 100; text-align: center;}
#menu p{width: 80%;margin: 1rem auto 0;}
#menu p a{display: block; height: 4rem; line-height: 4rem; font-size: 1.2rem; color: #fff; border-bottom: 1px solid rgba(255,255,255,0.3);} #menu p a:last-child{border: 0;}


/*首页底部*/
.foot{margin-top: 3rem;}
.foot-t{background: #F2F2F2;padding-bottom: 3.5rem;margin-bottom: 3.5rem;position: relative;padding-top: 2rem;}
.foot-t .top{width: 4rem;margin: 0 auto;position: absolute;right: 1rem;top: -3rem;}
.foot-t .top img{width: 100%;}
.foot-t p{text-align: center;color: #666;line-height: 1rem;font-size: 1rem;}
.foot-t p span{margin-left: 2rem;}
.foot-t p a{color: #666;margin: 0 0.75rem;}
.foot-t em{display: block;text-align: center;color: #666;margin-top: 0.7rem;font-size: 1rem;}
.foot-b{position: fixed;bottom: 0;z-index:99;width: 100%;max-width: 640px;min-width:320px;box-sizing: border-box;}
.foot-b ul{display: flex; display: -webkit-flex; flex-wrap: wrap; justify-content: space-between;height: 3.5rem;background: #333;}
.foot-b ul li{width: 25%;text-align: center;line-height: 3.5rem;height: 3.5rem;font-size: 1.1rem;position: relative;}
.foot-b ul li:after{content: "";display: block;width: 1px;height: .5rem;background: #fff;position: absolute;right: 0;top:1.55rem;}
.foot-b ul li:last-child:after,.foot-b ul li.tel:after{display: none;}
.foot-b ul li a{color: #fff;display: block;}
.foot-b ul li.tel{background: #26b458;height: 4.85rem;top: -1.35rem;line-height: 4.85rem;}

