/*
* @Author: sj6
* @Date:   2017-09-12 11:31:02
* @Last Modified by:   sj6
* @Last Modified time: 2017-09-12 21:04:29
*/

.container{
  height:100%;
  position:relative;
}

body,html{
  /*height:100%;*/
  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/adpd_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;
}

.mation a.on{
  background:#0294df;
  color:#fff;
  border:1px solid #0294df;
}

.infonmaio .P_hid{
  font-size:0.3704rem;
  color:#009ce6;
  width:1.5741rem;
  border-bottom:1px solid #009ce6;
  padding-bottom:0.1389rem;
  text-align:center;
  box-sizing:border-box;
}


.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;
}


.mation{
  margin:0.6481rem 0;
}

.mation a{
  font-size:0.2222rem;
  color:#999;
  border:1px solid #999;
  border-radius:0.1111rem;
  padding:0.1389rem 0.2222rem;
  margin-right:0.2407rem;
}

.mation a.blue{
  background:#0294df;
  color:#fff;
  border:1px solid #0294df;
}


.linkman{
  width:94%;
  padding:0 3%;
  margin-bottom:2.6204rem;
}


.linkman .P_hid{
  font-size:0.3704rem;
  color:#009ce6;
  width:1.5741rem;
  border-bottom:1px solid #009ce6;
  padding-bottom:0.1389rem;
  text-align:center;
  box-sizing:border-box;
}

.linkman img.img_rel{
  width:99%;
  margin:0.463rem 0;
  border:1px solid #ccc;
}

.linkman .h2{
  font-size:0.3704rem;
  padding-bottom:0.0278rem;
}

.linkman .p_Yu{
  font-size:0.2222rem;
  padding-bottom:0.2315rem;
  color:#999;
}

.linkman .dizhi{
  font-size:0.2222rem;
  color:#666;
  padding-bottom:0.2315rem;
}

.linkman .shuzi{
  color:#0294df;
  border-bottom:1px solid #0294df;
}


.linkman img.img_botm{
  width:1.8889rem;
  border:1px solid #ccc;
  margin:0.2222rem 0.25rem 0 0;
  float:left;
}

.linkman .kight{
  padding-top:1.0185rem;
}




/*侧边栏*/

.sidebar_box{
  display:block;
  content:"";
  clear:both;
  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{
  /*margin-top:1.1111rem;*/
  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;
    }
