/*
* @Author: sj6
* @Date:   2017-09-11 09:16:32
* @Last Modified by:   sj6
* @Last Modified time: 2017-09-12 20:50:24
*/
.container{
  height:100%;
  position:relative;
}

body,html{
  overflow-x:hidden;
}

header{
  width:94%;
  height:0.9722rem;
  padding:0 3%;
  position:fixed;
  left:0;
  top:0;
  background:#0294df;
  z-index:9999;
}

header .left_shouye{
  width:0.6204rem;
  height:0.9722rem;
  float:left;
}

header .right_shouye{
  width:0.4815rem;
  height:0.3704rem;
  z-index:9999;
  float:right;
  padding:0.3056rem 0;
}


.recdutmen{
  margin-top:0.9907rem;
  background:url("../img/GFG_02.png") 0 0 no-repeat;
  width:100%;
  height:1.9444rem;
  background-size:100% 100%;
}

.recdutmen .ment{
  text-align:center;
  font-size:0.5185rem;
  color:#dee0e0;
  padding-top:0.6759rem;
}

.recdutmen .zhaoqun{
  text-align:center;
  font-size:0.463rem;
  color:#333;
  margin-top:-0.5rem;
}


.trim{
  width:94%;
  padding:0 3%;
  background:#eee;
  height:0.8241rem;
  line-height:0.8241rem;
}

.trim .mind{
  font-size:0.2778rem;
  color:#666;
}

.trim .rng{
  margin:0 0.1389rem;
  font-size:0.2778rem;
  color:#666;
}



.jingli{
  width:94%;
  padding:0 3%;
  margin-bottom:4.6296rem;
}

.jingli .fain_P{
  font-size:0.3704rem;
  color:#009ce6;
  padding-top:0.5556rem;
  width:1.6815rem;
  text-align:center;
  padding-bottom:0.0463rem;
  border-bottom:2px solid #009ce6;
  margin-bottom:0.5185rem;
}





.unbalced{
  width:94%;
  padding:0 3%;
  display:block;
  content:"";
  clear:both;
  position:relative;
}

.unbalced .delopmet,.unbalced .conty{
  font-size:0.2037rem;
  color:#999;
}

.unbalced img.licheng{
  width:0.3519rem;
  position:absolute;
  left:1.8333rem;
  top:-0.1111rem;
}

.unbalced .nianxian{
  font-size:0.2778rem;
  color:#40b4ef;
  background:url("../img/dawn_03.png") 1.2963rem 0.1852rem no-repeat;
  background-size:0.2315rem;
  margin:0 0 0.32rem  0;
}

.unbalced .delopmet{
  margin:0 0.8333rem 0 0.3241rem;
}

.unbalced ul li{
  margin-bottom:0.3856rem;
}



.Copyright{
  background:#0294df;
  padding:0.463rem 0;
  text-align:center;
  color:#a8d2e8;
  font-size:0.1852rem;
  position:absolute;
  left:0;
  bottom:0;
  width:100%;
}



/*侧边栏*/

.sidebar_box{
  position:fixed;
  left:0;
  top:0;
  width:65%;
  height:100%;
  z-index:9999;
  display:none;
}

.sidebar_box .home{
  background:url("../img/topjian_01.png") 0 0 no-repeat;
  height:0.9722rem;
  width:100%;
  color:#fff;
  font-size:0.2778rem;
  line-height:0.9722rem;
  background-size:100% 100%;
  z-index:9999;
}

.sidebar_box .condition{
  width:0.6389rem;
  height:0.9722rem;
  float:left;
  padding-left:3%;
}



.bar_sec li{
  height:0.9259rem;
  line-height:0.9259rem;
  border-bottom:1px solid #e5e5e5;
  background:url("../img/ri_kk_03.png") 90% 0.3241rem no-repeat;
  background-size:0.1667rem 0.2963rem;
}


.bar_sec li a{
  height:0.9259rem;
  display:block;
  color:#333;
  font-size:0.3148rem;
  padding-left:0.5278rem;
}

.bar_sec{
    background:#fff;
    width:63.5%;
    height:100%;
}



.uiddig{
    width:100%;
    position:fixed;
    left:0;
    top:0.9722rem;
    height:100%;
    background:rgba(0,0,0,.7);
    z-index:99999;
    -webkit-transition: bottom 0.4s linear;
    transition: bottom 0.6s linear;
}



/*回到顶部*/
 .return-top{
  background:url("../img/Top.png") 0 0 no-repeat;
  background-size:100%;
        width:0.9259rem;
        height:0.9259rem;
        position:fixed;
        right:3%;
        bottom:3.2685rem;
        display:none;
    }
    .return-top.active{
        display:block;
    }
