
  html{ background:#f7f7f7;}/*图片加载未完成前，默认背景色*/
  .wrap{ opacity:0; /*开屏秀未加载完成，内容默认不显示(首页最外层盒子)*/}
  .loading{position:fixed;width:100%;height:100%; top:0; z-index:51; display:none; max-width:750px; min-width:320px; z-index:999;}
  .loading img{ display:none;}
  .loading #showNext{ line-height:3rem; display:none; color:#fff; border:0.05rem solid #1568b4; border-radius:5%; padding-left:1rem; padding-right:1rem; text-align:center; position:absolute; right:1rem; top:1rem; z-index:0;background:#1568b4;}
  /*首次加载页面切入效果*/
  .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;
  }
  

                .m-head{height:5rem;}
                .m-head .g-hd{min-width: 320px;max-width: 750px;width: 100%;}
                .m-head .g-hd{height:5rem;}
                .m-head .g-hd .t_logo{float: left;width:29.2%;height:2.1rem;padding: 1.35rem 0 0 4%;}
                .m-head .g-hd .t_logo a img{width:70%; height:130%;}
                .m-head .g-hd .m-nav2{ width:4.3%;height:1.45rem;float: right;margin-top:2rem;margin-right:4%;display: inline;}
                .m-head .g-hd .m-nav2 i{display:block;width:100%;height:100%;background:url(../image/hea-ico.png) no-repeat center; background-size:100%;}
                .m-head .g-hd .hea_nav{width:42%; height:5rem; display: block; float:right; line-height:5.2rem; margin-right: 3%;}
                .m-head .g-hd .hea_nav a{width:33.3%;font-size:1.4rem; color:#333333; font-weight: normal; display: block;float:left; text-align: center;}
                .m-head .menu2 {position: relative;z-index:301;}
                .m-head .menu2 .erji{width:100%;display: none;overflow: hidden;position: absolute;background:#EEEEEE;background-size:100% 100%;height:52.35rem;max-width: 750px;top:5rem;right: 0;transition: transform 3s;-webkit-transition: transform 3s;padding:5.3% 4% 0; box-sizing: border-box;}  
                .m-head .menu2 .erji ul li{float:left;width:30.4%;height:10.5rem;border-radius:2rem;box-shadow:6px 8px 20px 0px rgba(0, 0, 0, 0.1); margin-bottom: 1.5rem;margin-right:4%;background:#FFF;}
                .m-head .menu2 .erji ul li a{display:block;height:10.5rem;padding-top:2.4rem; box-sizing: border-box;}
                .m-head .menu2 .erji ul li:nth-child(3n){margin-right: 0;}
                .m-head .menu2 .erji ul li i{display:block; width:3.15rem;height:3.15rem; margin:0 auto 1.1rem;}
                .m-head .menu2 .erji ul li i img{width:100%;}
                .m-head .menu2 .erji ul li em{display:block; font-size: 1.2rem; color:#333333; text-align: center;}
                .m-head .menu2 .erji strong{display: block;width: 43.75%;   height: 3.5rem;   line-height: 3.5rem;   background: #383838;  border-radius: 35px; margin: 0.75rem auto 0;}
                .m-head .menu2 .erji strong a{display:block;padding-left:6rem;font-size: 1.2rem; color:#FFF;background:url(../image/tel.png) no-repeat 27%; background-size:14%;font-weight: normal;}   
            

                  .g-ft{height:17.95rem;background:#e2e2e2; margin-top:15px}
                  .g-f{height:11.05rem; border-top:0.4rem solid #ce1616; padding:2rem 4% 0; box-sizing: border-box; position: relative;}
                  .g-f .xf{width:4.0rem;height:4.0rem;position: absolute;left:45%; top:-2.65rem;}
                  .g-f .xf img{width:100%;}
                  .g-f ul li{height:2.5rem; line-height: 2.5rem;}
                  .g-f ul li em{display:inline-block; height:2.3rem; line-height: 2.3rem;font-size:1.1rem; color:#333333;}
                  .g-f ul li em a{font-size:1.1rem; color:#333333;}
                  .g-f ul li:first-child em a{margin-right: 2rem;}
                  .g-f ul li:last-child em{margin-right: 2rem;}
                  .g-ft .dbdh{min-width: 320px;max-width: 750px;width: 100%;position: fixed;bottom: 0;z-index: 299;}
                  .g-ft .dbdh li{float:left; width:25%; height:4.5rem;background:#222222;box-sizing: border-box;border-right:1px solid #343434;}
                  .g-ft .dbdh li:first-child{background:#ce1616;}
                  .g-ft .dbdh li a{display:block; height:4.5rem; padding-top:0.45rem; box-sizing: border-box;}
                  .g-ft .dbdh li em{display:block; width:1.3rem;height:1.3rem; margin:0 auto; line-height:0;}
                  .g-ft .dbdh li em img{width:100%;}
                  .g-ft .dbdh li i{display:block; height:2.4rem; line-height: 2.4rem;text-align: center;font-size:1.4rem; color:#FFF;}
                  iframe.phone-view, body.phone-view, .c-edit-page.phone-view{width:750px !important;margin:0 auto;}
            
