
html{ background:#ffffff;}/*图片加载未完成前，默认背景色*/
.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;}
/*首次加载页面切入效果*/
.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;
}


        .g-hd {
            position: relative;
            z-index: 19;
        }
        .f-fl{float:left;}
        .f-fr{float:right;}
        .t_con {
            height: 5.75rem;
        }
        
        .g-hd img{width:100%;}
        .m-logo {
            width: 24.3%;
            padding: 0.6rem 2.18% 0;
            position: relative;
        }
        
        .m-text {
            width: 52.8%;
            line-height: 1.25rem;
            font-size: 1rem;
            white-space: nowrap;
            padding: 1.6rem 0 0;
            color: #555;
            text-align: center;
        }
        
        .m-text b {
            display: block;
            color: #127cb8;
            font-size: 1.4rem;
            line-height: 1.65rem;
        }
        
        .downmenu a{color:#000;font-size:0.8rem;}
        .downmenu {
            width: 17.8%;
            display: block;
            padding: 1.2rem 0 0;
            height: 4.55rem;
            border-left: solid 1px #d9d9d9;
            text-align: center;
        }
        
        .downmenu span {
            width: 2.1rem;
            display: block;
            margin: 0 auto;
            height: 2.1rem;
        }
        
        .menu {
            height: 6.4rem;
            color: #fff;
            display: block;
            line-height: 3.2rem;
            background: #127cb8;
            overflow: hidden;
            font-size: 1.2rem;
            text-align: center;
        }
        
        .menu li {
            height: 3.2rem;
            width: 25%;
            float: left;
            border-bottom: solid 1px #298bc2;
            color: #fff;
            display: block;
            position: relative;
        }
        
        .menu li:before {
            content: "";
            position: absolute;
            width: 1px;
            height: 100%;
            background: #298bc2;
            top: 0;
            right: 0;
        }
        
        .menu li:nth-child(4n):before {
            width: 0;
            height: 0;
        }
    

     i ,em{font-style: normal;}
        .g-ft{overflow: hidden;position: relative;padding: 0 0 5.2rem;}
        .g-ft::before{position: absolute; content:""; width: 100%;height:0.4rem;background:#f3f3f3; top: 2.5rem;left: 0;}
        .g-top{ margin:0 auto;width:5.05rem; height:5.05rem;position: relative; z-index: 3;}
        .g-top img{display:block; margin:0 auto;width:5.05rem; height:5.05rem;}
                       
        .f_text{text-align: center;height:6.7rem; line-height: 1.6rem; font-size: 1.2rem; color:#666666; margin:0.9rem 10.94% 0;border-bottom: 1px solid #dedddd;}
        .f_text a{ color:#666666; display: inline-block;}
        
        .g-tel1{ height:6rem;overflow: hidden;line-height:1.9rem; margin-top:1.6rem;font-size: 1.9rem; color:#127cb8;}
        .g-tel1 p{width: 65.94%;float: right;}
        .g-tel1 p a{display: block;color:#127cb8;font-family: Impact;}
        .g-tel1 span img{ width:3.5rem; height:3.5rem;margin-right: 0.2rem;}
        .g-tel1 span{width: 32.34%;float: left;text-align: right;}
        /*底部导航*/
        .g-fnav{z-index:9999;position:fixed;bottom:0;overflow:hidden;display:block;width:100%;max-width:640px;min-width:320px;height:5.2rem;background:#127cb8;}
        .g-fnav li{position:relative;overflow:hidden;display:block;float:left;width:25%;height:5.2rem; text-align:center;line-height:5.2rem;font-size: 1.1rem;font-weight: bold;}
        .g-fnav li:nth-child(1){background:url(../images/f_telbg.gif) no-repeat center 0;-webkit-background-size:100% 100%; -moz-background-size: 100% 100%; -o-background-size: 100% 100%; background-size: 100% 100%;}
        .g-fnav li:nth-child(1) span{width: 37.5%;margin:1.1rem auto;display: block;}
        .g-fnav li::before{position: absolute; content:""; width: 1px; height:5.2rem; top: 0; right:0; background:#298bc2;}
        .g-fnav li:nth-child(1):before{background:none;width: 0;height: 0;}
        .g-fnav li a{color:#fff;display:block;width:100%;overflow: hidden;  text-transform: uppercase;  height:5.2rem;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box; position: relative;}
         .g-fnav li img{display: block; width:100%;}
         
    
