
        .g-hd {
            height: 6rem;
            position: relative;
            z-index: 19;
            background: #fff;
        }
        
        .m-logo {
            width: 23.44%;
            position: relative;
            padding: 1.5rem 0 0 4.688%;
        }
        
        .m-logo img {
            width: 100%;
            display: block;
        }
        
        .m-text {
            width: 52%;
            line-height: 5.5rem;
            height: 5.5rem;
            font-size: 1.4rem;
            white-space: nowrap;
            text-align: center;
        }
        
        .m-text i {
            display: inline-block;
            color: #b2b2b2;
            padding: 0 1rem;
        }
        
        .m-text a {
            display: inline-block;
            color: #666;
        }
        
        .m-text span.cur a {
            color: #9f2348;
        }
        
        .f-fr {
            float: right;
        }
        
        .f-fl {
            float: left;
        }
        
        .downmenu {
            width: 9%;
            display: block;
            padding: 2.5rem 0 0;
        }
        
        .downmenu img {
            width: 1.4rem;
            display: block;
        }
        
        .head2 .menu_btn a.downmenu.hover {
            background: #fb4c36;
            border-radius: 5px;
            box-shadow: 1px 1px 1px #666;
        }
        
        .menu2 {
            position: relative;
            z-index: 9;
        }
        
        .menu2 .slideMenu {
            width: 80%;
            padding: 1.2rem 10% 2rem;
            display: none;
            z-index: 80;
            background: rgba(159, 35, 72, 0.9);
            overflow: hidden;
            position: absolute;
            top: 6rem;
            right: 0;
            transition: transform 1s;
            -webkit-transition: transform 1s;
        }
        
        .menu2 .slideMenu li {
            border-bottom: 1px solid #fff;
            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 5rem;position:relative;font-size:1rem;line-height:2rem;z-index:18;color: #fff;background:#2c2c2c;}
    .ontop{display: block;position: fixed;right:6.875%;bottom:13rem;width: 5rem;height: 5rem;border-radius: 100%;}
    .ontop span{display:block;}
    .ontop span img{display:block;width: 5rem;}
    .f_text a{color:#fff;display:inline-block;}
    .f_text{background:#942546;height: 14.8rem;padding: 2.2rem 1.7rem 0;margin: 0 3.75%;}
    .f_text li{height:4.2rem;font-size: 1rem;line-height: 1.3rem;padding: 0 0 0 5rem;background:url(images/f_ico7.png) no-repeat 0 0; -webkit-background-size:4rem 2.4rem; -moz-background-size: 4rem 2.4rem; -o-background-size: 4rem 2.4rem; background-size: 4rem 2.4rem;}
    .f_text li em{font-family:Arial;font-size:0.7rem;line-height: 1.05rem;font-weight: bold;display: block;}
    .f_text ul li:nth-child(1){background:url(images/f_ico5.png) no-repeat 0 0; -webkit-background-size:4rem 2.4rem; -moz-background-size: 4rem 2.4rem; -o-background-size: 4rem 2.4rem; background-size: 4rem 2.4rem;}
    .f_text ul li:nth-child(2){background:url(images/f_ico6.png) no-repeat 0 0; -webkit-background-size:4rem 2.4rem; -moz-background-size: 4rem 2.4rem; -o-background-size: 4rem 2.4rem; background-size: 4rem 2.4rem;}
    .f_con{height:8rem;padding:1.1rem 0 0;text-align: center;}

    .f_con a{color: #fff;display: inline-block;}
    .f_nav a{font-weight: bold;}
    .f_nav i{width:1.62rem;font-size: 0.8rem;color: #808081;display: inline-block;}

    .social_nav5{height:5rem;position:fixed;bottom:0;min-width:320px;max-width:640px;width:100%;z-index:999;text-align: center;line-height:2rem;background:#fff;}
    .social_nav5 li{height:5rem;width:25%;font-size:1rem;float:left;color:#333;position:relative;box-sizing:border-box; -moz-box-sizing:border-box; -webkit-box-sizing:border-box; -o-box-sizing:border-box;border-left: solid 1px #ebebeb;}
    .social_nav5 a:nth-child(1) li{border-left: 0;}
    .social_nav5 li span{display: block;width:1.4rem;height:1.4rem;display:block;padding:0.95rem 0 0;margin:0 auto;}
    .social_nav5 li span img{ width:1.4rem; display:block;}
    

/*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:#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;
}*/

