/*
* @Author: sj6
* @Date:   2017-09-11 15:45:07
* @Last Modified by:   sj6
* @Last Modified time: 2017-09-12 21:02:57
*/
.container{
  position:relative;
  height:100%;
}



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/ndid_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:#dde7f1;
  padding-top:0.6759rem;
}

.recdutmen .zhaoqun{
  text-align:center;
  font-size:0.463rem;
  color:#fff;
  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;
}

.infonmaio{
  width:94%;
  height:0.5741rem;
  padding:0 3%;
}

.infonmaio .P_hid{
  font-size:0.3704rem;
  color:#009ce6;
  height:0.5741rem;
  border-bottom:1px solid #009ce6;
  width:1.6204rem;
  box-sizing:border-box;
  text-align:center;
  margin-top:0.5556rem;
  padding-bottom:0.1389rem;
}




.health{
  margin-top:0.463rem;
  padding: 0 3%;
  height:2.1667rem;
}

.health .department{
  width:20%;
  border:1px solid #999;
  text-align:center;
  display:block;
  border-radius:0.0926rem;
  float:left;
  padding:0.1489rem;
  margin:0.0648rem 0.1111rem 0.2778rem 0;
}


.health ul li a{
  font-size:0.2222rem;
  color:#999;
  display:block;
  height:0.4815rem;
}

.health .kig{
  background:#0294df;
  border:1px solid #0294df;
}

.health .kig a{
  color:#fff;
}




.list_st{
  width:94%;
  padding:0 3%;
  margin-top:0.463rem;
}

.list_st ul li{
  width:49%;
  float:left;
  border:1px solid #e5e5e5;
  box-sizing:border-box;
  margin-bottom:0.2963rem;
}

.list_st ul li:nth-child(2n-1){
  margin-right:2%;
}

.list_st img{
  width:100%;
  margin:0 auto;
}

.list_st .bdog{
  text-align:center;
  font-size:0.2222rem;
  color:#333;
  padding:0.3056rem 0;
  background:#e5e5e5;
}


/*侧边栏*/

.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;
}



.Copyright{
  display:block;
  content:"";
  clear:both;
  background:#0294df;
  padding:0.463rem 0;
  text-align:center;
  color:#a8d2e8;
  font-size:0.1852rem;
 /* position:absolute;
  left:0;
  bottom:0;*/
  width:100%;
}


/*回到顶部*/
 .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;
    }


