/* reset */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, p , form, fieldset, legend, input, button, textarea, th, td {margin:0; padding:0; }
table {border-collapse:collapse; border-spacing:0; }
fieldset, img {border:0; }
li {list-style:none; }
em,i{font-style:normal; }
body{background: #fff; color:#333; font:12px/1.7 Tahoma, Geneva, "\5fae\8f6f\96c5\9ed1", "\5B8B\4F53"; }
.clearfix:after,
.row:after {clear:both; content:'\0020'; display:block; height:0; }
.clearfix, .row {zoom:1; }
.clear {clear:both; }
button,input,textarea{font-family:Tahoma, Geneva, "\5fae\8f6f\96c5\9ed1", "\5B8B\4F53"; font-size:12px; }
button {cursor:pointer; outline:none; }
textarea {overflow:auto; }
input {vertical-align:middle; }
/*链接颜色*/
.imp{color: #0b0; }
.ext{color: #999; }
.white{color: #fff;}
.orange{color: #f60; }
.red{color: #f00;}
.blue{color: #0085ec;}
.c666{color: #666; }
.cccc{color: #ccc; }
.fst{font-family:"\5B8B\4F53"; }
a{color:#333; text-decoration:none; }
a:hover{color:#0085ec; text-decoration: underline; }
:focus{outline: none;}
a i{cursor:pointer; }
.fl{float: left; }
.fr{float: right; }
.title{font-weight: 400;}
.b{font-weight: bold;}
.h1{font-size: 24px;}
.h2{font-size: 18px;}
.h3{font-size: 14px;}
/* end reset */
.row{width: 1000px; margin: 0 auto; }
.lay-240{width: 240px;}
.lay-740{width: 740px;}
.lay-680{width: 680px;}
.lay-340{width: 340px;}
.lay-300{width: 300px;}
.lay-380{width: 380px;}
.mt5{margin-top: 5px; }
.mt10{margin-top: 10px; }
.mt15{margin-top: 15px; }
.mt20{margin-top: 20px; }
.mt30{margin-top: 30px; }
.mr20{margin-right: 20px}

/* top-menu */
.top-menu-row{
    height: 34px;
    background: #252525;
    line-height: 34px;
    color: #aaa;
}
.top-menu{
    height: 34px;
    overflow: hidden;
}
.top-menu a{
    color: #aaa;
    font-size: 14px;
}
.top-menu a:hover{
    color: #eee;
}
.top-menu-row .ext{
    color: #454545;
    margin: 0 3px;
}
.login-area a{
    color: #eeeeee;
}
.login-area a:hover{
    color: #fff;
}
.header{
    height: 106px;
}
.logo{
    width: 217px;
    height: 68px;
    background: url(imageslogo.png) no-repeat;
    margin-top: 20px;
}
.logo a{
    display: block;
    height: 68px;
    text-indent: -9999em;
}

.head-search{
    height: 28px;
    background: #fff;
    float: right;
    width: 700px;
    margin-top: 38px;
}
.search-form{
    height: 30px;
    background: #fff;
}
.search-wrod{
    width: 380px;
    padding: 4px 5px;
    height: 20px;
    line-height: 20px;
    float: left;
    border: 1px solid #eee;
}
.search-btn{
    float: left;
    width:78px;
    height: 30px;
    font-weight: bold;
    color: #fff;
    background: #0085ec;
    border:0;
}
.search-switch{
    float: left;
    width: 60px;
    border: 1px solid #eee;
    height: 28px;
    border-right: 0;
    font-size: 14px;
    position: relative;
    z-index: 990;
}
.search-switch .til{
    display: block;
    height: 28px;
    line-height: 28px;
    padding-left: 8px;
    position: relative;
    z-index: 2;
    cursor: pointer;
    overflow: hidden;
    width: 35px;
}
.search-switch i{
    position: absolute;
    width: 9px;
    height: 5px;
    overflow: hidden;
    background: url(imagesm_main.png) no-repeat -125px -28px;
    top: 12px;
    right: 7px;
}
.search-switch ul{
    position: absolute;
    border:1px solid #eee;
    left: -1px;
    top: 28px;
    background: #fff;
    width: 100px;
    padding: 3px 0;
    display: none;
}
.search-switch li{
    height: 23px;
}
.search-switch a{
    display: block;
    height: 23px;
    line-height: 23px;
    padding: 0 8px;
}
.search-switch a:hover{
    background: #a2bbc7;
    color: #fff;
    text-decoration: none;
}
.search-switch-active ul{
    display: block;
}
.search-keys{
    line-height: 24px;
    overflow: hidden;
    margin-top: 5px;
    height:24px;
}
.search-keys a{
    margin-right: 5px;
    white-space: nowrap;
}
.mian-menu{
    position: relative;
    zoom: 1;
}
.mian-menu .row{
    width: 1000px;
    height: 36px;
    overflow: hidden;
    position: relative;
}
.mian-nav{
    height: 32px;
    background: #0085ec;
}
.mian-nav li{
    float: left;
    height: 32px;
}
.mian-nav a{
    display: block;
    width: 116px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    color: #fff;
    font-size: 14px;
    position: relative;
}
.mian-nav .current{
    background: #6493a9;
}
.mian-nav .current i{
    width: 9px;
    height: 5px;
    overflow: hidden;
    background: url(imagesm_main.png) no-repeat -126px -7px;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -4px;
}
.mian-nav a:hover{
    color: #fff;
    background: #93b1c0;
    text-decoration: none;
}
.other-nav{
    position: absolute;
    right: 0;
    top: 0;
}
.other-nav li{
    float: left;
}
.other-nav a{
    display: block;
    width: 100px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    color: #ffffdc;
    font-size: 14px;
}
.other-nav .current{
    background: #6493a9;
}
.other-nav a:hover{
    color: #fff;
    background: #93b1c0;
    text-decoration: none;
}
.sub-nav{
    width: 1000px;
    height: 33px;
    border-bottom: 1px solid #eee;
    margin: 0 auto;
}
.sub-nav ul{
    padding: 0 10px;
    height: 33px;
}
.sub-nav li{
    float: left;
}
.sub-nav a{
    display: block;
    width: 90px;
    text-align: center;
    line-height: 33px;
}
.sub-nav .current{
    border-bottom: 2px solid #a2bbc7;
    position: relative;
    height: 32px;
    line-height: 32px;
    font-weight: bold;
}
/* end header */
/* footer */
.footer{
    margin: 15px auto 0;
    text-align: center;
    padding: 26px 0;
    color: #999;
    line-height: 24px;
    background: #565656;
}
/* focus-img */
.focus-img{
    overflow: hidden;
    position: relative;
}
.focus-img .focus-list-wrap li{
    overflow: hidden;
    float: left;
}
.focus-img .focus-list-wrap a{
    display: block;
    overflow: hidden;
    position: relative;
}
.focus-img .focus-list-wrap .bg{
    height: 32px;
    background: #000;
    width: 100%;
    filter: alpha(opacity=60);
    opacity: .6;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
}
.focus-img .focus-list-wrap .item-txt{
    height: 32px;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 2;
    overflow: hidden;
    line-height: 32px;
    text-indent: 10px;
    font-size: 14px;
}
.focus-img .xtaber-tabs{
    position: absolute;
    right: 5px;
    bottom: 8px;
    z-index: 99;
}
.focus-img .xtaber-tabs li{
    width: 12px;
    height: 12px;
    overflow: hidden;
    font-size: 0;
    cursor: pointer;
    zoom: 1;
    background: #dadada;
    border-radius: 6px;
    float: left;
    margin-right: 5px;
}
.focus-img .xtaber-tabs .current{
    background: #54b4ff;
}
/* 分页 */
.page-num{
    height: 25px;
    text-align:center;
    padding:20px 0;
    font-size: 14px;
}
.page-num a,
.page-num span{
    border:1px solid #e2e2e2;
    background: #fff;
    float: left;
    height: 20px;
    padding: 7px 12px;
    margin-right: 5px;
}
.page-num .current{
    color:#0085ec;
    border:1px solid #fff;
    background: #fff;
}
.page-num a:hover{
    text-decoration: none;
    border-color: #54b4ff;
    color: #0085ec;
}
/* 广告 */
.test-60 img,
.test-90 img,
.test-110 img,
.test-120 img,
.test-230 img{
    vertical-align: middle;
}
.test-960{
    width: 960px;
    padding: 0 20px;
    background: #ddd;
}
.test-960 iframe{
    display: block;
}
/* 文字列表 */
.txt-list{
    overflow: hidden;
    zoom: 1;
}
.txt-list li{
    vertical-align: middle;
    background: url(imagesm_main.png) no-repeat -198px 12px;
    padding-left: 8px;
    height: 26px;
    line-height: 26px;
    overflow: hidden;
}

/* tab 切换 */
.mod-tab{
    height: 29px;
    border-bottom: 1px solid #eee;
    padding-left: 5px;
}
.mod-tab li{
    float: left;
    height: 28px;
    margin-right: 5px;
    background: #f8f8f8;
    cursor: pointer;
    line-height: 28px;
    padding: 0 8px;
    border-style: solid;
    border-color: #eee;
    border-width: 1px 1px 0;
}
.mod-tab .current{
    position: relative;
    margin-bottom: -1px;
    background: #fff;
    height: 29px;
    font-weight: bold;
}

.app-list li{
    float: left;
    width: 60px;
    height: 93px;
    margin: 7px 10px 0;
    display: inline;
}
.app-list img{
    display: block;
    width: 60px;
}
.app-list span{
    display: block;
    height: 23px;
    line-height: 23px;
    overflow: hidden;
    margin-top: 5px;
    text-align: center;
}

.star-bar{
    float: left;
    height: 11px;
    width: 70px;
    background: url(imagesm_main.png) no-repeat 0 -40px;
    overflow: hidden;
    margin-top: 3px;
}
.star-bar .in{
    display: block;
    height: 11px;
    overflow: hidden;
    background: url(imagesm_main.png) no-repeat 0 -20px;
}

/* soft-top-list  */
.soft-top-list{
    overflow: hidden;
    zoom: 1;
}
.soft-top-list li{
    vertical-align: middle;
}
.soft-top-list .single{
    height: 22px;
    overflow: hidden;
    padding: 3px 0;
    vertical-align: middle;
}
.soft-top-list .num{
    float: left;
    width: 16px;
    height: 16px;
    overflow: hidden;;
    text-align: center;
    line-height: 16px;
    color: #fff;
    background: #b9b9b9;
    margin: 2px 10px 0 0;
}
.soft-top-list .num1{
    background: #ff0000;
}
.soft-top-list .num2{
    background: #ff4e00;
}
.soft-top-list .num3{
    background: #ff983d;
}
.soft-top-list .single a{
    float: left;
    width: 124px;
    height: 22px;
    line-height: 22px;
    overflow: hidden;
}
.soft-top-list .star-bar{
    float: right;
}
.soft-top-list .app-img{
    height: 60px;
    padding: 5px 0 5px 70px;
    position: relative;
    vertical-align: middle;
}
.soft-top-list .app-img .name{
    display: block;
    width: 75px;
    height: 25px;
    overflow: hidden;
}
.soft-top-list .pic{
    width: 60px;
    height: 60px;
    position: absolute;
    left: 0;
    top: 5px;
    overflow: hidden;
}
.soft-top-list .btn{
    width: 70px;
    height: 25px;
    text-align: center;
    line-height: 25px;
    color: #fff;
    background: #0085EC url(imagesdl-btn.png) no-repeat center center;
    font-weight: bold;
    position: absolute;
    right: 0;
    top: 10px;
}

.soft-top-list .name,
.soft-top-list .ext{
    display: block;
    line-height: 25px;
    height: 25px;
    overflow: hidden;
}
.soft-top-list .app-img,
.soft-top-list .hover .single{
    display: none;
}
.soft-top-list .hover .app-img{
    display: block;
}

.idx-title{
    height: 33px;
    background: #f9f9f9;
    line-height: 33px;
    padding: 0 10px;
    position: relative;
}
.idx-title .sub-mark{
    position: absolute;
    top: 0;
    right: 10px;
}

/* search suggest */
#search_sug {z-index: 999999;}
.ac_results {background:#fff;border:1px #eee solid;border-top:0;display:none;position:absolute;width:390px;_width:387px;z-index:999999}
.ac_results li.com1{background:#fffdf3 url(../images/commend.gif) no-repeat right top;border-bottom:1px #fae2d1 solid;font-size:14px;font-weight:bold;}
.ac_results li{cursor:pointer;color:#666;padding:4px 10px;}
.ac_results span.kw{color:#008000;font-weight:bold;text-decoration:underline;}
.ac_results li.hover,.ac_results li:hover{background:#f5f5f5;}

.page-position strong{
    font-weight: normal;
}

.gotop{
    width: 32px;
    height: 32px;
    position: fixed;
    left: 50%;
    bottom: 92px;
    margin-left: 500px;
    _position: absolute;
    _top: expression(documentElement.scrollTop+documentElement.clientHeight-this.clientHeight-92);
}
.gotop a{
    display: block;
    height: 32px;
    background: url(imagesxzb_main.png) no-repeat -100px -65px;
    opacity: .6;
    filter: alpha(opacity=60);
}
.gotop a:hover{
    opacity: 1;
    filter: alpha(opacity=100);
}
* html{ 
    background:url(null) no-repeat fixed; 
}
#hot_meitus_2 li {
    width:110px;
    margin-right:8px;
    height:125px;
    overflow:hidden;
    float:left;
}

/* 隐藏评论和论坛导航及音频视频菜单 */
#content_ts_coment {  }
.menu_media { }
