body,html{height: 100%;}
html{
    background: none;
}
body{
    background: none;
    overflow: hidden;
}

body .my_ftop {
    background: none;
    height: 100%;
}

.my_fbtm {
    height: 100%;
    width: 100%;
}

.mod_specialbtn,.opt_btn{
    display: none;
}

.hidden{
    display: none !important;
}

/*图片轮播*/
/* 轮播按钮颜色 */
.slide {
    width: 440px;
    height: 180px;
  }
  .slide .slide_num li {
    width: 16px;
    height: 6px;
    float: left;
    margin-right: 6px;
    overflow: hidden;
    cursor: pointer;
    line-height: 0;
    background: #d5d5d5;
    border: none;
  }
  .slide .slide_num li.cur {
    background: #cc0000;
    border: none;
  }
  .slide .slide_main {
    width: 440px;
    height: 180px;
    border: 0 none;
  }
  .slide .slide_ul {
    width: 440px;
    height: 180px;
    overflow: hidden;
    position: relative;
  }
  .slide .slide_ul li {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
  }
  .slide .slide_ul li a {
    width: 100%;
    height: 100%;
    display: block;
    text-decoration: none;
  }
  .slide .slide_ul li img {
    width: 100%;
    height: 100%;
    overflow: hidden;
    margin: 0;
  }
  

  .mod_tab {
    background: url(../images/bg_xwgg.png?18d0e66) no-repeat top left;
    width: 440px;
    height: 232px;
    padding: 10px 0 0 15px;
    box-sizing: border-box;
    margin-top: 10px;
  }
  .mod_tab .tab_hd {
    border-bottom: 1px solid #33393f;
  }
  .mod_tab .tab_hd li {
    float: left;
    padding: 0 5px;
    font-size: 12px;
    line-height: 24px;
    color: #95b3cf;
    border-bottom: 2px solid transparent;
    position: relative;
    margin-bottom: -1px;
    cursor: pointer;
    margin-right: 5px;
    text-align: center;
    box-sizing: border-box;
    width: 70px;
  }
  .mod_tab .tab_hd li.cur {
    font-size: 14px;
    color: #f4cda3;
    border-color: #d58a12;
    font-weight: 700;
  }
  .mod_tab .tab_bds {
    padding-top: 10px;
  }
  .mod_tab .tab_bd {
    display: none;
  }
  .mod_tab .textlist_item {
    height: 180px;
    overflow: hidden;
  }
  
  /* 新闻列表-行 */
  .textlist_time li {
    background: url(../images/dot.png?18d0e66) no-repeat 0 12px;
    padding-left: 20px;
    width: 388px;
    /* 覆盖样式 */
    line-height: 34px;
    height: 34px;
  }
  
  .textlist_time span {
    float: right;
    color: #7e7e7e;
  }
  
  .textlist_time li a {
    color: #b3b3b3;
    width: 280px;
  }
  .textlist_time li a:hover {
    color: #d58a12;
  }
  .mod_recomm{
     padding-left: 70px;
     margin-top: 10px;
  }
  .mod_recomm .glb-imglist{
    margin-right: -10px;
  }
  .mod_recomm .glb-imglist li{
    float: left;
    width: 182px;
    height: 104px;
    overflow: hidden;
    margin-right: 4px;
  }
  .mod_recomm .glb-imglist li  img{
    width: 182px;
    height: 104px;
    overflow: hidden;
  }

  

/* 调整实名认证弹出框部分样式 */
.certify_dialog {
    top: 35px!important;
    left: 500px!important;
    margin-left: -310px!important;
    margin-top: 0!important;
    box-shadow: none;
}

/* 覆盖公共样式 */
.wue_notice {
    width: 550px;
    height: 261px;
}


.j-start{
    position: absolute;
    right: 78px;
    bottom: 53px;

    background: url(../images/nwd/btn_start.png?18d0e66) no-repeat;
    width:291px;
    height:71px;
    font-size: 0;

    display: block;
}

/* 微端区域 */
/* 高宽固定 */
.wd_box {
    width: 1000px;
    /* 多20px避免底部白边 */
    height: 550px;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -500px;
    margin-top:0;
    padding-left: 4px;
  }
  /* 覆盖样式 */
 .wd_box .wd_cont {
    width: 1000px;
    height: 550px;
  }
  
  
  
  .frm_asidebar {
    padding: 0 0 0 3px;
    width: 440px;
    display: none;
  }
  