
html{ }/*图片加载未完成前，默认背景色*/
.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:#fff; border:0.05rem solid #fff; 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;
}


        .head2 {position: relative;z-index: 11;height:4.5rem;background:#fff; border-bottom: 0.15rem solid #7f252f;}
        .head2 .logo{ width:25%; float:left;  padding:0.2rem 0 0 0.55rem;}
        .head2 .logo img{display:block; width:100%; }
        .head2 h4{ width:59%; line-height:4.25rem; padding-top:0.22rem; font-size:1.3rem; color:#fff; float:left; font-weight: normal;box-sizing: border-box;text-align: center; box-sizing: border-box;padding-left:5%;}
        .head2 h4 a{position: relative; color:#333; padding: 0 8.5%; display: inline-block; float: left;}
        .head2 h4 a:before{content: "";position: absolute;width: 1px;height: 1.15rem;background: #ddd;right: 0;top:1.75rem;}
        .head2 h4 span:last-of-type a:before{background: none;}


        .head2 .menu_btn{width:6%; height:4.25rem; float:right; overflow:hidden; margin-right:3.1%;}
        .head2 .menu_btn a.downmenu{display:block; width:100%; padding:1.8rem 0 0 0;}
        .head2 .menu_btn img{ display:block; width:100%;}
        .menu2 .slideMenu{width:100%; display: none;z-index:16;position:absolute; top:4.25rem; right:0px; transition:transform 1s;-webkit-transition:transform 1s;}
        .menu2.down .slideMenu{transform:translate3D(0,100%,0);-webkit-transform:translate3D(0,100%,0);}
        .slideMenu{background: url(images/nav.jpg) no-repeat;background-size: 100%; min-height: 64rem;}
        .menu2 ul{ padding-top: 5%;}
        .menu2 ul li {line-height:4rem;text-align:center;color:#fff; position:relative;font-size:1.2rem; margin: 0 3.4%; border-bottom: 1px dotted #d3d3d1;}
        .menu2 ul li:last-child{ border-bottom: none;}
        .menu2 ul li a {display: block;height:4rem;line-height: 4rem; font-size:1.2rem; font-family:"Microsoft Yahei"; color: #333;text-decoration: none;}
        .menu2  em{ display: block; width:14rem; height: 3.5rem; line-height: 3.5rem;border-radius: 3.5rem; background: #1d3843; margin:1.7rem auto 0;}
        .menu2  em a{ display: block; color: #fff; font-size: 1.2rem; text-align: center;}
       

              .g-adv{font-size: 0; line-height: 0; margin-bottom: 5.95rem;}
              .g-adv img{width: 100%;display: block;}
            

            .g-ft{height:13.5rem;background: #e5e5e5; position: relative;}
            .g-ft .top{position: absolute;width:4.5rem;right:43.75%;top:-2.5rem;}
            .g-ft .top img{width: 100%;display: block;}
            .g-ft a{ color: #322c2c;}
            .g-ft .ftnav{padding-top:3.6rem; font-size: 1rem; color: #7a7b7d;text-align: center; line-height:1.7rem; }
            .ftnav i a{ color: #322c2c; padding: 0 1.5%; border-right: 1px solid #aaa; line-height: 100%; display: inline-block; font-size: 1.1rem;}
            .ftnav a:last-of-type{ border-right: none;}
            .ftnav i{ display: block; padding-bottom: 0.35rem;}
            .ft_p{ background:#fff;width:100%; position:fixed; bottom:0; max-width: 640px; min-width: 320px; z-index: 99; height: 3.35rem;}
            .ft_p p {float:left;width:33.33%;position: relative;box-sizing: border-box;text-align: center; position: relative; box-sizing: border-box; border-right: 1px solid #fff; height: 3.45rem; padding-top:1.75rem;background:#7e262f url(images/f_ioc1.jpg) no-repeat center 0.32rem; background-size:1.75rem 1.5rem;    line-height: 120%;}
            .ft_p p:nth-child(2){background:#7e262f url(images/f_ioc2.jpg) no-repeat center 0.32rem; background-size:1.75rem 1.5rem;}
            .ft_p p:nth-child(3){background:#7e262f url(images/f_ioc3.jpg) no-repeat center 0.32rem; background-size:1.75rem 1.5rem;}
            .ft_p p a{ display: block;color: #fff; font-size: 1rem;;}
        
