﻿.head2 {position: relative;z-index: 11;height:5rem;background: #fff; }
        .head2 .logo{width: 30%;float:left;margin: 1rem 8% 0 5%;}
        .head2 .logo img{display:block; width:100%;}
        .head2 h4{ width:43%; line-height:5rem; line-height: 5rem; font-size:1.2rem; color:#4d4d4d; float:left; text-align:right; font-weight: normal;}
        .head2 h4 a{ float:left; width:33%;text-align: center; color:#4d4d4d;position: relative;}
        .head2 h4 a:before{content: "";position: absolute;width: 1px;height: 1rem;background: #4d4d4d;right: 0;top:2.2rem;}
        .head2 h4 a:nth-child(3):before{background: none;}


        .head2 .menu_btn{width:8.5%; height:5rem; float:right; overflow:hidden;}
        .head2 .menu_btn a.downmenu{display:block; width:86%; padding:1.6rem 0 0 0;}
        .head2 .menu_btn img{ display:block; width:100%;}
        .menu2 .slideMenu{width:50%; display: none;z-index:16;position:absolute; top:5rem; right:0px; transition:transform 1s;-webkit-transition:transform 1s;}
        .menu2.down .slideMenu{transform:translate3D(0,100%,0);-webkit-transform:translate3D(0,100%,0);}
        .menu2 ul {background:#006cb7;padding-bottom: 3rem;}
        .menu2 ul li {line-height:3rem;text-align:center;color:#fff; position:relative;font-size:1rem;}

        .menu2 ul li:before{ content:""; position:absolute; bottom:0; left:0; width:100%; height:1px; background:#ccc;}
        .menu2 ul li:last-child:before{ background:none; border:0;}
        .menu2 ul li a {display: block;height: 3rem;line-height: 3rem; font-size:1rem; font-family:"Microsoft Yahei"; color: #fff;text-decoration: none;}
       

    .g-adv{height: 18rem;}
    .g-adv img{width: 100%;display: block;}
  

        .g-ft{height:16.5rem;background: #f2f2f2; position: relative;}
        .g-ft .up{width:5rem;height: 5rem;position: absolute;left:50%;margin-left: -2.5rem;top:-2.5rem;}
        .g-ft .up img{width: 100%;display: block;}
        .bah{padding-top: 5.1rem; text-align: center;font-size: 1rem;color: #666666;}
        .bah a{color:#666;}
        .bah b{display: block;font-size: 1.5rem;color: #333333;font-weight: normal;margin-bottom: 0.5rem;}
        .bah em{display: inline-block;position: relative;padding-left: 1.6rem;color: #666666;}
        .bah em a{color: #666666;}
        .bah em:before{content: "";position: absolute;background:url(../images/map.jpg) no-repeat;background-size: 100%; height: 1.5rem;width: 1.5rem;left:0;top:0.1rem;}


        .g_fnva{ position:fixed; z-index:100; bottom:0; width:100%;max-width:640px;min-width:320px;background: #006cb7;}
        .m-f01 li{float: left;width: 25%;text-transform: uppercase;border-right: 1px  solid #fff; box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;}
        .m-f01 li em{display: block;width: 45%;padding-top: 0.5rem; margin: 0 auto;}
        .m-f01 li img{width: 100%;display: block;}
        .m-f01 a{ color:#fff;line-height:2.2rem;;display:block;text-align:center;font-size: 1rem;position: relative;}




     

html{ background:#fff;}

.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;
}