
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;
}


        .head2 {position: relative;z-index: 11;height:5rem;background: #fff; }
        .head2 .logo{ width:33%; float:left; margin:0.3rem 7% 0 3%;}
        .head2 .logo img{display:block; width:100%;}
        .head2 h4{ width:45%; line-height:5rem; line-height: 5rem; font-size:1.2rem; color:#000000; float:left; text-align:right; font-weight: normal;}
        .head2 h4 a{ float:left;text-align: center; width: 33%; color:#000000;}
        .head2 h4 .cur a{color:#1c2189;}
         .head2 h4 span a{position: relative;}
        .head2 h4 span{position: relative;}
        .head2 h4 span a:before{content: "";position: absolute;width: 1px;height: 1rem;background: #ebebeb;right: 0;top:2.2rem;}
        .head2 h4 span:nth-child(3) a:before{background: none;}

        .head2 .menu_btn{width:10%; height:5rem; float:right; overflow:hidden;}
        .head2 .menu_btn a.downmenu{display:block; width:100%; padding:1.2rem 0 0 0;}
        .head2 .menu_btn img{ display:block; width:100%;}
        .menu2 .slideMenu{width:100%; 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:rgba(28,33,137,0.95);padding-bottom: 3rem;}
        .menu2 ul li {line-height:3rem;text-align:center;color:#fff; position:relative;font-size:1.2rem;}

        .menu2 ul li:before{ content:""; position:absolute; bottom:0; left:0; width:100%; height:1px; background:#fff;}
        .menu2 ul li:last-child:before{ background:none; border:0;}
        .menu2 ul li a {display: block;height: 3rem;line-height: 3rem; font-size:1.2rem; font-family:"Microsoft Yahei"; color: #fff;text-decoration: none;}
       

    .g-adv{height: 42.5rem;overflow:hidden;}
    .g-adv img{width: 100%;display: block;}
  

        .g-ft{height:15rem;position: relative;margin-top: 3rem;}
        .g-ft .ftup{margin: 0 4.5% 1.2rem;height: 3.6rem;line-height: 3.6rem;margin-bottom: 1.2rem;clear: both;}
        .g-ft .ftup a{display: block;float: left;position: relative;padding-left: 20%;width: 30%;font-size:1.2rem;color: #fff;}
        .g-ft .ftup a em{position: absolute;left:19%;top:0.8rem;width: 3rem;height: 2.2rem;}
        .g-ft .ftup a em img{width: 100%;display: block;}
        .g-ft .ftup a:nth-child(1){background: #263c92}
        .g-ft .ftup a:nth-child(2){background: #43ac74;color: #fff;}

        .g-ft .ftnav{height: 2rem;line-height: 2rem;text-align: center;font-size: 1.2rem;color: #363636;}
        .g-ft .ftnav a{display: inline-block;padding: 0;color: #363636;}
        .bah{text-align: center;font-size: 1.1rem;color: #878787;line-height: 2.2rem;}
        .bah a{color: #878787;}
        .bah b{display: inline-block;font-weight: normal;color: #1c2189;padding-left: 3%;}

        .g_fnva{ position:fixed; z-index:100; bottom:0; width:100%;max-width:640px;min-width:320px;background:#263c92;}
        .m-f01 li{float: left;width: 25%;text-transform: uppercase;border-right: 1px solid #3b4f9c; 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: 1.1rem;position: relative;}
        .m-f01 li:nth-child(1){background: #43ac74;color: #fff;}
        .m-f01 li:nth-child(1) a{color: #fff;}




     
