
    body{background:url(images/bg01.gif) repeat;-webkit-background-size:14.85rem 14.85rem; -moz-background-size: 14.85rem 14.85rem; -o-background-size: 14.85rem 14.85rem; background-size: 14.85rem 14.85rem;}
    .g-hd{height:11.55rem;position: relative;z-index:19;position: relative;background:url(images/topbg.jpg) no-repeat center 0;-webkit-background-size:100% 7.95rem; -moz-background-size: 100% 7.95rem; -o-background-size: 100% 7.95rem; background-size: 100% 7.95rem;}
    .t_con{height:7.95rem;overflow: hidden;}
    .m-logo{width:15.625%;position: relative;margin:1rem 0 0 3.125%;}
    .m-logo img{width:100%;display: block;}
    .m-wz{width:64%;font-size:1.1rem;line-height:1.7rem;padding:2rem 0 0 3.44%;background: linear-gradient(to bottom, #fef090, #fef090, #fff0c5, #fef090);-webkit-background-clip: text;color: transparent;}
    .m-wz b{display: block;font-size: 1.3rem;line-height:2rem;}
    .t_menu{height: 3.6rem;line-height:3.6rem;overflow: hidden;background:url(images/mhbg1.gif) repeat center 0;-webkit-background-size:2rem 3.6rem; -moz-background-size: 2rem 3.6rem; -o-background-size: 2rem 3.6rem; background-size: 2rem 3.6rem;}
    .m-text{width:100%;font-size:1.3rem;white-space: nowrap;text-align: center;color: #1b1209;}
    .m-text a{display:block;color: #1b1209;}
    .m-text span{display:inline-block;color: #1b1209;width: 25%;}
    .m-text span:first-child{width:18%;}
    /*.m-text span.cur a{color: #ffc624;background:url(images/mhbg2.gif) repeat center 0;-webkit-background-size:2rem 3.6rem; -moz-background-size: 2rem 3.6rem; -o-background-size: 2rem 3.6rem; background-size: 2rem 3.6rem;}*/
    .f-fr{float: right;}
    .f-fl{float: left;}

    .downmenu{width:12.5%;display: block;padding:2.7rem 0 0;}
    .downmenu img{width:3rem;display: block;}

    .menu2{position: relative;z-index:9;}

    .menu2 .slideMenu{
      width:80%;padding:1.2rem 10% 2rem; display: none;z-index:80;background:rgba(202, 114, 39, 0.95);
      overflow:hidden;
      position:absolute;
      top:0;
      right:0;
      transition:transform 1s;
      -webkit-transition:transform 1s;opacity: 0.9;
    }
    .menu2 .slideMenu li{border-bottom: 1px solid rgba(237, 198, 87, 0.9);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:0 0 3.5rem;position:relative;color: #555;margin:2rem auto 0;text-align: center;font-size:1.1rem;line-height:2.6rem;z-index:12;}
    .ontop{display: block;position: fixed;right:2%;bottom:3.5rem;width:3.65rem;height:3.65rem;}
    .ontop span,.ontop span img{display:block;width:3.65rem;height:3.65rem;}
    .f_text{height:7.5rem;padding:3rem 0 0;}
    .f_text i{color: #555;display: inline-block;width: 3.2rem;}
    .f_text a{color: #555;display: inline-block;}

    .social_nav5{height:3.5rem;position:fixed;bottom:0;min-width:320px;max-width:640px;width:100%;z-index:999;text-align: center;line-height:1.5rem;background:url(images/footbg.gif) repeat-x 0 0;-webkit-background-size:100% 3.5rem; -moz-background-size: 100% 3.5rem; -o-background-size: 100% 3.5rem; background-size: 100% 3.5rem;}
    .social_nav5 li{height:3.5rem;width:25%;font-size:0.9rem;float:left;color:#3c1a00;position:relative;}
    .social_nav5 li span{display: block;width: 1.2rem;height: 1.5rem;margin: 0.3rem auto 0;}
    .social_nav5 li span img{display: block;width: 1.2rem;height: 1.5rem;margin:0 auto;}
    

html{ background:#fff;}/*图片加载未完成前，默认背景色*/
.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;}
.loading #showNext{ line-height:1.8rem; display:none; color:#1b1209; background: #cb7e57;border-radius:5%; padding-left:1rem; padding-right:1rem; text-align:center; position:absolute; right:1rem; top:1rem; z-index:99;}
/*首次加载页面切入效果*/
.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;
}

