@charset "utf-8";
/*
名称：PC端 public.css 模板
日期：2015.11.30
更新：2015.12.22
*/

body{
    font-family: "SimSun",arial,sans-serif;
    font-size: 14px;
    line-height: 24px;
    color: #6c7a81;
}
body, h1, h2, h3, ul, dl, dd, p, dl, dt, dd, tr, td{
    margin: 0;
    padding: 0;
}
button, select, input[type='checkbox'], input[type='radio']{
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
img{
    border: 0;
    outline: none;
}
li{
    list-style: none;
}

select, a, button{
    outline: none;
}

em{
    font-style: normal;
}


/* 容器 */
.container-full{
    width: 100%;
}
.container{
    margin: 0 auto;
}

/* gird-three */
.gird-three{

}
.gird-three .gird-row{
    padding: 10px 0 0;
    overflow: hidden;
}
.gird-three .gird-cell{
    width: 33.33333%;
    float: left;
    text-align: center;
}
.gird-three .gird-cell p{
    font-size: 12px;
}

/* body */
.main{
    margin-top: 10px;
}
.main:before,.main:after{
    content:" ";
    display:table;
}
.main:after{
    clear:both;
}
.main .tab, .main .panel{
    margin-top: 0;
}
.body-left, .body-right, .body-center{
    float: left;
    margin-left: 10px;
}
.body-left, .body-right{
    width: 300px;
}
.body-left{
    margin-left: 0;
}
.body-center{
    width: 580px;
}

.bgcGray{
    background-color: #fcfcfc;
}

.w890{
    width:890px !important;
}
.w1200{
    width:1200px;
}

.noborder{
    border: none !important;
}
.border-a{
    border: 1px solid #e6e6e6;
}
.border-t{
    border-top: 1px solid #e6e6e6;
}
.border-r{
    border-right: 1px solid #e6e6e6;
}
.border-b{
    border-bottom: 1px solid #e6e6e6;
}
.border-l{
    border-left: 1px solid #e6e6e6;
}
.line{
    width: 1px;
    margin: 5px 10px;
    background-color: #e6e6e6;
    display: inline-block;
    vertical-align: middle;
}

/* 对齐 */
.pull-left{
    float: left !important;
}
.pull-right{
    float: right !important;
}

/* clearfix */
.clearfix:before,.clearfix:after{
    content:" ";
    display:table;
}
.clearfix:after{
    clear:both;
}
.clearfix{
    *zoom:1;
}

/* 显示/隐藏 */
.show{
    display: block;
}
.hide{
    display: none;
}

/* 链接 */
a{
    text-decoration: none;
    color: #6c7a81;
    outline: none;
}
/*a:hover{
    text-decoration: none;
    color: #ff7300;
}
a.fcBlue:hover{
    color: #0083eb !important;
}
a.fcRed:hover{
    color: #eb4c0b !important;
}*/

/* 文字 */
.text-left{
    text-align: left !important;
}
.text-center{
    text-align: center !important;
}
.text-right{
    text-align: right !important;
}
.text-justify{
    text-align: justify !important;
}
.fs12{
    font-size: 12px !important;
}
.fs13{
    font-size:13px !important;
}
.fs14{
    font-size: 14px !important;
}
.fs16{
    font-size: 16px !important;
}
.fs18{
    font-size: 18px !important;
}
.fs24{
    font-size: 24px !important;
}
.bold{
    font-weight: bolder !important;
}
.fc333{
    color: #333 !important;
}
.fc666{
    color: #666 !important;
}
.fc999{
    color: #999 !important;
}
.fcRed{
    color: #ff500b !important;
}
.fcOrange{
    color: #ff7300 !important;
}
.fcGreen{
    color: #02b588 !important;
}
.fcBlue{
    color: #0099ff !important;
}
.fcDarkBlue{
    color: #397ebe; !important;
}
.text-ellipsis{
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
}

/* 间距 */
.mTop10{
    margin-top: 10px !important;
}
.mTop15{
    margin-top: 15px !important;
}
.mTop20{
    margin-top: 20px !important;
}
.mTop30{
    margin-top: 30px !important;
}
.padded-10{
    padding: 10px !important;
}
.padded-15{
    padding: 15px !important;
}
.padded-20{
    padding: 20px !important;
}
.padded-30{
    padding: 30px !important;
}
.padded-0-10{
    padding-left: 10px !important;
    padding-right: 10px !important;
}
.padded-0-15{
    padding-left: 15px !important;
    padding-right: 15px !important;
}
.padded-0-20{
    padding-left: 20px !important;
    padding-right: 20px !important;
}
.padded-0-30{
    padding-left: 30px !important;
    padding-right: 30px !important;
}
.padded-10-0{
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}
.padded-15-0{
    padding-top: 15px !important;
    padding-bottom: 15px !important;
}
.padded-20-0{
    padding-top: 20px !important;
    padding-bottom: 20px !important;
}
.padded-30-0{
    padding-top: 30px !important;
    padding-bottom: 30px !important;
}

/* 按钮 */
.btn{
    width: 140px;
    height: 40px;
    display: block;
    font-size: 14px;
    line-height: 40px;
    background-color: #ccc;
    color: #333;
    text-align: center;
    border: 0;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}
.btn:hover{
    background-color: #d0d0d0;
    color: #666;
}
.btn-line{
    background-color: transparent;
    border: 1px solid #e6e6e6;
    color: #303852;
}
.btn-radius{
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}
.btn-red{
    background-color: #ff500b;
    color: #fff;
}
.btn-red:hover{
    background-color: #e1480b;
    color: #fff;
}
.btn-link{
    width: auto;
    height: auto;
    line-height: 1;
    background-color: transparent;
    color: initial !important;
}
.btn-link:hover{
    background-color: transparent;
    color: initial !important;
}
.btn-link.fcDarkBlue{
    color: #397ebe !important;
}
.btn-link.fcDarkBlue:hover{
    background-color: transparent;
    color: #3c94d7 !important;
}
.btn.disabled{
    background-color: #eee !important;
    color: #999 !important;
    cursor: default !important;
}

/* 表单 */
input, select, textarea{
    border: 1px solid #ccc;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
}
input[type="text"], input[type="password"], input[type="email"], input[type="number"], input[type="tel"], textarea{
    padding: 5px;
    /*-webkit-box-shadow: inset 0 0 3px #ccc;
    -moz-box-shadow: inset 0 0 3px #ccc;
    box-shadow: inset 0 0 3px #ccc;*/
}
input[type="checkbox"]{
    border: 1px solid #ccc;
    width: 12px !important;
    height: 12px !important;
    display: inline-block;
    vertical-align: middle;
}
input[readonly]{
    border: 0;
    -webkit-box-shadow: initial;
    -moz-box-shadow: initial;
    box-shadow: initial;
}
textarea{
    resize: none;
}
label{
    min-width: 80px;
    margin-right: 5px;
    display: inline-block;
    text-align: right;
    color: #666;
    vertical-align: top;
}
.form-head{
    font-size: 13px;
    line-height: 30px !important;
    background: url("imgs/icon_edit.png") no-repeat left center;
}
.form-head .form-head-title{
    margin: 0 20px 0 40px;
    font-weight: bold;
}
.form-head .form-head-subtitle{
    font-weight: normal;
}
.input-row{
    margin-bottom: 15px;
}
.input-row select, .input-row input[type="checkbox"], .input-row input[type="radio"]{
    width: auto;
    display: inline-block;
}
.input-telline{
    display: inline-block;
}
.input-telline input{
    width: 95px !important;
    margin-left: 10px;
    display: inline-block;
}
.input-telline label{
    min-width: initial !important;
    text-align: right;
    margin: 0 0 0 5px;
}
.input-telline input[name=globalnumber], .input-telline input[name=areanumber]{
    width: 40px !important;
}
.input-telline input:first-child{
    margin-left: 0;
}
.input-tips {
    margin-left: 20px;
    display: inline-block;
    vertical-align: top;
}
label .must{
    margin-right: 2px;
    font-size: inherit;
    color: #ef2f39;
    vertical-align: top;
    display: inline-block;
}

/* other */
.more{
    color: #999;
    padding: 0 10px;
    font-weight: normal;
    line-height: inherit;
    display: inline-block;
}
.more:hover{
    color: #ff7300 !important;
}

/* 图片比例 */
.box-img img{
    width: 100%;
    height: 100%;
}
.box-img[class*='percent']{
    overflow: hidden;
    background-color: #e0e0e0;
    text-align: center;
    vertical-align: middle;
    position: relative;
}
.box-img[class*='percent'] .box-img-object{
    max-width: 100%;
    max-height: 100%;
    margin: auto;
    vertical-align: middle;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.box-img.percent1-1{
    padding-top: 100%;
}
.box-img.percent3-1{
    padding-top: 33.3333333%;
}
.box-img.percent3-2{
    padding-top: 66.666666%;
}

/* 头部 */
.head-top-bar{
    height: 35px;
    line-height: 35px;
    font-size: 0;
}
.head-top-left, .head-top-right{
    height: 35px;
    font-size: 13px;
}
.head-top-bar .line{
    height: 24px;
    vertical-align: top;
}
.head-top-loginbar{
    display: inline-block;
}
.head-top-loginbar a{
    margin-left: 20px;
}
.head-top-dropDownMenu{
    background-color: #fff;
    display: inline-block;
    position: relative;
    font-size: 13px;
    z-index: 999;
    cursor: pointer;
}
.head-top-dropDownMenu:hover{
}
.head-top-dropDownMenu:hover .dropDownMenuCon{
    display: block;
    border-style: solid;
    border-width: 1px;
    border-color: #e6e6e6;
}
.dropDownMenuCon{
    max-width: 100%;
    background-color: #fff;
    padding: 10px 15px;
    display: none;
    position: absolute;
    top: 32px;
    right: 0;
    z-index: 998;
}
.dropDownMenuCon li{
    line-height: 24px;
}
.head-top-dropDownMenu .icon-triangle{
    margin-top: -2px;
}
.head-top-dropDownMenu:hover .icon-triangle{
    background-position: 0 -12px;
}

.head-main{
    padding-bottom: 15px;
}
.head-main-left{
    width: 230px;
    overflow: hidden;
}
.logo img{
    vertical-align: top;
}
.head-main-left, .head-main-center{
    margin-right: 10px;
    margin-top: 15px;
}

/* head-search */
.search-cate{
    overflow: hidden;
    padding: 3px 0;
}
.search-cate li{
    margin-left: 10px;
    padding-left: 10px;
    float: left;
    font-size: 13px;
    line-height: 16px;
    height: 16px;
    border-left: 1px solid #e6e6e6;
}
.search-cate li.active a{
    color: #ff7300;
}
.search-cate li:first-child{
    margin-left: 0;
    border-left: 0;
}
.search-input-box{
    height: 38px;
    background-color: #fff;
    border: 1px solid #e6e6e6;
    position: relative;
}
.search-input-box .search-input{
    width: 540px;
    height: 22px;
    margin: 8px 0;
    padding: 0 10px;
    border: 0;
    color: #000;
    -webkit-box-shadow: initial;
    -moz-box-shadow: initial;
    box-shadow: initial;
    font-size: 14px;
    float: left;
}
.search-input-box .placeholder{
    color: #fdbda7;
    font-size: 13px;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    line-height: 35px;
    padding: 0 10px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.search-btn{
    width: 120px;
    display: inline-block;
    background-color: #ff500b;
    color: #fff;
    margin-top: -1px;
}
.search-btn:hover{
    background-color: #e1480b;
    color: #fff;
}
.btn-fbzb{
    width: 120px;
    height: 40px;
    background-color: #fff;
    position: absolute;
    right: -135px;
    top: -1px;
}
.btn-fbzb:hover{
    background-color: #fff;
    color: #ff7300;
    border-color: #ff7300;
}
.search-fast li{
    margin-left: 20px;
    float: left;
}
.search-fast li:first-child{
    margin-left: 0;
}

.head-qrcode{
    font-size: 13px;
    text-align: center;
}
.head-qrcode img{
    width: 70px;
    height: 70px;
    vertical-align: top;
}

.head-main-toolbar{
    height: 40px;
    background-color: #ff7300;
    font-size: 14px;
    color: #fff;
    line-height: 40px;
    overflow: hidden;
}
.head-main-toolbar dt, .head-main-toolbar dd{
    width: 12.5%;
    float: left;
    text-align: center;
}
.head-main-toolbar dd:hover{
    background-color: #e16f00;
}
.head-main-toolbar a{
    padding-left: 30px;
    display: inline-block;
    background-repeat: no-repeat;
    color: #fff;
    line-height: 40px;
    background-image: url('imgs/sprites_headernav.png');
}

.toolbar-ytj{
    background-position: 0 10px;
}
.toolbar-jgzs{
    background-position: 0 -50px;
}
.toolbar-cgfb{
    background-position: 0 -110px;
}
.toolbar-xxdz{
    background-position: 0 -170px;
}
.toolbar-ygjs{
    background-position: 0 -230px;
}
.toolbar-yqzb{
    background-position: 0 -290px;
}
.toolbar-qyml{
    background-position: 0 -350px;
}

.head-menu-bar{
    width: 1210px;
    margin-top: 10px;
    overflow: hidden;
}
.head-menu-bar .head-menu{
    float: left;
    width: 210px;
    margin-left: 10px;
    padding: 10px;
    background-color: #fcfcfc;
    border: 1px solid #e6e6e6;
    overflow: hidden;
}
.head-menu-bar .head-menu:first-child{
    margin-left: 5px;
}
.head-menu-bar .head-menu-title{
    margin-top: 5px;
    margin-right: 10px;
    float: left;
    font-size: 18px;
    color: #ff500b;
}
.head-menu-bar .head-menu-title a{
    color: #ff500b;
}
.head-menu-bar .head-menu-item{
    overflow: hidden;
    background: url("imgs/bg_head_menu_line.png") no-repeat center;
}
.head-menu-bar .head-menu-item li{
    float: left;
    width: 50%;
    text-align: center;
    line-height: 26px;
}
.head-menu-item li a{
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
}

    /* foot */
.tab.links{
    padding: 0 10px 10px 10px;
}
.tab.links .tab-head{
    margin-top: 10px;
}

.foot{
    font-size: 13px;
}
.foot img{
    vertical-align: top;
}
.foot-menu-bar-box{
    margin-top: 5px;
    padding-bottom: 5px;
    border-bottom: 1px solid #e6e6e6;
}
.foot-menu-bar{
    overflow: hidden;
}
.foot-menu-bar .foot-menu{
    width: 177px;
    float: left;
    border-left: 1px solid #e6e6e6;
    padding-left: 30px;
}
.foot-menu-bar .foot-menu:first-child{
    border-left: 0;
}
.foot-menu-bar .foot-menu b{
    font-size: 14px;
    line-height: 40px;
    color: #FF7300;
}
.foot-menu-bar .foot-menu li{
    width: 100%;
    float: left;
}
.foot-menu-bar .foot-menu.w288{
    width: 257px;
}
.foot-menu-bar .foot-menu.w288 li{
    width: 50%;
}
.foot-menu-bar .foot-menu-item{
    font-size: 13px;
    line-height: 30px;
    color: #999;
}
.foot-websave{
    margin-top: 20px;
}
.foot-websave li{
    margin-left: 10px;
    float: left;
}
.foot-websave li:first-child{
    margin-left: 0;
}
.foot-qrcode li{
    margin-left: 20px;
    float: left;
    text-align: center;
}

/* panel */
.panel{
    margin-top: 10px;
    padding: 0 10px 10px 10px;
    border: 1px solid #e6e6e6;
}
.panel .panel-head{
    height: 39px;
    border-bottom: 1px solid #e6e6e6;
    position: relative;
}
.panel .panel-head .panel-head-title{
    padding: 0 10px;
    border-bottom: 5px solid #ff7300;
    font-size: 16px;
    line-height: 35px;
    font-weight: bold;
    position: absolute;
    bottom: -1px;
    left: 0;
}
.panel .panel-body{

}
/* thinline */
.panel.thinline{

}
.panel.thinline .panel-head{
    height: 29px;
    line-height: 29px;
}
.panel.thinline .panel-head .panel-head-title{
    border-bottom: 2px solid #ff7300;
    font-size: 14px;
    line-height: 28px;
}
/* panel-lightgrey, panel-lightgrey-full, panel-darkgrey */
.panel.panel-lightgrey, .panel.panel-darkgrey, .panel.panel-lightgrey-full{
    padding: 0;
}
.panel.panel-lightgrey .panel-head, .panel.panel-lightgrey-full .panel-head{
    background-color: #eaeef0;
}
.panel.panel-lightgrey-full .panel-head{
    height: 34px;
}
.panel.panel-lightgrey-full .panel-body{
    background-color: #eaeef0;
}
.panel.panel-darkgrey .panel-head{
    background-color: #ccc;
}
.panel.panel-lightgrey .panel-head-title, .panel.panel-lightgrey-full .panel-head-title, .panel.panel-darkgrey .panel-head-title{
    padding: 0 20px;
    border-bottom: 0;
    position: relative;
    bottom: 0;
}
.panel.panel-lightgrey-full .panel-head-title{
    line-height: 34px;
}
.panel-lightgrey .panel-body{


}
/* panel-white-full */
.panel-white-full{
    border:1px solid #e4e4e4;
}
.panel-white-full .panel-head{
    height:40px;
    border-bottom: 1px solid #e4e4e4;
    line-height: 40px;
    padding-left:15px;
}
.panel-white-full .panel-body table{
    border:0;
    height:363px;
    overflow: hidden;
}
.panel-white-full .panel-body table tr td{
    line-height: 32px;
    border-bottom: 1px solid #e4e4e4;
    border-collapse:collapse;
    text-indent:10px;
}
.panel-white-full .panel-body table tr:first-child{
    background-color: #eaeef0;
}
.panel-white-full .panel-body table tr.fcOrange{
    color: #ff7300;
}
/* panel-thinline-arrow */
.panel-thinline-arrow{

}
.panel-thinline-arrow .panel-thinline-arrow-head{
    height: 29px;
    border-bottom: 1px solid #fa5015;
}
.panel-thinline-arrow .panel-thinline-arrow-head .more{
    margin-top: 4px;
    font-size: 13px;
    color: #0099ff;
}
.panel-thinline-arrow .panel-thinline-arrow-head-title{
    width: auto;
    display: inline-block;
    font-size: 16px;
    line-height: 29px;
    color: #fa5015;
    position: relative;
}
.panel-thinline-arrow .panel-thinline-arrow-head-title:after{
    content: '';
    width: 16px;
    height: 9px;
    margin-left: -8px;
    display: block;
    background: url("imgs/icon_thinline_arrow.png") no-repeat;
    position: absolute;
    bottom: -9px;
    left: 50%;
}
.panel-thinline-arrow .panel-thinline-arrow-body{
    padding: 15px 10px;
    background-color: #fcfcfc;
}

/* panel-suspend */
.panel-suspend{
    
}
.panel-suspend .panel-suspend-head{
    height: 44px;
    position: relative;
    background-color: #ff7300;
}
.panel-suspend .panel-suspend-head:before{
    content: '';
    width: 8px;
    height: 51px;
    background: url("imgs/bg_suspend_head.png") no-repeat left top;
    display: block;
    position: absolute;
    left: -8px;
    top: 0;
}
.panel-suspend .panel-suspend-head .panel-suspend-title{
    padding-left: 15px;
    font-size: 14px;
    line-height: 44px;
    font-weight: bold;
    color: #fff;
}
.panel-suspend .panel-suspend-body{
    background-color: #eaeef0;
}

/* panel-solidcolor */
.panel-solidcolor{

}
.panel-solidcolor .panel-solidcolor-head{
    height: 40px;
    background-color: #FF7300;
}
.panel-solidcolor .panel-solidcolor-head .panel-solidcolor-head-title{
    font-size: 16px;
    line-height: 40px;
    font-weight: bold;
    text-align: center;
    color: #fff;
}
.panel-solidcolor .panel-solidcolor-body{

}

/* panel-solidcolor-arrow */
.panel-solidcolor-arrow{

}
.panel-solidcolor-arrow .panel-solidcolor-arrow-head{
    height: 30px;
    margin-bottom: 10px;
    background-color: #ff500b;
}
.panel-solidcolor-arrow .panel-solidcolor-arrow-head .panel-solidcolor-arrow-head-title{
    padding: 0 20px;
    display: inline-block;
    font-size: 12px;
    line-height: 30px;
    color: #eaeef0;
    position: relative;
}
.panel-solidcolor-arrow .panel-solidcolor-arrow-head .panel-solidcolor-arrow-head-title:after{
    content: '';
    width: 0;
    height: 0;
    display: block;
    margin-left: -10px;
    border-width: 10px 10px 0 10px;
    border-style: solid;
    border-color: #ff500b transparent transparent transparent;
    position: absolute;
    top: 30px;
    left: 50%;
}
.panel-solidcolor-arrow .panel-solidcolor-arrow-body{

}

/* panel-simple */
.panel-simple{

}
.panel-simple .panel-simple-head{
    height: 40px;
    line-height: 40px;
    font-weight: bold;
    position: relative;
    padding-left:20px;
    border-bottom: 1px solid #e0e0e0;
}
.panel-simple-head .panel-simple-head-title:before{
    content: "";
    width:5px;
    height:24px;
    background-color: #ff500b;
    display: block;
    position: absolute;
    left:0;
    top:50%;
    margin-top:-12px;
}
.panel-simple-body ul li.fc999{
    color: #999999;
}

/* area-list */
.area-list{
    margin-top: 10px;
    overflow: hidden;
}
.area-list dt{
    padding-left: 10px;
    border-left: 5px solid #ff7300;
    line-height: 20px;
    vertical-align: top;
    float: left;
}
.area-list dd{
    margin-left: 80px;
}
.area-list dd a{
    width: 50px;
    margin-right: 5px;
    display: inline-block;
    text-align: left;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

/* list-text */
.list-text, .list-text-pubdate{
    padding: 5px 0;
}
.list-text li, .list-text-pubdate li{
    height: 30px;
    padding: 0 15px;
    line-height: 30px;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    position: relative;
}
.list-text li a{
    display: inline;
}
.list-text li:before{
    content: '·';
    margin-right: 5px;
    display: inline-block;
}
.list-text.no-prefixdot li{
    padding: 0 10px;
}
.list-text.no-prefixdot li:before{
    display: none;
}

.list-text-pubdate li a{
    position: absolute;
    left: 20px;
    right: 135px;
}

/* list-thumb */
.list-thumb{
    padding: 10px;
}
.list-thumb-cell{
    margin-top: 20px;
}
.list-thumb-cell:first-child{
    margin-top: 0;
}
.list-thumb-cell .box-img{
    width: 80px;
    height: 80px;
    margin-right: 10px;
    border: 1px solid #e6e6e6;
    float: left;
}
.list-thumb.small .list-thumb-cell .box-img{
    width: 60px;
    height: 60px;
}
.list-thumb-cell .box-img img{
    width: 100%;
    height: 100%;
}
.list-thumb-cell .list-thumb-cell-bd{
    height: 80px;
    overflow: hidden;
    text-align: justify;
}
.list-thumb.small .list-thumb-cell .list-thumb-cell-bd{
    height: 60px;
}
.list-thumb-cell .list-thumb-cell-bd .list-thumb-cell-tit{
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: normal;
}
.list-thumb-cell .list-thumb-cell-bd .list-thumb-des{
    font-size: 13px;
    font-weight: normal;
    color: #9da7ac;
}
.list-thumb-cell .list-thumb-cell-bd .more{
    color: #666;
}

/* list-average */
.list-average{
    margin-top: 10px;
    overflow: hidden;
}
.list-average li{
    width: 40%;
    padding-left: 10%;
    float: left;
}

/* links */
.list-links{
    margin-top: 10px;
    font-size: 0;
}
.list-links a{
    width: 50px;
    margin-right: 5px;
    display: inline-block;
    font-size: 14px;
    text-align: center;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

/* 企业logo列表 */
.list-companylogo{
    padding: 12px 12px 0 0;
    overflow: hidden;
    text-align: center;
    font-size: 0;
}
.list-companylogo li{
    width: 228px;
    height: 75px;
    margin: 0 0 12px 12px;
    display: inline-block;
    border: 1px solid #e6e6e6;
    overflow: hidden;
    text-align: center;
    vertical-align: top;
}
.list-companylogo li img{
    width: 100%;
    height: 100%;
    vertical-align: top;
}
/* 底部合作伙伴 */
.list-companylogo.hzhb{
    width: 1210px;
    margin-left: -10px;
    padding: 12px 0 0 0;
}
.list-companylogo.hzhb li{
    width: 223.5px;
    height: 76px;
    overflow: hidden;
    float: left;
}

/* tab */
.tab{
    margin-top: 10px;
    border: 1px solid #e6e6e6;
}
.tab .tab-head{
    height: 39px;
    position: relative;
    border-bottom: 1px solid #e6e6e6;
}
.tab .tab-head .more{
    margin-top: 8px;
}
.tab .tab-nav{
    position: absolute;
    top: -2px;
    left: -1px;
    right: 70px;
}
.tab .tab-nav li{
    padding: 0 15px;
    float: left;
    cursor: pointer;
    background-color: transparent;
    border-top: 5px solid transparent;
    border-left: 1px solid transparent;
    border-right: 1px solid transparent;
    font-size: 16px;
    font-weight: bold;
    line-height: 36px;
    text-align: center;
    position: relative;
    bottom: -1px;
    z-index: 2;
}
.tab .tab-nav li:hover, .tab .tab-nav li.active{
    background-color: #fff;
    border-top: 5px solid #ff7300;
    border-left: 1px solid #e6e6e6;
    border-right: 1px solid #e6e6e6;
}
.tab .tab-body{
}
.tab .tab-body .tab-body-con:first-child{
    display: block;
}
.tab .tab-body .tab-body-con{
    display: none;
}

/* tab-line */
.tab.tab-line{
    padding: 6px 10px;
}
.tab.tab-line .tab-nav {
    top: 3px;
    left: 0;
}
.tab.tab-line .tab-nav li {
    font-size: 14px;
    font-weight: normal;
    border-top: 0;
    bottom: -1px;
    border-left: 0;
    border-right: 0;
}
.tab.tab-line .tab-nav li:hover, .tab.tab-line .tab-nav li.active{
    background-color: #fff;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 1px solid #ff7300;
    color: #ff7300;
}

/* tab-solidcolor */
.tab.tab-solidcolor{
    border: 0;
}
.tab.tab-solidcolor .tab-head {
    height: 30px;
    background-color: #fff;
    position: relative;
    border-bottom: 0;
}
.tab.tab-solidcolor .tab-nav {
    top: -1px;
}
.tab.tab-solidcolor .tab-nav li {
    height: 30px;
    margin-left: 10px;
    background-color: #6c7a81;
    border: 0;
    font-size: 12px;
    line-height: 30px;
    color: #eaeef0;
    font-weight: normal;
}
.tab.tab-solidcolor .tab-nav li:first-child {
    margin-left: 0;
}
.tab.tab-solidcolor .tab-nav li:hover, .tab.tab-solidcolor .tab-nav li.active{
    background-color: #ff500b;
    border-bottom: 0;
}

/* tab-panel-combo */
.tab-panel-combo{
    border-left: 1px solid #e6e6e6;
    border-right: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
}
.tab-panel-combo .tab-panel-combo-head{
    height: 41px;
    background-color: #fafafa;
    border-top: 3px solid #ff7300;
    border-bottom: 1px solid #e6e6e6;
    position: relative;
}
.tab-panel-combo .tab-panel-combo-head .tab-panel-combo-head-title{
    width: auto;
    padding: 0 20px;
    font-size: 14px;
    color: #5a5a5a;
    line-height: 41px;
    font-weight: bold;
    display: inline-block;
}
.tab-panel-combo .tab-panel-combo-head .tab-panel-combo-nav{
    text-align: right;
    font-size: 0;
    position: absolute;
    left: 150px;
    right: 100px;
    top: 8px;
}
.tab-panel-combo .tab-panel-combo-head .tab-panel-combo-nav li{
    display: inline-block;
    padding: 0 5px;
    border-left: 1px solid #e6e6e6;
    font-size: 14px;
    cursor: pointer;
}
.tab-panel-combo .tab-panel-combo-head .tab-panel-combo-nav li span{
    padding: 3px 5px;
    background-color: transparent;
    color: #888;
    position: relative;
}
.tab-panel-combo .tab-panel-combo-head .tab-panel-combo-nav li:hover span,
.tab-panel-combo .tab-panel-combo-head .tab-panel-combo-nav li.active span{
    background-color: #ff7300;
    color: #fff;
}
.tab-panel-combo .tab-panel-combo-head .tab-panel-combo-nav li:hover span:before,
.tab-panel-combo .tab-panel-combo-head .tab-panel-combo-nav li.active span:before{
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 6px 0 6px;
    border-color: #ff7300 transparent transparent transparent;
    margin-left: -6px;
    position: absolute;
    left: 50%;
    bottom: -6px;
}
.tab-panel-combo .tab-panel-combo-head .tab-panel-combo-nav li:first-child{
    border-left: 0;
}
.tab-panel-combo .tab-panel-combo-head .more{
    margin-top: 8px;
    margin-right: 10px;
}
.tab-panel-combo .tab-panel-combo-body{
    height: 392px;
    overflow: hidden;
}
.tab-panel-combo .tab-panel-combo-body .tab-panel-combo-body-con{

}

/* icon */
.icon-desklink{
    width: 24px;
    height: 24px;
    margin-right: 5px;
    display: inline-block;
    background: url("imgs/icon_desklink.png") no-repeat center;
    vertical-align: middle;
}
.icon-triangle{
    width: 12px;
    height: 12px;
    margin-left: 5px;
    display: inline-block;
    background: url("imgs/icon_triangle.png") no-repeat;
    background-position: 0 0;
    vertical-align: middle;
}
.icon-triangle.icon-triangle-up{
    background-position: 0 -12px;
}
.icon-flaghot{
    width: 30px;
    height: 30px;
    display: inline-block;
    background: url("imgs/icon_flaghot.png") no-repeat;
}
.icon-phone{
    width: 20px;
    height: 20px;
    margin-top: 5px;
    display: inline-block;
    vertical-align: top;
    background: url("imgs/icon_phone.png") no-repeat;
}
.icon-search{
    width: 22px;
    height: 22px;
    display: inline-block;
    vertical-align: top;
    background: url("imgs/icon_search.png") no-repeat;
}

.icon-menbers-tool{
    width: 50px;
    height: 50px;
    margin: 0 auto 5px;
    background: url("imgs/bg_icon_members.png") no-repeat;
    display: block;
    position: relative;
}
.icon-menbers-tool:before{
    content: '';
    width: 50px;
    height: 50px;
    margin-top: -25px;
    margin-left: -25px;
    position: absolute;
    top: 50%;
    left: 50%;
    background: url("imgs/sprites_members_tools.png") no-repeat;
    display: block;
}
.icon-menbers-tool.icon-upload:before{
    background-position: 12px 12px;
}
.icon-menbers-tool.icon-suo:before{
    background-position: 12px -42px;
}
.icon-menbers-tool.icon-print:before{
    background-position: 12px -96px;
}
.icon-menbers-tool.icon-house:before{
    background-position: 12px -150px;
}
.icon-menbers-tool.icon-dingzhi:before{
    background-position: 12px -204px;
}
.icon-menbers-tool.icon-chaxun:before{
    background-position: 12px -256px;
}
.icon-menbers-tool.icon-yumao:before{
    background-position: 12px -474px;
}
.icon-menbers-tool.icon-xiazai:before{
    background-position: 12px -366px;
}
.icon-menbers-tool.icon-jiangbei:before{
    background-position: 12px -420px;
}
.icon-menbers-tool.icon-fangtan:before{
    background-position: 12px -314px;
}
.icon-menbers-tool.icon-jiangpai:before{
    background-position: 12px -528px;
}
.icon-menbers-tool.icon-tuijian:before{
    background-position: 12px -582px;
}
.icon-menbers-tool.icon-fenxi:before{
    background-position: 12px -637px;
}
.icon-menbers-tool.icon-quanqiu:before{
    background-position: 12px -690px;
}
.icon-menbers-tool.icon-gongying:before{
    background-position: 12px -744px;
}
.icon-menbers-tool.icon-zhaobiao:before{
    background-position: 12px -798px;
}
.icon-menbers-tool.icon-sheji:before{
    background-position: 12px -852px;
}
.icon-menbers-tool.icon-caiji:before{
    background-position: 12px -906px;
}
.icon-menbers-tool.icon-avatar:before{
    background-position: 12px -960px;
}

/* table */
.table{
    width: 100%;
    border-collapse: collapse;
    border: 1px solid #e6e6e6;
    overflow: hidden;
    table-layout:fixed;
    font-size: 14px;
}
.table tr{
    border-top: 1px dotted #e4e4e4;
}
.table th{
    height: 34px;
    line-height: 34px;
    text-align: center;
    font-weight: normal;
    background-color: #eaeef0;
}
.table td{
    height: 27px;
    padding: 0 5px;
    line-height: 27px;
    text-align: center;
    white-space: pre;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* headlines */
.headlines{
    padding: 20px 15px;
}
.headlines .box-img{
    width: 80px;
    height: 80px;
    margin-right: 10px;
    border: 1px solid #e6e6e6;
    float: left;
}
.headlines .box-img img{
    width: 100%;
    height: 100%;
}
.headlines .headlines-body{
    height: 80px;
    overflow: hidden;
    text-align: justify;
}
.headlines .headlines-body .headlines-title{
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: normal;
}
.headlines .headlines-body .headlines-des{
    font-size: 13px;
    font-weight: normal;
    color: #9da7ac;
}
.headlines .headlines-body .more{
    color: #666;
}

/* article */
.content{
	font-size: 14px;
	line-height:24px;
	color: #333;
}
.content p{
	margin-bottom: 14px;
	text-indent: 2em;
}
.content p img, .content p embed{
	max-width: 100%;
	margin: 0 auto;
	display:block;
}
.content p span{
	display: block;
	text-align:center;
	font-size: 12px;
	color: #666;
}
.content p a{
	margin: 0 2px;
	color: inherit;
	text-decoration: underline;
}
.content p a:hover{
	color: red;
}
.content ul, .content ol{
	text-indent: 2em
}
/* article */
.content-con{
    padding: 10px;
    font-size: 14px;
    line-height:24px;
    color: #333;
}
.content-con p{
    margin-bottom: 14px;
    text-indent: 2em;
}
.content-con p img, .content-con p embed{
    max-width: 100%;
    margin: 0 auto;
    display:block;
}
.content-con p span{
    display: block;
    text-align:center;
    font-size: 12px;
    color: #666;
}
.content-con p a{
    margin: 0 2px;
    color: inherit;
    text-decoration: underline;
}
.content-con p a:hover{
    color: red;
}
.content-con ul, .content-con ol{
    text-indent: 2em
}


/* 招标导航分类 */
.cate-list-panel{
    border: 1px solid #e6e6e6;
    height: 644px;
    overflow: hidden;
}
.cate-list-panel .cate-list-panel-head{
    height: 40px;
    background-color: #ff500b;
    color: #fff;
    text-align: center;
}
.cate-list-panel .cate-list-panel-head .cate-list-panel-head-title{
    font-size: 16px;
    line-height: 40px;
    font-weight: bold;
}
.cate-list > li{
    background-color: #fff;
}
.cate-list .cate-list-title{
    height: 34px;
    padding-left: 65px;
    background-color: #eaeef0;
    line-height: 34px;
    border-bottom: 1px solid #e6e6e6;
}
.cate-list-title{
    background: url("imgs/sprites_zbfldh.png") no-repeat;
}
.cate-list-title.jzgc{
    background-position: 15px 3px;
}
.cate-list-title.jxsb{
    background-position: 15px -35px;
}
.cate-list-title.yqyb{
    background-position: 15px -73px;
}
.cate-list-title.rdaf{
    background-position: 15px -111px;
}
.cate-list-title.slgc{
    background-position: 15px -146px;
}
.cate-list-title.hblh{
    background-position: 15px -187px;
}
.cate-list-title.ylws{
    background-position: 15px -225px;
}
.cate-list-title.zfcg{
    background-position: 15px -263px;
}
.cate-list-title.other{
    background-position: 15px -298px;
}
.cate-list .cate-list-box{
    display: none;
}
.cate-list > li:first-child .cate-list-box{
    display: block;
}
.cate-list-con{
    margin-top: 10px;
    overflow: hidden;
}
.cate-list-con > li{
    width: 38%;
    height: 30px;
    padding: 0 6%;
    line-height: 30px;
    float: left;
}
.cate-list-con > li:before{
    content: '·';
    margin-right: 3px;
    display: inline-block;
}
.cate-list-recommend{
    padding: 15px 15px 31px 15px;
}
.cate-list-recommend img{
    vertical-align: top;
}

/* 业主招标中心 */
.panel-tdcenter{
    margin-top: 10px;
    border: 1px solid #e6e6e6;
    border-top: 0;
}
.panel-tdcenter-head{
    height: 34px;
    border-top: 5px solid #ff7300;
    border-bottom: 1px solid #e6e6e6;
}
.panel-tdcenter-head .panel-tdcenter-head-title{
    padding-left: 20px;
    font-size: 16px;
    font-weight: bold;
    line-height: 34px;
}
.list-tdcenter{
    padding: 10px 10px 0 0;
    overflow: hidden;
}
.list-tdcenter li{
    width: 179px;
    height: 227px;
    padding: 0 0 10px 10px;
    float: left;
}
.list-tdcenter li img{
    width: 100%;
    height: 100%;
    border:1px solid #e6e6e6;
}

.list-ndbw{
    padding: 20px;
}
.list-ndbw li{
    height: 66px;
    margin: 18px 0;
    position: relative;
}
.list-ndbw li .box-img{
    width: 66px;
    height: 66px;
    margin-right: 20px;
    border: 1px solid #e6e6e6;
}
.list-ndbw li .box-img img{
    width: 100%;
    height: 100%;
}
.list-ndbw .icon-flaghot{
    position: absolute;
    top: -10px;
    left: -10px;
}
.list-ndbw .list-ndbw-con{
    height: 54px;
    overflow: hidden;
}
.list-ndbw .list-ndbw-con .list-ndbw-tit{
    margin-bottom: 8px;
}

/* list-icon */
.list-icon{
    padding: 10px 0;
    overflow: hidden;
}
.list-icon li{
    width: 33.33333%;
    margin-bottom: 10px;
    text-align: center;
    float: left;
}
.list-icon li p{
    padding: 0 3px;
    overflow: hidden;
    font-size: 12px;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/* 企业中心楼层 */
.floorbox{
    overflow: hidden;
    border-bottom: 1px solid #e6e6e6;
}
.floorbox .floor-cell{
    width: 300px;
    float: left;
}
.floorbox .panel{
    border: none;
    padding: 0;
}
.floorbox .panel-head-title{
    right: 0;
}

/* position */
.position{
    height:30px;
    line-height: 30px;
    font-size:13px;
}

/* ad */
.main-ad-box{
    margin-top: 10px;
    border:1px solid #e6e6e6;
}
.main-ad-box img{
    width: 100%;
    vertical-align: top;
}

/* select */
.select-line{
    font-size: 0;
}
.select-line .select{
    margin-left: 10px;
    display: inline-block;
    font-size: 13px;
    vertical-align: middle;
}
.select{
    height: 35px;
    padding: 0 30px 0 15px;
    position: relative;
    cursor: pointer;
}
.select .select-val{
    line-height: 35px;
    color: #fff;
}
.select .select-options{
    background-color: #fc845b;
    border: 1px solid #f0f0f0;
    color: #fff;
    position: absolute;
    top: 36px;
    left: 0;
    right: 0;
    display: none;
    z-index: 999;
}
.select .select-options-item{
    margin: 5px 0;
    display: block;
    line-height: 24px;
    text-align: center;
    color: #fff;
}
.select .select-options-item:hover{
    background-color: #fb7242;
}
.select .select-arrow{
    width: 15px;
    height: 11px;
    margin-top: -7px;
    display: block;
    background: url("imgs/icon_selct_arrow.png") no-repeat;
    position: absolute;
    right: 10px;
    top: 50%;
}
.select .select-doublearrow{
    background:url("../css/imgs/select_doublearrow.png") no-repeat;
    width:17px;
    height:22px;
    display: block;
    position: absolute;
    right:5px;
    top:50%;
    margin-top:-11px;
}
/* select-small */
.select.selectsmall{
    height: 18px;
    padding: 0 24px 0 15px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    position: relative;
    cursor: pointer;
}
.select.selectsmall .select-val{
    padding-right: 12px;
    border-right: 1px solid #fff;
    line-height: 18px;
    color: #fff;
}
.select.selectsmall .select-options {
    top: 19px;
}
.select.selectsmall .select-doublearrow{
    background:url("../css/imgs/select_doublearrowsamll.png") no-repeat;
    width:16px;
    height:18px;
    display: block;
    position: absolute;
    right:5px;
    top:50%;
    margin-top:-10px;
}
/* slectdarkgrey */
.select.selectdarkgrey{
    background-color: #8c999f;
    width:50px;
    height:30px;
    display: inline-block;
    margin-top:10px;
    text-align: center;
    position: relative;
    border-radius: 5px;
    margin-right: 10px;
}
.select.selectdarkgrey .select-options{
    background-color: #8c999f;
    margin-top:-5px;
    border-radius:5px;
    color:#fff;
}
.select.selectdarkgrey .select-options-item:hover{
    background-color:#7a7f81 ;
}
.select.selectdarkgrey .select-val {
     line-height: 30px;
     color: #fff;
     border-right: 1px solid #fff;
}
.select select{
    position: absolute;
    top: 2px;
    left: 3px;
    opacity: 0;
    height: 30px;
    background: #8c999f;
    z-index: 3;
}
.select select option{
    color:#fff;
    font-size:14px;
}
/* slectred */
.select.selectred{
    background-color: #fa5015;
    color: #fff;
}
.select.selectred .select-options{
    background-color: #fa5015;
    color: #fff;
}
.select.selectred .select-options .select-options-item:hover{
    background-color: #fb8359;
    color: #fff;
}

/* progress */
.progress{
    height: 10px;
}
.progress .progress-bar{
    height: 100%;
    position: relative;
    background: rgb(231,231,231);
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2U3ZTdlNyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM5Njk2OTYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, rgba(231,231,231,1) 0%, rgba(150,150,150,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(231,231,231,1)), color-stop(100%,rgba(150,150,150,1)));
    background: -webkit-linear-gradient(top, rgba(231,231,231,1) 0%,rgba(150,150,150,1) 100%);
    background: -o-linear-gradient(top, rgba(231,231,231,1) 0%,rgba(150,150,150,1) 100%);
    background: -ms-linear-gradient(top, rgba(231,231,231,1) 0%,rgba(150,150,150,1) 100%);
    background: linear-gradient(to bottom, rgba(231,231,231,1) 0%,rgba(150,150,150,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e7e7e7', endColorstr='#969696',GradientType=0 );
}
.progress .progress-bar .progress-inner{
    width: 0;
    -webkit-transition: width 0.2s;
    -moz-transition: width 0.2s;
    -ms-transition: width 0.2s;
    -o-transition: width 0.2s;
    transition: width 0.2s;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    z-index: 1;
}
.progress .progress-bar .progress-bar-unit{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    z-index: 2;
    background: -webkit-linear-gradient(left,
    rgba(255,255,255,0) 0%,
    rgba(255,255,255,0) 4%,rgba(255,255,255,1) 4%,rgba(255,255,255,1) 4.5%,rgba(255,255,255,0) 4.5%,
    rgba(255,255,255,0) 9%,rgba(255,255,255,1) 9%,rgba(255,255,255,1) 9.5%,rgba(255,255,255,0) 9.5%,
    rgba(255,255,255,0) 14%,rgba(255,255,255,1) 14%,rgba(255,255,255,1) 14.5%,rgba(255,255,255,0) 14.5%,
    rgba(255,255,255,0) 19%,rgba(255,255,255,1) 19%,rgba(255,255,255,1) 19.5%,rgba(255,255,255,0) 19.5%,
    rgba(255,255,255,0) 24%,rgba(255,255,255,1) 24%,rgba(255,255,255,1) 24.5%,rgba(255,255,255,0) 24.5%,
    rgba(255,255,255,0) 29%,rgba(255,255,255,1) 29%,rgba(255,255,255,1) 29.5%,rgba(255,255,255,0) 29.5%,
    rgba(255,255,255,0) 34%,rgba(255,255,255,1) 34%,rgba(255,255,255,1) 34.5%,rgba(255,255,255,0) 34.5%,
    rgba(255,255,255,0) 39%,rgba(255,255,255,1) 39%,rgba(255,255,255,1) 39.5%,rgba(255,255,255,0) 39.5%,
    rgba(255,255,255,0) 44%,rgba(255,255,255,1) 44%,rgba(255,255,255,1) 44.5%,rgba(255,255,255,0) 44.5%,
    rgba(255,255,255,0) 49%,rgba(255,255,255,1) 49%,rgba(255,255,255,1) 49.5%,rgba(255,255,255,0) 49.5%,
    rgba(255,255,255,0) 54%,rgba(255,255,255,1) 54%,rgba(255,255,255,1) 54.5%,rgba(255,255,255,0) 54.5%,
    rgba(255,255,255,0) 59%,rgba(255,255,255,1) 59%,rgba(255,255,255,1) 59.5%,rgba(255,255,255,0) 59.5%,
    rgba(255,255,255,0) 64%,rgba(255,255,255,1) 64%,rgba(255,255,255,1) 64.5%,rgba(255,255,255,0) 64.5%,
    rgba(255,255,255,0) 69%,rgba(255,255,255,1) 69%,rgba(255,255,255,1) 69.5%,rgba(255,255,255,0) 69.5%,
    rgba(255,255,255,0) 74%,rgba(255,255,255,1) 74%,rgba(255,255,255,1) 74.5%,rgba(255,255,255,0) 74.5%,
    rgba(255,255,255,0) 79%,rgba(255,255,255,1) 79%,rgba(255,255,255,1) 79.5%,rgba(255,255,255,0) 79.5%,
    rgba(255,255,255,0) 84%,rgba(255,255,255,1) 84%,rgba(255,255,255,1) 84.5%,rgba(255,255,255,0) 84.5%,
    rgba(255,255,255,0) 89%,rgba(255,255,255,1) 89%,rgba(255,255,255,1) 89.5%,rgba(255,255,255,0) 89.5%,
    rgba(255,255,255,0) 94%,rgba(255,255,255,1) 94%,rgba(255,255,255,1) 94.5%,rgba(255,255,255,0) 94.5%,
    rgba(255,255,255,0) 100%);
    background: linear-gradient(to right,
    rgba(255,255,255,0) 0%,
    rgba(255,255,255,0) 4%,rgba(255,255,255,1) 4%,rgba(255,255,255,1) 4.5%,rgba(255,255,255,0) 4.5%,
    rgba(255,255,255,0) 9%,rgba(255,255,255,1) 9%,rgba(255,255,255,1) 9.5%,rgba(255,255,255,0) 9.5%,
    rgba(255,255,255,0) 14%,rgba(255,255,255,1) 14%,rgba(255,255,255,1) 14.5%,rgba(255,255,255,0) 14.5%,
    rgba(255,255,255,0) 19%,rgba(255,255,255,1) 19%,rgba(255,255,255,1) 19.5%,rgba(255,255,255,0) 19.5%,
    rgba(255,255,255,0) 24%,rgba(255,255,255,1) 24%,rgba(255,255,255,1) 24.5%,rgba(255,255,255,0) 24.5%,
    rgba(255,255,255,0) 29%,rgba(255,255,255,1) 29%,rgba(255,255,255,1) 29.5%,rgba(255,255,255,0) 29.5%,
    rgba(255,255,255,0) 34%,rgba(255,255,255,1) 34%,rgba(255,255,255,1) 34.5%,rgba(255,255,255,0) 34.5%,
    rgba(255,255,255,0) 39%,rgba(255,255,255,1) 39%,rgba(255,255,255,1) 39.5%,rgba(255,255,255,0) 39.5%,
    rgba(255,255,255,0) 44%,rgba(255,255,255,1) 44%,rgba(255,255,255,1) 44.5%,rgba(255,255,255,0) 44.5%,
    rgba(255,255,255,0) 49%,rgba(255,255,255,1) 49%,rgba(255,255,255,1) 49.5%,rgba(255,255,255,0) 49.5%,
    rgba(255,255,255,0) 54%,rgba(255,255,255,1) 54%,rgba(255,255,255,1) 54.5%,rgba(255,255,255,0) 54.5%,
    rgba(255,255,255,0) 59%,rgba(255,255,255,1) 59%,rgba(255,255,255,1) 59.5%,rgba(255,255,255,0) 59.5%,
    rgba(255,255,255,0) 64%,rgba(255,255,255,1) 64%,rgba(255,255,255,1) 64.5%,rgba(255,255,255,0) 64.5%,
    rgba(255,255,255,0) 69%,rgba(255,255,255,1) 69%,rgba(255,255,255,1) 69.5%,rgba(255,255,255,0) 69.5%,
    rgba(255,255,255,0) 74%,rgba(255,255,255,1) 74%,rgba(255,255,255,1) 74.5%,rgba(255,255,255,0) 74.5%,
    rgba(255,255,255,0) 79%,rgba(255,255,255,1) 79%,rgba(255,255,255,1) 79.5%,rgba(255,255,255,0) 79.5%,
    rgba(255,255,255,0) 84%,rgba(255,255,255,1) 84%,rgba(255,255,255,1) 84.5%,rgba(255,255,255,0) 84.5%,
    rgba(255,255,255,0) 89%,rgba(255,255,255,1) 89%,rgba(255,255,255,1) 89.5%,rgba(255,255,255,0) 89.5%,
    rgba(255,255,255,0) 94%,rgba(255,255,255,1) 94%,rgba(255,255,255,1) 94.5%,rgba(255,255,255,0) 94.5%,
    rgba(255,255,255,0) 100%););
}
.progress.zbyg .progress-inner{
    background: rgb(193,254,0);
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2MxZmUwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM3MmE3MDciIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, rgba(193,254,0,1) 0%, rgba(114,167,7,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(193,254,0,1)), color-stop(100%,rgba(114,167,7,1)));
    background: -webkit-linear-gradient(top, rgba(193,254,0,1) 0%,rgba(114,167,7,1) 100%);
    background: -o-linear-gradient(top, rgba(193,254,0,1) 0%,rgba(114,167,7,1) 100%);
    background: -ms-linear-gradient(top, rgba(193,254,0,1) 0%,rgba(114,167,7,1) 100%);
    background: linear-gradient(to bottom, rgba(193,254,0,1) 0%,rgba(114,167,7,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c1fe00', endColorstr='#72a707',GradientType=0 );
}
.progress.zbgg .progress-inner{
    background: rgb(253,50,51);
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZkMzIzMyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNiNjEwMTIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, rgba(253,50,51,1) 0%, rgba(182,16,18,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(253,50,51,1)), color-stop(100%,rgba(182,16,18,1)));
    background: -webkit-linear-gradient(top, rgba(253,50,51,1) 0%,rgba(182,16,18,1) 100%);
    background: -o-linear-gradient(top, rgba(253,50,51,1) 0%,rgba(182,16,18,1) 100%);
    background: -ms-linear-gradient(top, rgba(253,50,51,1) 0%,rgba(182,16,18,1) 100%);
    background: linear-gradient(to bottom, rgba(253,50,51,1) 0%,rgba(182,16,18,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fd3233', endColorstr='#b61012',GradientType=0 );
}
.progress.bgtz .progress-inner{
    background: rgb(252,198,68);
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZjYzY0NCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNjODc1MWIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, rgba(252,198,68,1) 0%, rgba(200,117,27,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(252,198,68,1)), color-stop(100%,rgba(200,117,27,1)));
    background: -webkit-linear-gradient(top, rgba(252,198,68,1) 0%,rgba(200,117,27,1) 100%);
    background: -o-linear-gradient(top, rgba(252,198,68,1) 0%,rgba(200,117,27,1) 100%);
    background: -ms-linear-gradient(top, rgba(252,198,68,1) 0%,rgba(200,117,27,1) 100%);
    background: linear-gradient(to bottom, rgba(252,198,68,1) 0%,rgba(200,117,27,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcc644', endColorstr='#c8751b',GradientType=0 );
}
.progress.zbgs .progress-inner{
    background: rgb(1,153,251);
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAxOTlmYiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDZlYjgiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, rgba(1,153,251,1) 0%, rgba(0,110,184,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(1,153,251,1)), color-stop(100%,rgba(0,110,184,1)));
    background: -webkit-linear-gradient(top, rgba(1,153,251,1) 0%,rgba(0,110,184,1) 100%);
    background: -o-linear-gradient(top, rgba(1,153,251,1) 0%,rgba(0,110,184,1) 100%);
    background: -ms-linear-gradient(top, rgba(1,153,251,1) 0%,rgba(0,110,184,1) 100%);
    background: linear-gradient(to bottom, rgba(1,153,251,1) 0%,rgba(0,110,184,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0199fb', endColorstr='#006eb8',GradientType=0 );
}
.progress.nzj .progress-inner{
    background: rgb(173,27,244);
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2FkMWJmNCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM3ZDBlYjMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, rgba(173,27,244,1) 0%, rgba(125,14,179,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(173,27,244,1)), color-stop(100%,rgba(125,14,179,1)));
    background: -webkit-linear-gradient(top, rgba(173,27,244,1) 0%,rgba(125,14,179,1) 100%);
    background: -o-linear-gradient(top, rgba(173,27,244,1) 0%,rgba(125,14,179,1) 100%);
    background: -ms-linear-gradient(top, rgba(173,27,244,1) 0%,rgba(125,14,179,1) 100%);
    background: linear-gradient(to bottom, rgba(173,27,244,1) 0%,rgba(125,14,179,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ad1bf4', endColorstr='#7d0eb3',GradientType=0 );
}
.progress.dujia .progress-inner{
    background: rgb(8,215,219);
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzA4ZDdkYiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMGFhYWUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, rgba(8,215,219,1) 0%, rgba(0,170,174,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(8,215,219,1)), color-stop(100%,rgba(0,170,174,1)));
    background: -webkit-linear-gradient(top, rgba(8,215,219,1) 0%,rgba(0,170,174,1) 100%);
    background: -o-linear-gradient(top, rgba(8,215,219,1) 0%,rgba(0,170,174,1) 100%);
    background: -ms-linear-gradient(top, rgba(8,215,219,1) 0%,rgba(0,170,174,1) 100%);
    background: linear-gradient(to bottom, rgba(8,215,219,1) 0%,rgba(0,170,174,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#08d7db', endColorstr='#00aaae',GradientType=0 );
}
.progress.vip .progress-inner{
    background: rgb(252,28,116);
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZjMWM3NCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNiYTBjNGIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, rgba(252,28,116,1) 0%, rgba(186,12,75,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(252,28,116,1)), color-stop(100%,rgba(186,12,75,1)));
    background: -webkit-linear-gradient(top, rgba(252,28,116,1) 0%,rgba(186,12,75,1) 100%);
    background: -o-linear-gradient(top, rgba(252,28,116,1) 0%,rgba(186,12,75,1) 100%);
    background: -ms-linear-gradient(top, rgba(252,28,116,1) 0%,rgba(186,12,75,1) 100%);
    background: linear-gradient(to bottom, rgba(252,28,116,1) 0%,rgba(186,12,75,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fc1c74', endColorstr='#ba0c4b',GradientType=0 );
}

/* setarealist */
.areaChange{
    position: relative;
}
.setarealist{
    width: 520px;
    padding: 10px;
    background-color: #e4f2f6;
    font-size: 12px;
    border: 1px solid #d2e4e6;
    display: none;
    position: absolute;
    z-index: 998;
    left:95px;
    top:50px;

}
.setarealist .setarealist-bd{
    overflow: hidden;
}
.setarealist .setarealist-bd dl{

}
.setarealist .setarealist-bd dt{
    width: 45px;
    float: left;
    line-height: 30px;
}
.setarealist .setarealist-bd dd{
    margin-left: 50px;
    line-height: 30px;
}
.setarealist .setarealist-bd dd label{
    width: 57px;
    min-width: 57px;
    text-align: left;
    line-height: 30px;
}
.setarealist .setarealist-bd dd label input[type=radio],
.setarealist .setarealist-bd dd label input[type=checkbox]{
    display: inline-block;
    vertical-align: sub;
}
.setarealist .setarealist-ft{

}
.setarealist .setarealist-ft .setareabtnSubmit,
.setarealist .setarealist-ft .setareabtnClose{
    width: 70px;
    height: 30px;
    display: inline-block;
    background-color: #666;
    color: #fff;
    line-height: 30px;
    text-align: center;
}

